@superblocksteam/library 2.0.0-next.72 → 2.0.0-next.74
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-D1hW6X12.js → allPaths-DtK5ScZ9.js} +2 -2
- package/dist/{allPaths-D1hW6X12.js.map → allPaths-DtK5ScZ9.js.map} +1 -1
- package/dist/{allPaths-BEMBVFG6.js → allPaths-EIT5HbVd.js} +2 -2
- package/dist/{allPaths-BEMBVFG6.js.map → allPaths-EIT5HbVd.js.map} +1 -1
- package/dist/{allPathsLoader-CqWCwT3j.js → allPathsLoader-CJT5I2rO.js} +3 -3
- package/dist/{allPathsLoader-CqWCwT3j.js.map → allPathsLoader-CJT5I2rO.js.map} +1 -1
- package/dist/{allPathsLoader-DgTxmOj3.js → allPathsLoader-S9mk9fKv.js} +3 -3
- package/dist/{allPathsLoader-DgTxmOj3.js.map → allPathsLoader-S9mk9fKv.js.map} +1 -1
- package/dist/{index-DVBMCzww.js → index-VGYwd8_K.js} +28 -26
- package/dist/{index-DVBMCzww.js.map → index-VGYwd8_K.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{splitPathsBySizeLoader-c4raUE-g.js → splitPathsBySizeLoader-Dct3dIW0.js} +2 -2
- package/dist/{splitPathsBySizeLoader-c4raUE-g.js.map → splitPathsBySizeLoader-Dct3dIW0.js.map} +1 -1
- package/dist/{splitPathsBySizeLoader-4ldgFy1R.js → splitPathsBySizeLoader-uMMZahnX.js} +2 -2
- package/dist/{splitPathsBySizeLoader-4ldgFy1R.js.map → splitPathsBySizeLoader-uMMZahnX.js.map} +1 -1
- package/dist-types/lib/internal-details/lib/evaluator/entity-manager.d.ts +1 -1
- 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-VGYwd8_K.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-DtK5ScZ9.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-DtK5ScZ9.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-VGYwd8_K.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-EIT5HbVd.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-EIT5HbVd.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-VGYwd8_K.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-EIT5HbVd.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-CJT5I2rO.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-CJT5I2rO.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-VGYwd8_K.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-DtK5ScZ9.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-S9mk9fKv.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-S9mk9fKv.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-S9mk9fKv.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-Dct3dIW0.js"
|
|
2701
2701
|
)];
|
|
2702
2702
|
case 4:
|
|
2703
2703
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -94283,6 +94283,7 @@ class EntityManager {
|
|
|
94283
94283
|
makeObservable(this, {
|
|
94284
94284
|
createScope: action,
|
|
94285
94285
|
deleteScope: action,
|
|
94286
|
+
setValidationState: action,
|
|
94286
94287
|
getFullState: computed,
|
|
94287
94288
|
getValidationState: computed,
|
|
94288
94289
|
createEntity: action,
|
|
@@ -94312,6 +94313,9 @@ class EntityManager {
|
|
|
94312
94313
|
const scope = this.getScope(scopeId);
|
|
94313
94314
|
return scope.name ?? "";
|
|
94314
94315
|
}
|
|
94316
|
+
setValidationState(entityId, property, state) {
|
|
94317
|
+
this.validationCache[`${entityId}-${property}`] = state;
|
|
94318
|
+
}
|
|
94315
94319
|
get getValidationState() {
|
|
94316
94320
|
return this.validationCache;
|
|
94317
94321
|
}
|
|
@@ -94439,9 +94443,6 @@ class EntityManager {
|
|
|
94439
94443
|
}
|
|
94440
94444
|
this.addMissingProps(managedPropsForType, addedProperties, scopeId, name);
|
|
94441
94445
|
}
|
|
94442
|
-
getValidationCacheKey(instanceId, propertyName) {
|
|
94443
|
-
return `${instanceId}-${propertyName}`;
|
|
94444
|
-
}
|
|
94445
94446
|
addProperty(scopeId, name, prop, eov) {
|
|
94446
94447
|
if (prop.split(".").includes(RECORD_PATH_IDENTIFIER)) {
|
|
94447
94448
|
console.log(`ALERT: Cannot add a property with a record path (${prop})`);
|
|
@@ -94523,14 +94524,15 @@ class EntityManager {
|
|
|
94523
94524
|
const entity2 = currentState[name.value];
|
|
94524
94525
|
const validationResult = managedProp.validate(ret, entity2);
|
|
94525
94526
|
if (entity2[WIDGET_SOURCE_ID_ATTRIBUTE]) {
|
|
94526
|
-
this.
|
|
94527
|
+
this.setValidationState(
|
|
94527
94528
|
entity2[WIDGET_SOURCE_ID_ATTRIBUTE],
|
|
94528
|
-
prop
|
|
94529
|
-
|
|
94530
|
-
|
|
94531
|
-
|
|
94532
|
-
|
|
94533
|
-
|
|
94529
|
+
prop,
|
|
94530
|
+
{
|
|
94531
|
+
isValid: validationResult.valid,
|
|
94532
|
+
message: validationResult.valid ? "" : validationResult.message,
|
|
94533
|
+
invalidValue: validationResult.valid ? void 0 : validationResult.invalidValue
|
|
94534
|
+
}
|
|
94535
|
+
);
|
|
94534
94536
|
}
|
|
94535
94537
|
if (!validationResult.valid) {
|
|
94536
94538
|
return void 0;
|
|
@@ -115232,7 +115234,7 @@ var KeyValuePropertyType = /* @__PURE__ */ ((KeyValuePropertyType2) => {
|
|
|
115232
115234
|
})(KeyValuePropertyType || {});
|
|
115233
115235
|
const DEFAULT_TABLE_DATA = [
|
|
115234
115236
|
{
|
|
115235
|
-
photo: "https://cdn.superblocks.com/sample-data/rachel_kim",
|
|
115237
|
+
photo: "https://cdn.superblocks.com/sample-data/rachel_kim.jpg",
|
|
115236
115238
|
name: "Rachel Kim",
|
|
115237
115239
|
email: "rachel.kim89@gmail.com",
|
|
115238
115240
|
role: "Vendor Partner",
|
|
@@ -115242,7 +115244,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115242
115244
|
last_activity: "2025-06-07T16:20:00Z"
|
|
115243
115245
|
},
|
|
115244
115246
|
{
|
|
115245
|
-
photo: "https://cdn.superblocks.com/sample-data/daniel_vargas",
|
|
115247
|
+
photo: "https://cdn.superblocks.com/sample-data/daniel_vargas.jpg",
|
|
115246
115248
|
name: "Daniel Vargas",
|
|
115247
115249
|
email: "dvargas1984@yahoo.com",
|
|
115248
115250
|
role: "Logistics Contact",
|
|
@@ -115252,7 +115254,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115252
115254
|
last_activity: "2025-05-30T13:45:00Z"
|
|
115253
115255
|
},
|
|
115254
115256
|
{
|
|
115255
|
-
photo: "https://cdn.superblocks.com/sample-data/sophie_liu",
|
|
115257
|
+
photo: "https://cdn.superblocks.com/sample-data/sophie_liu.jpg",
|
|
115256
115258
|
name: "Sophie Liu",
|
|
115257
115259
|
email: "sophie.liu.personal@gmail.com",
|
|
115258
115260
|
role: "Retail Manager",
|
|
@@ -115262,7 +115264,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115262
115264
|
last_activity: "2025-06-08T09:03:00Z"
|
|
115263
115265
|
},
|
|
115264
115266
|
{
|
|
115265
|
-
photo: "https://cdn.superblocks.com/sample-data/omar_el-sayed",
|
|
115267
|
+
photo: "https://cdn.superblocks.com/sample-data/omar_el-sayed.jpg",
|
|
115266
115268
|
name: "Omar El-Sayed",
|
|
115267
115269
|
email: "omarsayed78@hotmail.com",
|
|
115268
115270
|
role: "Accounts Payable",
|
|
@@ -115272,7 +115274,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115272
115274
|
last_activity: "2024-12-18T11:40:00Z"
|
|
115273
115275
|
},
|
|
115274
115276
|
{
|
|
115275
|
-
photo: "https://cdn.superblocks.com/sample-data/grace_nguyen",
|
|
115277
|
+
photo: "https://cdn.superblocks.com/sample-data/grace_nguyen.jpg",
|
|
115276
115278
|
name: "Grace Nguyen",
|
|
115277
115279
|
email: "gracenguyen23@icloud.com",
|
|
115278
115280
|
role: "Product Supplier",
|
|
@@ -115282,7 +115284,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115282
115284
|
last_activity: "2025-06-08T17:28:00Z"
|
|
115283
115285
|
},
|
|
115284
115286
|
{
|
|
115285
|
-
photo: "https://cdn.superblocks.com/sample-data/alex_romero",
|
|
115287
|
+
photo: "https://cdn.superblocks.com/sample-data/alex_romero.jpg",
|
|
115286
115288
|
name: "Alex Romero",
|
|
115287
115289
|
email: "alex.romero@gmail.com",
|
|
115288
115290
|
role: "Client Account Owner",
|
|
@@ -115292,7 +115294,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115292
115294
|
last_activity: "2025-03-11T08:20:00Z"
|
|
115293
115295
|
},
|
|
115294
115296
|
{
|
|
115295
|
-
photo: "https://cdn.superblocks.com/sample-data/lena_schmidt",
|
|
115297
|
+
photo: "https://cdn.superblocks.com/sample-data/lena_schmidt.jpg",
|
|
115296
115298
|
name: "Lena Schmidt",
|
|
115297
115299
|
email: "lena_schmidt92@gmx.de",
|
|
115298
115300
|
role: "Wholesale Contact",
|
|
@@ -115302,7 +115304,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115302
115304
|
last_activity: "2025-06-06T21:10:00Z"
|
|
115303
115305
|
},
|
|
115304
115306
|
{
|
|
115305
|
-
photo: "https://cdn.superblocks.com/sample-data/devon_price",
|
|
115307
|
+
photo: "https://cdn.superblocks.com/sample-data/devon_price.jpg",
|
|
115306
115308
|
name: "Devon Price",
|
|
115307
115309
|
email: "devon.price22@aol.com",
|
|
115308
115310
|
role: "Fulfillment Liaison",
|
|
@@ -115312,7 +115314,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115312
115314
|
last_activity: "2025-06-08T10:42:00Z"
|
|
115313
115315
|
},
|
|
115314
115316
|
{
|
|
115315
|
-
photo: "https://cdn.superblocks.com/sample-data/isabella_rossi",
|
|
115317
|
+
photo: "https://cdn.superblocks.com/sample-data/isabella_rossi.jpg",
|
|
115316
115318
|
name: "Isabella Rossi",
|
|
115317
115319
|
email: "bella.rossi@gmail.com",
|
|
115318
115320
|
role: "Procurement Agent",
|
|
@@ -115322,7 +115324,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115322
115324
|
last_activity: "2025-05-29T14:05:00Z"
|
|
115323
115325
|
},
|
|
115324
115326
|
{
|
|
115325
|
-
photo: "https://cdn.superblocks.com/sample-data/tariq_khan",
|
|
115327
|
+
photo: "https://cdn.superblocks.com/sample-data/tariq_khan.jpg",
|
|
115326
115328
|
name: "Tariq Khan",
|
|
115327
115329
|
email: "tariq.khan92@protonmail.com",
|
|
115328
115330
|
role: "International Ops Lead",
|
|
@@ -115332,7 +115334,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115332
115334
|
last_activity: "2025-06-08T16:11:00Z"
|
|
115333
115335
|
},
|
|
115334
115336
|
{
|
|
115335
|
-
photo: "https://cdn.superblocks.com/sample-data/emily_zhang",
|
|
115337
|
+
photo: "https://cdn.superblocks.com/sample-data/emily_zhang.jpg",
|
|
115336
115338
|
name: "Emily Zhang",
|
|
115337
115339
|
email: "emilyzhang.home@gmail.com",
|
|
115338
115340
|
role: "Logistics Coordinator",
|
|
@@ -144421,14 +144423,14 @@ function getLoaderFn(options) {
|
|
|
144421
144423
|
if (!(loader === "all")) return [3, 3];
|
|
144422
144424
|
return [4, import(
|
|
144423
144425
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
144424
|
-
"./allPathsLoader-
|
|
144426
|
+
"./allPathsLoader-CJT5I2rO.js"
|
|
144425
144427
|
)];
|
|
144426
144428
|
case 2:
|
|
144427
144429
|
return [2, _b2.sent().allPathsLoader];
|
|
144428
144430
|
case 3:
|
|
144429
144431
|
return [4, import(
|
|
144430
144432
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
144431
|
-
"./splitPathsBySizeLoader-
|
|
144433
|
+
"./splitPathsBySizeLoader-uMMZahnX.js"
|
|
144432
144434
|
)];
|
|
144433
144435
|
case 4:
|
|
144434
144436
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -190915,4 +190917,4 @@ export {
|
|
|
190915
190917
|
copyToClipboard as y,
|
|
190916
190918
|
navigateTo as z
|
|
190917
190919
|
};
|
|
190918
|
-
//# sourceMappingURL=index-
|
|
190920
|
+
//# sourceMappingURL=index-VGYwd8_K.js.map
|