@noah-libjs/components 0.0.8 → 0.0.9

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 (40) hide show
  1. package/dist/ArrayInput/components.d.ts +26 -649
  2. package/dist/ArrayInput/types.d.ts +2 -1
  3. package/dist/ArraySingle/DispalyInner.d.ts +4 -0
  4. package/dist/ArraySingle/Inner.d.ts +4 -0
  5. package/dist/ArraySingle/index.d.ts +4 -0
  6. package/dist/ArraySingle/types.d.ts +16 -0
  7. package/dist/MyCheckbox/components.d.ts +26 -649
  8. package/dist/MyCheckbox/types.d.ts +3 -2
  9. package/dist/MyIconSelect/MyIcon.d.ts +2 -0
  10. package/dist/MyIconSelect/MyIconSelect.d.ts +5 -0
  11. package/dist/MyIconSelect/index.d.ts +2 -3
  12. package/dist/MyIconSelect/utils.d.ts +7 -0
  13. package/dist/MyInput/index.d.ts +3 -3
  14. package/dist/MyRangeDate/Inner.d.ts +2 -1
  15. package/dist/MyRangeDate/utils.d.ts +11 -376
  16. package/dist/MySelect/components.d.ts +26 -649
  17. package/dist/MySelect/types.d.ts +2 -0
  18. package/dist/a_chunks/index.js +111 -188
  19. package/dist/a_chunks/root.17.js +10 -4
  20. package/dist/a_chunks/root.18.js +0 -1
  21. package/dist/a_chunks/root.19.js +0 -1
  22. package/dist/a_chunks/root.20.js +0 -1
  23. package/dist/a_chunks/root.21.js +0 -1
  24. package/dist/a_chunks/root.22.js +155 -55
  25. package/dist/a_chunks/root.23.js +14 -211
  26. package/dist/a_chunks/root.24.js +23 -75
  27. package/dist/a_chunks/root.25.js +8 -5
  28. package/dist/a_chunks/root.26.js +68 -4
  29. package/dist/a_chunks/root.27.js +212 -0
  30. package/dist/a_chunks/root.28.js +117 -0
  31. package/dist/a_chunks/root.29.js +5 -0
  32. package/dist/a_chunks/root.30.js +4 -0
  33. package/dist/a_chunks/utils.js +59 -0
  34. package/dist/index.js +1 -2
  35. package/dist/packs.d.ts +28 -649
  36. package/dist/util-types/fd/InputType.d.ts +1 -1
  37. package/dist/util-types/fd/index.d.ts +9 -2
  38. package/dist/utils/msmc.d.ts +6 -3
  39. package/dist/utils/use_array_marshal.d.ts +5 -0
  40. package/package.json +4 -4
