@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
@@ -24,82 +24,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
24
24
  readonly: boolean;
25
25
  showValue: boolean;
26
26
  }, {}, {
27
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
28
- filled: {
29
- type: BooleanConstructor;
30
- };
31
- next: {
32
- type: BooleanConstructor;
33
- };
34
- icon: {
35
- type: StringConstructor;
36
- default: null;
37
- };
38
- clickable: {
39
- type: BooleanConstructor;
40
- default: boolean;
41
- };
42
- size: {
43
- type: StringConstructor;
44
- default: string;
45
- validator(value: unknown): boolean;
46
- };
47
- lineHeight: {
48
- type: StringConstructor;
49
- default: null;
50
- validator(value: unknown): boolean;
51
- };
52
- scheme: {
53
- type: StringConstructor;
54
- default: string;
55
- };
56
- }>, {}, {}, {
57
- svg(): any;
58
- materialSymbolsName(): any;
59
- }, {
60
- onClick($event: any): void;
61
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
62
- filled: {
63
- type: BooleanConstructor;
64
- };
65
- next: {
66
- type: BooleanConstructor;
67
- };
68
- icon: {
69
- type: StringConstructor;
70
- default: null;
71
- };
72
- clickable: {
73
- type: BooleanConstructor;
74
- default: boolean;
75
- };
76
- size: {
77
- type: StringConstructor;
78
- default: string;
79
- validator(value: unknown): boolean;
80
- };
81
- lineHeight: {
82
- type: StringConstructor;
83
- default: null;
84
- validator(value: unknown): boolean;
85
- };
86
- scheme: {
87
- type: StringConstructor;
88
- default: string;
89
- };
90
- }>> & Readonly<{
91
- onClick?: ((...args: any[]) => any) | undefined;
92
- onMousedown?: ((...args: any[]) => any) | undefined;
93
- onMouseup?: ((...args: any[]) => any) | undefined;
27
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
+ click: (event: Event) => any;
29
+ mousedown: (event: Event) => any;
30
+ mouseup: (event: Event) => any;
31
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
32
+ onClick?: ((event: Event) => any) | undefined;
33
+ onMousedown?: ((event: Event) => any) | undefined;
34
+ onMouseup?: ((event: Event) => any) | undefined;
94
35
  }>, {
95
36
  filled: boolean;
96
37
  next: boolean;
97
- icon: string;
38
+ icon: string | null;
98
39
  clickable: boolean;
99
- size: string;
100
- lineHeight: string;
101
- scheme: string;
102
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
40
+ size: import('../Icon.vue').IconSize;
41
+ lineHeight: import('../Icon.vue').LineHeight | null;
42
+ scheme: import('../Icon.vue').SchemeColor;
43
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
103
44
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
104
45
  export default _default;
105
46
  //# sourceMappingURL=StarRating.vue.d.ts.map
@@ -27,8 +27,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
27
27
  isActive: boolean;
28
28
  }, {
29
29
  currentIcon(): "switch-selected-disabled" | "switch-default-disabled" | "switch-default";
30
- iconSize(): "md" | "sm";
31
- iconScheme(): "brand-weni" | "neutral-soft";
30
+ iconSize(): "sm" | "md";
31
+ iconScheme(): "neutral-soft" | "brand-weni";
32
32
  iconLineHeight(): "" | "sm";
33
33
  }, {
34
34
  toggleState(): void;
@@ -67,82 +67,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
67
67
  textLeft: string;
68
68
  useVModel: boolean;
69
69
  }, {}, {
70
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
71
- filled: {
72
- type: BooleanConstructor;
73
- };
74
- next: {
75
- type: BooleanConstructor;
76
- };
77
- icon: {
78
- type: StringConstructor;
79
- default: null;
80
- };
81
- clickable: {
82
- type: BooleanConstructor;
83
- default: boolean;
84
- };
85
- size: {
86
- type: StringConstructor;
87
- default: string;
88
- validator(value: unknown): boolean;
89
- };
90
- lineHeight: {
91
- type: StringConstructor;
92
- default: null;
93
- validator(value: unknown): boolean;
94
- };
95
- scheme: {
96
- type: StringConstructor;
97
- default: string;
98
- };
99
- }>, {}, {}, {
100
- svg(): any;
101
- materialSymbolsName(): any;
102
- }, {
103
- onClick($event: any): void;
104
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
105
- filled: {
106
- type: BooleanConstructor;
107
- };
108
- next: {
109
- type: BooleanConstructor;
110
- };
111
- icon: {
112
- type: StringConstructor;
113
- default: null;
114
- };
115
- clickable: {
116
- type: BooleanConstructor;
117
- default: boolean;
118
- };
119
- size: {
120
- type: StringConstructor;
121
- default: string;
122
- validator(value: unknown): boolean;
123
- };
124
- lineHeight: {
125
- type: StringConstructor;
126
- default: null;
127
- validator(value: unknown): boolean;
128
- };
129
- scheme: {
130
- type: StringConstructor;
131
- default: string;
132
- };
133
- }>> & Readonly<{
134
- onClick?: ((...args: any[]) => any) | undefined;
135
- onMousedown?: ((...args: any[]) => any) | undefined;
136
- onMouseup?: ((...args: any[]) => any) | undefined;
70
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
71
+ click: (event: Event) => any;
72
+ mousedown: (event: Event) => any;
73
+ mouseup: (event: Event) => any;
74
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
75
+ onClick?: ((event: Event) => any) | undefined;
76
+ onMousedown?: ((event: Event) => any) | undefined;
77
+ onMouseup?: ((event: Event) => any) | undefined;
137
78
  }>, {
138
79
  filled: boolean;
139
80
  next: boolean;
140
- icon: string;
81
+ icon: string | null;
141
82
  clickable: boolean;
142
- size: string;
143
- lineHeight: string;
144
- scheme: string;
145
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
83
+ size: import('../Icon.vue').IconSize;
84
+ lineHeight: import('../Icon.vue').LineHeight | null;
85
+ scheme: import('../Icon.vue').SchemeColor;
86
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
146
87
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
147
88
  export default _default;
148
89
  //# sourceMappingURL=Switch.vue.d.ts.map
@@ -51,82 +51,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
51
51
  initialTab: string;
52
52
  tabs: unknown[];
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
  UnnnicToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
131
72
  text: {
132
73
  type: StringConstructor;
@@ -1,13 +1,13 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  cell: {
3
- type: (StringConstructor | ObjectConstructor)[];
3
+ type: (ObjectConstructor | StringConstructor)[];
4
4
  default: string;
5
5
  };
6
6
  }>, {}, {}, {}, {
7
7
  getIsComponent(cell: any): boolean;
8
8
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9
9
  cell: {
10
- type: (StringConstructor | ObjectConstructor)[];
10
+ type: (ObjectConstructor | StringConstructor)[];
11
11
  default: string;
12
12
  };
13
13
  }>> & Readonly<{}>, {
@@ -107,110 +107,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
107
107
  max: number;
108
108
  show: number;
109
109
  }, {}, {
110
- UnnnicButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
111
- size: {
112
- type: StringConstructor;
113
- default: string;
114
- };
115
- text: {
116
- type: StringConstructor;
117
- default: string;
118
- };
119
- type: {
120
- type: StringConstructor;
121
- default: string;
122
- };
123
- float: {
124
- type: BooleanConstructor;
125
- default: boolean;
126
- };
127
- iconLeft: {
128
- type: StringConstructor;
129
- default: string;
130
- };
131
- iconRight: {
132
- type: StringConstructor;
133
- default: string;
134
- };
135
- iconCenter: {
136
- type: StringConstructor;
137
- default: string;
138
- };
139
- iconsFilled: {
140
- type: BooleanConstructor;
141
- default: boolean;
142
- };
143
- next: {
144
- type: BooleanConstructor;
145
- default: boolean;
146
- };
147
- disabled: {
148
- type: BooleanConstructor;
149
- default: boolean;
150
- };
151
- loading: {
152
- type: BooleanConstructor;
153
- default: boolean;
154
- };
155
- }>, {}, {}, {
156
- buttonDisabled(): boolean;
157
- iconSize(): "md" | "sm";
158
- hasText(): boolean | "";
159
- iconScheme(): any;
160
- isSizePropValid(): boolean;
161
- isTypePropValid(): boolean;
162
- }, {
163
- validateProps(): void;
164
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
165
- size: {
166
- type: StringConstructor;
167
- default: string;
168
- };
169
- text: {
170
- type: StringConstructor;
171
- default: string;
172
- };
173
- type: {
174
- type: StringConstructor;
175
- default: string;
176
- };
177
- float: {
178
- type: BooleanConstructor;
179
- default: boolean;
180
- };
181
- iconLeft: {
182
- type: StringConstructor;
183
- default: string;
184
- };
185
- iconRight: {
186
- type: StringConstructor;
187
- default: string;
188
- };
189
- iconCenter: {
190
- type: StringConstructor;
191
- default: string;
192
- };
193
- iconsFilled: {
194
- type: BooleanConstructor;
195
- default: boolean;
196
- };
197
- next: {
198
- type: BooleanConstructor;
199
- default: boolean;
200
- };
201
- disabled: {
202
- type: BooleanConstructor;
203
- default: boolean;
204
- };
205
- loading: {
206
- type: BooleanConstructor;
207
- default: boolean;
208
- };
209
- }>> & Readonly<{}>, {
110
+ UnnnicButton: {
111
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
112
+ text: string;
113
+ next: boolean;
114
+ size: import('../Button/types').ButtonSize;
115
+ type: import('../Button/types').ButtonType;
116
+ disabled: boolean;
117
+ iconLeft: string;
118
+ iconRight: string;
119
+ float: boolean;
120
+ iconCenter: string;
121
+ iconsFilled: boolean;
122
+ loading: boolean;
123
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
124
+ P: {};
125
+ B: {};
126
+ D: {};
127
+ C: {};
128
+ M: {};
129
+ Defaults: {};
130
+ }, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
131
+ text: string;
132
+ next: boolean;
133
+ size: import('../Button/types').ButtonSize;
134
+ type: import('../Button/types').ButtonType;
135
+ disabled: boolean;
136
+ iconLeft: string;
137
+ iconRight: string;
138
+ float: boolean;
139
+ iconCenter: string;
140
+ iconsFilled: boolean;
141
+ loading: boolean;
142
+ }>;
143
+ __isFragment?: never;
144
+ __isTeleport?: never;
145
+ __isSuspense?: never;
146
+ } & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
210
147
  text: string;
