@lm_fe/components 0.1.201 → 0.2.5

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 (187) hide show
  1. package/README.md +1 -1
  2. package/dist/keep-alive/common.d.ts +46 -0
  3. package/dist/keep-alive/components/AsyncComponent.d.ts +27 -0
  4. package/dist/keep-alive/components/Comment.d.ts +18 -0
  5. package/dist/keep-alive/components/Consumer.d.ts +20 -0
  6. package/dist/keep-alive/components/keepAlive.d.ts +4 -0
  7. package/dist/keep-alive/components/provider.d.ts +31 -0
  8. package/dist/keep-alive/contexts/IdentificationContext.d.ts +12 -0
  9. package/dist/keep-alive/contexts/KeepAliveContext.d.ts +5 -0
  10. package/dist/keep-alive/index.d.ts +7 -0
  11. package/dist/keep-alive/index.js +1901 -0
  12. package/dist/keep-alive/utils/bindLifecycle.d.ts +3 -0
  13. package/dist/keep-alive/utils/changePositionByComment.d.ts +1 -0
  14. package/dist/keep-alive/utils/createEventEmitter.d.ts +11 -0
  15. package/dist/keep-alive/utils/createStoreElement.d.ts +1 -0
  16. package/dist/keep-alive/utils/createUniqueIdentification.d.ts +8 -0
  17. package/dist/keep-alive/utils/debug.d.ts +3 -0
  18. package/dist/keep-alive/utils/getDisplayName.d.ts +2 -0
  19. package/dist/keep-alive/utils/getKeepAlive.d.ts +3 -0
  20. package/dist/keep-alive/utils/getKeyByFiberNode.d.ts +1 -0
  21. package/dist/keep-alive/utils/isRegExp.d.ts +1 -0
  22. package/dist/keep-alive/utils/keepAliveDecorator.d.ts +17 -0
  23. package/dist/keep-alive/utils/md5.d.ts +1 -0
  24. package/dist/keep-alive/utils/noop.d.ts +2 -0
  25. package/dist/keep-alive/utils/shallowEqual.d.ts +2 -0
  26. package/dist/keep-alive/utils/useKeepAliveEffect.d.ts +2 -0
  27. package/dist/keep-alive/utils/withIdentificationContextConsumer.d.ts +10 -0
  28. package/dist/keep-alive/utils/withKeepAliveContextConsumer.d.ts +10 -0
  29. package/dist/src/ArraySingle/Inner.d.ts +3 -0
  30. package/dist/src/ArraySingle/index.d.ts +2 -0
  31. package/dist/src/CaseTempleteEdit/Inner.d.ts +4 -0
  32. package/dist/src/CaseTempleteEdit/config.d.ts +20 -0
  33. package/dist/src/CaseTempleteEdit/index.d.ts +4 -0
  34. package/dist/src/CaseTempleteEdit/types.d.ts +19 -0
  35. package/dist/src/CaseTempleteEdit/utils.d.ts +2 -0
  36. package/dist/src/CaseTempleteEditEmr/Inner.d.ts +3 -0
  37. package/dist/src/CaseTempleteEditEmr/demo_text.d.ts +1 -0
  38. package/dist/src/CaseTempleteEditEmr/index.d.ts +2 -0
  39. package/dist/src/CaseTempleteEditEmr/types.d.ts +6 -0
  40. package/dist/src/CaseTempleteEditEmr/utils.d.ts +3 -0
  41. package/dist/{GlobalModal → src/GlobalModal}/index.d.ts +2 -1
  42. package/dist/src/LazyAntd/index.d.ts +17 -0
  43. package/dist/{Monaco → src/Monaco}/Inner.d.ts +1 -1
  44. package/dist/src/MyAddress/Inner.d.ts +3 -0
  45. package/dist/{MyImageEditor → src/MyImageEditor}/Inner.d.ts +1 -1
  46. package/dist/{MyImageEditor → src/MyImageEditor}/utils.d.ts +1 -1
  47. package/dist/{MyInput → src/MyInput}/index.d.ts +2 -2
  48. package/dist/{PDF_Frame_View → src/PDF_Frame_View}/utils.d.ts +1 -1
  49. package/dist/src/PatientSelect/Inner.d.ts +16 -0
  50. package/dist/src/PatientSelect/index.d.ts +3 -0
  51. package/dist/src/SimpleForm/Inner.d.ts +5 -0
  52. package/dist/{SimpleForm → src/SimpleForm}/components/TabForm/index.d.ts +3 -2
  53. package/dist/{SimpleForm → src/SimpleForm}/components/extra/Custom.d.ts +2 -1
  54. package/dist/{SimpleForm → src/SimpleForm}/components/index.d.ts +3 -6
  55. package/dist/src/SimpleForm/index.d.ts +17 -0
  56. package/dist/{SimpleForm/index.d.ts → src/SimpleForm/types.d.ts} +0 -14
  57. package/dist/src/a_chunks/ArraySingle.Inner.js +19 -0
  58. package/dist/src/a_chunks/CaseTempleteEdit.Inner.js +622 -0
  59. package/dist/src/a_chunks/CaseTempleteEditEmr.Inner.js +235 -0
  60. package/dist/{a_chunks/.root6.js → src/a_chunks/MyAddress.Inner.js} +38 -89
  61. package/dist/{a_chunks/.root4.js → src/a_chunks/MyImageEditor.Inner.js} +128 -179
  62. package/dist/{a_chunks/.root5.js → src/a_chunks/Old.InnerOld.js} +20 -59
  63. package/dist/{a_chunks/.root2.js → src/a_chunks/PDF_Frame_View.Inner.js} +11 -51
  64. package/dist/src/a_chunks/PatientSelect.Inner.js +281 -0
  65. package/dist/src/a_chunks/SimpleForm.Inner.js +318 -0
  66. package/dist/src/a_chunks/index.js +550 -0
  67. package/dist/src/a_chunks/style-inject.es.js +25 -0
  68. package/dist/src/config.d.ts +1 -0
  69. package/dist/{hooks → src/hooks}/index.d.ts +1 -0
  70. package/dist/src/hooks/use_fuck.d.ts +5 -0
  71. package/dist/src/index.d.ts +11 -0
  72. package/dist/src/index.js +10 -0
  73. package/dist/src/pack_components.d.ts +213 -0
  74. package/dist/src/utils/getInputStyle.d.ts +1 -0
  75. package/dist/src/utils/index.d.ts +1 -0
  76. package/dist/src/utils/other.d.ts +3 -0
  77. package/package.json +30 -26
  78. package/dist/ContainerDimensions2/index.d.ts +0 -10
  79. package/dist/LazyAntd/AutoComplete/Inner.d.ts +0 -4
  80. package/dist/LazyAntd/AutoComplete/index.d.ts +0 -4
  81. package/dist/LazyAntd/DatePicker/Base/Calendar.d.ts +0 -3
  82. package/dist/LazyAntd/DatePicker/Base/DatePicker.d.ts +0 -11
  83. package/dist/LazyAntd/DatePicker/Base/index.d.ts +0 -12
  84. package/dist/LazyAntd/DatePicker/Base/props.d.ts +0 -14
  85. package/dist/LazyAntd/DatePicker/Calendar.d.ts +0 -4
  86. package/dist/LazyAntd/DatePicker/DatePicker.d.ts +0 -4
  87. package/dist/LazyAntd/DatePicker/MonthPicker.d.ts +0 -4
  88. package/dist/LazyAntd/DatePicker/RangePicker.d.ts +0 -4
  89. package/dist/LazyAntd/DatePicker/TimePicker.d.ts +0 -4
  90. package/dist/LazyAntd/DatePicker/index.d.ts +0 -5
  91. package/dist/LazyAntd/Dropdown/Button.d.ts +0 -2
  92. package/dist/LazyAntd/Dropdown/Inner.d.ts +0 -3
  93. package/dist/LazyAntd/Dropdown/index.d.ts +0 -10
  94. package/dist/LazyAntd/Form/FormItemInner.d.ts +0 -2
  95. package/dist/LazyAntd/Form/Inner.d.ts +0 -3
  96. package/dist/LazyAntd/Form/index.d.ts +0 -9
  97. package/dist/LazyAntd/Modal/Inner.d.ts +0 -4
  98. package/dist/LazyAntd/Modal/index.d.ts +0 -3
  99. package/dist/LazyAntd/Pagination/Inner.d.ts +0 -3
  100. package/dist/LazyAntd/Pagination/index.d.ts +0 -3
  101. package/dist/LazyAntd/Select/Inner.d.ts +0 -3
  102. package/dist/LazyAntd/Select/OptionInner.d.ts +0 -2
  103. package/dist/LazyAntd/Select/index.d.ts +0 -10
  104. package/dist/LazyAntd/Table/Inner.d.ts +0 -3
  105. package/dist/LazyAntd/Table/index.d.ts +0 -3
  106. package/dist/LazyAntd/Tree/DirectoryTreeInner.d.ts +0 -3
  107. package/dist/LazyAntd/Tree/Inner.d.ts +0 -3
  108. package/dist/LazyAntd/Tree/TreeNodeInner.d.ts +0 -4
  109. package/dist/LazyAntd/Tree/index.d.ts +0 -12
  110. package/dist/LazyAntd/TreeSelect/Inner.d.ts +0 -3
  111. package/dist/LazyAntd/TreeSelect/index.d.ts +0 -3
  112. package/dist/LazyAntd/index.d.ts +0 -25
  113. package/dist/MyAddress/Inner.d.ts +0 -3
  114. package/dist/QRCode/Inner.d.ts +0 -3
  115. package/dist/QRCode/index.d.ts +0 -2
  116. package/dist/QRCode/types.d.ts +0 -68
  117. package/dist/a_chunks/.root.js +0 -805
  118. package/dist/a_chunks/.root.js.map +0 -1
  119. package/dist/a_chunks/.root10.js +0 -8
  120. package/dist/a_chunks/.root10.js.map +0 -1
  121. package/dist/a_chunks/.root11.js +0 -7
  122. package/dist/a_chunks/.root11.js.map +0 -1
  123. package/dist/a_chunks/.root12.js +0 -8
  124. package/dist/a_chunks/.root12.js.map +0 -1
  125. package/dist/a_chunks/.root13.js +0 -4
  126. package/dist/a_chunks/.root13.js.map +0 -1
  127. package/dist/a_chunks/.root14.js +0 -8
  128. package/dist/a_chunks/.root14.js.map +0 -1
  129. package/dist/a_chunks/.root15.js +0 -7
  130. package/dist/a_chunks/.root15.js.map +0 -1
  131. package/dist/a_chunks/.root16.js +0 -8
  132. package/dist/a_chunks/.root16.js.map +0 -1
  133. package/dist/a_chunks/.root17.js +0 -8
  134. package/dist/a_chunks/.root17.js.map +0 -1
  135. package/dist/a_chunks/.root18.js +0 -8
  136. package/dist/a_chunks/.root18.js.map +0 -1
  137. package/dist/a_chunks/.root19.js +0 -8
  138. package/dist/a_chunks/.root19.js.map +0 -1
  139. package/dist/a_chunks/.root2.js.map +0 -1
  140. package/dist/a_chunks/.root20.js +0 -6
  141. package/dist/a_chunks/.root20.js.map +0 -1
  142. package/dist/a_chunks/.root21.js +0 -5
  143. package/dist/a_chunks/.root21.js.map +0 -1
  144. package/dist/a_chunks/.root3.js +0 -7
  145. package/dist/a_chunks/.root3.js.map +0 -1
  146. package/dist/a_chunks/.root4.js.map +0 -1
  147. package/dist/a_chunks/.root5.js.map +0 -1
  148. package/dist/a_chunks/.root6.js.map +0 -1
  149. package/dist/a_chunks/.root7.js +0 -8
  150. package/dist/a_chunks/.root7.js.map +0 -1
  151. package/dist/a_chunks/.root8.js +0 -8
  152. package/dist/a_chunks/.root8.js.map +0 -1
  153. package/dist/a_chunks/.root9.js +0 -7
  154. package/dist/a_chunks/.root9.js.map +0 -1
  155. package/dist/a_chunks/index.js +0 -1238
  156. package/dist/a_chunks/index.js.map +0 -1
  157. package/dist/index.d.ts +0 -11
  158. package/dist/index.js +0 -45
  159. package/dist/index.js.map +0 -1
  160. package/dist/pack_components.d.ts +0 -17
  161. package/dist/utils/getInputStyle.d.ts +0 -11
  162. package/dist/utils/index.d.ts +0 -2
  163. package/dist/utils/other.d.ts +0 -4
  164. /package/dist/{ContainerDimensions → src/ContainerDimensions}/index.d.ts +0 -0
  165. /package/dist/{GlobalModal → src/GlobalModal}/utils.d.ts +0 -0
  166. /package/dist/{Monaco → src/Monaco}/index.d.ts +0 -0
  167. /package/dist/{MyAddress → src/MyAddress}/Old/InnerOld.d.ts +0 -0
  168. /package/dist/{MyAddress → src/MyAddress}/Old/index.d.ts +0 -0
  169. /package/dist/{MyAddress → src/MyAddress}/Old/options.d.ts +0 -0
  170. /package/dist/{MyAddress → src/MyAddress}/index.d.ts +0 -0
  171. /package/dist/{MyAddress → src/MyAddress}/type.d.ts +0 -0
  172. /package/dist/{MyAddress → src/MyAddress}/utils.d.ts +0 -0
  173. /package/dist/{MyImageEditor → src/MyImageEditor}/index.d.ts +0 -0
  174. /package/dist/{MyImageEditor → src/MyImageEditor}/init_delete_control.d.ts +0 -0
  175. /package/dist/{MyInput → src/MyInput}/types.d.ts +0 -0
  176. /package/dist/{MyLazyComponent → src/MyLazyComponent}/index.d.ts +0 -0
  177. /package/dist/{PDF_Frame_View → src/PDF_Frame_View}/Inner.d.ts +0 -0
  178. /package/dist/{PDF_Frame_View → src/PDF_Frame_View}/index.d.ts +0 -0
  179. /package/dist/{PDF_Frame_View → src/PDF_Frame_View}/types.d.ts +0 -0
  180. /package/dist/{SimpleForm → src/SimpleForm}/components/extra/MultiInput.d.ts +0 -0
  181. /package/dist/{SimpleForm → src/SimpleForm}/components/extra/SimpleSelect.d.ts +0 -0
  182. /package/dist/{SimpleForm → src/SimpleForm}/components/extra/SwitchSelect.d.ts +0 -0
  183. /package/dist/{SimpleForm → src/SimpleForm}/types/help.d.ts +0 -0
  184. /package/dist/{SimpleForm → src/SimpleForm}/types/metaTypes.d.ts +0 -0
  185. /package/dist/{hooks → src/hooks}/useMchcDriverStatus.d.ts +0 -0
  186. /package/dist/{hooks → src/hooks}/useMyEffect.d.ts +0 -0
  187. /package/dist/{style → src/style}/index.d.ts +0 -0
