@maxax/ui 1.0.6 → 1.0.7

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 (38) hide show
  1. package/dist/component.d.ts.map +1 -1
  2. package/dist/components/basic-region/BasicRegion.d.ts +44 -0
  3. package/dist/components/basic-region/BasicRegion.d.ts.map +1 -0
  4. package/dist/components/basic-region/context.d.ts +6 -0
  5. package/dist/components/basic-region/context.d.ts.map +1 -0
  6. package/dist/components/basic-region/index.d.ts +7 -0
  7. package/dist/components/basic-region/index.d.ts.map +1 -0
  8. package/dist/components/basic-region/interface.d.ts +73 -0
  9. package/dist/components/basic-region/interface.d.ts.map +1 -0
  10. package/dist/components/basic-region/use-region-data.d.ts +9 -0
  11. package/dist/components/basic-region/use-region-data.d.ts.map +1 -0
  12. package/dist/components/basic-region-select/BasicRegionSelect.d.ts +50 -0
  13. package/dist/components/basic-region-select/BasicRegionSelect.d.ts.map +1 -0
  14. package/dist/components/basic-region-select/context.d.ts +6 -0
  15. package/dist/components/basic-region-select/context.d.ts.map +1 -0
  16. package/dist/components/basic-region-select/index.d.ts +7 -0
  17. package/dist/components/basic-region-select/index.d.ts.map +1 -0
  18. package/dist/components/basic-region-select/interface.d.ts +84 -0
  19. package/dist/components/basic-region-select/interface.d.ts.map +1 -0
  20. package/dist/components/index.d.ts +2 -0
  21. package/dist/components/index.d.ts.map +1 -1
  22. package/dist/index.cjs +3871 -2
  23. package/dist/index.cjs.map +1 -1
  24. package/dist/index.mjs +3871 -2
  25. package/dist/index.mjs.map +1 -1
  26. package/dist/locale/lang/en.d.ts.map +1 -1
  27. package/dist/locale/lang/zh-cn.d.ts.map +1 -1
  28. package/dist/locales.cjs +8 -1
  29. package/dist/locales.cjs.map +1 -1
  30. package/dist/locales.mjs +8 -1
  31. package/dist/locales.mjs.map +1 -1
  32. package/dist/{utils-DyTfW007.js → utils-B_OywAVi.js} +8 -1
  33. package/dist/utils-B_OywAVi.js.map +1 -0
  34. package/dist/{utils-DnkXXn8Z.cjs → utils-dGhmZ9rs.cjs} +8 -1
  35. package/dist/utils-dGhmZ9rs.cjs.map +1 -0
  36. package/package.json +4 -4
  37. package/dist/utils-DnkXXn8Z.cjs.map +0 -1
  38. package/dist/utils-DyTfW007.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../src/component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,KAAK,CAAA;AA+CjC,eAAO,MAAM,UAAU,UA8CV,CAAA;AAEb,eAAe,UAAU,CAAA"}
