@fluid-app/rep-core 0.1.14 → 0.1.15
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-CKQMccvm.cjs +28 -0
- package/dist/data-sources/DataAwareWidget.cjs +47 -56
- package/dist/data-sources/DataAwareWidget.cjs.map +1 -1
- package/dist/data-sources/DataAwareWidget.d.cts +27 -19
- package/dist/data-sources/DataAwareWidget.d.cts.map +1 -0
- package/dist/data-sources/DataAwareWidget.d.mts +38 -0
- package/dist/data-sources/DataAwareWidget.d.mts.map +1 -0
- package/dist/data-sources/DataAwareWidget.mjs +48 -0
- package/dist/data-sources/DataAwareWidget.mjs.map +1 -0
- package/dist/data-sources/ErrorState.cjs +18 -10
- package/dist/data-sources/ErrorState.cjs.map +1 -1
- package/dist/data-sources/ErrorState.d.cts +5 -3
- package/dist/data-sources/ErrorState.d.cts.map +1 -0
- package/dist/data-sources/ErrorState.d.mts +7 -0
- package/dist/data-sources/ErrorState.d.mts.map +1 -0
- package/dist/data-sources/ErrorState.mjs +18 -0
- package/dist/data-sources/ErrorState.mjs.map +1 -0
- package/dist/data-sources/context.cjs +22 -14
- package/dist/data-sources/context.cjs.map +1 -1
- package/dist/data-sources/context.d.cts +16 -10
- package/dist/data-sources/context.d.cts.map +1 -0
- package/dist/data-sources/context.d.mts +22 -0
- package/dist/data-sources/context.d.mts.map +1 -0
- package/dist/data-sources/context.mjs +21 -0
- package/dist/data-sources/context.mjs.map +1 -0
- package/dist/data-sources/fetchers/api.cjs +63 -10
- package/dist/data-sources/fetchers/api.cjs.map +1 -1
- package/dist/data-sources/fetchers/api.d.cts +4 -2
- package/dist/data-sources/fetchers/api.d.cts.map +1 -0
- package/dist/data-sources/fetchers/api.d.mts +10 -0
- package/dist/data-sources/fetchers/api.d.mts.map +1 -0
- package/dist/data-sources/fetchers/api.mjs +64 -0
- package/dist/data-sources/fetchers/api.mjs.map +1 -0
- package/dist/data-sources/fetchers/custom.cjs +106 -10
- package/dist/data-sources/fetchers/custom.cjs.map +1 -1
- package/dist/data-sources/fetchers/custom.d.cts +4 -2
- package/dist/data-sources/fetchers/custom.d.cts.map +1 -0
- package/dist/data-sources/fetchers/{custom.d.ts → custom.d.mts} +4 -2
- package/dist/data-sources/fetchers/custom.d.mts.map +1 -0
- package/dist/data-sources/fetchers/custom.mjs +107 -0
- package/dist/data-sources/fetchers/custom.mjs.map +1 -0
- package/dist/data-sources/fetchers/static.cjs +159 -14
- package/dist/data-sources/fetchers/static.cjs.map +1 -1
- package/dist/data-sources/fetchers/static.d.cts +12 -10
- package/dist/data-sources/fetchers/static.d.cts.map +1 -0
- package/dist/data-sources/fetchers/{static.d.ts → static.d.mts} +12 -10
- package/dist/data-sources/fetchers/static.d.mts.map +1 -0
- package/dist/data-sources/fetchers/static.mjs +158 -0
- package/dist/data-sources/fetchers/static.mjs.map +1 -0
- package/dist/data-sources/preview-context.cjs +15 -15
- package/dist/data-sources/preview-context.cjs.map +1 -1
- package/dist/data-sources/preview-context.d.cts +10 -6
- package/dist/data-sources/preview-context.d.cts.map +1 -0
- package/dist/data-sources/preview-context.d.mts +15 -0
- package/dist/data-sources/preview-context.d.mts.map +1 -0
- package/dist/data-sources/preview-context.mjs +18 -0
- package/dist/data-sources/preview-context.mjs.map +1 -0
- package/dist/data-sources/registry-context.cjs +51 -24
- package/dist/data-sources/registry-context.cjs.map +1 -1
- package/dist/data-sources/registry-context.d.cts +30 -22
- package/dist/data-sources/registry-context.d.cts.map +1 -0
- package/dist/data-sources/registry-context.d.mts +49 -0
- package/dist/data-sources/registry-context.d.mts.map +1 -0
- package/dist/data-sources/registry-context.mjs +49 -0
- package/dist/data-sources/registry-context.mjs.map +1 -0
- package/dist/data-sources/registry.cjs +29 -18
- package/dist/data-sources/registry.cjs.map +1 -1
- package/dist/data-sources/registry.d.cts +9 -7
- package/dist/data-sources/registry.d.cts.map +1 -0
- package/dist/data-sources/registry.d.mts +19 -0
- package/dist/data-sources/registry.d.mts.map +1 -0
- package/dist/data-sources/registry.mjs +29 -0
- package/dist/data-sources/registry.mjs.map +1 -0
- package/dist/data-sources/transformers.cjs +152 -10
- package/dist/data-sources/transformers.cjs.map +1 -1
- package/dist/data-sources/transformers.d.cts +4 -17
- package/dist/data-sources/transformers.d.cts.map +1 -0
- package/dist/data-sources/transformers.d.mts +10 -0
- package/dist/data-sources/transformers.d.mts.map +1 -0
- package/dist/data-sources/transformers.mjs +153 -0
- package/dist/data-sources/transformers.mjs.map +1 -0
- package/dist/data-sources/types.cjs +0 -4
- package/dist/data-sources/types.d.cts +2 -157
- package/dist/data-sources/types.d.mts +2 -0
- package/dist/data-sources/types.mjs +1 -0
- package/dist/data-sources/use-widget-data.cjs +109 -17
- package/dist/data-sources/use-widget-data.cjs.map +1 -1
- package/dist/data-sources/use-widget-data.d.cts +9 -8
- package/dist/data-sources/use-widget-data.d.cts.map +1 -0
- package/dist/data-sources/use-widget-data.d.mts +17 -0
- package/dist/data-sources/use-widget-data.d.mts.map +1 -0
- package/dist/data-sources/use-widget-data.mjs +109 -0
- package/dist/data-sources/use-widget-data.mjs.map +1 -0
- package/dist/index-Bxe_LIi8.d.cts +287 -0
- package/dist/index-Bxe_LIi8.d.cts.map +1 -0
- package/dist/index-CCAu2n19.d.mts +287 -0
- package/dist/index-CCAu2n19.d.mts.map +1 -0
- package/dist/registries/index.cjs +212 -127
- package/dist/registries/index.cjs.map +1 -1
- package/dist/registries/index.d.cts +146 -149
- package/dist/registries/index.d.cts.map +1 -0
- package/dist/registries/{index.d.ts → index.d.mts} +146 -149
- package/dist/registries/index.d.mts.map +1 -0
- package/dist/registries/index.mjs +229 -0
- package/dist/registries/index.mjs.map +1 -0
- package/dist/shell/AppShellLayout.cjs +47 -12
- package/dist/shell/AppShellLayout.cjs.map +1 -1
- package/dist/shell/AppShellLayout.d.cts +29 -19
- package/dist/shell/AppShellLayout.d.cts.map +1 -0
- package/dist/shell/AppShellLayout.d.mts +40 -0
- package/dist/shell/AppShellLayout.d.mts.map +1 -0
- package/dist/shell/AppShellLayout.mjs +46 -0
- package/dist/{chunk-45BCVWQK.cjs.map → shell/AppShellLayout.mjs.map} +1 -1
- package/dist/shell/ScreenHeader.cjs +44 -0
- package/dist/shell/ScreenHeader.cjs.map +1 -0
- package/dist/shell/ScreenHeader.d.cts +12 -0
- package/dist/shell/ScreenHeader.d.cts.map +1 -0
- package/dist/shell/ScreenHeader.d.mts +12 -0
- package/dist/shell/ScreenHeader.d.mts.map +1 -0
- package/dist/shell/ScreenHeader.mjs +42 -0
- package/dist/shell/ScreenHeader.mjs.map +1 -0
- package/dist/shell/ScreenHeaderContext.cjs +91 -0
- package/dist/shell/ScreenHeaderContext.cjs.map +1 -0
- package/dist/shell/ScreenHeaderContext.d.cts +36 -0
- package/dist/shell/ScreenHeaderContext.d.cts.map +1 -0
- package/dist/shell/ScreenHeaderContext.d.mts +36 -0
- package/dist/shell/ScreenHeaderContext.d.mts.map +1 -0
- package/dist/shell/ScreenHeaderContext.mjs +86 -0
- package/dist/shell/ScreenHeaderContext.mjs.map +1 -0
- package/dist/shell/ThemeModeContext.cjs +68 -18
- package/dist/shell/ThemeModeContext.cjs.map +1 -1
- package/dist/shell/ThemeModeContext.d.cts +23 -16
- package/dist/shell/ThemeModeContext.d.cts.map +1 -0
- package/dist/shell/ThemeModeContext.d.mts +34 -0
- package/dist/shell/ThemeModeContext.d.mts.map +1 -0
- package/dist/shell/ThemeModeContext.mjs +66 -0
- package/dist/shell/ThemeModeContext.mjs.map +1 -0
- package/dist/shell/index.cjs +43 -205
- package/dist/shell/index.d.cts +7 -43
- package/dist/shell/index.d.mts +7 -0
- package/dist/shell/index.mjs +7 -0
- package/dist/shell/sidebar.cjs +372 -87
- package/dist/shell/sidebar.cjs.map +1 -1
- package/dist/shell/sidebar.d.cts +38 -36
- package/dist/shell/sidebar.d.cts.map +1 -0
- package/dist/shell/{sidebar.d.ts → sidebar.d.mts} +38 -36
- package/dist/shell/sidebar.d.mts.map +1 -0
- package/dist/shell/sidebar.mjs +364 -0
- package/dist/{chunk-PFDBULOI.cjs.map → shell/sidebar.mjs.map} +1 -1
- package/dist/shell/use-mobile.cjs +49 -18
- package/dist/shell/use-mobile.cjs.map +1 -1
- package/dist/shell/use-mobile.d.cts +3 -1
- package/dist/shell/use-mobile.d.cts.map +1 -0
- package/dist/shell/{use-mobile.d.ts → use-mobile.d.mts} +3 -1
- package/dist/shell/use-mobile.d.mts.map +1 -0
- package/dist/shell/use-mobile.mjs +47 -0
- package/dist/shell/use-mobile.mjs.map +1 -0
- package/dist/theme/index.cjs +662 -549
- package/dist/theme/index.cjs.map +1 -1
- package/dist/theme/index.d.cts +32 -32
- package/dist/theme/index.d.cts.map +1 -0
- package/dist/theme/{index.d.ts → index.d.mts} +32 -32
- package/dist/theme/index.d.mts.map +1 -0
- package/dist/theme/index.mjs +727 -0
- package/dist/theme/index.mjs.map +1 -0
- package/dist/types/index.cjs +18 -72
- package/dist/types/index.d.cts +4 -268
- package/dist/types/index.d.mts +4 -0
- package/dist/types/index.mjs +2 -0
- package/dist/types-BIXtQlHB.d.cts +155 -0
- package/dist/types-BIXtQlHB.d.cts.map +1 -0
- package/dist/types-BXFX9bXp.cjs +303 -0
- package/dist/types-BXFX9bXp.cjs.map +1 -0
- package/dist/types-Bjmd7Fdx.mjs +208 -0
- package/dist/types-Bjmd7Fdx.mjs.map +1 -0
- package/dist/types-ByG6Xy3C.d.mts +85 -0
- package/dist/types-ByG6Xy3C.d.mts.map +1 -0
- package/dist/types-C5OFJy-O.d.mts +155 -0
- package/dist/types-C5OFJy-O.d.mts.map +1 -0
- package/dist/types-Ctu-Zio6.d.cts +85 -0
- package/dist/types-Ctu-Zio6.d.cts.map +1 -0
- package/dist/{widget-schema-D-ca3--K.d.ts → widget-schema--PY1uMWx.d.cts} +38 -41
- package/dist/widget-schema--PY1uMWx.d.cts.map +1 -0
- package/dist/{widget-schema-DvJdg1-B.d.cts → widget-schema-YkD5p3v4.d.mts} +38 -41
- package/dist/widget-schema-YkD5p3v4.d.mts.map +1 -0
- package/dist/widget-utils/index.cjs +96 -89
- package/dist/widget-utils/index.cjs.map +1 -1
- package/dist/widget-utils/index.d.cts +8 -6
- package/dist/widget-utils/index.d.cts.map +1 -0
- package/dist/widget-utils/{index.d.ts → index.d.mts} +8 -6
- package/dist/widget-utils/index.d.mts.map +1 -0
- package/dist/widget-utils/index.mjs +119 -0
- package/dist/widget-utils/index.mjs.map +1 -0
- package/package.json +4 -4
- package/dist/chunk-2SPTFZRC.js +0 -72
- package/dist/chunk-2SPTFZRC.js.map +0 -1
- package/dist/chunk-3I5Y3PEO.js +0 -23
- package/dist/chunk-3I5Y3PEO.js.map +0 -1
- package/dist/chunk-3ZRE7GX6.js +0 -620
- package/dist/chunk-3ZRE7GX6.js.map +0 -1
- package/dist/chunk-45BCVWQK.cjs +0 -38
- package/dist/chunk-46PUWB7C.cjs +0 -69
- package/dist/chunk-46PUWB7C.cjs.map +0 -1
- package/dist/chunk-5NYM4UTW.cjs +0 -58
- package/dist/chunk-5NYM4UTW.cjs.map +0 -1
- package/dist/chunk-B2NTWEDF.cjs +0 -130
- package/dist/chunk-B2NTWEDF.cjs.map +0 -1
- package/dist/chunk-GDY76JA6.cjs +0 -153
- package/dist/chunk-GDY76JA6.cjs.map +0 -1
- package/dist/chunk-HGVSPZEL.cjs +0 -119
- package/dist/chunk-HGVSPZEL.cjs.map +0 -1
- package/dist/chunk-HIDJYVKJ.js +0 -54
- package/dist/chunk-HIDJYVKJ.js.map +0 -1
- package/dist/chunk-KTXGU7OP.cjs +0 -136
- package/dist/chunk-KTXGU7OP.cjs.map +0 -1
- package/dist/chunk-KW5E2H5T.js +0 -128
- package/dist/chunk-KW5E2H5T.js.map +0 -1
- package/dist/chunk-LBLHDGMT.js +0 -25
- package/dist/chunk-LBLHDGMT.js.map +0 -1
- package/dist/chunk-MNVDL4FX.js +0 -134
- package/dist/chunk-MNVDL4FX.js.map +0 -1
- package/dist/chunk-MOTOSPAO.cjs +0 -15
- package/dist/chunk-MOTOSPAO.cjs.map +0 -1
- package/dist/chunk-N2K6W7FX.cjs +0 -169
- package/dist/chunk-N2K6W7FX.cjs.map +0 -1
- package/dist/chunk-PFDBULOI.cjs +0 -665
- package/dist/chunk-PVTQWD4I.js +0 -166
- package/dist/chunk-PVTQWD4I.js.map +0 -1
- package/dist/chunk-SJQPHJL4.cjs +0 -26
- package/dist/chunk-SJQPHJL4.cjs.map +0 -1
- package/dist/chunk-TML66UEU.js +0 -13
- package/dist/chunk-TML66UEU.js.map +0 -1
- package/dist/chunk-U3CQLX2Z.cjs +0 -28
- package/dist/chunk-U3CQLX2Z.cjs.map +0 -1
- package/dist/chunk-UUNEVOA5.js +0 -36
- package/dist/chunk-UUNEVOA5.js.map +0 -1
- package/dist/chunk-VRF7QEID.js +0 -67
- package/dist/chunk-VRF7QEID.js.map +0 -1
- package/dist/chunk-VSZWXSQA.js +0 -38
- package/dist/chunk-VSZWXSQA.js.map +0 -1
- package/dist/chunk-WYOHFNNW.js +0 -117
- package/dist/chunk-WYOHFNNW.js.map +0 -1
- package/dist/chunk-YKF5ZFF5.js +0 -136
- package/dist/chunk-YKF5ZFF5.js.map +0 -1
- package/dist/chunk-YXJMBVXO.cjs +0 -76
- package/dist/chunk-YXJMBVXO.cjs.map +0 -1
- package/dist/chunk-ZA4AE7KF.cjs +0 -42
- package/dist/chunk-ZA4AE7KF.cjs.map +0 -1
- package/dist/data-sources/DataAwareWidget.d.ts +0 -30
- package/dist/data-sources/DataAwareWidget.js +0 -57
- package/dist/data-sources/DataAwareWidget.js.map +0 -1
- package/dist/data-sources/ErrorState.d.ts +0 -5
- package/dist/data-sources/ErrorState.js +0 -3
- package/dist/data-sources/ErrorState.js.map +0 -1
- package/dist/data-sources/context.d.ts +0 -16
- package/dist/data-sources/context.js +0 -3
- package/dist/data-sources/context.js.map +0 -1
- package/dist/data-sources/fetchers/api.d.ts +0 -8
- package/dist/data-sources/fetchers/api.js +0 -3
- package/dist/data-sources/fetchers/api.js.map +0 -1
- package/dist/data-sources/fetchers/custom.js +0 -3
- package/dist/data-sources/fetchers/custom.js.map +0 -1
- package/dist/data-sources/fetchers/static.js +0 -3
- package/dist/data-sources/fetchers/static.js.map +0 -1
- package/dist/data-sources/preview-context.d.ts +0 -11
- package/dist/data-sources/preview-context.js +0 -18
- package/dist/data-sources/preview-context.js.map +0 -1
- package/dist/data-sources/registry-context.d.ts +0 -41
- package/dist/data-sources/registry-context.js +0 -9
- package/dist/data-sources/registry-context.js.map +0 -1
- package/dist/data-sources/registry.d.ts +0 -17
- package/dist/data-sources/registry.js +0 -7
- package/dist/data-sources/registry.js.map +0 -1
- package/dist/data-sources/transformers.d.ts +0 -23
- package/dist/data-sources/transformers.js +0 -3
- package/dist/data-sources/transformers.js.map +0 -1
- package/dist/data-sources/types.cjs.map +0 -1
- package/dist/data-sources/types.d.ts +0 -157
- package/dist/data-sources/types.js +0 -3
- package/dist/data-sources/types.js.map +0 -1
- package/dist/data-sources/use-widget-data.d.ts +0 -16
- package/dist/data-sources/use-widget-data.js +0 -10
- package/dist/data-sources/use-widget-data.js.map +0 -1
- package/dist/registries/index.js +0 -144
- package/dist/registries/index.js.map +0 -1
- package/dist/shareable-item-DkgWpwoU.d.cts +0 -21
- package/dist/shareable-item-DkgWpwoU.d.ts +0 -21
- package/dist/shell/AppShellLayout.d.ts +0 -30
- package/dist/shell/AppShellLayout.js +0 -5
- package/dist/shell/AppShellLayout.js.map +0 -1
- package/dist/shell/ThemeModeContext.d.ts +0 -27
- package/dist/shell/ThemeModeContext.js +0 -3
- package/dist/shell/ThemeModeContext.js.map +0 -1
- package/dist/shell/index.cjs.map +0 -1
- package/dist/shell/index.d.ts +0 -43
- package/dist/shell/index.js +0 -76
- package/dist/shell/index.js.map +0 -1
- package/dist/shell/sidebar.js +0 -4
- package/dist/shell/sidebar.js.map +0 -1
- package/dist/shell/use-mobile.js +0 -3
- package/dist/shell/use-mobile.js.map +0 -1
- package/dist/theme/index.js +0 -611
- package/dist/theme/index.js.map +0 -1
- package/dist/types/index.cjs.map +0 -1
- package/dist/types/index.d.ts +0 -268
- package/dist/types/index.js +0 -3
- package/dist/types/index.js.map +0 -1
- package/dist/types-CNIhy4JD.d.cts +0 -83
- package/dist/types-CNIhy4JD.d.ts +0 -83
- package/dist/widget-utils/index.js +0 -111
- package/dist/widget-utils/index.js.map +0 -1
|
@@ -1,49 +1,44 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import '../types-CNIhy4JD.cjs';
|
|
5
|
-
import 'colorjs.io';
|
|
6
|
-
import '@fluid-app/fluidos-api-client';
|
|
7
|
-
import '../shareable-item-DkgWpwoU.cjs';
|
|
8
|
-
import 'react';
|
|
9
|
-
import '../data-sources/types.cjs';
|
|
1
|
+
import { a as WidgetSchema, o as WidgetType } from "../widget-schema--PY1uMWx.cjs";
|
|
2
|
+
import { c as BorderRadiusOptions, d as ColorOptions, h as GapOptions, l as ButtonSizeOptions, n as AlignOptions, p as FontSizeOptions, t as StrictOmit, x as SectionLayoutType, y as PaddingOptions } from "../index-Bxe_LIi8.cjs";
|
|
3
|
+
import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
10
4
|
|
|
5
|
+
//#region src/registries/property-schema-types.d.ts
|
|
11
6
|
/**
|
|
12
7
|
* Tab configuration for organizing properties
|
|
13
8
|
*/
|
|
14
9
|
interface TabConfig {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
10
|
+
/** Unique identifier for the tab */
|
|
11
|
+
id: string;
|
|
12
|
+
/** Display label for the tab */
|
|
13
|
+
label: string;
|
|
19
14
|
}
|
|
20
15
|
/**
|
|
21
16
|
* Property field type constant - single source of truth for field types.
|
|
22
17
|
* Use PROPERTY_FIELD_TYPES.text instead of "text" for type-safe comparisons.
|
|
23
18
|
*/
|
|
24
19
|
declare const PROPERTY_FIELD_TYPES: {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
20
|
+
readonly text: "text";
|
|
21
|
+
readonly textarea: "textarea";
|
|
22
|
+
readonly number: "number";
|
|
23
|
+
readonly boolean: "boolean";
|
|
24
|
+
readonly select: "select";
|
|
25
|
+
readonly color: "color";
|
|
26
|
+
readonly range: "range";
|
|
27
|
+
readonly dataSource: "dataSource";
|
|
28
|
+
readonly resource: "resource";
|
|
29
|
+
readonly image: "image";
|
|
30
|
+
readonly alignment: "alignment";
|
|
31
|
+
readonly slider: "slider";
|
|
32
|
+
readonly colorPicker: "colorPicker";
|
|
33
|
+
readonly sectionHeader: "sectionHeader";
|
|
34
|
+
readonly separator: "separator";
|
|
35
|
+
readonly buttonGroup: "buttonGroup";
|
|
36
|
+
readonly colorSelect: "colorSelect";
|
|
37
|
+
readonly sectionLayoutSelect: "sectionLayoutSelect";
|
|
38
|
+
readonly background: "background";
|
|
39
|
+
readonly contentPosition: "contentPosition";
|
|
40
|
+
readonly textSizeSelect: "textSizeSelect";
|
|
41
|
+
readonly cssUnit: "cssUnit";
|
|
47
42
|
};
|
|
48
43
|
/**
|
|
49
44
|
* Union type of all property field types, derived from PROPERTY_FIELD_TYPES constant.
|
|
@@ -60,197 +55,197 @@ declare function isPropertyFieldType(value: string): value is PropertyFieldType;
|
|
|
60
55
|
* Base schema for a property field
|
|
61
56
|
*/
|
|
62
57
|
interface PropertyFieldSchema {
|
|
63
|
-
|
|
58
|
+
/** Property key in the widget props */
|
|
59
|
+
key: string;
|
|
60
|
+
/** Display label for the field */
|
|
61
|
+
label: string;
|
|
62
|
+
/** Field type determines the input control */
|
|
63
|
+
type: PropertyFieldType;
|
|
64
|
+
/** Optional description/help text */
|
|
65
|
+
description?: string;
|
|
66
|
+
/** Optional default value */
|
|
67
|
+
defaultValue?: unknown;
|
|
68
|
+
/** Optional tab ID (must match a TabConfig id if widget has tabsConfig) */
|
|
69
|
+
tab?: string;
|
|
70
|
+
/** Optional group for organizing fields within a tab */
|
|
71
|
+
group?: string;
|
|
72
|
+
/**
|
|
73
|
+
* @deprecated Use requiresKeyValue instead
|
|
74
|
+
*/
|
|
75
|
+
requiresKeyToBeTrue?: string;
|
|
76
|
+
/** Optional requires a specific key to have a specific value */
|
|
77
|
+
requiresKeyValue?: {
|
|
64
78
|
key: string;
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
/** Field type determines the input control */
|
|
68
|
-
type: PropertyFieldType;
|
|
69
|
-
/** Optional description/help text */
|
|
70
|
-
description?: string;
|
|
71
|
-
/** Optional default value */
|
|
72
|
-
defaultValue?: unknown;
|
|
73
|
-
/** Optional tab ID (must match a TabConfig id if widget has tabsConfig) */
|
|
74
|
-
tab?: string;
|
|
75
|
-
/** Optional group for organizing fields within a tab */
|
|
76
|
-
group?: string;
|
|
77
|
-
/**
|
|
78
|
-
* @deprecated Use requiresKeyValue instead
|
|
79
|
-
*/
|
|
80
|
-
requiresKeyToBeTrue?: string;
|
|
81
|
-
/** Optional requires a specific key to have a specific value */
|
|
82
|
-
requiresKeyValue?: {
|
|
83
|
-
key: string;
|
|
84
|
-
value: unknown;
|
|
85
|
-
};
|
|
79
|
+
value: unknown;
|
|
80
|
+
};
|
|
86
81
|
}
|
|
87
82
|
/**
|
|
88
83
|
* Text field schema
|
|
89
84
|
*/
|
|
90
85
|
interface TextFieldSchema extends PropertyFieldSchema {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
86
|
+
type: "text";
|
|
87
|
+
placeholder?: string;
|
|
88
|
+
maxLength?: number;
|
|
94
89
|
}
|
|
95
90
|
/**
|
|
96
91
|
* Textarea field schema
|
|
97
92
|
*/
|
|
98
93
|
interface TextareaFieldSchema extends PropertyFieldSchema {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
94
|
+
type: "textarea";
|
|
95
|
+
placeholder?: string;
|
|
96
|
+
rows?: number;
|
|
97
|
+
maxLength?: number;
|
|
103
98
|
}
|
|
104
99
|
/**
|
|
105
100
|
* Number field schema
|
|
106
101
|
*/
|
|
107
102
|
interface NumberFieldSchema extends PropertyFieldSchema {
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
103
|
+
type: "number";
|
|
104
|
+
min?: number;
|
|
105
|
+
max?: number;
|
|
106
|
+
step?: number;
|
|
112
107
|
}
|
|
113
108
|
/**
|
|
114
109
|
* Boolean field schema
|
|
115
110
|
*/
|
|
116
111
|
interface BooleanFieldSchema extends PropertyFieldSchema {
|
|
117
|
-
|
|
112
|
+
type: "boolean";
|
|
118
113
|
}
|
|
119
114
|
/**
|
|
120
115
|
* Select field schema with type-safe option values.
|
|
121
116
|
* Uses StrictOmit to ensure "defaultValue" key exists on PropertyFieldSchema.
|
|
122
117
|
*/
|
|
123
118
|
interface SelectFieldSchema<T extends string | number = string | number> extends StrictOmit<PropertyFieldSchema, "defaultValue"> {
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
119
|
+
type: "select";
|
|
120
|
+
options: Array<{
|
|
121
|
+
label: string;
|
|
122
|
+
value: T;
|
|
123
|
+
}>;
|
|
124
|
+
defaultValue?: T;
|
|
130
125
|
}
|
|
131
126
|
/**
|
|
132
127
|
* Color field schema
|
|
133
128
|
*/
|
|
134
129
|
interface ColorFieldSchema extends PropertyFieldSchema {
|
|
135
|
-
|
|
130
|
+
type: "color";
|
|
136
131
|
}
|
|
137
132
|
/**
|
|
138
133
|
* Range slider field schema
|
|
139
134
|
*/
|
|
140
135
|
interface RangeFieldSchema extends PropertyFieldSchema {
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
136
|
+
type: "range";
|
|
137
|
+
min: number;
|
|
138
|
+
max: number;
|
|
139
|
+
step?: number;
|
|
145
140
|
}
|
|
146
141
|
/**
|
|
147
142
|
* Data source field schema for configuring widget data sources
|
|
148
143
|
*/
|
|
149
144
|
interface DataSourceFieldSchema extends PropertyFieldSchema {
|
|
150
|
-
|
|
145
|
+
type: "dataSource";
|
|
151
146
|
}
|
|
152
147
|
/**
|
|
153
148
|
* Resource field schema for selecting a single resource from the selection modal
|
|
154
149
|
*/
|
|
155
150
|
interface ResourceFieldSchema extends PropertyFieldSchema {
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
151
|
+
type: "resource";
|
|
152
|
+
/** Optional filter to specific shareable types */
|
|
153
|
+
allowedTypes?: string[];
|
|
159
154
|
}
|
|
160
155
|
/**
|
|
161
156
|
* Image field schema for selecting a single image from the image picker
|
|
162
157
|
*/
|
|
163
158
|
interface ImageFieldSchema extends PropertyFieldSchema {
|
|
164
|
-
|
|
159
|
+
type: "image";
|
|
165
160
|
}
|
|
166
161
|
/**
|
|
167
162
|
* Alignment field schema
|
|
168
163
|
*/
|
|
169
164
|
interface AlignmentFieldSchema extends PropertyFieldSchema {
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
165
|
+
type: "alignment";
|
|
166
|
+
options: {
|
|
167
|
+
verticalEnabled: boolean;
|
|
168
|
+
horizontalEnabled: boolean;
|
|
169
|
+
};
|
|
170
|
+
defaultValue?: AlignOptions;
|
|
176
171
|
}
|
|
177
172
|
/**
|
|
178
173
|
* Slider field schema with optional unit suffix (e.g., "rem", "px")
|
|
179
174
|
*/
|
|
180
175
|
interface SliderFieldSchema extends PropertyFieldSchema {
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
176
|
+
type: "slider";
|
|
177
|
+
min: number;
|
|
178
|
+
max: number;
|
|
179
|
+
step?: number;
|
|
180
|
+
unit?: string;
|
|
186
181
|
}
|
|
187
182
|
/**
|
|
188
183
|
* Color picker field schema with optional swatches
|
|
189
184
|
*/
|
|
190
185
|
interface ColorPickerFieldSchema extends PropertyFieldSchema {
|
|
191
|
-
|
|
192
|
-
|
|
186
|
+
type: "colorPicker";
|
|
187
|
+
swatches?: string[];
|
|
193
188
|
}
|
|
194
189
|
/**
|
|
195
190
|
* Section header field schema for visual grouping
|
|
196
191
|
*/
|
|
197
192
|
interface SectionHeaderFieldSchema extends PropertyFieldSchema {
|
|
198
|
-
|
|
199
|
-
|
|
193
|
+
type: "sectionHeader";
|
|
194
|
+
subtitle?: string;
|
|
200
195
|
}
|
|
201
196
|
/**
|
|
202
197
|
* Separator field schema for visual separation
|
|
203
198
|
*/
|
|
204
199
|
interface SeparatorFieldSchema extends PropertyFieldSchema {
|
|
205
|
-
|
|
200
|
+
type: "separator";
|
|
206
201
|
}
|
|
207
202
|
/**
|
|
208
203
|
* Button group field schema.
|
|
209
204
|
* Uses StrictOmit to ensure "defaultValue" key exists on PropertyFieldSchema.
|
|
210
205
|
*/
|
|
211
206
|
interface ButtonGroupFieldSchema<T extends string | number = string | number> extends StrictOmit<PropertyFieldSchema, "defaultValue"> {
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
207
|
+
type: "buttonGroup";
|
|
208
|
+
options: Array<{
|
|
209
|
+
label?: string;
|
|
210
|
+
icon?: IconDefinition;
|
|
211
|
+
value: T;
|
|
212
|
+
}>;
|
|
213
|
+
defaultValue?: T;
|
|
219
214
|
}
|
|
220
215
|
/**
|
|
221
216
|
* Color select field schema
|
|
222
217
|
*/
|
|
223
218
|
interface ColorSelectFieldSchema extends PropertyFieldSchema {
|
|
224
|
-
|
|
225
|
-
|
|
219
|
+
type: "colorSelect";
|
|
220
|
+
defaultValue?: ColorOptions;
|
|
226
221
|
}
|
|
227
222
|
/**
|
|
228
223
|
* Section layout select field schema for visual masonry layout selector
|
|
229
224
|
*/
|
|
230
225
|
interface SectionLayoutSelectFieldSchema extends PropertyFieldSchema {
|
|
231
|
-
|
|
232
|
-
|
|
226
|
+
type: "sectionLayoutSelect";
|
|
227
|
+
defaultValue?: SectionLayoutType;
|
|
233
228
|
}
|
|
234
229
|
/**
|
|
235
230
|
* Background field combines resource selection and color properties.
|
|
236
231
|
* Uses StrictOmit to exclude conflicting "type" discriminant from parents.
|
|
237
232
|
*/
|
|
238
233
|
interface BackgroundFieldSchema extends StrictOmit<ResourceFieldSchema, "type">, StrictOmit<ColorFieldSchema, "type"> {
|
|
239
|
-
|
|
234
|
+
type: "background";
|
|
240
235
|
}
|
|
241
236
|
/**
|
|
242
237
|
* Content position field schema for 3x3 grid position picker
|
|
243
238
|
*/
|
|
244
239
|
interface ContentPositionFieldSchema extends PropertyFieldSchema {
|
|
245
|
-
|
|
246
|
-
|
|
240
|
+
type: "contentPosition";
|
|
241
|
+
defaultValue?: string;
|
|
247
242
|
}
|
|
248
243
|
/**
|
|
249
244
|
* Text size select field schema for visual font size selector
|
|
250
245
|
*/
|
|
251
246
|
interface TextSizeSelectFieldSchema extends PropertyFieldSchema {
|
|
252
|
-
|
|
253
|
-
|
|
247
|
+
type: "textSizeSelect";
|
|
248
|
+
defaultValue?: FontSizeOptions;
|
|
254
249
|
}
|
|
255
250
|
/**
|
|
256
251
|
* CSS unit type for height/width fields
|
|
@@ -260,12 +255,12 @@ type CssUnit = "px" | "rem" | "vh";
|
|
|
260
255
|
* CSS unit field schema for numeric values with selectable units (px, rem, vh)
|
|
261
256
|
*/
|
|
262
257
|
interface CssUnitFieldSchema extends PropertyFieldSchema {
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
258
|
+
type: "cssUnit";
|
|
259
|
+
min?: number;
|
|
260
|
+
max?: number;
|
|
261
|
+
step?: number;
|
|
262
|
+
allowedUnits?: CssUnit[];
|
|
263
|
+
defaultUnit?: CssUnit;
|
|
269
264
|
}
|
|
270
265
|
/**
|
|
271
266
|
* Union of all field schema types
|
|
@@ -277,29 +272,29 @@ type PropertyField = TextFieldSchema | TextareaFieldSchema | NumberFieldSchema |
|
|
|
277
272
|
* settings for each selected item (e.g., title, description, button).
|
|
278
273
|
*/
|
|
279
274
|
interface ItemConfigSchema {
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
275
|
+
/** Fields available for per-item configuration */
|
|
276
|
+
fields: PropertyField[];
|
|
277
|
+
/** Optional description shown at top of item config panel */
|
|
278
|
+
description?: string;
|
|
284
279
|
}
|
|
285
280
|
/**
|
|
286
281
|
* Schema for a widget's editable properties
|
|
287
282
|
*/
|
|
288
283
|
interface WidgetPropertySchema {
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
284
|
+
/** Widget type this schema applies to */
|
|
285
|
+
widgetType: WidgetType;
|
|
286
|
+
/** Display name for the widget */
|
|
287
|
+
displayName: string;
|
|
288
|
+
/** Optional tab configuration - if present, tabs are enabled */
|
|
289
|
+
tabsConfig?: TabConfig[];
|
|
290
|
+
/** Editable property fields */
|
|
291
|
+
fields: PropertyField[];
|
|
292
|
+
/** Optional custom validator function */
|
|
293
|
+
validate?: (props: Record<string, unknown>) => string | null;
|
|
294
|
+
/** Props that can be populated from data sources */
|
|
295
|
+
dataSourceTargetProps?: string[];
|
|
296
|
+
/** Optional schema for per-item configurations in custom data sources */
|
|
297
|
+
itemConfigSchema?: ItemConfigSchema;
|
|
303
298
|
}
|
|
304
299
|
/**
|
|
305
300
|
* Registry mapping widget types to their property schemas
|
|
@@ -317,7 +312,8 @@ declare function extractPropertyValues(widget: Readonly<WidgetSchema>, fields: r
|
|
|
317
312
|
* Apply property values to widget props
|
|
318
313
|
*/
|
|
319
314
|
declare function applyPropertyValues(widget: Readonly<WidgetSchema>, values: Readonly<Record<string, unknown>>): WidgetSchema;
|
|
320
|
-
|
|
315
|
+
//#endregion
|
|
316
|
+
//#region src/registries/field-helpers.d.ts
|
|
321
317
|
declare const getColorField: (props: Readonly<Omit<ColorSelectFieldSchema, "type">>) => ColorSelectFieldSchema;
|
|
322
318
|
declare const getBorderRadiusField: (props: Readonly<Omit<ButtonGroupFieldSchema<BorderRadiusOptions>, "options" | "type">>) => ButtonGroupFieldSchema<BorderRadiusOptions>;
|
|
323
319
|
declare const getPaddingField: (props: Readonly<Omit<ButtonGroupFieldSchema<PaddingOptions>, "options" | "type">>) => ButtonGroupFieldSchema<PaddingOptions>;
|
|
@@ -330,12 +326,13 @@ declare const getHeightField: (props: Readonly<Omit<CssUnitFieldSchema, "type">>
|
|
|
330
326
|
* with literal type preservation.
|
|
331
327
|
*/
|
|
332
328
|
declare const gapValues: {
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
329
|
+
readonly none: 0;
|
|
330
|
+
readonly xs: 1;
|
|
331
|
+
readonly sm: 2;
|
|
332
|
+
readonly md: 4;
|
|
333
|
+
readonly lg: 6;
|
|
334
|
+
readonly xl: 8;
|
|
339
335
|
};
|
|
340
|
-
|
|
336
|
+
//#endregion
|
|
341
337
|
export { type AlignmentFieldSchema, type BackgroundFieldSchema, type BooleanFieldSchema, type ButtonGroupFieldSchema, type ColorFieldSchema, type ColorPickerFieldSchema, type ColorSelectFieldSchema, type ContentPositionFieldSchema, type CssUnit, type CssUnitFieldSchema, type DataSourceFieldSchema, type ImageFieldSchema, type ItemConfigSchema, type NumberFieldSchema, PROPERTY_FIELD_TYPES, type PropertyField, type PropertyFieldSchema, type PropertyFieldType, type PropertySchemaRegistry, type RangeFieldSchema, type ResourceFieldSchema, type SectionHeaderFieldSchema, type SectionLayoutSelectFieldSchema, type SelectFieldSchema, type SeparatorFieldSchema, type SliderFieldSchema, type TabConfig, type TextFieldSchema, type TextSizeSelectFieldSchema, type TextareaFieldSchema, type WidgetPropertySchema, applyPropertyValues, extractPropertyValues, gapValues, getBorderRadiusField, getButtonSizeField, getColorField, getFontSizeField, getGapField, getHeightField, getPaddingField, groupPropertyFields, isPropertyFieldType };
|
|
338
|
+
//# sourceMappingURL=index.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../../src/registries/property-schema-types.ts","../../src/registries/field-helpers.ts"],"mappings":";;;;;;;;UAciB,SAAA;EAAS;EAExB,EAAA;EAAA;EAEA,KAAA;AAAA;;;;;cAWW,oBAAA;EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;KA6BD,iBAAA,WACF,oBAAA,eAAmC,oBAAA;;;;;;iBAO7B,mBAAA,CAAoB,KAAA,WAAgB,KAAA,IAAS,iBAAA;;;AAS7D;UAAiB,mBAAA;;EAEf,GAAA;EAAA;EAEA,KAAA;EAEA;EAAA,IAAA,EAAM,iBAAA;EAEN;EAAA,WAAA;EAIA;EAFA,YAAA;EAQA;EANA,GAAA;EAQqB;EANrB,KAAA;EAMuC;;AAMzC;EARE,mBAAA;;EAEA,gBAAA;IAAqB,GAAA;IAAa,KAAA;EAAA;AAAA;;;AAepC;UATiB,eAAA,SAAwB,mBAAA;EACvC,IAAA;EACA,WAAA;EACA,SAAA;AAAA;;;;UAMe,mBAAA,SAA4B,mBAAA;EAC3C,IAAA;EACA,WAAA;EACA,IAAA;EACA,SAAA;AAAA;;;;UAMe,iBAAA,SAA0B,mBAAA;EACzC,IAAA;EACA,GAAA;EACA,GAAA;EACA,IAAA;AAAA;;;;UAMe,kBAAA,SAA2B,mBAAA;EAC1C,IAAA;AAAA;;;;;UAOe,iBAAA,sDAEP,UAAA,CAAW,mBAAA;EACnB,IAAA;EACA,OAAA,EAAS,KAAA;IAAQ,KAAA;IAAe,KAAA,EAAO,CAAA;EAAA;EACvC,YAAA,GAAe,CAAA;AAAA;;;;UAMA,gBAAA,SAAyB,mBAAA;EACxC,IAAA;AAAA;;;AADF;UAOiB,gBAAA,SAAyB,mBAAA;EACxC,IAAA;EACA,GAAA;EACA,GAAA;EACA,IAAA;AAAA;;;;UAMe,qBAAA,SAA8B,mBAAA;EAC7C,IAAA;AAAA;;;;UAMe,mBAAA,SAA4B,mBAAA;EAC3C,IAAA;;EAEA,YAAA;AAAA;AAHF;;;AAAA,UASiB,gBAAA,SAAyB,mBAAA;EACxC,IAAA;AAAA;;;;UAMe,oBAAA,SAA6B,mBAAA;EAC5C,IAAA;EACA,OAAA;IACE,eAAA;IACA,iBAAA;EAAA;EAEF,YAAA,GAAe,YAAA;AAAA;;;;UAMA,iBAAA,SAA0B,mBAAA;EACzC,IAAA;EACA,GAAA;EACA,GAAA;EACA,IAAA;EACA,IAAA;AAAA;AALF;;;AAAA,UAWiB,sBAAA,SAA+B,mBAAA;EAC9C,IAAA;EACA,QAAA;AAAA;;;;UAMe,wBAAA,SAAiC,mBAAA;EAChD,IAAA;EACA,QAAA;AAAA;;;;UAMe,oBAAA,SAA6B,mBAAA;EAC5C,IAAA;AAAA;;AATF;;;UAgBiB,sBAAA,sDAEP,UAAA,CAAW,mBAAA;EACnB,IAAA;EACA,OAAA,EAAS,KAAA;IAAQ,KAAA;IAAgB,IAAA,GAAO,cAAA;IAAgB,KAAA,EAAO,CAAA;EAAA;EAC/D,YAAA,GAAe,CAAA;AAAA;;;AALjB;UAWiB,sBAAA,SAA+B,mBAAA;EAC9C,IAAA;EACA,YAAA,GAAe,YAAA;AAAA;;;;UAMA,8BAAA,SAAuC,mBAAA;EACtD,IAAA;EACA,YAAA,GAAe,iBAAA;AAAA;;;;;UAOA,qBAAA,SAEb,UAAA,CAAW,mBAAA,WACX,UAAA,CAAW,gBAAA;EACb,IAAA;AAAA;;;;UAMe,0BAAA,SAAmC,mBAAA;EAClD,IAAA;EACA,YAAA;AAAA;AA7BF;;;AAAA,UAmCiB,yBAAA,SAAkC,mBAAA;EACjD,IAAA;EACA,YAAA,GAAe,eAAA;AAAA;;;;KAML,OAAA;;;;UAKK,kBAAA,SAA2B,mBAAA;EAC1C,IAAA;EACA,GAAA;EACA,GAAA;EACA,IAAA;EACA,YAAA,GAAe,OAAA;EACf,WAAA,GAAc,OAAA;AAAA;;;;KAMJ,aAAA,GACR,eAAA,GACA,mBAAA,GACA,iBAAA,GACA,kBAAA,GACA,iBAAA,oBACA,gBAAA,GACA,gBAAA,GACA,qBAAA,GACA,mBAAA,GACA,gBAAA,GACA,oBAAA,GACA,iBAAA,GACA,sBAAA,GACA,wBAAA,GACA,oBAAA,GACA,sBAAA,oBACA,sBAAA,GACA,8BAAA,GACA,qBAAA,GACA,0BAAA,GACA,yBAAA,GACA,kBAAA;;;;;;UAOa,gBAAA;EArEF;EAuEb,MAAA,EAAQ,aAAA;EAtEJ;EAwEJ,WAAA;AAAA;;;;UAMe,oBAAA;EAvEf;EAyEA,UAAA,EAAY,UAAA;EAxEA;EA0EZ,WAAA;EApEe;EAsEf,UAAA,GAAa,SAAA;;EAEb,MAAA,EAAQ,aAAA;EAxEyC;EA0EjD,QAAA,IAAY,KAAA,EAAO,MAAA;EAxEnB;EA0EA,qBAAA;EA1E8B;EA4E9B,gBAAA,GAAmB,gBAAA;AAAA;;;;KAMT,sBAAA,GAAyB,MAAA,CAAO,UAAA,EAAY,oBAAA;AAvExD;;;AAAA,iBA4EgB,mBAAA,CACd,MAAA,WAAiB,aAAA,KAChB,MAAA,SAAe,aAAA;;;;iBAiBF,qBAAA,CACd,MAAA,EAAQ,QAAA,CAAS,YAAA,GACjB,MAAA,WAAiB,aAAA,KAChB,MAAA;;;;iBAca,mBAAA,CACd,MAAA,EAAQ,QAAA,CAAS,YAAA,GACjB,MAAA,EAAQ,QAAA,CAAS,MAAA,qBAChB,YAAA;;;cC5YU,aAAA,GACX,KAAA,EAAO,QAAA,CAAS,IAAA,CAAK,sBAAA,eACpB,sBAAA;AAAA,cAOU,oBAAA,GACX,KAAA,EAAO,QAAA,CACL,IAAA,CAAK,sBAAA,CAAuB,mBAAA,4BAE7B,sBAAA,CAAuB,mBAAA;AAAA,cAeb,eAAA,GACX,KAAA,EAAO,QAAA,CACL,IAAA,CAAK,sBAAA,CAAuB,cAAA,4BAE7B,sBAAA,CAAuB,cAAA;AAAA,cAeb,kBAAA,GACX,KAAA,EAAO,QAAA,CACL,IAAA,CAAK,sBAAA,CAAuB,iBAAA,4BAE7B,sBAAA,CAAuB,iBAAA;AAAA,cAab,gBAAA,GACX,KAAA,EAAO,QAAA,CAAS,IAAA,CAAK,yBAAA,eACpB,yBAAA;AAAA,cAOU,WAAA,GACX,KAAA,EAAO,QAAA,CAAS,IAAA,CAAK,sBAAA,CAAuB,UAAA,4BAC3C,sBAAA,CAAuB,UAAA;AAAA,cAeb,cAAA,GACX,KAAA,EAAO,QAAA,CAAS,IAAA,CAAK,kBAAA,eACpB,kBAAA;;AD7EH;;;cCwFa,SAAA;EAAA"}
|