@datatechsolutions/ui 2.7.136 → 2.7.138
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/{chunk-ZTFOZJ55.mjs → chunk-3OGFL5RQ.mjs} +4 -4
- package/dist/{chunk-ZTFOZJ55.mjs.map → chunk-3OGFL5RQ.mjs.map} +1 -1
- package/dist/{chunk-G2LDM3JX.js → chunk-5IE2FIWT.js} +4 -4
- package/dist/{chunk-G2LDM3JX.js.map → chunk-5IE2FIWT.js.map} +1 -1
- package/dist/{chunk-F4QHJ2NS.js → chunk-6Y3DK5EC.js} +52 -52
- package/dist/{chunk-F4QHJ2NS.js.map → chunk-6Y3DK5EC.js.map} +1 -1
- package/dist/{chunk-LNAUW5IT.mjs → chunk-WURM4JVE.mjs} +3 -3
- package/dist/{chunk-LNAUW5IT.mjs.map → chunk-WURM4JVE.mjs.map} +1 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +340 -340
- package/dist/index.mjs +1 -1
- package/dist/workflow/index.js +119 -119
- package/dist/workflow/index.js.map +1 -1
- package/dist/workflow/index.mjs +6 -6
- package/dist/workflow/index.mjs.map +1 -1
- package/dist/workflow/workflow-canvas.js +3 -3
- package/dist/workflow/workflow-canvas.mjs +2 -2
- package/package.json +1 -1
|
@@ -5951,7 +5951,7 @@ function GlassModalShell({
|
|
|
5951
5951
|
}
|
|
5952
5952
|
);
|
|
5953
5953
|
}
|
|
5954
|
-
function
|
|
5954
|
+
function GlassFormModal({
|
|
5955
5955
|
open,
|
|
5956
5956
|
onClose,
|
|
5957
5957
|
title,
|
|
@@ -13998,7 +13998,6 @@ exports.FormCheckbox = FormCheckbox;
|
|
|
13998
13998
|
exports.FormField = FormField;
|
|
13999
13999
|
exports.FormGrid = FormGrid;
|
|
14000
14000
|
exports.FormInput = FormInput;
|
|
14001
|
-
exports.FormModal = FormModal;
|
|
14002
14001
|
exports.FormPriceInput = FormPriceInput;
|
|
14003
14002
|
exports.FormSection = FormSection;
|
|
14004
14003
|
exports.FormSelect = FormSelect;
|
|
@@ -14006,6 +14005,7 @@ exports.FormTextarea = FormTextarea;
|
|
|
14006
14005
|
exports.FormToggle = FormToggle;
|
|
14007
14006
|
exports.GeoMapCanvas = GeoMapCanvas;
|
|
14008
14007
|
exports.GeoMapLegend = GeoMapLegend;
|
|
14008
|
+
exports.GlassFormModal = GlassFormModal;
|
|
14009
14009
|
exports.GlassModal = GlassModal;
|
|
14010
14010
|
exports.GlassModalShell = GlassModalShell;
|
|
14011
14011
|
exports.Gradient = Gradient;
|
|
@@ -14216,5 +14216,5 @@ exports.useGeoMapState = useGeoMapState;
|
|
|
14216
14216
|
exports.useNotifications = useNotifications;
|
|
14217
14217
|
exports.usePlatformShellStore = usePlatformShellStore;
|
|
14218
14218
|
exports.usePullToRefresh = usePullToRefresh;
|
|
14219
|
-
//# sourceMappingURL=chunk-
|
|
14220
|
-
//# sourceMappingURL=chunk-
|
|
14219
|
+
//# sourceMappingURL=chunk-5IE2FIWT.js.map
|
|
14220
|
+
//# sourceMappingURL=chunk-5IE2FIWT.js.map
|