@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
@@ -1,68 +0,0 @@
1
- export type QRProps = {
2
- type?: 'svg' | 'canvas';
3
- /**
4
- * The value to encode into the QR Code. An array of strings can be passed in
5
- * to represent multiple segments to further optimize the QR Code.
6
- */
7
- value: string | string[];
8
- /**
9
- * The size, in pixels, to render the QR Code.
10
- * @defaultValue 128
11
- */
12
- size?: number;
13
- /**
14
- * The Error Correction Level to use.
15
- * @see https://www.qrcode.com/en/about/error_correction.html
16
- * @defaultValue L
17
- */
18
- level?: any;
19
- /**
20
- * The background color used to render the QR Code.
21
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/color_value
22
- * @defaultValue #FFFFFF
23
- */
24
- bgColor?: string;
25
- /**
26
- * The foregtound color used to render the QR Code.
27
- * @see https://developer.mozilla.org/en-US/docs/Web/CSS/color_value
28
- * @defaultValue #000000
29
- */
30
- fgColor?: string;
31
- /**
32
- * Whether or not a margin of 4 modules should be rendered as a part of the
33
- * QR Code.
34
- * @deprecated Use `marginSize` instead.
35
- * @defaultValue false
36
- */
37
- includeMargin?: boolean;
38
- /**
39
- * The number of _modules_ to use for margin. The QR Code specification
40
- * requires `4`, however you can specify any number. Values will be turned to
41
- * integers with `Math.floor`. Overrides `includeMargin` when both are specified.
42
- * @defaultValue 0
43
- */
44
- marginSize?: number;
45
- /**
46
- * The title to assign to the QR Code. Used for accessibility reasons.
47
- */
48
- title?: string;
49
- /**
50
- * The minimum version used when encoding the QR Code. Valid values are 1-40
51
- * with higher values resulting in more complex QR Codes. The optimal
52
- * (lowest) version is determined for the `value` provided, using `minVersion`
53
- * as the lower bound.
54
- * @defaultValue 1
55
- */
56
- minVersion?: number;
57
- /**
58
- * If enabled, the Error Correction Level of the result may be higher than
59
- * the specified Error Correction Level option if it can be done without
60
- * increasing the version.
61
- * @defaultValue true
62
- */
63
- boostLevel?: boolean;
64
- /**
65
- * The settings for the embedded image.
66
- */
67
- imageSettings?: any;
68
- };