jamespot-react-core 1.1.12 → 1.1.49

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 (1349) hide show
  1. package/build/76.bundle.js +2 -0
  2. package/build/76.bundle.js.map +1 -0
  3. package/build/81.bundle.js +2 -0
  4. package/build/81.bundle.js.map +1 -0
  5. package/build/862.bundle.js +2 -0
  6. package/build/862.bundle.js.map +1 -0
  7. package/build/App.d.ts +15 -4
  8. package/build/app.bundle.js +674 -351
  9. package/build/app.bundle.js.map +1 -1
  10. package/build/components/ExtensionProvider.component.d.ts +1 -1
  11. package/build/components/IfAppIsActivated.component.d.ts +1 -0
  12. package/build/components/NoMatch.component.d.ts +1 -0
  13. package/build/components/RTProvider.component.d.ts +5 -0
  14. package/build/components/TwoColLayout.d.ts +13 -0
  15. package/build/components/types.d.ts +1 -0
  16. package/build/displayer/DisplayAttribute.component.d.ts +1 -0
  17. package/{.history/src/displayer/DisplayAttribute.component_20211215093839.tsx → build/displayer/DisplayForm.component.d.ts} +3 -21
  18. package/build/displayer/Empty.d.ts +1 -0
  19. package/build/displayer/components/DisplaySingleValue.component.d.ts +1 -0
  20. package/build/displayer/components/inputs/Date.d.ts +3 -0
  21. package/build/displayer/components/inputs/DefaultInput.d.ts +2 -0
  22. package/build/displayer/components/inputs/InputTextarea.d.ts +2 -0
  23. package/build/displayer/components/inputs/OrientedLink.d.ts +2 -0
  24. package/build/displayer/components/inputs/Radio.d.ts +11 -0
  25. package/build/displayer/list/formatter.d.ts +132 -8
  26. package/build/displayer/types.d.ts +59 -3
  27. package/build/displayer/useDisplay.d.ts +1 -1
  28. package/build/redux/slice/Article.slice.d.ts +2 -2
  29. package/build/redux/slice/Toast.slice.d.ts +2 -2
  30. package/build/redux/slice/User.slice.d.ts +2 -2
  31. package/build/redux/store.d.ts +2 -2
  32. package/build/utils/router.d.ts +13 -0
  33. package/build/utils/socket.d.ts +2 -13
  34. package/build/utils/translation.d.ts +1 -0
  35. package/build/utils/types.d.ts +31 -10
  36. package/ext-component-list.json +48 -9
  37. package/externals.json +4 -0
  38. package/package.json +9 -6
  39. package/script/traduction-react.php +1 -1
  40. package/.eslintignore +0 -88
  41. package/.eslintrc.js +0 -15
  42. package/.github/pull_request_template.md +0 -13
  43. package/.github/workflows/ci.yml +0 -67
  44. package/.github/workflows/deploy-dev-branches.yml +0 -40
  45. package/.github/workflows/npm-package.yml +0 -33
  46. package/.history/.eslintignore_20211116104208 +0 -84
  47. package/.history/.eslintignore_20211116104838 +0 -84
  48. package/.history/.eslintignore_20211116140416 +0 -88
  49. package/.history/.github/workflows/ci_20211117143717.yml +0 -55
  50. package/.history/.github/workflows/ci_20211117143735.yml +0 -55
  51. package/.history/.github/workflows/ci_20211117143738.yml +0 -55
  52. package/.history/.github/workflows/ci_20211117143748.yml +0 -55
  53. package/.history/.github/workflows/ci_20211117143853.yml +0 -67
  54. package/.history/.github/workflows/ci_20211117143857.yml +0 -67
  55. package/.history/.github/workflows/ci_20211117143901.yml +0 -67
  56. package/.history/.github/workflows/ci_20211117143910.yml +0 -67
  57. package/.history/.gitignore_20210217152737 +0 -86
  58. package/.history/.husky/pre-commit_20211116154558 +0 -4
  59. package/.history/.husky/pre-commit_20211116155220 +0 -4
  60. package/.history/.prettierignore_20211116104208 +0 -84
  61. package/.history/.prettierignore_20211116140423 +0 -88
  62. package/.history/.prettierrc_20211116104208.json +0 -11
  63. package/.history/.prettierrc_20211116173727.json +0 -10
  64. package/.history/babel.config_20211116104920.js +0 -8
  65. package/.history/babel.config_20211116105014.js +0 -12
  66. package/.history/build/utils/types.d_20211115162010.ts +0 -130
  67. package/.history/build/utils/types.d_20211115162048.ts +0 -153
  68. package/.history/build/utils/types.d_20211115162050.ts +0 -153
  69. package/.history/build/utils/types.d_20211115163140.ts +0 -164
  70. package/.history/build/utils/types.d_20211115163212.ts +0 -165
  71. package/.history/build/utils/types.d_20211115163215.ts +0 -164
  72. package/.history/build/utils/types.d_20211115163237.ts +0 -165
  73. package/.history/build/utils/types.d_20211115163259.ts +0 -164
  74. package/.history/build/utils/types.d_20211115163311.ts +0 -162
  75. package/.history/build/utils/types.d_20211115163319.ts +0 -164
  76. package/.history/build/utils/types.d_20211115163322.ts +0 -164
  77. package/.history/build/utils/types.d_20211115163326.ts +0 -164
  78. package/.history/build/utils/types.d_20211115163346.ts +0 -167
  79. package/.history/build/utils/types.d_20211115163411.ts +0 -170
  80. package/.history/build/utils/types.d_20211115163824.ts +0 -170
  81. package/.history/component-list-generator_20201020144442.js +0 -0
  82. package/.history/component-list-generator_20201020144454.js +0 -2
  83. package/.history/component-list-generator_20201020144615.js +0 -2
  84. package/.history/component-list-generator_20201020144629.js +0 -4
  85. package/.history/component-list-generator_20201020144652.js +0 -3
  86. package/.history/component-list-generator_20201020144919.js +0 -6
  87. package/.history/component-list-generator_20201020144936.js +0 -6
  88. package/.history/component-list-generator_20201020145039.js +0 -6
  89. package/.history/component-list-generator_20201020145056.js +0 -6
  90. package/.history/component-list-generator_20201020145108.js +0 -6
  91. package/.history/component-list-generator_20201020145126.js +0 -6
  92. package/.history/component-list-generator_20201020145155.js +0 -10
  93. package/.history/component-list-generator_20201020145204.js +0 -10
  94. package/.history/component-list-generator_20201020145206.js +0 -10
  95. package/.history/component-list-generator_20201020145214.js +0 -10
  96. package/.history/component-list-generator_20201020145238.js +0 -11
  97. package/.history/component-list-generator_20201020145314.js +0 -11
  98. package/.history/component-list-generator_20201020145317.js +0 -11
  99. package/.history/component-list-generator_20201020145350.js +0 -14
  100. package/.history/component-list-generator_20201020145403.js +0 -14
  101. package/.history/component-list-generator_20201020145502.js +0 -14
  102. package/.history/component-list-generator_20201020145513.js +0 -14
  103. package/.history/component-list-generator_20201020145543.js +0 -20
  104. package/.history/component-list-generator_20201020145548.js +0 -20
  105. package/.history/component-list-generator_20201020145552.js +0 -20
  106. package/.history/component-list-generator_20201020145556.js +0 -20
  107. package/.history/component-list-generator_20201020145606.js +0 -20
  108. package/.history/component-list-generator_20201020145608.js +0 -20
  109. package/.history/component-list-generator_20201020145733.js +0 -25
  110. package/.history/component-list-generator_20201020145747.js +0 -25
  111. package/.history/component-list-generator_20201020145751.js +0 -25
  112. package/.history/component-list-generator_20201020145815.js +0 -31
  113. package/.history/component-list-generator_20201020145819.js +0 -31
  114. package/.history/component-list-generator_20201020145836.js +0 -32
  115. package/.history/component-list-generator_20201020145850.js +0 -33
  116. package/.history/component-list-generator_20201020145906.js +0 -31
  117. package/.history/component-list-generator_20201020145928.js +0 -31
  118. package/.history/dummyReact_20200925112918.js +0 -0
  119. package/.history/dummyReact_20200925112926.js +0 -1
  120. package/.history/ext-component-list_20211019182023.json +0 -222
  121. package/.history/jest.config_20211117104325.js +0 -14
  122. package/.history/jest.config_20211117161032.js +0 -15
  123. package/.history/package-lock_20211104171528.json +0 -116080
  124. package/.history/package-lock_20211104171601.json +0 -116076
  125. package/.history/package_20211104171613.json +0 -76
  126. package/.history/package_20211108143322.json +0 -74
  127. package/.history/package_20211108155011.json +0 -76
  128. package/.history/package_20211108161929.json +0 -76
  129. package/.history/package_20211109064814.json +0 -76
  130. package/.history/package_20211109064815.json +0 -76
  131. package/.history/package_20211109094559.json +0 -75
  132. package/.history/package_20211109094610.json +0 -76
  133. package/.history/package_20211109094651.json +0 -76
  134. package/.history/package_20211109094658.json +0 -76
  135. package/.history/package_20211109094716.json +0 -76
  136. package/.history/package_20211109111149.json +0 -76
  137. package/.history/package_20211109111152.json +0 -76
  138. package/.history/package_20211109111202.json +0 -76
  139. package/.history/package_20211109112628.json +0 -76
  140. package/.history/package_20211109113128.json +0 -75
  141. package/.history/package_20211109113249.json +0 -75
  142. package/.history/package_20211109142104.json +0 -74
  143. package/.history/package_20211109142146.json +0 -72
  144. package/.history/package_20211116104326.json +0 -72
  145. package/.history/package_20211116104626.json +0 -74
  146. package/.history/package_20211116104634.json +0 -75
  147. package/.history/package_20211116104655.json +0 -77
  148. package/.history/package_20211116104658.json +0 -77
  149. package/.history/package_20211116105054.json +0 -77
  150. package/.history/package_20211116113622.json +0 -77
  151. package/.history/package_20211116114114.json +0 -77
  152. package/.history/package_20211116114323.json +0 -77
  153. package/.history/package_20211116154641.json +0 -89
  154. package/.history/package_20211117145050.json +0 -90
  155. package/.history/package_20211117160710.json +0 -90
  156. package/.history/package_20211117160750.json +0 -90
  157. package/.history/package_20211117160811.json +0 -90
  158. package/.history/package_20211117160835.json +0 -89
  159. package/.history/package_20211117160858.json +0 -90
  160. package/.history/package_20211117160917.json +0 -90
  161. package/.history/package_20211117160946.json +0 -90
  162. package/.history/package_20211117161004.json +0 -90
  163. package/.history/script/checkDependencies_20211117104325.js +0 -40
  164. package/.history/script/checkDependencies_20211117161043.js +0 -41
  165. package/.history/script/checkDependencies_20211117161049.js +0 -42
  166. package/.history/script/checkDependencies_20211117161059.js +0 -43
  167. package/.history/script/checkDependencies_20211117161139.js +0 -43
  168. package/.history/script/component-list-generator_20201110152037.mjs +0 -35
  169. package/.history/script/component-list-generator_20201110152102.mjs +0 -35
  170. package/.history/script/component-list-generator_20211117161111.js +0 -62
  171. package/.history/script/component-list-generator_20211117161116.js +0 -61
  172. package/.history/script/component-list-generator_20211117161128.js +0 -62
  173. package/.history/src/App_20211115161007.tsx +0 -151
  174. package/.history/src/App_20211115161019.tsx +0 -151
  175. package/.history/src/App_20211116105352.tsx +0 -126
  176. package/.history/src/App_20211116175603.tsx +0 -151
  177. package/.history/src/App_20211116175732.tsx +0 -151
  178. package/.history/src/App_20211117091605.tsx +0 -126
  179. package/.history/src/App_20211117145107.tsx +0 -127
  180. package/.history/src/App_20211117160617.tsx +0 -126
  181. package/.history/src/App_20211123163906.tsx +0 -159
  182. package/.history/src/App_20211123163907.tsx +0 -160
  183. package/.history/src/App_20211123164015.tsx +0 -158
  184. package/.history/src/App_20211123164030.tsx +0 -161
  185. package/.history/src/App_20211123164038.tsx +0 -161
  186. package/.history/src/App_20211123164054.tsx +0 -163
  187. package/.history/src/App_20211123164059.tsx +0 -162
  188. package/.history/src/App_20211123164808.tsx +0 -163
  189. package/.history/src/App_20211123164811.tsx +0 -162
  190. package/.history/src/App_20211123164822.tsx +0 -162
  191. package/.history/src/App_20211123165036.tsx +0 -162
  192. package/.history/src/App_20211123165302.tsx +0 -162
  193. package/.history/src/App_20211123165306.tsx +0 -162
  194. package/.history/src/App_20211123165328.tsx +0 -162
  195. package/.history/src/App_20211123165331.tsx +0 -162
  196. package/.history/src/App_20211123165350.tsx +0 -162
  197. package/.history/src/App_20211123165407.tsx +0 -162
  198. package/.history/src/App_20211123165453.tsx +0 -162
  199. package/.history/src/App_20211123165815.tsx +0 -162
  200. package/.history/src/App_20211123165820.tsx +0 -162
  201. package/.history/src/App_20211123165831.tsx +0 -162
  202. package/.history/src/App_20211123165836.tsx +0 -162
  203. package/.history/src/App_20211123170033.tsx +0 -159
  204. package/.history/src/App_20211123170559.tsx +0 -159
  205. package/.history/src/App_20211125104046.tsx +0 -163
  206. package/.history/src/App_20211125104943.tsx +0 -163
  207. package/.history/src/App_20211125104949.tsx +0 -164
  208. package/.history/src/App_20211125105152.tsx +0 -165
  209. package/.history/src/App_20211125105250.tsx +0 -166
  210. package/.history/src/App_20211125105255.tsx +0 -167
  211. package/.history/src/App_20211125105441.tsx +0 -167
  212. package/.history/src/App_20211125105447.tsx +0 -166
  213. package/.history/src/App_20211125105512.tsx +0 -167
  214. package/.history/src/App_20211125105519.tsx +0 -166
  215. package/.history/src/App_20211125105557.tsx +0 -165
  216. package/.history/src/App_20211125105714.tsx +0 -164
  217. package/.history/src/App_20211125105807.tsx +0 -163
  218. package/.history/src/App_20211125105811.tsx +0 -163
  219. package/.history/src/App_20211125110028.tsx +0 -163
  220. package/.history/src/App_20211125110118.tsx +0 -163
  221. package/.history/src/App_20211125111425.tsx +0 -165
  222. package/.history/src/App_20211125111439.tsx +0 -165
  223. package/.history/src/App_20211125111451.tsx +0 -165
  224. package/.history/src/App_20211125111501.tsx +0 -165
  225. package/.history/src/App_20211125111518.tsx +0 -166
  226. package/.history/src/App_20211125111520.tsx +0 -166
  227. package/.history/src/App_20211125112541.tsx +0 -166
  228. package/.history/src/App_20211125112547.tsx +0 -166
  229. package/.history/src/App_20211125112556.tsx +0 -166
  230. package/.history/src/App_20211125113551.tsx +0 -167
  231. package/.history/src/App_20211125113620.tsx +0 -167
  232. package/.history/src/App_20211125113710.tsx +0 -167
  233. package/.history/src/App_20211125115222.tsx +0 -171
  234. package/.history/src/App_20211125115613.tsx +0 -148
  235. package/.history/src/App_20211125155842.tsx +0 -151
  236. package/.history/src/App_20211125155844.tsx +0 -150
  237. package/.history/src/App_20211126145308.tsx +0 -151
  238. package/.history/src/App_20211126150052.tsx +0 -150
  239. package/.history/src/App_20211129150417.tsx +0 -150
  240. package/.history/src/App_20211129150436.tsx +0 -150
  241. package/.history/src/App_20211207121003.tsx +0 -159
  242. package/.history/src/App_20211207121127.tsx +0 -159
  243. package/.history/src/App_20211207121135.tsx +0 -160
  244. package/.history/src/App_20211207121233.tsx +0 -160
  245. package/.history/src/App_20211207121325.tsx +0 -160
  246. package/.history/src/App_20211207121333.tsx +0 -160
  247. package/.history/src/App_20211207121457.tsx +0 -159
  248. package/.history/src/App_20211207123546.tsx +0 -159
  249. package/.history/src/App_20211207143631.tsx +0 -159
  250. package/.history/src/App_20211207143637.tsx +0 -159
  251. package/.history/src/App_20211207143645.tsx +0 -159
  252. package/.history/src/App_20211207143648.tsx +0 -159
  253. package/.history/src/App_20211207143913.tsx +0 -160
  254. package/.history/src/App_20211207144156.tsx +0 -160
  255. package/.history/src/App_20211207144158.tsx +0 -160
  256. package/.history/src/App_20211207144416.tsx +0 -165
  257. package/.history/src/App_20211207144424.tsx +0 -165
  258. package/.history/src/App_20211207144554.tsx +0 -161
  259. package/.history/src/App_20211207144558.tsx +0 -159
  260. package/.history/src/App_20211207154936.tsx +0 -189
  261. package/.history/src/App_20211207154951.tsx +0 -190
  262. package/.history/src/App_20211207155001.tsx +0 -190
  263. package/.history/src/App_20211207155046.tsx +0 -191
  264. package/.history/src/App_20211207155106.tsx +0 -191
  265. package/.history/src/App_20211207155109.tsx +0 -191
  266. package/.history/src/App_20211207155117.tsx +0 -191
  267. package/.history/src/App_20211207155124.tsx +0 -191
  268. package/.history/src/App_20211207155127.tsx +0 -191
  269. package/.history/src/App_20211207155130.tsx +0 -191
  270. package/.history/src/App_20211207155136.tsx +0 -191
  271. package/.history/src/App_20211207155141.tsx +0 -191
  272. package/.history/src/App_20211207155149.tsx +0 -192
  273. package/.history/src/App_20211207155247.tsx +0 -191
  274. package/.history/src/App_20211207155334.tsx +0 -191
  275. package/.history/src/App_20211207155339.tsx +0 -191
  276. package/.history/src/App_20211207155346.tsx +0 -192
  277. package/.history/src/App_20211207155828.tsx +0 -192
  278. package/.history/src/App_20211207160003.tsx +0 -191
  279. package/.history/src/App_20211207160009.tsx +0 -190
  280. package/.history/src/App_20211207160037.tsx +0 -159
  281. package/.history/src/App_20211209144637.tsx +0 -168
  282. package/.history/src/App_20211209144641.tsx +0 -169
  283. package/.history/src/App_20211214143016.tsx +0 -172
  284. package/.history/src/App_20211214153206.tsx +0 -181
  285. package/.history/src/App_20211214153207.tsx +0 -182
  286. package/.history/src/App_20211214153220.tsx +0 -182
  287. package/.history/src/App_20211214163650.tsx +0 -172
  288. package/.history/src/App_20211214164203.tsx +0 -163
  289. package/.history/src/displayer/DisplayAttribute.component_20211214142347.tsx +0 -87
  290. package/.history/src/displayer/DisplayAttribute.component_20211214142733.tsx +0 -87
  291. package/.history/src/displayer/DisplayAttribute.component_20211214142748.tsx +0 -86
  292. package/.history/src/displayer/DisplayAttribute.component_20211214142750.tsx +0 -85
  293. package/.history/src/displayer/DisplayAttribute.component_20211214142752.tsx +0 -85
  294. package/.history/src/displayer/DisplayAttribute.component_20211214142802.tsx +0 -86
  295. package/.history/src/displayer/DisplayAttribute.component_20211214142810.tsx +0 -86
  296. package/.history/src/displayer/DisplayAttribute.component_20211214142927.tsx +0 -74
  297. package/.history/src/displayer/DisplayAttribute.component_20211214142931.tsx +0 -73
  298. package/.history/src/displayer/DisplayAttribute.component_20211214142933.tsx +0 -72
  299. package/.history/src/displayer/DisplayAttribute.component_20211214142941.tsx +0 -72
  300. package/.history/src/displayer/DisplayAttribute.component_20211214142945.tsx +0 -72
  301. package/.history/src/displayer/DisplayAttribute.component_20211214142946.tsx +0 -71
  302. package/.history/src/displayer/DisplayAttribute.component_20211214142959.tsx +0 -71
  303. package/.history/src/displayer/DisplayAttribute.component_20211214144044.tsx +0 -69
  304. package/.history/src/displayer/DisplayAttribute.component_20211214144049.tsx +0 -69
  305. package/.history/src/displayer/DisplayAttribute.component_20211214144205.tsx +0 -71
  306. package/.history/src/displayer/DisplayAttribute.component_20211214144502.tsx +0 -71
  307. package/.history/src/displayer/DisplayAttribute.component_20211214144517.tsx +0 -71
  308. package/.history/src/displayer/DisplayAttribute.component_20211214144537.tsx +0 -69
  309. package/.history/src/displayer/DisplayAttribute.component_20211214144538.tsx +0 -68
  310. package/.history/src/displayer/DisplayAttribute.component_20211214144556.tsx +0 -69
  311. package/.history/src/displayer/DisplayAttribute.component_20211214144559.tsx +0 -67
  312. package/.history/src/displayer/DisplayAttribute.component_20211214144616.tsx +0 -66
  313. package/.history/src/displayer/DisplayAttribute.component_20211214144618.tsx +0 -66
  314. package/.history/src/displayer/DisplayAttribute.component_20211214144633.tsx +0 -67
  315. package/.history/src/displayer/DisplayAttribute.component_20211214144638.tsx +0 -65
  316. package/.history/src/displayer/DisplayAttribute.component_20211214144645.tsx +0 -65
  317. package/.history/src/displayer/DisplayAttribute.component_20211214144707.tsx +0 -65
  318. package/.history/src/displayer/DisplayAttribute.component_20211214144708.tsx +0 -66
  319. package/.history/src/displayer/DisplayAttribute.component_20211214144721.tsx +0 -66
  320. package/.history/src/displayer/DisplayAttribute.component_20211214144745.tsx +0 -66
  321. package/.history/src/displayer/DisplayAttribute.component_20211214144749.tsx +0 -66
  322. package/.history/src/displayer/DisplayAttribute.component_20211214145052.tsx +0 -54
  323. package/.history/src/displayer/DisplayAttribute.component_20211214145142.tsx +0 -36
  324. package/.history/src/displayer/DisplayAttribute.component_20211214152254.tsx +0 -36
  325. package/.history/src/displayer/DisplayAttribute.component_20211214152627.tsx +0 -47
  326. package/.history/src/displayer/DisplayAttribute.component_20211214152640.tsx +0 -51
  327. package/.history/src/displayer/DisplayAttribute.component_20211214152747.tsx +0 -51
  328. package/.history/src/displayer/DisplayAttribute.component_20211214152749.tsx +0 -51
  329. package/.history/src/displayer/DisplayAttribute.component_20211214152830.tsx +0 -51
  330. package/.history/src/displayer/DisplayAttribute.component_20211214152839.tsx +0 -48
  331. package/.history/src/displayer/DisplayAttribute.component_20211214152904.tsx +0 -48
  332. package/.history/src/displayer/DisplayAttribute.component_20211214152914.tsx +0 -48
  333. package/.history/src/displayer/DisplayAttribute.component_20211214152952.tsx +0 -49
  334. package/.history/src/displayer/DisplayAttribute.component_20211214153000.tsx +0 -49
  335. package/.history/src/displayer/DisplayAttribute.component_20211214153008.tsx +0 -49
  336. package/.history/src/displayer/DisplayAttribute.component_20211214153009.tsx +0 -48
  337. package/.history/src/displayer/DisplayAttribute.component_20211214153014.tsx +0 -48
  338. package/.history/src/displayer/DisplayAttribute.component_20211214153040.tsx +0 -50
  339. package/.history/src/displayer/DisplayAttribute.component_20211214153042.tsx +0 -48
  340. package/.history/src/displayer/DisplayAttribute.component_20211214153105.tsx +0 -51
  341. package/.history/src/displayer/DisplayAttribute.component_20211214153111.tsx +0 -52
  342. package/.history/src/displayer/DisplayAttribute.component_20211214153937.tsx +0 -52
  343. package/.history/src/displayer/DisplayAttribute.component_20211214154139.tsx +0 -52
  344. package/.history/src/displayer/DisplayAttribute.component_20211214154155.tsx +0 -52
  345. package/.history/src/displayer/DisplayAttribute.component_20211214154322.tsx +0 -52
  346. package/.history/src/displayer/DisplayAttribute.component_20211214154337.tsx +0 -46
  347. package/.history/src/displayer/DisplayAttribute.component_20211214154344.tsx +0 -51
  348. package/.history/src/displayer/DisplayAttribute.component_20211214154355.tsx +0 -46
  349. package/.history/src/displayer/DisplayAttribute.component_20211214154411.tsx +0 -52
  350. package/.history/src/displayer/DisplayAttribute.component_20211214154436.tsx +0 -52
  351. package/.history/src/displayer/DisplayAttribute.component_20211214154519.tsx +0 -50
  352. package/.history/src/displayer/DisplayAttribute.component_20211214155729.tsx +0 -51
  353. package/.history/src/displayer/DisplayAttribute.component_20211214155847.tsx +0 -50
  354. package/.history/src/displayer/DisplayAttribute.component_20211214161029.tsx +0 -50
  355. package/.history/src/displayer/DisplayAttribute.component_20211214161437.tsx +0 -49
  356. package/.history/src/displayer/DisplayAttribute.component_20211214163110.tsx +0 -49
  357. package/.history/src/displayer/DisplayAttribute.component_20211214163114.tsx +0 -49
  358. package/.history/src/displayer/DisplayAttribute.component_20211214163119.tsx +0 -38
  359. package/.history/src/displayer/DisplayAttribute.component_20211214163149.tsx +0 -38
  360. package/.history/src/displayer/DisplayAttribute.component_20211214163423.tsx +0 -38
  361. package/.history/src/displayer/DisplayAttribute.component_20211214163428.tsx +0 -38
  362. package/.history/src/displayer/DisplayAttribute.component_20211214163432.tsx +0 -38
  363. package/.history/src/displayer/DisplayAttribute.component_20211214163521.tsx +0 -38
  364. package/.history/src/displayer/DisplayAttribute.component_20211214164135.tsx +0 -38
  365. package/.history/src/displayer/DisplayAttribute.component_20211214164139.tsx +0 -38
  366. package/.history/src/displayer/DisplayAttribute.component_20211214164245.tsx +0 -38
  367. package/.history/src/displayer/DisplayAttribute.component_20211214164304.tsx +0 -38
  368. package/.history/src/displayer/DisplayAttribute.component_20211214164308.tsx +0 -38
  369. package/.history/src/displayer/DisplayAttribute.component_20211214164318.tsx +0 -38
  370. package/.history/src/displayer/DisplayAttribute.component_20211214164328.tsx +0 -38
  371. package/.history/src/displayer/DisplayAttribute.component_20211214164333.tsx +0 -25
  372. package/.history/src/displayer/DisplayAttribute.component_20211214164336.tsx +0 -35
  373. package/.history/src/displayer/DisplayAttribute.component_20211214164356.tsx +0 -35
  374. package/.history/src/displayer/DisplayAttribute.component_20211214164402.tsx +0 -35
  375. package/.history/src/displayer/DisplayAttribute.component_20211214164450.tsx +0 -33
  376. package/.history/src/displayer/DisplayAttribute.component_20211214164755.tsx +0 -33
  377. package/.history/src/displayer/DisplayAttribute.component_20211214165532.tsx +0 -34
  378. package/.history/src/displayer/DisplayAttribute.component_20211214170041.tsx +0 -35
  379. package/.history/src/displayer/DisplayAttribute.component_20211214170052.tsx +0 -36
  380. package/.history/src/displayer/DisplayAttribute.component_20211214170108.tsx +0 -36
  381. package/.history/src/displayer/DisplayAttribute.component_20211214170208.tsx +0 -37
  382. package/.history/src/displayer/DisplayAttribute.component_20211214170229.tsx +0 -37
  383. package/.history/src/displayer/DisplayAttribute.component_20211214171848.tsx +0 -36
  384. package/.history/src/displayer/DisplayAttribute.component_20211214180831.tsx +0 -36
  385. package/.history/src/displayer/DisplayAttribute.component_20211214181345.tsx +0 -36
  386. package/.history/src/displayer/DisplayAttribute.component_20211215093641.tsx +0 -37
  387. package/.history/src/displayer/DisplayAttribute.component_20211215093921.tsx +0 -40
  388. package/.history/src/displayer/DisplayAttribute.component_20211215094002.tsx +0 -40
  389. package/.history/src/displayer/DisplayAttribute.component_20211215094023.tsx +0 -40
  390. package/.history/src/displayer/DisplayAttribute.component_20211215152221.tsx +0 -44
  391. package/.history/src/displayer/DisplayAttribute.component_20211215152233.tsx +0 -45
  392. package/.history/src/displayer/DisplayAttribute.component_20211215152236.tsx +0 -45
  393. package/.history/src/displayer/DisplayAttribute.component_20211215152249.tsx +0 -46
  394. package/.history/src/displayer/DisplayAttribute.component_20211215152319.tsx +0 -41
  395. package/.history/src/displayer/DisplayAttribute.component_20211215152321.tsx +0 -40
  396. package/.history/src/displayer/DisplayAttribute.component_20211215152445.tsx +0 -42
  397. package/.history/src/displayer/DisplayAttribute.component_20211215152458.tsx +0 -46
  398. package/.history/src/displayer/DisplayAttribute.component_20211215153047.tsx +0 -46
  399. package/.history/src/displayer/DisplayAttribute.component_20211215153845.tsx +0 -46
  400. package/.history/src/displayer/DisplayAttribute.component_20211215153848.tsx +0 -47
  401. package/.history/src/displayer/DisplayAttribute.component_20211215153850.tsx +0 -46
  402. package/.history/src/displayer/DisplayAttribute.component_20211221155746.tsx +0 -46
  403. package/.history/src/displayer/components/DisplayList.component_20211214145222.tsx +0 -20
  404. package/.history/src/displayer/components/DisplayList.component_20211214154540.tsx +0 -21
  405. package/.history/src/displayer/components/DisplayList.component_20211214154625.tsx +0 -23
  406. package/.history/src/displayer/components/DisplayList.component_20211214154805.tsx +0 -22
  407. package/.history/src/displayer/components/DisplayList.component_20211214154807.tsx +0 -21
  408. package/.history/src/displayer/components/DisplayList.component_20211214155122.tsx +0 -21
  409. package/.history/src/displayer/components/DisplayList.component_20211214155211.tsx +0 -22
  410. package/.history/src/displayer/components/DisplayList.component_20211214155213.tsx +0 -21
  411. package/.history/src/displayer/components/DisplayList.component_20211214155344.tsx +0 -21
  412. package/.history/src/displayer/components/DisplayList.component_20211214155417.tsx +0 -21
  413. package/.history/src/displayer/components/DisplayList.component_20211214155425.tsx +0 -23
  414. package/.history/src/displayer/components/DisplayList.component_20211214155508.tsx +0 -24
  415. package/.history/src/displayer/components/DisplayList.component_20211214155555.tsx +0 -24
  416. package/.history/src/displayer/components/DisplayList.component_20211214155600.tsx +0 -24
  417. package/.history/src/displayer/components/DisplayList.component_20211214155606.tsx +0 -24
  418. package/.history/src/displayer/components/DisplayList.component_20211214155637.tsx +0 -23
  419. package/.history/src/displayer/components/DisplayList.component_20211214155639.tsx +0 -22
  420. package/.history/src/displayer/components/DisplayList.component_20211214155641.tsx +0 -23
  421. package/.history/src/displayer/components/DisplayList.component_20211214155656.tsx +0 -23
  422. package/.history/src/displayer/components/DisplayList.component_20211214160419.tsx +0 -23
  423. package/.history/src/displayer/components/DisplayList.component_20211214163502.tsx +0 -23
  424. package/.history/src/displayer/components/DisplayList.component_20211214163505.tsx +0 -23
  425. package/.history/src/displayer/components/DisplayList.component_20211214180910.tsx +0 -23
  426. package/.history/src/displayer/components/DisplayList.component_20211215143233.tsx +0 -23
  427. package/.history/src/displayer/components/DisplayList.component_20211215152018.tsx +0 -30
  428. package/.history/src/displayer/components/DisplayList.component_20211215152228.tsx +0 -27
  429. package/.history/src/displayer/components/DisplayList.component_20211215152331.tsx +0 -30
  430. package/.history/src/displayer/components/DisplayList.component_20211215152441.tsx +0 -29
  431. package/.history/src/displayer/components/DisplayList.component_20211215152504.tsx +0 -27
  432. package/.history/src/displayer/components/DisplayList.component_20211215152508.tsx +0 -26
  433. package/.history/src/displayer/components/DisplayList.component_20211215152515.tsx +0 -29
  434. package/.history/src/displayer/components/DisplayList.component_20211215152521.tsx +0 -22
  435. package/.history/src/displayer/components/DisplayList.component_20211215152602.tsx +0 -26
  436. package/.history/src/displayer/components/DisplayList.component_20211215152607.tsx +0 -26
  437. package/.history/src/displayer/components/DisplayList.component_20211215152608.tsx +0 -26
  438. package/.history/src/displayer/components/DisplayList.component_20211215152728.tsx +0 -23
  439. package/.history/src/displayer/components/DisplayList.component_20211215152729.tsx +0 -23
  440. package/.history/src/displayer/components/DisplayList.component_20211215152734.tsx +0 -22
  441. package/.history/src/displayer/components/DisplayList.component_20211215152739.tsx +0 -18
  442. package/.history/src/displayer/components/DisplayList.component_20211215153809.tsx +0 -18
  443. package/.history/src/displayer/components/DisplayList.component_20211215153815.tsx +0 -18
  444. package/.history/src/displayer/components/DisplayList.component_20211215153830.tsx +0 -22
  445. package/.history/src/displayer/components/DisplaySingleValue.component_20211214145229.tsx +0 -14
  446. package/.history/src/displayer/components/DisplaySingleValue.component_20211214154637.tsx +0 -17
  447. package/.history/src/displayer/components/DisplaySingleValue.component_20211214154638.tsx +0 -16
  448. package/.history/src/displayer/components/DisplaySingleValue.component_20211214154706.tsx +0 -15
  449. package/.history/src/displayer/components/DisplaySingleValue.component_20211214154714.tsx +0 -15
  450. package/.history/src/displayer/components/DisplaySingleValue.component_20211214155855.tsx +0 -16
  451. package/.history/src/displayer/components/DisplaySingleValue.component_20211214155945.tsx +0 -15
  452. package/.history/src/displayer/components/DisplaySingleValue.component_20211214155947.tsx +0 -14
  453. package/.history/src/displayer/components/DisplaySingleValue.component_20211214160002.tsx +0 -16
  454. package/.history/src/displayer/components/DisplaySingleValue.component_20211214160318.tsx +0 -11
  455. package/.history/src/displayer/components/DisplaySingleValue.component_20211214160320.tsx +0 -9
  456. package/.history/src/displayer/components/DisplaySingleValue.component_20211214160345.tsx +0 -11
  457. package/.history/src/displayer/components/DisplaySingleValue.component_20211214160352.tsx +0 -15
  458. package/.history/src/displayer/components/DisplaySingleValue.component_20211214160404.tsx +0 -15
  459. package/.history/src/displayer/components/DisplaySingleValue.component_20211214163514.tsx +0 -15
  460. package/.history/src/displayer/components/DisplaySingleValue.component_20211214180903.tsx +0 -15
  461. package/.history/src/displayer/components/DisplaySingleValue.component_20211214180905.tsx +0 -15
  462. package/.history/src/displayer/components/DisplaySingleValue.component_20211215152534.tsx +0 -11
  463. package/.history/src/displayer/components/DisplaySingleValue.component_20211215152536.tsx +0 -10
  464. package/.history/src/displayer/components/List.component_20211214145132.tsx +0 -0
  465. package/.history/src/displayer/components/List.component_20211214145144.tsx +0 -17
  466. package/.history/src/displayer/components/List.component_20211214145154.tsx +0 -20
  467. package/.history/src/displayer/components/List.component_20211214145203.tsx +0 -20
  468. package/.history/src/displayer/components/SingleValue.component_20211214145039.tsx +0 -0
  469. package/.history/src/displayer/components/SingleValue.component_20211214145055.tsx +0 -11
  470. package/.history/src/displayer/components/SingleValue.component_20211214145102.tsx +0 -13
  471. package/.history/src/displayer/components/SingleValue.component_20211214145106.tsx +0 -13
  472. package/.history/src/displayer/components/SingleValue.component_20211214145110.tsx +0 -14
  473. package/.history/src/displayer/components/SingleValue.component_20211214145119.tsx +0 -14
  474. package/.history/src/displayer/list/formatter_20211214103213.ts +0 -33
  475. package/.history/src/displayer/list/formatter_20211214142050.ts +0 -34
  476. package/.history/src/displayer/list/formatter_20211214142150.ts +0 -39
  477. package/.history/src/displayer/list/formatter_20211214142154.ts +0 -39
  478. package/.history/src/displayer/list/formatter_20211214142200.ts +0 -39
  479. package/.history/src/displayer/list/formatter_20211214142208.ts +0 -39
  480. package/.history/src/displayer/list/formatter_20211214142213.tsx +0 -39
  481. package/.history/src/displayer/list/formatter_20211214142215.tsx +0 -39
  482. package/.history/src/displayer/list/formatter_20211214142220.tsx +0 -39
  483. package/.history/src/displayer/list/formatter_20211214142232.tsx +0 -39
  484. package/.history/src/displayer/list/formatter_20211214142238.tsx +0 -39
  485. package/.history/src/displayer/list/formatter_20211214142253.tsx +0 -39
  486. package/.history/src/displayer/list/formatter_20211214142258.tsx +0 -40
  487. package/.history/src/displayer/list/formatter_20211214142304.tsx +0 -40
  488. package/.history/src/displayer/list/formatter_20211214142309.tsx +0 -44
  489. package/.history/src/displayer/list/formatter_20211214142312.tsx +0 -48
  490. package/.history/src/displayer/list/formatter_20211214142315.tsx +0 -52
  491. package/.history/src/displayer/list/formatter_20211214145423.tsx +0 -53
  492. package/.history/src/displayer/list/formatter_20211214145426.tsx +0 -54
  493. package/.history/src/displayer/list/formatter_20211214145428.tsx +0 -55
  494. package/.history/src/displayer/list/formatter_20211214145431.tsx +0 -56
  495. package/.history/src/displayer/list/formatter_20211214145451.tsx +0 -57
  496. package/.history/src/displayer/list/formatter_20211214145457.tsx +0 -58
  497. package/.history/src/displayer/list/formatter_20211214145502.tsx +0 -58
  498. package/.history/src/displayer/list/formatter_20211215143348.tsx +0 -58
  499. package/.history/src/displayer/list/formatter_20211215143351.tsx +0 -58
  500. package/.history/src/displayer/list/formatter_20211215143355.tsx +0 -58
  501. package/.history/src/displayer/list/formatter_20211215143359.tsx +0 -58
  502. package/.history/src/displayer/list/formatter_20211215153024.tsx +0 -61
  503. package/.history/src/displayer/list/formatter_20211215153026.tsx +0 -60
  504. package/.history/src/displayer/list/formatter_20211215153030.tsx +0 -61
  505. package/.history/src/displayer/list/formatter_20211215153035.tsx +0 -63
  506. package/.history/src/displayer/list/formatter_20211215153036.tsx +0 -62
  507. package/.history/src/displayer/list/formatter_20211221102251.tsx +0 -62
  508. package/.history/src/displayer/list/formatter_20211221102300.tsx +0 -62
  509. package/.history/src/displayer/list/formatter_20211221115134.tsx +0 -63
  510. package/.history/src/displayer/list/formatter_20211221115141.tsx +0 -63
  511. package/.history/src/displayer/list/formatter_20211221115146.tsx +0 -63
  512. package/.history/src/displayer/list/formatter_20211221115150.tsx +0 -63
  513. package/.history/src/displayer/list/formatter_20211221115155.tsx +0 -63
  514. package/.history/src/displayer/types_20211214103213.ts +0 -48
  515. package/.history/src/displayer/types_20211214113007.ts +0 -48
  516. package/.history/src/displayer/types_20211214113011.ts +0 -48
  517. package/.history/src/displayer/types_20211214113033.ts +0 -48
  518. package/.history/src/displayer/types_20211214113103.ts +0 -56
  519. package/.history/src/displayer/types_20211214113107.ts +0 -54
  520. package/.history/src/displayer/types_20211214113112.ts +0 -50
  521. package/.history/src/displayer/types_20211214120127.ts +0 -53
  522. package/.history/src/displayer/types_20211214120149.ts +0 -53
  523. package/.history/src/displayer/types_20211214142029.ts +0 -54
  524. package/.history/src/displayer/types_20211214142433.ts +0 -70
  525. package/.history/src/displayer/types_20211214142435.ts +0 -71
  526. package/.history/src/displayer/types_20211214142507.ts +0 -67
  527. package/.history/src/displayer/types_20211214142532.ts +0 -67
  528. package/.history/src/displayer/types_20211214142536.ts +0 -69
  529. package/.history/src/displayer/types_20211214142537.ts +0 -68
  530. package/.history/src/displayer/types_20211214142846.ts +0 -70
  531. package/.history/src/displayer/types_20211214142900.ts +0 -70
  532. package/.history/src/displayer/types_20211214142909.ts +0 -71
  533. package/.history/src/displayer/types_20211214143916.ts +0 -67
  534. package/.history/src/displayer/types_20211214143942.ts +0 -67
  535. package/.history/src/displayer/types_20211214144142.ts +0 -65
  536. package/.history/src/displayer/types_20211214152034.ts +0 -66
  537. package/.history/src/displayer/types_20211214152106.ts +0 -71
  538. package/.history/src/displayer/types_20211214152110.ts +0 -67
  539. package/.history/src/displayer/types_20211214152122.ts +0 -67
  540. package/.history/src/displayer/types_20211214152715.ts +0 -73
  541. package/.history/src/displayer/types_20211214152720.ts +0 -73
  542. package/.history/src/displayer/types_20211214152726.ts +0 -73
  543. package/.history/src/displayer/types_20211214152731.ts +0 -73
  544. package/.history/src/displayer/types_20211214152804.ts +0 -73
  545. package/.history/src/displayer/types_20211214152812.ts +0 -73
  546. package/.history/src/displayer/types_20211214152902.ts +0 -73
  547. package/.history/src/displayer/types_20211214153737.ts +0 -73
  548. package/.history/src/displayer/types_20211214163136.ts +0 -73
  549. package/.history/src/displayer/types_20211214163139.ts +0 -67
  550. package/.history/src/displayer/types_20211214163415.ts +0 -67
  551. package/.history/src/displayer/types_20211214163418.ts +0 -67
  552. package/.history/src/displayer/types_20211214163444.ts +0 -67
  553. package/.history/src/displayer/types_20211214164033.ts +0 -67
  554. package/.history/src/displayer/types_20211214164037.ts +0 -67
  555. package/.history/src/displayer/types_20211214164045.ts +0 -67
  556. package/.history/src/displayer/types_20211214164257.ts +0 -67
  557. package/.history/src/displayer/types_20211214165609.ts +0 -67
  558. package/.history/src/displayer/types_20211214165612.ts +0 -69
  559. package/.history/src/displayer/types_20211214170308.ts +0 -69
  560. package/.history/src/displayer/types_20211214170318.ts +0 -74
  561. package/.history/src/displayer/types_20211214170325.ts +0 -76
  562. package/.history/src/displayer/types_20211214170336.ts +0 -76
  563. package/.history/src/displayer/types_20211214170343.ts +0 -77
  564. package/.history/src/displayer/types_20211214170354.ts +0 -69
  565. package/.history/src/displayer/types_20211214170356.ts +0 -69
  566. package/.history/src/displayer/types_20211214170409.ts +0 -69
  567. package/.history/src/displayer/types_20211214170433.ts +0 -69
  568. package/.history/src/displayer/types_20211214170448.ts +0 -70
  569. package/.history/src/displayer/types_20211214170452.ts +0 -70
  570. package/.history/src/displayer/types_20211214170518.ts +0 -69
  571. package/.history/src/displayer/types_20211214170757.ts +0 -75
  572. package/.history/src/displayer/types_20211214170904.ts +0 -77
  573. package/.history/src/displayer/types_20211214171019.ts +0 -84
  574. package/.history/src/displayer/types_20211214171027.ts +0 -87
  575. package/.history/src/displayer/types_20211214171035.ts +0 -90
  576. package/.history/src/displayer/types_20211214171039.ts +0 -90
  577. package/.history/src/displayer/types_20211214171905.ts +0 -88
  578. package/.history/src/displayer/types_20211214171925.ts +0 -88
  579. package/.history/src/displayer/types_20211214171931.ts +0 -88
  580. package/.history/src/displayer/types_20211214171942.ts +0 -85
  581. package/.history/src/displayer/types_20211214171952.ts +0 -85
  582. package/.history/src/displayer/types_20211214171957.ts +0 -85
  583. package/.history/src/displayer/types_20211214172000.ts +0 -85
  584. package/.history/src/displayer/types_20211214172004.ts +0 -85
  585. package/.history/src/displayer/types_20211214180805.ts +0 -81
  586. package/.history/src/displayer/types_20211214180839.ts +0 -81
  587. package/.history/src/displayer/types_20211214181501.ts +0 -84
  588. package/.history/src/displayer/types_20211214181516.ts +0 -84
  589. package/.history/src/displayer/types_20211214181520.ts +0 -84
  590. package/.history/src/displayer/types_20211214181529.ts +0 -81
  591. package/.history/src/displayer/types_20211214181537.ts +0 -81
  592. package/.history/src/displayer/types_20211215143340.ts +0 -81
  593. package/.history/src/displayer/types_20211215143635.ts +0 -81
  594. package/.history/src/displayer/types_20211215143700.ts +0 -82
  595. package/.history/src/displayer/types_20211215143702.ts +0 -83
  596. package/.history/src/displayer/types_20211215143704.ts +0 -84
  597. package/.history/src/displayer/types_20211215143706.ts +0 -85
  598. package/.history/src/displayer/types_20211215152853.ts +0 -85
  599. package/.history/src/displayer/types_20211215152900.ts +0 -85
  600. package/.history/src/displayer/types_20211215153206.ts +0 -86
  601. package/.history/src/displayer/useDisplay_20211214103213.ts +0 -33
  602. package/.history/src/displayer/useDisplay_20211214110846.ts +0 -34
  603. package/.history/src/displayer/useDisplay_20211214110916.ts +0 -34
  604. package/.history/src/displayer/useDisplay_20211214110919.ts +0 -34
  605. package/.history/src/displayer/useDisplay_20211214111434.ts +0 -33
  606. package/.history/src/displayer/useDisplay_20211214111452.ts +0 -33
  607. package/.history/src/displayer/useDisplay_20211214141944.ts +0 -33
  608. package/.history/src/displayer/useDisplay_20211214144811.ts +0 -32
  609. package/.history/src/displayer/useDisplay_20211215151251.ts +0 -32
  610. package/.history/src/displayer/useDisplay_20211215151321.ts +0 -32
  611. package/.history/src/displayer/useDisplay_20211215151325.ts +0 -32
  612. package/.history/src/displayer/useDisplay_20211215151547.ts +0 -32
  613. package/.history/src/displayer/useDisplay_20211215152822.ts +0 -32
  614. package/.history/src/displayer/useDisplay_20211215153211.ts +0 -32
  615. package/.history/src/displayer/useDisplay_20211221153252.ts +0 -34
  616. package/.history/src/displayer/useDisplay_20211221153317.ts +0 -31
  617. package/.history/src/generate-registry-batch_20201020111355.tsx +0 -0
  618. package/.history/src/generate-registry-batch_20201020111410.tsx +0 -1
  619. package/.history/src/generate-registry-batch_20201020111419.tsx +0 -3
  620. package/.history/src/generate-registry-batch_20201020111423.tsx +0 -3
  621. package/.history/src/redux/actions/actions_20200818100437.tsx +0 -4
  622. package/.history/src/redux/actions/actions_20211104173731.tsx +0 -9
  623. package/.history/src/redux/actions/actions_20211104174555.tsx +0 -8
  624. package/.history/src/redux/middleware/logger_20211116105058.tsx +0 -8
  625. package/.history/src/redux/middleware/logger_20211116105312.tsx +0 -9
  626. package/.history/src/redux/middleware/logger_20211116105329.tsx +0 -9
  627. package/.history/src/redux/middleware/logger_20211116105338.tsx +0 -10
  628. package/.history/src/redux/slice/Application.slice_20211104171527.ts +0 -28
  629. package/.history/src/redux/slice/Application.slice_20211104172027.ts +0 -28
  630. package/.history/src/redux/slice/Application.slice_20211104172036.ts +0 -28
  631. package/.history/src/redux/slice/Application.slice_20211104172041.ts +0 -28
  632. package/.history/src/redux/slice/Application.slice_20211104172101.ts +0 -28
  633. package/.history/src/redux/slice/Application.slice_20211104172106.ts +0 -33
  634. package/.history/src/redux/slice/Application.slice_20211104172156.ts +0 -33
  635. package/.history/src/redux/slice/Application.slice_20211104172204.ts +0 -33
  636. package/.history/src/redux/slice/Application.slice_20211104172214.ts +0 -34
  637. package/.history/src/redux/slice/Application.slice_20211104172221.ts +0 -34
  638. package/.history/src/redux/slice/Application.slice_20211104172312.ts +0 -33
  639. package/.history/src/redux/slice/Application.slice_20211104173012.ts +0 -34
  640. package/.history/src/redux/slice/Application.slice_20211104173052.ts +0 -33
  641. package/.history/src/redux/slice/Application.slice_20211104174026.ts +0 -33
  642. package/.history/src/redux/slice/Application.slice_20211104174031.ts +0 -33
  643. package/.history/src/redux/slice/Application.slice_20211104174117.ts +0 -33
  644. package/.history/src/redux/slice/Application.slice_20211104174449.ts +0 -33
  645. package/.history/src/redux/slice/Application.slice_20211104174458.ts +0 -33
  646. package/.history/src/redux/slice/Application.slice_20211104174521.ts +0 -33
  647. package/.history/src/redux/slice/Application.slice_20211104174528.ts +0 -33
  648. package/.history/src/redux/slice/Application.slice_20211104174531.ts +0 -33
  649. package/.history/src/redux/slice/Application.slice_20211104174536.ts +0 -33
  650. package/.history/src/redux/slice/Application.slice_20211104174641.ts +0 -33
  651. package/.history/src/redux/slice/Application.slice_20211105163941.ts +0 -33
  652. package/.history/src/redux/slice/Application.slice_20211105192110.ts +0 -33
  653. package/.history/src/redux/slice/Model.slice_20211115163031.ts +0 -33
  654. package/.history/src/redux/slice/Model.slice_20211115163045.ts +0 -30
  655. package/.history/src/redux/slice/Model.slice_20211115164229.ts +0 -30
  656. package/.history/src/redux/slice/Model.slice_20211115164423.ts +0 -30
  657. package/.history/src/redux/slice/Model.slice_20211115164428.ts +0 -30
  658. package/.history/src/redux/slice/Model.slice_20211115164433.ts +0 -30
  659. package/.history/src/redux/slice/Model.slice_20211115164436.ts +0 -30
  660. package/.history/src/redux/slice/Model.slice_20211115164458.ts +0 -30
  661. package/.history/src/redux/slice/Model.slice_20211116175531.ts +0 -30
  662. package/.history/src/redux/slice/Model.slice_20211116175540.ts +0 -30
  663. package/.history/src/redux/store_20211104173919.tsx +0 -73
  664. package/.history/src/redux/store_20211104173928.tsx +0 -73
  665. package/.history/src/redux/store_20211104173950.tsx +0 -74
  666. package/.history/src/redux/store_20211104174002.tsx +0 -74
  667. package/.history/src/redux/store_20211104174130.tsx +0 -74
  668. package/.history/src/redux/store_20211104174146.tsx +0 -74
  669. package/.history/src/redux/store_20211104174401.tsx +0 -84
  670. package/.history/src/redux/store_20211104174411.tsx +0 -85
  671. package/.history/src/redux/store_20211104174419.tsx +0 -84
  672. package/.history/src/redux/store_20211104174433.tsx +0 -85
  673. package/.history/src/redux/store_20211104174608.tsx +0 -85
  674. package/.history/src/redux/store_20211104174614.tsx +0 -85
  675. package/.history/src/redux/store_20211104174620.tsx +0 -85
  676. package/.history/src/redux/store_20211104174759.tsx +0 -85
  677. package/.history/src/redux/store_20211104175131.tsx +0 -85
  678. package/.history/src/redux/store_20211105161700.tsx +0 -86
  679. package/.history/src/redux/store_20211105161805.tsx +0 -85
  680. package/.history/src/redux/store_20211105161809.tsx +0 -86
  681. package/.history/src/redux/store_20211105162935.tsx +0 -86
  682. package/.history/src/redux/store_20211105162948.tsx +0 -86
  683. package/.history/src/redux/store_20211105163039.tsx +0 -86
  684. package/.history/src/redux/store_20211105163053.tsx +0 -87
  685. package/.history/src/redux/store_20211105163115.tsx +0 -85
  686. package/.history/src/redux/store_20211105163224.tsx +0 -86
  687. package/.history/src/redux/store_20211105163517.tsx +0 -87
  688. package/.history/src/redux/store_20211105163541.tsx +0 -88
  689. package/.history/src/redux/store_20211105163634.tsx +0 -88
  690. package/.history/src/redux/store_20211105163700.tsx +0 -89
  691. package/.history/src/redux/store_20211105163720.tsx +0 -90
  692. package/.history/src/redux/store_20211105163832.tsx +0 -94
  693. package/.history/src/redux/store_20211105163917.tsx +0 -93
  694. package/.history/src/redux/store_20211105164121.tsx +0 -99
  695. package/.history/src/redux/store_20211105164132.tsx +0 -99
  696. package/.history/src/redux/store_20211105164144.tsx +0 -99
  697. package/.history/src/redux/store_20211105164407.tsx +0 -99
  698. package/.history/src/redux/store_20211105164416.tsx +0 -99
  699. package/.history/src/redux/store_20211105164439.tsx +0 -99
  700. package/.history/src/redux/store_20211105164511.tsx +0 -99
  701. package/.history/src/redux/store_20211105164513.tsx +0 -99
  702. package/.history/src/redux/store_20211105164640.tsx +0 -99
  703. package/.history/src/redux/store_20211105164706.tsx +0 -99
  704. package/.history/src/redux/store_20211105164714.tsx +0 -99
  705. package/.history/src/redux/store_20211105164719.tsx +0 -99
  706. package/.history/src/redux/store_20211105164724.tsx +0 -99
  707. package/.history/src/redux/store_20211105164736.tsx +0 -99
  708. package/.history/src/redux/store_20211105164748.tsx +0 -99
  709. package/.history/src/redux/store_20211105164834.tsx +0 -104
  710. package/.history/src/redux/store_20211105184449.tsx +0 -103
  711. package/.history/src/redux/store_20211105184458.tsx +0 -103
  712. package/.history/src/redux/store_20211105184540.tsx +0 -109
  713. package/.history/src/redux/store_20211105184546.tsx +0 -110
  714. package/.history/src/redux/store_20211105184639.tsx +0 -110
  715. package/.history/src/redux/store_20211105184841.tsx +0 -110
  716. package/.history/src/redux/store_20211105184859.tsx +0 -111
  717. package/.history/src/redux/store_20211105184949.tsx +0 -111
  718. package/.history/src/redux/store_20211105185145.tsx +0 -114
  719. package/.history/src/redux/store_20211105185149.tsx +0 -114
  720. package/.history/src/redux/store_20211105185201.tsx +0 -114
  721. package/.history/src/redux/store_20211105185211.tsx +0 -114
  722. package/.history/src/redux/store_20211105185230.tsx +0 -114
  723. package/.history/src/redux/store_20211105185241.tsx +0 -114
  724. package/.history/src/redux/store_20211105185246.tsx +0 -114
  725. package/.history/src/redux/store_20211105185251.tsx +0 -115
  726. package/.history/src/redux/store_20211105185301.tsx +0 -115
  727. package/.history/src/redux/store_20211105185307.tsx +0 -115
  728. package/.history/src/redux/store_20211105185316.tsx +0 -113
  729. package/.history/src/redux/store_20211105185336.tsx +0 -114
  730. package/.history/src/redux/store_20211105185341.tsx +0 -107
  731. package/.history/src/redux/store_20211105185350.tsx +0 -109
  732. package/.history/src/redux/store_20211105185402.tsx +0 -109
  733. package/.history/src/redux/store_20211105185411.tsx +0 -108
  734. package/.history/src/redux/store_20211105185453.tsx +0 -102
  735. package/.history/src/redux/store_20211105185530.tsx +0 -101
  736. package/.history/src/redux/store_20211105185600.tsx +0 -107
  737. package/.history/src/redux/store_20211105185604.tsx +0 -107
  738. package/.history/src/redux/store_20211105185943.tsx +0 -107
  739. package/.history/src/redux/store_20211105185946.tsx +0 -104
  740. package/.history/src/redux/store_20211105190321.tsx +0 -105
  741. package/.history/src/redux/store_20211105190340.tsx +0 -105
  742. package/.history/src/redux/store_20211105190345.tsx +0 -105
  743. package/.history/src/redux/store_20211105190409.tsx +0 -109
  744. package/.history/src/redux/store_20211105190451.tsx +0 -109
  745. package/.history/src/redux/store_20211105190559.tsx +0 -110
  746. package/.history/src/redux/store_20211105190630.tsx +0 -109
  747. package/.history/src/redux/store_20211105190633.tsx +0 -109
  748. package/.history/src/redux/store_20211105190638.tsx +0 -109
  749. package/.history/src/redux/store_20211105190715.tsx +0 -109
  750. package/.history/src/redux/store_20211105190722.tsx +0 -109
  751. package/.history/src/redux/store_20211105190836.tsx +0 -111
  752. package/.history/src/redux/store_20211105190935.tsx +0 -114
  753. package/.history/src/redux/store_20211105191025.tsx +0 -116
  754. package/.history/src/redux/store_20211105191049.tsx +0 -117
  755. package/.history/src/redux/store_20211105191127.tsx +0 -117
  756. package/.history/src/redux/store_20211105191213.tsx +0 -107
  757. package/.history/src/redux/store_20211105191215.tsx +0 -106
  758. package/.history/src/redux/store_20211105191217.tsx +0 -105
  759. package/.history/src/redux/store_20211115163522.tsx +0 -107
  760. package/.history/src/redux/store_20211115163527.tsx +0 -107
  761. package/.history/src/redux/store_20211115163532.tsx +0 -107
  762. package/.history/src/redux/store_20211115163559.tsx +0 -109
  763. package/.history/src/redux/store_20211115163603.tsx +0 -108
  764. package/.history/src/redux/store_20211115163626.tsx +0 -110
  765. package/.history/src/redux/store_20211115163630.tsx +0 -109
  766. package/.history/src/types/reduxForms.d_20201015154151.Ts +0 -0
  767. package/.history/src/types/reduxForms.d_20201015154217.Ts +0 -13
  768. package/.history/src/types/reduxForms.d_20201015154225.Ts +0 -13
  769. package/.history/src/types/reduxForms.d_20201015154234.Ts +0 -13
  770. package/.history/src/types/reduxForms.d_20201015154316.Ts +0 -12
  771. package/.history/src/types/reduxForms.d_20201015154328.Ts +0 -12
  772. package/.history/src/types/reduxForms.d_20201015154332.Ts +0 -9
  773. package/.history/src/types/reduxForms.d_20201015154342.Ts +0 -9
  774. package/.history/src/utils/IfAppIsActivate.component_20211105115613.tsx +0 -10
  775. package/.history/src/utils/IfAppIsActivate.component_20211105115627.tsx +0 -14
  776. package/.history/src/utils/IfAppIsActivate.component_20211105115643.tsx +0 -17
  777. package/.history/src/utils/IfAppIsActivate.component_20211105115715.tsx +0 -17
  778. package/.history/src/utils/component/ DisplayAttribute.component_20211116175412.tsx +0 -81
  779. package/.history/src/utils/component/ DisplayAttribute.component_20211116175416.tsx +0 -81
  780. package/.history/src/utils/component/ DisplayAttribute.component_20211116175437.tsx +0 -81
  781. package/.history/src/utils/component/ DisplayAttribute.component_20211116175439.tsx +0 -80
  782. package/.history/src/utils/component/ DisplayAttribute.component_20211116175443.tsx +0 -81
  783. package/.history/src/utils/component/ DisplayAttribute.component_20211116175447.tsx +0 -80
  784. package/.history/src/utils/component/ DisplayAttribute.component_20211116175449.tsx +0 -74
  785. package/.history/src/utils/component/ DisplayAttribute.component_20211116175503.tsx +0 -74
  786. package/.history/src/utils/component/DisplayAttribute.component_20211201122642.tsx +0 -74
  787. package/.history/src/utils/component/DisplayAttribute.component_20211201122654.tsx +0 -73
  788. package/.history/src/utils/component/DisplayAttribute.component_20211201163654.tsx +0 -46
  789. package/.history/src/utils/component/DisplayAttribute.component_20211201163735.tsx +0 -50
  790. package/.history/src/utils/component/DisplayAttribute.component_20211201163826.tsx +0 -51
  791. package/.history/src/utils/component/DisplayAttribute.component_20211201164005.tsx +0 -53
  792. package/.history/src/utils/component/DisplayAttribute.component_20211201164032.tsx +0 -55
  793. package/.history/src/utils/component/DisplayAttribute.component_20211201164336.tsx +0 -58
  794. package/.history/src/utils/component/DisplayAttribute.component_20211201164417.tsx +0 -58
  795. package/.history/src/utils/component/DisplayAttribute.component_20211202145253.tsx +0 -58
  796. package/.history/src/utils/component/DisplayAttribute.component_20211207102824.tsx +0 -62
  797. package/.history/src/utils/component/DisplayAttribute.component_20211209143355.tsx +0 -60
  798. package/.history/src/utils/component/DisplayAttribute.component_20211209143358.tsx +0 -60
  799. package/.history/src/utils/component/DisplayAttribute.component_20211209143548.tsx +0 -61
  800. package/.history/src/utils/component/DisplayAttribute.component_20211209143626.tsx +0 -61
  801. package/.history/src/utils/component/DisplayAttribute.component_20211209143806.tsx +0 -61
  802. package/.history/src/utils/component/DisplayAttribute.component_20211209143823.tsx +0 -62
  803. package/.history/src/utils/component/DisplayAttribute.component_20211209143829.tsx +0 -62
  804. package/.history/src/utils/component/DisplayAttribute.component_20211209143837.tsx +0 -62
  805. package/.history/src/utils/component/DisplayAttribute.component_20211209143852.tsx +0 -64
  806. package/.history/src/utils/component/DisplayAttribute.component_20211209143914.tsx +0 -65
  807. package/.history/src/utils/component/DisplayAttribute.component_20211209143940.tsx +0 -65
  808. package/.history/src/utils/component/DisplayAttribute.component_20211209143957.tsx +0 -65
  809. package/.history/src/utils/component/DisplayAttribute.component_20211209144000.tsx +0 -65
  810. package/.history/src/utils/component/DisplayAttribute.component_20211209144022.tsx +0 -65
  811. package/.history/src/utils/component/DisplayAttribute.component_20211209144036.tsx +0 -67
  812. package/.history/src/utils/component/DisplayAttribute.component_20211209144046.tsx +0 -67
  813. package/.history/src/utils/component/DisplayAttribute.component_20211209144049.tsx +0 -67
  814. package/.history/src/utils/component/DisplayAttribute.component_20211209144058.tsx +0 -67
  815. package/.history/src/utils/component/DisplayAttribute.component_20211209145613.tsx +0 -67
  816. package/.history/src/utils/component/DisplayAttribute.component_20211209145615.tsx +0 -67
  817. package/.history/src/utils/component/DisplayAttribute.component_20211209145634.tsx +0 -67
  818. package/.history/src/utils/component/DisplayAttribute.component_20211209150426.tsx +0 -67
  819. package/.history/src/utils/component/DisplayAttribute.component_20211209153710.tsx +0 -67
  820. package/.history/src/utils/component/DisplayAttribute.component_20211209153719.tsx +0 -67
  821. package/.history/src/utils/component/DisplayAttribute.component_20211209153826.tsx +0 -68
  822. package/.history/src/utils/component/DisplayAttribute.component_20211209153830.tsx +0 -68
  823. package/.history/src/utils/component/DisplayAttribute.component_20211209153926.tsx +0 -72
  824. package/.history/src/utils/component/DisplayAttribute.component_20211209153933.tsx +0 -72
  825. package/.history/src/utils/component/DisplayAttribute.component_20211209153937.tsx +0 -70
  826. package/.history/src/utils/component/DisplayAttribute.component_20211209154141.tsx +0 -71
  827. package/.history/src/utils/component/DisplayAttribute.component_20211209154200.tsx +0 -72
  828. package/.history/src/utils/component/DisplayAttribute.component_20211209154240.tsx +0 -72
  829. package/.history/src/utils/component/DisplayAttribute.component_20211209154244.tsx +0 -72
  830. package/.history/src/utils/component/DisplayAttribute.component_20211209154300.tsx +0 -86
  831. package/.history/src/utils/component/DisplayAttribute.component_20211209154324.tsx +0 -75
  832. package/.history/src/utils/component/DisplayAttribute.component_20211209154330.tsx +0 -75
  833. package/.history/src/utils/component/DisplayAttribute.component_20211213140527.tsx +0 -76
  834. package/.history/src/utils/component/DisplayAttribute.component_20211213140535.tsx +0 -76
  835. package/.history/src/utils/component/DisplayAttribute.component_20211213140550.tsx +0 -82
  836. package/.history/src/utils/component/DisplayAttribute.component_20211213140557.tsx +0 -84
  837. package/.history/src/utils/component/DisplayAttribute.component_20211213140610.tsx +0 -87
  838. package/.history/src/utils/component/DisplayAttribute.component_20211213140625.tsx +0 -89
  839. package/.history/src/utils/component/DisplayAttribute.component_20211213141452.tsx +0 -93
  840. package/.history/src/utils/component/DisplayAttribute.component_20211213141506.tsx +0 -93
  841. package/.history/src/utils/component/DisplayAttribute.component_20211213141510.tsx +0 -88
  842. package/.history/src/utils/component/DisplayAttribute.component_20211213141515.tsx +0 -88
  843. package/.history/src/utils/component/DisplayAttribute.component_20211213141517.tsx +0 -87
  844. package/.history/src/utils/component/DisplayAttribute.component_20211213141524.tsx +0 -87
  845. package/.history/src/utils/component/DisplayAttribute.component_20211213141551.tsx +0 -87
  846. package/.history/src/utils/component/DisplayAttribute.component_20211213141603.tsx +0 -89
  847. package/.history/src/utils/component/DisplayAttribute.component_20211213141612.tsx +0 -89
  848. package/.history/src/utils/component/DisplayAttribute.component_20211213141628.tsx +0 -89
  849. package/.history/src/utils/component/DisplayAttribute.component_20211213141656.tsx +0 -85
  850. package/.history/src/utils/component/DisplayAttribute.component_20211213141707.tsx +0 -85
  851. package/.history/src/utils/component/DisplayAttribute.component_20211213141740.tsx +0 -91
  852. package/.history/src/utils/component/DisplayAttribute.component_20211213153756.tsx +0 -91
  853. package/.history/src/utils/component/DisplayAttribute.component_20211213153839.tsx +0 -106
  854. package/.history/src/utils/component/DisplayAttribute.component_20211213153843.tsx +0 -106
  855. package/.history/src/utils/component/DisplayAttribute.component_20211213153907.tsx +0 -112
  856. package/.history/src/utils/component/DisplayAttribute.component_20211213153916.tsx +0 -112
  857. package/.history/src/utils/component/DisplayAttribute.component_20211214090028.tsx +0 -115
  858. package/.history/src/utils/component/DisplayAttribute.component_20211214090043.tsx +0 -107
  859. package/.history/src/utils/component/DisplayAttribute.component_20211214090047.tsx +0 -108
  860. package/.history/src/utils/component/DisplayAttribute.component_20211214090101.tsx +0 -106
  861. package/.history/src/utils/component/DisplayAttribute.component_20211214090104.tsx +0 -106
  862. package/.history/src/utils/component/DisplayAttribute.component_20211214090225.tsx +0 -107
  863. package/.history/src/utils/component/DisplayAttribute.component_20211214090233.tsx +0 -106
  864. package/.history/src/utils/component/DisplayAttribute.component_20211214090340.tsx +0 -104
  865. package/.history/src/utils/component/DisplayAttribute.component_20211214090355.tsx +0 -106
  866. package/.history/src/utils/component/DisplayAttribute.component_20211214090407.tsx +0 -107
  867. package/.history/src/utils/component/DisplayAttribute.component_20211214090419.tsx +0 -107
  868. package/.history/src/utils/component/DisplayAttribute.component_20211214090424.tsx +0 -107
  869. package/.history/src/utils/component/DisplayAttribute.component_20211214090433.tsx +0 -107
  870. package/.history/src/utils/component/DisplayAttribute.component_20211214090447.tsx +0 -107
  871. package/.history/src/utils/component/DisplayAttribute.component_20211214090458.tsx +0 -107
  872. package/.history/src/utils/component/DisplayAttribute.component_20211214090512.tsx +0 -108
  873. package/.history/src/utils/component/DisplayAttribute.component_20211214090517.tsx +0 -108
  874. package/.history/src/utils/component/DisplayAttribute.component_20211214090526.tsx +0 -108
  875. package/.history/src/utils/component/DisplayAttribute.component_20211214090543.tsx +0 -109
  876. package/.history/src/utils/component/DisplayAttribute.component_20211214090547.tsx +0 -107
  877. package/.history/src/utils/component/DisplayAttribute.component_20211214090653.tsx +0 -109
  878. package/.history/src/utils/component/DisplayAttribute.component_20211214090710.tsx +0 -111
  879. package/.history/src/utils/component/DisplayAttribute.component_20211214090721.tsx +0 -111
  880. package/.history/src/utils/component/DisplayAttribute.component_20211214090727.tsx +0 -111
  881. package/.history/src/utils/component/DisplayAttribute.component_20211214090730.tsx +0 -111
  882. package/.history/src/utils/component/DisplayAttribute.component_20211214090738.tsx +0 -112
  883. package/.history/src/utils/component/DisplayAttribute.component_20211214090747.tsx +0 -111
  884. package/.history/src/utils/component/DisplayAttribute.component_20211214090758.tsx +0 -112
  885. package/.history/src/utils/component/DisplayAttribute.component_20211214090829.tsx +0 -110
  886. package/.history/src/utils/component/DisplayAttribute.component_20211214090907.tsx +0 -112
  887. package/.history/src/utils/component/DisplayAttribute.component_20211214091015.tsx +0 -112
  888. package/.history/src/utils/component/DisplayAttribute.component_20211214091111.tsx +0 -112
  889. package/.history/src/utils/component/DisplayAttribute.component_20211214091133.tsx +0 -114
  890. package/.history/src/utils/component/DisplayAttribute.component_20211214091213.tsx +0 -117
  891. package/.history/src/utils/component/DisplayAttribute.component_20211214091220.tsx +0 -118
  892. package/.history/src/utils/component/DisplayAttribute.component_20211214091222.tsx +0 -118
  893. package/.history/src/utils/component/DisplayAttribute.component_20211214091232.tsx +0 -118
  894. package/.history/src/utils/component/DisplayAttribute.component_20211214091250.tsx +0 -101
  895. package/.history/src/utils/component/DisplayAttribute.component_20211214091259.tsx +0 -101
  896. package/.history/src/utils/component/DisplayAttribute.component_20211214091314.tsx +0 -101
  897. package/.history/src/utils/component/DisplayAttribute.component_20211214091426.tsx +0 -107
  898. package/.history/src/utils/component/DisplayAttribute.component_20211214091431.tsx +0 -101
  899. package/.history/src/utils/component/DisplayAttribute.component_20211214091437.tsx +0 -101
  900. package/.history/src/utils/component/DisplayAttribute.component_20211214091448.tsx +0 -102
  901. package/.history/src/utils/component/DisplayAttribute.component_20211214091451.tsx +0 -103
  902. package/.history/src/utils/component/DisplayAttribute.component_20211214091504.tsx +0 -105
  903. package/.history/src/utils/component/DisplayAttribute.component_20211214091517.tsx +0 -105
  904. package/.history/src/utils/component/DisplayAttribute.component_20211214091525.tsx +0 -105
  905. package/.history/src/utils/component/DisplayAttribute.component_20211214091547.tsx +0 -111
  906. package/.history/src/utils/component/DisplayAttribute.component_20211214091556.tsx +0 -112
  907. package/.history/src/utils/component/DisplayAttribute.component_20211214091640.tsx +0 -113
  908. package/.history/src/utils/component/DisplayAttribute.component_20211214091657.tsx +0 -113
  909. package/.history/src/utils/component/DisplayAttribute.component_20211214091717.tsx +0 -119
  910. package/.history/src/utils/component/DisplayAttribute.component_20211214091734.tsx +0 -119
  911. package/.history/src/utils/component/DisplayAttribute.component_20211214091739.tsx +0 -119
  912. package/.history/src/utils/component/DisplayAttribute.component_20211214091742.tsx +0 -119
  913. package/.history/src/utils/component/DisplayAttribute.component_20211214091750.tsx +0 -119
  914. package/.history/src/utils/component/DisplayAttribute.component_20211214102705.tsx +0 -111
  915. package/.history/src/utils/component/DisplayAttribute.component_20211214102716.tsx +0 -105
  916. package/.history/src/utils/component/DisplayAttribute.component_20211214102723.tsx +0 -99
  917. package/.history/src/utils/component/DisplayAttribute.component_20211214102742.tsx +0 -100
  918. package/.history/src/utils/component/DisplayAttribute.component_20211214102750.tsx +0 -100
  919. package/.history/src/utils/component/DisplayAttribute.component_20211214102756.tsx +0 -100
  920. package/.history/src/utils/component/DisplayAttribute.component_20211214102803.tsx +0 -101
  921. package/.history/src/utils/component/DisplayAttribute.component_20211214102806.tsx +0 -102
  922. package/.history/src/utils/component/DisplayAttribute.component_20211214102844.tsx +0 -96
  923. package/.history/src/utils/component/DisplayAttribute.component_20211214102934.tsx +0 -96
  924. package/.history/src/utils/component/DisplayAttribute.component_20211214102938.tsx +0 -96
  925. package/.history/src/utils/component/DisplayAttribute.component_20211214103002.tsx +0 -97
  926. package/.history/src/utils/component/DisplayAttribute.component_20211214103011.tsx +0 -97
  927. package/.history/src/utils/component/DisplayAttribute.component_20211214103018.tsx +0 -97
  928. package/.history/src/utils/component/DisplayAttribute.component_20211214103024.tsx +0 -97
  929. package/.history/src/utils/component/DisplayAttribute.component_20211214103028.tsx +0 -97
  930. package/.history/src/utils/component/DisplayAttribute.component_20211214111912.tsx +0 -99
  931. package/.history/src/utils/component/DisplayAttribute.component_20211214111928.tsx +0 -99
  932. package/.history/src/utils/component/DisplayAttribute.component_20211214112256.tsx +0 -98
  933. package/.history/src/utils/component/DisplayAttribute.component_20211214112853.tsx +0 -97
  934. package/.history/src/utils/component/DisplayAttribute.component_20211214112905.tsx +0 -90
  935. package/.history/src/utils/component/DisplayAttribute.component_20211214112908.tsx +0 -88
  936. package/.history/src/utils/component/DisplayAttribute.component_20211214112915.tsx +0 -88
  937. package/.history/src/utils/component/DisplayAttribute.component_20211214112919.tsx +0 -88
  938. package/.history/src/utils/component/DisplayAttribute.component_20211214112923.tsx +0 -88
  939. package/.history/src/utils/component/DisplayAttribute.component_20211214112939.tsx +0 -88
  940. package/.history/src/utils/component/DisplayAttribute.component_20211214112959.tsx +0 -88
  941. package/.history/src/utils/component/DisplayAttribute.component_20211214113019.tsx +0 -88
  942. package/.history/src/utils/component/DisplayAttribute.component_20211214113315.tsx +0 -88
  943. package/.history/src/utils/component/DisplayAttribute.component_20211214113320.tsx +0 -87
  944. package/.history/src/utils/component/DisplayAttribute.component_20211214120857.tsx +0 -87
  945. package/.history/src/utils/component/GetFieldInModel.component_20211115143012.tsx +0 -0
  946. package/.history/src/utils/component/GetFieldInModel.component_20211115143022.tsx +0 -19
  947. package/.history/src/utils/component/GetFieldInModel.component_20211115143035.tsx +0 -19
  948. package/.history/src/utils/component/GetFieldInModel.component_20211115143509.tsx +0 -20
  949. package/.history/src/utils/component/GetFieldInModel.component_20211115161701.tsx +0 -68
  950. package/.history/src/utils/component/GetFieldInModel.component_20211115161710.tsx +0 -68
  951. package/.history/src/utils/component/GetFieldInModel.component_20211115161721.tsx +0 -68
  952. package/.history/src/utils/component/GetFieldInModel.component_20211115161726.tsx +0 -68
  953. package/.history/src/utils/component/GetFieldInModel.component_20211115161752.tsx +0 -70
  954. package/.history/src/utils/component/GetFieldInModel.component_20211115161755.tsx +0 -71
  955. package/.history/src/utils/component/GetFieldInModel.component_20211115161826.tsx +0 -71
  956. package/.history/src/utils/component/GetFieldInModel.component_20211115161829.tsx +0 -71
  957. package/.history/src/utils/component/GetFieldInModel.component_20211115161834.tsx +0 -76
  958. package/.history/src/utils/component/GetFieldInModel.component_20211115161839.tsx +0 -76
  959. package/.history/src/utils/component/GetFieldInModel.component_20211115161844.tsx +0 -76
  960. package/.history/src/utils/component/GetFieldInModel.component_20211115162734.tsx +0 -77
  961. package/.history/src/utils/component/GetFieldInModel.component_20211115162740.tsx +0 -78
  962. package/.history/src/utils/component/GetFieldInModel.component_20211115162815.tsx +0 -78
  963. package/.history/src/utils/component/GetFieldInModel.component_20211115164629.tsx +0 -70
  964. package/.history/src/utils/component/GetFieldInModel.component_20211115164634.tsx +0 -71
  965. package/.history/src/utils/component/GetFieldInModel.component_20211115164702.tsx +0 -72
  966. package/.history/src/utils/component/GetFieldInModel.component_20211115164727.tsx +0 -72
  967. package/.history/src/utils/component/GetFieldInModel.component_20211115164821.tsx +0 -70
  968. package/.history/src/utils/component/GetFieldInModel.component_20211115164835.tsx +0 -70
  969. package/.history/src/utils/component/GetFieldInModel.component_20211115164847.tsx +0 -70
  970. package/.history/src/utils/component/GetFieldInModel.component_20211115164927.tsx +0 -73
  971. package/.history/src/utils/component/GetFieldInModel.component_20211115165038.tsx +0 -76
  972. package/.history/src/utils/component/GetFieldInModel.component_20211115165055.tsx +0 -80
  973. package/.history/src/utils/component/GetFieldInModel.component_20211115165124.tsx +0 -71
  974. package/.history/src/utils/component/GetFieldInModel.component_20211115165150.tsx +0 -80
  975. package/.history/src/utils/component/GetFieldInModel.component_20211115165224.tsx +0 -81
  976. package/.history/src/utils/component/GetFieldInModel.component_20211115165303.tsx +0 -77
  977. package/.history/src/utils/component/GetFieldInModel.component_20211115165322.tsx +0 -81
  978. package/.history/src/utils/component/GetFieldInModel.component_20211115165337.tsx +0 -81
  979. package/.history/src/utils/component/IfAppIsActivate.component_20211105115826.tsx +0 -17
  980. package/.history/src/utils/component/IfAppIsActivate.component_20211105142116.tsx +0 -17
  981. package/.history/src/utils/component/IfAppIsActivate.component_20211105142612.tsx +0 -21
  982. package/.history/src/utils/component/IfAppIsActivate.component_20211105142618.tsx +0 -18
  983. package/.history/src/utils/component/IfAppIsActivate.component_20211105142626.tsx +0 -18
  984. package/.history/src/utils/component/IfAppIsActivate.component_20211105142631.tsx +0 -19
  985. package/.history/src/utils/component/IfAppIsActivate.component_20211105142636.tsx +0 -19
  986. package/.history/src/utils/component/IfAppIsActivate.component_20211105142639.tsx +0 -19
  987. package/.history/src/utils/component/IfAppIsActivate.component_20211116105031.tsx +0 -15
  988. package/.history/src/utils/component/IfAppIsActivate.component_20211202101825.tsx +0 -24
  989. package/.history/src/utils/component/IfAppIsActivate.component_20211202101839.tsx +0 -24
  990. package/.history/src/utils/component/IfAppIsActivate.component_20211202101845.tsx +0 -24
  991. package/.history/src/utils/component/IfAppIsActivate.component_20211202101859.tsx +0 -29
  992. package/.history/src/utils/component/IfAppIsActivate.component_20211202101910.tsx +0 -29
  993. package/.history/src/utils/component/IfAppIsActivate.component_20211202101931.tsx +0 -29
  994. package/.history/src/utils/component/IfAppIsActivate.component_20211202101936.tsx +0 -29
  995. package/.history/src/utils/component/IfAppIsActivate.component_20211202104155.tsx +0 -29
  996. package/.history/src/utils/component/IfAppIsActivate.component_20211202104425.tsx +0 -29
  997. package/.history/src/utils/component/getFieldInModel_20211115144659.ts +0 -19
  998. package/.history/src/utils/component/getFieldInModel_20211115144704.ts +0 -19
  999. package/.history/src/utils/component/getFieldInModel_20211115144717.ts +0 -20
  1000. package/.history/src/utils/component/getFieldInModel_20211115144723.ts +0 -20
  1001. package/.history/src/utils/component/getFieldInModel_20211115144947.ts +0 -20
  1002. package/.history/src/utils/component/getFieldInModel_20211115145003.ts +0 -19
  1003. package/.history/src/utils/component/getFieldInModel_20211115145034.ts +0 -20
  1004. package/.history/src/utils/component/getFieldInModel_20211115145044.ts +0 -21
  1005. package/.history/src/utils/component/getFieldInModel_20211115145050.ts +0 -21
  1006. package/.history/src/utils/component/getFieldInModel_20211115145105.ts +0 -21
  1007. package/.history/src/utils/component/getFieldInModel_20211115145137.ts +0 -22
  1008. package/.history/src/utils/component/getFieldInModel_20211115145139.ts +0 -23
  1009. package/.history/src/utils/component/getFieldInModel_20211115145140.ts +0 -23
  1010. package/.history/src/utils/component/getFieldInModel_20211115145147.ts +0 -23
  1011. package/.history/src/utils/component/getFieldInModel_20211115145156.ts +0 -23
  1012. package/.history/src/utils/component/getFieldInModel_20211115145157.ts +0 -22
  1013. package/.history/src/utils/component/getFieldInModel_20211115150452.ts +0 -23
  1014. package/.history/src/utils/component/getFieldInModel_20211115150615.ts +0 -25
  1015. package/.history/src/utils/component/getFieldInModel_20211115150636.ts +0 -25
  1016. package/.history/src/utils/component/getFieldInModel_20211115150711.ts +0 -25
  1017. package/.history/src/utils/component/getFieldInModel_20211115150717.ts +0 -26
  1018. package/.history/src/utils/component/getFieldInModel_20211115150749.ts +0 -30
  1019. package/.history/src/utils/component/getFieldInModel_20211115150757.ts +0 -30
  1020. package/.history/src/utils/component/getFieldInModel_20211115150920.ts +0 -31
  1021. package/.history/src/utils/component/getFieldInModel_20211115150929.ts +0 -33
  1022. package/.history/src/utils/component/getFieldInModel_20211115150935.ts +0 -33
  1023. package/.history/src/utils/component/getFieldInModel_20211115152243.ts +0 -33
  1024. package/.history/src/utils/component/getFieldInModel_20211115152257.ts +0 -33
  1025. package/.history/src/utils/component/getFieldInModel_20211115152309.ts +0 -33
  1026. package/.history/src/utils/component/getFieldInModel_20211115152321.ts +0 -33
  1027. package/.history/src/utils/component/getFieldInModel_20211115152434.ts +0 -33
  1028. package/.history/src/utils/component/getFieldInModel_20211115152438.ts +0 -33
  1029. package/.history/src/utils/component/getFieldInModel_20211115152541.tsx +0 -33
  1030. package/.history/src/utils/component/getFieldInModel_20211115152543.tsx +0 -33
  1031. package/.history/src/utils/component/getFieldInModel_20211115152551.tsx +0 -34
  1032. package/.history/src/utils/component/getFieldInModel_20211115152610.tsx +0 -34
  1033. package/.history/src/utils/component/getFieldInModel_20211115152613.tsx +0 -34
  1034. package/.history/src/utils/component/getFieldInModel_20211115152614.tsx +0 -34
  1035. package/.history/src/utils/component/getFieldInModel_20211115152624.tsx +0 -33
  1036. package/.history/src/utils/component/getFieldInModel_20211115152637.ts +0 -33
  1037. package/.history/src/utils/component/getFieldInModel_20211115152755.tsx +0 -33
  1038. package/.history/src/utils/component/getFieldInModel_20211115152803.tsx +0 -33
  1039. package/.history/src/utils/component/getFieldInModel_20211115152810.tsx +0 -34
  1040. package/.history/src/utils/component/getFieldInModel_20211115152827.tsx +0 -34
  1041. package/.history/src/utils/component/getFieldInModel_20211115153234.tsx +0 -36
  1042. package/.history/src/utils/component/getFieldInModel_20211115153258.tsx +0 -39
  1043. package/.history/src/utils/component/getFieldInModel_20211115153318.tsx +0 -39
  1044. package/.history/src/utils/component/getFieldInModel_20211115153341.tsx +0 -39
  1045. package/.history/src/utils/component/getFieldInModel_20211115153412.tsx +0 -41
  1046. package/.history/src/utils/component/getFieldInModel_20211115153433.tsx +0 -41
  1047. package/.history/src/utils/component/getFieldInModel_20211115153637.tsx +0 -41
  1048. package/.history/src/utils/component/getFieldInModel_20211115153738.tsx +0 -47
  1049. package/.history/src/utils/component/getFieldInModel_20211115153743.tsx +0 -47
  1050. package/.history/src/utils/component/getFieldInModel_20211115153748.tsx +0 -47
  1051. package/.history/src/utils/component/getFieldInModel_20211115153801.tsx +0 -47
  1052. package/.history/src/utils/component/getFieldInModel_20211115153812.tsx +0 -47
  1053. package/.history/src/utils/component/getFieldInModel_20211115153828.tsx +0 -41
  1054. package/.history/src/utils/component/getFieldInModel_20211115153833.tsx +0 -41
  1055. package/.history/src/utils/component/getFieldInModel_20211115153845.tsx +0 -43
  1056. package/.history/src/utils/component/getFieldInModel_20211115153905.tsx +0 -43
  1057. package/.history/src/utils/component/getFieldInModel_20211115153910.tsx +0 -43
  1058. package/.history/src/utils/component/getFieldInModel_20211115153920.tsx +0 -43
  1059. package/.history/src/utils/component/getFieldInModel_20211115153932.tsx +0 -43
  1060. package/.history/src/utils/component/getFieldInModel_20211115153940.tsx +0 -43
  1061. package/.history/src/utils/component/getFieldInModel_20211115153943.tsx +0 -43
  1062. package/.history/src/utils/component/getFieldInModel_20211115153951.tsx +0 -43
  1063. package/.history/src/utils/component/getFieldInModel_20211115153955.tsx +0 -43
  1064. package/.history/src/utils/component/getFieldInModel_20211115153959.tsx +0 -41
  1065. package/.history/src/utils/component/getFieldInModel_20211115154015.tsx +0 -41
  1066. package/.history/src/utils/component/getFieldInModel_20211115154018.tsx +0 -41
  1067. package/.history/src/utils/component/getFieldInModel_20211115154028.tsx +0 -47
  1068. package/.history/src/utils/component/getFieldInModel_20211115154104.tsx +0 -47
  1069. package/.history/src/utils/component/getFieldInModel_20211115154106.tsx +0 -47
  1070. package/.history/src/utils/component/getFieldInModel_20211115154111.tsx +0 -45
  1071. package/.history/src/utils/component/getFieldInModel_20211115154157.tsx +0 -49
  1072. package/.history/src/utils/component/getFieldInModel_20211115154207.tsx +0 -49
  1073. package/.history/src/utils/component/getFieldInModel_20211115154210.tsx +0 -49
  1074. package/.history/src/utils/component/getFieldInModel_20211115154219.tsx +0 -49
  1075. package/.history/src/utils/component/getFieldInModel_20211115154221.tsx +0 -50
  1076. package/.history/src/utils/component/getFieldInModel_20211115154233.tsx +0 -53
  1077. package/.history/src/utils/component/getFieldInModel_20211115154241.tsx +0 -53
  1078. package/.history/src/utils/component/getFieldInModel_20211115154542.tsx +0 -54
  1079. package/.history/src/utils/component/getFieldInModel_20211115154548.tsx +0 -54
  1080. package/.history/src/utils/component/getFieldInModel_20211115154604.tsx +0 -54
  1081. package/.history/src/utils/component/getFieldInModel_20211115154639.tsx +0 -55
  1082. package/.history/src/utils/component/getFieldInModel_20211115154703.tsx +0 -56
  1083. package/.history/src/utils/component/getFieldInModel_20211115154730.tsx +0 -56
  1084. package/.history/src/utils/component/getFieldInModel_20211115154735.tsx +0 -57
  1085. package/.history/src/utils/component/getFieldInModel_20211115154741.tsx +0 -57
  1086. package/.history/src/utils/component/getFieldInModel_20211115154818.tsx +0 -57
  1087. package/.history/src/utils/component/getFieldInModel_20211115154824.tsx +0 -57
  1088. package/.history/src/utils/component/getFieldInModel_20211115154859.tsx +0 -58
  1089. package/.history/src/utils/component/getFieldInModel_20211115154954.tsx +0 -58
  1090. package/.history/src/utils/component/getFieldInModel_20211115155007.tsx +0 -59
  1091. package/.history/src/utils/component/getFieldInModel_20211115155011.tsx +0 -59
  1092. package/.history/src/utils/component/getFieldInModel_20211115155105.tsx +0 -59
  1093. package/.history/src/utils/component/getFieldInModel_20211115155110.tsx +0 -59
  1094. package/.history/src/utils/component/getFieldInModel_20211115155248.tsx +0 -58
  1095. package/.history/src/utils/component/getFieldInModel_20211115155253.tsx +0 -58
  1096. package/.history/src/utils/component/getFieldInModel_20211115155328.tsx +0 -58
  1097. package/.history/src/utils/component/getFieldInModel_20211115155345.tsx +0 -57
  1098. package/.history/src/utils/component/getFieldInModel_20211115155425.tsx +0 -60
  1099. package/.history/src/utils/component/getFieldInModel_20211115155435.tsx +0 -60
  1100. package/.history/src/utils/component/getFieldInModel_20211115155500.tsx +0 -62
  1101. package/.history/src/utils/component/getFieldInModel_20211115155535.tsx +0 -62
  1102. package/.history/src/utils/component/getFieldInModel_20211115155543.tsx +0 -63
  1103. package/.history/src/utils/component/getFieldInModel_20211115155547.tsx +0 -63
  1104. package/.history/src/utils/component/getFieldInModel_20211115155550.tsx +0 -63
  1105. package/.history/src/utils/component/getFieldInModel_20211115155608.tsx +0 -63
  1106. package/.history/src/utils/component/getFieldInModel_20211115155613.tsx +0 -63
  1107. package/.history/src/utils/component/getFieldInModel_20211115155617.tsx +0 -63
  1108. package/.history/src/utils/component/getFieldInModel_20211115155628.tsx +0 -63
  1109. package/.history/src/utils/component/getFieldInModel_20211115155643.tsx +0 -63
  1110. package/.history/src/utils/component/getFieldInModel_20211115155718.tsx +0 -64
  1111. package/.history/src/utils/component/getFieldInModel_20211115155727.tsx +0 -65
  1112. package/.history/src/utils/component/getFieldInModel_20211115155733.tsx +0 -66
  1113. package/.history/src/utils/component/getFieldInModel_20211115155737.tsx +0 -66
  1114. package/.history/src/utils/getFieldInModel_20211115144456.ts +0 -20
  1115. package/.history/src/utils/getFieldInModel_20211115144524.ts +0 -20
  1116. package/.history/src/utils/getFieldInModel_20211115144527.ts +0 -20
  1117. package/.history/src/utils/getFieldInModel_20211115144540.ts +0 -19
  1118. package/.history/src/utils/registry_20201020110232.tsx +0 -59
  1119. package/.history/src/utils/socket.sharedworker_20211103142903.ts +0 -97
  1120. package/.history/src/utils/socket.sharedworker_20211104144115.ts +0 -80
  1121. package/.history/src/utils/socket.sharedworker_20211104144133.ts +0 -67
  1122. package/.history/src/utils/socket.sharedworker_20211104144135.ts +0 -80
  1123. package/.history/src/utils/socket_20211103142903.ts +0 -58
  1124. package/.history/src/utils/socket_20211104144335.ts +0 -42
  1125. package/.history/src/utils/socket_20211104150814.ts +0 -58
  1126. package/.history/src/utils/socket_20211104150828.ts +0 -58
  1127. package/.history/src/utils/socket_20211104150836.ts +0 -60
  1128. package/.history/src/utils/socket_20211104150844.ts +0 -67
  1129. package/.history/src/utils/socket_20211104150849.ts +0 -65
  1130. package/.history/src/utils/socket_20211104150908.ts +0 -67
  1131. package/.history/src/utils/socket_20211104151054.ts +0 -67
  1132. package/.history/src/utils/socket_20211104151313.ts +0 -67
  1133. package/.history/src/utils/socket_20211104151612.ts +0 -108
  1134. package/.history/src/utils/socket_20211104151618.ts +0 -106
  1135. package/.history/src/utils/socket_20211104151626.ts +0 -105
  1136. package/.history/src/utils/socket_20211104151627.ts +0 -104
  1137. package/.history/src/utils/socket_20211104151629.ts +0 -103
  1138. package/.history/src/utils/socket_20211116105136.ts +0 -97
  1139. package/.history/src/utils/socket_20211116105201.ts +0 -97
  1140. package/.history/src/utils/socket_20211116105206.ts +0 -98
  1141. package/.history/src/utils/socket_20211116105214.ts +0 -98
  1142. package/.history/src/utils/socket_20211116105222.ts +0 -98
  1143. package/.history/src/utils/socket_20211116105228.ts +0 -98
  1144. package/.history/src/utils/socket_20211116105234.ts +0 -98
  1145. package/.history/src/utils/translation_20211116105404.tsx +0 -33
  1146. package/.history/src/utils/types_20211115160956.tsx +0 -158
  1147. package/.history/src/utils/types_20211115161138.tsx +0 -166
  1148. package/.history/src/utils/types_20211115161149.tsx +0 -166
  1149. package/.history/src/utils/types_20211115161939.tsx +0 -166
  1150. package/.history/src/utils/types_20211115162150.tsx +0 -166
  1151. package/.history/src/utils/types_20211115162221.tsx +0 -166
  1152. package/.history/src/utils/types_20211115163805.tsx +0 -167
  1153. package/.history/src/utils/types_20211115163828.tsx +0 -183
  1154. package/.history/src/utils/types_20211115164550.tsx +0 -184
  1155. package/.history/src/utils/types_20211116105412.tsx +0 -143
  1156. package/.history/src/utils/types_20211116175425.tsx +0 -184
  1157. package/.history/src/utils/types_20211116175429.tsx +0 -182
  1158. package/.history/src/utils/types_20211118102619.tsx +0 -182
  1159. package/.history/src/utils/types_20211123164518.tsx +0 -188
  1160. package/.history/src/utils/types_20211123164521.tsx +0 -188
  1161. package/.history/src/utils/types_20211123164525.tsx +0 -186
  1162. package/.history/src/utils/types_20211123164735.tsx +0 -186
  1163. package/.history/src/utils/types_20211123164831.tsx +0 -186
  1164. package/.history/src/utils/types_20211123165051.tsx +0 -186
  1165. package/.history/src/utils/types_20211123165219.tsx +0 -186
  1166. package/.history/src/utils/types_20211123165245.tsx +0 -186
  1167. package/.history/src/utils/types_20211123165251.tsx +0 -187
  1168. package/.history/src/utils/types_20211123165318.tsx +0 -187
  1169. package/.history/src/utils/types_20211123165359.tsx +0 -187
  1170. package/.history/src/utils/types_20211125104054.tsx +0 -186
  1171. package/.history/src/utils/types_20211125104100.tsx +0 -187
  1172. package/.history/src/utils/types_20211125104104.tsx +0 -186
  1173. package/.history/src/utils/types_20211125111537.tsx +0 -188
  1174. package/.history/src/utils/types_20211125111641.tsx +0 -188
  1175. package/.history/src/utils/types_20211125111650.tsx +0 -188
  1176. package/.history/src/utils/types_20211125111842.tsx +0 -188
  1177. package/.history/src/utils/types_20211125111848.tsx +0 -188
  1178. package/.history/src/utils/types_20211125111929.tsx +0 -188
  1179. package/.history/src/utils/types_20211125111934.tsx +0 -188
  1180. package/.history/src/utils/types_20211125111937.tsx +0 -188
  1181. package/.history/src/utils/types_20211125112013.tsx +0 -188
  1182. package/.history/src/utils/types_20211125112025.tsx +0 -188
  1183. package/.history/src/utils/types_20211125112055.tsx +0 -188
  1184. package/.history/src/utils/types_20211125112059.tsx +0 -188
  1185. package/.history/src/utils/types_20211125112108.tsx +0 -188
  1186. package/.history/src/utils/types_20211125112119.tsx +0 -188
  1187. package/.history/src/utils/types_20211125112326.tsx +0 -188
  1188. package/.history/src/utils/types_20211125112345.tsx +0 -188
  1189. package/.history/src/utils/types_20211125112500.tsx +0 -188
  1190. package/.history/src/utils/types_20211125112502.tsx +0 -188
  1191. package/.history/src/utils/types_20211125112514.tsx +0 -188
  1192. package/.history/src/utils/types_20211125112516.tsx +0 -188
  1193. package/.history/src/utils/types_20211125112607.tsx +0 -188
  1194. package/.history/src/utils/types_20211125112612.tsx +0 -188
  1195. package/.history/src/utils/types_20211125113522.tsx +0 -190
  1196. package/.history/src/utils/types_20211125113539.tsx +0 -190
  1197. package/.history/src/utils/types_20211125115719.tsx +0 -154
  1198. package/.history/src/utils/types_20211201163110.tsx +0 -183
  1199. package/.history/src/utils/types_20211201163113.tsx +0 -183
  1200. package/.history/src/utils/types_20211201163117.tsx +0 -182
  1201. package/.history/src/utils/types_20211201163127.tsx +0 -182
  1202. package/.history/src/utils/types_20211201163141.tsx +0 -178
  1203. package/.history/src/utils/types_20211201163147.tsx +0 -178
  1204. package/.history/src/utils/types_20211201163536.tsx +0 -179
  1205. package/.history/src/utils/types_20211201163613.tsx +0 -179
  1206. package/.history/src/utils/types_20211209143453.tsx +0 -181
  1207. package/.history/src/utils/types_20211209143515.tsx +0 -182
  1208. package/.history/src/utils/types_20211209143520.tsx +0 -182
  1209. package/.history/src/utils/types_20211209143638.tsx +0 -183
  1210. package/.history/src/utils/types_20211209143707.tsx +0 -185
  1211. package/.history/src/utils/types_20211209143721.tsx +0 -186
  1212. package/.history/src/utils/types_20211209143726.tsx +0 -187
  1213. package/.history/src/utils/types_20211209143727.tsx +0 -186
  1214. package/.history/src/utils/types_20211209143734.tsx +0 -187
  1215. package/.history/src/utils/types_20211209143754.tsx +0 -188
  1216. package/.history/src/utils/types_20211209145552.tsx +0 -188
  1217. package/.history/src/utils/types_20211209145630.tsx +0 -188
  1218. package/.history/src/utils/types_20211214112707.tsx +0 -191
  1219. package/.history/src/utils/types_20211214112753.tsx +0 -191
  1220. package/.history/src/utils/types_20211214112801.tsx +0 -191
  1221. package/.history/src/utils/types_20211214112835.tsx +0 -191
  1222. package/.history/src/utils/types_20211214112936.tsx +0 -191
  1223. package/.history/src/utils/types_20211214113123.tsx +0 -191
  1224. package/.history/src/utils/types_20211214113127.tsx +0 -191
  1225. package/.history/src/utils/types_20211214142421.tsx +0 -174
  1226. package/.history/src/utils/types_20211214151536.tsx +0 -174
  1227. package/.history/src/utils/types_20211214151706.tsx +0 -174
  1228. package/.history/src/utils/types_20211214151731.tsx +0 -174
  1229. package/.history/src/utils/types_20211214151734.tsx +0 -174
  1230. package/.history/src/utils/types_20211214151752.tsx +0 -175
  1231. package/.history/src/utils/types_20211214151800.tsx +0 -175
  1232. package/.history/src/utils/types_20211214153149.tsx +0 -180
  1233. package/.history/src/utils/types_20211214153152.tsx +0 -180
  1234. package/.history/src/utils/types_20211214163208.tsx +0 -175
  1235. package/.history/src/utils/types_20211214171839.tsx +0 -175
  1236. package/.history/test_20201020142137.js +0 -3
  1237. package/.history/test_20201020142159.js +0 -3
  1238. package/.history/test_20201020142223.js +0 -4
  1239. package/.history/test_20201020142250.js +0 -6
  1240. package/.history/test_20201020142305.js +0 -6
  1241. package/.history/test_20201020142333.js +0 -6
  1242. package/.history/test_20201020142349.js +0 -6
  1243. package/.history/test_20201020142515.js +0 -3
  1244. package/.history/test_20201020142517.js +0 -3
  1245. package/.history/test_20201020142610.js +0 -6
  1246. package/.history/test_20201020142629.js +0 -6
  1247. package/.history/test_20201020142633.js +0 -6
  1248. package/.history/test_20201020142658.js +0 -2
  1249. package/.history/test_20201020142836.js +0 -5
  1250. package/.history/test_20201020142838.js +0 -4
  1251. package/.history/test_20201020142857.js +0 -5
  1252. package/.history/test_20201020142910.js +0 -4
  1253. package/.history/test_20201020142921.js +0 -5
  1254. package/.history/test_20201020142953.js +0 -2
  1255. package/.history/test_20201020143444.js +0 -4
  1256. package/.history/test_20201020143526.js +0 -3
  1257. package/.history/tsconfig_20211108110838.json +0 -15
  1258. package/.history/tsconfig_20211108110841.json +0 -14
  1259. package/.history/webpack-jrc.config_20201110154954.js +0 -32
  1260. package/.history/webpack-jrc.config_20201110155008.js +0 -27
  1261. package/.history/webpack-jrc.config_20201110155106.js +0 -27
  1262. package/.history/webpack-jrc.config_20201110155116.js +0 -27
  1263. package/.history/webpack-jrc.config_20201110155241.js +0 -27
  1264. package/.history/webpack-vendors.config_20210415114819.js +0 -40
  1265. package/.history/webpack-vendors.config_20210415115228.js +0 -35
  1266. package/.history/webpack-vendors.config_20210415120011.js +0 -40
  1267. package/.history/webpack-vendors.config_20210415143909.js +0 -35
  1268. package/.history/webpack-vendors.config_20210429085357.js +0 -35
  1269. package/.history/webpack-vendors.config_20210429093956.js +0 -36
  1270. package/.history/webpack-vendors.config_20210429094016.js +0 -36
  1271. package/.history/webpack-vendors.config_20210429094043.js +0 -36
  1272. package/.history/webpack-vendors.config_20210429095156.js +0 -37
  1273. package/.history/webpack-vendors.config_20210429095201.js +0 -37
  1274. package/.history/webpack-vendors.config_20210429095204.js +0 -37
  1275. package/.history/webpack-vendors.config_20210429100210.js +0 -36
  1276. package/.history/webpack-vendors.config_20210429100432.js +0 -35
  1277. package/.history/webpack-vendors.config_20210429100442.js +0 -36
  1278. package/.history/webpack-vendors.config_20210429100609.js +0 -36
  1279. package/.history/webpack-vendors.config_20210429100743.js +0 -36
  1280. package/.history/webpack-vendors.config_20210429100924.js +0 -36
  1281. package/.history/webpack-vendors.config_20210429100939.js +0 -36
  1282. package/.history/webpack.config_20211104152514.js +0 -118
  1283. package/.history/webpack.config_20211108160857.js +0 -115
  1284. package/.history/webpack.config_20211108160858.js +0 -114
  1285. package/.history/webpack.config_20211108160914.js +0 -113
  1286. package/.history/webpack.config_20211108161609.js +0 -118
  1287. package/.history/webpack.config_20211108161619.js +0 -118
  1288. package/.history/webpack.config_20211109064941.js +0 -118
  1289. package/.history/webpack.config_20211109064952.js +0 -119
  1290. package/.history/webpack.config_20211109065007.js +0 -103
  1291. package/.history/webpack.config_20211109065043.js +0 -104
  1292. package/.history/webpack.config_20211109065114.js +0 -93
  1293. package/.history/webpack.config_20211109065121.js +0 -93
  1294. package/.history/webpack.config_20211109065406.js +0 -96
  1295. package/.history/webpack.config_20211109065446.js +0 -97
  1296. package/.history/webpack.config_20211109065654.js +0 -106
  1297. package/.history/webpack.config_20211109065732.js +0 -106
  1298. package/.history/webpack.config_20211109070539.js +0 -105
  1299. package/.history/webpack.config_20211109070655.js +0 -106
  1300. package/.history/webpack.config_20211109095020.js +0 -94
  1301. package/.history/webpack.config_20211110113654.js +0 -91
  1302. package/.history/webpack.config_20211117161158.js +0 -95
  1303. package/.history/webpack.config_20211117161204.js +0 -96
  1304. package/.history/webpack.config_20211117161215.js +0 -97
  1305. package/.husky/pre-commit +0 -6
  1306. package/.prettierignore +0 -88
  1307. package/.prettierrc.json +0 -11
  1308. package/.vscode/settings.json +0 -9
  1309. package/babel.config.js +0 -12
  1310. package/build/294.bundle.js +0 -2
  1311. package/build/294.bundle.js.map +0 -1
  1312. package/build/715.bundle.js +0 -2
  1313. package/build/715.bundle.js.map +0 -1
  1314. package/build/components/index.d.ts +0 -1
  1315. package/externals.d.ts +0 -11
  1316. package/jest.config.js +0 -15
  1317. package/src/App.tsx +0 -190
  1318. package/src/components/ExtensionProvider.component.tsx +0 -21
  1319. package/src/components/IfAppIsActivated.component.tsx +0 -15
  1320. package/src/components/index.tsx +0 -21
  1321. package/src/components/types.ts +0 -2
  1322. package/src/displayer/DisplayAttribute.component.tsx +0 -47
  1323. package/src/displayer/components/DisplayList.component.tsx +0 -22
  1324. package/src/displayer/components/DisplaySingleValue.component.tsx +0 -10
  1325. package/src/displayer/list/formatter.tsx +0 -63
  1326. package/src/displayer/types.ts +0 -86
  1327. package/src/displayer/useDisplay.ts +0 -32
  1328. package/src/enhencers/toast/Toaster.tsx +0 -38
  1329. package/src/redux/actions/Articles.actions.tsx +0 -8
  1330. package/src/redux/actions/Articles.types.tsx +0 -1
  1331. package/src/redux/actions/Users.actions.tsx +0 -8
  1332. package/src/redux/actions/Users.types.tsx +0 -1
  1333. package/src/redux/actions/actions.tsx +0 -4
  1334. package/src/redux/middleware/index.tsx +0 -2
  1335. package/src/redux/middleware/logger.tsx +0 -10
  1336. package/src/redux/slice/Application.slice.ts +0 -28
  1337. package/src/redux/slice/Article.slice.ts +0 -27
  1338. package/src/redux/slice/Generic.actions.ts +0 -31
  1339. package/src/redux/slice/Model.slice.ts +0 -28
  1340. package/src/redux/slice/Toast.slice.ts +0 -55
  1341. package/src/redux/slice/User.slice.ts +0 -27
  1342. package/src/redux/store.tsx +0 -95
  1343. package/src/utils/registry.tsx +0 -59
  1344. package/src/utils/socket.sharedworker.ts +0 -91
  1345. package/src/utils/socket.ts +0 -98
  1346. package/src/utils/translation.tsx +0 -36
  1347. package/src/utils/types.ts +0 -176
  1348. package/tsconfig.json +0 -16
  1349. package/webpack.config.js +0 -97
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
2
  export declare type ExtensionProviderProps = {
3
- children: React.ReactNode;
3
+ children?: React.ReactNode;
4
4
  };
