@weni/unnnic-system 3.9.1-alpha.1 → 3.9.1-alpha.2

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 (95) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/dist/components/Button/Button.vue.d.ts.map +1 -1
  3. package/dist/components/DateFilter/DateFilter.vue.d.ts +3 -82
  4. package/dist/components/Input/BaseInput.vue.d.ts +0 -22
  5. package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
  6. package/dist/components/Input/Input.vue.d.ts +3 -82
  7. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  8. package/dist/components/Input/TextInput.vue.d.ts +2 -53
  9. package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
  10. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +4 -83
  11. package/dist/components/InputNext/InputNext.vue.d.ts +1 -1
  12. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +29 -203
  13. package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
  14. package/dist/components/ModalNext/ModalNext.vue.d.ts +3 -82
  15. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +2 -53
  16. package/dist/components/SelectTime/index.vue.d.ts +2 -53
  17. package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
  18. package/dist/components/index.d.ts +236 -1764
  19. package/dist/components/index.d.ts.map +1 -1
  20. package/dist/{es-de156c12.mjs → es-d456f02a.mjs} +1 -1
  21. package/dist/{index-21cbba5d.mjs → index-120e037a.mjs} +11437 -12248
  22. package/dist/locales/en.json.d.ts +1 -2
  23. package/dist/locales/es.json.d.ts +1 -2
  24. package/dist/locales/pt_br.json.d.ts +1 -2
  25. package/dist/{pt-br-5fa49a3e.mjs → pt-br-b627c074.mjs} +1 -1
  26. package/dist/style.css +1 -1
  27. package/dist/unnnic.mjs +179 -195
  28. package/dist/unnnic.umd.js +34 -41
  29. package/package.json +1 -1
  30. package/src/assets/scss/tailwind.scss +0 -8
  31. package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +1 -1
  32. package/src/components/Button/Button.vue +0 -1
  33. package/src/components/Input/BaseInput.vue +2 -21
  34. package/src/components/Input/Input.scss +3 -3
  35. package/src/components/Input/Input.vue +1 -19
  36. package/src/components/Input/TextInput.vue +21 -62
  37. package/src/components/ModalDialog/ModalDialog.vue +148 -62
  38. package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +221 -11
  39. package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +22 -1
  40. package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +1 -0
  41. package/src/components/Tag/DefaultTag.vue +0 -5
  42. package/src/components/index.ts +23 -55
  43. package/src/locales/en.json +1 -2
  44. package/src/locales/es.json +1 -2
  45. package/src/locales/pt_br.json +1 -2
  46. package/src/stories/ModalDialog.mdx +0 -3
  47. package/src/stories/ModalDialog.stories.js +1 -1
  48. package/dist/components/PageHeader/PageHeader.vue.d.ts +0 -28
  49. package/dist/components/PageHeader/PageHeader.vue.d.ts.map +0 -1
  50. package/dist/components/PageHeader/index.d.ts +0 -3
  51. package/dist/components/PageHeader/index.d.ts.map +0 -1
  52. package/dist/components/PageHeader/types.d.ts +0 -9
  53. package/dist/components/PageHeader/types.d.ts.map +0 -1
  54. package/dist/components/ui/dialog/Dialog.vue.d.ts +0 -23
  55. package/dist/components/ui/dialog/Dialog.vue.d.ts.map +0 -1
  56. package/dist/components/ui/dialog/DialogClose.vue.d.ts +0 -19
  57. package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +0 -1
  58. package/dist/components/ui/dialog/DialogContent.vue.d.ts +0 -43
  59. package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +0 -1
  60. package/dist/components/ui/dialog/DialogFooter.vue.d.ts +0 -25
  61. package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +0 -1
  62. package/dist/components/ui/dialog/DialogHeader.vue.d.ts +0 -29
  63. package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +0 -1
  64. package/dist/components/ui/dialog/DialogTitle.vue.d.ts +0 -23
  65. package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +0 -1
  66. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +0 -19
  67. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +0 -1
  68. package/dist/components/ui/dialog/index.d.ts +0 -8
  69. package/dist/components/ui/dialog/index.d.ts.map +0 -1
  70. package/src/components/Alert/SIMPLE_MIGRATION_GUIDE.md +0 -152
  71. package/src/components/PageHeader/PageHeader.vue +0 -154
  72. package/src/components/PageHeader/index.ts +0 -2
  73. package/src/components/PageHeader/types.ts +0 -10
  74. package/src/components/Popover/__tests__/Popover.spec.js +0 -147
  75. package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
  76. package/src/components/Popover/index.vue +0 -146
  77. package/src/components/Select/SelectOption.vue +0 -65
  78. package/src/components/Select/__tests__/Select.spec.js +0 -412
  79. package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
  80. package/src/components/Select/__tests__/SelectOption.spec.js +0 -174
  81. package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -97
  82. package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
  83. package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
  84. package/src/components/Select/index.vue +0 -245
  85. package/src/components/ui/dialog/Dialog.vue +0 -15
  86. package/src/components/ui/dialog/DialogClose.vue +0 -25
  87. package/src/components/ui/dialog/DialogContent.vue +0 -133
  88. package/src/components/ui/dialog/DialogFooter.vue +0 -46
  89. package/src/components/ui/dialog/DialogHeader.vue +0 -79
  90. package/src/components/ui/dialog/DialogTitle.vue +0 -34
  91. package/src/components/ui/dialog/DialogTrigger.vue +0 -12
  92. package/src/components/ui/dialog/index.ts +0 -7
  93. package/src/stories/Dialog.stories.js +0 -832
  94. package/src/stories/PageHeader.stories.js +0 -330
  95. package/src/stories/Select.stories.js +0 -158
