@web-utils/form-ui 1.0.0-beta70 → 1.0.0-beta71

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 (126) hide show
  1. package/address-input/index.d.ts +52 -0
  2. package/affix/index.d.ts +32 -0
  3. package/awesome-button/index.d.ts +60 -0
  4. package/capsule-tab/index.d.ts +22 -0
  5. package/card/index.d.ts +41 -0
  6. package/code-mirror-editor/index.d.ts +50 -0
  7. package/confirm-button/index.d.ts +122 -0
  8. package/confirmable/index.d.ts +93 -0
  9. package/context-menu/index.d.ts +183 -0
  10. package/count-up/index.d.ts +70 -0
  11. package/custom-scrollbar/index.d.ts +49 -0
  12. package/data-box/index.d.ts +19 -0
  13. package/data-card/index.d.ts +20 -0
  14. package/data-card-text/index.d.ts +21 -0
  15. package/data-display/index.d.ts +20 -0
  16. package/data-icons/index.d.ts +21 -0
  17. package/data-imgtext/index.d.ts +18 -0
  18. package/data-operatext/index.d.ts +17 -0
  19. package/data-panel/index.d.ts +19 -0
  20. package/data-pay/index.d.ts +19 -0
  21. package/data-price/index.d.ts +17 -0
  22. package/data-progress/index.d.ts +19 -0
  23. package/data-rotate/index.d.ts +19 -0
  24. package/data-table-picker/index.d.ts +61 -0
  25. package/data-tabs/index.d.ts +19 -0
  26. package/dict-render/index.d.ts +28 -0
  27. package/e-charts/index.d.ts +79 -0
  28. package/easy-popup/index.d.ts +114 -0
  29. package/editable-progress/index.d.ts +68 -0
  30. package/editable-tree/index.d.ts +281 -0
  31. package/element-dialog/index.d.ts +376 -0
  32. package/element-resize-observer/index.d.ts +8 -0
  33. package/empty-view/index.d.ts +29 -0
  34. package/error-view/index.d.ts +25 -0
  35. package/flex-box/index.d.ts +44 -0
  36. package/flex-column/index.d.ts +41 -0
  37. package/flex-item/index.d.ts +77 -0
  38. package/flex-row/index.d.ts +41 -0
  39. package/flex-scroll-area/index.d.ts +22 -0
  40. package/flex-scroller/index.d.ts +26 -0
  41. package/flow-designer/index.d.ts +353 -0
  42. package/flow-viewer/index.d.ts +62 -0
  43. package/form-advice/index.d.ts +9 -0
  44. package/form-button/index.d.ts +123 -0
  45. package/form-card/index.d.ts +14 -0
  46. package/form-cascader/index.d.ts +478 -0
  47. package/form-cell/index.d.ts +25 -0
  48. package/form-checkbox/index.d.ts +314 -0
  49. package/form-checkbox-group/index.d.ts +373 -0
  50. package/form-date-picker/index.d.ts +487 -0
  51. package/form-holder/index.d.ts +162 -0
  52. package/form-image/index.d.ts +220 -0
  53. package/form-input/index.d.ts +378 -0
  54. package/form-input-cron-expression/index.d.ts +223 -0
  55. package/form-input-email/index.d.ts +376 -0
  56. package/form-input-id-card/index.d.ts +376 -0
  57. package/form-input-number/index.d.ts +329 -0
  58. package/form-input-phone-number/index.d.ts +376 -0
  59. package/form-input-tag/index.d.ts +270 -0
  60. package/form-input-time/index.d.ts +441 -0
  61. package/form-item-config-provider/index.d.ts +40 -0
  62. package/form-item-group/index.d.ts +92 -0
  63. package/form-item-x/index.d.ts +190 -0
  64. package/form-radio-group/index.d.ts +374 -0
  65. package/form-rate/index.d.ts +325 -0
  66. package/form-red-table/index.d.ts +21 -0
  67. package/form-row/index.d.ts +11 -0
  68. package/form-select/index.d.ts +606 -0
  69. package/form-slider/index.d.ts +352 -0
  70. package/form-switch/index.d.ts +343 -0
  71. package/form-table/index.d.ts +287 -0
  72. package/form-table-plus/index.d.ts +266 -0
  73. package/form-text/index.d.ts +235 -0
  74. package/form-textarea/index.d.ts +351 -0
  75. package/form-time-select/index.d.ts +325 -0
  76. package/form-tree-select/index.d.ts +715 -0
  77. package/form-tree-select-multiple/index.d.ts +717 -0
  78. package/form-view/index.d.ts +226 -0
  79. package/guide-steps/index.d.ts +31 -0
  80. package/highlight-j-s/index.d.ts +18 -0
  81. package/iframe-window/index.d.ts +9 -0
  82. package/image-cropper/index.d.ts +365 -0
  83. package/image-preview/index.d.ts +213 -0
  84. package/image-viewer/index.d.ts +25 -0
  85. package/index.d.ts +0 -2
  86. package/index.mjs +2 -2
  87. package/input-number-range/index.d.ts +41 -0
  88. package/keyboard/index.d.ts +64 -0
  89. package/loading-view/index.d.ts +65 -0
  90. package/name-avatar/index.d.ts +62 -0
  91. package/nav-bar/index.d.ts +21 -0
  92. package/package.json +11 -4
  93. package/page/index.d.ts +21 -0
  94. package/page-header/index.d.ts +27 -0
  95. package/page-index/index.d.ts +82 -0
  96. package/page-index-top/index.d.ts +38 -0
  97. package/page-skeleton/index.d.ts +30 -0
  98. package/page-skeleton-new/index.d.ts +34 -0
  99. package/pageable-table/index.d.ts +400 -0
  100. package/photo-swipe/index.d.ts +18 -0
  101. package/resolver/components.d.ts +2 -0
  102. package/resolver/components.mjs +4 -0
  103. package/resolver/index.mjs +2 -2
  104. package/sign-panel/index.d.ts +85 -0
  105. package/skeleton-panel/index.d.ts +27 -0
  106. package/split-pane/index.d.ts +106 -0
  107. package/stateful/index.d.ts +92 -0
  108. package/sub-table/index.d.ts +109 -0
  109. package/sub-table-plus/index.d.ts +109 -0
  110. package/swiper/index.d.ts +27 -0
  111. package/table-column/index.d.ts +163 -0
  112. package/table-column-def/index.d.ts +97 -0
  113. package/table-view/index.d.ts +346 -0
  114. package/tag-render/index.d.ts +48 -0
  115. package/text-ellipsis/index.d.ts +111 -0
  116. package/toolbar/index.d.ts +129 -0
  117. package/toolbar-button/index.d.ts +189 -0
  118. package/vue-cron/index.d.ts +191 -0
  119. package/vue-qr-code/index.d.ts +47 -0
  120. package/vue-tags-input/index.d.ts +373 -0
  121. package/vue-tree-select/index.d.ts +1489 -0
  122. package/vue-video-player/index.d.ts +117 -0
  123. package/watermark/index.d.ts +97 -0
  124. package/web-types.json +1 -1
  125. package/x-input-tag/index.d.ts +2 -0
  126. package/year-calendar/index.d.ts +99 -0
