@weni/unnnic-system 3.2.2 → 3.2.4

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 (116) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/dist/components/Accordion/Accordion.vue.d.ts +13 -72
  3. package/dist/components/Alert/Alert.vue.d.ts +28 -146
  4. package/dist/components/Alert/Version1dot1.vue.d.ts +14 -73
  5. package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +13 -72
  6. package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +13 -72
  7. package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +39 -216
  8. package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +13 -72
  9. package/dist/components/Banner/Banner.vue.d.ts +13 -72
  10. package/dist/components/Banner/InfoBanner.vue.d.ts +13 -72
  11. package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +13 -72
  12. package/dist/components/Button/Button.vue.d.ts +21 -180
  13. package/dist/components/Button/Button.vue.d.ts.map +1 -1
  14. package/dist/components/Button/ButtonIcon.vue.d.ts +13 -72
  15. package/dist/components/Button/types.d.ts +16 -0
  16. package/dist/components/Button/types.d.ts.map +1 -0
  17. package/dist/components/Card/AccountCard.vue.d.ts +13 -72
  18. package/dist/components/Card/BlankCard.vue.d.ts +13 -72
  19. package/dist/components/Card/Card.vue.d.ts +107 -579
  20. package/dist/components/Card/CardCompany.vue.d.ts +40 -217
  21. package/dist/components/Card/CardData.vue.d.ts +13 -72
  22. package/dist/components/Card/CardStatusesContainer.vue.d.ts +26 -144
  23. package/dist/components/Card/ContentCard.vue.d.ts +13 -72
  24. package/dist/components/Card/DashCard.vue.d.ts +26 -144
  25. package/dist/components/Card/MarketplaceCard.vue.d.ts +13 -72
  26. package/dist/components/Card/SimpleCard.vue.d.ts +13 -72
  27. package/dist/components/Card/StatusCard.vue.d.ts +13 -72
  28. package/dist/components/Card/TitleCard.vue.d.ts +14 -73
  29. package/dist/components/CardImage/CardImage.vue.d.ts +39 -216
  30. package/dist/components/CardInformation/CardInformation.vue.d.ts +26 -144
  31. package/dist/components/CardProject/CardProject.vue.d.ts +14 -73
  32. package/dist/components/Carousel/Carousel.vue.d.ts +55 -291
  33. package/dist/components/Carousel/TagCarousel.vue.d.ts +53 -289
  34. package/dist/components/ChartBar/ChartBar.vue.d.ts +57 -252
  35. package/dist/components/ChatText/ChatText.vue.d.ts +13 -72
  36. package/dist/components/ChatsContact/ChatsContact.vue.d.ts +88 -433
  37. package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +13 -72
  38. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +52 -288
  39. package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +26 -144
  40. package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +13 -72
  41. package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +13 -72
  42. package/dist/components/Checkbox/Checkbox.vue.d.ts +13 -72
  43. package/dist/components/DateFilter/DateFilter.vue.d.ts +17 -76
  44. package/dist/components/DatePicker/DatePicker.vue.d.ts +45 -181
  45. package/dist/components/Disclaimer/Disclaimer.vue.d.ts +5 -110
  46. package/dist/components/Disclaimer/Disclaimer.vue.d.ts.map +1 -1
  47. package/dist/components/Disclaimer/types.d.ts +7 -0
  48. package/dist/components/Disclaimer/types.d.ts.map +1 -0
  49. package/dist/components/Drawer/Drawer.vue.d.ts +57 -252
  50. package/dist/components/Dropdown/LanguageSelect.vue.d.ts +26 -144
  51. package/dist/components/Flag.vue.d.ts +13 -72
  52. package/dist/components/FormElement/FormElement.vue.d.ts +13 -72
  53. package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
  54. package/dist/components/Icon/types.d.ts +13 -0
  55. package/dist/components/Icon/types.d.ts.map +1 -0
  56. package/dist/components/Icon.vue.d.ts +15 -72
  57. package/dist/components/Icon.vue.d.ts.map +1 -1
  58. package/dist/components/IconLoading/IconLoading.vue.d.ts +13 -72
  59. package/dist/components/ImportCard/ImportCard.vue.d.ts +57 -252
  60. package/dist/components/Input/BaseInput.vue.d.ts +1 -1
  61. package/dist/components/Input/Input.vue.d.ts +17 -76
  62. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  63. package/dist/components/Input/TextInput.vue.d.ts +16 -75
  64. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +63 -258
  65. package/dist/components/InputNext/InputNext.vue.d.ts +14 -73
  66. package/dist/components/Modal/Modal.vue.d.ts +13 -72
  67. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +58 -253
  68. package/dist/components/ModalNext/ModalNext.vue.d.ts +74 -328
  69. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +114 -504
  70. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +13 -72
  71. package/dist/components/Pagination/Pagination.vue.d.ts +44 -180
  72. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +13 -72
  73. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +83 -437
  74. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +40 -217
  75. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +13 -72
  76. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
  77. package/dist/components/SelectTime/index.vue.d.ts +16 -75
  78. package/dist/components/Slider/Slider.vue.d.ts +13 -72
  79. package/dist/components/StarRating/StarRating.vue.d.ts +13 -72
  80. package/dist/components/Switch/Switch.vue.d.ts +15 -74
  81. package/dist/components/Tab/Tab.vue.d.ts +13 -72
  82. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  83. package/dist/components/TableNext/TablePagination.vue.d.ts +44 -180
  84. package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +13 -72
  85. package/dist/components/Tag/BrandTag.vue.d.ts +13 -72
  86. package/dist/components/Tag/DefaultTag.vue.d.ts +13 -72
  87. package/dist/components/Tag/IndicatorTag.vue.d.ts +13 -72
  88. package/dist/components/Tag/Tag.vue.d.ts +40 -217
  89. package/dist/components/TextArea/TextArea.vue.d.ts +14 -73
  90. package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
  91. package/dist/components/Tour/Tour.vue.d.ts +44 -180
  92. package/dist/components/Tour/TourPopover.vue.d.ts +44 -180
  93. package/dist/components/UploadArea/UploadArea.vue.d.ts +57 -252
  94. package/dist/components/index.d.ts +13853 -7969
  95. package/dist/components/index.d.ts.map +1 -1
  96. package/dist/{es-b22a2af8.mjs → es-d628da75.mjs} +1 -1
  97. package/dist/{index-3e3537cb.mjs → index-9a407ee0.mjs} +5871 -5907
  98. package/dist/{pt-br-7a4de77d.mjs → pt-br-d5be1f83.mjs} +1 -1
  99. package/dist/style.css +1 -1
  100. package/dist/unnnic.mjs +177 -90
  101. package/dist/unnnic.umd.js +40 -40
  102. package/package.json +1 -1
  103. package/src/components/Button/Button.vue +99 -128
  104. package/src/components/Button/types.ts +23 -0
  105. package/src/components/ChatsContact/ChatsContact.vue +5 -1
  106. package/src/components/Checkbox/__tests__/Checkbox.spec.js +3 -3
  107. package/src/components/Disclaimer/Disclaimer.vue +27 -25
  108. package/src/components/Disclaimer/__tests__/Disclaimer.spec.js +24 -10
  109. package/src/components/Disclaimer/types.ts +7 -0
  110. package/src/components/Icon/types.ts +114 -0
  111. package/src/components/Icon.vue +44 -76
  112. package/src/components/Switch/__tests__/Switch.spec.js +9 -9
  113. package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +5 -5
  114. package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +9 -9
  115. package/src/components/__tests__/Icon.spec.js +32 -18
  116. package/src/components/index.ts +93 -0