package/CHANGELOG.md CHANGED
@@ -127,7 +127,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127
127
 
128
128
  ### Added
129
129
 
130
- - **DataTable**: Added optional `sort` prop for external sort state control:
130
+ - **DataTable**: Added optional `sort` prop for external sort state control:
131
131
  - **Controlled Mode**: Pass `sort` prop to control sort state externally
132
132
  - **Uncontrolled Mode**: Component manages sort state internally (default behavior)
133
133
  - **v-model Support**: Full support for `v-model:sort` pattern
@@ -1 +1 @@
1
- {"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.vue"],"names":[],"mappings":"AAkEA;AAgXA,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAOnE,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,CAAC;AAsHpD,iBAAS,cAAc;WAwIT,OAAO,IAA6B;;yBAXpB,GAAG;;;;EAgBhC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;2FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.vue"],"names":[],"mappings":"AAkEA;AA+WA,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAOnE,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,CAAC;AAoHpD,iBAAS,cAAc;WAwIT,OAAO,IAA6B;;yBAXpB,GAAG;;;;EAgBhC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;2FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -140,25 +140,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
140
140
  type: BooleanConstructor;
141
141
  default: boolean;
142
142
  };
143
- readonly: {
144
- type: BooleanConstructor;
145
- default: boolean;
146
- };
147
- forceActiveStatus: {
148
- type: BooleanConstructor;
149
- default: boolean;
150
- };
151
- showClear: {
152
- type: BooleanConstructor;
153
- default: boolean;
154
- };
155
143
  }>, {}, {
156
144
  val: string;
157
145
  }, {
158
146
  computedError(): string | boolean;
159
147
  }, {
160
148
  fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
161
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
149
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
162
150
  placeholder: {
163
151
  type: StringConstructor;
164
152
  default: string;
@@ -236,21 +224,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
236
224
  type: BooleanConstructor;
237
225
  default: boolean;
238
226
  };
239
- readonly: {
240
- type: BooleanConstructor;
241
- default: boolean;
242
- };
243
- forceActiveStatus: {
244
- type: BooleanConstructor;
245
- default: boolean;
246
- };
247
- showClear: {
248
- type: BooleanConstructor;
249
- default: boolean;
250
- };
251
227
  }>> & Readonly<{
252
228
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
253
- onClear?: ((...args: any[]) => any) | undefined;
254
229
  }>, {
255
230
  type: string;
256
231
  size: string;
@@ -263,14 +238,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
263
238
  modelValue: string;
264
239
  nativeType: string;
265
240
  maxlength: number | null;
266
- readonly: boolean;
267
- forceActiveStatus: boolean;
268
241
  iconLeft: string;
269
242
  iconRight: string;
270
243
  iconLeftClickable: boolean;
271
244
  iconRightClickable: boolean;
272
245
  allowTogglePassword: boolean;
273
- showClear: boolean;
274
246
  errors: string | unknown[];
275
247
  hasCloudyColor: boolean;
276
248
  showMaxlengthCounter: boolean;
@@ -325,34 +297,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
325
297
  type: BooleanConstructor;
326
298
  default: boolean;
327
299
  };