211
- type: string;
212
148
  next: boolean;
213
- size: string;
149
+ size: import('../Button/types').ButtonSize;
150
+ type: import('../Button/types').ButtonType;
214
151
  disabled: boolean;
215
152
  iconLeft: string;
216
153
  iconRight: string;
@@ -218,84 +155,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
218
155
  iconCenter: string;
219
156
  iconsFilled: boolean;
220
157
  loading: boolean;
221
- }, {}, {
222
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
223
- filled: {
224
- type: BooleanConstructor;
225
- };
226
- next: {
227
- type: BooleanConstructor;
228
- };
229
- icon: {
230
- type: StringConstructor;
231
- default: null;
232
- };
233
- clickable: {
234
- type: BooleanConstructor;
235
- default: boolean;
236
- };
237
- size: {
238
- type: StringConstructor;
239
- default: string;
240
- validator(value: unknown): boolean;
241
- };
242
- lineHeight: {
243
- type: StringConstructor;
244
- default: null;
245
- validator(value: unknown): boolean;
246
- };
247
- scheme: {
248
- type: StringConstructor;
249
- default: string;
250
- };
251
- }>, {}, {}, {
252
- svg(): any;
253
- materialSymbolsName(): any;
254
- }, {
255
- onClick($event: any): void;
256
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<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
- }>> & Readonly<{
286
- onClick?: ((...args: any[]) => any) | undefined;
287
- onMousedown?: ((...args: any[]) => any) | undefined;
288
- onMouseup?: ((...args: any[]) => any) | undefined;
289
- }>, {
290
- filled: boolean;
291
- next: boolean;
292
- icon: string;
293
- clickable: boolean;
294
- size: string;
295
- lineHeight: string;
296
- scheme: string;
297
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
298
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
158
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
159
+ $slots: {
160
+ default?(_: {}): any;
161
+ };
162
+ });
299
163
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
300
164
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
301
165
  export default _default;