@@ -41,82 +41,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
41
41
  }>> & Readonly<{}>, {
42
42
  links: unknown[];
43
43
  }, {}, {
44
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
45
- filled: {
46
- type: BooleanConstructor;
47
- };
48
- next: {
49
- type: BooleanConstructor;
50
- };
51
- icon: {
52
- type: StringConstructor;
53
- default: null;
54
- };
55
- clickable: {
56
- type: BooleanConstructor;
57
- default: boolean;
58
- };
59
- size: {
60
- type: StringConstructor;
61
- default: string;
62
- validator(value: unknown): boolean;
63
- };
64
- lineHeight: {
65
- type: StringConstructor;
66
- default: null;
67
- validator(value: unknown): boolean;
68
- };
69
- scheme: {
70
- type: StringConstructor;
71
- default: string;
72
- };
73
- }>, {}, {}, {
74
- svg(): any;
75
- materialSymbolsName(): any;
76
- }, {
77
- onClick($event: any): void;
78
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
79
- filled: {
80
- type: BooleanConstructor;
81
- };
82
- next: {
83
- type: BooleanConstructor;
84
- };
85
- icon: {
86
- type: StringConstructor;
87
- default: null;
88
- };
89
- clickable: {
90
- type: BooleanConstructor;
91
- default: boolean;
92
- };
93
- size: {
94
- type: StringConstructor;
95
- default: string;
96
- validator(value: unknown): boolean;
97
- };
98
- lineHeight: {
99
- type: StringConstructor;
100
- default: null;
101
- validator(value: unknown): boolean;
102
- };
103
- scheme: {
104
- type: StringConstructor;
105
- default: string;
106
- };
107
- }>> & Readonly<{
108
- onClick?: ((...args: any[]) => any) | undefined;
109
- onMousedown?: ((...args: any[]) => any) | undefined;
110
- onMouseup?: ((...args: any[]) => any) | undefined;
44
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
45
+ click: (event: Event) => any;
46
+ mousedown: (event: Event) => any;
47
+ mouseup: (event: Event) => any;
48
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
49
+ onClick?: ((event: Event) => any) | undefined;
50
+ onMousedown?: ((event: Event) => any) | undefined;
51
+ onMouseup?: ((event: Event) => any) | undefined;
111
52
  }>, {
112
53
  filled: boolean;
113
54
  next: boolean;
114
- icon: string;
55
+ icon: string | null;
115
56
  clickable: boolean;
116
- size: string;
117
- lineHeight: string;
118
- scheme: string;
119
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
57
+ size: import('../Icon.vue').IconSize;
58
+ lineHeight: import('../Icon.vue').LineHeight | null;
59
+ scheme: import('../Icon.vue').SchemeColor;
60
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
120
61
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
121
62
  export default _default;
122
63
  //# sourceMappingURL=ChatsNavbar.vue.d.ts.map
@@ -61,82 +61,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
61
61
  active: boolean;
62
62
  photoUrl: string;
63
63
  }, {}, {
64
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
65
- filled: {
66
- type: BooleanConstructor;
67
- };
68
- next: {
69
- type: BooleanConstructor;
70
- };
71
- icon: {
72
- type: StringConstructor;
73
- default: null;
74
- };
75
- clickable: {
76
- type: BooleanConstructor;
77
- default: boolean;
78
- };
79
- size: {
80
- type: StringConstructor;
81
- default: string;
82
- validator(value: unknown): boolean;
83
- };
84
- lineHeight: {
85
- type: StringConstructor;
86
- default: null;
87
- validator(value: unknown): boolean;
88
- };
89
- scheme: {
90
- type: StringConstructor;
91
- default: string;
92
- };
93
- }>, {}, {}, {
94
- svg(): any;
95
- materialSymbolsName(): any;
96
- }, {
97
- onClick($event: any): void;
98
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
99
- filled: {
100
- type: BooleanConstructor;
101
- };
102
- next: {
103
- type: BooleanConstructor;
104
- };
105
- icon: {
106
- type: StringConstructor;
107
- default: null;
108
- };
109
- clickable: {
110
- type: BooleanConstructor;
111
- default: boolean;
112
- };
113
- size: {
114
- type: StringConstructor;
115
- default: string;
116
- validator(value: unknown): boolean;
117
- };
118
- lineHeight: {
119
- type: StringConstructor;
120
- default: null;
121
- validator(value: unknown): boolean;
122
- };
123
- scheme: {
124
- type: StringConstructor;
125
- default: string;
126
- };
127
- }>> & Readonly<{
128
- onClick?: ((...args: any[]) => any) | undefined;
129
- onMousedown?: ((...args: any[]) => any) | undefined;
130
- onMouseup?: ((...args: any[]) => any) | undefined;
64
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
65
+ click: (event: Event) => any;
66
+ mousedown: (event: Event) => any;
67
+ mouseup: (event: Event) => any;
68
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
69
+ onClick?: ((event: Event) => any) | undefined;
70
+ onMousedown?: ((event: Event) => any) | undefined;
71
+ onMouseup?: ((event: Event) => any) | undefined;
131
72
  }>, {
132
73
  filled: boolean;
133
74
  next: boolean;
134
- icon: string;
75
+ icon: string | null;
135
76
  clickable: boolean;
136
- size: string;
137
- lineHeight: string;
138
- scheme: string;
139
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
77
+ size: import('../Icon.vue').IconSize;
78
+ lineHeight: import('../Icon.vue').LineHeight | null;
79
+ scheme: import('../Icon.vue').SchemeColor;
80
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
140
81
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
141
82
  export default _default;
142
83
  //# sourceMappingURL=ChatsUserAvatar.vue.d.ts.map
@@ -51,82 +51,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
51
51
  modelValue: string | boolean;
52
52
  textRight: string;
53
53
  }, {}, {
54
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
55
- filled: {
56
- type: BooleanConstructor;
57
- };
58
- next: {
59
- type: BooleanConstructor;
60
- };
61
- icon: {
62
- type: StringConstructor;
63
- default: null;
64
- };
65
- clickable: {
66
- type: BooleanConstructor;
67
- default: boolean;
68
- };
69
- size: {
70
- type: StringConstructor;
71
- default: string;
72
- validator(value: unknown): boolean;
73
- };
74
- lineHeight: {
75
- type: StringConstructor;
76
- default: null;
77
- validator(value: unknown): boolean;
78
- };
79
- scheme: {
80
- type: StringConstructor;
81
- default: string;
82
- };
83
- }>, {}, {}, {
84
- svg(): any;
85
- materialSymbolsName(): any;
86
- }, {
87
- onClick($event: any): void;
88
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
89
- filled: {
90
- type: BooleanConstructor;
91
- };
92
- next: {
93
- type: BooleanConstructor;
94
- };
95
- icon: {
96
- type: StringConstructor;
97
- default: null;
98
- };
99
- clickable: {
100
- type: BooleanConstructor;
101
- default: boolean;
102
- };
103
- size: {
104
- type: StringConstructor;
105
- default: string;
106
- validator(value: unknown): boolean;
107
- };
108
- lineHeight: {
109
- type: StringConstructor;
110
- default: null;
111
- validator(value: unknown): boolean;
112
- };
113
- scheme: {
114
- type: StringConstructor;
115
- default: string;
116
- };
117
- }>> & Readonly<{
118
- onClick?: ((...args: any[]) => any) | undefined;
119
- onMousedown?: ((...args: any[]) => any) | undefined;
120
- onMouseup?: ((...args: any[]) => any) | undefined;
54
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
55
+ click: (event: Event) => any;
56
+ mousedown: (event: Event) => any;
57
+ mouseup: (event: Event) => any;
58
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
59
+ onClick?: ((event: Event) => any) | undefined;
60
+ onMousedown?: ((event: Event) => any) | undefined;
61
+ onMouseup?: ((event: Event) => any) | undefined;
121
62
  }>, {
122
63
  filled: boolean;
123
64
  next: boolean;
124
- icon: string;
65
+ icon: string | null;
125
66
  clickable: boolean;
126
- size: string;
127
- lineHeight: string;
128
- scheme: string;
129
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
67
+ size: import('../Icon.vue').IconSize;
68
+ lineHeight: import('../Icon.vue').LineHeight | null;
69
+ scheme: import('../Icon.vue').SchemeColor;
70
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
130
71
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
131
72
  export default _default;
132
73
  //# sourceMappingURL=Checkbox.vue.d.ts.map
@@ -189,8 +189,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
189
189
  }>, {
190
190
  label: string;
191
191
  mask: string | unknown[];
192
- type: string;
193
192
  size: string;
193
+ type: string;
194
194
  message: string;
195
195
  modelValue: string;
196
196
  nativeType: string;
@@ -258,7 +258,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
258
258
  }, {
259
259
  isDisabled(): unknown;
260
260
  iconRightSvg(): string;
261
- iconScheme(): "aux-red-500" | "neutral-cleanest" | "neutral-dark" | "neutral-cloudy";
261
+ iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
262
262
  attributes(): any;
263
263
  }, {
264
264
  focus(): void;
@@ -320,8 +320,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
320
320
  "onIcon-left-click"?: ((...args: any[]) => any) | undefined;
321
321
  "onIcon-right-click"?: ((...args: any[]) => any) | undefined;
322
322
  }>, {
323
- type: string;
324
323
  size: string;
324
+ type: string;
325
325
  modelValue: string;
326
326
  nativeType: string;
327
327
  placeholder: string;
@@ -393,8 +393,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
393
393
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
394
394
  }>, {
395
395
  mask: string | unknown[];
396
- type: string;
397
396
  size: string;
397
+ type: string;
398
398
  hasIconLeft: boolean;
399
399
  hasIconRight: boolean;
400
400
  modelValue: string;
@@ -402,82 +402,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
402
402
  }, {}, {}, {
403
403
  mask: any;
404
404
  }, string, import('vue').ComponentProvideOptions, true, {}, any>;
