@vc-shell/framework 1.0.133 → 1.0.135
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 +22 -0
- package/core/interceptors/index.ts +13 -9
- package/dist/core/interceptors/index.d.ts.map +1 -1
- package/dist/framework.js +8244 -8422
- package/dist/index.css +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/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +1 -1
- package/dist/shared/components/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts +1 -1
- package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
- package/dist/shared/components/change-password/change-password.vue.d.ts +1 -1
- package/dist/shared/components/change-password/index.d.ts +1 -1
- package/dist/shared/components/error-interceptor/interceptor.d.ts +1 -1
- package/dist/shared/components/language-selector/index.d.ts +1 -1
- package/dist/shared/components/language-selector/index.d.ts.map +1 -1
- package/dist/shared/components/language-selector/language-selector.vue.d.ts +1 -1
- package/dist/shared/components/notification-dropdown/_internal/notification/notification.vue.d.ts +1 -1
- package/dist/shared/components/notification-dropdown/index.d.ts +1 -1
- package/dist/shared/components/notification-dropdown/index.d.ts.map +1 -1
- package/dist/shared/components/notification-dropdown/notification-dropdown.vue.d.ts +1 -1
- package/dist/shared/components/notification-template/notification-template.vue.d.ts +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/index.d.ts.map +1 -1
- package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts +1 -1
- package/dist/shared/components/user-dropdown-button/index.d.ts +1 -1
- package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +1 -1
- package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +1 -1
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +1 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +0 -10
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +1 -1
- package/dist/shared/pages/InvitePage/components/invite/index.d.ts +1 -1
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +1 -1
- package/dist/shared/pages/LoginPage/components/login/index.d.ts +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-image/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-info-row/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-label/index.d.ts +1 -83
- package/dist/ui/components/atoms/vc-label/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-loading/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-switch/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-video/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-widget/index.d.ts +1 -1
- package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +1 -1
- 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-breadcrumbs/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +1 -3
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts +1 -330
- package/dist/ui/components/molecules/vc-input-currency/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +20 -4
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +3 -14
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-pagination/index.d.ts +1 -1
- package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +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-app/vc-app.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-gallery/index.d.ts +1 -136
- package/dist/ui/components/organisms/vc-gallery/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +3 -3
- package/package.json +19 -20
- package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +1 -0
- package/shared/modules/dynamic/components/fields/MultivalueField.ts +0 -2
- package/shared/modules/dynamic/pages/dynamic-blade-form.vue +1 -1
- package/shared/modules/dynamic/types/index.ts +0 -10
- package/ui/components/atoms/vc-checkbox/vc-checkbox.stories.ts +4 -2
- package/ui/components/atoms/vc-checkbox/vc-checkbox.vue +1 -0
- package/ui/components/atoms/vc-label/index.ts +1 -3
- package/ui/components/atoms/vc-label/vc-label.vue +33 -28
- package/ui/components/molecules/vc-editor/vc-editor.vue +0 -3
- package/ui/components/molecules/vc-field/vc-field.vue +0 -2
- package/ui/components/molecules/vc-input-currency/index.ts +1 -18
- package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +13 -0
- package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +10 -17
- package/ui/components/molecules/vc-notification/vc-notification.vue +34 -8
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +0 -1
- package/ui/components/organisms/vc-gallery/index.ts +1 -3
|
@@ -1,331 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const VcInputCurrency: {
|
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
-
disabled: {
|
|
5
|
-
type: import("vue").PropType<boolean>;
|
|
6
|
-
};
|
|
7
|
-
label: {
|
|
8
|
-
type: import("vue").PropType<string>;
|
|
9
|
-
};
|
|
10
|
-
option: {
|
|
11
|
-
type: import("vue").PropType<string>;
|
|
12
|
-
};
|
|
13
|
-
name: {
|
|
14
|
-
type: import("vue").PropType<string>;
|
|
15
|
-
};
|
|
16
|
-
modelValue: {
|
|
17
|
-
type: import("vue").PropType<number | null | undefined>;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
required: {
|
|
21
|
-
type: import("vue").PropType<boolean>;
|
|
22
|
-
};
|
|
23
|
-
errorMessage: {
|
|
24
|
-
type: import("vue").PropType<string>;
|
|
25
|
-
};
|
|
26
|
-
tooltip: {
|
|
27
|
-
type: import("vue").PropType<string>;
|
|
28
|
-
};
|
|
29
|
-
error: {
|
|
30
|
-
type: import("vue").PropType<boolean>;
|
|
31
|
-
};
|
|
32
|
-
placeholder: {
|
|
33
|
-
type: import("vue").PropType<string>;
|
|
34
|
-
};
|
|
35
|
-
options: {
|
|
36
|
-
type: import("vue").PropType<unknown[]>;
|
|
37
|
-
required: true;
|
|
38
|
-
};
|
|
39
|
-
loading: {
|
|
40
|
-
type: import("vue").PropType<boolean>;
|
|
41
|
-
};
|
|
42
|
-
hint: {
|
|
43
|
-
type: import("vue").PropType<string>;
|
|
44
|
-
};
|
|
45
|
-
clearable: {
|
|
46
|
-
type: import("vue").PropType<boolean>;
|
|
47
|
-
};
|
|
48
|
-
prefix: {
|
|
49
|
-
type: import("vue").PropType<string>;
|
|
50
|
-
};
|
|
51
|
-
suffix: {
|
|
52
|
-
type: import("vue").PropType<string>;
|
|
53
|
-
};
|
|
54
|
-
debounce: {
|
|
55
|
-
type: import("vue").PropType<string | number>;
|
|
56
|
-
default: number;
|
|
57
|
-
};
|
|
58
|
-
autofocus: {
|
|
59
|
-
type: import("vue").PropType<boolean>;
|
|
60
|
-
};
|
|
61
|
-
maxlength: {
|
|
62
|
-
type: import("vue").PropType<string | number>;
|
|
63
|
-
};
|
|
64
|
-
optionValue: {
|
|
65
|
-
type: import("vue").PropType<string | ((option: unknown) => string)>;
|
|
66
|
-
};
|
|
67
|
-
optionLabel: {
|
|
68
|
-
type: import("vue").PropType<string | ((option: unknown) => string)>;
|
|
69
|
-
};
|
|
70
|
-
}>> & {
|
|
71
|
-
onChange?: ((value: string | number | null) => any) | undefined;
|
|
72
|
-
"onUpdate:model-value"?: ((value: string | number | null) => any) | undefined;
|
|
73
|
-
"onUpdate:option"?: ((value: unknown) => any) | undefined;
|
|
74
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
75
|
-
"update:model-value": (value: string | number | null) => void;
|
|
76
|
-
"update:option": (value: unknown) => void;
|
|
77
|
-
change: (value: string | number | null) => void;
|
|
78
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
79
|
-
disabled: {
|
|
80
|
-
type: import("vue").PropType<boolean>;
|
|
81
|
-
};
|
|
82
|
-
label: {
|
|
83
|
-
type: import("vue").PropType<string>;
|
|
84
|
-
};
|
|
85
|
-
option: {
|
|
86
|
-
type: import("vue").PropType<string>;
|
|
87
|
-
};
|
|
88
|
-
name: {
|
|
89
|
-
type: import("vue").PropType<string>;
|
|
90
|
-
};
|
|
91
|
-
modelValue: {
|
|
92
|
-
type: import("vue").PropType<number | null | undefined>;
|
|
93
|
-
required: true;
|
|
94
|
-
};
|
|
95
|
-
required: {
|
|
96
|
-
type: import("vue").PropType<boolean>;
|
|
97
|
-
};
|
|
98
|
-
errorMessage: {
|
|
99
|
-
type: import("vue").PropType<string>;
|
|
100
|
-
};
|
|
101
|
-
tooltip: {
|
|
102
|
-
type: import("vue").PropType<string>;
|
|
103
|
-
};
|
|
104
|
-
error: {
|
|
105
|
-
type: import("vue").PropType<boolean>;
|
|
106
|
-
};
|
|
107
|
-
placeholder: {
|
|
108
|
-
type: import("vue").PropType<string>;
|
|
109
|
-
};
|
|
110
|
-
options: {
|
|
111
|
-
type: import("vue").PropType<unknown[]>;
|
|
112
|
-
required: true;
|
|
113
|
-
};
|
|
114
|
-
loading: {
|
|
115
|
-
type: import("vue").PropType<boolean>;
|
|
116
|
-
};
|
|
117
|
-
hint: {
|
|
118
|
-
type: import("vue").PropType<string>;
|
|
119
|
-
};
|
|
120
|
-
clearable: {
|
|
121
|
-
type: import("vue").PropType<boolean>;
|
|
122
|
-
};
|
|
123
|
-
prefix: {
|
|
124
|
-
type: import("vue").PropType<string>;
|
|
125
|
-
};
|
|
126
|
-
suffix: {
|
|
127
|
-
type: import("vue").PropType<string>;
|
|
128
|
-
};
|
|
129
|
-
debounce: {
|
|
130
|
-
type: import("vue").PropType<string | number>;
|
|
131
|
-
default: number;
|
|
132
|
-
};
|
|
133
|
-
autofocus: {
|
|
134
|
-
type: import("vue").PropType<boolean>;
|
|
135
|
-
};
|
|
136
|
-
maxlength: {
|
|
137
|
-
type: import("vue").PropType<string | number>;
|
|
138
|
-
};
|
|
139
|
-
optionValue: {
|
|
140
|
-
type: import("vue").PropType<string | ((option: unknown) => string)>;
|
|
141
|
-
};
|
|
142
|
-
optionLabel: {
|
|
143
|
-
type: import("vue").PropType<string | ((option: unknown) => string)>;
|
|
144
|
-
};
|
|
145
|
-
}>> & {
|
|
146
|
-
onChange?: ((value: string | number | null) => any) | undefined;
|
|
147
|
-
"onUpdate:model-value"?: ((value: string | number | null) => any) | undefined;
|
|
148
|
-
"onUpdate:option"?: ((value: unknown) => any) | undefined;
|
|
149
|
-
}, {
|
|
150
|
-
debounce: string | number;
|
|
151
|
-
}, true, {}, {}, {
|
|
152
|
-
P: {};
|
|
153
|
-
B: {};
|
|
154
|
-
D: {};
|
|
155
|
-
C: {};
|
|
156
|
-
M: {};
|
|
157
|
-
Defaults: {};
|
|
158
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
159
|
-
disabled: {
|
|
160
|
-
type: import("vue").PropType<boolean>;
|
|
161
|
-
};
|
|
162
|
-
label: {
|
|
163
|
-
type: import("vue").PropType<string>;
|
|
164
|
-
};
|
|
165
|
-
option: {
|
|
166
|
-
type: import("vue").PropType<string>;
|
|
167
|
-
};
|
|
168
|
-
name: {
|
|
169
|
-
type: import("vue").PropType<string>;
|
|
170
|
-
};
|
|
171
|
-
modelValue: {
|
|
172
|
-
type: import("vue").PropType<number | null | undefined>;
|
|
173
|
-
required: true;
|
|
174
|
-
};
|
|
175
|
-
required: {
|
|
176
|
-
type: import("vue").PropType<boolean>;
|
|
177
|
-
};
|
|
178
|
-
errorMessage: {
|
|
179
|
-
type: import("vue").PropType<string>;
|
|
180
|
-
};
|
|
181
|
-
tooltip: {
|
|
182
|
-
type: import("vue").PropType<string>;
|
|
183
|
-
};
|
|
184
|
-
error: {
|
|
185
|
-
type: import("vue").PropType<boolean>;
|
|
186
|
-
};
|
|
187
|
-
placeholder: {
|
|
188
|
-
type: import("vue").PropType<string>;
|
|
189
|
-
};
|
|
190
|
-
options: {
|
|
191
|
-
type: import("vue").PropType<unknown[]>;
|
|
192
|
-
required: true;
|
|
193
|
-
};
|
|
194
|
-
loading: {
|
|
195
|
-
type: import("vue").PropType<boolean>;
|
|
196
|
-
};
|
|
197
|
-
hint: {
|
|
198
|
-
type: import("vue").PropType<string>;
|
|
199
|
-
};
|
|
200
|
-
clearable: {
|
|
201
|
-
type: import("vue").PropType<boolean>;
|
|
202
|
-
};
|
|
203
|
-
prefix: {
|
|
204
|
-
type: import("vue").PropType<string>;
|
|
205
|
-
};
|
|
206
|
-
suffix: {
|
|
207
|
-
type: import("vue").PropType<string>;
|
|
208
|
-
};
|
|
209
|
-
debounce: {
|
|
210
|
-
type: import("vue").PropType<string | number>;
|
|
211
|
-
default: number;
|
|
212
|
-
};
|
|
213
|
-
autofocus: {
|
|
214
|
-
type: import("vue").PropType<boolean>;
|
|
215
|
-
};
|
|
216
|
-
maxlength: {
|
|
217
|
-
type: import("vue").PropType<string | number>;
|
|
218
|
-
};
|
|
219
|
-
optionValue: {
|
|
220
|
-
type: import("vue").PropType<string | ((option: unknown) => string)>;
|
|
221
|
-
};
|
|
222
|
-
optionLabel: {
|
|
223
|
-
type: import("vue").PropType<string | ((option: unknown) => string)>;
|
|
224
|
-
};
|
|
225
|
-
}>> & {
|
|
226
|
-
onChange?: ((value: string | number | null) => any) | undefined;
|
|
227
|
-
"onUpdate:model-value"?: ((value: string | number | null) => any) | undefined;
|
|
228
|
-
"onUpdate:option"?: ((value: unknown) => any) | undefined;
|
|
229
|
-
}, {}, {}, {}, {}, {
|
|
230
|
-
debounce: string | number;
|
|
231
|
-
}>;
|
|
232
|
-
__isFragment?: undefined;
|
|
233
|
-
__isTeleport?: undefined;
|
|
234
|
-
__isSuspense?: undefined;
|
|
235
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
236
|
-
disabled: {
|
|
237
|
-
type: import("vue").PropType<boolean>;
|
|
238
|
-
};
|
|
239
|
-
label: {
|
|
240
|
-
type: import("vue").PropType<string>;
|
|
241
|
-
};
|
|
242
|
-
option: {
|
|
243
|
-
type: import("vue").PropType<string>;
|
|
244
|
-
};
|
|
245
|
-
name: {
|
|
246
|
-
type: import("vue").PropType<string>;
|
|
247
|
-
};
|
|
248
|
-
modelValue: {
|
|
249
|
-
type: import("vue").PropType<number | null | undefined>;
|
|
250
|
-
required: true;
|
|
251
|
-
};
|
|
252
|
-
required: {
|
|
253
|
-
type: import("vue").PropType<boolean>;
|
|
254
|
-
};
|
|
255
|
-
errorMessage: {
|
|
256
|
-
type: import("vue").PropType<string>;
|
|
257
|
-
};
|
|
258
|
-
tooltip: {
|
|
259
|
-
type: import("vue").PropType<string>;
|
|
260
|
-
};
|
|
261
|
-
error: {
|
|
262
|
-
type: import("vue").PropType<boolean>;
|
|
263
|
-
};
|
|
264
|
-
placeholder: {
|
|
265
|
-
type: import("vue").PropType<string>;
|
|
266
|
-
};
|
|
267
|
-
options: {
|
|
268
|
-
type: import("vue").PropType<unknown[]>;
|
|
269
|
-
required: true;
|
|
270
|
-
};
|
|
271
|
-
loading: {
|
|
272
|
-
type: import("vue").PropType<boolean>;
|
|
273
|
-
};
|
|
274
|
-
hint: {
|
|
275
|
-
type: import("vue").PropType<string>;
|
|
276
|
-
};
|
|
277
|
-
clearable: {
|
|
278
|
-
type: import("vue").PropType<boolean>;
|
|
279
|
-
};
|
|
280
|
-
prefix: {
|
|
281
|
-
type: import("vue").PropType<string>;
|
|
282
|
-
};
|
|
283
|
-
suffix: {
|
|
284
|
-
type: import("vue").PropType<string>;
|
|
285
|
-
};
|
|
286
|
-
debounce: {
|
|
287
|
-
type: import("vue").PropType<string | number>;
|
|
288
|
-
default: number;
|
|
289
|
-
};
|
|
290
|
-
autofocus: {
|
|
291
|
-
type: import("vue").PropType<boolean>;
|
|
292
|
-
};
|
|
293
|
-
maxlength: {
|
|
294
|
-
type: import("vue").PropType<string | number>;
|
|
295
|
-
};
|
|
296
|
-
optionValue: {
|
|
297
|
-
type: import("vue").PropType<string | ((option: unknown) => string)>;
|
|
298
|
-
};
|
|
299
|
-
optionLabel: {
|
|
300
|
-
type: import("vue").PropType<string | ((option: unknown) => string)>;
|
|
301
|
-
};
|
|
302
|
-
}>> & {
|
|
303
|
-
onChange?: ((value: string | number | null) => any) | undefined;
|
|
304
|
-
"onUpdate:model-value"?: ((value: string | number | null) => any) | undefined;
|
|
305
|
-
"onUpdate:option"?: ((value: unknown) => any) | undefined;
|
|
306
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
307
|
-
"update:model-value": (value: string | number | null) => void;
|
|
308
|
-
"update:option": (value: unknown) => void;
|
|
309
|
-
change: (value: string | number | null) => void;
|
|
310
|
-
}, string, {
|
|
311
|
-
debounce: string | number;
|
|
312
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
313
|
-
$slots: {
|
|
314
|
-
button?(_: {
|
|
315
|
-
toggleHandler: () => void;
|
|
316
|
-
}): any;
|
|
317
|
-
};
|
|
318
|
-
}) & (new () => {
|
|
319
|
-
$slots: {
|
|
320
|
-
/**
|
|
321
|
-
* Slot for custom dropdown open handler
|
|
322
|
-
*/
|
|
323
|
-
button?: ((scope: {
|
|
324
|
-
/**
|
|
325
|
-
* Dropdown open/close handler
|
|
326
|
-
*/
|
|
327
|
-
toggleHandler: () => void;
|
|
328
|
-
}) => VNode[]) | undefined;
|
|
329
|
-
};
|
|
330
|
-
});
|
|
1
|
+
export { default as VcInputCurrency } from "./vc-input-currency.vue";
|
|
331
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -106,7 +106,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
106
106
|
"update:model-value": (value: string | number | null) => void;
|
|
107
107
|
"update:option": (value: unknown) => void;
|
|
108
108
|
change: (value: string | number | null) => void;
|
|
109
|
-
}, string, import("vue").
|
|
109
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
110
110
|
debounce: number;
|
|
111
111
|
}>>> & {
|
|
112
112
|
onChange?: ((value: string | number | null) => any) | undefined;
|
|
@@ -114,10 +114,26 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
114
114
|
"onUpdate:option"?: ((value: unknown) => any) | undefined;
|
|
115
115
|
}, {
|
|
116
116
|
debounce: string | number;
|
|
117
|
-
}, {}>, {
|
|
118
|
-
|
|
117
|
+
}, {}>, Readonly<{
|
|
118
|
+
/**
|
|
119
|
+
* Slot for custom dropdown open handler
|
|
120
|
+
*/
|
|
121
|
+
button: (scope: {
|
|
122
|
+
/**
|
|
123
|
+
* Dropdown open/close handler
|
|
124
|
+
*/
|
|
125
|
+
toggleHandler: () => void;
|
|
126
|
+
}) => any;
|
|
127
|
+
}> & {
|
|
128
|
+
/**
|
|
129
|
+
* Slot for custom dropdown open handler
|
|
130
|
+
*/
|
|
131
|
+
button: (scope: {
|
|
132
|
+
/**
|
|
133
|
+
* Dropdown open/close handler
|
|
134
|
+
*/
|
|
119
135
|
toggleHandler: () => void;
|
|
120
|
-
})
|
|
136
|
+
}) => any;
|
|
121
137
|
}>;
|
|
122
138
|
export default _default;
|
|
123
139
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-input-currency.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/vc-input-currency.vue.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAExD,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;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;;;OAGG;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;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,OAAO,EAAE,OAAO,EAAE,CAAC;IACnB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAClC;;;;;OAKG;IACH,WAAW,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CACnC;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,oBAAoB,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,CAAC;IACnE,CAAC,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/C,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,CAAC;CACxD
|
|
1
|
+
{"version":3,"file":"vc-input-currency.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/vc-input-currency.vue.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,8 +10,6 @@ export interface Props<T> {
|
|
|
10
10
|
options?: T[];
|
|
11
11
|
optionValue?: string;
|
|
12
12
|
optionLabel?: string;
|
|
13
|
-
emitValue?: string;
|
|
14
|
-
emitLabel?: string;
|
|
15
13
|
multivalue?: boolean;
|
|
16
14
|
error?: boolean;
|
|
17
15
|
errorMessage?: string;
|
|
@@ -25,9 +23,6 @@ export interface Emits<T> {
|
|
|
25
23
|
}
|
|
26
24
|
declare const _default: <T extends {
|
|
27
25
|
id?: string | undefined;
|
|
28
|
-
alias?: string | undefined;
|
|
29
|
-
languageCode?: string | undefined;
|
|
30
|
-
value?: string | undefined;
|
|
31
26
|
}>(__VLS_props: {
|
|
32
27
|
disabled?: boolean | undefined;
|
|
33
28
|
type?: "number" | "text" | undefined;
|
|
@@ -37,18 +32,16 @@ declare const _default: <T extends {
|
|
|
37
32
|
required?: boolean | undefined;
|
|
38
33
|
errorMessage?: string | undefined;
|
|
39
34
|
tooltip?: string | undefined;
|
|
35
|
+
error?: boolean | undefined;
|
|
40
36
|
multilanguage?: boolean | undefined;
|
|
41
37
|
currentLanguage?: string | undefined;
|
|
42
|
-
error?: boolean | undefined;
|
|
43
38
|
placeholder?: string | undefined;
|
|
44
39
|
options?: T[] | undefined;
|
|
45
|
-
emitValue?: string | undefined;
|
|
46
40
|
onSearch?: ((value: string) => any) | undefined;
|
|
47
41
|
onClose?: (() => any) | undefined;
|
|
48
42
|
optionValue?: string | undefined;
|
|
49
43
|
optionLabel?: string | undefined;
|
|
50
44
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
51
|
-
emitLabel?: string | undefined;
|
|
52
45
|
multivalue?: boolean | undefined;
|
|
53
46
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
54
47
|
attrs: any;
|
|
@@ -74,18 +67,16 @@ declare const _default: <T extends {
|
|
|
74
67
|
required?: boolean | undefined;
|
|
75
68
|
errorMessage?: string | undefined;
|
|
76
69
|
tooltip?: string | undefined;
|
|
70
|
+
error?: boolean | undefined;
|
|
77
71
|
multilanguage?: boolean | undefined;
|
|
78
72
|
currentLanguage?: string | undefined;
|
|
79
|
-
error?: boolean | undefined;
|
|
80
73
|
placeholder?: string | undefined;
|
|
81
74
|
options?: T[] | undefined;
|
|
82
|
-
emitValue?: string | undefined;
|
|
83
75
|
onSearch?: ((value: string) => any) | undefined;
|
|
84
76
|
onClose?: (() => any) | undefined;
|
|
85
77
|
optionValue?: string | undefined;
|
|
86
78
|
optionLabel?: string | undefined;
|
|
87
79
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
88
|
-
emitLabel?: string | undefined;
|
|
89
80
|
multivalue?: boolean | undefined;
|
|
90
81
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
91
82
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
@@ -115,18 +106,16 @@ declare const _default: <T extends {
|
|
|
115
106
|
required?: boolean | undefined;
|
|
116
107
|
errorMessage?: string | undefined;
|
|
117
108
|
tooltip?: string | undefined;
|
|
109
|
+
error?: boolean | undefined;
|
|
118
110
|
multilanguage?: boolean | undefined;
|
|
119
111
|
currentLanguage?: string | undefined;
|
|
120
|
-
error?: boolean | undefined;
|
|
121
112
|
placeholder?: string | undefined;
|
|
122
113
|
options?: T[] | undefined;
|
|
123
|
-
emitValue?: string | undefined;
|
|
124
114
|
onSearch?: ((value: string) => any) | undefined;
|
|
125
115
|
onClose?: (() => any) | undefined;
|
|
126
116
|
optionValue?: string | undefined;
|
|
127
117
|
optionLabel?: string | undefined;
|
|
128
118
|
"onUpdate:model-value"?: ((value: T[]) => any) | undefined;
|
|
129
|
-
emitLabel?: string | undefined;
|
|
130
119
|
multivalue?: boolean | undefined;
|
|
131
120
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
132
121
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-multivalue.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-multivalue/vc-multivalue.vue.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vc-multivalue.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-multivalue/vc-multivalue.vue.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,CAAC,EAAE,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,EAAE,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,KAAK,CAAC,CAAC;IACtB,CAAC,KAAK,EAAE,oBAAoB,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,IAAI,CAAC;IAChD,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACvB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACxC;;;;;;;;;;;;;;;;;;;;;;;;WAsfM,GAAG;;;;cAvdqB,GAAG;uBACjB,GAAG,KAAK,GAAG;;;;cADG,GAAG;uBACjB,GAAG,KAAK,GAAG;;;yCAqdZ,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,KAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;oBAAzC,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;cAvdqB,GAAG;uBACjB,GAAG,KAAK,GAAG;;;;cADG,GAAG;uBACjB,GAAG,KAAK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAqdZ,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;eAClD,GAAG;;;;kBAvdqB,GAAG;2BACjB,GAAG,KAAK,GAAG;;;;kBADG,GAAG;2BACjB,GAAG,KAAK,GAAG;;;;;AA7B5B,wBAwf2E;AAQ3E,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -9,7 +9,7 @@ export interface Props {
|
|
|
9
9
|
closeNotification?: () => void;
|
|
10
10
|
limit?: number;
|
|
11
11
|
}
|
|
12
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
12
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
13
13
|
export default _default;
|
|
14
14
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
15
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-notification.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-notification/vc-notification.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AAIjF,MAAM,WAAW,KAAK;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;;
|
|
1
|
+
{"version":3,"file":"vc-notification.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-notification/vc-notification.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AAIjF,MAAM,WAAW,KAAK;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;;AA8KD,wBAMG;AACH,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"}
|
|
@@ -12,7 +12,7 @@ export declare const VcPagination: import("vue").DefineComponent<{
|
|
|
12
12
|
};
|
|
13
13
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
14
|
itemClick: (pages: number) => void;
|
|
15
|
-
}, string, import("vue").
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
16
|
expanded: {
|
|
17
17
|
type: import("vue").PropType<boolean>;
|
|
18
18
|
};
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
11
11
|
currentPage: number;
|
|
12
12
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
13
|
itemClick: (pages: number) => void;
|
|
14
|
-
}, string, import("vue").
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
15
15
|
pages: number;
|
|
16
16
|
currentPage: number;
|
|
17
17
|
}>>> & {
|
|
@@ -9,7 +9,7 @@ export interface Props {
|
|
|
9
9
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
10
|
max: number;
|
|
11
11
|
variant: string;
|
|
12
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
12
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
13
|
max: number;
|
|
14
14
|
variant: string;
|
|
15
15
|
}>>>, {
|
|
@@ -11,9 +11,9 @@ declare const _default: <T, P extends {
|
|
|
11
11
|
errorMessage?: string | undefined;
|
|
12
12
|
tooltip?: string | undefined;
|
|
13
13
|
"onUpdate:modelValue"?: ((inputValue: (string | (T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)) | (string | (T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)))[]) | null) => any) | undefined;
|
|
14
|
+
error?: boolean | undefined;
|
|
14
15
|
multilanguage?: boolean | undefined;
|
|
15
16
|
currentLanguage?: string | undefined;
|
|
16
|
-
error?: boolean | undefined;
|
|
17
17
|
placeholder?: string | undefined;
|
|
18
18
|
options?: T[] | ((keyword?: string, skip?: number, ids?: string[]) => Promise<P>) | undefined;
|
|
19
19
|
loading?: boolean | undefined;
|
|
@@ -208,9 +208,9 @@ declare const _default: <T, P extends {
|
|
|
208
208
|
errorMessage?: string | undefined;
|
|
209
209
|
tooltip?: string | undefined;
|
|
210
210
|
"onUpdate:modelValue"?: ((inputValue: (string | (T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)) | (string | (T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)))[]) | null) => any) | undefined;
|
|
211
|
+
error?: boolean | undefined;
|
|
211
212
|
multilanguage?: boolean | undefined;
|
|
212
213
|
currentLanguage?: string | undefined;
|
|
213
|
-
error?: boolean | undefined;
|
|
214
214
|
placeholder?: string | undefined;
|
|
215
215
|
options?: T[] | ((keyword?: string, skip?: number, ids?: string[]) => Promise<P>) | undefined;
|
|
216
216
|
loading?: boolean | undefined;
|
|
@@ -409,9 +409,9 @@ declare const _default: <T, P extends {
|
|
|
409
409
|
errorMessage?: string | undefined;
|
|
410
410
|
tooltip?: string | undefined;
|
|
411
411
|
"onUpdate:modelValue"?: ((inputValue: (string | (T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)) | (string | (T & (Required<P>["results"] extends infer T_1 ? T_1 extends Required<P>["results"] ? T_1 extends (infer U)[] ? U : never : never : never)))[]) | null) => any) | undefined;
|
|
412
|
+
error?: boolean | undefined;
|
|
412
413
|
multilanguage?: boolean | undefined;
|
|
413
414
|
currentLanguage?: string | undefined;
|
|
414
|
-
error?: boolean | undefined;
|
|
415
415
|
placeholder?: string | undefined;
|
|
416
416
|
options?: T[] | ((keyword?: string, skip?: number, ids?: string[]) => Promise<P>) | undefined;
|
|
417
417
|
loading?: boolean | undefined;
|
|
@@ -12,7 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
12
12
|
slides: () => never[];
|
|
13
13
|
slidesPerView: string;
|
|
14
14
|
spaceBetweenSlides: number;
|
|
15
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
15
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
16
|
slides: () => never[];
|
|
17
17
|
slidesPerView: string;
|
|
18
18
|
spaceBetweenSlides: number;
|
|
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
19
19
|
maxchars: string;
|
|
20
20
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
21
|
"update:modelValue": (value: string | undefined) => void;
|
|
22
|
-
}, string, import("vue").
|
|
22
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
23
23
|
name: string;
|
|
24
24
|
maxchars: string;
|
|
25
25
|
}>>> & {
|
|
@@ -14,7 +14,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
14
14
|
"backlink:click": () => void;
|
|
15
15
|
"menubutton:click": () => void;
|
|
16
16
|
"button:click": (item: IBladeToolbar<import("vue").ComponentPublicInstance>) => void;
|
|
17
|
-
}, string, import("vue").
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
18
18
|
"onLogo:click"?: (() => any) | undefined;
|
|
19
19
|
"onBacklink:click"?: (() => any) | undefined;
|
|
20
20
|
"onMenubutton:click"?: (() => any) | undefined;
|
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
13
13
|
sticky: boolean;
|
|
14
14
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
15
|
onClick: (item?: MenuItem | undefined) => void;
|
|
16
|
-
}, string, import("vue").
|
|
16
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
17
17
|
sticky: boolean;
|
|
18
18
|
}>>> & {
|
|
19
19
|
onOnClick?: ((item?: MenuItem | undefined) => any) | undefined;
|
|
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
16
16
|
children: () => never[];
|
|
17
17
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
18
|
click: (item?: MenuItem | undefined) => void;
|
|
19
|
-
}, string, import("vue").
|
|
19
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
20
20
|
sticky: boolean;
|
|
21
21
|
component: undefined;
|
|
22
22
|
children: () => never[];
|
|
@@ -15,7 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
15
15
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
16
|
"item:click": (item: MenuItem) => void;
|
|
17
17
|
"version:click": () => void;
|
|
18
|
-
}, string, import("vue").
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
19
|
items: () => never[];
|
|
20
20
|
mobileMenuItems: () => never[];
|
|
21
21
|
version: string;
|