328
- readonly: {
329
- type: BooleanConstructor;
330
- default: boolean;
331
- };
332
- forceActiveStatus: {
333
- type: BooleanConstructor;
334
- default: boolean;
335
- };
336
- showClear: {
337
- type: BooleanConstructor;
338
- default: boolean;
339
- };
340
300
  }>, {}, {
341
301
  isFocused: boolean;
342
302
  showPassword: boolean;
343
303
  }, {
344
304
  isDisabled(): {};
345
305
  iconRightSvg(): string;
346
- iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
306
+ iconScheme(): "fg-base" | "fg-muted";
347
307
  attributes(): any;
348
308
  }, {
349
309
  focus(): void;
350
310
  onFocus(): void;
351
311
  onBlur(): void;
352
312
  onIconLeftClick(): void;
353
- onClearClick(): void;
354
313
  onIconRightClick(): void;
355
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
314
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
356
315
  placeholder: {
357
316
  type: StringConstructor;
358
317
  default: null;
@@ -402,20 +361,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
402
361
  type: BooleanConstructor;
403
362
  default: boolean;
404
363
  };
405
- readonly: {
406
- type: BooleanConstructor;
407
- default: boolean;
408
- };
409
- forceActiveStatus: {
410
- type: BooleanConstructor;
411
- default: boolean;
412
- };
413
- showClear: {
414
- type: BooleanConstructor;
415
- default: boolean;
416
- };
417
364
  }>> & Readonly<{
418
- onClear?: ((...args: any[]) => any) | undefined;
419
365
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
420
366
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
421
367
  }>, {
@@ -426,14 +372,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
426
372
  modelValue: string;
427
373
  nativeType: string;
428
374
  maxlength: number;
429
- readonly: boolean;
430
- forceActiveStatus: boolean;
431
375
  iconLeft: string;
432
376
  iconRight: string;
433
377
  iconLeftClickable: boolean;
434
378
  iconRightClickable: boolean;
435
379
  allowTogglePassword: boolean;
436
- showClear: boolean;
437
380
  }, {}, {
438
381
  BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
439
382
  type: {
@@ -459,25 +402,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
459
402
  };
460
403
  hasIconLeft: BooleanConstructor;
461
404
  hasIconRight: BooleanConstructor;
462
- hasClearIcon: BooleanConstructor;
463
405
  maxlength: {
464
406
  type: NumberConstructor;
465
407
  default: null;
466
408
  };
467
- readonly: {
468
- type: BooleanConstructor;
469
- default: boolean;
470
- };
471
- forceActiveStatus: {
472
- type: BooleanConstructor;
473
- default: boolean;
474
- };
475
409
  }>, {}, {}, {
476
410
  attributes(): any;
477
411
  classes(): (string | {
478
412
  'input--has-icon-left': boolean;
479
413
  'input--has-icon-right': boolean;
480
- 'input--has-clear-icon': boolean;
481
414
  })[];
482
415
  }, {
483
416
  fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
@@ -505,19 +438,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
505
438
  };
506
439
  hasIconLeft: BooleanConstructor;
507
440
  hasIconRight: BooleanConstructor;
508
- hasClearIcon: BooleanConstructor;
509
441
  maxlength: {
510
442
  type: NumberConstructor;
511
443
  default: null;
512
444
  };
513
- readonly: {
514
- type: BooleanConstructor;
515
- default: boolean;
516
- };
517
- forceActiveStatus: {
518
- type: BooleanConstructor;
519
- default: boolean;
520
- };
521
445
  }>> & Readonly<{
522
446
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
523
447
  }>, {
@@ -526,12 +450,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
526
450
  mask: string | unknown[];
527
451
  hasIconLeft: boolean;
528
452
  hasIconRight: boolean;
529
- hasClearIcon: boolean;
530
453
  modelValue: string;
531
454
  nativeType: string;
532
455
  maxlength: number;
533
- readonly: boolean;
534
- forceActiveStatus: boolean;
535
456
  }, {}, {}, {
536
457
  mask: any;
537
458
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -23,25 +23,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
23
23
  };
24
24
  hasIconLeft: BooleanConstructor;
