@weni/unnnic-system 3.2.9-alpha.10 → 3.2.9-alpha.12

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 (43) hide show
  1. package/dist/components/Button/Button.vue.d.ts.map +1 -1
  2. package/dist/components/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue.d.ts.map +1 -1
  3. package/dist/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue.d.ts +43 -0
  4. package/dist/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue.d.ts.map +1 -0
  5. package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
  6. package/dist/components/ModalDialog/ModalDialog.vue.d.ts +1 -1
  7. package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
  8. package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +1 -1
  9. package/dist/components/index.d.ts +2 -2
  10. package/dist/{es-3cbe331a.js → es-66126ef1.mjs} +1 -1
  11. package/dist/{index-2241773d.js → index-f6e9b879.mjs} +1539 -1486
  12. package/dist/{pt-br-9ddee0e9.js → pt-br-3b5a8852.mjs} +1 -1
  13. package/dist/style.css +1 -1
  14. package/dist/{unnnic.js → unnnic.mjs} +1 -1
  15. package/dist/{unnnic.umd.cjs → unnnic.umd.js} +30 -30
  16. package/package.json +2 -2
  17. package/src/components/Button/Button.vue +4 -7
  18. package/src/components/ChartFunnel/ChartFunnel.vue +4 -0
  19. package/src/components/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue +9 -2
  20. package/src/components/ChartFunnel/SvgFunnel/ChartFunnelBaseRow.vue +1 -1
  21. package/src/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue +65 -0
  22. package/src/components/Chip/Chip.vue +1 -1
  23. package/src/components/Input/BaseInput.vue +4 -4
  24. package/src/components/Input/Input.vue +1 -1
  25. package/src/components/Input/TextInput.vue +3 -2
  26. package/src/components/ModalDialog/ModalDialog.vue +26 -29
  27. package/src/components/Popover/__tests__/Popover.spec.js +18 -18
  28. package/src/components/Popover/index.vue +78 -93
  29. package/src/components/Select/SelectOption.vue +37 -43
  30. package/src/components/Select/__tests__/Select.spec.js +36 -41
  31. package/src/components/Select/__tests__/SelectItem.spec.js +15 -35
  32. package/src/components/Select/__tests__/SelectOption.spec.js +3 -6
  33. package/src/components/Select/index.vue +142 -192
  34. package/src/components/TemplatePreview/TemplatePreview.vue +25 -28
  35. package/src/components/TemplatePreview/TemplatePreviewModal.vue +10 -10
  36. package/src/components/TemplatePreview/types.d.ts +3 -3
  37. package/src/stories/Button.stories.js +7 -1
  38. package/src/stories/ChartFunnel.stories.js +19 -0
  39. package/src/stories/Input.stories.js +4 -4
  40. package/src/stories/Popover.stories.js +9 -9
  41. package/src/stories/Select.stories.js +39 -39
  42. package/src/stories/TemplatePreview.stories.js +27 -27
  43. package/src/stories/TemplatePreviewModal.stories.js +31 -31
@@ -1 +1 @@
1
- {"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.vue"],"names":[],"mappings":"AAkEA;AAsXA,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAOnE,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,CAAC;AAsHpD,iBAAS,cAAc;WA0IT,OAAO,IAA6B;;yBAXpB,GAAG;;;;EAgBhC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;2FAQnB,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
+ {"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.vue"],"names":[],"mappings":"AAkEA;AAmXA,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAOnE,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,CAAC;AAmHpD,iBAAS,cAAc;WA0IT,OAAO,IAA6B;;yBAXpB,GAAG;;;;EAgBhC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;2FAQnB,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":"ChartDefaultFunnelBase.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue"],"names":[],"mappings":"AA4CA;AAoMA,UAAU,UAAU;IAClB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,UAAU,EAAE,CAAC;CACpB,CAAC;;AA8FF,wBAOG"}
1
+ {"version":3,"file":"ChartDefaultFunnelBase.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue"],"names":[],"mappings":"AA4CA;AA6MA,UAAU,UAAU;IAClB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,UAAU,EAAE,CAAC;CACpB,CAAC;;AAqGF,wBAOG"}
@@ -0,0 +1,43 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ data: {
3
+ type: ArrayConstructor;
4
+ required: true;
5
+ };
6
+ }>, {}, {}, {
7
+ rows(): {
8
+ pathD: string;
9
+ titleX: string;
10
+ titleY: string;
11
+ descriptionX: string;
12
+ descriptionY: string;
13
+ title: any;
14
+ description: any;
15
+ }[];
16
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
17
+ data: {
18
+ type: ArrayConstructor;
19
+ required: true;
20
+ };
21
+ }>> & Readonly<{}>, {}, {}, {
22
+ ChartFunnelBaseRow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
23
+ rows: {
24
+ type: ArrayConstructor;
25
+ required: true;
26
+ };
27
+ viewBox: {
28
+ type: StringConstructor;
29
+ required: true;
30
+ };
31
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
32
+ rows: {
33
+ type: ArrayConstructor;
34
+ required: true;
35
+ };
36
+ viewBox: {
37
+ type: StringConstructor;
38
+ required: true;
39
+ };
40
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
41
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
42
+ export default _default;
43
+ //# sourceMappingURL=ChartFunnelTwoRows.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChartFunnelTwoRows.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue"],"names":[],"mappings":"AAOA;"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/TextInput.vue"],"names":[],"mappings":"AAwDA;"}
1
+ {"version":3,"file":"TextInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/TextInput.vue"],"names":[],"mappings":"AAyDA;"}
@@ -52,7 +52,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
52
52
  }>, {}, {
53
53
  defaultTranslations: {
54
54
  cancel: {
55
- 'pt-br': string;
55
+ "pt-br": string;
56
56
  en: string;
57
57
  es: string;
58
58
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ModalDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ModalDialog/ModalDialog.vue"],"names":[],"mappings":"AAmGA;"}
1
+ {"version":3,"file":"ModalDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ModalDialog/ModalDialog.vue"],"names":[],"mappings":"AAgGA;"}
@@ -1 +1 @@
1
- {"version":3,"file":"TemplatePreview.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TemplatePreview/TemplatePreview.vue"],"names":[],"mappings":"AAmGA;AAgQA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAQxC,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC5B;;cADY,QAAQ,GAAG,IAAI;;AAkN5B,wBAQG"}
1
+ {"version":3,"file":"TemplatePreview.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TemplatePreview/TemplatePreview.vue"],"names":[],"mappings":"AAgGA;AA6PA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAQxC,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC5B;;cADY,QAAQ,GAAG,IAAI;;AAkN5B,wBAQG"}
@@ -4283,7 +4283,7 @@ export declare const unnnicModalDialog: import('vue').DefineComponent<import('vu
4283
4283
  }>, {}, {
4284
4284
  defaultTranslations: {
4285
4285
  cancel: {
4286
- 'pt-br': string;
4286
+ "pt-br": string;
4287
4287
  en: string;
4288
4288
  es: string;
4289
4289
  };
@@ -16802,7 +16802,7 @@ export declare const UnnnicModalDialog: import('vue').DefineComponent<import('vu
16802
16802
  }>, {}, {
16803
16803
  defaultTranslations: {
16804
16804
  cancel: {
16805
- 'pt-br': string;
16805
+ "pt-br": string;
16806
16806
  en: string;
16807
16807
  es: string;
16808
16808
  };
@@ -1,4 +1,4 @@
1
- import { h as n } from "./index-2241773d.js";
1
+ import { h as n } from "./index-f6e9b879.mjs";
2
2
  import "vue";
3
3
  //! moment.js locale configuration
4
4
  //! locale : Spanish [es]