cnhis-design-vue 3.2.12-release.1 → 3.2.13-beta.0
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 +87 -87
- package/es/components/ai-chat/index.d.ts +10 -0
- package/es/components/ai-chat/src/Index.vue.d.ts +11 -1
- package/es/components/ai-chat/src/Index.vue2.js +1 -1
- package/es/components/ai-chat/src/components/ChatCard.d.ts +6 -0
- package/es/components/ai-chat/src/components/ChatCard.js +1 -1
- package/es/components/ai-chat/src/components/ChatFooter.vue.d.ts +1 -0
- package/es/components/ai-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/ai-chat/src/components/ChatMain.js +1 -1
- package/es/components/ai-chat/src/types/index.d.ts +4 -1
- package/es/components/ai-chat/style/index.css +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +29 -0
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +3 -0
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-table/index.d.ts +29 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +30 -0
- package/es/components/iho-table/src/IhoTable.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/crossHeaderPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/crossHeaderPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +5 -5
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +14 -0
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/template-render/index.d.ts +60 -0
- package/es/components/template-render/index.js +1 -0
- package/es/components/template-render/src/TemplateRender.vue.d.ts +62 -0
- package/es/components/template-render/src/TemplateRender.vue.js +1 -0
- package/es/components/template-render/src/TemplateRender.vue2.js +1 -0
- package/es/components/template-render/src/components/Box.vue.d.ts +44 -0
- package/es/components/template-render/src/components/Box.vue.js +1 -0
- package/es/components/template-render/src/components/Box.vue2.js +1 -0
- package/es/components/template-render/src/components/Button.vue.d.ts +49 -0
- package/es/components/template-render/src/components/Button.vue.js +1 -0
- package/es/components/template-render/src/components/Button.vue2.js +1 -0
- package/es/components/template-render/src/components/Divider.vue.d.ts +26 -0
- package/es/components/template-render/src/components/Divider.vue.js +1 -0
- package/es/components/template-render/src/components/Divider.vue2.js +1 -0
- package/es/components/template-render/src/components/Field.vue.d.ts +56 -0
- package/es/components/template-render/src/components/Field.vue.js +1 -0
- package/es/components/template-render/src/components/Field.vue2.js +1 -0
- package/es/components/template-render/src/components/FieldGroup.vue.d.ts +50 -0
- package/es/components/template-render/src/components/FieldGroup.vue.js +1 -0
- package/es/components/template-render/src/components/FieldGroup.vue2.js +1 -0
- package/es/components/template-render/src/components/Image.vue.d.ts +52 -0
- package/es/components/template-render/src/components/Image.vue.js +1 -0
- package/es/components/template-render/src/components/Image.vue2.js +1 -0
- package/es/components/template-render/src/components/Label.vue.d.ts +42 -0
- package/es/components/template-render/src/components/Label.vue.js +1 -0
- package/es/components/template-render/src/components/Label.vue2.js +1 -0
- package/es/components/template-render/src/components/Row.vue.d.ts +47 -0
- package/es/components/template-render/src/components/Row.vue.js +1 -0
- package/es/components/template-render/src/components/Row.vue2.js +1 -0
- package/es/components/template-render/src/components/Slot.d.ts +27 -0
- package/es/components/template-render/src/components/Slot.js +1 -0
- package/es/components/template-render/src/components/Text.vue.d.ts +40 -0
- package/es/components/template-render/src/components/Text.vue.js +1 -0
- package/es/components/template-render/src/components/Text.vue2.js +1 -0
- package/es/components/template-render/src/components/index.d.ts +529 -0
- package/es/components/template-render/src/components/index.js +1 -0
- package/es/components/template-render/src/constants/index.d.ts +16 -0
- package/es/components/template-render/src/constants/index.js +1 -0
- package/es/components/template-render/src/hooks/useCommon.d.ts +10 -0
- package/es/components/template-render/src/hooks/useCommon.js +1 -0
- package/es/components/template-render/src/utils/index.d.ts +6 -0
- package/es/components/template-render/src/utils/index.js +1 -0
- package/es/components/template-render/style/index.css +1 -0
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/ai__avatar.png.js +1 -1
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/logo.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/fabricjs/index.d.ts +0 -6823
- package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -0,0 +1,529 @@
|
|
1
|
+
import { COMPONENT_TYPE } from '../constants';
|
2
|
+
declare const Field: import("vue").DefineComponent<{
|
3
|
+
config: {
|
4
|
+
default: () => {};
|
5
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
6
|
+
};
|
7
|
+
data: {
|
8
|
+
default: () => {};
|
9
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
10
|
+
};
|
11
|
+
}, {
|
12
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
13
|
+
config: {
|
14
|
+
default: () => {};
|
15
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
16
|
+
};
|
17
|
+
data: {
|
18
|
+
default: () => {};
|
19
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
20
|
+
};
|
21
|
+
}>> & {}>>;
|
22
|
+
setting: import("vue").ComputedRef<any>;
|
23
|
+
handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
|
24
|
+
prefixText: import("vue").ComputedRef<any>;
|
25
|
+
suffixText: import("vue").ComputedRef<any>;
|
26
|
+
finalContent: import("vue").ComputedRef<any>;
|
27
|
+
showRowNum: import("vue").ComputedRef<any>;
|
28
|
+
isShowTitle: import("vue").ComputedRef<any>;
|
29
|
+
titleStyle: import("vue").ComputedRef<any>;
|
30
|
+
contentStyle: import("vue").ComputedRef<any>;
|
31
|
+
showClass: import("vue").ComputedRef<any>;
|
32
|
+
containerStyle: import("vue").ComputedRef<any>;
|
33
|
+
onlyShowEllipsis: import("vue").ComputedRef<boolean>;
|
34
|
+
onlyShowMore: import("vue").ComputedRef<boolean>;
|
35
|
+
isDisplayMatch: import("vue").ComputedRef<any>;
|
36
|
+
conditionalObj: import("vue").ComputedRef<import("../../../../shared/types").AnyObject>;
|
37
|
+
getFieldText: import("vue").ComputedRef<any>;
|
38
|
+
emptyPlaceholder: import("vue").ComputedRef<any>;
|
39
|
+
getFieldColor: import("vue").ComputedRef<any>;
|
40
|
+
conditionMatch: (list: import("../../../../shared/types").AnyObject[]) => {};
|
41
|
+
NEllipsis: any;
|
42
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
43
|
+
config: {
|
44
|
+
default: () => {};
|
45
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
46
|
+
};
|
47
|
+
data: {
|
48
|
+
default: () => {};
|
49
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
50
|
+
};
|
51
|
+
}>>, {
|
52
|
+
data: import("../../../../shared/types").AnyObject;
|
53
|
+
config: import("../../../../shared/types").AnyObject;
|
54
|
+
}>;
|
55
|
+
declare const Row: import("vue").DefineComponent<{
|
56
|
+
config: {
|
57
|
+
default: () => {};
|
58
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
59
|
+
};
|
60
|
+
data: {
|
61
|
+
default: () => {};
|
62
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
63
|
+
};
|
64
|
+
}, {
|
65
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
66
|
+
config: {
|
67
|
+
default: () => {};
|
68
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
69
|
+
};
|
70
|
+
data: {
|
71
|
+
default: () => {};
|
72
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
73
|
+
};
|
74
|
+
}>> & {}>>;
|
75
|
+
setting: import("vue").ComputedRef<any>;
|
76
|
+
dataComp: import("vue").ComputedRef<any[]>;
|
77
|
+
handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
|
78
|
+
showChildrens: import("vue").ComputedRef<any>;
|
79
|
+
isDisplayMatch: import("vue").ComputedRef<any>;
|
80
|
+
containerColStyle: import("vue").ComputedRef<any>;
|
81
|
+
showPercentage: (value: string) => string | undefined;
|
82
|
+
showColStyles: (colItem: any, index: number) => any;
|
83
|
+
componentsFieldList: (children: import("../../../../shared/types").AnyObject[], _data: any) => import("../../../../shared/types").AnyObject[];
|
84
|
+
getComponent: typeof getComponent;
|
85
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
86
|
+
config: {
|
87
|
+
default: () => {};
|
88
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
89
|
+
};
|
90
|
+
data: {
|
91
|
+
default: () => {};
|
92
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
93
|
+
};
|
94
|
+
}>>, {
|
95
|
+
data: import("../../../../shared/types").AnyObject;
|
96
|
+
config: import("../../../../shared/types").AnyObject;
|
97
|
+
}>;
|
98
|
+
declare const Label: import("vue").DefineComponent<{
|
99
|
+
config: {
|
100
|
+
default: () => {};
|
101
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
102
|
+
};
|
103
|
+
data: {
|
104
|
+
default: () => {};
|
105
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
106
|
+
};
|
107
|
+
}, {
|
108
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
109
|
+
config: {
|
110
|
+
default: () => {};
|
111
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
112
|
+
};
|
113
|
+
data: {
|
114
|
+
default: () => {};
|
115
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
116
|
+
};
|
117
|
+
}>> & {}>>;
|
118
|
+
setting: import("vue").ComputedRef<any>;
|
119
|
+
handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
|
120
|
+
cssVars: import("vue").ComputedRef<import("../../../../shared/types").AnyObject>;
|
121
|
+
tagList: import("vue").ComputedRef<any>;
|
122
|
+
containerFlexStyle: import("vue").ComputedRef<any>;
|
123
|
+
NTag: any;
|
124
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
125
|
+
config: {
|
126
|
+
default: () => {};
|
127
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
128
|
+
};
|
129
|
+
data: {
|
130
|
+
default: () => {};
|
131
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
132
|
+
};
|
133
|
+
}>>, {
|
134
|
+
data: import("../../../../shared/types").AnyObject;
|
135
|
+
config: import("../../../../shared/types").AnyObject;
|
136
|
+
}>;
|
137
|
+
declare function getComponent(type: COMPONENT_TYPE): import("vue").DefineComponent<{
|
138
|
+
config: {
|
139
|
+
default: () => {};
|
140
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
141
|
+
};
|
142
|
+
data: {
|
143
|
+
default: () => {};
|
144
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
145
|
+
};
|
146
|
+
}, {
|
147
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
148
|
+
config: {
|
149
|
+
default: () => {};
|
150
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
151
|
+
};
|
152
|
+
data: {
|
153
|
+
default: () => {};
|
154
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
155
|
+
};
|
156
|
+
}>> & {}>>;
|
157
|
+
setting: import("vue").ComputedRef<any>;
|
158
|
+
handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
|
159
|
+
prefixText: import("vue").ComputedRef<any>;
|
160
|
+
suffixText: import("vue").ComputedRef<any>;
|
161
|
+
finalContent: import("vue").ComputedRef<any>;
|
162
|
+
showRowNum: import("vue").ComputedRef<any>;
|
163
|
+
isShowTitle: import("vue").ComputedRef<any>;
|
164
|
+
titleStyle: import("vue").ComputedRef<any>;
|
165
|
+
contentStyle: import("vue").ComputedRef<any>;
|
166
|
+
showClass: import("vue").ComputedRef<any>;
|
167
|
+
containerStyle: import("vue").ComputedRef<any>;
|
168
|
+
onlyShowEllipsis: import("vue").ComputedRef<boolean>;
|
169
|
+
onlyShowMore: import("vue").ComputedRef<boolean>;
|
170
|
+
isDisplayMatch: import("vue").ComputedRef<any>;
|
171
|
+
conditionalObj: import("vue").ComputedRef<import("../../../../shared/types").AnyObject>;
|
172
|
+
getFieldText: import("vue").ComputedRef<any>;
|
173
|
+
emptyPlaceholder: import("vue").ComputedRef<any>;
|
174
|
+
getFieldColor: import("vue").ComputedRef<any>;
|
175
|
+
conditionMatch: (list: import("../../../../shared/types").AnyObject[]) => {};
|
176
|
+
NEllipsis: any;
|
177
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
178
|
+
config: {
|
179
|
+
default: () => {};
|
180
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
181
|
+
};
|
182
|
+
data: {
|
183
|
+
default: () => {};
|
184
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
185
|
+
};
|
186
|
+
}>>, {
|
187
|
+
data: import("../../../../shared/types").AnyObject;
|
188
|
+
config: import("../../../../shared/types").AnyObject;
|
189
|
+
}> | import("vue").DefineComponent<{
|
190
|
+
config: {
|
191
|
+
default: () => {};
|
192
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
193
|
+
};
|
194
|
+
data: {
|
195
|
+
default: () => {};
|
196
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
197
|
+
};
|
198
|
+
}, {
|
199
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
200
|
+
config: {
|
201
|
+
default: () => {};
|
202
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
203
|
+
};
|
204
|
+
data: {
|
205
|
+
default: () => {};
|
206
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
207
|
+
};
|
208
|
+
}>> & {}>>;
|
209
|
+
setting: import("vue").ComputedRef<any>;
|
210
|
+
handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
|
211
|
+
showContent: import("vue").ComputedRef<any>;
|
212
|
+
finalContent: import("vue").ComputedRef<any>;
|
213
|
+
showRowNum: import("vue").ComputedRef<any>;
|
214
|
+
isShowTitle: import("vue").ComputedRef<any>;
|
215
|
+
emptyPlaceholder: import("vue").ComputedRef<any>;
|
216
|
+
titleStyle: import("vue").ComputedRef<any>;
|
217
|
+
contentStyle: import("vue").ComputedRef<any>;
|
218
|
+
showClass: import("vue").ComputedRef<any>;
|
219
|
+
containerStyle: import("vue").ComputedRef<any>;
|
220
|
+
onlyShowEllipsis: import("vue").ComputedRef<boolean>;
|
221
|
+
onlyShowMore: import("vue").ComputedRef<boolean>;
|
222
|
+
NEllipsis: any;
|
223
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
224
|
+
config: {
|
225
|
+
default: () => {};
|
226
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
227
|
+
};
|
228
|
+
data: {
|
229
|
+
default: () => {};
|
230
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
231
|
+
};
|
232
|
+
}>>, {
|
233
|
+
data: import("../../../../shared/types").AnyObject;
|
234
|
+
config: import("../../../../shared/types").AnyObject;
|
235
|
+
}> | import("vue").DefineComponent<{
|
236
|
+
config: {
|
237
|
+
default: () => {};
|
238
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
239
|
+
};
|
240
|
+
data: {
|
241
|
+
default: () => {};
|
242
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
243
|
+
};
|
244
|
+
}, {
|
245
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
246
|
+
config: {
|
247
|
+
default: () => {};
|
248
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
249
|
+
};
|
250
|
+
data: {
|
251
|
+
default: () => {};
|
252
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
253
|
+
};
|
254
|
+
}>> & {}>>;
|
255
|
+
setting: import("vue").ComputedRef<any>;
|
256
|
+
dataComp: import("vue").ComputedRef<any[]>;
|
257
|
+
handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
|
258
|
+
showChildrens: import("vue").ComputedRef<any>;
|
259
|
+
isDisplayMatch: import("vue").ComputedRef<any>;
|
260
|
+
containerColStyle: import("vue").ComputedRef<any>;
|
261
|
+
showPercentage: (value: string) => string | undefined;
|
262
|
+
showColStyles: (colItem: any, index: number) => any;
|
263
|
+
componentsFieldList: (children: import("../../../../shared/types").AnyObject[], _data: any) => import("../../../../shared/types").AnyObject[];
|
264
|
+
getComponent: typeof getComponent;
|
265
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
266
|
+
config: {
|
267
|
+
default: () => {};
|
268
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
269
|
+
};
|
270
|
+
data: {
|
271
|
+
default: () => {};
|
272
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
273
|
+
};
|
274
|
+
}>>, {
|
275
|
+
data: import("../../../../shared/types").AnyObject;
|
276
|
+
config: import("../../../../shared/types").AnyObject;
|
277
|
+
}> | import("vue").DefineComponent<{
|
278
|
+
config: {
|
279
|
+
default: () => {};
|
280
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
281
|
+
};
|
282
|
+
data: {
|
283
|
+
default: () => {};
|
284
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
285
|
+
};
|
286
|
+
}, {
|
287
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
288
|
+
config: {
|
289
|
+
default: () => {};
|
290
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
291
|
+
};
|
292
|
+
data: {
|
293
|
+
default: () => {};
|
294
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
295
|
+
};
|
296
|
+
}>> & {}>>;
|
297
|
+
setting: import("vue").ComputedRef<any>;
|
298
|
+
handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
|
299
|
+
cssVars: import("vue").ComputedRef<import("../../../../shared/types").AnyObject>;
|
300
|
+
tagList: import("vue").ComputedRef<any>;
|
301
|
+
containerFlexStyle: import("vue").ComputedRef<any>;
|
302
|
+
NTag: any;
|
303
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
304
|
+
config: {
|
305
|
+
default: () => {};
|
306
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
307
|
+
};
|
308
|
+
data: {
|
309
|
+
default: () => {};
|
310
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
311
|
+
};
|
312
|
+
}>>, {
|
313
|
+
data: import("../../../../shared/types").AnyObject;
|
314
|
+
config: import("../../../../shared/types").AnyObject;
|
315
|
+
}> | import("vue").DefineComponent<{
|
316
|
+
config: {
|
317
|
+
default: () => {};
|
318
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
319
|
+
};
|
320
|
+
data: {
|
321
|
+
default: () => {};
|
322
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
323
|
+
};
|
324
|
+
}, {
|
325
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
326
|
+
config: {
|
327
|
+
default: () => {};
|
328
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
329
|
+
};
|
330
|
+
data: {
|
331
|
+
default: () => {};
|
332
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
333
|
+
};
|
334
|
+
}>> & {}>>;
|
335
|
+
emit: (event: string, ...args: any[]) => void;
|
336
|
+
setting: import("vue").ComputedRef<any>;
|
337
|
+
showButtonList: import("vue").ComputedRef<any>;
|
338
|
+
containerFlexStyle: import("vue").ComputedRef<any>;
|
339
|
+
noMargin: (buttonItem: import("../../../../shared/types").AnyObject, index: number) => any;
|
340
|
+
getButtonDisabledStatus: (button: import("../../../../shared/types").AnyObject) => false | {
|
341
|
+
disabled: boolean;
|
342
|
+
title: any;
|
343
|
+
};
|
344
|
+
getDisabledText: (button: import("../../../../shared/types").AnyObject) => any;
|
345
|
+
getButtonStyle: (button: import("../../../../shared/types").AnyObject) => import("../../../../shared/types").AnyObject;
|
346
|
+
handleButtonClick: (button: import("../../../../shared/types").AnyObject) => void;
|
347
|
+
NButton: any;
|
348
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
349
|
+
config: {
|
350
|
+
default: () => {};
|
351
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
352
|
+
};
|
353
|
+
data: {
|
354
|
+
default: () => {};
|
355
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
356
|
+
};
|
357
|
+
}>>, {
|
358
|
+
data: import("../../../../shared/types").AnyObject;
|
359
|
+
config: import("../../../../shared/types").AnyObject;
|
360
|
+
}> | import("vue").DefineComponent<{
|
361
|
+
config: {
|
362
|
+
default: () => {};
|
363
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
364
|
+
};
|
365
|
+
data: {
|
366
|
+
default: () => {};
|
367
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
368
|
+
};
|
369
|
+
}, {
|
370
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
371
|
+
config: {
|
372
|
+
default: () => {};
|
373
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
374
|
+
};
|
375
|
+
data: {
|
376
|
+
default: () => {};
|
377
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
378
|
+
};
|
379
|
+
}>> & {}>>;
|
380
|
+
setting: import("vue").ComputedRef<any>;
|
381
|
+
handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
|
382
|
+
containerTextStyle: import("vue").ComputedRef<any>;
|
383
|
+
showClass: import("vue").ComputedRef<any>;
|
384
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
385
|
+
config: {
|
386
|
+
default: () => {};
|
387
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
388
|
+
};
|
389
|
+
data: {
|
390
|
+
default: () => {};
|
391
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
392
|
+
};
|
393
|
+
}>>, {
|
394
|
+
data: import("../../../../shared/types").AnyObject;
|
395
|
+
config: import("../../../../shared/types").AnyObject;
|
396
|
+
}> | import("vue").DefineComponent<{
|
397
|
+
config: {
|
398
|
+
default: () => {};
|
399
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
400
|
+
};
|
401
|
+
}, {
|
402
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
403
|
+
config: {
|
404
|
+
default: () => {};
|
405
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
406
|
+
};
|
407
|
+
}>> & {}>>;
|
408
|
+
setting: import("vue").ComputedRef<any>;
|
409
|
+
containerDividerStyle: import("vue").ComputedRef<any>;
|
410
|
+
NDivider: any;
|
411
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
412
|
+
config: {
|
413
|
+
default: () => {};
|
414
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
415
|
+
};
|
416
|
+
}>>, {
|
417
|
+
config: import("../../../../shared/types").AnyObject;
|
418
|
+
}> | import("vue").DefineComponent<{
|
419
|
+
config: {
|
420
|
+
default: () => {};
|
421
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
422
|
+
};
|
423
|
+
data: {
|
424
|
+
default: () => {};
|
425
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
426
|
+
};
|
427
|
+
}, {
|
428
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
429
|
+
config: {
|
430
|
+
default: () => {};
|
431
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
432
|
+
};
|
433
|
+
data: {
|
434
|
+
default: () => {};
|
435
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
436
|
+
};
|
437
|
+
}>> & {}>>;
|
438
|
+
setting: import("vue").ComputedRef<any>;
|
439
|
+
dataComp: import("vue").ComputedRef<any[]>;
|
440
|
+
handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
|
441
|
+
isDisplayMatch: import("vue").ComputedRef<any>;
|
442
|
+
containerColStyle: import("vue").ComputedRef<any>;
|
443
|
+
componentsFieldList: (_data: any) => any;
|
444
|
+
getComponent: typeof getComponent;
|
445
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
446
|
+
config: {
|
447
|
+
default: () => {};
|
448
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
449
|
+
};
|
450
|
+
data: {
|
451
|
+
default: () => {};
|
452
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
453
|
+
};
|
454
|
+
}>>, {
|
455
|
+
data: import("../../../../shared/types").AnyObject;
|
456
|
+
config: import("../../../../shared/types").AnyObject;
|
457
|
+
}> | import("vue").DefineComponent<{
|
458
|
+
config: {
|
459
|
+
default: () => {};
|
460
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
461
|
+
};
|
462
|
+
data: {
|
463
|
+
default: () => {};
|
464
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
465
|
+
};
|
466
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "button-click"[], "button-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
467
|
+
config: {
|
468
|
+
default: () => {};
|
469
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
470
|
+
};
|
471
|
+
data: {
|
472
|
+
default: () => {};
|
473
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
474
|
+
};
|
475
|
+
}>> & {
|
476
|
+
"onButton-click"?: ((...args: any[]) => any) | undefined;
|
477
|
+
}, {
|
478
|
+
data: import("../../../../shared/types").AnyObject;
|
479
|
+
config: import("../../../../shared/types").AnyObject;
|
480
|
+
}> | import("vue").DefineComponent<{
|
481
|
+
config: {
|
482
|
+
default: () => {};
|
483
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
484
|
+
};
|
485
|
+
data: {
|
486
|
+
default: () => {};
|
487
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
488
|
+
};
|
489
|
+
}, {
|
490
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
491
|
+
config: {
|
492
|
+
default: () => {};
|
493
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
494
|
+
};
|
495
|
+
data: {
|
496
|
+
default: () => {};
|
497
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
498
|
+
};
|
499
|
+
}>> & {}>>;
|
500
|
+
setting: import("vue").ComputedRef<any>;
|
501
|
+
handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
|
502
|
+
imgProps: import("vue").ComputedRef<{
|
503
|
+
alt: any;
|
504
|
+
objectFit: any;
|
505
|
+
src: any;
|
506
|
+
imgProps: {
|
507
|
+
objectPosition: string;
|
508
|
+
};
|
509
|
+
style: {
|
510
|
+
borderRadius: any;
|
511
|
+
};
|
512
|
+
}>;
|
513
|
+
containerColStyle: import("vue").ComputedRef<any>;
|
514
|
+
getPosition: (position: string) => "center top" | "right center" | "center bottom" | "center center";
|
515
|
+
NImage: any;
|
516
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
517
|
+
config: {
|
518
|
+
default: () => {};
|
519
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
520
|
+
};
|
521
|
+
data: {
|
522
|
+
default: () => {};
|
523
|
+
type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
|
524
|
+
};
|
525
|
+
}>>, {
|
526
|
+
data: import("../../../../shared/types").AnyObject;
|
527
|
+
config: import("../../../../shared/types").AnyObject;
|
528
|
+
}>;
|
529
|
+
export { Field, Row, Label, getComponent };
|
@@ -0,0 +1 @@
|
|
1
|
+
import{defineAsyncComponent as o}from"vue";import{COMPONENT_TYPE as t}from"../constants/index.js";const e=o((()=>import("./Field.vue.js"))),r=o((()=>import("./FieldGroup.vue.js"))),i=o((()=>import("./Row.vue.js"))),m=o((()=>import("./Label.vue.js"))),p=o((()=>import("./Button.vue.js"))),s=o((()=>import("./Text.vue.js"))),u=o((()=>import("./Divider.vue.js"))),j=o((()=>import("./Box.vue.js"))),v=o((()=>import("./Slot.js"))),n=o((()=>import("./Image.vue.js"))),I={[t.FIELD]:e,[t.FIELD_COMBINATION]:r,[t.ROW]:i,[t.LABEL]:m,[t.BUTTON]:p,[t.TEXT]:s,[t.DIVIDER]:u,[t.BOX]:j,[t.SLOT]:v,[t.IMAGE]:n};function T(o){return I[o]}export{e as Field,m as Label,i as Row,T as getComponent};
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { AnyObject } from '../../../../shared/types';
|
2
|
+
import { InjectionKey } from 'vue';
|
3
|
+
export declare const InjectionTemplateRender: InjectionKey<AnyObject>;
|
4
|
+
export declare const InjectionTemplateRenderEmit: InjectionKey<(event: string, ...args: any[]) => void>;
|
5
|
+
export declare enum COMPONENT_TYPE {
|
6
|
+
FIELD = "FIELD",
|
7
|
+
FIELD_COMBINATION = "FIELD_COMBINATION",
|
8
|
+
LABEL = "LABEL",
|
9
|
+
ROW = "ROW",
|
10
|
+
BUTTON = "BUTTON",
|
11
|
+
TEXT = "TEXT",
|
12
|
+
DIVIDER = "DIVIDER",
|
13
|
+
BOX = "BOX",
|
14
|
+
SLOT = "SLOT",
|
15
|
+
IMAGE = "IMG"
|
16
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
const I=Symbol("InjectionTemplateRender"),T=Symbol("InjectionTemplateRenderEmit");var E=(I=>(I.FIELD="FIELD",I.FIELD_COMBINATION="FIELD_COMBINATION",I.LABEL="LABEL",I.ROW="ROW",I.BUTTON="BUTTON",I.TEXT="TEXT",I.DIVIDER="DIVIDER",I.BOX="BOX",I.SLOT="SLOT",I.IMAGE="IMG",I))(E||{});export{E as COMPONENT_TYPE,I as InjectionTemplateRender,T as InjectionTemplateRenderEmit};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { AnyObject } from '../../../../shared/types';
|
2
|
+
export declare function useCommon(props: {
|
3
|
+
config: AnyObject;
|
4
|
+
data?: AnyObject;
|
5
|
+
}): {
|
6
|
+
emit: (event: string, ...args: any[]) => void;
|
7
|
+
setting: import("vue").ComputedRef<any>;
|
8
|
+
dataComp: import("vue").ComputedRef<any[]>;
|
9
|
+
handleModuleClick: (data: AnyObject) => void;
|
10
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
import{inject as t,computed as e}from"vue";import{isObject as n,isArray as a}from"lodash-es";import{InjectionTemplateRenderEmit as o}from"../constants/index.js";function i(i){const r=t(o),u=e((()=>{var t;return(null==(t=i.config)?void 0:t.setting)||{}})),c=e((()=>{const{scopeKey:t}=u.value,e=i.data[t];if(t&&e){const o=n(e)?i.data[t]:JSON.parse(i.data[t]);if(a(o))return o;if(n(o))return[o]}return[i.data]}));return{emit:r,setting:u,dataComp:c,handleModuleClick:function(t){var e;(null==(e=u.value.eventNameList)?void 0:e.length)&&u.value.eventNameList.forEach((e=>r("module-click",{eventName:e,config:i.config,data:t})))}}}export{i as useCommon};
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { AnyObject } from '../../../../shared/types';
|
2
|
+
export declare function transNumberToPx(styleObj: AnyObject): AnyObject;
|
3
|
+
export declare const findValueIsEmpty: (field: AnyObject, data: AnyObject) => any;
|
4
|
+
export declare const getRealWidth: (style: AnyObject, unitConfig: AnyObject, key?: string) => any;
|
5
|
+
export declare const isFactor: (item: AnyObject, text: any) => any;
|
6
|
+
export declare function getCurText(str: string): any;
|
@@ -0,0 +1 @@
|
|
1
|
+
import{isObject as e,isString as n}from"lodash-es";import{COMPONENT_TYPE as t}from"../constants/index.js";function r(n){const t={};return e(n)&&Object.keys(n).forEach((e=>{t[e]=n[e],"number"==typeof n[e]&&(t[e]+="px")})),t}const i=(e,n)=>{if(e.type===t.FIELD)return n[e.setting.fieldName];if(e.type===t.FIELD_COMBINATION){const{fieldNames:t}=e.setting.fields;return(null==t?void 0:t.length)>0&&t.some((e=>n[e]))}return!0},u=(e,n,t="width")=>{if("adapt"===(null==n?void 0:n.widthType))return"auto";const r=(null==n?void 0:n[t])||"pixel",i=null==e?void 0:e[t];return i?"number"==typeof i?"pixel"==r?`${i}px`:`${i}%`:i:void 0},o=(e,n)=>{if("TEXT"==e.fieldType||"NUMBER"==e.fieldType){if("NULL"==e.con)return!n;if("NOT_NULL"==e.con)return!!n;if("EQ"==e.con)return n==e.value;if("NEQ"==e.con)return n!=e.value}if("TEXT"==e.fieldType){if("CL"==e.con)return n.includes(e.value);if("NL"==e.con)return!n.includes(e.value);if("IN_ARR"==e.con)return e.value.includes(n)}if("NUMBER"==e.fieldType){if("BIG"==e.con)return n>e.value;if("BIGEQ"==e.con)return n>=e.value;if("LESS"==e.con)return n<e.value;if("LESSEQ"==e.con)return n<=e.value}return!1};function l(e){if(n(e)&&e.startsWith("###{")){const n=JSON.parse(e.replace("###",""));return(null==n?void 0:n.tooltip)||(null==n?void 0:n.change_text)||""}return e}export{i as findValueIsEmpty,l as getCurText,u as getRealWidth,o as isFactor,r as transNumberToPx};
|
@@ -0,0 +1 @@
|
|
1
|
+
.c-template-render{box-sizing:border-box;color:#000;font-size:0;line-height:1.6}.c-template-render__flex{display:flex}.c-template-render__flexAlignCenter{align-items:center}.c-template-render__flex-wrap{flex-wrap:wrap}.c-template-render__flex1{flex:1}.c-template-render__width100{width:100%}.c-template-render__color60{color:rgba(0,0,0,.6)}.c-template-render__color100{color:#000}.c-template-render__text-ellipsis{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box!important;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;word-break:break-all}.c-template-render__nowrap{white-space:nowrap}.c-template-render__mgr8{margin-right:8px!important}.c-template-render__mgb8{margin-bottom:8px!important}.c-template-render__mgt4{margin-top:4px!important}.c-template-render__mgb4{margin-bottom:4px!important}.c-template-render__un-mgr8{margin-right:-8px!important}.c-template-render__bar{padding-left:8px;position:relative}.c-template-render__bar:before{background:var(--c-primary-color);border-radius:4px;content:"";height:12px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4px}.c-template-render__inline{display:inline}
|
package/es/env.d.ts
CHANGED
@@ -1,25 +1,25 @@
|
|
1
|
-
/// <reference types="vite/client" />
|
2
|
-
|
3
|
-
interface ImportMetaEnv {
|
4
|
-
readonly VITE_APP_TYPE: string;
|
5
|
-
// 更多环境变量...
|
6
|
-
}
|
7
|
-
|
8
|
-
interface ImportMeta {
|
9
|
-
readonly env: ImportMetaEnv;
|
10
|
-
}
|
11
|
-
|
12
|
-
declare module '*.vue' {
|
13
|
-
// @ts-ignore
|
14
|
-
import type { App, defineComponent } from 'vue';
|
15
|
-
// // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
|
16
|
-
// // const component: DefineComponent<{}, {}, any>
|
17
|
-
const component: ReturnType<typeof defineComponent> & {
|
18
|
-
install(app: App): void;
|
19
|
-
};
|
20
|
-
// @ts-ignore
|
21
|
-
export default component;
|
22
|
-
}
|
23
|
-
|
24
|
-
declare module '*.js';
|
25
|
-
|
1
|
+
/// <reference types="vite/client" />
|
2
|
+
|
3
|
+
interface ImportMetaEnv {
|
4
|
+
readonly VITE_APP_TYPE: string;
|
5
|
+
// 更多环境变量...
|
6
|
+
}
|
7
|
+
|
8
|
+
interface ImportMeta {
|
9
|
+
readonly env: ImportMetaEnv;
|
10
|
+
}
|
11
|
+
|
12
|
+
declare module '*.vue' {
|
13
|
+
// @ts-ignore
|
14
|
+
import type { App, defineComponent } from 'vue';
|
15
|
+
// // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
|
16
|
+
// // const component: DefineComponent<{}, {}, any>
|
17
|
+
const component: ReturnType<typeof defineComponent> & {
|
18
|
+
install(app: App): void;
|
19
|
+
};
|
20
|
+
// @ts-ignore
|
21
|
+
export default component;
|
22
|
+
}
|
23
|
+
|
24
|
+
declare module '*.js';
|
25
|
+
|
@@ -1 +1 @@
|
|
1
|
-
var A="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAABGdBTUEAALGPC/
|
1
|
+
var A="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURYSA+1x2/2F3+ml3+ll2+XV6+k91+GF4+T1y9////6Ow/djc/s5L4DQAAAAFdFJOU/4BmVHStGzTegAAAdNJREFUKM9VkzFvE0EQhac5LKeKDRKtLRxoDRH0sRTqU9BlcdKBuD1BEyLdjnAqHOu0ZRpkjd3HOvcQWfw53uyeYzPN6T69mXkzu0udGMcDotFx80Px06MQo30YWJplydkODgNLQbMPW9gNqUmSafQbuE3W4LMIu1GnSoPoB9iLTHWlMeW1wqe7gkDM/BrwMHTOkigE/A7YexSWqmO+BozsYr1eG3P1t8XOdairbtKsLSJsbuQBsE+HlKjHGrDFP2RubX5Cw2h7IxtZ8URWzrnPNAy2L+TuEqlcss3zT9QLwkv5PZE58/rcKTxNlI5lNZFffCP3eZ7PiMIeUipLWaDRE8CcwijmIGHeLBtYBaFJkQroxnIOVpEuLFPTXAugC/AUBWEcBdty35a8KIoZHWXQIeYoqDCv/JSOjBkrfHDf5E8tlS8A36LNgSyILdzXSwj9LT3DttEHI3+Vu3pZeO9PqIttYx7M/EUW9QLZvk8drDslCG1OrauPqsTmX+kROKfjVYWyKeDzwKwyNEH81CNmttYGoRb0Xo8Y+U1yVE7jtYnJRSgIQ/GCvXd7bLa9ivaxM0xuL+07FQbkb3fX++Vel91DGESL0/9eR+fNwPvRi+bnH6fq/vBTwPTdAAAAAElFTkSuQmCC";export{A as default};
|