25
25
  hasIconRight: BooleanConstructor;
26
- hasClearIcon: BooleanConstructor;
27
26
  maxlength: {
28
27
  type: NumberConstructor;
29
28
  default: null;
30
29
  };
31
- readonly: {
32
- type: BooleanConstructor;
33
- default: boolean;
34
- };
35
- forceActiveStatus: {
36
- type: BooleanConstructor;
37
- default: boolean;
38
- };
39
30
  }>, {}, {}, {
40
31
  attributes(): any;
41
32
  classes(): (string | {
42
33
  'input--has-icon-left': boolean;
43
34
  'input--has-icon-right': boolean;
44
- 'input--has-clear-icon': boolean;
45
35
  })[];
46
36
  }, {
47
37
  fullySanitize: typeof fullySanitize;
@@ -69,19 +59,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
69
59
  };
70
60
  hasIconLeft: BooleanConstructor;
71
61
  hasIconRight: BooleanConstructor;
72
- hasClearIcon: BooleanConstructor;
73
62
  maxlength: {
74
63
  type: NumberConstructor;
75
64
  default: null;
76
65
  };
77
- readonly: {
78
- type: BooleanConstructor;
79
- default: boolean;
80
- };
81
- forceActiveStatus: {
82
- type: BooleanConstructor;
83
- default: boolean;
84
- };
85
66
  }>> & Readonly<{
86
67
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
87
68
  }>, {
@@ -90,12 +71,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
90
71
  mask: string | unknown[];
91
72
  hasIconLeft: boolean;
92
73
  hasIconRight: boolean;
93
- hasClearIcon: boolean;
94
74
  modelValue: string;
95
75
  nativeType: string;
96
76
  maxlength: number;
97
- readonly: boolean;
98
- forceActiveStatus: boolean;
99
77
  }, {}, {}, {
100
78
  mask: any;
101
79
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"BaseInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/BaseInput.vue"],"names":[],"mappings":"AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA0J8B,sBAAsB"}
1
+ {"version":3,"file":"BaseInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/BaseInput.vue"],"names":[],"mappings":"AAkBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAuI8B,sBAAsB"}
@@ -77,25 +77,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
77
77
  type: BooleanConstructor;
78
78
  default: boolean;
79
79
  };
80
- readonly: {
81
- type: BooleanConstructor;
82
- default: boolean;
83
- };
84
- forceActiveStatus: {
85
- type: BooleanConstructor;
86
- default: boolean;
87
- };
88
- showClear: {
89
- type: BooleanConstructor;
90
- default: boolean;
91
- };
92
80
  }>, {}, {
93
81
  val: string;
94
82
  }, {
95
83
  computedError(): string | boolean;
96
84
  }, {
97
85
  fullySanitize: typeof fullySanitize;
98
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "update:modelValue")[], "clear" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
86
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
99
87
  placeholder: {
100
88
  type: StringConstructor;
101
89
  default: string;
@@ -173,21 +161,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
173
161
  type: BooleanConstructor;
174
162
  default: boolean;
175
163
  };
176
- readonly: {
177
- type: BooleanConstructor;
178
- default: boolean;
179
- };
180
- forceActiveStatus: {
181
- type: BooleanConstructor;
182
- default: boolean;
183
- };
184
- showClear: {
185
- type: BooleanConstructor;
186
- default: boolean;
187
- };
188
164
  }>> & Readonly<{
189
165
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
190
- onClear?: ((...args: any[]) => any) | undefined;
191
166
  }>, {
192
167
  type: string;
193
168
  size: string;
@@ -200,14 +175,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
200
175
  modelValue: string;
201
176
  nativeType: string;
202
177
  maxlength: number | null;
203
- readonly: boolean;
204
- forceActiveStatus: boolean;
205
178
  iconLeft: string;
206
179
  iconRight: string;
207
180
  iconLeftClickable: boolean;
208
181
  iconRightClickable: boolean;
209
182
  allowTogglePassword: boolean;
210
- showClear: boolean;
211
183
  errors: string | unknown[];
212
184
  hasCloudyColor: boolean;
213
185
  showMaxlengthCounter: boolean;
@@ -262,34 +234,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
262
234
  type: BooleanConstructor;
263
235
  default: boolean;
264
236
  };