405
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
406
- filled: {
407
- type: BooleanConstructor;
408
- };
409
- next: {
410
- type: BooleanConstructor;
411
- };
412
- icon: {
413
- type: StringConstructor;
414
- default: null;
415
- };
416
- clickable: {
417
- type: BooleanConstructor;
418
- default: boolean;
419
- };
420
- size: {
421
- type: StringConstructor;
422
- default: string;
423
- validator(value: unknown): boolean;
424
- };
425
- lineHeight: {
426
- type: StringConstructor;
427
- default: null;
428
- validator(value: unknown): boolean;
429
- };
430
- scheme: {
431
- type: StringConstructor;
432
- default: string;
433
- };
434
- }>, {}, {}, {
435
- svg(): any;
436
- materialSymbolsName(): any;
437
- }, {
438
- onClick($event: any): void;
439
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
440
- filled: {
441
- type: BooleanConstructor;
442
- };
443
- next: {
444
- type: BooleanConstructor;
445
- };
446
- icon: {
447
- type: StringConstructor;
448
- default: null;
449
- };
450
- clickable: {
451
- type: BooleanConstructor;
452
- default: boolean;
453
- };
454
- size: {
455
- type: StringConstructor;
456
- default: string;
457
- validator(value: unknown): boolean;
458
- };
459
- lineHeight: {
460
- type: StringConstructor;
461
- default: null;
462
- validator(value: unknown): boolean;
463
- };
464
- scheme: {
465
- type: StringConstructor;
466
- default: string;
467
- };
468
- }>> & Readonly<{
469
- onClick?: ((...args: any[]) => any) | undefined;
470
- onMousedown?: ((...args: any[]) => any) | undefined;
471
- onMouseup?: ((...args: any[]) => any) | undefined;
405
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
406
+ click: (event: Event) => any;
407
+ mousedown: (event: Event) => any;
408
+ mouseup: (event: Event) => any;
409
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
410
+ onClick?: ((event: Event) => any) | undefined;
411
+ onMousedown?: ((event: Event) => any) | undefined;
412
+ onMouseup?: ((event: Event) => any) | undefined;
472
413
  }>, {
473
414
  filled: boolean;
474
415
  next: boolean;
475
- icon: string;
416
+ icon: string | null;
476
417
  clickable: boolean;
477
- size: string;
478
- lineHeight: string;
479
- scheme: string;
480
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
418
+ size: import('../Icon.vue').IconSize;
419
+ lineHeight: import('../Icon.vue').LineHeight | null;
420
+ scheme: import('../Icon.vue').SchemeColor;
421
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
481
422
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
482
423
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
483
424
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -193,8 +193,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
193
193
  onSubmit?: ((...args: any[]) => any) | undefined;
194
194
  "onUpdate:equivalentOption"?: ((...args: any[]) => any) | undefined;
195
195
  }>, {
196
- type: string;
197
196
  size: string;
197
+ type: string;
198
198
  initialStartDate: string;
199
199
  initialEndDate: string;
200
200
  minDate: string;
@@ -207,110 +207,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
207
207
  options: unknown[];
208
208
  disableClear: boolean;
209
209
  }, {}, {
210
- UnnnicButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
211
- size: {
212
- type: StringConstructor;
213
- default: string;
214
- };
215
- text: {
216
- type: StringConstructor;
217
- default: string;
218
- };
219
- type: {
220
- type: StringConstructor;
221
- default: string;
222
- };
223
- float: {
224
- type: BooleanConstructor;
225
- default: boolean;
226
- };
227
- iconLeft: {
228
- type: StringConstructor;
229
- default: string;
230
- };
231
- iconRight: {
232
- type: StringConstructor;
233
- default: string;
234
- };
235
- iconCenter: {
236
- type: StringConstructor;
237
- default: string;
238
- };
239
- iconsFilled: {
240
- type: BooleanConstructor;
241
- default: boolean;
242
- };
243
- next: {
244
- type: BooleanConstructor;
245
- default: boolean;
246
- };
247
- disabled: {
248
- type: BooleanConstructor;
249
- default: boolean;
250
- };
251
- loading: {
252
- type: BooleanConstructor;
253
- default: boolean;
254
- };
255
- }>, {}, {}, {
256
- buttonDisabled(): boolean;
257
- iconSize(): "md" | "sm";
258
- hasText(): boolean | "";
259
- iconScheme(): any;
260
- isSizePropValid(): boolean;
261
- isTypePropValid(): boolean;
262
- }, {
263
- validateProps(): void;
264
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
265
- size: {
266
- type: StringConstructor;
267
- default: string;
268
- };
269
- text: {
270
- type: StringConstructor;
271
- default: string;
272
- };
273
- type: {
274
- type: StringConstructor;
275
- default: string;
276
- };
277
- float: {
278
- type: BooleanConstructor;
279
- default: boolean;
280
- };
281
- iconLeft: {
282
- type: StringConstructor;
283
- default: string;
284
- };
285
- iconRight: {
286
- type: StringConstructor;
287
- default: string;
288
- };
289
- iconCenter: {
290
- type: StringConstructor;
291
- default: string;
292
- };
293
- iconsFilled: {
294
- type: BooleanConstructor;
295
- default: boolean;
296
- };
297
- next: {
298
- type: BooleanConstructor;
299
- default: boolean;
300
- };
301
- disabled: {
302
- type: BooleanConstructor;
303
- default: boolean;
304
- };
305
- loading: {
306
- type: BooleanConstructor;
307
- default: boolean;
308
- };
309
- }>> & Readonly<{}>, {
210
+ UnnnicButton: {
211
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
212
+ text: string;
213
+ next: boolean;
214
+ size: import('../Button/types.js').ButtonSize;
215
+ type: import('../Button/types.js').ButtonType;
216
+ disabled: boolean;
217
+ iconLeft: string;
218
+ iconRight: string;
219
+ float: boolean;
220
+ iconCenter: string;
221
+ iconsFilled: boolean;
222
+ loading: boolean;
223
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
224
+ P: {};
225
+ B: {};
226
+ D: {};
227
+ C: {};
228
+ M: {};
229
+ Defaults: {};
230
+ }, Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
231
+ text: string;
232
+ next: boolean;
233
+ size: import('../Button/types.js').ButtonSize;
234
+ type: import('../Button/types.js').ButtonType;
235
+ disabled: boolean;
236
+ iconLeft: string;
237
+ iconRight: string;
238
+ float: boolean;
239
+ iconCenter: string;
240
+ iconsFilled: boolean;
241
+ loading: boolean;
242
+ }>;
243
+ __isFragment?: never;
244
+ __isTeleport?: never;
245
+ __isSuspense?: never;
246
+ } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types.js').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
310
247
  text: string;
