@superblocksteam/library 2.0.0-next.23 → 2.0.0-next.25
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-CZQf2OQy.js → allPaths-DoJWO7hx.js} +2 -2
- package/dist/{allPaths-CZQf2OQy.js.map → allPaths-DoJWO7hx.js.map} +1 -1
- package/dist/{allPaths-ByFvJUnK.js → allPaths-jmpQJR6g.js} +2 -2
- package/dist/{allPaths-ByFvJUnK.js.map → allPaths-jmpQJR6g.js.map} +1 -1
- package/dist/{allPathsLoader-D9uxrJBj.js → allPathsLoader-B7gEaYUO.js} +3 -3
- package/dist/{allPathsLoader-D9uxrJBj.js.map → allPathsLoader-B7gEaYUO.js.map} +1 -1
- package/dist/{allPathsLoader-nGhbb5CZ.js → allPathsLoader-ll8iUFQ8.js} +3 -3
- package/dist/{allPathsLoader-nGhbb5CZ.js.map → allPathsLoader-ll8iUFQ8.js.map} +1 -1
- package/dist/{index-B82NkUdC.js → index-GcH3R47h.js} +43 -24
- package/dist/{index-B82NkUdC.js.map → index-GcH3R47h.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{splitPathsBySizeLoader-6S2sVOF9.js → splitPathsBySizeLoader-6Tf-mc59.js} +2 -2
- package/dist/{splitPathsBySizeLoader-6S2sVOF9.js.map → splitPathsBySizeLoader-6Tf-mc59.js.map} +1 -1
- package/dist/{splitPathsBySizeLoader-D-QQNH3Y.js → splitPathsBySizeLoader-ZrfYTRcD.js} +2 -2
- package/dist/{splitPathsBySizeLoader-D-QQNH3Y.js.map → splitPathsBySizeLoader-ZrfYTRcD.js.map} +1 -1
- package/dist-types/lib/user-facing/components/column/index.d.ts +3 -1
- package/dist-types/lib/user-facing/components/column/props.d.ts +3 -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-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-GcH3R47h.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-DoJWO7hx.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-DoJWO7hx.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,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-GcH3R47h.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-jmpQJR6g.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-jmpQJR6g.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,4 +1,4 @@
|
|
|
1
|
-
import { _ as __awaiter, a as __generator } from "./index-
|
|
1
|
+
import { _ as __awaiter, a as __generator } from "./index-GcH3R47h.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-jmpQJR6g.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-B7gEaYUO.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-B7gEaYUO.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]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __awaiter, a as __generator } from "./index-
|
|
1
|
+
import { _ as __awaiter, a as __generator } from "./index-GcH3R47h.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-DoJWO7hx.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-ll8iUFQ8.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-ll8iUFQ8.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]}
|
|
@@ -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-B7gEaYUO.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-6Tf-mc59.js"
|
|
2701
2701
|
)];
|
|
2702
2702
|
case 4:
|
|
2703
2703
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -118573,7 +118573,14 @@ const StaticComponent = ({
|
|
|
118573
118573
|
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { ...style2, width: "100%", height: "100%" }, children });
|
|
118574
118574
|
};
|
|
118575
118575
|
const propertiesDefinition$f = {
|
|
118576
|
-
layout: Section.category(PropsPanelCategory.Layout).add(containerLayout()).add(
|
|
118576
|
+
layout: Section.category(PropsPanelCategory.Layout).add(containerLayout()).add(
|
|
118577
|
+
spacing({
|
|
118578
|
+
default: Dim.px(12),
|
|
118579
|
+
isVisible: function() {
|
|
118580
|
+
return this.layout !== "freeform";
|
|
118581
|
+
}
|
|
118582
|
+
})
|
|
118583
|
+
).add({
|
|
118577
118584
|
padding: Prop.any().default(function() {
|
|
118578
118585
|
return this.variant === "card" ? BASE_THEME_NEW_APPS.padding : {
|
|
118579
118586
|
top: Dim.px(0),
|
|
@@ -118727,7 +118734,7 @@ const InternalContainer = (props) => {
|
|
|
118727
118734
|
InternalGrid,
|
|
118728
118735
|
{
|
|
118729
118736
|
margin: void 0,
|
|
118730
|
-
spacing:
|
|
118737
|
+
spacing: Dim.px(0),
|
|
118731
118738
|
isVisible: props.isVisible ?? true,
|
|
118732
118739
|
"data-container-layer": "container-inner-grid",
|
|
118733
118740
|
columns: props.columns,
|
|
@@ -118766,7 +118773,14 @@ const SbContainer = registerSbComponent(
|
|
|
118766
118773
|
InternalContainer
|
|
118767
118774
|
);
|
|
118768
118775
|
const propertiesDefinition$e = {
|
|
118769
|
-
layout: Section.category(PropsPanelCategory.Layout).add(containerLayout()).add(
|
|
118776
|
+
layout: Section.category(PropsPanelCategory.Layout).add(containerLayout()).add(
|
|
118777
|
+
spacing({
|
|
118778
|
+
default: Dim.px(12),
|
|
118779
|
+
isVisible: function() {
|
|
118780
|
+
return this.layout !== "freeform";
|
|
118781
|
+
}
|
|
118782
|
+
})
|
|
118783
|
+
).add(padding()).add(
|
|
118770
118784
|
size$2({
|
|
118771
118785
|
defaults: {
|
|
118772
118786
|
width: Dim.fill(),
|
|
@@ -118808,6 +118822,7 @@ const SbColumn = registerSbComponent(
|
|
|
118808
118822
|
height: CONTAINER_FILL_DIM,
|
|
118809
118823
|
shouldScrollContents: props.shouldScrollContents,
|
|
118810
118824
|
width: props.width,
|
|
118825
|
+
spacing: props.layout === "freeform" ? void 0 : props.spacing,
|
|
118811
118826
|
layout: props.layout,
|
|
118812
118827
|
verticalAlign: props.verticalAlign,
|
|
118813
118828
|
horizontalAlign: props.horizontalAlign,
|
|
@@ -134101,10 +134116,11 @@ const textStyleProps = {
|
|
|
134101
134116
|
};
|
|
134102
134117
|
const textColumnProperties = {
|
|
134103
134118
|
general: {
|
|
134104
|
-
|
|
134105
|
-
|
|
134106
|
-
|
|
134107
|
-
|
|
134119
|
+
// TODO: bring this back when we are ready
|
|
134120
|
+
// computedValue: Prop.string().readAndWrite().propertiesPanel({
|
|
134121
|
+
// label: "Computed value",
|
|
134122
|
+
// controlType: "COMPUTE_TABLE_VALUE",
|
|
134123
|
+
// }),
|
|
134108
134124
|
displayedValue: Prop.string().readAndWrite().propertiesPanel({
|
|
134109
134125
|
label: "Displayed value",
|
|
134110
134126
|
controlType: "COMPUTE_TABLE_VALUE"
|
|
@@ -134164,10 +134180,11 @@ const buttonColumnProperties = {
|
|
|
134164
134180
|
};
|
|
134165
134181
|
const numberColumnProperties = {
|
|
134166
134182
|
general: {
|
|
134167
|
-
|
|
134168
|
-
|
|
134169
|
-
|
|
134170
|
-
|
|
134183
|
+
// TODO: bring this back when we are ready
|
|
134184
|
+
// computedValue: Prop.string().readAndWrite().propertiesPanel({
|
|
134185
|
+
// label: "Computed value",
|
|
134186
|
+
// controlType: "COMPUTE_TABLE_VALUE",
|
|
134187
|
+
// }),
|
|
134171
134188
|
notation: Prop.string().readAndWrite().propertiesPanel({
|
|
134172
134189
|
label: "Number format",
|
|
134173
134190
|
controlType: "DROP_DOWN",
|
|
@@ -134311,10 +134328,11 @@ const dateColumnProperties = {
|
|
|
134311
134328
|
};
|
|
134312
134329
|
const booleanColumnProperties = {
|
|
134313
134330
|
general: {
|
|
134314
|
-
|
|
134315
|
-
|
|
134316
|
-
|
|
134317
|
-
|
|
134331
|
+
// TODO: bring this back when we are ready
|
|
134332
|
+
// computedValue: Prop.string().readAndWrite().propertiesPanel({
|
|
134333
|
+
// label: "Computed value",
|
|
134334
|
+
// controlType: "COMPUTE_TABLE_VALUE",
|
|
134335
|
+
// }),
|
|
134318
134336
|
},
|
|
134319
134337
|
presentation: {
|
|
134320
134338
|
...textStyleProps,
|
|
@@ -134350,10 +134368,11 @@ const booleanColumnProperties = {
|
|
|
134350
134368
|
};
|
|
134351
134369
|
const videoColumnProperties = {
|
|
134352
134370
|
general: {
|
|
134353
|
-
|
|
134354
|
-
|
|
134355
|
-
|
|
134356
|
-
|
|
134371
|
+
// TODO: bring this back when we are ready
|
|
134372
|
+
// computedValue: Prop.string().readAndWrite().propertiesPanel({
|
|
134373
|
+
// label: "Computed value",
|
|
134374
|
+
// controlType: "COMPUTE_TABLE_VALUE",
|
|
134375
|
+
// }),
|
|
134357
134376
|
},
|
|
134358
134377
|
presentation: {
|
|
134359
134378
|
...textStyleProps
|
|
@@ -143799,14 +143818,14 @@ function getLoaderFn(options) {
|
|
|
143799
143818
|
if (!(loader === "all")) return [3, 3];
|
|
143800
143819
|
return [4, import(
|
|
143801
143820
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
143802
|
-
"./allPathsLoader-
|
|
143821
|
+
"./allPathsLoader-ll8iUFQ8.js"
|
|
143803
143822
|
)];
|
|
143804
143823
|
case 2:
|
|
143805
143824
|
return [2, _b2.sent().allPathsLoader];
|
|
143806
143825
|
case 3:
|
|
143807
143826
|
return [4, import(
|
|
143808
143827
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
143809
|
-
"./splitPathsBySizeLoader-
|
|
143828
|
+
"./splitPathsBySizeLoader-ZrfYTRcD.js"
|
|
143810
143829
|
)];
|
|
143811
143830
|
case 4:
|
|
143812
143831
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -190234,4 +190253,4 @@ export {
|
|
|
190234
190253
|
copyToClipboard as y,
|
|
190235
190254
|
navigateTo as z
|
|
190236
190255
|
};
|
|
190237
|
-
//# sourceMappingURL=index-
|
|
190256
|
+
//# sourceMappingURL=index-GcH3R47h.js.map
|