@vc-shell/framework 1.0.198 → 1.0.200

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.
Files changed (70) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/framework.js +9962 -9878
  3. package/dist/index.css +1 -1
  4. package/dist/locales/en.json +2 -1
  5. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +3 -3
  6. package/dist/shared/modules/dynamic/components/fields/Button.d.ts +1 -1
  7. package/dist/shared/modules/dynamic/components/fields/Card.d.ts +1 -1
  8. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +1 -1
  9. package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +1 -1
  10. package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +1 -1
  11. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +1 -1
  12. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +1 -1
  13. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +1 -1
  14. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +1 -1
  15. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +1 -1
  16. package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +1 -1
  17. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +1 -1
  18. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +1 -1
  19. package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +1 -1
  20. package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +1 -1
  21. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +1 -1
  22. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +1 -1
  23. package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +1 -1
  24. package/dist/shared/modules/dynamic/components/fields/Table.d.ts +1 -1
  25. package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +1 -1
  26. package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +1 -1
  27. package/dist/shared/modules/dynamic/components/fields/props.d.ts +1 -1
  28. package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +3 -3
  29. package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +3 -3
  30. package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +3 -3
  31. package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +3 -3
  32. package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +3 -3
  33. package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +3 -3
  34. package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +3 -3
  35. package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +3 -3
  36. package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +3 -3
  37. package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +3 -3
  38. package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +3 -3
  39. package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +3 -3
  40. package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +3 -3
  41. package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +3 -3
  42. package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +3 -3
  43. package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +3 -3
  44. package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +3 -3
  45. package/dist/shared/modules/dynamic/factories/types/index.d.ts +1 -1
  46. package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
  47. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +1 -1
  48. package/dist/tsconfig.tsbuildinfo +1 -1
  49. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +26 -7
  50. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts.map +1 -1
  51. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
  52. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +26 -7
  53. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts.map +1 -1
  54. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +9 -2
  55. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  56. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +84 -63
  57. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts.map +1 -1
  58. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +14 -10
  59. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
  60. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  61. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +3 -9
  62. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
  63. package/package.json +4 -4
  64. package/shared/modules/dynamic/components/fields/DynamicProperty.ts +7 -3
  65. package/shared/modules/dynamic/factories/types/index.ts +1 -1
  66. package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue +3 -2
  67. package/ui/components/molecules/vc-input/vc-input.vue +58 -18
  68. package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +135 -84
  69. package/ui/components/molecules/vc-select/vc-select.vue +42 -17
  70. package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +44 -15
@@ -28,7 +28,7 @@ declare const _default: {
28
28
  } | undefined;
29
29
  dynamicProperties?: {
30
30
  loading: boolean;
31
- loadDictionaries: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
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: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
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: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
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: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
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: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
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: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
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: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
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: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
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: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
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: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
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: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
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: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
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: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
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: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
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: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
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>;
@@ -26,7 +26,7 @@ declare const _default: DefineComponent<{
26
26
  } | undefined;
27
27
  dynamicProperties?: {
28
28
  loading: boolean;
29
- loadDictionaries: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
29
+ loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
30
30
  getPropertyValue: (property: Record<string, any>, locale: string) => any;
31
31
  setPropertyValue: (data: {
32
32
  property: Record<string, any>;
@@ -107,7 +107,7 @@ declare const _default: DefineComponent<{
107
107
  } | undefined;
108
108
  dynamicProperties?: {
109
109
  loading: boolean;
110
- loadDictionaries: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
110
+ loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
111
111
  getPropertyValue: (property: Record<string, any>, locale: string) => any;
112
112
  setPropertyValue: (data: {
113
113
  property: Record<string, any>;
@@ -187,7 +187,7 @@ declare const _default: DefineComponent<{
187
187
  } | undefined;
188
188
  dynamicProperties?: {
189
189
  loading: boolean;
190
- loadDictionaries: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
190
+ loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
191
191
  getPropertyValue: (property: Record<string, any>, locale: string) => any;
192
192
  setPropertyValue: (data: {
193
193
  property: Record<string, any>;
@@ -87,7 +87,7 @@ export interface DetailsBaseBladeScope extends BaseBladeScope {
87
87
  };
88
88
  dynamicProperties?: {
89
89
  loading: ComputedRef<boolean>;
90
- loadDictionaries: (property: Record<string, any>, keyword?: string, locale?: string) => Promise<Record<string, any>[] | undefined>;
90
+ loadDictionaries: (propertyId: string, keyword?: string, locale?: string) => Promise<Record<string, any>[] | undefined>;
91
91
  getPropertyValue: (property: Record<string, any>, locale: string) => any;
92
92
  setPropertyValue: (data: {
93
93
  property: Record<string, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/factories/types/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/factories/types/index.ts"],"names":[],"mappings":"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"}
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
31
31
  } | undefined> | undefined;
32
32
  dynamicProperties?: import("vue").Ref<{
33
33
  loading: boolean;
34
- loadDictionaries: (property: Record<string, any>, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
34
+ loadDictionaries: (propertyId: string, keyword?: string | undefined, locale?: string | undefined) => Promise<Record<string, any>[] | undefined>;
35
35
  getPropertyValue: (property: Record<string, any>, locale: string) => any;
36
36
  setPropertyValue: (data: {
37
37
  property: Record<string, any>;