1
+ {"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../src/component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,KAAK,CAAA;AAiDjC,eAAO,MAAM,UAAU,UAgDV,CAAA;AAEb,eAAe,UAAU,CAAA"}
@@ -0,0 +1,44 @@
1
+ import { BasicRegionValue, RegionOption } from './interface';
2
+ declare const _default: import('vue').DefineComponent<{
3
+ readonly title: string;
4
+ readonly placeholder: string;
5
+ readonly defaultValue: BasicRegionValue;
6
+ readonly disabled: boolean;
7
+ readonly clearable: boolean;
8
+ readonly level: 1 | 2 | 3;
9
+ readonly data?: Record<string, string> | undefined;
10
+ readonly modelValue?: BasicRegionValue | undefined;
11
+ readonly tabLabels?: string[] | undefined;
12
+ }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ 'update:modelValue': (_value: BasicRegionValue) => true;
14
+ /**
15
+ * @zh 选中值变更时触发
16
+ * @param {string[]} _value 按层级的行政区划代码
17
+ * @param {RegionOption[]} _options 对应的区域节点
18
+ */
19
+ change: (_value: BasicRegionValue, _options: RegionOption[]) => true;
20
+ }, string, import('vue').PublicProps, Readonly<{
21
+ readonly title: string;
22
+ readonly placeholder: string;
23
+ readonly defaultValue: BasicRegionValue;
24
+ readonly disabled: boolean;
25
+ readonly clearable: boolean;
26
+ readonly level: 1 | 2 | 3;
27
+ readonly data?: Record<string, string> | undefined;
28
+ readonly modelValue?: BasicRegionValue | undefined;
29
+ readonly tabLabels?: string[] | undefined;
30
+ }> & Readonly<{
31
+ onChange?: ((_value: BasicRegionValue, _options: RegionOption[]) => any) | undefined;
32
+ "onUpdate:modelValue"?: ((_value: BasicRegionValue) => any) | undefined;
33
+ }>, {
34
+ readonly data: Record<string, string>;
35
+ readonly title: string;
36
+ readonly placeholder: string;
37
+ readonly defaultValue: BasicRegionValue;
38
+ readonly disabled: boolean;
39
+ readonly clearable: boolean;
40
+ readonly level: 1 | 2 | 3;
41
+ readonly tabLabels: string[];
42
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
43
+ export default _default;
44
+ //# sourceMappingURL=BasicRegion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BasicRegion.d.ts","sourceRoot":"","sources":["../../../src/components/basic-region/BasicRegion.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAoB,gBAAgB,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;;;;;;;;;;;;;IAW/E;;;;OAIG;iDAC0C,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;AAV/D,wBAyIE"}
@@ -0,0 +1,6 @@
1
+ import { InjectionKey } from 'vue';
2
+ import { BasicRegionContext } from './interface';
3
+ export declare const basicRegionKey: InjectionKey<BasicRegionContext>;
4
+ export declare const createBasicRegionContext: (props: BasicRegionContext) => void;
5
+ export declare const useBasicRegionContext: () => BasicRegionContext;
6
+ //# sourceMappingURL=context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/components/basic-region/context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AAEvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAErD,eAAO,MAAM,cAAc,EAAE,YAAY,CAAC,kBAAkB,CAA0B,CAAA;AAEtF,eAAO,MAAM,wBAAwB,UAAW,kBAAkB,SAEjE,CAAA;AAED,eAAO,MAAM,qBAAqB,0BAEjC,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { SFCWithInstall } from '@maxax/utils';
2
+ import { default as BasicRegion } from './BasicRegion';
3
+ export declare const XBasicRegion: SFCWithInstall<typeof BasicRegion>;
4
+ export type BasicRegionInstance = InstanceType<typeof BasicRegion>;
5
+ export default XBasicRegion;
6
+ export * from './interface';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/basic-region/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAA;AAElD,OAAO,WAAW,MAAM,eAAe,CAAA;AAEvC,eAAO,MAAM,YAAY,EAAE,cAAc,CAAC,OAAO,WAAW,CAA4B,CAAA;AACxF,MAAM,MAAM,mBAAmB,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAA;AAElE,eAAe,YAAY,CAAA;AAE3B,cAAc,aAAa,CAAA"}
@@ -0,0 +1,73 @@
1
+ import { ExtractPropTypes, PropType } from 'vue';
2
+ export interface RegionOption {
3
+ code: string;
4
+ name: string;
5
+ }
6
+ export type BasicRegionValue = string[];
7
+ export declare const basicRegionProps: {
8
+ /**
9
+ * 受控值,按层级依次存储省/市/区的行政区划代码
10
+ */
11
+ readonly modelValue: PropType<BasicRegionValue>;
12
+ /**
13
+ * 非受控默认值
14
+ */
15
+ readonly defaultValue: {
16
+ readonly type: PropType<BasicRegionValue>;
17
+ readonly default: () => never[];
18
+ };
19
+ /**
20
+ * 层级数量,默认 3 级(省、市、区/县)
21
+ */
22
+ readonly level: {
23
+ readonly type: PropType<1 | 2 | 3>;
24
+ readonly default: 3;
25
+ };
26
+ /**
27
+ * 面板标题,未传时展示当前选中路径或占位文案
28
+ */
29
+ readonly title: {
30
+ readonly type: StringConstructor;
31
+ readonly default: "";
32
+ };
33
+ /**
34
+ * 自定义占位文案
35
+ */
36
+ readonly placeholder: {
37
+ readonly type: StringConstructor;
38
+ readonly default: "";
39
+ };
40
+ /**
41
+ * 是否展示清除按钮
42
+ */
43
+ readonly clearable: {
44
+ readonly type: BooleanConstructor;
45
+ readonly default: true;
46
+ };
47
+ /**
48
+ * 禁用状态
49
+ */
50
+ readonly disabled: {
51
+ readonly type: BooleanConstructor;
52
+ readonly default: false;
53
+ };
54
+ /**
55
+ * 自定义行政区划数据源,key 为 6 位行政区划代码,value 为名称
56
+ */
57
+ readonly data: {
58
+ readonly type: PropType<Record<string, string>>;
59
+ readonly default: undefined;
60
+ };
61
+ /**
62
+ * 自定义标签文案,按顺序对应层级
63
+ */
64
+ readonly tabLabels: {
65
+ readonly type: PropType<string[]>;
66
+ readonly default: undefined;
67
+ };
68
+ };
69
+ export type BasicRegionProps = ExtractPropTypes<typeof basicRegionProps>;
70
+ export interface BasicRegionContext {
71
+ name: string;
72
+ }
73
+ //# sourceMappingURL=interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../src/components/basic-region/interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAErD,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,MAAM,gBAAgB,GAAG,MAAM,EAAE,CAAA;AAEvC,eAAO,MAAM,gBAAgB;IAC3B;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;CAKK,CAAA;AAEV,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAExE,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAA;CACb"}
@@ -0,0 +1,9 @@
1
+ import { RegionOption } from './interface';
2
+ export interface RegionSource {
3
+ provinces: RegionOption[];
4
+ cities: Record<string, RegionOption[]>;
5
+ districts: Record<string, RegionOption[]>;
6
+ map: Record<string, RegionOption>;
7
+ }
8
+ export declare const useRegionData: (data: Record<string, string>) => import('vue').ComputedRef<RegionSource>;
9
+ //# sourceMappingURL=use-region-data.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-region-data.d.ts","sourceRoot":"","sources":["../../../src/components/basic-region/use-region-data.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAE/C,MAAM,WAAW,YAAY;IAC3B,SAAS,EAAE,YAAY,EAAE,CAAA;IACzB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,EAAE,CAAC,CAAA;IACtC,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,EAAE,CAAC,CAAA;IACzC,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,CAAA;CAClC;AAqED,eAAO,MAAM,aAAa,SAAU,OAAO,MAAM,EAAE,MAAM,CAAC,4CAGzD,CAAA"}
@@ -0,0 +1,50 @@
1
+ import { BasicRegionValue, RegionOption } from './interface';
2
+ declare const _default: import('vue').DefineComponent<{
3
+ readonly placeholder: string;
4
+ readonly defaultValue: BasicRegionValue;
5
+ readonly disabled: boolean;
6
+ readonly clearable: boolean;
7
+ readonly placement: "bottom" | "left" | "right" | "top";
8
+ readonly trigger: "click" | "hover";
9
+ readonly level: 1 | 2 | 3;
10
+ readonly popoverWidth: string | number;
11
+ readonly data?: Record<string, string> | undefined;
12
+ readonly modelValue?: BasicRegionValue | undefined;
13
+ readonly tabLabels?: string[] | undefined;
14
+ }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ 'update:modelValue': (_value: BasicRegionValue) => true;
16
+ /**
17
+ * @zh 选中值变更时触发
18
+ * @param {string[]} _value 按层级的行政区划代码
19
+ * @param {RegionOption[]} _options 对应的区域节点
20
+ */
21
+ change: (_value: BasicRegionValue, _options: RegionOption[]) => true;
22
+ }, string, import('vue').PublicProps, Readonly<{
23
+ readonly placeholder: string;
24
+ readonly defaultValue: BasicRegionValue;
25
+ readonly disabled: boolean;
26
+ readonly clearable: boolean;
27
+ readonly placement: "bottom" | "left" | "right" | "top";
28
+ readonly trigger: "click" | "hover";
29
+ readonly level: 1 | 2 | 3;
30
+ readonly popoverWidth: string | number;
31
+ readonly data?: Record<string, string> | undefined;
32
+ readonly modelValue?: BasicRegionValue | undefined;
33
+ readonly tabLabels?: string[] | undefined;
34
+ }> & Readonly<{
35
+ onChange?: ((_value: BasicRegionValue, _options: RegionOption[]) => any) | undefined;
36
+ "onUpdate:modelValue"?: ((_value: BasicRegionValue) => any) | undefined;
37
+ }>, {
38
+ readonly data: Record<string, string>;
39
+ readonly placeholder: string;
40
+ readonly defaultValue: BasicRegionValue;
41
+ readonly disabled: boolean;
42
+ readonly clearable: boolean;
43
+ readonly placement: "bottom" | "left" | "right" | "top";
44
+ readonly trigger: "click" | "hover";
45
+ readonly level: 1 | 2 | 3;
46
+ readonly tabLabels: string[];
47
+ readonly popoverWidth: string | number;
48
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
49
+ export default _default;
50
+ //# sourceMappingURL=BasicRegionSelect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BasicRegionSelect.d.ts","sourceRoot":"","sources":["../../../src/components/basic-region-select/BasicRegionSelect.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAA0B,gBAAgB,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;;;;;;;;;;;;;;;IAUrF;;;;OAIG;iDAC0C,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAV/D,wBAqFE"}
@@ -0,0 +1,6 @@
1
+ import { InjectionKey } from 'vue';
2
+ import { BasicRegionSelectContext } from './interface';
3
+ export declare const basicRegionSelectKey: InjectionKey<BasicRegionSelectContext>;
4
+ export declare const createBasicRegionSelectContext: (props: BasicRegionSelectContext) => void;
5
+ export declare const useBasicRegionSelectContext: () => BasicRegionSelectContext;
6
+ //# sourceMappingURL=context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/components/basic-region-select/context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AAEvC,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAA;AAE3D,eAAO,MAAM,oBAAoB,EAAE,YAAY,CAAC,wBAAwB,CAAiC,CAAA;AAEzG,eAAO,MAAM,8BAA8B,UAAW,wBAAwB,SAE7E,CAAA;AAED,eAAO,MAAM,2BAA2B,gCAEvC,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { SFCWithInstall } from '@maxax/utils';
2
+ import { default as BasicRegionSelect } from './BasicRegionSelect';
3
+ export declare const XBasicRegionSelect: SFCWithInstall<typeof BasicRegionSelect>;
4
+ export type BasicRegionSelectInstance = InstanceType<typeof BasicRegionSelect>;
5
+ export default XBasicRegionSelect;
6
+ export * from './interface';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/basic-region-select/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAA;AAElD,OAAO,iBAAiB,MAAM,qBAAqB,CAAA;AAEnD,eAAO,MAAM,kBAAkB,EAAE,cAAc,CAAC,OAAO,iBAAiB,CAAkC,CAAA;AAC1G,MAAM,MAAM,yBAAyB,GAAG,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAE9E,eAAe,kBAAkB,CAAA;AAEjC,cAAc,aAAa,CAAA"}
@@ -0,0 +1,84 @@
1
+ import { ExtractPropTypes, PropType } from 'vue';
2
+ import { BasicRegionValue, RegionOption } from '../basic-region/interface';
3
+ export type { BasicRegionValue, RegionOption };
4
+ export declare const basicRegionSelectProps: {
5
+ /**
6
+ * 受控值,按层级依次存储省/市/区的行政区划代码
7
+ */
8
+ readonly modelValue: PropType<BasicRegionValue>;
9
+ /**
10
+ * 非受控默认值
11
+ */
12
+ readonly defaultValue: {
13
+ readonly type: PropType<BasicRegionValue>;
14
+ readonly default: () => never[];
15
+ };
16
+ /**
17
+ * 层级数量,默认 3 级(省、市、区/县)
18
+ */
19
+ readonly level: {
20
+ readonly type: PropType<1 | 2 | 3>;
21
+ readonly default: 3;
22
+ };
23
+ /**
24
+ * 自定义占位文案
25
+ */
26
+ readonly placeholder: {
27
+ readonly type: StringConstructor;
28
+ readonly default: "";
29
+ };
30
+ /**
31
+ * 是否展示清除按钮
32
+ */
33
+ readonly clearable: {
34
+ readonly type: BooleanConstructor;
35
+ readonly default: true;
36
+ };
37
+ /**
38
+ * 禁用状态
39
+ */
40
+ readonly disabled: {
41
+ readonly type: BooleanConstructor;
42
+ readonly default: false;
43
+ };
44
+ /**
45
+ * 自定义行政区划数据源,key 为 6 位行政区划代码,value 为名称
46
+ */
47
+ readonly data: {
48
+ readonly type: PropType<Record<string, string>>;
49
+ readonly default: undefined;
50
+ };
51
+ /**
52
+ * 自定义标签文案,按顺序对应层级
53
+ */
54
+ readonly tabLabels: {
55
+ readonly type: PropType<string[]>;
56
+ readonly default: undefined;
57
+ };
58
+ /**
59
+ * Popover 宽度
60
+ */
61
+ readonly popoverWidth: {
62
+ readonly type: PropType<string | number>;
63
+ readonly default: 400;
64
+ };
65
+ /**
66
+ * Popover 触发方式
67
+ */
68
+ readonly trigger: {
69
+ readonly type: PropType<"click" | "hover">;
70
+ readonly default: "click";
71
+ };
72
+ /**
73
+ * Popover 位置
74
+ */
75
+ readonly placement: {
76
+ readonly type: PropType<"bottom" | "left" | "right" | "top">;
77
+ readonly default: "bottom";
78
+ };
79
+ };
80
+ export type BasicRegionSelectProps = ExtractPropTypes<typeof basicRegionSelectProps>;
81
+ export interface BasicRegionSelectContext {
82
+ name: string;
83
+ }
84
+ //# sourceMappingURL=interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../src/components/basic-region-select/interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACrD,OAAO,KAAK,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AAE/E,YAAY,EAAE,gBAAgB,EAAE,YAAY,EAAE,CAAA;AAE9C,eAAO,MAAM,sBAAsB;IACjC;;OAEG;;IAEH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;CAKK,CAAA;AAEV,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAEpF,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,MAAM,CAAA;CACb"}
@@ -31,6 +31,8 @@ export * from './basic-panel';
31
31
  export * from './basic-panel-page';
32
32
  export * from './basic-radio';
33
33
  export * from './basic-radio-group';
34
+ export * from './basic-region';
35
+ export * from './basic-region-select';
34
36
  export * from './basic-row';
35
37
  export * from './basic-scroll-text';
36
38
  export * from './basic-select';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA;AACtC,cAAc,aAAa,CAAA;AAC3B,cAAc,kBAAkB,CAAA;AAChC,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,cAAc,CAAA;AAC5B,cAAc,wBAAwB,CAAA;AACtC,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA;AACnC,cAAc,eAAe,CAAA;AAC7B,cAAc,sBAAsB,CAAA;AACpC,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,eAAe,CAAA;AAC7B,cAAc,qBAAqB,CAAA;AACnC,cAAc,aAAa,CAAA;AAC3B,cAAc,qBAAqB,CAAA;AACnC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,wBAAwB,CAAA;AACtC,cAAc,kBAAkB,CAAA;AAChC,cAAc,mBAAmB,CAAA;AACjC,cAAc,QAAQ,CAAA;AACtB,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,eAAe,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA;AACtC,cAAc,aAAa,CAAA;AAC3B,cAAc,kBAAkB,CAAA;AAChC,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,cAAc,CAAA;AAC5B,cAAc,wBAAwB,CAAA;AACtC,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA;AACnC,cAAc,eAAe,CAAA;AAC7B,cAAc,sBAAsB,CAAA;AACpC,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,eAAe,CAAA;AAC7B,cAAc,qBAAqB,CAAA;AACnC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,aAAa,CAAA;AAC3B,cAAc,qBAAqB,CAAA;AACnC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,wBAAwB,CAAA;AACtC,cAAc,kBAAkB,CAAA;AAChC,cAAc,mBAAmB,CAAA;AACjC,cAAc,QAAQ,CAAA;AACtB,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,eAAe,CAAA"}