@zeedhi/vuetify 3.1.0 → 3.2.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 +5 -17
- package/dist/zd-vuetify.min.css +1 -1
- package/dist/zd-vuetify.min.js +15 -17
- package/dist/zd-vuetify.mjs +334 -247
- package/package.json +3 -3
- package/src/components/zd-checkbox/ZdCheckbox.vue +4 -0
- package/src/components/zd-component/ZdComponent.ts +1 -1
- package/src/components/zd-date-input/ZdDateInput.ts +1 -0
- package/src/components/zd-grid-editable/ZdGridEditable.ts +16 -13
- package/src/components/zd-select/ZdSelect.ts +18 -1
- package/src/components/zd-select/ZdSelect.vue +3 -2
- package/src/components/zd-select-multiple/ZdSelectMultiple.ts +21 -3
- package/src/components/zd-select-multiple/ZdSelectMultiple.vue +10 -1
- package/src/components/zd-tabs/ZdTabItem.vue +2 -0
- package/src/components/zd-text-input/ZdTextInput.ts +6 -0
- package/src/components/zd-text-input/ZdTextInput.vue +1 -1
- package/src/components/zd-textarea/ZdTextarea.vue +1 -0
- package/src/components/zd-tooltip/ZdTooltip.vue +2 -1
- package/src/composables/gridColumns.ts +11 -6
- package/types/components/zd-alert/ZdAlert.d.ts +299 -299
- package/types/components/zd-badge/ZdBadge.d.ts +159 -159
- package/types/components/zd-breadcrumbs/ZdBreadcrumbs.d.ts +168 -168
- package/types/components/zd-button/ZdButton.d.ts +159 -159
- package/types/components/zd-button-group/ZdButtonGroup.d.ts +168 -168
- package/types/components/zd-card/ZdCard.d.ts +159 -159
- package/types/components/zd-carousel/ZdCarousel.d.ts +476 -476
- package/types/components/zd-checkbox-multiple/ZdCheckboxMultiple.d.ts +599 -599
- package/types/components/zd-chip/ZdChip.d.ts +159 -159
- package/types/components/zd-code-viewer/ZdCodeViewer.d.ts +168 -168
- package/types/components/zd-col/ZdCol.d.ts +168 -168
- package/types/components/zd-collapse-card/ZdCollapseCard.d.ts +374 -374
- package/types/components/zd-container/ZdContainer.d.ts +168 -168
- package/types/components/zd-currency/ZdCurrency.d.ts +595 -595
- package/types/components/zd-date-range/ZdDateRange.d.ts +600 -597
- package/types/components/zd-divider/ZdDivider.d.ts +168 -168
- package/types/components/zd-dropdown/ZdDropdown.d.ts +252 -252
- package/types/components/zd-footer/ZdFooter.d.ts +420 -420
- package/types/components/zd-frame-page/ZdFramePage.d.ts +160 -160
- package/types/components/zd-grid/ZdGrid.d.ts +2976 -2976
- package/types/components/zd-grid/composables/grid-instance.d.ts +1351 -1351
- package/types/components/zd-grid/footer/ZdGridFooter.d.ts +1351 -1351
- package/types/components/zd-grid/toolbar/ZdGridToolbar.d.ts +1351 -1351
- package/types/components/zd-grid-editable/ZdGridEditable.d.ts +2977 -2979
- package/types/components/zd-grid-editable/cell/ZdGridEditableCell.d.ts +271 -271
- package/types/components/zd-header/ZdHeader.d.ts +412 -412
- package/types/components/zd-image/ZdImage.d.ts +168 -168
- package/types/components/zd-increment/ZdIncrement.d.ts +595 -595
- package/types/components/zd-iterable/ZdIterableNoData.d.ts +1351 -1351
- package/types/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.d.ts +472 -472
- package/types/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.d.ts +481 -481
- package/types/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.d.ts +1080 -1080
- package/types/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.d.ts +481 -481
- package/types/components/zd-iterable-component-render/ZdIterableComponentRender.d.ts +816 -816
- package/types/components/zd-layout/ZdLayout.d.ts +168 -168
- package/types/components/zd-list/ZdList.d.ts +447 -447
- package/types/components/zd-list/ZdListGroup.d.ts +560 -560
- package/types/components/zd-list/ZdListItem.d.ts +280 -280
- package/types/components/zd-login/ZdLogin.d.ts +336 -336
- package/types/components/zd-login/ZdLoginButton.d.ts +526 -526
- package/types/components/zd-main/ZdMain.d.ts +168 -168
- package/types/components/zd-master-detail/ZdMasterDetail.d.ts +167 -167
- package/types/components/zd-menu/ZdMenu.d.ts +3060 -1068
- package/types/components/zd-menu/ZdMenuButton.d.ts +159 -159
- package/types/components/zd-menu/ZdMenuGroup.d.ts +5205 -1000
- package/types/components/zd-menu/ZdMenuLink.d.ts +8943 -1529
- package/types/components/zd-menu/ZdMenuSeparator.d.ts +168 -168
- package/types/components/zd-modal/ZdModalCloseButton.d.ts +159 -159
- package/types/components/zd-month/ZdMonth.d.ts +598 -597
- package/types/components/zd-number-input/ZdNumberInput.d.ts +596 -596
- package/types/components/zd-password/ZdPassword.d.ts +595 -595
- package/types/components/zd-progress/ZdProgress.d.ts +252 -252
- package/types/components/zd-row/ZdRow.d.ts +168 -168
- package/types/components/zd-switch/ZdSwitch.d.ts +595 -595
- package/types/components/zd-table/ZdTable.d.ts +313 -313
- package/types/components/zd-tabs/ZdTab.d.ts +140 -140
- package/types/components/zd-tabs/ZdTabs.d.ts +310 -310
- package/types/components/zd-tag/ZdTag.d.ts +168 -168
- package/types/components/zd-text/ZdText.d.ts +168 -168
- package/types/components/zd-time/ZdTime.d.ts +595 -595
- package/types/components/zd-tooltip/ZdTooltip.d.ts +168 -168
- package/types/components/zd-tree/ZdTree.d.ts +591 -591
- package/types/components/zd-tree-grid/ZdTreeGrid.d.ts +1485 -1485
- package/types/composables/gridColumns.d.ts +140 -140
- package/types/components/tek-grid/TekGrid.d.ts +0 -7258
- package/types/components/tek-grid/TekGrid.ts.d.ts +0 -7258
- package/types/components/tek-grid/column-filter/TekGridColumnFilter.d.ts +0 -129
- package/types/components/tek-grid/column-filter/TekGridColumnFilter.ts.d.ts +0 -129
- package/types/components/tek-grid/column-header/TekGridHeaderRow.d.ts +0 -225
- package/types/components/tek-grid/column-header/TekGridHeaderRow.ts.d.ts +0 -225
- package/types/components/tek-grid/columns-button/TekGridColumnsButton.d.ts +0 -2432
- package/types/components/tek-grid/columns-button/TekGridColumnsButton.ts.d.ts +0 -2432
- package/types/components/tek-grid/columns-button/TekGridColumnsOptionsController.d.ts +0 -65
- package/types/components/tek-grid/columns-button/TekGridColumnsOptionsModal.d.ts +0 -9
- package/types/components/tek-grid/filter-button/TekGridFilterButton.d.ts +0 -2920
- package/types/components/tek-grid/filter-button/TekGridFilterButton.ts.d.ts +0 -2920
- package/types/components/tek-grid/indentation/TekGridIndentation.d.ts +0 -32
- package/types/components/tek-grid/indentation/TekGridIndentation.ts.d.ts +0 -32
- package/types/components/tek-grid/layout-options/TekGridLayoutOptions.d.ts +0 -1892
- package/types/components/tek-grid/layout-options/TekGridLayoutOptions.ts.d.ts +0 -1892
- package/types/components/tek-grid/row/TekGridFooterRow.d.ts +0 -90
- package/types/components/tek-grid/row/TekGridFooterRow.ts.d.ts +0 -90
- package/types/components/tek-grid/row/TekGridGroupRow.d.ts +0 -87
- package/types/components/tek-grid/row/TekGridGroupRow.ts.d.ts +0 -87
- package/types/components/tooltip-overflow/ZdTooltipOverflow.ts.d.ts +0 -50
- package/types/components/zd-activator-wrapper/ZdActivatorWrapper.ts.d.ts +0 -25
- package/types/components/zd-alert/ZdAlert.ts.d.ts +0 -884
- package/types/components/zd-badge/ZdBadge.ts.d.ts +0 -624
- package/types/components/zd-breadcrumbs/ZdBreadcrumbs.ts.d.ts +0 -697
- package/types/components/zd-button/ZdButton.ts.d.ts +0 -1158
- package/types/components/zd-button-group/ZdButtonGroup.ts.d.ts +0 -785
- package/types/components/zd-card/ZdCard.ts.d.ts +0 -1028
- package/types/components/zd-carousel/ZdCarousel.ts.d.ts +0 -2007
- package/types/components/zd-checkbox/ZdCheckbox.ts.d.ts +0 -642
- package/types/components/zd-checkbox-multiple/ZdCheckboxMultiple.ts.d.ts +0 -2010
- package/types/components/zd-chip/ZdChip.ts.d.ts +0 -1256
- package/types/components/zd-code-viewer/ZdCodeViewer.ts.d.ts +0 -791
- package/types/components/zd-col/ZdCol.ts.d.ts +0 -741
- package/types/components/zd-collapse-card/ZdCollapseCard.ts.d.ts +0 -1583
- package/types/components/zd-container/ZdContainer.ts.d.ts +0 -722
- package/types/components/zd-currency/ZdCurrency.ts.d.ts +0 -2024
- package/types/components/zd-date-input/ZdDateInput.ts.d.ts +0 -960
- package/types/components/zd-dialog/ZdDialog.ts.d.ts +0 -262
- package/types/components/zd-divider/ZdDivider.ts.d.ts +0 -623
- package/types/components/zd-dropdown/ZdDropdown.ts.d.ts +0 -836
- package/types/components/zd-footer/ZdFooter.ts.d.ts +0 -1262
- package/types/components/zd-form/ZdForm.ts.d.ts +0 -118
- package/types/components/zd-frame/ZdFrame.ts.d.ts +0 -138
- package/types/components/zd-frame-page/ZdFramePage.ts.d.ts +0 -805
- package/types/components/zd-grid/ZdGrid.ts.d.ts +0 -7304
- package/types/components/zd-grid/cell/ZdGridAction.ts.d.ts +0 -14
- package/types/components/zd-grid/cell/ZdGridCell.ts.d.ts +0 -68
- package/types/components/zd-grid/cell/ZdGridCellContent.ts.d.ts +0 -58
- package/types/components/zd-grid/cell/ZdGridCheckbox.ts.d.ts +0 -53
- package/types/components/zd-grid/column-header/ZdGridColumnHeader.ts.d.ts +0 -112
- package/types/components/zd-grid/column-header/ZdGridHeaderIcon.ts.d.ts +0 -46
- package/types/components/zd-grid/column-header/ZdGridHeaderRow.ts.d.ts +0 -165
- package/types/components/zd-grid/column-header/ZdGridSort.ts.d.ts +0 -47
- package/types/components/zd-grid/footer/ZdGridFooter.ts.d.ts +0 -2087
- package/types/components/zd-grid/helper/ZdGridHelper.ts.d.ts +0 -16
- package/types/components/zd-grid/row/TableRow.ts.d.ts +0 -34
- package/types/components/zd-grid/row/ZdGridRow.ts.d.ts +0 -105
- package/types/components/zd-grid/toolbar/ZdGridToolbar.ts.d.ts +0 -2086
- package/types/components/zd-grid-editable/ZdGridEditable.ts.d.ts +0 -8663
- package/types/components/zd-grid-editable/cell/ZdGridEditableCell.ts.d.ts +0 -637
- package/types/components/zd-grid-editable/row/ZdGridEditableRow.ts.d.ts +0 -126
- package/types/components/zd-header/ZdHeader.ts.d.ts +0 -1320
- package/types/components/zd-icon/ZdIcon.ts.d.ts +0 -383
- package/types/components/zd-image/ZdImage.ts.d.ts +0 -753
- package/types/components/zd-increment/ZdIncrement.ts.d.ts +0 -2069
- package/types/components/zd-iterable/ZdIterableNoData.ts.d.ts +0 -2089
- package/types/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.ts.d.ts +0 -1645
- package/types/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.ts.d.ts +0 -1081
- package/types/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.ts.d.ts +0 -2763
- package/types/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.ts.d.ts +0 -1627
- package/types/components/zd-iterable/zd-search/ZdSearch.ts.d.ts +0 -766
- package/types/components/zd-iterable-component-render/ZdIterableComponentRender.ts.d.ts +0 -2484
- package/types/components/zd-layout/ZdLayout.ts.d.ts +0 -647
- package/types/components/zd-list/ZdList.ts.d.ts +0 -1140
- package/types/components/zd-list/ZdListGroup.ts.d.ts +0 -1332
- package/types/components/zd-list/ZdListItem.ts.d.ts +0 -848
- package/types/components/zd-loading/ZdLoading.ts.d.ts +0 -350
- package/types/components/zd-login/ZdLogin.ts.d.ts +0 -1072
- package/types/components/zd-login/ZdLoginButton.ts.d.ts +0 -1910
- package/types/components/zd-main/ZdMain.ts.d.ts +0 -619
- package/types/components/zd-master-detail/ZdMasterDetail.ts.d.ts +0 -684
- package/types/components/zd-menu/ZdMenu.ts.d.ts +0 -4484
- package/types/components/zd-menu/ZdMenuButton.ts.d.ts +0 -1142
- package/types/components/zd-menu/ZdMenuGroup.ts.d.ts +0 -6286
- package/types/components/zd-menu/ZdMenuLink.ts.d.ts +0 -10437
- package/types/components/zd-menu/ZdMenuSeparator.ts.d.ts +0 -600
- package/types/components/zd-modal/ZdModal.ts.d.ts +0 -10
- package/types/components/zd-modal/ZdModalCloseButton.ts.d.ts +0 -1137
- package/types/components/zd-month/ZdMonth.ts.d.ts +0 -2217
- package/types/components/zd-number-input/ZdNumberInput.ts.d.ts +0 -2021
- package/types/components/zd-password/ZdPassword.ts.d.ts +0 -2014
- package/types/components/zd-progress/ZdProgress.ts.d.ts +0 -859
- package/types/components/zd-radio/ZdRadio.ts.d.ts +0 -682
- package/types/components/zd-row/ZdRow.ts.d.ts +0 -734
- package/types/components/zd-select/ZdSelect.ts.d.ts +0 -313
- package/types/components/zd-select-multiple/ZdSelectMultiple.ts.d.ts +0 -333
- package/types/components/zd-svg-map/ZdSvgMap.ts.d.ts +0 -414
- package/types/components/zd-switch/ZdSwitch.ts.d.ts +0 -1918
- package/types/components/zd-table/ZdTable.ts.d.ts +0 -1092
- package/types/components/zd-tabs/ZdTab.ts.d.ts +0 -674
- package/types/components/zd-tabs/ZdTabItem.ts.d.ts +0 -268
- package/types/components/zd-tabs/ZdTabs.ts.d.ts +0 -929
- package/types/components/zd-tag/ZdTag.ts.d.ts +0 -613
- package/types/components/zd-text/ZdText.ts.d.ts +0 -670
- package/types/components/zd-text-input/ZdTextInput.ts.d.ts +0 -746
- package/types/components/zd-textarea/ZdTextarea.ts.d.ts +0 -877
- package/types/components/zd-time/ZdTime.ts.d.ts +0 -2224
- package/types/components/zd-tooltip/ZdTooltip.ts.d.ts +0 -781
- package/types/components/zd-tree/ZdTree.ts.d.ts +0 -1878
- package/types/components/zd-tree/ZdTreeAfterTitle.ts.d.ts +0 -26
- package/types/components/zd-tree/ZdTreeCheckbox.ts.d.ts +0 -74
- package/types/components/zd-tree-grid/ZdTreeGrid.ts.d.ts +0 -4178
- package/types/components/zd-tree-grid/cell/ZdTreeGridCell.ts.d.ts +0 -92
- package/types/components/zd-tree-grid/row/ZdTreeGridRow.ts.d.ts +0 -124
- package/types/composables/useTableLayout.d.ts +0 -25
- package/types/utils/isArrayOperation.d.ts +0 -2
|
@@ -281,38 +281,38 @@ declare const imageComponent: import("vue").DefineComponent<import("vue").Extrac
|
|
|
281
281
|
cssClass?: string | undefined;
|
|
282
282
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
283
283
|
events?: {
|
|
284
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
285
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
286
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
287
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
288
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
289
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
290
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
291
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
292
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
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;
|
|
293
293
|
} | undefined;
|
|
294
294
|
directives?: {
|
|
295
295
|
[x: string]: {
|
|
296
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
297
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
298
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
299
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
300
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
301
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
302
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
303
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
304
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
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;
|
|
305
305
|
} | undefined;
|
|
306
306
|
touch?: {
|
|
307
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
308
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
309
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
310
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
311
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
312
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
313
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
314
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
315
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
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;
|
|
316
316
|
} | undefined;
|
|
317
317
|
} | undefined;
|
|
318
318
|
isVisible?: boolean | string | undefined;
|
|
@@ -335,38 +335,38 @@ declare const imageComponent: import("vue").DefineComponent<import("vue").Extrac
|
|
|
335
335
|
cssClass?: string | undefined;
|
|
336
336
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
337
337
|
events?: {
|
|
338
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
339
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
340
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
341
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
342
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
343
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
344
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
345
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
346
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
338
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
339
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
340
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
341
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
342
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
343
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
344
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
345
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
346
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
347
347
|
} | undefined;
|
|
348
348
|
directives?: {
|
|
349
349
|
[x: string]: {
|
|
350
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
351
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
352
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
353
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
354
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
355
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
356
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
357
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
358
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
350
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
351
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
352
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
353
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
354
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
355
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
356
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
357
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
358
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
359
359
|
} | undefined;
|
|
360
360
|
touch?: {
|
|
361
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
362
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
363
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
364
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
365
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
366
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
367
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
368
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
369
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
361
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
362
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
363
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
364
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
365
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
366
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
367
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
368
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
369
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
370
370
|
} | undefined;
|
|
371
371
|
} | undefined;
|
|
372
372
|
isVisible?: boolean | string | undefined;
|
|
@@ -378,44 +378,44 @@ declare const imageComponent: import("vue").DefineComponent<import("vue").Extrac
|
|
|
378
378
|
parent?: /*elided*/ any | undefined;
|
|
379
379
|
tabStop?: boolean | undefined;
|
|
380
380
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
381
|
-
fillHeight?: boolean |
|
|
381
|
+
fillHeight?: boolean | undefined;
|
|
382
382
|
}[];
|
|
383
383
|
componentId: number;
|
|
384
384
|
cssClass: string;
|
|
385
385
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
386
386
|
events: {
|
|
387
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
388
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
389
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
390
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
391
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
392
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
393
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
394
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
395
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
387
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
388
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
389
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
390
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
391
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
392
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
393
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
394
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
395
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
396
396
|
};
|
|
397
397
|
directives: {
|
|
398
398
|
[x: string]: {
|
|
399
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
400
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
401
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
402
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
403
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
404
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
405
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
406
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
407
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
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;
|
|
408
408
|
} | undefined;
|
|
409
409
|
touch?: {
|
|
410
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
411
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
412
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
413
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
414
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
415
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
416
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
417
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
418
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
410
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
411
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
412
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
413
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
414
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
415
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
416
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
417
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
418
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
419
419
|
} | undefined;
|
|
420
420
|
};
|
|
421
421
|
isVisible: boolean | string;
|
|
@@ -427,11 +427,11 @@ declare const imageComponent: import("vue").DefineComponent<import("vue").Extrac
|
|
|
427
427
|
parent?: /*elided*/ any | undefined;
|
|
428
428
|
tabStop: boolean;
|
|
429
429
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
430
|
-
fillHeight: boolean
|
|
430
|
+
fillHeight: boolean;
|
|
431
431
|
} | undefined;
|
|
432
432
|
tabStop?: boolean | undefined;
|
|
433
433
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
434
|
-
fillHeight?: boolean |
|
|
434
|
+
fillHeight?: boolean | undefined;
|
|
435
435
|
}[];
|
|
436
436
|
component: string;
|
|
437
437
|
allowDuplicate: boolean;
|
|
@@ -441,45 +441,45 @@ declare const imageComponent: import("vue").DefineComponent<import("vue").Extrac
|
|
|
441
441
|
cssStyle: string | import("@zeedhi/core").IDictionary<string>;
|
|
442
442
|
directives: {
|
|
443
443
|
[x: string]: {
|
|
444
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
445
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
446
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
447
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
448
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
449
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
450
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
451
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
452
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
444
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
445
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
446
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
447
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
448
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
449
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
450
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
451
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
452
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
453
453
|
} | undefined;
|
|
454
454
|
touch?: {
|
|
455
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
456
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
457
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
458
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
459
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
460
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
461
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
462
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
463
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
455
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
456
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
457
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
458
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
459
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
460
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
461
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
462
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
463
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
464
464
|
} | undefined;
|
|
465
465
|
};
|
|
466
466
|
events: {
|
|
467
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
468
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
469
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
470
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
471
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
472
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
473
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
474
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
475
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
467
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
468
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
469
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
470
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
471
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
472
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
473
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
474
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
475
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
476
476
|
};
|
|
477
477
|
isVisible: boolean;
|
|
478
478
|
name: string;
|
|
479
479
|
dark: boolean;
|
|
480
480
|
light: boolean;
|
|
481
481
|
theme?: string | undefined;
|
|
482
|
-
fillHeight: boolean
|
|
482
|
+
fillHeight: boolean;
|
|
483
483
|
parent?: {
|
|
484
484
|
addChildInstance: (component: import("@zeedhi/common").Component) => void;
|
|
485
485
|
getChildInstance: <T extends import("@zeedhi/common").Component>(name: string) => T;
|
|
@@ -494,38 +494,38 @@ declare const imageComponent: import("vue").DefineComponent<import("vue").Extrac
|
|
|
494
494
|
cssClass?: string | undefined;
|
|
495
495
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
496
496
|
events?: {
|
|
497
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
498
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
499
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
500
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
501
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
502
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
503
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
504
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
505
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
497
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
498
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
499
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
500
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
501
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
502
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
503
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
504
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
505
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
506
506
|
} | undefined;
|
|
507
507
|
directives?: {
|
|
508
508
|
[x: string]: {
|
|
509
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
510
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
511
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
512
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
513
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
514
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
515
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
516
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
517
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
509
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
510
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
511
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
512
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
513
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
514
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
515
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
516
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
517
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
518
518
|
} | undefined;
|
|
519
519
|
touch?: {
|
|
520
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
521
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
522
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
523
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
524
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
525
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
526
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
527
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
528
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
520
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
521
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
522
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
523
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
524
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
525
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
526
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
527
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
528
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
529
529
|
} | undefined;
|
|
530
530
|
} | undefined;
|
|
531
531
|
isVisible?: boolean | string | undefined;
|
|
@@ -537,44 +537,44 @@ declare const imageComponent: import("vue").DefineComponent<import("vue").Extrac
|
|
|
537
537
|
parent?: /*elided*/ any | undefined;
|
|
538
538
|
tabStop?: boolean | undefined;
|
|
539
539
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
540
|
-
fillHeight?: boolean |
|
|
540
|
+
fillHeight?: boolean | undefined;
|
|
541
541
|
}[];
|
|
542
542
|
componentId: number;
|
|
543
543
|
cssClass: string;
|
|
544
544
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
545
545
|
events: {
|
|
546
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
547
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
548
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
549
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
550
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
551
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
552
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
553
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
554
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
546
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
547
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
548
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
549
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
550
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
551
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
552
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
553
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
554
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
555
555
|
};
|
|
556
556
|
directives: {
|
|
557
557
|
[x: string]: {
|
|
558
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
559
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
560
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
561
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
562
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
563
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
564
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
565
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
566
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
558
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
559
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
560
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
561
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
562
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
563
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
564
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
565
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
566
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
567
567
|
} | undefined;
|
|
568
568
|
touch?: {
|
|
569
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
570
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
571
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
572
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
573
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
574
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
575
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
576
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
577
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
569
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
570
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
571
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
572
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
573
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
574
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
575
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
576
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
577
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
578
578
|
} | undefined;
|
|
579
579
|
};
|
|
580
580
|
isVisible: boolean | string;
|
|
@@ -586,7 +586,7 @@ declare const imageComponent: import("vue").DefineComponent<import("vue").Extrac
|
|
|
586
586
|
parent?: /*elided*/ any | undefined;
|
|
587
587
|
tabStop: boolean;
|
|
588
588
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
589
|
-
fillHeight: boolean
|
|
589
|
+
fillHeight: boolean;
|
|
590
590
|
} | undefined;
|
|
591
591
|
componentId: number;
|
|
592
592
|
keyMap: import("@zeedhi/core").IKeyMap;
|