@vc-shell/framework 1.0.57 → 1.0.60
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/core/composables/index.ts +0 -1
- package/core/composables/useNotifications/index.ts +2 -2
- package/core/composables/usePermissions/index.ts +1 -1
- package/core/composables/useSettings/index.ts +2 -2
- package/core/composables/useUser/index.ts +2 -2
- package/core/plugins/validation/rules.ts +67 -24
- package/core/types/index.ts +19 -2
- package/dist/framework.mjs +2816 -5023
- package/dist/index.css +1 -1
- package/dist/types/core/composables/index.d.ts +0 -1
- package/dist/types/core/composables/index.d.ts.map +1 -1
- package/dist/types/core/composables/useNotifications/index.d.ts +1 -1
- package/dist/types/core/composables/useNotifications/index.d.ts.map +1 -1
- package/dist/types/core/composables/useUser/index.d.ts +2 -2
- package/dist/types/core/composables/useUser/index.d.ts.map +1 -1
- package/dist/types/core/plugins/validation/rules.d.ts +8 -30
- package/dist/types/core/plugins/validation/rules.d.ts.map +1 -1
- package/dist/types/core/types/index.d.ts +17 -2
- package/dist/types/core/types/index.d.ts.map +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/shared/components/app-switcher/components/index.d.ts.map +1 -0
- package/dist/types/shared/{app-switcher → components/app-switcher}/components/vc-app-switcher/index.d.ts +5 -5
- package/dist/types/shared/components/app-switcher/components/vc-app-switcher/index.d.ts.map +1 -0
- package/dist/types/shared/{app-switcher → components/app-switcher}/components/vc-app-switcher/vc-app-switcher.vue.d.ts +1 -1
- package/dist/types/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -0
- package/dist/types/shared/components/app-switcher/composables/index.d.ts.map +1 -0
- package/dist/types/shared/{app-switcher → components/app-switcher}/composables/useAppSwitcher/index.d.ts +1 -1
- package/dist/types/shared/components/app-switcher/composables/useAppSwitcher/index.d.ts.map +1 -0
- package/dist/types/shared/components/app-switcher/index.d.ts.map +1 -0
- package/dist/types/shared/components/blade-navigation/components/index.d.ts.map +1 -0
- package/dist/types/shared/components/blade-navigation/components/vc-blade-navigation/index.d.ts.map +1 -0
- package/dist/types/shared/{blade-navigation → components/blade-navigation}/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +1 -1
- package/dist/types/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -0
- package/dist/types/shared/components/blade-navigation/composables/index.d.ts.map +1 -0
- package/dist/types/shared/{blade-navigation → components/blade-navigation}/composables/useBladeNavigation/index.d.ts +1 -1
- package/dist/types/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -0
- package/dist/types/shared/components/blade-navigation/index.d.ts.map +1 -0
- package/dist/types/shared/{blade-navigation → components/blade-navigation}/types/index.d.ts +1 -1
- package/dist/types/shared/components/blade-navigation/types/index.d.ts.map +1 -0
- package/dist/types/shared/index.d.ts +4 -3
- package/dist/types/shared/index.d.ts.map +1 -1
- package/dist/types/shared/{assets → modules/assets}/components/assets-details/assets-details.vue.d.ts +5 -13
- package/dist/types/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -0
- package/dist/types/shared/{assets → modules/assets}/components/assets-details/index.d.ts +8 -7
- package/dist/types/shared/modules/assets/components/assets-details/index.d.ts.map +1 -0
- package/dist/types/shared/modules/assets/components/index.d.ts.map +1 -0
- package/dist/types/shared/modules/assets/index.d.ts.map +1 -0
- package/dist/types/shared/modules/assets/locales/index.d.ts +3 -0
- package/dist/types/shared/modules/assets/locales/index.d.ts.map +1 -0
- package/dist/types/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +58 -0
- package/dist/types/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -0
- package/dist/types/shared/modules/assets-manager/components/assets-manager/index.d.ts +59 -0
- package/dist/types/shared/modules/assets-manager/components/assets-manager/index.d.ts.map +1 -0
- package/dist/types/shared/modules/assets-manager/components/index.d.ts +2 -0
- package/dist/types/shared/modules/assets-manager/components/index.d.ts.map +1 -0
- package/dist/types/shared/modules/assets-manager/index.d.ts +12 -0
- package/dist/types/shared/modules/assets-manager/index.d.ts.map +1 -0
- package/dist/types/shared/modules/assets-manager/locales/index.d.ts.map +1 -0
- package/dist/types/shared/utilities/assets.d.ts +5 -0
- package/dist/types/shared/utilities/assets.d.ts.map +1 -0
- package/dist/types/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-file-upload/index.d.ts +12 -12
- package/dist/types/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-input/index.d.ts +0 -4
- package/dist/types/ui/components/molecules/vc-input/index.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-input/vc-input.vue.d.ts +1 -1
- package/dist/types/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-select/index.d.ts +24 -0
- package/dist/types/ui/components/molecules/vc-select/index.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-select/vc-select.vue.d.ts +20 -0
- package/dist/types/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-textarea/index.d.ts +0 -4
- package/dist/types/ui/components/molecules/vc-textarea/index.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +0 -4
- package/dist/types/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts.map +1 -1
- package/dist/types/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +1 -1
- package/dist/types/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +2 -19
- package/dist/types/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-dynamic-property/index.d.ts +12 -0
- package/dist/types/ui/components/organisms/vc-dynamic-property/index.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +7 -0
- package/dist/types/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +2 -20
- package/dist/types/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-gallery/index.d.ts +28 -31
- package/dist/types/ui/components/organisms/vc-gallery/index.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +2 -6
- package/dist/types/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-table/index.d.ts +49 -37
- package/dist/types/ui/components/organisms/vc-table/index.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-table/vc-table.stories.d.ts +49 -37
- package/dist/types/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -1
- package/dist/types/ui/components/organisms/vc-table/vc-table.vue.d.ts +12 -7
- package/dist/types/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +5 -6
- package/shared/{app-switcher → components/app-switcher}/components/vc-app-switcher/vc-app-switcher.vue +1 -1
- package/shared/{app-switcher → components/app-switcher}/composables/useAppSwitcher/index.ts +2 -2
- package/shared/{app-switcher → components/app-switcher}/index.ts +1 -1
- package/shared/{blade-navigation → components/blade-navigation}/components/vc-blade-navigation/vc-blade-navigation.vue +2 -2
- package/shared/{blade-navigation → components/blade-navigation}/composables/useBladeNavigation/index.ts +6 -5
- package/shared/{blade-navigation → components/blade-navigation}/index.ts +1 -1
- package/shared/{blade-navigation → components/blade-navigation}/types/index.ts +1 -1
- package/shared/index.ts +10 -7
- package/shared/modules/assets/components/assets-details/assets-details.vue +204 -0
- package/shared/{assets → modules/assets}/index.ts +1 -1
- package/shared/{assets → modules/assets}/locales/en.json +7 -5
- package/shared/modules/assets/locales/index.ts +2 -0
- package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +389 -0
- package/shared/modules/assets-manager/components/assets-manager/index.ts +3 -0
- package/shared/modules/assets-manager/components/index.ts +1 -0
- package/shared/modules/assets-manager/index.ts +14 -0
- package/shared/modules/assets-manager/locales/en.json +28 -0
- package/shared/utilities/assets.ts +40 -0
- package/tailwind.config.js +0 -2
- package/ui/components/atoms/vc-button/vc-button.vue +0 -1
- package/ui/components/atoms/vc-checkbox/vc-checkbox.vue +1 -11
- package/ui/components/molecules/vc-editor/vc-editor.vue +21 -0
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +1 -0
- package/ui/components/molecules/vc-input/vc-input.vue +1 -1
- package/ui/components/molecules/vc-select/vc-select.vue +40 -9
- package/ui/components/molecules/vc-textarea/vc-textarea.vue +1 -1
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +3 -2
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue +3 -6
- package/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue +2 -6
- package/ui/components/organisms/vc-dynamic-property/index.ts +0 -1
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +18 -1
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue +5 -11
- package/ui/components/organisms/vc-gallery/vc-gallery.vue +164 -49
- package/ui/components/organisms/vc-table/vc-table.vue +189 -144
- package/core/composables/useAutosave/index.ts +0 -55
- package/dist/types/core/composables/useAutosave/index.d.ts +0 -9
- package/dist/types/core/composables/useAutosave/index.d.ts.map +0 -1
- package/dist/types/shared/app-switcher/components/index.d.ts.map +0 -1
- package/dist/types/shared/app-switcher/components/vc-app-switcher/index.d.ts.map +0 -1
- package/dist/types/shared/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +0 -1
- package/dist/types/shared/app-switcher/composables/index.d.ts.map +0 -1
- package/dist/types/shared/app-switcher/composables/useAppSwitcher/index.d.ts.map +0 -1
- package/dist/types/shared/app-switcher/index.d.ts.map +0 -1
- package/dist/types/shared/assets/components/assets-details/assets-details.vue.d.ts.map +0 -1
- package/dist/types/shared/assets/components/assets-details/index.d.ts.map +0 -1
- package/dist/types/shared/assets/components/index.d.ts.map +0 -1
- package/dist/types/shared/assets/index.d.ts.map +0 -1
- package/dist/types/shared/assets/locales/index.d.ts.map +0 -1
- package/dist/types/shared/blade-navigation/components/index.d.ts.map +0 -1
- package/dist/types/shared/blade-navigation/components/vc-blade-navigation/index.d.ts.map +0 -1
- package/dist/types/shared/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +0 -1
- package/dist/types/shared/blade-navigation/composables/index.d.ts.map +0 -1
- package/dist/types/shared/blade-navigation/composables/useBladeNavigation/index.d.ts.map +0 -1
- package/dist/types/shared/blade-navigation/index.d.ts.map +0 -1
- package/dist/types/shared/blade-navigation/types/index.d.ts.map +0 -1
- package/shared/assets/components/assets-details/assets-details.vue +0 -116
- /package/dist/types/shared/{app-switcher → components/app-switcher}/components/index.d.ts +0 -0
- /package/dist/types/shared/{app-switcher → components/app-switcher}/composables/index.d.ts +0 -0
- /package/dist/types/shared/{app-switcher → components/app-switcher}/index.d.ts +0 -0
- /package/dist/types/shared/{blade-navigation → components/blade-navigation}/components/index.d.ts +0 -0
- /package/dist/types/shared/{blade-navigation → components/blade-navigation}/components/vc-blade-navigation/index.d.ts +0 -0
- /package/dist/types/shared/{blade-navigation → components/blade-navigation}/composables/index.d.ts +0 -0
- /package/dist/types/shared/{blade-navigation → components/blade-navigation}/index.d.ts +0 -0
- /package/dist/types/shared/{assets → modules/assets}/components/index.d.ts +0 -0
- /package/dist/types/shared/{assets → modules/assets}/index.d.ts +0 -0
- /package/dist/types/shared/{assets → modules/assets-manager}/locales/index.d.ts +0 -0
- /package/shared/{app-switcher → components/app-switcher}/components/index.ts +0 -0
- /package/shared/{app-switcher → components/app-switcher}/components/vc-app-switcher/index.ts +0 -0
- /package/shared/{app-switcher → components/app-switcher}/composables/index.ts +0 -0
- /package/shared/{blade-navigation → components/blade-navigation}/components/index.ts +0 -0
- /package/shared/{blade-navigation → components/blade-navigation}/components/vc-blade-navigation/index.ts +0 -0
- /package/shared/{blade-navigation → components/blade-navigation}/composables/index.ts +0 -0
- /package/shared/{assets → modules/assets}/components/assets-details/index.ts +0 -0
- /package/shared/{assets → modules/assets}/components/index.ts +0 -0
- /package/shared/{assets → modules/assets-manager}/locales/index.ts +0 -0
|
@@ -24,14 +24,14 @@ export declare const VcFileUpload: {
|
|
|
24
24
|
loading: {
|
|
25
25
|
type: import("vue").PropType<boolean>;
|
|
26
26
|
};
|
|
27
|
+
rules: {
|
|
28
|
+
type: import("vue").PropType<string | Record<string, unknown>>;
|
|
29
|
+
};
|
|
27
30
|
accept: {
|
|
28
31
|
type: import("vue").PropType<string>;
|
|
29
32
|
} & {
|
|
30
33
|
default: string;
|
|
31
34
|
};
|
|
32
|
-
rules: {
|
|
33
|
-
type: import("vue").PropType<string | Record<string, unknown>>;
|
|
34
|
-
};
|
|
35
35
|
}>> & {
|
|
36
36
|
onUpload?: (files: FileList) => any;
|
|
37
37
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "variant" | "accept">;
|
|
@@ -65,14 +65,14 @@ export declare const VcFileUpload: {
|
|
|
65
65
|
loading: {
|
|
66
66
|
type: import("vue").PropType<boolean>;
|
|
67
67
|
};
|
|
68
|
+
rules: {
|
|
69
|
+
type: import("vue").PropType<string | Record<string, unknown>>;
|
|
70
|
+
};
|
|
68
71
|
accept: {
|
|
69
72
|
type: import("vue").PropType<string>;
|
|
70
73
|
} & {
|
|
71
74
|
default: string;
|
|
72
75
|
};
|
|
73
|
-
rules: {
|
|
74
|
-
type: import("vue").PropType<string | Record<string, unknown>>;
|
|
75
|
-
};
|
|
76
76
|
}>> & {
|
|
77
77
|
onUpload?: (files: FileList) => any;
|
|
78
78
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -118,14 +118,14 @@ export declare const VcFileUpload: {
|
|
|
118
118
|
loading: {
|
|
119
119
|
type: import("vue").PropType<boolean>;
|
|
120
120
|
};
|
|
121
|
+
rules: {
|
|
122
|
+
type: import("vue").PropType<string | Record<string, unknown>>;
|
|
123
|
+
};
|
|
121
124
|
accept: {
|
|
122
125
|
type: import("vue").PropType<string>;
|
|
123
126
|
} & {
|
|
124
127
|
default: string;
|
|
125
128
|
};
|
|
126
|
-
rules: {
|
|
127
|
-
type: import("vue").PropType<string | Record<string, unknown>>;
|
|
128
|
-
};
|
|
129
129
|
}>> & {
|
|
130
130
|
onUpload?: (files: FileList) => any;
|
|
131
131
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
@@ -149,14 +149,14 @@ export declare const VcFileUpload: {
|
|
|
149
149
|
loading: {
|
|
150
150
|
type: import("vue").PropType<boolean>;
|
|
151
151
|
};
|
|
152
|
+
rules: {
|
|
153
|
+
type: import("vue").PropType<string | Record<string, unknown>>;
|
|
154
|
+
};
|
|
152
155
|
accept: {
|
|
153
156
|
type: import("vue").PropType<string>;
|
|
154
157
|
} & {
|
|
155
158
|
default: string;
|
|
156
159
|
};
|
|
157
|
-
rules: {
|
|
158
|
-
type: import("vue").PropType<string | Record<string, unknown>>;
|
|
159
|
-
};
|
|
160
160
|
}>> & {
|
|
161
161
|
onUpload?: (files: FileList) => any;
|
|
162
162
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-file-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-file-upload/vc-file-upload.vue.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,KAAK;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC1C;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"vc-file-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-file-upload/vc-file-upload.vue.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,KAAK;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC1C;;;;;;;;;;;;;;;;;;sBAmN8B,GAAG;;AAjNlC,wBAsOc;AACd,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG;QACzD,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,GAAG,CAAC,CAAC,CAAC,CAAC;CACR,CAAC;AA6GN,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
|
|
@@ -26,7 +26,6 @@ export declare const VcInput: {
|
|
|
26
26
|
};
|
|
27
27
|
modelValue: {
|
|
28
28
|
type: import("vue").PropType<string | number | Date>;
|
|
29
|
-
required: true;
|
|
30
29
|
};
|
|
31
30
|
required: {
|
|
32
31
|
type: import("vue").PropType<boolean>;
|
|
@@ -104,7 +103,6 @@ export declare const VcInput: {
|
|
|
104
103
|
};
|
|
105
104
|
modelValue: {
|
|
106
105
|
type: import("vue").PropType<string | number | Date>;
|
|
107
|
-
required: true;
|
|
108
106
|
};
|
|
109
107
|
required: {
|
|
110
108
|
type: import("vue").PropType<boolean>;
|
|
@@ -194,7 +192,6 @@ export declare const VcInput: {
|
|
|
194
192
|
};
|
|
195
193
|
modelValue: {
|
|
196
194
|
type: import("vue").PropType<string | number | Date>;
|
|
197
|
-
required: true;
|
|
198
195
|
};
|
|
199
196
|
required: {
|
|
200
197
|
type: import("vue").PropType<boolean>;
|
|
@@ -262,7 +259,6 @@ export declare const VcInput: {
|
|
|
262
259
|
};
|
|
263
260
|
modelValue: {
|
|
264
261
|
type: import("vue").PropType<string | number | Date>;
|
|
265
|
-
required: true;
|
|
266
262
|
};
|
|
267
263
|
required: {
|
|
268
264
|
type: import("vue").PropType<boolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAGd;;;WAGG;;YAED;;eAEG;sBACO,OAAO;YACjB;;eAEG;qBACM,OAAO;YAChB;;eAEG;wBACS,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI;YACzC;;;eAGG;+BACgB,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,KAAK,IAAI;YACzD;;eAEG;yBACU,MAAM,GAAG,SAAS;cAC3B,KAAK,EAAE;QACb;;WAEG;iBACM,MAAM,KAAK,EAAE;QACtB;;WAEG;yBACc,MAAM,KAAK,EAAE;QAC9B;;WAEG;wBACa,MAAM,KAAK,EAAE;QAC7B;;WAEG;gBACK,MAAM,KAAK,EAAE;QACrB;;WAEG;eACI,MAAM,KAAK,EAAE;QACpB;;WAEG;cACG,MAAM,KAAK,EAAE;;EAGxB,CAAC"}
|
|
@@ -2,7 +2,7 @@ export interface Props {
|
|
|
2
2
|
/**
|
|
3
3
|
* Model of the component; Use with a listener for 'update:model-value' event OR use v-model directive
|
|
4
4
|
*/
|
|
5
|
-
modelValue
|
|
5
|
+
modelValue?: string | number | Date | null | undefined;
|
|
6
6
|
/**
|
|
7
7
|
* Input label text
|
|
8
8
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-input.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-input/vc-input.vue.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"vc-input.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-input/vc-input.vue.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;IACvD;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,GAAG,gBAAgB,CAAC;IACrG;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC1E;;;;;;;;;;;;;;;;;;wBAgagC,GAAG;gCACK,GAAG;;;;;yBAxXpB,MAAM;;UAyXG,GAAG;+BACI,GAAG;sBACZ,GAAG;qBACJ,GAAG;uBACD,GAAG;;AApanC,wBAwbc;AACd,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG;QACzD,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,GAAG,CAAC,CAAC,CAAC,CAAC;CACR,CAAC;AA6GN,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
|
|
@@ -102,6 +102,12 @@ export declare const VcSelect: {
|
|
|
102
102
|
} & {
|
|
103
103
|
default: boolean;
|
|
104
104
|
};
|
|
105
|
+
displayValue: {
|
|
106
|
+
type: import("vue").PropType<import("./vc-select.vue").OptionProp>;
|
|
107
|
+
};
|
|
108
|
+
displayLabel: {
|
|
109
|
+
type: import("vue").PropType<import("./vc-select.vue").OptionProp>;
|
|
110
|
+
};
|
|
105
111
|
searchable: {
|
|
106
112
|
type: import("vue").PropType<boolean>;
|
|
107
113
|
};
|
|
@@ -209,6 +215,12 @@ export declare const VcSelect: {
|
|
|
209
215
|
} & {
|
|
210
216
|
default: boolean;
|
|
211
217
|
};
|
|
218
|
+
displayValue: {
|
|
219
|
+
type: import("vue").PropType<import("./vc-select.vue").OptionProp>;
|
|
220
|
+
};
|
|
221
|
+
displayLabel: {
|
|
222
|
+
type: import("vue").PropType<import("./vc-select.vue").OptionProp>;
|
|
223
|
+
};
|
|
212
224
|
searchable: {
|
|
213
225
|
type: import("vue").PropType<boolean>;
|
|
214
226
|
};
|
|
@@ -341,6 +353,12 @@ export declare const VcSelect: {
|
|
|
341
353
|
} & {
|
|
342
354
|
default: boolean;
|
|
343
355
|
};
|
|
356
|
+
displayValue: {
|
|
357
|
+
type: import("vue").PropType<import("./vc-select.vue").OptionProp>;
|
|
358
|
+
};
|
|
359
|
+
displayLabel: {
|
|
360
|
+
type: import("vue").PropType<import("./vc-select.vue").OptionProp>;
|
|
361
|
+
};
|
|
344
362
|
searchable: {
|
|
345
363
|
type: import("vue").PropType<boolean>;
|
|
346
364
|
};
|
|
@@ -438,6 +456,12 @@ export declare const VcSelect: {
|
|
|
438
456
|
} & {
|
|
439
457
|
default: boolean;
|
|
440
458
|
};
|
|
459
|
+
displayValue: {
|
|
460
|
+
type: import("vue").PropType<import("./vc-select.vue").OptionProp>;
|
|
461
|
+
};
|
|
462
|
+
displayLabel: {
|
|
463
|
+
type: import("vue").PropType<import("./vc-select.vue").OptionProp>;
|
|
464
|
+
};
|
|
441
465
|
searchable: {
|
|
442
466
|
type: import("vue").PropType<boolean>;
|
|
443
467
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-select/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-select/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAGf;;WAEG;yBACc;YAAE,aAAa,EAAE,MAAM,IAAI,CAAA;SAAE,KAAK,KAAK,EAAE;QAC1D;;WAEG;yBACc,MAAM,KAAK,EAAE;QAC9B;;WAEG;wBACa,MAAM,KAAK,EAAE;QAC7B;;WAEG;iBACM,MAAM,KAAK,EAAE;QACtB;;WAEG;gBACK,MAAM,KAAK,EAAE;QACrB;;;WAGG;qBACU,MAAM,KAAK,EAAE;QAC1B;;WAEG;eACI,MAAM,KAAK,EAAE;QACpB;;WAEG;cACG,MAAM,KAAK,EAAE;QACnB;;;WAGG;;YAED;;eAEG;mBACI,MAAM;YACb;;eAEG;iBACE,GAAG;YACR;;eAEG;sBACO,OAAO;YACjB;;;eAGG;mCACoB,MAAM,KAAK,IAAI;cAClC,KAAK,EAAE;QACb;;WAEG;;YAED;;eAEG;mBACI,MAAM;YACb;;eAEG;iBACE,GAAG;YACR;;eAEG;sBACO,OAAO;YACjB;;;eAGG;gCACiB,GAAG,KAAK,IAAI;cAC5B,KAAK,EAAE;;EAGlB,CAAC"}
|
|
@@ -76,6 +76,26 @@ export interface Props {
|
|
|
76
76
|
* @returns Label of the current option
|
|
77
77
|
*/
|
|
78
78
|
optionLabel?: OptionProp;
|
|
79
|
+
/**
|
|
80
|
+
* @requires optionValue
|
|
81
|
+
* @description Similar to optionValue, but used only for displaying selection result in rare cases. **Can't be used without optionValue**
|
|
82
|
+
*
|
|
83
|
+
* Property of option which holds the 'value'
|
|
84
|
+
* Default value: id
|
|
85
|
+
* @param option The current option being processed
|
|
86
|
+
* @returns Value of the current option
|
|
87
|
+
*/
|
|
88
|
+
displayValue?: OptionProp;
|
|
89
|
+
/**
|
|
90
|
+
* @requires optionLabel
|
|
91
|
+
* @description Similar to optionValue, but used only for displaying selection result in rare cases. **Can't be used without optionLabel**
|
|
92
|
+
*
|
|
93
|
+
* Property of option which holds the 'label'
|
|
94
|
+
* Default value: title
|
|
95
|
+
* @param option The current option being processed
|
|
96
|
+
* @returns Label of the current option
|
|
97
|
+
*/
|
|
98
|
+
displayLabel?: OptionProp;
|
|
79
99
|
/**
|
|
80
100
|
* Update model with the value of the selected option instead of the whole option
|
|
81
101
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-select.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-select/vc-select.vue.ts"],"names":[],"mappings":"AAQA,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,MAAM,CAAC,GAAG,MAAM,GAAG,SAAS,CAAC;AAErG,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IAEH,UAAU,EAAE,GAAG,CAAC;IAChB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EACJ,CAAC,CACC,OAAO,CAAC,EAAE,MAAM,EAChB,IAAI,CAAC,EAAE,MAAM,EACb,GAAG,CAAC,EAAE,MAAM,EAAE,KACX,OAAO,CAAC;QACX,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;QACnB,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB,CAAC,CAAC,GACH,OAAO,EAAE,CAAC;IACd;;;;;OAKG;IACH,WAAW,CAAC,EAAE,UAAU,CAAC;IACzB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,UAAU,CAAC;IACzB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,KAAK;IACpB;;OAEG;IAEH,CAAC,KAAK,EAAE,mBAAmB,EAAE,UAAU,EAAE,GAAG,GAAG,IAAI,CAAC;IACpD;;OAEG;IACH,CAAC,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5C;;OAEG;IACH,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"vc-select.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-select/vc-select.vue.ts"],"names":[],"mappings":"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"}
|
|
@@ -20,7 +20,6 @@ export declare const VcTextarea: {
|
|
|
20
20
|
};
|
|
21
21
|
modelValue: {
|
|
22
22
|
type: import("vue").PropType<string>;
|
|
23
|
-
required: true;
|
|
24
23
|
};
|
|
25
24
|
required: {
|
|
26
25
|
type: import("vue").PropType<boolean>;
|
|
@@ -69,7 +68,6 @@ export declare const VcTextarea: {
|
|
|
69
68
|
};
|
|
70
69
|
modelValue: {
|
|
71
70
|
type: import("vue").PropType<string>;
|
|
72
|
-
required: true;
|
|
73
71
|
};
|
|
74
72
|
required: {
|
|
75
73
|
type: import("vue").PropType<boolean>;
|
|
@@ -129,7 +127,6 @@ export declare const VcTextarea: {
|
|
|
129
127
|
};
|
|
130
128
|
modelValue: {
|
|
131
129
|
type: import("vue").PropType<string>;
|
|
132
|
-
required: true;
|
|
133
130
|
};
|
|
134
131
|
required: {
|
|
135
132
|
type: import("vue").PropType<boolean>;
|
|
@@ -168,7 +165,6 @@ export declare const VcTextarea: {
|
|
|
168
165
|
};
|
|
169
166
|
modelValue: {
|
|
170
167
|
type: import("vue").PropType<string>;
|
|
171
|
-
required: true;
|
|
172
168
|
};
|
|
173
169
|
required: {
|
|
174
170
|
type: import("vue").PropType<boolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-textarea/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-textarea/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACb;IACN,MAAM,EAAE;QACN,KAAK,EAAE,MAAM,KAAK,EAAE,CAAC;KACtB,CAAC;CACH,CACF,CAAC"}
|
|
@@ -21,7 +21,6 @@ declare const _default: {
|
|
|
21
21
|
};
|
|
22
22
|
modelValue: {
|
|
23
23
|
type: import("vue").PropType<string>;
|
|
24
|
-
required: true;
|
|
25
24
|
};
|
|
26
25
|
required: {
|
|
27
26
|
type: import("vue").PropType<boolean>;
|
|
@@ -70,7 +69,6 @@ declare const _default: {
|
|
|
70
69
|
};
|
|
71
70
|
modelValue: {
|
|
72
71
|
type: import("vue").PropType<string>;
|
|
73
|
-
required: true;
|
|
74
72
|
};
|
|
75
73
|
required: {
|
|
76
74
|
type: import("vue").PropType<boolean>;
|
|
@@ -130,7 +128,6 @@ declare const _default: {
|
|
|
130
128
|
};
|
|
131
129
|
modelValue: {
|
|
132
130
|
type: import("vue").PropType<string>;
|
|
133
|
-
required: true;
|
|
134
131
|
};
|
|
135
132
|
required: {
|
|
136
133
|
type: import("vue").PropType<boolean>;
|
|
@@ -169,7 +166,6 @@ declare const _default: {
|
|
|
169
166
|
};
|
|
170
167
|
modelValue: {
|
|
171
168
|
type: import("vue").PropType<string>;
|
|
172
|
-
required: true;
|
|
173
169
|
};
|
|
174
170
|
required: {
|
|
175
171
|
type: import("vue").PropType<boolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-textarea.stories.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-textarea/vc-textarea.stories.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-textarea.stories.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-textarea/vc-textarea.stories.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,wBAGE;AAUF,eAAO,MAAM,QAAQ,KAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-textarea.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-textarea/vc-textarea.vue.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,KAAK;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"vc-textarea.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/molecules/vc-textarea/vc-textarea.vue.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,KAAK;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACnD;;;;;;;;;;;;;;;sBA2I8B,GAAG;;AAzIlC,wBAwJc;AACd,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG;QACzD,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,GAAG,CAAC,CAAC,CAAC,CAAC;CACR,CAAC;AA6GN,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-app-menu-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../../../../../ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,sCAAsC,CAAC;AAEjF,OAAO,EAAE,iBAAiB,EAAY,MAAM,YAAY,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvC,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,GAAG,CAAC,MAAM,MAAM,CAAC,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,aAAa,EAAE,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC,IAAI,GAAG,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAC9E,CACE,KAAK,EAAE,aAAa,EACpB,EACE,IAAI,EACJ,YAAY,GACb,EAAE;QACD,IAAI,EAAE,UAAU,CAAC;QACjB,YAAY,EAAE,MAAM,OAAO,CAAC,IAAI,GAAG,iBAAiB,CAAC,CAAC;KACvD,GACA,IAAI,CAAC;CACT;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAED,
|
|
1
|
+
{"version":3,"file":"vc-app-menu-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../../../../../ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,sCAAsC,CAAC;AAEjF,OAAO,EAAE,iBAAiB,EAAY,MAAM,YAAY,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvC,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,GAAG,CAAC,MAAM,MAAM,CAAC,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,aAAa,EAAE,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC,IAAI,GAAG,iBAAiB,CAAC,GAAG,IAAI,CAAC;IAC9E,CACE,KAAK,EAAE,aAAa,EACpB,EACE,IAAI,EACJ,YAAY,GACb,EAAE;QACD,IAAI,EAAE,UAAU,CAAC;QACjB,YAAY,EAAE,MAAM,OAAO,CAAC,IAAI,GAAG,iBAAiB,CAAC,CAAC;KACvD,GACA,IAAI,CAAC;CACT;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAED,wBA6Kc;AACd,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG;QACzD,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,GAAG,CAAC,CAAC,CAAC,CAAC;CACR,CAAC"}
|
|
@@ -6,23 +6,11 @@ export interface Props {
|
|
|
6
6
|
subtitle?: string | undefined;
|
|
7
7
|
icon?: string | undefined;
|
|
8
8
|
}
|
|
9
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<
|
|
10
|
-
expandable: boolean;
|
|
11
|
-
expanded: boolean;
|
|
12
|
-
closable: boolean;
|
|
13
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("collapse" | "close" | "expand")[], "collapse" | "close" | "expand", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
14
|
-
expandable: boolean;
|
|
15
|
-
expanded: boolean;
|
|
16
|
-
closable: boolean;
|
|
17
|
-
}>>> & {
|
|
9
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("collapse" | "close" | "expand")[], "collapse" | "close" | "expand", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
18
10
|
onClose?: (...args: any[]) => any;
|
|
19
11
|
onCollapse?: (...args: any[]) => any;
|
|
20
12
|
onExpand?: (...args: any[]) => any;
|
|
21
|
-
}, {
|
|
22
|
-
expanded: boolean;
|
|
23
|
-
closable: boolean;
|
|
24
|
-
expandable: boolean;
|
|
25
|
-
}>, {
|
|
13
|
+
}, {}>, {
|
|
26
14
|
actions: (_: {}) => any;
|
|
27
15
|
}>;
|
|
28
16
|
export default _default;
|
|
@@ -35,11 +23,6 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
35
23
|
required: true;
|
|
36
24
|
};
|
|
37
25
|
};
|
|
38
|
-
type __VLS_WithDefaults<P, D> = {
|
|
39
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
40
|
-
default: D[K];
|
|
41
|
-
} : P[K];
|
|
42
|
-
};
|
|
43
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
44
27
|
new (): {
|
|
45
28
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-blade-header.vue.d.ts","sourceRoot":"","sources":["../../../../../../../../ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,KAAK;IACpB,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B
|
|
1
|
+
{"version":3,"file":"vc-blade-header.vue.d.ts","sourceRoot":"","sources":["../../../../../../../../ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,KAAK;IACpB,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B;;;;;;wBAgLgC,GAAG;;AA/KpC,wBAgMc;AACd,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;CAAE,CAAC"}
|
|
@@ -26,6 +26,12 @@ export declare const VcDynamicProperty: import("vue").DefineComponent<{
|
|
|
26
26
|
type: import("vue").PropType<(property: Record<string, any>, value: string | number | boolean | Record<string, any>, dictionary?: any[]) => void>;
|
|
27
27
|
required: true;
|
|
28
28
|
};
|
|
29
|
+
displayedValueLabel: {
|
|
30
|
+
type: import("vue").PropType<{
|
|
31
|
+
value: string;
|
|
32
|
+
label: string;
|
|
33
|
+
}>;
|
|
34
|
+
};
|
|
29
35
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
36
|
disabled: {
|
|
31
37
|
type: import("vue").PropType<boolean>;
|
|
@@ -54,6 +60,12 @@ export declare const VcDynamicProperty: import("vue").DefineComponent<{
|
|
|
54
60
|
type: import("vue").PropType<(property: Record<string, any>, value: string | number | boolean | Record<string, any>, dictionary?: any[]) => void>;
|
|
55
61
|
required: true;
|
|
56
62
|
};
|
|
63
|
+
displayedValueLabel: {
|
|
64
|
+
type: import("vue").PropType<{
|
|
65
|
+
value: string;
|
|
66
|
+
label: string;
|
|
67
|
+
}>;
|
|
68
|
+
};
|
|
57
69
|
}>>, {
|
|
58
70
|
culture: string;
|
|
59
71
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-dynamic-property/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-dynamic-property/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8C,CAAC"}
|
|
@@ -6,6 +6,13 @@ export interface Props {
|
|
|
6
6
|
setter: (property: Record<string, any>, value: Record<string, any> | string | number | boolean, dictionary?: any[]) => void | undefined;
|
|
7
7
|
culture?: string;
|
|
8
8
|
disabled?: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* @description Used only with multiple selection **only** in rare cases, where we need to display selection with other value-label pair
|
|
11
|
+
*/
|
|
12
|
+
displayedValueLabel?: {
|
|
13
|
+
value: string;
|
|
14
|
+
label: string;
|
|
15
|
+
};
|
|
9
16
|
}
|
|
10
17
|
export interface PropertyItem {
|
|
11
18
|
alias: string;
|
package/dist/types/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-dynamic-property.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,KAAK;IAEpB,QAAQ,EAAE,GAAG,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvC,MAAM,EAAE,CAEN,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,YAAY,CAAC,EAAE,OAAO,KAEnB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC;IAE5D,aAAa,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,OAAO,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,GAAG,EAAE,GAAG,SAAS,CAAC,GAAG,GAAG,EAAE,CAAC;IACvG,MAAM,EAAE,CAEN,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAE7B,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,EAEtD,UAAU,CAAC,EAAE,GAAG,EAAE,KACf,IAAI,GAAG,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"vc-dynamic-property.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,KAAK;IAEpB,QAAQ,EAAE,GAAG,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvC,MAAM,EAAE,CAEN,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7B,YAAY,CAAC,EAAE,OAAO,KAEnB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC;IAE5D,aAAa,EAAE,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,OAAO,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,GAAG,EAAE,GAAG,SAAS,CAAC,GAAG,GAAG,EAAE,CAAC;IACvG,MAAM,EAAE,CAEN,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAE7B,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,EAEtD,UAAU,CAAC,EAAE,GAAG,EAAE,KACf,IAAI,GAAG,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,mBAAmB,CAAC,EAAE;QACpB,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;CACf;;;;;;;;AAED,wBA4ec;AACd,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG;QACzD,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,GAAG,CAAC,CAAC,CAAC,CAAC;CACR,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IImage } from "./../../../../../../core/types";
|
|
2
2
|
export interface Props {
|
|
3
|
-
image
|
|
3
|
+
image: IImage;
|
|
4
4
|
readonly?: boolean | undefined;
|
|
5
5
|
actions?: {
|
|
6
6
|
name?: string | undefined;
|
|
@@ -11,12 +11,6 @@ export interface Props {
|
|
|
11
11
|
disableDrag?: boolean | undefined;
|
|
12
12
|
}
|
|
13
13
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
14
|
-
image: () => {
|
|
15
|
-
sortOrder: any;
|
|
16
|
-
title: any;
|
|
17
|
-
name: any;
|
|
18
|
-
url: any;
|
|
19
|
-
};
|
|
20
14
|
readonly: boolean;
|
|
21
15
|
actions: () => {
|
|
22
16
|
name: any;
|
|
@@ -26,12 +20,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
26
20
|
};
|
|
27
21
|
disableDrag: boolean;
|
|
28
22
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("preview" | "edit" | "remove")[], "preview" | "edit" | "remove", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
29
|
-
image: () => {
|
|
30
|
-
sortOrder: any;
|
|
31
|
-
title: any;
|
|
32
|
-
name: any;
|
|
33
|
-
url: any;
|
|
34
|
-
};
|
|
35
23
|
readonly: boolean;
|
|
36
24
|
actions: () => {
|
|
37
25
|
name: any;
|
|
@@ -41,16 +29,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
41
29
|
};
|
|
42
30
|
disableDrag: boolean;
|
|
43
31
|
}>>> & {
|
|
44
|
-
onPreview?: (...args: any[]) => any;
|
|
45
32
|
onEdit?: (...args: any[]) => any;
|
|
33
|
+
onPreview?: (...args: any[]) => any;
|
|
46
34
|
onRemove?: (...args: any[]) => any;
|
|
47
35
|
}, {
|
|
48
|
-
image: {
|
|
49
|
-
sortOrder: any;
|
|
50
|
-
title: any;
|
|
51
|
-
name: any;
|
|
52
|
-
url: any;
|
|
53
|
-
};
|
|
54
36
|
actions: {
|
|
55
37
|
name?: string;
|
|
56
38
|
preview: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-gallery-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../../../ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,gCAAgC,CAAC;AAExD,MAAM,WAAW,KAAK;IACpB,KAAK,
|
|
1
|
+
{"version":3,"file":"vc-gallery-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../../../ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,gCAAgC,CAAC;AAExD,MAAM,WAAW,KAAK;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,OAAO,CAAC,EACJ;QACE,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAC1B,OAAO,EAAE,OAAO,GAAG,SAAS,CAAC;QAC7B,IAAI,EAAE,OAAO,GAAG,SAAS,CAAC;QAC1B,MAAM,EAAE,OAAO,GAAG,SAAS,CAAC;KAC7B,GACD,SAAS,CAAC;IACd,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACnC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAED,wBA2Mc;AACd,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG;QACzD,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,GAAG,CAAC,CAAC,CAAC,CAAC;CACR,CAAC"}
|
|
@@ -32,19 +32,6 @@ export declare const VcGallery: import("vue").DefineComponent<{
|
|
|
32
32
|
rules: {
|
|
33
33
|
type: import("vue").PropType<string | Record<string, unknown>>;
|
|
34
34
|
};
|
|
35
|
-
disableDrag: {
|
|
36
|
-
type: import("vue").PropType<boolean>;
|
|
37
|
-
};
|
|
38
|
-
images: {
|
|
39
|
-
type: import("vue").PropType<import("../../../..").IImage[]>;
|
|
40
|
-
} & {
|
|
41
|
-
default: () => any[];
|
|
42
|
-
};
|
|
43
|
-
uploadIcon: {
|
|
44
|
-
type: import("vue").PropType<string>;
|
|
45
|
-
} & {
|
|
46
|
-
default: string;
|
|
47
|
-
};
|
|
48
35
|
itemActions: {
|
|
49
36
|
type: import("vue").PropType<{
|
|
50
37
|
name?: string;
|
|
@@ -59,6 +46,19 @@ export declare const VcGallery: import("vue").DefineComponent<{
|
|
|
59
46
|
remove: boolean;
|
|
60
47
|
};
|
|
61
48
|
};
|
|
49
|
+
disableDrag: {
|
|
50
|
+
type: import("vue").PropType<boolean>;
|
|
51
|
+
};
|
|
52
|
+
images: {
|
|
53
|
+
type: import("vue").PropType<import("../../../..").IImage[]>;
|
|
54
|
+
} & {
|
|
55
|
+
default: () => any[];
|
|
56
|
+
};
|
|
57
|
+
uploadIcon: {
|
|
58
|
+
type: import("vue").PropType<string>;
|
|
59
|
+
} & {
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
62
|
hideAfterUpload: {
|
|
63
63
|
type: import("vue").PropType<boolean>;
|
|
64
64
|
};
|
|
@@ -70,8 +70,6 @@ export declare const VcGallery: import("vue").DefineComponent<{
|
|
|
70
70
|
"item:edit": (image: import("../../../..").IImage) => void;
|
|
71
71
|
} & {
|
|
72
72
|
"item:remove": (image: import("../../../..").IImage) => void;
|
|
73
|
-
} & {
|
|
74
|
-
"item:move": (image: import("../../../..").IImage) => void;
|
|
75
73
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
76
74
|
disabled: {
|
|
77
75
|
type: import("vue").PropType<boolean>;
|
|
@@ -106,19 +104,6 @@ export declare const VcGallery: import("vue").DefineComponent<{
|
|
|
106
104
|
rules: {
|
|
107
105
|
type: import("vue").PropType<string | Record<string, unknown>>;
|
|
108
106
|
};
|
|
109
|
-
disableDrag: {
|
|
110
|
-
type: import("vue").PropType<boolean>;
|
|
111
|
-
};
|
|
112
|
-
images: {
|
|
113
|
-
type: import("vue").PropType<import("../../../..").IImage[]>;
|
|
114
|
-
} & {
|
|
115
|
-
default: () => any[];
|
|
116
|
-
};
|
|
117
|
-
uploadIcon: {
|
|
118
|
-
type: import("vue").PropType<string>;
|
|
119
|
-
} & {
|
|
120
|
-
default: string;
|
|
121
|
-
};
|
|
122
107
|
itemActions: {
|
|
123
108
|
type: import("vue").PropType<{
|
|
124
109
|
name?: string;
|
|
@@ -133,6 +118,19 @@ export declare const VcGallery: import("vue").DefineComponent<{
|
|
|
133
118
|
remove: boolean;
|
|
134
119
|
};
|
|
135
120
|
};
|
|
121
|
+
disableDrag: {
|
|
122
|
+
type: import("vue").PropType<boolean>;
|
|
123
|
+
};
|
|
124
|
+
images: {
|
|
125
|
+
type: import("vue").PropType<import("../../../..").IImage[]>;
|
|
126
|
+
} & {
|
|
127
|
+
default: () => any[];
|
|
128
|
+
};
|
|
129
|
+
uploadIcon: {
|
|
130
|
+
type: import("vue").PropType<string>;
|
|
131
|
+
} & {
|
|
132
|
+
default: string;
|
|
133
|
+
};
|
|
136
134
|
hideAfterUpload: {
|
|
137
135
|
type: import("vue").PropType<boolean>;
|
|
138
136
|
};
|
|
@@ -141,18 +139,17 @@ export declare const VcGallery: import("vue").DefineComponent<{
|
|
|
141
139
|
onSort?: (sorted: import("../../../..").IImage[]) => any;
|
|
142
140
|
"onItem:edit"?: (image: import("../../../..").IImage) => any;
|
|
143
141
|
"onItem:remove"?: (image: import("../../../..").IImage) => any;
|
|
144
|
-
"onItem:move"?: (image: import("../../../..").IImage) => any;
|
|
145
142
|
}, {
|
|
146
143
|
name: string;
|
|
147
144
|
variant: "gallery" | "file-upload";
|
|
148
145
|
tooltipIcon: string;
|
|
149
|
-
images: import("../../../..").IImage[];
|
|
150
|
-
uploadIcon: string;
|
|
151
146
|
itemActions: {
|
|
152
147
|
name?: string;
|
|
153
148
|
preview: boolean;
|
|
154
149
|
edit: boolean;
|
|
155
150
|
remove: boolean;
|
|
156
151
|
};
|
|
152
|
+
images: import("../../../..").IImage[];
|
|
153
|
+
uploadIcon: string;
|
|
157
154
|
}>;
|
|
158
155
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-gallery/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-gallery/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8B,CAAC"}
|