@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
|
@@ -57,16 +57,20 @@ export declare const ZdTabProps: {
|
|
|
57
57
|
isArray(arg: any): arg is any[];
|
|
58
58
|
readonly prototype: any[];
|
|
59
59
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
60
|
-
from<
|
|
61
|
-
from<
|
|
62
|
-
from<
|
|
63
|
-
of<
|
|
60
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
61
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
62
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
63
|
+
of<T>(...items: T[]): T[];
|
|
64
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
65
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
64
66
|
readonly [Symbol.species]: ArrayConstructor;
|
|
65
67
|
})[];
|
|
66
68
|
default(): never[];
|
|
69
|
+
watch: boolean;
|
|
67
70
|
};
|
|
68
71
|
component: {
|
|
69
72
|
type: StringConstructor;
|
|
73
|
+
watch: boolean;
|
|
70
74
|
};
|
|
71
75
|
allowDuplicate: {
|
|
72
76
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -91,10 +95,12 @@ export declare const ZdTabProps: {
|
|
|
91
95
|
directives: {
|
|
92
96
|
type: ObjectConstructor;
|
|
93
97
|
default(): {};
|
|
98
|
+
watch: boolean;
|
|
94
99
|
};
|
|
95
100
|
events: {
|
|
96
101
|
type: ObjectConstructor;
|
|
97
102
|
default(): {};
|
|
103
|
+
watch: boolean;
|
|
98
104
|
};
|
|
99
105
|
instanceObject: {
|
|
100
106
|
type: ObjectConstructor;
|
|
@@ -106,6 +112,7 @@ export declare const ZdTabProps: {
|
|
|
106
112
|
keyMap: {
|
|
107
113
|
type: ObjectConstructor;
|
|
108
114
|
default(): {};
|
|
115
|
+
watch: boolean;
|
|
109
116
|
};
|
|
110
117
|
light: {
|
|
111
118
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -117,6 +124,7 @@ export declare const ZdTabProps: {
|
|
|
117
124
|
};
|
|
118
125
|
parent: {
|
|
119
126
|
type: ObjectConstructor;
|
|
127
|
+
watch: boolean;
|
|
120
128
|
};
|
|
121
129
|
tabStop: {
|
|
122
130
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -187,16 +195,20 @@ declare const tabComponent: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
187
195
|
isArray(arg: any): arg is any[];
|
|
188
196
|
readonly prototype: any[];
|
|
189
197
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
190
|
-
from<
|
|
191
|
-
from<
|
|
192
|
-
from<
|
|
193
|
-
of<
|
|
198
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
199
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
200
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
201
|
+
of<T>(...items: T[]): T[];
|
|
202
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
203
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
194
204
|
readonly [Symbol.species]: ArrayConstructor;
|
|
195
205
|
})[];
|
|
196
206
|
default(): never[];
|
|
207
|
+
watch: boolean;
|
|
197
208
|
};
|
|
198
209
|
component: {
|
|
199
210
|
type: StringConstructor;
|
|
211
|
+
watch: boolean;
|
|
200
212
|
};
|
|
201
213
|
allowDuplicate: {
|
|
202
214
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -221,10 +233,12 @@ declare const tabComponent: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
221
233
|
directives: {
|
|
222
234
|
type: ObjectConstructor;
|
|
223
235
|
default(): {};
|
|
236
|
+
watch: boolean;
|
|
224
237
|
};
|
|
225
238
|
events: {
|
|
226
239
|
type: ObjectConstructor;
|
|
227
240
|
default(): {};
|
|
241
|
+
watch: boolean;
|
|
228
242
|
};
|
|
229
243
|
instanceObject: {
|
|
230
244
|
type: ObjectConstructor;
|
|
@@ -236,6 +250,7 @@ declare const tabComponent: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
236
250
|
keyMap: {
|
|
237
251
|
type: ObjectConstructor;
|
|
238
252
|
default(): {};
|
|
253
|
+
watch: boolean;
|
|
239
254
|
};
|
|
240
255
|
light: {
|
|
241
256
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -247,6 +262,7 @@ declare const tabComponent: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
247
262
|
};
|
|
248
263
|
parent: {
|
|
249
264
|
type: ObjectConstructor;
|
|
265
|
+
watch: boolean;
|
|
250
266
|
};
|
|
251
267
|
tabStop: {
|
|
252
268
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -262,13 +278,13 @@ declare const tabComponent: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
262
278
|
lazyLoad: boolean;
|
|
263
279
|
color: string;
|
|
264
280
|
dense: boolean;
|
|
265
|
-
direction: "
|
|
281
|
+
direction: "horizontal" | "vertical";
|
|
266
282
|
fixed: boolean;
|
|
267
283
|
iconName?: string | undefined;
|
|
268
284
|
rounded: string | number | boolean;
|
|
269
285
|
selectedClass: string;
|
|
270
286
|
value: any;
|
|
271
|
-
variant: "
|
|
287
|
+
variant: "text" | "flat" | "elevated" | "tonal" | "outlined" | "plain";
|
|
272
288
|
width?: string | number | undefined;
|
|
273
289
|
allowDuplicate: boolean;
|
|
274
290
|
autofocus: boolean;
|
|
@@ -276,211 +292,264 @@ declare const tabComponent: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
276
292
|
[x: string]: any;
|
|
277
293
|
allowDuplicate?: boolean | undefined;
|
|
278
294
|
autofocus?: boolean | undefined;
|
|
279
|
-
children?: any[] | undefined;
|
|
295
|
+
children?: /*elided*/ any[] | undefined;
|
|
280
296
|
componentId?: number | undefined;
|
|
281
297
|
cssClass?: string | undefined;
|
|
282
|
-
cssStyle?: string | import("@zeedhi/core").IDictionary
|
|
298
|
+
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
283
299
|
events?: {
|
|
284
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
285
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
286
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
287
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
288
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
289
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
290
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
291
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
292
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
300
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | undefined)[] | undefined;
|
|
301
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
302
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
303
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
304
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
305
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
306
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
307
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
308
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
293
309
|
} | undefined;
|
|
294
310
|
directives?: {
|
|
295
311
|
[x: string]: {
|
|
296
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
297
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
298
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
299
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
300
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
301
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
302
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
303
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
304
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
312
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | undefined)[] | undefined;
|
|
313
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
314
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
315
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
316
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
317
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
318
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
319
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
320
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
305
321
|
} | undefined;
|
|
306
322
|
touch?: {
|
|
307
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
308
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
309
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
310
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
311
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
312
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
313
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
314
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
315
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
323
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | undefined)[] | undefined;
|
|
324
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
325
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
326
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
327
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
328
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
329
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
330
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
331
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
316
332
|
} | undefined;
|
|
317
333
|
} | undefined;
|
|
318
|
-
isVisible?:
|
|
334
|
+
isVisible?: boolean | string | undefined;
|
|
319
335
|
dark?: boolean | undefined;
|
|
320
336
|
light?: boolean | undefined;
|
|
321
337
|
theme?: string | undefined;
|
|
322
|
-
keyMap?: import("@zeedhi/core").IKeyMap
|
|
338
|
+
keyMap?: import("@zeedhi/core").IKeyMap | undefined;
|
|
323
339
|
name: string;
|
|
324
340
|
parent?: {
|
|
325
|
-
addChildInstance: (component: import("@zeedhi/common").Component
|
|
326
|
-
getChildInstance: <T extends import("@zeedhi/common").Component
|
|
341
|
+
addChildInstance: (component: import("@zeedhi/common").Component) => void;
|
|
342
|
+
getChildInstance: <T extends import("@zeedhi/common").Component>(name: string) => T;
|
|
327
343
|
allowDuplicate: boolean;
|
|
328
344
|
autofocus: boolean;
|
|
329
|
-
children: any[];
|
|
345
|
+
children: /*elided*/ any[];
|
|
330
346
|
componentId: number;
|
|
331
347
|
cssClass: string;
|
|
332
|
-
cssStyle: string | import("@zeedhi/core").IDictionary
|
|
348
|
+
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
333
349
|
events: {
|
|
334
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
335
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
336
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
337
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
338
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
339
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
340
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
341
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
342
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
350
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | undefined)[] | undefined;
|
|
351
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
352
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
353
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
354
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
355
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
356
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
357
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
358
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
343
359
|
};
|
|
344
360
|
directives: {
|
|
345
361
|
[x: string]: {
|
|
346
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
347
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
348
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
349
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
350
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
351
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
352
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
353
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
354
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
362
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | undefined)[] | undefined;
|
|
363
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
364
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
365
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
366
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
367
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
368
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
369
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
370
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
355
371
|
} | undefined;
|
|
356
372
|
touch?: {
|
|
357
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
358
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
359
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
360
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
361
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
362
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
363
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
364
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
365
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
373
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | undefined)[] | undefined;
|
|
374
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
375
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
376
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
377
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
378
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
379
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
380
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
381
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
366
382
|
} | undefined;
|
|
367
383
|
};
|
|
368
|
-
isVisible:
|
|
384
|
+
isVisible: boolean | string;
|
|
369
385
|
dark: boolean;
|
|
370
386
|
light: boolean;
|
|
371
387
|
theme?: string | undefined;
|
|
372
|
-
keyMap: import("@zeedhi/core").IKeyMap
|
|
388
|
+
keyMap: import("@zeedhi/core").IKeyMap;
|
|
373
389
|
name: string;
|
|
374
|
-
parent?: any | undefined;
|
|
390
|
+
parent?: /*elided*/ any | undefined;
|
|
375
391
|
tabStop: boolean;
|
|
376
|
-
userProperties: import("@zeedhi/core").IDictionary
|
|
377
|
-
fillHeight: boolean;
|
|
392
|
+
userProperties: import("@zeedhi/core").IDictionary;
|
|
393
|
+
fillHeight: boolean | string;
|
|
378
394
|
} | undefined;
|
|
379
395
|
tabStop?: boolean | undefined;
|
|
380
|
-
userProperties?: import("@zeedhi/core").IDictionary
|
|
381
|
-
fillHeight?: boolean | undefined;
|
|
396
|
+
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
397
|
+
fillHeight?: boolean | string | undefined;
|
|
382
398
|
}[];
|
|
383
399
|
childrenInstances: any[];
|
|
384
400
|
cssClass: string;
|
|
385
401
|
cssStyle: string | import("@zeedhi/core").IDictionary<string>;
|
|
386
402
|
directives: {
|
|
387
403
|
[x: string]: {
|
|
388
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
389
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
390
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
391
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
392
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
393
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
394
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
395
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
396
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
404
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | undefined)[] | undefined;
|
|
405
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
406
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
407
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
408
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
409
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
410
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
411
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
412
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
397
413
|
} | undefined;
|
|
398
414
|
touch?: {
|
|
399
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
400
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
401
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
402
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
403
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
404
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
405
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
406
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
407
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
415
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | undefined)[] | undefined;
|
|
416
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
417
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
418
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
419
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
420
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
421
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
422
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
423
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
408
424
|
} | undefined;
|
|
409
425
|
};
|
|
410
426
|
events: {
|
|
411
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
412
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
413
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
414
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
415
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
416
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
417
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
418
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
419
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
427
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | undefined)[] | undefined;
|
|
428
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
429
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
430
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
431
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
432
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
433
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
434
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
435
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
420
436
|
};
|
|
421
437
|
isVisible: boolean;
|
|
422
438
|
name: string;
|
|
423
439
|
dark: boolean;
|
|
424
440
|
light: boolean;
|
|
425
441
|
theme?: string | undefined;
|
|
426
|
-
fillHeight: boolean;
|
|
442
|
+
fillHeight: boolean | string;
|
|
427
443
|
parent?: {
|
|
428
|
-
addChildInstance: (component: import("@zeedhi/common").Component
|
|
429
|
-
getChildInstance: <T extends import("@zeedhi/common").Component
|
|
444
|
+
addChildInstance: (component: import("@zeedhi/common").Component) => void;
|
|
445
|
+
getChildInstance: <T extends import("@zeedhi/common").Component>(name: string) => T;
|
|
430
446
|
allowDuplicate: boolean;
|
|
431
447
|
autofocus: boolean;
|
|
432
|
-
children:
|
|
448
|
+
children: {
|
|
449
|
+
[x: string]: any;
|
|
450
|
+
allowDuplicate?: boolean | undefined;
|
|
451
|
+
autofocus?: boolean | undefined;
|
|
452
|
+
children?: /*elided*/ any[] | undefined;
|
|
453
|
+
componentId?: number | undefined;
|
|
454
|
+
cssClass?: string | undefined;
|
|
455
|
+
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
456
|
+
events?: {
|
|
457
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | undefined)[] | undefined;
|
|
458
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
459
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
460
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
461
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
462
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
463
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
464
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
465
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
466
|
+
} | undefined;
|
|
467
|
+
directives?: {
|
|
468
|
+
[x: string]: {
|
|
469
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | undefined)[] | undefined;
|
|
470
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
471
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
472
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
473
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
474
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
475
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
476
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
477
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
478
|
+
} | undefined;
|
|
479
|
+
touch?: {
|
|
480
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | undefined)[] | undefined;
|
|
481
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
482
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
483
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
484
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
485
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
486
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
487
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
488
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
489
|
+
} | undefined;
|
|
490
|
+
} | undefined;
|
|
491
|
+
isVisible?: boolean | string | undefined;
|
|
492
|
+
dark?: boolean | undefined;
|
|
493
|
+
light?: boolean | undefined;
|
|
494
|
+
theme?: string | undefined;
|
|
495
|
+
keyMap?: import("@zeedhi/core").IKeyMap | undefined;
|
|
496
|
+
name: string;
|
|
497
|
+
parent?: /*elided*/ any | undefined;
|
|
498
|
+
tabStop?: boolean | undefined;
|
|
499
|
+
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
500
|
+
fillHeight?: boolean | string | undefined;
|
|
501
|
+
}[];
|
|
433
502
|
componentId: number;
|
|
434
503
|
cssClass: string;
|
|
435
|
-
cssStyle: string | import("@zeedhi/core").IDictionary
|
|
504
|
+
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
436
505
|
events: {
|
|
437
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
438
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
439
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
440
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
441
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
442
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
443
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
444
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
445
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
506
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | undefined)[] | undefined;
|
|
507
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
508
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
509
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
510
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
511
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
512
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
513
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
514
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
446
515
|
};
|
|
447
516
|
directives: {
|
|
448
517
|
[x: string]: {
|
|
449
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
450
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
451
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
452
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
453
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
454
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
455
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
456
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
457
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
518
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | undefined)[] | undefined;
|
|
519
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
520
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
521
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
522
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
523
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
524
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
525
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
526
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
458
527
|
} | undefined;
|
|
459
528
|
touch?: {
|
|
460
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
461
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
462
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
463
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
464
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
465
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
466
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
467
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
468
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
529
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>> | undefined)[] | undefined;
|
|
530
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
531
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
532
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
533
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
534
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
535
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
536
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
537
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any, globalThis.Event>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any, globalThis.Event>>> | undefined;
|
|
469
538
|
} | undefined;
|
|
470
539
|
};
|
|
471
|
-
isVisible:
|
|
540
|
+
isVisible: boolean | string;
|
|
472
541
|
dark: boolean;
|
|
473
542
|
light: boolean;
|
|
474
543
|
theme?: string | undefined;
|
|
475
|
-
keyMap: import("@zeedhi/core").IKeyMap
|
|
544
|
+
keyMap: import("@zeedhi/core").IKeyMap;
|
|
476
545
|
name: string;
|
|
477
|
-
parent?: any | undefined;
|
|
546
|
+
parent?: /*elided*/ any | undefined;
|
|
478
547
|
tabStop: boolean;
|
|
479
|
-
userProperties: import("@zeedhi/core").IDictionary
|
|
480
|
-
fillHeight: boolean;
|
|
548
|
+
userProperties: import("@zeedhi/core").IDictionary;
|
|
549
|
+
fillHeight: boolean | string;
|
|
481
550
|
} | undefined;
|
|
482
551
|
componentId: number;
|
|
483
|
-
keyMap: import("@zeedhi/core").IKeyMap
|
|
552
|
+
keyMap: import("@zeedhi/core").IKeyMap;
|
|
484
553
|
isFocused: boolean;
|
|
485
554
|
tabStop: boolean;
|
|
486
555
|
userProperties: import("@zeedhi/core").IDictionary<any>;
|
|
@@ -489,22 +558,22 @@ declare const tabComponent: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
489
558
|
callEvent: (eventName: string, args: any) => boolean;
|
|
490
559
|
addChild: (child: import("@zeedhi/common").IComponent) => void;
|
|
491
560
|
removeChild: (name: string) => void;
|
|
492
|
-
getChildInstance: <
|
|
493
|
-
addChildInstance: (instance: import("@zeedhi/common").Component
|
|
561
|
+
getChildInstance: <T>(name: string) => T;
|
|
562
|
+
addChildInstance: (instance: import("@zeedhi/common").Component) => void;
|
|
494
563
|
onCreated: () => void;
|
|
495
564
|
onBeforeMount: () => void;
|
|
496
565
|
onMounted: (element: any) => void;
|
|
497
566
|
onBeforeDestroy: () => void;
|
|
498
567
|
onDestroyed: () => void;
|
|
499
|
-
click: (event?: globalThis.Event
|
|
568
|
+
click: (event?: globalThis.Event, element?: any) => void;
|
|
500
569
|
focus: (event: globalThis.Event, element: any) => void;
|
|
501
570
|
blur: (event: globalThis.Event, element: any) => void;
|
|
502
|
-
mouseenter: (event?: globalThis.Event
|
|
503
|
-
mouseleave: (event?: globalThis.Event
|
|
504
|
-
mouseout: (event?: globalThis.Event
|
|
505
|
-
mouseover: (event?: globalThis.Event
|
|
571
|
+
mouseenter: (event?: globalThis.Event, element?: any) => void;
|
|
572
|
+
mouseleave: (event?: globalThis.Event, element?: any) => void;
|
|
573
|
+
mouseout: (event?: globalThis.Event, element?: any) => void;
|
|
574
|
+
mouseover: (event?: globalThis.Event, element?: any) => void;
|
|
506
575
|
};
|
|
507
|
-
root: Readonly<import("vue").ShallowRef<HTMLElement | import("vue").ComponentPublicInstance
|
|
576
|
+
root: Readonly<import("vue").ShallowRef<HTMLElement | import("vue").ComponentPublicInstance | null>>;
|
|
508
577
|
click: (event: globalThis.Event) => void;
|
|
509
578
|
focus: (event: globalThis.Event) => void;
|
|
510
579
|
blur: (event: globalThis.Event) => void;
|
|
@@ -571,16 +640,20 @@ declare const tabComponent: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
571
640
|
isArray(arg: any): arg is any[];
|
|
572
641
|
readonly prototype: any[];
|
|
573
642
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
574
|
-
from<
|
|
575
|
-
from<
|
|
576
|
-
from<
|
|
577
|
-
of<
|
|
643
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
644
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
645
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
646
|
+
of<T>(...items: T[]): T[];
|
|
647
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
648
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
578
649
|
readonly [Symbol.species]: ArrayConstructor;
|
|
579
650
|
})[];
|
|
580
651
|
default(): never[];
|
|
652
|
+
watch: boolean;
|
|
581
653
|
};
|
|
582
654
|
component: {
|
|
583
655
|
type: StringConstructor;
|
|
656
|
+
watch: boolean;
|
|
584
657
|
};
|
|
585
658
|
allowDuplicate: {
|
|
586
659
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -605,10 +678,12 @@ declare const tabComponent: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
605
678
|
directives: {
|
|
606
679
|
type: ObjectConstructor;
|
|
607
680
|
default(): {};
|
|
681
|
+
watch: boolean;
|
|
608
682
|
};
|
|
609
683
|
events: {
|
|
610
684
|
type: ObjectConstructor;
|
|
611
685
|
default(): {};
|
|
686
|
+
watch: boolean;
|
|
612
687
|
};
|
|
613
688
|
instanceObject: {
|
|
614
689
|
type: ObjectConstructor;
|
|
@@ -620,6 +695,7 @@ declare const tabComponent: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
620
695
|
keyMap: {
|
|
621
696
|
type: ObjectConstructor;
|
|
622
697
|
default(): {};
|
|
698
|
+
watch: boolean;
|
|
623
699
|
};
|
|
624
700
|
light: {
|
|
625
701
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -631,6 +707,7 @@ declare const tabComponent: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
631
707
|
};
|
|
632
708
|
parent: {
|
|
633
709
|
type: ObjectConstructor;
|
|
710
|
+
watch: boolean;
|
|
634
711
|
};
|
|
635
712
|
tabStop: {
|
|
636
713
|
type: (BooleanConstructor | StringConstructor)[];
|