cnhis-design-vue 3.1.44-release.5 → 3.1.44

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 (169) hide show
  1. package/README.md +87 -87
  2. package/es/components/base-search/index.d.ts +0 -6
  3. package/es/components/base-search/src/index.vue.d.ts +0 -6
  4. package/es/components/base-search/src/index.vue2.js +1 -1
  5. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  6. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
  7. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
  8. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -0
  9. package/es/components/classification/index.d.ts +553 -75
  10. package/es/components/classification/src/components/search-filter/index.vue.d.ts +551 -61
  11. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  12. package/es/components/classification/src/components/set-classification/index.vue.d.ts +553 -75
  13. package/es/components/classification/src/components/set-classification/index.vue2.js +1 -1
  14. package/es/components/classification/src/components/table-modal/index.vue.d.ts +1 -1
  15. package/es/components/classification/src/const/index.d.ts +2 -2
  16. package/es/components/classification/src/index.vue.d.ts +553 -75
  17. package/es/components/classification/src/index.vue2.js +1 -1
  18. package/es/components/classification/style/index.css +1 -1
  19. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  20. package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +1 -1
  21. package/es/components/fabric-chart/src/hooks/useBirthProcess.js +1 -1
  22. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.d.ts +1 -1
  23. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +1 -1
  24. package/es/components/fabric-chart/src/hooks/useBottom.d.ts +1 -1
  25. package/es/components/fabric-chart/src/hooks/useBottom.js +1 -1
  26. package/es/components/fabric-chart/src/hooks/useCenter.d.ts +1 -1
  27. package/es/components/fabric-chart/src/hooks/useCenter.js +1 -1
  28. package/es/components/fabric-chart/src/hooks/useCommon.d.ts +1 -1
  29. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
  30. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -1
  31. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  32. package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
  33. package/es/components/fabric-chart/src/hooks/useEvent.js +1 -1
  34. package/es/components/fabric-chart/src/hooks/useGrid.d.ts +1 -1
  35. package/es/components/fabric-chart/src/hooks/useGrid.js +1 -1
  36. package/es/components/fabric-chart/src/hooks/useLeft.d.ts +1 -1
  37. package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
  38. package/es/components/fabric-chart/src/hooks/useOther.d.ts +1 -1
  39. package/es/components/fabric-chart/src/hooks/useOther.js +1 -1
  40. package/es/components/fabric-chart/src/hooks/useRight.d.ts +1 -1
  41. package/es/components/fabric-chart/src/hooks/useRight.js +1 -1
  42. package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +1 -1
  43. package/es/components/fabric-chart/src/hooks/useScaleColumn.js +1 -1
  44. package/es/components/fabric-chart/src/hooks/useShadow.d.ts +1 -1
  45. package/es/components/fabric-chart/src/hooks/useShadow.js +1 -1
  46. package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +1 -1
  47. package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +1 -1
  48. package/es/components/fabric-chart/src/hooks/useTop.d.ts +1 -1
  49. package/es/components/fabric-chart/src/hooks/useTop.js +1 -1
  50. package/es/components/fabric-chart/src/interface.d.ts +2 -2
  51. package/es/components/fabric-chart/src/utils/index.js +1 -1
  52. package/es/components/form-config/index.d.ts +0 -2
  53. package/es/components/form-config/src/FormConfig.vue.d.ts +0 -2
  54. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +0 -1
  55. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +0 -1
  56. package/es/components/form-render/index.d.ts +0 -1
  57. package/es/components/form-render/src/FormRender.vue.d.ts +0 -1
  58. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  59. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +0 -1
  60. package/es/components/form-render/src/components/renderer/input.d.ts +4 -4
  61. package/es/components/form-render/src/components/renderer/input.js +1 -1
  62. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +4 -4
  63. package/es/components/form-render/src/components/renderer/inputNumber.js +1 -1
  64. package/es/components/form-render/src/types/index.d.ts +2 -0
  65. package/es/components/iho-table/index.d.ts +2 -0
  66. package/es/components/iho-table/src/IhoTable.vue.d.ts +2 -0
  67. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -0
  68. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
  69. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
  70. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +3 -4
  71. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -1
  72. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  73. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  74. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +1 -1
  75. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  76. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
  77. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
  78. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
  79. package/es/components/iho-table/src/types/index.d.ts +1 -0
  80. package/es/components/iho-table/style/index.css +1 -1
  81. package/es/components/index.css +1 -1
  82. package/es/components/index.d.ts +2 -1
  83. package/es/components/index.js +1 -1
  84. package/es/components/info-header/index.d.ts +8 -2
  85. package/es/components/info-header/src/InfoHeader.vue.d.ts +8 -2
  86. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +0 -1
  87. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +0 -1
  88. package/es/components/picture-clipper/index.d.ts +59 -0
  89. package/es/components/picture-clipper/index.js +1 -0
  90. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +59 -0
  91. package/es/components/picture-clipper/src/PictureClipper.vue.js +1 -0
  92. package/es/components/picture-clipper/src/PictureClipper.vue2.js +1 -0
  93. package/es/components/picture-clipper/style/index.css +1 -0
  94. package/es/components/quick-search/index.d.ts +0 -6
  95. package/es/components/quick-search/src/index.vue.d.ts +0 -6
  96. package/es/components/quick-search/src/index.vue2.js +1 -1
  97. package/es/components/quick-search/style/index.css +1 -1
  98. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  99. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  100. package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
  101. package/es/components/shortcut-setter/index.d.ts +0 -1
  102. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +0 -1
  103. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +551 -48
  104. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
  105. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +134 -0
  106. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.js +1 -0
  107. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -0
  108. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +140 -0
  109. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.js +1 -0
  110. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -0
  111. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +28 -0
  112. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.js +1 -0
  113. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +1 -0
  114. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +28 -0
  115. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.js +1 -0
  116. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +1 -0
  117. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +54 -0
  118. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.js +1 -0
  119. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +1 -0
  120. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +61 -0
  121. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.js +1 -0
  122. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -0
  123. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +68 -0
  124. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.js +1 -0
  125. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +1 -0
  126. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +47 -0
  127. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +1 -0
  128. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +551 -0
  129. package/es/components/table-filter/src/components/classify-filter/components/index.js +1 -0
  130. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +551 -48
  131. package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +1 -1
  132. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
  133. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
  134. package/es/components/table-filter/src/components/render-widget/components/{Label.vue.d.ts → LabelInner.vue.d.ts} +1 -9
  135. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.js +1 -0
  136. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -0
  137. package/es/components/table-filter/src/components/render-widget/components/{SelectLabel.vue.d.ts → LabelOut.vue.d.ts} +1 -9
  138. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.js +1 -0
  139. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +1 -0
  140. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +1 -9
  141. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
  142. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +713 -8
  143. package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
  144. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +0 -6
  145. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  146. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +3 -27
  147. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  148. package/es/components/table-filter/src/constants/index.d.ts +3 -0
  149. package/es/components/table-filter/src/constants/index.js +1 -0
  150. package/es/components/table-filter/src/directive/resize.js +1 -1
  151. package/es/components/table-filter/src/tool/baseOptions.d.ts +4 -0
  152. package/es/components/table-filter/src/tool/baseOptions.js +1 -1
  153. package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
  154. package/es/components/table-filter/src/tool/transformData.js +1 -1
  155. package/es/components/table-filter/src/types/enums.d.ts +1 -0
  156. package/es/components/table-filter/src/types/enums.js +1 -1
  157. package/es/env.d.ts +25 -25
  158. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
  159. package/es/shared/package.json.js +1 -1
  160. package/es/shared/utils/fabricjs/index.d.ts +6823 -0
  161. package/es/shared/utils/fabricjs/index.js +1 -0
  162. package/es/shared/utils/tapable/index.d.ts +139 -0
  163. package/package.json +2 -2
  164. package/es/components/fabric-chart/src/utils/utils.js +0 -1
  165. package/es/components/table-filter/src/components/render-widget/components/Label.vue.js +0 -1
  166. package/es/components/table-filter/src/components/render-widget/components/Label.vue2.js +0 -1
  167. package/es/components/table-filter/src/components/render-widget/components/SelectLabel.vue2.js +0 -1
  168. /package/es/components/fabric-chart/src/utils/{utils.d.ts → index.d.ts} +0 -0
  169. /package/es/components/table-filter/src/components/{render-widget → classify-filter}/components/SelectLabel.vue.js +0 -0
