@weni/unnnic-system 3.2.9-alpha.10 → 3.2.9-alpha.11
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/dist/components/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue.d.ts.map +1 -1
- package/dist/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue.d.ts +43 -0
- package/dist/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue.d.ts.map +1 -0
- package/dist/{es-3cbe331a.js → es-dcef703d.js} +1 -1
- package/dist/{index-2241773d.js → index-6ddf8580.js} +1533 -1480
- package/dist/{pt-br-9ddee0e9.js → pt-br-485ef253.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.js +1 -1
- package/dist/unnnic.umd.cjs +30 -30
- package/package.json +1 -1
- package/src/components/ChartFunnel/ChartFunnel.vue +4 -0
- package/src/components/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue +8 -2
- package/src/components/ChartFunnel/SvgFunnel/ChartFunnelBaseRow.vue +1 -1
- package/src/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue +64 -0
- package/src/stories/ChartFunnel.stories.js +19 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChartDefaultFunnelBase.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue"],"names":[],"mappings":"AA4CA;
|
|
1
|
+
{"version":3,"file":"ChartDefaultFunnelBase.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue"],"names":[],"mappings":"AA4CA;AA4MA,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;;AAoGF,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;"}
|