@@ -1,4 +1,5 @@
1
1
  export declare const componentMap: {
2
+ Divider: import("react").FC<import("antd").DividerProps>;
2
3
  MyIconSelect: import("..").TCommonComponent<import("src/packs").IMyIconSelectProps, string>;
3
4
  MI: import("..").TCommonComponent<import("src/packs").IMyInputProps, string>;
4
5
  input: import("..").TCommonComponent<import("src/packs").IMyInputProps, string>;
@@ -18,780 +19,156 @@ export declare const componentMap: {
18
19
  value?: import("../MyRangeDate/utils").MyValue;
19
20
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
20
21
  isDisplay?: boolean;
21
- } & {
22
- marshal?: number;
23
- value?: import("../MyRangeDate/utils").MyValue;
24
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
25
- linker?: string;
26
- minDate?: any;
27
- maxDate?: any;
28
- validDate?: any;
29
- getPopupContainer?: any;
30
- format?: any;
31
- showUnknown?: boolean;
32
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
33
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
34
- size?: import("antd/es/button").ButtonSize;
35
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
36
- bordered?: boolean;
37
- status?: import("antd/es/_util/statusUtils").InputStatus;
38
- variant?: import("antd/es/config-provider").Variant;
39
- dropdownClassName?: string;
40
- popupClassName?: string;
41
- rootClassName?: string;
42
- popupStyle?: React.CSSProperties;
43
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
44
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
45
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
46
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
47
- }, "disabled" | "value">> & {
22
+ } & import("src/packs").IMyRangePickerProps> & {
48
23
  DisplayFC?: import("react").FunctionComponent<{
49
24
  disabled?: boolean;
50
25
  value?: import("../MyRangeDate/utils").MyValue;
51
26
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
52
27
  isDisplay?: boolean;
53
- } & {
54
- marshal?: number;
55
- value?: import("../MyRangeDate/utils").MyValue;
56
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
57
- linker?: string;
58
- minDate?: any;
59
- maxDate?: any;
60
- validDate?: any;
61
- getPopupContainer?: any;
62
- format?: any;
63
- showUnknown?: boolean;
64
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
65
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
66
- size?: import("antd/es/button").ButtonSize;
67
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
68
- bordered?: boolean;
69
- status?: import("antd/es/_util/statusUtils").InputStatus;
70
- variant?: import("antd/es/config-provider").Variant;
71
- dropdownClassName?: string;
72
- popupClassName?: string;
73
- rootClassName?: string;
74
- popupStyle?: React.CSSProperties;
75
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
76
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
77
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
78
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
79
- }, "disabled" | "value">> | undefined;
28
+ } & import("src/packs").IMyRangePickerProps> | undefined;
80
29
  };
81
30
  RangePicker: import("react").FunctionComponent<{
82
31
  disabled?: boolean;
83
32
  value?: import("../MyRangeDate/utils").MyValue;
84
33
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
85
34
  isDisplay?: boolean;
86
- } & {
87
- marshal?: number;
88
- value?: import("../MyRangeDate/utils").MyValue;
89
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
90
- linker?: string;
91
- minDate?: any;
92
- maxDate?: any;
93
- validDate?: any;
94
- getPopupContainer?: any;
95
- format?: any;
96
- showUnknown?: boolean;
97
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
98
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
99
- size?: import("antd/es/button").ButtonSize;
100
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
101
- bordered?: boolean;
102
- status?: import("antd/es/_util/statusUtils").InputStatus;
103
- variant?: import("antd/es/config-provider").Variant;
104
- dropdownClassName?: string;
105
- popupClassName?: string;
106
- rootClassName?: string;
107
- popupStyle?: React.CSSProperties;
108
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
109
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
110
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
111
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
112
- }, "disabled" | "value">> & {
35
+ } & import("src/packs").IMyRangePickerProps> & {
113
36
  DisplayFC?: import("react").FunctionComponent<{
114
37
  disabled?: boolean;
115
38
  value?: import("../MyRangeDate/utils").MyValue;
116
39
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
117
40
  isDisplay?: boolean;
118
- } & {
119
- marshal?: number;
120
- value?: import("../MyRangeDate/utils").MyValue;
121
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
122
- linker?: string;
123
- minDate?: any;
124
- maxDate?: any;
125
- validDate?: any;
126
- getPopupContainer?: any;
127
- format?: any;
128
- showUnknown?: boolean;
129
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
130
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
131
- size?: import("antd/es/button").ButtonSize;
132
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
133
- bordered?: boolean;
134
- status?: import("antd/es/_util/statusUtils").InputStatus;
135
- variant?: import("antd/es/config-provider").Variant;
136
- dropdownClassName?: string;
137
- popupClassName?: string;
138
- rootClassName?: string;
139
- popupStyle?: React.CSSProperties;
140
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
141
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
142
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
143
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
144
- }, "disabled" | "value">> | undefined;
41
+ } & import("src/packs").IMyRangePickerProps> | undefined;
145
42
  };
