@weni/unnnic-system 3.6.0 → 3.7.0
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.
- package/CHANGELOG.md +7 -0
- package/dist/components/DateFilter/DateFilter.vue.d.ts +2 -2
- package/dist/components/Icon.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +2 -2
- package/dist/components/Input/TextInput.vue.d.ts +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +2 -2
- package/dist/components/ModalNext/ModalNext.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +2 -2
- package/dist/components/SelectTime/index.vue.d.ts +2 -2
- package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
- package/dist/components/index.d.ts +16 -16
- package/dist/{es-92fbe460.mjs → es-c4737166.mjs} +1 -1
- package/dist/{index-0da47957.mjs → index-bd5f89f9.mjs} +10115 -8919
- package/dist/{pt-br-c29b6c9a.mjs → pt-br-ec3b3330.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +46 -46
- package/package.json +3 -2
- package/src/components/Icon.vue +23 -1
- package/src/stories/Icon.stories.js +24 -15
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
# 3.7.0 (2025-10-31)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- **Iconify Integration**: Added the Iconify package to support icons not available in Material Symbols.
|
|
13
|
+
- **Icon Component**: Implemented Iconify icon rendering logic in `Icon.vue`, expanding the component’s icon support.
|
|
14
|
+
|
|
8
15
|
# 3.6.0 (2025-10-31)
|
|
9
16
|
|
|
10
17
|
### Added
|
|
@@ -191,10 +191,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
191
191
|
mask: string | unknown[];
|
|
192
192
|
size: string;
|
|
193
193
|
type: string;
|
|
194
|
+
placeholder: string;
|
|
194
195
|
message: string;
|
|
195
196
|
modelValue: string;
|
|
196
197
|
nativeType: string;
|
|
197
|
-
placeholder: string;
|
|
198
198
|
iconLeft: string;
|
|
199
199
|
iconRight: string;
|
|
200
200
|
iconLeftClickable: boolean;
|
|
@@ -322,9 +322,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
322
322
|
}>, {
|
|
323
323
|
size: string;
|
|
324
324
|
type: string;
|
|
325
|
+
placeholder: string;
|
|
325
326
|
modelValue: string;
|
|
326
327
|
nativeType: string;
|
|
327
|
-
placeholder: string;
|
|
328
328
|
iconLeft: string;
|
|
329
329
|
iconRight: string;
|
|
330
330
|
iconLeftClickable: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../src/components/Icon.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Icon.vue.d.ts","sourceRoot":"","sources":["../../src/components/Icon.vue"],"names":[],"mappings":"AAwDA;AAoNA,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAMzD,YAAY,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,CAAC;;;;;;;;;;;;;;;;AA8LjD,wBAQG"}
|
|
@@ -128,10 +128,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
128
128
|
mask: string | unknown[];
|
|
129
129
|
size: string;
|
|
130
130
|
type: string;
|
|
131
|
+
placeholder: string;
|
|
131
132
|
message: string;
|
|
132
133
|
modelValue: string;
|
|
133
134
|
nativeType: string;
|
|
134
|
-
placeholder: string;
|
|
135
135
|
iconLeft: string;
|
|
136
136
|
iconRight: string;
|
|
137
137
|
iconLeftClickable: boolean;
|
|
@@ -259,9 +259,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
259
259
|
}>, {
|
|
260
260
|
size: string;
|
|
261
261
|
type: string;
|
|
262
|
+
placeholder: string;
|
|
262
263
|
modelValue: string;
|
|
263
264
|
nativeType: string;
|
|
264
|
-
placeholder: string;
|
|
265
265
|
iconLeft: string;
|
|
266
266
|
iconRight: string;
|
|
267
267
|
iconLeftClickable: boolean;
|
|
@@ -118,9 +118,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
118
118
|
}>, {
|
|
119
119
|
size: string;
|
|
120
120
|
type: string;
|
|
121
|
+
placeholder: string;
|
|
121
122
|
modelValue: string;
|
|
122
123
|
nativeType: string;
|
|
123
|
-
placeholder: string;
|
|
124
124
|
iconLeft: string;
|
|
125
125
|
iconRight: string;
|
|
126
126
|
iconLeftClickable: boolean;
|
|
@@ -299,10 +299,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
299
299
|
mask: string | unknown[];
|
|
300
300
|
size: string;
|
|
301
301
|
type: string;
|
|
302
|
+
placeholder: string;
|
|
302
303
|
message: string;
|
|
303
304
|
modelValue: string;
|
|
304
305
|
nativeType: string;
|
|
305
|
-
placeholder: string;
|
|
306
306
|
iconLeft: string;
|
|
307
307
|
iconRight: string;
|
|
308
308
|
iconLeftClickable: boolean;
|
|
@@ -430,9 +430,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
430
430
|
}>, {
|
|
431
431
|
size: string;
|
|
432
432
|
type: string;
|
|
433
|
+
placeholder: string;
|
|
433
434
|
modelValue: string;
|
|
434
435
|
nativeType: string;
|
|
435
|
-
placeholder: string;
|
|
436
436
|
iconLeft: string;
|
|
437
437
|
iconRight: string;
|
|
438
438
|
iconLeftClickable: boolean;
|
|
@@ -202,10 +202,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
202
202
|
mask: string | unknown[];
|
|
203
203
|
size: string;
|
|
204
204
|
type: string;
|
|
205
|
+
placeholder: string;
|
|
205
206
|
message: string;
|
|
206
207
|
modelValue: string;
|
|
207
208
|
nativeType: string;
|
|
208
|
-
placeholder: string;
|
|
209
209
|
iconLeft: string;
|
|
210
210
|
iconRight: string;
|
|
211
211
|
iconLeftClickable: boolean;
|
|
@@ -333,9 +333,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
333
333
|
}>, {
|
|
334
334
|
size: string;
|
|
335
335
|
type: string;
|
|
336
|
+
placeholder: string;
|
|
336
337
|
modelValue: string;
|
|
337
338
|
nativeType: string;
|
|
338
|
-
placeholder: string;
|
|
339
339
|
iconLeft: string;
|
|
340
340
|
iconRight: string;
|
|
341
341
|
iconLeftClickable: boolean;
|
|
@@ -189,9 +189,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
189
189
|
}>, {
|
|
190
190
|
size: string;
|
|
191
191
|
type: string;
|
|
192
|
+
placeholder: string;
|
|
192
193
|
disabled: boolean;
|
|
193
194
|
modelValue: unknown[];
|
|
194
|
-
placeholder: string;
|
|
195
195
|
options: unknown[];
|
|
196
196
|
orderedByIndex: boolean;
|
|
197
197
|
multiple: boolean;
|
|
@@ -324,9 +324,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
324
324
|
}>, {
|
|
325
325
|
size: string;
|
|
326
326
|
type: string;
|
|
327
|
+
placeholder: string;
|
|
327
328
|
modelValue: string;
|
|
328
329
|
nativeType: string;
|
|
329
|
-
placeholder: string;
|
|
330
330
|
iconLeft: string;
|
|
331
331
|
iconRight: string;
|
|
332
332
|
iconLeftClickable: boolean;
|
|
@@ -49,9 +49,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
49
49
|
}>> & Readonly<{
|
|
50
50
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
51
51
|
}>, {
|
|
52
|
+
placeholder: string;
|
|
52
53
|
disabled: boolean;
|
|
53
54
|
modelValue: string;
|
|
54
|
-
placeholder: string;
|
|
55
55
|
options: unknown[];
|
|
56
56
|
}, {}, {
|
|
57
57
|
DropdownSkeleton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -229,9 +229,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
229
229
|
}>, {
|
|
230
230
|
size: string;
|
|
231
231
|
type: string;
|
|
232
|
+
placeholder: string;
|
|
232
233
|
modelValue: string;
|
|
233
234
|
nativeType: string;
|
|
234
|
-
placeholder: string;
|
|
235
235
|
iconLeft: string;
|
|
236
236
|
iconRight: string;
|
|
237
237
|
iconLeftClickable: boolean;
|
|
@@ -188,10 +188,10 @@ export declare const unnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
188
188
|
mask: string | unknown[];
|
|
189
189
|
size: string;
|
|
190
190
|
type: string;
|
|
191
|
+
placeholder: string;
|
|
191
192
|
message: string;
|
|
192
193
|
modelValue: string;
|
|
193
194
|
nativeType: string;
|
|
194
|
-
placeholder: string;
|
|
195
195
|
iconLeft: string;
|
|
196
196
|
iconRight: string;
|
|
197
197
|
iconLeftClickable: boolean;
|
|
@@ -319,9 +319,9 @@ export declare const unnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
319
319
|
}>, {
|
|
320
320
|
size: string;
|
|
321
321
|
type: string;
|
|
322
|
+
placeholder: string;
|
|
322
323
|
modelValue: string;
|
|
323
324
|
nativeType: string;
|
|
324
|
-
placeholder: string;
|
|
325
325
|
iconLeft: string;
|
|
326
326
|
iconRight: string;
|
|
327
327
|
iconLeftClickable: boolean;
|
|
@@ -818,10 +818,10 @@ export declare const unnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
818
818
|
mask: string | unknown[];
|
|
819
819
|
size: string;
|
|
820
820
|
type: string;
|
|
821
|
+
placeholder: string;
|
|
821
822
|
message: string;
|
|
822
823
|
modelValue: string;
|
|
823
824
|
nativeType: string;
|
|
824
|
-
placeholder: string;
|
|
825
825
|
iconLeft: string;
|
|
826
826
|
iconRight: string;
|
|
827
827
|
iconLeftClickable: boolean;
|
|
@@ -949,9 +949,9 @@ export declare const unnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
949
949
|
}>, {
|
|
950
950
|
size: string;
|
|
951
951
|
type: string;
|
|
952
|
+
placeholder: string;
|
|
952
953
|
modelValue: string;
|
|
953
954
|
nativeType: string;
|
|
954
|
-
placeholder: string;
|
|
955
955
|
iconLeft: string;
|
|
956
956
|
iconRight: string;
|
|
957
957
|
iconLeftClickable: boolean;
|
|
@@ -4302,10 +4302,10 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
4302
4302
|
mask: string | unknown[];
|
|
4303
4303
|
size: string;
|
|
4304
4304
|
type: string;
|
|
4305
|
+
placeholder: string;
|
|
4305
4306
|
message: string;
|
|
4306
4307
|
modelValue: string;
|
|
4307
4308
|
nativeType: string;
|
|
4308
|
-
placeholder: string;
|
|
4309
4309
|
iconLeft: string;
|
|
4310
4310
|
iconRight: string;
|
|
4311
4311
|
iconLeftClickable: boolean;
|
|
@@ -4433,9 +4433,9 @@ export declare const unnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
4433
4433
|
}>, {
|
|
4434
4434
|
size: string;
|
|
4435
4435
|
type: string;
|
|
4436
|
+
placeholder: string;
|
|
4436
4437
|
modelValue: string;
|
|
4437
4438
|
nativeType: string;
|
|
4438
|
-
placeholder: string;
|
|
4439
4439
|
iconLeft: string;
|
|
4440
4440
|
iconRight: string;
|
|
4441
4441
|
iconLeftClickable: boolean;
|
|
@@ -8466,10 +8466,10 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
8466
8466
|
mask: string | unknown[];
|
|
8467
8467
|
size: string;
|
|
8468
8468
|
type: string;
|
|
8469
|
+
placeholder: string;
|
|
8469
8470
|
message: string;
|
|
8470
8471
|
modelValue: string;
|
|
8471
8472
|
nativeType: string;
|
|
8472
|
-
placeholder: string;
|
|
8473
8473
|
iconLeft: string;
|
|
8474
8474
|
iconRight: string;
|
|
8475
8475
|
iconLeftClickable: boolean;
|
|
@@ -8597,9 +8597,9 @@ export declare const unnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
8597
8597
|
}>, {
|
|
8598
8598
|
size: string;
|
|
8599
8599
|
type: string;
|
|
8600
|
+
placeholder: string;
|
|
8600
8601
|
modelValue: string;
|
|
8601
8602
|
nativeType: string;
|
|
8602
|
-
placeholder: string;
|
|
8603
8603
|
iconLeft: string;
|
|
8604
8604
|
iconRight: string;
|
|
8605
8605
|
iconLeftClickable: boolean;
|
|
@@ -12028,10 +12028,10 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
12028
12028
|
mask: string | unknown[];
|
|
12029
12029
|
size: string;
|
|
12030
12030
|
type: string;
|
|
12031
|
+
placeholder: string;
|
|
12031
12032
|
message: string;
|
|
12032
12033
|
modelValue: string;
|
|
12033
12034
|
nativeType: string;
|
|
12034
|
-
placeholder: string;
|
|
12035
12035
|
iconLeft: string;
|
|
12036
12036
|
iconRight: string;
|
|
12037
12037
|
iconLeftClickable: boolean;
|
|
@@ -12159,9 +12159,9 @@ export declare const UnnnicInput: import('vue').DefineComponent<import('vue').Ex
|
|
|
12159
12159
|
}>, {
|
|
12160
12160
|
size: string;
|
|
12161
12161
|
type: string;
|
|
12162
|
+
placeholder: string;
|
|
12162
12163
|
modelValue: string;
|
|
12163
12164
|
nativeType: string;
|
|
12164
|
-
placeholder: string;
|
|
12165
12165
|
iconLeft: string;
|
|
12166
12166
|
iconRight: string;
|
|
12167
12167
|
iconLeftClickable: boolean;
|
|
@@ -12658,10 +12658,10 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
12658
12658
|
mask: string | unknown[];
|
|
12659
12659
|
size: string;
|
|
12660
12660
|
type: string;
|
|
12661
|
+
placeholder: string;
|
|
12661
12662
|
message: string;
|
|
12662
12663
|
modelValue: string;
|
|
12663
12664
|
nativeType: string;
|
|
12664
|
-
placeholder: string;
|
|
12665
12665
|
iconLeft: string;
|
|
12666
12666
|
iconRight: string;
|
|
12667
12667
|
iconLeftClickable: boolean;
|
|
@@ -12789,9 +12789,9 @@ export declare const UnnnicInputDatePicker: import('vue').DefineComponent<import
|
|
|
12789
12789
|
}>, {
|
|
12790
12790
|
size: string;
|
|
12791
12791
|
type: string;
|
|
12792
|
+
placeholder: string;
|
|
12792
12793
|
modelValue: string;
|
|
12793
12794
|
nativeType: string;
|
|
12794
|
-
placeholder: string;
|
|
12795
12795
|
iconLeft: string;
|
|
12796
12796
|
iconRight: string;
|
|
12797
12797
|
iconLeftClickable: boolean;
|
|
@@ -16142,10 +16142,10 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
16142
16142
|
mask: string | unknown[];
|
|
16143
16143
|
size: string;
|
|
16144
16144
|
type: string;
|
|
16145
|
+
placeholder: string;
|
|
16145
16146
|
message: string;
|
|
16146
16147
|
modelValue: string;
|
|
16147
16148
|
nativeType: string;
|
|
16148
|
-
placeholder: string;
|
|
16149
16149
|
iconLeft: string;
|
|
16150
16150
|
iconRight: string;
|
|
16151
16151
|
iconLeftClickable: boolean;
|
|
@@ -16273,9 +16273,9 @@ export declare const UnnnicModalNext: import('vue').DefineComponent<import('vue'
|
|
|
16273
16273
|
}>, {
|
|
16274
16274
|
size: string;
|
|
16275
16275
|
type: string;
|
|
16276
|
+
placeholder: string;
|
|
16276
16277
|
modelValue: string;
|
|
16277
16278
|
nativeType: string;
|
|
16278
|
-
placeholder: string;
|
|
16279
16279
|
iconLeft: string;
|
|
16280
16280
|
iconRight: string;
|
|
16281
16281
|
iconLeftClickable: boolean;
|
|
@@ -20306,10 +20306,10 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
20306
20306
|
mask: string | unknown[];
|
|
20307
20307
|
size: string;
|
|
20308
20308
|
type: string;
|
|
20309
|
+
placeholder: string;
|
|
20309
20310
|
message: string;
|
|
20310
20311
|
modelValue: string;
|
|
20311
20312
|
nativeType: string;
|
|
20312
|
-
placeholder: string;
|
|
20313
20313
|
iconLeft: string;
|
|
20314
20314
|
iconRight: string;
|
|
20315
20315
|
iconLeftClickable: boolean;
|
|
@@ -20437,9 +20437,9 @@ export declare const UnnnicDateFilter: import('vue').DefineComponent<import('vue
|
|
|
20437
20437
|
}>, {
|
|
20438
20438
|
size: string;
|
|
20439
20439
|
type: string;
|
|
20440
|
+
placeholder: string;
|
|
20440
20441
|
modelValue: string;
|
|
20441
20442
|
nativeType: string;
|
|
20442
|
-
placeholder: string;
|
|
20443
20443
|
iconLeft: string;
|
|
20444
20444
|
iconRight: string;
|
|
20445
20445
|
iconLeftClickable: boolean;
|