@zeedhi/vuetify 3.0.8 → 3.0.10
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/components/zd-date-input/ZdDateInput.js +23 -86
- package/dist/components/zd-date-range/ZdDateRange.js +22 -84
- package/dist/components/zd-tabs/ZdTab.js +0 -3
- package/dist/components/zd-text/ZdText.js +3 -2
- package/dist/composables/index.js +2 -0
- package/dist/composables/useDateKeydown.js +87 -0
- package/dist/composables/usePickerValue.js +19 -0
- package/dist/zd-vuetify.css +14068 -13501
- package/dist/zd-vuetify.js +8322 -4831
- package/package.json +4 -4
- package/src/components/zd-badge/ZdBadge.vue +2 -2
- package/src/components/zd-card/ZdCard.vue +2 -2
- package/src/components/zd-col/ZdCol.vue +1 -0
- package/src/components/zd-container/ZdContainer.vue +2 -2
- package/src/components/zd-date-input/ZdDateInput.ts +27 -94
- package/src/components/zd-date-input/ZdDateInput.vue +1 -0
- package/src/components/zd-date-range/ZdDateRange.ts +22 -88
- package/src/components/zd-date-range/ZdDateRange.vue +12 -14
- package/src/components/zd-footer/ZdFooter.vue +1 -0
- package/src/components/zd-grid/footer/ZdGridFooter.vue +2 -2
- package/src/components/zd-grid/toolbar/ZdGridToolbar.vue +2 -2
- package/src/components/zd-header/ZdHeader.vue +5 -5
- package/src/components/zd-iterable/ZdIterableNoData.vue +6 -6
- package/src/components/zd-iterable-component-render/ZdIterableComponentRender.vue +10 -10
- package/src/components/zd-layout/ZdLayout.vue +2 -2
- package/src/components/zd-login/ZdLogin.vue +4 -4
- package/src/components/zd-main/ZdMain.vue +2 -2
- package/src/components/zd-master-detail/ZdMasterDetail.vue +2 -2
- package/src/components/zd-modal/ZdModal.vue +2 -2
- package/src/components/zd-progress/ZdProgress.vue +2 -2
- package/src/components/zd-row/ZdRow.vue +1 -0
- package/src/components/zd-select/ZdSelect.vue +4 -4
- package/src/components/zd-select-multiple/ZdSelectMultiple.vue +4 -4
- package/src/components/zd-tabs/ZdTab.ts +0 -3
- package/src/components/zd-tabs/ZdTab.vue +1 -1
- package/src/components/zd-tabs/ZdTabItem.vue +11 -10
- package/src/components/zd-tabs/ZdTabs.vue +4 -20
- package/src/components/zd-text/ZdText.ts +3 -2
- package/src/components/zd-time/ZdTime.vue +1 -0
- package/src/components/zd-tooltip/ZdTooltip.vue +2 -2
- package/src/components/zd-tree/ZdTree.vue +4 -4
- package/src/composables/index.ts +2 -0
- package/src/composables/useDateKeydown.ts +109 -0
- package/src/composables/usePickerValue.ts +22 -0
- package/types/components/zd-date-input/ZdDateInput.d.ts +2 -2
- package/types/components/zd-date-range/ZdDateRange.d.ts +22 -7
- package/types/components/zd-grid-editable/cell/ZdGridEditableCell.d.ts +1 -1
- package/types/components/zd-layout/ZdLayout.d.ts +1 -1
- package/types/components/zd-list/ZdList.d.ts +3 -3
- package/types/components/zd-list/ZdListGroup.d.ts +2 -2
- package/types/components/zd-list/ZdListItem.d.ts +1 -1
- package/types/components/zd-month/ZdMonth.d.ts +2 -2
- package/types/components/zd-tabs/ZdTab.d.ts +0 -9
- package/types/components/zd-text/ZdText.d.ts +46 -37
- package/types/components/zd-time/ZdTime.d.ts +2 -2
- package/types/composables/index.d.ts +2 -0
- package/types/composables/useDateKeydown.d.ts +5 -0
- package/types/composables/usePickerValue.d.ts +10 -0
- package/.package.json +0 -54
- package/types/components/tek-grid/TekGrid.ts.d.ts +0 -7258
- package/types/components/tek-grid/column-filter/TekGridColumnFilter.ts.d.ts +0 -129
- package/types/components/tek-grid/column-header/TekGridHeaderRow.ts.d.ts +0 -225
- package/types/components/tek-grid/columns-button/TekGridColumnsButton.ts.d.ts +0 -2432
- package/types/components/tek-grid/filter-button/TekGridFilterButton.ts.d.ts +0 -2920
- package/types/components/tek-grid/indentation/TekGridIndentation.ts.d.ts +0 -32
- package/types/components/tek-grid/layout-options/TekGridLayoutOptions.ts.d.ts +0 -1892
- package/types/components/tek-grid/row/TekGridFooterRow.ts.d.ts +0 -90
- package/types/components/tek-grid/row/TekGridGroupRow.ts.d.ts +0 -87
- package/types/components/tooltip-overflow/ZdTooltipOverflow.ts.d.ts +0 -50
- package/types/components/zd-activator-wrapper/ZdActivatorWrapper.ts.d.ts +0 -25
- package/types/components/zd-alert/ZdAlert.ts.d.ts +0 -884
- package/types/components/zd-badge/ZdBadge.ts.d.ts +0 -624
- package/types/components/zd-breadcrumbs/ZdBreadcrumbs.ts.d.ts +0 -697
- package/types/components/zd-button/ZdButton.ts.d.ts +0 -1158
- package/types/components/zd-button-group/ZdButtonGroup.ts.d.ts +0 -785
- package/types/components/zd-card/ZdCard.ts.d.ts +0 -1028
- package/types/components/zd-carousel/ZdCarousel.ts.d.ts +0 -2007
- package/types/components/zd-checkbox/ZdCheckbox.ts.d.ts +0 -642
- package/types/components/zd-checkbox-multiple/ZdCheckboxMultiple.ts.d.ts +0 -2010
- package/types/components/zd-chip/ZdChip.ts.d.ts +0 -1256
- package/types/components/zd-code-viewer/ZdCodeViewer.ts.d.ts +0 -791
- package/types/components/zd-col/ZdCol.ts.d.ts +0 -741
- package/types/components/zd-collapse-card/ZdCollapseCard.ts.d.ts +0 -1583
- package/types/components/zd-container/ZdContainer.ts.d.ts +0 -722
- package/types/components/zd-currency/ZdCurrency.ts.d.ts +0 -2024
- package/types/components/zd-date-input/ZdDateInput.ts.d.ts +0 -960
- package/types/components/zd-dialog/ZdDialog.ts.d.ts +0 -262
- package/types/components/zd-divider/ZdDivider.ts.d.ts +0 -623
- package/types/components/zd-dropdown/ZdDropdown.ts.d.ts +0 -836
- package/types/components/zd-footer/ZdFooter.ts.d.ts +0 -1262
- package/types/components/zd-form/ZdForm.ts.d.ts +0 -118
- package/types/components/zd-frame/ZdFrame.ts.d.ts +0 -138
- package/types/components/zd-frame-page/ZdFramePage.ts.d.ts +0 -805
- package/types/components/zd-grid/ZdGrid.ts.d.ts +0 -7304
- package/types/components/zd-grid/cell/ZdGridAction.ts.d.ts +0 -14
- package/types/components/zd-grid/cell/ZdGridCell.ts.d.ts +0 -68
- package/types/components/zd-grid/cell/ZdGridCellContent.ts.d.ts +0 -58
- package/types/components/zd-grid/cell/ZdGridCheckbox.ts.d.ts +0 -53
- package/types/components/zd-grid/column-header/ZdGridColumnHeader.ts.d.ts +0 -112
- package/types/components/zd-grid/column-header/ZdGridHeaderIcon.ts.d.ts +0 -46
- package/types/components/zd-grid/column-header/ZdGridHeaderRow.ts.d.ts +0 -165
- package/types/components/zd-grid/column-header/ZdGridSort.ts.d.ts +0 -47
- package/types/components/zd-grid/footer/ZdGridFooter.ts.d.ts +0 -2087
- package/types/components/zd-grid/helper/ZdGridHelper.ts.d.ts +0 -16
- package/types/components/zd-grid/row/TableRow.ts.d.ts +0 -34
- package/types/components/zd-grid/row/ZdGridRow.ts.d.ts +0 -105
- package/types/components/zd-grid/toolbar/ZdGridToolbar.ts.d.ts +0 -2086
- package/types/components/zd-grid-editable/ZdGridEditable.ts.d.ts +0 -8663
- package/types/components/zd-grid-editable/cell/ZdGridEditableCell.ts.d.ts +0 -637
- package/types/components/zd-grid-editable/row/ZdGridEditableRow.ts.d.ts +0 -126
- package/types/components/zd-header/ZdHeader.ts.d.ts +0 -1320
- package/types/components/zd-icon/ZdIcon.ts.d.ts +0 -383
- package/types/components/zd-image/ZdImage.ts.d.ts +0 -753
- package/types/components/zd-increment/ZdIncrement.ts.d.ts +0 -2069
- package/types/components/zd-iterable/ZdIterableNoData.ts.d.ts +0 -2089
- package/types/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.ts.d.ts +0 -1645
- package/types/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.ts.d.ts +0 -1081
- package/types/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.ts.d.ts +0 -2763
- package/types/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.ts.d.ts +0 -1627
- package/types/components/zd-iterable/zd-search/ZdSearch.ts.d.ts +0 -766
- package/types/components/zd-iterable-component-render/ZdIterableComponentRender.ts.d.ts +0 -2484
- package/types/components/zd-layout/ZdLayout.ts.d.ts +0 -647
- package/types/components/zd-list/ZdList.ts.d.ts +0 -1140
- package/types/components/zd-list/ZdListGroup.ts.d.ts +0 -1332
- package/types/components/zd-list/ZdListItem.ts.d.ts +0 -848
- package/types/components/zd-loading/ZdLoading.ts.d.ts +0 -350
- package/types/components/zd-login/ZdLogin.ts.d.ts +0 -1072
- package/types/components/zd-login/ZdLoginButton.ts.d.ts +0 -1910
- package/types/components/zd-main/ZdMain.ts.d.ts +0 -619
- package/types/components/zd-master-detail/ZdMasterDetail.ts.d.ts +0 -684
- package/types/components/zd-menu/ZdMenu.ts.d.ts +0 -4484
- package/types/components/zd-menu/ZdMenuButton.ts.d.ts +0 -1142
- package/types/components/zd-menu/ZdMenuGroup.ts.d.ts +0 -6286
- package/types/components/zd-menu/ZdMenuLink.ts.d.ts +0 -10437
- package/types/components/zd-menu/ZdMenuSeparator.ts.d.ts +0 -600
- package/types/components/zd-modal/ZdModal.ts.d.ts +0 -10
- package/types/components/zd-modal/ZdModalCloseButton.ts.d.ts +0 -1137
- package/types/components/zd-month/ZdMonth.ts.d.ts +0 -2217
- package/types/components/zd-number-input/ZdNumberInput.ts.d.ts +0 -2021
- package/types/components/zd-password/ZdPassword.ts.d.ts +0 -2014
- package/types/components/zd-progress/ZdProgress.ts.d.ts +0 -859
- package/types/components/zd-radio/ZdRadio.ts.d.ts +0 -682
- package/types/components/zd-row/ZdRow.ts.d.ts +0 -734
- package/types/components/zd-select/ZdSelect.ts.d.ts +0 -313
- package/types/components/zd-select-multiple/ZdSelectMultiple.ts.d.ts +0 -333
- package/types/components/zd-svg-map/ZdSvgMap.ts.d.ts +0 -414
- package/types/components/zd-switch/ZdSwitch.ts.d.ts +0 -1918
- package/types/components/zd-table/ZdTable.ts.d.ts +0 -1092
- package/types/components/zd-tabs/ZdTab.ts.d.ts +0 -674
- package/types/components/zd-tabs/ZdTabItem.ts.d.ts +0 -268
- package/types/components/zd-tabs/ZdTabs.ts.d.ts +0 -929
- package/types/components/zd-tag/ZdTag.ts.d.ts +0 -613
- package/types/components/zd-text/ZdText.ts.d.ts +0 -670
- package/types/components/zd-text-input/ZdTextInput.ts.d.ts +0 -746
- package/types/components/zd-textarea/ZdTextarea.ts.d.ts +0 -877
- package/types/components/zd-time/ZdTime.ts.d.ts +0 -2224
- package/types/components/zd-tooltip/ZdTooltip.ts.d.ts +0 -781
- package/types/components/zd-tree/ZdTree.ts.d.ts +0 -1878
- package/types/components/zd-tree/ZdTreeAfterTitle.ts.d.ts +0 -26
- package/types/components/zd-tree/ZdTreeCheckbox.ts.d.ts +0 -74
- package/types/components/zd-tree-grid/ZdTreeGrid.ts.d.ts +0 -4178
- package/types/components/zd-tree-grid/cell/ZdTreeGridCell.ts.d.ts +0 -92
- package/types/components/zd-tree-grid/row/ZdTreeGridRow.ts.d.ts +0 -124
|
@@ -1,383 +0,0 @@
|
|
|
1
|
-
import { Icon } from '@zeedhi/common';
|
|
2
|
-
export declare const ZdIconProps: {
|
|
3
|
-
color: {
|
|
4
|
-
type: StringConstructor;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
dense: {
|
|
8
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
9
|
-
default: boolean;
|
|
10
|
-
};
|
|
11
|
-
disabled: {
|
|
12
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
13
|
-
default: boolean;
|
|
14
|
-
};
|
|
15
|
-
large: {
|
|
16
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
17
|
-
default: boolean;
|
|
18
|
-
};
|
|
19
|
-
left: {
|
|
20
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
right: {
|
|
24
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
|
-
size: {
|
|
28
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
29
|
-
};
|
|
30
|
-
small: {
|
|
31
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
32
|
-
default: boolean;
|
|
33
|
-
};
|
|
34
|
-
tag: {
|
|
35
|
-
type: StringConstructor;
|
|
36
|
-
default: string;
|
|
37
|
-
};
|
|
38
|
-
iconName: {
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
|
-
children: {
|
|
43
|
-
type: (StringConstructor | {
|
|
44
|
-
(arrayLength: number): import("@zeedhi/common").IComponentRender[];
|
|
45
|
-
(...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
|
|
46
|
-
new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
|
|
47
|
-
new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
|
|
48
|
-
isArray(arg: any): arg is any[];
|
|
49
|
-
readonly prototype: any[];
|
|
50
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
51
|
-
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
52
|
-
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
53
|
-
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
54
|
-
of<T_4>(...items: T_4[]): T_4[];
|
|
55
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
56
|
-
})[];
|
|
57
|
-
default(): never[];
|
|
58
|
-
};
|
|
59
|
-
component: {
|
|
60
|
-
type: StringConstructor;
|
|
61
|
-
};
|
|
62
|
-
allowDuplicate: {
|
|
63
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
64
|
-
default: boolean;
|
|
65
|
-
};
|
|
66
|
-
autofocus: {
|
|
67
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
68
|
-
default: boolean;
|
|
69
|
-
};
|
|
70
|
-
cssClass: {
|
|
71
|
-
type: StringConstructor;
|
|
72
|
-
default: string;
|
|
73
|
-
};
|
|
74
|
-
cssStyle: {
|
|
75
|
-
type: (StringConstructor | (() => import("vue").StyleValue))[];
|
|
76
|
-
default: string;
|
|
77
|
-
};
|
|
78
|
-
dark: {
|
|
79
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
80
|
-
default: boolean;
|
|
81
|
-
};
|
|
82
|
-
directives: {
|
|
83
|
-
type: ObjectConstructor;
|
|
84
|
-
default(): {};
|
|
85
|
-
};
|
|
86
|
-
events: {
|
|
87
|
-
type: ObjectConstructor;
|
|
88
|
-
default(): {};
|
|
89
|
-
};
|
|
90
|
-
instanceObject: {
|
|
91
|
-
type: ObjectConstructor;
|
|
92
|
-
};
|
|
93
|
-
isVisible: {
|
|
94
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
95
|
-
default: boolean;
|
|
96
|
-
};
|
|
97
|
-
keyMap: {
|
|
98
|
-
type: ObjectConstructor;
|
|
99
|
-
default(): {};
|
|
100
|
-
};
|
|
101
|
-
light: {
|
|
102
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
103
|
-
default: boolean;
|
|
104
|
-
};
|
|
105
|
-
name: {
|
|
106
|
-
type: StringConstructor;
|
|
107
|
-
required: true;
|
|
108
|
-
};
|
|
109
|
-
parent: {
|
|
110
|
-
type: ObjectConstructor;
|
|
111
|
-
};
|
|
112
|
-
tabStop: {
|
|
113
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
114
|
-
default: boolean;
|
|
115
|
-
};
|
|
116
|
-
theme: {
|
|
117
|
-
type: StringConstructor;
|
|
118
|
-
};
|
|
119
|
-
};
|
|
120
|
-
declare const iconComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
121
|
-
color: {
|
|
122
|
-
type: StringConstructor;
|
|
123
|
-
default: string;
|
|
124
|
-
};
|
|
125
|
-
dense: {
|
|
126
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
127
|
-
default: boolean;
|
|
128
|
-
};
|
|
129
|
-
disabled: {
|
|
130
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
131
|
-
default: boolean;
|
|
132
|
-
};
|
|
133
|
-
large: {
|
|
134
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
135
|
-
default: boolean;
|
|
136
|
-
};
|
|
137
|
-
left: {
|
|
138
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
139
|
-
default: boolean;
|
|
140
|
-
};
|
|
141
|
-
right: {
|
|
142
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
143
|
-
default: boolean;
|
|
144
|
-
};
|
|
145
|
-
size: {
|
|
146
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
147
|
-
};
|
|
148
|
-
small: {
|
|
149
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
150
|
-
default: boolean;
|
|
151
|
-
};
|
|
152
|
-
tag: {
|
|
153
|
-
type: StringConstructor;
|
|
154
|
-
default: string;
|
|
155
|
-
};
|
|
156
|
-
iconName: {
|
|
157
|
-
type: StringConstructor;
|
|
158
|
-
default: string;
|
|
159
|
-
};
|
|
160
|
-
children: {
|
|
161
|
-
type: (StringConstructor | {
|
|
162
|
-
(arrayLength: number): import("@zeedhi/common").IComponentRender[];
|
|
163
|
-
(...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
|
|
164
|
-
new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
|
|
165
|
-
new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
|
|
166
|
-
isArray(arg: any): arg is any[];
|
|
167
|
-
readonly prototype: any[];
|
|
168
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
169
|
-
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
170
|
-
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
171
|
-
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
172
|
-
of<T_4>(...items: T_4[]): T_4[];
|
|
173
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
174
|
-
})[];
|
|
175
|
-
default(): never[];
|
|
176
|
-
};
|
|
177
|
-
component: {
|
|
178
|
-
type: StringConstructor;
|
|
179
|
-
};
|
|
180
|
-
allowDuplicate: {
|
|
181
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
182
|
-
default: boolean;
|
|
183
|
-
};
|
|
184
|
-
autofocus: {
|
|
185
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
186
|
-
default: boolean;
|
|
187
|
-
};
|
|
188
|
-
cssClass: {
|
|
189
|
-
type: StringConstructor;
|
|
190
|
-
default: string;
|
|
191
|
-
};
|
|
192
|
-
cssStyle: {
|
|
193
|
-
type: (StringConstructor | (() => import("vue").StyleValue))[];
|
|
194
|
-
default: string;
|
|
195
|
-
};
|
|
196
|
-
dark: {
|
|
197
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
198
|
-
default: boolean;
|
|
199
|
-
};
|
|
200
|
-
directives: {
|
|
201
|
-
type: ObjectConstructor;
|
|
202
|
-
default(): {};
|
|
203
|
-
};
|
|
204
|
-
events: {
|
|
205
|
-
type: ObjectConstructor;
|
|
206
|
-
default(): {};
|
|
207
|
-
};
|
|
208
|
-
instanceObject: {
|
|
209
|
-
type: ObjectConstructor;
|
|
210
|
-
};
|
|
211
|
-
isVisible: {
|
|
212
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
213
|
-
default: boolean;
|
|
214
|
-
};
|
|
215
|
-
keyMap: {
|
|
216
|
-
type: ObjectConstructor;
|
|
217
|
-
default(): {};
|
|
218
|
-
};
|
|
219
|
-
light: {
|
|
220
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
221
|
-
default: boolean;
|
|
222
|
-
};
|
|
223
|
-
name: {
|
|
224
|
-
type: StringConstructor;
|
|
225
|
-
required: true;
|
|
226
|
-
};
|
|
227
|
-
parent: {
|
|
228
|
-
type: ObjectConstructor;
|
|
229
|
-
};
|
|
230
|
-
tabStop: {
|
|
231
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
232
|
-
default: boolean;
|
|
233
|
-
};
|
|
234
|
-
theme: {
|
|
235
|
-
type: StringConstructor;
|
|
236
|
-
};
|
|
237
|
-
}>, {
|
|
238
|
-
instance: Icon;
|
|
239
|
-
root: Readonly<import("vue").ShallowRef<HTMLElement | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, HTMLElement | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null>>;
|
|
240
|
-
click: (event: Event) => void;
|
|
241
|
-
mouseenter: (event: Event) => void;
|
|
242
|
-
mouseleave: (event: Event) => void;
|
|
243
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
244
|
-
color: {
|
|
245
|
-
type: StringConstructor;
|
|
246
|
-
default: string;
|
|
247
|
-
};
|
|
248
|
-
dense: {
|
|
249
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
250
|
-
default: boolean;
|
|
251
|
-
};
|
|
252
|
-
disabled: {
|
|
253
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
254
|
-
default: boolean;
|
|
255
|
-
};
|
|
256
|
-
large: {
|
|
257
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
258
|
-
default: boolean;
|
|
259
|
-
};
|
|
260
|
-
left: {
|
|
261
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
262
|
-
default: boolean;
|
|
263
|
-
};
|
|
264
|
-
right: {
|
|
265
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
266
|
-
default: boolean;
|
|
267
|
-
};
|
|
268
|
-
size: {
|
|
269
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
270
|
-
};
|
|
271
|
-
small: {
|
|
272
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
273
|
-
default: boolean;
|
|
274
|
-
};
|
|
275
|
-
tag: {
|
|
276
|
-
type: StringConstructor;
|
|
277
|
-
default: string;
|
|
278
|
-
};
|
|
279
|
-
iconName: {
|
|
280
|
-
type: StringConstructor;
|
|
281
|
-
default: string;
|
|
282
|
-
};
|
|
283
|
-
children: {
|
|
284
|
-
type: (StringConstructor | {
|
|
285
|
-
(arrayLength: number): import("@zeedhi/common").IComponentRender[];
|
|
286
|
-
(...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
|
|
287
|
-
new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
|
|
288
|
-
new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
|
|
289
|
-
isArray(arg: any): arg is any[];
|
|
290
|
-
readonly prototype: any[];
|
|
291
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
292
|
-
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
293
|
-
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
294
|
-
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
295
|
-
of<T_4>(...items: T_4[]): T_4[];
|
|
296
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
297
|
-
})[];
|
|
298
|
-
default(): never[];
|
|
299
|
-
};
|
|
300
|
-
component: {
|
|
301
|
-
type: StringConstructor;
|
|
302
|
-
};
|
|
303
|
-
allowDuplicate: {
|
|
304
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
305
|
-
default: boolean;
|
|
306
|
-
};
|
|
307
|
-
autofocus: {
|
|
308
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
309
|
-
default: boolean;
|
|
310
|
-
};
|
|
311
|
-
cssClass: {
|
|
312
|
-
type: StringConstructor;
|
|
313
|
-
default: string;
|
|
314
|
-
};
|
|
315
|
-
cssStyle: {
|
|
316
|
-
type: (StringConstructor | (() => import("vue").StyleValue))[];
|
|
317
|
-
default: string;
|
|
318
|
-
};
|
|
319
|
-
dark: {
|
|
320
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
321
|
-
default: boolean;
|
|
322
|
-
};
|
|
323
|
-
directives: {
|
|
324
|
-
type: ObjectConstructor;
|
|
325
|
-
default(): {};
|
|
326
|
-
};
|
|
327
|
-
events: {
|
|
328
|
-
type: ObjectConstructor;
|
|
329
|
-
default(): {};
|
|
330
|
-
};
|
|
331
|
-
instanceObject: {
|
|
332
|
-
type: ObjectConstructor;
|
|
333
|
-
};
|
|
334
|
-
isVisible: {
|
|
335
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
336
|
-
default: boolean;
|
|
337
|
-
};
|
|
338
|
-
keyMap: {
|
|
339
|
-
type: ObjectConstructor;
|
|
340
|
-
default(): {};
|
|
341
|
-
};
|
|
342
|
-
light: {
|
|
343
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
344
|
-
default: boolean;
|
|
345
|
-
};
|
|
346
|
-
name: {
|
|
347
|
-
type: StringConstructor;
|
|
348
|
-
required: true;
|
|
349
|
-
};
|
|
350
|
-
parent: {
|
|
351
|
-
type: ObjectConstructor;
|
|
352
|
-
};
|
|
353
|
-
tabStop: {
|
|
354
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
355
|
-
default: boolean;
|
|
356
|
-
};
|
|
357
|
-
theme: {
|
|
358
|
-
type: StringConstructor;
|
|
359
|
-
};
|
|
360
|
-
}>> & Readonly<{}>, {
|
|
361
|
-
allowDuplicate: string | boolean;
|
|
362
|
-
autofocus: string | boolean;
|
|
363
|
-
children: string | import("@zeedhi/common").IComponentRender[];
|
|
364
|
-
cssClass: string;
|
|
365
|
-
cssStyle: import("vue").StyleValue;
|
|
366
|
-
dark: string | boolean;
|
|
367
|
-
directives: Record<string, any>;
|
|
368
|
-
events: Record<string, any>;
|
|
369
|
-
isVisible: string | boolean;
|
|
370
|
-
keyMap: Record<string, any>;
|
|
371
|
-
light: string | boolean;
|
|
372
|
-
tabStop: string | boolean;
|
|
373
|
-
color: string;
|
|
374
|
-
dense: string | boolean;
|
|
375
|
-
disabled: string | boolean;
|
|
376
|
-
large: string | boolean;
|
|
377
|
-
left: string | boolean;
|
|
378
|
-
right: string | boolean;
|
|
379
|
-
small: string | boolean;
|
|
380
|
-
tag: string;
|
|
381
|
-
iconName: string;
|
|
382
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
383
|
-
export default iconComponent;
|