@thienvu18/designable-react-settings-form 2.0.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 (191) hide show
  1. package/LICENSE.md +20 -0
  2. package/README.md +1 -0
  3. package/esm/SchemaField.d.ts +1580 -0
  4. package/esm/SchemaField.js +42 -0
  5. package/esm/SettingsForm.d.ts +4 -0
  6. package/esm/SettingsForm.js +54 -0
  7. package/esm/components/BackgroundStyleSetter/index.d.ts +6 -0
  8. package/esm/components/BackgroundStyleSetter/index.js +43 -0
  9. package/esm/components/BorderRadiusStyleSetter/index.d.ts +6 -0
  10. package/esm/components/BorderRadiusStyleSetter/index.js +11 -0
  11. package/esm/components/BorderStyleSetter/index.d.ts +7 -0
  12. package/esm/components/BorderStyleSetter/index.js +74 -0
  13. package/esm/components/BorderStyleSetter/styles.less +70 -0
  14. package/esm/components/BoxShadowStyleSetter/index.d.ts +8 -0
  15. package/esm/components/BoxShadowStyleSetter/index.js +25 -0
  16. package/esm/components/BoxStyleSetter/index.d.ts +9 -0
  17. package/esm/components/BoxStyleSetter/index.js +49 -0
  18. package/esm/components/CollapseItem/index.d.ts +8 -0
  19. package/esm/components/CollapseItem/index.js +16 -0
  20. package/esm/components/CollapseItem/styles.less +45 -0
  21. package/esm/components/ColorInput/index.d.ts +7 -0
  22. package/esm/components/ColorInput/index.js +18 -0
  23. package/esm/components/ColorInput/styles.less +17 -0
  24. package/esm/components/CornerInput/index.d.ts +9 -0
  25. package/esm/components/CornerInput/index.js +22 -0
  26. package/esm/components/CornerInput/styles.less +25 -0
  27. package/esm/components/DisplayStyleSetter/index.d.ts +9 -0
  28. package/esm/components/DisplayStyleSetter/index.js +34 -0
  29. package/esm/components/DisplayStyleSetter/styles.less +15 -0
  30. package/esm/components/DrawerSetter/index.d.ts +8 -0
  31. package/esm/components/DrawerSetter/index.js +43 -0
  32. package/esm/components/DrawerSetter/styles.less +54 -0
  33. package/esm/components/FlexStyleSetter/index.d.ts +7 -0
  34. package/esm/components/FlexStyleSetter/index.js +111 -0
  35. package/esm/components/FlexStyleSetter/styles.less +23 -0
  36. package/esm/components/FoldItem/index.d.ts +7 -0
  37. package/esm/components/FoldItem/index.js +49 -0
  38. package/esm/components/FoldItem/styles.less +42 -0
  39. package/esm/components/FontStyleSetter/index.d.ts +6 -0
  40. package/esm/components/FontStyleSetter/index.js +88 -0
  41. package/esm/components/ImageInput/index.d.ts +9 -0
  42. package/esm/components/ImageInput/index.js +41 -0
  43. package/esm/components/ImageInput/styles.less +3 -0
  44. package/esm/components/InputItems/index.d.ts +23 -0
  45. package/esm/components/InputItems/index.js +18 -0
  46. package/esm/components/InputItems/styles.less +45 -0
  47. package/esm/components/MonacoInput/config.d.ts +1 -0
  48. package/esm/components/MonacoInput/config.js +39 -0
  49. package/esm/components/MonacoInput/format.d.ts +1 -0
  50. package/esm/components/MonacoInput/format.js +31 -0
  51. package/esm/components/MonacoInput/index.d.ts +16 -0
  52. package/esm/components/MonacoInput/index.js +216 -0
  53. package/esm/components/MonacoInput/styles.less +33 -0
  54. package/esm/components/MonacoInput/themes/chrome.d.ts +39 -0
  55. package/esm/components/MonacoInput/themes/chrome.js +106 -0
  56. package/esm/components/MonacoInput/themes/monokai.d.ts +31 -0
  57. package/esm/components/MonacoInput/themes/monokai.js +140 -0
  58. package/esm/components/PolyInput/index.d.ts +21 -0
  59. package/esm/components/PolyInput/index.js +70 -0
  60. package/esm/components/PolyInput/styles.less +31 -0
  61. package/esm/components/PositionInput/index.d.ts +9 -0
  62. package/esm/components/PositionInput/index.js +22 -0
  63. package/esm/components/PositionInput/styles.less +28 -0
  64. package/esm/components/SizeInput/index.d.ts +3 -0
  65. package/esm/components/SizeInput/index.js +53 -0
  66. package/esm/components/SizeInput/styles.less +23 -0
  67. package/esm/components/ValueInput/index.d.ts +2 -0
  68. package/esm/components/ValueInput/index.js +81 -0
  69. package/esm/components/ValueInput/styles.less +0 -0
  70. package/esm/components/index.d.ts +20 -0
  71. package/esm/components/index.js +20 -0
  72. package/esm/effects/index.d.ts +2 -0
  73. package/esm/effects/index.js +2 -0
  74. package/esm/effects/useLocales.d.ts +2 -0
  75. package/esm/effects/useLocales.js +63 -0
  76. package/esm/effects/useSnapshot.d.ts +2 -0
  77. package/esm/effects/useSnapshot.js +10 -0
  78. package/esm/index.d.ts +5 -0
  79. package/esm/index.js +5 -0
  80. package/esm/locales/en-US.d.ts +13 -0
  81. package/esm/locales/en-US.js +12 -0
  82. package/esm/locales/index.d.ts +1 -0
  83. package/esm/locales/index.js +5 -0
  84. package/esm/locales/ko-KR.d.ts +13 -0
  85. package/esm/locales/ko-KR.js +12 -0
  86. package/esm/locales/zh-CN.d.ts +13 -0
  87. package/esm/locales/zh-CN.js +12 -0
  88. package/esm/registry.d.ts +2 -0
  89. package/esm/registry.js +13 -0
  90. package/esm/shared/context.d.ts +3 -0
  91. package/esm/shared/context.js +2 -0
  92. package/esm/shared/loadScript.d.ts +7 -0
  93. package/esm/shared/loadScript.js +29 -0
  94. package/esm/styles.less +121 -0
  95. package/esm/types.d.ts +10 -0
  96. package/esm/types.js +1 -0
  97. package/lib/SchemaField.d.ts +1580 -0
  98. package/lib/SchemaField.js +45 -0
  99. package/lib/SettingsForm.d.ts +4 -0
  100. package/lib/SettingsForm.js +60 -0
  101. package/lib/components/BackgroundStyleSetter/index.d.ts +6 -0
  102. package/lib/components/BackgroundStyleSetter/index.js +49 -0
  103. package/lib/components/BorderRadiusStyleSetter/index.d.ts +6 -0
  104. package/lib/components/BorderRadiusStyleSetter/index.js +15 -0
  105. package/lib/components/BorderStyleSetter/index.d.ts +7 -0
  106. package/lib/components/BorderStyleSetter/index.js +80 -0
  107. package/lib/components/BorderStyleSetter/styles.less +70 -0
  108. package/lib/components/BoxShadowStyleSetter/index.d.ts +8 -0
  109. package/lib/components/BoxShadowStyleSetter/index.js +31 -0
  110. package/lib/components/BoxStyleSetter/index.d.ts +9 -0
  111. package/lib/components/BoxStyleSetter/index.js +55 -0
  112. package/lib/components/CollapseItem/index.d.ts +8 -0
  113. package/lib/components/CollapseItem/index.js +22 -0
  114. package/lib/components/CollapseItem/styles.less +45 -0
  115. package/lib/components/ColorInput/index.d.ts +7 -0
  116. package/lib/components/ColorInput/index.js +22 -0
  117. package/lib/components/ColorInput/styles.less +17 -0
  118. package/lib/components/CornerInput/index.d.ts +9 -0
  119. package/lib/components/CornerInput/index.js +29 -0
  120. package/lib/components/CornerInput/styles.less +25 -0
  121. package/lib/components/DisplayStyleSetter/index.d.ts +9 -0
  122. package/lib/components/DisplayStyleSetter/index.js +40 -0
  123. package/lib/components/DisplayStyleSetter/styles.less +15 -0
  124. package/lib/components/DrawerSetter/index.d.ts +8 -0
  125. package/lib/components/DrawerSetter/index.js +49 -0
  126. package/lib/components/DrawerSetter/styles.less +54 -0
  127. package/lib/components/FlexStyleSetter/index.d.ts +7 -0
  128. package/lib/components/FlexStyleSetter/index.js +117 -0
  129. package/lib/components/FlexStyleSetter/styles.less +23 -0
  130. package/lib/components/FoldItem/index.d.ts +7 -0
  131. package/lib/components/FoldItem/index.js +78 -0
  132. package/lib/components/FoldItem/styles.less +42 -0
  133. package/lib/components/FontStyleSetter/index.d.ts +6 -0
  134. package/lib/components/FontStyleSetter/index.js +94 -0
  135. package/lib/components/ImageInput/index.d.ts +9 -0
  136. package/lib/components/ImageInput/index.js +49 -0
  137. package/lib/components/ImageInput/styles.less +3 -0
  138. package/lib/components/InputItems/index.d.ts +23 -0
  139. package/lib/components/InputItems/index.js +48 -0
  140. package/lib/components/InputItems/styles.less +45 -0
  141. package/lib/components/MonacoInput/config.d.ts +1 -0
  142. package/lib/components/MonacoInput/config.js +46 -0
  143. package/lib/components/MonacoInput/format.d.ts +1 -0
  144. package/lib/components/MonacoInput/format.js +35 -0
  145. package/lib/components/MonacoInput/index.d.ts +16 -0
  146. package/lib/components/MonacoInput/index.js +246 -0
  147. package/lib/components/MonacoInput/styles.less +33 -0
  148. package/lib/components/MonacoInput/themes/chrome.d.ts +39 -0
  149. package/lib/components/MonacoInput/themes/chrome.js +108 -0
  150. package/lib/components/MonacoInput/themes/monokai.d.ts +31 -0
  151. package/lib/components/MonacoInput/themes/monokai.js +142 -0
  152. package/lib/components/PolyInput/index.d.ts +21 -0
  153. package/lib/components/PolyInput/index.js +100 -0
  154. package/lib/components/PolyInput/styles.less +31 -0
  155. package/lib/components/PositionInput/index.d.ts +9 -0
  156. package/lib/components/PositionInput/index.js +29 -0
  157. package/lib/components/PositionInput/styles.less +28 -0
  158. package/lib/components/SizeInput/index.d.ts +3 -0
  159. package/lib/components/SizeInput/index.js +56 -0
  160. package/lib/components/SizeInput/styles.less +23 -0
  161. package/lib/components/ValueInput/index.d.ts +2 -0
  162. package/lib/components/ValueInput/index.js +84 -0
  163. package/lib/components/ValueInput/styles.less +0 -0
  164. package/lib/components/index.d.ts +20 -0
  165. package/lib/components/index.js +36 -0
  166. package/lib/effects/index.d.ts +2 -0
  167. package/lib/effects/index.js +18 -0
  168. package/lib/effects/useLocales.d.ts +2 -0
  169. package/lib/effects/useLocales.js +67 -0
  170. package/lib/effects/useSnapshot.d.ts +2 -0
  171. package/lib/effects/useSnapshot.js +14 -0
  172. package/lib/index.d.ts +5 -0
  173. package/lib/index.js +21 -0
  174. package/lib/locales/en-US.d.ts +13 -0
  175. package/lib/locales/en-US.js +14 -0
  176. package/lib/locales/index.d.ts +1 -0
  177. package/lib/locales/index.js +10 -0
  178. package/lib/locales/ko-KR.d.ts +13 -0
  179. package/lib/locales/ko-KR.js +14 -0
  180. package/lib/locales/zh-CN.d.ts +13 -0
  181. package/lib/locales/zh-CN.js +14 -0
  182. package/lib/registry.d.ts +2 -0
  183. package/lib/registry.js +21 -0
  184. package/lib/shared/context.d.ts +3 -0
  185. package/lib/shared/context.js +5 -0
  186. package/lib/shared/loadScript.d.ts +7 -0
  187. package/lib/shared/loadScript.js +33 -0
  188. package/lib/styles.less +121 -0
  189. package/lib/types.d.ts +10 -0
  190. package/lib/types.js +2 -0
  191. package/package.json +71 -0
