@creatorsn/vfluent3 0.2.17 → 0.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.
Files changed (206) hide show
  1. package/README.md +7 -7
  2. package/dist/style.css +1 -1
  3. package/dist/types/packages/affix/index.d.ts +199 -0
  4. package/dist/types/packages/affix/source/index.vue.d.ts +198 -0
  5. package/dist/types/packages/affix/style/index.d.ts +3 -0
  6. package/dist/types/packages/animated-icon/index.d.ts +325 -191
  7. package/dist/types/packages/animated-icon/source/index.vue.d.ts +325 -192
  8. package/dist/types/packages/badge/index.d.ts +76 -188
  9. package/dist/types/packages/badge/source/index.vue.d.ts +76 -188
  10. package/dist/types/packages/breadcrumb/index.d.ts +98 -293
  11. package/dist/types/packages/breadcrumb/source/index.vue.d.ts +98 -293
  12. package/dist/types/packages/button/index.d.ts +79 -289
  13. package/dist/types/packages/button/source/index.vue.d.ts +79 -289
  14. package/dist/types/packages/calendar-date-picker/index.d.ts +129 -1
  15. package/dist/types/packages/calendar-date-picker/source/index.vue.d.ts +129 -1
  16. package/dist/types/packages/calendar-view/index.d.ts +152 -175
  17. package/dist/types/packages/calendar-view/source/index.vue.d.ts +152 -175
  18. package/dist/types/packages/calendar-view/source/sub/dateBox.vue.d.ts +1 -288
  19. package/dist/types/packages/calendar-view/source/sub/monthBox.vue.d.ts +1 -239
  20. package/dist/types/packages/calendar-view/source/sub/yearBox.vue.d.ts +1 -179
  21. package/dist/types/packages/callout/index.d.ts +13 -13
  22. package/dist/types/packages/callout/source/index.vue.d.ts +21 -21
  23. package/dist/types/packages/check-box/index.d.ts +67 -200
  24. package/dist/types/packages/check-box/source/index.vue.d.ts +67 -200
  25. package/dist/types/packages/collapse/index.d.ts +77 -276
  26. package/dist/types/packages/collapse/source/index.vue.d.ts +77 -276
  27. package/dist/types/packages/color-picker/index.d.ts +7 -7
  28. package/dist/types/packages/color-picker/source/index.d.ts +3 -3
  29. package/dist/types/packages/color-picker/source/index.vue.d.ts +7 -7
  30. package/dist/types/packages/combobox/index.d.ts +109 -525
  31. package/dist/types/packages/combobox/source/index.vue.d.ts +109 -525
  32. package/dist/types/packages/command-bar/index.d.ts +100 -219
  33. package/dist/types/packages/command-bar/source/index.vue.d.ts +100 -219
  34. package/dist/types/packages/date-picker/index.d.ts +25 -25
  35. package/dist/types/packages/date-picker/source/index.d.ts +56 -56
  36. package/dist/types/packages/date-picker/source/index.vue.d.ts +25 -25
  37. package/dist/types/packages/details-list/index.d.ts +284 -689
  38. package/dist/types/packages/details-list/source/index.vue.d.ts +284 -689
  39. package/dist/types/packages/details-list/source/sub/selector.vue.d.ts +1 -117
  40. package/dist/types/packages/details-list/source/sub/spliter.vue.d.ts +1 -121
  41. package/dist/types/packages/drawer/index.d.ts +106 -197
  42. package/dist/types/packages/drawer/source/index.vue.d.ts +106 -197
  43. package/dist/types/packages/drop-down/index.d.ts +172 -456
  44. package/dist/types/packages/drop-down/source/index.vue.d.ts +172 -456
  45. package/dist/types/packages/drop-down/source/input/input.vue.d.ts +1 -305
  46. package/dist/types/packages/drop-down/source/list/listContainer.vue.d.ts +1 -370
  47. package/dist/types/packages/expander/index.d.ts +80 -270
  48. package/dist/types/packages/expander/source/index.vue.d.ts +80 -270
  49. package/dist/types/packages/flip-view/index.d.ts +186 -252
  50. package/dist/types/packages/flip-view/source/index.vue.d.ts +186 -252
  51. package/dist/types/packages/icon-element/index.d.ts +59 -164
  52. package/dist/types/packages/icon-element/source/index.vue.d.ts +59 -164
  53. package/dist/types/packages/image/index.d.ts +60 -105
  54. package/dist/types/packages/image/source/index.vue.d.ts +60 -105
  55. package/dist/types/packages/img/index.d.ts +47 -145
  56. package/dist/types/packages/img/source/index.vue.d.ts +47 -145
  57. package/dist/types/packages/img-box/index.d.ts +95 -151
  58. package/dist/types/packages/img-box/source/index.vue.d.ts +95 -151
  59. package/dist/types/packages/index.d.ts +20 -0
  60. package/dist/types/packages/infinite-scroll-view/index.d.ts +75 -176
  61. package/dist/types/packages/infinite-scroll-view/source/index.vue.d.ts +75 -176
  62. package/dist/types/packages/info-box/index.d.ts +145 -228
  63. package/dist/types/packages/info-box/source/index.vue.d.ts +145 -228
  64. package/dist/types/packages/list-view/index.d.ts +212 -1
  65. package/dist/types/packages/list-view/source/index.vue.d.ts +212 -1
  66. package/dist/types/packages/menu-flyout/index.d.ts +131 -1
  67. package/dist/types/packages/menu-flyout/source/index.vue.d.ts +131 -1
  68. package/dist/types/packages/message-bar/index.d.ts +128 -1
  69. package/dist/types/packages/message-bar/source/index.vue.d.ts +128 -1
  70. package/dist/types/packages/message-bar/source/plugin.d.ts +1 -1
  71. package/dist/types/packages/navigation-panel/index.d.ts +153 -1
  72. package/dist/types/packages/navigation-panel/source/index.vue.d.ts +153 -1
  73. package/dist/types/packages/navigation-view/index.d.ts +87 -1
  74. package/dist/types/packages/navigation-view/source/index.vue.d.ts +87 -1
  75. package/dist/types/packages/pagination/index.d.ts +63 -1
  76. package/dist/types/packages/pagination/source/index.vue.d.ts +63 -1
  77. package/dist/types/packages/panel/index.d.ts +142 -1
  78. package/dist/types/packages/panel/source/index.vue.d.ts +142 -1
  79. package/dist/types/packages/persona/index.d.ts +186 -1
  80. package/dist/types/packages/persona/source/index.vue.d.ts +186 -1
  81. package/dist/types/packages/pivot/index.d.ts +158 -1
  82. package/dist/types/packages/pivot/source/index.vue.d.ts +158 -1
  83. package/dist/types/packages/progress-bar/index.d.ts +63 -1
  84. package/dist/types/packages/progress-bar/source/index.vue.d.ts +63 -1
  85. package/dist/types/packages/progress-ring/index.d.ts +99 -1
  86. package/dist/types/packages/progress-ring/source/index.vue.d.ts +99 -1
  87. package/dist/types/packages/radio/index.d.ts +47 -60
  88. package/dist/types/packages/radio/source/index.vue.d.ts +47 -60
  89. package/dist/types/packages/rating-control/index.d.ts +105 -1
  90. package/dist/types/packages/rating-control/source/index.vue.d.ts +105 -1
  91. package/dist/types/packages/resize-watcher/index.d.ts +77 -0
  92. package/dist/types/packages/resize-watcher/source/index.vue.d.ts +76 -0
  93. package/dist/types/packages/resize-watcher/style/index.d.ts +3 -0
  94. package/dist/types/packages/reveal-container/index.d.ts +219 -1
  95. package/dist/types/packages/reveal-container/source/index.vue.d.ts +219 -1
  96. package/dist/types/packages/right-menu/index.d.ts +91 -0
  97. package/dist/types/packages/right-menu/source/index.vue.d.ts +90 -0
  98. package/dist/types/packages/right-menu/style/index.d.ts +3 -0
  99. package/dist/types/packages/scroll-story/index.d.ts +80 -1
  100. package/dist/types/packages/scroll-story/source/index.vue.d.ts +80 -1
  101. package/dist/types/packages/search-box/index.d.ts +215 -1
  102. package/dist/types/packages/search-box/source/index.vue.d.ts +215 -1
  103. package/dist/types/packages/shimmer/index.d.ts +68 -1
  104. package/dist/types/packages/shimmer/source/index.vue.d.ts +68 -1
  105. package/dist/types/packages/slider/index.d.ts +190 -1
  106. package/dist/types/packages/slider/source/index.vue.d.ts +190 -1
  107. package/dist/types/packages/swipe-control/index.d.ts +137 -1
  108. package/dist/types/packages/swipe-control/source/index.vue.d.ts +137 -1
  109. package/dist/types/packages/table-view/index.d.ts +223 -0
  110. package/dist/types/packages/table-view/source/index.vue.d.ts +222 -0
  111. package/dist/types/packages/table-view/source/sub/addMenu/currentProperty.vue.d.ts +2 -0
  112. package/dist/types/packages/table-view/source/sub/addMenu/newProperty.vue.d.ts +2 -0
  113. package/dist/types/packages/table-view/source/sub/defaultExtensions/date/dateCell.vue.d.ts +2 -0
  114. package/dist/types/packages/table-view/source/sub/defaultExtensions/date/dateHead.vue.d.ts +2 -0
  115. package/dist/types/packages/table-view/source/sub/defaultExtensions/date/index.d.ts +17 -0
  116. package/dist/types/packages/table-view/source/sub/defaultExtensions/email/emailCell.vue.d.ts +2 -0
  117. package/dist/types/packages/table-view/source/sub/defaultExtensions/email/emailHead.vue.d.ts +2 -0
  118. package/dist/types/packages/table-view/source/sub/defaultExtensions/email/index.d.ts +17 -0
  119. package/dist/types/packages/table-view/source/sub/defaultExtensions/number/index.d.ts +17 -0
  120. package/dist/types/packages/table-view/source/sub/defaultExtensions/number/numberCell.vue.d.ts +2 -0
  121. package/dist/types/packages/table-view/source/sub/defaultExtensions/number/numberHead.vue.d.ts +2 -0
  122. package/dist/types/packages/table-view/source/sub/editWrapper.vue.d.ts +2 -0
  123. package/dist/types/packages/table-view/source/sub/spliter.vue.d.ts +2 -0
  124. package/dist/types/packages/table-view/source/sub/tableRow.vue.d.ts +2 -0
  125. package/dist/types/packages/table-view/style/index.d.ts +3 -0
  126. package/dist/types/packages/table-view-cell-base/index.d.ts +125 -0
  127. package/dist/types/packages/table-view-cell-base/source/index.vue.d.ts +124 -0
  128. package/dist/types/packages/table-view-cell-base/style/index.d.ts +3 -0
  129. package/dist/types/packages/table-view-head-base/index.d.ts +144 -0
  130. package/dist/types/packages/table-view-head-base/source/index.vue.d.ts +143 -0
  131. package/dist/types/packages/table-view-head-base/style/index.d.ts +3 -0
  132. package/dist/types/packages/tag/index.d.ts +110 -1
  133. package/dist/types/packages/tag/source/index.vue.d.ts +110 -1
  134. package/dist/types/packages/text-box/index.d.ts +174 -1
  135. package/dist/types/packages/text-box/source/index.vue.d.ts +174 -1
  136. package/dist/types/packages/text-field/index.d.ts +129 -1
  137. package/dist/types/packages/text-field/source/index.vue.d.ts +129 -1
  138. package/dist/types/packages/time-picker/index.d.ts +3 -1
  139. package/dist/types/packages/time-picker/source/index.vue.d.ts +3 -1
  140. package/dist/types/packages/toggle-switch/index.d.ts +117 -1
  141. package/dist/types/packages/toggle-switch/source/index.vue.d.ts +117 -1
  142. package/dist/types/packages/tree-view/index.d.ts +125 -1
  143. package/dist/types/packages/tree-view/source/index.vue.d.ts +125 -1
  144. package/dist/types/packages/verify-box/index.d.ts +108 -1
  145. package/dist/types/packages/verify-box/source/index.vue.d.ts +108 -1
  146. package/dist/types/packages/web-window/index.d.ts +131 -1
  147. package/dist/types/packages/web-window/source/index.vue.d.ts +131 -1
  148. package/dist/types/store/image/index.d.ts +3 -3
  149. package/dist/types/utils/common/revealEffect/direct.d.ts +1 -1
  150. package/dist/types/utils/common/revealEffect/masked.d.ts +1 -1
  151. package/dist/vfluent3.js +20770 -16678
  152. package/dist/vfluent3.umd.cjs +7 -7
  153. package/package.json +1 -1
  154. package/dist/types/packages/badge/source/index.d.ts +0 -50
  155. package/dist/types/packages/breadcrumb/source/index.d.ts +0 -81
  156. package/dist/types/packages/calendar-date-picker/source/index.d.ts +0 -20
  157. package/dist/types/packages/calendar-view/source/index.d.ts +0 -796
  158. package/dist/types/packages/calendar-view/source/sub/dateBox.d.ts +0 -192
  159. package/dist/types/packages/calendar-view/source/sub/monthBox.d.ts +0 -177
  160. package/dist/types/packages/calendar-view/source/sub/yearBox.d.ts +0 -161
  161. package/dist/types/packages/callout/source/index.d.ts +0 -1113
  162. package/dist/types/packages/check-box/source/index.d.ts +0 -51
  163. package/dist/types/packages/collapse/source/index.d.ts +0 -67
  164. package/dist/types/packages/combobox/source/index.d.ts +0 -110
  165. package/dist/types/packages/command-bar/source/index.d.ts +0 -96
  166. package/dist/types/packages/details-list/source/index.d.ts +0 -228
  167. package/dist/types/packages/details-list/source/sub/selector.d.ts +0 -30
  168. package/dist/types/packages/details-list/source/sub/spliter.d.ts +0 -34
  169. package/dist/types/packages/drawer/source/index.d.ts +0 -66
  170. package/dist/types/packages/drop-down/source/index.d.ts +0 -141
  171. package/dist/types/packages/drop-down/source/input/input.d.ts +0 -80
  172. package/dist/types/packages/drop-down/source/list/listContainer.d.ts +0 -101
  173. package/dist/types/packages/expander/source/index.d.ts +0 -66
  174. package/dist/types/packages/flip-view/source/index.d.ts +0 -122
  175. package/dist/types/packages/icon-element/source/index.d.ts +0 -49
  176. package/dist/types/packages/image/source/index.d.ts +0 -38
  177. package/dist/types/packages/img/source/index.d.ts +0 -38
  178. package/dist/types/packages/img-box/source/index.d.ts +0 -155
  179. package/dist/types/packages/infinite-scroll-view/source/index.d.ts +0 -52
  180. package/dist/types/packages/info-box/source/index.d.ts +0 -87
  181. package/dist/types/packages/list-view/source/index.d.ts +0 -20
  182. package/dist/types/packages/menu-flyout/source/index.d.ts +0 -20
  183. package/dist/types/packages/message-bar/source/index.d.ts +0 -20
  184. package/dist/types/packages/navigation-panel/source/index.d.ts +0 -20
  185. package/dist/types/packages/navigation-view/source/index.d.ts +0 -20
  186. package/dist/types/packages/pagination/source/index.d.ts +0 -20
  187. package/dist/types/packages/panel/source/index.d.ts +0 -20
  188. package/dist/types/packages/pivot/source/index.d.ts +0 -20
  189. package/dist/types/packages/progress-bar/source/index.d.ts +0 -20
  190. package/dist/types/packages/progress-ring/source/index.d.ts +0 -20
  191. package/dist/types/packages/radio/source/index.d.ts +0 -20
  192. package/dist/types/packages/rating-control/source/index.d.ts +0 -20
  193. package/dist/types/packages/reveal-container/source/index.d.ts +0 -20
  194. package/dist/types/packages/scroll-story/source/index.d.ts +0 -20
  195. package/dist/types/packages/search-box/source/index.d.ts +0 -20
  196. package/dist/types/packages/shimmer/source/index.d.ts +0 -20
  197. package/dist/types/packages/slider/source/index.d.ts +0 -20
  198. package/dist/types/packages/swipe-control/source/index.d.ts +0 -20
  199. package/dist/types/packages/tag/source/index.d.ts +0 -20
  200. package/dist/types/packages/text-box/source/index.d.ts +0 -20
  201. package/dist/types/packages/text-field/source/index.d.ts +0 -20
  202. package/dist/types/packages/time-picker/source/index.d.ts +0 -20
  203. package/dist/types/packages/toggle-switch/source/index.d.ts +0 -20
  204. package/dist/types/packages/tree-view/source/index.d.ts +0 -20
  205. package/dist/types/packages/verify-box/source/index.d.ts +0 -20
  206. package/dist/types/packages/web-window/source/index.d.ts +0 -20
