System generated commit, initial commit

This commit is contained in:
Martyn Ranyard 2025-09-11 08:01:02 +00:00
parent 8087916d33
commit 1116671f35
45 changed files with 2929 additions and 0 deletions

19
application.json Normal file
View file

@ -0,0 +1,19 @@
{
"appIsExample": false,
"appLayout": {
"type": "DESKTOP"
},
"applicationVersion": 2,
"collapseInvisibleWidgets": true,
"color": "#ECECEC",
"evaluationVersion": 2,
"pages": [
{
"id": "Home",
"isDefault": true
}
],
"unpublishedAppLayout": {
"type": "DESKTOP"
}
}

6
datasources/Karaoke.json Normal file
View file

@ -0,0 +1,6 @@
{
"gitSyncId": "68b9fa04cb66516b642152f1_41875f53-867d-4230-a4a7-8913dc710464",
"isAutoGenerated": false,
"name": "Karaoke",
"pluginId": "mongo-plugin"
}

6
metadata.json Normal file
View file

@ -0,0 +1,6 @@
{
"artifactJsonType": "APPLICATION",
"clientSchemaVersion": 2,
"fileFormatVersion": 5,
"serverSchemaVersion": 12
}

34
pages/Home/Home.json Normal file
View file

@ -0,0 +1,34 @@
{
"gitSyncId": "68b9fa05cb66516b642152f8_4fe99873-34bf-4d09-a372-9a314a6346a7",
"unpublishedPage": {
"customSlug": "",
"isHidden": false,
"layouts": [
{
"dsl": {
"backgroundColor": "none",
"bottomRow": 870,
"canExtend": true,
"containerStyle": "none",
"detachFromLayout": true,
"dynamicBindingPathList": [],
"dynamicTriggerPathList": [],
"leftColumn": 0,
"minHeight": 1292,
"parentColumnSpace": 1,
"parentRowSpace": 1,
"rightColumn": 4896,
"snapColumns": 64,
"snapRows": 124,
"topRow": 0,
"type": "CANVAS_WIDGET",
"version": 94,
"widgetId": "0",
"widgetName": "MainContainer"
}
}
],
"name": "Home",
"slug": "home"
}
}

View file

@ -0,0 +1,9 @@
export default {
AddonClick () {
Text4.setText("Added song successfully");
const clearAfter2Secs = setTimeout(() => {
Text4.setText("");
}, 2000)
}
}

View file

@ -0,0 +1,11 @@
{
"gitSyncId": "68b9fa05cb66516b642152f8_ccd6fd65-efaf-492d-82df-8f285aef8d88",
"id": "Home_JSObject1",
"unpublishedCollection": {
"name": "JSObject1",
"pageId": "Home",
"pluginId": "js-plugin",
"pluginType": "JS",
"variables": []
}
}

View file

@ -0,0 +1,32 @@
{
"gitSyncId": "68b9fa05cb66516b642152f8_df1d0681-2ab6-4683-8dc2-15c35b49fbfb",
"id": "Home_JSObject1.AddonClick",
"pluginId": "js-plugin",
"pluginType": "JS",
"unpublishedAction": {
"actionConfiguration": {
"encodeParamsToggle": true,
"jsArguments": [],
"paginationType": "NONE",
"timeoutInMillisecond": 10000
},
"clientSideExecution": true,
"collectionId": "Home_JSObject1",
"confirmBeforeExecute": false,
"datasource": {
"isAutoGenerated": false,
"name": "UNUSED_DATASOURCE",
"pluginId": "js-plugin"
},
"dynamicBindingPathList": [
{
"key": "body"
}
],
"fullyQualifiedName": "JSObject1.AddonClick",
"name": "AddonClick",
"pageId": "Home",
"runBehaviour": "MANUAL",
"userSetOnLoad": false
}
}

View file

@ -0,0 +1,111 @@
{
"gitSyncId": "68b9fa05cb66516b642152f8_d1a60ff2-d073-4df6-a776-ffab7fe4586f",
"id": "Home_Karaoke_AddSing",
"pluginId": "mongo-plugin",
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"encodeParamsToggle": true,
"formData": {
"aggregate": {
"arrayPipelines": {
"data": ""
},
"limit": {
"data": "10"
}
},
"collection": {
"data": "karaoke"
},
"command": {
"data": "UPDATE"
},
"count": {
"query": {
"data": ""
}
},
"delete": {
"limit": {
"data": "SINGLE"
},
"query": {
"data": ""
}
},
"distinct": {
"key": {
"data": ""
},
"query": {
"data": ""
}
},
"find": {
"limit": {
"data": ""
},
"projection": {
"data": ""
},
"query": {
"data": "{_id:ObjectId({{AllSongsList.triggeredItem._id}})}"
},
"skip": {
"data": ""
},
"sort": {
"data": ""
}
},
"insert": {
"documents": {
"data": ""
}
},
"misc": {
"formToNativeQuery": {
"data": "{\n \"update\": \"karaoke\",\n \"updates\": [{\n \"q\": {_id:ObjectId({{AllSongsList.triggeredItem._id}})},\n \"u\": {$set:{\"OnToSingList\": true}},\n \"multi\": false,\n }]\n}\n",
"status": "SUCCESS"
}
},
"smartSubstitution": {
"data": true
},
"updateMany": {
"limit": {
"data": "SINGLE"
},
"query": {
"data": "{_id:ObjectId({{AllSongsList.triggeredItem._id}})}"
},
"update": {
"data": "{$set:{\"OnToSingList\": true}}"
}
}
},
"paginationType": "NONE",
"timeoutInMillisecond": 10000
},
"confirmBeforeExecute": false,
"datasource": {
"id": "Karaoke",
"isAutoGenerated": false,
"name": "Karaoke",
"pluginId": "mongo-plugin"
},
"dynamicBindingPathList": [
{
"key": "formData.find.query.data"
},
{
"key": "formData.updateMany.query.data"
}
],
"name": "Karaoke_AddSing",
"pageId": "Home",
"runBehaviour": "MANUAL",
"userSetOnLoad": false
}
}

View file

@ -0,0 +1,108 @@
{
"gitSyncId": "68b9fa05cb66516b642152f8_6df4a26c-9353-4010-8fb1-ae2a6ee7351e",
"id": "Home_Karaoke_AddSong",
"pluginId": "mongo-plugin",
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"encodeParamsToggle": true,
"formData": {
"aggregate": {
"arrayPipelines": {
"data": ""
},
"limit": {
"data": "10"
}
},
"collection": {
"data": "karaoke"
},
"command": {
"data": "INSERT"
},
"count": {
"query": {
"data": ""
}
},
"delete": {
"limit": {
"data": "SINGLE"
},
"query": {
"data": ""
}
},
"distinct": {
"key": {
"data": ""
},
"query": {
"data": ""
}
},
"find": {
"limit": {
"data": ""
},
"projection": {
"data": ""
},
"query": {
"data": ""
},
"skip": {
"data": ""
},
"sort": {
"data": ""
}
},
"insert": {
"documents": {
"data": "{\"Title\": {{Title.text}},\"Artist\": {{Artist.text}}, source: \"webapp\"}"
}
},
"misc": {
"formToNativeQuery": {
"data": "{\n \"insert\": \"karaoke\",\n \"documents\": {\"Title\": {{Title.text}},\"Artist\": {{Artist.text}}, source: \"webapp\"}\n}\n",
"status": "SUCCESS"
}
},
"smartSubstitution": {
"data": true
},
"updateMany": {
"limit": {
"data": "SINGLE"
},
"query": {
"data": ""
},
"update": {
"data": ""
}
}
},
"paginationType": "NONE",
"timeoutInMillisecond": 10000
},
"confirmBeforeExecute": false,
"datasource": {
"id": "Karaoke",
"isAutoGenerated": false,
"name": "Karaoke",
"pluginId": "mongo-plugin"
},
"dynamicBindingPathList": [
{
"key": "formData.insert.documents.data"
}
],
"name": "Karaoke_AddSong",
"pageId": "Home",
"runBehaviour": "MANUAL",
"userSetOnLoad": false
}
}