@@ -0,0 +1,213 @@
1
+ import { MyAddress } from './MyAddress';
2
+ export * from './MyAddress';
3
+ export * from './MyImageEditor';
4
+ export * from './PatientSelect';
5
+ export declare const pack_components: {
6
+ MyAddress: typeof MyAddress;
7
+ MyImageEditor: ((props: import("./MyImageEditor").IMyImageEditorProps) => import("react").JSX.Element) & {
8
+ events: {
9
+ save: string;
10
+ create: string;
11
+ };
12
+ };
13
+ ArraySingle: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").IArraySingleProps, string>;
14
+ PatientSelect: import("react").LazyExoticComponent<typeof import("./PatientSelect/Inner").default>;
15
+ Divider: import("react").FC<import("antd").DividerProps>;
16
+ MyIconSelect: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").IMyIconSelectProps, string>;
17
+ MI: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").IMyInputProps, string>;
18
+ input: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").IMyInputProps, string>;
19
+ Input: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").IMyInputProps, string>;
20
+ MyInput: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").IMyInputProps, string>;
21
+ MyInputNumber: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components/dist/MyInputNumber").IMyInputNumberProps>;
22
+ InputNumber: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components/dist/MyInputNumber").IMyInputNumberProps>;
23
+ input_number: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components/dist/MyInputNumber").IMyInputNumberProps>;
24
+ MyDatePicker: import("@noah-libjs/components").TMyDatePicker;
25
+ DatePicker: import("@noah-libjs/components").TMyDatePicker;
26
+ DP: import("@noah-libjs/components").TMyDatePicker;
27
+ single_date_picker: import("@noah-libjs/components").TMyDatePicker;
28
+ CusDatePicker: import("@noah-libjs/components").TMyDatePicker;
29
+ date: import("@noah-libjs/components").TMyDatePicker;
30
+ MyRangePicker: import("react").FunctionComponent<{
31
+ disabled?: boolean;
32
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
33
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
34
+ isDisplay?: boolean;
35
+ } & import("@noah-libjs/components").IMyRangePickerProps> & {
36
+ DisplayFC?: import("react").FunctionComponent<{
37
+ disabled?: boolean;
38
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
39
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
40
+ isDisplay?: boolean;
41
+ } & import("@noah-libjs/components").IMyRangePickerProps> | undefined;
42
+ };
43
+ RangePicker: import("react").FunctionComponent<{
44
+ disabled?: boolean;
45
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
46
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
47
+ isDisplay?: boolean;
48
+ } & import("@noah-libjs/components").IMyRangePickerProps> & {
49
+ DisplayFC?: import("react").FunctionComponent<{
50
+ disabled?: boolean;
51
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
52
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
53
+ isDisplay?: boolean;
54
+ } & import("@noah-libjs/components").IMyRangePickerProps> | undefined;
55
+ };
56
+ rangePicker: import("react").FunctionComponent<{
57
+ disabled?: boolean;
58
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
59
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
60
+ isDisplay?: boolean;
61
+ } & import("@noah-libjs/components").IMyRangePickerProps> & {
62
+ DisplayFC?: import("react").FunctionComponent<{
63
+ disabled?: boolean;
64
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
65
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
66
+ isDisplay?: boolean;
67
+ } & import("@noah-libjs/components").IMyRangePickerProps> | undefined;
68
+ };
69
+ range_picker: import("react").FunctionComponent<{
70
+ disabled?: boolean;
71
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
72
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
73
+ isDisplay?: boolean;
74
+ } & import("@noah-libjs/components").IMyRangePickerProps> & {
75
+ DisplayFC?: import("react").FunctionComponent<{
76
+ disabled?: boolean;
77
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
78
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
79
+ isDisplay?: boolean;
80
+ } & import("@noah-libjs/components").IMyRangePickerProps> | undefined;
81
+ };
82
+ MyRangeDate: import("react").FunctionComponent<{
83
+ disabled?: boolean;
84
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
85
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
86
+ isDisplay?: boolean;
87
+ } & import("@noah-libjs/components").IMyRangePickerProps> & {
88
+ DisplayFC?: import("react").FunctionComponent<{
89
+ disabled?: boolean;
90
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
91
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
92
+ isDisplay?: boolean;
93
+ } & import("@noah-libjs/components").IMyRangePickerProps> | undefined;
94
+ };
95
+ RangeDate: import("react").FunctionComponent<{
96
+ disabled?: boolean;
97
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
98
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
99
+ isDisplay?: boolean;
100
+ } & import("@noah-libjs/components").IMyRangePickerProps> & {
101
+ DisplayFC?: import("react").FunctionComponent<{
102
+ disabled?: boolean;
103
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
104
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
105
+ isDisplay?: boolean;
106
+ } & import("@noah-libjs/components").IMyRangePickerProps> | undefined;
107
+ };
108
+ rangeDate: import("react").FunctionComponent<{
109
+ disabled?: boolean;
110
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
111
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
112
+ isDisplay?: boolean;
113
+ } & import("@noah-libjs/components").IMyRangePickerProps> & {
114
+ DisplayFC?: import("react").FunctionComponent<{
115
+ disabled?: boolean;
116
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
117
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
118
+ isDisplay?: boolean;
119
+ } & import("@noah-libjs/components").IMyRangePickerProps> | undefined;
120
+ };
121
+ range_date: import("react").FunctionComponent<{
122
+ disabled?: boolean;
123
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
124
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
125
+ isDisplay?: boolean;
126
+ } & import("@noah-libjs/components").IMyRangePickerProps> & {
127
+ DisplayFC?: import("react").FunctionComponent<{
128
+ disabled?: boolean;
129
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
130
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
131
+ isDisplay?: boolean;
132
+ } & import("@noah-libjs/components").IMyRangePickerProps> | undefined;
133
+ };
134
+ MyRangeDateTime: import("react").FunctionComponent<{
135
+ disabled?: boolean;
136
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
137
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
138
+ isDisplay?: boolean;
139
+ } & import("@noah-libjs/components").IMyRangePickerProps> & {
140
+ DisplayFC?: import("react").FunctionComponent<{
141
+ disabled?: boolean;
142
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
143
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
144
+ isDisplay?: boolean;
145
+ } & import("@noah-libjs/components").IMyRangePickerProps> | undefined;
146
+ };
147
+ RangeDateTime: import("react").FunctionComponent<{
148
+ disabled?: boolean;
149
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
150
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
151
+ isDisplay?: boolean;
152
+ } & import("@noah-libjs/components").IMyRangePickerProps> & {
153
+ DisplayFC?: import("react").FunctionComponent<{
154
+ disabled?: boolean;
155
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
156
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
157
+ isDisplay?: boolean;
158
+ } & import("@noah-libjs/components").IMyRangePickerProps> | undefined;
159
+ };
160
+ rangeDateTime: import("react").FunctionComponent<{
161
+ disabled?: boolean;
162
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
163
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
164
+ isDisplay?: boolean;
165
+ } & import("@noah-libjs/components").IMyRangePickerProps> & {
166
+ DisplayFC?: import("react").FunctionComponent<{
167
+ disabled?: boolean;
168
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
169
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
170
+ isDisplay?: boolean;
171
+ } & import("@noah-libjs/components").IMyRangePickerProps> | undefined;
172
+ };
173
+ range_date_time: import("react").FunctionComponent<{
174
+ disabled?: boolean;
175
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
176
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
177
+ isDisplay?: boolean;
178
+ } & import("@noah-libjs/components").IMyRangePickerProps> & {
179
+ DisplayFC?: import("react").FunctionComponent<{
180
+ disabled?: boolean;
181
+ value?: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue;
182
+ onChange?(v: import("@noah-libjs/components/dist/MyRangeDate/utils").MyValue, v2?: any): void;
183
+ isDisplay?: boolean;
184
+ } & import("@noah-libjs/components").IMyRangePickerProps> | undefined;
185
+ };
186
+ MyColor: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components/dist/MyColor/types").IMyColorProps>;
187
+ MySwitch: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components/dist/MySwitch/types").IMySwitchProps, boolean>;
188
+ switch: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components/dist/MySwitch/types").IMySwitchProps, boolean>;
189
+ Switch: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components/dist/MySwitch/types").IMySwitchProps, boolean>;
190
+ MSW: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components/dist/MySwitch/types").IMySwitchProps, boolean>;
191
+ ArrayInput: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").IArrayInputProps, string>;
192
+ MySelect: import("react").LazyExoticComponent<import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").IMySelectProps, string | number>> & {
193
+ DisplayFC: typeof import("@noah-libjs/components/dist/MySelect/Display").DisplayFC;
194
+ };
195
+ MS: import("react").LazyExoticComponent<import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").IMySelectProps, string | number>> & {
196
+ DisplayFC: typeof import("@noah-libjs/components/dist/MySelect/Display").DisplayFC;
197
+ };
198
+ Select: import("react").LazyExoticComponent<import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").IMySelectProps, string | number>> & {
199
+ DisplayFC: typeof import("@noah-libjs/components/dist/MySelect/Display").DisplayFC;
200
+ };
201
+ select: import("react").LazyExoticComponent<import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").IMySelectProps, string | number>> & {
202
+ DisplayFC: typeof import("@noah-libjs/components/dist/MySelect/Display").DisplayFC;
203
+ };
204
+ MyCheckbox: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").IMyCheckboxProps>;
205
+ Checkbox: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").IMyCheckboxProps>;
206
+ MC: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").IMyCheckboxProps>;
207
+ checkbox: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").IMyCheckboxProps>;
208
+ MyButton: typeof import("@noah-libjs/components").MyButton;
209
+ MyAutoComplete: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").MyAutoCompleteProps>;
210
+ MA: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").MyAutoCompleteProps>;
211
+ AutoComplete: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").MyAutoCompleteProps>;
212
+ autocomplete: import("@noah-libjs/components").TCommonComponent<import("@noah-libjs/components").MyAutoCompleteProps>;
213
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export * from './other';
@@ -0,0 +1,3 @@
1
+ import { AnyObject } from "@lm_fe/utils";
2
+ import { FormInstance } from "antd";
3
+ export declare function validate_form<T = AnyObject>(f: FormInstance): Promise<T | null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lm_fe/components",
3
- "version": "0.1.201",
3
+ "version": "0.2.5",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -9,17 +9,36 @@
9
9
  "clean": "rimraf dist",
