@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
|
@@ -520,38 +520,38 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
520
520
|
cssClass?: string | undefined;
|
|
521
521
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
522
522
|
events?: {
|
|
523
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
524
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
525
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
526
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
527
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
528
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
529
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
530
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
531
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
523
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
524
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
525
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
526
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
527
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
528
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
529
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
530
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
531
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
532
532
|
} | undefined;
|
|
533
533
|
directives?: {
|
|
534
534
|
[x: string]: {
|
|
535
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
536
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
537
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
538
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
539
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
540
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
541
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
542
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
543
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
535
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
536
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
537
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
538
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
539
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
540
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
541
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
542
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
543
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
544
544
|
} | undefined;
|
|
545
545
|
touch?: {
|
|
546
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
547
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
548
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
549
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
550
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
551
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
552
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
553
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
554
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
546
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
547
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
548
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
549
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
550
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
551
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
552
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
553
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
554
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
555
555
|
} | undefined;
|
|
556
556
|
} | undefined;
|
|
557
557
|
isVisible?: boolean | string | undefined;
|
|
@@ -574,38 +574,38 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
574
574
|
cssClass?: string | undefined;
|
|
575
575
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
576
576
|
events?: {
|
|
577
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
578
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
579
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
580
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
581
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
582
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
583
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
584
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
585
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
577
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
578
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
579
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
580
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
581
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
582
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
583
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
584
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
585
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
586
586
|
} | undefined;
|
|
587
587
|
directives?: {
|
|
588
588
|
[x: string]: {
|
|
589
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
590
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
591
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
592
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
593
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
594
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
595
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
596
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
597
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
589
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
590
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
591
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
592
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
593
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
594
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
595
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
596
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
597
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
598
598
|
} | undefined;
|
|
599
599
|
touch?: {
|
|
600
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
601
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
602
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
603
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
604
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
605
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
606
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
607
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
608
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
600
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
601
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
602
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
603
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
604
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
605
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
606
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
607
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
608
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
609
609
|
} | undefined;
|
|
610
610
|
} | undefined;
|
|
611
611
|
isVisible?: boolean | string | undefined;
|
|
@@ -617,44 +617,44 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
617
617
|
parent?: /*elided*/ any | undefined;
|
|
618
618
|
tabStop?: boolean | undefined;
|
|
619
619
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
620
|
-
fillHeight?: boolean |
|
|
620
|
+
fillHeight?: boolean | undefined;
|
|
621
621
|
}[];
|
|
622
622
|
componentId: number;
|
|
623
623
|
cssClass: string;
|
|
624
624
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
625
625
|
events: {
|
|
626
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
627
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
628
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
629
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
630
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
631
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
632
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
633
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
634
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
626
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
627
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
628
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
629
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
630
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
631
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
632
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
633
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
634
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
635
635
|
};
|
|
636
636
|
directives: {
|
|
637
637
|
[x: string]: {
|
|
638
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
639
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
640
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
641
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
642
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
643
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
644
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
645
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
646
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
638
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
639
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
640
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
641
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
642
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
643
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
644
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
645
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
646
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
647
647
|
} | undefined;
|
|
648
648
|
touch?: {
|
|
649
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
650
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
651
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
652
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
653
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
654
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
655
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
656
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
657
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
649
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
650
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
651
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
652
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
653
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
654
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
655
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
656
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
657
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
658
658
|
} | undefined;
|
|
659
659
|
};
|
|
660
660
|
isVisible: boolean | string;
|
|
@@ -666,11 +666,11 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
666
666
|
parent?: /*elided*/ any | undefined;
|
|
667
667
|
tabStop: boolean;
|
|
668
668
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
669
|
-
fillHeight: boolean
|
|
669
|
+
fillHeight: boolean;
|
|
670
670
|
} | undefined;
|
|
671
671
|
tabStop?: boolean | undefined;
|
|
672
672
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
673
|
-
fillHeight?: boolean |
|
|
673
|
+
fillHeight?: boolean | undefined;
|
|
674
674
|
}[] | undefined;
|
|
675
675
|
component: string;
|
|
676
676
|
allowDuplicate?: boolean | undefined;
|
|
@@ -679,38 +679,38 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
679
679
|
cssClass?: string | undefined;
|
|
680
680
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
681
681
|
events?: {
|
|
682
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
683
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
684
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
685
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
686
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
687
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
688
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
689
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
690
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
682
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
683
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
684
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
685
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
686
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
687
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
688
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
689
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
690
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
691
691
|
} | undefined;
|
|
692
692
|
directives?: {
|
|
693
693
|
[x: string]: {
|
|
694
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
695
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
696
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
697
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
698
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
699
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
700
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
701
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
702
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
694
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
695
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
696
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
697
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
698
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
699
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
700
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
701
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
702
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
703
703
|
} | undefined;
|
|
704
704
|
touch?: {
|
|
705
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
706
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
707
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
708
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
709
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
710
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
711
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
712
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
713
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
705
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
706
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
707
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
708
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
709
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
710
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
711
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
712
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
713
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
714
714
|
} | undefined;
|
|
715
715
|
} | undefined;
|
|
716
716
|
isVisible?: boolean | string | undefined;
|
|
@@ -733,38 +733,38 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
733
733
|
cssClass?: string | undefined;
|
|
734
734
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
735
735
|
events?: {
|
|
736
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
737
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
738
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
739
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
740
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
741
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
742
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
743
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
744
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
736
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
737
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
738
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
739
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
740
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
741
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
742
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
743
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
744
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
745
745
|
} | undefined;
|
|
746
746
|
directives?: {
|
|
747
747
|
[x: string]: {
|
|
748
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
749
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
750
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
751
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
752
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
753
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
754
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
755
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
756
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
748
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
749
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
750
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
751
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
752
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
753
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
754
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
755
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
756
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
757
757
|
} | undefined;
|
|
758
758
|
touch?: {
|
|
759
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
760
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
761
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
762
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
763
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
764
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
765
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
766
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
767
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
759
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
760
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
761
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
762
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
763
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
764
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
765
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
766
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
767
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
768
768
|
} | undefined;
|
|
769
769
|
} | undefined;
|
|
770
770
|
isVisible?: boolean | string | undefined;
|
|
@@ -776,44 +776,44 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
776
776
|
parent?: /*elided*/ any | undefined;
|
|
777
777
|
tabStop?: boolean | undefined;
|
|
778
778
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
779
|
-
fillHeight?: boolean |
|
|
779
|
+
fillHeight?: boolean | undefined;
|
|
780
780
|
}[];
|
|
781
781
|
componentId: number;
|
|
782
782
|
cssClass: string;
|
|
783
783
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
784
784
|
events: {
|
|
785
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
786
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
787
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
788
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
789
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
790
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
791
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
792
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
793
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
785
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
786
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
787
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
788
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
789
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
790
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
791
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
792
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
793
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
794
794
|
};
|
|
795
795
|
directives: {
|
|
796
796
|
[x: string]: {
|
|
797
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
798
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
799
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
800
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
801
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
802
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
803
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
804
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
805
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
797
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
798
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
799
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
800
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
801
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
802
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
803
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
804
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
805
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
806
806
|
} | undefined;
|
|
807
807
|
touch?: {
|
|
808
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
809
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
810
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
811
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
812
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
813
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
814
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
815
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
816
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
808
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
809
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
810
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
811
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
812
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
813
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
814
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
815
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
816
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
817
817
|
} | undefined;
|
|
818
818
|
};
|
|
819
819
|
isVisible: boolean | string;
|
|
@@ -825,11 +825,11 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
825
825
|
parent?: /*elided*/ any | undefined;
|
|
826
826
|
tabStop: boolean;
|
|
827
827
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
828
|
-
fillHeight: boolean
|
|
828
|
+
fillHeight: boolean;
|
|
829
829
|
} | undefined;
|
|
830
830
|
tabStop?: boolean | undefined;
|
|
831
831
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
832
|
-
fillHeight?: boolean |
|
|
832
|
+
fillHeight?: boolean | undefined;
|
|
833
833
|
}[];
|
|
834
834
|
align?: string | undefined;
|
|
835
835
|
justify?: string | undefined;
|
|
@@ -867,38 +867,38 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
867
867
|
cssClass?: string | undefined;
|
|
868
868
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
869
869
|
events?: {
|
|
870
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
871
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
872
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
873
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
874
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
875
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
876
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
877
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
878
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
870
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
871
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
872
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
873
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
874
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
875
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
876
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
877
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
878
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
879
879
|
} | undefined;
|
|
880
880
|
directives?: {
|
|
881
881
|
[x: string]: {
|
|
882
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
883
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
884
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
885
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
886
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
887
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
888
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
889
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
890
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
882
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
883
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
884
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
885
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
886
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
887
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
888
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
889
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
890
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
891
891
|
} | undefined;
|
|
892
892
|
touch?: {
|
|
893
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
894
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
895
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
896
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
897
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
898
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
899
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
900
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
901
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
893
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
894
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
895
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
896
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
897
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
898
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
899
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
900
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
901
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
902
902
|
} | undefined;
|
|
903
903
|
} | undefined;
|
|
904
904
|
isVisible?: boolean | string | undefined;
|
|
@@ -921,38 +921,38 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
921
921
|
cssClass?: string | undefined;
|
|
922
922
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
923
923
|
events?: {
|
|
924
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
925
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
926
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
927
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
928
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
929
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
930
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
931
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
932
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
924
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
925
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
926
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
927
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
928
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
929
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
930
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
931
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
932
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
933
933
|
} | undefined;
|
|
934
934
|
directives?: {
|
|
935
935
|
[x: string]: {
|
|
936
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
937
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
938
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
939
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
940
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
941
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
942
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
943
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
944
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
936
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
937
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
938
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
939
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
940
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
941
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
942
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
943
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
944
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
945
945
|
} | undefined;
|
|
946
946
|
touch?: {
|
|
947
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
948
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
949
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
950
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
951
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
952
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
953
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
954
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
955
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
947
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
948
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
949
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
950
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
951
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
952
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
953
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
954
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
955
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
956
956
|
} | undefined;
|
|
957
957
|
} | undefined;
|
|
958
958
|
isVisible?: boolean | string | undefined;
|
|
@@ -964,44 +964,44 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
964
964
|
parent?: /*elided*/ any | undefined;
|
|
965
965
|
tabStop?: boolean | undefined;
|
|
966
966
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
967
|
-
fillHeight?: boolean |
|
|
967
|
+
fillHeight?: boolean | undefined;
|
|
968
968
|
}[];
|
|
969
969
|
componentId: number;
|
|
970
970
|
cssClass: string;
|
|
971
971
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
972
972
|
events: {
|
|
973
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
974
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
975
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
976
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
977
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
978
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
979
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
980
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
981
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
973
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
974
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
975
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
976
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
977
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
978
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
979
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
980
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
981
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
982
982
|
};
|
|
983
983
|
directives: {
|
|
984
984
|
[x: string]: {
|
|
985
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
986
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
987
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
988
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
989
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
990
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
991
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
992
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
993
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
985
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
986
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
987
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
988
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
989
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
990
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
991
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
992
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
993
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
994
994
|
} | undefined;
|
|
995
995
|
touch?: {
|
|
996
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
997
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
998
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
999
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1000
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1001
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1002
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1003
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1004
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
996
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
997
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
998
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
999
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1000
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1001
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1002
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1003
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1004
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1005
1005
|
} | undefined;
|
|
1006
1006
|
};
|
|
1007
1007
|
isVisible: boolean | string;
|
|
@@ -1013,58 +1013,58 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
1013
1013
|
parent?: /*elided*/ any | undefined;
|
|
1014
1014
|
tabStop: boolean;
|
|
1015
1015
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
1016
|
-
fillHeight: boolean
|
|
1016
|
+
fillHeight: boolean;
|
|
1017
1017
|
} | undefined;
|
|
1018
1018
|
tabStop?: boolean | undefined;
|
|
1019
1019
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1020
|
-
fillHeight?: boolean |
|
|
1020
|
+
fillHeight?: boolean | undefined;
|
|
1021
1021
|
}[] | undefined;
|
|
1022
1022
|
component: string;
|
|
1023
|
-
allowDuplicate?: boolean | undefined;
|
|
1024
|
-
autofocus?: boolean | undefined;
|
|
1025
|
-
componentId?: number | undefined;
|
|
1026
|
-
cssClass?: string | undefined;
|
|
1027
|
-
cssStyle?:
|
|
1023
|
+
allowDuplicate?: boolean | undefined | undefined;
|
|
1024
|
+
autofocus?: boolean | undefined | undefined;
|
|
1025
|
+
componentId?: number | undefined | undefined;
|
|
1026
|
+
cssClass?: string | undefined | undefined;
|
|
1027
|
+
cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
|
|
1028
1028
|
events?: {
|
|
1029
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1030
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1031
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1032
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1033
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1034
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1035
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1036
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1037
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1029
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1030
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1031
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1032
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1033
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1034
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1035
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1036
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1037
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1038
1038
|
} | undefined;
|
|
1039
1039
|
directives?: {
|
|
1040
1040
|
[x: string]: {
|
|
1041
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1042
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1043
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1044
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1045
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1046
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1047
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1048
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1049
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1041
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1042
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1043
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1044
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1045
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1046
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1047
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1048
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1049
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1050
1050
|
} | undefined;
|
|
1051
1051
|
touch?: {
|
|
1052
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1053
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1054
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1055
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1056
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1057
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1058
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1059
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1060
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1052
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1053
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1054
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1055
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1056
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1057
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1058
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1059
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1060
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1061
1061
|
} | undefined;
|
|
1062
1062
|
} | undefined;
|
|
1063
|
-
isVisible?: boolean |
|
|
1064
|
-
dark?: boolean | undefined;
|
|
1065
|
-
light?: boolean | undefined;
|
|
1066
|
-
theme?: string | undefined;
|
|
1067
|
-
keyMap?: import("@zeedhi/core").IKeyMap | undefined;
|
|
1063
|
+
isVisible?: string | boolean | undefined | undefined;
|
|
1064
|
+
dark?: boolean | undefined | undefined;
|
|
1065
|
+
light?: boolean | undefined | undefined;
|
|
1066
|
+
theme?: string | undefined | undefined;
|
|
1067
|
+
keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
|
|
1068
1068
|
name: string;
|
|
1069
1069
|
parent?: {
|
|
1070
1070
|
addChildInstance: (component: import("@zeedhi/common").Component) => void;
|
|
@@ -1080,38 +1080,38 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
1080
1080
|
cssClass?: string | undefined;
|
|
1081
1081
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1082
1082
|
events?: {
|
|
1083
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1084
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1085
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1086
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1087
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1088
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1089
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1090
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1091
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1083
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1084
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1085
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1086
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1087
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1088
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1089
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1090
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1091
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1092
1092
|
} | undefined;
|
|
1093
1093
|
directives?: {
|
|
1094
1094
|
[x: string]: {
|
|
1095
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1096
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1097
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1098
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1099
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1100
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1101
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1102
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1103
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1095
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1096
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1097
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1098
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1099
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1100
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1101
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1102
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1103
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1104
1104
|
} | undefined;
|
|
1105
1105
|
touch?: {
|
|
1106
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1107
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1108
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1109
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1110
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1111
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1112
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1113
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1114
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1106
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1107
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1108
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1109
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1110
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1111
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1112
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1113
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1114
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1115
1115
|
} | undefined;
|
|
1116
1116
|
} | undefined;
|
|
1117
1117
|
isVisible?: boolean | string | undefined;
|
|
@@ -1123,44 +1123,44 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
1123
1123
|
parent?: /*elided*/ any | undefined;
|
|
1124
1124
|
tabStop?: boolean | undefined;
|
|
1125
1125
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1126
|
-
fillHeight?: boolean |
|
|
1126
|
+
fillHeight?: boolean | undefined;
|
|
1127
1127
|
}[];
|
|
1128
1128
|
componentId: number;
|
|
1129
1129
|
cssClass: string;
|
|
1130
1130
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
1131
1131
|
events: {
|
|
1132
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1133
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1134
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1135
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1136
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1137
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1138
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1139
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1140
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1132
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1133
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1134
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1135
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1136
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1137
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1138
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1139
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1140
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1141
1141
|
};
|
|
1142
1142
|
directives: {
|
|
1143
1143
|
[x: string]: {
|
|
1144
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1145
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1146
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1147
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1148
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1149
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1150
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1151
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1152
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1144
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1145
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1146
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1147
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1148
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1149
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1150
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1151
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1152
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1153
1153
|
} | undefined;
|
|
1154
1154
|
touch?: {
|
|
1155
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1156
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1157
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1158
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1159
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1160
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1161
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1162
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1163
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1155
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1156
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1157
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1158
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1159
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1160
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1161
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1162
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1163
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1164
1164
|
} | undefined;
|
|
1165
1165
|
};
|
|
1166
1166
|
isVisible: boolean | string;
|
|
@@ -1172,11 +1172,11 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
1172
1172
|
parent?: /*elided*/ any | undefined;
|
|
1173
1173
|
tabStop: boolean;
|
|
1174
1174
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
1175
|
-
fillHeight: boolean
|
|
1175
|
+
fillHeight: boolean;
|
|
1176
1176
|
} | undefined;
|
|
1177
|
-
tabStop?: boolean | undefined;
|
|
1178
|
-
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1179
|
-
fillHeight?: boolean |
|
|
1177
|
+
tabStop?: boolean | undefined | undefined;
|
|
1178
|
+
userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
|
|
1179
|
+
fillHeight?: boolean | undefined | undefined;
|
|
1180
1180
|
}[];
|
|
1181
1181
|
readonly childrenGrid: import("@zeedhi/core").IDictionary<import("@zeedhi/common").IFormGrid>;
|
|
1182
1182
|
validate: () => Promise<{
|
|
@@ -1202,26 +1202,26 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
1202
1202
|
cssStyle: string | import("@zeedhi/core").IDictionary<string>;
|
|
1203
1203
|
directives: {
|
|
1204
1204
|
[x: string]: {
|
|
1205
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1206
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1207
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1208
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1209
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1210
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1211
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1212
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1213
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1205
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1206
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1207
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1208
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1209
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1210
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1211
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1212
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1213
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1214
1214
|
} | undefined;
|
|
1215
1215
|
touch?: {
|
|
1216
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1217
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1218
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1219
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1220
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1221
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1222
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1223
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1224
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1216
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1217
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1218
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1219
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1220
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1221
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1222
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1223
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1224
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1225
1225
|
} | undefined;
|
|
1226
1226
|
};
|
|
1227
1227
|
isVisible: boolean;
|
|
@@ -1229,7 +1229,7 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
1229
1229
|
dark: boolean;
|
|
1230
1230
|
light: boolean;
|
|
1231
1231
|
theme?: string | undefined;
|
|
1232
|
-
fillHeight: boolean
|
|
1232
|
+
fillHeight: boolean;
|
|
1233
1233
|
parent?: {
|
|
1234
1234
|
addChildInstance: (component: import("@zeedhi/common").Component) => void;
|
|
1235
1235
|
getChildInstance: <T extends import("@zeedhi/common").Component>(name: string) => T;
|
|
@@ -1244,38 +1244,38 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
1244
1244
|
cssClass?: string | undefined;
|
|
1245
1245
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1246
1246
|
events?: {
|
|
1247
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1248
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1249
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1250
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1251
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1252
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1253
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1254
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1255
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1247
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1248
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1249
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1250
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1251
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1252
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1253
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1254
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1255
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1256
1256
|
} | undefined;
|
|
1257
1257
|
directives?: {
|
|
1258
1258
|
[x: string]: {
|
|
1259
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1260
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1261
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1262
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1263
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1264
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1265
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1266
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1267
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1259
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1260
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1261
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1262
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1263
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1264
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1265
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1266
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1267
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1268
1268
|
} | undefined;
|
|
1269
1269
|
touch?: {
|
|
1270
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1271
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1272
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1273
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1274
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1275
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1276
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1277
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1278
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1270
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1271
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1272
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1273
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1274
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1275
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1276
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1277
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1278
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1279
1279
|
} | undefined;
|
|
1280
1280
|
} | undefined;
|
|
1281
1281
|
isVisible?: boolean | string | undefined;
|
|
@@ -1287,44 +1287,44 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
1287
1287
|
parent?: /*elided*/ any | undefined;
|
|
1288
1288
|
tabStop?: boolean | undefined;
|
|
1289
1289
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1290
|
-
fillHeight?: boolean |
|
|
1290
|
+
fillHeight?: boolean | undefined;
|
|
1291
1291
|
}[];
|
|
1292
1292
|
componentId: number;
|
|
1293
1293
|
cssClass: string;
|
|
1294
1294
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
1295
1295
|
events: {
|
|
1296
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1297
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1298
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1299
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1300
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1301
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1302
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1303
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1304
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1296
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1297
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1298
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1299
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1300
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1301
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1302
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1303
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1304
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1305
1305
|
};
|
|
1306
1306
|
directives: {
|
|
1307
1307
|
[x: string]: {
|
|
1308
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1309
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1310
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1311
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1312
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1313
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1314
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1315
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1316
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1308
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1309
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1310
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1311
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1312
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1313
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1314
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1315
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1316
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1317
1317
|
} | undefined;
|
|
1318
1318
|
touch?: {
|
|
1319
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1320
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1321
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1322
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1323
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1324
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1325
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1326
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1327
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1319
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1320
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1321
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1322
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1323
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1324
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1325
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1326
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1327
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1328
1328
|
} | undefined;
|
|
1329
1329
|
};
|
|
1330
1330
|
isVisible: boolean | string;
|
|
@@ -1336,7 +1336,7 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
1336
1336
|
parent?: /*elided*/ any | undefined;
|
|
1337
1337
|
tabStop: boolean;
|
|
1338
1338
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
1339
|
-
fillHeight: boolean
|
|
1339
|
+
fillHeight: boolean;
|
|
1340
1340
|
} | undefined;
|
|
1341
1341
|
componentId: number;
|
|
1342
1342
|
keyMap: import("@zeedhi/core").IKeyMap;
|
|
@@ -1427,38 +1427,38 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
1427
1427
|
cssClass?: string | undefined;
|
|
1428
1428
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1429
1429
|
events?: {
|
|
1430
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1431
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1432
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1433
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1434
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1435
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1436
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1437
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1438
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1430
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1431
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1432
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1433
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1434
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1435
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1436
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1437
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1438
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1439
1439
|
} | undefined;
|
|
1440
1440
|
directives?: {
|
|
1441
1441
|
[x: string]: {
|
|
1442
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1443
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1444
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1445
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1446
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1447
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1448
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1449
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1450
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1442
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1443
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1444
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1445
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1446
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1447
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1448
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1449
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1450
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1451
1451
|
} | undefined;
|
|
1452
1452
|
touch?: {
|
|
1453
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1454
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1455
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1456
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1457
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1458
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1459
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1460
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1461
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1453
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1454
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1455
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1456
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1457
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1458
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1459
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1460
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1461
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1462
1462
|
} | undefined;
|
|
1463
1463
|
} | undefined;
|
|
1464
1464
|
isVisible?: boolean | string | undefined;
|
|
@@ -1481,38 +1481,38 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
1481
1481
|
cssClass?: string | undefined;
|
|
1482
1482
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1483
1483
|
events?: {
|
|
1484
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1485
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1486
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1487
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1488
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1489
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1490
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1491
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1492
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1484
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1485
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1486
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1487
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1488
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1489
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1490
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1491
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1492
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1493
1493
|
} | undefined;
|
|
1494
1494
|
directives?: {
|
|
1495
1495
|
[x: string]: {
|
|
1496
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1497
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1498
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1499
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1500
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1501
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1502
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1503
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1504
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1496
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1497
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1498
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1499
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1500
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1501
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1502
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1503
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1504
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1505
1505
|
} | undefined;
|
|
1506
1506
|
touch?: {
|
|
1507
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1508
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1509
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1510
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1511
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1512
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1513
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1514
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1515
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1507
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1508
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1509
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1510
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1511
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1512
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1513
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1514
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1515
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1516
1516
|
} | undefined;
|
|
1517
1517
|
} | undefined;
|
|
1518
1518
|
isVisible?: boolean | string | undefined;
|
|
@@ -1524,44 +1524,44 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
1524
1524
|
parent?: /*elided*/ any | undefined;
|
|
1525
1525
|
tabStop?: boolean | undefined;
|
|
1526
1526
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1527
|
-
fillHeight?: boolean |
|
|
1527
|
+
fillHeight?: boolean | undefined;
|
|
1528
1528
|
}[];
|
|
1529
1529
|
componentId: number;
|
|
1530
1530
|
cssClass: string;
|
|
1531
1531
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
1532
1532
|
events: {
|
|
1533
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1534
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1535
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1536
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1537
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1538
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1539
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1540
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1541
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1533
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1534
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1535
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1536
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1537
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1538
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1539
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1540
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1541
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1542
1542
|
};
|
|
1543
1543
|
directives: {
|
|
1544
1544
|
[x: string]: {
|
|
1545
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1546
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1547
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1548
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1549
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1550
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1551
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1552
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1553
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1545
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1546
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1547
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1548
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1549
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1550
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1551
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1552
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1553
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1554
1554
|
} | undefined;
|
|
1555
1555
|
touch?: {
|
|
1556
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1557
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1558
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1559
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1560
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1561
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1562
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1563
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1564
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1556
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1557
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1558
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1559
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1560
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1561
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1562
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1563
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1564
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1565
1565
|
} | undefined;
|
|
1566
1566
|
};
|
|
1567
1567
|
isVisible: boolean | string;
|
|
@@ -1573,11 +1573,11 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
1573
1573
|
parent?: /*elided*/ any | undefined;
|
|
1574
1574
|
tabStop: boolean;
|
|
1575
1575
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
1576
|
-
fillHeight: boolean
|
|
1576
|
+
fillHeight: boolean;
|
|
1577
1577
|
} | undefined;
|
|
1578
1578
|
tabStop?: boolean | undefined;
|
|
1579
1579
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1580
|
-
fillHeight?: boolean |
|
|
1580
|
+
fillHeight?: boolean | undefined;
|
|
1581
1581
|
}[];
|
|
1582
1582
|
component: string;
|
|
1583
1583
|
allowDuplicate: boolean;
|
|
@@ -1587,26 +1587,26 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
1587
1587
|
cssStyle: string | import("@zeedhi/core").IDictionary<string>;
|
|
1588
1588
|
directives: {
|
|
1589
1589
|
[x: string]: {
|
|
1590
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1591
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1592
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1593
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1594
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1595
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1596
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1597
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1598
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1590
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1591
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1592
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1593
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1594
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1595
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1596
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1597
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1598
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1599
1599
|
} | undefined;
|
|
1600
1600
|
touch?: {
|
|
1601
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1602
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1603
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1604
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1605
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1606
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1607
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1608
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1609
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1601
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1602
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1603
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1604
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1605
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1606
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1607
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1608
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1609
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1610
1610
|
} | undefined;
|
|
1611
1611
|
};
|
|
1612
1612
|
isVisible: boolean;
|
|
@@ -1614,7 +1614,7 @@ declare const loginButtonComponent: import("vue").DefineComponent<import("vue").
|
|
|
1614
1614
|
dark: boolean;
|
|
1615
1615
|
light: boolean;
|
|
1616
1616
|
theme?: string | undefined;
|
|
1617
|
-
fillHeight: boolean
|
|
1617
|
+
fillHeight: boolean;
|
|
1618
1618
|
componentId: number;
|
|
1619
1619
|
keyMap: import("@zeedhi/core").IKeyMap;
|
|
1620
1620
|
isFocused: boolean;
|