@@ -22,82 +22,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
22
22
  onBack?: ((...args: any[]) => any) | undefined;
23
23
  "onClose-tab"?: ((...args: any[]) => any) | undefined;
24
24
  }>, {}, {}, {
25
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
26
- filled: {
27
- type: BooleanConstructor;
28
- };
29
- next: {
30
- type: BooleanConstructor;
31
- };
32
- icon: {
33
- type: StringConstructor;
34
- default: null;
35
- };
36
- clickable: {
37
- type: BooleanConstructor;
38
- default: boolean;
39
- };
40
- size: {
41
- type: StringConstructor;
42
- default: string;
43
- validator(value: unknown): boolean;
44
- };
45
- lineHeight: {
46
- type: StringConstructor;
47
- default: null;
48
- validator(value: unknown): boolean;
49
- };
50
- scheme: {
51
- type: StringConstructor;
52
- default: string;
53
- };
54
- }>, {}, {}, {
55
- svg(): any;
56
- materialSymbolsName(): any;
57
- }, {
58
- onClick($event: any): void;
59
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<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
- }>> & Readonly<{
89
- onClick?: ((...args: any[]) => any) | undefined;
90
- onMousedown?: ((...args: any[]) => any) | undefined;
91
- onMouseup?: ((...args: any[]) => any) | undefined;
25
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
+ click: (event: Event) => any;
27
+ mousedown: (event: Event) => any;
28
+ mouseup: (event: Event) => any;
29
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
30
+ onClick?: ((event: Event) => any) | undefined;
31
+ onMousedown?: ((event: Event) => any) | undefined;
32
+ onMouseup?: ((event: Event) => any) | undefined;
92
33
  }>, {
93
34
  filled: boolean;
94
35
  next: boolean;
95
- icon: string;
36
+ icon: string | null;
96
37
  clickable: boolean;
97
- size: string;
98
- lineHeight: string;
99
- scheme: string;
100
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
38
+ size: import('../Icon.vue').IconSize;
39
+ lineHeight: import('../Icon.vue').LineHeight | null;
40
+ scheme: import('../Icon.vue').SchemeColor;
41
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
101
42
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
102
43
  export default _default;
103
44
  //# sourceMappingURL=TabsExpanded.vue.d.ts.map