10
10
  "prebuild": "pnpm clean"
11
11
  },
12
- "main": "dist/index.js",
12
+ "main": "dist/src/index.js",
13
13
  "directories": {
14
14
  "lib": "dist"
15
15
  },
16
16
  "files": [
17
17
  "dist"
18
18
  ],
19
+ "types": "dist/src/index.d.ts",
19
20
  "peerDependencies": {
20
- "antd": ">=4.9.1 <=4.17.4",
21
+ "@lm_fe/scripts": "*",
22
+ "@monaco-editor/react": "^4.5.1",
23
+ "axios": ">=0.26.0",
24
+ "braft-editor": ">=2.3.9",
25
+ "classnames": "*",
26
+ "dayjs": "^1.11.13",
27
+ "echarts": "^5.0.1",
28
+ "fabric": "5.*",
29
+ "history": "^4.9.0",
30
+ "monaco-editor": "^0.39.0",
31
+ "quill": "1.*",
32
+ "quill-image-resize-module": "3.*",
21
33
  "react": "*",
22
- "react-router-dom": "^5.2.0"
34
+ "react-container-dimensions": "1.4.1",
35
+ "react-dnd": "^11.1.3",
36
+ "react-dnd-html5-backend": "^11.1.3",
37
+ "react-keep-alive-pro": "*",
38
+ "react-resizable": "3.0.4",
39
+ "react-router-dom": "^5.2.0",
40
+ "react-to-print": "^2.14.7",
41
+ "reconnecting-websocket": "4.x"
23
42
  },