View file

@ -0,0 +1,108 @@
{
"gitSyncId": "68b9fa05cb66516b642152f8_c2c86d8a-eb2e-4071-81d4-971324fc3214",
"id": "Home_Karaoke_AllTracks",
"pluginId": "mongo-plugin",
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"encodeParamsToggle": true,
"formData": {
"aggregate": {
"arrayPipelines": {
"data": ""
},
"limit": {
"data": "10"
}
},
"collection": {
"data": "karaoke"
},
"command": {
"data": "FIND"
},
"count": {
"query": {
"data": ""
}
},
"delete": {
"limit": {
"data": "SINGLE"
},
"query": {
"data": ""
}
},
"distinct": {
"key": {
"data": ""
},
"query": {
"data": ""
}
},
"find": {
"limit": {
"data": "999"
},
"projection": {
"data": "{}"
},
"query": {
"data": "{{{$and: [{ Artist: {$regex: ArtistSearch.text, '$options' : 'i'} }, { Title: {$regex: TitleSearch.text, '$options' : 'i'} }]}}}"
},
"skip": {
"data": ""
},
"sort": {
"data": "{Artist: 1}"
}
},
"insert": {
"documents": {
"data": ""
}
},
"misc": {
"formToNativeQuery": {
"data": "{\n \"find\": \"karaoke\",\n \"filter\": {{{$and: [{ Artist: {$regex: ArtistSearch.text, '$options' : 'i'} }, { Title: {$regex: TitleSearch.text, '$options' : 'i'} }]}}},\n \"sort\": {Artist: 1},\n \"limit\": 999,\n \"batchSize\": 999\n}\n",
"status": "SUCCESS"
}
},
"smartSubstitution": {
"data": true
},
"updateMany": {
"limit": {
"data": "SINGLE"
},
"query": {
"data": ""
},
"update": {
"data": ""
}
}
},
"paginationType": "NONE",
"timeoutInMillisecond": 10000
},
"confirmBeforeExecute": false,
"datasource": {
"id": "Karaoke",
"isAutoGenerated": false,
"name": "Karaoke",
"pluginId": "mongo-plugin"
},
"dynamicBindingPathList": [
{
"key": "formData.find.query.data"
}
],
"name": "Karaoke_AllTracks",
"pageId": "Home",
"runBehaviour": "AUTOMATIC",
"userSetOnLoad": false
}
}

View file

@ -0,0 +1,108 @@
{
"gitSyncId": "68b9fa05cb66516b642152f8_72a89580-392c-4723-8128-54e7844c37ea",
"id": "Home_Karaoke_DeleteSong",
"pluginId": "mongo-plugin",
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"encodeParamsToggle": true,
"formData": {
"aggregate": {
"arrayPipelines": {
"data": ""
},
"limit": {
"data": "10"
}
},
"collection": {
"data": "karaoke"
},
"command": {
"data": "DELETE"
},
"count": {
"query": {
"data": ""
}
},
"delete": {
"limit": {
"data": "SINGLE"
},
"query": {
"data": "{_id:ObjectId({{AllSongsList.triggeredItem._id}})}"
}
},
"distinct": {
"key": {
"data": ""
},
"query": {
"data": ""
}
},
"find": {
"limit": {
"data": ""
},
"projection": {
"data": ""
},
"query": {
"data": ""
},
"skip": {
"data": ""
},
"sort": {
"data": ""
}
},
"insert": {
"documents": {
"data": ""
}
},
"misc": {
"formToNativeQuery": {
"data": "{\n \"delete\": \"karaoke\",\n \"deletes\": [{\n \"q\": {_id:ObjectId({{AllSongsList.triggeredItem._id}})},\n \"limit\": 1,\n }]\n}\n",
"status": "SUCCESS"
}
},
"smartSubstitution": {
"data": true
},
"updateMany": {
"limit": {
"data": "SINGLE"
},
"query": {
"data": ""
},
"update": {
"data": ""
}
}
},
"paginationType": "NONE",
"timeoutInMillisecond": 10000
},
"confirmBeforeExecute": false,
"datasource": {
"id": "Karaoke",
"isAutoGenerated": false,
"name": "Karaoke",
"pluginId": "mongo-plugin"
},
"dynamicBindingPathList": [
{
"key": "formData.delete.query.data"
}
],
"name": "Karaoke_DeleteSong",
"pageId": "Home",
"runBehaviour": "MANUAL",
"userSetOnLoad": false
}
}

View file

@ -0,0 +1,107 @@
{
"gitSyncId": "68b9fa05cb66516b642152f8_e197efe1-b0d1-46d5-800f-412d998930a3",
"id": "Home_Karaoke_RandomTrack",
"pluginId": "mongo-plugin",
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"encodeParamsToggle": true,
"formData": {
"aggregate": {
"arrayPipelines": {
"data": ""
},
"limit": {
"data": "10"
}
},
"body": {
"data": "{\n\t\"aggregate\": \"karaoke\",\n\t\"pipeline\": [\n\t\t{\n\t\t\t\"$sample\": {\n\t\t\t\t\"size\": 1\n\t\t\t}\n\t\t}\n\t],\n\t\"cursor\":{\n\t\t\"batchSize\": 20\n\t}\n}\n"
},
"collection": {
"data": "karaoke"
},
"command": {
"data": "RAW"
},
"count": {
"query": {
"data": ""
}
},
"delete": {
"limit": {
"data": "SINGLE"
},
"query": {
"data": ""
}
},
"distinct": {
"key": {
"data": ""
},
"query": {
"data": ""
}
},
"find": {
"limit": {
"data": ""
},
"projection": {
"data": ""
},
"query": {
"data": "{\"aggregate\":{$sample: {\"size\": 1}}}"
},
"skip": {
"data": ""
},
"sort": {
"data": ""
}
},
"insert": {
"documents": {
"data": ""
}
},
"misc": {
"formToNativeQuery": {
"data": "{\n \"find\": \"karaoke\",\n \"filter\": {\"aggregate\":{$sample: {\"size\": 1}}},\n \"limit\": 10,\n \"batchSize\": 10\n}\n",
"status": "SUCCESS"
}
},
"smartSubstitution": {
"data": true
},
"updateMany": {
"limit": {
"data": "SINGLE"
},
"query": {
"data": ""
},
"update": {
"data": ""
}
}
},
"paginationType": "NONE",
"timeoutInMillisecond": 10000
},
"confirmBeforeExecute": false,
"datasource": {
"id": "Karaoke",
"isAutoGenerated": false,
"name": "Karaoke",
"pluginId": "mongo-plugin"
},
"dynamicBindingPathList": [],
"name": "Karaoke_RandomTrack",
"pageId": "Home",
"runBehaviour": "AUTOMATIC",
"userSetOnLoad": false
}
}

View file