@@ -1,306 +1,2 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
- modelValue: {
4
- type: import("vue").PropType<import("..").DropDownOption[]>;
5
- default: () => any[];
6
- };
7
- borderWidth: {
8
- type: NumberConstructor;
9
- default: number;
10
- };
11
- placeholder: {
12
- type: StringConstructor;
13
- default: string;
14
- };
15
- borderRadius: {
16
- type: StringConstructor;
17
- default: string;
18
- };
19
- inputForeground: {
20
- type: StringConstructor;
21
- default: string;
22
- };
23
- inputBackground: {
24
- type: StringConstructor;
25
- default: string;
26
- };
27
- inputBorderColor: {
28
- type: StringConstructor;
29
- default: string;
30
- };
31
- dropDownIcon: {
32
- type: StringConstructor;
33
- default: string;
34
- };
35
- dropDownIconForeground: {
36
- type: StringConstructor;
37
- default: string;
38
- };
39
- revealBorderColor: {
40
- type: BooleanConstructor;
41
- default: boolean;
42
- };
43
- revealBackgroundColor: {
44
- type: BooleanConstructor;
45
- default: boolean;
46
- };
47
- theme: {
48
- type: StringConstructor;
49
- default: string;
50
- };
51
- disabled: {
52
- type: BooleanConstructor;
53
- default: boolean;
54
- };
55
- lang: {
56
- type: StringConstructor;
57
- default: string;
58
- };
59
- }>> & {
60
- "onUpdate:modelValue"?: (val: import("..").DropDownOption[]) => any;
61
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
62
- "update:modelValue"(val: import("..").DropDownOption[]): boolean;
63
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
64
- modelValue: {
65
- type: import("vue").PropType<import("..").DropDownOption[]>;
66
- default: () => any[];
67
- };
68
- borderWidth: {
69
- type: NumberConstructor;
70
- default: number;
71
- };
72
- placeholder: {
73
- type: StringConstructor;
74
- default: string;
75
- };
76
- borderRadius: {
77
- type: StringConstructor;
78
- default: string;
79
- };
80
- inputForeground: {
81
- type: StringConstructor;
82
- default: string;
83
- };
84
- inputBackground: {
85
- type: StringConstructor;
86
- default: string;
87
- };
88
- inputBorderColor: {
89
- type: StringConstructor;
90
- default: string;
91
- };
92
- dropDownIcon: {
93
- type: StringConstructor;
94
- default: string;
95
- };
96
- dropDownIconForeground: {
97
- type: StringConstructor;
98
- default: string;
99
- };
100
- revealBorderColor: {
101
- type: BooleanConstructor;
102
- default: boolean;
103
- };
104
- revealBackgroundColor: {
105
- type: BooleanConstructor;
106
- default: boolean;
107
- };
108
- theme: {
109
- type: StringConstructor;
110
- default: string;
111
- };
112
- disabled: {
113
- type: BooleanConstructor;
114
- default: boolean;
115
- };
116
- lang: {
117
- type: StringConstructor;
118
- default: string;
119
- };
120
- }>> & {
121
- "onUpdate:modelValue"?: (val: import("..").DropDownOption[]) => any;
122
- }, {
123
- borderRadius: string;
124
- borderWidth: number;
125
- theme: string;
126
- modelValue: import("..").DropDownOption[];
127
- disabled: boolean;
128
- lang: string;
129
- revealBorderColor: boolean;
130
- revealBackgroundColor: boolean;
131
- placeholder: string;
132
- inputForeground: string;
133
- inputBackground: string;
134
- dropDownIcon: string;
135
- dropDownIconForeground: string;
136
- inputBorderColor: string;
137
- }, true, {}, {}, {
138
- P: {};
139
- B: {};
140
- D: {};
141
- C: {};
142
- M: {};
143
- Defaults: {};
144
- }, Readonly<import("vue").ExtractPropTypes<{
145
- modelValue: {
146
- type: import("vue").PropType<import("..").DropDownOption[]>;
147
- default: () => any[];
148
- };
149
- borderWidth: {
150
- type: NumberConstructor;
151
- default: number;
152
- };
153
- placeholder: {
154
- type: StringConstructor;
155
- default: string;
156
- };
157
- borderRadius: {
158
- type: StringConstructor;
159
- default: string;
160
- };
161
- inputForeground: {
162
- type: StringConstructor;
163
- default: string;
164
- };
165
- inputBackground: {
166
- type: StringConstructor;
167
- default: string;
168
- };
169
- inputBorderColor: {
170
- type: StringConstructor;
171
- default: string;
172
- };
173
- dropDownIcon: {
174
- type: StringConstructor;
175
- default: string;
176
- };
177
- dropDownIconForeground: {
178
- type: StringConstructor;
179
- default: string;
180
- };
181
- revealBorderColor: {
182
- type: BooleanConstructor;
183
- default: boolean;
184
- };
185
- revealBackgroundColor: {
186
- type: BooleanConstructor;
187
- default: boolean;
188
- };
189
- theme: {
190
- type: StringConstructor;
191
- default: string;
192
- };
193
- disabled: {
194
- type: BooleanConstructor;
195
- default: boolean;
196
- };
197
- lang: {
198
- type: StringConstructor;
199
- default: string;
200
- };
201
- }>> & {
202
- "onUpdate:modelValue"?: (val: import("..").DropDownOption[]) => any;
203
- }, {}, {}, {}, {}, {
204
- borderRadius: string;
205
- borderWidth: number;
206
- theme: string;
207
- modelValue: import("..").DropDownOption[];
208
- disabled: boolean;
209
- lang: string;
210
- revealBorderColor: boolean;
211
- revealBackgroundColor: boolean;
212
- placeholder: string;
213
- inputForeground: string;
214
- inputBackground: string;
215
- dropDownIcon: string;
216
- dropDownIconForeground: string;
217
- inputBorderColor: string;
218
- }>;
219
- __isFragment?: never;
220
- __isTeleport?: never;
221
- __isSuspense?: never;
222
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
223
- modelValue: {
224
- type: import("vue").PropType<import("..").DropDownOption[]>;
225
- default: () => any[];
226
- };
227
- borderWidth: {
228
- type: NumberConstructor;
229
- default: number;
230
- };
231
- placeholder: {
232
- type: StringConstructor;
233
- default: string;
234
- };
235
- borderRadius: {
236
- type: StringConstructor;
237
- default: string;
238
- };
239
- inputForeground: {
240
- type: StringConstructor;
241
- default: string;
242
- };
243
- inputBackground: {
244
- type: StringConstructor;
245
- default: string;
246
- };
247
- inputBorderColor: {
248
- type: StringConstructor;
249
- default: string;
250
- };
251
- dropDownIcon: {
252
- type: StringConstructor;
253
- default: string;
254
- };
255
- dropDownIconForeground: {
256
- type: StringConstructor;
257
- default: string;
258
- };
259
- revealBorderColor: {
260
- type: BooleanConstructor;
261
- default: boolean;
262
- };
263
- revealBackgroundColor: {
264
- type: BooleanConstructor;
265
- default: boolean;
266
- };
267
- theme: {
268
- type: StringConstructor;
269
- default: string;
270
- };
271
- disabled: {
272
- type: BooleanConstructor;
273
- default: boolean;
274
- };
275
- lang: {
276
- type: StringConstructor;
277
- default: string;
278
- };
279
- }>> & {
280
- "onUpdate:modelValue"?: (val: import("..").DropDownOption[]) => any;
281
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
282
- "update:modelValue"(val: import("..").DropDownOption[]): boolean;
283
- }, string, {
284
- borderRadius: string;
285
- borderWidth: number;
286
- theme: string;
287
- modelValue: import("..").DropDownOption[];
288
- disabled: boolean;
289
- lang: string;
290
- revealBorderColor: boolean;
291
- revealBackgroundColor: boolean;
292
- placeholder: string;
293
- inputForeground: string;
294
- inputBackground: string;
295
- dropDownIcon: string;
296
- dropDownIconForeground: string;
297
- inputBorderColor: string;
298
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
299
- $slots: {
300
- input: (_: {
301
- placeholder: string;
302
- value: string;
303
- }) => any;
304
- };
305
- });
1
+ declare const _default: any;
306
2
  export default _default;
