Skip to content

Commit

Permalink
Merge pull request #25 from poirazis/develop
Browse files Browse the repository at this point in the history
v1.10.0
  • Loading branch information
poirazis authored Oct 29, 2024
2 parents 655d666 + 2231903 commit 9fc3345
Show file tree
Hide file tree
Showing 5 changed files with 218 additions and 303 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bb-component-SuperContainer",
"version": "1.9.0",
"version": "1.10.0",
"description": "A Multi Layout Data Aware Container Component for Budibase",
"author": "Michael Poirazi",
"license": "MIT",
Expand All @@ -14,23 +14,23 @@
"@crownframework/svelte-error-boundary": "^1.0.3",
"@spectrum-css/opacitycheckerboard": "^1.1.5",
"@spectrum-css/splitview": "4.0.3",
"svelte": "^4.2.17",
"svelte": "^4.2.19",
"svelte-fsm": "^1.2.0"
},
"devDependencies": {
"@budibase/backend-core": "^2.28.1",
"@budibase/shared-core": "^2.28.1",
"@budibase/backend-core": "^2.33.5",
"@budibase/shared-core": "^2.33.5",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"rollup": "^2.79.1",
"postcss": "^8.4.47",
"rollup": "^2.79.2",
"rollup-plugin-copy2": "^0.3.1",
"rollup-plugin-polyfill-node": "^0.8.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svelte": "^7.2.1",
"rollup-plugin-svelte": "^7.2.2",
"rollup-plugin-svg": "^2.0.0",
"tar": "^6.2.1"
}
Expand Down
51 changes: 12 additions & 39 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@
"showEmptyState": true,
"icon": "SelectIntersect",
"styles": ["padding", "size", "border", "background"],
"grid": {
"hAlign": "stretch",
"vAlign": "stretch"
},
"context": [
{
"type": "schema",
"scope": "local"
"scope": "global"
},
{
"type": "static",
"scope": "local",
"scope": "global",
"values": [
{ "key": "value", "label": "value", "type": "object" },
{ "key": "index", "label": "index", "type": "number" }
Expand Down Expand Up @@ -156,6 +160,7 @@
"type": "dataProvider",
"key": "dataprovider",
"label": "Data Provider",
"resetOn": "bound",
"dependsOn": { "setting": "bound", "value": "dataprovider" }
},
{
Expand All @@ -182,7 +187,7 @@
{
"section": true,
"name": "Container Options",
"dependsOn": { "setting": "mode", "value": "container" },

"settings": [
{
"type": "select",
Expand Down Expand Up @@ -250,7 +255,7 @@
"barTitle": "Align stretched horizontally"
}
],
"defaultValue": "flex-start"
"defaultValue": "stretch"
},
{
"type": "select",
Expand Down Expand Up @@ -401,12 +406,6 @@
"key": "activeTab",
"label": "Active Tab"
},
{
"type": "boolean",
"key": "tabsQuiet",
"label": "Quiet",
"defaultValue": false
},
{
"type": "boolean",
"key": "tabsEmphasized",
Expand Down Expand Up @@ -530,37 +529,11 @@
"type": "color",
"key": "color",
"label": "Color"
}
]
},
{
"section": true,
"tag": "style",
"name": "Borders",
"settings": [
{
"type": "boolean",
"key": "borderTop",
"label": "Top",
"defaultValue": true
},
{
"type": "boolean",
"key": "borderRight",
"label": "Right",
"defaultValue": true
},
{
"type": "boolean",
"key": "borderBottom",
"label": "Bottom",
"defaultValue": true
},
{
"type": "boolean",
"key": "borderLeft",
"label": "Left",
"defaultValue": true
"type": "event",
"key": "onShow",
"label": "On Show"
}
]
}
Expand Down
Loading

0 comments on commit 9fc3345

Please sign in to comment.