@ -0,0 +1,111 @@
{
"gitSyncId": "68b9fa05cb66516b642152f8_49dc5cb6-d417-497d-9ef2-0500617778d0",
"id": "Home_Karaoke_RemoveSing",
"pluginId": "mongo-plugin",
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"encodeParamsToggle": true,
"formData": {
"aggregate": {
"arrayPipelines": {
"data": ""
},
"limit": {
"data": "10"
}
},
"collection": {
"data": "karaoke"
},
"command": {
"data": "UPDATE"
},
"count": {
"query": {
"data": ""
}
},
"delete": {
"limit": {
"data": "SINGLE"
},
"query": {
"data": ""
}
},
"distinct": {
"key": {
"data": ""
},
"query": {
"data": ""
}
},
"find": {
"limit": {
"data": ""
},
"projection": {
"data": ""
},
"query": {
"data": "{_id:ObjectId({{AllSongsList.triggeredItem._id}})}"
},
"skip": {
"data": ""
},
"sort": {
"data": ""
}
},
"insert": {
"documents": {
"data": ""
}
},
"misc": {
"formToNativeQuery": {
"data": "{\n \"update\": \"karaoke\",\n \"updates\": [{\n \"q\": {_id:ObjectId({{SingNextList.triggeredItem._id}})},\n \"u\": {$set:{\"OnToSingList\": false}},\n \"multi\": false,\n }]\n}\n",
"status": "SUCCESS"
}
},
"smartSubstitution": {
"data": true
},
"updateMany": {
"limit": {
"data": "SINGLE"
},
"query": {
"data": "{_id:ObjectId({{SingNextList.triggeredItem._id}})}"
},
"update": {
"data": "{$set:{\"OnToSingList\": false}}"
}
}
},
"paginationType": "NONE",
"timeoutInMillisecond": 10000
},
"confirmBeforeExecute": false,
"datasource": {
"id": "Karaoke",
"isAutoGenerated": false,
"name": "Karaoke",
"pluginId": "mongo-plugin"
},
"dynamicBindingPathList": [
{
"key": "formData.find.query.data"
},
{
"key": "formData.updateMany.query.data"
}
],
"name": "Karaoke_RemoveSing",
"pageId": "Home",
"runBehaviour": "MANUAL",
"userSetOnLoad": false
}
}

View file

@ -0,0 +1,104 @@
{
"gitSyncId": "68b9fa05cb66516b642152f8_e73755d1-0baf-4a49-8e02-83a70780c528",
"id": "Home_Karaoke_ToSing",
"pluginId": "mongo-plugin",
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"encodeParamsToggle": true,
"formData": {
"aggregate": {
"arrayPipelines": {
"data": ""
},
"limit": {
"data": "10"
}
},
"collection": {
"data": "karaoke"
},
"command": {
"data": "FIND"
},
"count": {
"query": {
"data": ""
}
},
"delete": {
"limit": {
"data": "SINGLE"
},
"query": {
"data": ""
}
},
"distinct": {
"key": {
"data": ""
},
"query": {
"data": ""
}
},
"find": {
"limit": {
"data": "999"
},
"projection": {
"data": "{}"
},
"query": {
"data": "{ OnToSingList: true}"
},
"skip": {
"data": ""
},
"sort": {
"data": "{Artist: 1}"
}
},
"insert": {
"documents": {
"data": ""
}
},
"misc": {
"formToNativeQuery": {
"data": "{\n \"find\": \"karaoke\",\n \"filter\": { OnToSingList: true},\n \"sort\": {Artist: 1},\n \"limit\": 999,\n \"batchSize\": 999\n}\n",
"status": "SUCCESS"
}
},
"smartSubstitution": {
"data": true
},
"updateMany": {
"limit": {
"data": "SINGLE"
},
"query": {
"data": ""
},
"update": {
"data": ""
}
}
},
"paginationType": "NONE",
"timeoutInMillisecond": 10000
},
"confirmBeforeExecute": false,
"datasource": {
"id": "Karaoke",
"isAutoGenerated": false,
"name": "Karaoke",
"pluginId": "mongo-plugin"
},
"dynamicBindingPathList": [],
"name": "Karaoke_ToSing",
"pageId": "Home",
"runBehaviour": "AUTOMATIC",
"userSetOnLoad": false
}
}

View file

@ -0,0 +1,51 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 24,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonStyle": "PRIMARY",
"buttonVariant": "SECONDARY",
"disabledWhenInvalid": false,
"dynamicBindingPathList": [
{
"key": "buttonColor"
},
{
"key": "borderRadius"
}
],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true,
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "nppvipfzhz",
"leftColumn": 31,
"minWidth": 120,
"mobileBottomRow": 22,
"mobileLeftColumn": 31,
"mobileRightColumn": 47,
"mobileTopRow": 18,
"needsErrorInfo": false,
"onClick": "{{closeModal(DeleteConfirm.name);}}",
"originalBottomRow": 19,
"originalTopRow": 15,
"parentId": "kgor7jbcrd",
"placement": "CENTER",
"recaptchaType": "V3",
"renderMode": "CANVAS",
"resetFormOnClick": false,
"responsiveBehavior": "hug",
"rightColumn": 47,
"text": "Close",
"topRow": 20,
"type": "BUTTON_WIDGET",
"version": 1,
"widgetId": "q8yyw2ukf6",
"widgetName": "Button3"
}

View file

@ -0,0 +1,51 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 24,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonStyle": "PRIMARY_BUTTON",
"buttonVariant": "PRIMARY",
"disabledWhenInvalid": false,
"dynamicBindingPathList": [
{
"key": "buttonColor"
},
{
"key": "borderRadius"
}
],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true,
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "nppvipfzhz",
"leftColumn": 47,
"minWidth": 120,
"mobileBottomRow": 22,
"mobileLeftColumn": 47,
"mobileRightColumn": 63,
"mobileTopRow": 18,
"needsErrorInfo": false,
"onClick": "{{closeModal(DeleteConfirm.name);\nKaraoke_DeleteSong.run().then(() => {\n Karaoke_AllTracks.run();\n}).catch(() => {\n showAlert('Problem Deleting Song, Sorry!', 'error');\n});}}",
"originalBottomRow": 19,
"originalTopRow": 15,
"parentId": "kgor7jbcrd",
"placement": "CENTER",
"recaptchaType": "V3",
"renderMode": "CANVAS",
"resetFormOnClick": false,
"responsiveBehavior": "hug",
"rightColumn": 63,
"text": "Confirm",
"topRow": 20,
"type": "BUTTON_WIDGET",
"version": 1,
"widgetId": "zz7ebnme8u",
"widgetName": "Button4"
}

View file

