@zeedhi/vuetify 3.1.0 → 3.3.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 +30 -19
- package/dist/zd-vuetify.min.css +2 -2
- package/dist/zd-vuetify.min.js +15 -17
- package/dist/zd-vuetify.mjs +678 -368
- package/package.json +3 -3
- package/src/components/zd-checkbox/ZdCheckbox.vue +4 -0
- package/src/components/zd-component/ZdComponent.ts +15 -13
- 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/ZdTab.ts +40 -6
- package/src/components/zd-tabs/ZdTab.vue +16 -3
- package/src/components/zd-tabs/ZdTabItem.ts +2 -2
- package/src/components/zd-tabs/ZdTabItem.vue +3 -1
- package/src/components/zd-tabs/ZdTabs.ts +96 -2
- package/src/components/zd-tabs/ZdTabs.vue +46 -17
- 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 +144 -150
- package/types/components/zd-tabs/ZdTabItem.d.ts +6 -6
- package/types/components/zd-tabs/ZdTabs.d.ts +330 -311
- 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
|
@@ -547,38 +547,38 @@ declare const modalCloseButton: import("vue").DefineComponent<import("vue").Extr
|
|
|
547
547
|
cssClass?: string | undefined;
|
|
548
548
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
549
549
|
events?: {
|
|
550
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
551
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
552
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
553
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
554
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
555
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
556
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
557
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
558
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
550
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
551
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
552
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
553
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
554
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
555
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
556
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
557
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
558
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
559
559
|
} | undefined;
|
|
560
560
|
directives?: {
|
|
561
561
|
[x: string]: {
|
|
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
|
touch?: {
|
|
573
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
574
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
575
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
576
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
577
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
578
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
579
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
580
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
581
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
573
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
574
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
575
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
576
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
577
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
578
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
579
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
580
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
581
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
582
582
|
} | undefined;
|
|
583
583
|
} | undefined;
|
|
584
584
|
isVisible?: boolean | string | undefined;
|
|
@@ -601,38 +601,38 @@ declare const modalCloseButton: import("vue").DefineComponent<import("vue").Extr
|
|
|
601
601
|
cssClass?: string | undefined;
|
|
602
602
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
603
603
|
events?: {
|
|
604
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
605
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
606
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
607
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
608
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
609
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
610
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
611
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
612
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
604
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
605
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
606
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
607
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
608
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
609
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
610
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
611
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
612
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
613
613
|
} | undefined;
|
|
614
614
|
directives?: {
|
|
615
615
|
[x: string]: {
|
|
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
|
touch?: {
|
|
627
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
628
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
629
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
630
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
631
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
632
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
633
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
634
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
635
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
627
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
628
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
629
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
630
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
631
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
632
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
633
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
634
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
635
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
636
636
|
} | undefined;
|
|
637
637
|
} | undefined;
|
|
638
638
|
isVisible?: boolean | string | undefined;
|
|
@@ -644,44 +644,44 @@ declare const modalCloseButton: import("vue").DefineComponent<import("vue").Extr
|
|
|
644
644
|
parent?: /*elided*/ any | undefined;
|
|
645
645
|
tabStop?: boolean | undefined;
|
|
646
646
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
647
|
-
fillHeight?: boolean |
|
|
647
|
+
fillHeight?: boolean | undefined;
|
|
648
648
|
}[];
|
|
649
649
|
componentId: number;
|
|
650
650
|
cssClass: string;
|
|
651
651
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
652
652
|
events: {
|
|
653
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
654
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
655
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
656
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
657
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
658
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
659
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
660
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
661
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
653
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
654
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
655
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
656
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
657
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
658
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
659
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
660
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
661
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
662
662
|
};
|
|
663
663
|
directives: {
|
|
664
664
|
[x: string]: {
|
|
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
|
} | undefined;
|
|
675
675
|
touch?: {
|
|
676
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
677
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
678
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
679
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
680
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
681
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
682
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
683
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
684
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
676
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
677
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
678
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
679
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
680
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
681
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
682
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
683
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
684
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
685
685
|
} | undefined;
|
|
686
686
|
};
|
|
687
687
|
isVisible: boolean | string;
|
|
@@ -693,11 +693,11 @@ declare const modalCloseButton: import("vue").DefineComponent<import("vue").Extr
|
|
|
693
693
|
parent?: /*elided*/ any | undefined;
|
|
694
694
|
tabStop: boolean;
|
|
695
695
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
696
|
-
fillHeight: boolean
|
|
696
|
+
fillHeight: boolean;
|
|
697
697
|
} | undefined;
|
|
698
698
|
tabStop?: boolean | undefined;
|
|
699
699
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
700
|
-
fillHeight?: boolean |
|
|
700
|
+
fillHeight?: boolean | undefined;
|
|
701
701
|
}[];
|
|
702
702
|
component: string;
|
|
703
703
|
allowDuplicate: boolean;
|
|
@@ -707,26 +707,26 @@ declare const modalCloseButton: import("vue").DefineComponent<import("vue").Extr
|
|
|
707
707
|
cssStyle: string | import("@zeedhi/core").IDictionary<string>;
|
|
708
708
|
directives: {
|
|
709
709
|
[x: string]: {
|
|
710
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
711
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
712
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
713
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
714
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
715
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
716
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
717
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
718
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
710
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
711
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
712
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
713
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
714
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
715
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
716
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
717
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
718
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
719
719
|
} | undefined;
|
|
720
720
|
touch?: {
|
|
721
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
722
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
723
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
724
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
725
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
726
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
727
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
728
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
729
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
721
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
722
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
723
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
724
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
725
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
726
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
727
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
728
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
729
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
730
730
|
} | undefined;
|
|
731
731
|
};
|
|
732
732
|
isVisible: boolean;
|
|
@@ -734,7 +734,7 @@ declare const modalCloseButton: import("vue").DefineComponent<import("vue").Extr
|
|
|
734
734
|
dark: boolean;
|
|
735
735
|
light: boolean;
|
|
736
736
|
theme?: string | undefined;
|
|
737
|
-
fillHeight: boolean
|
|
737
|
+
fillHeight: boolean;
|
|
738
738
|
parent?: {
|
|
739
739
|
addChildInstance: (component: import("@zeedhi/common").Component) => void;
|
|
740
740
|
getChildInstance: <T extends import("@zeedhi/common").Component>(name: string) => T;
|
|
@@ -749,38 +749,38 @@ declare const modalCloseButton: import("vue").DefineComponent<import("vue").Extr
|
|
|
749
749
|
cssClass?: string | undefined;
|
|
750
750
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
751
751
|
events?: {
|
|
752
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
753
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
754
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
755
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
756
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
757
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
758
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
759
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
760
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
752
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
753
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
754
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
755
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
756
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
757
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
758
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
759
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
760
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
761
761
|
} | undefined;
|
|
762
762
|
directives?: {
|
|
763
763
|
[x: string]: {
|
|
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
|
touch?: {
|
|
775
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
776
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
777
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
778
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
779
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
780
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
781
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
782
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
783
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
775
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
776
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
777
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
778
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
779
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
780
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
781
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
782
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
783
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
784
784
|
} | undefined;
|
|
785
785
|
} | undefined;
|
|
786
786
|
isVisible?: boolean | string | undefined;
|
|
@@ -792,44 +792,44 @@ declare const modalCloseButton: import("vue").DefineComponent<import("vue").Extr
|
|
|
792
792
|
parent?: /*elided*/ any | undefined;
|
|
793
793
|
tabStop?: boolean | undefined;
|
|
794
794
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
795
|
-
fillHeight?: boolean |
|
|
795
|
+
fillHeight?: boolean | undefined;
|
|
796
796
|
}[];
|
|
797
797
|
componentId: number;
|
|
798
798
|
cssClass: string;
|
|
799
799
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
800
800
|
events: {
|
|
801
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
802
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
803
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
804
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
805
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
806
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
807
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
808
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
809
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
801
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
802
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
803
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
804
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
805
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
806
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
807
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
808
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
809
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
810
810
|
};
|
|
811
811
|
directives: {
|
|
812
812
|
[x: string]: {
|
|
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
|
} | undefined;
|
|
823
823
|
touch?: {
|
|
824
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
825
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
826
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
827
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
828
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
829
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
830
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
831
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
832
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
824
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
825
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
826
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
827
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
828
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
829
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
830
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
831
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
832
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
833
833
|
} | undefined;
|
|
834
834
|
};
|
|
835
835
|
isVisible: boolean | string;
|
|
@@ -841,7 +841,7 @@ declare const modalCloseButton: import("vue").DefineComponent<import("vue").Extr
|
|
|
841
841
|
parent?: /*elided*/ any | undefined;
|
|
842
842
|
tabStop: boolean;
|
|
843
843
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
844
|
-
fillHeight: boolean
|
|
844
|
+
fillHeight: boolean;
|
|
845
845
|
} | undefined;
|
|
846
846
|
componentId: number;
|
|
847
847
|
keyMap: import("@zeedhi/core").IKeyMap;
|