cnhis-design-vue 3.1.46-beta.1 → 3.1.46-beta.10
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/base-search/index.d.ts +7 -2
- package/es/components/base-search/src/index.vue.d.ts +7 -2
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- 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/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -0
- package/es/components/fabric-chart/src/utils/index.js +1 -1
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +1 -1
- 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/quick-search/index.d.ts +8 -2
- package/es/components/quick-search/src/index.vue.d.ts +8 -2
- package/es/components/quick-search/src/index.vue2.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/select-person/src/SearchMultiple.vue.d.ts +6 -0
- package/es/components/table-export-field/index.d.ts +967 -0
- package/es/components/table-export-field/index.js +1 -0
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +192 -0
- package/es/components/table-export-field/src/components/ExportModal.vue.js +1 -0
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +1 -0
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +687 -0
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.js +1 -0
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +1 -0
- package/es/components/table-export-field/src/constants/index.d.ts +3 -0
- package/es/components/table-export-field/src/constants/index.js +1 -0
- package/es/components/table-export-field/src/hooks/useAsyncData.d.ts +6 -0
- package/es/components/table-export-field/src/hooks/useAsyncData.js +1 -0
- package/es/components/table-export-field/src/index.vue.d.ts +968 -0
- package/es/components/table-export-field/src/index.vue.js +1 -0
- package/es/components/table-export-field/src/index.vue2.js +1 -0
- package/es/components/table-export-field/src/types/index.d.ts +6 -0
- package/es/components/table-export-field/src/types/index.js +1 -0
- package/es/components/table-export-field/style/index.css +1 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +18 -5
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +18 -3
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +37 -9
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +4 -1
- package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +37 -9
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +1 -0
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +1 -1
- package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +1 -0
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/failure.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/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/es/shared/utils/fabricjs/index.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/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +0 -77
- package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +0 -93
- package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +0 -3
- package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +0 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +0 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +0 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +0 -3
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin/dist/index.d.ts +0 -3
- package/es/components/iho-table/src/utils/dist/index.d.ts +0 -44
- package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +0 -36
- package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +0 -36
- package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +0 -82
- package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +0 -57
- package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +0 -57
- 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,687 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { IExportSchemeType } from '../../../../../es/components/table-export-field/src/types';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
visible: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
tableListId: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
programOptions: {
|
|
13
|
+
type: PropType<IExportSchemeType[]>;
|
|
14
|
+
default: () => never[];
|
|
15
|
+
};
|
|
16
|
+
curProgram: {
|
|
17
|
+
type: PropType<IExportSchemeType>;
|
|
18
|
+
default: () => {};
|
|
19
|
+
};
|
|
20
|
+
}, {
|
|
21
|
+
message: import("naive-ui").MessageApi;
|
|
22
|
+
saveTableListExportScheme: (params: any, filterApiConfig: any) => Promise<any>;
|
|
23
|
+
defaultKey: string;
|
|
24
|
+
rules: {
|
|
25
|
+
projectName: {
|
|
26
|
+
required: boolean;
|
|
27
|
+
message: string;
|
|
28
|
+
trigger: string[];
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
modeList: {
|
|
32
|
+
value: string;
|
|
33
|
+
label: string;
|
|
34
|
+
}[];
|
|
35
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
36
|
+
visible: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
tableListId: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
programOptions: {
|
|
45
|
+
type: PropType<IExportSchemeType[]>;
|
|
46
|
+
default: () => never[];
|
|
47
|
+
};
|
|
48
|
+
curProgram: {
|
|
49
|
+
type: PropType<IExportSchemeType>;
|
|
50
|
+
default: () => {};
|
|
51
|
+
};
|
|
52
|
+
}>> & {
|
|
53
|
+
onCancelSaveModal?: ((...args: any[]) => any) | undefined;
|
|
54
|
+
}>>;
|
|
55
|
+
emits: (event: "cancelSaveModal", ...args: any[]) => void;
|
|
56
|
+
formRef: any;
|
|
57
|
+
formValue: {
|
|
58
|
+
projectName: string;
|
|
59
|
+
};
|
|
60
|
+
selectProject: import("vue").Ref<any>;
|
|
61
|
+
projectList: import("vue").Ref<any[]>;
|
|
62
|
+
exportApiConfig: import("../../..").AnyObject;
|
|
63
|
+
handleRadioChange: (value: string | number | boolean) => void;
|
|
64
|
+
validateProjectName: () => boolean;
|
|
65
|
+
getParams: () => {
|
|
66
|
+
fieldKeys: string[];
|
|
67
|
+
lastUsedSchemeName: string;
|
|
68
|
+
schemeId: string;
|
|
69
|
+
schemeName: string;
|
|
70
|
+
tableListId: string;
|
|
71
|
+
};
|
|
72
|
+
saveToCalss: () => void;
|
|
73
|
+
cancelSaveToCalss: () => void;
|
|
74
|
+
NForm: any;
|
|
75
|
+
NFormItem: import("vue").DefineComponent<{
|
|
76
|
+
readonly label: StringConstructor;
|
|
77
|
+
readonly labelWidth: PropType<string | number>;
|
|
78
|
+
readonly labelStyle: PropType<string | import("vue").CSSProperties>;
|
|
79
|
+
readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
|
|
80
|
+
readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
81
|
+
readonly path: StringConstructor;
|
|
82
|
+
readonly first: BooleanConstructor;
|
|
83
|
+
readonly rulePath: StringConstructor;
|
|
84
|
+
readonly required: BooleanConstructor;
|
|
85
|
+
readonly showRequireMark: {
|
|
86
|
+
readonly type: PropType<boolean | undefined>;
|
|
87
|
+
readonly default: undefined;
|
|
88
|
+
};
|
|
89
|
+
readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
|
|
90
|
+
readonly showFeedback: {
|
|
91
|
+
readonly type: PropType<boolean | undefined>;
|
|
92
|
+
readonly default: undefined;
|
|
93
|
+
};
|
|
94
|
+
readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
|
|
95
|
+
readonly size: PropType<"small" | "medium" | "large">;
|
|
96
|
+
readonly ignorePathChange: BooleanConstructor;
|
|
97
|
+
readonly validationStatus: PropType<"error" | "success" | "warning">;
|
|
98
|
+
readonly feedback: StringConstructor;
|
|
99
|
+
readonly showLabel: {
|
|
100
|
+
readonly type: PropType<boolean | undefined>;
|
|
101
|
+
readonly default: undefined;
|
|
102
|
+
};
|
|
103
|
+
readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
|
|
104
|
+
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
105
|
+
blankHeightSmall: string;
|
|
106
|
+
blankHeightMedium: string;
|
|
107
|
+
blankHeightLarge: string;
|
|
108
|
+
lineHeight: string;
|
|
109
|
+
labelTextColor: string;
|
|
110
|
+
asteriskColor: string;
|
|
111
|
+
feedbackTextColorError: string;
|
|
112
|
+
feedbackTextColorWarning: string;
|
|
113
|
+
feedbackTextColor: string;
|
|
114
|
+
feedbackPadding: string;
|
|
115
|
+
feedbackHeightSmall: string;
|
|
116
|
+
feedbackHeightMedium: string;
|
|
117
|
+
feedbackHeightLarge: string;
|
|
118
|
+
feedbackFontSizeSmall: string;
|
|
119
|
+
feedbackFontSizeMedium: string;
|
|
120
|
+
feedbackFontSizeLarge: string;
|
|
121
|
+
labelFontSizeLeftSmall: string;
|
|
122
|
+
labelFontSizeLeftMedium: string;
|
|
123
|
+
labelFontSizeLeftLarge: string;
|
|
124
|
+
labelFontSizeTopSmall: string;
|
|
125
|
+
labelFontSizeTopMedium: string;
|
|
126
|
+
labelFontSizeTopLarge: string;
|
|
127
|
+
labelHeightSmall: string;
|
|
128
|
+
labelHeightMedium: string;
|
|
129
|
+
labelHeightLarge: string;
|
|
130
|
+
labelPaddingVertical: string;
|
|
131
|
+
labelPaddingHorizontal: string;
|
|
132
|
+
labelTextAlignVertical: string;
|
|
133
|
+
labelTextAlignHorizontal: string;
|
|
134
|
+
}, any>>;
|
|
135
|
+
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
136
|
+
blankHeightSmall: string;
|
|
137
|
+
blankHeightMedium: string;
|
|
138
|
+
blankHeightLarge: string;
|
|
139
|
+
lineHeight: string;
|
|
140
|
+
labelTextColor: string;
|
|
141
|
+
asteriskColor: string;
|
|
142
|
+
feedbackTextColorError: string;
|
|
143
|
+
feedbackTextColorWarning: string;
|
|
144
|
+
feedbackTextColor: string;
|
|
145
|
+
feedbackPadding: string;
|
|
146
|
+
feedbackHeightSmall: string;
|
|
147
|
+
feedbackHeightMedium: string;
|
|
148
|
+
feedbackHeightLarge: string;
|
|
149
|
+
feedbackFontSizeSmall: string;
|
|
150
|
+
feedbackFontSizeMedium: string;
|
|
151
|
+
feedbackFontSizeLarge: string;
|
|
152
|
+
labelFontSizeLeftSmall: string;
|
|
153
|
+
labelFontSizeLeftMedium: string;
|
|
154
|
+
labelFontSizeLeftLarge: string;
|
|
155
|
+
labelFontSizeTopSmall: string;
|
|
156
|
+
labelFontSizeTopMedium: string;
|
|
157
|
+
labelFontSizeTopLarge: string;
|
|
158
|
+
labelHeightSmall: string;
|
|
159
|
+
labelHeightMedium: string;
|
|
160
|
+
labelHeightLarge: string;
|
|
161
|
+
labelPaddingVertical: string;
|
|
162
|
+
labelPaddingHorizontal: string;
|
|
163
|
+
labelTextAlignVertical: string;
|
|
164
|
+
labelTextAlignHorizontal: string;
|
|
165
|
+
}, any>>>;
|
|
166
|
+
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
167
|
+
blankHeightSmall: string;
|
|
168
|
+
blankHeightMedium: string;
|
|
169
|
+
blankHeightLarge: string;
|
|
170
|
+
lineHeight: string;
|
|
171
|
+
labelTextColor: string;
|
|
172
|
+
asteriskColor: string;
|
|
173
|
+
feedbackTextColorError: string;
|
|
174
|
+
feedbackTextColorWarning: string;
|
|
175
|
+
feedbackTextColor: string;
|
|
176
|
+
feedbackPadding: string;
|
|
177
|
+
feedbackHeightSmall: string;
|
|
178
|
+
feedbackHeightMedium: string;
|
|
179
|
+
feedbackHeightLarge: string;
|
|
180
|
+
feedbackFontSizeSmall: string;
|
|
181
|
+
feedbackFontSizeMedium: string;
|
|
182
|
+
feedbackFontSizeLarge: string;
|
|
183
|
+
labelFontSizeLeftSmall: string;
|
|
184
|
+
labelFontSizeLeftMedium: string;
|
|
185
|
+
labelFontSizeLeftLarge: string;
|
|
186
|
+
labelFontSizeTopSmall: string;
|
|
187
|
+
labelFontSizeTopMedium: string;
|
|
188
|
+
labelFontSizeTopLarge: string;
|
|
189
|
+
labelHeightSmall: string;
|
|
190
|
+
labelHeightMedium: string;
|
|
191
|
+
labelHeightLarge: string;
|
|
192
|
+
labelPaddingVertical: string;
|
|
193
|
+
labelPaddingHorizontal: string;
|
|
194
|
+
labelTextAlignVertical: string;
|
|
195
|
+
labelTextAlignHorizontal: string;
|
|
196
|
+
}, any>>>;
|
|
197
|
+
}, {
|
|
198
|
+
cssVars: import("vue").ComputedRef<{
|
|
199
|
+
'--n-bezier': string;
|
|
200
|
+
'--n-line-height': string;
|
|
201
|
+
'--n-blank-height': string;
|
|
202
|
+
'--n-label-font-size': string;
|
|
203
|
+
'--n-label-text-align': string;
|
|
204
|
+
'--n-label-height': string;
|
|
205
|
+
'--n-label-padding': string;
|
|
206
|
+
'--n-asterisk-color': string;
|
|
207
|
+
'--n-label-text-color': string;
|
|
208
|
+
'--n-feedback-padding': string;
|
|
209
|
+
'--n-feedback-font-size': string;
|
|
210
|
+
'--n-feedback-height': string;
|
|
211
|
+
'--n-feedback-text-color': string;
|
|
212
|
+
'--n-feedback-text-color-warning': string;
|
|
213
|
+
'--n-feedback-text-color-error': string;
|
|
214
|
+
}> | undefined;
|
|
215
|
+
themeClass: import("vue").Ref<string>;
|
|
216
|
+
onRender: () => void;
|
|
217
|
+
validate: import("naive-ui/es/form/src/interface").FormItemValidate;
|
|
218
|
+
restoreValidation: () => void;
|
|
219
|
+
path?: string | undefined;
|
|
220
|
+
internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
|
|
221
|
+
mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
|
|
222
|
+
validationErrored: import("vue").Ref<boolean>;
|
|
223
|
+
mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
|
|
224
|
+
mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
225
|
+
mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
|
|
226
|
+
mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
|
|
227
|
+
mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
|
|
228
|
+
mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
|
|
229
|
+
mergedShowFeedback: import("vue").ComputedRef<boolean>;
|
|
230
|
+
mergedShowLabel: import("vue").ComputedRef<boolean>;
|
|
231
|
+
isAutoLabelWidth: import("vue").ComputedRef<boolean>;
|
|
232
|
+
labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
|
|
233
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
234
|
+
mergedRequired: import("vue").ComputedRef<boolean>;
|
|
235
|
+
feedbackId: import("vue").Ref<string>;
|
|
236
|
+
renderExplains: import("vue").Ref<{
|
|
237
|
+
key: string;
|
|
238
|
+
render: () => import("vue").VNodeChild;
|
|
239
|
+
}[]>;
|
|
240
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
241
|
+
readonly label: StringConstructor;
|
|
242
|
+
readonly labelWidth: PropType<string | number>;
|
|
243
|
+
readonly labelStyle: PropType<string | import("vue").CSSProperties>;
|
|
244
|
+
readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
|
|
245
|
+
readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
246
|
+
readonly path: StringConstructor;
|
|
247
|
+
readonly first: BooleanConstructor;
|
|
248
|
+
readonly rulePath: StringConstructor;
|
|
249
|
+
readonly required: BooleanConstructor;
|
|
250
|
+
readonly showRequireMark: {
|
|
251
|
+
readonly type: PropType<boolean | undefined>;
|
|
252
|
+
readonly default: undefined;
|
|
253
|
+
};
|
|
254
|
+
readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
|
|
255
|
+
readonly showFeedback: {
|
|
256
|
+
readonly type: PropType<boolean | undefined>;
|
|
257
|
+
readonly default: undefined;
|
|
258
|
+
};
|
|
259
|
+
readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
|
|
260
|
+
readonly size: PropType<"small" | "medium" | "large">;
|
|
261
|
+
readonly ignorePathChange: BooleanConstructor;
|
|
262
|
+
readonly validationStatus: PropType<"error" | "success" | "warning">;
|
|
263
|
+
readonly feedback: StringConstructor;
|
|
264
|
+
readonly showLabel: {
|
|
265
|
+
readonly type: PropType<boolean | undefined>;
|
|
266
|
+
readonly default: undefined;
|
|
267
|
+
};
|
|
268
|
+
readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
|
|
269
|
+
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
270
|
+
blankHeightSmall: string;
|
|
271
|
+
blankHeightMedium: string;
|
|
272
|
+
blankHeightLarge: string;
|
|
273
|
+
lineHeight: string;
|
|
274
|
+
labelTextColor: string;
|
|
275
|
+
asteriskColor: string;
|
|
276
|
+
feedbackTextColorError: string;
|
|
277
|
+
feedbackTextColorWarning: string;
|
|
278
|
+
feedbackTextColor: string;
|
|
279
|
+
feedbackPadding: string;
|
|
280
|
+
feedbackHeightSmall: string;
|
|
281
|
+
feedbackHeightMedium: string;
|
|
282
|
+
feedbackHeightLarge: string;
|
|
283
|
+
feedbackFontSizeSmall: string;
|
|
284
|
+
feedbackFontSizeMedium: string;
|
|
285
|
+
feedbackFontSizeLarge: string;
|
|
286
|
+
labelFontSizeLeftSmall: string;
|
|
287
|
+
labelFontSizeLeftMedium: string;
|
|
288
|
+
labelFontSizeLeftLarge: string;
|
|
289
|
+
labelFontSizeTopSmall: string;
|
|
290
|
+
labelFontSizeTopMedium: string;
|
|
291
|
+
labelFontSizeTopLarge: string;
|
|
292
|
+
labelHeightSmall: string;
|
|
293
|
+
labelHeightMedium: string;
|
|
294
|
+
labelHeightLarge: string;
|
|
295
|
+
labelPaddingVertical: string;
|
|
296
|
+
labelPaddingHorizontal: string;
|
|
297
|
+
labelTextAlignVertical: string;
|
|
298
|
+
labelTextAlignHorizontal: string;
|
|
299
|
+
}, any>>;
|
|
300
|
+
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
301
|
+
blankHeightSmall: string;
|
|
302
|
+
blankHeightMedium: string;
|
|
303
|
+
blankHeightLarge: string;
|
|
304
|
+
lineHeight: string;
|
|
305
|
+
labelTextColor: string;
|
|
306
|
+
asteriskColor: string;
|
|
307
|
+
feedbackTextColorError: string;
|
|
308
|
+
feedbackTextColorWarning: string;
|
|
309
|
+
feedbackTextColor: string;
|
|
310
|
+
feedbackPadding: string;
|
|
311
|
+
feedbackHeightSmall: string;
|
|
312
|
+
feedbackHeightMedium: string;
|
|
313
|
+
feedbackHeightLarge: string;
|
|
314
|
+
feedbackFontSizeSmall: string;
|
|
315
|
+
feedbackFontSizeMedium: string;
|
|
316
|
+
feedbackFontSizeLarge: string;
|
|
317
|
+
labelFontSizeLeftSmall: string;
|
|
318
|
+
labelFontSizeLeftMedium: string;
|
|
319
|
+
labelFontSizeLeftLarge: string;
|
|
320
|
+
labelFontSizeTopSmall: string;
|
|
321
|
+
labelFontSizeTopMedium: string;
|
|
322
|
+
labelFontSizeTopLarge: string;
|
|
323
|
+
labelHeightSmall: string;
|
|
324
|
+
labelHeightMedium: string;
|
|
325
|
+
labelHeightLarge: string;
|
|
326
|
+
labelPaddingVertical: string;
|
|
327
|
+
labelPaddingHorizontal: string;
|
|
328
|
+
labelTextAlignVertical: string;
|
|
329
|
+
labelTextAlignHorizontal: string;
|
|
330
|
+
}, any>>>;
|
|
331
|
+
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
332
|
+
blankHeightSmall: string;
|
|
333
|
+
blankHeightMedium: string;
|
|
334
|
+
blankHeightLarge: string;
|
|
335
|
+
lineHeight: string;
|
|
336
|
+
labelTextColor: string;
|
|
337
|
+
asteriskColor: string;
|
|
338
|
+
feedbackTextColorError: string;
|
|
339
|
+
feedbackTextColorWarning: string;
|
|
340
|
+
feedbackTextColor: string;
|
|
341
|
+
feedbackPadding: string;
|
|
342
|
+
feedbackHeightSmall: string;
|
|
343
|
+
feedbackHeightMedium: string;
|
|
344
|
+
feedbackHeightLarge: string;
|
|
345
|
+
feedbackFontSizeSmall: string;
|
|
346
|
+
feedbackFontSizeMedium: string;
|
|
347
|
+
feedbackFontSizeLarge: string;
|
|
348
|
+
labelFontSizeLeftSmall: string;
|
|
349
|
+
labelFontSizeLeftMedium: string;
|
|
350
|
+
labelFontSizeLeftLarge: string;
|
|
351
|
+
labelFontSizeTopSmall: string;
|
|
352
|
+
labelFontSizeTopMedium: string;
|
|
353
|
+
labelFontSizeTopLarge: string;
|
|
354
|
+
labelHeightSmall: string;
|
|
355
|
+
labelHeightMedium: string;
|
|
356
|
+
labelHeightLarge: string;
|
|
357
|
+
labelPaddingVertical: string;
|
|
358
|
+
labelPaddingHorizontal: string;
|
|
359
|
+
labelTextAlignVertical: string;
|
|
360
|
+
labelTextAlignHorizontal: string;
|
|
361
|
+
}, any>>>;
|
|
362
|
+
}>>, {
|
|
363
|
+
readonly required: boolean;
|
|
364
|
+
readonly first: boolean;
|
|
365
|
+
readonly showRequireMark: boolean | undefined;
|
|
366
|
+
readonly showFeedback: boolean | undefined;
|
|
367
|
+
readonly showLabel: boolean | undefined;
|
|
368
|
+
readonly ignorePathChange: boolean;
|
|
369
|
+
}>;
|
|
370
|
+
NModal: any;
|
|
371
|
+
NCard: any;
|
|
372
|
+
NIcon: any;
|
|
373
|
+
NInput: any;
|
|
374
|
+
NButton: any;
|
|
375
|
+
NRadioGroup: import("vue").DefineComponent<{
|
|
376
|
+
readonly name: StringConstructor;
|
|
377
|
+
readonly value: PropType<string | number | boolean | null>;
|
|
378
|
+
readonly defaultValue: {
|
|
379
|
+
readonly type: PropType<string | number | boolean | null>;
|
|
380
|
+
readonly default: null;
|
|
381
|
+
};
|
|
382
|
+
readonly size: PropType<"small" | "medium" | "large">;
|
|
383
|
+
readonly disabled: {
|
|
384
|
+
readonly type: PropType<boolean | undefined>;
|
|
385
|
+
readonly default: undefined;
|
|
386
|
+
};
|
|
387
|
+
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
|
|
388
|
+
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
|
|
389
|
+
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
|
|
390
|
+
labelLineHeight: string;
|
|
391
|
+
buttonHeightSmall: string;
|
|
392
|
+
buttonHeightMedium: string;
|
|
393
|
+
buttonHeightLarge: string;
|
|
394
|
+
fontSizeSmall: string;
|
|
395
|
+
fontSizeMedium: string;
|
|
396
|
+
fontSizeLarge: string;
|
|
397
|
+
boxShadow: string;
|
|
398
|
+
boxShadowActive: string;
|
|
399
|
+
boxShadowFocus: string;
|
|
400
|
+
boxShadowHover: string;
|
|
401
|
+
boxShadowDisabled: string;
|
|
402
|
+
color: string;
|
|
403
|
+
colorDisabled: string;
|
|
404
|
+
colorActive: string;
|
|
405
|
+
textColor: string;
|
|
406
|
+
textColorDisabled: string;
|
|
407
|
+
dotColorActive: string;
|
|
408
|
+
dotColorDisabled: string;
|
|
409
|
+
buttonBorderColor: string;
|
|
410
|
+
buttonBorderColorActive: string;
|
|
411
|
+
buttonBorderColorHover: string;
|
|
412
|
+
buttonColor: string;
|
|
413
|
+
buttonColorActive: string;
|
|
414
|
+
buttonTextColor: string;
|
|
415
|
+
buttonTextColorActive: string;
|
|
416
|
+
buttonTextColorHover: string;
|
|
417
|
+
opacityDisabled: string;
|
|
418
|
+
buttonBoxShadowFocus: string;
|
|
419
|
+
buttonBoxShadowHover: string;
|
|
420
|
+
buttonBoxShadow: string;
|
|
421
|
+
buttonBorderRadius: string;
|
|
422
|
+
radioSizeSmall: string;
|
|
423
|
+
radioSizeMedium: string;
|
|
424
|
+
radioSizeLarge: string;
|
|
425
|
+
labelPadding: string;
|
|
426
|
+
}, any>>;
|
|
427
|
+
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
|
|
428
|
+
labelLineHeight: string;
|
|
429
|
+
buttonHeightSmall: string;
|
|
430
|
+
buttonHeightMedium: string;
|
|
431
|
+
buttonHeightLarge: string;
|
|
432
|
+
fontSizeSmall: string;
|
|
433
|
+
fontSizeMedium: string;
|
|
434
|
+
fontSizeLarge: string;
|
|
435
|
+
boxShadow: string;
|
|
436
|
+
boxShadowActive: string;
|
|
437
|
+
boxShadowFocus: string;
|
|
438
|
+
boxShadowHover: string;
|
|
439
|
+
boxShadowDisabled: string;
|
|
440
|
+
color: string;
|
|
441
|
+
colorDisabled: string;
|
|
442
|
+
colorActive: string;
|
|
443
|
+
textColor: string;
|
|
444
|
+
textColorDisabled: string;
|
|
445
|
+
dotColorActive: string;
|
|
446
|
+
dotColorDisabled: string;
|
|
447
|
+
buttonBorderColor: string;
|
|
448
|
+
buttonBorderColorActive: string;
|
|
449
|
+
buttonBorderColorHover: string;
|
|
450
|
+
buttonColor: string;
|
|
451
|
+
buttonColorActive: string;
|
|
452
|
+
buttonTextColor: string;
|
|
453
|
+
buttonTextColorActive: string;
|
|
454
|
+
buttonTextColorHover: string;
|
|
455
|
+
opacityDisabled: string;
|
|
456
|
+
buttonBoxShadowFocus: string;
|
|
457
|
+
buttonBoxShadowHover: string;
|
|
458
|
+
buttonBoxShadow: string;
|
|
459
|
+
buttonBorderRadius: string;
|
|
460
|
+
radioSizeSmall: string;
|
|
461
|
+
radioSizeMedium: string;
|
|
462
|
+
radioSizeLarge: string;
|
|
463
|
+
labelPadding: string;
|
|
464
|
+
}, any>>>;
|
|
465
|
+
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
|
|
466
|
+
labelLineHeight: string;
|
|
467
|
+
buttonHeightSmall: string;
|
|
468
|
+
buttonHeightMedium: string;
|
|
469
|
+
buttonHeightLarge: string;
|
|
470
|
+
fontSizeSmall: string;
|
|
471
|
+
fontSizeMedium: string;
|
|
472
|
+
fontSizeLarge: string;
|
|
473
|
+
boxShadow: string;
|
|
474
|
+
boxShadowActive: string;
|
|
475
|
+
boxShadowFocus: string;
|
|
476
|
+
boxShadowHover: string;
|
|
477
|
+
boxShadowDisabled: string;
|
|
478
|
+
color: string;
|
|
479
|
+
colorDisabled: string;
|
|
480
|
+
colorActive: string;
|
|
481
|
+
textColor: string;
|
|
482
|
+
textColorDisabled: string;
|
|
483
|
+
dotColorActive: string;
|
|
484
|
+
dotColorDisabled: string;
|
|
485
|
+
buttonBorderColor: string;
|
|
486
|
+
buttonBorderColorActive: string;
|
|
487
|
+
buttonBorderColorHover: string;
|
|
488
|
+
buttonColor: string;
|
|
489
|
+
buttonColorActive: string;
|
|
490
|
+
buttonTextColor: string;
|
|
491
|
+
buttonTextColorActive: string;
|
|
492
|
+
buttonTextColorHover: string;
|
|
493
|
+
opacityDisabled: string;
|
|
494
|
+
buttonBoxShadowFocus: string;
|
|
495
|
+
buttonBoxShadowHover: string;
|
|
496
|
+
buttonBoxShadow: string;
|
|
497
|
+
buttonBorderRadius: string;
|
|
498
|
+
radioSizeSmall: string;
|
|
499
|
+
radioSizeMedium: string;
|
|
500
|
+
radioSizeLarge: string;
|
|
501
|
+
labelPadding: string;
|
|
502
|
+
}, any>>>;
|
|
503
|
+
}, {
|
|
504
|
+
selfElRef: import("vue").Ref<HTMLDivElement | null>;
|
|
505
|
+
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
506
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
507
|
+
mergedValue: import("vue").ComputedRef<string | number | boolean | null>;
|
|
508
|
+
handleFocusout: (e: FocusEvent) => void;
|
|
509
|
+
handleFocusin: (e: FocusEvent) => void;
|
|
510
|
+
cssVars: import("vue").ComputedRef<{
|
|
511
|
+
'--n-font-size': string;
|
|
512
|
+
'--n-bezier': string;
|
|
513
|
+
'--n-button-border-color': string;
|
|
514
|
+
'--n-button-border-color-active': string;
|
|
515
|
+
'--n-button-border-radius': string;
|
|
516
|
+
'--n-button-box-shadow': string;
|
|
517
|
+
'--n-button-box-shadow-focus': string;
|
|
518
|
+
'--n-button-box-shadow-hover': string;
|
|
519
|
+
'--n-button-color-active': string;
|
|
520
|
+
'--n-button-text-color': string;
|
|
521
|
+
'--n-button-text-color-hover': string;
|
|
522
|
+
'--n-button-text-color-active': string;
|
|
523
|
+
'--n-height': string;
|
|
524
|
+
'--n-opacity-disabled': string;
|
|
525
|
+
}> | undefined;
|
|
526
|
+
themeClass: import("vue").Ref<string> | undefined;
|
|
527
|
+
onRender: (() => void) | undefined;
|
|
528
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
529
|
+
readonly name: StringConstructor;
|
|
530
|
+
readonly value: PropType<string | number | boolean | null>;
|
|
531
|
+
readonly defaultValue: {
|
|
532
|
+
readonly type: PropType<string | number | boolean | null>;
|
|
533
|
+
readonly default: null;
|
|
534
|
+
};
|
|
535
|
+
readonly size: PropType<"small" | "medium" | "large">;
|
|
536
|
+
readonly disabled: {
|
|
537
|
+
readonly type: PropType<boolean | undefined>;
|
|
538
|
+
readonly default: undefined;
|
|
539
|
+
};
|
|
540
|
+
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
|
|
541
|
+
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
|
|
542
|
+
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
|
|
543
|
+
labelLineHeight: string;
|
|
544
|
+
buttonHeightSmall: string;
|
|
545
|
+
buttonHeightMedium: string;
|
|
546
|
+
buttonHeightLarge: string;
|
|
547
|
+
fontSizeSmall: string;
|
|
548
|
+
fontSizeMedium: string;
|
|
549
|
+
fontSizeLarge: string;
|
|
550
|
+
boxShadow: string;
|
|
551
|
+
boxShadowActive: string;
|
|
552
|
+
boxShadowFocus: string;
|
|
553
|
+
boxShadowHover: string;
|
|
554
|
+
boxShadowDisabled: string;
|
|
555
|
+
color: string;
|
|
556
|
+
colorDisabled: string;
|
|
557
|
+
colorActive: string;
|
|
558
|
+
textColor: string;
|
|
559
|
+
textColorDisabled: string;
|
|
560
|
+
dotColorActive: string;
|
|
561
|
+
dotColorDisabled: string;
|
|
562
|
+
buttonBorderColor: string;
|
|
563
|
+
buttonBorderColorActive: string;
|
|
564
|
+
buttonBorderColorHover: string;
|
|
565
|
+
buttonColor: string;
|
|
566
|
+
buttonColorActive: string;
|
|
567
|
+
buttonTextColor: string;
|
|
568
|
+
buttonTextColorActive: string;
|
|
569
|
+
buttonTextColorHover: string;
|
|
570
|
+
opacityDisabled: string;
|
|
571
|
+
buttonBoxShadowFocus: string;
|
|
572
|
+
buttonBoxShadowHover: string;
|
|
573
|
+
buttonBoxShadow: string;
|
|
574
|
+
buttonBorderRadius: string;
|
|
575
|
+
radioSizeSmall: string;
|
|
576
|
+
radioSizeMedium: string;
|
|
577
|
+
radioSizeLarge: string;
|
|
578
|
+
labelPadding: string;
|
|
579
|
+
}, any>>;
|
|
580
|
+
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
|
|
581
|
+
labelLineHeight: string;
|
|
582
|
+
buttonHeightSmall: string;
|
|
583
|
+
buttonHeightMedium: string;
|
|
584
|
+
buttonHeightLarge: string;
|
|
585
|
+
fontSizeSmall: string;
|
|
586
|
+
fontSizeMedium: string;
|
|
587
|
+
fontSizeLarge: string;
|
|
588
|
+
boxShadow: string;
|
|
589
|
+
boxShadowActive: string;
|
|
590
|
+
boxShadowFocus: string;
|
|
591
|
+
boxShadowHover: string;
|
|
592
|
+
boxShadowDisabled: string;
|
|
593
|
+
color: string;
|
|
594
|
+
colorDisabled: string;
|
|
595
|
+
colorActive: string;
|
|
596
|
+
textColor: string;
|
|
597
|
+
textColorDisabled: string;
|
|
598
|
+
dotColorActive: string;
|
|
599
|
+
dotColorDisabled: string;
|
|
600
|
+
buttonBorderColor: string;
|
|
601
|
+
buttonBorderColorActive: string;
|
|
602
|
+
buttonBorderColorHover: string;
|
|
603
|
+
buttonColor: string;
|
|
604
|
+
buttonColorActive: string;
|
|
605
|
+
buttonTextColor: string;
|
|
606
|
+
buttonTextColorActive: string;
|
|
607
|
+
buttonTextColorHover: string;
|
|
608
|
+
opacityDisabled: string;
|
|
609
|
+
buttonBoxShadowFocus: string;
|
|
610
|
+
buttonBoxShadowHover: string;
|
|
611
|
+
buttonBoxShadow: string;
|
|
612
|
+
buttonBorderRadius: string;
|
|
613
|
+
radioSizeSmall: string;
|
|
614
|
+
radioSizeMedium: string;
|
|
615
|
+
radioSizeLarge: string;
|
|
616
|
+
labelPadding: string;
|
|
617
|
+
}, any>>>;
|
|
618
|
+
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
|
|
619
|
+
labelLineHeight: string;
|
|
620
|
+
buttonHeightSmall: string;
|
|
621
|
+
buttonHeightMedium: string;
|
|
622
|
+
buttonHeightLarge: string;
|
|
623
|
+
fontSizeSmall: string;
|
|
624
|
+
fontSizeMedium: string;
|
|
625
|
+
fontSizeLarge: string;
|
|
626
|
+
boxShadow: string;
|
|
627
|
+
boxShadowActive: string;
|
|
628
|
+
boxShadowFocus: string;
|
|
629
|
+
boxShadowHover: string;
|
|
630
|
+
boxShadowDisabled: string;
|
|
631
|
+
color: string;
|
|
632
|
+
colorDisabled: string;
|
|
633
|
+
colorActive: string;
|
|
634
|
+
textColor: string;
|
|
635
|
+
textColorDisabled: string;
|
|
636
|
+
dotColorActive: string;
|
|
637
|
+
dotColorDisabled: string;
|
|
638
|
+
buttonBorderColor: string;
|
|
639
|
+
buttonBorderColorActive: string;
|
|
640
|
+
buttonBorderColorHover: string;
|
|
641
|
+
buttonColor: string;
|
|
642
|
+
buttonColorActive: string;
|
|
643
|
+
buttonTextColor: string;
|
|
644
|
+
buttonTextColorActive: string;
|
|
645
|
+
buttonTextColorHover: string;
|
|
646
|
+
opacityDisabled: string;
|
|
647
|
+
buttonBoxShadowFocus: string;
|
|
648
|
+
buttonBoxShadowHover: string;
|
|
649
|
+
buttonBoxShadow: string;
|
|
650
|
+
buttonBorderRadius: string;
|
|
651
|
+
radioSizeSmall: string;
|
|
652
|
+
radioSizeMedium: string;
|
|
653
|
+
radioSizeLarge: string;
|
|
654
|
+
labelPadding: string;
|
|
655
|
+
}, any>>>;
|
|
656
|
+
}>>, {
|
|
657
|
+
readonly disabled: boolean | undefined;
|
|
658
|
+
readonly defaultValue: string | number | boolean | null;
|
|
659
|
+
}>;
|
|
660
|
+
NRadio: any;
|
|
661
|
+
CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
662
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveModal"[], "cancelSaveModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
663
|
+
visible: {
|
|
664
|
+
type: BooleanConstructor;
|
|
665
|
+
default: boolean;
|
|
666
|
+
};
|
|
667
|
+
tableListId: {
|
|
668
|
+
type: StringConstructor;
|
|
669
|
+
default: string;
|
|
670
|
+
};
|
|
671
|
+
programOptions: {
|
|
672
|
+
type: PropType<IExportSchemeType[]>;
|
|
673
|
+
default: () => never[];
|
|
674
|
+
};
|
|
675
|
+
curProgram: {
|
|
676
|
+
type: PropType<IExportSchemeType>;
|
|
677
|
+
default: () => {};
|
|
678
|
+
};
|
|
679
|
+
}>> & {
|
|
680
|
+
onCancelSaveModal?: ((...args: any[]) => any) | undefined;
|
|
681
|
+
}, {
|
|
682
|
+
visible: boolean;
|
|
683
|
+
tableListId: string;
|
|
684
|
+
curProgram: IExportSchemeType;
|
|
685
|
+
programOptions: IExportSchemeType[];
|
|
686
|
+
}>;
|
|
687
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./SaveProjectModal.vue2.js";import r from"../../../../_virtual/_plugin-vue_export-helper.js";var o=r(e,[["__file","SaveProjectModal.vue"]]);export{o as default};
|