146
43
  rangePicker: import("react").FunctionComponent<{
147
44
  disabled?: boolean;
148
45
  value?: import("../MyRangeDate/utils").MyValue;
149
46
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
150
47
  isDisplay?: boolean;
151
- } & {
152
- marshal?: number;
153
- value?: import("../MyRangeDate/utils").MyValue;
154
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
155
- linker?: string;
156
- minDate?: any;
157
- maxDate?: any;
158
- validDate?: any;
159
- getPopupContainer?: any;
160
- format?: any;
161
- showUnknown?: boolean;
162
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
163
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
164
- size?: import("antd/es/button").ButtonSize;
165
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
166
- bordered?: boolean;
167
- status?: import("antd/es/_util/statusUtils").InputStatus;
168
- variant?: import("antd/es/config-provider").Variant;
169
- dropdownClassName?: string;
170
- popupClassName?: string;
171
- rootClassName?: string;
172
- popupStyle?: React.CSSProperties;
173
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
174
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
175
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
176
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
177
- }, "disabled" | "value">> & {
48
+ } & import("src/packs").IMyRangePickerProps> & {
178
49
  DisplayFC?: import("react").FunctionComponent<{
179
50
  disabled?: boolean;
180
51
  value?: import("../MyRangeDate/utils").MyValue;
181
52
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
182
53
  isDisplay?: boolean;
183
- } & {
184
- marshal?: number;
185
- value?: import("../MyRangeDate/utils").MyValue;
186
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
187
- linker?: string;
188
- minDate?: any;
189
- maxDate?: any;
190
- validDate?: any;
191
- getPopupContainer?: any;
192
- format?: any;
193
- showUnknown?: boolean;
194
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
195
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
196
- size?: import("antd/es/button").ButtonSize;
197
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
198
- bordered?: boolean;
199
- status?: import("antd/es/_util/statusUtils").InputStatus;
200
- variant?: import("antd/es/config-provider").Variant;
201
- dropdownClassName?: string;
202
- popupClassName?: string;
203
- rootClassName?: string;
204
- popupStyle?: React.CSSProperties;
205
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
206
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
207
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
208
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
209
- }, "disabled" | "value">> | undefined;
54
+ } & import("src/packs").IMyRangePickerProps> | undefined;
210
55
  };
211
56
  range_picker: import("react").FunctionComponent<{
212
57
  disabled?: boolean;
213
58
  value?: import("../MyRangeDate/utils").MyValue;
214
59
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
215
60
  isDisplay?: boolean;
216
- } & {
217
- marshal?: number;
218
- value?: import("../MyRangeDate/utils").MyValue;
219
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
220
- linker?: string;
221
- minDate?: any;
222
- maxDate?: any;
223
- validDate?: any;
224
- getPopupContainer?: any;
225
- format?: any;
226
- showUnknown?: boolean;
227
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
228
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
229
- size?: import("antd/es/button").ButtonSize;
230
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
231
- bordered?: boolean;
232
- status?: import("antd/es/_util/statusUtils").InputStatus;
233
- variant?: import("antd/es/config-provider").Variant;
234
- dropdownClassName?: string;
235
- popupClassName?: string;
236
- rootClassName?: string;
237
- popupStyle?: React.CSSProperties;
238
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
239
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
240
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
241
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
242
- }, "disabled" | "value">> & {
61
+ } & import("src/packs").IMyRangePickerProps> & {
243
62
  DisplayFC?: import("react").FunctionComponent<{
244
63
  disabled?: boolean;
245
64
  value?: import("../MyRangeDate/utils").MyValue;
246
65
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
247
66
  isDisplay?: boolean;
248
- } & {
249
- marshal?: number;
250
- value?: import("../MyRangeDate/utils").MyValue;
251
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
252
- linker?: string;
253
- minDate?: any;
254
- maxDate?: any;
255
- validDate?: any;
256
- getPopupContainer?: any;
257
- format?: any;
258
- showUnknown?: boolean;
259
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
260
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
261
- size?: import("antd/es/button").ButtonSize;
262
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
263
- bordered?: boolean;
264
- status?: import("antd/es/_util/statusUtils").InputStatus;
265
- variant?: import("antd/es/config-provider").Variant;
266
- dropdownClassName?: string;
267
- popupClassName?: string;
268
- rootClassName?: string;
269
- popupStyle?: React.CSSProperties;
270
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
271
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
272
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
273
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
274
- }, "disabled" | "value">> | undefined;
67
+ } & import("src/packs").IMyRangePickerProps> | undefined;
275
68
  };
