cnhis-design-vue 3.1.46-beta.8 → 3.1.46-release.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.
Files changed (168) hide show
  1. package/README.md +87 -87
  2. package/es/components/base-search/index.d.ts +8 -17
  3. package/es/components/base-search/src/index.vue.d.ts +8 -17
  4. package/es/components/base-search/src/index.vue2.js +1 -1
  5. package/es/components/base-search/style/index.css +1 -1
  6. package/es/components/classification/index.d.ts +18 -219
  7. package/es/components/classification/src/components/search-filter/index.vue.d.ts +18 -219
  8. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  9. package/es/components/classification/src/components/set-classification/index.vue.d.ts +18 -219
  10. package/es/components/classification/src/index.vue.d.ts +18 -219
  11. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  12. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  13. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  14. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  15. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  16. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  17. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  18. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
  19. package/es/components/fabric-chart/src/utils/index.d.ts +0 -1
  20. package/es/components/fabric-chart/src/utils/index.js +1 -1
  21. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  22. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  23. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +1 -1
  24. package/es/components/index.css +1 -1
  25. package/es/components/index.d.ts +1 -2
  26. package/es/components/index.js +1 -1
  27. package/es/components/quick-search/index.d.ts +7 -21
  28. package/es/components/quick-search/src/index.vue.d.ts +7 -21
  29. package/es/components/quick-search/src/index.vue2.js +1 -1
  30. package/es/components/quick-search/style/index.css +1 -1
  31. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  32. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  33. package/es/components/select-person/src/SearchMultiple.vue.d.ts +6 -0
  34. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +17 -219
  35. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
  36. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +1 -17
  37. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
  38. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +0 -19
  39. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
  40. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +11 -178
  41. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
  42. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +5 -1
  43. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +1 -1
  44. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +1 -2
  45. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -1
  46. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +17 -217
  47. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  48. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +17 -219
  49. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
  50. package/es/components/table-filter/src/components/render-widget/basicData.d.ts +4 -0
  51. package/es/components/table-filter/src/components/render-widget/basicData.js +1 -0
  52. package/es/components/table-filter/src/components/render-widget/components/{DateOut.vue.d.ts → Date.vue.d.ts} +2 -21
  53. package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +1 -0
  54. package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +1 -0
  55. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +8 -117
  56. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
  57. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +9 -13
  58. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
  59. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +6 -8
  60. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
  61. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +6 -7
  62. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -1
  63. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +25 -19
  64. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
  65. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +36 -611
  66. package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
  67. package/es/components/table-filter/src/components/render-widget/enums.d.ts +3 -10
  68. package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
  69. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +6 -2
  70. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +1 -1
  71. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +3 -4
  72. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  73. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +35 -639
  74. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  75. package/es/components/table-filter/src/constants/index.d.ts +1 -3
  76. package/es/components/table-filter/src/constants/index.js +1 -1
  77. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +4 -9
  78. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  79. package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +3 -3
  80. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  81. package/es/components/table-filter/src/tool/baseOptions.d.ts +8 -0
  82. package/es/components/table-filter/src/tool/baseOptions.js +1 -1
  83. package/es/components/table-filter/src/tool/generateDefOptions.d.ts +7 -0
  84. package/es/components/table-filter/src/tool/generateDefOptions.js +1 -0
  85. package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
  86. package/es/components/table-filter/src/tool/transformData.js +1 -1
  87. package/es/components/table-filter/src/types/enums.d.ts +0 -3
  88. package/es/components/table-filter/src/types/enums.js +1 -1
  89. package/es/components/table-filter/src/types/index.d.ts +0 -7
  90. package/es/env.d.ts +25 -25
  91. package/es/shared/assets/img/failure.png.js +1 -1
  92. package/es/shared/assets/img/no-permission.png.js +1 -1
  93. package/es/shared/assets/img/nodata.png.js +1 -1
  94. package/es/shared/assets/img/notfound.png.js +1 -1
  95. package/es/shared/assets/img/qr.png.js +1 -1
  96. package/es/shared/assets/img/success.png.js +1 -1
  97. package/es/shared/assets/img/video.png.js +1 -1
  98. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  99. package/es/shared/assets/img/xb_big.png.js +1 -1
  100. package/es/shared/assets/img/xb_small.png.js +1 -1
  101. package/es/shared/package.json.js +1 -1
  102. package/es/shared/utils/fabricjs/index.js +1 -1
  103. package/package.json +2 -2
  104. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  105. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  106. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  107. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  108. package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +0 -77
  109. package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +0 -93
  110. package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +0 -3
  111. package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +0 -3
  112. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +0 -3
  113. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +0 -3
  114. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +0 -3
  115. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/dist/index.d.ts +0 -3
  116. package/es/components/iho-table/src/utils/dist/index.d.ts +0 -44
  117. package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +0 -36
  118. package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +0 -36
  119. package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +0 -82
  120. package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +0 -57
  121. package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +0 -57
  122. package/es/components/table-export-field/index.d.ts +0 -967
  123. package/es/components/table-export-field/index.js +0 -1
  124. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +0 -192
  125. package/es/components/table-export-field/src/components/ExportModal.vue.js +0 -1
  126. package/es/components/table-export-field/src/components/ExportModal.vue2.js +0 -1
  127. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +0 -687
  128. package/es/components/table-export-field/src/components/SaveProjectModal.vue.js +0 -1
  129. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +0 -1
  130. package/es/components/table-export-field/src/constants/index.d.ts +0 -3
  131. package/es/components/table-export-field/src/constants/index.js +0 -1
  132. package/es/components/table-export-field/src/hooks/useAsyncData.d.ts +0 -6
  133. package/es/components/table-export-field/src/hooks/useAsyncData.js +0 -1
  134. package/es/components/table-export-field/src/index.vue.d.ts +0 -968
  135. package/es/components/table-export-field/src/index.vue.js +0 -1
  136. package/es/components/table-export-field/src/index.vue2.js +0 -1
  137. package/es/components/table-export-field/src/types/index.d.ts +0 -6
  138. package/es/components/table-export-field/src/types/index.js +0 -1
  139. package/es/components/table-export-field/style/index.css +0 -1
  140. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +0 -231
  141. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.js +0 -1
  142. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +0 -1
  143. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.js +0 -1
  144. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +0 -1
  145. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +0 -71
  146. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.js +0 -1
  147. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +0 -1
  148. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +0 -223
  149. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.js +0 -1
  150. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +0 -1
  151. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +0 -158
  152. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.js +0 -1
  153. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +0 -1
  154. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.d.ts +0 -27
  155. package/es/components/table-filter/src/components/render-widget/helpers/dateDisabled.js +0 -1
  156. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.d.ts +0 -55
  157. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +0 -1
  158. package/es/components/table-filter/src/components/render-widget/helpers/enums.d.ts +0 -56
  159. package/es/components/table-filter/src/components/render-widget/helpers/enums.js +0 -1
  160. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.d.ts +0 -4
  161. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +0 -1
  162. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.d.ts +0 -4
  163. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.js +0 -1
  164. package/es/components/table-filter/src/hooks/useAsyncData.d.ts +0 -4
  165. package/es/components/table-filter/src/hooks/useAsyncData.js +0 -1
  166. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  167. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  168. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -1,967 +0,0 @@
