@weni/unnnic-system 3.2.5 → 3.2.6
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 +16 -0
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +2 -2
- package/dist/components/Card/Card.vue.d.ts +1 -1
- package/dist/components/Card/CardCompany.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +1 -1
- package/dist/components/Card/SimpleCard.vue.d.ts +1 -1
- package/dist/components/Card/TitleCard.vue.d.ts +1 -1
- package/dist/components/CardImage/CardImage.vue.d.ts +9 -0
- package/dist/components/CardInformation/CardInformation.vue.d.ts +1 -1
- package/dist/components/CardProject/CardProject.vue.d.ts +9 -0
- package/dist/components/Carousel/Carousel.vue.d.ts +1 -1
- package/dist/components/Carousel/TagCarousel.vue.d.ts +1 -1
- package/dist/components/ChartBar/ChartBar.vue.d.ts +1 -1
- package/dist/components/ChartLine/ChartLine.vue.d.ts +1 -1
- package/dist/components/ChatText/ChatText.vue.d.ts +1 -1
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +1 -1
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +9 -0
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +3 -2
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +1 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
- package/dist/components/index.d.ts +36 -36
- package/dist/{es-a07e7553.mjs → es-abc8e9a2.mjs} +1 -1
- package/dist/{index-93aafec9.mjs → index-22520f9b.mjs} +119 -113
- package/dist/{pt-br-a81c613f.mjs → pt-br-a1f8d5de.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +7 -7
- package/package.json +1 -1
- package/src/components/Dropdown/Dropdown.vue +6 -0
- package/src/components/Dropdown/__tests__/Dropdown.spec.js +57 -0
- package/src/components/SelectSmart/SelectSmart.vue +3 -1
- package/src/components/SelectSmart/__tests__/SelectSmart.spec.js +45 -0
|
@@ -1741,8 +1741,8 @@ export declare const unnnicToolTip: import('vue').DefineComponent<import('vue').
|
|
|
1741
1741
|
};
|
|
1742
1742
|
}>> & Readonly<{}>, {
|
|
1743
1743
|
text: string;
|
|
1744
|
-
enabled: boolean;
|
|
1745
1744
|
forceOpen: boolean;
|
|
1745
|
+
enabled: boolean;
|
|
1746
1746
|
side: string;
|
|
1747
1747
|
maxWidth: string;
|
|
1748
1748
|
shortcutText: string;
|
|
@@ -2126,8 +2126,8 @@ export declare const unnnicCard: import('vue').DefineComponent<import('vue').Ext
|
|
|
2126
2126
|
};
|
|
2127
2127
|
}>> & Readonly<{}>, {
|
|
2128
2128
|
text: string;
|
|
2129
|
-
enabled: boolean;
|
|
2130
2129
|
forceOpen: boolean;
|
|
2130
|
+
enabled: boolean;
|
|
2131
2131
|
side: string;
|
|
2132
2132
|
maxWidth: string;
|
|
2133
2133
|
shortcutText: string;
|
|
@@ -2803,8 +2803,8 @@ export declare const unnnicSimpleCard: import('vue').DefineComponent<import('vue
|
|
|
2803
2803
|
};
|
|
2804
2804
|
}>> & Readonly<{}>, {
|
|
2805
2805
|
text: string;
|
|
2806
|
-
enabled: boolean;
|
|
2807
2806
|
forceOpen: boolean;
|
|
2807
|
+
enabled: boolean;
|
|
2808
2808
|
side: string;
|
|
2809
2809
|
maxWidth: string;
|
|
2810
2810
|
shortcutText: string;
|
|
@@ -3138,8 +3138,8 @@ export declare const unnnicCardCompany: import('vue').DefineComponent<import('vu
|
|
|
3138
3138
|
};
|
|
3139
3139
|
}>> & Readonly<{}>, {
|
|
3140
3140
|
text: string;
|
|
3141
|
-
enabled: boolean;
|
|
3142
3141
|
forceOpen: boolean;
|
|
3142
|
+
enabled: boolean;
|
|
3143
3143
|
side: string;
|
|
3144
3144
|
maxWidth: string;
|
|
3145
3145
|
shortcutText: string;
|
|
@@ -3608,8 +3608,8 @@ export declare const unnnicCardInformation: import('vue').DefineComponent<import
|
|
|
3608
3608
|
};
|
|
3609
3609
|
}>> & Readonly<{}>, {
|
|
3610
3610
|
text: string;
|
|
3611
|
-
enabled: boolean;
|
|
3612
3611
|
forceOpen: boolean;
|
|
3612
|
+
enabled: boolean;
|
|
3613
3613
|
side: string;
|
|
3614
3614
|
maxWidth: string;
|
|
3615
3615
|
shortcutText: string;
|
|
@@ -5740,8 +5740,8 @@ export declare const unnnicTag: import('vue').DefineComponent<import('vue').Extr
|
|
|
5740
5740
|
};
|
|
5741
5741
|
}>> & Readonly<{}>, {
|
|
5742
5742
|
text: string;
|
|
5743
|
-
enabled: boolean;
|
|
5744
5743
|
forceOpen: boolean;
|
|
5744
|
+
enabled: boolean;
|
|
5745
5745
|
side: string;
|
|
5746
5746
|
maxWidth: string;
|
|
5747
5747
|
shortcutText: string;
|
|
@@ -6385,8 +6385,8 @@ export declare const unnnicCarousel: import('vue').DefineComponent<import('vue')
|
|
|
6385
6385
|
};
|
|
6386
6386
|
}>> & Readonly<{}>, {
|
|
6387
6387
|
text: string;
|
|
6388
|
-
enabled: boolean;
|
|
6389
6388
|
forceOpen: boolean;
|
|
6389
|
+
enabled: boolean;
|
|
6390
6390
|
side: string;
|
|
6391
6391
|
maxWidth: string;
|
|
6392
6392
|
shortcutText: string;
|
|
@@ -6733,8 +6733,8 @@ export declare const unnnicTab: import('vue').DefineComponent<import('vue').Extr
|
|
|
6733
6733
|
};
|
|
6734
6734
|
}>> & Readonly<{}>, {
|
|
6735
6735
|
text: string;
|
|
6736
|
-
enabled: boolean;
|
|
6737
6736
|
forceOpen: boolean;
|
|
6737
|
+
enabled: boolean;
|
|
6738
6738
|
side: string;
|
|
6739
6739
|
maxWidth: string;
|
|
6740
6740
|
shortcutText: string;
|
|
@@ -7565,8 +7565,8 @@ export declare const unnnicSlider: import('vue').DefineComponent<import('vue').E
|
|
|
7565
7565
|
};
|
|
7566
7566
|
}>> & Readonly<{}>, {
|
|
7567
7567
|
text: string;
|
|
7568
|
-
enabled: boolean;
|
|
7569
7568
|
forceOpen: boolean;
|
|
7569
|
+
enabled: boolean;
|
|
7570
7570
|
side: string;
|
|
7571
7571
|
maxWidth: string;
|
|
7572
7572
|
shortcutText: string;
|
|
@@ -7698,8 +7698,8 @@ export declare const unnnicDataArea: import('vue').DefineComponent<import('vue')
|
|
|
7698
7698
|
};
|
|
7699
7699
|
}>> & Readonly<{}>, {
|
|
7700
7700
|
text: string;
|
|
7701
|
-
enabled: boolean;
|
|
7702
7701
|
forceOpen: boolean;
|
|
7702
|
+
enabled: boolean;
|
|
7703
7703
|
side: string;
|
|
7704
7704
|
maxWidth: string;
|
|
7705
7705
|
shortcutText: string;
|
|
@@ -8911,8 +8911,8 @@ export declare const unnnicChatText: import('vue').DefineComponent<import('vue')
|
|
|
8911
8911
|
};
|
|
8912
8912
|
}>> & Readonly<{}>, {
|
|
8913
8913
|
text: string;
|
|
8914
|
-
enabled: boolean;
|
|
8915
8914
|
forceOpen: boolean;
|
|
8915
|
+
enabled: boolean;
|
|
8916
8916
|
side: string;
|
|
8917
8917
|
maxWidth: string;
|
|
8918
8918
|
shortcutText: string;
|
|
@@ -9294,8 +9294,8 @@ export declare const unnnicChartBar: import('vue').DefineComponent<import('vue')
|
|
|
9294
9294
|
};
|
|
9295
9295
|
}>> & Readonly<{}>, {
|
|
9296
9296
|
text: string;
|
|
9297
|
-
enabled: boolean;
|
|
9298
9297
|
forceOpen: boolean;
|
|
9298
|
+
enabled: boolean;
|
|
9299
9299
|
side: string;
|
|
9300
9300
|
maxWidth: string;
|
|
9301
9301
|
shortcutText: string;
|
|
@@ -9391,8 +9391,8 @@ export declare const unnnicChartLine: import('vue').DefineComponent<import('vue'
|
|
|
9391
9391
|
};
|
|
9392
9392
|
}>> & Readonly<{}>, {
|
|
9393
9393
|
text: string;
|
|
9394
|
-
enabled: boolean;
|
|
9395
9394
|
forceOpen: boolean;
|
|
9395
|
+
enabled: boolean;
|
|
9396
9396
|
side: string;
|
|
9397
9397
|
maxWidth: string;
|
|
9398
9398
|
shortcutText: string;
|
|
@@ -9496,8 +9496,8 @@ export declare const unnnicMoodRating: import('vue').DefineComponent<import('vue
|
|
|
9496
9496
|
};
|
|
9497
9497
|
}>> & Readonly<{}>, {
|
|
9498
9498
|
text: string;
|
|
9499
|
-
enabled: boolean;
|
|
9500
9499
|
forceOpen: boolean;
|
|
9500
|
+
enabled: boolean;
|
|
9501
9501
|
side: string;
|
|
9502
9502
|
maxWidth: string;
|
|
9503
9503
|
shortcutText: string;
|
|
@@ -9750,8 +9750,8 @@ export declare const unnnicAudioRecorder: import('vue').DefineComponent<import('
|
|
|
9750
9750
|
};
|
|
9751
9751
|
}>> & Readonly<{}>, {
|
|
9752
9752
|
text: string;
|
|
9753
|
-
enabled: boolean;
|
|
9754
9753
|
forceOpen: boolean;
|
|
9754
|
+
enabled: boolean;
|
|
9755
9755
|
side: string;
|
|
9756
9756
|
maxWidth: string;
|
|
9757
9757
|
shortcutText: string;
|
|
@@ -9938,8 +9938,8 @@ export declare const unnnicAudioRecorder: import('vue').DefineComponent<import('
|
|
|
9938
9938
|
};
|
|
9939
9939
|
}>> & Readonly<{}>, {
|
|
9940
9940
|
text: string;
|
|
9941
|
-
enabled: boolean;
|
|
9942
9941
|
forceOpen: boolean;
|
|
9942
|
+
enabled: boolean;
|
|
9943
9943
|
side: string;
|
|
9944
9944
|
maxWidth: string;
|
|
9945
9945
|
shortcutText: string;
|
|
@@ -10722,8 +10722,8 @@ export declare const unnnicChatsContact: import('vue').DefineComponent<import('v
|
|
|
10722
10722
|
};
|
|
10723
10723
|
}>> & Readonly<{}>, {
|
|
10724
10724
|
text: string;
|
|
10725
|
-
enabled: boolean;
|
|
10726
10725
|
forceOpen: boolean;
|
|
10726
|
+
enabled: boolean;
|
|
10727
10727
|
side: string;
|
|
10728
10728
|
maxWidth: string;
|
|
10729
10729
|
shortcutText: string;
|
|
@@ -11300,8 +11300,8 @@ export declare const unnnicChatsMessage: import('vue').DefineComponent<import('v
|
|
|
11300
11300
|
};
|
|
11301
11301
|
}>> & Readonly<{}>, {
|
|
11302
11302
|
text: string;
|
|
11303
|
-
enabled: boolean;
|
|
11304
11303
|
forceOpen: boolean;
|
|
11304
|
+
enabled: boolean;
|
|
11305
11305
|
side: string;
|
|
11306
11306
|
maxWidth: string;
|
|
11307
11307
|
shortcutText: string;
|
|
@@ -13744,8 +13744,8 @@ export declare const UnnnicToolTip: import('vue').DefineComponent<import('vue').
|
|
|
13744
13744
|
};
|
|
13745
13745
|
}>> & Readonly<{}>, {
|
|
13746
13746
|
text: string;
|
|
13747
|
-
enabled: boolean;
|
|
13748
13747
|
forceOpen: boolean;
|
|
13748
|
+
enabled: boolean;
|
|
13749
13749
|
side: string;
|
|
13750
13750
|
maxWidth: string;
|
|
13751
13751
|
shortcutText: string;
|
|
@@ -14129,8 +14129,8 @@ export declare const UnnnicCard: import('vue').DefineComponent<import('vue').Ext
|
|
|
14129
14129
|
};
|
|
14130
14130
|
}>> & Readonly<{}>, {
|
|
14131
14131
|
text: string;
|
|
14132
|
-
enabled: boolean;
|
|
14133
14132
|
forceOpen: boolean;
|
|
14133
|
+
enabled: boolean;
|
|
14134
14134
|
side: string;
|
|
14135
14135
|
maxWidth: string;
|
|
14136
14136
|
shortcutText: string;
|
|
@@ -14806,8 +14806,8 @@ export declare const UnnnicSimpleCard: import('vue').DefineComponent<import('vue
|
|
|
14806
14806
|
};
|
|
14807
14807
|
}>> & Readonly<{}>, {
|
|
14808
14808
|
text: string;
|
|
14809
|
-
enabled: boolean;
|
|
14810
14809
|
forceOpen: boolean;
|
|
14810
|
+
enabled: boolean;
|
|
14811
14811
|
side: string;
|
|
14812
14812
|
maxWidth: string;
|
|
14813
14813
|
shortcutText: string;
|
|
@@ -15141,8 +15141,8 @@ export declare const UnnnicCardCompany: import('vue').DefineComponent<import('vu
|
|
|
15141
15141
|
};
|
|
15142
15142
|
}>> & Readonly<{}>, {
|
|
15143
15143
|
text: string;
|
|
15144
|
-
enabled: boolean;
|
|
15145
15144
|
forceOpen: boolean;
|
|
15145
|
+
enabled: boolean;
|
|
15146
15146
|
side: string;
|
|
15147
15147
|
maxWidth: string;
|
|
15148
15148
|
shortcutText: string;
|
|
@@ -15611,8 +15611,8 @@ export declare const UnnnicCardInformation: import('vue').DefineComponent<import
|
|
|
15611
15611
|
};
|
|
15612
15612
|
}>> & Readonly<{}>, {
|
|
15613
15613
|
text: string;
|
|
15614
|
-
enabled: boolean;
|
|
15615
15614
|
forceOpen: boolean;
|
|
15615
|
+
enabled: boolean;
|
|
15616
15616
|
side: string;
|
|
15617
15617
|
maxWidth: string;
|
|
15618
15618
|
shortcutText: string;
|
|
@@ -17743,8 +17743,8 @@ export declare const UnnnicTag: import('vue').DefineComponent<import('vue').Extr
|
|
|
17743
17743
|
};
|
|
17744
17744
|
}>> & Readonly<{}>, {
|
|
17745
17745
|
text: string;
|
|
17746
|
-
enabled: boolean;
|
|
17747
17746
|
forceOpen: boolean;
|
|
17747
|
+
enabled: boolean;
|
|
17748
17748
|
side: string;
|
|
17749
17749
|
maxWidth: string;
|
|
17750
17750
|
shortcutText: string;
|
|
@@ -18388,8 +18388,8 @@ export declare const UnnnicCarousel: import('vue').DefineComponent<import('vue')
|
|
|
18388
18388
|
};
|
|
18389
18389
|
}>> & Readonly<{}>, {
|
|
18390
18390
|
text: string;
|
|
18391
|
-
enabled: boolean;
|
|
18392
18391
|
forceOpen: boolean;
|
|
18392
|
+
enabled: boolean;
|
|
18393
18393
|
side: string;
|
|
18394
18394
|
maxWidth: string;
|
|
18395
18395
|
shortcutText: string;
|
|
@@ -18736,8 +18736,8 @@ export declare const UnnnicTab: import('vue').DefineComponent<import('vue').Extr
|
|
|
18736
18736
|
};
|
|
18737
18737
|
}>> & Readonly<{}>, {
|
|
18738
18738
|
text: string;
|
|
18739
|
-
enabled: boolean;
|
|
18740
18739
|
forceOpen: boolean;
|
|
18740
|
+
enabled: boolean;
|
|
18741
18741
|
side: string;
|
|
18742
18742
|
maxWidth: string;
|
|
18743
18743
|
shortcutText: string;
|
|
@@ -19568,8 +19568,8 @@ export declare const UnnnicSlider: import('vue').DefineComponent<import('vue').E
|
|
|
19568
19568
|
};
|
|
19569
19569
|
}>> & Readonly<{}>, {
|
|
19570
19570
|
text: string;
|
|
19571
|
-
enabled: boolean;
|
|
19572
19571
|
forceOpen: boolean;
|
|
19572
|
+
enabled: boolean;
|
|
19573
19573
|
side: string;
|
|
19574
19574
|
maxWidth: string;
|
|
19575
19575
|
shortcutText: string;
|
|
@@ -19701,8 +19701,8 @@ export declare const UnnnicDataArea: import('vue').DefineComponent<import('vue')
|
|
|
19701
19701
|
};
|
|
19702
19702
|
}>> & Readonly<{}>, {
|
|
19703
19703
|
text: string;
|
|
19704
|
-
enabled: boolean;
|
|
19705
19704
|
forceOpen: boolean;
|
|
19705
|
+
enabled: boolean;
|
|
19706
19706
|
side: string;
|
|
19707
19707
|
maxWidth: string;
|
|
19708
19708
|
shortcutText: string;
|
|
@@ -20914,8 +20914,8 @@ export declare const UnnnicChatText: import('vue').DefineComponent<import('vue')
|
|
|
20914
20914
|
};
|
|
20915
20915
|
}>> & Readonly<{}>, {
|
|
20916
20916
|
text: string;
|
|
20917
|
-
enabled: boolean;
|
|
20918
20917
|
forceOpen: boolean;
|
|
20918
|
+
enabled: boolean;
|
|
20919
20919
|
side: string;
|
|
20920
20920
|
maxWidth: string;
|
|
20921
20921
|
shortcutText: string;
|
|
@@ -21297,8 +21297,8 @@ export declare const UnnnicChartBar: import('vue').DefineComponent<import('vue')
|
|
|
21297
21297
|
};
|
|
21298
21298
|
}>> & Readonly<{}>, {
|
|
21299
21299
|
text: string;
|
|
21300
|
-
enabled: boolean;
|
|
21301
21300
|
forceOpen: boolean;
|
|
21301
|
+
enabled: boolean;
|
|
21302
21302
|
side: string;
|
|
21303
21303
|
maxWidth: string;
|
|
21304
21304
|
shortcutText: string;
|
|
@@ -21394,8 +21394,8 @@ export declare const UnnnicChartLine: import('vue').DefineComponent<import('vue'
|
|
|
21394
21394
|
};
|
|
21395
21395
|
}>> & Readonly<{}>, {
|
|
21396
21396
|
text: string;
|
|
21397
|
-
enabled: boolean;
|
|
21398
21397
|
forceOpen: boolean;
|
|
21398
|
+
enabled: boolean;
|
|
21399
21399
|
side: string;
|
|
21400
21400
|
maxWidth: string;
|
|
21401
21401
|
shortcutText: string;
|
|
@@ -21499,8 +21499,8 @@ export declare const UnnnicMoodRating: import('vue').DefineComponent<import('vue
|
|
|
21499
21499
|
};
|
|
21500
21500
|
}>> & Readonly<{}>, {
|
|
21501
21501
|
text: string;
|
|
21502
|
-
enabled: boolean;
|
|
21503
21502
|
forceOpen: boolean;
|
|
21503
|
+
enabled: boolean;
|
|
21504
21504
|
side: string;
|
|
21505
21505
|
maxWidth: string;
|
|
21506
21506
|
shortcutText: string;
|
|
@@ -21753,8 +21753,8 @@ export declare const UnnnicAudioRecorder: import('vue').DefineComponent<import('
|
|
|
21753
21753
|
};
|
|
21754
21754
|
}>> & Readonly<{}>, {
|
|
21755
21755
|
text: string;
|
|
21756
|
-
enabled: boolean;
|
|
21757
21756
|
forceOpen: boolean;
|
|
21757
|
+
enabled: boolean;
|
|
21758
21758
|
side: string;
|
|
21759
21759
|
maxWidth: string;
|
|
21760
21760
|
shortcutText: string;
|
|
@@ -21941,8 +21941,8 @@ export declare const UnnnicAudioRecorder: import('vue').DefineComponent<import('
|
|
|
21941
21941
|
};
|
|
21942
21942
|
}>> & Readonly<{}>, {
|
|
21943
21943
|
text: string;
|
|
21944
|
-
enabled: boolean;
|
|
21945
21944
|
forceOpen: boolean;
|
|
21945
|
+
enabled: boolean;
|
|
21946
21946
|
side: string;
|
|
21947
21947
|
maxWidth: string;
|
|
21948
21948
|
shortcutText: string;
|
|
@@ -22725,8 +22725,8 @@ export declare const UnnnicChatsContact: import('vue').DefineComponent<import('v
|
|
|
22725
22725
|
};
|
|
22726
22726
|
}>> & Readonly<{}>, {
|
|
22727
22727
|
text: string;
|
|
22728
|
-
enabled: boolean;
|
|
22729
22728
|
forceOpen: boolean;
|
|
22729
|
+
enabled: boolean;
|
|
22730
22730
|
side: string;
|
|
22731
22731
|
maxWidth: string;
|
|
22732
22732
|
shortcutText: string;
|
|
@@ -23303,8 +23303,8 @@ export declare const UnnnicChatsMessage: import('vue').DefineComponent<import('v
|
|
|
23303
23303
|
};
|
|
23304
23304
|
}>> & Readonly<{}>, {
|
|
23305
23305
|
text: string;
|
|
23306
|
-
enabled: boolean;
|
|
23307
23306
|
forceOpen: boolean;
|
|
23307
|
+
enabled: boolean;
|
|
23308
23308
|
side: string;
|
|
23309
23309
|
maxWidth: string;
|
|
23310
23310
|
shortcutText: string;
|