276
69
  MyRangeDate: import("react").FunctionComponent<{
277
70
  disabled?: boolean;
278
71
  value?: import("../MyRangeDate/utils").MyValue;
279
72
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
280
73
  isDisplay?: boolean;
281
- } & {
282
- marshal?: number;
283
- value?: import("../MyRangeDate/utils").MyValue;
284
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
285
- linker?: string;
286
- minDate?: any;
287
- maxDate?: any;
288
- validDate?: any;
289
- getPopupContainer?: any;
290
- format?: any;
291
- showUnknown?: boolean;
292
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
293
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
294
- size?: import("antd/es/button").ButtonSize;
295
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
296
- bordered?: boolean;
297
- status?: import("antd/es/_util/statusUtils").InputStatus;
298
- variant?: import("antd/es/config-provider").Variant;
299
- dropdownClassName?: string;
300
- popupClassName?: string;
301
- rootClassName?: string;
302
- popupStyle?: React.CSSProperties;
303
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
304
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
305
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
306
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
307
- }, "disabled" | "value">> & {
74
+ } & import("src/packs").IMyRangePickerProps> & {
308
75
  DisplayFC?: import("react").FunctionComponent<{
309
76
  disabled?: boolean;
310
77
  value?: import("../MyRangeDate/utils").MyValue;
311
78
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
312
79
  isDisplay?: boolean;
313
- } & {
314
- marshal?: number;
315
- value?: import("../MyRangeDate/utils").MyValue;
316
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
317
- linker?: string;
318
- minDate?: any;
319
- maxDate?: any;
320
- validDate?: any;
321
- getPopupContainer?: any;
322
- format?: any;
323
- showUnknown?: boolean;
324
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
325
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
326
- size?: import("antd/es/button").ButtonSize;
327
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
328
- bordered?: boolean;
329
- status?: import("antd/es/_util/statusUtils").InputStatus;
330
- variant?: import("antd/es/config-provider").Variant;
331
- dropdownClassName?: string;
332
- popupClassName?: string;
333
- rootClassName?: string;
334
- popupStyle?: React.CSSProperties;
335
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
336
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
337
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
338
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
339
- }, "disabled" | "value">> | undefined;
80
+ } & import("src/packs").IMyRangePickerProps> | undefined;
340
81
  };
341
82
  RangeDate: import("react").FunctionComponent<{
342
83
  disabled?: boolean;
343
84
  value?: import("../MyRangeDate/utils").MyValue;
344
85
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
345
86
  isDisplay?: boolean;
346
- } & {
347
- marshal?: number;
348
- value?: import("../MyRangeDate/utils").MyValue;
349
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
350
- linker?: string;
351
- minDate?: any;
352
- maxDate?: any;
353
- validDate?: any;
354
- getPopupContainer?: any;
355
- format?: any;
356
- showUnknown?: boolean;
357
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
358
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
359
- size?: import("antd/es/button").ButtonSize;
360
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
361
- bordered?: boolean;
362
- status?: import("antd/es/_util/statusUtils").InputStatus;
363
- variant?: import("antd/es/config-provider").Variant;
364
- dropdownClassName?: string;
365
- popupClassName?: string;
366
- rootClassName?: string;
367
- popupStyle?: React.CSSProperties;
368
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
369
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
370
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
371
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
372
- }, "disabled" | "value">> & {
87
+ } & import("src/packs").IMyRangePickerProps> & {
373
88
  DisplayFC?: import("react").FunctionComponent<{
374
89
  disabled?: boolean;
375
90
  value?: import("../MyRangeDate/utils").MyValue;
376
91
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
377
92
  isDisplay?: boolean;
378
- } & {
379
- marshal?: number;
380
- value?: import("../MyRangeDate/utils").MyValue;
381
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
382
- linker?: string;
383
- minDate?: any;
384
- maxDate?: any;
385
- validDate?: any;
386
- getPopupContainer?: any;
387
- format?: any;
388
- showUnknown?: boolean;
389
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
390
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
391
- size?: import("antd/es/button").ButtonSize;
392
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
393
- bordered?: boolean;
394
- status?: import("antd/es/_util/statusUtils").InputStatus;
395
- variant?: import("antd/es/config-provider").Variant;
396
- dropdownClassName?: string;
397
- popupClassName?: string;
398
- rootClassName?: string;
399
- popupStyle?: React.CSSProperties;
400
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
401
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
402
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
403
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
404
- }, "disabled" | "value">> | undefined;
93
+ } & import("src/packs").IMyRangePickerProps> | undefined;
405
94
  };
