@datatechsolutions/ui 2.11.4 → 2.11.6
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/astrlabe/index.d.mts +14 -14
- package/dist/astrlabe/index.d.ts +14 -14
- package/dist/astrlabe/index.js +278 -179
- package/dist/astrlabe/index.js.map +1 -1
- package/dist/astrlabe/index.mjs +165 -63
- package/dist/astrlabe/index.mjs.map +1 -1
- package/dist/astrlabe/workflow-canvas.d.mts +1 -1
- package/dist/astrlabe/workflow-canvas.d.ts +1 -1
- package/dist/astrlabe/workflow-canvas.js +3 -3
- package/dist/astrlabe/workflow-canvas.mjs +2 -2
- package/dist/{chunk-F6EBSQF6.mjs → chunk-46ZM5VJJ.mjs} +5 -5
- package/dist/chunk-46ZM5VJJ.mjs.map +1 -0
- package/dist/{chunk-EVX2CFNL.js → chunk-4XID6LOC.js} +5 -5
- package/dist/chunk-4XID6LOC.js.map +1 -0
- package/dist/{chunk-AZ3BXAI6.js → chunk-E7GVGD4Z.js} +64 -99
- package/dist/chunk-E7GVGD4Z.js.map +1 -0
- package/dist/{chunk-BHKBEP2Y.mjs → chunk-TM2UUOQO.mjs} +17 -51
- package/dist/chunk-TM2UUOQO.mjs.map +1 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +710 -710
- package/dist/index.mjs +1 -1
- package/dist/{workflow-canvas-D9kHlmev.d.mts → workflow-canvas-CJwGehdk.d.mts} +3 -3
- package/dist/{workflow-canvas-CQtkR4Y6.d.ts → workflow-canvas-DSm0iyof.d.ts} +3 -3
- package/package.json +1 -1
- package/dist/chunk-AZ3BXAI6.js.map +0 -1
- package/dist/chunk-BHKBEP2Y.mjs.map +0 -1
- package/dist/chunk-EVX2CFNL.js.map +0 -1
- package/dist/chunk-F6EBSQF6.mjs.map +0 -1
|
@@ -11871,10 +11871,10 @@ function CategoryTabs({
|
|
|
11871
11871
|
CategoryTab,
|
|
11872
11872
|
{
|
|
11873
11873
|
config: item.config,
|
|
11874
|
-
isSelected: selectedKey === item.key,
|
|
11875
|
-
onClick: () => onSelect(item.key)
|
|
11874
|
+
isSelected: selectedKey === (item.value ?? item.key),
|
|
11875
|
+
onClick: () => onSelect(item.value ?? item.key)
|
|
11876
11876
|
},
|
|
11877
|
-
item.key
|
|
11877
|
+
item.reactKey ?? item.key
|
|
11878
11878
|
)) });
|
|
11879
11879
|
}
|
|
11880
11880
|
function CategoryBadge({
|
|
@@ -20752,5 +20752,5 @@ exports.useGeoMapState = useGeoMapState;
|
|
|
20752
20752
|
exports.useNotifications = useNotifications;
|
|
20753
20753
|
exports.usePlatformShellStore = usePlatformShellStore;
|
|
20754
20754
|
exports.usePullToRefresh = usePullToRefresh;
|
|
20755
|
-
//# sourceMappingURL=chunk-
|
|
20756
|
-
//# sourceMappingURL=chunk-
|
|
20755
|
+
//# sourceMappingURL=chunk-4XID6LOC.js.map
|
|
20756
|
+
//# sourceMappingURL=chunk-4XID6LOC.js.map
|