g-ui-web 0.8.23
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/README.md +118 -0
- package/global.d.ts +111 -0
- package/lib/bar/index.d.ts +71 -0
- package/lib/bar/src/chart.d.ts +2 -0
- package/lib/bar/src/index.vue.d.ts +32 -0
- package/lib/bar/src/options.d.ts +20 -0
- package/lib/bar-compare/index.d.ts +65 -0
- package/lib/bar-compare/src/chart.d.ts +2 -0
- package/lib/bar-compare/src/index.vue.d.ts +30 -0
- package/lib/bar-compare/src/options.d.ts +32 -0
- package/lib/bar-conv/index.d.ts +59 -0
- package/lib/bar-conv/src/index.vue.d.ts +26 -0
- package/lib/bar-line/index.d.ts +59 -0
- package/lib/bar-line/src/chart.d.ts +2 -0
- package/lib/bar-line/src/index.vue.d.ts +26 -0
- package/lib/bar-line/src/options.d.ts +36 -0
- package/lib/box/index.d.ts +211 -0
- package/lib/box/src/index.vue.d.ts +131 -0
- package/lib/cashflow/index.d.ts +68 -0
- package/lib/cashflow/src/cash-flow-curve.d.ts +1 -0
- package/lib/cashflow/src/cash-line.d.ts +1 -0
- package/lib/cashflow/src/index.vue.d.ts +29 -0
- package/lib/cashflow/src/time-formatter.d.ts +2 -0
- package/lib/chart/index.d.ts +23 -0
- package/lib/chart/src/index.vue.d.ts +58 -0
- package/lib/datatable/index.d.ts +72 -0
- package/lib/datatable/src/index.vue.d.ts +48 -0
- package/lib/ele/button/index.d.ts +18 -0
- package/lib/ele/button/src/index.vue.d.ts +16 -0
- package/lib/ele/button-group/index.d.ts +18 -0
- package/lib/ele/button-group/src/index.vue.d.ts +16 -0
- package/lib/ele/card/index.d.ts +16 -0
- package/lib/ele/card/src/index.vue.d.ts +14 -0
- package/lib/ele/carousel/index.d.ts +18 -0
- package/lib/ele/carousel/src/index.vue.d.ts +16 -0
- package/lib/ele/carousel-item/index.d.ts +18 -0
- package/lib/ele/carousel-item/src/index.vue.d.ts +16 -0
- package/lib/ele/cascader/index.d.ts +14 -0
- package/lib/ele/cascader/src/index.vue.d.ts +2 -0
- package/lib/ele/cascader-panel/index.d.ts +14 -0
- package/lib/ele/cascader-panel/src/index.vue.d.ts +2 -0
- package/lib/ele/check-tag/index.d.ts +18 -0
- package/lib/ele/check-tag/src/index.vue.d.ts +16 -0
- package/lib/ele/checkbox/index.d.ts +16 -0
- package/lib/ele/checkbox/src/index.vue.d.ts +14 -0
- package/lib/ele/checkbox-button/index.d.ts +18 -0
- package/lib/ele/checkbox-button/src/index.vue.d.ts +16 -0
- package/lib/ele/checkbox-group/index.d.ts +18 -0
- package/lib/ele/checkbox-group/src/index.vue.d.ts +16 -0
- package/lib/ele/col/index.d.ts +18 -0
- package/lib/ele/col/src/index.vue.d.ts +16 -0
- package/lib/ele/date-picker/index.d.ts +18 -0
- package/lib/ele/date-picker/src/index.vue.d.ts +16 -0
- package/lib/ele/dialog/index.d.ts +16 -0
- package/lib/ele/dialog/src/index.vue.d.ts +14 -0
- package/lib/ele/form/index.d.ts +18 -0
- package/lib/ele/form/src/index.vue.d.ts +16 -0
- package/lib/ele/form-item/index.d.ts +18 -0
- package/lib/ele/form-item/src/index.vue.d.ts +16 -0
- package/lib/ele/input/index.d.ts +16 -0
- package/lib/ele/input/src/index.vue.d.ts +14 -0
- package/lib/ele/option/index.d.ts +69 -0
- package/lib/ele/option/src/index.vue.d.ts +46 -0
- package/lib/ele/option-group/index.d.ts +18 -0
- package/lib/ele/option-group/src/index.vue.d.ts +16 -0
- package/lib/ele/pagination/index.d.ts +18 -0
- package/lib/ele/pagination/src/index.vue.d.ts +16 -0
- package/lib/ele/progress/index.d.ts +16 -0
- package/lib/ele/progress/src/index.vue.d.ts +14 -0
- package/lib/ele/radio/index.d.ts +16 -0
- package/lib/ele/radio/src/index.vue.d.ts +14 -0
- package/lib/ele/radio-button/index.d.ts +18 -0
- package/lib/ele/radio-button/src/index.vue.d.ts +16 -0
- package/lib/ele/radio-group/index.d.ts +18 -0
- package/lib/ele/radio-group/src/index.vue.d.ts +16 -0
- package/lib/ele/row/index.d.ts +18 -0
- package/lib/ele/row/src/index.vue.d.ts +16 -0
- package/lib/ele/select/index.d.ts +18 -0
- package/lib/ele/select/src/index.vue.d.ts +16 -0
- package/lib/ele/switch/index.d.ts +16 -0
- package/lib/ele/switch/src/index.vue.d.ts +14 -0
- package/lib/ele/tab-pane/index.d.ts +18 -0
- package/lib/ele/tab-pane/src/index.vue.d.ts +16 -0
- package/lib/ele/table/index.d.ts +22 -0
- package/lib/ele/table/src/index.vue.d.ts +431 -0
- package/lib/ele/table-column/index.d.ts +16 -0
- package/lib/ele/table-column/src/index.vue.d.ts +14 -0
- package/lib/ele/tabs/index.d.ts +18 -0
- package/lib/ele/tabs/src/index.vue.d.ts +16 -0
- package/lib/ele/tag/index.d.ts +18 -0
- package/lib/ele/tag/src/index.vue.d.ts +16 -0
- package/lib/ele/tooltip/index.d.ts +16 -0
- package/lib/ele/tooltip/src/index.vue.d.ts +14 -0
- package/lib/ele/tree/index.d.ts +16 -0
- package/lib/ele/tree/src/index.vue.d.ts +14 -0
- package/lib/ele/tree-select/index.d.ts +16 -0
- package/lib/ele/tree-select/src/index.vue.d.ts +14 -0
- package/lib/ele/upload/index.d.ts +16 -0
- package/lib/ele/upload/src/index.vue.d.ts +14 -0
- package/lib/ele/watermark/index.d.ts +18 -0
- package/lib/ele/watermark/src/index.vue.d.ts +16 -0
- package/lib/favicon.ico +0 -0
- package/lib/funnel/index.d.ts +59 -0
- package/lib/funnel/src/chart.d.ts +2 -0
- package/lib/funnel/src/index.vue.d.ts +26 -0
- package/lib/funnel/src/options.d.ts +43 -0
- package/lib/g-ui-web.js +115737 -0
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +190 -0
- package/lib/heatmap/src/index.vue.d.ts +100 -0
- package/lib/index.d.ts +85 -0
- package/lib/line/index.d.ts +65 -0
- package/lib/line/src/chart.d.ts +2 -0
- package/lib/line/src/index.vue.d.ts +28 -0
- package/lib/line/src/options.d.ts +38 -0
- package/lib/map/index.d.ts +59 -0
- package/lib/map/src/chart.d.ts +2 -0
- package/lib/map/src/index.vue.d.ts +26 -0
- package/lib/map/src/options.d.ts +21 -0
- package/lib/node-achievement/index.d.ts +59 -0
- package/lib/node-achievement/src/index.vue.d.ts +26 -0
- package/lib/pie/index.d.ts +80 -0
- package/lib/pie/src/chart.d.ts +2 -0
- package/lib/pie/src/index.vue.d.ts +37 -0
- package/lib/pie/src/options.d.ts +13 -0
- package/lib/pie-distri/index.d.ts +89 -0
- package/lib/pie-distri/src/chart.d.ts +2 -0
- package/lib/pie-distri/src/index.vue.d.ts +44 -0
- package/lib/pie-distri/src/options.d.ts +60 -0
- package/lib/pie-level/index.d.ts +86 -0
- package/lib/pie-level/src/chart.d.ts +9 -0
- package/lib/pie-level/src/index.vue.d.ts +43 -0
- package/lib/pie-level/src/options.d.ts +16 -0
- package/lib/pie-table/index.d.ts +122 -0
- package/lib/pie-table/src/chart.d.ts +2 -0
- package/lib/pie-table/src/index.vue.d.ts +59 -0
- package/lib/pie-table/src/options.d.ts +13 -0
- package/lib/plan/index.d.ts +44 -0
- package/lib/plan/src/index.vue.d.ts +17 -0
- package/lib/radar/index.d.ts +59 -0
- package/lib/radar/src/chart.d.ts +2 -0
- package/lib/radar/src/index.vue.d.ts +26 -0
- package/lib/radar/src/options.d.ts +23 -0
- package/lib/ranking-list/index.d.ts +122 -0
- package/lib/ranking-list/src/index.vue.d.ts +59 -0
- package/lib/ranking-table/index.d.ts +122 -0
- package/lib/ranking-table/src/index.vue.d.ts +59 -0
- package/lib/reserve/index.d.ts +68 -0
- package/lib/reserve/src/index.vue.d.ts +29 -0
- package/lib/store/index.d.ts +2 -0
- package/lib/store/saveInLocal.d.ts +2 -0
- package/lib/style.css +1 -0
- package/lib/style.css.gz +0 -0
- package/lib/target-achievement/index.d.ts +131 -0
- package/lib/target-achievement/src/index.vue.d.ts +65 -0
- package/lib/target-achievement/src/options.d.ts +68 -0
- package/lib/target-current/index.d.ts +114 -0
- package/lib/target-current/src/index.vue.d.ts +57 -0
- package/lib/target-m/index.d.ts +159 -0
- package/lib/target-m/src/index.vue.d.ts +84 -0
- package/lib/target-r/index.d.ts +167 -0
- package/lib/target-r/src/index.vue.d.ts +90 -0
- package/lib/target-s/index.d.ts +150 -0
- package/lib/target-s/src/index.vue.d.ts +77 -0
- package/lib/target-struct/index.d.ts +141 -0
- package/lib/target-struct/src/index.vue.d.ts +69 -0
- package/lib/utils/DataSource/index.d.ts +23 -0
- package/lib/utils/api/index.d.ts +4 -0
- package/lib/utils/api/load.d.ts +1 -0
- package/lib/utils/directives/click-outside/index.d.ts +3 -0
- package/lib/utils/index.d.ts +37 -0
- package/lib/utils/request/interface/config.d.ts +93 -0
- package/lib/utils/request/interface/index.d.ts +3 -0
- package/lib/utils/request/interface/interface.d.ts +3 -0
- package/lib/utils/request/utils/code.d.ts +6 -0
- package/lib/utils/request/utils/filter.d.ts +2 -0
- package/lib/utils/request/utils/loading.d.ts +14 -0
- package/lib/utils/storage.d.ts +27 -0
- package/lib/utils/theme/config/black-blue.d.ts +114 -0
- package/lib/utils/theme/config/black-gold.d.ts +111 -0
- package/lib/utils/theme/config/black-green.d.ts +111 -0
- package/lib/utils/theme/config/white-blue.d.ts +114 -0
- package/lib/utils/theme/config/white-green.d.ts +111 -0
- package/lib/utils/theme/index.d.ts +7 -0
- package/lib/withInstall.d.ts +4 -0
- package/package.json +96 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const GUpload: ({
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
3
|
+
P: {};
|
|
4
|
+
B: {};
|
|
5
|
+
D: {};
|
|
6
|
+
C: {};
|
|
7
|
+
M: {};
|
|
8
|
+
Defaults: {};
|
|
9
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
10
|
+
__isFragment?: never;
|
|
11
|
+
__isTeleport?: never;
|
|
12
|
+
__isSuspense?: never;
|
|
13
|
+
} & import('vue').ComponentOptionsBase<Readonly<{}> & 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 () => {
|
|
14
|
+
$slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
|
|
15
|
+
}) & import('vue').Plugin) & Record<string, any>;
|
|
16
|
+
export default GUpload;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
|
|
3
|
+
refs: {};
|
|
4
|
+
attrs: Partial<{}>;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const GWatermark: ({
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
3
|
+
P: {};
|
|
4
|
+
B: {};
|
|
5
|
+
D: {};
|
|
6
|
+
C: {};
|
|
7
|
+
M: {};
|
|
8
|
+
Defaults: {};
|
|
9
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
10
|
+
__isFragment?: never;
|
|
11
|
+
__isTeleport?: never;
|
|
12
|
+
__isSuspense?: never;
|
|
13
|
+
} & import('vue').ComponentOptionsBase<Readonly<{}> & 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 () => {
|
|
14
|
+
$slots: {
|
|
15
|
+
default?(_: {}): any;
|
|
16
|
+
};
|
|
17
|
+
}) & import('vue').Plugin) & Record<string, any>;
|
|
18
|
+
export default GWatermark;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
package/lib/favicon.ico
ADDED
|
Binary file
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare const GFunnel: ({
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
3
|
+
options: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
default: {};
|
|
6
|
+
};
|
|
7
|
+
dbOptions: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {
|
|
12
|
+
props: any;
|
|
13
|
+
funnelRef: globalThis.Ref<null, null>;
|
|
14
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
15
|
+
options: Record<string, any>;
|
|
16
|
+
dbOptions: Record<string, any>;
|
|
17
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
18
|
+
P: {};
|
|
19
|
+
B: {};
|
|
20
|
+
D: {};
|
|
21
|
+
C: {};
|
|
22
|
+
M: {};
|
|
23
|
+
Defaults: {};
|
|
24
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
25
|
+
options: {
|
|
26
|
+
type: ObjectConstructor;
|
|
27
|
+
default: {};
|
|
28
|
+
};
|
|
29
|
+
dbOptions: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
default: {};
|
|
32
|
+
};
|
|
33
|
+
}>> & Readonly<{}>, {
|
|
34
|
+
props: any;
|
|
35
|
+
funnelRef: globalThis.Ref<null, null>;
|
|
36
|
+
}, {}, {}, {}, {
|
|
37
|
+
options: Record<string, any>;
|
|
38
|
+
dbOptions: Record<string, any>;
|
|
39
|
+
}>;
|
|
40
|
+
__isFragment?: never;
|
|
41
|
+
__isTeleport?: never;
|
|
42
|
+
__isSuspense?: never;
|
|
43
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
44
|
+
options: {
|
|
45
|
+
type: ObjectConstructor;
|
|
46
|
+
default: {};
|
|
47
|
+
};
|
|
48
|
+
dbOptions: {
|
|
49
|
+
type: ObjectConstructor;
|
|
50
|
+
default: {};
|
|
51
|
+
};
|
|
52
|
+
}>> & Readonly<{}>, {
|
|
53
|
+
props: any;
|
|
54
|
+
funnelRef: globalThis.Ref<null, null>;
|
|
55
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
56
|
+
options: Record<string, any>;
|
|
57
|
+
dbOptions: Record<string, any>;
|
|
58
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
|
|
59
|
+
export default GFunnel;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
options: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: {};
|
|
5
|
+
};
|
|
6
|
+
dbOptions: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: {};
|
|
9
|
+
};
|
|
10
|
+
}>, {
|
|
11
|
+
props: any;
|
|
12
|
+
funnelRef: globalThis.Ref<null, null>;
|
|
13
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
14
|
+
options: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: {};
|
|
17
|
+
};
|
|
18
|
+
dbOptions: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
default: {};
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {
|
|
23
|
+
options: Record<string, any>;
|
|
24
|
+
dbOptions: Record<string, any>;
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const funnelOptions: {
|
|
2
|
+
backgroundColor: any;
|
|
3
|
+
color: any;
|
|
4
|
+
tooltip: {
|
|
5
|
+
trigger: string;
|
|
6
|
+
formatter: string;
|
|
7
|
+
};
|
|
8
|
+
legend: {
|
|
9
|
+
trigger: string;
|
|
10
|
+
orient: string;
|
|
11
|
+
left: string;
|
|
12
|
+
show: boolean;
|
|
13
|
+
};
|
|
14
|
+
series: {
|
|
15
|
+
type: string;
|
|
16
|
+
sort: string;
|
|
17
|
+
left: string;
|
|
18
|
+
top: number;
|
|
19
|
+
bottom: number;
|
|
20
|
+
width: string;
|
|
21
|
+
gap: number;
|
|
22
|
+
label: {
|
|
23
|
+
show: boolean;
|
|
24
|
+
position: string;
|
|
25
|
+
};
|
|
26
|
+
labelLine: {
|
|
27
|
+
length: number;
|
|
28
|
+
lineStyle: {
|
|
29
|
+
width: number;
|
|
30
|
+
type: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
itemStyle: {
|
|
34
|
+
borderWidth: number;
|
|
35
|
+
};
|
|
36
|
+
emphasis: {
|
|
37
|
+
label: {
|
|
38
|
+
fontSize: any;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}[];
|
|
42
|
+
};
|
|
43
|
+
export { funnelOptions };
|