@ -0,0 +1,85 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 348,
"boxShadow": "none",
"canEscapeKeyClose": true,
"canOutsideClickClose": true,
"children": [
{
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 260,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": true,
"detachFromLayout": true,
"dynamicBindingPathList": [
{
"key": "borderRadius"
},
{
"key": "boxShadow"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"flexLayers": [],
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "034ohag5yn",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minHeight": 240,
"minWidth": 450,
"mobileBottomRow": 240,
"mobileLeftColumn": 0,
"mobileRightColumn": 475.5,
"mobileTopRow": 0,
"needsErrorInfo": false,
"parentColumnSpace": 1,
"parentId": "iobv78ubcz",
"parentRowSpace": 1,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 475.5,
"shouldScrollContents": false,
"topRow": 0,
"type": "CANVAS_WIDGET",
"version": 1,
"widgetId": "kgor7jbcrd",
"widgetName": "Canvas7"
}
],
"detachFromLayout": true,
"dynamicBindingPathList": [
{
"key": "borderRadius"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"height": 260,
"isCanvas": true,
"isLoading": false,
"key": "yzqcfhsyvw",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 24,
"minHeight": 260,
"mobileBottomRow": 112,
"mobileLeftColumn": 0,
"mobileRightColumn": 24,
"mobileTopRow": 88,
"needsErrorInfo": false,
"parentColumnSpace": 19.8125,
"parentId": "0",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"rightColumn": 24,
"shouldScrollContents": true,
"topRow": 88,
"type": "MODAL_WIDGET",
"version": 2,
"widgetId": "iobv78ubcz",
"widgetName": "DeleteConfirm",
"width": 456
}

View file

@ -0,0 +1,44 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 4,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonVariant": "TERTIARY",
"dynamicBindingPathList": [
{
"key": "buttonColor"
},
{
"key": "borderRadius"
}
],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"iconName": "cross",
"iconSize": 24,
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "hjkhlwmdl8",
"leftColumn": 58,
"minWidth": 50,
"mobileBottomRow": 4,
"mobileLeftColumn": 58,
"mobileRightColumn": 64,
"mobileTopRow": 0,
"needsErrorInfo": false,
"onClick": "{{closeModal(DeleteConfirm.name);}}",
"parentId": "kgor7jbcrd",
"renderMode": "CANVAS",
"responsiveBehavior": "hug",
"rightColumn": 64,
"topRow": 0,
"type": "ICON_BUTTON_WIDGET",
"version": 1,
"widgetId": "1h1ayfmzvt",
"widgetName": "IconButton4"
}

View file

@ -0,0 +1,48 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 5,
"dynamicBindingPathList": [
{
"key": "truncateButtonColor"
},
{
"key": "fontFamily"
},
{
"key": "borderRadius"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"dynamicTriggerPathList": [],
"fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
"fontSize": "1.25rem",
"fontStyle": "BOLD",
"isLoading": false,
"isVisible": true,
"key": "rqitc2ob5p",
"leftColumn": 1,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 5,
"mobileLeftColumn": 1,
"mobileRightColumn": 41,
"mobileTopRow": 1,
"needsErrorInfo": false,
"overflow": "NONE",
"parentId": "kgor7jbcrd",
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 41,
"shouldTruncate": false,
"text": "Delete Track?",
"textAlign": "LEFT",
"textColor": "#231F20",
"topRow": 1,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET",
"version": 1,
"widgetId": "2qx3mkvux4",
"widgetName": "Text5"
}

View file

@ -0,0 +1,55 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 16,
"dynamicBindingPathList": [
{
"key": "truncateButtonColor"
},
{
"key": "fontFamily"
},
{
"key": "borderRadius"
},
{
"key": "text"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"dynamicTriggerPathList": [],
"fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
"fontSize": "1rem",
"fontStyle": "BOLD",
"isLoading": false,
"isVisible": true,
"key": "rqitc2ob5p",
"leftColumn": 1,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 11,
"mobileLeftColumn": 1,
"mobileRightColumn": 17,
"mobileTopRow": 7,
"needsErrorInfo": false,
"originalBottomRow": 11,
"originalTopRow": 7,
"overflow": "NONE",
"parentColumnSpace": 6.9375,
"parentId": "kgor7jbcrd",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 63,
"shouldTruncate": false,
"text": "This action cannot be undone, please confirm?\n\nTitle: {{AllSongsList.triggeredItem.Title}}\nArtist: {{AllSongsList.triggeredItem.Artist}}",
"textAlign": "LEFT",
"textColor": "#231F20",
"topRow": 7,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET",
"version": 1,
"widgetId": "gb15i9mz0x",
"widgetName": "Text6"
}

View file

@ -0,0 +1,51 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 6,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonVariant": "PRIMARY",
"disabledWhenInvalid": false,
"dynamicBindingPathList": [
{
"key": "buttonColor"
},
{
"key": "borderRadius"
}
],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true,
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "mlbyeq1t36",
"leftColumn": 49,
"minWidth": 120,
"mobileBottomRow": 6,
"mobileLeftColumn": 49,
"mobileRightColumn": 64,
"mobileTopRow": 2,
"needsErrorInfo": false,
"onClick": "{{Karaoke_AddSong.run().then(() => {\n Karaoke_AllTracks.run();\n JSObject1.AddonClick();\n}).catch(() => {\n showAlert('Couldn\\'t add, sorry!', 'error');\n});}}",
"parentColumnSpace": 19.5,
"parentId": "plqruz04xj",
"parentRowSpace": 10,
"placement": "CENTER",
"recaptchaType": "V3",
"renderMode": "CANVAS",
"resetFormOnClick": false,
"responsiveBehavior": "hug",
"rightColumn": 64,
"text": "Add",
"tooltip": "Add the track",
"topRow": 2,
"type": "BUTTON_WIDGET",
"version": 1,
"widgetId": "5k7mbebacf",
"widgetName": "Add"
}

View file

@ -0,0 +1,127 @@
{
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"additionalStaticProps": [
"level",
"levelData",
"prefixMetaWidgetId",
"metaWidgetId"
],
"animateLoading": true,
"backgroundColor": "transparent",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 77,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"children": [
{
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 700,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": false,
"containerStyle": "none",
"detachFromLayout": true,
"dropDisabled": true,
"dynamicBindingPathList": [
{
"key": "borderRadius"
},
{
"key": "boxShadow"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"flexLayers": [],
"isLoading": false,
"isVisible": true,
"key": "96a9bxur9u",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minHeight": 400,
"minWidth": 450,
"mobileBottomRow": 400,
"mobileLeftColumn": 0,
"mobileRightColumn": 608.25,
"mobileTopRow": 0,
"needsErrorInfo": false,
"noPad": true,
"openParentPropertyPane": true,
"parentColumnSpace": 1,
"parentId": "vfa51f6ub3",
"parentRowSpace": 1,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 608.25,
"topRow": 0,
"type": "CANVAS_WIDGET",
"version": 1,
"widgetId": "jxjq2zu413",
"widgetName": "Canvas1"
}
],
"currentItemsView": "{{[]}}",
"dynamicBindingPathList": [
{
"key": "currentItemsView"
},
{
"key": "selectedItemView"
},
{
"key": "triggeredItemView"
},
{
"key": "primaryKeys"
},
{
"key": "accentColor"
},
{
"key": "borderRadius"
},
{
"key": "boxShadow"
},
{
"key": "listData"
}
],
"dynamicTriggerPathList": [],
"enhancements": true,
"flexVerticalAlignment": "start",
"gridType": "vertical",
"hasMetaWidgets": true,
"isCanvas": true,
"isLoading": false,
"isVisible": true,
"itemBackgroundColor": "#FFFFFF",
"itemSpacing": 8,
"key": "e9wyahxf4q",
"leftColumn": 0,
"listData": "{{Karaoke_AllTracks.data}}",
"mainCanvasId": "jxjq2zu413",
"mainContainerId": "iyoihtdh1e",
"minWidth": 450,
"mobileBottomRow": 46,
"mobileLeftColumn": 18,
"mobileRightColumn": 42,
"mobileTopRow": 6,
"needsErrorInfo": false,
"originalBottomRow": 91,
"originalTopRow": 21,
"pageSize": 7,
"parentColumnSpace": 25.34375,
"parentId": "jquin5y9tz",
"parentRowSpace": 10,
"primaryKeys": "{{AllSongsList.listData.map((currentItem, currentIndex) => currentItem[\"_id\"] )}}",
"renderMode": "CANVAS",
"requiresFlatWidgetChildren": true,
"responsiveBehavior": "fill",
"rightColumn": 64,
"selectedItemView": "{{{}}}",
"templateHeight": 160,
"topRow": 7,
"triggeredItemView": "{{{}}}",
"type": "LIST_WIDGET_V2",
"widgetId": "vfa51f6ub3",
"widgetName": "AllSongsList"
}

View file

@ -0,0 +1,51 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 7,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonVariant": "PRIMARY",
"disabledWhenInvalid": false,
"dynamicBindingPathList": [
{
"key": "buttonColor"
},
{
"key": "borderRadius"
}
],
"dynamicHeight": "FIXED",
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true,
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "mlbyeq1t36",
"leftColumn": 52,
"minWidth": 120,
"mobileBottomRow": 4,
"mobileLeftColumn": 49,
"mobileRightColumn": 64,
"mobileTopRow": 0,
"needsErrorInfo": false,
"onClick": "{{Karaoke_AddSing.run().then(() => {\n Karaoke_ToSing.run();\n}).catch(() => {\n showAlert('Couldn\\'t add, Sorry!', 'error');\n});}}",
"parentColumnSpace": 19.0625,
"parentId": "qt7qcypuey",
"parentRowSpace": 10,
"placement": "CENTER",
"recaptchaType": "V3",
"renderMode": "CANVAS",
"resetFormOnClick": false,
"responsiveBehavior": "hug",
"rightColumn": 61,
"text": "Add to Sing Next",
"topRow": 0,
"type": "BUTTON_WIDGET",
"version": 1,
"widgetId": "hetv0zc0sl",
"widgetName": "Button2"
}

View file

@ -0,0 +1,93 @@
{
"animateLoading": true,
"backgroundColor": "white",
"borderColor": "#E0DEDE",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"borderWidth": "1",
"bottomRow": 9,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"children": [
{
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 90,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": false,
"containerStyle": "none",
"detachFromLayout": true,
"dynamicBindingPathList": [
{
"key": "borderRadius"
},
{
"key": "boxShadow"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"flexLayers": [],
"isLoading": false,
"isVisible": true,
"key": "96a9bxur9u",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileLeftColumn": 0,
"mobileTopRow": 0,
"needsErrorInfo": false,
"parentColumnSpace": 1,
"parentId": "iyoihtdh1e",
"parentRowSpace": 1,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"topRow": 0,
"type": "CANVAS_WIDGET",
"useAutoLayout": false,
"version": 1,
"widgetId": "qt7qcypuey",
"widgetName": "Canvas2"
}
],
"containerStyle": "card",
"disabledWidgetFeatures": [
"dynamicHeight"
],
"disallowCopy": true,
"dragDisabled": true,
"dynamicBindingPathList": [
{
"key": "borderRadius"
},
{
"key": "boxShadow"
}
],
"dynamicHeight": "FIXED",
"flexVerticalAlignment": "stretch",
"isCanvas": true,
"isDeletable": false,
"isListItemContainer": true,
"isLoading": false,
"isVisible": true,
"key": "cd60h9ha1g",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 10,
"minWidth": 450,
"mobileBottomRow": 12,
"mobileLeftColumn": 0,
"mobileRightColumn": 64,
"mobileTopRow": 0,
"needsErrorInfo": false,
"noContainerOffset": true,
"parentId": "jxjq2zu413",
"positioning": "fixed",
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 64,
"shouldScrollContents": false,
"topRow": 0,
"type": "CONTAINER_WIDGET",
"version": 1,
"widgetId": "iyoihtdh1e",
"widgetName": "Container1"
}

View file

@ -0,0 +1,46 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 7,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonVariant": "PRIMARY",
"dynamicBindingPathList": [
{
"key": "buttonColor"
},
{
"key": "borderRadius"
}
],
"dynamicHeight": "FIXED",
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"iconName": "trash",
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "hjkhlwmdl8",
"leftColumn": 61,
"minWidth": 50,
"mobileBottomRow": 5,
"mobileLeftColumn": 61,
"mobileRightColumn": 64,
"mobileTopRow": 1,
"needsErrorInfo": false,
"onClick": "{{showModal(DeleteConfirm.name).then(() => {\n Karaoke_DeleteSong.run();\n});}}",
"parentColumnSpace": 19.0625,
"parentId": "qt7qcypuey",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "hug",
"rightColumn": 64,
"topRow": 0,
"type": "ICON_BUTTON_WIDGET",
"version": 1,
"widgetId": "fe843waf2a",
"widgetName": "IconButton3"
}

View file

@ -0,0 +1,57 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"borderWidth": "0",
"bottomRow": 4,
"boxShadow": "none",
"dynamicBindingPathList": [
{
"key": "text"
},
{
"key": "truncateButtonColor"
},
{
"key": "fontFamily"
},
{
"key": "borderRadius"
},
{
"key": "text"
}
],
"dynamicHeight": "FIXED",
"dynamicTriggerPathList": [],
"fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
"fontSize": "1rem",
"fontStyle": "BOLD",
"isLoading": false,
"isVisible": true,
"key": "flebxi80db",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 4,
"mobileLeftColumn": 16,
"mobileRightColumn": 28,
"mobileTopRow": 0,
"needsErrorInfo": false,
"overflow": "NONE",
"parentId": "qt7qcypuey",
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 52,
"shouldTruncate": false,
"text": "{{currentItem.Title}}",
"textAlign": "LEFT",
"textColor": "#231F20",
"textStyle": "HEADING",
"topRow": 0,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET",
"version": 1,
"widgetId": "f29ltn6cqo",
"widgetName": "Text1"
}

View file

@ -0,0 +1,57 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"borderWidth": "0",
"bottomRow": 8,
"boxShadow": "none",
"dynamicBindingPathList": [
{
"key": "text"
},
{
"key": "truncateButtonColor"
},
{
"key": "fontFamily"
},
{
"key": "borderRadius"
},
{
"key": "text"
}
],
"dynamicHeight": "FIXED",
"dynamicTriggerPathList": [],
"fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
"fontSize": "1rem",
"fontStyle": "BOLD",
"isLoading": false,
"isVisible": true,
"key": "flebxi80db",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 8,
"mobileLeftColumn": 16,
"mobileRightColumn": 24,
"mobileTopRow": 4,
"needsErrorInfo": false,
"overflow": "NONE",
"parentId": "qt7qcypuey",
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 52,
"shouldTruncate": false,
"text": "{{currentItem.Artist}}",
"textAlign": "LEFT",
"textColor": "#231F20",
"textStyle": "BODY",
"topRow": 4,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET",
"version": 1,
"widgetId": "d6dpgted18",
"widgetName": "Text2"
}

View file

@ -0,0 +1,54 @@
{
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true,
"autoFocus": false,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 8,
"boxShadow": "none",
"defaultText": "",
"dynamicBindingPathList": [
{
"key": "accentColor"
},
{
"key": "borderRadius"
}
],
"dynamicHeight": "FIXED",
"dynamicTriggerPathList": [],
"iconAlign": "left",
"inputType": "TEXT",
"isDisabled": false,
"isLoading": false,
"isRequired": false,
"isVisible": true,
"key": "7el0klblgd",
"label": "Artist",
"labelAlignment": "left",
"labelPosition": "Left",
"labelStyle": "",
"labelTextSize": "0.875rem",
"labelWidth": 5,
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 7,
"mobileLeftColumn": 6,
"mobileRightColumn": 26,
"mobileTopRow": 0,
"needsErrorInfo": false,
"parentColumnSpace": 19.5,
"parentId": "plqruz04xj",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"resetOnSubmit": true,
"responsiveBehavior": "fill",
"rightColumn": 49,
"showStepArrows": false,
"topRow": 4,
"type": "INPUT_WIDGET_V2",
"version": 2,
"widgetId": "696kfi56v4",
"widgetName": "Artist"
}

View file

@ -0,0 +1,56 @@
{
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true,
"autoFocus": false,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 6,
"boxShadow": "none",
"defaultText": "",
"dynamicBindingPathList": [
{
"key": "accentColor"
},
{
"key": "borderRadius"
}
],
"dynamicHeight": "FIXED",
"dynamicTriggerPathList": [],
"iconAlign": "left",
"inputType": "TEXT",
"isDisabled": false,
"isLoading": false,
"isRequired": false,
"isVisible": true,
"key": "5hcgt6briy",
"label": "Artist Search",
"labelAlignment": "left",
"labelPosition": "Top",
"labelStyle": "",
"labelTextSize": "0.875rem",
"labelWidth": 5,
"leftColumn": 30,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 6,
"mobileLeftColumn": 5,
"mobileRightColumn": 25,
"mobileTopRow": 0,
"needsErrorInfo": false,
"originalBottomRow": 21,
"originalTopRow": 15,
"parentColumnSpace": 25.34375,
"parentId": "jquin5y9tz",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"resetOnSubmit": true,
"responsiveBehavior": "fill",
"rightColumn": 64,
"showStepArrows": false,
"topRow": 0,
"type": "INPUT_WIDGET_V2",
"version": 2,
"widgetId": "hubnfovquc",
"widgetName": "ArtistSearch"
}

View file

@ -0,0 +1,50 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 8,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonVariant": "PRIMARY",
"disabledWhenInvalid": false,
"dynamicBindingPathList": [
{
"key": "buttonColor"
},
{
"key": "borderRadius"
}
],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true,
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "mlbyeq1t36",
"leftColumn": 46,
"minWidth": 120,
"mobileBottomRow": 8,
"mobileLeftColumn": 46,
"mobileRightColumn": 62,
"mobileTopRow": 4,
"needsErrorInfo": false,
"onClick": "{{Karaoke_RandomTrack.run()}}",
"parentColumnSpace": 19.5,
"parentId": "xm48hvbrfp",
"parentRowSpace": 10,
"placement": "CENTER",
"recaptchaType": "V3",
"renderMode": "CANVAS",
"resetFormOnClick": false,
"responsiveBehavior": "hug",
"rightColumn": 62,
"text": "I don't like it!",
"topRow": 4,
"type": "BUTTON_WIDGET",
"version": 1,
"widgetId": "iwrooq65ys",
"widgetName": "Button1"
}

View file

@ -0,0 +1,45 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 81,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonVariant": "PRIMARY",
"dynamicBindingPathList": [
{
"key": "buttonColor"
},
{
"key": "borderRadius"
}
],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"iconName": "refresh",
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "s3iyu1kmpx",
"leftColumn": 61,
"minWidth": 50,
"mobileBottomRow": 5,
"mobileLeftColumn": 61,
"mobileRightColumn": 64,
"mobileTopRow": 1,
"needsErrorInfo": false,
"onClick": "{{Karaoke_AllTracks.run()}}",
"parentColumnSpace": 19.5,
"parentId": "jquin5y9tz",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "hug",
"rightColumn": 64,
"topRow": 77,
"type": "ICON_BUTTON_WIDGET",
"version": 1,
"widgetId": "3zgzbrqtp5",
"widgetName": "IconButton1"
}

View file

@ -0,0 +1,45 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 74,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonVariant": "PRIMARY",
"dynamicBindingPathList": [
{
"key": "buttonColor"
},
{
"key": "borderRadius"
}
],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"iconName": "refresh",
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "s3iyu1kmpx",
"leftColumn": 60,
"minWidth": 50,
"mobileBottomRow": 74,
"mobileLeftColumn": 60,
"mobileRightColumn": 64,
"mobileTopRow": 70,
"needsErrorInfo": false,
"onClick": "{{Karaoke_ToSing.run()}}",
"parentColumnSpace": 19.5,
"parentId": "wensl3f34o",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "hug",
"rightColumn": 64,
"topRow": 70,
"type": "ICON_BUTTON_WIDGET",
"version": 1,
"widgetId": "3q2gj5wgm8",
"widgetName": "IconButton2"
}

