@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
|
@@ -18,38 +18,38 @@ export declare function useGridInstance(): {
|
|
|
18
18
|
cssClass?: string | undefined;
|
|
19
19
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
20
20
|
events?: {
|
|
21
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
22
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
23
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
24
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
25
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
26
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
27
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
28
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
29
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
21
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
22
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
23
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
24
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
25
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
26
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
27
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
28
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
29
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
30
30
|
} | undefined;
|
|
31
31
|
directives?: {
|
|
32
32
|
[x: string]: {
|
|
33
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
34
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
35
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
36
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
37
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
38
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
39
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
40
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
41
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
33
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
34
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
35
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
36
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
37
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
38
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
39
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
40
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
41
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
42
42
|
} | undefined;
|
|
43
43
|
touch?: {
|
|
44
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
45
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
46
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
47
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
48
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
49
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
50
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
51
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
52
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
44
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
45
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
46
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
47
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
48
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
49
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
50
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
51
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
52
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
53
53
|
} | undefined;
|
|
54
54
|
} | undefined;
|
|
55
55
|
isVisible?: boolean | string | undefined;
|
|
@@ -68,38 +68,38 @@ export declare function useGridInstance(): {
|
|
|
68
68
|
cssClass: string;
|
|
69
69
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
70
70
|
events: {
|
|
71
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
72
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
73
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
74
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
75
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
76
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
77
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
78
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
79
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
71
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
72
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
73
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
74
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
75
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
76
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
77
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
78
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
79
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
80
80
|
};
|
|
81
81
|
directives: {
|
|
82
82
|
[x: string]: {
|
|
83
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
84
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
85
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
86
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
87
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
88
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
89
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
90
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
91
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
83
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
84
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
85
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
86
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
87
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
88
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
89
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
90
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
91
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
92
92
|
} | undefined;
|
|
93
93
|
touch?: {
|
|
94
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
95
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
96
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
97
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
98
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
99
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
100
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
101
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
102
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
94
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
95
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
96
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
97
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
98
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
99
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
100
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
101
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
102
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
103
103
|
} | undefined;
|
|
104
104
|
};
|
|
105
105
|
isVisible: boolean | string;
|
|
@@ -111,48 +111,48 @@ export declare function useGridInstance(): {
|
|
|
111
111
|
parent?: /*elided*/ any | undefined;
|
|
112
112
|
tabStop: boolean;
|
|
113
113
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
114
|
-
fillHeight: boolean
|
|
114
|
+
fillHeight: boolean;
|
|
115
115
|
} | undefined;
|
|
116
116
|
tabStop?: boolean | undefined;
|
|
117
117
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
118
|
-
fillHeight?: boolean |
|
|
118
|
+
fillHeight?: boolean | undefined;
|
|
119
119
|
}[] | undefined;
|
|
120
120
|
componentId?: number | undefined;
|
|
121
121
|
cssClass?: string | undefined;
|
|
122
122
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
123
123
|
events?: {
|
|
124
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
125
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
126
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
127
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
128
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
129
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
130
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
131
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
132
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
124
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
125
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
126
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
127
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
128
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
129
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
130
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
131
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
132
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
133
133
|
} | undefined;
|
|
134
134
|
directives?: {
|
|
135
135
|
[x: string]: {
|
|
136
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
137
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
138
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
139
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
140
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
141
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
142
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
143
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
144
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
136
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
137
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
138
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
139
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
140
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
141
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
142
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
143
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
144
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
145
145
|
} | undefined;
|
|
146
146
|
touch?: {
|
|
147
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
148
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
149
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
150
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
151
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
152
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
153
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
154
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
155
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
147
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
148
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
149
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
150
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
151
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
152
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
153
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
154
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
155
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
156
156
|
} | undefined;
|
|
157
157
|
} | undefined;
|
|
158
158
|
isVisible?: boolean | string | undefined;
|
|
@@ -175,38 +175,38 @@ export declare function useGridInstance(): {
|
|
|
175
175
|
cssClass?: string | undefined;
|
|
176
176
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
177
177
|
events?: {
|
|
178
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
179
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
180
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
181
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
182
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
183
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
184
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
185
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
186
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
178
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
179
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
180
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
181
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
182
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
183
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
184
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
185
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
186
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
187
187
|
} | undefined;
|
|
188
188
|
directives?: {
|
|
189
189
|
[x: string]: {
|
|
190
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
191
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
192
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
193
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
194
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
195
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
196
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
197
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
198
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
190
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
191
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
192
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
193
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
194
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
195
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
196
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
197
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
198
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
199
199
|
} | undefined;
|
|
200
200
|
touch?: {
|
|
201
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
202
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
203
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
204
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
205
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
206
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
207
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
208
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
209
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
201
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
202
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
203
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
204
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
205
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
206
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
207
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
208
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
209
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
210
210
|
} | undefined;
|
|
211
211
|
} | undefined;
|
|
212
212
|
isVisible?: boolean | string | undefined;
|
|
@@ -218,44 +218,44 @@ export declare function useGridInstance(): {
|
|
|
218
218
|
parent?: /*elided*/ any | undefined;
|
|
219
219
|
tabStop?: boolean | undefined;
|
|
220
220
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
221
|
-
fillHeight?: boolean |
|
|
221
|
+
fillHeight?: boolean | undefined;
|
|
222
222
|
}[];
|
|
223
223
|
componentId: number;
|
|
224
224
|
cssClass: string;
|
|
225
225
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
226
226
|
events: {
|
|
227
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
228
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
229
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
230
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
231
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
232
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
233
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
234
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
235
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
227
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
228
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
229
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
230
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
231
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
232
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
233
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
234
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
235
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
236
236
|
};
|
|
237
237
|
directives: {
|
|
238
238
|
[x: string]: {
|
|
239
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
240
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
241
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
242
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
243
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
244
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
245
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
246
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
247
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
239
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
240
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
241
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
242
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
243
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
244
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
245
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
246
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
247
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
248
248
|
} | undefined;
|
|
249
249
|
touch?: {
|
|
250
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
251
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
252
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
253
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
254
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
255
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
256
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
257
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
258
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
250
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
251
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
252
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
253
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
254
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
255
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
256
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
257
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
258
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
259
259
|
} | undefined;
|
|
260
260
|
};
|
|
261
261
|
isVisible: boolean | string;
|
|
@@ -267,16 +267,16 @@ export declare function useGridInstance(): {
|
|
|
267
267
|
parent?: /*elided*/ any | undefined;
|
|
268
268
|
tabStop: boolean;
|
|
269
269
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
270
|
-
fillHeight: boolean
|
|
270
|
+
fillHeight: boolean;
|
|
271
271
|
} | undefined;
|
|
272
272
|
tabStop?: boolean | undefined;
|
|
273
273
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
274
|
-
fillHeight?: boolean |
|
|
274
|
+
fillHeight?: boolean | undefined;
|
|
275
275
|
}[];
|
|
276
276
|
readonly childrenProps: {
|
|
277
277
|
[x: string]: any;
|
|
278
|
-
allowDuplicate?: boolean | undefined;
|
|
279
|
-
autofocus?: boolean | undefined;
|
|
278
|
+
allowDuplicate?: boolean | undefined | undefined;
|
|
279
|
+
autofocus?: boolean | undefined | undefined;
|
|
280
280
|
children?: {
|
|
281
281
|
[x: string]: any;
|
|
282
282
|
allowDuplicate?: boolean | undefined;
|
|
@@ -286,38 +286,38 @@ export declare function useGridInstance(): {
|
|
|
286
286
|
cssClass?: string | undefined;
|
|
287
287
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
288
288
|
events?: {
|
|
289
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
290
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
291
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
292
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
293
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
294
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
295
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
296
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
297
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
289
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
290
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
291
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
292
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
293
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
294
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
295
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
296
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
297
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
298
298
|
} | undefined;
|
|
299
299
|
directives?: {
|
|
300
300
|
[x: string]: {
|
|
301
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
302
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
303
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
304
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
305
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
306
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
307
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
308
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
309
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
301
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
302
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
303
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
304
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
305
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
306
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
307
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
308
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
309
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
310
310
|
} | undefined;
|
|
311
311
|
touch?: {
|
|
312
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
313
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
314
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
315
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
316
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
317
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
318
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
319
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
320
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
312
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
313
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
314
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
315
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
316
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
317
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
318
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
319
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
320
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
321
321
|
} | undefined;
|
|
322
322
|
} | undefined;
|
|
323
323
|
isVisible?: boolean | string | undefined;
|
|
@@ -336,38 +336,38 @@ export declare function useGridInstance(): {
|
|
|
336
336
|
cssClass: string;
|
|
337
337
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
338
338
|
events: {
|
|
339
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
340
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
341
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
342
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
343
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
344
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
345
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
346
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
347
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
339
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
340
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
341
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
342
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
343
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
344
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
345
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
346
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
347
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
348
348
|
};
|
|
349
349
|
directives: {
|
|
350
350
|
[x: string]: {
|
|
351
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
352
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
353
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
354
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
355
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
356
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
357
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
358
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
359
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
351
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
352
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
353
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
354
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
355
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
356
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
357
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
358
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
359
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
360
360
|
} | undefined;
|
|
361
361
|
touch?: {
|
|
362
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
363
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
364
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
365
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
366
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
367
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
368
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
369
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
370
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
362
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
363
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
364
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
365
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
366
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
367
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
368
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
369
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
370
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
371
371
|
} | undefined;
|
|
372
372
|
};
|
|
373
373
|
isVisible: boolean | string;
|
|
@@ -379,55 +379,55 @@ export declare function useGridInstance(): {
|
|
|
379
379
|
parent?: /*elided*/ any | undefined;
|
|
380
380
|
tabStop: boolean;
|
|
381
381
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
382
|
-
fillHeight: boolean
|
|
382
|
+
fillHeight: boolean;
|
|
383
383
|
} | undefined;
|
|
384
384
|
tabStop?: boolean | undefined;
|
|
385
385
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
386
|
-
fillHeight?: boolean |
|
|
386
|
+
fillHeight?: boolean | undefined;
|
|
387
387
|
}[] | undefined;
|
|
388
|
-
componentId?: number | undefined;
|
|
389
|
-
cssClass?: string | undefined;
|
|
390
|
-
cssStyle?:
|
|
388
|
+
componentId?: number | undefined | undefined;
|
|
389
|
+
cssClass?: string | undefined | undefined;
|
|
390
|
+
cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
|
|
391
391
|
events?: {
|
|
392
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
393
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
394
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
395
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
396
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
397
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
398
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
399
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
400
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
392
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
393
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
394
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
395
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
396
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
397
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
398
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
399
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
400
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
401
401
|
} | undefined;
|
|
402
402
|
directives?: {
|
|
403
403
|
[x: string]: {
|
|
404
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
405
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
406
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
407
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
408
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
409
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
410
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
411
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
412
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
404
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
405
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
406
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
407
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
408
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
409
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
410
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
411
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
412
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
413
413
|
} | undefined;
|
|
414
414
|
touch?: {
|
|
415
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
416
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
417
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
418
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
419
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
420
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
421
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
422
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
423
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
415
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
416
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
417
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
418
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
419
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
420
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
421
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
422
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
423
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
424
424
|
} | undefined;
|
|
425
425
|
} | undefined;
|
|
426
|
-
isVisible?: boolean |
|
|
427
|
-
dark?: boolean | undefined;
|
|
428
|
-
light?: boolean | undefined;
|
|
429
|
-
theme?: string | undefined;
|
|
430
|
-
keyMap?: import("@zeedhi/core").IKeyMap | undefined;
|
|
426
|
+
isVisible?: string | boolean | undefined | undefined;
|
|
427
|
+
dark?: boolean | undefined | undefined;
|
|
428
|
+
light?: boolean | undefined | undefined;
|
|
429
|
+
theme?: string | undefined | undefined;
|
|
430
|
+
keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
|
|
431
431
|
name: string;
|
|
432
432
|
parent?: {
|
|
433
433
|
addChildInstance: (component: import("@zeedhi/common").Component) => void;
|
|
@@ -443,38 +443,38 @@ export declare function useGridInstance(): {
|
|
|
443
443
|
cssClass?: string | undefined;
|
|
444
444
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
445
445
|
events?: {
|
|
446
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
447
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
448
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
449
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
450
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
451
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
452
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
453
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
454
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
446
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
447
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
448
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
449
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
450
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
451
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
452
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
453
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
454
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
455
455
|
} | undefined;
|
|
456
456
|
directives?: {
|
|
457
457
|
[x: string]: {
|
|
458
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
459
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
460
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
461
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
462
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
463
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
464
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
465
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
466
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
458
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
459
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
460
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
461
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
462
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
463
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
464
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
465
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
466
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
467
467
|
} | undefined;
|
|
468
468
|
touch?: {
|
|
469
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
470
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
471
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
472
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
473
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
474
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
475
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
476
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
477
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
469
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
470
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
471
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
472
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
473
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
474
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
475
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
476
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
477
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
478
478
|
} | undefined;
|
|
479
479
|
} | undefined;
|
|
480
480
|
isVisible?: boolean | string | undefined;
|
|
@@ -486,44 +486,44 @@ export declare function useGridInstance(): {
|
|
|
486
486
|
parent?: /*elided*/ any | undefined;
|
|
487
487
|
tabStop?: boolean | undefined;
|
|
488
488
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
489
|
-
fillHeight?: boolean |
|
|
489
|
+
fillHeight?: boolean | undefined;
|
|
490
490
|
}[];
|
|
491
491
|
componentId: number;
|
|
492
492
|
cssClass: string;
|
|
493
493
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
494
494
|
events: {
|
|
495
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
496
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
497
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
498
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
499
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
500
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
501
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
502
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
503
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
495
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
496
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
497
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
498
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
499
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
500
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
501
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
502
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
503
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
504
504
|
};
|
|
505
505
|
directives: {
|
|
506
506
|
[x: string]: {
|
|
507
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
508
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
509
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
510
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
511
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
512
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
513
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
514
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
515
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
507
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
508
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
509
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
510
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
511
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
512
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
513
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
514
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
515
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
516
516
|
} | undefined;
|
|
517
517
|
touch?: {
|
|
518
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
519
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
520
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
521
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
522
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
523
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
524
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
525
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
526
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
518
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
519
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
520
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
521
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
522
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
523
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
524
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
525
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
526
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
527
527
|
} | undefined;
|
|
528
528
|
};
|
|
529
529
|
isVisible: boolean | string;
|
|
@@ -535,11 +535,11 @@ export declare function useGridInstance(): {
|
|
|
535
535
|
parent?: /*elided*/ any | undefined;
|
|
536
536
|
tabStop: boolean;
|
|
537
537
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
538
|
-
fillHeight: boolean
|
|
538
|
+
fillHeight: boolean;
|
|
539
539
|
} | undefined;
|
|
540
|
-
tabStop?: boolean | undefined;
|
|
541
|
-
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
542
|
-
fillHeight?: boolean |
|
|
540
|
+
tabStop?: boolean | undefined | undefined;
|
|
541
|
+
userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
|
|
542
|
+
fillHeight?: boolean | undefined | undefined;
|
|
543
543
|
}[];
|
|
544
544
|
getColumnWithoutConditions: (component: any) => any;
|
|
545
545
|
checkOutValues: (component: any, row: import("@zeedhi/core").IDictionary<any>, newRow: import("@zeedhi/core").IDictionary<any>) => void;
|
|
@@ -579,45 +579,45 @@ export declare function useGridInstance(): {
|
|
|
579
579
|
cssStyle: string | import("@zeedhi/core").IDictionary<string>;
|
|
580
580
|
directives: {
|
|
581
581
|
[x: string]: {
|
|
582
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
583
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
584
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
585
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
586
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
587
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
588
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
589
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
590
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
582
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
583
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
584
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
585
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
586
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
587
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
588
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
589
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
590
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
591
591
|
} | undefined;
|
|
592
592
|
touch?: {
|
|
593
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
594
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
595
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
596
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
597
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
598
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
599
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
600
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
601
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
593
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
594
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
595
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
596
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
597
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
598
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
599
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
600
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
601
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
602
602
|
} | undefined;
|
|
603
603
|
};
|
|
604
604
|
events: {
|
|
605
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
606
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
607
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
608
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
609
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
610
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
611
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
612
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
613
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
605
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
606
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
607
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
608
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
609
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
610
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
611
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
612
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
613
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
614
614
|
};
|
|
615
615
|
isVisible: boolean;
|
|
616
616
|
name: string;
|
|
617
617
|
dark: boolean;
|
|
618
618
|
light: boolean;
|
|
619
619
|
theme?: string | undefined;
|
|
620
|
-
fillHeight: boolean
|
|
620
|
+
fillHeight: boolean;
|
|
621
621
|
parent?: {
|
|
622
622
|
addChildInstance: (component: import("@zeedhi/common").Component) => void;
|
|
623
623
|
getChildInstance: <T extends import("@zeedhi/common").Component>(name: string) => T;
|
|
@@ -632,38 +632,38 @@ export declare function useGridInstance(): {
|
|
|
632
632
|
cssClass?: string | undefined;
|
|
633
633
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
634
634
|
events?: {
|
|
635
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
636
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
637
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
638
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
639
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
640
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
641
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
642
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
643
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
635
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
636
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
637
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
638
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
639
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
640
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
641
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
642
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
643
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
644
644
|
} | undefined;
|
|
645
645
|
directives?: {
|
|
646
646
|
[x: string]: {
|
|
647
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
648
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
649
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
650
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
651
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
652
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
653
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
654
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
655
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
647
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
648
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
649
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
650
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
651
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
652
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
653
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
654
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
655
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
656
656
|
} | undefined;
|
|
657
657
|
touch?: {
|
|
658
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
659
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
660
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
661
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
662
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
663
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
664
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
665
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
666
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
658
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
659
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
660
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
661
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
662
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
663
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
664
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
665
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
666
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
667
667
|
} | undefined;
|
|
668
668
|
} | undefined;
|
|
669
669
|
isVisible?: boolean | string | undefined;
|
|
@@ -675,44 +675,44 @@ export declare function useGridInstance(): {
|
|
|
675
675
|
parent?: /*elided*/ any | undefined;
|
|
676
676
|
tabStop?: boolean | undefined;
|
|
677
677
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
678
|
-
fillHeight?: boolean |
|
|
678
|
+
fillHeight?: boolean | undefined;
|
|
679
679
|
}[];
|
|
680
680
|
componentId: number;
|
|
681
681
|
cssClass: string;
|
|
682
682
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
683
683
|
events: {
|
|
684
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
685
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
686
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
687
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
688
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
689
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
690
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
691
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
692
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
684
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
685
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
686
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
687
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
688
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
689
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
690
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
691
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
692
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
693
693
|
};
|
|
694
694
|
directives: {
|
|
695
695
|
[x: string]: {
|
|
696
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
697
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
698
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
699
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
700
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
701
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
702
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
703
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
704
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
696
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
697
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
698
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
699
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
700
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
701
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
702
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
703
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
704
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
705
705
|
} | undefined;
|
|
706
706
|
touch?: {
|
|
707
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
708
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
709
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
710
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
711
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
712
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
713
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
714
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
715
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
707
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
708
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
709
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
710
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
711
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
712
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
713
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
714
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
715
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
716
716
|
} | undefined;
|
|
717
717
|
};
|
|
718
718
|
isVisible: boolean | string;
|
|
@@ -724,7 +724,7 @@ export declare function useGridInstance(): {
|
|
|
724
724
|
parent?: /*elided*/ any | undefined;
|
|
725
725
|
tabStop: boolean;
|
|
726
726
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
727
|
-
fillHeight: boolean
|
|
727
|
+
fillHeight: boolean;
|
|
728
728
|
} | undefined;
|
|
729
729
|
componentId: number;
|
|
730
730
|
keyMap: import("@zeedhi/core").IKeyMap;
|
|
@@ -766,38 +766,38 @@ export declare function useGridInstance(): {
|
|
|
766
766
|
cssClass?: string | undefined;
|
|
767
767
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
768
768
|
events?: {
|
|
769
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
770
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
771
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
772
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
773
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
774
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
775
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
776
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
777
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
769
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
770
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
771
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
772
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
773
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
774
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
775
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
776
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
777
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
778
778
|
} | undefined;
|
|
779
779
|
directives?: {
|
|
780
780
|
[x: string]: {
|
|
781
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
782
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
783
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
784
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
785
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
786
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
787
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
788
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
789
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
781
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
782
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
783
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
784
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
785
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
786
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
787
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
788
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
789
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
790
790
|
} | undefined;
|
|
791
791
|
touch?: {
|
|
792
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
793
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
794
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
795
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
796
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
797
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
798
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
799
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
800
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
792
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
793
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
794
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
795
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
796
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
797
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
798
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
799
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
800
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
801
801
|
} | undefined;
|
|
802
802
|
} | undefined;
|
|
803
803
|
isVisible?: boolean | string | undefined;
|
|
@@ -820,38 +820,38 @@ export declare function useGridInstance(): {
|
|
|
820
820
|
cssClass?: string | undefined;
|
|
821
821
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
822
822
|
events?: {
|
|
823
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
824
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
825
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
826
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
827
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
828
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
829
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
830
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
831
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
823
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
824
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
825
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
826
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
827
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
828
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
829
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
830
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
831
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
832
832
|
} | undefined;
|
|
833
833
|
directives?: {
|
|
834
834
|
[x: string]: {
|
|
835
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
836
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
837
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
838
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
839
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
840
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
841
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
842
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
843
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
835
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
836
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
837
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
838
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
839
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
840
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
841
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
842
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
843
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
844
844
|
} | undefined;
|
|
845
845
|
touch?: {
|
|
846
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
847
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
848
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
849
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
850
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
851
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
852
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
853
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
854
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
846
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
847
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
848
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
849
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
850
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
851
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
852
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
853
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
854
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
855
855
|
} | undefined;
|
|
856
856
|
} | undefined;
|
|
857
857
|
isVisible?: boolean | string | undefined;
|
|
@@ -863,44 +863,44 @@ export declare function useGridInstance(): {
|
|
|
863
863
|
parent?: /*elided*/ any | undefined;
|
|
864
864
|
tabStop?: boolean | undefined;
|
|
865
865
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
866
|
-
fillHeight?: boolean |
|
|
866
|
+
fillHeight?: boolean | undefined;
|
|
867
867
|
}[];
|
|
868
868
|
componentId: number;
|
|
869
869
|
cssClass: string;
|
|
870
870
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
871
871
|
events: {
|
|
872
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
873
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
874
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
875
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
876
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
877
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
878
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
879
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
880
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
872
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
873
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
874
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
875
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
876
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
877
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
878
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
879
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
880
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
881
881
|
};
|
|
882
882
|
directives: {
|
|
883
883
|
[x: string]: {
|
|
884
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
885
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
886
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
887
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
888
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
889
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
890
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
891
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
892
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
884
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
885
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
886
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
887
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
888
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
889
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
890
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
891
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
892
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
893
893
|
} | undefined;
|
|
894
894
|
touch?: {
|
|
895
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
896
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
897
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
898
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
899
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
900
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
901
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
902
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
903
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
895
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
896
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
897
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
898
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
899
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
900
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
901
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
902
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
903
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
904
904
|
} | undefined;
|
|
905
905
|
};
|
|
906
906
|
isVisible: boolean | string;
|
|
@@ -912,29 +912,29 @@ export declare function useGridInstance(): {
|
|
|
912
912
|
parent?: /*elided*/ any | undefined;
|
|
913
913
|
tabStop: boolean;
|
|
914
914
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
915
|
-
fillHeight: boolean
|
|
915
|
+
fillHeight: boolean;
|
|
916
916
|
} | undefined;
|
|
917
917
|
tabStop?: boolean | undefined;
|
|
918
918
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
919
|
-
fillHeight?: boolean |
|
|
919
|
+
fillHeight?: boolean | undefined;
|
|
920
920
|
}[];
|
|
921
921
|
events: {
|
|
922
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
923
|
-
cellClick?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
924
|
-
rowClick?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
925
|
-
selected?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
926
|
-
selectedAll?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
927
|
-
unselected?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
928
|
-
unselectedAll?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
929
|
-
changeLayout?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
930
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
931
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
932
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
933
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
934
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
935
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
936
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
937
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
922
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent> | undefined)[] | undefined;
|
|
923
|
+
cellClick?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent> | undefined;
|
|
924
|
+
rowClick?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent> | undefined;
|
|
925
|
+
selected?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent> | undefined;
|
|
926
|
+
selectedAll?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent> | undefined;
|
|
927
|
+
unselected?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent> | undefined;
|
|
928
|
+
unselectedAll?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent> | undefined;
|
|
929
|
+
changeLayout?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent> | undefined;
|
|
930
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent>> | undefined;
|
|
931
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent>> | undefined;
|
|
932
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent>> | undefined;
|
|
933
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent>> | undefined;
|
|
934
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent>> | undefined;
|
|
935
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent>> | undefined;
|
|
936
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent>> | undefined;
|
|
937
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any> | import("@zeedhi/common").IGridEvent>> | undefined;
|
|
938
938
|
};
|
|
939
939
|
footerSlot: {
|
|
940
940
|
[x: string]: any;
|
|
@@ -946,38 +946,38 @@ export declare function useGridInstance(): {
|
|
|
946
946
|
cssClass?: string | undefined;
|
|
947
947
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
948
948
|
events?: {
|
|
949
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
950
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
951
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
952
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
953
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
954
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
955
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
956
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
957
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
949
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
950
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
951
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
952
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
953
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
954
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
955
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
956
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
957
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
958
958
|
} | undefined;
|
|
959
959
|
directives?: {
|
|
960
960
|
[x: string]: {
|
|
961
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
962
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
963
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
964
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
965
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
966
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
967
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
968
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
969
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
961
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
962
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
963
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
964
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
965
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
966
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
967
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
968
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
969
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
970
970
|
} | undefined;
|
|
971
971
|
touch?: {
|
|
972
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
973
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
974
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
975
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
976
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
977
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
978
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
979
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
980
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
972
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
973
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
974
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
975
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
976
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
977
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
978
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
979
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
980
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
981
981
|
} | undefined;
|
|
982
982
|
} | undefined;
|
|
983
983
|
isVisible?: boolean | string | undefined;
|
|
@@ -1000,38 +1000,38 @@ export declare function useGridInstance(): {
|
|
|
1000
1000
|
cssClass?: string | undefined;
|
|
1001
1001
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1002
1002
|
events?: {
|
|
1003
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1004
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1005
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1006
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1007
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1008
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1009
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1010
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1011
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1003
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1004
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1005
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1006
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1007
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1008
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1009
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1010
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1011
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1012
1012
|
} | undefined;
|
|
1013
1013
|
directives?: {
|
|
1014
1014
|
[x: string]: {
|
|
1015
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1016
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1017
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1018
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1019
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1020
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1021
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1022
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1023
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1015
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1016
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1017
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1018
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1019
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1020
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1021
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1022
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1023
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1024
1024
|
} | undefined;
|
|
1025
1025
|
touch?: {
|
|
1026
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1027
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1028
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1029
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1030
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1031
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1032
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1033
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1034
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1026
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1027
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1028
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1029
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1030
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1031
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1032
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1033
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1034
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1035
1035
|
} | undefined;
|
|
1036
1036
|
} | undefined;
|
|
1037
1037
|
isVisible?: boolean | string | undefined;
|
|
@@ -1043,44 +1043,44 @@ export declare function useGridInstance(): {
|
|
|
1043
1043
|
parent?: /*elided*/ any | undefined;
|
|
1044
1044
|
tabStop?: boolean | undefined;
|
|
1045
1045
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1046
|
-
fillHeight?: boolean |
|
|
1046
|
+
fillHeight?: boolean | undefined;
|
|
1047
1047
|
}[];
|
|
1048
1048
|
componentId: number;
|
|
1049
1049
|
cssClass: string;
|
|
1050
1050
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
1051
1051
|
events: {
|
|
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
|
};
|
|
1062
1062
|
directives: {
|
|
1063
1063
|
[x: string]: {
|
|
1064
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1065
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1066
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1067
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1068
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1069
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1070
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1071
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1072
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1064
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1065
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1066
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1067
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1068
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1069
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1070
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1071
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1072
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1073
1073
|
} | undefined;
|
|
1074
1074
|
touch?: {
|
|
1075
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1076
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1077
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1078
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1079
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1080
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1081
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1082
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1083
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1075
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1076
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1077
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1078
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1079
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1080
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1081
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1082
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1083
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1084
1084
|
} | undefined;
|
|
1085
1085
|
};
|
|
1086
1086
|
isVisible: boolean | string;
|
|
@@ -1092,11 +1092,11 @@ export declare function useGridInstance(): {
|
|
|
1092
1092
|
parent?: /*elided*/ any | undefined;
|
|
1093
1093
|
tabStop: boolean;
|
|
1094
1094
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
1095
|
-
fillHeight: boolean
|
|
1095
|
+
fillHeight: boolean;
|
|
1096
1096
|
} | undefined;
|
|
1097
1097
|
tabStop?: boolean | undefined;
|
|
1098
1098
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1099
|
-
fillHeight?: boolean |
|
|
1099
|
+
fillHeight?: boolean | undefined;
|
|
1100
1100
|
}[];
|
|
1101
1101
|
headerBackground: string;
|
|
1102
1102
|
headerCellTextColor: string;
|
|
@@ -1116,38 +1116,38 @@ export declare function useGridInstance(): {
|
|
|
1116
1116
|
cssClass?: string | undefined;
|
|
1117
1117
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1118
1118
|
events?: {
|
|
1119
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1120
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1121
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1122
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1123
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1124
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1125
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1126
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1127
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1119
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1120
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1121
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1122
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1123
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1124
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1125
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1126
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1127
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1128
1128
|
} | undefined;
|
|
1129
1129
|
directives?: {
|
|
1130
1130
|
[x: string]: {
|
|
1131
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1132
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1133
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1134
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1135
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1136
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1137
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1138
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1139
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1131
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1132
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1133
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1134
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1135
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1136
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1137
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1138
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1139
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1140
1140
|
} | undefined;
|
|
1141
1141
|
touch?: {
|
|
1142
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1143
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1144
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1145
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1146
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1147
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1148
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1149
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1150
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1142
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1143
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1144
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1145
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1146
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1147
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1148
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1149
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1150
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1151
1151
|
} | undefined;
|
|
1152
1152
|
} | undefined;
|
|
1153
1153
|
isVisible?: boolean | string | undefined;
|
|
@@ -1170,38 +1170,38 @@ export declare function useGridInstance(): {
|
|
|
1170
1170
|
cssClass?: string | undefined;
|
|
1171
1171
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1172
1172
|
events?: {
|
|
1173
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1174
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1175
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1176
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1177
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1178
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1179
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1180
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1181
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1173
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1174
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1175
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1176
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1177
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1178
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1179
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1180
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1181
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1182
1182
|
} | undefined;
|
|
1183
1183
|
directives?: {
|
|
1184
1184
|
[x: string]: {
|
|
1185
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1186
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1187
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1188
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1189
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1190
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1191
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1192
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1193
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1185
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1186
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1187
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1188
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1189
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1190
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1191
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1192
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1193
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1194
1194
|
} | undefined;
|
|
1195
1195
|
touch?: {
|
|
1196
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1197
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1198
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1199
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1200
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1201
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1202
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1203
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1204
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1196
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1197
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1198
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1199
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1200
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1201
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1202
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1203
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1204
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1205
1205
|
} | undefined;
|
|
1206
1206
|
} | undefined;
|
|
1207
1207
|
isVisible?: boolean | string | undefined;
|
|
@@ -1213,44 +1213,44 @@ export declare function useGridInstance(): {
|
|
|
1213
1213
|
parent?: /*elided*/ any | undefined;
|
|
1214
1214
|
tabStop?: boolean | undefined;
|
|
1215
1215
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1216
|
-
fillHeight?: boolean |
|
|
1216
|
+
fillHeight?: boolean | undefined;
|
|
1217
1217
|
}[];
|
|
1218
1218
|
componentId: number;
|
|
1219
1219
|
cssClass: string;
|
|
1220
1220
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
1221
1221
|
events: {
|
|
1222
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1223
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1224
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1225
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1226
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1227
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1228
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1229
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1230
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1222
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1223
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1224
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1225
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1226
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1227
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1228
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1229
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1230
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1231
1231
|
};
|
|
1232
1232
|
directives: {
|
|
1233
1233
|
[x: string]: {
|
|
1234
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1235
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1236
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1237
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1238
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1239
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1240
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1241
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1242
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1234
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1235
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1236
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1237
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1238
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1239
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1240
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1241
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1242
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1243
1243
|
} | undefined;
|
|
1244
1244
|
touch?: {
|
|
1245
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1246
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1247
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1248
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1249
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1250
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1251
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1252
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1253
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1245
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1246
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1247
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1248
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1249
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1250
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1251
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1252
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1253
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1254
1254
|
} | undefined;
|
|
1255
1255
|
};
|
|
1256
1256
|
isVisible: boolean | string;
|
|
@@ -1262,11 +1262,11 @@ export declare function useGridInstance(): {
|
|
|
1262
1262
|
parent?: /*elided*/ any | undefined;
|
|
1263
1263
|
tabStop: boolean;
|
|
1264
1264
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
1265
|
-
fillHeight: boolean
|
|
1265
|
+
fillHeight: boolean;
|
|
1266
1266
|
} | undefined;
|
|
1267
1267
|
tabStop?: boolean | undefined;
|
|
1268
1268
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1269
|
-
fillHeight?: boolean |
|
|
1269
|
+
fillHeight?: boolean | undefined;
|
|
1270
1270
|
}[];
|
|
1271
1271
|
noDataText: string;
|
|
1272
1272
|
noResultSlot: {
|
|
@@ -1279,38 +1279,38 @@ export declare function useGridInstance(): {
|
|
|
1279
1279
|
cssClass?: string | undefined;
|
|
1280
1280
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1281
1281
|
events?: {
|
|
1282
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1283
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1284
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1285
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1286
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1287
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1288
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1289
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1290
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1282
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1283
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1284
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1285
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1286
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1287
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1288
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1289
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1290
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1291
1291
|
} | undefined;
|
|
1292
1292
|
directives?: {
|
|
1293
1293
|
[x: string]: {
|
|
1294
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1295
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1296
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1297
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1298
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1299
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1300
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1301
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1302
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1294
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1295
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1296
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1297
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1298
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1299
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1300
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1301
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1302
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1303
1303
|
} | undefined;
|
|
1304
1304
|
touch?: {
|
|
1305
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1306
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1307
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1308
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1309
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1310
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1311
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1312
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1313
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1305
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1306
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1307
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1308
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1309
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1310
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1311
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1312
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1313
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1314
1314
|
} | undefined;
|
|
1315
1315
|
} | undefined;
|
|
1316
1316
|
isVisible?: boolean | string | undefined;
|
|
@@ -1333,38 +1333,38 @@ export declare function useGridInstance(): {
|
|
|
1333
1333
|
cssClass?: string | undefined;
|
|
1334
1334
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1335
1335
|
events?: {
|
|
1336
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1337
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1338
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1339
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1340
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1341
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1342
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1343
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1344
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1336
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1337
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1338
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1339
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1340
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1341
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1342
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1343
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1344
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1345
1345
|
} | undefined;
|
|
1346
1346
|
directives?: {
|
|
1347
1347
|
[x: string]: {
|
|
1348
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1349
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1350
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1351
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1352
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1353
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1354
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1355
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1356
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1348
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1349
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1350
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1351
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1352
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1353
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1354
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1355
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1356
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1357
1357
|
} | undefined;
|
|
1358
1358
|
touch?: {
|
|
1359
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1360
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1361
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1362
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1363
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1364
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1365
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1366
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1367
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1359
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1360
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1361
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1362
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1363
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1364
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1365
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1366
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1367
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1368
1368
|
} | undefined;
|
|
1369
1369
|
} | undefined;
|
|
1370
1370
|
isVisible?: boolean | string | undefined;
|
|
@@ -1376,44 +1376,44 @@ export declare function useGridInstance(): {
|
|
|
1376
1376
|
parent?: /*elided*/ any | undefined;
|
|
1377
1377
|
tabStop?: boolean | undefined;
|
|
1378
1378
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1379
|
-
fillHeight?: boolean |
|
|
1379
|
+
fillHeight?: boolean | undefined;
|
|
1380
1380
|
}[];
|
|
1381
1381
|
componentId: number;
|
|
1382
1382
|
cssClass: string;
|
|
1383
1383
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
1384
1384
|
events: {
|
|
1385
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1386
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1387
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1388
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1389
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1390
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1391
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1392
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1393
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1385
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1386
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1387
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1388
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1389
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1390
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1391
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1392
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1393
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1394
1394
|
};
|
|
1395
1395
|
directives: {
|
|
1396
1396
|
[x: string]: {
|
|
1397
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1398
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1399
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1400
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1401
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1402
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1403
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1404
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1405
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1397
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1398
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1399
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1400
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1401
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1402
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1403
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1404
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1405
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1406
1406
|
} | undefined;
|
|
1407
1407
|
touch?: {
|
|
1408
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1409
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1410
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1411
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1412
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1413
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1414
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1415
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1416
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1408
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1409
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1410
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1411
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1412
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1413
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1414
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1415
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1416
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1417
1417
|
} | undefined;
|
|
1418
1418
|
};
|
|
1419
1419
|
isVisible: boolean | string;
|
|
@@ -1425,11 +1425,11 @@ export declare function useGridInstance(): {
|
|
|
1425
1425
|
parent?: /*elided*/ any | undefined;
|
|
1426
1426
|
tabStop: boolean;
|
|
1427
1427
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
1428
|
-
fillHeight: boolean
|
|
1428
|
+
fillHeight: boolean;
|
|
1429
1429
|
} | undefined;
|
|
1430
1430
|
tabStop?: boolean | undefined;
|
|
1431
1431
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1432
|
-
fillHeight?: boolean |
|
|
1432
|
+
fillHeight?: boolean | undefined;
|
|
1433
1433
|
}[];
|
|
1434
1434
|
noResultsText: string;
|
|
1435
1435
|
resizeColumns: boolean;
|
|
@@ -1454,38 +1454,38 @@ export declare function useGridInstance(): {
|
|
|
1454
1454
|
cssClass?: string | undefined;
|
|
1455
1455
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1456
1456
|
events?: {
|
|
1457
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1458
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1459
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1460
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1461
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1462
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1463
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1464
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1465
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1457
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1458
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1459
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1460
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1461
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1462
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1463
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1464
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1465
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1466
1466
|
} | undefined;
|
|
1467
1467
|
directives?: {
|
|
1468
1468
|
[x: string]: {
|
|
1469
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1470
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1471
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1472
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1473
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1474
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1475
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1476
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1477
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1469
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1470
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1471
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1472
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1473
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1474
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1475
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1476
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1477
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1478
1478
|
} | undefined;
|
|
1479
1479
|
touch?: {
|
|
1480
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1481
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1482
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1483
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1484
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1485
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1486
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1487
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1488
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1480
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1481
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1482
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1483
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1484
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1485
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1486
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1487
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1488
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1489
1489
|
} | undefined;
|
|
1490
1490
|
} | undefined;
|
|
1491
1491
|
isVisible?: boolean | string | undefined;
|
|
@@ -1508,38 +1508,38 @@ export declare function useGridInstance(): {
|
|
|
1508
1508
|
cssClass?: string | undefined;
|
|
1509
1509
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1510
1510
|
events?: {
|
|
1511
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1512
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1513
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1514
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1515
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1516
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1517
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1518
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1519
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1511
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1512
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1513
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1514
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1515
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1516
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1517
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1518
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1519
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1520
1520
|
} | undefined;
|
|
1521
1521
|
directives?: {
|
|
1522
1522
|
[x: string]: {
|
|
1523
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1524
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1525
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1526
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1527
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1528
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1529
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1530
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1531
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1523
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1524
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1525
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1526
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1527
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1528
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1529
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1530
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1531
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1532
1532
|
} | undefined;
|
|
1533
1533
|
touch?: {
|
|
1534
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1535
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1536
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1537
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1538
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1539
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1540
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1541
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1542
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1534
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1535
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1536
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1537
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1538
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1539
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1540
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1541
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1542
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1543
1543
|
} | undefined;
|
|
1544
1544
|
} | undefined;
|
|
1545
1545
|
isVisible?: boolean | string | undefined;
|
|
@@ -1551,44 +1551,44 @@ export declare function useGridInstance(): {
|
|
|
1551
1551
|
parent?: /*elided*/ any | undefined;
|
|
1552
1552
|
tabStop?: boolean | undefined;
|
|
1553
1553
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1554
|
-
fillHeight?: boolean |
|
|
1554
|
+
fillHeight?: boolean | undefined;
|
|
1555
1555
|
}[];
|
|
1556
1556
|
componentId: number;
|
|
1557
1557
|
cssClass: string;
|
|
1558
1558
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
1559
1559
|
events: {
|
|
1560
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1561
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1562
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1563
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1564
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1565
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1566
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1567
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1568
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1560
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1561
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1562
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1563
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1564
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1565
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1566
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1567
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1568
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1569
1569
|
};
|
|
1570
1570
|
directives: {
|
|
1571
1571
|
[x: string]: {
|
|
1572
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1573
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1574
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1575
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1576
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1577
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1578
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1579
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1580
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1572
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1573
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1574
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1575
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1576
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1577
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1578
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1579
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1580
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1581
1581
|
} | undefined;
|
|
1582
1582
|
touch?: {
|
|
1583
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1584
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1585
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1586
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1587
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1588
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1589
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1590
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1591
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1583
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1584
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1585
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1586
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1587
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1588
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1589
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1590
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1591
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1592
1592
|
} | undefined;
|
|
1593
1593
|
};
|
|
1594
1594
|
isVisible: boolean | string;
|
|
@@ -1600,11 +1600,11 @@ export declare function useGridInstance(): {
|
|
|
1600
1600
|
parent?: /*elided*/ any | undefined;
|
|
1601
1601
|
tabStop: boolean;
|
|
1602
1602
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
1603
|
-
fillHeight: boolean
|
|
1603
|
+
fillHeight: boolean;
|
|
1604
1604
|
} | undefined;
|
|
1605
1605
|
tabStop?: boolean | undefined;
|
|
1606
1606
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1607
|
-
fillHeight?: boolean |
|
|
1607
|
+
fillHeight?: boolean | undefined;
|
|
1608
1608
|
}[];
|
|
1609
1609
|
width: number | string;
|
|
1610
1610
|
getConditionalProps: ({ row, column }: {
|
|
@@ -1626,38 +1626,38 @@ export declare function useGridInstance(): {
|
|
|
1626
1626
|
cssClass?: string | undefined;
|
|
1627
1627
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1628
1628
|
events?: {
|
|
1629
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1630
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1631
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1632
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1633
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1634
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1635
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1636
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1637
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1629
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1630
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1631
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1632
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1633
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1634
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1635
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1636
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1637
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1638
1638
|
} | undefined;
|
|
1639
1639
|
directives?: {
|
|
1640
1640
|
[x: string]: {
|
|
1641
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1642
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1643
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1644
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1645
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1646
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1647
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1648
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1649
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1641
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1642
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1643
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1644
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1645
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1646
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1647
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1648
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1649
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1650
1650
|
} | undefined;
|
|
1651
1651
|
touch?: {
|
|
1652
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1653
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1654
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1655
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1656
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1657
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1658
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1659
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1660
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1652
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1653
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1654
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1655
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1656
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1657
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1658
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1659
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1660
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1661
1661
|
} | undefined;
|
|
1662
1662
|
} | undefined;
|
|
1663
1663
|
isVisible?: boolean | string | undefined;
|
|
@@ -1676,38 +1676,38 @@ export declare function useGridInstance(): {
|
|
|
1676
1676
|
cssClass: string;
|
|
1677
1677
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
1678
1678
|
events: {
|
|
1679
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1680
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1681
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1682
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1683
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1684
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1685
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1686
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1687
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1679
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1680
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1681
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1682
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1683
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1684
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1685
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1686
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1687
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1688
1688
|
};
|
|
1689
1689
|
directives: {
|
|
1690
1690
|
[x: string]: {
|
|
1691
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1692
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1693
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1694
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1695
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1696
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1697
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1698
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1699
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1691
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1692
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1693
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1694
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1695
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1696
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1697
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1698
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1699
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1700
1700
|
} | undefined;
|
|
1701
1701
|
touch?: {
|
|
1702
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1703
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1704
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1705
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1706
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1707
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1708
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1709
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1710
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1702
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1703
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1704
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1705
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1706
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1707
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1708
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1709
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1710
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1711
1711
|
} | undefined;
|
|
1712
1712
|
};
|
|
1713
1713
|
isVisible: boolean | string;
|
|
@@ -1719,48 +1719,48 @@ export declare function useGridInstance(): {
|
|
|
1719
1719
|
parent?: /*elided*/ any | undefined;
|
|
1720
1720
|
tabStop: boolean;
|
|
1721
1721
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
1722
|
-
fillHeight: boolean
|
|
1722
|
+
fillHeight: boolean;
|
|
1723
1723
|
} | undefined;
|
|
1724
1724
|
tabStop?: boolean | undefined;
|
|
1725
1725
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1726
|
-
fillHeight?: boolean |
|
|
1726
|
+
fillHeight?: boolean | undefined;
|
|
1727
1727
|
}[] | undefined;
|
|
1728
1728
|
componentId?: number | undefined;
|
|
1729
1729
|
cssClass?: string | undefined;
|
|
1730
1730
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1731
1731
|
events?: {
|
|
1732
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1733
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1734
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1735
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1736
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1737
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1738
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1739
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1740
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1732
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1733
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1734
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1735
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1736
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1737
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1738
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1739
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1740
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1741
1741
|
} | undefined;
|
|
1742
1742
|
directives?: {
|
|
1743
1743
|
[x: string]: {
|
|
1744
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1745
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1746
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1747
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1748
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1749
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1750
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1751
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1752
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1744
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1745
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1746
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1747
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1748
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1749
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1750
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1751
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1752
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1753
1753
|
} | undefined;
|
|
1754
1754
|
touch?: {
|
|
1755
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1756
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1757
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1758
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1759
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1760
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1761
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1762
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1763
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1755
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1756
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1757
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1758
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1759
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1760
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1761
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1762
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1763
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1764
1764
|
} | undefined;
|
|
1765
1765
|
} | undefined;
|
|
1766
1766
|
isVisible?: boolean | string | undefined;
|
|
@@ -1783,38 +1783,38 @@ export declare function useGridInstance(): {
|
|
|
1783
1783
|
cssClass?: string | undefined;
|
|
1784
1784
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1785
1785
|
events?: {
|
|
1786
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1787
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1788
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1789
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1790
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1791
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1792
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1793
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1794
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1786
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1787
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1788
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1789
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1790
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1791
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1792
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1793
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1794
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1795
1795
|
} | undefined;
|
|
1796
1796
|
directives?: {
|
|
1797
1797
|
[x: string]: {
|
|
1798
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1799
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1800
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1801
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1802
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1803
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1804
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1805
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1806
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1798
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1799
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1800
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1801
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1802
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1803
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1804
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1805
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1806
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1807
1807
|
} | undefined;
|
|
1808
1808
|
touch?: {
|
|
1809
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1810
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1811
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1812
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1813
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1814
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1815
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1816
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1817
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1809
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1810
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1811
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1812
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1813
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1814
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1815
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1816
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1817
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1818
1818
|
} | undefined;
|
|
1819
1819
|
} | undefined;
|
|
1820
1820
|
isVisible?: boolean | string | undefined;
|
|
@@ -1826,44 +1826,44 @@ export declare function useGridInstance(): {
|
|
|
1826
1826
|
parent?: /*elided*/ any | undefined;
|
|
1827
1827
|
tabStop?: boolean | undefined;
|
|
1828
1828
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1829
|
-
fillHeight?: boolean |
|
|
1829
|
+
fillHeight?: boolean | undefined;
|
|
1830
1830
|
}[];
|
|
1831
1831
|
componentId: number;
|
|
1832
1832
|
cssClass: string;
|
|
1833
1833
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
1834
1834
|
events: {
|
|
1835
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1836
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1837
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1838
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1839
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1840
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1841
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1842
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1843
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1835
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1836
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1837
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1838
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1839
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1840
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1841
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1842
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1843
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1844
1844
|
};
|
|
1845
1845
|
directives: {
|
|
1846
1846
|
[x: string]: {
|
|
1847
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1848
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1849
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1850
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1851
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1852
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1853
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1854
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1855
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1847
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1848
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1849
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1850
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1851
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1852
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1853
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1854
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1855
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1856
1856
|
} | undefined;
|
|
1857
1857
|
touch?: {
|
|
1858
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1859
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1860
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1861
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1862
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1863
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1864
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1865
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1866
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1858
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1859
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1860
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1861
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1862
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1863
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1864
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1865
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1866
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1867
1867
|
} | undefined;
|
|
1868
1868
|
};
|
|
1869
1869
|
isVisible: boolean | string;
|
|
@@ -1875,16 +1875,16 @@ export declare function useGridInstance(): {
|
|
|
1875
1875
|
parent?: /*elided*/ any | undefined;
|
|
1876
1876
|
tabStop: boolean;
|
|
1877
1877
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
1878
|
-
fillHeight: boolean
|
|
1878
|
+
fillHeight: boolean;
|
|
1879
1879
|
} | undefined;
|
|
1880
1880
|
tabStop?: boolean | undefined;
|
|
1881
1881
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1882
|
-
fillHeight?: boolean |
|
|
1882
|
+
fillHeight?: boolean | undefined;
|
|
1883
1883
|
}[];
|
|
1884
1884
|
readonly childrenProps: {
|
|
1885
1885
|
[x: string]: any;
|
|
1886
|
-
allowDuplicate?: boolean | undefined;
|
|
1887
|
-
autofocus?: boolean | undefined;
|
|
1886
|
+
allowDuplicate?: boolean | undefined | undefined;
|
|
1887
|
+
autofocus?: boolean | undefined | undefined;
|
|
1888
1888
|
children?: {
|
|
1889
1889
|
[x: string]: any;
|
|
1890
1890
|
allowDuplicate?: boolean | undefined;
|
|
@@ -1894,38 +1894,38 @@ export declare function useGridInstance(): {
|
|
|
1894
1894
|
cssClass?: string | undefined;
|
|
1895
1895
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
1896
1896
|
events?: {
|
|
1897
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1898
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1899
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1900
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1901
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1902
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1903
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1904
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1905
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1897
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1898
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1899
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1900
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1901
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1902
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1903
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1904
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1905
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1906
1906
|
} | undefined;
|
|
1907
1907
|
directives?: {
|
|
1908
1908
|
[x: string]: {
|
|
1909
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1910
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1911
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1912
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1913
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1914
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1915
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1916
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1917
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1909
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1910
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1911
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1912
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1913
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1914
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1915
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1916
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1917
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1918
1918
|
} | undefined;
|
|
1919
1919
|
touch?: {
|
|
1920
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1921
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1922
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1923
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1924
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1925
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1926
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1927
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1928
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1920
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1921
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1922
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1923
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1924
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1925
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1926
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1927
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1928
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1929
1929
|
} | undefined;
|
|
1930
1930
|
} | undefined;
|
|
1931
1931
|
isVisible?: boolean | string | undefined;
|
|
@@ -1944,38 +1944,38 @@ export declare function useGridInstance(): {
|
|
|
1944
1944
|
cssClass: string;
|
|
1945
1945
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
1946
1946
|
events: {
|
|
1947
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1948
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1949
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1950
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1951
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1952
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1953
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1954
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1955
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1947
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1948
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1949
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1950
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1951
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1952
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1953
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1954
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1955
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1956
1956
|
};
|
|
1957
1957
|
directives: {
|
|
1958
1958
|
[x: string]: {
|
|
1959
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1960
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1961
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1962
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1963
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1964
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1965
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1966
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1967
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1959
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1960
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1961
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1962
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1963
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1964
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1965
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1966
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1967
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1968
1968
|
} | undefined;
|
|
1969
1969
|
touch?: {
|
|
1970
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
1971
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1972
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1973
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1974
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1975
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1976
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1977
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1978
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
1970
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
1971
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1972
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1973
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1974
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1975
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1976
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1977
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1978
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
1979
1979
|
} | undefined;
|
|
1980
1980
|
};
|
|
1981
1981
|
isVisible: boolean | string;
|
|
@@ -1987,55 +1987,55 @@ export declare function useGridInstance(): {
|
|
|
1987
1987
|
parent?: /*elided*/ any | undefined;
|
|
1988
1988
|
tabStop: boolean;
|
|
1989
1989
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
1990
|
-
fillHeight: boolean
|
|
1990
|
+
fillHeight: boolean;
|
|
1991
1991
|
} | undefined;
|
|
1992
1992
|
tabStop?: boolean | undefined;
|
|
1993
1993
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
1994
|
-
fillHeight?: boolean |
|
|
1994
|
+
fillHeight?: boolean | undefined;
|
|
1995
1995
|
}[] | undefined;
|
|
1996
|
-
componentId?: number | undefined;
|
|
1997
|
-
cssClass?: string | undefined;
|
|
1998
|
-
cssStyle?:
|
|
1996
|
+
componentId?: number | undefined | undefined;
|
|
1997
|
+
cssClass?: string | undefined | undefined;
|
|
1998
|
+
cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
|
|
1999
1999
|
events?: {
|
|
2000
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2001
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2002
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2003
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2004
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2005
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2006
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2007
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2008
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2000
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2001
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2002
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2003
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2004
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2005
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2006
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2007
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2008
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2009
2009
|
} | undefined;
|
|
2010
2010
|
directives?: {
|
|
2011
2011
|
[x: string]: {
|
|
2012
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2013
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2014
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2015
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2016
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2017
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2018
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2019
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2020
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2012
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2013
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2014
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2015
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2016
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2017
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2018
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2019
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2020
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2021
2021
|
} | undefined;
|
|
2022
2022
|
touch?: {
|
|
2023
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2024
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2025
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2026
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2027
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2028
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2029
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2030
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2031
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2023
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2024
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2025
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2026
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2027
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2028
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2029
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2030
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2031
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2032
2032
|
} | undefined;
|
|
2033
2033
|
} | undefined;
|
|
2034
|
-
isVisible?: boolean |
|
|
2035
|
-
dark?: boolean | undefined;
|
|
2036
|
-
light?: boolean | undefined;
|
|
2037
|
-
theme?: string | undefined;
|
|
2038
|
-
keyMap?: import("@zeedhi/core").IKeyMap | undefined;
|
|
2034
|
+
isVisible?: string | boolean | undefined | undefined;
|
|
2035
|
+
dark?: boolean | undefined | undefined;
|
|
2036
|
+
light?: boolean | undefined | undefined;
|
|
2037
|
+
theme?: string | undefined | undefined;
|
|
2038
|
+
keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
|
|
2039
2039
|
name: string;
|
|
2040
2040
|
parent?: {
|
|
2041
2041
|
addChildInstance: (component: import("@zeedhi/common").Component) => void;
|
|
@@ -2051,38 +2051,38 @@ export declare function useGridInstance(): {
|
|
|
2051
2051
|
cssClass?: string | undefined;
|
|
2052
2052
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
2053
2053
|
events?: {
|
|
2054
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2055
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2056
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2057
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2058
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2059
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2060
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2061
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2062
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2054
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2055
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2056
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2057
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2058
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2059
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2060
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2061
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2062
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2063
2063
|
} | undefined;
|
|
2064
2064
|
directives?: {
|
|
2065
2065
|
[x: string]: {
|
|
2066
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2067
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2068
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2069
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2070
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2071
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2072
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2073
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2074
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2066
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2067
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2068
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2069
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2070
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2071
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2072
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2073
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2074
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2075
2075
|
} | undefined;
|
|
2076
2076
|
touch?: {
|
|
2077
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2078
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2079
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2080
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2081
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2082
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2083
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2084
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2085
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2077
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2078
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2079
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2080
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2081
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2082
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2083
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2084
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2085
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2086
2086
|
} | undefined;
|
|
2087
2087
|
} | undefined;
|
|
2088
2088
|
isVisible?: boolean | string | undefined;
|
|
@@ -2094,44 +2094,44 @@ export declare function useGridInstance(): {
|
|
|
2094
2094
|
parent?: /*elided*/ any | undefined;
|
|
2095
2095
|
tabStop?: boolean | undefined;
|
|
2096
2096
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
2097
|
-
fillHeight?: boolean |
|
|
2097
|
+
fillHeight?: boolean | undefined;
|
|
2098
2098
|
}[];
|
|
2099
2099
|
componentId: number;
|
|
2100
2100
|
cssClass: string;
|
|
2101
2101
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
2102
2102
|
events: {
|
|
2103
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2104
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2105
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2106
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2107
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2108
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2109
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2110
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2111
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2103
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2104
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2105
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2106
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2107
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2108
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2109
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2110
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2111
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2112
2112
|
};
|
|
2113
2113
|
directives: {
|
|
2114
2114
|
[x: string]: {
|
|
2115
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2116
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2117
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2118
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2119
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2120
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2121
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2122
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2123
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2115
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2116
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2117
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2118
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2119
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2120
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2121
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2122
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2123
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2124
2124
|
} | undefined;
|
|
2125
2125
|
touch?: {
|
|
2126
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2127
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2128
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2129
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2130
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2131
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2132
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2133
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2134
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2126
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2127
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2128
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2129
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2130
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2131
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2132
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2133
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2134
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2135
2135
|
} | undefined;
|
|
2136
2136
|
};
|
|
2137
2137
|
isVisible: boolean | string;
|
|
@@ -2143,11 +2143,11 @@ export declare function useGridInstance(): {
|
|
|
2143
2143
|
parent?: /*elided*/ any | undefined;
|
|
2144
2144
|
tabStop: boolean;
|
|
2145
2145
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
2146
|
-
fillHeight: boolean
|
|
2146
|
+
fillHeight: boolean;
|
|
2147
2147
|
} | undefined;
|
|
2148
|
-
tabStop?: boolean | undefined;
|
|
2149
|
-
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
2150
|
-
fillHeight?: boolean |
|
|
2148
|
+
tabStop?: boolean | undefined | undefined;
|
|
2149
|
+
userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
|
|
2150
|
+
fillHeight?: boolean | undefined | undefined;
|
|
2151
2151
|
}[];
|
|
2152
2152
|
getColumnWithoutConditions: (component: any) => any;
|
|
2153
2153
|
checkOutValues: (component: any, row: import("@zeedhi/core").IDictionary<any>, newRow: import("@zeedhi/core").IDictionary<any>) => void;
|
|
@@ -2187,45 +2187,45 @@ export declare function useGridInstance(): {
|
|
|
2187
2187
|
cssStyle: string | import("@zeedhi/core").IDictionary<string>;
|
|
2188
2188
|
directives: {
|
|
2189
2189
|
[x: string]: {
|
|
2190
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2191
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2192
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2193
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2194
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2195
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2196
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2197
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2198
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2190
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2191
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2192
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2193
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2194
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2195
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2196
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2197
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2198
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2199
2199
|
} | undefined;
|
|
2200
2200
|
touch?: {
|
|
2201
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2202
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2203
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2204
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2205
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2206
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2207
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2208
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2209
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2201
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2202
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2203
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2204
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2205
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2206
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2207
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2208
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2209
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2210
2210
|
} | undefined;
|
|
2211
2211
|
};
|
|
2212
2212
|
events: {
|
|
2213
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2214
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2215
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2216
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2217
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2218
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2219
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2220
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2221
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2213
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2214
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2215
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2216
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2217
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2218
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2219
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2220
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2221
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2222
2222
|
};
|
|
2223
2223
|
isVisible: boolean;
|
|
2224
2224
|
name: string;
|
|
2225
2225
|
dark: boolean;
|
|
2226
2226
|
light: boolean;
|
|
2227
2227
|
theme?: string | undefined;
|
|
2228
|
-
fillHeight: boolean
|
|
2228
|
+
fillHeight: boolean;
|
|
2229
2229
|
parent?: {
|
|
2230
2230
|
addChildInstance: (component: import("@zeedhi/common").Component) => void;
|
|
2231
2231
|
getChildInstance: <T extends import("@zeedhi/common").Component>(name: string) => T;
|
|
@@ -2240,38 +2240,38 @@ export declare function useGridInstance(): {
|
|
|
2240
2240
|
cssClass?: string | undefined;
|
|
2241
2241
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
2242
2242
|
events?: {
|
|
2243
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2244
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2245
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2246
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2247
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2248
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2249
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2250
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2251
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2243
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2244
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2245
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2246
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2247
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2248
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2249
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2250
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2251
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2252
2252
|
} | undefined;
|
|
2253
2253
|
directives?: {
|
|
2254
2254
|
[x: string]: {
|
|
2255
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2256
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2257
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2258
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2259
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2260
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2261
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2262
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2263
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2255
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2256
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2257
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2258
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2259
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2260
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2261
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2262
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2263
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2264
2264
|
} | undefined;
|
|
2265
2265
|
touch?: {
|
|
2266
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2267
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2268
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2269
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2270
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2271
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2272
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2273
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2274
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2266
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2267
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2268
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2269
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2270
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2271
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2272
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2273
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2274
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2275
2275
|
} | undefined;
|
|
2276
2276
|
} | undefined;
|
|
2277
2277
|
isVisible?: boolean | string | undefined;
|
|
@@ -2283,44 +2283,44 @@ export declare function useGridInstance(): {
|
|
|
2283
2283
|
parent?: /*elided*/ any | undefined;
|
|
2284
2284
|
tabStop?: boolean | undefined;
|
|
2285
2285
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
2286
|
-
fillHeight?: boolean |
|
|
2286
|
+
fillHeight?: boolean | undefined;
|
|
2287
2287
|
}[];
|
|
2288
2288
|
componentId: number;
|
|
2289
2289
|
cssClass: string;
|
|
2290
2290
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
2291
2291
|
events: {
|
|
2292
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2293
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2294
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2295
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2296
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2297
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2298
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2299
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2300
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2292
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2293
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2294
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2295
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2296
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2297
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2298
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2299
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2300
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2301
2301
|
};
|
|
2302
2302
|
directives: {
|
|
2303
2303
|
[x: string]: {
|
|
2304
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2305
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2306
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2307
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2308
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2309
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2310
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2311
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2312
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2304
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2305
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2306
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2307
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2308
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2309
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2310
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2311
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2312
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2313
2313
|
} | undefined;
|
|
2314
2314
|
touch?: {
|
|
2315
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2316
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2317
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2318
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2319
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2320
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2321
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2322
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2323
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2315
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2316
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2317
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2318
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2319
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2320
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2321
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2322
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2323
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2324
2324
|
} | undefined;
|
|
2325
2325
|
};
|
|
2326
2326
|
isVisible: boolean | string;
|
|
@@ -2332,7 +2332,7 @@ export declare function useGridInstance(): {
|
|
|
2332
2332
|
parent?: /*elided*/ any | undefined;
|
|
2333
2333
|
tabStop: boolean;
|
|
2334
2334
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
2335
|
-
fillHeight: boolean
|
|
2335
|
+
fillHeight: boolean;
|
|
2336
2336
|
} | undefined;
|
|
2337
2337
|
componentId: number;
|
|
2338
2338
|
keyMap: import("@zeedhi/core").IKeyMap;
|
|
@@ -2374,9 +2374,9 @@ export declare function useGridInstance(): {
|
|
|
2374
2374
|
watchUrl: boolean;
|
|
2375
2375
|
error: any;
|
|
2376
2376
|
events: {
|
|
2377
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2378
|
-
onChangeCurrentRow?: import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2379
|
-
onChangePagination?: import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2377
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2378
|
+
onChangeCurrentRow?: import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined;
|
|
2379
|
+
onChangePagination?: import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined;
|
|
2380
2380
|
};
|
|
2381
2381
|
initialize: () => Promise<void> | void;
|
|
2382
2382
|
destroy: () => void;
|
|
@@ -2404,7 +2404,7 @@ export declare function useGridInstance(): {
|
|
|
2404
2404
|
getOrderByColumn: (column: string) => import("@zeedhi/core").Order | null;
|
|
2405
2405
|
selectRow: (row: import("@zeedhi/core").IDictionary<any>) => void;
|
|
2406
2406
|
deselectRow: (row: import("@zeedhi/core").IDictionary<any>) => void;
|
|
2407
|
-
updateSelectedPage: () => import("@zeedhi/core").IDictionary<any>[]
|
|
2407
|
+
updateSelectedPage: () => Promise<any> | import("@zeedhi/core").IDictionary<any>[];
|
|
2408
2408
|
clone: () => import("@zeedhi/core").IDatasource;
|
|
2409
2409
|
registerGetCallback: (callback: import("@zeedhi/core").Callback) => void;
|
|
2410
2410
|
hasFilter: (columnName: string) => boolean;
|
|
@@ -2440,38 +2440,38 @@ export declare function useGridInstance(): {
|
|
|
2440
2440
|
cssClass?: string | undefined;
|
|
2441
2441
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
2442
2442
|
events?: {
|
|
2443
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2444
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2445
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2446
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2447
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2448
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2449
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2450
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2451
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2443
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2444
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2445
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2446
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2447
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2448
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2449
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2450
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2451
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2452
2452
|
} | undefined;
|
|
2453
2453
|
directives?: {
|
|
2454
2454
|
[x: string]: {
|
|
2455
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2456
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2457
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2458
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2459
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2460
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2461
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2462
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2463
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2455
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2456
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2457
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2458
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2459
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2460
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2461
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2462
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2463
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2464
2464
|
} | undefined;
|
|
2465
2465
|
touch?: {
|
|
2466
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2467
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2468
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2469
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2470
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2471
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2472
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2473
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2474
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2466
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2467
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2468
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2469
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2470
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2471
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2472
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2473
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2474
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2475
2475
|
} | undefined;
|
|
2476
2476
|
} | undefined;
|
|
2477
2477
|
isVisible?: boolean | string | undefined;
|
|
@@ -2494,38 +2494,38 @@ export declare function useGridInstance(): {
|
|
|
2494
2494
|
cssClass?: string | undefined;
|
|
2495
2495
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
2496
2496
|
events?: {
|
|
2497
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2498
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2499
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2500
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2501
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2502
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2503
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2504
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2505
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2497
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2498
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2499
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2500
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2501
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2502
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2503
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2504
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2505
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2506
2506
|
} | undefined;
|
|
2507
2507
|
directives?: {
|
|
2508
2508
|
[x: string]: {
|
|
2509
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2510
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2511
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2512
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2513
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2514
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2515
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2516
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2517
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2509
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2510
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2511
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2512
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2513
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2514
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2515
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2516
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2517
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2518
2518
|
} | undefined;
|
|
2519
2519
|
touch?: {
|
|
2520
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2521
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2522
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2523
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2524
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2525
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2526
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2527
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2528
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2520
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2521
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2522
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2523
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2524
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2525
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2526
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2527
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2528
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2529
2529
|
} | undefined;
|
|
2530
2530
|
} | undefined;
|
|
2531
2531
|
isVisible?: boolean | string | undefined;
|
|
@@ -2537,44 +2537,44 @@ export declare function useGridInstance(): {
|
|
|
2537
2537
|
parent?: /*elided*/ any | undefined;
|
|
2538
2538
|
tabStop?: boolean | undefined;
|
|
2539
2539
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
2540
|
-
fillHeight?: boolean |
|
|
2540
|
+
fillHeight?: boolean | undefined;
|
|
2541
2541
|
}[];
|
|
2542
2542
|
componentId: number;
|
|
2543
2543
|
cssClass: string;
|
|
2544
2544
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
2545
2545
|
events: {
|
|
2546
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2547
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2548
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2549
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2550
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2551
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2552
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2553
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2554
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2546
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2547
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2548
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2549
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2550
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2551
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2552
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2553
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2554
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2555
2555
|
};
|
|
2556
2556
|
directives: {
|
|
2557
2557
|
[x: string]: {
|
|
2558
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2559
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2560
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2561
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2562
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2563
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2564
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2565
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2566
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2558
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2559
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2560
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2561
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2562
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2563
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2564
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2565
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2566
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2567
2567
|
} | undefined;
|
|
2568
2568
|
touch?: {
|
|
2569
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2570
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2571
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2572
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2573
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2574
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2575
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2576
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2577
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2569
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2570
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2571
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2572
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2573
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2574
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2575
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2576
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2577
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2578
2578
|
} | undefined;
|
|
2579
2579
|
};
|
|
2580
2580
|
isVisible: boolean | string;
|
|
@@ -2586,11 +2586,11 @@ export declare function useGridInstance(): {
|
|
|
2586
2586
|
parent?: /*elided*/ any | undefined;
|
|
2587
2587
|
tabStop: boolean;
|
|
2588
2588
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
2589
|
-
fillHeight: boolean
|
|
2589
|
+
fillHeight: boolean;
|
|
2590
2590
|
} | undefined;
|
|
2591
2591
|
tabStop?: boolean | undefined;
|
|
2592
2592
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
2593
|
-
fillHeight?: boolean |
|
|
2593
|
+
fillHeight?: boolean | undefined;
|
|
2594
2594
|
}[];
|
|
2595
2595
|
component: string;
|
|
2596
2596
|
addChildInstance: (component: import("@zeedhi/common").Component) => void;
|
|
@@ -2602,26 +2602,26 @@ export declare function useGridInstance(): {
|
|
|
2602
2602
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
2603
2603
|
directives: {
|
|
2604
2604
|
[x: string]: {
|
|
2605
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2606
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2607
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2608
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2609
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2610
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2611
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2612
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2613
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2605
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2606
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2607
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2608
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2609
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2610
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2611
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2612
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2613
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2614
2614
|
} | undefined;
|
|
2615
2615
|
touch?: {
|
|
2616
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2617
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2618
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2619
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2620
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2621
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2622
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2623
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2624
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2616
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2617
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2618
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2619
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2620
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2621
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2622
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2623
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2624
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2625
2625
|
} | undefined;
|
|
2626
2626
|
};
|
|
2627
2627
|
isVisible: boolean | string;
|
|
@@ -2644,38 +2644,38 @@ export declare function useGridInstance(): {
|
|
|
2644
2644
|
cssClass?: string | undefined;
|
|
2645
2645
|
cssStyle?: (string | import("@zeedhi/core").IDictionary) | undefined;
|
|
2646
2646
|
events?: {
|
|
2647
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2648
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2649
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2650
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2651
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2652
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2653
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2654
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2655
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2647
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2648
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2649
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2650
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2651
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2652
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2653
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2654
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2655
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2656
2656
|
} | undefined;
|
|
2657
2657
|
directives?: {
|
|
2658
2658
|
[x: string]: {
|
|
2659
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2660
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2661
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2662
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2663
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2664
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2665
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2666
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2667
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2659
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2660
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2661
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2662
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2663
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2664
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2665
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2666
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2667
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2668
2668
|
} | undefined;
|
|
2669
2669
|
touch?: {
|
|
2670
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2671
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2672
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2673
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2674
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2675
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2676
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2677
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2678
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2670
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2671
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2672
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2673
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2674
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2675
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2676
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2677
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2678
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2679
2679
|
} | undefined;
|
|
2680
2680
|
} | undefined;
|
|
2681
2681
|
isVisible?: boolean | string | undefined;
|
|
@@ -2687,44 +2687,44 @@ export declare function useGridInstance(): {
|
|
|
2687
2687
|
parent?: /*elided*/ any | undefined;
|
|
2688
2688
|
tabStop?: boolean | undefined;
|
|
2689
2689
|
userProperties?: import("@zeedhi/core").IDictionary | undefined;
|
|
2690
|
-
fillHeight?: boolean |
|
|
2690
|
+
fillHeight?: boolean | undefined;
|
|
2691
2691
|
}[];
|
|
2692
2692
|
componentId: number;
|
|
2693
2693
|
cssClass: string;
|
|
2694
2694
|
cssStyle: string | import("@zeedhi/core").IDictionary;
|
|
2695
2695
|
events: {
|
|
2696
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2697
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2698
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2699
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2700
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2701
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2702
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2703
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2704
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2696
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2697
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2698
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2699
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2700
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2701
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2702
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2703
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2704
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2705
2705
|
};
|
|
2706
2706
|
directives: {
|
|
2707
2707
|
[x: string]: {
|
|
2708
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2709
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2710
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2711
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2712
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2713
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2714
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2715
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2716
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2708
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2709
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2710
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2711
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2712
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2713
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2714
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2715
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2716
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2717
2717
|
} | undefined;
|
|
2718
2718
|
touch?: {
|
|
2719
|
-
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any
|
|
2720
|
-
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2721
|
-
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2722
|
-
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2723
|
-
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2724
|
-
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2725
|
-
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2726
|
-
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2727
|
-
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any
|
|
2719
|
+
[x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
|
|
2720
|
+
blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2721
|
+
click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2722
|
+
focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2723
|
+
onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2724
|
+
onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2725
|
+
onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2726
|
+
onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2727
|
+
onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
|
|
2728
2728
|
} | undefined;
|
|
2729
2729
|
};
|
|
2730
2730
|
isVisible: boolean | string;
|
|
@@ -2736,11 +2736,11 @@ export declare function useGridInstance(): {
|
|
|
2736
2736
|
parent?: /*elided*/ any | undefined;
|
|
2737
2737
|
tabStop: boolean;
|
|
2738
2738
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
2739
|
-
fillHeight: boolean
|
|
2739
|
+
fillHeight: boolean;
|
|
2740
2740
|
} | undefined;
|
|
2741
2741
|
tabStop: boolean;
|
|
2742
2742
|
userProperties: import("@zeedhi/core").IDictionary;
|
|
2743
|
-
fillHeight: boolean
|
|
2743
|
+
fillHeight: boolean;
|
|
2744
2744
|
reapplyConditions: (row: import("@zeedhi/core").IDictionary<any>, columns?: import("@zeedhi/common").Column[]) => import("@zeedhi/core").IDictionary<import("@zeedhi/core").IDictionary<any>>;
|
|
2745
2745
|
getAppliedConditions: (args: {
|
|
2746
2746
|
row: import("@zeedhi/core").IDictionary;
|