@@ -0,0 +1,551 @@
1
+ declare const Date: import("vue").DefineComponent<{
2
+ paramCfg: {
3
+ type: ObjectConstructor;
4
+ default: null;
5
+ };
6
+ modelValue: {
7
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
8
+ default: null;
9
+ };
10
+ presetVal: {
11
+ type: StringConstructor;
12
+ default: null;
13
+ };
14
+ }, {
15
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
16
+ paramCfg: {
17
+ type: ObjectConstructor;
18
+ default: null;
19
+ };
20
+ modelValue: {
21
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
22
+ default: null;
23
+ };
24
+ presetVal: {
25
+ type: StringConstructor;
26
+ default: null;
27
+ };
28
+ }>> & {
29
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
30
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
31
+ }>>;
32
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
33
+ valueCp: import("vue").WritableComputedRef<any>;
34
+ presetValCp: import("vue").WritableComputedRef<string>;
35
+ dateType: any;
36
+ valueFormat: import("vue").ComputedRef<string>;
37
+ compType: import("vue").ComputedRef<any>;
38
+ mappingConfig: import("vue").ComputedRef<any>;
39
+ widgetOptions: import("vue").ComputedRef<{
40
+ label: string;
41
+ value: string;
42
+ }[]>;
43
+ CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
44
+ updateUnchangedValue: {
45
+ type: BooleanConstructor;
46
+ };
47
+ onConfirm: {
48
+ type: FunctionConstructor;
49
+ };
50
+ }, {
51
+ attrs: {
52
+ [x: string]: unknown;
53
+ };
54
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
55
+ updateUnchangedValue: {
56
+ type: BooleanConstructor;
57
+ };
58
+ onConfirm: {
59
+ type: FunctionConstructor;
60
+ };
61
+ }>> & {}>>;
62
+ datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
63
+ panelInstRef: import("vue").Ref<null>;
64
+ isDateTime: import("vue").ComputedRef<boolean>;
65
+ formatRef: import("vue").ComputedRef<string>;
66
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
67
+ focus: () => any;
68
+ blur: () => any;
69
+ onUpdateShow: (show: boolean) => void;
70
+ onConfirm: (...args: any[]) => void;
71
+ NDatePicker: any;
72
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
73
+ updateUnchangedValue: {
74
+ type: BooleanConstructor;
75
+ };
76
+ onConfirm: {
77
+ type: FunctionConstructor;
78
+ };
79
+ }>>, {
80
+ updateUnchangedValue: boolean;
81
+ }>>;
82
+ NSelect: any;
83
+ WidgetValEnums: {
84
+ CUSTOM: string;
85
+ FIRST_VAL: string;
86
+ NOW: string;
87
+ TODAY: string;
88
+ TODAY_START: string;
89
+ TODAY_END: string;
90
+ TOMORROW: string;
91
+ TOMORROW_START: string;
92
+ TOMORROW_END: string;
93
+ YESTERDAY: string;
94
+ YESTERDAY_START: string;
95
+ YESTERDAY_END: string;
96
+ THIS_WEEK: string;
97
+ WEEK_START: string;
98
+ WEEK_END: string;
99
+ NEXT_WEEK: string;
100
+ LAST_WEEK: string;
101
+ THIS_MONTH: string;
102
+ MONTH_START: string;
103
+ MONTH_END: string;
104
+ NEXT_MONTH: string;
105
+ LAST_MONTH: string;
106
+ THIS_QUARTER: string;
107
+ NEXT_QUARTER: string;
108
+ LAST_QUARTER: string;
109
+ THIS_YEAR: string;
110
+ NEXT_YEAR: string;
111
+ LAST_YEAR: string;
112
+ };
113
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
114
+ paramCfg: {
115
+ type: ObjectConstructor;
116
+ default: null;
117
+ };
118
+ modelValue: {
119
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
120
+ default: null;
121
+ };
122
+ presetVal: {
123
+ type: StringConstructor;
124
+ default: null;
125
+ };
126
+ }>> & {
127
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
128
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
129
+ }, {
130
+ modelValue: string | number | unknown[];
131
+ presetVal: string;
132
+ paramCfg: Record<string, any>;
133
+ }>;
134
+ declare const InputFilter: import("vue").DefineComponent<{
135
+ modelValue: {
136
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
137
+ default: null;
138
+ };
139
+ }, {
140
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
141
+ modelValue: {
142
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
143
+ default: null;
144
+ };
145
+ }>> & {
146
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
147
+ }>>;
148
+ emit: (event: "update:modelValue", ...args: any[]) => void;
149
+ valueCp: import("vue").WritableComputedRef<any>;
150
+ NInput: any;
151
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
152
+ modelValue: {
153
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
154
+ default: null;
155
+ };
156
+ }>> & {
157
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
158
+ }, {
159
+ modelValue: string | number | unknown[];
160
+ }>;
161
+ declare const InputNumber: import("vue").DefineComponent<{
162
+ modelValue: {
163
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
164
+ default: null;
165
+ };
166
+ }, {
167
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
168
+ modelValue: {
169
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
170
+ default: null;
171
+ };
172
+ }>> & {
173
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
174
+ }>>;
175
+ emit: (event: "update:modelValue", ...args: any[]) => void;
176
+ valueCp: import("vue").WritableComputedRef<any>;
177
+ NInputNumber: any;
178
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
179
+ modelValue: {
180
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
181
+ default: null;
182
+ };
183
+ }>> & {
184
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
185
+ }, {
186
+ modelValue: string | number | unknown[];
187
+ }>;
188
+ declare const SelectFilter: import("vue").DefineComponent<{
189
+ paramCfg: {
190
+ type: ObjectConstructor;
191
+ default: null;
192
+ };
193
+ modelValue: {
194
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
195
+ default: null;
196
+ };
197
+ widgetType: {
198
+ type: StringConstructor;
199
+ default: string;
200
+ };
201
+ }, {
202
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
203
+ paramCfg: {
204
+ type: ObjectConstructor;
205
+ default: null;
206
+ };
207
+ modelValue: {
208
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
209
+ default: null;
210
+ };
211
+ widgetType: {
212
+ type: StringConstructor;
213
+ default: string;
214
+ };
215
+ }>> & {
216
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
217
+ }>>;
218
+ emit: (event: "update:modelValue", ...args: any[]) => void;
219
+ valueCp: import("vue").WritableComputedRef<any>;
220
+ optionSetting: import("vue").ComputedRef<any>;
221
+ mappingConfig: import("vue").ComputedRef<any>;
222
+ widgetOptions: import("vue").ComputedRef<{
223
+ label: string;
224
+ value: string;
225
+ }[]>;
226
+ NSelect: any;
227
+ WidgetOptionEnums: {
228
+ RADIO: string;
229
+ MULTIPLE: string;
230
+ ALL: string;
231
+ SELECT_TIME: string;
232
+ PAST_TIME: string;
233
+ FUTURE_TIME: string;
234
+ };
235
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
236
+ paramCfg: {
237
+ type: ObjectConstructor;
238
+ default: null;
239
+ };
240
+ modelValue: {
241
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
242
+ default: null;
243
+ };
244
+ widgetType: {
245
+ type: StringConstructor;
246
+ default: string;
247
+ };
248
+ }>> & {
249
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
250
+ }, {
251
+ modelValue: string | number | unknown[];
252
+ widgetType: string;
253
+ paramCfg: Record<string, any>;
254
+ }>;
255
+ declare const SelectDynamic: import("vue").DefineComponent<{
256
+ paramCfg: {
257
+ type: ObjectConstructor;
258
+ default: null;
259
+ };
260
+ modelValue: {
261
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
262
+ default: null;
263
+ };
264
+ }, {
265
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
266
+ paramCfg: {
267
+ type: ObjectConstructor;
268
+ default: null;
269
+ };
270
+ modelValue: {
271
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
272
+ default: null;
273
+ };
274
+ }>> & {
275
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
276
+ }>>;
277
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
278
+ $attrs: {
279
+ [x: string]: unknown;
280
+ };
281
+ emit: (event: "update:modelValue", ...args: any[]) => void;
282
+ selectOptions: import("vue").Ref<any[]>;
283
+ isLoading: import("vue").Ref<boolean>;
284
+ filterApiConfig: import("../../../../..").AnyObject;
285
+ valueCp: import("vue").WritableComputedRef<any>;
286
+ optionSetting: import("vue").ComputedRef<any>;
287
+ isMultiple: import("vue").ComputedRef<boolean>;
288
+ searchOptions: (keyword: string) => Promise<any>;
289
+ _handleSearch: (query: string) => Promise<void>;
290
+ handleSearch: (query: string) => Promise<void>;
291
+ handleInitData: () => Promise<void>;
292
+ renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
293
+ [key: string]: any;
294
+ }>;
295
+ renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
296
+ [key: string]: any;
297
+ }>;
298
+ NSelect: any;
299
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
300
+ paramCfg: {
301
+ type: ObjectConstructor;
302
+ default: null;
303
+ };
304
+ modelValue: {
305
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
306
+ default: null;
307
+ };
308
+ }>> & {
309
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
310
+ }, {
311
+ modelValue: string | number | unknown[];
312
+ paramCfg: Record<string, any>;
313
+ }>;
314
+ declare const InputNumberGroup: import("vue").DefineComponent<{
315
+ paramCfg: {
316
+ type: ObjectConstructor;
317
+ default: null;
318
+ };
319
+ modelValue: {
320
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
321
+ default: null;
322
+ };
323
+ }, {
324
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
325
+ paramCfg: {
326
+ type: ObjectConstructor;
327
+ default: null;
328
+ };
329
+ modelValue: {
330
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
331
+ default: null;
332
+ };
333
+ }>> & {
334
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
335
+ }>>;
336
+ startNumber: import("vue").Ref<any>;
337
+ endNumber: import("vue").Ref<any>;
338
+ emit: (event: "update:modelValue", ...args: any[]) => void;
339
+ handleChange: (val: number | null, key: string) => void;
340
+ NInputGroup: import("vue").DefineComponent<{
341
+ [x: string]: never;
342
+ [x: number]: never;
343
+ [x: symbol]: never;
344
+ }, {
345
+ mergedClsPrefix: import("vue").ComputedRef<string>;
346
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
347
+ [x: string]: never;
348
+ [x: number]: never;
349
+ [x: symbol]: never;
350
+ }>>, {}>;
351
+ NInputNumber: any;
352
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
353
+ paramCfg: {
354
+ type: ObjectConstructor;
355
+ default: null;
356
+ };
357
+ modelValue: {
358
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
359
+ default: null;
360
+ };
361
+ }>> & {
362
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
363
+ }, {
364
+ modelValue: string | number | unknown[];
365
+ paramCfg: Record<string, any>;
366
+ }>;
367
+ declare const DateRange: import("vue").DefineComponent<{
368
+ paramCfg: {
369
+ type: ObjectConstructor;
370
+ default: null;
371
+ };
372
+ modelValue: {
373
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
374
+ default: null;
375
+ };
376
+ presetVal: {
377
+ type: StringConstructor;
378
+ default: null;
379
+ };
380
+ }, {
381
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
382
+ paramCfg: {
383
+ type: ObjectConstructor;
384
+ default: null;
385
+ };
386
+ modelValue: {
387
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
388
+ default: null;
389
+ };
390
+ presetVal: {
391
+ type: StringConstructor;
392
+ default: null;
393
+ };
394
+ }>> & {
395
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
396
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
397
+ }>>;
398
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
399
+ startDate: import("vue").Ref<any>;
400
+ endDate: import("vue").Ref<any>;
401
+ valueFormat: import("vue").ComputedRef<string>;
402
+ dateFormat: import("vue").ComputedRef<string>;
403
+ compType: import("vue").ComputedRef<any>;
404
+ startPlaceholder: import("vue").ComputedRef<"初始日期" | "初始时间">;
405
+ endPlaceholder: import("vue").ComputedRef<"截止日期" | "截止时间">;
406
+ dateType: any;
407
+ widgetOptions: import("vue").ComputedRef<{
408
+ label: string;
409
+ value: string;
410
+ }[]>;
411
+ presetValCp: import("vue").WritableComputedRef<string>;
412
+ handleChange: (val: any, type: "end" | "start") => void;
413
+ isStartDateDisabled: (ts: number) => boolean;
414
+ isEndDateDisabled: (ts: number) => boolean;
415
+ NSelect: any;
416
+ CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
417
+ updateUnchangedValue: {
418
+ type: BooleanConstructor;
419
+ };
420
+ onConfirm: {
421
+ type: FunctionConstructor;
422
+ };
423
+ }, {
424
+ attrs: {
425
+ [x: string]: unknown;
426
+ };
427
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
428
+ updateUnchangedValue: {
429
+ type: BooleanConstructor;
430
+ };
431
+ onConfirm: {
432
+ type: FunctionConstructor;
433
+ };
434
+ }>> & {}>>;
435
+ datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
436
+ panelInstRef: import("vue").Ref<null>;
437
+ isDateTime: import("vue").ComputedRef<boolean>;
438
+ formatRef: import("vue").ComputedRef<string>;
439
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
440
+ focus: () => any;
441
+ blur: () => any;
442
+ onUpdateShow: (show: boolean) => void;
443
+ onConfirm: (...args: any[]) => void;
444
+ NDatePicker: any;
445
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
446
+ updateUnchangedValue: {
447
+ type: BooleanConstructor;
448
+ };
449
+ onConfirm: {
450
+ type: FunctionConstructor;
451
+ };
452
+ }>>, {
453
+ updateUnchangedValue: boolean;
454
+ }>>;
455
+ WidgetValEnums: {
456
+ CUSTOM: string;
457
+ FIRST_VAL: string;
458
+ NOW: string;
459
+ TODAY: string;
460
+ TODAY_START: string;
461
+ TODAY_END: string;
462
+ TOMORROW: string;
463
+ TOMORROW_START: string;
464
+ TOMORROW_END: string;
465
+ YESTERDAY: string;
466
+ YESTERDAY_START: string;
467
+ YESTERDAY_END: string;
468
+ THIS_WEEK: string;
469
+ WEEK_START: string;
470
+ WEEK_END: string;
471
+ NEXT_WEEK: string;
472
+ LAST_WEEK: string;
473
+ THIS_MONTH: string;
474
+ MONTH_START: string;
475
+ MONTH_END: string;
476
+ NEXT_MONTH: string;
477
+ LAST_MONTH: string;
478
+ THIS_QUARTER: string;
479
+ NEXT_QUARTER: string;
480
+ LAST_QUARTER: string;
481
+ THIS_YEAR: string;
482
+ NEXT_YEAR: string;
483
+ LAST_YEAR: string;
484
+ };
485
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
486
+ paramCfg: {
487
+ type: ObjectConstructor;
488
+ default: null;
489
+ };
490
+ modelValue: {
491
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
492
+ default: null;
493
+ };
494
+ presetVal: {
495
+ type: StringConstructor;
496
+ default: null;
497
+ };
498
+ }>> & {
499
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
500
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
501
+ }, {
502
+ modelValue: string | number | unknown[];
503
+ presetVal: string;
504
+ paramCfg: Record<string, any>;
505
+ }>;
506
+ declare const SelectLabel: import("vue").DefineComponent<{
507
+ paramCfg: {
508
+ type: ObjectConstructor;
509
+ default: null;
510
+ };
511
+ modelValue: {
512
+ type: StringConstructor;
513
+ default: null;
514
+ };
515
+ }, {
516
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
517
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
518
+ paramCfg: {
519
+ type: ObjectConstructor;
520
+ default: null;
521
+ };
522
+ modelValue: {
523
+ type: StringConstructor;
524
+ default: null;
525
+ };
526
+ }>> & {
527
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
528
+ }>>;
529
+ emit: (event: "update:modelValue", ...args: any[]) => void;
530
+ tagList: import("vue").Ref<never[]>;
531
+ filterApiConfig: import("../../../../..").AnyObject;
532
+ valueCp: import("vue").WritableComputedRef<string[]>;
533
+ optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
534
+ initTagList: () => Promise<void>;
535
+ NSelect: any;
536
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
537
+ paramCfg: {
538
+ type: ObjectConstructor;
539
+ default: null;
540
+ };
541
+ modelValue: {
542
+ type: StringConstructor;
543
+ default: null;
544
+ };
545
+ }>> & {
546
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
547
+ }, {
548
+ modelValue: string;
549
+ paramCfg: Record<string, any>;
550
+ }>;
551
+ export { Date, InputFilter, InputNumber, SelectFilter, SelectDynamic, InputNumberGroup, DateRange, SelectLabel };
@@ -0,0 +1 @@
1
+ import{defineAsyncComponent as e}from"vue";const t=e((()=>import("./Date.vue.js"))),r=e((()=>import("./InputFilter.vue.js"))),u=e((()=>import("./InputNumber.vue.js"))),p=e((()=>import("./SelectFilter.vue.js"))),m=e((()=>import("./SelectDynamic.vue.js"))),o=e((()=>import("./InputNumberGroup.vue.js"))),i=e((()=>import("./DateRange.vue.js"))),s=e((()=>import("./SelectLabel.vue.js")));export{t as Date,i as DateRange,r as InputFilter,u as InputNumber,o as InputNumberGroup,m as SelectDynamic,p as SelectFilter,s as SelectLabel};