265
- readonly: {
266
- type: BooleanConstructor;
267
- default: boolean;
268
- };
269
- forceActiveStatus: {
270
- type: BooleanConstructor;
271
- default: boolean;
272
- };
273
- showClear: {
274
- type: BooleanConstructor;
275
- default: boolean;
276
- };
277
237
  }>, {}, {
278
238
  isFocused: boolean;
279
239
  showPassword: boolean;
280
240
  }, {
281
241
  isDisabled(): {};
282
242
  iconRightSvg(): string;
283
- iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
243
+ iconScheme(): "fg-base" | "fg-muted";
284
244
  attributes(): any;
285
245
  }, {
286
246
  focus(): void;
287
247
  onFocus(): void;
288
248
  onBlur(): void;
289
249
  onIconLeftClick(): void;
290
- onClearClick(): void;
291
250
  onIconRightClick(): void;
292
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
251
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
293
252
  placeholder: {
294
253
  type: StringConstructor;
295
254
  default: null;
@@ -339,20 +298,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
339
298
  type: BooleanConstructor;
340
299
  default: boolean;
341
300
  };
342
- readonly: {
343
- type: BooleanConstructor;
344
- default: boolean;
345
- };
346
- forceActiveStatus: {
347
- type: BooleanConstructor;
348
- default: boolean;
349
- };
350
- showClear: {
351
- type: BooleanConstructor;
352
- default: boolean;
353
- };
354
301
  }>> & Readonly<{
355
- onClear?: ((...args: any[]) => any) | undefined;
356
302
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
357
303
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
358
304
  }>, {
@@ -363,14 +309,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
363
309
  modelValue: string;
364
310
  nativeType: string;
365
311
  maxlength: number;
366
- readonly: boolean;
367
- forceActiveStatus: boolean;
368
312
  iconLeft: string;
369
313
  iconRight: string;
370
314
  iconLeftClickable: boolean;
371
315
  iconRightClickable: boolean;
372
316
  allowTogglePassword: boolean;
373
- showClear: boolean;
374
317
  }, {}, {
375
318
  BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
376
319
  type: {
@@ -396,25 +339,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
396
339
  };
397
340
  hasIconLeft: BooleanConstructor;
398
341
  hasIconRight: BooleanConstructor;
399
- hasClearIcon: BooleanConstructor;
400
342
  maxlength: {
401
343
  type: NumberConstructor;
402
344
  default: null;
403
345
  };
404
- readonly: {
405
- type: BooleanConstructor;
406
- default: boolean;
407
- };
408
- forceActiveStatus: {
409
- type: BooleanConstructor;
410
- default: boolean;
411
- };
412
346
  }>, {}, {}, {
413
347
  attributes(): any;
414
348
  classes(): (string | {
415
349
  'input--has-icon-left': boolean;
416
350
  'input--has-icon-right': boolean;
417
- 'input--has-clear-icon': boolean;
418
351
  })[];
419
352
  }, {
420
353
  fullySanitize: typeof fullySanitize;
@@ -442,19 +375,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
442
375
  };
443
376
  hasIconLeft: BooleanConstructor;
444
377
  hasIconRight: BooleanConstructor;
445
- hasClearIcon: BooleanConstructor;
446
378
  maxlength: {
447
379
  type: NumberConstructor;
448
380
  default: null;
449
381
  };
450
- readonly: {
451
- type: BooleanConstructor;
452
- default: boolean;
453
- };
454
- forceActiveStatus: {
455
- type: BooleanConstructor;
456
- default: boolean;
457
- };
458
382
  }>> & Readonly<{
459
383
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
460
384
  }>, {
@@ -463,12 +387,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
463
387
  mask: string | unknown[];
464
388
  hasIconLeft: boolean;
465
389
  hasIconRight: boolean;
466
- hasClearIcon: boolean;
467
390
  modelValue: string;
468
391
  nativeType: string;
469
392
  maxlength: number;
470
- readonly: boolean;
471
- forceActiveStatus: boolean;
472
393
  }, {}, {}, {
473
394
  mask: any;
474
395
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.vue"],"names":[],"mappings":"AAyCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA6L8B,sBAAsB"}
1
+ {"version":3,"file":"Input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/Input.vue"],"names":[],"mappings":"AAqCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA2K8B,sBAAsB"}
@@ -48,34 +48,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
48
48
  type: BooleanConstructor;
49
49
  default: boolean;