406
95
  rangeDate: import("react").FunctionComponent<{
407
96
  disabled?: boolean;
408
97
  value?: import("../MyRangeDate/utils").MyValue;
409
98
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
410
99
  isDisplay?: boolean;
411
- } & {
412
- marshal?: number;
413
- value?: import("../MyRangeDate/utils").MyValue;
414
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
415
- linker?: string;
416
- minDate?: any;
417
- maxDate?: any;
418
- validDate?: any;
419
- getPopupContainer?: any;
420
- format?: any;
421
- showUnknown?: boolean;
422
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
423
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
424
- size?: import("antd/es/button").ButtonSize;
425
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
426
- bordered?: boolean;
427
- status?: import("antd/es/_util/statusUtils").InputStatus;
428
- variant?: import("antd/es/config-provider").Variant;
429
- dropdownClassName?: string;
430
- popupClassName?: string;
431
- rootClassName?: string;
432
- popupStyle?: React.CSSProperties;
433
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
434
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
435
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
436
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
437
- }, "disabled" | "value">> & {
100
+ } & import("src/packs").IMyRangePickerProps> & {
438
101
  DisplayFC?: import("react").FunctionComponent<{
439
102
  disabled?: boolean;
440
103
  value?: import("../MyRangeDate/utils").MyValue;
441
104
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
442
105
  isDisplay?: boolean;
443
- } & {
444
- marshal?: number;
445
- value?: import("../MyRangeDate/utils").MyValue;
446
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
447
- linker?: string;
448
- minDate?: any;
449
- maxDate?: any;
450
- validDate?: any;
451
- getPopupContainer?: any;
452
- format?: any;
453
- showUnknown?: boolean;
454
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
455
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
456
- size?: import("antd/es/button").ButtonSize;
457
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
458
- bordered?: boolean;
459
- status?: import("antd/es/_util/statusUtils").InputStatus;
460
- variant?: import("antd/es/config-provider").Variant;
461
- dropdownClassName?: string;
462
- popupClassName?: string;
463
- rootClassName?: string;
464
- popupStyle?: React.CSSProperties;
465
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
466
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
467
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
468
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
469
- }, "disabled" | "value">> | undefined;
106
+ } & import("src/packs").IMyRangePickerProps> | undefined;
470
107
  };
