@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
|
@@ -559,38 +559,38 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
559
559
|
cssClass?: string | undefined;
|
|
560
560
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
561
561
|
events?: {
|
|
562
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
563
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
564
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
565
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
566
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
567
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
568
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
569
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
570
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
562
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
563
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
564
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
565
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
566
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
567
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
568
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
569
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
570
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
571
571
|
} | undefined;
|
|
572
572
|
directives?: {
|
|
573
573
|
[x: string]: {
|
|
574
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
575
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
576
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
577
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
578
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
579
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
580
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
581
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
582
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
574
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
575
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
576
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
577
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
578
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
579
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
580
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
581
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
582
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
583
583
|
} | undefined;
|
|
584
584
|
touch?: {
|
|
585
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
586
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
587
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
588
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
589
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
590
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
591
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
592
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
593
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
585
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
586
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
587
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
588
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
589
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
590
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
591
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
592
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
593
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
594
594
|
} | undefined;
|
|
595
595
|
} | undefined;
|
|
596
596
|
isVisible?: boolean | string | undefined;
|
|
@@ -613,38 +613,38 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
613
613
|
cssClass?: string | undefined;
|
|
614
614
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
615
615
|
events?: {
|
|
616
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
617
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
618
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
619
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
620
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
621
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
622
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
623
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
624
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
616
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
617
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
618
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
619
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
620
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
621
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
622
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
623
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
624
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
625
625
|
} | undefined;
|
|
626
626
|
directives?: {
|
|
627
627
|
[x: string]: {
|
|
628
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
629
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
630
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
631
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
632
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
633
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
634
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
635
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
636
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
628
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
629
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
630
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
631
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
632
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
633
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
634
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
635
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
636
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
637
637
|
} | undefined;
|
|
638
638
|
touch?: {
|
|
639
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
640
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
641
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
642
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
643
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
644
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
645
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
646
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
647
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
639
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
640
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
641
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
642
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
643
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
644
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
645
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
646
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
647
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
648
648
|
} | undefined;
|
|
649
649
|
} | undefined;
|
|
650
650
|
isVisible?: boolean | string | undefined;
|
|
@@ -656,44 +656,44 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
656
656
|
parent?: /*elided*/ any | undefined;
|
|
657
657
|
tabStop?: boolean | undefined;
|
|
658
658
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
659
|
-
fillHeight?: boolean |
|
|
659
|
+
fillHeight?: boolean | undefined;
|
|
660
660
|
}[];
|
|
661
661
|
componentId: number;
|
|
662
662
|
cssClass: string;
|
|
663
663
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
664
664
|
events: {
|
|
665
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
666
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
667
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
668
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
669
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
670
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
671
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
672
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
673
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
665
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
666
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
667
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
668
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
669
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
670
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
671
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
672
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
673
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
674
674
|
};
|
|
675
675
|
directives: {
|
|
676
676
|
[x: string]: {
|
|
677
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
678
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
679
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
680
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
681
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
682
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
683
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
684
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
685
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
677
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
678
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
679
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
680
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
681
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
682
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
683
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
684
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
685
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
686
686
|
} | undefined;
|
|
687
687
|
touch?: {
|
|
688
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
689
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
690
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
691
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
692
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
693
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
694
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
695
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
696
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
688
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
689
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
690
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
691
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
692
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
693
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
694
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
695
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
696
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
697
697
|
} | undefined;
|
|
698
698
|
};
|
|
699
699
|
isVisible: boolean | string;
|
|
@@ -705,11 +705,11 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
705
705
|
parent?: /*elided*/ any | undefined;
|
|
706
706
|
tabStop: boolean;
|
|
707
707
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
708
|
-
fillHeight: boolean
|
|
708
|
+
fillHeight: boolean;
|
|
709
709
|
} | undefined;
|
|
710
710
|
tabStop?: boolean | undefined;
|
|
711
711
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
712
|
-
fillHeight?: boolean |
|
|
712
|
+
fillHeight?: boolean | undefined;
|
|
713
713
|
}[] | undefined;
|
|
714
714
|
component: string;
|
|
715
715
|
allowDuplicate?: boolean | undefined;
|
|
@@ -719,26 +719,26 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
719
719
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
720
720
|
directives?: {
|
|
721
721
|
[x: string]: {
|
|
722
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
723
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
724
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
725
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
726
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
727
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
728
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
729
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
730
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
722
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
723
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
724
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
725
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
726
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
727
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
728
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
729
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
730
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
731
731
|
} | undefined;
|
|
732
732
|
touch?: {
|
|
733
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
734
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
735
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
736
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
737
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
738
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
739
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
740
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
741
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
733
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
734
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
735
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
736
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
737
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
738
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
739
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
740
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
741
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
742
742
|
} | undefined;
|
|
743
743
|
} | undefined;
|
|
744
744
|
isVisible?: boolean | string | undefined;
|
|
@@ -761,38 +761,38 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
761
761
|
cssClass?: string | undefined;
|
|
762
762
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
763
763
|
events?: {
|
|
764
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
765
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
766
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
767
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
768
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
769
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
770
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
771
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
772
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
764
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
765
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
766
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
767
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
768
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
769
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
770
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
771
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
772
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
773
773
|
} | undefined;
|
|
774
774
|
directives?: {
|
|
775
775
|
[x: string]: {
|
|
776
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
777
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
778
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
779
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
780
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
781
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
782
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
783
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
784
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
776
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
777
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
778
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
779
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
780
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
781
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
782
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
783
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
784
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
785
785
|
} | undefined;
|
|
786
786
|
touch?: {
|
|
787
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
788
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
789
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
790
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
791
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
792
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
793
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
794
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
795
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
787
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
788
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
789
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
790
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
791
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
792
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
793
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
794
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
795
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
796
796
|
} | undefined;
|
|
797
797
|
} | undefined;
|
|
798
798
|
isVisible?: boolean | string | undefined;
|
|
@@ -804,44 +804,44 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
804
804
|
parent?: /*elided*/ any | undefined;
|
|
805
805
|
tabStop?: boolean | undefined;
|
|
806
806
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
807
|
-
fillHeight?: boolean |
|
|
807
|
+
fillHeight?: boolean | undefined;
|
|
808
808
|
}[];
|
|
809
809
|
componentId: number;
|
|
810
810
|
cssClass: string;
|
|
811
811
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
812
812
|
events: {
|
|
813
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
814
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
815
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
816
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
817
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
818
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
819
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
820
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
821
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
813
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
814
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
815
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
816
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
817
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
818
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
819
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
820
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
821
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
822
822
|
};
|
|
823
823
|
directives: {
|
|
824
824
|
[x: string]: {
|
|
825
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
826
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
827
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
828
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
829
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
830
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
831
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
832
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
833
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
825
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
826
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
827
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
828
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
829
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
830
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
831
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
832
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
833
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
834
834
|
} | undefined;
|
|
835
835
|
touch?: {
|
|
836
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
837
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
838
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
839
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
840
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
841
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
842
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
843
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
844
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
836
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
837
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
838
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
839
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
840
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
841
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
842
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
843
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
844
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
845
845
|
} | undefined;
|
|
846
846
|
};
|
|
847
847
|
isVisible: boolean | string;
|
|
@@ -853,11 +853,11 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
853
853
|
parent?: /*elided*/ any | undefined;
|
|
854
854
|
tabStop: boolean;
|
|
855
855
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
856
|
-
fillHeight: boolean
|
|
856
|
+
fillHeight: boolean;
|
|
857
857
|
} | undefined;
|
|
858
858
|
tabStop?: boolean | undefined;
|
|
859
859
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
860
|
-
fillHeight?: boolean |
|
|
860
|
+
fillHeight?: boolean | undefined;
|
|
861
861
|
};
|
|
862
862
|
expanded: boolean;
|
|
863
863
|
header: {
|
|
@@ -869,38 +869,38 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
869
869
|
cssClass?: string | undefined;
|
|
870
870
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
871
871
|
events?: {
|
|
872
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
873
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
874
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
875
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
876
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
877
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
878
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
879
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
880
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
872
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
873
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
874
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
875
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
876
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
877
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
878
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
879
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
880
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
881
881
|
} | undefined;
|
|
882
882
|
directives?: {
|
|
883
883
|
[x: string]: {
|
|
884
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
885
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
886
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
887
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
888
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
889
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
890
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
891
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
892
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
884
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
885
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
886
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
887
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
888
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
889
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
890
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
891
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
892
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
893
893
|
} | undefined;
|
|
894
894
|
touch?: {
|
|
895
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
896
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
897
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
898
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
899
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
900
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
901
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
902
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
903
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
895
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
896
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
897
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
898
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
899
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
900
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
901
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
902
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
903
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
904
904
|
} | undefined;
|
|
905
905
|
} | undefined;
|
|
906
906
|
isVisible?: boolean | string | undefined;
|
|
@@ -919,38 +919,38 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
919
919
|
cssClass: string;
|
|
920
920
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
921
921
|
events: {
|
|
922
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
923
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
924
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
925
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
926
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
927
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
928
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
929
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
930
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
922
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
923
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
924
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
925
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
926
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
927
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
928
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
929
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
930
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
931
931
|
};
|
|
932
932
|
directives: {
|
|
933
933
|
[x: string]: {
|
|
934
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
935
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
936
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
937
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
938
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
939
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
940
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
941
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
942
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
934
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
935
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
936
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
937
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
938
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
939
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
940
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
941
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
942
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
943
943
|
} | undefined;
|
|
944
944
|
touch?: {
|
|
945
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
946
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
947
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
948
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
949
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
950
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
951
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
952
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
953
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
945
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
946
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
947
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
948
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
949
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
950
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
951
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
952
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
953
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
954
954
|
} | undefined;
|
|
955
955
|
};
|
|
956
956
|
isVisible: boolean | string;
|
|
@@ -962,11 +962,11 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
962
962
|
parent?: /*elided*/ any | undefined;
|
|
963
963
|
tabStop: boolean;
|
|
964
964
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
965
|
-
fillHeight: boolean
|
|
965
|
+
fillHeight: boolean;
|
|
966
966
|
} | undefined;
|
|
967
967
|
tabStop?: boolean | undefined;
|
|
968
968
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
969
|
-
fillHeight?: boolean |
|
|
969
|
+
fillHeight?: boolean | undefined;
|
|
970
970
|
}[];
|
|
971
971
|
hideAction: boolean;
|
|
972
972
|
iconColor: string;
|
|
@@ -1027,38 +1027,38 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
1027
1027
|
cssClass?: string | undefined;
|
|
1028
1028
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1029
1029
|
events?: {
|
|
1030
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1031
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1032
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1033
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1034
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1035
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1036
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1037
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1038
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1030
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1031
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1032
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1033
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1034
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1035
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1036
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1037
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1038
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1039
1039
|
} | undefined;
|
|
1040
1040
|
directives?: {
|
|
1041
1041
|
[x: string]: {
|
|
1042
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1043
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1044
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1045
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1046
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1047
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1048
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1049
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1050
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1042
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1043
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1044
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1045
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1046
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1047
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1048
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1049
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1050
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1051
1051
|
} | undefined;
|
|
1052
1052
|
touch?: {
|
|
1053
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1054
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1055
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1056
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1057
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1058
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1059
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1060
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1061
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1053
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1054
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1055
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1056
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1057
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1058
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1059
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1060
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1061
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1062
1062
|
} | undefined;
|
|
1063
1063
|
} | undefined;
|
|
1064
1064
|
isVisible?: boolean | string | undefined;
|
|
@@ -1081,38 +1081,38 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
1081
1081
|
cssClass?: string | undefined;
|
|
1082
1082
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1083
1083
|
events?: {
|
|
1084
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1085
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1086
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1087
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1088
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1089
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1090
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1091
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1092
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1084
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1085
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1086
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1087
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1088
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1089
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1090
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1091
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1092
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1093
1093
|
} | undefined;
|
|
1094
1094
|
directives?: {
|
|
1095
1095
|
[x: string]: {
|
|
1096
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1097
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1098
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1099
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1100
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1101
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1102
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1103
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1104
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1096
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1097
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1098
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1099
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1100
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1101
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1102
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1103
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1104
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1105
1105
|
} | undefined;
|
|
1106
1106
|
touch?: {
|
|
1107
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1108
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1109
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1110
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1111
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1112
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1113
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1114
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1115
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1107
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1108
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1109
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1110
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1111
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1112
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1113
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1114
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1115
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1116
1116
|
} | undefined;
|
|
1117
1117
|
} | undefined;
|
|
1118
1118
|
isVisible?: boolean | string | undefined;
|
|
@@ -1124,44 +1124,44 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
1124
1124
|
parent?: /*elided*/ any | undefined;
|
|
1125
1125
|
tabStop?: boolean | undefined;
|
|
1126
1126
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1127
|
-
fillHeight?: boolean |
|
|
1127
|
+
fillHeight?: boolean | undefined;
|
|
1128
1128
|
}[];
|
|
1129
1129
|
componentId: number;
|
|
1130
1130
|
cssClass: string;
|
|
1131
1131
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
1132
1132
|
events: {
|
|
1133
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1134
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1135
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1136
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1137
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1138
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1139
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1140
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1141
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1133
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1134
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1135
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1136
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1137
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1138
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1139
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1140
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1141
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1142
1142
|
};
|
|
1143
1143
|
directives: {
|
|
1144
1144
|
[x: string]: {
|
|
1145
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1146
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1147
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1148
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1149
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1150
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1151
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1152
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1153
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1145
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1146
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1147
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1148
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1149
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1150
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1151
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1152
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1153
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1154
1154
|
} | undefined;
|
|
1155
1155
|
touch?: {
|
|
1156
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1157
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1158
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1159
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1160
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1161
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1162
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1163
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1164
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1156
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1157
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1158
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1159
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1160
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1161
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1162
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1163
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1164
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1165
1165
|
} | undefined;
|
|
1166
1166
|
};
|
|
1167
1167
|
isVisible: boolean | string;
|
|
@@ -1173,11 +1173,11 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
1173
1173
|
parent?: /*elided*/ any | undefined;
|
|
1174
1174
|
tabStop: boolean;
|
|
1175
1175
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
1176
|
-
fillHeight: boolean
|
|
1176
|
+
fillHeight: boolean;
|
|
1177
1177
|
} | undefined;
|
|
1178
1178
|
tabStop?: boolean | undefined;
|
|
1179
1179
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1180
|
-
fillHeight?: boolean |
|
|
1180
|
+
fillHeight?: boolean | undefined;
|
|
1181
1181
|
}[];
|
|
1182
1182
|
component: string;
|
|
1183
1183
|
allowDuplicate: boolean;
|
|
@@ -1187,26 +1187,26 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
1187
1187
|
cssStyle: string | import("@zeedhi/core").IDictionary<string>;
|
|
1188
1188
|
directives: {
|
|
1189
1189
|
[x: string]: {
|
|
1190
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1191
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1192
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1193
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1194
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1195
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1196
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1197
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1198
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1190
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1191
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1192
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1193
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1194
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1195
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1196
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1197
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1198
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1199
1199
|
} | undefined;
|
|
1200
1200
|
touch?: {
|
|
1201
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1202
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1203
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1204
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1205
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1206
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1207
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1208
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1209
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1201
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1202
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1203
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1204
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1205
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1206
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1207
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1208
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1209
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1210
1210
|
} | undefined;
|
|
1211
1211
|
};
|
|
1212
1212
|
isVisible: boolean;
|
|
@@ -1214,7 +1214,7 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
1214
1214
|
dark: boolean;
|
|
1215
1215
|
light: boolean;
|
|
1216
1216
|
theme?: string | undefined;
|
|
1217
|
-
fillHeight: boolean
|
|
1217
|
+
fillHeight: boolean;
|
|
1218
1218
|
parent?: {
|
|
1219
1219
|
addChildInstance: (component: import("@zeedhi/common").Component) => void;
|
|
1220
1220
|
getChildInstance: <T extends import("@zeedhi/common").Component>(name: string) => T;
|
|
@@ -1229,38 +1229,38 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
1229
1229
|
cssClass?: string | undefined;
|
|
1230
1230
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1231
1231
|
events?: {
|
|
1232
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1233
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1234
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1235
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1236
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1237
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1238
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1239
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1240
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1232
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1233
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1234
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1235
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1236
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1237
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1238
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1239
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1240
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1241
1241
|
} | undefined;
|
|
1242
1242
|
directives?: {
|
|
1243
1243
|
[x: string]: {
|
|
1244
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1245
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1246
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1247
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1248
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1249
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1250
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1251
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1252
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1244
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1245
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1246
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1247
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1248
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1249
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1250
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1251
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1252
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1253
1253
|
} | undefined;
|
|
1254
1254
|
touch?: {
|
|
1255
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1256
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1257
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1258
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1259
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1260
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1261
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1262
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1263
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1255
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1256
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1257
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1258
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1259
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1260
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1261
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1262
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1263
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1264
1264
|
} | undefined;
|
|
1265
1265
|
} | undefined;
|
|
1266
1266
|
isVisible?: boolean | string | undefined;
|
|
@@ -1272,44 +1272,44 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
1272
1272
|
parent?: /*elided*/ any | undefined;
|
|
1273
1273
|
tabStop?: boolean | undefined;
|
|
1274
1274
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1275
|
-
fillHeight?: boolean |
|
|
1275
|
+
fillHeight?: boolean | undefined;
|
|
1276
1276
|
}[];
|
|
1277
1277
|
componentId: number;
|
|
1278
1278
|
cssClass: string;
|
|
1279
1279
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
1280
1280
|
events: {
|
|
1281
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1282
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1283
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1284
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1285
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1286
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1287
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1288
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1289
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1281
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1282
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1283
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1284
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1285
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1286
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1287
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1288
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1289
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1290
1290
|
};
|
|
1291
1291
|
directives: {
|
|
1292
1292
|
[x: string]: {
|
|
1293
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1294
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1295
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1296
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1297
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1298
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1299
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1300
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1301
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1293
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1294
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1295
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1296
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1297
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1298
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1299
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1300
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1301
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1302
1302
|
} | undefined;
|
|
1303
1303
|
touch?: {
|
|
1304
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1305
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1306
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1307
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1308
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1309
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1310
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1311
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1312
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1304
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1305
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1306
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1307
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1308
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1309
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1310
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1311
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1312
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1313
1313
|
} | undefined;
|
|
1314
1314
|
};
|
|
1315
1315
|
isVisible: boolean | string;
|
|
@@ -1321,7 +1321,7 @@ declare const collapseCardComponent: import("vue").DefineComponent<import("vue")
|
|
|
1321
1321
|
parent?: /*elided*/ any | undefined;
|
|
1322
1322
|
tabStop: boolean;
|
|
1323
1323
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
1324
|
-
fillHeight: boolean
|
|
1324
|
+
fillHeight: boolean;
|
|
1325
1325
|
} | undefined;
|
|
1326
1326
|
componentId: number;
|
|
1327
1327
|
keyMap: import("@zeedhi/core").IKeyMap;
|