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,687 +0,0 @@
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;
@@ -1 +0,0 @@
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};