@weni/unnnic-system 3.11.3-alpha.3 → 3.12.1-alpha.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 +8 -0
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +0 -17
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +0 -34
- package/dist/components/Card/Card.vue.d.ts +0 -17
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +0 -17
- package/dist/components/Card/SimpleCard.vue.d.ts +0 -17
- package/dist/components/Card/TitleCard.vue.d.ts +0 -17
- package/dist/components/CardInformation/CardInformation.vue.d.ts +0 -17
- package/dist/components/ChartBar/ChartBar.vue.d.ts +0 -17
- package/dist/components/ChartLine/ChartLine.vue.d.ts +0 -17
- package/dist/components/ChatText/ChatText.vue.d.ts +0 -17
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +0 -17
- package/dist/components/DataArea/DataArea.vue.d.ts +0 -17
- package/dist/components/DateFilter/DateFilter.vue.d.ts +3 -3
- package/dist/components/FormElement/FormElement.vue.d.ts +2 -2
- package/dist/components/Input/Input.vue.d.ts +3 -3
- package/dist/components/Label/Label.vue.d.ts +1 -1
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +3 -3
- package/dist/components/MoodRating/MoodRating.vue.d.ts +0 -17
- package/dist/components/Slider/Slider.vue.d.ts +0 -17
- package/dist/components/Switch/Switch.vue.d.ts +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +0 -17
- package/dist/components/TextArea/TextArea.vue.d.ts +3 -3
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +0 -17
- package/dist/components/ToolTip/ToolTip.vue.d.ts.map +1 -1
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -1
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts +1 -0
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/index.d.ts +0 -1
- package/dist/components/ui/tooltip/index.d.ts.map +1 -1
- package/dist/{es-99b102dc.mjs → es-38bd0c9c.mjs} +1 -1
- package/dist/{index-c20fa852.mjs → index-561a4027.mjs} +6304 -6265
- package/dist/lib/layer-manager.d.ts +16 -0
- package/dist/lib/layer-manager.d.ts.map +1 -0
- package/dist/{pt-br-b17e69b4.mjs → pt-br-14a3c647.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +33 -33
- package/package.json +1 -1
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +1 -1
- package/src/components/Toast/Toast.vue +4 -1
- package/src/components/ToolTip/ToolTip.vue +31 -36
- package/src/components/ToolTip/__tests__/ToolTip.spec.js +0 -6
- package/src/components/index.ts +19 -19
- package/src/components/ui/dialog/DialogContent.vue +6 -0
- package/src/components/ui/drawer/DrawerContent.vue +12 -2
- package/src/components/ui/popover/PopoverContent.vue +4 -0
- package/src/components/ui/popover/PopoverTrigger.vue +5 -1
- package/src/components/ui/tooltip/Tooltip.vue +9 -3
- package/src/components/ui/tooltip/TooltipContent.vue +3 -2
- package/src/components/ui/tooltip/TooltipTrigger.vue +4 -0
- package/src/components/ui/tooltip/index.ts +0 -1
- package/src/lib/layer-manager.ts +84 -0
- package/src/stories/DrawerNext.stories.js +1 -0
- package/src/stories/LayerManager.docs.mdx +40 -0
- package/src/stories/LayerManager.stories.js +364 -0
- package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts +0 -19
- package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts.map +0 -1
- package/src/components/ui/tooltip/TooltipProvider.vue +0 -15
|
@@ -85,23 +85,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
85
85
|
default?(_: {}): any;
|
|
86
86
|
};
|
|
87
87
|
});
|
|
88
|
-
TooltipProvider: {
|
|
89
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
90
|
-
P: {};
|
|
91
|
-
B: {};
|
|
92
|
-
D: {};
|
|
93
|
-
C: {};
|
|
94
|
-
M: {};
|
|
95
|
-
Defaults: {};
|
|
96
|
-
}, Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
97
|
-
__isFragment?: never;
|
|
98
|
-
__isTeleport?: never;
|
|
99
|
-
__isSuspense?: never;
|
|
100
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').TooltipProviderProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
101
|
-
$slots: {
|
|
102
|
-
default?(_: {}): any;
|
|
103
|
-
};
|
|
104
|
-
});
|
|
105
88
|
TooltipTrigger: {
|
|
106
89
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TooltipTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
107
90
|
P: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToolTip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ToolTip/ToolTip.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ToolTip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ToolTip/ToolTip.vue"],"names":[],"mappings":"AAkCA;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DialogContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/DialogContent.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DialogContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dialog/DialogContent.vue"],"names":[],"mappings":"AA8IA,OAAO,KAAK,EAAsB,kBAAkB,EAAE,MAAM,SAAS,CAAC;AACtE,OAAO,KAAK,EAAE,cAAc,EAAa,MAAM,KAAK,CAAC;AAgBrD,KAAK,WAAW,GAAG,kBAAkB,GAAG;IAClC,WAAW,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IACtC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;CACrC,CAAC;AA8CN,iBAAS,cAAc;WAsET,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;WA9IP,cAAc,CAAC,OAAO,CAAC;UACxB,OAAO,GAAG,QAAQ,GAAG,OAAO;iBAFrB,cAAc,CAAC,OAAO,CAAC;6EAwJzC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -29,6 +29,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
29
29
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
30
30
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
|
+
class: HTMLAttributes["class"];
|
|
32
33
|
size: "medium" | "large" | "extra-large" | "giant";
|
|
33
34
|
showOverlay: boolean;
|
|
34
35
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/drawer/DrawerContent.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DrawerContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/drawer/DrawerContent.vue"],"names":[],"mappings":"AAiHA,OAAO,KAAK,EAAsB,kBAAkB,EAAE,MAAM,SAAS,CAAC;AACtE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAY1C,KAAK,WAAW,GAAG,kBAAkB,GAAG;IAClC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,aAAa,GAAG,OAAO,CAAC;IACpD,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AA0BN,iBAAS,cAAc;WA6ET,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;WAhIP,cAAc,CAAC,OAAO,CAAC;UACxB,QAAQ,GAAG,OAAO,GAAG,aAAa,GAAG,OAAO;iBACrC,OAAO;6EAuIzB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopoverContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/popover/PopoverContent.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PopoverContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/popover/PopoverContent.vue"],"names":[],"mappings":"AA6BA;AAAA,OAiHO,KAAK,EAAuB,mBAAmB,EAAE,MAAM,SAAS,CAAC;AACxE,OAAO,KAAK,EAAE,cAAc,EAAS,MAAM,KAAK,CAAC;AAWjD,KAAK,WAAW,GAAG,mBAAmB,GAAG;IACnC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;CACrC,CAAC;;;;;;;;;;;;;;;;WAFQ,cAAc,CAAC,OAAO,CAAC;;;UACxB,OAAO,GAAG,QAAQ,GAAG,OAAO;;AAwJzC,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopoverTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/popover/PopoverTrigger.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PopoverTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/popover/PopoverTrigger.vue"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAQnD,iBAAS,cAAc;WAsCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/Tooltip.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Tooltip.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/Tooltip.vue"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAAoB,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAalE,iBAAS,cAAc;WA6CT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TooltipContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/TooltipContent.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TooltipContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/TooltipContent.vue"],"names":[],"mappings":"AA4EA,OAAO,KAAK,EAAuB,mBAAmB,EAAE,MAAM,SAAS,CAAC;AACxE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAe1C,KAAK,WAAW,GAAG,mBAAmB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAqB7E,iBAAS,cAAc;WAoET,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TooltipTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/TooltipTrigger.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TooltipTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/TooltipTrigger.vue"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAQnD,iBAAS,cAAc;WAwCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export { default as Tooltip } from './Tooltip.vue';
|
|
2
2
|
export { default as TooltipContent } from './TooltipContent.vue';
|
|
3
|
-
export { default as TooltipProvider } from './TooltipProvider.vue';
|
|
4
3
|
export { default as TooltipTrigger } from './TooltipTrigger.vue';
|
|
5
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC"}
|