View file

@ -0,0 +1,51 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 7,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonVariant": "PRIMARY",
"disabledWhenInvalid": false,
"dynamicBindingPathList": [
{
"key": "buttonColor"
},
{
"key": "borderRadius"
}
],
"dynamicHeight": "FIXED",
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true,
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "mlbyeq1t36",
"leftColumn": 53,
"minWidth": 120,
"mobileBottomRow": 4,
"mobileLeftColumn": 49,
"mobileRightColumn": 64,
"mobileTopRow": 0,
"needsErrorInfo": false,
"onClick": "{{Karaoke_RemoveSing.run().then(() => {\n Karaoke_ToSing.run();\n}).catch(() => {\n showAlert('Failed to remove, Sorry!', 'error');\n});}}",
"parentColumnSpace": 19.0625,
"parentId": "zb583u0v95",
"parentRowSpace": 10,
"placement": "CENTER",
"recaptchaType": "V3",
"renderMode": "CANVAS",
"resetFormOnClick": false,
"responsiveBehavior": "hug",
"rightColumn": 64,
"text": "Remove from Sing Next",
"topRow": 0,
"type": "BUTTON_WIDGET",
"version": 1,
"widgetId": "z134bcl2ez",
"widgetName": "Button2Copy"
}

View file

@ -0,0 +1,93 @@
{
"animateLoading": true,
"backgroundColor": "white",
"borderColor": "#E0DEDE",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"borderWidth": "1",
"bottomRow": 9,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"children": [
{
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 90,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": false,
"containerStyle": "none",
"detachFromLayout": true,
"dynamicBindingPathList": [
{
"key": "borderRadius"
},
{
"key": "boxShadow"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"flexLayers": [],
"isLoading": false,
"isVisible": true,
"key": "96a9bxur9u",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileLeftColumn": 0,
"mobileTopRow": 0,
"needsErrorInfo": false,
"parentColumnSpace": 1,
"parentId": "xguv19ns09",
"parentRowSpace": 1,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"topRow": 0,
"type": "CANVAS_WIDGET",
"useAutoLayout": false,
"version": 1,
"widgetId": "zb583u0v95",
"widgetName": "Canvas2Copy"
}
],
"containerStyle": "card",
"disabledWidgetFeatures": [
"dynamicHeight"
],
"disallowCopy": true,
"dragDisabled": true,
"dynamicBindingPathList": [
{
"key": "borderRadius"
},
{
"key": "boxShadow"
}
],
"dynamicHeight": "FIXED",
"flexVerticalAlignment": "stretch",
"isCanvas": true,
"isDeletable": false,
"isListItemContainer": true,
"isLoading": false,
"isVisible": true,
"key": "cd60h9ha1g",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 10,
"minWidth": 450,
"mobileBottomRow": 12,
"mobileLeftColumn": 0,
"mobileRightColumn": 64,
"mobileTopRow": 0,
"needsErrorInfo": false,
"noContainerOffset": true,
"parentId": "ywesi3hywe",
"positioning": "fixed",
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 64,
"shouldScrollContents": false,
"topRow": 0,
"type": "CONTAINER_WIDGET",
"version": 1,
"widgetId": "xguv19ns09",
"widgetName": "Container1Copy"
}

View file

@ -0,0 +1,57 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"borderWidth": "0",
"bottomRow": 4,
"boxShadow": "none",
"dynamicBindingPathList": [
{
"key": "text"
},
{
"key": "truncateButtonColor"
},
{
"key": "fontFamily"
},
{
"key": "borderRadius"
},
{
"key": "text"
}
],
"dynamicHeight": "FIXED",
"dynamicTriggerPathList": [],
"fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
"fontSize": "1rem",
"fontStyle": "BOLD",
"isLoading": false,
"isVisible": true,
"key": "flebxi80db",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 4,
"mobileLeftColumn": 16,
"mobileRightColumn": 28,
"mobileTopRow": 0,
"needsErrorInfo": false,
"overflow": "NONE",
"parentId": "zb583u0v95",
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 53,
"shouldTruncate": false,
"text": "{{currentItem.Title}}",
"textAlign": "LEFT",
"textColor": "#231F20",
"textStyle": "HEADING",
"topRow": 0,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET",
"version": 1,
"widgetId": "juing5jhok",
"widgetName": "Text1Copy"
}

View file

@ -0,0 +1,57 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"borderWidth": "0",
"bottomRow": 8,
"boxShadow": "none",
"dynamicBindingPathList": [
{
"key": "text"
},
{
"key": "truncateButtonColor"
},
{
"key": "fontFamily"
},
{
"key": "borderRadius"
},
{
"key": "text"
}
],
"dynamicHeight": "FIXED",
"dynamicTriggerPathList": [],
"fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
"fontSize": "1rem",
"fontStyle": "BOLD",
"isLoading": false,
"isVisible": true,
"key": "flebxi80db",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 8,
"mobileLeftColumn": 16,
"mobileRightColumn": 24,
"mobileTopRow": 4,
"needsErrorInfo": false,
"overflow": "NONE",
"parentId": "zb583u0v95",
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 53,
"shouldTruncate": false,
"text": "{{currentItem.Artist}}",
"textAlign": "LEFT",
"textColor": "#231F20",
"textStyle": "BODY",
"topRow": 4,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET",
"version": 1,
"widgetId": "g7jiyndi9n",
"widgetName": "Text2Copy"
}