1
- import { SFCWithInstall } from '../../../es/shared/types';
2
- declare const TableExportField: SFCWithInstall<import("vue").DefineComponent<{
3
- visible: {
4
- type: BooleanConstructor;
5
- default: boolean;
6
- };
7
- tableListId: {
8
- type: StringConstructor;
9
- default: string;
10
- };
11
- fieldOriginList: {
12
- type: import("vue").PropType<any[]>;
13
- default: () => never[];
14
- };
15
- exportApiConfig: {
16
- type: ObjectConstructor;
17
- };
18
- }, {
19
- defaultKey: string;
20
- message: import("naive-ui").MessageApi;
21
- getTableListExportScheme: (params: any, filterApiConfig: any) => Promise<any>;
22
- deleteTableListExportScheme: (params: any, filterApiConfig: any) => Promise<any>;
23
- exportTableListScheme: (params: any, filterApiConfig: any) => Promise<any>;
24
- baseOption: {
25
- schemeId: string;
26
- schemeName: string;
27
- fieldKeys: never[];
28
- };
29
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
30
- visible: {
31
- type: BooleanConstructor;
32
- default: boolean;
33
- };
34
- tableListId: {
35
- type: StringConstructor;
36
- default: string;
37
- };
38
- fieldOriginList: {
39
- type: import("vue").PropType<any[]>;
40
- default: () => never[];
41
- };
42
- exportApiConfig: {
43
- type: ObjectConstructor;
44
- };
45
- }>> & {
46
- onCancelModal?: ((...args: any[]) => any) | undefined;
47
- }>>;
48
- emit: (event: "cancelModal", ...args: any[]) => void;
49
- isShowSaveProjectModal: import("vue").Ref<boolean>;
50
- curProgram: import("vue").Ref<{
51
- schemeId: string;
52
- schemeName: string;
53
- fieldKeys: string[];
54
- updatedTime?: string | undefined;
55
- }>;
56
- programOptions: import("vue").Ref<{
57
- schemeId: string;
58
- schemeName: string;
59
- fieldKeys: string[];
60
- updatedTime?: string | undefined;
61
- }[]>;
62
- downLoadFieldList: import("vue").ComputedRef<any[]>;
63
- isDefaultShowFields: import("vue").ComputedRef<any[]>;
64
- handleProjectModal: () => void;
65
- handleExportModal: () => void;
66
- updateCurProgram: (schemeId: string) => void;
67
- updateFieldCheckList: (fieldCheckList: string[]) => void;
68
- getExportFieldList: () => Promise<import("naive-ui").MessageReactive | undefined>;
69
- init: () => Promise<void>;
70
- NButton: any;
71
- ExportModal: import("vue").DefineComponent<{
72
- visible: {
73
- type: BooleanConstructor;
74
- default: boolean;
75
- };
76
- tableListId: {
77
- type: StringConstructor;
78
- default: string;
79
- };
80
- fieldOriginList: {
81
- type: import("vue").PropType<any[]>;
82
- default: () => never[];
83
- };
84
- curProgram: {
85
- type: import("vue").PropType<import("./src/types").IExportSchemeType>;
86
- default: () => {};
87
- };
88
- programOptions: {
89
- type: import("vue").PropType<import("./src/types").IExportSchemeType[]>;
90
- default: () => never[];
91
- };
92
- downLoadFieldList: {
93
- type: import("vue").PropType<any[]>;
94
- default: () => never[];
95
- };
96
- }, {
97
- defaultKey: string;
98
- baseSetting: {
99
- width: string;
100
- height: string;
101
- };
102
- menuProps: {
103
- class: string;
104
- };
105
- message: import("naive-ui").MessageApi;
106
- deleteTableListExportScheme: (params: any, filterApiConfig: any) => Promise<any>;
107
- exportTableListScheme: (params: any, filterApiConfig: any) => Promise<any>;
108
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
109
- visible: {
110
- type: BooleanConstructor;
111
- default: boolean;
112
- };
113
- tableListId: {
114
- type: StringConstructor;
115
- default: string;
116
- };
117
- fieldOriginList: {
118
- type: import("vue").PropType<any[]>;
119
- default: () => never[];
120
- };
121
- curProgram: {
122
- type: import("vue").PropType<import("./src/types").IExportSchemeType>;
123
- default: () => {};
124
- };
125
- programOptions: {
126
- type: import("vue").PropType<import("./src/types").IExportSchemeType[]>;
127
- default: () => never[];
128
- };
129
- downLoadFieldList: {
130
- type: import("vue").PropType<any[]>;
131
- default: () => never[];
132
- };
133
- }>> & {
134
- onCancelModal?: ((...args: any[]) => any) | undefined;
135
- onUpdateCurProgram?: ((...args: any[]) => any) | undefined;
136
- onUpdateFieldCheckList?: ((...args: any[]) => any) | undefined;
137
- }>>;
138
- emits: (event: "cancelModal" | "updateCurProgram" | "updateFieldCheckList", ...args: any[]) => void;
139
- isChangeWindow: import("vue").Ref<boolean>;
140
- modalWidth: import("vue").Ref<string>;
141
- bodyStyle: import("vue").Ref<{
142
- maxHeight: string;
143
- height: string;
144
- }>;
145
- isSelectAll: import("vue").Ref<boolean>;
146
- isIndeterminate: import("vue").Ref<boolean>;
147
- fieldCheckList: import("vue").Ref<any[]>;
148
- exportApiConfig: import("../../../es/shared/types").AnyObject;
149
- curSchemeId: import("vue").ComputedRef<string>;
150
- deleteExportSchemeItem: (schemeId: string) => Promise<import("naive-ui").MessageReactive | undefined>;
151
- doExportScheme: () => Promise<import("naive-ui").MessageReactive | undefined>;
152
- renderTag: ({ option }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
153
- [key: string]: any;
154
- }>;
155
- renderLabel: (option: import("./src/types").IExportSchemeType) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
156
- [key: string]: any;
157
- }>;
158
- handleClick: (e: MouseEvent) => void;
159
- handleDelete: (option: import("./src/types").IExportSchemeType) => import("naive-ui").MessageReactive | undefined;
160
- handleUpdateSelect: (value: string | number | null) => void;
161
- _setFieldCheckListValue: (optionKey: string | number | null) => void;
162
- exportData: () => void;
163
- handleCheckboxAll: (checked: boolean) => void;
164
- cancelModal: () => void;
165
- resetWindow: () => void;
166
- changeWindow: () => void;
167
- NModal: any;
168
- NCard: any;
169
- NButton: any;
170
- NSelect: any;
171
- NCheckboxGroup: import("vue").DefineComponent<{
172
- readonly min: NumberConstructor;
173
- readonly max: NumberConstructor;
174
- readonly size: import("vue").PropType<"small" | "medium" | "large">;
175
- readonly value: import("vue").PropType<(string | number)[] | null>;
176
- readonly defaultValue: {
177
- readonly type: import("vue").PropType<(string | number)[] | null>;
178
- readonly default: null;
179
- };
180
- readonly disabled: {
181
- readonly type: import("vue").PropType<boolean | undefined>;
182
- readonly default: undefined;
183
- };
184
- readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
185
- actionType: "check" | "uncheck";
186
- value: string | number;
187
- }) => void>>;
188
- readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
189
- actionType: "check" | "uncheck";
190
- value: string | number;
191
- }) => void>>;
192
- readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
193
- }, {
194
- mergedClsPrefix: import("vue").ComputedRef<string>;
195
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
196
- readonly min: NumberConstructor;
197
- readonly max: NumberConstructor;
198
- readonly size: import("vue").PropType<"small" | "medium" | "large">;
199
- readonly value: import("vue").PropType<(string | number)[] | null>;
200
- readonly defaultValue: {
201
- readonly type: import("vue").PropType<(string | number)[] | null>;
202
- readonly default: null;
203
- };
204
- readonly disabled: {
205
- readonly type: import("vue").PropType<boolean | undefined>;
206
- readonly default: undefined;
207
- };
208
- readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
209
- actionType: "check" | "uncheck";
210
- value: string | number;
211
- }) => void>>;
212
- readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
213
- actionType: "check" | "uncheck";
214
- value: string | number;
215
- }) => void>>;
216
- readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
217
- }>>, {
218
- readonly disabled: boolean | undefined;
219
- readonly defaultValue: (string | number)[] | null;
220
- }>;
221
- NCheckbox: any;
222
- NPopover: any;
223
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelModal" | "updateCurProgram" | "updateFieldCheckList")[], "cancelModal" | "updateCurProgram" | "updateFieldCheckList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
224
- visible: {
225
- type: BooleanConstructor;
226
- default: boolean;
227
- };
228
- tableListId: {
229
- type: StringConstructor;
230
- default: string;
231
- };
232
- fieldOriginList: {
233
- type: import("vue").PropType<any[]>;
234
- default: () => never[];
235
- };
236
- curProgram: {
237
- type: import("vue").PropType<import("./src/types").IExportSchemeType>;
238
- default: () => {};
239
- };
240
- programOptions: {
241
- type: import("vue").PropType<import("./src/types").IExportSchemeType[]>;
242
- default: () => never[];
243
- };
244
- downLoadFieldList: {
245
- type: import("vue").PropType<any[]>;
246
- default: () => never[];
247
- };
248
- }>> & {
249
- onCancelModal?: ((...args: any[]) => any) | undefined;
250
- onUpdateCurProgram?: ((...args: any[]) => any) | undefined;
251
- onUpdateFieldCheckList?: ((...args: any[]) => any) | undefined;
252
- }, {
253
- visible: boolean;
254
- tableListId: string;
255
- fieldOriginList: any[];
256
- curProgram: import("./src/types").IExportSchemeType;
257
- programOptions: import("./src/types").IExportSchemeType[];
258
- downLoadFieldList: any[];
259
- }>;
260
- SaveProjectModal: import("vue").DefineComponent<{
261
- visible: {
262
- type: BooleanConstructor;
263
- default: boolean;
264
- };
265
- tableListId: {
266
- type: StringConstructor;
267
- default: string;
268
- };
269
- programOptions: {
270
- type: import("vue").PropType<import("./src/types").IExportSchemeType[]>;
271
- default: () => never[];
272
- };
273
- curProgram: {
274
- type: import("vue").PropType<import("./src/types").IExportSchemeType>;
275
- default: () => {};
276
- };
277
- }, {
278
- message: import("naive-ui").MessageApi;
279
- saveTableListExportScheme: (params: any, filterApiConfig: any) => Promise<any>;
280
- defaultKey: string;
281
- rules: {
282
- projectName: {
283
- required: boolean;
284
- message: string;
285
- trigger: string[];
286
- };
287
- };
288
- modeList: {
289
- value: string;
290
- label: string;
291
- }[];
292
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
293
- visible: {
294
- type: BooleanConstructor;
295
- default: boolean;
296
- };
297
- tableListId: {
298
- type: StringConstructor;
299
- default: string;
300
- };
301
- programOptions: {
302
- type: import("vue").PropType<import("./src/types").IExportSchemeType[]>;
303
- default: () => never[];
304
- };
305
- curProgram: {
306
- type: import("vue").PropType<import("./src/types").IExportSchemeType>;
307
- default: () => {};
308
- };
309
- }>> & {
310
- onCancelSaveModal?: ((...args: any[]) => any) | undefined;
311
- }>>;
312
- emits: (event: "cancelSaveModal", ...args: any[]) => void;
313
- formRef: any;
314
- formValue: {
315
- projectName: string;
316
- };
317
- selectProject: import("vue").Ref<any>;
318
- projectList: import("vue").Ref<any[]>;
319
- exportApiConfig: import("../../../es/shared/types").AnyObject;
320
- handleRadioChange: (value: string | number | boolean) => void;
321
- validateProjectName: () => boolean;
322
- getParams: () => {
323
- fieldKeys: string[];
324
- lastUsedSchemeName: string;
325
- schemeId: string;
326
- schemeName: string;
327
- tableListId: string;
328
- };
329
- saveToCalss: () => void;
330
- cancelSaveToCalss: () => void;
331
- NForm: any;
332
- NFormItem: import("vue").DefineComponent<{
333
- readonly label: StringConstructor;
334
- readonly labelWidth: import("vue").PropType<string | number>;
335
- readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
336
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
337
- readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
338
- readonly path: StringConstructor;
339
- readonly first: BooleanConstructor;
340
- readonly rulePath: StringConstructor;
341
- readonly required: BooleanConstructor;
342
- readonly showRequireMark: {
343
- readonly type: import("vue").PropType<boolean | undefined>;
344
- readonly default: undefined;
345
- };
346
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
347
- readonly showFeedback: {
348
- readonly type: import("vue").PropType<boolean | undefined>;
349
- readonly default: undefined;
350
- };
351
- readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
352
- readonly size: import("vue").PropType<"small" | "medium" | "large">;
353
- readonly ignorePathChange: BooleanConstructor;
354
- readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
355
- readonly feedback: StringConstructor;
356
- readonly showLabel: {
357
- readonly type: import("vue").PropType<boolean | undefined>;
358
- readonly default: undefined;
359
- };
360
- readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
361
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
362
- blankHeightSmall: string;
363
- blankHeightMedium: string;
364
- blankHeightLarge: string;
365
- lineHeight: string;
366
- labelTextColor: string;
367
- asteriskColor: string;
368
- feedbackTextColorError: string;
369
- feedbackTextColorWarning: string;
370
- feedbackTextColor: string;
371
- feedbackPadding: string;
372
- feedbackHeightSmall: string;
373
- feedbackHeightMedium: string;
374
- feedbackHeightLarge: string;
375
- feedbackFontSizeSmall: string;
376
- feedbackFontSizeMedium: string;
377
- feedbackFontSizeLarge: string;
378
- labelFontSizeLeftSmall: string;
379
- labelFontSizeLeftMedium: string;
380
- labelFontSizeLeftLarge: string;
381
- labelFontSizeTopSmall: string;
382
- labelFontSizeTopMedium: string;
383
- labelFontSizeTopLarge: string;
384
- labelHeightSmall: string;
385
- labelHeightMedium: string;
386
- labelHeightLarge: string;
387
- labelPaddingVertical: string;
388
- labelPaddingHorizontal: string;
389
- labelTextAlignVertical: string;
390
- labelTextAlignHorizontal: string;
391
- }, any>>;
392
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
393
- blankHeightSmall: string;
394
- blankHeightMedium: string;
395
- blankHeightLarge: string;
396
- lineHeight: string;
397
- labelTextColor: string;
398
- asteriskColor: string;
399
- feedbackTextColorError: string;
400
- feedbackTextColorWarning: string;
401
- feedbackTextColor: string;
402
- feedbackPadding: string;
403
- feedbackHeightSmall: string;
404
- feedbackHeightMedium: string;
405
- feedbackHeightLarge: string;
406
- feedbackFontSizeSmall: string;
407
- feedbackFontSizeMedium: string;
408
- feedbackFontSizeLarge: string;
409
- labelFontSizeLeftSmall: string;
410
- labelFontSizeLeftMedium: string;
411
- labelFontSizeLeftLarge: string;
412
- labelFontSizeTopSmall: string;
413
- labelFontSizeTopMedium: string;
414
- labelFontSizeTopLarge: string;
415
- labelHeightSmall: string;
416
- labelHeightMedium: string;
417
- labelHeightLarge: string;
418
- labelPaddingVertical: string;
419
- labelPaddingHorizontal: string;
420
- labelTextAlignVertical: string;
421
- labelTextAlignHorizontal: string;
422
- }, any>>>;
423
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
424
- blankHeightSmall: string;
425
- blankHeightMedium: string;
426
- blankHeightLarge: string;
427
- lineHeight: string;
428
- labelTextColor: string;
429
- asteriskColor: string;
430
- feedbackTextColorError: string;
431
- feedbackTextColorWarning: string;
432
- feedbackTextColor: string;
433
- feedbackPadding: string;
434
- feedbackHeightSmall: string;
435
- feedbackHeightMedium: string;
436
- feedbackHeightLarge: string;
437
- feedbackFontSizeSmall: string;
438
- feedbackFontSizeMedium: string;
439
- feedbackFontSizeLarge: string;
440
- labelFontSizeLeftSmall: string;
441
- labelFontSizeLeftMedium: string;
442
- labelFontSizeLeftLarge: string;
443
- labelFontSizeTopSmall: string;
444
- labelFontSizeTopMedium: string;
445
- labelFontSizeTopLarge: string;
446
- labelHeightSmall: string;
447
- labelHeightMedium: string;
448
- labelHeightLarge: string;
449
- labelPaddingVertical: string;
450
- labelPaddingHorizontal: string;
451
- labelTextAlignVertical: string;
452
- labelTextAlignHorizontal: string;
453
- }, any>>>;
454
- }, {
455
- cssVars: import("vue").ComputedRef<{
456
- '--n-bezier': string;
457
- '--n-line-height': string;
458
- '--n-blank-height': string;
459
- '--n-label-font-size': string;
460
- '--n-label-text-align': string;
461
- '--n-label-height': string;
462
- '--n-label-padding': string;
463
- '--n-asterisk-color': string;
464
- '--n-label-text-color': string;
465
- '--n-feedback-padding': string;
466
- '--n-feedback-font-size': string;
467
- '--n-feedback-height': string;
468
- '--n-feedback-text-color': string;
469
- '--n-feedback-text-color-warning': string;
470
- '--n-feedback-text-color-error': string;
471
- }> | undefined;
472
- themeClass: import("vue").Ref<string>;
473
- onRender: () => void;
474
- validate: import("naive-ui/es/form/src/interface").FormItemValidate;
475
- restoreValidation: () => void;
476
- path?: string | undefined;
477
- internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
478
- mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
479
- validationErrored: import("vue").Ref<boolean>;
480
- mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
481
- mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
482
- mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
483
- mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
484
- mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
485
- mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
486
- mergedShowFeedback: import("vue").ComputedRef<boolean>;
487
- mergedShowLabel: import("vue").ComputedRef<boolean>;
488
- isAutoLabelWidth: import("vue").ComputedRef<boolean>;
489
- labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
490
- mergedClsPrefix: import("vue").ComputedRef<string>;
491
- mergedRequired: import("vue").ComputedRef<boolean>;
492
- feedbackId: import("vue").Ref<string>;
493
- renderExplains: import("vue").Ref<{
494
- key: string;
495
- render: () => import("vue").VNodeChild;
496
- }[]>;
497
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
498
- readonly label: StringConstructor;
499
- readonly labelWidth: import("vue").PropType<string | number>;
500
- readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
501
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
502
- readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
503
- readonly path: StringConstructor;
504
- readonly first: BooleanConstructor;
505
- readonly rulePath: StringConstructor;
506
- readonly required: BooleanConstructor;
507
- readonly showRequireMark: {
508
- readonly type: import("vue").PropType<boolean | undefined>;
509
- readonly default: undefined;
510
- };
511
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
512
- readonly showFeedback: {
513
- readonly type: import("vue").PropType<boolean | undefined>;
514
- readonly default: undefined;
515
- };
516
- readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
517
- readonly size: import("vue").PropType<"small" | "medium" | "large">;
518
- readonly ignorePathChange: BooleanConstructor;
519
- readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
520
- readonly feedback: StringConstructor;
521
- readonly showLabel: {
522
- readonly type: import("vue").PropType<boolean | undefined>;
523
- readonly default: undefined;
524
- };
525
- readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
526
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
527
- blankHeightSmall: string;
528
- blankHeightMedium: string;
529
- blankHeightLarge: string;
530
- lineHeight: string;
531
- labelTextColor: string;
532
- asteriskColor: string;
533
- feedbackTextColorError: string;
534
- feedbackTextColorWarning: string;
535
- feedbackTextColor: string;
536
- feedbackPadding: string;
537
- feedbackHeightSmall: string;
538
- feedbackHeightMedium: string;
539
- feedbackHeightLarge: string;
540
- feedbackFontSizeSmall: string;
541
- feedbackFontSizeMedium: string;
542
- feedbackFontSizeLarge: string;
543
- labelFontSizeLeftSmall: string;
544
- labelFontSizeLeftMedium: string;
545
- labelFontSizeLeftLarge: string;
546
- labelFontSizeTopSmall: string;
547
- labelFontSizeTopMedium: string;
548
- labelFontSizeTopLarge: string;
549
- labelHeightSmall: string;
550
- labelHeightMedium: string;
551
- labelHeightLarge: string;
552
- labelPaddingVertical: string;
553
- labelPaddingHorizontal: string;
554
- labelTextAlignVertical: string;
555
- labelTextAlignHorizontal: string;
556
- }, any>>;
557
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
558
- blankHeightSmall: string;
559
- blankHeightMedium: string;
560
- blankHeightLarge: string;
561
- lineHeight: string;
562
- labelTextColor: string;
563
- asteriskColor: string;
564
- feedbackTextColorError: string;
565
- feedbackTextColorWarning: string;
566
- feedbackTextColor: string;
567
- feedbackPadding: string;
568
- feedbackHeightSmall: string;
569
- feedbackHeightMedium: string;
570
- feedbackHeightLarge: string;
571
- feedbackFontSizeSmall: string;
572
- feedbackFontSizeMedium: string;
573
- feedbackFontSizeLarge: string;
574
- labelFontSizeLeftSmall: string;
575
- labelFontSizeLeftMedium: string;
576
- labelFontSizeLeftLarge: string;
577
- labelFontSizeTopSmall: string;
578
- labelFontSizeTopMedium: string;
579
- labelFontSizeTopLarge: string;
580
- labelHeightSmall: string;
581
- labelHeightMedium: string;
582
- labelHeightLarge: string;
583
- labelPaddingVertical: string;
584
- labelPaddingHorizontal: string;
585
- labelTextAlignVertical: string;
586
- labelTextAlignHorizontal: string;
587
- }, any>>>;
588
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
589
- blankHeightSmall: string;
590
- blankHeightMedium: string;
591
- blankHeightLarge: string;
592
- lineHeight: string;
593
- labelTextColor: string;
594
- asteriskColor: string;
595
- feedbackTextColorError: string;
596
- feedbackTextColorWarning: string;
597
- feedbackTextColor: string;
598
- feedbackPadding: string;
599
- feedbackHeightSmall: string;
600
- feedbackHeightMedium: string;
601
- feedbackHeightLarge: string;
602
- feedbackFontSizeSmall: string;
603
- feedbackFontSizeMedium: string;
604
- feedbackFontSizeLarge: string;
605
- labelFontSizeLeftSmall: string;
606
- labelFontSizeLeftMedium: string;
607
- labelFontSizeLeftLarge: string;
608
- labelFontSizeTopSmall: string;
609
- labelFontSizeTopMedium: string;
610
- labelFontSizeTopLarge: string;
611
- labelHeightSmall: string;
612
- labelHeightMedium: string;
613
- labelHeightLarge: string;
614
- labelPaddingVertical: string;
615
- labelPaddingHorizontal: string;
616
- labelTextAlignVertical: string;
617
- labelTextAlignHorizontal: string;
618
- }, any>>>;
619
- }>>, {
620
- readonly required: boolean;
621
- readonly first: boolean;
622
- readonly showRequireMark: boolean | undefined;
623
- readonly showFeedback: boolean | undefined;
624
- readonly showLabel: boolean | undefined;
625
- readonly ignorePathChange: boolean;
626
- }>;
627
- NModal: any;
628
- NCard: any;
629
- NIcon: any;
630
- NInput: any;
631
- NButton: any;
632
- NRadioGroup: import("vue").DefineComponent<{
633
- readonly name: StringConstructor;
634
- readonly value: import("vue").PropType<string | number | boolean | null>;
635
- readonly defaultValue: {
636
- readonly type: import("vue").PropType<string | number | boolean | null>;
637
- readonly default: null;
638
- };
639
- readonly size: import("vue").PropType<"small" | "medium" | "large">;
640
- readonly disabled: {
641
- readonly type: import("vue").PropType<boolean | undefined>;
642
- readonly default: undefined;
643
- };
644
- readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
645
- readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
646
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
647
- labelLineHeight: string;
648
- buttonHeightSmall: string;
649
- buttonHeightMedium: string;
650
- buttonHeightLarge: string;
651
- fontSizeSmall: string;
652
- fontSizeMedium: string;
653
- fontSizeLarge: string;
654
- boxShadow: string;
655
- boxShadowActive: string;
656
- boxShadowFocus: string;
657
- boxShadowHover: string;
658
- boxShadowDisabled: string;
659
- color: string;
660
- colorDisabled: string;
661
- colorActive: string;
662
- textColor: string;
663
- textColorDisabled: string;
664
- dotColorActive: string;
665
- dotColorDisabled: string;
666
- buttonBorderColor: string;
667
- buttonBorderColorActive: string;
668
- buttonBorderColorHover: string;
669
- buttonColor: string;
670
- buttonColorActive: string;
671
- buttonTextColor: string;
672
- buttonTextColorActive: string;
673
- buttonTextColorHover: string;
674
- opacityDisabled: string;
675
- buttonBoxShadowFocus: string;
676
- buttonBoxShadowHover: string;
677
- buttonBoxShadow: string;
678
- buttonBorderRadius: string;
679
- radioSizeSmall: string;
680
- radioSizeMedium: string;
681
- radioSizeLarge: string;
682
- labelPadding: string;
683
- }, any>>;
684
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
685
- labelLineHeight: string;
686
- buttonHeightSmall: string;
687
- buttonHeightMedium: string;
688
- buttonHeightLarge: string;
689
- fontSizeSmall: string;
690
- fontSizeMedium: string;
691
- fontSizeLarge: string;
692
- boxShadow: string;
693
- boxShadowActive: string;
694
- boxShadowFocus: string;
695
- boxShadowHover: string;
696
- boxShadowDisabled: string;
697
- color: string;
698
- colorDisabled: string;
699
- colorActive: string;
700
- textColor: string;
701
- textColorDisabled: string;
702
- dotColorActive: string;
703
- dotColorDisabled: string;
704
- buttonBorderColor: string;
705
- buttonBorderColorActive: string;
706
- buttonBorderColorHover: string;
707
- buttonColor: string;
708
- buttonColorActive: string;
709
- buttonTextColor: string;
710
- buttonTextColorActive: string;
711
- buttonTextColorHover: string;
712
- opacityDisabled: string;
713
- buttonBoxShadowFocus: string;
714
- buttonBoxShadowHover: string;
715
- buttonBoxShadow: string;
716
- buttonBorderRadius: string;
717
- radioSizeSmall: string;
718
- radioSizeMedium: string;
719
- radioSizeLarge: string;
720
- labelPadding: string;
721
- }, any>>>;
722
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
723
- labelLineHeight: string;
724
- buttonHeightSmall: string;
725
- buttonHeightMedium: string;
726
- buttonHeightLarge: string;
727
- fontSizeSmall: string;
728
- fontSizeMedium: string;
729
- fontSizeLarge: string;
730
- boxShadow: string;
731
- boxShadowActive: string;
732
- boxShadowFocus: string;
733
- boxShadowHover: string;
734
- boxShadowDisabled: string;
735
- color: string;
736
- colorDisabled: string;
737
- colorActive: string;
738
- textColor: string;
739
- textColorDisabled: string;
740
- dotColorActive: string;
741
- dotColorDisabled: string;
742
- buttonBorderColor: string;
743
- buttonBorderColorActive: string;
744
- buttonBorderColorHover: string;
745
- buttonColor: string;
746
- buttonColorActive: string;
747
- buttonTextColor: string;
748
- buttonTextColorActive: string;
749
- buttonTextColorHover: string;
750
- opacityDisabled: string;
751
- buttonBoxShadowFocus: string;
752
- buttonBoxShadowHover: string;
753
- buttonBoxShadow: string;
754
- buttonBorderRadius: string;
755
- radioSizeSmall: string;
756
- radioSizeMedium: string;
757
- radioSizeLarge: string;
758
- labelPadding: string;
759
- }, any>>>;
760
- }, {
761
- selfElRef: import("vue").Ref<HTMLDivElement | null>;
762
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
763
- mergedClsPrefix: import("vue").ComputedRef<string>;
764
- mergedValue: import("vue").ComputedRef<string | number | boolean | null>;
765
- handleFocusout: (e: FocusEvent) => void;
766
- handleFocusin: (e: FocusEvent) => void;
767
- cssVars: import("vue").ComputedRef<{
768
- '--n-font-size': string;
769
- '--n-bezier': string;
770
- '--n-button-border-color': string;
771
- '--n-button-border-color-active': string;
772
- '--n-button-border-radius': string;
773
- '--n-button-box-shadow': string;
774
- '--n-button-box-shadow-focus': string;
775
- '--n-button-box-shadow-hover': string;
776
- '--n-button-color-active': string;
777
- '--n-button-text-color': string;
778
- '--n-button-text-color-hover': string;
779
- '--n-button-text-color-active': string;
780
- '--n-height': string;
781
- '--n-opacity-disabled': string;
782
- }> | undefined;
783
- themeClass: import("vue").Ref<string> | undefined;
784
- onRender: (() => void) | undefined;
785
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
786
- readonly name: StringConstructor;
787
- readonly value: import("vue").PropType<string | number | boolean | null>;
788
- readonly defaultValue: {
789
- readonly type: import("vue").PropType<string | number | boolean | null>;
790
- readonly default: null;
791
- };
792
- readonly size: import("vue").PropType<"small" | "medium" | "large">;
793
- readonly disabled: {
794
- readonly type: import("vue").PropType<boolean | undefined>;
795
- readonly default: undefined;
796
- };
797
- readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
798
- readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
799
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
800
- labelLineHeight: string;
801
- buttonHeightSmall: string;
802
- buttonHeightMedium: string;
803
- buttonHeightLarge: string;
804
- fontSizeSmall: string;
805
- fontSizeMedium: string;
806
- fontSizeLarge: string;
807
- boxShadow: string;
808
- boxShadowActive: string;
809
- boxShadowFocus: string;
810
- boxShadowHover: string;
811
- boxShadowDisabled: string;
812
- color: string;
813
- colorDisabled: string;
814
- colorActive: string;
815
- textColor: string;
816
- textColorDisabled: string;
817
- dotColorActive: string;
818
- dotColorDisabled: string;
819
- buttonBorderColor: string;
820
- buttonBorderColorActive: string;
821
- buttonBorderColorHover: string;
822
- buttonColor: string;
823
- buttonColorActive: string;
824
- buttonTextColor: string;
825
- buttonTextColorActive: string;
826
- buttonTextColorHover: string;
827
- opacityDisabled: string;
828
- buttonBoxShadowFocus: string;
829
- buttonBoxShadowHover: string;
830
- buttonBoxShadow: string;
831
- buttonBorderRadius: string;
832
- radioSizeSmall: string;
833
- radioSizeMedium: string;
834
- radioSizeLarge: string;
835
- labelPadding: string;
836
- }, any>>;
837
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
838
- labelLineHeight: string;
839
- buttonHeightSmall: string;
840
- buttonHeightMedium: string;
841
- buttonHeightLarge: string;
842
- fontSizeSmall: string;
843
- fontSizeMedium: string;
844
- fontSizeLarge: string;
845
- boxShadow: string;
846
- boxShadowActive: string;
847
- boxShadowFocus: string;
848
- boxShadowHover: string;
849
- boxShadowDisabled: string;
850
- color: string;
851
- colorDisabled: string;
852
- colorActive: string;
853
- textColor: string;
854
- textColorDisabled: string;
855
- dotColorActive: string;
856
- dotColorDisabled: string;
857
- buttonBorderColor: string;
858
- buttonBorderColorActive: string;
859
- buttonBorderColorHover: string;
860
- buttonColor: string;
861
- buttonColorActive: string;
862
- buttonTextColor: string;
863
- buttonTextColorActive: string;
864
- buttonTextColorHover: string;
865
- opacityDisabled: string;
866
- buttonBoxShadowFocus: string;
867
- buttonBoxShadowHover: string;
868
- buttonBoxShadow: string;
869
- buttonBorderRadius: string;
870
- radioSizeSmall: string;
871
- radioSizeMedium: string;
872
- radioSizeLarge: string;
873
- labelPadding: string;
874
- }, any>>>;
875
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
876
- labelLineHeight: string;
877
- buttonHeightSmall: string;
878
- buttonHeightMedium: string;
879
- buttonHeightLarge: string;
880
- fontSizeSmall: string;
881
- fontSizeMedium: string;
882
- fontSizeLarge: string;
883
- boxShadow: string;
884
- boxShadowActive: string;
885
- boxShadowFocus: string;
886
- boxShadowHover: string;
887
- boxShadowDisabled: string;
888
- color: string;
889
- colorDisabled: string;
890
- colorActive: string;
891
- textColor: string;
892
- textColorDisabled: string;
893
- dotColorActive: string;
894
- dotColorDisabled: string;
895
- buttonBorderColor: string;
896
- buttonBorderColorActive: string;
897
- buttonBorderColorHover: string;
898
- buttonColor: string;
899
- buttonColorActive: string;
900
- buttonTextColor: string;
901
- buttonTextColorActive: string;
902
- buttonTextColorHover: string;
903
- opacityDisabled: string;
904
- buttonBoxShadowFocus: string;
905
- buttonBoxShadowHover: string;
906
- buttonBoxShadow: string;
907
- buttonBorderRadius: string;
908
- radioSizeSmall: string;
909
- radioSizeMedium: string;
910
- radioSizeLarge: string;
911
- labelPadding: string;
912
- }, any>>>;
913
- }>>, {
914
- readonly disabled: boolean | undefined;
915
- readonly defaultValue: string | number | boolean | null;
916
- }>;
917
- NRadio: any;
918
- 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<{}>>, {}>;
919
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveModal"[], "cancelSaveModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
920
- visible: {
921
- type: BooleanConstructor;
922
- default: boolean;
923
- };
924
- tableListId: {
925
- type: StringConstructor;
926
- default: string;
927
- };
928
- programOptions: {
929
- type: import("vue").PropType<import("./src/types").IExportSchemeType[]>;
930
- default: () => never[];
931
- };
932
- curProgram: {
933
- type: import("vue").PropType<import("./src/types").IExportSchemeType>;
934
- default: () => {};
935
- };
936
- }>> & {
937
- onCancelSaveModal?: ((...args: any[]) => any) | undefined;
938
- }, {
939
- visible: boolean;
940
- tableListId: string;
941
- curProgram: import("./src/types").IExportSchemeType;
942
- programOptions: import("./src/types").IExportSchemeType[];
943
- }>;
944
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelModal"[], "cancelModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
945
- visible: {
946
- type: BooleanConstructor;
947
- default: boolean;
948
- };
949
- tableListId: {
950
- type: StringConstructor;
951
- default: string;
952
- };
953
- fieldOriginList: {
954
- type: import("vue").PropType<any[]>;
955
- default: () => never[];
956
- };
957
- exportApiConfig: {
958
- type: ObjectConstructor;
959
- };
960
- }>> & {
961
- onCancelModal?: ((...args: any[]) => any) | undefined;
962
- }, {
963
- visible: boolean;
964
- tableListId: string;
965
- fieldOriginList: any[];
966
- }>>;
967
- export default TableExportField;