@@ -1,371 +1,2 @@
1
- import { callFunction } from '@/utils/common';
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
- modelValue: {
5
- type: import("vue").PropType<import("..").DropDownOption[]>;
6
- default: () => any[];
7
- };
8
- options: {
9
- type: import("vue").PropType<import("..").DropDownOption[]>;
10
- default: () => any[];
11
- };
12
- multiple: {
13
- type: BooleanConstructor;
14
- default: boolean;
15
- };
16
- maxHeight: {
17
- type: (StringConstructor | NumberConstructor)[];
18
- default: string;
19
- };
20
- borderRadius: {
21
- type: StringConstructor;
22
- default: string;
23
- };
24
- checkBoxBackground: {
25
- type: StringConstructor;
26
- default: string;
27
- };
28
- dropDownListForeground: {
29
- type: StringConstructor;
30
- default: string;
31
- };
32
- dropDownListBackground: {
33
- type: StringConstructor;
34
- default: string;
35
- };
36
- showStatus: {
37
- type: import("vue").PropType<{
38
- position: string;
39
- top: string;
40
- bottom: string;
41
- height: string;
42
- overflow: string;
43
- maxHeight?: string;
44
- }>;
45
- default: () => {
46
- position: string;
47
- top: string;
48
- bottom: string;
49
- height: string;
50
- overflow: string;
51
- maxHeight: any;
52
- };
53
- };
54
- theme: {
55
- type: StringConstructor;
56
- default: string;
57
- };
58
- disabled: {
59
- type: BooleanConstructor;
60
- default: boolean;
61
- };
62
- lang: {
63
- type: StringConstructor;
64
- default: string;
65
- };
66
- }>> & {
67
- "onUpdate:modelValue"?: (val: import("..").DropDownOption[]) => any;
68
- onChooseItem?: (val: {
69
- option: import("..").DropDownOption;
70
- index: number;
71
- }) => any;
72
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
- "update:modelValue"(val: import("..").DropDownOption[]): boolean;
74
- chooseItem(val: {
75
- option: import("..").DropDownOption;
76
- index: number;
77
- }): boolean;
78
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
79
- modelValue: {
80
- type: import("vue").PropType<import("..").DropDownOption[]>;
81
- default: () => any[];
82
- };
83
- options: {
84
- type: import("vue").PropType<import("..").DropDownOption[]>;
85
- default: () => any[];
86
- };
87
- multiple: {
88
- type: BooleanConstructor;
89
- default: boolean;
90
- };
91
- maxHeight: {
92
- type: (StringConstructor | NumberConstructor)[];
93
- default: string;
94
- };
95
- borderRadius: {
96
- type: StringConstructor;
97
- default: string;
98
- };
99
- checkBoxBackground: {
100
- type: StringConstructor;
101
- default: string;
102
- };
103
- dropDownListForeground: {
104
- type: StringConstructor;
105
- default: string;
106
- };
107
- dropDownListBackground: {
108
- type: StringConstructor;
109
- default: string;
110
- };
111
- showStatus: {
112
- type: import("vue").PropType<{
113
- position: string;
114
- top: string;
115
- bottom: string;
116
- height: string;
117
- overflow: string;
118
- maxHeight?: string;
119
- }>;
120
- default: () => {
121
- position: string;
122
- top: string;
123
- bottom: string;
124
- height: string;
125
- overflow: string;
126
- maxHeight: any;
127
- };
128
- };
129
- theme: {
130
- type: StringConstructor;
131
- default: string;
132
- };
133
- disabled: {
134
- type: BooleanConstructor;
135
- default: boolean;
136
- };
137
- lang: {
138
- type: StringConstructor;
139
- default: string;
140
- };
141
- }>> & {
142
- "onUpdate:modelValue"?: (val: import("..").DropDownOption[]) => any;
143
- onChooseItem?: (val: {
144
- option: import("..").DropDownOption;
145
- index: number;
146
- }) => any;
147
- }, {
148
- maxHeight: string | number;
149
- borderRadius: string;
150
- theme: string;
151
- modelValue: import("..").DropDownOption[];
152
- disabled: boolean;
153
- lang: string;
154
- multiple: boolean;
155
- options: import("..").DropDownOption[];
156
- checkBoxBackground: string;
157
- dropDownListForeground: string;
158
- dropDownListBackground: string;
159
- showStatus: {
160
- position: string;
161
- top: string;
162
- bottom: string;
163
- height: string;
164
- overflow: string;
165
- maxHeight?: string;
166
- };
167
- }, true, {}, {}, {
168
- P: {};
169
- B: {};
170
- D: {};
171
- C: {};
172
- M: {};
173
- Defaults: {};
174
- }, Readonly<import("vue").ExtractPropTypes<{
175
- modelValue: {
176
- type: import("vue").PropType<import("..").DropDownOption[]>;
177
- default: () => any[];
178
- };
179
- options: {
180
- type: import("vue").PropType<import("..").DropDownOption[]>;
181
- default: () => any[];
182
- };
183
- multiple: {
184
- type: BooleanConstructor;
185
- default: boolean;
186
- };
187
- maxHeight: {
188
- type: (StringConstructor | NumberConstructor)[];
189
- default: string;
190
- };
191
- borderRadius: {
192
- type: StringConstructor;
193
- default: string;
194
- };
195
- checkBoxBackground: {
196
- type: StringConstructor;
197
- default: string;
198
- };
199
- dropDownListForeground: {
200
- type: StringConstructor;
201
- default: string;
202
- };
203
- dropDownListBackground: {
204
- type: StringConstructor;
205
- default: string;
206
- };
207
- showStatus: {
208
- type: import("vue").PropType<{
209
- position: string;
210
- top: string;
211
- bottom: string;
212
- height: string;
213
- overflow: string;
214
- maxHeight?: string;
215
- }>;
216
- default: () => {
217
- position: string;
218
- top: string;
219
- bottom: string;
220
- height: string;
221
- overflow: string;
222
- maxHeight: any;
223
- };
224
- };
225
- theme: {
226
- type: StringConstructor;
227
- default: string;
228
- };
229
- disabled: {
230
- type: BooleanConstructor;
231
- default: boolean;
232
- };
233
- lang: {
234
- type: StringConstructor;
235
- default: string;
236
- };
237
- }>> & {
238
- "onUpdate:modelValue"?: (val: import("..").DropDownOption[]) => any;
239
- onChooseItem?: (val: {
240
- option: import("..").DropDownOption;
241
- index: number;
242
- }) => any;
243
- }, {}, {}, {}, {}, {
244
- maxHeight: string | number;
245
- borderRadius: string;
246
- theme: string;
247
- modelValue: import("..").DropDownOption[];
248
- disabled: boolean;
249
- lang: string;
250
- multiple: boolean;
251
- options: import("..").DropDownOption[];
252
- checkBoxBackground: string;
253
- dropDownListForeground: string;
254
- dropDownListBackground: string;
255
- showStatus: {
256
- position: string;
257
- top: string;
258
- bottom: string;
259
- height: string;
260
- overflow: string;
261
- maxHeight?: string;
262
- };
263
- }>;
264
- __isFragment?: never;
265
- __isTeleport?: never;
266
- __isSuspense?: never;
267
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
268
- modelValue: {
269
- type: import("vue").PropType<import("..").DropDownOption[]>;
270
- default: () => any[];
271
- };
272
- options: {
273
- type: import("vue").PropType<import("..").DropDownOption[]>;
274
- default: () => any[];
275
- };
276
- multiple: {
277
- type: BooleanConstructor;
278
- default: boolean;
279
- };
280
- maxHeight: {
281
- type: (StringConstructor | NumberConstructor)[];
282
- default: string;
283
- };
284
- borderRadius: {
285
- type: StringConstructor;
286
- default: string;
287
- };
288
- checkBoxBackground: {
289
- type: StringConstructor;
290
- default: string;
291
- };
292
- dropDownListForeground: {
293
- type: StringConstructor;
294
- default: string;
295
- };
296
- dropDownListBackground: {
297
- type: StringConstructor;
298
- default: string;
299
- };
300
- showStatus: {
301
- type: import("vue").PropType<{
302
- position: string;
303
- top: string;
304
- bottom: string;
305
- height: string;
306
- overflow: string;
307
- maxHeight?: string;
308
- }>;
309
- default: () => {
310
- position: string;
311
- top: string;
312
- bottom: string;
313
- height: string;
314
- overflow: string;
315
- maxHeight: any;
316
- };
317
- };
318
- theme: {
319
- type: StringConstructor;
320
- default: string;
321
- };
322
- disabled: {
323
- type: BooleanConstructor;
324
- default: boolean;
325
- };
326
- lang: {
327
- type: StringConstructor;
328
- default: string;
329
- };
330
- }>> & {
331
- "onUpdate:modelValue"?: (val: import("..").DropDownOption[]) => any;
332
- onChooseItem?: (val: {
333
- option: import("..").DropDownOption;
334
- index: number;
335
- }) => any;
336
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
337
- "update:modelValue"(val: import("..").DropDownOption[]): boolean;
338
- chooseItem(val: {
339
- option: import("..").DropDownOption;
340
- index: number;
341
- }): boolean;
342
- }, string, {
343
- maxHeight: string | number;
344
- borderRadius: string;
345
- theme: string;
346
- modelValue: import("..").DropDownOption[];
347
- disabled: boolean;
348
- lang: string;
349
- multiple: boolean;
350
- options: import("..").DropDownOption[];
351
- checkBoxBackground: string;
352
- dropDownListForeground: string;
353
- dropDownListBackground: string;
354
- showStatus: {
355
- position: string;
356
- top: string;
357
- bottom: string;
358
- height: string;
359
- overflow: string;
360
- maxHeight?: string;
361
- };
362
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
363
- $slots: {
364
- options: (_: {
365
- option: import("..").DropDownOption;
366
- index: number;
367
- valueTrigger: typeof callFunction;
368
- }) => any;
369
- };
370
- });
1
+ declare const _default: any;
371
2
  export default _default;