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,431 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
|
|
3
|
+
refs: {
|
|
4
|
+
elTableRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
5
|
+
data: {
|
|
6
|
+
type: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').DefaultRow[]>;
|
|
7
|
+
default: () => never[];
|
|
8
|
+
};
|
|
9
|
+
size: {
|
|
10
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
11
|
+
readonly required: false;
|
|
12
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13
|
+
__epPropKey: true;
|
|
14
|
+
};
|
|
15
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
16
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
17
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
18
|
+
fit: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
stripe: BooleanConstructor;
|
|
23
|
+
border: BooleanConstructor;
|
|
24
|
+
rowKey: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["rowKey"]>;
|
|
25
|
+
showHeader: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
showSummary: BooleanConstructor;
|
|
30
|
+
sumText: StringConstructor;
|
|
31
|
+
summaryMethod: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["summaryMethod"]>;
|
|
32
|
+
rowClassName: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["rowClassName"]>;
|
|
33
|
+
rowStyle: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["rowStyle"]>;
|
|
34
|
+
cellClassName: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["cellClassName"]>;
|
|
35
|
+
cellStyle: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["cellStyle"]>;
|
|
36
|
+
headerRowClassName: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["headerRowClassName"]>;
|
|
37
|
+
headerRowStyle: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["headerRowStyle"]>;
|
|
38
|
+
headerCellClassName: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["headerCellClassName"]>;
|
|
39
|
+
headerCellStyle: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["headerCellStyle"]>;
|
|
40
|
+
highlightCurrentRow: BooleanConstructor;
|
|
41
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
42
|
+
emptyText: StringConstructor;
|
|
43
|
+
expandRowKeys: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["expandRowKeys"]>;
|
|
44
|
+
defaultExpandAll: BooleanConstructor;
|
|
45
|
+
defaultSort: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["defaultSort"]>;
|
|
46
|
+
tooltipEffect: StringConstructor;
|
|
47
|
+
tooltipOptions: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["tooltipOptions"]>;
|
|
48
|
+
spanMethod: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["spanMethod"]>;
|
|
49
|
+
selectOnIndeterminate: {
|
|
50
|
+
type: BooleanConstructor;
|
|
51
|
+
default: boolean;
|
|
52
|
+
};
|
|
53
|
+
indent: {
|
|
54
|
+
type: NumberConstructor;
|
|
55
|
+
default: number;
|
|
56
|
+
};
|
|
57
|
+
treeProps: {
|
|
58
|
+
type: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["treeProps"]>;
|
|
59
|
+
default: () => {
|
|
60
|
+
hasChildren: string;
|
|
61
|
+
children: string;
|
|
62
|
+
checkStrictly: boolean;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
lazy: BooleanConstructor;
|
|
66
|
+
load: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["load"]>;
|
|
67
|
+
style: {
|
|
68
|
+
type: import('vue').PropType<import('vue').CSSProperties>;
|
|
69
|
+
default: () => {};
|
|
70
|
+
};
|
|
71
|
+
className: {
|
|
72
|
+
type: StringConstructor;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
tableLayout: {
|
|
76
|
+
type: import('vue').PropType<"fixed" | "auto">;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
79
|
+
scrollbarAlwaysOn: BooleanConstructor;
|
|
80
|
+
flexible: BooleanConstructor;
|
|
81
|
+
showOverflowTooltip: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["showOverflowTooltip"]>;
|
|
82
|
+
appendFilterPanelTo: StringConstructor;
|
|
83
|
+
scrollbarTabindex: {
|
|
84
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
85
|
+
default: undefined;
|
|
86
|
+
};
|
|
87
|
+
}>> & {
|
|
88
|
+
onScroll?: ((...args: any[]) => any) | undefined;
|
|
89
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
90
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
91
|
+
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
92
|
+
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
93
|
+
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
94
|
+
"onCell-mouse-enter"?: ((...args: any[]) => any) | undefined;
|
|
95
|
+
"onCell-mouse-leave"?: ((...args: any[]) => any) | undefined;
|
|
96
|
+
"onCell-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
97
|
+
"onCell-click"?: ((...args: any[]) => any) | undefined;
|
|
98
|
+
"onCell-dblclick"?: ((...args: any[]) => any) | undefined;
|
|
99
|
+
"onRow-click"?: ((...args: any[]) => any) | undefined;
|
|
100
|
+
"onRow-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
101
|
+
"onRow-dblclick"?: ((...args: any[]) => any) | undefined;
|
|
102
|
+
"onHeader-click"?: ((...args: any[]) => any) | undefined;
|
|
103
|
+
"onHeader-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
104
|
+
"onSort-change"?: ((...args: any[]) => any) | undefined;
|
|
105
|
+
"onFilter-change"?: ((...args: any[]) => any) | undefined;
|
|
106
|
+
"onHeader-dragend"?: ((...args: any[]) => any) | undefined;
|
|
107
|
+
}, {
|
|
108
|
+
ns: {
|
|
109
|
+
namespace: import('vue').ComputedRef<string>;
|
|
110
|
+
b: (blockSuffix?: string) => string;
|
|
111
|
+
e: (element?: string) => string;
|
|
112
|
+
m: (modifier?: string) => string;
|
|
113
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
114
|
+
em: (element?: string, modifier?: string) => string;
|
|
115
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
116
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
117
|
+
is: {
|
|
118
|
+
(name: string, state: boolean | undefined): string;
|
|
119
|
+
(name: string): string;
|
|
120
|
+
};
|
|
121
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
122
|
+
cssVarName: (name: string) => string;
|
|
123
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
124
|
+
cssVarBlockName: (name: string) => string;
|
|
125
|
+
};
|
|
126
|
+
layout: import('element-plus/es/components/table/src/table-layout').default<any>;
|
|
127
|
+
store: any;
|
|
128
|
+
columns: import('vue').ComputedRef<import('element-plus').TableColumnCtx<unknown>>;
|
|
129
|
+
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
130
|
+
handleMouseLeave: () => void;
|
|
131
|
+
tableId: string;
|
|
132
|
+
tableSize: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
133
|
+
isHidden: import('vue').Ref<boolean>;
|
|
134
|
+
isEmpty: import('vue').ComputedRef<boolean>;
|
|
135
|
+
renderExpanded: import('vue').Ref<null>;
|
|
136
|
+
resizeProxyVisible: import('vue').Ref<boolean>;
|
|
137
|
+
resizeState: import('vue').Ref<{
|
|
138
|
+
width: null | number;
|
|
139
|
+
height: null | number;
|
|
140
|
+
headerHeight: null | number;
|
|
141
|
+
}>;
|
|
142
|
+
isGroup: import('vue').Ref<boolean>;
|
|
143
|
+
bodyWidth: import('vue').ComputedRef<string>;
|
|
144
|
+
tableBodyStyles: import('vue').ComputedRef<{
|
|
145
|
+
width: string;
|
|
146
|
+
}>;
|
|
147
|
+
emptyBlockStyle: import('vue').ComputedRef<{
|
|
148
|
+
width: string;
|
|
149
|
+
height: string;
|
|
150
|
+
} | null>;
|
|
151
|
+
debouncedUpdateLayout: import('lodash').DebouncedFunc<() => void>;
|
|
152
|
+
handleFixedMousewheel: (event: any, data: any) => void;
|
|
153
|
+
setCurrentRow: (row: any) => void;
|
|
154
|
+
getSelectionRows: () => any;
|
|
155
|
+
toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
|
|
156
|
+
clearSelection: () => void;
|
|
157
|
+
clearFilter: (columnKeys?: string[]) => void;
|
|
158
|
+
toggleAllSelection: () => void;
|
|
159
|
+
toggleRowExpansion: (row: any, expanded?: boolean) => void;
|
|
160
|
+
clearSort: () => void;
|
|
161
|
+
doLayout: () => void;
|
|
162
|
+
sort: (prop: string, order: string) => void;
|
|
163
|
+
updateKeyChildren: (key: string, data: any[]) => void;
|
|
164
|
+
t: import('element-plus').Translator;
|
|
165
|
+
setDragVisible: (visible: boolean) => void;
|
|
166
|
+
context: import('element-plus').Table<any>;
|
|
167
|
+
computedSumText: import('vue').ComputedRef<string>;
|
|
168
|
+
computedEmptyText: import('vue').ComputedRef<string>;
|
|
169
|
+
tableLayout: import('vue').ComputedRef<("fixed" | "auto") | undefined>;
|
|
170
|
+
scrollbarViewStyle: {
|
|
171
|
+
display: string;
|
|
172
|
+
verticalAlign: string;
|
|
173
|
+
};
|
|
174
|
+
scrollbarStyle: import('vue').ComputedRef<{
|
|
175
|
+
height: string;
|
|
176
|
+
maxHeight?: undefined;
|
|
177
|
+
} | {
|
|
178
|
+
maxHeight: string;
|
|
179
|
+
height?: undefined;
|
|
180
|
+
} | {
|
|
181
|
+
height?: undefined;
|
|
182
|
+
maxHeight?: undefined;
|
|
183
|
+
}>;
|
|
184
|
+
scrollBarRef: import('vue').Ref<any>;
|
|
185
|
+
scrollTo: (options: ScrollToOptions | number, yCoord?: number) => void;
|
|
186
|
+
setScrollLeft: (left?: number) => void;
|
|
187
|
+
setScrollTop: (top?: number) => void;
|
|
188
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("scroll" | "select" | "select-all" | "expand-change" | "current-change" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "header-dragend")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
189
|
+
data: any[];
|
|
190
|
+
style: import('vue').CSSProperties;
|
|
191
|
+
tableLayout: "fixed" | "auto";
|
|
192
|
+
border: boolean;
|
|
193
|
+
className: string;
|
|
194
|
+
fit: boolean;
|
|
195
|
+
lazy: boolean;
|
|
196
|
+
scrollbarAlwaysOn: boolean;
|
|
197
|
+
stripe: boolean;
|
|
198
|
+
treeProps: import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined;
|
|
199
|
+
showHeader: boolean;
|
|
200
|
+
showSummary: boolean;
|
|
201
|
+
highlightCurrentRow: boolean;
|
|
202
|
+
defaultExpandAll: boolean;
|
|
203
|
+
selectOnIndeterminate: boolean;
|
|
204
|
+
indent: number;
|
|
205
|
+
flexible: boolean;
|
|
206
|
+
scrollbarTabindex: string | number;
|
|
207
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
208
|
+
P: {};
|
|
209
|
+
B: {};
|
|
210
|
+
D: {};
|
|
211
|
+
C: {};
|
|
212
|
+
M: {};
|
|
213
|
+
Defaults: {};
|
|
214
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
215
|
+
data: {
|
|
216
|
+
type: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').DefaultRow[]>;
|
|
217
|
+
default: () => never[];
|
|
218
|
+
};
|
|
219
|
+
size: {
|
|
220
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
221
|
+
readonly required: false;
|
|
222
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
223
|
+
__epPropKey: true;
|
|
224
|
+
};
|
|
225
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
226
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
227
|
+
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
228
|
+
fit: {
|
|
229
|
+
type: BooleanConstructor;
|
|
230
|
+
default: boolean;
|
|
231
|
+
};
|
|
232
|
+
stripe: BooleanConstructor;
|
|
233
|
+
border: BooleanConstructor;
|
|
234
|
+
rowKey: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["rowKey"]>;
|
|
235
|
+
showHeader: {
|
|
236
|
+
type: BooleanConstructor;
|
|
237
|
+
default: boolean;
|
|
238
|
+
};
|
|
239
|
+
showSummary: BooleanConstructor;
|
|
240
|
+
sumText: StringConstructor;
|
|
241
|
+
summaryMethod: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["summaryMethod"]>;
|
|
242
|
+
rowClassName: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["rowClassName"]>;
|
|
243
|
+
rowStyle: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["rowStyle"]>;
|
|
244
|
+
cellClassName: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["cellClassName"]>;
|
|
245
|
+
cellStyle: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["cellStyle"]>;
|
|
246
|
+
headerRowClassName: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["headerRowClassName"]>;
|
|
247
|
+
headerRowStyle: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["headerRowStyle"]>;
|
|
248
|
+
headerCellClassName: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["headerCellClassName"]>;
|
|
249
|
+
headerCellStyle: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["headerCellStyle"]>;
|
|
250
|
+
highlightCurrentRow: BooleanConstructor;
|
|
251
|
+
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
252
|
+
emptyText: StringConstructor;
|
|
253
|
+
expandRowKeys: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["expandRowKeys"]>;
|
|
254
|
+
defaultExpandAll: BooleanConstructor;
|
|
255
|
+
defaultSort: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["defaultSort"]>;
|
|
256
|
+
tooltipEffect: StringConstructor;
|
|
257
|
+
tooltipOptions: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["tooltipOptions"]>;
|
|
258
|
+
spanMethod: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["spanMethod"]>;
|
|
259
|
+
selectOnIndeterminate: {
|
|
260
|
+
type: BooleanConstructor;
|
|
261
|
+
default: boolean;
|
|
262
|
+
};
|
|
263
|
+
indent: {
|
|
264
|
+
type: NumberConstructor;
|
|
265
|
+
default: number;
|
|
266
|
+
};
|
|
267
|
+
treeProps: {
|
|
268
|
+
type: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["treeProps"]>;
|
|
269
|
+
default: () => {
|
|
270
|
+
hasChildren: string;
|
|
271
|
+
children: string;
|
|
272
|
+
checkStrictly: boolean;
|
|
273
|
+
};
|
|
274
|
+
};
|
|
275
|
+
lazy: BooleanConstructor;
|
|
276
|
+
load: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["load"]>;
|
|
277
|
+
style: {
|
|
278
|
+
type: import('vue').PropType<import('vue').CSSProperties>;
|
|
279
|
+
default: () => {};
|
|
280
|
+
};
|
|
281
|
+
className: {
|
|
282
|
+
type: StringConstructor;
|
|
283
|
+
default: string;
|
|
284
|
+
};
|
|
285
|
+
tableLayout: {
|
|
286
|
+
type: import('vue').PropType<"fixed" | "auto">;
|
|
287
|
+
default: string;
|
|
288
|
+
};
|
|
289
|
+
scrollbarAlwaysOn: BooleanConstructor;
|
|
290
|
+
flexible: BooleanConstructor;
|
|
291
|
+
showOverflowTooltip: import('vue').PropType<import('element-plus').TableProps<import('element-plus/es/components/table/src/table/defaults').DefaultRow>["showOverflowTooltip"]>;
|
|
292
|
+
appendFilterPanelTo: StringConstructor;
|
|
293
|
+
scrollbarTabindex: {
|
|
294
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
295
|
+
default: undefined;
|
|
296
|
+
};
|
|
297
|
+
}>> & {
|
|
298
|
+
onScroll?: ((...args: any[]) => any) | undefined;
|
|
299
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
300
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
301
|
+
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
302
|
+
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
303
|
+
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
304
|
+
"onCell-mouse-enter"?: ((...args: any[]) => any) | undefined;
|
|
305
|
+
"onCell-mouse-leave"?: ((...args: any[]) => any) | undefined;
|
|
306
|
+
"onCell-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
307
|
+
"onCell-click"?: ((...args: any[]) => any) | undefined;
|
|
308
|
+
"onCell-dblclick"?: ((...args: any[]) => any) | undefined;
|
|
309
|
+
"onRow-click"?: ((...args: any[]) => any) | undefined;
|
|
310
|
+
"onRow-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
311
|
+
"onRow-dblclick"?: ((...args: any[]) => any) | undefined;
|
|
312
|
+
"onHeader-click"?: ((...args: any[]) => any) | undefined;
|
|
313
|
+
"onHeader-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
314
|
+
"onSort-change"?: ((...args: any[]) => any) | undefined;
|
|
315
|
+
"onFilter-change"?: ((...args: any[]) => any) | undefined;
|
|
316
|
+
"onHeader-dragend"?: ((...args: any[]) => any) | undefined;
|
|
317
|
+
}, {
|
|
318
|
+
ns: {
|
|
319
|
+
namespace: import('vue').ComputedRef<string>;
|
|
320
|
+
b: (blockSuffix?: string) => string;
|
|
321
|
+
e: (element?: string) => string;
|
|
322
|
+
m: (modifier?: string) => string;
|
|
323
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
324
|
+
em: (element?: string, modifier?: string) => string;
|
|
325
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
326
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
327
|
+
is: {
|
|
328
|
+
(name: string, state: boolean | undefined): string;
|
|
329
|
+
(name: string): string;
|
|
330
|
+
};
|
|
331
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
332
|
+
cssVarName: (name: string) => string;
|
|
333
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
334
|
+
cssVarBlockName: (name: string) => string;
|
|
335
|
+
};
|
|
336
|
+
layout: import('element-plus/es/components/table/src/table-layout').default<any>;
|
|
337
|
+
store: any;
|
|
338
|
+
columns: import('vue').ComputedRef<import('element-plus').TableColumnCtx<unknown>>;
|
|
339
|
+
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
340
|
+
handleMouseLeave: () => void;
|
|
341
|
+
tableId: string;
|
|
342
|
+
tableSize: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
343
|
+
isHidden: import('vue').Ref<boolean>;
|
|
344
|
+
isEmpty: import('vue').ComputedRef<boolean>;
|
|
345
|
+
renderExpanded: import('vue').Ref<null>;
|
|
346
|
+
resizeProxyVisible: import('vue').Ref<boolean>;
|
|
347
|
+
resizeState: import('vue').Ref<{
|
|
348
|
+
width: null | number;
|
|
349
|
+
height: null | number;
|
|
350
|
+
headerHeight: null | number;
|
|
351
|
+
}>;
|
|
352
|
+
isGroup: import('vue').Ref<boolean>;
|
|
353
|
+
bodyWidth: import('vue').ComputedRef<string>;
|
|
354
|
+
tableBodyStyles: import('vue').ComputedRef<{
|
|
355
|
+
width: string;
|
|
356
|
+
}>;
|
|
357
|
+
emptyBlockStyle: import('vue').ComputedRef<{
|
|
358
|
+
width: string;
|
|
359
|
+
height: string;
|
|
360
|
+
} | null>;
|
|
361
|
+
debouncedUpdateLayout: import('lodash').DebouncedFunc<() => void>;
|
|
362
|
+
handleFixedMousewheel: (event: any, data: any) => void;
|
|
363
|
+
setCurrentRow: (row: any) => void;
|
|
364
|
+
getSelectionRows: () => any;
|
|
365
|
+
toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
|
|
366
|
+
clearSelection: () => void;
|
|
367
|
+
clearFilter: (columnKeys?: string[]) => void;
|
|
368
|
+
toggleAllSelection: () => void;
|
|
369
|
+
toggleRowExpansion: (row: any, expanded?: boolean) => void;
|
|
370
|
+
clearSort: () => void;
|
|
371
|
+
doLayout: () => void;
|
|
372
|
+
sort: (prop: string, order: string) => void;
|
|
373
|
+
updateKeyChildren: (key: string, data: any[]) => void;
|
|
374
|
+
t: import('element-plus').Translator;
|
|
375
|
+
setDragVisible: (visible: boolean) => void;
|
|
376
|
+
context: import('element-plus').Table<any>;
|
|
377
|
+
computedSumText: import('vue').ComputedRef<string>;
|
|
378
|
+
computedEmptyText: import('vue').ComputedRef<string>;
|
|
379
|
+
tableLayout: import('vue').ComputedRef<("fixed" | "auto") | undefined>;
|
|
380
|
+
scrollbarViewStyle: {
|
|
381
|
+
display: string;
|
|
382
|
+
verticalAlign: string;
|
|
383
|
+
};
|
|
384
|
+
scrollbarStyle: import('vue').ComputedRef<{
|
|
385
|
+
height: string;
|
|
386
|
+
maxHeight?: undefined;
|
|
387
|
+
} | {
|
|
388
|
+
maxHeight: string;
|
|
389
|
+
height?: undefined;
|
|
390
|
+
} | {
|
|
391
|
+
height?: undefined;
|
|
392
|
+
maxHeight?: undefined;
|
|
393
|
+
}>;
|
|
394
|
+
scrollBarRef: import('vue').Ref<any>;
|
|
395
|
+
scrollTo: (options: ScrollToOptions | number, yCoord?: number) => void;
|
|
396
|
+
setScrollLeft: (left?: number) => void;
|
|
397
|
+
setScrollTop: (top?: number) => void;
|
|
398
|
+
}, {}, {}, {}, {
|
|
399
|
+
data: any[];
|
|
400
|
+
style: import('vue').CSSProperties;
|
|
401
|
+
tableLayout: "fixed" | "auto";
|
|
402
|
+
border: boolean;
|
|
403
|
+
className: string;
|
|
404
|
+
fit: boolean;
|
|
405
|
+
lazy: boolean;
|
|
406
|
+
scrollbarAlwaysOn: boolean;
|
|
407
|
+
stripe: boolean;
|
|
408
|
+
treeProps: import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined;
|
|
409
|
+
showHeader: boolean;
|
|
410
|
+
showSummary: boolean;
|
|
411
|
+
highlightCurrentRow: boolean;
|
|
412
|
+
defaultExpandAll: boolean;
|
|
413
|
+
selectOnIndeterminate: boolean;
|
|
414
|
+
indent: number;
|
|
415
|
+
flexible: boolean;
|
|
416
|
+
scrollbarTabindex: string | number;
|
|
417
|
+
}> | null;
|
|
418
|
+
};
|
|
419
|
+
attrs: Partial<{}>;
|
|
420
|
+
};
|
|
421
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
422
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
423
|
+
elTableRef: globalThis.Ref<any, any>;
|
|
424
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
425
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
426
|
+
export default _default;
|
|
427
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
428
|
+
new (): {
|
|
429
|
+
$slots: S;
|
|
430
|
+
};
|
|
431
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const GButton: ({
|
|
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 GButton;
|
|
@@ -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 GTabs: ({
|
|
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 GTabs;
|
|
@@ -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
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const GTag: ({
|
|
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 GTag;
|
|
@@ -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
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const GTooltip: ({
|
|
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 GTooltip;
|
|
@@ -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,16 @@
|
|
|
1
|
+
declare const GTree: ({
|
|
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 GTree;
|
|
@@ -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,16 @@
|
|
|
1
|
+
declare const GTreeSelect: ({
|
|
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 GTreeSelect;
|
|
@@ -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
|
+
};
|