View file

@ -0,0 +1,127 @@
{
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"additionalStaticProps": [
"level",
"levelData",
"prefixMetaWidgetId",
"metaWidgetId"
],
"animateLoading": true,
"backgroundColor": "transparent",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 70,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"children": [
{
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 700,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": false,
"containerStyle": "none",
"detachFromLayout": true,
"dropDisabled": true,
"dynamicBindingPathList": [
{
"key": "borderRadius"
},
{
"key": "boxShadow"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"flexLayers": [],
"isLoading": false,
"isVisible": true,
"key": "96a9bxur9u",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minHeight": 400,
"minWidth": 450,
"mobileBottomRow": 400,
"mobileLeftColumn": 0,
"mobileRightColumn": 608.25,
"mobileTopRow": 0,
"needsErrorInfo": false,
"noPad": true,
"openParentPropertyPane": true,
"parentColumnSpace": 1,
"parentId": "7f35tzrwkm",
"parentRowSpace": 1,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 608.25,
"topRow": 0,
"type": "CANVAS_WIDGET",
"version": 1,
"widgetId": "ywesi3hywe",
"widgetName": "Canvas1Copy"
}
],
"currentItemsView": "{{[]}}",
"dynamicBindingPathList": [
{
"key": "currentItemsView"
},
{
"key": "selectedItemView"
},
{
"key": "triggeredItemView"
},
{
"key": "primaryKeys"
},
{
"key": "accentColor"
},
{
"key": "borderRadius"
},
{
"key": "boxShadow"
},
{
"key": "listData"
}
],
"dynamicTriggerPathList": [],
"enhancements": true,
"flexVerticalAlignment": "start",
"gridType": "vertical",
"hasMetaWidgets": true,
"isCanvas": true,
"isLoading": false,
"isVisible": true,
"itemBackgroundColor": "#FFFFFF",
"itemSpacing": 8,
"key": "e9wyahxf4q",
"leftColumn": 0,
"listData": "{{Karaoke_ToSing.data}}",
"mainCanvasId": "ywesi3hywe",
"mainContainerId": "xguv19ns09",
"minWidth": 450,
"mobileBottomRow": 46,
"mobileLeftColumn": 18,
"mobileRightColumn": 42,
"mobileTopRow": 6,
"needsErrorInfo": false,
"originalBottomRow": 91,
"originalTopRow": 21,
"pageSize": 7,
"parentColumnSpace": 25.34375,
"parentId": "wensl3f34o",
"parentRowSpace": 10,
"primaryKeys": "{{SingNextList.listData.map((currentItem, currentIndex) => currentItem[\"_id\"] )}}",
"renderMode": "CANVAS",
"requiresFlatWidgetChildren": true,
"responsiveBehavior": "fill",
"rightColumn": 64,
"selectedItemView": "{{{}}}",
"templateHeight": 160,
"topRow": 0,
"triggeredItemView": "{{{}}}",
"type": "LIST_WIDGET_V2",
"widgetId": "7f35tzrwkm",
"widgetName": "SingNextList"
}

View file

@ -0,0 +1,274 @@
{
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true,
"backgroundColor": "#FFFFFF",
"borderColor": "#E0DEDE",
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"borderWidth": 1,
"bottomRow": 87,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"children": [
{
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 830,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": true,
"detachFromLayout": true,
"dynamicBindingPathList": [
{
"key": "borderRadius"
},
{
"key": "boxShadow"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"dynamicTriggerPathList": [],
"flexLayers": [],
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "strarfg6bg",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minHeight": 150,
"minWidth": 450,
"mobileBottomRow": 150,
"mobileLeftColumn": 0,
"mobileRightColumn": 405.5,
"mobileTopRow": 0,
"needsErrorInfo": false,
"parentColumnSpace": 1,
"parentId": "any2og9i89",
"parentRowSpace": 1,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 405.5,
"shouldScrollContents": false,
"tabId": "tab1",
"tabName": "All Songs",
"topRow": 0,
"type": "CANVAS_WIDGET",
"version": 1,
"widgetId": "jquin5y9tz",
"widgetName": "Canvas3"
},
{
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 830,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": true,
"detachFromLayout": true,
"dynamicBindingPathList": [
{
"key": "borderRadius"
},
{
"key": "boxShadow"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"dynamicTriggerPathList": [],
"flexLayers": [],
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "strarfg6bg",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minHeight": 150,
"minWidth": 450,
"mobileBottomRow": 150,
"mobileLeftColumn": 0,
"mobileRightColumn": 405.5,
"mobileTopRow": 0,
"needsErrorInfo": false,
"parentColumnSpace": 1,
"parentId": "any2og9i89",
"parentRowSpace": 1,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 405.5,
"shouldScrollContents": false,
"tabId": "tab2",
"tabName": "Random",
"topRow": 0,
"type": "CANVAS_WIDGET",
"version": 1,
"widgetId": "xm48hvbrfp",
"widgetName": "Canvas4"
},
{
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 830,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": false,
"containerStyle": "none",
"detachFromLayout": true,
"dynamicBindingPathList": [
{
"key": "borderRadius"
},
{
"key": "boxShadow"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"dynamicTriggerPathList": [],
"flexLayers": [],
"isLoading": false,
"isVisible": true,
"key": "strarfg6bg",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minHeight": 150,
"minWidth": 450,
"mobileBottomRow": 151,
"mobileLeftColumn": 0,
"mobileRightColumn": 405.5,
"mobileTopRow": 1,
"needsErrorInfo": false,
"parentColumnSpace": 1,
"parentId": "any2og9i89",
"parentRowSpace": 1,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 405.5,
"tabId": "tabuykxnd3gfo",
"tabName": "Add",
"topRow": 1,
"type": "CANVAS_WIDGET",
"version": 1,
"widgetId": "plqruz04xj",
"widgetName": "Canvas5"
},
{
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 830,
"boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}",
"canExtend": false,
"containerStyle": "none",
"detachFromLayout": true,
"dynamicBindingPathList": [
{
"key": "borderRadius"
},
{
"key": "boxShadow"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"dynamicTriggerPathList": [],
"flexLayers": [],
"isLoading": false,
"isVisible": true,
"key": "strarfg6bg",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minHeight": 830,
"minWidth": 450,
"mobileBottomRow": 831,
"mobileLeftColumn": 0,
"mobileRightColumn": 1622,
"mobileTopRow": 1,
"needsErrorInfo": false,
"parentColumnSpace": 1,
"parentId": "any2og9i89",
"parentRowSpace": 1,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 1622,
"tabId": "tabgnbm1qdibp",
"tabName": "To Sing Next",
"topRow": 1,
"type": "CANVAS_WIDGET",
"version": 1,
"widgetId": "wensl3f34o",
"widgetName": "Canvas6"
}
],
"defaultTab": "List",
"dynamicBindingPathList": [
{
"key": "accentColor"
},
{
"key": "borderRadius"
},
{
"key": "boxShadow"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"dynamicTriggerPathList": [
{
"key": "onTabSelected"
}
],
"flexVerticalAlignment": "stretch",
"isCanvas": true,
"isLoading": false,
"isVisible": true,
"key": "gwrqx6h7rp",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 15,
"minWidth": 450,
"mobileBottomRow": 15,
"mobileLeftColumn": 0,
"mobileRightColumn": 16,
"mobileTopRow": 0,
"needsErrorInfo": false,
"onTabSelected": "",
"originalBottomRow": 87,
"originalTopRow": 0,
"parentColumnSpace": 25.34375,
"parentId": "0",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 64,
"shouldScrollContents": true,
"shouldShowTabs": true,
"tabsObj": {
"tab1": {
"id": "tab1",
"index": 0,
"isVisible": true,
"label": "All Songs",
"positioning": "vertical",
"widgetId": "jquin5y9tz"
},
"tab2": {
"id": "tab2",
"index": 1,
"isVisible": true,
"label": "Random",
"positioning": "vertical",
"widgetId": "xm48hvbrfp"
},
"tabgnbm1qdibp": {
"id": "tabgnbm1qdibp",
"index": 3,
"isVisible": true,
"label": "To Sing Next",
"widgetId": "wensl3f34o"
},
"tabuykxnd3gfo": {
"id": "tabuykxnd3gfo",
"index": 2,
"isVisible": true,
"label": "Add",
"widgetId": "plqruz04xj"
}
},
"topRow": 0,
"type": "TABS_WIDGET",
"version": 3,
"widgetId": "any2og9i89",
"widgetName": "Tabs"
}

View file

@ -0,0 +1,55 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 4,
"dynamicBindingPathList": [
{
"key": "truncateButtonColor"
},
{
"key": "fontFamily"
},
{
"key": "borderRadius"
},
{
"key": "text"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"dynamicTriggerPathList": [],
"fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
"fontSize": "1rem",
"fontStyle": "BOLD",
"isLoading": false,
"isVisible": true,
"key": "1eab402r7m",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 5,
"mobileLeftColumn": 1,
"mobileRightColumn": 17,
"mobileTopRow": 1,
"needsErrorInfo": false,
"originalBottomRow": 5,
"originalTopRow": 1,
"overflow": "NONE",
"parentColumnSpace": 19.5,
"parentId": "xm48hvbrfp",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 46,
"shouldTruncate": false,
"text": "{{Karaoke_RandomTrack.data[0].Artist}}",
"textAlign": "LEFT",
"textColor": "#231F20",
"topRow": 0,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET",
"version": 1,
"widgetId": "py6500pw20",
"widgetName": "Text3"
}

View file

@ -0,0 +1,55 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 8,
"dynamicBindingPathList": [
{
"key": "truncateButtonColor"
},
{
"key": "fontFamily"
},
{
"key": "borderRadius"
},
{
"key": "text"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"dynamicTriggerPathList": [],
"fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
"fontSize": "1rem",
"fontStyle": "BOLD",
"isLoading": false,
"isVisible": true,
"key": "1eab402r7m",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 5,
"mobileLeftColumn": 1,
"mobileRightColumn": 17,
"mobileTopRow": 1,
"needsErrorInfo": false,
"originalBottomRow": 5,
"originalTopRow": 1,
"overflow": "NONE",
"parentColumnSpace": 19.5,
"parentId": "xm48hvbrfp",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 46,
"shouldTruncate": false,
"text": "{{Karaoke_RandomTrack.data[0].Title}}",
"textAlign": "LEFT",
"textColor": "#231F20",
"topRow": 4,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET",
"version": 1,
"widgetId": "e8phirr26d",
"widgetName": "Text3Copy"
}

View file

@ -0,0 +1,55 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 12,
"dynamicBindingPathList": [
{
"key": "truncateButtonColor"
},
{
"key": "fontFamily"
},
{
"key": "borderRadius"
},
{
"key": "text"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"dynamicTriggerPathList": [],
"fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
"fontSize": "1rem",
"fontStyle": "BOLD",
"isLoading": false,
"isVisible": true,
"key": "1eab402r7m",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 5,
"mobileLeftColumn": 1,
"mobileRightColumn": 17,
"mobileTopRow": 1,
"needsErrorInfo": false,
"originalBottomRow": 5,
"originalTopRow": 1,
"overflow": "NONE",
"parentColumnSpace": 19.5,
"parentId": "xm48hvbrfp",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 16,
"shouldTruncate": false,
"text": "{{Karaoke_RandomTrack.data[0].Extra}}",
"textAlign": "LEFT",
"textColor": "#231F20",
"topRow": 8,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET",
"version": 1,
"widgetId": "1t6690c8sp",
"widgetName": "Text3Copy1"
}

View file

@ -0,0 +1,52 @@
{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 13,
"dynamicBindingPathList": [
{
"key": "truncateButtonColor"
},
{
"key": "fontFamily"
},
{
"key": "borderRadius"
}
],
"dynamicHeight": "AUTO_HEIGHT",
"dynamicTriggerPathList": [],
"fontFamily": "{{appsmith.theme.fontFamily.appFont}}",
"fontSize": "1rem",
"fontStyle": "BOLD",
"isLoading": false,
"isVisible": true,
"key": "1eab402r7m",
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 13,
"mobileLeftColumn": 0,
"mobileRightColumn": 3,
"mobileTopRow": 9,
"needsErrorInfo": false,
"originalBottomRow": 20,
"originalTopRow": 9,
"overflow": "NONE",
"parentColumnSpace": 19.5,
"parentId": "plqruz04xj",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 64,
"shouldTruncate": false,
"text": "",
"textAlign": "LEFT",
"textColor": "#231F20",
"topRow": 9,
"truncateButtonColor": "{{appsmith.theme.colors.primaryColor}}",
"type": "TEXT_WIDGET",
"version": 1,
"widgetId": "vsxqtib2h3",
"widgetName": "Text4"
}

View file

@ -0,0 +1,54 @@
{
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true,
"autoFocus": false,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 4,
"boxShadow": "none",
"defaultText": "",
"dynamicBindingPathList": [
{
"key": "accentColor"
},
{
"key": "borderRadius"
}
],
"dynamicHeight": "FIXED",
"dynamicTriggerPathList": [],
"iconAlign": "left",
"inputType": "TEXT",
"isDisabled": false,
"isLoading": false,
"isRequired": false,
"isVisible": true,
"key": "7el0klblgd",
"label": "Title",
"labelAlignment": "left",
"labelPosition": "Left",
"labelStyle": "",
"labelTextSize": "0.875rem",
"labelWidth": 5,
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 7,
"mobileLeftColumn": 6,
"mobileRightColumn": 26,
"mobileTopRow": 0,
"needsErrorInfo": false,
"parentColumnSpace": 19.5,
"parentId": "plqruz04xj",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"resetOnSubmit": true,
"responsiveBehavior": "fill",
"rightColumn": 49,
"showStepArrows": false,
"topRow": 0,
"type": "INPUT_WIDGET_V2",
"version": 2,
"widgetId": "74h6h0juud",
"widgetName": "Title"
}

View file

@ -0,0 +1,54 @@
{
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true,
"autoFocus": false,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 6,
"boxShadow": "none",
"defaultText": "",
"dynamicBindingPathList": [
{
"key": "accentColor"
},
{
"key": "borderRadius"
}
],
"dynamicHeight": "FIXED",
"dynamicTriggerPathList": [],
"iconAlign": "left",
"inputType": "TEXT",
"isDisabled": false,
"isLoading": false,
"isRequired": false,
"isVisible": true,
"key": "5hcgt6briy",
"label": "Title Search",
"labelAlignment": "left",
"labelPosition": "Top",
"labelStyle": "",
"labelTextSize": "0.875rem",
"labelWidth": 5,
"leftColumn": 0,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 86,
"mobileLeftColumn": 15,
"mobileRightColumn": 35,
"mobileTopRow": 79,
"needsErrorInfo": false,
"parentColumnSpace": 25.34375,
"parentId": "jquin5y9tz",
"parentRowSpace": 10,
"renderMode": "CANVAS",
"resetOnSubmit": true,
"responsiveBehavior": "fill",
"rightColumn": 30,
"showStepArrows": false,
"topRow": 0,
"type": "INPUT_WIDGET_V2",
"version": 2,
"widgetId": "4t7ftte7ms",
"widgetName": "TitleSearch"
}

5
theme.json Normal file
View file

@ -0,0 +1,5 @@
{
"displayName": "Modern",
"isSystemTheme": true,
"name": "Default-New"
}