@vc-shell/framework 1.0.197 → 1.0.199
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/CHANGELOG.md +26 -0
- package/core/composables/useBreadcrumbs/index.ts +15 -9
- package/core/plugins/modularity/index.ts +1 -1
- package/dist/core/composables/useBreadcrumbs/index.d.ts +1 -6
- package/dist/core/composables/useBreadcrumbs/index.d.ts.map +1 -1
- package/dist/framework.js +27636 -27362
- package/dist/index.css +1 -1
- package/dist/locales/en.json +2 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts +1 -2
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts +1 -1
- package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/Card.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/Table.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/props.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +3 -3
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +3 -3
- package/dist/shared/modules/dynamic/composables/index.d.ts +1 -0
- package/dist/shared/modules/dynamic/composables/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts +10 -0
- package/dist/shared/modules/dynamic/composables/useDynamicViewsUtils/index.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +14 -2
- package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/index.d.ts +2 -3
- package/dist/shared/modules/dynamic/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +2 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +2 -0
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +26 -7
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +1 -0
- package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/index.d.ts +1 -13
- package/dist/ui/components/molecules/vc-breadcrumbs/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +33 -0
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +14 -0
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +26 -7
- package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +9 -2
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +84 -63
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +14 -10
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +3 -9
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
- package/dist/ui/types/index.d.ts +3 -2
- package/dist/ui/types/index.d.ts.map +1 -1
- package/package.json +4 -4
- package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +84 -38
- package/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.ts +11 -4
- package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +37 -54
- package/shared/components/blade-navigation/types/index.ts +1 -1
- package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +2 -2
- package/shared/modules/dynamic/components/fields/DynamicProperty.ts +7 -3
- package/shared/modules/dynamic/components/fields/GalleryField.ts +1 -1
- package/shared/modules/dynamic/composables/index.ts +1 -0
- package/shared/modules/dynamic/composables/useDynamicViewsUtils/index.ts +46 -0
- package/shared/modules/dynamic/factories/types/index.ts +17 -2
- package/shared/modules/dynamic/index.ts +2 -3
- package/shared/modules/dynamic/pages/dynamic-blade-form.vue +1 -0
- package/shared/modules/dynamic/pages/dynamic-blade-list.vue +7 -1
- package/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue +3 -0
- package/ui/components/molecules/vc-breadcrumbs/index.ts +1 -3
- package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue +124 -5
- package/ui/components/molecules/vc-input/vc-input.vue +58 -18
- package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +124 -83
- package/ui/components/molecules/vc-select/vc-select.vue +42 -17
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +10 -14
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +49 -16
- package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +1 -1
- package/ui/types/index.ts +3 -2
package/dist/locales/en.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-blade-navigation.vue.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"vc-blade-navigation.vue.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.ts"],"names":[],"mappings":";AAiLA,wBAKG"}
|
package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-blade-view.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0C,KAAK,EAAE,QAAQ,
|
|
1
|
+
{"version":3,"file":"vc-blade-view.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0C,KAAK,EAAE,QAAQ,EAA8B,MAAM,KAAK,CAAC;AAE1G,OAAO,EAAE,UAAU,EAAoB,MAAM,aAAa,CAAC;AAG3D,eAAO,MAAM,WAAW;;;;;;;;;;;;YAoFtB,CAAC"}
|
|
@@ -15,9 +15,8 @@ interface IUseBladeNavigation {
|
|
|
15
15
|
name: RouteRecordName | undefined;
|
|
16
16
|
params: RouteParams;
|
|
17
17
|
} | undefined> | undefined;
|
|
18
|
-
getCurrentBlade: () => BladeVNode;
|
|
19
18
|
setNavigationQuery: (query: Record<string, string | number>) => void;
|
|
20
|
-
getNavigationQuery: () => Record<string, string | number
|
|
19
|
+
getNavigationQuery: () => Record<string, string | number> | undefined;
|
|
21
20
|
}
|
|
22
21
|
export declare function useBladeNavigation(): IUseBladeNavigation;
|
|
23
22
|
export {};
|
package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/blade-navigation/composables/useBladeNavigation/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/components/blade-navigation/composables/useBladeNavigation/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8C,SAAS,EAA0B,WAAW,EAAS,MAAM,KAAK,CAAC;AAIxH,OAAO,EACL,uBAAuB,EAEvB,iBAAiB,EACjB,eAAe,EACf,WAAW,EAGZ,MAAM,YAAY,CAAC;AAEpB,OAAO,EAGL,UAAU,EACV,WAAW,EACX,eAAe,EACf,wBAAwB,EAGzB,MAAM,aAAa,CAAC;AAIrB,OAAO,gCAAgC,CAAC;AACxC,OAAO,sCAAsC,CAAC;AAG9C,UAAU,mBAAmB;IAC3B,QAAQ,CAAC,MAAM,EAAE,WAAW,CAAC,UAAU,EAAE,CAAC,CAAC;IAC3C,QAAQ,CAAC,0BAA0B,EAAE,WAAW,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC;IACpF,SAAS,EAAE,CAAC,KAAK,SAAS,SAAS,EACjC,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,WAAW,CAAC,KAAK,CAAC,EAC9D,WAAW,CAAC,EAAE,OAAO,KAClB,OAAO,CAAC,IAAI,GAAG,iBAAiB,CAAC,CAAC;IACvC,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAChD,YAAY,EAAE,CAAC,oBAAoB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,IAAI,EAAE,eAAe,KAAK,IAAI,CAAC;IACzF,aAAa,EAAE,CAAC,EAAE,EAAE,MAAM,OAAO,CAAC,OAAO,GAAG,SAAS,CAAC,KAAK,IAAI,CAAC;IAChE,kBAAkB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,wBAAwB,CAAC;IAC/D,aAAa,EAAE,CAAC,EAAE,EAAE,uBAAuB,KACvC,OAAO,CACH;QACE,IAAI,EAAE,eAAe,GAAG,SAAS,CAAC;QAClC,MAAM,EAAE,WAAW,CAAC;KACrB,GACD,SAAS,CACZ,GACD,SAAS,CAAC;IACd,kBAAkB,EAAE,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,KAAK,IAAI,CAAC;IACrE,kBAAkB,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,GAAG,SAAS,CAAC;CACvE;AA+MD,wBAAgB,kBAAkB,IAAI,mBAAmB,CA6TxD"}
|
|
@@ -73,7 +73,7 @@ export interface BladeVNode extends VNode {
|
|
|
73
73
|
onOpen?: () => void;
|
|
74
74
|
onClose?: () => void;
|
|
75
75
|
onBeforeClose?: () => Promise<boolean | undefined>;
|
|
76
|
-
instance:
|
|
76
|
+
instance: CoreBladeExposed | undefined | null;
|
|
77
77
|
idx: number;
|
|
78
78
|
};
|
|
79
79
|
onVnodeUnmounted?: VNodeMountHook | VNodeMountHook[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/components/blade-navigation/types/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/components/blade-navigation/types/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
} | undefined;
|
|
28
28
|
dynamicProperties?: {
|
|
29
29
|
loading: boolean;
|
|
30
|
-
loadDictionaries: (
|
|
30
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
31
31
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
32
32
|
setPropertyValue: (data: {
|
|
33
33
|
property: Record<string, any>;
|
|
@@ -113,7 +113,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
113
113
|
} | undefined;
|
|
114
114
|
dynamicProperties?: {
|
|
115
115
|
loading: boolean;
|
|
116
|
-
loadDictionaries: (
|
|
116
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
117
117
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
118
118
|
setPropertyValue: (data: {
|
|
119
119
|
property: Record<string, any>;
|
|
@@ -199,7 +199,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
199
199
|
} | undefined;
|
|
200
200
|
dynamicProperties?: {
|
|
201
201
|
loading: boolean;
|
|
202
|
-
loadDictionaries: (
|
|
202
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
203
203
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
204
204
|
setPropertyValue: (data: {
|
|
205
205
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DynamicProperty.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/DynamicProperty.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAiE,MAAM,KAAK,CAAC;AAEtG,OAAO,cAAc,MAAM,SAAS,CAAC;AAIrC,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAyBvC,iBAAiB,qBAAqB,CAAC,GAAG;QAAE,OAAO,EAAE,uBAAuB,CAAA;KAAE;;;;AAJ7F,
|
|
1
|
+
{"version":3,"file":"DynamicProperty.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/DynamicProperty.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAiE,MAAM,KAAK,CAAC;AAEtG,OAAO,cAAc,MAAM,SAAS,CAAC;AAIrC,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAyBvC,iBAAiB,qBAAqB,CAAC,GAAG;QAAE,OAAO,EAAE,uBAAuB,CAAA;KAAE;;;;AAJ7F,wBA8GE"}
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -38,7 +38,7 @@ declare const _default: {
|
|
|
38
38
|
} | undefined;
|
|
39
39
|
dynamicProperties?: {
|
|
40
40
|
loading: boolean;
|
|
41
|
-
loadDictionaries: (
|
|
41
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
42
42
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
43
43
|
setPropertyValue: (data: {
|
|
44
44
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
} | undefined;
|
|
38
38
|
dynamicProperties?: {
|
|
39
39
|
loading: boolean;
|
|
40
|
-
loadDictionaries: (
|
|
40
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
41
41
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
42
42
|
setPropertyValue: (data: {
|
|
43
43
|
property: Record<string, any>;
|
|
@@ -36,7 +36,7 @@ declare const _default: {
|
|
|
36
36
|
} | undefined;
|
|
37
37
|
dynamicProperties?: {
|
|
38
38
|
loading: boolean;
|
|
39
|
-
loadDictionaries: (
|
|
39
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
40
40
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
41
41
|
setPropertyValue: (data: {
|
|
42
42
|
property: Record<string, any>;
|
|
@@ -28,7 +28,7 @@ declare const _default: {
|
|
|
28
28
|
} | undefined;
|
|
29
29
|
dynamicProperties?: {
|
|
30
30
|
loading: boolean;
|
|
31
|
-
loadDictionaries: (
|
|
31
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
32
32
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
33
33
|
setPropertyValue: (data: {
|
|
34
34
|
property: Record<string, any>;
|
|
@@ -109,7 +109,7 @@ declare const _default: {
|
|
|
109
109
|
} | undefined;
|
|
110
110
|
dynamicProperties?: {
|
|
111
111
|
loading: boolean;
|
|
112
|
-
loadDictionaries: (
|
|
112
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
113
113
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
114
114
|
setPropertyValue: (data: {
|
|
115
115
|
property: Record<string, any>;
|
|
@@ -189,7 +189,7 @@ declare const _default: {
|
|
|
189
189
|
} | undefined;
|
|
190
190
|
dynamicProperties?: {
|
|
191
191
|
loading: boolean;
|
|
192
|
-
loadDictionaries: (
|
|
192
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
193
193
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
194
194
|
setPropertyValue: (data: {
|
|
195
195
|
property: Record<string, any>;
|
|
@@ -28,7 +28,7 @@ declare const _default: {
|
|
|
28
28
|
} | undefined;
|
|
29
29
|
dynamicProperties?: {
|
|
30
30
|
loading: boolean;
|
|
31
|
-
loadDictionaries: (
|
|
31
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
32
32
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
33
33
|
setPropertyValue: (data: {
|
|
34
34
|
property: Record<string, any>;
|
|
@@ -109,7 +109,7 @@ declare const _default: {
|
|
|
109
109
|
} | undefined;
|
|
110
110
|
dynamicProperties?: {
|
|
111
111
|
loading: boolean;
|
|
112
|
-
loadDictionaries: (
|
|
112
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
113
113
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
114
114
|
setPropertyValue: (data: {
|
|
115
115
|
property: Record<string, any>;
|
|
@@ -189,7 +189,7 @@ declare const _default: {
|
|
|
189
189
|
} | undefined;
|
|
190
190
|
dynamicProperties?: {
|
|
191
191
|
loading: boolean;
|
|
192
|
-
loadDictionaries: (
|
|
192
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
193
193
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
194
194
|
setPropertyValue: (data: {
|
|
195
195
|
property: Record<string, any>;
|
|
@@ -28,7 +28,7 @@ declare const _default: {
|
|
|
28
28
|
} | undefined;
|
|
29
29
|
dynamicProperties?: {
|
|
30
30
|
loading: boolean;
|
|
31
|
-
loadDictionaries: (
|
|
31
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
32
32
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
33
33
|
setPropertyValue: (data: {
|
|
34
34
|
property: Record<string, any>;
|
|
@@ -109,7 +109,7 @@ declare const _default: {
|
|
|
109
109
|
} | undefined;
|
|
110
110
|
dynamicProperties?: {
|
|
111
111
|
loading: boolean;
|
|
112
|
-
loadDictionaries: (
|
|
112
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
113
113
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
114
114
|
setPropertyValue: (data: {
|
|
115
115
|
property: Record<string, any>;
|
|
@@ -189,7 +189,7 @@ declare const _default: {
|
|
|
189
189
|
} | undefined;
|
|
190
190
|
dynamicProperties?: {
|
|
191
191
|
loading: boolean;
|
|
192
|
-
loadDictionaries: (
|
|
192
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
193
193
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
194
194
|
setPropertyValue: (data: {
|
|
195
195
|
property: Record<string, any>;
|
|
@@ -28,7 +28,7 @@ declare const _default: {
|
|
|
28
28
|
} | undefined;
|
|
29
29
|
dynamicProperties?: {
|
|
30
30
|
loading: boolean;
|
|
31
|
-
loadDictionaries: (
|
|
31
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
32
32
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
33
33
|
setPropertyValue: (data: {
|
|
34
34
|
property: Record<string, any>;
|
|
@@ -109,7 +109,7 @@ declare const _default: {
|
|
|
109
109
|
} | undefined;
|
|
110
110
|
dynamicProperties?: {
|
|
111
111
|
loading: boolean;
|
|
112
|
-
loadDictionaries: (
|
|
112
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
113
113
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
114
114
|
setPropertyValue: (data: {
|
|
115
115
|
property: Record<string, any>;
|
|
@@ -189,7 +189,7 @@ declare const _default: {
|
|
|
189
189
|
} | undefined;
|
|
190
190
|
dynamicProperties?: {
|
|
191
191
|
loading: boolean;
|
|
192
|
-
loadDictionaries: (
|
|
192
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
193
193
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
194
194
|
setPropertyValue: (data: {
|
|
195
195
|
property: Record<string, any>;
|
|
@@ -28,7 +28,7 @@ declare const _default: {
|
|
|
28
28
|
} | undefined;
|
|
29
29
|
dynamicProperties?: {
|
|
30
30
|
loading: boolean;
|
|
31
|
-
loadDictionaries: (
|
|
31
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
32
32
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
33
33
|
setPropertyValue: (data: {
|
|
34
34
|
property: Record<string, any>;
|
|
@@ -109,7 +109,7 @@ declare const _default: {
|
|
|
109
109
|
} | undefined;
|
|
110
110
|
dynamicProperties?: {
|
|
111
111
|
loading: boolean;
|
|
112
|
-
loadDictionaries: (
|
|
112
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
113
113
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
114
114
|
setPropertyValue: (data: {
|
|
115
115
|
property: Record<string, any>;
|
|
@@ -189,7 +189,7 @@ declare const _default: {
|
|
|
189
189
|
} | undefined;
|
|
190
190
|
dynamicProperties?: {
|
|
191
191
|
loading: boolean;
|
|
192
|
-
loadDictionaries: (
|
|
192
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
193
193
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
194
194
|
setPropertyValue: (data: {
|
|
195
195
|
property: Record<string, any>;
|
|
@@ -28,7 +28,7 @@ declare const _default: {
|
|
|
28
28
|
} | undefined;
|
|
29
29
|
dynamicProperties?: {
|
|
30
30
|
loading: boolean;
|
|
31
|
-
loadDictionaries: (
|
|
31
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
32
32
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
33
33
|
setPropertyValue: (data: {
|
|
34
34
|
property: Record<string, any>;
|
|
@@ -109,7 +109,7 @@ declare const _default: {
|
|
|
109
109
|
} | undefined;
|
|
110
110
|
dynamicProperties?: {
|
|
111
111
|
loading: boolean;
|
|
112
|
-
loadDictionaries: (
|
|
112
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
113
113
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
114
114
|
setPropertyValue: (data: {
|
|
115
115
|
property: Record<string, any>;
|
|
@@ -189,7 +189,7 @@ declare const _default: {
|
|
|
189
189
|
} | undefined;
|
|
190
190
|
dynamicProperties?: {
|
|
191
191
|
loading: boolean;
|
|
192
|
-
loadDictionaries: (
|
|
192
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
193
193
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
194
194
|
setPropertyValue: (data: {
|
|
195
195
|
property: Record<string, any>;
|
|
@@ -29,7 +29,7 @@ declare const _default: {
|
|
|
29
29
|
} | undefined;
|
|
30
30
|
dynamicProperties?: {
|
|
31
31
|
loading: boolean;
|
|
32
|
-
loadDictionaries: (
|
|
32
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
33
33
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
34
34
|
setPropertyValue: (data: {
|
|
35
35
|
property: Record<string, any>;
|
|
@@ -110,7 +110,7 @@ declare const _default: {
|
|
|
110
110
|
} | undefined;
|
|
111
111
|
dynamicProperties?: {
|
|
112
112
|
loading: boolean;
|
|
113
|
-
loadDictionaries: (
|
|
113
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
114
114
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
115
115
|
setPropertyValue: (data: {
|
|
116
116
|
property: Record<string, any>;
|
|
@@ -190,7 +190,7 @@ declare const _default: {
|
|
|
190
190
|
} | undefined;
|
|
191
191
|
dynamicProperties?: {
|
|
192
192
|
loading: boolean;
|
|
193
|
-
loadDictionaries: (
|
|
193
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
194
194
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
195
195
|
setPropertyValue: (data: {
|
|
196
196
|
property: Record<string, any>;
|
|
@@ -28,7 +28,7 @@ declare const _default: {
|
|
|
28
28
|
} | undefined;
|
|
29
29
|
dynamicProperties?: {
|
|
30
30
|
loading: boolean;
|
|
31
|
-
loadDictionaries: (
|
|
31
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
32
32
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
33
33
|
setPropertyValue: (data: {
|
|
34
34
|
property: Record<string, any>;
|
|
@@ -109,7 +109,7 @@ declare const _default: {
|
|
|
109
109
|
} | undefined;
|
|
110
110
|
dynamicProperties?: {
|
|
111
111
|
loading: boolean;
|
|
112
|
-
loadDictionaries: (
|
|
112
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
113
113
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
114
114
|
setPropertyValue: (data: {
|
|
115
115
|
property: Record<string, any>;
|
|
@@ -189,7 +189,7 @@ declare const _default: {
|
|
|
189
189
|
} | undefined;
|
|
190
190
|
dynamicProperties?: {
|
|
191
191
|
loading: boolean;
|
|
192
|
-
loadDictionaries: (
|
|
192
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
193
193
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
194
194
|
setPropertyValue: (data: {
|
|
195
195
|
property: Record<string, any>;
|
|
@@ -28,7 +28,7 @@ declare const _default: {
|
|
|
28
28
|
} | undefined;
|
|
29
29
|
dynamicProperties?: {
|
|
30
30
|
loading: boolean;
|
|
31
|
-
loadDictionaries: (
|
|
31
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
32
32
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
33
33
|
setPropertyValue: (data: {
|
|
34
34
|
property: Record<string, any>;
|
|
@@ -109,7 +109,7 @@ declare const _default: {
|
|
|
109
109
|
} | undefined;
|
|
110
110
|
dynamicProperties?: {
|
|
111
111
|
loading: boolean;
|
|
112
|
-
loadDictionaries: (
|
|
112
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
113
113
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
114
114
|
setPropertyValue: (data: {
|
|
115
115
|
property: Record<string, any>;
|
|
@@ -189,7 +189,7 @@ declare const _default: {
|
|
|
189
189
|
} | undefined;
|
|
190
190
|
dynamicProperties?: {
|
|
191
191
|
loading: boolean;
|
|
192
|
-
loadDictionaries: (
|
|
192
|
+
loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
|
|
193
193
|
getPropertyValue: (property: Record<string, any>, locale: string) => any;
|
|
194
194
|
setPropertyValue: (data: {
|
|
195
195
|
property: Record<string, any>;
|