@superblocksteam/library 2.0.0-next.22 → 2.0.0-next.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{allPaths-BcRKMH_Z.js → allPaths-BbdH9zeB.js} +2 -2
- package/dist/{allPaths-BcRKMH_Z.js.map → allPaths-BbdH9zeB.js.map} +1 -1
- package/dist/{allPaths-wm8CjC2k.js → allPaths-_F4CyjFa.js} +2 -2
- package/dist/{allPaths-wm8CjC2k.js.map → allPaths-_F4CyjFa.js.map} +1 -1
- package/dist/{allPathsLoader-CGiCpAsn.js → allPathsLoader-470LmXjF.js} +3 -3
- package/dist/{allPathsLoader-D2Lf2JQk.js.map → allPathsLoader-470LmXjF.js.map} +1 -1
- package/dist/{allPathsLoader-D2Lf2JQk.js → allPathsLoader-CnknX0s2.js} +3 -3
- package/dist/{allPathsLoader-CGiCpAsn.js.map → allPathsLoader-CnknX0s2.js.map} +1 -1
- package/dist/{index-XcyTDWlQ.js → index-CfN0JlwU.js} +59 -32
- package/dist/{index-XcyTDWlQ.js.map → index-CfN0JlwU.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{splitPathsBySizeLoader-DRGSX9hN.js → splitPathsBySizeLoader-Di6g9Wdp.js} +2 -2
- package/dist/{splitPathsBySizeLoader-DRGSX9hN.js.map → splitPathsBySizeLoader-Di6g9Wdp.js.map} +1 -1
- package/dist/{splitPathsBySizeLoader-Vjh45VMA.js → splitPathsBySizeLoader-g-qffpA4.js} +2 -2
- package/dist/{splitPathsBySizeLoader-Vjh45VMA.js.map → splitPathsBySizeLoader-g-qffpA4.js.map} +1 -1
- package/dist-types/lib/user-facing/components/table/column-properties-panel.d.ts +0 -8
- package/dist-types/lib/user-facing/components/table/index.d.ts +0 -8
- package/dist-types/lib/user-facing/components/table/props.d.ts +0 -8
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { I as IconSvgPaths16 } from "./index-DIJYif9G.js";
|
|
2
2
|
import { I as IconSvgPaths20 } from "./index-LHtbj0-V.js";
|
|
3
|
-
import { p as pascalCase, I as IconSize } from "./index-
|
|
3
|
+
import { p as pascalCase, I as IconSize } from "./index-CfN0JlwU.js";
|
|
4
4
|
function getIconPaths(name, size) {
|
|
5
5
|
var key = pascalCase(name);
|
|
6
6
|
return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
getIconPaths,
|
|
15
15
|
iconNameToPathsRecordKey
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=allPaths-
|
|
17
|
+
//# sourceMappingURL=allPaths-BbdH9zeB.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-BbdH9zeB.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.18.1_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/allPaths.js"],"sourcesContent":["/*\n * Copyright 2021 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { pascalCase } from \"change-case\";\nimport * as IconSvgPaths16 from \"./generated/16px/paths\";\nimport * as IconSvgPaths20 from \"./generated/20px/paths\";\nimport { IconSize } from \"./iconTypes\";\nexport { IconSvgPaths16, IconSvgPaths20 };\n/**\n * Get the list of vector paths that define a given icon. These path strings are used to render `<path>`\n * elements inside an `<svg>` icon element. For full implementation details and nuances, see the icon component\n * handlebars template and `generate-icon-components` script in the __@blueprintjs/icons__ package.\n *\n * Note: this function loads all icon definitions __statically__, which means every icon is included in your\n * JS bundle. Only use this API if your app is likely to use all Blueprint icons at runtime. If you are looking for a\n * dynamic icon loader which loads icon definitions on-demand, use `{ Icons } from \"@blueprintjs/icons\"` instead.\n */\nexport function getIconPaths(name, size) {\n var key = pascalCase(name);\n return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];\n}\n/**\n * Type safe string literal conversion of snake-case icon names to PascalCase icon names.\n * This is useful for indexing into the SVG paths record to extract a single icon's SVG path definition.\n *\n * @deprecated use `getIconPaths` instead\n */\nexport function iconNameToPathsRecordKey(name) {\n return pascalCase(name);\n}\n//# sourceMappingURL=allPaths.js.map"],"names":[],"mappings":";;;AA6BO,SAAS,aAAa,MAAM,MAAM;AACrC,MAAI,MAAM,WAAW,IAAI;AACzB,SAAO,SAAS,SAAS,WAAW,eAAe,GAAG,IAAI,eAAe,GAAG;AAChF;AAOO,SAAS,yBAAyB,MAAM;AAC3C,SAAO,WAAW,IAAI;AAC1B;","x_google_ignoreList":[0]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { I as IconSvgPaths16 } from "./index-BxzKdlqH.js";
|
|
2
2
|
import { I as IconSvgPaths20 } from "./index-DIn-fanT.js";
|
|
3
|
-
import { p as pascalCase, b as IconSize } from "./index-
|
|
3
|
+
import { p as pascalCase, b as IconSize } from "./index-CfN0JlwU.js";
|
|
4
4
|
function getIconPaths(name, size) {
|
|
5
5
|
var key = pascalCase(name);
|
|
6
6
|
return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
getIconPaths,
|
|
15
15
|
iconNameToPathsRecordKey
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=allPaths-
|
|
17
|
+
//# sourceMappingURL=allPaths-_F4CyjFa.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-_F4CyjFa.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.20.0_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/allPaths.js"],"sourcesContent":["/*\n * Copyright 2021 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { pascalCase } from \"change-case\";\nimport * as IconSvgPaths16 from \"./generated/16px/paths\";\nimport * as IconSvgPaths20 from \"./generated/20px/paths\";\nimport { IconSize } from \"./iconTypes\";\nexport { IconSvgPaths16, IconSvgPaths20 };\n/**\n * Get the list of vector paths that define a given icon. These path strings are used to render `<path>`\n * elements inside an `<svg>` icon element. For full implementation details and nuances, see the icon component\n * handlebars template and `generate-icon-components` script in the __@blueprintjs/icons__ package.\n *\n * Note: this function loads all icon definitions __statically__, which means every icon is included in your\n * JS bundle. Only use this API if your app is likely to use all Blueprint icons at runtime. If you are looking for a\n * dynamic icon loader which loads icon definitions on-demand, use `{ Icons } from \"@blueprintjs/icons\"` instead.\n */\nexport function getIconPaths(name, size) {\n var key = pascalCase(name);\n return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];\n}\n/**\n * Type safe string literal conversion of snake-case icon names to PascalCase icon names.\n * This is useful for indexing into the SVG paths record to extract a single icon's SVG path definition.\n *\n * @deprecated use `getIconPaths` instead\n */\nexport function iconNameToPathsRecordKey(name) {\n return pascalCase(name);\n}\n//# sourceMappingURL=allPaths.js.map"],"names":[],"mappings":";;;AA6BO,SAAS,aAAa,MAAM,MAAM;AACrC,MAAI,MAAM,WAAW,IAAI;AACzB,SAAO,SAAS,SAAS,WAAW,eAAe,GAAG,IAAI,eAAe,GAAG;AAChF;AAOO,SAAS,yBAAyB,MAAM;AAC3C,SAAO,WAAW,IAAI;AAC1B;","x_google_ignoreList":[0]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __awaiter, a as __generator } from "./index-
|
|
1
|
+
import { _ as __awaiter, a as __generator } from "./index-CfN0JlwU.js";
|
|
2
2
|
var allPathsLoader = function(name, size) {
|
|
3
3
|
return __awaiter(void 0, void 0, void 0, function() {
|
|
4
4
|
var getIconPaths;
|
|
@@ -7,7 +7,7 @@ var allPathsLoader = function(name, size) {
|
|
|
7
7
|
case 0:
|
|
8
8
|
return [4, import(
|
|
9
9
|
/* webpackChunkName: "blueprint-icons-all-paths" */
|
|
10
|
-
"./allPaths-
|
|
10
|
+
"./allPaths-_F4CyjFa.js"
|
|
11
11
|
)];
|
|
12
12
|
case 1:
|
|
13
13
|
getIconPaths = _a.sent().getIconPaths;
|
|
@@ -19,4 +19,4 @@ var allPathsLoader = function(name, size) {
|
|
|
19
19
|
export {
|
|
20
20
|
allPathsLoader
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=allPathsLoader-
|
|
22
|
+
//# sourceMappingURL=allPathsLoader-470LmXjF.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-470LmXjF.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.20.0_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/paths-loaders/allPathsLoader.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { __awaiter, __generator } from \"tslib\";\n/**\n * A simple module loader which concatenates all icon paths into a single chunk.\n */\nexport var allPathsLoader = function (name, size) { return __awaiter(void 0, void 0, void 0, function () {\n var getIconPaths;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-all-paths\" */\n \"../allPaths\")];\n case 1:\n getIconPaths = (_a.sent()).getIconPaths;\n return [2 /*return*/, getIconPaths(name, size)];\n }\n });\n}); };\n//# sourceMappingURL=allPathsLoader.js.map"],"names":[],"mappings":";AAmBU,IAAC,iBAAiB,SAAU,MAAM,MAAM;AAAE,SAAO,UAAU,QAAQ,QAAQ,QAAQ,WAAY;AACrG,QAAI;AACJ,WAAO,YAAY,MAAM,SAAU,IAAI;AACnC,cAAQ,GAAG,OAAK;AAAA,QACZ,KAAK;AAAG,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEzB;AAAA,UAAa,CAAC;AAAA,QAClB,KAAK;AACD,yBAAgB,GAAG,KAAI,EAAI;AAC3B,iBAAO,CAAC,GAAc,aAAa,MAAM,IAAI,CAAC;AAAA,MAC9D;AAAA,IACA,CAAK;AAAA,EACL,CAAC;AAAE;","x_google_ignoreList":[0]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __awaiter, a as __generator } from "./index-
|
|
1
|
+
import { _ as __awaiter, a as __generator } from "./index-CfN0JlwU.js";
|
|
2
2
|
var allPathsLoader = function(name, size) {
|
|
3
3
|
return __awaiter(void 0, void 0, void 0, function() {
|
|
4
4
|
var getIconPaths;
|
|
@@ -7,7 +7,7 @@ var allPathsLoader = function(name, size) {
|
|
|
7
7
|
case 0:
|
|
8
8
|
return [4, import(
|
|
9
9
|
/* webpackChunkName: "blueprint-icons-all-paths" */
|
|
10
|
-
"./allPaths-
|
|
10
|
+
"./allPaths-BbdH9zeB.js"
|
|
11
11
|
)];
|
|
12
12
|
case 1:
|
|
13
13
|
getIconPaths = _a.sent().getIconPaths;
|
|
@@ -19,4 +19,4 @@ var allPathsLoader = function(name, size) {
|
|
|
19
19
|
export {
|
|
20
20
|
allPathsLoader
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=allPathsLoader-
|
|
22
|
+
//# sourceMappingURL=allPathsLoader-CnknX0s2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-CnknX0s2.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.18.1_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/paths-loaders/allPathsLoader.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { __awaiter, __generator } from \"tslib\";\n/**\n * A simple module loader which concatenates all icon paths into a single chunk.\n */\nexport var allPathsLoader = function (name, size) { return __awaiter(void 0, void 0, void 0, function () {\n var getIconPaths;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-all-paths\" */\n \"../allPaths\")];\n case 1:\n getIconPaths = (_a.sent()).getIconPaths;\n return [2 /*return*/, getIconPaths(name, size)];\n }\n });\n}); };\n//# sourceMappingURL=allPathsLoader.js.map"],"names":[],"mappings":";AAmBU,IAAC,iBAAiB,SAAU,MAAM,MAAM;AAAE,SAAO,UAAU,QAAQ,QAAQ,QAAQ,WAAY;AACrG,QAAI;AACJ,WAAO,YAAY,MAAM,SAAU,IAAI;AACnC,cAAQ,GAAG,OAAK;AAAA,QACZ,KAAK;AAAG,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEzB;AAAA,UAAa,CAAC;AAAA,QAClB,KAAK;AACD,yBAAgB,GAAG,KAAI,EAAI;AAC3B,iBAAO,CAAC,GAAc,aAAa,MAAM,IAAI,CAAC;AAAA,MAC9D;AAAA,IACA,CAAK;AAAA,EACL,CAAC;AAAE;","x_google_ignoreList":[0]}
|
|
@@ -2690,14 +2690,14 @@ function getLoaderFn$1(options) {
|
|
|
2690
2690
|
if (!(loader === "all")) return [3, 3];
|
|
2691
2691
|
return [4, import(
|
|
2692
2692
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
2693
|
-
"./allPathsLoader-
|
|
2693
|
+
"./allPathsLoader-CnknX0s2.js"
|
|
2694
2694
|
)];
|
|
2695
2695
|
case 2:
|
|
2696
2696
|
return [2, _b2.sent().allPathsLoader];
|
|
2697
2697
|
case 3:
|
|
2698
2698
|
return [4, import(
|
|
2699
2699
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
2700
|
-
"./splitPathsBySizeLoader-
|
|
2700
|
+
"./splitPathsBySizeLoader-g-qffpA4.js"
|
|
2701
2701
|
)];
|
|
2702
2702
|
case 4:
|
|
2703
2703
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -110400,6 +110400,17 @@ const Theme = createEntityProxy("Theme");
|
|
|
110400
110400
|
const Global = createEntityProxy("Global");
|
|
110401
110401
|
const Embed = createEntityProxy("Embed");
|
|
110402
110402
|
const Env = createEntityProxy("Env");
|
|
110403
|
+
const getPreviousAndCurrentWidgetProps = (updates, widgetMeta) => {
|
|
110404
|
+
const previousProps = widgetMeta.props;
|
|
110405
|
+
const newProps = Object.entries(updates).reduce(
|
|
110406
|
+
(acc, [key2, value]) => {
|
|
110407
|
+
acc[key2] = value.value;
|
|
110408
|
+
return acc;
|
|
110409
|
+
},
|
|
110410
|
+
{ ...previousProps }
|
|
110411
|
+
);
|
|
110412
|
+
return [previousProps, newProps];
|
|
110413
|
+
};
|
|
110403
110414
|
const getSizeProp = ({
|
|
110404
110415
|
label,
|
|
110405
110416
|
controlType,
|
|
@@ -110693,6 +110704,29 @@ const containerLayout = () => Prop.union({
|
|
|
110693
110704
|
tooltip: "Horizontal"
|
|
110694
110705
|
}
|
|
110695
110706
|
]
|
|
110707
|
+
}).onEdit(({ sourceId, updates, widgetMeta }) => {
|
|
110708
|
+
var _a2, _b2, _c2, _d2;
|
|
110709
|
+
const [previousProps, newProps] = getPreviousAndCurrentWidgetProps(updates, widgetMeta);
|
|
110710
|
+
const baseUpdate = {
|
|
110711
|
+
[sourceId]: {
|
|
110712
|
+
props: updates,
|
|
110713
|
+
meta: {}
|
|
110714
|
+
}
|
|
110715
|
+
};
|
|
110716
|
+
if (previousProps.layout !== "freeform" && newProps.layout === "freeform" && ((_a2 = newProps.width) == null ? void 0 : _a2.mode) === "fit") {
|
|
110717
|
+
const editStore2 = rootStore.editStore;
|
|
110718
|
+
if (!editStore2) {
|
|
110719
|
+
return baseUpdate;
|
|
110720
|
+
}
|
|
110721
|
+
const runtimeWidgetRect = (_d2 = (_c2 = (_b2 = editStore2.interactionLayerManager.getSourceIdElements(sourceId)) == null ? void 0 : _b2[0]) == null ? void 0 : _c2.firstElementChild) == null ? void 0 : _d2.getBoundingClientRect();
|
|
110722
|
+
const pixelWidth = runtimeWidgetRect == null ? void 0 : runtimeWidgetRect.width;
|
|
110723
|
+
baseUpdate[sourceId].props = {
|
|
110724
|
+
...updates,
|
|
110725
|
+
// fit-contenet width does not make sense grid component
|
|
110726
|
+
width: pixelWidth ? Property.Dimension(Dim.px(pixelWidth)) : Property.Static(Dim.fill())
|
|
110727
|
+
};
|
|
110728
|
+
}
|
|
110729
|
+
return baseUpdate;
|
|
110696
110730
|
})
|
|
110697
110731
|
},
|
|
110698
110732
|
variants: [
|
|
@@ -134067,10 +134101,11 @@ const textStyleProps = {
|
|
|
134067
134101
|
};
|
|
134068
134102
|
const textColumnProperties = {
|
|
134069
134103
|
general: {
|
|
134070
|
-
|
|
134071
|
-
|
|
134072
|
-
|
|
134073
|
-
|
|
134104
|
+
// TODO: bring this back when we are ready
|
|
134105
|
+
// computedValue: Prop.string().readAndWrite().propertiesPanel({
|
|
134106
|
+
// label: "Computed value",
|
|
134107
|
+
// controlType: "COMPUTE_TABLE_VALUE",
|
|
134108
|
+
// }),
|
|
134074
134109
|
displayedValue: Prop.string().readAndWrite().propertiesPanel({
|
|
134075
134110
|
label: "Displayed value",
|
|
134076
134111
|
controlType: "COMPUTE_TABLE_VALUE"
|
|
@@ -134130,10 +134165,11 @@ const buttonColumnProperties = {
|
|
|
134130
134165
|
};
|
|
134131
134166
|
const numberColumnProperties = {
|
|
134132
134167
|
general: {
|
|
134133
|
-
|
|
134134
|
-
|
|
134135
|
-
|
|
134136
|
-
|
|
134168
|
+
// TODO: bring this back when we are ready
|
|
134169
|
+
// computedValue: Prop.string().readAndWrite().propertiesPanel({
|
|
134170
|
+
// label: "Computed value",
|
|
134171
|
+
// controlType: "COMPUTE_TABLE_VALUE",
|
|
134172
|
+
// }),
|
|
134137
134173
|
notation: Prop.string().readAndWrite().propertiesPanel({
|
|
134138
134174
|
label: "Number format",
|
|
134139
134175
|
controlType: "DROP_DOWN",
|
|
@@ -134277,10 +134313,11 @@ const dateColumnProperties = {
|
|
|
134277
134313
|
};
|
|
134278
134314
|
const booleanColumnProperties = {
|
|
134279
134315
|
general: {
|
|
134280
|
-
|
|
134281
|
-
|
|
134282
|
-
|
|
134283
|
-
|
|
134316
|
+
// TODO: bring this back when we are ready
|
|
134317
|
+
// computedValue: Prop.string().readAndWrite().propertiesPanel({
|
|
134318
|
+
// label: "Computed value",
|
|
134319
|
+
// controlType: "COMPUTE_TABLE_VALUE",
|
|
134320
|
+
// }),
|
|
134284
134321
|
},
|
|
134285
134322
|
presentation: {
|
|
134286
134323
|
...textStyleProps,
|
|
@@ -134316,10 +134353,11 @@ const booleanColumnProperties = {
|
|
|
134316
134353
|
};
|
|
134317
134354
|
const videoColumnProperties = {
|
|
134318
134355
|
general: {
|
|
134319
|
-
|
|
134320
|
-
|
|
134321
|
-
|
|
134322
|
-
|
|
134356
|
+
// TODO: bring this back when we are ready
|
|
134357
|
+
// computedValue: Prop.string().readAndWrite().propertiesPanel({
|
|
134358
|
+
// label: "Computed value",
|
|
134359
|
+
// controlType: "COMPUTE_TABLE_VALUE",
|
|
134360
|
+
// }),
|
|
134323
134361
|
},
|
|
134324
134362
|
presentation: {
|
|
134325
134363
|
...textStyleProps
|
|
@@ -143765,14 +143803,14 @@ function getLoaderFn(options) {
|
|
|
143765
143803
|
if (!(loader === "all")) return [3, 3];
|
|
143766
143804
|
return [4, import(
|
|
143767
143805
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
143768
|
-
"./allPathsLoader-
|
|
143806
|
+
"./allPathsLoader-470LmXjF.js"
|
|
143769
143807
|
)];
|
|
143770
143808
|
case 2:
|
|
143771
143809
|
return [2, _b2.sent().allPathsLoader];
|
|
143772
143810
|
case 3:
|
|
143773
143811
|
return [4, import(
|
|
143774
143812
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
143775
|
-
"./splitPathsBySizeLoader-
|
|
143813
|
+
"./splitPathsBySizeLoader-Di6g9Wdp.js"
|
|
143776
143814
|
)];
|
|
143777
143815
|
case 4:
|
|
143778
143816
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -174912,17 +174950,6 @@ const SbCheckbox = registerSbComponent(
|
|
|
174912
174950
|
) });
|
|
174913
174951
|
}
|
|
174914
174952
|
);
|
|
174915
|
-
const getPreviousAndCurrentWidgetProps = (updates, widgetMeta) => {
|
|
174916
|
-
const previousProps = widgetMeta.props;
|
|
174917
|
-
const newProps = Object.entries(updates).reduce(
|
|
174918
|
-
(acc, [key2, value]) => {
|
|
174919
|
-
acc[key2] = value.value;
|
|
174920
|
-
return acc;
|
|
174921
|
-
},
|
|
174922
|
-
{ ...previousProps }
|
|
174923
|
-
);
|
|
174924
|
-
return [previousProps, newProps];
|
|
174925
|
-
};
|
|
174926
174953
|
const adjustDateFormatSideEffect = (params) => {
|
|
174927
174954
|
const widgetMeta = params.widgetMeta;
|
|
174928
174955
|
const widgetState = params.widgetState;
|
|
@@ -190211,4 +190238,4 @@ export {
|
|
|
190211
190238
|
copyToClipboard as y,
|
|
190212
190239
|
navigateTo as z
|
|
190213
190240
|
};
|
|
190214
|
-
//# sourceMappingURL=index-
|
|
190241
|
+
//# sourceMappingURL=index-CfN0JlwU.js.map
|