@superblocksteam/library 2.0.3-next.182 → 2.0.3-next.184
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-EZmIvUh-.js → allPaths-iRpHMTZB.js} +2 -2
- package/dist/{allPaths-EZmIvUh-.js.map → allPaths-iRpHMTZB.js.map} +1 -1
- package/dist/{allPaths-B-EsEh_a.js → allPaths-o-vV1-tj.js} +2 -2
- package/dist/{allPaths-B-EsEh_a.js.map → allPaths-o-vV1-tj.js.map} +1 -1
- package/dist/{allPathsLoader-Btz-BP5c.js → allPathsLoader-DnjGlPTI.js} +3 -3
- package/dist/{allPathsLoader-Btz-BP5c.js.map → allPathsLoader-DnjGlPTI.js.map} +1 -1
- package/dist/{allPathsLoader-DB1cXBJI.js → allPathsLoader-u3KOMEyQ.js} +3 -3
- package/dist/{allPathsLoader-DB1cXBJI.js.map → allPathsLoader-u3KOMEyQ.js.map} +1 -1
- package/dist/{index-B-M5Bcwv.js → index-D0LofP37.js} +32 -36
- package/dist/{index-B-M5Bcwv.js.map → index-D0LofP37.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{splitPathsBySizeLoader-CQtgBxNo.js → splitPathsBySizeLoader-DH76ShxH.js} +2 -2
- package/dist/{splitPathsBySizeLoader-CQtgBxNo.js.map → splitPathsBySizeLoader-DH76ShxH.js.map} +1 -1
- package/dist/{splitPathsBySizeLoader-BzOueL7K.js → splitPathsBySizeLoader-PTZVlovL.js} +2 -2
- package/dist/{splitPathsBySizeLoader-BzOueL7K.js.map → splitPathsBySizeLoader-PTZVlovL.js.map} +1 -1
- package/dist-types/internal-testing/components/modal.d.ts +3 -1
- package/dist-types/lib/sb-trigger.d.ts +0 -4
- package/dist-types/lib/triggers/implementations/components/control-modal.d.ts +4 -3
- package/dist-types/lib/triggers/implementations/state/reset-state-var.d.ts +4 -8
- package/dist-types/lib/triggers/implementations/state/set-state-var.d.ts +4 -8
- package/dist-types/lib/triggers/registry.d.ts +6 -14
- package/dist-types/lib/user-facing/sb-event-flow.d.ts +2 -2
- 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-D0LofP37.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-iRpHMTZB.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-iRpHMTZB.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-D0LofP37.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-o-vV1-tj.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-o-vV1-tj.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-D0LofP37.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-o-vV1-tj.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-DnjGlPTI.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-DnjGlPTI.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-D0LofP37.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-iRpHMTZB.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-u3KOMEyQ.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-u3KOMEyQ.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]}
|
|
@@ -43171,10 +43171,14 @@ const RunApisTrigger = {
|
|
|
43171
43171
|
const ControlModalTrigger = {
|
|
43172
43172
|
type: TriggerStepType.CONTROL_MODAL,
|
|
43173
43173
|
async execute(context2, step) {
|
|
43174
|
+
if (step.name === void 0) {
|
|
43175
|
+
return;
|
|
43176
|
+
}
|
|
43174
43177
|
context2.rootStore.entityManager.runCode({
|
|
43175
43178
|
scopeId: context2.scopeId,
|
|
43176
43179
|
name: context2.name,
|
|
43177
43180
|
func: (state, step2) => {
|
|
43181
|
+
if (!state || !step2.name) return;
|
|
43178
43182
|
if (step2.direction === "open") {
|
|
43179
43183
|
state[step2.name].isOpen = true;
|
|
43180
43184
|
} else {
|
|
@@ -43184,10 +43188,11 @@ const ControlModalTrigger = {
|
|
|
43184
43188
|
args: [step]
|
|
43185
43189
|
});
|
|
43186
43190
|
},
|
|
43187
|
-
create(
|
|
43191
|
+
create(modal, direction) {
|
|
43192
|
+
const meta = getBindingIdentifier(modal);
|
|
43188
43193
|
return {
|
|
43189
43194
|
type: TriggerStepType.CONTROL_MODAL,
|
|
43190
|
-
name,
|
|
43195
|
+
name: meta == null ? void 0 : meta.entityName,
|
|
43191
43196
|
direction
|
|
43192
43197
|
};
|
|
43193
43198
|
}
|
|
@@ -78108,38 +78113,33 @@ const ShowAlertTrigger = {
|
|
|
78108
78113
|
};
|
|
78109
78114
|
const ResetStateVarTrigger = {
|
|
78110
78115
|
type: TriggerStepType.RESET_STATE_VAR,
|
|
78111
|
-
async execute(context2,
|
|
78112
|
-
if (
|
|
78116
|
+
async execute(context2, step) {
|
|
78117
|
+
if (step.state === void 0) {
|
|
78113
78118
|
return;
|
|
78114
78119
|
}
|
|
78115
|
-
const step = _step;
|
|
78116
78120
|
context2.rootStore.entityManager.runCode({
|
|
78117
78121
|
scopeId: context2.scopeId,
|
|
78118
78122
|
name: context2.name,
|
|
78119
|
-
func: (
|
|
78120
|
-
|
|
78123
|
+
func: () => {
|
|
78124
|
+
var _a2;
|
|
78125
|
+
return (_a2 = step.state) == null ? void 0 : _a2.set(step.state.defaultValue);
|
|
78126
|
+
},
|
|
78127
|
+
args: []
|
|
78121
78128
|
});
|
|
78122
78129
|
},
|
|
78123
78130
|
create(stateVar) {
|
|
78124
|
-
const meta = getBindingIdentifier(stateVar);
|
|
78125
|
-
const state = meta ? {
|
|
78126
|
-
name: meta.entityName,
|
|
78127
|
-
scopeId: stateVar == null ? void 0 : stateVar.scopeId,
|
|
78128
|
-
scope: stateVar == null ? void 0 : stateVar.scope
|
|
78129
|
-
} : void 0;
|
|
78130
78131
|
return {
|
|
78131
78132
|
type: TriggerStepType.RESET_STATE_VAR,
|
|
78132
|
-
state
|
|
78133
|
+
state: stateVar
|
|
78133
78134
|
};
|
|
78134
78135
|
}
|
|
78135
78136
|
};
|
|
78136
78137
|
const SetStateVarTrigger = {
|
|
78137
78138
|
type: TriggerStepType.SET_STATE_VAR,
|
|
78138
|
-
async execute(context2,
|
|
78139
|
-
if (
|
|
78139
|
+
async execute(context2, step) {
|
|
78140
|
+
if (step.state === void 0) {
|
|
78140
78141
|
return;
|
|
78141
78142
|
}
|
|
78142
|
-
const step = _step;
|
|
78143
78143
|
const value = context2.rootStore.entityManager.computeValue({
|
|
78144
78144
|
scopeId: context2.scopeId,
|
|
78145
78145
|
name: context2.name,
|
|
@@ -78148,22 +78148,18 @@ const SetStateVarTrigger = {
|
|
|
78148
78148
|
context2.rootStore.entityManager.runCode({
|
|
78149
78149
|
scopeId: context2.scopeId,
|
|
78150
78150
|
name: context2.name,
|
|
78151
|
-
func: (state, value2
|
|
78151
|
+
func: (state, value2) => {
|
|
78152
|
+
var _a2;
|
|
78152
78153
|
if (!state) return;
|
|
78153
|
-
|
|
78154
|
+
(_a2 = step.state) == null ? void 0 : _a2.set(value2);
|
|
78154
78155
|
},
|
|
78155
|
-
args: [value
|
|
78156
|
+
args: [value]
|
|
78156
78157
|
});
|
|
78157
78158
|
},
|
|
78158
78159
|
create(stateVar, value) {
|
|
78159
|
-
const meta = getBindingIdentifier(stateVar);
|
|
78160
78160
|
return {
|
|
78161
78161
|
type: TriggerStepType.SET_STATE_VAR,
|
|
78162
|
-
state:
|
|
78163
|
-
name: meta.entityName,
|
|
78164
|
-
scopeId: stateVar == null ? void 0 : stateVar.scopeId,
|
|
78165
|
-
scope: stateVar == null ? void 0 : stateVar.scope
|
|
78166
|
-
} : void 0,
|
|
78162
|
+
state: stateVar,
|
|
78167
78163
|
value
|
|
78168
78164
|
};
|
|
78169
78165
|
}
|
|
@@ -83508,11 +83504,11 @@ class SbEventFlow {
|
|
|
83508
83504
|
EventRegistry.controlSlideout.create(slideoutId, action2)
|
|
83509
83505
|
);
|
|
83510
83506
|
}
|
|
83511
|
-
static controlModal(
|
|
83512
|
-
return SbEventFlow.start().controlModal(
|
|
83507
|
+
static controlModal(modal, action2) {
|
|
83508
|
+
return SbEventFlow.start().controlModal(modal, action2);
|
|
83513
83509
|
}
|
|
83514
|
-
controlModal(
|
|
83515
|
-
return this.addStep(EventRegistry.controlModal.create(
|
|
83510
|
+
controlModal(modal, action2) {
|
|
83511
|
+
return this.addStep(EventRegistry.controlModal.create(modal, action2));
|
|
83516
83512
|
}
|
|
83517
83513
|
static controlTimer(timerId, action2) {
|
|
83518
83514
|
return SbEventFlow.start().controlTimer(timerId, action2);
|
|
@@ -86619,7 +86615,7 @@ function getSbEventFlow(step, scopeId) {
|
|
|
86619
86615
|
case "controlModal": {
|
|
86620
86616
|
const modalEntity = getEntity(step.name);
|
|
86621
86617
|
if (!modalEntity) return void 0;
|
|
86622
|
-
return SbEventFlow.controlModal(
|
|
86618
|
+
return SbEventFlow.controlModal(modalEntity, step.direction);
|
|
86623
86619
|
}
|
|
86624
86620
|
case "controlTimer": {
|
|
86625
86621
|
const timerEntity = getEntity(step.name);
|
|
@@ -90649,14 +90645,14 @@ function getLoaderFn$1(options) {
|
|
|
90649
90645
|
if (!(loader === "all")) return [3, 3];
|
|
90650
90646
|
return [4, import(
|
|
90651
90647
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
90652
|
-
"./allPathsLoader-
|
|
90648
|
+
"./allPathsLoader-DnjGlPTI.js"
|
|
90653
90649
|
)];
|
|
90654
90650
|
case 2:
|
|
90655
90651
|
return [2, _b2.sent().allPathsLoader];
|
|
90656
90652
|
case 3:
|
|
90657
90653
|
return [4, import(
|
|
90658
90654
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
90659
|
-
"./splitPathsBySizeLoader-
|
|
90655
|
+
"./splitPathsBySizeLoader-PTZVlovL.js"
|
|
90660
90656
|
)];
|
|
90661
90657
|
case 4:
|
|
90662
90658
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -145015,14 +145011,14 @@ function getLoaderFn(options) {
|
|
|
145015
145011
|
if (!(loader === "all")) return [3, 3];
|
|
145016
145012
|
return [4, import(
|
|
145017
145013
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
145018
|
-
"./allPathsLoader-
|
|
145014
|
+
"./allPathsLoader-u3KOMEyQ.js"
|
|
145019
145015
|
)];
|
|
145020
145016
|
case 2:
|
|
145021
145017
|
return [2, _b2.sent().allPathsLoader];
|
|
145022
145018
|
case 3:
|
|
145023
145019
|
return [4, import(
|
|
145024
145020
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
145025
|
-
"./splitPathsBySizeLoader-
|
|
145021
|
+
"./splitPathsBySizeLoader-DH76ShxH.js"
|
|
145026
145022
|
)];
|
|
145027
145023
|
case 4:
|
|
145028
145024
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -197562,4 +197558,4 @@ export {
|
|
|
197562
197558
|
copyToClipboard as y,
|
|
197563
197559
|
navigateTo as z
|
|
197564
197560
|
};
|
|
197565
|
-
//# sourceMappingURL=index-
|
|
197561
|
+
//# sourceMappingURL=index-D0LofP37.js.map
|