311
- type: string;
312
248
  next: boolean;
313
- size: string;
249
+ size: import('../Button/types.js').ButtonSize;
250
+ type: import('../Button/types.js').ButtonType;
314
251
  disabled: boolean;
315
252
  iconLeft: string;
316
253
  iconRight: string;
@@ -318,84 +255,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
318
255
  iconCenter: string;
319
256
  iconsFilled: boolean;
320
257
  loading: boolean;
321
- }, {}, {
322
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
323
- filled: {
324
- type: BooleanConstructor;
325
- };
326
- next: {
327
- type: BooleanConstructor;
328
- };
329
- icon: {
330
- type: StringConstructor;
331
- default: null;
332
- };
333
- clickable: {
334
- type: BooleanConstructor;
335
- default: boolean;
336
- };
337
- size: {
338
- type: StringConstructor;
339
- default: string;
340
- validator(value: unknown): boolean;
341
- };
342
- lineHeight: {
343
- type: StringConstructor;
344
- default: null;
345
- validator(value: unknown): boolean;
346
- };
347
- scheme: {
348
- type: StringConstructor;
349
- default: string;
350
- };
351
- }>, {}, {}, {
352
- svg(): any;
353
- materialSymbolsName(): any;
354
- }, {
355
- onClick($event: any): void;
356
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
357
- filled: {
358
- type: BooleanConstructor;
359
- };
360
- next: {
361
- type: BooleanConstructor;
362
- };
363
- icon: {
364
- type: StringConstructor;
365
- default: null;
366
- };
367
- clickable: {
368
- type: BooleanConstructor;
369
- default: boolean;
370
- };
371
- size: {
372
- type: StringConstructor;
373
- default: string;
374
- validator(value: unknown): boolean;
375
- };
376
- lineHeight: {
377
- type: StringConstructor;
378
- default: null;
379
- validator(value: unknown): boolean;
380
- };
381
- scheme: {
382
- type: StringConstructor;
383
- default: string;
384
- };
385
- }>> & Readonly<{
386
- onClick?: ((...args: any[]) => any) | undefined;
387
- onMousedown?: ((...args: any[]) => any) | undefined;
388
- onMouseup?: ((...args: any[]) => any) | undefined;
389
- }>, {
390
- filled: boolean;
391
- next: boolean;
392
- icon: string;
393
- clickable: boolean;
394
- size: string;
395
- lineHeight: string;
396
- scheme: string;
397
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
398
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
258
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
259
+ $slots: {
260
+ default?(_: {}): any;
261
+ };
262
+ });
399
263
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
400
264
  export default _default;
401
265
  //# sourceMappingURL=DatePicker.vue.d.ts.map