@weni/unnnic-system 3.2.1 → 3.2.3

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 (121) hide show
  1. package/CHANGELOG.md +31 -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 +79 -433
  37. package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +13 -72
  38. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +112 -291
  39. package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts.map +1 -1
  40. package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +26 -144
  41. package/dist/components/ChatsMessage/ChatsMessageText.vue.d.ts +42 -3
  42. package/dist/components/ChatsMessage/ChatsMessageText.vue.d.ts.map +1 -1
  43. package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +13 -72
  44. package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +13 -72
  45. package/dist/components/Checkbox/Checkbox.vue.d.ts +13 -72
  46. package/dist/components/DateFilter/DateFilter.vue.d.ts +17 -76
  47. package/dist/components/DatePicker/DatePicker.vue.d.ts +45 -181
  48. package/dist/components/Disclaimer/Disclaimer.vue.d.ts +5 -110
  49. package/dist/components/Disclaimer/Disclaimer.vue.d.ts.map +1 -1
  50. package/dist/components/Disclaimer/types.d.ts +7 -0
  51. package/dist/components/Disclaimer/types.d.ts.map +1 -0
  52. package/dist/components/Drawer/Drawer.vue.d.ts +57 -252
  53. package/dist/components/Dropdown/LanguageSelect.vue.d.ts +26 -144
  54. package/dist/components/Flag.vue.d.ts +13 -72
  55. package/dist/components/FormElement/FormElement.vue.d.ts +13 -72
  56. package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
  57. package/dist/components/Icon/types.d.ts +13 -0
  58. package/dist/components/Icon/types.d.ts.map +1 -0
  59. package/dist/components/Icon.vue.d.ts +15 -72
  60. package/dist/components/Icon.vue.d.ts.map +1 -1
  61. package/dist/components/IconLoading/IconLoading.vue.d.ts +13 -72
  62. package/dist/components/ImportCard/ImportCard.vue.d.ts +57 -252
  63. package/dist/components/Input/BaseInput.vue.d.ts +1 -1
  64. package/dist/components/Input/Input.vue.d.ts +17 -76
  65. package/dist/components/Input/Input.vue.d.ts.map +1 -1
  66. package/dist/components/Input/TextInput.vue.d.ts +16 -75
  67. package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +63 -258
  68. package/dist/components/InputNext/InputNext.vue.d.ts +14 -73
  69. package/dist/components/Modal/Modal.vue.d.ts +13 -72
  70. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +58 -253
  71. package/dist/components/ModalNext/ModalNext.vue.d.ts +74 -328
  72. package/dist/components/ModalUpload/ModalUpload.vue.d.ts +114 -504
  73. package/dist/components/MultiSelect/MultiSelect.vue.d.ts +13 -72
  74. package/dist/components/Pagination/Pagination.vue.d.ts +44 -180
  75. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +13 -72
  76. package/dist/components/SelectSmart/SelectSmart.vue.d.ts +83 -437
  77. package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +40 -217
  78. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +13 -72
  79. package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
  80. package/dist/components/SelectTime/index.vue.d.ts +16 -75
  81. package/dist/components/Slider/Slider.vue.d.ts +13 -72
  82. package/dist/components/StarRating/StarRating.vue.d.ts +13 -72
  83. package/dist/components/Switch/Switch.vue.d.ts +15 -74
  84. package/dist/components/Tab/Tab.vue.d.ts +13 -72
  85. package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
  86. package/dist/components/TableNext/TablePagination.vue.d.ts +44 -180
  87. package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +13 -72
  88. package/dist/components/Tag/BrandTag.vue.d.ts +13 -72
  89. package/dist/components/Tag/DefaultTag.vue.d.ts +13 -72
  90. package/dist/components/Tag/IndicatorTag.vue.d.ts +13 -72
  91. package/dist/components/Tag/Tag.vue.d.ts +40 -217
  92. package/dist/components/TextArea/TextArea.vue.d.ts +14 -73
  93. package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
  94. package/dist/components/Tour/Tour.vue.d.ts +44 -180
  95. package/dist/components/Tour/TourPopover.vue.d.ts +44 -180
  96. package/dist/components/UploadArea/UploadArea.vue.d.ts +57 -252
  97. package/dist/components/index.d.ts +13873 -7950
  98. package/dist/components/index.d.ts.map +1 -1
  99. package/dist/{es-a01fbef6.mjs → es-cc886436.mjs} +1 -1
  100. package/dist/{index-653c8f92.mjs → index-d36790a8.mjs} +5832 -5834
  101. package/dist/{pt-br-8c017501.mjs → pt-br-5f433748.mjs} +1 -1
  102. package/dist/style.css +1 -1
  103. package/dist/unnnic.mjs +177 -90
  104. package/dist/unnnic.umd.js +40 -40
  105. package/package.json +2 -2
  106. package/src/components/Button/Button.vue +99 -128
  107. package/src/components/Button/types.ts +23 -0
  108. package/src/components/ChatsMessage/ChatsMessage.vue +15 -0
  109. package/src/components/ChatsMessage/ChatsMessageText.vue +58 -4
  110. package/src/components/Checkbox/__tests__/Checkbox.spec.js +3 -3
  111. package/src/components/Disclaimer/Disclaimer.vue +27 -25
  112. package/src/components/Disclaimer/__tests__/Disclaimer.spec.js +24 -10
  113. package/src/components/Disclaimer/types.ts +7 -0
  114. package/src/components/Icon/types.ts +114 -0
  115. package/src/components/Icon.vue +44 -76
  116. package/src/components/Switch/__tests__/Switch.spec.js +9 -9
  117. package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +5 -5
  118. package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +9 -9
  119. package/src/components/__tests__/Icon.spec.js +32 -18
  120. package/src/components/index.ts +93 -0
  121. package/src/stories/ChatsMessage.stories.js +7 -0
