@vc-shell/framework 1.0.88 → 1.0.89
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 +4 -0
- package/core/api/catalog.ts +8527 -0
- package/core/api/platform.ts +83 -17
- package/core/composables/useNotifications/index.ts +1 -1
- package/core/composables/useSettings/index.ts +1 -1
- package/core/composables/useUser/index.ts +1 -1
- package/core/plugins/signalR/index.ts +1 -1
- package/core/types/index.ts +1 -1
- package/dist/core/api/catalog.d.ts +2522 -0
- package/dist/core/api/catalog.d.ts.map +1 -0
- package/dist/core/api/platform.d.ts +82 -16
- package/dist/core/api/platform.d.ts.map +1 -1
- package/dist/core/composables/useNotifications/index.d.ts +1 -1
- package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
- package/dist/core/composables/useUser/index.d.ts +1 -1
- package/dist/core/composables/useUser/index.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +1 -1
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/framework.mjs +13728 -13622
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +1 -1
- package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/composables/useAppSwitcher/index.d.ts +1 -1
- package/dist/shared/components/app-switcher/composables/useAppSwitcher/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/components/change-password/change-password.vue.d.ts.map +1 -1
- package/dist/shared/components/language-selector/index.d.ts +5 -5
- package/dist/shared/components/language-selector/language-selector.vue.d.ts +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +1 -1
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/index.d.ts +20 -0
- package/dist/ui/components/atoms/index.d.ts.map +1 -0
- package/dist/ui/components/atoms/vc-button/index.d.ts +10 -10
- package/dist/ui/components/atoms/vc-checkbox/index.d.ts +11 -11
- package/dist/ui/components/atoms/vc-icon/index.d.ts +6 -6
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-info-row/index.d.ts +8 -8
- package/dist/ui/components/atoms/vc-label/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-status/index.d.ts +15 -15
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +1 -1
- package/dist/ui/components/index.d.ts +3 -41
- package/dist/ui/components/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/index.d.ts +14 -0
- package/dist/ui/components/molecules/index.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-code-editor/index.d.ts +11 -26
- package/dist/ui/components/molecules/vc-code-editor/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +0 -4
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/index.d.ts +11 -26
- package/dist/ui/components/molecules/vc-editor/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +0 -4
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/index.d.ts +29 -29
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts +24 -24
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/index.d.ts +20 -20
- package/dist/ui/components/organisms/index.d.ts +10 -0
- package/dist/ui/components/organisms/index.d.ts.map +1 -0
- 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-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/index.d.ts +12 -12
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/index.d.ts +13 -13
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/index.d.ts +9 -9
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +3 -3
- package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +1 -1
- package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +1 -1
- package/shared/components/blade-navigation/types/index.ts +1 -1
- package/shared/components/change-password/change-password.vue +16 -14
- package/shared/modules/assets/components/assets-details/assets-details.vue +14 -14
- package/shared/modules/assets/locales/en.json +1 -0
- package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +7 -7
- package/shared/pages/InvitePage/components/invite/Invite.vue +12 -10
- package/shared/pages/LoginPage/components/login/Login.vue +19 -17
- package/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue +11 -9
- package/ui/components/atoms/index.ts +19 -0
- package/ui/components/index.ts +3 -41
- package/ui/components/molecules/index.ts +13 -0
- package/ui/components/molecules/vc-code-editor/vc-code-editor.vue +0 -2
- package/ui/components/molecules/vc-editor/vc-editor.vue +0 -2
- package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +6 -2
- package/ui/components/molecules/vc-select/vc-select.vue +5 -2
- package/ui/components/organisms/index.ts +9 -0
- package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +4 -1
- package/ui/components/organisms/vc-blade/vc-blade.vue +1 -1
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +1 -1
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue +5 -4
- package/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue +5 -2
- package/ui/components/organisms/vc-gallery/vc-gallery.vue +3 -2
- package/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue +1 -1
- package/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue +5 -4
- package/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue +4 -1
- package/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue +5 -2
- package/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue +3 -1
- package/ui/components/organisms/vc-table/vc-table.vue +8 -5
- package/ui/locales/en.json +32 -0
- package/core/api/index.ts +0 -1
- package/dist/core/api/index.d.ts +0 -2
- package/dist/core/api/index.d.ts.map +0 -1
|
@@ -4,14 +4,13 @@ export declare const VcEditor: {
|
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: {
|
|
7
|
-
name?: string;
|
|
8
7
|
modelValue?: string | number | Date;
|
|
9
8
|
readonly label?: string;
|
|
9
|
+
readonly required?: boolean;
|
|
10
|
+
readonly errorMessage?: string;
|
|
10
11
|
style?: unknown;
|
|
11
12
|
key?: string | number | symbol;
|
|
12
|
-
readonly required?: boolean;
|
|
13
13
|
readonly disabled?: boolean;
|
|
14
|
-
readonly errorMessage?: string;
|
|
15
14
|
"onUpdate:modelValue"?: (value: string | number | Date) => any;
|
|
16
15
|
readonly tooltip?: string;
|
|
17
16
|
readonly placeholder?: string;
|
|
@@ -73,16 +72,15 @@ export declare const VcEditor: {
|
|
|
73
72
|
$emit: (event: "update:modelValue", value: string | number | Date) => void;
|
|
74
73
|
$el: any;
|
|
75
74
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
76
|
-
name: {
|
|
77
|
-
type: import("vue").PropType<string>;
|
|
78
|
-
default: string;
|
|
79
|
-
};
|
|
80
75
|
label: {
|
|
81
76
|
type: import("vue").PropType<string>;
|
|
82
77
|
};
|
|
83
78
|
required: {
|
|
84
79
|
type: import("vue").PropType<boolean>;
|
|
85
80
|
};
|
|
81
|
+
errorMessage: {
|
|
82
|
+
type: import("vue").PropType<string>;
|
|
83
|
+
};
|
|
86
84
|
disabled: {
|
|
87
85
|
type: import("vue").PropType<boolean>;
|
|
88
86
|
};
|
|
@@ -90,9 +88,6 @@ export declare const VcEditor: {
|
|
|
90
88
|
type: import("vue").PropType<string | number | Date>;
|
|
91
89
|
default: any;
|
|
92
90
|
};
|
|
93
|
-
errorMessage: {
|
|
94
|
-
type: import("vue").PropType<string>;
|
|
95
|
-
};
|
|
96
91
|
tooltip: {
|
|
97
92
|
type: import("vue").PropType<string>;
|
|
98
93
|
};
|
|
@@ -108,7 +103,6 @@ export declare const VcEditor: {
|
|
|
108
103
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
109
104
|
"update:modelValue": (value: string | number | Date) => void;
|
|
110
105
|
}, string, {
|
|
111
|
-
name: string;
|
|
112
106
|
modelValue: string | number | Date;
|
|
113
107
|
}, {}, string, {}> & {
|
|
114
108
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -131,16 +125,15 @@ export declare const VcEditor: {
|
|
|
131
125
|
$nextTick: typeof import("vue").nextTick;
|
|
132
126
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
133
127
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
134
|
-
name: {
|
|
135
|
-
type: import("vue").PropType<string>;
|
|
136
|
-
default: string;
|
|
137
|
-
};
|
|
138
128
|
label: {
|
|
139
129
|
type: import("vue").PropType<string>;
|
|
140
130
|
};
|
|
141
131
|
required: {
|
|
142
132
|
type: import("vue").PropType<boolean>;
|
|
143
133
|
};
|
|
134
|
+
errorMessage: {
|
|
135
|
+
type: import("vue").PropType<string>;
|
|
136
|
+
};
|
|
144
137
|
disabled: {
|
|
145
138
|
type: import("vue").PropType<boolean>;
|
|
146
139
|
};
|
|
@@ -148,9 +141,6 @@ export declare const VcEditor: {
|
|
|
148
141
|
type: import("vue").PropType<string | number | Date>;
|
|
149
142
|
default: any;
|
|
150
143
|
};
|
|
151
|
-
errorMessage: {
|
|
152
|
-
type: import("vue").PropType<string>;
|
|
153
|
-
};
|
|
154
144
|
tooltip: {
|
|
155
145
|
type: import("vue").PropType<string>;
|
|
156
146
|
};
|
|
@@ -168,16 +158,15 @@ export declare const VcEditor: {
|
|
|
168
158
|
__isTeleport?: never;
|
|
169
159
|
__isSuspense?: never;
|
|
170
160
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
171
|
-
name: {
|
|
172
|
-
type: import("vue").PropType<string>;
|
|
173
|
-
default: string;
|
|
174
|
-
};
|
|
175
161
|
label: {
|
|
176
162
|
type: import("vue").PropType<string>;
|
|
177
163
|
};
|
|
178
164
|
required: {
|
|
179
165
|
type: import("vue").PropType<boolean>;
|
|
180
166
|
};
|
|
167
|
+
errorMessage: {
|
|
168
|
+
type: import("vue").PropType<string>;
|
|
169
|
+
};
|
|
181
170
|
disabled: {
|
|
182
171
|
type: import("vue").PropType<boolean>;
|
|
183
172
|
};
|
|
@@ -185,9 +174,6 @@ export declare const VcEditor: {
|
|
|
185
174
|
type: import("vue").PropType<string | number | Date>;
|
|
186
175
|
default: any;
|
|
187
176
|
};
|
|
188
|
-
errorMessage: {
|
|
189
|
-
type: import("vue").PropType<string>;
|
|
190
|
-
};
|
|
191
177
|
tooltip: {
|
|
192
178
|
type: import("vue").PropType<string>;
|
|
193
179
|
};
|
|
@@ -203,7 +189,6 @@ export declare const VcEditor: {
|
|
|
203
189
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
204
190
|
"update:modelValue": (value: string | number | Date) => void;
|
|
205
191
|
}, string, {
|
|
206
|
-
name: string;
|
|
207
192
|
modelValue: string | number | Date;
|
|
208
193
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
209
194
|
$slots: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-editor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-editor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACX;IACN,MAAM,EAAE;QACN,KAAK,EAAE,MAAM,KAAK,EAAE,CAAC;KACtB,CAAC;CACH,CACF,CAAC"}
|
|
@@ -6,7 +6,6 @@ export interface Props {
|
|
|
6
6
|
disabled?: boolean;
|
|
7
7
|
label?: string;
|
|
8
8
|
tooltip?: string;
|
|
9
|
-
name?: string;
|
|
10
9
|
errorMessage?: string;
|
|
11
10
|
assetsFolder: string;
|
|
12
11
|
}
|
|
@@ -15,16 +14,13 @@ export interface Emits {
|
|
|
15
14
|
}
|
|
16
15
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
17
16
|
modelValue: any;
|
|
18
|
-
name: string;
|
|
19
17
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
18
|
"update:modelValue": (value: string | number | Date) => void;
|
|
21
19
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
22
20
|
modelValue: any;
|
|
23
|
-
name: string;
|
|
24
21
|
}>>> & {
|
|
25
22
|
"onUpdate:modelValue"?: (value: string | number | Date) => any;
|
|
26
23
|
}, {
|
|
27
|
-
name: string;
|
|
28
24
|
modelValue: string | number | Date;
|
|
29
25
|
}, {}>, {
|
|
30
26
|
error?(_: {}): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-editor.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-editor/vc-editor.vue.ts"],"names":[],"mappings":"AAGA,OAAO,0CAA0C,CAAC;AAMlD,MAAM,WAAW,KAAK;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,
|
|
1
|
+
{"version":3,"file":"vc-editor.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-editor/vc-editor.vue.ts"],"names":[],"mappings":"AAGA,OAAO,0CAA0C,CAAC;AAMlD,MAAM,WAAW,KAAK;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,GAAG,IAAI,CAAC;CACtF;;;;;;;;;;;;;;AAmOD,wBAA8G;AAE9G,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,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AA6GN,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC;AACJ,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -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":"
|
|
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":"AAOA,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;;;;;;;;;;;;;;;;;;;;AAuRD,wBAA8G;AAE9G,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,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AA6GN,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC;AACJ,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -5,16 +5,16 @@ export declare const VcInput: {
|
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: {
|
|
7
7
|
name?: string;
|
|
8
|
-
type?: "number" | "
|
|
8
|
+
type?: "number" | "url" | "password" | "email" | "time" | "text" | "date" | "tel" | "datetime-local";
|
|
9
9
|
maxlength?: string | number;
|
|
10
10
|
readonly label?: string;
|
|
11
|
+
readonly required?: boolean;
|
|
12
|
+
readonly errorMessage?: string;
|
|
11
13
|
readonly error?: boolean;
|
|
12
14
|
style?: unknown;
|
|
13
15
|
key?: string | number | symbol;
|
|
14
|
-
readonly required?: boolean;
|
|
15
16
|
readonly disabled?: boolean;
|
|
16
17
|
readonly modelValue?: string | number | Date;
|
|
17
|
-
readonly errorMessage?: string;
|
|
18
18
|
"onUpdate:modelValue"?: (value: string | number | Date) => any;
|
|
19
19
|
readonly tooltip?: string;
|
|
20
20
|
readonly placeholder?: string;
|
|
@@ -82,32 +82,32 @@ export declare const VcInput: {
|
|
|
82
82
|
$emit: (event: "update:modelValue", value: string | number | Date) => void;
|
|
83
83
|
$el: any;
|
|
84
84
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
85
|
+
label: {
|
|
86
|
+
type: import("vue").PropType<string>;
|
|
87
|
+
};
|
|
85
88
|
name: {
|
|
86
89
|
type: import("vue").PropType<string>;
|
|
87
90
|
default: string;
|
|
88
91
|
};
|
|
89
92
|
type: {
|
|
90
|
-
type: import("vue").PropType<"number" | "
|
|
93
|
+
type: import("vue").PropType<"number" | "url" | "password" | "email" | "time" | "text" | "date" | "tel" | "datetime-local">;
|
|
91
94
|
default: string;
|
|
92
95
|
};
|
|
93
|
-
|
|
96
|
+
required: {
|
|
97
|
+
type: import("vue").PropType<boolean>;
|
|
98
|
+
};
|
|
99
|
+
errorMessage: {
|
|
94
100
|
type: import("vue").PropType<string>;
|
|
95
101
|
};
|
|
96
102
|
error: {
|
|
97
103
|
type: import("vue").PropType<boolean>;
|
|
98
104
|
};
|
|
99
|
-
required: {
|
|
100
|
-
type: import("vue").PropType<boolean>;
|
|
101
|
-
};
|
|
102
105
|
disabled: {
|
|
103
106
|
type: import("vue").PropType<boolean>;
|
|
104
107
|
};
|
|
105
108
|
modelValue: {
|
|
106
109
|
type: import("vue").PropType<string | number | Date>;
|
|
107
110
|
};
|
|
108
|
-
errorMessage: {
|
|
109
|
-
type: import("vue").PropType<string>;
|
|
110
|
-
};
|
|
111
111
|
tooltip: {
|
|
112
112
|
type: import("vue").PropType<string>;
|
|
113
113
|
};
|
|
@@ -145,7 +145,7 @@ export declare const VcInput: {
|
|
|
145
145
|
"update:modelValue": (value: string | number | Date) => void;
|
|
146
146
|
}, string, {
|
|
147
147
|
name: string;
|
|
148
|
-
type: "number" | "
|
|
148
|
+
type: "number" | "url" | "password" | "email" | "time" | "text" | "date" | "tel" | "datetime-local";
|
|
149
149
|
maxlength: string | number;
|
|
150
150
|
}, {}, string, {}> & {
|
|
151
151
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -168,32 +168,32 @@ export declare const VcInput: {
|
|
|
168
168
|
$nextTick: typeof import("vue").nextTick;
|
|
169
169
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
170
170
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
171
|
+
label: {
|
|
172
|
+
type: import("vue").PropType<string>;
|
|
173
|
+
};
|
|
171
174
|
name: {
|
|
172
175
|
type: import("vue").PropType<string>;
|
|
173
176
|
default: string;
|
|
174
177
|
};
|
|
175
178
|
type: {
|
|
176
|
-
type: import("vue").PropType<"number" | "
|
|
179
|
+
type: import("vue").PropType<"number" | "url" | "password" | "email" | "time" | "text" | "date" | "tel" | "datetime-local">;
|
|
177
180
|
default: string;
|
|
178
181
|
};
|
|
179
|
-
|
|
182
|
+
required: {
|
|
183
|
+
type: import("vue").PropType<boolean>;
|
|
184
|
+
};
|
|
185
|
+
errorMessage: {
|
|
180
186
|
type: import("vue").PropType<string>;
|
|
181
187
|
};
|
|
182
188
|
error: {
|
|
183
189
|
type: import("vue").PropType<boolean>;
|
|
184
190
|
};
|
|
185
|
-
required: {
|
|
186
|
-
type: import("vue").PropType<boolean>;
|
|
187
|
-
};
|
|
188
191
|
disabled: {
|
|
189
192
|
type: import("vue").PropType<boolean>;
|
|
190
193
|
};
|
|
191
194
|
modelValue: {
|
|
192
195
|
type: import("vue").PropType<string | number | Date>;
|
|
193
196
|
};
|
|
194
|
-
errorMessage: {
|
|
195
|
-
type: import("vue").PropType<string>;
|
|
196
|
-
};
|
|
197
197
|
tooltip: {
|
|
198
198
|
type: import("vue").PropType<string>;
|
|
199
199
|
};
|
|
@@ -232,32 +232,32 @@ export declare const VcInput: {
|
|
|
232
232
|
__isTeleport?: never;
|
|
233
233
|
__isSuspense?: never;
|
|
234
234
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
235
|
+
label: {
|
|
236
|
+
type: import("vue").PropType<string>;
|
|
237
|
+
};
|
|
235
238
|
name: {
|
|
236
239
|
type: import("vue").PropType<string>;
|
|
237
240
|
default: string;
|
|
238
241
|
};
|
|
239
242
|
type: {
|
|
240
|
-
type: import("vue").PropType<"number" | "
|
|
243
|
+
type: import("vue").PropType<"number" | "url" | "password" | "email" | "time" | "text" | "date" | "tel" | "datetime-local">;
|
|
241
244
|
default: string;
|
|
242
245
|
};
|
|
243
|
-
|
|
246
|
+
required: {
|
|
247
|
+
type: import("vue").PropType<boolean>;
|
|
248
|
+
};
|
|
249
|
+
errorMessage: {
|
|
244
250
|
type: import("vue").PropType<string>;
|
|
245
251
|
};
|
|
246
252
|
error: {
|
|
247
253
|
type: import("vue").PropType<boolean>;
|
|
248
254
|
};
|
|
249
|
-
required: {
|
|
250
|
-
type: import("vue").PropType<boolean>;
|
|
251
|
-
};
|
|
252
255
|
disabled: {
|
|
253
256
|
type: import("vue").PropType<boolean>;
|
|
254
257
|
};
|
|
255
258
|
modelValue: {
|
|
256
259
|
type: import("vue").PropType<string | number | Date>;
|
|
257
260
|
};
|
|
258
|
-
errorMessage: {
|
|
259
|
-
type: import("vue").PropType<string>;
|
|
260
|
-
};
|
|
261
261
|
tooltip: {
|
|
262
262
|
type: import("vue").PropType<string>;
|
|
263
263
|
};
|
|
@@ -295,7 +295,7 @@ export declare const VcInput: {
|
|
|
295
295
|
"update:modelValue": (value: string | number | Date) => void;
|
|
296
296
|
}, string, {
|
|
297
297
|
name: string;
|
|
298
|
-
type: "number" | "
|
|
298
|
+
type: "number" | "url" | "password" | "email" | "time" | "text" | "date" | "tel" | "datetime-local";
|
|
299
299
|
maxlength: string | number;
|
|
300
300
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
301
301
|
$slots: {
|
|
@@ -96,7 +96,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
96
96
|
"onUpdate:modelValue"?: (value: string | number | Date) => any;
|
|
97
97
|
}, {
|
|
98
98
|
name: string;
|
|
99
|
-
type: "number" | "
|
|
99
|
+
type: "number" | "url" | "password" | "email" | "time" | "text" | "date" | "tel" | "datetime-local";
|
|
100
100
|
maxlength: string | number;
|
|
101
101
|
}, {}>, {
|
|
102
102
|
prepend?(_: {}): any;
|
|
@@ -5,17 +5,17 @@ export declare const VcInputCurrency: {
|
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: {
|
|
7
7
|
debounce?: string | number;
|
|
8
|
-
readonly name?: string;
|
|
9
8
|
readonly label?: string;
|
|
9
|
+
readonly name?: string;
|
|
10
|
+
readonly required?: boolean;
|
|
11
|
+
readonly errorMessage?: string;
|
|
10
12
|
readonly error?: boolean;
|
|
11
13
|
readonly options: unknown[];
|
|
12
14
|
readonly option?: string;
|
|
13
15
|
style?: unknown;
|
|
14
16
|
key?: string | number | symbol;
|
|
15
|
-
readonly required?: boolean;
|
|
16
17
|
readonly disabled?: boolean;
|
|
17
18
|
readonly modelValue: string | number | Date;
|
|
18
|
-
readonly errorMessage?: string;
|
|
19
19
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
20
20
|
readonly tooltip?: string;
|
|
21
21
|
readonly placeholder?: string;
|
|
@@ -87,10 +87,16 @@ export declare const VcInputCurrency: {
|
|
|
87
87
|
$emit: ((event: "update:modelValue", value: string | number) => void) & ((event: "update:option", value: string | number) => void) & ((event: "change", value: string | number) => void);
|
|
88
88
|
$el: any;
|
|
89
89
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
90
|
+
label: {
|
|
91
|
+
type: import("vue").PropType<string>;
|
|
92
|
+
};
|
|
90
93
|
name: {
|
|
91
94
|
type: import("vue").PropType<string>;
|
|
92
95
|
};
|
|
93
|
-
|
|
96
|
+
required: {
|
|
97
|
+
type: import("vue").PropType<boolean>;
|
|
98
|
+
};
|
|
99
|
+
errorMessage: {
|
|
94
100
|
type: import("vue").PropType<string>;
|
|
95
101
|
};
|
|
96
102
|
error: {
|
|
@@ -103,9 +109,6 @@ export declare const VcInputCurrency: {
|
|
|
103
109
|
option: {
|
|
104
110
|
type: import("vue").PropType<string>;
|
|
105
111
|
};
|
|
106
|
-
required: {
|
|
107
|
-
type: import("vue").PropType<boolean>;
|
|
108
|
-
};
|
|
109
112
|
disabled: {
|
|
110
113
|
type: import("vue").PropType<boolean>;
|
|
111
114
|
};
|
|
@@ -113,9 +116,6 @@ export declare const VcInputCurrency: {
|
|
|
113
116
|
type: import("vue").PropType<string | number | Date>;
|
|
114
117
|
required: true;
|
|
115
118
|
};
|
|
116
|
-
errorMessage: {
|
|
117
|
-
type: import("vue").PropType<string>;
|
|
118
|
-
};
|
|
119
119
|
tooltip: {
|
|
120
120
|
type: import("vue").PropType<string>;
|
|
121
121
|
};
|
|
@@ -184,10 +184,16 @@ export declare const VcInputCurrency: {
|
|
|
184
184
|
$nextTick: typeof import("vue").nextTick;
|
|
185
185
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
186
186
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
187
|
+
label: {
|
|
188
|
+
type: import("vue").PropType<string>;
|
|
189
|
+
};
|
|
187
190
|
name: {
|
|
188
191
|
type: import("vue").PropType<string>;
|
|
189
192
|
};
|
|
190
|
-
|
|
193
|
+
required: {
|
|
194
|
+
type: import("vue").PropType<boolean>;
|
|
195
|
+
};
|
|
196
|
+
errorMessage: {
|
|
191
197
|
type: import("vue").PropType<string>;
|
|
192
198
|
};
|
|
193
199
|
error: {
|
|
@@ -200,9 +206,6 @@ export declare const VcInputCurrency: {
|
|
|
200
206
|
option: {
|
|
201
207
|
type: import("vue").PropType<string>;
|
|
202
208
|
};
|
|
203
|
-
required: {
|
|
204
|
-
type: import("vue").PropType<boolean>;
|
|
205
|
-
};
|
|
206
209
|
disabled: {
|
|
207
210
|
type: import("vue").PropType<boolean>;
|
|
208
211
|
};
|
|
@@ -210,9 +213,6 @@ export declare const VcInputCurrency: {
|
|
|
210
213
|
type: import("vue").PropType<string | number | Date>;
|
|
211
214
|
required: true;
|
|
212
215
|
};
|
|
213
|
-
errorMessage: {
|
|
214
|
-
type: import("vue").PropType<string>;
|
|
215
|
-
};
|
|
216
216
|
tooltip: {
|
|
217
217
|
type: import("vue").PropType<string>;
|
|
218
218
|
};
|
|
@@ -259,10 +259,16 @@ export declare const VcInputCurrency: {
|
|
|
259
259
|
__isTeleport?: never;
|
|
260
260
|
__isSuspense?: never;
|
|
261
261
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
262
|
+
label: {
|
|
263
|
+
type: import("vue").PropType<string>;
|
|
264
|
+
};
|
|
262
265
|
name: {
|
|
263
266
|
type: import("vue").PropType<string>;
|
|
264
267
|
};
|
|
265
|
-
|
|
268
|
+
required: {
|
|
269
|
+
type: import("vue").PropType<boolean>;
|
|
270
|
+
};
|
|
271
|
+
errorMessage: {
|
|
266
272
|
type: import("vue").PropType<string>;
|
|
267
273
|
};
|
|
268
274
|
error: {
|
|
@@ -275,9 +281,6 @@ export declare const VcInputCurrency: {
|
|
|
275
281
|
option: {
|
|
276
282
|
type: import("vue").PropType<string>;
|
|
277
283
|
};
|
|
278
|
-
required: {
|
|
279
|
-
type: import("vue").PropType<boolean>;
|
|
280
|
-
};
|
|
281
284
|
disabled: {
|
|
282
285
|
type: import("vue").PropType<boolean>;
|
|
283
286
|
};
|
|
@@ -285,9 +288,6 @@ export declare const VcInputCurrency: {
|
|
|
285
288
|
type: import("vue").PropType<string | number | Date>;
|
|
286
289
|
required: true;
|
|
287
290
|
};
|
|
288
|
-
errorMessage: {
|
|
289
|
-
type: import("vue").PropType<string>;
|
|
290
|
-
};
|
|
291
291
|
tooltip: {
|
|
292
292
|
type: import("vue").PropType<string>;
|
|
293
293
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-select.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-select/vc-select.vue.ts"],"names":[],"mappings":"
|
|
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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"}
|
|
@@ -7,12 +7,12 @@ export declare const VcTextarea: {
|
|
|
7
7
|
name?: string;
|
|
8
8
|
maxchars?: string;
|
|
9
9
|
readonly label?: string;
|
|
10
|
+
readonly required?: boolean;
|
|
11
|
+
readonly errorMessage?: string;
|
|
10
12
|
style?: unknown;
|
|
11
13
|
key?: string | number | symbol;
|
|
12
|
-
readonly required?: boolean;
|
|
13
14
|
readonly disabled?: boolean;
|
|
14
15
|
readonly modelValue?: string;
|
|
15
|
-
readonly errorMessage?: string;
|
|
16
16
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
17
17
|
readonly tooltip?: string;
|
|
18
18
|
readonly placeholder?: string;
|
|
@@ -73,25 +73,25 @@ export declare const VcTextarea: {
|
|
|
73
73
|
$emit: (event: "update:modelValue", value: string) => void;
|
|
74
74
|
$el: any;
|
|
75
75
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
76
|
-
|
|
76
|
+
label: {
|
|
77
77
|
type: import("vue").PropType<string>;
|
|
78
|
-
default: string;
|
|
79
78
|
};
|
|
80
|
-
|
|
79
|
+
name: {
|
|
81
80
|
type: import("vue").PropType<string>;
|
|
81
|
+
default: string;
|
|
82
82
|
};
|
|
83
83
|
required: {
|
|
84
84
|
type: import("vue").PropType<boolean>;
|
|
85
85
|
};
|
|
86
|
+
errorMessage: {
|
|
87
|
+
type: import("vue").PropType<string>;
|
|
88
|
+
};
|
|
86
89
|
disabled: {
|
|
87
90
|
type: import("vue").PropType<boolean>;
|
|
88
91
|
};
|
|
89
92
|
modelValue: {
|
|
90
93
|
type: import("vue").PropType<string>;
|
|
91
94
|
};
|
|
92
|
-
errorMessage: {
|
|
93
|
-
type: import("vue").PropType<string>;
|
|
94
|
-
};
|
|
95
95
|
tooltip: {
|
|
96
96
|
type: import("vue").PropType<string>;
|
|
97
97
|
};
|
|
@@ -130,25 +130,25 @@ export declare const VcTextarea: {
|
|
|
130
130
|
$nextTick: typeof import("vue").nextTick;
|
|
131
131
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
132
132
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
133
|
-
|
|
133
|
+
label: {
|
|
134
134
|
type: import("vue").PropType<string>;
|
|
135
|
-
default: string;
|
|
136
135
|
};
|
|
137
|
-
|
|
136
|
+
name: {
|
|
138
137
|
type: import("vue").PropType<string>;
|
|
138
|
+
default: string;
|
|
139
139
|
};
|
|
140
140
|
required: {
|
|
141
141
|
type: import("vue").PropType<boolean>;
|
|
142
142
|
};
|
|
143
|
+
errorMessage: {
|
|
144
|
+
type: import("vue").PropType<string>;
|
|
145
|
+
};
|
|
143
146
|
disabled: {
|
|
144
147
|
type: import("vue").PropType<boolean>;
|
|
145
148
|
};
|
|
146
149
|
modelValue: {
|
|
147
150
|
type: import("vue").PropType<string>;
|
|
148
151
|
};
|
|
149
|
-
errorMessage: {
|
|
150
|
-
type: import("vue").PropType<string>;
|
|
151
|
-
};
|
|
152
152
|
tooltip: {
|
|
153
153
|
type: import("vue").PropType<string>;
|
|
154
154
|
};
|
|
@@ -166,25 +166,25 @@ export declare const VcTextarea: {
|
|
|
166
166
|
__isTeleport?: never;
|
|
167
167
|
__isSuspense?: never;
|
|
168
168
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
169
|
-
|
|
169
|
+
label: {
|
|
170
170
|
type: import("vue").PropType<string>;
|
|
171
|
-
default: string;
|
|
172
171
|
};
|
|
173
|
-
|
|
172
|
+
name: {
|
|
174
173
|
type: import("vue").PropType<string>;
|
|
174
|
+
default: string;
|
|
175
175
|
};
|
|
176
176
|
required: {
|
|
177
177
|
type: import("vue").PropType<boolean>;
|
|
178
178
|
};
|
|
179
|
+
errorMessage: {
|
|
180
|
+
type: import("vue").PropType<string>;
|
|
181
|
+
};
|
|
179
182
|
disabled: {
|
|
180
183
|
type: import("vue").PropType<boolean>;
|
|
181
184
|
};
|
|
182
185
|
modelValue: {
|
|
183
186
|
type: import("vue").PropType<string>;
|
|
184
187
|
};
|
|
185
|
-
errorMessage: {
|
|
186
|
-
type: import("vue").PropType<string>;
|
|
187
|
-
};
|
|
188
188
|
tooltip: {
|
|
189
189
|
type: import("vue").PropType<string>;
|
|
190
190
|
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./vc-app";
|
|
2
|
+
export * from "./vc-blade";
|
|
3
|
+
export * from "./vc-dynamic-property";
|
|
4
|
+
export * from "./vc-gallery";
|
|
5
|
+
export * from "./vc-login-form";
|
|
6
|
+
export * from "./vc-popup";
|
|
7
|
+
export * from "./vc-table";
|
|
8
|
+
export * from "./vc-notification-dropdown";
|
|
9
|
+
export * from "./vc-notification-template";
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/components/organisms/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-app-bar.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-app-bar.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEvD,MAAM,WAAW,KAAK;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,OAAO,EAAE,aAAa,EAAE,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,YAAY,GAAG,IAAI,CAAC;IAC5B,CAAC,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAChC,CAAC,KAAK,EAAE,qBAAqB,GAAG,IAAI,CAAC;IACrC,CAAC,KAAK,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAClC,CAAC,KAAK,EAAE,cAAc,EAAE,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;CACpD;;;;;;;;;;;;;;;;AAwQD,wBAA8G;AAE9G,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;AA6G9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -31,8 +31,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
31
31
|
}) => any;
|
|
32
32
|
"onVersion:click"?: () => any;
|
|
33
33
|
}, {
|
|
34
|
-
version: string;
|
|
35
34
|
items: BladeMenu<import("vue").ComponentPublicInstance>[];
|
|
35
|
+
version: string;
|
|
36
36
|
mobileMenuItems: IBladeToolbar<import("vue").ComponentPublicInstance>[];
|
|
37
37
|
}, {}>;
|
|
38
38
|
export default _default;
|