471
108
  range_date: import("react").FunctionComponent<{
472
109
  disabled?: boolean;
473
110
  value?: import("../MyRangeDate/utils").MyValue;
474
111
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
475
112
  isDisplay?: boolean;
476
- } & {
477
- marshal?: number;
478
- value?: import("../MyRangeDate/utils").MyValue;
479
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
480
- linker?: string;
481
- minDate?: any;
482
- maxDate?: any;
483
- validDate?: any;
484
- getPopupContainer?: any;
485
- format?: any;
486
- showUnknown?: boolean;
487
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
488
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
489
- size?: import("antd/es/button").ButtonSize;
490
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
491
- bordered?: boolean;
492
- status?: import("antd/es/_util/statusUtils").InputStatus;
493
- variant?: import("antd/es/config-provider").Variant;
494
- dropdownClassName?: string;
495
- popupClassName?: string;
496
- rootClassName?: string;
497
- popupStyle?: React.CSSProperties;
498
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
499
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
500
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
501
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
502
- }, "disabled" | "value">> & {
113
+ } & import("src/packs").IMyRangePickerProps> & {
503
114
  DisplayFC?: import("react").FunctionComponent<{
504
115
  disabled?: boolean;
505
116
  value?: import("../MyRangeDate/utils").MyValue;
506
117
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
507
118
  isDisplay?: boolean;
508
- } & {
509
- marshal?: number;
510
- value?: import("../MyRangeDate/utils").MyValue;
511
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
512
- linker?: string;
513
- minDate?: any;
514
- maxDate?: any;
515
- validDate?: any;
516
- getPopupContainer?: any;
517
- format?: any;
518
- showUnknown?: boolean;
519
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
520
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
521
- size?: import("antd/es/button").ButtonSize;
522
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
523
- bordered?: boolean;
524
- status?: import("antd/es/_util/statusUtils").InputStatus;
525
- variant?: import("antd/es/config-provider").Variant;
526
- dropdownClassName?: string;
527
- popupClassName?: string;
528
- rootClassName?: string;
529
- popupStyle?: React.CSSProperties;
530
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
531
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
532
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
533
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
534
- }, "disabled" | "value">> | undefined;
119
+ } & import("src/packs").IMyRangePickerProps> | undefined;
535
120
  };
536
121
  MyRangeDateTime: import("react").FunctionComponent<{
537
122
  disabled?: boolean;
538
123
  value?: import("../MyRangeDate/utils").MyValue;
539
124
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
540
125
  isDisplay?: boolean;
541
- } & {
542
- marshal?: number;
543
- value?: import("../MyRangeDate/utils").MyValue;
544
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
545
- linker?: string;
546
- minDate?: any;
547
- maxDate?: any;
548
- validDate?: any;
549
- getPopupContainer?: any;
550
- format?: any;
551
- showUnknown?: boolean;
552
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
553
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
554
- size?: import("antd/es/button").ButtonSize;
555
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
556
- bordered?: boolean;
557
- status?: import("antd/es/_util/statusUtils").InputStatus;
558
- variant?: import("antd/es/config-provider").Variant;
559
- dropdownClassName?: string;
560
- popupClassName?: string;
561
- rootClassName?: string;
562
- popupStyle?: React.CSSProperties;
563
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
564
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
565
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
566
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
567
- }, "disabled" | "value">> & {
126
+ } & import("src/packs").IMyRangePickerProps> & {
568
127
  DisplayFC?: import("react").FunctionComponent<{
569
128
  disabled?: boolean;
570
129
  value?: import("../MyRangeDate/utils").MyValue;
571
130
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
572
131
  isDisplay?: boolean;
573
- } & {
574
- marshal?: number;
575
- value?: import("../MyRangeDate/utils").MyValue;
576
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
577
- linker?: string;
578
- minDate?: any;
579
- maxDate?: any;
580
- validDate?: any;
581
- getPopupContainer?: any;
582
- format?: any;
583
- showUnknown?: boolean;
584
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
585
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
586
- size?: import("antd/es/button").ButtonSize;
587
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
588
- bordered?: boolean;
589
- status?: import("antd/es/_util/statusUtils").InputStatus;
590
- variant?: import("antd/es/config-provider").Variant;
591
- dropdownClassName?: string;
592
- popupClassName?: string;
593
- rootClassName?: string;
594
- popupStyle?: React.CSSProperties;
595
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
596
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
597
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
598
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
599
- }, "disabled" | "value">> | undefined;
132
+ } & import("src/packs").IMyRangePickerProps> | undefined;
600
133
  };