@@ -31,82 +31,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
31
31
  clickable: boolean;
32
32
  disabled: boolean;
33
33
  }, {}, {
34
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
35
- filled: {
36
- type: BooleanConstructor;
37
- };
38
- next: {
39
- type: BooleanConstructor;
40
- };
41
- icon: {
42
- type: StringConstructor;
43
- default: null;
44
- };
45
- clickable: {
46
- type: BooleanConstructor;
47
- default: boolean;
48
- };
49
- size: {
50
- type: StringConstructor;
51
- default: string;
52
- validator(value: unknown): boolean;
53
- };
54
- lineHeight: {
55
- type: StringConstructor;
56
- default: null;
57
- validator(value: unknown): boolean;
58
- };
59
- scheme: {
60
- type: StringConstructor;
61
- default: string;
62
- };
63
- }>, {}, {}, {
64
- svg(): any;
65
- materialSymbolsName(): any;
66
- }, {
67
- onClick($event: any): void;
68
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
69
- filled: {
70
- type: BooleanConstructor;
71
- };
72
- next: {
73
- type: BooleanConstructor;
74
- };
75
- icon: {
76
- type: StringConstructor;
77
- default: null;
78
- };
79
- clickable: {
80
- type: BooleanConstructor;
81
- default: boolean;
82
- };
83
- size: {
84
- type: StringConstructor;
85
- default: string;
86
- validator(value: unknown): boolean;
87
- };
88
- lineHeight: {
89
- type: StringConstructor;
90
- default: null;
91
- validator(value: unknown): boolean;
92
- };
93
- scheme: {
94
- type: StringConstructor;
95
- default: string;
96
- };
97
- }>> & Readonly<{
98
- onClick?: ((...args: any[]) => any) | undefined;
99
- onMousedown?: ((...args: any[]) => any) | undefined;
100
- onMouseup?: ((...args: any[]) => any) | undefined;
34
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
35
+ click: (event: Event) => any;
36
+ mousedown: (event: Event) => any;
37
+ mouseup: (event: Event) => any;
38
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
39
+ onClick?: ((event: Event) => any) | undefined;
40
+ onMousedown?: ((event: Event) => any) | undefined;
41
+ onMouseup?: ((event: Event) => any) | undefined;
101
42
  }>, {
102
43
  filled: boolean;
103
44
  next: boolean;
104
- icon: string;
45
+ icon: string | null;
105
46
  clickable: boolean;
106
- size: string;
107
- lineHeight: string;
108
- scheme: string;
109
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
47
+ size: import('../Icon.vue').IconSize;
48
+ lineHeight: import('../Icon.vue').LineHeight | null;
49
+ scheme: import('../Icon.vue').SchemeColor;
50
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
110
51
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
111
52
  export default _default;
112
53
  //# sourceMappingURL=BrandTag.vue.d.ts.map
@@ -68,82 +68,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
68
68
  leftIcon: string;
69
69
  rightIcon: string;
70
70
  }, {}, {
71
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
72
- filled: {
73
- type: BooleanConstructor;
74
- };
75
- next: {
76
- type: BooleanConstructor;
77
- };
78
- icon: {
79
- type: StringConstructor;
80
- default: null;
81
- };
82
- clickable: {
83
- type: BooleanConstructor;
84
- default: boolean;
85
- };
86
- size: {
87
- type: StringConstructor;
88
- default: string;
89
- validator(value: unknown): boolean;
90
- };
91
- lineHeight: {
92
- type: StringConstructor;
93
- default: null;
94
- validator(value: unknown): boolean;
95
- };
96
- scheme: {
97
- type: StringConstructor;
98
- default: string;
99
- };
100
- }>, {}, {}, {
101
- svg(): any;
102
- materialSymbolsName(): any;
103
- }, {
104
- onClick($event: any): void;
105
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
106
- filled: {
107
- type: BooleanConstructor;
108
- };
109
- next: {
110
- type: BooleanConstructor;
111
- };
112
- icon: {
113
- type: StringConstructor;
114
- default: null;
115
- };
116
- clickable: {
117
- type: BooleanConstructor;
118
- default: boolean;
119
- };
120
- size: {
121
- type: StringConstructor;
122
- default: string;
123
- validator(value: unknown): boolean;
124
- };
125
- lineHeight: {
126
- type: StringConstructor;
127
- default: null;
128
- validator(value: unknown): boolean;
129
- };
130
- scheme: {
131
- type: StringConstructor;
132
- default: string;
133
- };
134
- }>> & Readonly<{
135
- onClick?: ((...args: any[]) => any) | undefined;
136
- onMousedown?: ((...args: any[]) => any) | undefined;
137
- onMouseup?: ((...args: any[]) => any) | undefined;
71
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
72
+ click: (event: Event) => any;
73
+ mousedown: (event: Event) => any;
74
+ mouseup: (event: Event) => any;
75
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
76
+ onClick?: ((event: Event) => any) | undefined;
77
+ onMousedown?: ((event: Event) => any) | undefined;
78
+ onMouseup?: ((event: Event) => any) | undefined;
138
79
  }>, {
139
80
  filled: boolean;
140
81
  next: boolean;
141
- icon: string;
82
+ icon: string | null;
142
83
  clickable: boolean;
143
- size: string;
144
- lineHeight: string;
145
- scheme: string;
146
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
84
+ size: import('../Icon.vue').IconSize;
85
+ lineHeight: import('../Icon.vue').LineHeight | null;
86
+ scheme: import('../Icon.vue').SchemeColor;
87
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
147
88
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
148
89
  export default _default;
149
90
  //# sourceMappingURL=DefaultTag.vue.d.ts.map
@@ -56,82 +56,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
56
56
  hasBackButton: boolean;
57
57
  enableTooltip: boolean;
58
58
  }, {}, {
59
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
60
- filled: {
61
- type: BooleanConstructor;
62
- };
63
- next: {
64
- type: BooleanConstructor;
65
- };
66
- icon: {
67
- type: StringConstructor;
68
- default: null;
69
- };
70
- clickable: {
71
- type: BooleanConstructor;
72
- default: boolean;
73
- };
74
- size: {
75
- type: StringConstructor;
76
- default: string;
77
- validator(value: unknown): boolean;
78
- };
79
- lineHeight: {
80
- type: StringConstructor;
81
- default: null;
82
- validator(value: unknown): boolean;
83
- };
84
- scheme: {
85
- type: StringConstructor;
86
- default: string;
87
- };
88
- }>, {}, {}, {
89
- svg(): any;
90
- materialSymbolsName(): any;
91
- }, {
92
- onClick($event: any): void;
93
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
94
- filled: {
95
- type: BooleanConstructor;
96
- };
97
- next: {
98
- type: BooleanConstructor;
99
- };
100
- icon: {
101
- type: StringConstructor;
102
- default: null;
103
- };
104
- clickable: {
105
- type: BooleanConstructor;
106
- default: boolean;
107
- };
108
- size: {
109
- type: StringConstructor;
110
- default: string;
111
- validator(value: unknown): boolean;
112
- };
113
- lineHeight: {
114
- type: StringConstructor;
115
- default: null;
116
- validator(value: unknown): boolean;
117
- };
118
- scheme: {
119
- type: StringConstructor;
120
- default: string;
121
- };
122
- }>> & Readonly<{
123
- onClick?: ((...args: any[]) => any) | undefined;
124
- onMousedown?: ((...args: any[]) => any) | undefined;
125
- onMouseup?: ((...args: any[]) => any) | undefined;
59
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
60
+ click: (event: Event) => any;
61
+ mousedown: (event: Event) => any;
62
+ mouseup: (event: Event) => any;
63
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
64
+ onClick?: ((event: Event) => any) | undefined;
65
+ onMousedown?: ((event: Event) => any) | undefined;
66
+ onMouseup?: ((event: Event) => any) | undefined;
126
67
  }>, {
127
68
  filled: boolean;
128
69
  next: boolean;
129
- icon: string;
70
+ icon: string | null;
130
71
  clickable: boolean;
131
- size: string;
132
- lineHeight: string;
133
- scheme: string;
134
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
72
+ size: import('../Icon.vue').IconSize;
73
+ lineHeight: import('../Icon.vue').LineHeight | null;
74
+ scheme: import('../Icon.vue').SchemeColor;
75
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
135
76
  ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
136
77
  text: {
137
78
  type: StringConstructor;
@@ -119,82 +119,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
119
119
  leftIcon: string;
120
120
  rightIcon: string;
121
121
  }, {}, {
122
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
123
- filled: {
124
- type: BooleanConstructor;
125
- };
126
- next: {
127
- type: BooleanConstructor;
128
- };
129
- icon: {
130
- type: StringConstructor;
131
- default: null;
132
- };
133
- clickable: {
134
- type: BooleanConstructor;
135
- default: boolean;
136
- };
137
- size: {
138
- type: StringConstructor;
139
- default: string;
140
- validator(value: unknown): boolean;
141
- };
142
- lineHeight: {
143
- type: StringConstructor;
144
- default: null;
145
- validator(value: unknown): boolean;
146
- };
147
- scheme: {
148
- type: StringConstructor;
149
- default: string;
150
- };
151
- }>, {}, {}, {
152
- svg(): any;
153
- materialSymbolsName(): any;
154
- }, {
155
- onClick($event: any): void;
156
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
157
- filled: {
158
- type: BooleanConstructor;
159
- };
160
- next: {
161
- type: BooleanConstructor;
162
- };
163
- icon: {
164
- type: StringConstructor;
165
- default: null;
166
- };
167
- clickable: {
168
- type: BooleanConstructor;
169
- default: boolean;
170
- };
171
- size: {
172
- type: StringConstructor;
173
- default: string;
174
- validator(value: unknown): boolean;
175
- };
176
- lineHeight: {
177
- type: StringConstructor;
178
- default: null;
179
- validator(value: unknown): boolean;
180
- };
181
- scheme: {
182
- type: StringConstructor;
183
- default: string;
184
- };
185
- }>> & Readonly<{
186
- onClick?: ((...args: any[]) => any) | undefined;
187
- onMousedown?: ((...args: any[]) => any) | undefined;
188
- onMouseup?: ((...args: any[]) => any) | undefined;
122
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
123
+ click: (event: Event) => any;
124
+ mousedown: (event: Event) => any;
125
+ mouseup: (event: Event) => any;
126
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
127
+ onClick?: ((event: Event) => any) | undefined;
128
+ onMousedown?: ((event: Event) => any) | undefined;
129
+ onMouseup?: ((event: Event) => any) | undefined;
189
130
  }>, {
190
131
  filled: boolean;
191
132
  next: boolean;
192
- icon: string;
133
+ icon: string | null;
193
134
  clickable: boolean;
194
- size: string;
195
- lineHeight: string;
196
- scheme: string;
197
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
135
+ size: import('../Icon.vue').IconSize;
136
+ lineHeight: import('../Icon.vue').LineHeight | null;
137
+ scheme: import('../Icon.vue').SchemeColor;
138
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
198
139
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
199
140
  text: {
200
141
  type: StringConstructor;
@@ -253,82 +194,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
253
194
  hasBackButton: boolean;
254
195
  enableTooltip: boolean;
255
196
  }, {}, {
256
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
257
- filled: {
258
- type: BooleanConstructor;
259
- };
260
- next: {
261
- type: BooleanConstructor;
262
- };
263
- icon: {
264
- type: StringConstructor;
265
- default: null;
266
- };
267
- clickable: {
268
- type: BooleanConstructor;
269
- default: boolean;
270
- };
271
- size: {
272
- type: StringConstructor;
273
- default: string;
274
- validator(value: unknown): boolean;
275
- };
276
- lineHeight: {
277
- type: StringConstructor;
278
- default: null;
279
- validator(value: unknown): boolean;
280
- };
281
- scheme: {
282
- type: StringConstructor;
283
- default: string;
284
- };
285
- }>, {}, {}, {
286
- svg(): any;
287
- materialSymbolsName(): any;
288
- }, {
289
- onClick($event: any): void;
290
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
291
- filled: {
292
- type: BooleanConstructor;
293
- };
294
- next: {
295
- type: BooleanConstructor;
296
- };
297
- icon: {
298
- type: StringConstructor;
299
- default: null;
300
- };
301
- clickable: {
302
- type: BooleanConstructor;
303
- default: boolean;
304
- };
305
- size: {
306
- type: StringConstructor;
307
- default: string;
308
- validator(value: unknown): boolean;
309
- };
310
- lineHeight: {
311
- type: StringConstructor;
312
- default: null;
313
- validator(value: unknown): boolean;
314
- };
315
- scheme: {
316
- type: StringConstructor;
317
- default: string;
318
- };
319
- }>> & Readonly<{
320
- onClick?: ((...args: any[]) => any) | undefined;
321
- onMousedown?: ((...args: any[]) => any) | undefined;
322
- onMouseup?: ((...args: any[]) => any) | undefined;
197
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
198
+ click: (event: Event) => any;
199
+ mousedown: (event: Event) => any;
200
+ mouseup: (event: Event) => any;
201
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
202
+ onClick?: ((event: Event) => any) | undefined;
203
+ onMousedown?: ((event: Event) => any) | undefined;
204
+ onMouseup?: ((event: Event) => any) | undefined;
323
205
  }>, {
324
206
  filled: boolean;
325
207
  next: boolean;
326
- icon: string;
208
+ icon: string | null;
327
209
  clickable: boolean;
328
- size: string;
329
- lineHeight: string;
330
- scheme: string;
331
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
210
+ size: import('../Icon.vue').IconSize;
211
+ lineHeight: import('../Icon.vue').LineHeight | null;
212
+ scheme: import('../Icon.vue').SchemeColor;
213
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
332
214
  ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
333
215
  text: {
334
216
  type: StringConstructor;
@@ -437,82 +319,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
437
319
  clickable: boolean;
438
320
  disabled: boolean;
439
321
  }, {}, {
440
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
441
- filled: {
442
- type: BooleanConstructor;
443
- };
444
- next: {
445
- type: BooleanConstructor;
446
- };
447
- icon: {
448
- type: StringConstructor;
449
- default: null;
450
- };
451
- clickable: {
452
- type: BooleanConstructor;
453
- default: boolean;
454
- };
455
- size: {
456
- type: StringConstructor;
457
- default: string;
458
- validator(value: unknown): boolean;
459
- };
460
- lineHeight: {
461
- type: StringConstructor;
462
- default: null;
463
- validator(value: unknown): boolean;
464
- };
465
- scheme: {
466
- type: StringConstructor;
467
- default: string;
468
- };
469
- }>, {}, {}, {
470
- svg(): any;
471
- materialSymbolsName(): any;
472
- }, {
473
- onClick($event: any): void;
474
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
475
- filled: {
476
- type: BooleanConstructor;
477
- };
478
- next: {
479
- type: BooleanConstructor;
480
- };
481
- icon: {
482
- type: StringConstructor;
483
- default: null;
484
- };
485
- clickable: {
486
- type: BooleanConstructor;
487
- default: boolean;
488
- };
489
- size: {
490
- type: StringConstructor;
491
- default: string;
492
- validator(value: unknown): boolean;
493
- };
494
- lineHeight: {
495
- type: StringConstructor;
496
- default: null;
497
- validator(value: unknown): boolean;
498
- };
499
- scheme: {
500
- type: StringConstructor;
501
- default: string;
502
- };
503
- }>> & Readonly<{
504
- onClick?: ((...args: any[]) => any) | undefined;
505
- onMousedown?: ((...args: any[]) => any) | undefined;
506
- onMouseup?: ((...args: any[]) => any) | undefined;
322
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
323
+ click: (event: Event) => any;
324
+ mousedown: (event: Event) => any;
325
+ mouseup: (event: Event) => any;
326
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
327
+ onClick?: ((event: Event) => any) | undefined;
328
+ onMousedown?: ((event: Event) => any) | undefined;
329
+ onMouseup?: ((event: Event) => any) | undefined;
507
330
  }>, {
508
331
  filled: boolean;
509
332
  next: boolean;
510
- icon: string;
333
+ icon: string | null;
511
334
  clickable: boolean;
512
- size: string;
513
- lineHeight: string;
514
- scheme: string;
515
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
335
+ size: import('../Icon.vue').IconSize;
336
+ lineHeight: import('../Icon.vue').LineHeight | null;
337
+ scheme: import('../Icon.vue').SchemeColor;
338
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
516
339
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
517
340
  text: {
518
341
  type: StringConstructor;
@@ -587,9 +410,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
587
410
  };
588
411
  }>> & Readonly<{}>, {
589
412
  text: string;
590
- type: string;
591
413
  clickable: boolean;
592
414
  scheme: string;
415
+ type: string;
593
416
  disabled: boolean;
594
417
  hasCloseIcon: boolean;
595
418
  leftIcon: string;