@@ -0,0 +1,1580 @@
1
+ /// <reference types="react" />
2
+ export declare const SchemaField: {
3
+ <Decorator extends import("@formily/react").JSXComponent, Component extends import("@formily/react").JSXComponent>(props: import("@formily/react").ISchemaFieldProps<Decorator, Component, import("@formily/core").ObjectField<Decorator, Component>>): JSX.Element;
4
+ displayName: string;
5
+ Markup: {
6
+ <Decorator_1 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab", Component_1 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab">(props: import("@formily/react").ISchemaMarkupFieldProps<{
7
+ FormItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps> & {
8
+ BaseItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps>;
9
+ };
10
+ CollapseItem: import("react").FC<import("./components").ICollapseItemProps>;
11
+ Input: import("@formily/react").ReactFC<import("antd").InputProps> & {
12
+ TextArea: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>, "ref"> & import("react").RefAttributes<unknown>>;
13
+ };
14
+ ValueInput: import("react").FC<import("./components").IInput>;
15
+ SizeInput: import("react").FC<import("./components").IInput>;
16
+ ColorInput: import("react").FC<import("./components").IColorInputProps>;
17
+ ImageInput: import("react").FC<import("./components").ImageInputProps>;
18
+ MonacoInput: import("react").FC<import("./components").MonacoInputProps> & {
19
+ loader?: typeof import("@monaco-editor/loader").default;
20
+ };
21
+ PositionInput: import("react").FC<import("./components").IPositionInputProps>;
22
+ CornerInput: import("react").FC<import("./components").ICornerInputProps>;
23
+ BackgroundImageInput: import("react").FC<import("./components").ImageInputProps>;
24
+ BackgroundStyleSetter: import("react").FC<import("./components").IBackgroundStyleSetterProps>;
25
+ BoxStyleSetter: import("react").FC<import("./components").IMarginStyleSetterProps>;
26
+ BorderStyleSetter: import("react").FC<import("./components").IBorderStyleSetterProps>;
27
+ BorderRadiusStyleSetter: import("react").FC<import("./components").IBorderRadiusStyleSetterProps>;
28
+ DisplayStyleSetter: import("react").FC<import("./components").IDisplayStyleSetterProps>;
29
+ BoxShadowStyleSetter: import("react").FC<import("./components").IBoxShadowStyleSetterProps>;
30
+ FlexStyleSetter: import("react").FC<import("./components").IFlexStyleSetterProps>;
31
+ FontStyleSetter: import("react").FC<import("./components").IFontStyleSetterProps>;
32
+ DrawerSetter: import("react").FC<import("./components").IDrawerSetterProps>;
33
+ NumberPicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").InputNumberProps<import("@rc-component/mini-decimal").ValueType> & {
34
+ children?: import("react").ReactNode;
35
+ } & import("react").RefAttributes<import("@rc-component/input-number").InputNumberRef>>, "ref"> & import("react").RefAttributes<unknown>>;
36
+ DatePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("antd/es/date-picker/generatePicker").PickerProps<import("dayjs").Dayjs>, "value" | "onChange" | "defaultValue" | "onOk"> & import("react").RefAttributes<import("@rc-component/picker").PickerRef> & {
37
+ multiple?: boolean;
38
+ defaultValue?: unknown;
39
+ value?: unknown;
40
+ onChange?: (date: unknown, dateString: string | string[]) => void;
41
+ onOk?: (date: unknown) => void;
42
+ }>, "ref"> & import("react").RefAttributes<unknown>> & {
43
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
44
+ locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
45
+ size?: import("antd/es/button").ButtonSize;
46
+ placement?: "topLeft" | "bottomLeft" | "topRight" | "bottomRight";
47
+ bordered?: boolean;
48
+ status?: "" | "warning" | "error" | "success" | "validating";
49
+ variant?: "outlined" | "borderless" | "filled" | "underlined";
50
+ dropdownClassName?: string;
51
+ popupClassName?: string;
52
+ rootClassName?: string;
53
+ popupStyle?: import("react").CSSProperties;
54
+ classNames?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
55
+ root?: string;
56
+ prefix?: string;
57
+ input?: string;
58
+ suffix?: string;
59
+ popup?: string | {
60
+ root?: string;
61
+ header?: string;
62
+ body?: string;
63
+ content?: string;
64
+ item?: string;
65
+ footer?: string;
66
+ container?: string;
67
+ };
68
+ }> | ((info: {
69
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
70
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
71
+ root?: string;
72
+ prefix?: string;
73
+ input?: string;
74
+ suffix?: string;
75
+ popup?: string | {
76
+ root?: string;
77
+ header?: string;
78
+ body?: string;
79
+ content?: string;
80
+ item?: string;
81
+ footer?: string;
82
+ container?: string;
83
+ };
84
+ }>);
85
+ styles?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
86
+ root?: import("react").CSSProperties;
87
+ prefix?: import("react").CSSProperties;
88
+ input?: import("react").CSSProperties;
89
+ suffix?: import("react").CSSProperties;
90
+ popup?: {
91
+ root?: import("react").CSSProperties;
92
+ header?: import("react").CSSProperties;
93
+ body?: import("react").CSSProperties;
94
+ content?: import("react").CSSProperties;
95
+ item?: import("react").CSSProperties;
96
+ footer?: import("react").CSSProperties;
97
+ container?: import("react").CSSProperties;
98
+ };
99
+ }> | ((info: {
100
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
101
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
102
+ root?: import("react").CSSProperties;
103
+ prefix?: import("react").CSSProperties;
104
+ input?: import("react").CSSProperties;
105
+ suffix?: import("react").CSSProperties;
106
+ popup?: {
107
+ root?: import("react").CSSProperties;
108
+ header?: import("react").CSSProperties;
109
+ body?: import("react").CSSProperties;
110
+ content?: import("react").CSSProperties;
111
+ item?: import("react").CSSProperties;
112
+ footer?: import("react").CSSProperties;
113
+ container?: import("react").CSSProperties;
114
+ };
115
+ }>);
116
+ } & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
117
+ };
118
+ TimePicker: import("react").FC<import("react").PropsWithChildren<import("antd").TimePickerProps>> & {
119
+ RangePicker?: import("react").FC<import("react").PropsWithChildren<import("antd").TimeRangePickerProps>>;
120
+ } & {
121
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").TimeRangePickerProps & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
122
+ };
123
+ Select: import("@formily/react").ReactFC<import("antd").SelectProps<any, any>>;
124
+ Radio: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioProps & import("react").RefAttributes<import("antd").CheckboxRef>>, "ref"> & import("react").RefAttributes<unknown>> & {
125
+ __ANT_RADIO: boolean;
126
+ Group: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioGroupProps & import("react").RefAttributes<HTMLDivElement>>, "ref"> & import("react").RefAttributes<unknown>>;
127
+ };
128
+ Slider: import("react").ForwardRefExoticComponent<(import("antd").SliderSingleProps | import("antd").SliderRangeProps) & import("react").RefAttributes<import("antd").SliderRef>>;
129
+ Switch: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").SwitchProps & import("react").RefAttributes<HTMLButtonElement>>, "ref"> & import("react").RefAttributes<unknown>>;
130
+ Space: import("react").FC<import("react").PropsWithChildren<import("antd").SpaceProps>>;
131
+ ArrayItems: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
132
+ Item: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement> & {
133
+ type?: "card" | "divide";
134
+ }>;
135
+ };
136
+ ArrayTable: import("@formily/react").ReactFC<import("antd").TableProps<any>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
137
+ Column: import("@formily/react").ReactFC<import("antd").TableColumnProps<any>>;
138
+ Addition: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IArrayBaseAdditionProps>;
139
+ };
140
+ FormCollapse: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormCollapseProps> & {
141
+ CollapsePanel: import("react").FC<import("react").PropsWithChildren<import("antd").CollapsePanelProps>>;
142
+ createFormCollapse: (defaultActiveKeys?: string | number | (string | number)[]) => {
143
+ activeKeys: string | number | (string | number)[];
144
+ setActiveKeys(keys: string | number | (string | number)[]): void;
145
+ hasActiveKey(key: string | number): boolean;
146
+ addActiveKey(key: string | number): void;
147
+ removeActiveKey(key: string | number): void;
148
+ toggleActiveKey(key: string | number): void;
149
+ };
150
+ };
151
+ FormGrid: import("react").NamedExoticComponent<Omit<{
152
+ children?: import("react").ReactNode;
153
+ }, "ref" | "children" | keyof import("@thienvu18/formily-antd-v6").IFormGridProps> & import("@thienvu18/formily-antd-v6").IFormGridProps & {
154
+ children?: import("react").ReactNode;
155
+ } & {
156
+ ref?: import("react").RefAttributes<any>;
157
+ }> & {
158
+ readonly type: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormGridProps & {
159
+ children?: import("react").ReactNode;
160
+ } & {
161
+ ref?: import("react").RefAttributes<any>;
162
+ }>;
163
+ } & {
164
+ createFormGrid: (props: import("@thienvu18/formily-antd-v6").IFormGridProps) => import("@formily/grid").Grid<HTMLElement>;
165
+ useFormGrid: () => import("@formily/grid").Grid<HTMLElement>;
166
+ GridColumn: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IGridColumnProps>>;
167
+ };
168
+ FormLayout: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormLayoutProps>> & {
169
+ useFormLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
170
+ useFormDeepLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
171
+ useFormShallowLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
172
+ };
173
+ FormTab: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabProps>> & {
174
+ TabPane: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabPaneProps>>;
175
+ createFormTab: (defaultActiveKey?: string) => import("@thienvu18/formily-antd-v6").IFormTab;
176
+ };
177
+ }, Component_1, Decorator_1>): JSX.Element;
178
+ displayName: string;
179
+ };
180
+ String: {
181
+ <Decorator_2 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab", Component_2 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab">(props: import("@formily/react").ISchemaTypeFieldProps<{
182
+ FormItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps> & {
183
+ BaseItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps>;
184
+ };
185
+ CollapseItem: import("react").FC<import("./components").ICollapseItemProps>;
186
+ Input: import("@formily/react").ReactFC<import("antd").InputProps> & {
187
+ TextArea: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>, "ref"> & import("react").RefAttributes<unknown>>;
188
+ };
189
+ ValueInput: import("react").FC<import("./components").IInput>;
190
+ SizeInput: import("react").FC<import("./components").IInput>;
191
+ ColorInput: import("react").FC<import("./components").IColorInputProps>;
192
+ ImageInput: import("react").FC<import("./components").ImageInputProps>;
193
+ MonacoInput: import("react").FC<import("./components").MonacoInputProps> & {
194
+ loader?: typeof import("@monaco-editor/loader").default;
195
+ };
196
+ PositionInput: import("react").FC<import("./components").IPositionInputProps>;
197
+ CornerInput: import("react").FC<import("./components").ICornerInputProps>;
198
+ BackgroundImageInput: import("react").FC<import("./components").ImageInputProps>;
199
+ BackgroundStyleSetter: import("react").FC<import("./components").IBackgroundStyleSetterProps>;
200
+ BoxStyleSetter: import("react").FC<import("./components").IMarginStyleSetterProps>;
201
+ BorderStyleSetter: import("react").FC<import("./components").IBorderStyleSetterProps>;
202
+ BorderRadiusStyleSetter: import("react").FC<import("./components").IBorderRadiusStyleSetterProps>;
203
+ DisplayStyleSetter: import("react").FC<import("./components").IDisplayStyleSetterProps>;
204
+ BoxShadowStyleSetter: import("react").FC<import("./components").IBoxShadowStyleSetterProps>;
205
+ FlexStyleSetter: import("react").FC<import("./components").IFlexStyleSetterProps>;
206
+ FontStyleSetter: import("react").FC<import("./components").IFontStyleSetterProps>;
207
+ DrawerSetter: import("react").FC<import("./components").IDrawerSetterProps>;
208
+ NumberPicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").InputNumberProps<import("@rc-component/mini-decimal").ValueType> & {
209
+ children?: import("react").ReactNode;
210
+ } & import("react").RefAttributes<import("@rc-component/input-number").InputNumberRef>>, "ref"> & import("react").RefAttributes<unknown>>;
211
+ DatePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("antd/es/date-picker/generatePicker").PickerProps<import("dayjs").Dayjs>, "value" | "onChange" | "defaultValue" | "onOk"> & import("react").RefAttributes<import("@rc-component/picker").PickerRef> & {
212
+ multiple?: boolean;
213
+ defaultValue?: unknown;
214
+ value?: unknown;
215
+ onChange?: (date: unknown, dateString: string | string[]) => void;
216
+ onOk?: (date: unknown) => void;
217
+ }>, "ref"> & import("react").RefAttributes<unknown>> & {
218
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
219
+ locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
220
+ size?: import("antd/es/button").ButtonSize;
221
+ placement?: "topLeft" | "bottomLeft" | "topRight" | "bottomRight";
222
+ bordered?: boolean;
223
+ status?: "" | "warning" | "error" | "success" | "validating";
224
+ variant?: "outlined" | "borderless" | "filled" | "underlined";
225
+ dropdownClassName?: string;
226
+ popupClassName?: string;
227
+ rootClassName?: string;
228
+ popupStyle?: import("react").CSSProperties;
229
+ classNames?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
230
+ root?: string;
231
+ prefix?: string;
232
+ input?: string;
233
+ suffix?: string;
234
+ popup?: string | {
235
+ root?: string;
236
+ header?: string;
237
+ body?: string;
238
+ content?: string;
239
+ item?: string;
240
+ footer?: string;
241
+ container?: string;
242
+ };
243
+ }> | ((info: {
244
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
245
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
246
+ root?: string;
247
+ prefix?: string;
248
+ input?: string;
249
+ suffix?: string;
250
+ popup?: string | {
251
+ root?: string;
252
+ header?: string;
253
+ body?: string;
254
+ content?: string;
255
+ item?: string;
256
+ footer?: string;
257
+ container?: string;
258
+ };
259
+ }>);
260
+ styles?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
261
+ root?: import("react").CSSProperties;
262
+ prefix?: import("react").CSSProperties;
263
+ input?: import("react").CSSProperties;
264
+ suffix?: import("react").CSSProperties;
265
+ popup?: {
266
+ root?: import("react").CSSProperties;
267
+ header?: import("react").CSSProperties;
268
+ body?: import("react").CSSProperties;
269
+ content?: import("react").CSSProperties;
270
+ item?: import("react").CSSProperties;
271
+ footer?: import("react").CSSProperties;
272
+ container?: import("react").CSSProperties;
273
+ };
274
+ }> | ((info: {
275
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
276
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
277
+ root?: import("react").CSSProperties;
278
+ prefix?: import("react").CSSProperties;
279
+ input?: import("react").CSSProperties;
280
+ suffix?: import("react").CSSProperties;
281
+ popup?: {
282
+ root?: import("react").CSSProperties;
283
+ header?: import("react").CSSProperties;
284
+ body?: import("react").CSSProperties;
285
+ content?: import("react").CSSProperties;
286
+ item?: import("react").CSSProperties;
287
+ footer?: import("react").CSSProperties;
288
+ container?: import("react").CSSProperties;
289
+ };
290
+ }>);
291
+ } & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
292
+ };
293
+ TimePicker: import("react").FC<import("react").PropsWithChildren<import("antd").TimePickerProps>> & {
294
+ RangePicker?: import("react").FC<import("react").PropsWithChildren<import("antd").TimeRangePickerProps>>;
295
+ } & {
296
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").TimeRangePickerProps & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
297
+ };
298
+ Select: import("@formily/react").ReactFC<import("antd").SelectProps<any, any>>;
299
+ Radio: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioProps & import("react").RefAttributes<import("antd").CheckboxRef>>, "ref"> & import("react").RefAttributes<unknown>> & {
300
+ __ANT_RADIO: boolean;
301
+ Group: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioGroupProps & import("react").RefAttributes<HTMLDivElement>>, "ref"> & import("react").RefAttributes<unknown>>;
302
+ };
303
+ Slider: import("react").ForwardRefExoticComponent<(import("antd").SliderSingleProps | import("antd").SliderRangeProps) & import("react").RefAttributes<import("antd").SliderRef>>;
304
+ Switch: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").SwitchProps & import("react").RefAttributes<HTMLButtonElement>>, "ref"> & import("react").RefAttributes<unknown>>;
305
+ Space: import("react").FC<import("react").PropsWithChildren<import("antd").SpaceProps>>;
306
+ ArrayItems: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
307
+ Item: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement> & {
308
+ type?: "card" | "divide";
309
+ }>;
310
+ };
311
+ ArrayTable: import("@formily/react").ReactFC<import("antd").TableProps<any>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
312
+ Column: import("@formily/react").ReactFC<import("antd").TableColumnProps<any>>;
313
+ Addition: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IArrayBaseAdditionProps>;
314
+ };
315
+ FormCollapse: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormCollapseProps> & {
316
+ CollapsePanel: import("react").FC<import("react").PropsWithChildren<import("antd").CollapsePanelProps>>;
317
+ createFormCollapse: (defaultActiveKeys?: string | number | (string | number)[]) => {
318
+ activeKeys: string | number | (string | number)[];
319
+ setActiveKeys(keys: string | number | (string | number)[]): void;
320
+ hasActiveKey(key: string | number): boolean;
321
+ addActiveKey(key: string | number): void;
322
+ removeActiveKey(key: string | number): void;
323
+ toggleActiveKey(key: string | number): void;
324
+ };
325
+ };
326
+ FormGrid: import("react").NamedExoticComponent<Omit<{
327
+ children?: import("react").ReactNode;
328
+ }, "ref" | "children" | keyof import("@thienvu18/formily-antd-v6").IFormGridProps> & import("@thienvu18/formily-antd-v6").IFormGridProps & {
329
+ children?: import("react").ReactNode;
330
+ } & {
331
+ ref?: import("react").RefAttributes<any>;
332
+ }> & {
333
+ readonly type: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormGridProps & {
334
+ children?: import("react").ReactNode;
335
+ } & {
336
+ ref?: import("react").RefAttributes<any>;
337
+ }>;
338
+ } & {
339
+ createFormGrid: (props: import("@thienvu18/formily-antd-v6").IFormGridProps) => import("@formily/grid").Grid<HTMLElement>;
340
+ useFormGrid: () => import("@formily/grid").Grid<HTMLElement>;
341
+ GridColumn: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IGridColumnProps>>;
342
+ };
343
+ FormLayout: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormLayoutProps>> & {
344
+ useFormLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
345
+ useFormDeepLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
346
+ useFormShallowLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
347
+ };
348
+ FormTab: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabProps>> & {
349
+ TabPane: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabPaneProps>>;
350
+ createFormTab: (defaultActiveKey?: string) => import("@thienvu18/formily-antd-v6").IFormTab;
351
+ };
352
+ }, Component_2, Decorator_2>): JSX.Element;
353
+ displayName: string;
354
+ };
355
+ Object: {
356
+ <Decorator_3 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab", Component_3 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab">(props: import("@formily/react").ISchemaTypeFieldProps<{
357
+ FormItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps> & {
358
+ BaseItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps>;
359
+ };
360
+ CollapseItem: import("react").FC<import("./components").ICollapseItemProps>;
361
+ Input: import("@formily/react").ReactFC<import("antd").InputProps> & {
362
+ TextArea: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>, "ref"> & import("react").RefAttributes<unknown>>;
363
+ };
364
+ ValueInput: import("react").FC<import("./components").IInput>;
365
+ SizeInput: import("react").FC<import("./components").IInput>;
366
+ ColorInput: import("react").FC<import("./components").IColorInputProps>;
367
+ ImageInput: import("react").FC<import("./components").ImageInputProps>;
368
+ MonacoInput: import("react").FC<import("./components").MonacoInputProps> & {
369
+ loader?: typeof import("@monaco-editor/loader").default;
370
+ };
371
+ PositionInput: import("react").FC<import("./components").IPositionInputProps>;
372
+ CornerInput: import("react").FC<import("./components").ICornerInputProps>;
373
+ BackgroundImageInput: import("react").FC<import("./components").ImageInputProps>;
374
+ BackgroundStyleSetter: import("react").FC<import("./components").IBackgroundStyleSetterProps>;
375
+ BoxStyleSetter: import("react").FC<import("./components").IMarginStyleSetterProps>;
376
+ BorderStyleSetter: import("react").FC<import("./components").IBorderStyleSetterProps>;
377
+ BorderRadiusStyleSetter: import("react").FC<import("./components").IBorderRadiusStyleSetterProps>;
378
+ DisplayStyleSetter: import("react").FC<import("./components").IDisplayStyleSetterProps>;
379
+ BoxShadowStyleSetter: import("react").FC<import("./components").IBoxShadowStyleSetterProps>;
380
+ FlexStyleSetter: import("react").FC<import("./components").IFlexStyleSetterProps>;
381
+ FontStyleSetter: import("react").FC<import("./components").IFontStyleSetterProps>;
382
+ DrawerSetter: import("react").FC<import("./components").IDrawerSetterProps>;
383
+ NumberPicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").InputNumberProps<import("@rc-component/mini-decimal").ValueType> & {
384
+ children?: import("react").ReactNode;
385
+ } & import("react").RefAttributes<import("@rc-component/input-number").InputNumberRef>>, "ref"> & import("react").RefAttributes<unknown>>;
386
+ DatePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("antd/es/date-picker/generatePicker").PickerProps<import("dayjs").Dayjs>, "value" | "onChange" | "defaultValue" | "onOk"> & import("react").RefAttributes<import("@rc-component/picker").PickerRef> & {
387
+ multiple?: boolean;
388
+ defaultValue?: unknown;
389
+ value?: unknown;
390
+ onChange?: (date: unknown, dateString: string | string[]) => void;
391
+ onOk?: (date: unknown) => void;
392
+ }>, "ref"> & import("react").RefAttributes<unknown>> & {
393
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
394
+ locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
395
+ size?: import("antd/es/button").ButtonSize;
396
+ placement?: "topLeft" | "bottomLeft" | "topRight" | "bottomRight";
397
+ bordered?: boolean;
398
+ status?: "" | "warning" | "error" | "success" | "validating";
399
+ variant?: "outlined" | "borderless" | "filled" | "underlined";
400
+ dropdownClassName?: string;
401
+ popupClassName?: string;
402
+ rootClassName?: string;
403
+ popupStyle?: import("react").CSSProperties;
404
+ classNames?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
405
+ root?: string;
406
+ prefix?: string;
407
+ input?: string;
408
+ suffix?: string;
409
+ popup?: string | {
410
+ root?: string;
411
+ header?: string;
412
+ body?: string;
413
+ content?: string;
414
+ item?: string;
415
+ footer?: string;
416
+ container?: string;
417
+ };
418
+ }> | ((info: {
419
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
420
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
421
+ root?: string;
422
+ prefix?: string;
423
+ input?: string;
424
+ suffix?: string;
425
+ popup?: string | {
426
+ root?: string;
427
+ header?: string;
428
+ body?: string;
429
+ content?: string;
430
+ item?: string;
431
+ footer?: string;
432
+ container?: string;
433
+ };
434
+ }>);
435
+ styles?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
436
+ root?: import("react").CSSProperties;
437
+ prefix?: import("react").CSSProperties;
438
+ input?: import("react").CSSProperties;
439
+ suffix?: import("react").CSSProperties;
440
+ popup?: {
441
+ root?: import("react").CSSProperties;
442
+ header?: import("react").CSSProperties;
443
+ body?: import("react").CSSProperties;
444
+ content?: import("react").CSSProperties;
445
+ item?: import("react").CSSProperties;
446
+ footer?: import("react").CSSProperties;
447
+ container?: import("react").CSSProperties;
448
+ };
449
+ }> | ((info: {
450
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
451
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
452
+ root?: import("react").CSSProperties;
453
+ prefix?: import("react").CSSProperties;
454
+ input?: import("react").CSSProperties;
455
+ suffix?: import("react").CSSProperties;
456
+ popup?: {
457
+ root?: import("react").CSSProperties;
458
+ header?: import("react").CSSProperties;
459
+ body?: import("react").CSSProperties;
460
+ content?: import("react").CSSProperties;
461
+ item?: import("react").CSSProperties;
462
+ footer?: import("react").CSSProperties;
463
+ container?: import("react").CSSProperties;
464
+ };
465
+ }>);
466
+ } & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
467
+ };
468
+ TimePicker: import("react").FC<import("react").PropsWithChildren<import("antd").TimePickerProps>> & {
469
+ RangePicker?: import("react").FC<import("react").PropsWithChildren<import("antd").TimeRangePickerProps>>;
470
+ } & {
471
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").TimeRangePickerProps & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
472
+ };
473
+ Select: import("@formily/react").ReactFC<import("antd").SelectProps<any, any>>;
474
+ Radio: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioProps & import("react").RefAttributes<import("antd").CheckboxRef>>, "ref"> & import("react").RefAttributes<unknown>> & {
475
+ __ANT_RADIO: boolean;
476
+ Group: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioGroupProps & import("react").RefAttributes<HTMLDivElement>>, "ref"> & import("react").RefAttributes<unknown>>;
477
+ };
478
+ Slider: import("react").ForwardRefExoticComponent<(import("antd").SliderSingleProps | import("antd").SliderRangeProps) & import("react").RefAttributes<import("antd").SliderRef>>;
479
+ Switch: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").SwitchProps & import("react").RefAttributes<HTMLButtonElement>>, "ref"> & import("react").RefAttributes<unknown>>;
480
+ Space: import("react").FC<import("react").PropsWithChildren<import("antd").SpaceProps>>;
481
+ ArrayItems: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
482
+ Item: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement> & {
483
+ type?: "card" | "divide";
484
+ }>;
485
+ };
486
+ ArrayTable: import("@formily/react").ReactFC<import("antd").TableProps<any>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
487
+ Column: import("@formily/react").ReactFC<import("antd").TableColumnProps<any>>;
488
+ Addition: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IArrayBaseAdditionProps>;
489
+ };
490
+ FormCollapse: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormCollapseProps> & {
491
+ CollapsePanel: import("react").FC<import("react").PropsWithChildren<import("antd").CollapsePanelProps>>;
492
+ createFormCollapse: (defaultActiveKeys?: string | number | (string | number)[]) => {
493
+ activeKeys: string | number | (string | number)[];
494
+ setActiveKeys(keys: string | number | (string | number)[]): void;
495
+ hasActiveKey(key: string | number): boolean;
496
+ addActiveKey(key: string | number): void;
497
+ removeActiveKey(key: string | number): void;
498
+ toggleActiveKey(key: string | number): void;
499
+ };
500
+ };
501
+ FormGrid: import("react").NamedExoticComponent<Omit<{
502
+ children?: import("react").ReactNode;
503
+ }, "ref" | "children" | keyof import("@thienvu18/formily-antd-v6").IFormGridProps> & import("@thienvu18/formily-antd-v6").IFormGridProps & {
504
+ children?: import("react").ReactNode;
505
+ } & {
506
+ ref?: import("react").RefAttributes<any>;
507
+ }> & {
508
+ readonly type: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormGridProps & {
509
+ children?: import("react").ReactNode;
510
+ } & {
511
+ ref?: import("react").RefAttributes<any>;
512
+ }>;
513
+ } & {
514
+ createFormGrid: (props: import("@thienvu18/formily-antd-v6").IFormGridProps) => import("@formily/grid").Grid<HTMLElement>;
515
+ useFormGrid: () => import("@formily/grid").Grid<HTMLElement>;
516
+ GridColumn: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IGridColumnProps>>;
517
+ };
518
+ FormLayout: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormLayoutProps>> & {
519
+ useFormLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
520
+ useFormDeepLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
521
+ useFormShallowLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
522
+ };
523
+ FormTab: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabProps>> & {
524
+ TabPane: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabPaneProps>>;
525
+ createFormTab: (defaultActiveKey?: string) => import("@thienvu18/formily-antd-v6").IFormTab;
526
+ };
527
+ }, Component_3, Decorator_3>): JSX.Element;
528
+ displayName: string;
529
+ };
530
+ Array: {
531
+ <Decorator_4 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab", Component_4 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab">(props: import("@formily/react").ISchemaTypeFieldProps<{
532
+ FormItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps> & {
533
+ BaseItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps>;
534
+ };
535
+ CollapseItem: import("react").FC<import("./components").ICollapseItemProps>;
536
+ Input: import("@formily/react").ReactFC<import("antd").InputProps> & {
537
+ TextArea: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>, "ref"> & import("react").RefAttributes<unknown>>;
538
+ };
539
+ ValueInput: import("react").FC<import("./components").IInput>;
540
+ SizeInput: import("react").FC<import("./components").IInput>;
541
+ ColorInput: import("react").FC<import("./components").IColorInputProps>;
542
+ ImageInput: import("react").FC<import("./components").ImageInputProps>;
543
+ MonacoInput: import("react").FC<import("./components").MonacoInputProps> & {
544
+ loader?: typeof import("@monaco-editor/loader").default;
545
+ };
546
+ PositionInput: import("react").FC<import("./components").IPositionInputProps>;
547
+ CornerInput: import("react").FC<import("./components").ICornerInputProps>;
548
+ BackgroundImageInput: import("react").FC<import("./components").ImageInputProps>;
549
+ BackgroundStyleSetter: import("react").FC<import("./components").IBackgroundStyleSetterProps>;
550
+ BoxStyleSetter: import("react").FC<import("./components").IMarginStyleSetterProps>;
551
+ BorderStyleSetter: import("react").FC<import("./components").IBorderStyleSetterProps>;
552
+ BorderRadiusStyleSetter: import("react").FC<import("./components").IBorderRadiusStyleSetterProps>;
553
+ DisplayStyleSetter: import("react").FC<import("./components").IDisplayStyleSetterProps>;
554
+ BoxShadowStyleSetter: import("react").FC<import("./components").IBoxShadowStyleSetterProps>;
555
+ FlexStyleSetter: import("react").FC<import("./components").IFlexStyleSetterProps>;
556
+ FontStyleSetter: import("react").FC<import("./components").IFontStyleSetterProps>;
557
+ DrawerSetter: import("react").FC<import("./components").IDrawerSetterProps>;
558
+ NumberPicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").InputNumberProps<import("@rc-component/mini-decimal").ValueType> & {
559
+ children?: import("react").ReactNode;
560
+ } & import("react").RefAttributes<import("@rc-component/input-number").InputNumberRef>>, "ref"> & import("react").RefAttributes<unknown>>;
561
+ DatePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("antd/es/date-picker/generatePicker").PickerProps<import("dayjs").Dayjs>, "value" | "onChange" | "defaultValue" | "onOk"> & import("react").RefAttributes<import("@rc-component/picker").PickerRef> & {
562
+ multiple?: boolean;
563
+ defaultValue?: unknown;
564
+ value?: unknown;
565
+ onChange?: (date: unknown, dateString: string | string[]) => void;
566
+ onOk?: (date: unknown) => void;
567
+ }>, "ref"> & import("react").RefAttributes<unknown>> & {
568
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
569
+ locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
570
+ size?: import("antd/es/button").ButtonSize;
571
+ placement?: "topLeft" | "bottomLeft" | "topRight" | "bottomRight";
572
+ bordered?: boolean;
573
+ status?: "" | "warning" | "error" | "success" | "validating";
574
+ variant?: "outlined" | "borderless" | "filled" | "underlined";
575
+ dropdownClassName?: string;
576
+ popupClassName?: string;
577
+ rootClassName?: string;
578
+ popupStyle?: import("react").CSSProperties;
579
+ classNames?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
580
+ root?: string;
581
+ prefix?: string;
582
+ input?: string;
583
+ suffix?: string;
584
+ popup?: string | {
585
+ root?: string;
586
+ header?: string;
587
+ body?: string;
588
+ content?: string;
589
+ item?: string;
590
+ footer?: string;
591
+ container?: string;
592
+ };
593
+ }> | ((info: {
594
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
595
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
596
+ root?: string;
597
+ prefix?: string;
598
+ input?: string;
599
+ suffix?: string;
600
+ popup?: string | {
601
+ root?: string;
602
+ header?: string;
603
+ body?: string;
604
+ content?: string;
605
+ item?: string;
606
+ footer?: string;
607
+ container?: string;
608
+ };
609
+ }>);
610
+ styles?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
611
+ root?: import("react").CSSProperties;
612
+ prefix?: import("react").CSSProperties;
613
+ input?: import("react").CSSProperties;
614
+ suffix?: import("react").CSSProperties;
615
+ popup?: {
616
+ root?: import("react").CSSProperties;
617
+ header?: import("react").CSSProperties;
618
+ body?: import("react").CSSProperties;
619
+ content?: import("react").CSSProperties;
620
+ item?: import("react").CSSProperties;
621
+ footer?: import("react").CSSProperties;
622
+ container?: import("react").CSSProperties;
623
+ };
624
+ }> | ((info: {
625
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
626
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
627
+ root?: import("react").CSSProperties;
628
+ prefix?: import("react").CSSProperties;
629
+ input?: import("react").CSSProperties;
630
+ suffix?: import("react").CSSProperties;
631
+ popup?: {
632
+ root?: import("react").CSSProperties;
633
+ header?: import("react").CSSProperties;
634
+ body?: import("react").CSSProperties;
635
+ content?: import("react").CSSProperties;
636
+ item?: import("react").CSSProperties;
637
+ footer?: import("react").CSSProperties;
638
+ container?: import("react").CSSProperties;
639
+ };
640
+ }>);
641
+ } & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
642
+ };
643
+ TimePicker: import("react").FC<import("react").PropsWithChildren<import("antd").TimePickerProps>> & {
644
+ RangePicker?: import("react").FC<import("react").PropsWithChildren<import("antd").TimeRangePickerProps>>;
645
+ } & {
646
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").TimeRangePickerProps & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
647
+ };
648
+ Select: import("@formily/react").ReactFC<import("antd").SelectProps<any, any>>;
649
+ Radio: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioProps & import("react").RefAttributes<import("antd").CheckboxRef>>, "ref"> & import("react").RefAttributes<unknown>> & {
650
+ __ANT_RADIO: boolean;
651
+ Group: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioGroupProps & import("react").RefAttributes<HTMLDivElement>>, "ref"> & import("react").RefAttributes<unknown>>;
652
+ };
653
+ Slider: import("react").ForwardRefExoticComponent<(import("antd").SliderSingleProps | import("antd").SliderRangeProps) & import("react").RefAttributes<import("antd").SliderRef>>;
654
+ Switch: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").SwitchProps & import("react").RefAttributes<HTMLButtonElement>>, "ref"> & import("react").RefAttributes<unknown>>;
655
+ Space: import("react").FC<import("react").PropsWithChildren<import("antd").SpaceProps>>;
656
+ ArrayItems: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
657
+ Item: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement> & {
658
+ type?: "card" | "divide";
659
+ }>;
660
+ };
661
+ ArrayTable: import("@formily/react").ReactFC<import("antd").TableProps<any>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
662
+ Column: import("@formily/react").ReactFC<import("antd").TableColumnProps<any>>;
663
+ Addition: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IArrayBaseAdditionProps>;
664
+ };
665
+ FormCollapse: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormCollapseProps> & {
666
+ CollapsePanel: import("react").FC<import("react").PropsWithChildren<import("antd").CollapsePanelProps>>;
667
+ createFormCollapse: (defaultActiveKeys?: string | number | (string | number)[]) => {
668
+ activeKeys: string | number | (string | number)[];
669
+ setActiveKeys(keys: string | number | (string | number)[]): void;
670
+ hasActiveKey(key: string | number): boolean;
671
+ addActiveKey(key: string | number): void;
672
+ removeActiveKey(key: string | number): void;
673
+ toggleActiveKey(key: string | number): void;
674
+ };
675
+ };
676
+ FormGrid: import("react").NamedExoticComponent<Omit<{
677
+ children?: import("react").ReactNode;
678
+ }, "ref" | "children" | keyof import("@thienvu18/formily-antd-v6").IFormGridProps> & import("@thienvu18/formily-antd-v6").IFormGridProps & {
679
+ children?: import("react").ReactNode;
680
+ } & {
681
+ ref?: import("react").RefAttributes<any>;
682
+ }> & {
683
+ readonly type: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormGridProps & {
684
+ children?: import("react").ReactNode;
685
+ } & {
686
+ ref?: import("react").RefAttributes<any>;
687
+ }>;
688
+ } & {
689
+ createFormGrid: (props: import("@thienvu18/formily-antd-v6").IFormGridProps) => import("@formily/grid").Grid<HTMLElement>;
690
+ useFormGrid: () => import("@formily/grid").Grid<HTMLElement>;
691
+ GridColumn: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IGridColumnProps>>;
692
+ };
693
+ FormLayout: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormLayoutProps>> & {
694
+ useFormLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
695
+ useFormDeepLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
696
+ useFormShallowLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
697
+ };
698
+ FormTab: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabProps>> & {
699
+ TabPane: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabPaneProps>>;
700
+ createFormTab: (defaultActiveKey?: string) => import("@thienvu18/formily-antd-v6").IFormTab;
701
+ };
702
+ }, Component_4, Decorator_4>): JSX.Element;
703
+ displayName: string;
704
+ };
705
+ Boolean: {
706
+ <Decorator_5 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab", Component_5 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab">(props: import("@formily/react").ISchemaTypeFieldProps<{
707
+ FormItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps> & {
708
+ BaseItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps>;
709
+ };
710
+ CollapseItem: import("react").FC<import("./components").ICollapseItemProps>;
711
+ Input: import("@formily/react").ReactFC<import("antd").InputProps> & {
712
+ TextArea: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>, "ref"> & import("react").RefAttributes<unknown>>;
713
+ };
714
+ ValueInput: import("react").FC<import("./components").IInput>;
715
+ SizeInput: import("react").FC<import("./components").IInput>;
716
+ ColorInput: import("react").FC<import("./components").IColorInputProps>;
717
+ ImageInput: import("react").FC<import("./components").ImageInputProps>;
718
+ MonacoInput: import("react").FC<import("./components").MonacoInputProps> & {
719
+ loader?: typeof import("@monaco-editor/loader").default;
720
+ };
721
+ PositionInput: import("react").FC<import("./components").IPositionInputProps>;
722
+ CornerInput: import("react").FC<import("./components").ICornerInputProps>;
723
+ BackgroundImageInput: import("react").FC<import("./components").ImageInputProps>;
724
+ BackgroundStyleSetter: import("react").FC<import("./components").IBackgroundStyleSetterProps>;
725
+ BoxStyleSetter: import("react").FC<import("./components").IMarginStyleSetterProps>;
726
+ BorderStyleSetter: import("react").FC<import("./components").IBorderStyleSetterProps>;
727
+ BorderRadiusStyleSetter: import("react").FC<import("./components").IBorderRadiusStyleSetterProps>;
728
+ DisplayStyleSetter: import("react").FC<import("./components").IDisplayStyleSetterProps>;
729
+ BoxShadowStyleSetter: import("react").FC<import("./components").IBoxShadowStyleSetterProps>;
730
+ FlexStyleSetter: import("react").FC<import("./components").IFlexStyleSetterProps>;
731
+ FontStyleSetter: import("react").FC<import("./components").IFontStyleSetterProps>;
732
+ DrawerSetter: import("react").FC<import("./components").IDrawerSetterProps>;
733
+ NumberPicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").InputNumberProps<import("@rc-component/mini-decimal").ValueType> & {
734
+ children?: import("react").ReactNode;
735
+ } & import("react").RefAttributes<import("@rc-component/input-number").InputNumberRef>>, "ref"> & import("react").RefAttributes<unknown>>;
736
+ DatePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("antd/es/date-picker/generatePicker").PickerProps<import("dayjs").Dayjs>, "value" | "onChange" | "defaultValue" | "onOk"> & import("react").RefAttributes<import("@rc-component/picker").PickerRef> & {
737
+ multiple?: boolean;
738
+ defaultValue?: unknown;
739
+ value?: unknown;
740
+ onChange?: (date: unknown, dateString: string | string[]) => void;
741
+ onOk?: (date: unknown) => void;
742
+ }>, "ref"> & import("react").RefAttributes<unknown>> & {
743
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
744
+ locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
745
+ size?: import("antd/es/button").ButtonSize;
746
+ placement?: "topLeft" | "bottomLeft" | "topRight" | "bottomRight";
747
+ bordered?: boolean;
748
+ status?: "" | "warning" | "error" | "success" | "validating";
749
+ variant?: "outlined" | "borderless" | "filled" | "underlined";
750
+ dropdownClassName?: string;
751
+ popupClassName?: string;
752
+ rootClassName?: string;
753
+ popupStyle?: import("react").CSSProperties;
754
+ classNames?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
755
+ root?: string;
756
+ prefix?: string;
757
+ input?: string;
758
+ suffix?: string;
759
+ popup?: string | {
760
+ root?: string;
761
+ header?: string;
762
+ body?: string;
763
+ content?: string;
764
+ item?: string;
765
+ footer?: string;
766
+ container?: string;
767
+ };
768
+ }> | ((info: {
769
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
770
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
771
+ root?: string;
772
+ prefix?: string;
773
+ input?: string;
774
+ suffix?: string;
775
+ popup?: string | {
776
+ root?: string;
777
+ header?: string;
778
+ body?: string;
779
+ content?: string;
780
+ item?: string;
781
+ footer?: string;
782
+ container?: string;
783
+ };
784
+ }>);
785
+ styles?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
786
+ root?: import("react").CSSProperties;
787
+ prefix?: import("react").CSSProperties;
788
+ input?: import("react").CSSProperties;
789
+ suffix?: import("react").CSSProperties;
790
+ popup?: {
791
+ root?: import("react").CSSProperties;
792
+ header?: import("react").CSSProperties;
793
+ body?: import("react").CSSProperties;
794
+ content?: import("react").CSSProperties;
795
+ item?: import("react").CSSProperties;
796
+ footer?: import("react").CSSProperties;
797
+ container?: import("react").CSSProperties;
798
+ };
799
+ }> | ((info: {
800
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
801
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
802
+ root?: import("react").CSSProperties;
803
+ prefix?: import("react").CSSProperties;
804
+ input?: import("react").CSSProperties;
805
+ suffix?: import("react").CSSProperties;
806
+ popup?: {
807
+ root?: import("react").CSSProperties;
808
+ header?: import("react").CSSProperties;
809
+ body?: import("react").CSSProperties;
810
+ content?: import("react").CSSProperties;
811
+ item?: import("react").CSSProperties;
812
+ footer?: import("react").CSSProperties;
813
+ container?: import("react").CSSProperties;
814
+ };
815
+ }>);
816
+ } & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
817
+ };
818
+ TimePicker: import("react").FC<import("react").PropsWithChildren<import("antd").TimePickerProps>> & {
819
+ RangePicker?: import("react").FC<import("react").PropsWithChildren<import("antd").TimeRangePickerProps>>;
820
+ } & {
821
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").TimeRangePickerProps & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
822
+ };
823
+ Select: import("@formily/react").ReactFC<import("antd").SelectProps<any, any>>;
824
+ Radio: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioProps & import("react").RefAttributes<import("antd").CheckboxRef>>, "ref"> & import("react").RefAttributes<unknown>> & {
825
+ __ANT_RADIO: boolean;
826
+ Group: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioGroupProps & import("react").RefAttributes<HTMLDivElement>>, "ref"> & import("react").RefAttributes<unknown>>;
827
+ };
828
+ Slider: import("react").ForwardRefExoticComponent<(import("antd").SliderSingleProps | import("antd").SliderRangeProps) & import("react").RefAttributes<import("antd").SliderRef>>;
829
+ Switch: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").SwitchProps & import("react").RefAttributes<HTMLButtonElement>>, "ref"> & import("react").RefAttributes<unknown>>;
830
+ Space: import("react").FC<import("react").PropsWithChildren<import("antd").SpaceProps>>;
831
+ ArrayItems: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
832
+ Item: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement> & {
833
+ type?: "card" | "divide";
834
+ }>;
835
+ };
836
+ ArrayTable: import("@formily/react").ReactFC<import("antd").TableProps<any>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
837
+ Column: import("@formily/react").ReactFC<import("antd").TableColumnProps<any>>;
838
+ Addition: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IArrayBaseAdditionProps>;
839
+ };
840
+ FormCollapse: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormCollapseProps> & {
841
+ CollapsePanel: import("react").FC<import("react").PropsWithChildren<import("antd").CollapsePanelProps>>;
842
+ createFormCollapse: (defaultActiveKeys?: string | number | (string | number)[]) => {
843
+ activeKeys: string | number | (string | number)[];
844
+ setActiveKeys(keys: string | number | (string | number)[]): void;
845
+ hasActiveKey(key: string | number): boolean;
846
+ addActiveKey(key: string | number): void;
847
+ removeActiveKey(key: string | number): void;
848
+ toggleActiveKey(key: string | number): void;
849
+ };
850
+ };
851
+ FormGrid: import("react").NamedExoticComponent<Omit<{
852
+ children?: import("react").ReactNode;
853
+ }, "ref" | "children" | keyof import("@thienvu18/formily-antd-v6").IFormGridProps> & import("@thienvu18/formily-antd-v6").IFormGridProps & {
854
+ children?: import("react").ReactNode;
855
+ } & {
856
+ ref?: import("react").RefAttributes<any>;
857
+ }> & {
858
+ readonly type: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormGridProps & {
859
+ children?: import("react").ReactNode;
860
+ } & {
861
+ ref?: import("react").RefAttributes<any>;
862
+ }>;
863
+ } & {
864
+ createFormGrid: (props: import("@thienvu18/formily-antd-v6").IFormGridProps) => import("@formily/grid").Grid<HTMLElement>;
865
+ useFormGrid: () => import("@formily/grid").Grid<HTMLElement>;
866
+ GridColumn: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IGridColumnProps>>;
867
+ };
868
+ FormLayout: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormLayoutProps>> & {
869
+ useFormLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
870
+ useFormDeepLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
871
+ useFormShallowLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
872
+ };
873
+ FormTab: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabProps>> & {
874
+ TabPane: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabPaneProps>>;
875
+ createFormTab: (defaultActiveKey?: string) => import("@thienvu18/formily-antd-v6").IFormTab;
876
+ };
877
+ }, Component_5, Decorator_5>): JSX.Element;
878
+ displayName: string;
879
+ };
880
+ Date: {
881
+ <Decorator_6 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab", Component_6 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab">(props: import("@formily/react").ISchemaTypeFieldProps<{
882
+ FormItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps> & {
883
+ BaseItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps>;
884
+ };
885
+ CollapseItem: import("react").FC<import("./components").ICollapseItemProps>;
886
+ Input: import("@formily/react").ReactFC<import("antd").InputProps> & {
887
+ TextArea: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>, "ref"> & import("react").RefAttributes<unknown>>;
888
+ };
889
+ ValueInput: import("react").FC<import("./components").IInput>;
890
+ SizeInput: import("react").FC<import("./components").IInput>;
891
+ ColorInput: import("react").FC<import("./components").IColorInputProps>;
892
+ ImageInput: import("react").FC<import("./components").ImageInputProps>;
893
+ MonacoInput: import("react").FC<import("./components").MonacoInputProps> & {
894
+ loader?: typeof import("@monaco-editor/loader").default;
895
+ };
896
+ PositionInput: import("react").FC<import("./components").IPositionInputProps>;
897
+ CornerInput: import("react").FC<import("./components").ICornerInputProps>;
898
+ BackgroundImageInput: import("react").FC<import("./components").ImageInputProps>;
899
+ BackgroundStyleSetter: import("react").FC<import("./components").IBackgroundStyleSetterProps>;
900
+ BoxStyleSetter: import("react").FC<import("./components").IMarginStyleSetterProps>;
901
+ BorderStyleSetter: import("react").FC<import("./components").IBorderStyleSetterProps>;
902
+ BorderRadiusStyleSetter: import("react").FC<import("./components").IBorderRadiusStyleSetterProps>;
903
+ DisplayStyleSetter: import("react").FC<import("./components").IDisplayStyleSetterProps>;
904
+ BoxShadowStyleSetter: import("react").FC<import("./components").IBoxShadowStyleSetterProps>;
905
+ FlexStyleSetter: import("react").FC<import("./components").IFlexStyleSetterProps>;
906
+ FontStyleSetter: import("react").FC<import("./components").IFontStyleSetterProps>;
907
+ DrawerSetter: import("react").FC<import("./components").IDrawerSetterProps>;
908
+ NumberPicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").InputNumberProps<import("@rc-component/mini-decimal").ValueType> & {
909
+ children?: import("react").ReactNode;
910
+ } & import("react").RefAttributes<import("@rc-component/input-number").InputNumberRef>>, "ref"> & import("react").RefAttributes<unknown>>;
911
+ DatePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("antd/es/date-picker/generatePicker").PickerProps<import("dayjs").Dayjs>, "value" | "onChange" | "defaultValue" | "onOk"> & import("react").RefAttributes<import("@rc-component/picker").PickerRef> & {
912
+ multiple?: boolean;
913
+ defaultValue?: unknown;
914
+ value?: unknown;
915
+ onChange?: (date: unknown, dateString: string | string[]) => void;
916
+ onOk?: (date: unknown) => void;
917
+ }>, "ref"> & import("react").RefAttributes<unknown>> & {
918
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
919
+ locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
920
+ size?: import("antd/es/button").ButtonSize;
921
+ placement?: "topLeft" | "bottomLeft" | "topRight" | "bottomRight";
922
+ bordered?: boolean;
923
+ status?: "" | "warning" | "error" | "success" | "validating";
924
+ variant?: "outlined" | "borderless" | "filled" | "underlined";
925
+ dropdownClassName?: string;
926
+ popupClassName?: string;
927
+ rootClassName?: string;
928
+ popupStyle?: import("react").CSSProperties;
929
+ classNames?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
930
+ root?: string;
931
+ prefix?: string;
932
+ input?: string;
933
+ suffix?: string;
934
+ popup?: string | {
935
+ root?: string;
936
+ header?: string;
937
+ body?: string;
938
+ content?: string;
939
+ item?: string;
940
+ footer?: string;
941
+ container?: string;
942
+ };
943
+ }> | ((info: {
944
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
945
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
946
+ root?: string;
947
+ prefix?: string;
948
+ input?: string;
949
+ suffix?: string;
950
+ popup?: string | {
951
+ root?: string;
952
+ header?: string;
953
+ body?: string;
954
+ content?: string;
955
+ item?: string;
956
+ footer?: string;
957
+ container?: string;
958
+ };
959
+ }>);
960
+ styles?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
961
+ root?: import("react").CSSProperties;
962
+ prefix?: import("react").CSSProperties;
963
+ input?: import("react").CSSProperties;
964
+ suffix?: import("react").CSSProperties;
965
+ popup?: {
966
+ root?: import("react").CSSProperties;
967
+ header?: import("react").CSSProperties;
968
+ body?: import("react").CSSProperties;
969
+ content?: import("react").CSSProperties;
970
+ item?: import("react").CSSProperties;
971
+ footer?: import("react").CSSProperties;
972
+ container?: import("react").CSSProperties;
973
+ };
974
+ }> | ((info: {
975
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
976
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
977
+ root?: import("react").CSSProperties;
978
+ prefix?: import("react").CSSProperties;
979
+ input?: import("react").CSSProperties;
980
+ suffix?: import("react").CSSProperties;
981
+ popup?: {
982
+ root?: import("react").CSSProperties;
983
+ header?: import("react").CSSProperties;
984
+ body?: import("react").CSSProperties;
985
+ content?: import("react").CSSProperties;
986
+ item?: import("react").CSSProperties;
987
+ footer?: import("react").CSSProperties;
988
+ container?: import("react").CSSProperties;
989
+ };
990
+ }>);
991
+ } & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
992
+ };
993
+ TimePicker: import("react").FC<import("react").PropsWithChildren<import("antd").TimePickerProps>> & {
994
+ RangePicker?: import("react").FC<import("react").PropsWithChildren<import("antd").TimeRangePickerProps>>;
995
+ } & {
996
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").TimeRangePickerProps & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
997
+ };
998
+ Select: import("@formily/react").ReactFC<import("antd").SelectProps<any, any>>;
999
+ Radio: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioProps & import("react").RefAttributes<import("antd").CheckboxRef>>, "ref"> & import("react").RefAttributes<unknown>> & {
1000
+ __ANT_RADIO: boolean;
1001
+ Group: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioGroupProps & import("react").RefAttributes<HTMLDivElement>>, "ref"> & import("react").RefAttributes<unknown>>;
1002
+ };
1003
+ Slider: import("react").ForwardRefExoticComponent<(import("antd").SliderSingleProps | import("antd").SliderRangeProps) & import("react").RefAttributes<import("antd").SliderRef>>;
1004
+ Switch: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").SwitchProps & import("react").RefAttributes<HTMLButtonElement>>, "ref"> & import("react").RefAttributes<unknown>>;
1005
+ Space: import("react").FC<import("react").PropsWithChildren<import("antd").SpaceProps>>;
1006
+ ArrayItems: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
1007
+ Item: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement> & {
1008
+ type?: "card" | "divide";
1009
+ }>;
1010
+ };
1011
+ ArrayTable: import("@formily/react").ReactFC<import("antd").TableProps<any>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
1012
+ Column: import("@formily/react").ReactFC<import("antd").TableColumnProps<any>>;
1013
+ Addition: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IArrayBaseAdditionProps>;
1014
+ };
1015
+ FormCollapse: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormCollapseProps> & {
1016
+ CollapsePanel: import("react").FC<import("react").PropsWithChildren<import("antd").CollapsePanelProps>>;
1017
+ createFormCollapse: (defaultActiveKeys?: string | number | (string | number)[]) => {
1018
+ activeKeys: string | number | (string | number)[];
1019
+ setActiveKeys(keys: string | number | (string | number)[]): void;
1020
+ hasActiveKey(key: string | number): boolean;
1021
+ addActiveKey(key: string | number): void;
1022
+ removeActiveKey(key: string | number): void;
1023
+ toggleActiveKey(key: string | number): void;
1024
+ };
1025
+ };
1026
+ FormGrid: import("react").NamedExoticComponent<Omit<{
1027
+ children?: import("react").ReactNode;
1028
+ }, "ref" | "children" | keyof import("@thienvu18/formily-antd-v6").IFormGridProps> & import("@thienvu18/formily-antd-v6").IFormGridProps & {
1029
+ children?: import("react").ReactNode;
1030
+ } & {
1031
+ ref?: import("react").RefAttributes<any>;
1032
+ }> & {
1033
+ readonly type: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormGridProps & {
1034
+ children?: import("react").ReactNode;
1035
+ } & {
1036
+ ref?: import("react").RefAttributes<any>;
1037
+ }>;
1038
+ } & {
1039
+ createFormGrid: (props: import("@thienvu18/formily-antd-v6").IFormGridProps) => import("@formily/grid").Grid<HTMLElement>;
1040
+ useFormGrid: () => import("@formily/grid").Grid<HTMLElement>;
1041
+ GridColumn: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IGridColumnProps>>;
1042
+ };
1043
+ FormLayout: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormLayoutProps>> & {
1044
+ useFormLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
1045
+ useFormDeepLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
1046
+ useFormShallowLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
1047
+ };
1048
+ FormTab: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabProps>> & {
1049
+ TabPane: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabPaneProps>>;
1050
+ createFormTab: (defaultActiveKey?: string) => import("@thienvu18/formily-antd-v6").IFormTab;
1051
+ };
1052
+ }, Component_6, Decorator_6>): JSX.Element;
1053
+ displayName: string;
1054
+ };
1055
+ DateTime: {
1056
+ <Decorator_7 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab", Component_7 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab">(props: import("@formily/react").ISchemaTypeFieldProps<{
1057
+ FormItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps> & {
1058
+ BaseItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps>;
1059
+ };
1060
+ CollapseItem: import("react").FC<import("./components").ICollapseItemProps>;
1061
+ Input: import("@formily/react").ReactFC<import("antd").InputProps> & {
1062
+ TextArea: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>, "ref"> & import("react").RefAttributes<unknown>>;
1063
+ };
1064
+ ValueInput: import("react").FC<import("./components").IInput>;
1065
+ SizeInput: import("react").FC<import("./components").IInput>;
1066
+ ColorInput: import("react").FC<import("./components").IColorInputProps>;
1067
+ ImageInput: import("react").FC<import("./components").ImageInputProps>;
1068
+ MonacoInput: import("react").FC<import("./components").MonacoInputProps> & {
1069
+ loader?: typeof import("@monaco-editor/loader").default;
1070
+ };
1071
+ PositionInput: import("react").FC<import("./components").IPositionInputProps>;
1072
+ CornerInput: import("react").FC<import("./components").ICornerInputProps>;
1073
+ BackgroundImageInput: import("react").FC<import("./components").ImageInputProps>;
1074
+ BackgroundStyleSetter: import("react").FC<import("./components").IBackgroundStyleSetterProps>;
1075
+ BoxStyleSetter: import("react").FC<import("./components").IMarginStyleSetterProps>;
1076
+ BorderStyleSetter: import("react").FC<import("./components").IBorderStyleSetterProps>;
1077
+ BorderRadiusStyleSetter: import("react").FC<import("./components").IBorderRadiusStyleSetterProps>;
1078
+ DisplayStyleSetter: import("react").FC<import("./components").IDisplayStyleSetterProps>;
1079
+ BoxShadowStyleSetter: import("react").FC<import("./components").IBoxShadowStyleSetterProps>;
1080
+ FlexStyleSetter: import("react").FC<import("./components").IFlexStyleSetterProps>;
1081
+ FontStyleSetter: import("react").FC<import("./components").IFontStyleSetterProps>;
1082
+ DrawerSetter: import("react").FC<import("./components").IDrawerSetterProps>;
1083
+ NumberPicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").InputNumberProps<import("@rc-component/mini-decimal").ValueType> & {
1084
+ children?: import("react").ReactNode;
1085
+ } & import("react").RefAttributes<import("@rc-component/input-number").InputNumberRef>>, "ref"> & import("react").RefAttributes<unknown>>;
1086
+ DatePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("antd/es/date-picker/generatePicker").PickerProps<import("dayjs").Dayjs>, "value" | "onChange" | "defaultValue" | "onOk"> & import("react").RefAttributes<import("@rc-component/picker").PickerRef> & {
1087
+ multiple?: boolean;
1088
+ defaultValue?: unknown;
1089
+ value?: unknown;
1090
+ onChange?: (date: unknown, dateString: string | string[]) => void;
1091
+ onOk?: (date: unknown) => void;
1092
+ }>, "ref"> & import("react").RefAttributes<unknown>> & {
1093
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
1094
+ locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
1095
+ size?: import("antd/es/button").ButtonSize;
1096
+ placement?: "topLeft" | "bottomLeft" | "topRight" | "bottomRight";
1097
+ bordered?: boolean;
1098
+ status?: "" | "warning" | "error" | "success" | "validating";
1099
+ variant?: "outlined" | "borderless" | "filled" | "underlined";
1100
+ dropdownClassName?: string;
1101
+ popupClassName?: string;
1102
+ rootClassName?: string;
1103
+ popupStyle?: import("react").CSSProperties;
1104
+ classNames?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
1105
+ root?: string;
1106
+ prefix?: string;
1107
+ input?: string;
1108
+ suffix?: string;
1109
+ popup?: string | {
1110
+ root?: string;
1111
+ header?: string;
1112
+ body?: string;
1113
+ content?: string;
1114
+ item?: string;
1115
+ footer?: string;
1116
+ container?: string;
1117
+ };
1118
+ }> | ((info: {
1119
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
1120
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
1121
+ root?: string;
1122
+ prefix?: string;
1123
+ input?: string;
1124
+ suffix?: string;
1125
+ popup?: string | {
1126
+ root?: string;
1127
+ header?: string;
1128
+ body?: string;
1129
+ content?: string;
1130
+ item?: string;
1131
+ footer?: string;
1132
+ container?: string;
1133
+ };
1134
+ }>);
1135
+ styles?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
1136
+ root?: import("react").CSSProperties;
1137
+ prefix?: import("react").CSSProperties;
1138
+ input?: import("react").CSSProperties;
1139
+ suffix?: import("react").CSSProperties;
1140
+ popup?: {
1141
+ root?: import("react").CSSProperties;
1142
+ header?: import("react").CSSProperties;
1143
+ body?: import("react").CSSProperties;
1144
+ content?: import("react").CSSProperties;
1145
+ item?: import("react").CSSProperties;
1146
+ footer?: import("react").CSSProperties;
1147
+ container?: import("react").CSSProperties;
1148
+ };
1149
+ }> | ((info: {
1150
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
1151
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
1152
+ root?: import("react").CSSProperties;
1153
+ prefix?: import("react").CSSProperties;
1154
+ input?: import("react").CSSProperties;
1155
+ suffix?: import("react").CSSProperties;
1156
+ popup?: {
1157
+ root?: import("react").CSSProperties;
1158
+ header?: import("react").CSSProperties;
1159
+ body?: import("react").CSSProperties;
1160
+ content?: import("react").CSSProperties;
1161
+ item?: import("react").CSSProperties;
1162
+ footer?: import("react").CSSProperties;
1163
+ container?: import("react").CSSProperties;
1164
+ };
1165
+ }>);
1166
+ } & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
1167
+ };
1168
+ TimePicker: import("react").FC<import("react").PropsWithChildren<import("antd").TimePickerProps>> & {
1169
+ RangePicker?: import("react").FC<import("react").PropsWithChildren<import("antd").TimeRangePickerProps>>;
1170
+ } & {
1171
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").TimeRangePickerProps & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
1172
+ };
1173
+ Select: import("@formily/react").ReactFC<import("antd").SelectProps<any, any>>;
1174
+ Radio: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioProps & import("react").RefAttributes<import("antd").CheckboxRef>>, "ref"> & import("react").RefAttributes<unknown>> & {
1175
+ __ANT_RADIO: boolean;
1176
+ Group: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioGroupProps & import("react").RefAttributes<HTMLDivElement>>, "ref"> & import("react").RefAttributes<unknown>>;
1177
+ };
1178
+ Slider: import("react").ForwardRefExoticComponent<(import("antd").SliderSingleProps | import("antd").SliderRangeProps) & import("react").RefAttributes<import("antd").SliderRef>>;
1179
+ Switch: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").SwitchProps & import("react").RefAttributes<HTMLButtonElement>>, "ref"> & import("react").RefAttributes<unknown>>;
1180
+ Space: import("react").FC<import("react").PropsWithChildren<import("antd").SpaceProps>>;
1181
+ ArrayItems: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
1182
+ Item: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement> & {
1183
+ type?: "card" | "divide";
1184
+ }>;
1185
+ };
1186
+ ArrayTable: import("@formily/react").ReactFC<import("antd").TableProps<any>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
1187
+ Column: import("@formily/react").ReactFC<import("antd").TableColumnProps<any>>;
1188
+ Addition: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IArrayBaseAdditionProps>;
1189
+ };
1190
+ FormCollapse: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormCollapseProps> & {
1191
+ CollapsePanel: import("react").FC<import("react").PropsWithChildren<import("antd").CollapsePanelProps>>;
1192
+ createFormCollapse: (defaultActiveKeys?: string | number | (string | number)[]) => {
1193
+ activeKeys: string | number | (string | number)[];
1194
+ setActiveKeys(keys: string | number | (string | number)[]): void;
1195
+ hasActiveKey(key: string | number): boolean;
1196
+ addActiveKey(key: string | number): void;
1197
+ removeActiveKey(key: string | number): void;
1198
+ toggleActiveKey(key: string | number): void;
1199
+ };
1200
+ };
1201
+ FormGrid: import("react").NamedExoticComponent<Omit<{
1202
+ children?: import("react").ReactNode;
1203
+ }, "ref" | "children" | keyof import("@thienvu18/formily-antd-v6").IFormGridProps> & import("@thienvu18/formily-antd-v6").IFormGridProps & {
1204
+ children?: import("react").ReactNode;
1205
+ } & {
1206
+ ref?: import("react").RefAttributes<any>;
1207
+ }> & {
1208
+ readonly type: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormGridProps & {
1209
+ children?: import("react").ReactNode;
1210
+ } & {
1211
+ ref?: import("react").RefAttributes<any>;
1212
+ }>;
1213
+ } & {
1214
+ createFormGrid: (props: import("@thienvu18/formily-antd-v6").IFormGridProps) => import("@formily/grid").Grid<HTMLElement>;
1215
+ useFormGrid: () => import("@formily/grid").Grid<HTMLElement>;
1216
+ GridColumn: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IGridColumnProps>>;
1217
+ };
1218
+ FormLayout: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormLayoutProps>> & {
1219
+ useFormLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
1220
+ useFormDeepLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
1221
+ useFormShallowLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
1222
+ };
1223
+ FormTab: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabProps>> & {
1224
+ TabPane: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabPaneProps>>;
1225
+ createFormTab: (defaultActiveKey?: string) => import("@thienvu18/formily-antd-v6").IFormTab;
1226
+ };
1227
+ }, Component_7, Decorator_7>): JSX.Element;
1228
+ displayName: string;
1229
+ };
1230
+ Void: {
1231
+ <Decorator_8 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab", Component_8 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab">(props: import("@formily/react").ISchemaTypeFieldProps<{
1232
+ FormItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps> & {
1233
+ BaseItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps>;
1234
+ };
1235
+ CollapseItem: import("react").FC<import("./components").ICollapseItemProps>;
1236
+ Input: import("@formily/react").ReactFC<import("antd").InputProps> & {
1237
+ TextArea: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>, "ref"> & import("react").RefAttributes<unknown>>;
1238
+ };
1239
+ ValueInput: import("react").FC<import("./components").IInput>;
1240
+ SizeInput: import("react").FC<import("./components").IInput>;
1241
+ ColorInput: import("react").FC<import("./components").IColorInputProps>;
1242
+ ImageInput: import("react").FC<import("./components").ImageInputProps>;
1243
+ MonacoInput: import("react").FC<import("./components").MonacoInputProps> & {
1244
+ loader?: typeof import("@monaco-editor/loader").default;
1245
+ };
1246
+ PositionInput: import("react").FC<import("./components").IPositionInputProps>;
1247
+ CornerInput: import("react").FC<import("./components").ICornerInputProps>;
1248
+ BackgroundImageInput: import("react").FC<import("./components").ImageInputProps>;
1249
+ BackgroundStyleSetter: import("react").FC<import("./components").IBackgroundStyleSetterProps>;
1250
+ BoxStyleSetter: import("react").FC<import("./components").IMarginStyleSetterProps>;
1251
+ BorderStyleSetter: import("react").FC<import("./components").IBorderStyleSetterProps>;
1252
+ BorderRadiusStyleSetter: import("react").FC<import("./components").IBorderRadiusStyleSetterProps>;
1253
+ DisplayStyleSetter: import("react").FC<import("./components").IDisplayStyleSetterProps>;
1254
+ BoxShadowStyleSetter: import("react").FC<import("./components").IBoxShadowStyleSetterProps>;
1255
+ FlexStyleSetter: import("react").FC<import("./components").IFlexStyleSetterProps>;
1256
+ FontStyleSetter: import("react").FC<import("./components").IFontStyleSetterProps>;
1257
+ DrawerSetter: import("react").FC<import("./components").IDrawerSetterProps>;
1258
+ NumberPicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").InputNumberProps<import("@rc-component/mini-decimal").ValueType> & {
1259
+ children?: import("react").ReactNode;
1260
+ } & import("react").RefAttributes<import("@rc-component/input-number").InputNumberRef>>, "ref"> & import("react").RefAttributes<unknown>>;
1261
+ DatePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("antd/es/date-picker/generatePicker").PickerProps<import("dayjs").Dayjs>, "value" | "onChange" | "defaultValue" | "onOk"> & import("react").RefAttributes<import("@rc-component/picker").PickerRef> & {
1262
+ multiple?: boolean;
1263
+ defaultValue?: unknown;
1264
+ value?: unknown;
1265
+ onChange?: (date: unknown, dateString: string | string[]) => void;
1266
+ onOk?: (date: unknown) => void;
1267
+ }>, "ref"> & import("react").RefAttributes<unknown>> & {
1268
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
1269
+ locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
1270
+ size?: import("antd/es/button").ButtonSize;
1271
+ placement?: "topLeft" | "bottomLeft" | "topRight" | "bottomRight";
1272
+ bordered?: boolean;
1273
+ status?: "" | "warning" | "error" | "success" | "validating";
1274
+ variant?: "outlined" | "borderless" | "filled" | "underlined";
1275
+ dropdownClassName?: string;
1276
+ popupClassName?: string;
1277
+ rootClassName?: string;
1278
+ popupStyle?: import("react").CSSProperties;
1279
+ classNames?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
1280
+ root?: string;
1281
+ prefix?: string;
1282
+ input?: string;
1283
+ suffix?: string;
1284
+ popup?: string | {
1285
+ root?: string;
1286
+ header?: string;
1287
+ body?: string;
1288
+ content?: string;
1289
+ item?: string;
1290
+ footer?: string;
1291
+ container?: string;
1292
+ };
1293
+ }> | ((info: {
1294
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
1295
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
1296
+ root?: string;
1297
+ prefix?: string;
1298
+ input?: string;
1299
+ suffix?: string;
1300
+ popup?: string | {
1301
+ root?: string;
1302
+ header?: string;
1303
+ body?: string;
1304
+ content?: string;
1305
+ item?: string;
1306
+ footer?: string;
1307
+ container?: string;
1308
+ };
1309
+ }>);
1310
+ styles?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
1311
+ root?: import("react").CSSProperties;
1312
+ prefix?: import("react").CSSProperties;
1313
+ input?: import("react").CSSProperties;
1314
+ suffix?: import("react").CSSProperties;
1315
+ popup?: {
1316
+ root?: import("react").CSSProperties;
1317
+ header?: import("react").CSSProperties;
1318
+ body?: import("react").CSSProperties;
1319
+ content?: import("react").CSSProperties;
1320
+ item?: import("react").CSSProperties;
1321
+ footer?: import("react").CSSProperties;
1322
+ container?: import("react").CSSProperties;
1323
+ };
1324
+ }> | ((info: {
1325
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
1326
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
1327
+ root?: import("react").CSSProperties;
1328
+ prefix?: import("react").CSSProperties;
1329
+ input?: import("react").CSSProperties;
1330
+ suffix?: import("react").CSSProperties;
1331
+ popup?: {
1332
+ root?: import("react").CSSProperties;
1333
+ header?: import("react").CSSProperties;
1334
+ body?: import("react").CSSProperties;
1335
+ content?: import("react").CSSProperties;
1336
+ item?: import("react").CSSProperties;
1337
+ footer?: import("react").CSSProperties;
1338
+ container?: import("react").CSSProperties;
1339
+ };
1340
+ }>);
1341
+ } & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
1342
+ };
1343
+ TimePicker: import("react").FC<import("react").PropsWithChildren<import("antd").TimePickerProps>> & {
1344
+ RangePicker?: import("react").FC<import("react").PropsWithChildren<import("antd").TimeRangePickerProps>>;
1345
+ } & {
1346
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").TimeRangePickerProps & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
1347
+ };
1348
+ Select: import("@formily/react").ReactFC<import("antd").SelectProps<any, any>>;
1349
+ Radio: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioProps & import("react").RefAttributes<import("antd").CheckboxRef>>, "ref"> & import("react").RefAttributes<unknown>> & {
1350
+ __ANT_RADIO: boolean;
1351
+ Group: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioGroupProps & import("react").RefAttributes<HTMLDivElement>>, "ref"> & import("react").RefAttributes<unknown>>;
1352
+ };
1353
+ Slider: import("react").ForwardRefExoticComponent<(import("antd").SliderSingleProps | import("antd").SliderRangeProps) & import("react").RefAttributes<import("antd").SliderRef>>;
1354
+ Switch: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").SwitchProps & import("react").RefAttributes<HTMLButtonElement>>, "ref"> & import("react").RefAttributes<unknown>>;
1355
+ Space: import("react").FC<import("react").PropsWithChildren<import("antd").SpaceProps>>;
1356
+ ArrayItems: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
1357
+ Item: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement> & {
1358
+ type?: "card" | "divide";
1359
+ }>;
1360
+ };
1361
+ ArrayTable: import("@formily/react").ReactFC<import("antd").TableProps<any>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
1362
+ Column: import("@formily/react").ReactFC<import("antd").TableColumnProps<any>>;
1363
+ Addition: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IArrayBaseAdditionProps>;
1364
+ };
1365
+ FormCollapse: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormCollapseProps> & {
1366
+ CollapsePanel: import("react").FC<import("react").PropsWithChildren<import("antd").CollapsePanelProps>>;
1367
+ createFormCollapse: (defaultActiveKeys?: string | number | (string | number)[]) => {
1368
+ activeKeys: string | number | (string | number)[];
1369
+ setActiveKeys(keys: string | number | (string | number)[]): void;
1370
+ hasActiveKey(key: string | number): boolean;
1371
+ addActiveKey(key: string | number): void;
1372
+ removeActiveKey(key: string | number): void;
1373
+ toggleActiveKey(key: string | number): void;
1374
+ };
1375
+ };
1376
+ FormGrid: import("react").NamedExoticComponent<Omit<{
1377
+ children?: import("react").ReactNode;
1378
+ }, "ref" | "children" | keyof import("@thienvu18/formily-antd-v6").IFormGridProps> & import("@thienvu18/formily-antd-v6").IFormGridProps & {
1379
+ children?: import("react").ReactNode;
1380
+ } & {
1381
+ ref?: import("react").RefAttributes<any>;
1382
+ }> & {
1383
+ readonly type: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormGridProps & {
1384
+ children?: import("react").ReactNode;
1385
+ } & {
1386
+ ref?: import("react").RefAttributes<any>;
1387
+ }>;
1388
+ } & {
1389
+ createFormGrid: (props: import("@thienvu18/formily-antd-v6").IFormGridProps) => import("@formily/grid").Grid<HTMLElement>;
1390
+ useFormGrid: () => import("@formily/grid").Grid<HTMLElement>;
1391
+ GridColumn: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IGridColumnProps>>;
1392
+ };
1393
+ FormLayout: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormLayoutProps>> & {
1394
+ useFormLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
1395
+ useFormDeepLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
1396
+ useFormShallowLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
1397
+ };
1398
+ FormTab: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabProps>> & {
1399
+ TabPane: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabPaneProps>>;
1400
+ createFormTab: (defaultActiveKey?: string) => import("@thienvu18/formily-antd-v6").IFormTab;
1401
+ };
1402
+ }, Component_8, Decorator_8>): JSX.Element;
1403
+ displayName: string;
1404
+ };
1405
+ Number: {
1406
+ <Decorator_9 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab", Component_9 extends "Space" | "FormItem" | "CollapseItem" | "Input" | "ValueInput" | "SizeInput" | "ColorInput" | "ImageInput" | "MonacoInput" | "PositionInput" | "CornerInput" | "BackgroundImageInput" | "BackgroundStyleSetter" | "BoxStyleSetter" | "BorderStyleSetter" | "BorderRadiusStyleSetter" | "DisplayStyleSetter" | "BoxShadowStyleSetter" | "FlexStyleSetter" | "FontStyleSetter" | "DrawerSetter" | "NumberPicker" | "DatePicker" | "TimePicker" | "Select" | "Radio" | "Slider" | "Switch" | "ArrayItems" | "ArrayTable" | "FormCollapse" | "FormGrid" | "FormLayout" | "FormTab" | "FormItem.BaseItem" | "Input.TextArea" | "MonacoInput.loader" | "NumberPicker.$$typeof" | "DatePicker.$$typeof" | "DatePicker.RangePicker" | "TimePicker.RangePicker" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayItems.Item" | "ArrayItems.Addition" | "ArrayItems.Copy" | "ArrayItems.Remove" | "ArrayItems.MoveUp" | "ArrayItems.MoveDown" | "ArrayItems.SortHandle" | "ArrayItems.Index" | "ArrayItems.useArray" | "ArrayItems.useIndex" | "ArrayItems.useRecord" | "ArrayTable.Addition" | "ArrayTable.Copy" | "ArrayTable.Remove" | "ArrayTable.MoveUp" | "ArrayTable.MoveDown" | "ArrayTable.SortHandle" | "ArrayTable.Index" | "ArrayTable.useArray" | "ArrayTable.useIndex" | "ArrayTable.useRecord" | "ArrayTable.Column" | "FormCollapse.CollapsePanel" | "FormCollapse.createFormCollapse" | "FormGrid.type" | "FormGrid.$$typeof" | "FormGrid.createFormGrid" | "FormGrid.useFormGrid" | "FormGrid.GridColumn" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormTab.TabPane" | "FormTab.createFormTab">(props: import("@formily/react").ISchemaTypeFieldProps<{
1407
+ FormItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps> & {
1408
+ BaseItem: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormItemProps>;
1409
+ };
1410
+ CollapseItem: import("react").FC<import("./components").ICollapseItemProps>;
1411
+ Input: import("@formily/react").ReactFC<import("antd").InputProps> & {
1412
+ TextArea: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef>>, "ref"> & import("react").RefAttributes<unknown>>;
1413
+ };
1414
+ ValueInput: import("react").FC<import("./components").IInput>;
1415
+ SizeInput: import("react").FC<import("./components").IInput>;
1416
+ ColorInput: import("react").FC<import("./components").IColorInputProps>;
1417
+ ImageInput: import("react").FC<import("./components").ImageInputProps>;
1418
+ MonacoInput: import("react").FC<import("./components").MonacoInputProps> & {
1419
+ loader?: typeof import("@monaco-editor/loader").default;
1420
+ };
1421
+ PositionInput: import("react").FC<import("./components").IPositionInputProps>;
1422
+ CornerInput: import("react").FC<import("./components").ICornerInputProps>;
1423
+ BackgroundImageInput: import("react").FC<import("./components").ImageInputProps>;
1424
+ BackgroundStyleSetter: import("react").FC<import("./components").IBackgroundStyleSetterProps>;
1425
+ BoxStyleSetter: import("react").FC<import("./components").IMarginStyleSetterProps>;
1426
+ BorderStyleSetter: import("react").FC<import("./components").IBorderStyleSetterProps>;
1427
+ BorderRadiusStyleSetter: import("react").FC<import("./components").IBorderRadiusStyleSetterProps>;
1428
+ DisplayStyleSetter: import("react").FC<import("./components").IDisplayStyleSetterProps>;
1429
+ BoxShadowStyleSetter: import("react").FC<import("./components").IBoxShadowStyleSetterProps>;
1430
+ FlexStyleSetter: import("react").FC<import("./components").IFlexStyleSetterProps>;
1431
+ FontStyleSetter: import("react").FC<import("./components").IFontStyleSetterProps>;
1432
+ DrawerSetter: import("react").FC<import("./components").IDrawerSetterProps>;
1433
+ NumberPicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").InputNumberProps<import("@rc-component/mini-decimal").ValueType> & {
1434
+ children?: import("react").ReactNode;
1435
+ } & import("react").RefAttributes<import("@rc-component/input-number").InputNumberRef>>, "ref"> & import("react").RefAttributes<unknown>>;
1436
+ DatePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("antd/es/date-picker/generatePicker").PickerProps<import("dayjs").Dayjs>, "value" | "onChange" | "defaultValue" | "onOk"> & import("react").RefAttributes<import("@rc-component/picker").PickerRef> & {
1437
+ multiple?: boolean;
1438
+ defaultValue?: unknown;
1439
+ value?: unknown;
1440
+ onChange?: (date: unknown, dateString: string | string[]) => void;
1441
+ onOk?: (date: unknown) => void;
1442
+ }>, "ref"> & import("react").RefAttributes<unknown>> & {
1443
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<Omit<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>, "classNames" | "styles" | "locale" | "generateConfig" | "hideHeader"> & {
1444
+ locale?: import("antd/es/date-picker/generatePicker").PickerLocale;
1445
+ size?: import("antd/es/button").ButtonSize;
1446
+ placement?: "topLeft" | "bottomLeft" | "topRight" | "bottomRight";
1447
+ bordered?: boolean;
1448
+ status?: "" | "warning" | "error" | "success" | "validating";
1449
+ variant?: "outlined" | "borderless" | "filled" | "underlined";
1450
+ dropdownClassName?: string;
1451
+ popupClassName?: string;
1452
+ rootClassName?: string;
1453
+ popupStyle?: import("react").CSSProperties;
1454
+ classNames?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
1455
+ root?: string;
1456
+ prefix?: string;
1457
+ input?: string;
1458
+ suffix?: string;
1459
+ popup?: string | {
1460
+ root?: string;
1461
+ header?: string;
1462
+ body?: string;
1463
+ content?: string;
1464
+ item?: string;
1465
+ footer?: string;
1466
+ container?: string;
1467
+ };
1468
+ }> | ((info: {
1469
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
1470
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepClassNameType<{
1471
+ root?: string;
1472
+ prefix?: string;
1473
+ input?: string;
1474
+ suffix?: string;
1475
+ popup?: string | {
1476
+ root?: string;
1477
+ header?: string;
1478
+ body?: string;
1479
+ content?: string;
1480
+ item?: string;
1481
+ footer?: string;
1482
+ container?: string;
1483
+ };
1484
+ }>);
1485
+ styles?: import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
1486
+ root?: import("react").CSSProperties;
1487
+ prefix?: import("react").CSSProperties;
1488
+ input?: import("react").CSSProperties;
1489
+ suffix?: import("react").CSSProperties;
1490
+ popup?: {
1491
+ root?: import("react").CSSProperties;
1492
+ header?: import("react").CSSProperties;
1493
+ body?: import("react").CSSProperties;
1494
+ content?: import("react").CSSProperties;
1495
+ item?: import("react").CSSProperties;
1496
+ footer?: import("react").CSSProperties;
1497
+ container?: import("react").CSSProperties;
1498
+ };
1499
+ }> | ((info: {
1500
+ props: import("antd/es/date-picker/generatePicker/interface").InjectDefaultProps<import("@rc-component/picker").RangePickerProps<import("dayjs").Dayjs>>;
1501
+ }) => import("antd/es/_util/hooks/useMergeSemantic/semanticType").DeepStylesType<{
1502
+ root?: import("react").CSSProperties;
1503
+ prefix?: import("react").CSSProperties;
1504
+ input?: import("react").CSSProperties;
1505
+ suffix?: import("react").CSSProperties;
1506
+ popup?: {
1507
+ root?: import("react").CSSProperties;
1508
+ header?: import("react").CSSProperties;
1509
+ body?: import("react").CSSProperties;
1510
+ content?: import("react").CSSProperties;
1511
+ item?: import("react").CSSProperties;
1512
+ footer?: import("react").CSSProperties;
1513
+ container?: import("react").CSSProperties;
1514
+ };
1515
+ }>);
1516
+ } & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
1517
+ };
1518
+ TimePicker: import("react").FC<import("react").PropsWithChildren<import("antd").TimePickerProps>> & {
1519
+ RangePicker?: import("react").FC<import("react").PropsWithChildren<import("antd").TimeRangePickerProps>>;
1520
+ } & {
1521
+ RangePicker: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").TimeRangePickerProps & import("react").RefAttributes<import("@rc-component/picker").PickerRef>>, "ref"> & import("react").RefAttributes<unknown>>;
1522
+ };
1523
+ Select: import("@formily/react").ReactFC<import("antd").SelectProps<any, any>>;
1524
+ Radio: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioProps & import("react").RefAttributes<import("antd").CheckboxRef>>, "ref"> & import("react").RefAttributes<unknown>> & {
1525
+ __ANT_RADIO: boolean;
1526
+ Group: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").RadioGroupProps & import("react").RefAttributes<HTMLDivElement>>, "ref"> & import("react").RefAttributes<unknown>>;
1527
+ };
1528
+ Slider: import("react").ForwardRefExoticComponent<(import("antd").SliderSingleProps | import("antd").SliderRangeProps) & import("react").RefAttributes<import("antd").SliderRef>>;
1529
+ Switch: import("react").ForwardRefExoticComponent<Omit<Partial<import("antd").SwitchProps & import("react").RefAttributes<HTMLButtonElement>>, "ref"> & import("react").RefAttributes<unknown>>;
1530
+ Space: import("react").FC<import("react").PropsWithChildren<import("antd").SpaceProps>>;
1531
+ ArrayItems: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
1532
+ Item: import("@formily/react").ReactFC<import("react").HTMLAttributes<HTMLDivElement> & {
1533
+ type?: "card" | "divide";
1534
+ }>;
1535
+ };
1536
+ ArrayTable: import("@formily/react").ReactFC<import("antd").TableProps<any>> & import("@thienvu18/formily-antd-v6").ArrayBaseMixins & {
1537
+ Column: import("@formily/react").ReactFC<import("antd").TableColumnProps<any>>;
1538
+ Addition: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IArrayBaseAdditionProps>;
1539
+ };
1540
+ FormCollapse: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormCollapseProps> & {
1541
+ CollapsePanel: import("react").FC<import("react").PropsWithChildren<import("antd").CollapsePanelProps>>;
1542
+ createFormCollapse: (defaultActiveKeys?: string | number | (string | number)[]) => {
1543
+ activeKeys: string | number | (string | number)[];
1544
+ setActiveKeys(keys: string | number | (string | number)[]): void;
1545
+ hasActiveKey(key: string | number): boolean;
1546
+ addActiveKey(key: string | number): void;
1547
+ removeActiveKey(key: string | number): void;
1548
+ toggleActiveKey(key: string | number): void;
1549
+ };
1550
+ };
1551
+ FormGrid: import("react").NamedExoticComponent<Omit<{
1552
+ children?: import("react").ReactNode;
1553
+ }, "ref" | "children" | keyof import("@thienvu18/formily-antd-v6").IFormGridProps> & import("@thienvu18/formily-antd-v6").IFormGridProps & {
1554
+ children?: import("react").ReactNode;
1555
+ } & {
1556
+ ref?: import("react").RefAttributes<any>;
1557
+ }> & {
1558
+ readonly type: import("@formily/react").ReactFC<import("@thienvu18/formily-antd-v6").IFormGridProps & {
1559
+ children?: import("react").ReactNode;
1560
+ } & {
1561
+ ref?: import("react").RefAttributes<any>;
1562
+ }>;
1563
+ } & {
1564
+ createFormGrid: (props: import("@thienvu18/formily-antd-v6").IFormGridProps) => import("@formily/grid").Grid<HTMLElement>;
1565
+ useFormGrid: () => import("@formily/grid").Grid<HTMLElement>;
1566
+ GridColumn: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IGridColumnProps>>;
1567
+ };
1568
+ FormLayout: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormLayoutProps>> & {
1569
+ useFormLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
1570
+ useFormDeepLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
1571
+ useFormShallowLayout: () => import("@thienvu18/formily-antd-v6").IFormLayoutContext;
1572
+ };
1573
+ FormTab: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabProps>> & {
1574
+ TabPane: import("react").FC<import("react").PropsWithChildren<import("@thienvu18/formily-antd-v6").IFormTabPaneProps>>;
1575
+ createFormTab: (defaultActiveKey?: string) => import("@thienvu18/formily-antd-v6").IFormTab;
1576
+ };
1577
+ }, Component_9, Decorator_9>): JSX.Element;
1578
+ displayName: string;
1579
+ };
1580
+ };