50
50
  };
51
- readonly: {
52
- type: BooleanConstructor;
53
- default: boolean;
54
- };
55
- forceActiveStatus: {
56
- type: BooleanConstructor;
57
- default: boolean;
58
- };
59
- showClear: {
60
- type: BooleanConstructor;
61
- default: boolean;
62
- };
63
51
  }>, {}, {
64
52
  isFocused: boolean;
65
53
  showPassword: boolean;
66
54
  }, {
67
55
  isDisabled(): {};
68
56
  iconRightSvg(): string;
69
- iconScheme(): "fg-base" | "fg-muted" | "color-gray-700";
57
+ iconScheme(): "fg-base" | "fg-muted";
70
58
  attributes(): any;
71
59
  }, {
72
60
  focus(): void;
73
61
  onFocus(): void;
74
62
  onBlur(): void;
75
63
  onIconLeftClick(): void;
76
- onClearClick(): void;
77
64
  onIconRightClick(): void;
78
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
65
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
79
66
  placeholder: {
80
67
  type: StringConstructor;
81
68
  default: null;
@@ -125,20 +112,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
125
112
  type: BooleanConstructor;
126
113
  default: boolean;
127
114
  };
128
- readonly: {
129
- type: BooleanConstructor;
130
- default: boolean;
131
- };
132
- forceActiveStatus: {
133
- type: BooleanConstructor;
134
- default: boolean;
135
- };
136
- showClear: {
137
- type: BooleanConstructor;
138
- default: boolean;
139
- };
140
115
  }>> & Readonly<{
141
- onClear?: ((...args: any[]) => any) | undefined;
142
116
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
143
117
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
144
118
  }>, {
@@ -149,14 +123,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
149
123
  modelValue: string;
150
124
  nativeType: string;
151
125
  maxlength: number;
152
- readonly: boolean;
153
- forceActiveStatus: boolean;
154
126
  iconLeft: string;
155
127
  iconRight: string;
156
128
  iconLeftClickable: boolean;
157
129
  iconRightClickable: boolean;
158
130
  allowTogglePassword: boolean;
159
- showClear: boolean;
160
131
  }, {}, {
161
132
  BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
162
133
  type: {
@@ -182,25 +153,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
182
153
  };
183
154
  hasIconLeft: BooleanConstructor;
184
155
  hasIconRight: BooleanConstructor;
185
- hasClearIcon: BooleanConstructor;
186
156
  maxlength: {
187
157
  type: NumberConstructor;
188
158
  default: null;
189
159
  };
190
- readonly: {
191
- type: BooleanConstructor;
192
- default: boolean;
193
- };
194
- forceActiveStatus: {
195
- type: BooleanConstructor;
196
- default: boolean;
197
- };
198
160
  }>, {}, {}, {
199
161
  attributes(): any;
200
162
  classes(): (string | {
201
163
  'input--has-icon-left': boolean;
202
164
  'input--has-icon-right': boolean;
203
- 'input--has-clear-icon': boolean;
204
165
  })[];
205
166
  }, {
206
167
  fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
@@ -228,19 +189,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
228
189
  };
229
190
  hasIconLeft: BooleanConstructor;
230
191
  hasIconRight: BooleanConstructor;
231
- hasClearIcon: BooleanConstructor;
232
192
  maxlength: {
233
193
  type: NumberConstructor;
234
194
  default: null;
235
195
  };
236
- readonly: {
237
- type: BooleanConstructor;
238
- default: boolean;
239
- };
240
- forceActiveStatus: {
241
- type: BooleanConstructor;
242
- default: boolean;
243
- };
244
196
  }>> & Readonly<{
245
197
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
246
198
  }>, {
@@ -249,12 +201,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
249
201
  mask: string | unknown[];
250
202
  hasIconLeft: boolean;
251
203
  hasIconRight: boolean;
252
- hasClearIcon: boolean;
253
204
  modelValue: string;
254
205
  nativeType: string;
255
206
  maxlength: number;
256
- readonly: boolean;
257
- forceActiveStatus: boolean;
258
207
  }, {}, {}, {
259
208
  mask: any;
260
209
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"TextInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/TextInput.vue"],"names":[],"mappings":"AAwDA;"}
1
+ {"version":3,"file":"TextInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/TextInput.vue"],"names":[],"mappings":"AA2CA;"}