24
43
  "keywords": [],
25
44
  "author": "",
@@ -33,31 +52,16 @@
33
52
  "rollup-plugin-postcss": "^4.0.2"
34
53
  },
35
54
  "dependencies": {
36
- "@lm_fe/env": "^0.1.201",
37
- "@lm_fe/scripts": "0.1.102",
38
- "@lm_fe/service": "^0.1.201",
39
- "@lm_fe/static": "*",
40
- "@lm_fe/utils": "^0.1.201",
41
- "@monaco-editor/react": "^4.5.1",
42
- "antd-img-crop": "*",
43
- "classnames": "*",
44
- "fabric": "5.*",
45
- "history": "^4.9.0",
46
- "monaco-editor": "^0.39.0",
47
- "qrcode.react": "^4.2.0",
48
- "quill": "1.*",
49
- "quill-image-resize-module": "3.*",
50
- "react-color": "2.*",
51
- "react-container-dimensions": "1.4.1",
52
- "react-dnd": "^11.1.3",
53
- "react-dnd-html5-backend": "^11.1.3",
54
- "react-keep-alive-pro": "*",
55
- "react-resizable": "3.0.4",
56
- "react-to-print": "^2.14.7"
55
+ "@lm_fe/env": "^0.2.5",
56
+ "@lm_fe/provoke": "^0.2.5",
57
+ "@lm_fe/scripts": "*",
58
+ "@lm_fe/service": "^0.2.5",
59
+ "@lm_fe/utils": "^0.2.5",
60
+ "@noah-libjs/components": "*"
57
61
  },
