@zeedhi/vuetify 3.0.11 → 3.1.0
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/dist/zd-vuetify.css +60 -58
- package/dist/zd-vuetify.min.css +1 -1
- package/dist/zd-vuetify.min.js +14 -14
- package/dist/zd-vuetify.mjs +1061 -792
- package/environments.json +16 -0
- package/package.json +3 -3
- package/src/components/index.ts +3 -1
- package/src/components/zd-alert/ZdAlert.ts +1 -1
- package/src/components/zd-badge/ZdBadge.ts +1 -1
- package/src/components/zd-breadcrumbs/ZdBreadcrumbs.ts +2 -1
- package/src/components/zd-button/ZdButton.ts +1 -1
- package/src/components/zd-button-group/ZdButtonGroup.ts +1 -1
- package/src/components/zd-card/ZdCard.ts +1 -1
- package/src/components/zd-card/ZdCard.vue +2 -2
- package/src/components/zd-carousel/ZdCarousel.ts +3 -1
- package/src/components/zd-checkbox/ZdCheckbox.ts +1 -1
- package/src/components/zd-checkbox-multiple/ZdCheckboxMultiple.ts +3 -1
- package/src/components/zd-chip/ZdChip.ts +1 -1
- package/src/components/zd-code-viewer/ZdCodeViewer.ts +1 -1
- package/src/components/zd-col/ZdCol.ts +1 -1
- package/src/components/zd-collapse-card/ZdCollapseCard.ts +3 -1
- package/src/components/zd-component/ZdComponent.ts +23 -1
- package/src/components/zd-component/ZdComponentRender.ts +2 -0
- package/src/components/zd-container/ZdContainer.ts +1 -1
- package/src/components/zd-currency/ZdCurrency.ts +1 -1
- package/src/components/zd-date-input/ZdDateInput.ts +1 -1
- package/src/components/zd-date-range/ZdDateRange.ts +1 -1
- package/src/components/zd-divider/ZdDivider.ts +1 -1
- package/src/components/zd-dropdown/ZdDropdown.ts +2 -1
- package/src/components/zd-dropdown/ZdDropdown.vue +1 -1
- package/src/components/zd-footer/ZdFooter.ts +1 -1
- package/src/components/zd-form/ZdForm.ts +2 -1
- package/src/components/zd-frame/ZdFrame.ts +3 -1
- package/src/components/zd-frame-page/ZdFramePage.ts +1 -1
- package/src/components/zd-frame-page/ZdFramePage.vue +1 -1
- package/src/components/zd-grid/ZdGrid.ts +10 -2
- package/src/components/zd-grid/ZdGrid.vue +1 -1
- package/src/components/zd-grid/cell/ZdGridCellContent.vue +5 -7
- package/src/components/zd-grid/column-header/ZdGridColumnHeader.vue +4 -7
- package/src/components/zd-grid-editable/ZdGridEditable.ts +9 -2
- package/src/components/zd-grid-editable/cell/ZdGridEditableCell.vue +1 -0
- package/src/components/zd-header/ZdHeader.ts +4 -1
- package/src/components/zd-icon/ZdIcon.ts +1 -1
- package/src/components/zd-image/ZdImage.ts +1 -1
- package/src/components/zd-increment/ZdIncrement.ts +1 -1
- package/src/components/zd-input/ZdInput.ts +10 -3
- package/src/components/zd-iterable/ZdIterable.ts +2 -0
- package/src/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.ts +6 -1
- package/src/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.ts +1 -1
- package/src/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.ts +2 -1
- package/src/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.ts +8 -3
- package/src/components/zd-iterable/zd-search/ZdSearch.ts +1 -1
- package/src/components/zd-iterable-component-render/ZdIterableComponentRender.ts +12 -1
- package/src/components/zd-layout/ZdLayout.ts +1 -1
- package/src/components/zd-list/ZdList.scss +3 -0
- package/src/components/zd-list/ZdList.ts +2 -1
- package/src/components/zd-list/ZdListGroup.ts +2 -1
- package/src/components/zd-list/ZdListGroup.vue +14 -16
- package/src/components/zd-list/ZdListItem.ts +1 -1
- package/src/components/zd-loading/ZdLoading.ts +1 -1
- package/src/components/zd-loading/ZdLoading.vue +30 -53
- package/src/components/zd-login/ZdLogin.ts +3 -1
- package/src/components/zd-login/ZdLoginButton.ts +1 -1
- package/src/components/zd-main/ZdMain.ts +1 -1
- package/src/components/zd-master-detail/ZdMasterDetail.ts +1 -1
- package/src/components/zd-menu/ZdMenu.ts +9 -4
- package/src/components/zd-menu/ZdMenu.vue +6 -5
- package/src/components/zd-menu/ZdMenuButton.ts +1 -1
- package/src/components/zd-menu/ZdMenuGroup.ts +2 -1
- package/src/components/zd-menu/ZdMenuLink.ts +1 -1
- package/src/components/zd-menu/ZdMenuSeparator.ts +1 -1
- package/src/components/zd-modal/ZdModal.ts +1 -21
- package/src/components/zd-modal/ZdModal.vue +18 -77
- package/src/components/zd-modal/ZdModalCard.ts +100 -0
- package/src/components/zd-modal/ZdModalCard.vue +47 -0
- package/src/components/zd-modal/ZdModalCloseButton.ts +1 -1
- package/src/components/zd-month/ZdMonth.ts +1 -1
- package/src/components/zd-number-input/ZdNumberInput.ts +1 -1
- package/src/components/zd-password/ZdPassword.ts +1 -1
- package/src/components/zd-progress/ZdProgress.ts +2 -1
- package/src/components/zd-radio/ZdRadio.ts +2 -1
- package/src/components/zd-row/ZdRow.ts +1 -1
- package/src/components/zd-select/ZdSelect.ts +10 -2
- package/src/components/zd-select/ZdSelect.vue +2 -6
- package/src/components/zd-select-multiple/ZdSelectMultiple.ts +6 -1
- package/src/components/zd-select-multiple/ZdSelectMultiple.vue +1 -1
- package/src/components/zd-svg-map/ZdSvgMap.ts +1 -1
- package/src/components/zd-switch/ZdSwitch.ts +1 -1
- package/src/components/zd-table/ZdTable.ts +1 -1
- package/src/components/zd-tabs/ZdTab.ts +1 -1
- package/src/components/zd-tabs/ZdTabItem.vue +1 -0
- package/src/components/zd-tabs/ZdTabs.ts +4 -3
- package/src/components/zd-tabs/ZdTabs.vue +14 -5
- package/src/components/zd-tag/ZdTag.ts +1 -1
- package/src/components/zd-text/ZdText.ts +1 -1
- package/src/components/zd-text-input/ZdTextInput.ts +1 -1
- package/src/components/zd-text-input/ZdTextInput.vue +2 -2
- package/src/components/zd-textarea/ZdTextarea.ts +5 -1
- package/src/components/zd-textarea/ZdTextarea.vue +5 -2
- package/src/components/zd-time/ZdTime.ts +1 -1
- package/src/components/zd-tooltip/ZdTooltip.ts +1 -1
- package/src/components/zd-tooltip-overflow/ZdTooltipOverflow.vue +45 -0
- package/src/components/zd-tree/ZdTree.ts +5 -1
- package/src/components/zd-tree-grid/ZdTreeGrid.ts +2 -1
- package/src/composables/columnDrag.ts +9 -11
- package/src/composables/tableNavigation.ts +5 -1
- package/src/composables/useTooltipManager.ts +24 -0
- package/src/directives/index.ts +1 -0
- package/src/directives/v-tooltip-overflow.ts +97 -0
- package/src/index.ts +11 -0
- package/src/styles/_zd-input.scss +3 -2
- package/src/utils/fillHeight.ts +3 -2
- package/src/utils/index.ts +1 -0
- package/src/utils/plugins/getIconPlugin.ts +4 -3
- package/src/utils/tooltip-overflow/index.ts +2 -0
- package/src/utils/tooltip-overflow/install.ts +27 -0
- package/src/utils/tooltip-overflow/uninstall.ts +32 -0
- package/types/components/zd-alert/ZdAlert.d.ts +429 -351
- package/types/components/zd-badge/ZdBadge.d.ts +235 -211
- package/types/components/zd-breadcrumbs/ZdBreadcrumbs.d.ts +249 -222
- package/types/components/zd-button/ZdButton.d.ts +251 -227
- package/types/components/zd-button-group/ZdButtonGroup.d.ts +227 -212
- package/types/components/zd-card/ZdCard.d.ts +246 -222
- package/types/components/zd-carousel/ZdCarousel.d.ts +705 -701
- package/types/components/zd-checkbox/ZdCheckbox.d.ts +41 -14
- package/types/components/zd-checkbox-multiple/ZdCheckboxMultiple.d.ts +779 -746
- package/types/components/zd-chip/ZdChip.d.ts +246 -222
- package/types/components/zd-code-viewer/ZdCodeViewer.d.ts +264 -234
- package/types/components/zd-col/ZdCol.d.ts +244 -220
- package/types/components/zd-collapse-card/ZdCollapseCard.d.ts +541 -457
- package/types/components/zd-component/ZdComponent.d.ts +12 -5
- package/types/components/zd-component/ZdComponentRender.d.ts +12 -4
- package/types/components/zd-container/ZdContainer.d.ts +247 -223
- package/types/components/zd-currency/ZdCurrency.d.ts +765 -738
- package/types/components/zd-date-input/ZdDateInput.d.ts +62 -29
- package/types/components/zd-date-range/ZdDateRange.d.ts +776 -749
- package/types/components/zd-dialog/ZdDialog.d.ts +36 -12
- package/types/components/zd-divider/ZdDivider.d.ts +244 -220
- package/types/components/zd-dropdown/ZdDropdown.d.ts +342 -324
- package/types/components/zd-footer/ZdFooter.d.ts +624 -562
- package/types/components/zd-form/ZdForm.d.ts +12 -4
- package/types/components/zd-frame/ZdFrame.d.ts +13 -4
- package/types/components/zd-frame-page/ZdFramePage.d.ts +242 -215
- package/types/components/zd-grid/ZdGrid.d.ts +4500 -4527
- package/types/components/zd-grid/cell/ZdGridAction.d.ts +2 -2
- package/types/components/zd-grid/cell/ZdGridCell.d.ts +4 -4
- package/types/components/zd-grid/cell/ZdGridCellContent.d.ts +4 -4
- package/types/components/zd-grid/column-header/ZdGridColumnHeader.d.ts +2 -2
- package/types/components/zd-grid/composables/grid-instance.d.ts +1927 -1238
- package/types/components/zd-grid/footer/ZdGridFooter.d.ts +1927 -1238
- package/types/components/zd-grid/row/ZdGridRow.d.ts +6 -6
- package/types/components/zd-grid/toolbar/ZdGridToolbar.d.ts +1927 -1238
- package/types/components/zd-grid-editable/ZdGridEditable.d.ts +5102 -6303
- package/types/components/zd-grid-editable/cell/ZdGridEditableCell.d.ts +341 -341
- package/types/components/zd-grid-editable/row/ZdGridEditableRow.d.ts +6 -6
- package/types/components/zd-header/ZdHeader.d.ts +640 -582
- package/types/components/zd-icon/ZdIcon.d.ts +39 -15
- package/types/components/zd-image/ZdImage.d.ts +241 -220
- package/types/components/zd-increment/ZdIncrement.d.ts +765 -738
- package/types/components/zd-input/ZdInput.d.ts +15 -6
- package/types/components/zd-iterable/ZdIterable.d.ts +26 -12
- package/types/components/zd-iterable/ZdIterableNoData.d.ts +1927 -1238
- package/types/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.d.ts +753 -470
- package/types/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.d.ts +750 -461
- package/types/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.d.ts +1659 -987
- package/types/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.d.ts +762 -470
- package/types/components/zd-iterable/zd-search/ZdSearch.d.ts +50 -23
- package/types/components/zd-iterable-component-render/ZdIterableComponentRender.d.ts +1224 -1080
- package/types/components/zd-layout/ZdLayout.d.ts +243 -222
- package/types/components/zd-list/ZdList.d.ts +671 -432
- package/types/components/zd-list/ZdListGroup.d.ts +809 -570
- package/types/components/zd-list/ZdListItem.d.ts +424 -294
- package/types/components/zd-loading/ZdLoading.d.ts +35 -14
- package/types/components/zd-login/ZdLogin.d.ts +455 -425
- package/types/components/zd-login/ZdLoginButton.d.ts +678 -654
- package/types/components/zd-main/ZdMain.d.ts +241 -220
- package/types/components/zd-master-detail/ZdMasterDetail.d.ts +261 -237
- package/types/components/zd-menu/ZdMenu.d.ts +1257 -3206
- package/types/components/zd-menu/ZdMenuButton.d.ts +244 -220
- package/types/components/zd-menu/ZdMenuGroup.d.ts +1219 -5391
- package/types/components/zd-menu/ZdMenuLink.d.ts +2042 -9432
- package/types/components/zd-menu/ZdMenuSeparator.d.ts +244 -220
- package/types/components/zd-modal/ZdModal.d.ts +0 -2
- package/types/components/zd-modal/ZdModalCard.d.ts +125 -0
- package/types/components/zd-modal/ZdModalCloseButton.d.ts +244 -220
- package/types/components/zd-month/ZdMonth.d.ts +774 -747
- package/types/components/zd-number-input/ZdNumberInput.d.ts +766 -739
- package/types/components/zd-password/ZdPassword.d.ts +765 -738
- package/types/components/zd-progress/ZdProgress.d.ts +363 -336
- package/types/components/zd-radio/ZdRadio.d.ts +44 -14
- package/types/components/zd-row/ZdRow.d.ts +244 -220
- package/types/components/zd-select/ZdSelect.d.ts +17 -5
- package/types/components/zd-select-multiple/ZdSelectMultiple.d.ts +17 -5
- package/types/components/zd-svg-map/ZdSvgMap.d.ts +37 -13
- package/types/components/zd-switch/ZdSwitch.d.ts +764 -737
- package/types/components/zd-table/ZdTable.d.ts +547 -346
- package/types/components/zd-tabs/ZdTab.d.ts +233 -156
- package/types/components/zd-tabs/ZdTabItem.d.ts +36 -12
- package/types/components/zd-tabs/ZdTabs.d.ts +492 -306
- package/types/components/zd-tag/ZdTag.d.ts +244 -220
- package/types/components/zd-text/ZdText.d.ts +264 -234
- package/types/components/zd-text-input/ZdTextInput.d.ts +41 -14
- package/types/components/zd-textarea/ZdTextarea.d.ts +55 -15
- package/types/components/zd-time/ZdTime.d.ts +774 -747
- package/types/components/zd-toggleable/ZdToggleable.d.ts +13 -4
- package/types/components/zd-tooltip/ZdTooltip.d.ts +250 -226
- package/types/components/zd-tree/ZdTree.d.ts +799 -763
- package/types/components/zd-tree/ZdTreeAfterTitle.d.ts +3 -3
- package/types/components/zd-tree/ZdTreeCheckbox.d.ts +5 -5
- package/types/components/zd-tree-grid/ZdTreeGrid.d.ts +2230 -2214
- package/types/components/zd-tree-grid/cell/ZdTreeGridCell.d.ts +4 -4
- package/types/components/zd-tree-grid/row/ZdTreeGridRow.d.ts +6 -6
- package/types/composables/cellSelection.d.ts +2 -264
- package/types/composables/gridColumns.d.ts +200 -147
- package/types/composables/gridSorting.d.ts +1 -1
- package/types/composables/tableNavigation.d.ts +3 -2
- package/types/composables/useTooltipManager.d.ts +13 -0
- package/types/directives/index.d.ts +1 -0
- package/types/directives/v-tooltip-overflow.d.ts +12 -0
- package/types/index.d.ts +1 -0
- package/types/utils/fillHeight.d.ts +1 -1
- package/types/utils/index.d.ts +1 -0
- package/types/utils/tooltip-overflow/index.d.ts +2 -0
- package/types/utils/tooltip-overflow/install.d.ts +13 -0
- package/types/utils/tooltip-overflow/uninstall.d.ts +14 -0
- package/src/components/tooltip-overflow/ZdTooltipOverflow.ts +0 -63
- package/src/components/tooltip-overflow/ZdTooltipOverflow.vue +0 -63
|
@@ -43,11 +43,12 @@ export declare const ZdSelectProps: {
|
|
|
43
43
|
};
|
|
44
44
|
preventLoadOnFocus: {
|
|
45
45
|
type: BooleanConstructor;
|
|
46
|
-
validator: (prop: unknown) => boolean;
|
|
46
|
+
validator: (prop: unknown) => prop is boolean | null;
|
|
47
47
|
};
|
|
48
48
|
datasource: {
|
|
49
49
|
type: ObjectConstructor;
|
|
50
50
|
default: () => {};
|
|
51
|
+
watch: boolean;
|
|
51
52
|
};
|
|
52
53
|
value: {
|
|
53
54
|
type: (NumberConstructor | ObjectConstructor | StringConstructor)[];
|
|
@@ -64,10 +65,12 @@ export declare const ZdSelectProps: {
|
|
|
64
65
|
itemAfterSlot: {
|
|
65
66
|
type: ArrayConstructor;
|
|
66
67
|
default: () => never[];
|
|
68
|
+
watch: boolean;
|
|
67
69
|
};
|
|
68
70
|
itemBeforeSlot: {
|
|
69
71
|
type: ArrayConstructor;
|
|
70
72
|
default: () => never[];
|
|
73
|
+
watch: boolean;
|
|
71
74
|
};
|
|
72
75
|
manualMode: {
|
|
73
76
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -233,6 +236,7 @@ export declare const ZdSelectProps: {
|
|
|
233
236
|
validations: {
|
|
234
237
|
type: (ObjectConstructor | StringConstructor)[];
|
|
235
238
|
default: {};
|
|
239
|
+
watch: boolean;
|
|
236
240
|
};
|
|
237
241
|
grid: {
|
|
238
242
|
default: {};
|
|
@@ -247,16 +251,20 @@ export declare const ZdSelectProps: {
|
|
|
247
251
|
isArray(arg: any): arg is any[];
|
|
248
252
|
readonly prototype: any[];
|
|
249
253
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
250
|
-
from<
|
|
251
|
-
from<
|
|
252
|
-
from<
|
|
253
|
-
of<
|
|
254
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
255
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
256
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
257
|
+
of<T>(...items: T[]): T[];
|
|
258
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
259
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
254
260
|
readonly [Symbol.species]: ArrayConstructor;
|
|
255
261
|
})[];
|
|
256
262
|
default(): never[];
|
|
263
|
+
watch: boolean;
|
|
257
264
|
};
|
|
258
265
|
component: {
|
|
259
266
|
type: StringConstructor;
|
|
267
|
+
watch: boolean;
|
|
260
268
|
};
|
|
261
269
|
allowDuplicate: {
|
|
262
270
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -281,10 +289,12 @@ export declare const ZdSelectProps: {
|
|
|
281
289
|
directives: {
|
|
282
290
|
type: ObjectConstructor;
|
|
283
291
|
default(): {};
|
|
292
|
+
watch: boolean;
|
|
284
293
|
};
|
|
285
294
|
events: {
|
|
286
295
|
type: ObjectConstructor;
|
|
287
296
|
default(): {};
|
|
297
|
+
watch: boolean;
|
|
288
298
|
};
|
|
289
299
|
instanceObject: {
|
|
290
300
|
type: ObjectConstructor;
|
|
@@ -296,6 +306,7 @@ export declare const ZdSelectProps: {
|
|
|
296
306
|
keyMap: {
|
|
297
307
|
type: ObjectConstructor;
|
|
298
308
|
default(): {};
|
|
309
|
+
watch: boolean;
|
|
299
310
|
};
|
|
300
311
|
light: {
|
|
301
312
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -307,6 +318,7 @@ export declare const ZdSelectProps: {
|
|
|
307
318
|
};
|
|
308
319
|
parent: {
|
|
309
320
|
type: ObjectConstructor;
|
|
321
|
+
watch: boolean;
|
|
310
322
|
};
|
|
311
323
|
tabStop: {
|
|
312
324
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -68,11 +68,12 @@ export declare const ZdSelectMultipleProps: {
|
|
|
68
68
|
};
|
|
69
69
|
preventLoadOnFocus: {
|
|
70
70
|
type: BooleanConstructor;
|
|
71
|
-
validator: (prop: unknown) => boolean;
|
|
71
|
+
validator: (prop: unknown) => prop is boolean | null;
|
|
72
72
|
};
|
|
73
73
|
datasource: {
|
|
74
74
|
type: ObjectConstructor;
|
|
75
75
|
default: () => {};
|
|
76
|
+
watch: boolean;
|
|
76
77
|
};
|
|
77
78
|
menuMaxHeight: {
|
|
78
79
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -85,10 +86,12 @@ export declare const ZdSelectMultipleProps: {
|
|
|
85
86
|
itemAfterSlot: {
|
|
86
87
|
type: ArrayConstructor;
|
|
87
88
|
default: () => never[];
|
|
89
|
+
watch: boolean;
|
|
88
90
|
};
|
|
89
91
|
itemBeforeSlot: {
|
|
90
92
|
type: ArrayConstructor;
|
|
91
93
|
default: () => never[];
|
|
94
|
+
watch: boolean;
|
|
92
95
|
};
|
|
93
96
|
manualMode: {
|
|
94
97
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -254,6 +257,7 @@ export declare const ZdSelectMultipleProps: {
|
|
|
254
257
|
validations: {
|
|
255
258
|
type: (ObjectConstructor | StringConstructor)[];
|
|
256
259
|
default: {};
|
|
260
|
+
watch: boolean;
|
|
257
261
|
};
|
|
258
262
|
grid: {
|
|
259
263
|
default: {};
|
|
@@ -268,16 +272,20 @@ export declare const ZdSelectMultipleProps: {
|
|
|
268
272
|
isArray(arg: any): arg is any[];
|
|
269
273
|
readonly prototype: any[];
|
|
270
274
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
271
|
-
from<
|
|
272
|
-
from<
|
|
273
|
-
from<
|
|
274
|
-
of<
|
|
275
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
276
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
277
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
278
|
+
of<T>(...items: T[]): T[];
|
|
279
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
280
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
275
281
|
readonly [Symbol.species]: ArrayConstructor;
|
|
276
282
|
})[];
|
|
277
283
|
default(): never[];
|
|
284
|
+
watch: boolean;
|
|
278
285
|
};
|
|
279
286
|
component: {
|
|
280
287
|
type: StringConstructor;
|
|
288
|
+
watch: boolean;
|
|
281
289
|
};
|
|
282
290
|
allowDuplicate: {
|
|
283
291
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -302,10 +310,12 @@ export declare const ZdSelectMultipleProps: {
|
|
|
302
310
|
directives: {
|
|
303
311
|
type: ObjectConstructor;
|
|
304
312
|
default(): {};
|
|
313
|
+
watch: boolean;
|
|
305
314
|
};
|
|
306
315
|
events: {
|
|
307
316
|
type: ObjectConstructor;
|
|
308
317
|
default(): {};
|
|
318
|
+
watch: boolean;
|
|
309
319
|
};
|
|
310
320
|
instanceObject: {
|
|
311
321
|
type: ObjectConstructor;
|
|
@@ -317,6 +327,7 @@ export declare const ZdSelectMultipleProps: {
|
|
|
317
327
|
keyMap: {
|
|
318
328
|
type: ObjectConstructor;
|
|
319
329
|
default(): {};
|
|
330
|
+
watch: boolean;
|
|
320
331
|
};
|
|
321
332
|
light: {
|
|
322
333
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -328,6 +339,7 @@ export declare const ZdSelectMultipleProps: {
|
|
|
328
339
|
};
|
|
329
340
|
parent: {
|
|
330
341
|
type: ObjectConstructor;
|
|
342
|
+
watch: boolean;
|
|
331
343
|
};
|
|
332
344
|
tabStop: {
|
|
333
345
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -48,16 +48,20 @@ export declare const ZdSvgMapProps: {
|
|
|
48
48
|
isArray(arg: any): arg is any[];
|
|
49
49
|
readonly prototype: any[];
|
|
50
50
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
51
|
-
from<
|
|
52
|
-
from<
|
|
53
|
-
from<
|
|
54
|
-
of<
|
|
51
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
52
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
53
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
54
|
+
of<T>(...items: T[]): T[];
|
|
55
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
56
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
55
57
|
readonly [Symbol.species]: ArrayConstructor;
|
|
56
58
|
})[];
|
|
57
59
|
default(): never[];
|
|
60
|
+
watch: boolean;
|
|
58
61
|
};
|
|
59
62
|
component: {
|
|
60
63
|
type: StringConstructor;
|
|
64
|
+
watch: boolean;
|
|
61
65
|
};
|
|
62
66
|
allowDuplicate: {
|
|
63
67
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -82,10 +86,12 @@ export declare const ZdSvgMapProps: {
|
|
|
82
86
|
directives: {
|
|
83
87
|
type: ObjectConstructor;
|
|
84
88
|
default(): {};
|
|
89
|
+
watch: boolean;
|
|
85
90
|
};
|
|
86
91
|
events: {
|
|
87
92
|
type: ObjectConstructor;
|
|
88
93
|
default(): {};
|
|
94
|
+
watch: boolean;
|
|
89
95
|
};
|
|
90
96
|
instanceObject: {
|
|
91
97
|
type: ObjectConstructor;
|
|
@@ -97,6 +103,7 @@ export declare const ZdSvgMapProps: {
|
|
|
97
103
|
keyMap: {
|
|
98
104
|
type: ObjectConstructor;
|
|
99
105
|
default(): {};
|
|
106
|
+
watch: boolean;
|
|
100
107
|
};
|
|
101
108
|
light: {
|
|
102
109
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -108,6 +115,7 @@ export declare const ZdSvgMapProps: {
|
|
|
108
115
|
};
|
|
109
116
|
parent: {
|
|
110
117
|
type: ObjectConstructor;
|
|
118
|
+
watch: boolean;
|
|
111
119
|
};
|
|
112
120
|
tabStop: {
|
|
113
121
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -167,16 +175,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
167
175
|
isArray(arg: any): arg is any[];
|
|
168
176
|
readonly prototype: any[];
|
|
169
177
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
170
|
-
from<
|
|
171
|
-
from<
|
|
172
|
-
from<
|
|
173
|
-
of<
|
|
178
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
179
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
180
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
181
|
+
of<T>(...items: T[]): T[];
|
|
182
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
183
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
174
184
|
readonly [Symbol.species]: ArrayConstructor;
|
|
175
185
|
})[];
|
|
176
186
|
default(): never[];
|
|
187
|
+
watch: boolean;
|
|
177
188
|
};
|
|
178
189
|
component: {
|
|
179
190
|
type: StringConstructor;
|
|
191
|
+
watch: boolean;
|
|
180
192
|
};
|
|
181
193
|
allowDuplicate: {
|
|
182
194
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -201,10 +213,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
201
213
|
directives: {
|
|
202
214
|
type: ObjectConstructor;
|
|
203
215
|
default(): {};
|
|
216
|
+
watch: boolean;
|
|
204
217
|
};
|
|
205
218
|
events: {
|
|
206
219
|
type: ObjectConstructor;
|
|
207
220
|
default(): {};
|
|
221
|
+
watch: boolean;
|
|
208
222
|
};
|
|
209
223
|
instanceObject: {
|
|
210
224
|
type: ObjectConstructor;
|
|
@@ -216,6 +230,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
216
230
|
keyMap: {
|
|
217
231
|
type: ObjectConstructor;
|
|
218
232
|
default(): {};
|
|
233
|
+
watch: boolean;
|
|
219
234
|
};
|
|
220
235
|
light: {
|
|
221
236
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -227,6 +242,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
227
242
|
};
|
|
228
243
|
parent: {
|
|
229
244
|
type: ObjectConstructor;
|
|
245
|
+
watch: boolean;
|
|
230
246
|
};
|
|
231
247
|
tabStop: {
|
|
232
248
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -260,7 +276,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
260
276
|
zIndex: number;
|
|
261
277
|
userSelect: string;
|
|
262
278
|
}>;
|
|
263
|
-
root: Readonly<import("vue").ShallowRef<HTMLElement | import("vue").ComponentPublicInstance
|
|
279
|
+
root: Readonly<import("vue").ShallowRef<HTMLElement | import("vue").ComponentPublicInstance | null>>;
|
|
264
280
|
mapClick: (event: any) => void;
|
|
265
281
|
instance: any;
|
|
266
282
|
pathId: import("vue").Ref<string | null, string | null>;
|
|
@@ -319,16 +335,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
319
335
|
isArray(arg: any): arg is any[];
|
|
320
336
|
readonly prototype: any[];
|
|
321
337
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
322
|
-
from<
|
|
323
|
-
from<
|
|
324
|
-
from<
|
|
325
|
-
of<
|
|
338
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
339
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
340
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
341
|
+
of<T>(...items: T[]): T[];
|
|
342
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
343
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
326
344
|
readonly [Symbol.species]: ArrayConstructor;
|
|
327
345
|
})[];
|
|
328
346
|
default(): never[];
|
|
347
|
+
watch: boolean;
|
|
329
348
|
};
|
|
330
349
|
component: {
|
|
331
350
|
type: StringConstructor;
|
|
351
|
+
watch: boolean;
|
|
332
352
|
};
|
|
333
353
|
allowDuplicate: {
|
|
334
354
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -353,10 +373,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
353
373
|
directives: {
|
|
354
374
|
type: ObjectConstructor;
|
|
355
375
|
default(): {};
|
|
376
|
+
watch: boolean;
|
|
356
377
|
};
|
|
357
378
|
events: {
|
|
358
379
|
type: ObjectConstructor;
|
|
359
380
|
default(): {};
|
|
381
|
+
watch: boolean;
|
|
360
382
|
};
|
|
361
383
|
instanceObject: {
|
|
362
384
|
type: ObjectConstructor;
|
|
@@ -368,6 +390,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
368
390
|
keyMap: {
|
|
369
391
|
type: ObjectConstructor;
|
|
370
392
|
default(): {};
|
|
393
|
+
watch: boolean;
|
|
371
394
|
};
|
|
372
395
|
light: {
|
|
373
396
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -379,6 +402,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
379
402
|
};
|
|
380
403
|
parent: {
|
|
381
404
|
type: ObjectConstructor;
|
|
405
|
+
watch: boolean;
|
|
382
406
|
};
|
|
383
407
|
tabStop: {
|
|
384
408
|
type: (BooleanConstructor | StringConstructor)[];
|