@@ -0,0 +1,373 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ elementId: {
3
+ type: StringConstructor;
4
+ };
5
+ existingTags: {
6
+ type: ArrayConstructor;
7
+ default: () => never[];
8
+ };
9
+ modelValue: {
10
+ type: ArrayConstructor;
11
+ default: () => never[];
12
+ };
13
+ typeahead: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ typeaheadStyle: {
18
+ type: StringConstructor;
19
+ default: string;
20
+ };
21
+ typeaheadActivationThreshold: {
22
+ type: NumberConstructor;
23
+ default: number;
24
+ };
25
+ typeaheadMaxResults: {
26
+ type: NumberConstructor;
27
+ default: number;
28
+ };
29
+ typeaheadAlwaysShow: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ typeaheadHideDiscard: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ placeholder: {
38
+ type: StringConstructor;
39
+ default: string;
40
+ };
41
+ discardSearchText: {
42
+ type: StringConstructor;
43
+ default: string;
44
+ };
45
+ limit: {
46
+ type: NumberConstructor;
47
+ default: number;
48
+ };
49
+ onlyExistingTags: {
50
+ type: BooleanConstructor;
51
+ default: boolean;
52
+ };
53
+ deleteOnBackspace: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
57
+ allowDuplicates: {
58
+ type: BooleanConstructor;
59
+ default: boolean;
60
+ };
61
+ validate: {
62
+ type: FunctionConstructor;
63
+ default: () => boolean;
64
+ };
65
+ addTagsOnComma: {
66
+ type: BooleanConstructor;
67
+ default: boolean;
68
+ };
69
+ addTagsOnSpace: {
70
+ type: BooleanConstructor;
71
+ default: boolean;
72
+ };
73
+ addTagsOnBlur: {
74
+ type: BooleanConstructor;
75
+ default: boolean;
76
+ };
77
+ wrapperClass: {
78
+ type: StringConstructor;
79
+ default: string;
80
+ };
81
+ sortSearchResults: {
82
+ type: BooleanConstructor;
83
+ default: boolean;
84
+ };
85
+ caseSensitiveTags: {
86
+ type: BooleanConstructor;
87
+ default: boolean;
88
+ };
89
+ beforeAddingTag: {
90
+ type: FunctionConstructor;
91
+ default: () => boolean;
92
+ };
93
+ beforeRemovingTag: {
94
+ type: FunctionConstructor;
95
+ default: () => boolean;
96
+ };
97
+ }>, {}, {
98
+ tags: never[];
99
+ input: string;
100
+ oldInput: string;
101
+ hiddenInput: string;
102
+ searchResults: never[];
103
+ searchSelection: number;
104
+ }, {}, {
105
+ /**
106
+ * Remove reserved regex characters from a string so that they don't
107
+ * affect search results
108
+ *
109
+ * @param string
110
+ * @returns String
111
+ */
112
+ escapeRegExp(string: any): any;
113
+ /**
114
+ * Add a tag whether from user input or from search results (typeahead)
115
+ *
116
+ * @param ignoreSearchResults
117
+ * @returns void
118
+ */
119
+ tagFromInput(ignoreSearchResults?: boolean): void;
120
+ /**
121
+ * Add a tag from search results when a user clicks on it
122
+ *
123
+ * @param tag
124
+ * @returns void
125
+ */
126
+ tagFromSearchOnClick(tag: any): void;
127
+ /**
128
+ * Add the selected tag from the search results.
129
+ * Clear search results.
130
+ * Clear user input.
131
+ *
132
+ * @param tag
133
+ * @return void
134
+ */
135
+ tagFromSearch(tag: any): void;
136
+ /**
137
+ * Add/Select a tag
138
+ *
139
+ * @param tag
140
+ * @returns void | Boolean
141
+ */
142
+ addTag(tag: any): false | undefined;
143
+ /**
144
+ * Remove the last tag in the tags array.
145
+ *
146
+ * @returns void
147
+ */
148
+ removeLastTag(): void;
149
+ /**
150
+ * Remove the selected tag at the specified index.
151
+ *
152
+ * @param index
153
+ * @returns void
154
+ */
155
+ removeTag(index: any): false | undefined;
156
+ /**
157
+ * Search the currently entered text in the list of existing tags
158
+ *
159
+ * @returns void | Boolean
160
+ */
161
+ searchTag(): false | undefined;
162
+ /**
163
+ * Hide the typeahead if there's nothing intered into the input field.
164
+ *
165
+ * @returns void
166
+ */
167
+ hideTypeahead(): void;
168
+ /**
169
+ * Select the next search result in typeahead.
170
+ *
171
+ * @returns void
172
+ */
173
+ nextSearchResult(): void;
174
+ /**
175
+ * Select the previous search result in typeahead.
176
+ *
177
+ * @returns void
178
+ */
179
+ prevSearchResult(): void;
180
+ /**
181
+ * Clear/Empty the search results.
182
+ *
183
+ * @reutrns void
184
+ */
185
+ clearSearchResults(): void;
186
+ /**
187
+ * Clear the list of selected tags.
188
+ *
189
+ * @returns void
190
+ */
191
+ clearTags(): void;
192
+ /**
193
+ * Replace the currently selected tags with the tags from the modelValue.
194
+ *
195
+ * @returns void
196
+ */
197
+ tagsFromValue(): void;
198
+ /**
199
+ * Check if a tag is already selected.
200
+ *
201
+ * @param tag
202
+ * @returns Boolean
203
+ */
204
+ tagSelected(tag: any): boolean;
205
+ /**
206
+ * Clear the input.
207
+ *
208
+ * @returns void
209
+ */
210
+ clearInput(): void;
211
+ /**
212
+ * Process all the keyup events.
213
+ *
214
+ * @param e
215
+ * @returns void
216
+ */
217
+ onKeyUp(e: any): void;
218
+ /**
219
+ * Process all the keydown events.
220
+ *
221
+ * @param e
222
+ * @returns void
223
+ */
224
+ onKeyDown(e: any): void;
225
+ /**
226
+ * Process the onfocus event.
227
+ *
228
+ * @param e
229
+ * @returns void
230
+ */
231
+ onFocus(e: any): void;
232
+ /**
233
+ * Process the onblur event.
234
+ *
235
+ * @param e
236
+ * @returns void
237
+ */
238
+ onBlur(e: any): void;
239
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "blur" | "change" | "focus" | "keydown" | "keyup" | "initialized" | "input-changed" | "tag-removed" | "tags-updated" | "limit-reached" | "tag-added")[], "update:modelValue" | "blur" | "change" | "focus" | "keydown" | "keyup" | "initialized" | "input-changed" | "tag-removed" | "tags-updated" | "limit-reached" | "tag-added", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
240
+ elementId: {
241
+ type: StringConstructor;
242
+ };
243
+ existingTags: {
244
+ type: ArrayConstructor;
245
+ default: () => never[];
246
+ };
247
+ modelValue: {
248
+ type: ArrayConstructor;
249
+ default: () => never[];
250
+ };
251
+ typeahead: {
252
+ type: BooleanConstructor;
253
+ default: boolean;
254
+ };
255
+ typeaheadStyle: {
256
+ type: StringConstructor;
257
+ default: string;
258
+ };
259
+ typeaheadActivationThreshold: {
260
+ type: NumberConstructor;
261
+ default: number;
262
+ };
263
+ typeaheadMaxResults: {
264
+ type: NumberConstructor;
265
+ default: number;
266
+ };
267
+ typeaheadAlwaysShow: {
268
+ type: BooleanConstructor;
269
+ default: boolean;
270
+ };
271
+ typeaheadHideDiscard: {
272
+ type: BooleanConstructor;
273
+ default: boolean;
274
+ };
275
+ placeholder: {
276
+ type: StringConstructor;
277
+ default: string;
278
+ };
279
+ discardSearchText: {
280
+ type: StringConstructor;
281
+ default: string;
282
+ };
283
+ limit: {
284
+ type: NumberConstructor;
285
+ default: number;
286
+ };
287
+ onlyExistingTags: {
288
+ type: BooleanConstructor;
289
+ default: boolean;
290
+ };
291
+ deleteOnBackspace: {
292
+ type: BooleanConstructor;
293
+ default: boolean;
294
+ };
295
+ allowDuplicates: {
296
+ type: BooleanConstructor;
297
+ default: boolean;
298
+ };
299
+ validate: {
300
+ type: FunctionConstructor;
301
+ default: () => boolean;
302
+ };
303
+ addTagsOnComma: {
304
+ type: BooleanConstructor;
305
+ default: boolean;
306
+ };
307
+ addTagsOnSpace: {
308
+ type: BooleanConstructor;
309
+ default: boolean;
310
+ };
311
+ addTagsOnBlur: {
312
+ type: BooleanConstructor;
313
+ default: boolean;
314
+ };
315
+ wrapperClass: {
316
+ type: StringConstructor;
317
+ default: string;
318
+ };
319
+ sortSearchResults: {
320
+ type: BooleanConstructor;
321
+ default: boolean;
322
+ };
323
+ caseSensitiveTags: {
324
+ type: BooleanConstructor;
325
+ default: boolean;
326
+ };
327
+ beforeAddingTag: {
328
+ type: FunctionConstructor;
329
+ default: () => boolean;
330
+ };
331
+ beforeRemovingTag: {
332
+ type: FunctionConstructor;
333
+ default: () => boolean;
334
+ };
335
+ }>> & Readonly<{
336
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
337
+ onBlur?: ((...args: any[]) => any) | undefined;
338
+ onChange?: ((...args: any[]) => any) | undefined;
339
+ onFocus?: ((...args: any[]) => any) | undefined;
340
+ onKeydown?: ((...args: any[]) => any) | undefined;
341
+ onKeyup?: ((...args: any[]) => any) | undefined;
342
+ onInitialized?: ((...args: any[]) => any) | undefined;
343
+ "onInput-changed"?: ((...args: any[]) => any) | undefined;
344
+ "onTag-removed"?: ((...args: any[]) => any) | undefined;
345
+ "onTags-updated"?: ((...args: any[]) => any) | undefined;
346
+ "onLimit-reached"?: ((...args: any[]) => any) | undefined;
347
+ "onTag-added"?: ((...args: any[]) => any) | undefined;
348
+ }>, {
349
+ modelValue: unknown[];
350
+ placeholder: string;
351
+ limit: number;
352
+ wrapperClass: string;
353
+ existingTags: unknown[];
354
+ typeahead: boolean;
355
+ typeaheadStyle: string;
356
+ typeaheadActivationThreshold: number;
357
+ typeaheadMaxResults: number;
358
+ typeaheadAlwaysShow: boolean;
359
+ typeaheadHideDiscard: boolean;
360
+ discardSearchText: string;
361
+ onlyExistingTags: boolean;
362
+ deleteOnBackspace: boolean;
363
+ allowDuplicates: boolean;
364
+ validate: Function;
365
+ addTagsOnComma: boolean;
366
+ addTagsOnSpace: boolean;
367
+ addTagsOnBlur: boolean;
368
+ sortSearchResults: boolean;
369
+ caseSensitiveTags: boolean;
370
+ beforeAddingTag: Function;
371
+ beforeRemovingTag: Function;
372
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
373
+ export default _default;