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