58
62
  "publishConfig": {
59
63
  "access": "public"
60
64
  },
61
65
  "license": "MIT",
62
- "gitHead": "ec1dcf6e3b2d06782779a21f536300bb2536ea6b"
66
+ "gitHead": "41645962e95f6657643e6c6cb16320dd78f4cfcd"
63
67
  }
@@ -1,10 +0,0 @@
1
- import React, { Component } from "react";
2
- import { FC } from "react";
3
- import { ContainerDimensionsProps } from 'react-container-dimensions';
4
- export declare class ContainerDimensions2 extends Component<ContainerDimensionsProps, {
5
- Comp: FC<ContainerDimensionsProps> | null;
6
- }> {
7
- constructor(props: any);
8
- componentDidMount(): void;
9
- render(): React.JSX.Element;
10
- }
@@ -1,4 +0,0 @@
1
- import { AutoCompleteProps } from 'antd/es/auto-complete';
2
- import 'antd/es/auto-complete/style';
3
- import React from 'react';
4
- export default function LazyInner(props: AutoCompleteProps): React.JSX.Element;
@@ -1,4 +0,0 @@
1
- import { AutoCompleteProps } from 'antd/es/auto-complete';
2
- import * as React from 'react';
3
- declare const AutoComplete_L: React.ForwardRefExoticComponent<AutoCompleteProps & React.RefAttributes<any>>;
4
- export { AutoComplete_L, AutoCompleteProps };
@@ -1,3 +0,0 @@
1
- import { Dayjs } from 'dayjs';
2
- declare const Calendar: (props: import("antd/es/calendar/generateCalendar").CalendarProps<Dayjs>) => JSX.Element;
3
- export default Calendar;
@@ -1,11 +0,0 @@
1
- import { Dayjs } from 'dayjs';
2
- import 'antd/es/date-picker/style/index';
3
- declare const DatePicker: import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<import("antd/es/date-picker/generatePicker").PickerProps<Dayjs>, unknown> & {
4
- WeekPicker: import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<Omit<import("antd/es/date-picker/generatePicker").PickerDateProps<Dayjs>, "picker">, unknown>;
5
- MonthPicker: import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<Omit<import("antd/es/date-picker/generatePicker").PickerDateProps<Dayjs>, "picker">, unknown>;
6
- YearPicker: import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<Omit<import("antd/es/date-picker/generatePicker").PickerDateProps<Dayjs>, "picker">, unknown>;
7
- RangePicker: import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<import("antd/es/date-picker/generatePicker").RangePickerProps<Dayjs>, unknown>;
8
- TimePicker: import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<Omit<import("antd/es/date-picker/generatePicker").PickerTimeProps<Dayjs>, "picker">, unknown>;
9
- QuarterPicker: import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<Omit<import("antd/es/date-picker/generatePicker").PickerTimeProps<Dayjs>, "picker">, unknown>;
10
- };
11
- export { DatePicker };
@@ -1,12 +0,0 @@
1
- export declare const DatePickerInner: import("react").LazyExoticComponent<import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<import("antd/es/date-picker/generatePicker").PickerProps<import("dayjs").Dayjs>, unknown> & {
2
- WeekPicker: import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<Omit<import("antd/es/date-picker/generatePicker").PickerDateProps<import("dayjs").Dayjs>, "picker">, unknown>;
3
- MonthPicker: import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<Omit<import("antd/es/date-picker/generatePicker").PickerDateProps<import("dayjs").Dayjs>, "picker">, unknown>;
4
- YearPicker: import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<Omit<import("antd/es/date-picker/generatePicker").PickerDateProps<import("dayjs").Dayjs>, "picker">, unknown>;
5
- RangePicker: import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<import("antd/es/date-picker/generatePicker").RangePickerProps<import("dayjs").Dayjs>, unknown>;
6
- TimePicker: import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<Omit<import("antd/es/date-picker/generatePicker").PickerTimeProps<import("dayjs").Dayjs>, "picker">, unknown>;
7
- QuarterPicker: import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<Omit<import("antd/es/date-picker/generatePicker").PickerTimeProps<import("dayjs").Dayjs>, "picker">, unknown>;
8
- }>;
9
- export declare const RangePickerInner: import("react").LazyExoticComponent<import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<import("antd/es/date-picker/generatePicker").RangePickerProps<import("dayjs").Dayjs>, unknown>>;
10
- export declare const MonthPickerInner: import("react").LazyExoticComponent<import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<Omit<import("antd/es/date-picker/generatePicker").PickerDateProps<import("dayjs").Dayjs>, "picker">, unknown>>;
11
- export declare const TimePickerInner: import("react").LazyExoticComponent<import("antd/es/date-picker/generatePicker/interface").PickerComponentClass<Omit<import("antd/es/date-picker/generatePicker").PickerTimeProps<import("dayjs").Dayjs>, "picker">, unknown>>;
12
- export declare const CalendarInner: import("react").LazyExoticComponent<(props: import("antd/es/calendar/generateCalendar").CalendarProps<import("dayjs").Dayjs>) => JSX.Element>;
@@ -1,14 +0,0 @@
1
- import { Dayjs } from 'dayjs';
2
- import { RangePickerProps as RangePickerProps_, PickerTimeProps as PickerTimeProps_, PickerDateProps as PickerDateProps_, PickerProps as PickerProps_ } from 'antd/es/date-picker/generatePicker';
3
- import { CalendarProps as CalendarProps_ } from 'antd/es/calendar/generateCalendar';
4
- export type CalendarProps = CalendarProps_<Dayjs>;
5
- export type DatePickerProps = PickerProps_<Dayjs>;
6
- export type RangePickerProps = RangePickerProps_<Dayjs>;
7
- export interface TimePickerProps extends Omit<PickerTimeProps_<Dayjs>, 'picker'> {
8
- }
9
- export interface WeekPickerProps extends Omit<PickerDateProps_<Dayjs>, "picker"> {
10
- }
11
- export interface MonthPickerProps extends Omit<PickerDateProps_<Dayjs>, "picker"> {
12
- }
13
- export interface YearPickerProps extends Omit<PickerDateProps_<Dayjs>, "picker"> {
14
- }
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import { CalendarProps } from './Base/props';
3
- declare const Calendar_L: React.ForwardRefExoticComponent<CalendarProps & React.RefAttributes<any>>;
4
- export { Calendar_L, CalendarProps };
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import { DatePickerProps } from './Base/props';
3
- declare const DatePicker_L: React.ForwardRefExoticComponent<DatePickerProps & React.RefAttributes<any>>;
4
- export { DatePicker_L, DatePickerProps };
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import { MonthPickerProps } from './Base/props';
3
- declare const MonthPicker_L: React.ForwardRefExoticComponent<MonthPickerProps & React.RefAttributes<any>>;
4
- export { MonthPicker_L, MonthPickerProps };
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { RangePickerProps } from './Base/props';
3
- declare const RangePicker_L: React.ForwardRefExoticComponent<RangePickerProps & React.RefAttributes<any>>;
4
- export { RangePicker_L, RangePickerProps };
@@ -1,4 +0,0 @@
1
- import * as React from 'react';
2
- import { TimePickerProps } from './Base/props';
3
- declare const TimePicker_L: React.ForwardRefExoticComponent<TimePickerProps & React.RefAttributes<any>>;
4
- export { TimePicker_L, TimePickerProps };
@@ -1,5 +0,0 @@
1
- export * from './DatePicker';
2
- export * from './TimePicker';
3
- export * from './MonthPicker';
4
- export * from './RangePicker';
5
- export * from './Calendar';
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export default function LazyInner(props: any): React.JSX.Element;
@@ -1,3 +0,0 @@
1
- import 'antd/es/dropdown/style';
2
- import React from 'react';
3
- export default function LazyInner(props: any): React.JSX.Element;
@@ -1,10 +0,0 @@
1
- import { DropDownProps } from 'antd';
2
- import { DropdownButtonProps } from 'antd/es/dropdown';
3
- import React, { FC } from 'react';
4
- declare const Dropdown_: FC<DropDownProps>;
5
- declare function Button(props: DropdownButtonProps): React.JSX.Element;
6
- type DropdownType = typeof Dropdown_ & {
7
- Button: typeof Button;
8
- };
9
- export declare const Dropdown: DropdownType;
10
- export {};
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export default function LazyInner(props: any): React.JSX.Element;
@@ -1,3 +0,0 @@
1
- import 'antd/es/form/style';
2
- import React from 'react';
3
- export default function LazyInner(props: any): React.JSX.Element;
@@ -1,9 +0,0 @@
1
- import { FormProps } from 'antd';
2
- import React from 'react';
3
- declare const FormItemInner: React.LazyExoticComponent<typeof import("./FormItemInner").default>;
4
- declare function Form_<T extends Object = any>(props: FormProps<T>): React.JSX.Element;
5
- type TreeType = typeof Form_ & {
6
- Item: typeof FormItemInner;
7
- };
8
- export declare const Form: TreeType;
9
- export {};
@@ -1,4 +0,0 @@
1
- import { ModalProps } from 'antd';
2
- import 'antd/es/modal/style';
3
- import React from 'react';
4
- export default function LazyInner(props: ModalProps): React.JSX.Element;
@@ -1,3 +0,0 @@
1
- import { ModalProps } from 'antd';
2
- import React from 'react';
3
- export declare function Modal(props: ModalProps): React.JSX.Element;
@@ -1,3 +0,0 @@
1
- import { Pagination } from 'antd';
2
- import 'antd/es/pagination/style';
3
- export default Pagination;
@@ -1,3 +0,0 @@
1
- import { PaginationProps } from 'antd/es/pagination';
2
- import React from 'react';
3
- export declare function Pagination(props: PaginationProps): React.JSX.Element;
@@ -1,3 +0,0 @@
1
- import 'antd/es/select/style';
2
- import React from 'react';
3
- export default function LazyInner(props: any): React.JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export default function LazyInner(props: any): React.JSX.Element;
@@ -1,10 +0,0 @@
1
- import { SelectProps } from 'antd';
2
- import { OptionProps } from 'antd/lib/select';
3
- import React from 'react';
4
- declare function Select_<T extends Object = any>(props: SelectProps<T>): React.JSX.Element;
5
- declare function SelectOption(props: OptionProps): React.JSX.Element;
6
- type SelectType = typeof Select_ & {
7
- Option: typeof SelectOption;
8
- };
9
- export declare const Select: SelectType;
10
- export {};
@@ -1,3 +0,0 @@
1
- import 'antd/es/table/style';
2
- import React from 'react';
3
- export default function LazyInner(props: any): React.JSX.Element;
@@ -1,3 +0,0 @@
1
- import { TableProps } from 'antd';
2
- import React from 'react';
3
- export declare function Table<T extends Object = any>(props: TableProps<T>): React.JSX.Element;
@@ -1,3 +0,0 @@
1
- import 'antd/es/tree/style';
2
- import React from 'react';
3
- export default function LazyInner(props: any): React.JSX.Element;
@@ -1,3 +0,0 @@
1
- import 'antd/es/tree/style';
2
- import React from 'react';
3
- export default function LazyInner(props: any): React.JSX.Element;
@@ -1,4 +0,0 @@
1
- import 'antd/es/tree/style';
2
- import React from 'react';
3
- declare const _default: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
4
- export default _default;
@@ -1,12 +0,0 @@
1
- import { TreeProps } from 'antd';
2
- import { DirectoryTreeProps } from 'antd/lib/tree';
3
- import TreeNode from 'rc-tree/es/TreeNode';
4
- import React from 'react';
5
- declare function Tree_<T extends Object = any>(props: TreeProps<T>): React.JSX.Element;
6
- declare function DirectoryTree(props: DirectoryTreeProps): React.JSX.Element;
7
- type TreeType = typeof Tree_ & {
8
- TreeNode: typeof TreeNode;
9
- DirectoryTree: typeof DirectoryTree;
10
- };
11
- export declare const Tree: TreeType;
12
- export {};
@@ -1,3 +0,0 @@
1
- import 'antd/es/tree-select/style';
2
- import React from 'react';
3
- export default function LazyInner(props: any): React.JSX.Element;
@@ -1,3 +0,0 @@
1
- import { TreeSelectProps } from 'antd';
2
- import React from 'react';
3
- export declare function TreeSelect<T extends Object = any>(props: TreeSelectProps<T>): React.JSX.Element;
@@ -1,25 +0,0 @@
1
- export * from './DatePicker';
2
- export * from './AutoComplete';
3
- import { Modal } from "./Modal";
4
- import { Pagination } from "./Pagination";
5
- import { Table } from "./Table";
6
- import { TreeSelect } from "./TreeSelect";
7
- export declare const LazyAntd: {
8
- Table: typeof Table;
9
- Tree: (<T extends Object = any>(props: import("antd").TreeProps<T>) => import("react").JSX.Element) & {
10
- TreeNode: import("react").FC<import("rc-tree/es/TreeNode").TreeNodeProps<import("rc-tree/es/interface").DataNode>>;
11
- DirectoryTree: (props: import("antd/lib/tree").DirectoryTreeProps) => import("react").JSX.Element;
12
- };
13
- TreeSelect: typeof TreeSelect;
14
- Select: (<T extends Object = any>(props: import("antd").SelectProps<T>) => import("react").JSX.Element) & {
15
- Option: (props: import("rc-select/lib/Option").OptionProps) => import("react").JSX.Element;
16
- };
17
- Dropdown: import("react").FC<import("antd").DropDownProps> & {
18
- Button: (props: import("antd/es/dropdown").DropdownButtonProps) => import("react").JSX.Element;
19
- };
20
- Pagination: typeof Pagination;
21
- Modal: typeof Modal;
22
- Form: (<T extends Object = any>(props: import("antd").FormProps<T>) => import("react").JSX.Element) & {
23
- Item: import("react").LazyExoticComponent<typeof import("./Form/FormItemInner").default>;
24
- };
25
- };
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IMyAddressProps } from './type';
3
- export default function MyAddressNew(props: IMyAddressProps): React.JSX.Element;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { QRProps } from './types';
3
- export default function QRCode(props: QRProps): React.JSX.Element;
@@ -1,2 +0,0 @@
1
- declare const QRCode: import("react").LazyExoticComponent<typeof import("./Inner").default>;
2
- export { QRCode };