601
134
  RangeDateTime: import("react").FunctionComponent<{
602
135
  disabled?: boolean;
603
136
  value?: import("../MyRangeDate/utils").MyValue;
604
137
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
605
138
  isDisplay?: boolean;
606
- } & {
607
- marshal?: number;
608
- value?: import("../MyRangeDate/utils").MyValue;
609
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
610
- linker?: string;
611
- minDate?: any;
612
- maxDate?: any;
613
- validDate?: any;
614
- getPopupContainer?: any;
615
- format?: any;
616
- showUnknown?: boolean;
617
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
618
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
619
- size?: import("antd/es/button").ButtonSize;
620
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
621
- bordered?: boolean;
622
- status?: import("antd/es/_util/statusUtils").InputStatus;
623
- variant?: import("antd/es/config-provider").Variant;
624
- dropdownClassName?: string;
625
- popupClassName?: string;
626
- rootClassName?: string;
627
- popupStyle?: React.CSSProperties;
628
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
629
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
630
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
631
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
632
- }, "disabled" | "value">> & {
139
+ } & import("src/packs").IMyRangePickerProps> & {
633
140
  DisplayFC?: import("react").FunctionComponent<{
634
141
  disabled?: boolean;
635
142
  value?: import("../MyRangeDate/utils").MyValue;
636
143
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
637
144
  isDisplay?: boolean;
638
- } & {
639
- marshal?: number;
640
- value?: import("../MyRangeDate/utils").MyValue;
641
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
642
- linker?: string;
643
- minDate?: any;
644
- maxDate?: any;
645
- validDate?: any;
646
- getPopupContainer?: any;
647
- format?: any;
648
- showUnknown?: boolean;
649
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
650
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
651
- size?: import("antd/es/button").ButtonSize;
652
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
653
- bordered?: boolean;
654
- status?: import("antd/es/_util/statusUtils").InputStatus;
655
- variant?: import("antd/es/config-provider").Variant;
656
- dropdownClassName?: string;
657
- popupClassName?: string;
658
- rootClassName?: string;
659
- popupStyle?: React.CSSProperties;
660
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
661
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
662
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
663
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
664
- }, "disabled" | "value">> | undefined;
145
+ } & import("src/packs").IMyRangePickerProps> | undefined;
665
146
  };
666
147
  rangeDateTime: import("react").FunctionComponent<{
667
148
  disabled?: boolean;
668
149
  value?: import("../MyRangeDate/utils").MyValue;
669
150
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
670
151
  isDisplay?: boolean;
671
- } & {
672
- marshal?: number;
673
- value?: import("../MyRangeDate/utils").MyValue;
674
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
675
- linker?: string;
676
- minDate?: any;
677
- maxDate?: any;
678
- validDate?: any;
679
- getPopupContainer?: any;
680
- format?: any;
681
- showUnknown?: boolean;
682
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
683
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
684
- size?: import("antd/es/button").ButtonSize;
685
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
686
- bordered?: boolean;
687
- status?: import("antd/es/_util/statusUtils").InputStatus;
688
- variant?: import("antd/es/config-provider").Variant;
689
- dropdownClassName?: string;
690
- popupClassName?: string;
691
- rootClassName?: string;
692
- popupStyle?: React.CSSProperties;
693
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
694
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
695
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
696
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
697
- }, "disabled" | "value">> & {
152
+ } & import("src/packs").IMyRangePickerProps> & {
698
153
  DisplayFC?: import("react").FunctionComponent<{
699
154
  disabled?: boolean;
700
155
  value?: import("../MyRangeDate/utils").MyValue;
701
156
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
702
157
  isDisplay?: boolean;
703
- } & {
704
- marshal?: number;
705
- value?: import("../MyRangeDate/utils").MyValue;
706
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
707
- linker?: string;
708
- minDate?: any;
709
- maxDate?: any;
710
- validDate?: any;
711
- getPopupContainer?: any;
712
- format?: any;
713
- showUnknown?: boolean;
714
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
715
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
716
- size?: import("antd/es/button").ButtonSize;
717
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
718
- bordered?: boolean;
719
- status?: import("antd/es/_util/statusUtils").InputStatus;
720
- variant?: import("antd/es/config-provider").Variant;
721
- dropdownClassName?: string;
722
- popupClassName?: string;
723
- rootClassName?: string;
724
- popupStyle?: React.CSSProperties;
725
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
726
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
727
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
728
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
729
- }, "disabled" | "value">> | undefined;
158
+ } & import("src/packs").IMyRangePickerProps> | undefined;
730
159
  };