5
5
  export declare const ExtensionProvider: (props: ExtensionProviderProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare type IfAppIsActivatedProps = {
2
3
  dependency: string;
3
4
  children: JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const NoMatch: () => JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare type RTProviderProps = {
3
+ useRT: () => void;
4
+ };
5
+ export declare const RTProvider: React.FC<RTProviderProps>;
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ import type { JRCAppColumnProps } from 'jamespot-react-components';
3
+ export declare type TwoColLayoutProps = {
4
+ extensionRoute: string;
5
+ routes: Record<string, {
6
+ path: string;
7
+ key: string;
8
+ icon: string;
9
+ label: string;
10
+ }>;
11
+ description: JRCAppColumnProps['description'];
12
+ };
13
+ export declare function TwoColLayout(props: TwoColLayoutProps): JSX.Element;
@@ -1,2 +1,3 @@
1
1
  export { ExtensionProviderProps } from './ExtensionProvider.component';
2
2
  export { IfAppIsActivatedProps } from './IfAppIsActivated.component';
3
+ export { RTProviderProps } from './RTProvider.component';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DisplayAttributesProps } from './types';
2
3
  /****
3
4
  * The jamespot model depend on the platform
@@ -1,13 +1,5 @@
1
1
  import * as React from 'react';
2
- import { FunctionComponent } from 'react';
3
- import { DisplayAttributesProps, RenderAttributeProps } from './types';
4
-
5
- const RenderAttribute = (props: RenderAttributeProps) => {
6
- const { attribute } = props;
7
- const RenderComponent: FunctionComponent<RenderAttributeProps> = attribute.components.render;
8
- return <RenderComponent {...props} />;
9
- };
10
-
2
+ import { DisplayFormProps, DisplayFormRef } from './types';
11
3
  /****
12
4
  * The jamespot model depend on the platform
13
5
  * For example a user can have the size attribute only for a given platform
@@ -21,17 +13,7 @@ const RenderAttribute = (props: RenderAttributeProps) => {
21
13
  * @param props.componentsOverride.render the whole component logic (we override @DisplayList or @DisplaySingleValue for exemple)
22
14
  * @param props.componentsOverride.wrapper the attribute is wrapped inside an element. For a list it can be an UL
23
15
  * @param props.componentsOverride.element the component just above the element value
16
+ * @param props.componentsOverride.input the component input
24
17
  * Note :If we override the "render" you can't override "wrapper" and "element" because the render rewrite everything
25
18
  */
26
- export const DisplayAttributes = (props: DisplayAttributesProps) => {
27
- const { attributesName, object, componentsOverride } = props;
28
- const config = J.react.useDisplay(attributesName || [], object.type);
29
-
30
- return config.map((attributeProps) => {
31
- attributeProps.components = {
32
- ...attributeProps.components,
33
- ...componentsOverride[attributeProps.accessor],
34
- };
35
- return <RenderAttribute attribute={attributeProps} object={object} />;
36
- });
37
- };
19
+ export declare const DisplayForm: React.ForwardRefExoticComponent<DisplayFormProps & React.RefAttributes<DisplayFormRef>>;
@@ -0,0 +1 @@
1
+ export declare const Empty: () => JSX.Element;
@@ -1,2 +1,3 @@
1
1
  import { RenderAttributeProps } from 'displayer/types';
2
2
  export declare const DisplaySingleValue: (props: RenderAttributeProps) => JSX.Element | null;
3
+ export declare const DisplayDate: ({ object, attribute }: RenderAttributeProps) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { DisplayInputComponentProps } from '../../types';
2
+ export declare const InputDate: (props: DisplayInputComponentProps) => JSX.Element;
3
+ export declare const SearchDate: (props: DisplayInputComponentProps) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { DisplayInputComponentProps } from '../../types';
2
+ export declare const DefaultInput: (props: DisplayInputComponentProps) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { DisplayInputComponentProps } from '../../types';
2
+ export declare const InputTextarea: (props: DisplayInputComponentProps) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { DisplayInputComponentProps } from '../../types';
2
+ export declare const OrientedLinkInput: (type?: string, requireable?: boolean) => ({ widget, ...props }: DisplayInputComponentProps) => JSX.Element;
@@ -0,0 +1,11 @@
1
+ import { DisplayInputComponentProps } from '../../types';
2
+ declare type RadioConfig = {
3
+ checkboxMode: 'radio' | 'checkbox';
4
+ direction?: 'row' | 'column' | 'two-columns';
5
+ requireable?: boolean;
6
+ };
7
+ export declare const RadioInput: (options: Array<{
8
+ value: string;
9
+ label: string;
10
+ }>, config: RadioConfig) => ({ widget, ...props }: DisplayInputComponentProps) => JSX.Element;
11
+ export {};
@@ -1,10 +1,45 @@
1
1
  import * as React from 'react';
2
2
  import { FieldConfiguration } from '../types';
3
- export declare function formatString<T extends string>(configuration: FieldConfiguration<T>): {
4
- name: T;
3
+ export declare function formatDate<T extends string>(configuration: FieldConfiguration<T>): {
4
+ accessor: T;
5
+ components: {
6
+ render: ({ object, attribute }: import("../types").RenderAttributeProps) => JSX.Element;
7
+ wrapper: ({ children }: {
8
+ children: React.FunctionComponent<any>;
9
+ }) => JSX.Element;
10
+ element: ({ children }: {
11
+ children: React.FunctionComponent<any>;
12
+ }) => JSX.Element;
13
+ input: (props: import("../types").DisplayInputComponentProps) => JSX.Element;
14
+ search: (props: import("../types").DisplayInputComponentProps) => JSX.Element;
15
+ };
5
16
  label: string;
17
+ description?: string | undefined;
18
+ widget: import("../types").Widget;
19
+ name: T;
20
+ mandatory: boolean;
21
+ };
22
+ export declare function formatString<T extends string>(configuration: FieldConfiguration<T>): {
6
23
  accessor: T;
24
+ components: {
25
+ render: (props: import("../types").RenderAttributeProps) => JSX.Element | null;
26
+ wrapper: ({ children }: {
27
+ children: React.FunctionComponent<any>;
28
+ }) => JSX.Element;
29
+ element: ({ children }: {
30
+ children: React.FunctionComponent<any>;
31
+ }) => JSX.Element;
32
+ input: (props: import("../types").DisplayInputComponentProps) => JSX.Element;
33
+ search: (props: import("../types").DisplayInputComponentProps) => JSX.Element;
34
+ };
35
+ label: string;
36
+ description?: string | undefined;
7
37
  widget: import("../types").Widget;
38
+ name: T;
39
+ mandatory: boolean;
40
+ };
41
+ export declare function formatTextarea<T extends string>(configuration: FieldConfiguration<T>): {
42
+ accessor: T;
8
43
  components: {
9
44
  render: (props: import("../types").RenderAttributeProps) => JSX.Element | null;
10
45
  wrapper: ({ children }: {
@@ -13,13 +48,16 @@ export declare function formatString<T extends string>(configuration: FieldConfi
13
48
  element: ({ children }: {
14
49
  children: React.FunctionComponent<any>;
15
50
  }) => JSX.Element;
51
+ input: (props: import("../types").DisplayInputComponentProps) => JSX.Element;
16
52
  };
53
+ label: string;
54
+ description?: string | undefined;
55
+ widget: import("../types").Widget;
56
+ name: T;
57
+ mandatory: boolean;
17
58
  };
18
59
  export declare function formatNumber<T extends string>(configuration: FieldConfiguration<T>): {
19
- name: T;
20
- label: string;
21
60
  accessor: T;
22
- widget: import("../types").Widget;
23
61
  components: {
24
62
  render: (props: import("../types").RenderAttributeProps) => JSX.Element | null;
25
63
  wrapper: ({ children }: {
@@ -28,13 +66,34 @@ export declare function formatNumber<T extends string>(configuration: FieldConfi
28
66
  element: ({ children }: {
29
67
  children: React.FunctionComponent<any>;
30
68
  }) => JSX.Element;
69
+ input: (props: import("../types").DisplayInputComponentProps) => JSX.Element;
31
70
  };
71
+ label: string;
72
+ description?: string | undefined;
73
+ widget: import("../types").Widget;
74
+ name: T;
75
+ mandatory: boolean;
32
76
  };
33
77
  export declare function formatTaxonomy<T extends string>(configuration: FieldConfiguration<T>): {
34
- name: T;
35
- label: string;
36
78
  accessor: T;
79
+ components: {
80
+ render: (props: import("../types").RenderAttributeProps) => JSX.Element | null;
81
+ wrapper: ({ children }: {
82
+ children: React.FunctionComponent<any>;
83
+ }) => JSX.Element;
84
+ element: ({ children }: {
85
+ children: React.FunctionComponent<any>;
86
+ }) => JSX.Element;
87
+ input: (props: import("../types").DisplayInputComponentProps) => JSX.Element;
88
+ };
89
+ label: string;
90
+ description?: string | undefined;
37
91
  widget: import("../types").Widget;
92
+ name: T;
93
+ mandatory: boolean;
94
+ };
95
+ export declare function formatOrientedlinks<T extends string>(configuration: FieldConfiguration<T>): {
96
+ accessor: T;
38
97
  components: {
39
98
  render: (props: import("../types").RenderAttributeProps) => JSX.Element | null;
40
99
  wrapper: ({ children }: {
@@ -43,13 +102,72 @@ export declare function formatTaxonomy<T extends string>(configuration: FieldCon
43
102
  element: ({ children }: {
44
103
  children: React.FunctionComponent<any>;
45
104
  }) => JSX.Element;
105
+ input: ({ widget, ...props }: import("../types").DisplayInputComponentProps) => JSX.Element;
106
+ search: ({ widget, ...props }: import("../types").DisplayInputComponentProps) => JSX.Element;
46
107
  };
108
+ label: string;
109
+ description?: string | undefined;
110
+ widget: import("../types").Widget;
111
+ name: T;
112
+ mandatory: boolean;
47
113
  };
48
- export declare function formatDefault<T extends string>(configuration: FieldConfiguration<T>): {
114
+ export declare function formatUri<T extends string>(configuration: FieldConfiguration<T>): {
115
+ accessor: T;
116
+ components: {
117
+ render: (props: import("../types").RenderAttributeProps) => JSX.Element | null;
118
+ wrapper: ({ children }: {
119
+ children: React.FunctionComponent<any>;
120
+ }) => JSX.Element;
121
+ element: ({ children }: {
122
+ children: React.FunctionComponent<any>;
123
+ }) => JSX.Element;
124
+ input: ({ widget, ...props }: import("../types").DisplayInputComponentProps) => JSX.Element;
125
+ };
126
+ label: string;
127
+ description?: string | undefined;
128
+ widget: import("../types").Widget;
49
129
  name: T;
130
+ mandatory: boolean;
131
+ };
132
+ export declare function formatRadio<T extends string>(configuration: FieldConfiguration<T>): {
133
+ accessor: T;
134
+ components: {
135
+ render: (props: import("../types").RenderAttributeProps) => JSX.Element | null;
136
+ wrapper: ({ children }: {
137
+ children: React.FunctionComponent<any>;
138
+ }) => JSX.Element;
139
+ element: ({ children }: {
140
+ children: React.FunctionComponent<any>;
141
+ }) => JSX.Element;
142
+ input: ({ widget, ...props }: import("../types").DisplayInputComponentProps) => JSX.Element;
143
+ search: ({ widget, ...props }: import("../types").DisplayInputComponentProps) => JSX.Element;
144
+ };
50
145
  label: string;
146
+ description?: string | undefined;
147
+ widget: import("../types").Widget;
148
+ name: T;
149
+ mandatory: boolean;
150
+ };
151
+ export declare function formatCheckbox<T extends string>(configuration: FieldConfiguration<T>): {
51
152
  accessor: T;
153
+ components: {
154
+ render: (props: import("../types").RenderAttributeProps) => JSX.Element | null;
155
+ wrapper: ({ children }: {
156
+ children: React.FunctionComponent<any>;
157
+ }) => JSX.Element;
158
+ element: ({ children }: {
159
+ children: React.FunctionComponent<any>;
160
+ }) => JSX.Element;
161
+ input: ({ widget, ...props }: import("../types").DisplayInputComponentProps) => JSX.Element;
162
+ };
163
+ label: string;
164
+ description?: string | undefined;
52
165
  widget: import("../types").Widget;
166
+ name: T;
167
+ mandatory: boolean;
168
+ };
169
+ export declare function formatDefault<T extends string>(configuration: FieldConfiguration<T>): {
170
+ accessor: T;
53
171
  components: {
54
172
  render: (props: import("../types").RenderAttributeProps) => JSX.Element | null;
55
173
  wrapper: ({ children }: {
@@ -58,5 +176,11 @@ export declare function formatDefault<T extends string>(configuration: FieldConf
58
176
  element: ({ children }: {
59
177
  children: React.FunctionComponent<any>;
60
178
  }) => JSX.Element;
179
+ input: (props: import("../types").DisplayInputComponentProps) => JSX.Element;
61
180
  };
181
+ label: string;
182
+ description?: string | undefined;
183
+ widget: import("../types").Widget;
184
+ name: T;
185
+ mandatory: boolean;
62
186
  };
@@ -1,3 +1,5 @@
1
+ import * as React from 'react';
2
+ import { UseFormReset } from 'react-hook-form';
1
3
  export declare type JObject<T extends string> = Record<T, any> & {
2
4
  title: string;
3
5
  id: string;
@@ -7,6 +9,9 @@ export declare type Fields<T extends string> = ReadonlyArray<T>;
7
9
  export declare type WidgetText = {
8
10
  type: 'text';
9
11
  };
12
+ export declare type WidgetTextarea = {
13
+ type: 'textarea';
14
+ };
10
15
  export declare type WidgetNumber = {
11
16
  type: 'number';
12
17
  };
@@ -14,6 +19,9 @@ export declare type WidgetDate = {
14
19
  type: 'date';
15
20
  format: string;
16
21
  };
22
+ export declare type WidgetDatetime = {
23
+ type: 'datetime';
24
+ };
17
25
  export declare type WidgetSelect<U extends string = string> = {
18
26
  type: 'select';
19
27
  options: Record<U, string>;
@@ -35,6 +43,10 @@ export declare type WidgetUrl = {
35
43
  export declare type WidgetRefUser = {
36
44
  type: 'refUser';
37
45
  };
46
+ export declare type WidgetRadio = {
47
+ type: 'radio';
48
+ options: Record<string, string>;
49
+ };
38
50
  export declare type WidgetCheckbox = {
39
51
  type: 'checkbox';
40
52
  options: Record<string, string>;
@@ -45,22 +57,52 @@ export declare type WidgetTaxonomy = {
45
57
  idTaxonomy: string;
46
58
  };
47
59
  };
48
- export declare type Widget = WidgetText | WidgetNumber | WidgetDate | WidgetSelect | WidgetEmail | WidgetUrl | WidgetRefUser | WidgetCheckbox | WidgetTaxonomy;
49
- export declare type FieldConfiguration<T extends string> = {
60
+ export declare type WidgetOrientedlinks = {
61
+ type: 'orientedlinks';
62
+ params: {
63
+ 'jcomplete-multiple': '0' | '1';
64
+ showAdd: '0' | '1';
65
+ supportedTypes: Array<string>;
66
+ };
67
+ };
68
+ export declare type WidgetUri = {
69
+ type: 'uri';
70
+ params: {
71
+ class: string;
72
+ 'jcomplete-url': string;
73
+ type: string;
74
+ };
75
+ };
76
+ export declare type Widget = WidgetText | WidgetTextarea | WidgetNumber | WidgetDate | WidgetDatetime | WidgetSelect | WidgetEmail | WidgetUrl | WidgetRefUser | WidgetRadio | WidgetCheckbox | WidgetOrientedlinks | WidgetTaxonomy | WidgetUri;
77
+ export declare type FieldConfiguration<T extends string = string> = {
50
78
  label: string;
79
+ description?: string;
51
80
  widget: Widget;
52
81
  name: T;
82
+ mandatory: boolean;
53
83
  };
54
84
  export declare type Configuration<T extends string> = FieldConfiguration<T>;
85
+ export declare type DisplayInputComponentProps = {
86
+ control: any;
87
+ label: string;
88
+ description?: string;
89
+ name: string;
90
+ widget: Widget;
91
+ mandatory: boolean;
92
+ };
55
93
  export declare type DisplayElementComponent = {
56
94
  render: React.FunctionComponent<RenderAttributeProps>;
57
95
  wrapper: React.FunctionComponent<any>;
58
96
  element: React.FunctionComponent<any>;
97
+ input: React.FunctionComponent<DisplayInputComponentProps>;
98
+ search?: React.FunctionComponent<DisplayInputComponentProps>;
59
99
  };
60
100
  export declare type DisplayerElement = {
61
101
  name: string;
62
102
  label: string;
103
+ description?: string;
63
104
  accessor: string;
105
+ mandatory: boolean;
64
106
  widget: Widget;
65
107
  components: DisplayElementComponent;
66
108
  };
@@ -73,6 +115,8 @@ declare type DisplayAttributeComponentOverrideProps = {
73
115
  wrapper: React.FunctionComponent<any>;
74
116
  } | {
75
117
  element: React.FunctionComponent<any>;
118
+ } | {
119
+ input: React.FunctionComponent<any>;
76
120
  };
77
121
  export declare type DisplayAttributesProps = {
78
122
  object: any;
@@ -83,5 +127,17 @@ export declare type RenderAttributeProps = {
83
127
  object: any;
84
128
  attribute: DisplayerElement;
85
129
  };
86
- export declare type Displayer = Array<DisplayerElement | undefined>;
130
+ export declare type DisplayFormProps = {
131
+ object: any;
132
+ componentsOverride?: Record<string, DisplayAttributeComponentOverrideProps>;
133
+ attributesName: string[];
134
+ onSubmit: any;
135
+ };
136
+ export declare type DisplayFormRef = {
137
+ reset: UseFormReset<any>;
138
+ };
139
+ export declare type RenderInputProps = DisplayerElement & {
140
+ control: any;
141
+ };
142
+ export declare type Displayer = Array<DisplayerElement>;
87
143
  export {};
@@ -4,4 +4,4 @@ import { Fields, Displayer } from './types';
4
4
  * @param fields - fields that we want to display (firstname, name, age...)
5
5
  * @param type - model type (user, article, spot...)
6
6
  */
7
- export declare function useDisplay<T extends string>(fields: Fields<T>, type: string): Displayer;
7
+ export declare function useDisplay<T extends string = string>(fields: Fields<T>, type: string): Displayer;
@@ -29,8 +29,8 @@ export declare const articleSlice: import("@reduxjs/toolkit").Slice<import("@red
29
29
  }, "articles">;
30
30
  export declare const articlesSelector: import("@reduxjs/toolkit").EntitySelectors<Article, import("redux").CombinedState<{
31
31
  entities: import("redux").CombinedState<{
32
- applications: import("@reduxjs/toolkit").EntityState<import("../../utils/types").Application>;
33
- models: import("@reduxjs/toolkit").EntityState<import("../../utils/types").Model<string>>;
32
+ applications: import("@reduxjs/toolkit").EntityState<import("../../App").Application>;
33
+ models: import("@reduxjs/toolkit").EntityState<import("../../App").Model<string>>;
34
34
  users: import("@reduxjs/toolkit").EntityState<import("./User.slice").User>;
35
35
  articles: import("@reduxjs/toolkit").EntityState<Article>;
36
36
  }>;
@@ -38,8 +38,8 @@ export declare const toasts: {
38
38
  };
39
39
  export declare const toastSelector: import("@reduxjs/toolkit").EntitySelectors<ToastEntity, import("redux").CombinedState<{
40
40
  entities: import("redux").CombinedState<{
41
- applications: import("@reduxjs/toolkit").EntityState<import("../../utils/types").Application>;
42
- models: import("@reduxjs/toolkit").EntityState<import("../../utils/types").Model<string>>;
41
+ applications: import("@reduxjs/toolkit").EntityState<import("../../App").Application>;
42
+ models: import("@reduxjs/toolkit").EntityState<import("../../App").Model<string>>;
43
43
  users: import("@reduxjs/toolkit").EntityState<import("./User.slice").User>;
44
44
  articles: import("@reduxjs/toolkit").EntityState<import("./Article.slice").Article>;
45
45
  }>;
@@ -29,8 +29,8 @@ export declare const userSlice: import("@reduxjs/toolkit").Slice<import("@reduxj
29
29
  }, "users">;
30
30
  export declare const usersSelector: import("@reduxjs/toolkit").EntitySelectors<User, import("redux").CombinedState<{
31
31
  entities: import("redux").CombinedState<{
32
- applications: import("@reduxjs/toolkit").EntityState<import("../../utils/types").Application>;
33
- models: import("@reduxjs/toolkit").EntityState<import("../../utils/types").Model<string>>;
32
+ applications: import("@reduxjs/toolkit").EntityState<import("../../App").Application>;
33
+ models: import("@reduxjs/toolkit").EntityState<import("../../App").Model<string>>;
34
34
  users: import("@reduxjs/toolkit").EntityState<User>;
35
35
  articles: import("@reduxjs/toolkit").EntityState<import("./Article.slice").Article>;
36
36
  }>;
@@ -12,8 +12,8 @@ export interface AsyncReducers {
12
12
  export declare function makeStore(initialState: any): JInjectStore;
13
13
  declare function createStore(initialAsyncReducers: {}, initialState: any): import("@reduxjs/toolkit").EnhancedStore<import("redux").CombinedState<{
14
14
  entities: import("redux").CombinedState<{
15
- applications: import("@reduxjs/toolkit").EntityState<import("../utils/types").Application>;
16
- models: import("@reduxjs/toolkit").EntityState<import("../utils/types").Model<string>>;
15
+ applications: import("@reduxjs/toolkit").EntityState<import("../App").Application>;
16
+ models: import("@reduxjs/toolkit").EntityState<import("../App").Model<string>>;
17
17
  users: import("@reduxjs/toolkit").EntityState<import("./slice/User.slice").User>;
18
18
  articles: import("@reduxjs/toolkit").EntityState<import("./slice/Article.slice").Article>;
19
19
  }>;
@@ -0,0 +1,13 @@
1
+ import type { RouteObject } from 'react-router-dom';
2
+ export interface ReactRouter {
3
+ routes: RouteObject[];
4
+ addRoute: (route: RouteObject) => void;
5
+ init: (idDiv: string) => void;
6
+ }
7
+ declare class Router implements ReactRouter {
8
+ routes: RouteObject[];
9
+ addRoute: (route: RouteObject) => void;
10
+ init: (idDiv: string) => void;
11
+ }
12
+ declare const router: Router;
13
+ export default router;
@@ -1,14 +1,3 @@
1
- import { ReactSocket, ReactSocketEvents } from './types';
2
- declare class Socket implements ReactSocket {
3
- io: any;
4
- supportSharedWorker?: Boolean;
5
- events: ReactSocketEvents;
6
- constructor();
7
- init: (idUser: number) => void;
8
- on: (type: string, callback: () => void) => void;
9
- off: (type: string, callback: () => void) => void;
10
- removeListener: (type: string, callback: () => void) => void;
11
- callEvent: (type: string, data: any) => void;
12
- }
13
- declare const socket: Socket;
1
+ import { ReactSocket } from './types';
2
+ declare const socket: ReactSocket;
14
3
  export default socket;
@@ -7,6 +7,7 @@ export declare type LangJsonFile = {
7
7
  };
8
8
  export declare class ReactTranslation {
9
9
  resources: LangJsonFile;
10
+ showKey: boolean;
10
11
  get(lang: SupportedLanguages): {
11
12
  [x: string]: string;
12
13
  };
@@ -1,12 +1,13 @@
1
1
  import * as React from 'react';
2
2
  import { ReactRegistry } from './registry';
3
3
  import { ReactTranslation, SupportedLanguages, TranslationKeys } from './translation';
4
- export { Configuration, DisplayAttributesProps } from '../displayer/types';
4
+ export { Configuration, DisplayAttributesProps, DisplayFormProps } from '../displayer/types';
5
5
  export * from '../components/types';
6
6
  import { useDisplay } from '../displayer/useDisplay';
7
7
  import { Configuration } from '../displayer/types';
8
+ import { ReactRouter } from './router';
8
9
  import { toasts } from '../redux/slice/Toast.slice';
9
- export declare type gabarit = 'core-1-cols' | 'core-2-cols' | 'core-3-cols' | 'content-1-cols' | 'content-2-cols' | 'content-3-cols' | 'app-1-cols' | 'app-2-cols' | 'empty';
10
+ export declare type Gabarit = 'core-1-cols' | 'core-2-cols' | 'core-3-cols' | 'content-1-cols' | 'content-2-cols' | 'content-3-cols' | 'app-1-cols' | 'app-2-cols' | 'empty';
10
11
  export interface ReactCore {
11
12
  extensions: ReactExtensions;
12
13
  store: any;
@@ -16,10 +17,11 @@ export interface ReactCore {
16
17
  translation?: ReactTranslation;
17
18
  theme: any;
18
19
  socket?: ReactSocket;
20
+ router: ReactRouter;
19
21
  require: (extensionName: string, args?: any) => void;
20
22
  extensionAdd: (extensionName: string, load: () => void) => void;
21
23
  toasts: typeof toasts;
22
- routeAdd: (route: string, extensionName: string, idDiv: string, gabarit?: gabarit, gabaritOptions?: object) => void;
24
+ routeAdd: (route: string, extensionName: string, idDiv: string, gabarit?: Gabarit, gabaritOptions?: object) => void;
23
25
  transitionTo: (stateName: string, args: {}, options?: {
24
26
  reload: boolean;
25
27
  notify?: boolean;
@@ -38,14 +40,15 @@ export interface ReactExtension {
38
40
  export interface ReactExtensionContainer {
39
41
  default: ReactExtension;
40
42
  }
43
+ export declare type ReactSocketEventHandler = (data: SocketEventData) => void;
41
44
  export interface ReactSocket {
42
45
  io: any;
43
46
  supportSharedWorker?: Boolean;
44
47
  events: ReactSocketEvents;
45
48
  init: (idUser: number) => void;
46
- on: (type: string, callback: () => void) => void;
47
- off: (type: string, callback: () => void) => void;
48
- removeListener: (type: string, callback: () => void) => void;
49
+ onMessage: <T extends keyof Namespaces>(namespace: T, functionName: Namespaces[T], callback: ReactSocketEventHandler) => void;
50
+ offMessage: <T extends keyof Namespaces>(namespace: T, functionName: Namespaces[T], callback: ReactSocketEventHandler) => void;
51
+ removeMessageListener: <T extends keyof Namespaces>(namespace: T, functionName: Namespaces[T], callback: ReactSocketEventHandler) => void;
49
52
  callEvent: (type: string, data: any) => void;
50
53
  }
51
54
  export declare type SocketSharedWorker = {
@@ -60,13 +63,23 @@ export declare type SocketOptions = {
60
63
  transports?: string[];
61
64
  upgrade?: boolean;
62
65
  };
66
+ declare type BookmarksFunctions = 'update' | 'add' | 'delete';
67
+ declare type CustomActionFunctions = 'update' | 'add' | 'remove';
68
+ export declare type Namespaces = {
69
+ BOOKMARKS: BookmarksFunctions;
70
+ 'CUSTOM-ACTION': CustomActionFunctions;
71
+ };
63
72
  export declare type SocketError = {
64
73
  message: string;
65
74
  };
75
+ export declare type ReactSocketNamespaceEvents = {
76
+ [key: string]: ReactSocketEventHandler[];
77
+ };
66
78
  export declare type ReactSocketEvents = {
67
79
  [key: string]: {
68
- (data: SocketEventData): void;
69
- }[];
80
+ [key: string]: ReactSocketNamespaceEvents | ReactSocketEventHandler[];
81
+ all: ReactSocketEventHandler[];
82
+ };
70
83
  };
71
84
  export interface SocketEventData {
72
85
  function: string;
@@ -85,17 +98,22 @@ export interface JComponent {
85
98
  name: string;
86
99
  module: string;
87
100
  }
101
+ export interface JConfig {
102
+ resourceShowKey?: boolean;
103
+ }
88
104
  export interface WindowJ {
89
105
  react: ReactCore;
90
106
  revision: string;
91
107
  ng: any;
92
108
  locale: SupportedLanguages;
109
+ config: JConfig;
93
110
  resources: TranslationKeys;
94
111
  jUserLogged: JUser;
95
112
  jamespotReactComponentList: [JComponent];
96
113
  jamespotReactTheme: any;
97
114
  applications: Application[];
98
115
  models: Model<string>[];
116
+ debug: any;
99
117
  }
100
118
  export interface Application {
101
119
  name: string;
@@ -108,7 +126,7 @@ export interface Application {
108
126
  sref?: string;
109
127
  type?: string;
110
128
  }
111
- export interface Model<T extends string> {
129
+ export interface Model<T extends string = string> {
112
130
  type: string;
113
131
  mainType: string;
114
132
  label: string;
@@ -131,6 +149,7 @@ export interface JUser extends JObject {
131
149
  mail: string;
132
150
  _url: string;
133
151
  dateModified: string;
152
+ _values: Record<string, any>;
134
153
  }
135
154
  export declare type IsAppActivateProps = {
136
155
  dependency: string;
@@ -138,10 +157,12 @@ export declare type IsAppActivateProps = {
138
157
  };
139
158
  export declare type ReactExtensionProps = {
140
159
  extensionName: string;
160
+ moduleName?: string;
141
161
  route?: string;
142
162
  idAnchor?: string;
143
163
  reducerName?: string;
144
- gabarit?: gabarit;
164
+ gabarit?: Gabarit;
145
165
  apiDependency?: string;
146
166
  };
167
+ export * from '../displayer/types';
147
168
  export { RootState } from '../redux/store';