@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
@@ -47,82 +47,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
47
47
  description: string;
48
48
  enabled: boolean;
49
49
  }, {}, {
50
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
51
- filled: {
52
- type: BooleanConstructor;
53
- };
54
- next: {
55
- type: BooleanConstructor;
56
- };
57
- icon: {
58
- type: StringConstructor;
59
- default: null;
60
- };
61
- clickable: {
62
- type: BooleanConstructor;
63
- default: boolean;
64
- };
65
- size: {
66
- type: StringConstructor;
67
- default: string;
68
- validator(value: unknown): boolean;
69
- };
70
- lineHeight: {
71
- type: StringConstructor;
72
- default: null;
73
- validator(value: unknown): boolean;
74
- };
75
- scheme: {
76
- type: StringConstructor;
77
- default: string;
78
- };
79
- }>, {}, {}, {
80
- svg(): any;
81
- materialSymbolsName(): any;
82
- }, {
83
- onClick($event: any): void;
84
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
85
- filled: {
86
- type: BooleanConstructor;
87
- };
88
- next: {
89
- type: BooleanConstructor;
90
- };
91
- icon: {
92
- type: StringConstructor;
93
- default: null;
94
- };
95
- clickable: {
96
- type: BooleanConstructor;
97
- default: boolean;
98
- };
99
- size: {
100
- type: StringConstructor;
101
- default: string;
102
- validator(value: unknown): boolean;
103
- };
104
- lineHeight: {
105
- type: StringConstructor;
106
- default: null;
107
- validator(value: unknown): boolean;
108
- };
109
- scheme: {
110
- type: StringConstructor;
111
- default: string;
112
- };
113
- }>> & Readonly<{
114
- onClick?: ((...args: any[]) => any) | undefined;
115
- onMousedown?: ((...args: any[]) => any) | undefined;
116
- onMouseup?: ((...args: any[]) => any) | undefined;
50
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
51
+ click: (event: Event) => any;
52
+ mousedown: (event: Event) => any;
53
+ mouseup: (event: Event) => any;
54
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
55
+ onClick?: ((event: Event) => any) | undefined;
56
+ onMousedown?: ((event: Event) => any) | undefined;
57
+ onMouseup?: ((event: Event) => any) | undefined;
117
58
  }>, {
118
59
  filled: boolean;
119
60
  next: boolean;
120
- icon: string;
61
+ icon: string | null;
121
62
  clickable: boolean;
122
- size: string;
123
- lineHeight: string;
124
- scheme: string;
125
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
63
+ size: import('../Icon.vue').IconSize;
64
+ lineHeight: import('../Icon.vue').LineHeight | null;
65
+ scheme: import('../Icon.vue').SchemeColor;
66
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
126
67
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
127
68
  export default _default;
128
69
  //# sourceMappingURL=ContentCard.vue.d.ts.map
@@ -58,82 +58,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
58
58
  percent: number;
59
59
  invertedPercentage: boolean;
60
60
  }, {}, {
61
- UnnnicIcon: import('vue').DefineComponent<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
- }>, {}, {}, {
91
- svg(): any;
92
- materialSymbolsName(): any;
93
- }, {
94
- onClick($event: any): void;
95
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
96
- filled: {
97
- type: BooleanConstructor;
98
- };
99
- next: {
100
- type: BooleanConstructor;
101
- };
102
- icon: {
103
- type: StringConstructor;
104
- default: null;
105
- };
106
- clickable: {
107
- type: BooleanConstructor;
108
- default: boolean;
109
- };
110
- size: {
111
- type: StringConstructor;
112
- default: string;
113
- validator(value: unknown): boolean;
114
- };
115
- lineHeight: {
116
- type: StringConstructor;
117
- default: null;
118
- validator(value: unknown): boolean;
119
- };
120
- scheme: {
121
- type: StringConstructor;
122
- default: string;
123
- };
124
- }>> & Readonly<{
125
- onClick?: ((...args: any[]) => any) | undefined;
126
- onMousedown?: ((...args: any[]) => any) | undefined;
127
- onMouseup?: ((...args: any[]) => any) | undefined;
61
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
62
+ click: (event: Event) => any;
63
+ mousedown: (event: Event) => any;
64
+ mouseup: (event: Event) => any;
65
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
66
+ onClick?: ((event: Event) => any) | undefined;
67
+ onMousedown?: ((event: Event) => any) | undefined;
68
+ onMouseup?: ((event: Event) => any) | undefined;
128
69
  }>, {
129
70
  filled: boolean;
130
71
  next: boolean;
131
- icon: string;
72
+ icon: string | null;
132
73
  clickable: boolean;
133
- size: string;
134
- lineHeight: string;
135
- scheme: string;
136
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
74
+ size: import('../Icon.vue').IconSize;
75
+ lineHeight: import('../Icon.vue').LineHeight | null;
76
+ scheme: import('../Icon.vue').SchemeColor;
77
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
137
78
  UnnnicAvatarIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
138
79
  enabled: {
139
80
  type: BooleanConstructor;
@@ -196,82 +137,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
196
137
  enabled: boolean;
197
138
  opacity: boolean;
198
139
  }, {}, {
199
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
200
- filled: {
201
- type: BooleanConstructor;
202
- };
203
- next: {
204
- type: BooleanConstructor;
205
- };
206
- icon: {
207
- type: StringConstructor;
208
- default: null;
209
- };
210
- clickable: {
211
- type: BooleanConstructor;
212
- default: boolean;
213
- };
214
- size: {
215
- type: StringConstructor;
216
- default: string;
217
- validator(value: unknown): boolean;
218
- };
219
- lineHeight: {
220
- type: StringConstructor;
221
- default: null;
222
- validator(value: unknown): boolean;
223
- };
224
- scheme: {
225
- type: StringConstructor;
226
- default: string;
227
- };
228
- }>, {}, {}, {
229
- svg(): any;
230
- materialSymbolsName(): any;
231
- }, {
232
- onClick($event: any): void;
233
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
234
- filled: {
235
- type: BooleanConstructor;
236
- };
237
- next: {
238
- type: BooleanConstructor;
239
- };
240
- icon: {
241
- type: StringConstructor;
242
- default: null;
243
- };
244
- clickable: {
245
- type: BooleanConstructor;
246
- default: boolean;
247
- };
248
- size: {
249
- type: StringConstructor;
250
- default: string;
251
- validator(value: unknown): boolean;
252
- };
253
- lineHeight: {
254
- type: StringConstructor;
255
- default: null;
256
- validator(value: unknown): boolean;
257
- };
258
- scheme: {
259
- type: StringConstructor;
260
- default: string;
261
- };
262
- }>> & Readonly<{
263
- onClick?: ((...args: any[]) => any) | undefined;
264
- onMousedown?: ((...args: any[]) => any) | undefined;
265
- onMouseup?: ((...args: any[]) => any) | undefined;
140
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
141
+ click: (event: Event) => any;
142
+ mousedown: (event: Event) => any;
143
+ mouseup: (event: Event) => any;
144
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
145
+ onClick?: ((event: Event) => any) | undefined;
146
+ onMousedown?: ((event: Event) => any) | undefined;
147
+ onMouseup?: ((event: Event) => any) | undefined;
266
148
  }>, {
267
149
  filled: boolean;
268
150
  next: boolean;
269
- icon: string;
151
+ icon: string | null;
270
152
  clickable: boolean;
271
- size: string;
272
- lineHeight: string;
273
- scheme: string;
274
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
153
+ size: import('../Icon.vue').IconSize;
154
+ lineHeight: import('../Icon.vue').LineHeight | null;
155
+ scheme: import('../Icon.vue').SchemeColor;
156
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
275
157
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
276
158
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
277
159
  export default _default;
@@ -67,82 +67,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
67
67
  rating: number;
68
68
  typeAction: string;
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=MarketplaceCard.vue.d.ts.map
@@ -124,82 +124,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
124
124
  shortcutText: string;
125
125
  enableHtml: boolean;
126
126
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
127
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
128
- filled: {
129
- type: BooleanConstructor;
130
- };
131
- next: {
132
- type: BooleanConstructor;
133
- };
134
- icon: {
135
- type: StringConstructor;
136
- default: null;
137
- };
138
- clickable: {
139
- type: BooleanConstructor;
140
- default: boolean;
141
- };
142
- size: {
143
- type: StringConstructor;
144
- default: string;
145
- validator(value: unknown): boolean;
146
- };
147
- lineHeight: {
148
- type: StringConstructor;
149
- default: null;
150
- validator(value: unknown): boolean;
151
- };
152
- scheme: {
153
- type: StringConstructor;
154
- default: string;
155
- };
156
- }>, {}, {}, {
157
- svg(): any;
158
- materialSymbolsName(): any;
159
- }, {
160
- onClick($event: any): void;
161
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
162
- filled: {
163
- type: BooleanConstructor;
164
- };
165
- next: {
166
- type: BooleanConstructor;
167
- };
168
- icon: {
169
- type: StringConstructor;
170
- default: null;
171
- };
172
- clickable: {
173
- type: BooleanConstructor;
174
- default: boolean;
175
- };
176
- size: {
177
- type: StringConstructor;
178
- default: string;
179
- validator(value: unknown): boolean;
180
- };
181
- lineHeight: {
182
- type: StringConstructor;
183
- default: null;
184
- validator(value: unknown): boolean;
185
- };
186
- scheme: {
187
- type: StringConstructor;
188
- default: string;
189
- };
190
- }>> & Readonly<{
191
- onClick?: ((...args: any[]) => any) | undefined;
192
- onMousedown?: ((...args: any[]) => any) | undefined;
193
- onMouseup?: ((...args: any[]) => any) | undefined;
127
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
128
+ click: (event: Event) => any;
129
+ mousedown: (event: Event) => any;
130
+ mouseup: (event: Event) => any;
131
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
132
+ onClick?: ((event: Event) => any) | undefined;
133
+ onMousedown?: ((event: Event) => any) | undefined;
134
+ onMouseup?: ((event: Event) => any) | undefined;
194
135
  }>, {
195
136
  filled: boolean;
196
137
  next: boolean;
197
- icon: string;
138
+ icon: string | null;
198
139
  clickable: boolean;
199
- size: string;
200
- lineHeight: string;
201
- scheme: string;
202
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
140
+ size: import('../Icon.vue').IconSize;
141
+ lineHeight: import('../Icon.vue').LineHeight | null;
142
+ scheme: import('../Icon.vue').SchemeColor;
143
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
203
144
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
204
145
  export default _default;
205
146
  //# sourceMappingURL=SimpleCard.vue.d.ts.map
@@ -47,82 +47,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
47
47
  description: string;
48
48
  status: string;
49
49
  }, {}, {
50
- UnnnicIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
51
- filled: {
52
- type: BooleanConstructor;
53
- };
54
- next: {
55
- type: BooleanConstructor;
56
- };
57
- icon: {
58
- type: StringConstructor;
59
- default: null;
60
- };
61
- clickable: {
62
- type: BooleanConstructor;
63
- default: boolean;
64
- };
65
- size: {
66
- type: StringConstructor;
67
- default: string;
68
- validator(value: unknown): boolean;
69
- };
70
- lineHeight: {
71
- type: StringConstructor;
72
- default: null;
73
- validator(value: unknown): boolean;
74
- };
75
- scheme: {
76
- type: StringConstructor;
77
- default: string;
78
- };
79
- }>, {}, {}, {
80
- svg(): any;
81
- materialSymbolsName(): any;
82
- }, {
83
- onClick($event: any): void;
84
- }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "mousedown" | "mouseup")[], "click" | "mousedown" | "mouseup", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
85
- filled: {
86
- type: BooleanConstructor;
87
- };
88
- next: {
89
- type: BooleanConstructor;
90
- };
91
- icon: {
92
- type: StringConstructor;
93
- default: null;
94
- };
95
- clickable: {
96
- type: BooleanConstructor;
97
- default: boolean;
98
- };
99
- size: {
100
- type: StringConstructor;
101
- default: string;
102
- validator(value: unknown): boolean;
103
- };
104
- lineHeight: {
105
- type: StringConstructor;
106
- default: null;
107
- validator(value: unknown): boolean;
108
- };
109
- scheme: {
110
- type: StringConstructor;
111
- default: string;
112
- };
113
- }>> & Readonly<{
114
- onClick?: ((...args: any[]) => any) | undefined;
115
- onMousedown?: ((...args: any[]) => any) | undefined;
116
- onMouseup?: ((...args: any[]) => any) | undefined;
50
+ UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
51
+ click: (event: Event) => any;
52
+ mousedown: (event: Event) => any;
53
+ mouseup: (event: Event) => any;
54
+ }, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
55
+ onClick?: ((event: Event) => any) | undefined;
56
+ onMousedown?: ((event: Event) => any) | undefined;
57
+ onMouseup?: ((event: Event) => any) | undefined;
117
58
  }>, {
118
59
  filled: boolean;
119
60
  next: boolean;
120
- icon: string;
61
+ icon: string | null;
121
62
  clickable: boolean;
122
- size: string;
123
- lineHeight: string;
124
- scheme: string;
125
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
63
+ size: import('../Icon.vue').IconSize;
64
+ lineHeight: import('../Icon.vue').LineHeight | null;
65
+ scheme: import('../Icon.vue').SchemeColor;
66
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
126
67
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
127
68
  export default _default;
128
69
  //# sourceMappingURL=StatusCard.vue.d.ts.map