731
160
  range_date_time: import("react").FunctionComponent<{
732
161
  disabled?: boolean;
733
162
  value?: import("../MyRangeDate/utils").MyValue;
734
163
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
735
164
  isDisplay?: boolean;
736
- } & {
737
- marshal?: number;
738
- value?: import("../MyRangeDate/utils").MyValue;
739
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
740
- linker?: string;
741
- minDate?: any;
742
- maxDate?: any;
743
- validDate?: any;
744
- getPopupContainer?: any;
745
- format?: any;
746
- showUnknown?: boolean;
747
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
748
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
749
- size?: import("antd/es/button").ButtonSize;
750
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
751
- bordered?: boolean;
752
- status?: import("antd/es/_util/statusUtils").InputStatus;
753
- variant?: import("antd/es/config-provider").Variant;
754
- dropdownClassName?: string;
755
- popupClassName?: string;
756
- rootClassName?: string;
757
- popupStyle?: React.CSSProperties;
758
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
759
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
760
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
761
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
762
- }, "disabled" | "value">> & {
165
+ } & import("src/packs").IMyRangePickerProps> & {
763
166
  DisplayFC?: import("react").FunctionComponent<{
764
167
  disabled?: boolean;
765
168
  value?: import("../MyRangeDate/utils").MyValue;
766
169
  onChange?(v: import("../MyRangeDate/utils").MyValue, v2?: any): void;
767
170
  isDisplay?: boolean;
768
- } & {
769
- marshal?: number;
770
- value?: import("../MyRangeDate/utils").MyValue;
771
- onChange?: (value: import("../MyRangeDate/utils").MyValue) => void;
772
- linker?: string;
773
- minDate?: any;
774
- maxDate?: any;
775
- validDate?: any;
776
- getPopupContainer?: any;
777
- format?: any;
778
- showUnknown?: boolean;
779
- } & Omit<Omit<Omit<import("rc-picker").RangePickerProps<import("dayjs").Dayjs>, "styles" | "classNames" | "locale" | "generateConfig" | "hideHeader"> & {
780
- locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
781
- size?: import("antd/es/button").ButtonSize;
782
- placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
783
- bordered?: boolean;
784
- status?: import("antd/es/_util/statusUtils").InputStatus;
785
- variant?: import("antd/es/config-provider").Variant;
786
- dropdownClassName?: string;
787
- popupClassName?: string;
788
- rootClassName?: string;
789
- popupStyle?: React.CSSProperties;
790
- styles?: import("antd/es/date-picker/generatePicker/interface").PickerStyles;
791
- classNames?: import("antd/es/date-picker/generatePicker/interface").PickerClassNames;
792
- } & import("react").RefAttributes<import("rc-picker").PickerRef>, "ref"> & {
793
- ref?: ((instance: import("rc-picker").PickerRef | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<import("rc-picker").PickerRef> | null | undefined;
794
- }, "disabled" | "value">> | undefined;
171
+ } & import("src/packs").IMyRangePickerProps> | undefined;
795
172
  };
796
173
  MyColor: import("..").TCommonComponent<import("../MyColor/types").IMyColorProps>;
797
174
  MySwitch: import("..").TCommonComponent<import("../MySwitch/types").IMySwitchProps, boolean>;
@@ -799,7 +176,7 @@ export declare const componentMap: {
799
176
  Switch: import("..").TCommonComponent<import("../MySwitch/types").IMySwitchProps, boolean>;
800
177
  MSW: import("..").TCommonComponent<import("../MySwitch/types").IMySwitchProps, boolean>;
801
178
  ArrayInput: import("..").TCommonComponent<import("src/packs").IArrayInputProps, string>;
802
- MArr: import("..").TCommonComponent<import("src/packs").IArrayInputProps, string>;
179
+ ArraySingle: import("..").TCommonComponent<import("src/packs").IArraySingleProps, string>;
803
180
  MySelect: import("react").LazyExoticComponent<import("..").TCommonComponent<import("src/packs").IMySelectProps, string | number>> & {
804
181
  DisplayFC: typeof import("./Display").DisplayFC;
805
182
  };