jamespot-react-core 1.1.1
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.
- package/.eslintignore +88 -0
- package/.eslintrc.js +15 -0
- package/.github/pull_request_template.md +13 -0
- package/.github/workflows/ci.yml +67 -0
- package/.github/workflows/create-stable-branch.yml +80 -0
- package/.github/workflows/deploy-dev-branches.yml +40 -0
- package/.history/.eslintignore_20211116104208 +84 -0
- package/.history/.eslintignore_20211116104838 +84 -0
- package/.history/.eslintignore_20211116140416 +88 -0
- package/.history/.github/workflows/ci_20211117143717.yml +55 -0
- package/.history/.github/workflows/ci_20211117143735.yml +55 -0
- package/.history/.github/workflows/ci_20211117143738.yml +55 -0
- package/.history/.github/workflows/ci_20211117143748.yml +55 -0
- package/.history/.github/workflows/ci_20211117143853.yml +67 -0
- package/.history/.github/workflows/ci_20211117143857.yml +67 -0
- package/.history/.github/workflows/ci_20211117143901.yml +67 -0
- package/.history/.github/workflows/ci_20211117143910.yml +67 -0
- package/.history/.gitignore_20210217152737 +86 -0
- package/.history/.husky/pre-commit_20211116154558 +4 -0
- package/.history/.husky/pre-commit_20211116155220 +4 -0
- package/.history/.prettierignore_20211116104208 +84 -0
- package/.history/.prettierignore_20211116140423 +88 -0
- package/.history/.prettierrc_20211116104208.json +11 -0
- package/.history/.prettierrc_20211116173727.json +10 -0
- package/.history/babel.config_20211116104920.js +8 -0
- package/.history/babel.config_20211116105014.js +12 -0
- package/.history/build/utils/types.d_20211115162010.ts +130 -0
- package/.history/build/utils/types.d_20211115162048.ts +153 -0
- package/.history/build/utils/types.d_20211115162050.ts +153 -0
- package/.history/build/utils/types.d_20211115163140.ts +164 -0
- package/.history/build/utils/types.d_20211115163212.ts +165 -0
- package/.history/build/utils/types.d_20211115163215.ts +164 -0
- package/.history/build/utils/types.d_20211115163237.ts +165 -0
- package/.history/build/utils/types.d_20211115163259.ts +164 -0
- package/.history/build/utils/types.d_20211115163311.ts +162 -0
- package/.history/build/utils/types.d_20211115163319.ts +164 -0
- package/.history/build/utils/types.d_20211115163322.ts +164 -0
- package/.history/build/utils/types.d_20211115163326.ts +164 -0
- package/.history/build/utils/types.d_20211115163346.ts +167 -0
- package/.history/build/utils/types.d_20211115163411.ts +170 -0
- package/.history/build/utils/types.d_20211115163824.ts +170 -0
- package/.history/component-list-generator_20201020144442.js +0 -0
- package/.history/component-list-generator_20201020144454.js +2 -0
- package/.history/component-list-generator_20201020144615.js +2 -0
- package/.history/component-list-generator_20201020144629.js +4 -0
- package/.history/component-list-generator_20201020144652.js +3 -0
- package/.history/component-list-generator_20201020144919.js +6 -0
- package/.history/component-list-generator_20201020144936.js +6 -0
- package/.history/component-list-generator_20201020145039.js +6 -0
- package/.history/component-list-generator_20201020145056.js +6 -0
- package/.history/component-list-generator_20201020145108.js +6 -0
- package/.history/component-list-generator_20201020145126.js +6 -0
- package/.history/component-list-generator_20201020145155.js +10 -0
- package/.history/component-list-generator_20201020145204.js +10 -0
- package/.history/component-list-generator_20201020145206.js +10 -0
- package/.history/component-list-generator_20201020145214.js +10 -0
- package/.history/component-list-generator_20201020145238.js +11 -0
- package/.history/component-list-generator_20201020145314.js +11 -0
- package/.history/component-list-generator_20201020145317.js +11 -0
- package/.history/component-list-generator_20201020145350.js +14 -0
- package/.history/component-list-generator_20201020145403.js +14 -0
- package/.history/component-list-generator_20201020145502.js +14 -0
- package/.history/component-list-generator_20201020145513.js +14 -0
- package/.history/component-list-generator_20201020145543.js +20 -0
- package/.history/component-list-generator_20201020145548.js +20 -0
- package/.history/component-list-generator_20201020145552.js +20 -0
- package/.history/component-list-generator_20201020145556.js +20 -0
- package/.history/component-list-generator_20201020145606.js +20 -0
- package/.history/component-list-generator_20201020145608.js +20 -0
- package/.history/component-list-generator_20201020145733.js +25 -0
- package/.history/component-list-generator_20201020145747.js +25 -0
- package/.history/component-list-generator_20201020145751.js +25 -0
- package/.history/component-list-generator_20201020145815.js +31 -0
- package/.history/component-list-generator_20201020145819.js +31 -0
- package/.history/component-list-generator_20201020145836.js +32 -0
- package/.history/component-list-generator_20201020145850.js +33 -0
- package/.history/component-list-generator_20201020145906.js +31 -0
- package/.history/component-list-generator_20201020145928.js +31 -0
- package/.history/dummyReact_20200925112918.js +0 -0
- package/.history/dummyReact_20200925112926.js +1 -0
- package/.history/ext-component-list_20211019182023.json +222 -0
- package/.history/jest.config_20211117104325.js +14 -0
- package/.history/jest.config_20211117161032.js +15 -0
- package/.history/package-lock_20211104171528.json +116080 -0
- package/.history/package-lock_20211104171601.json +116076 -0
- package/.history/package_20211104171613.json +76 -0
- package/.history/package_20211108143322.json +74 -0
- package/.history/package_20211108155011.json +76 -0
- package/.history/package_20211108161929.json +76 -0
- package/.history/package_20211109064814.json +76 -0
- package/.history/package_20211109064815.json +76 -0
- package/.history/package_20211109094559.json +75 -0
- package/.history/package_20211109094610.json +76 -0
- package/.history/package_20211109094651.json +76 -0
- package/.history/package_20211109094658.json +76 -0
- package/.history/package_20211109094716.json +76 -0
- package/.history/package_20211109111149.json +76 -0
- package/.history/package_20211109111152.json +76 -0
- package/.history/package_20211109111202.json +76 -0
- package/.history/package_20211109112628.json +76 -0
- package/.history/package_20211109113128.json +75 -0
- package/.history/package_20211109113249.json +75 -0
- package/.history/package_20211109142104.json +74 -0
- package/.history/package_20211109142146.json +72 -0
- package/.history/package_20211116104326.json +72 -0
- package/.history/package_20211116104626.json +74 -0
- package/.history/package_20211116104634.json +75 -0
- package/.history/package_20211116104655.json +77 -0
- package/.history/package_20211116104658.json +77 -0
- package/.history/package_20211116105054.json +77 -0
- package/.history/package_20211116113622.json +77 -0
- package/.history/package_20211116114114.json +77 -0
- package/.history/package_20211116114323.json +77 -0
- package/.history/package_20211116154641.json +89 -0
- package/.history/package_20211117145050.json +90 -0
- package/.history/package_20211117160710.json +90 -0
- package/.history/package_20211117160750.json +90 -0
- package/.history/package_20211117160811.json +90 -0
- package/.history/package_20211117160835.json +89 -0
- package/.history/package_20211117160858.json +90 -0
- package/.history/package_20211117160917.json +90 -0
- package/.history/package_20211117160946.json +90 -0
- package/.history/package_20211117161004.json +90 -0
- package/.history/script/checkDependencies_20211117104325.js +40 -0
- package/.history/script/checkDependencies_20211117161043.js +41 -0
- package/.history/script/checkDependencies_20211117161049.js +42 -0
- package/.history/script/checkDependencies_20211117161059.js +43 -0
- package/.history/script/checkDependencies_20211117161139.js +43 -0
- package/.history/script/component-list-generator_20201110152037.mjs +35 -0
- package/.history/script/component-list-generator_20201110152102.mjs +35 -0
- package/.history/script/component-list-generator_20211117161111.js +62 -0
- package/.history/script/component-list-generator_20211117161116.js +61 -0
- package/.history/script/component-list-generator_20211117161128.js +62 -0
- package/.history/src/App_20211115161007.tsx +151 -0
- package/.history/src/App_20211115161019.tsx +151 -0
- package/.history/src/App_20211116105352.tsx +126 -0
- package/.history/src/App_20211116175603.tsx +151 -0
- package/.history/src/App_20211116175732.tsx +151 -0
- package/.history/src/App_20211117091605.tsx +126 -0
- package/.history/src/App_20211117145107.tsx +127 -0
- package/.history/src/App_20211117160617.tsx +126 -0
- package/.history/src/App_20211123163906.tsx +159 -0
- package/.history/src/App_20211123163907.tsx +160 -0
- package/.history/src/App_20211123164015.tsx +158 -0
- package/.history/src/App_20211123164030.tsx +161 -0
- package/.history/src/App_20211123164038.tsx +161 -0
- package/.history/src/App_20211123164054.tsx +163 -0
- package/.history/src/App_20211123164059.tsx +162 -0
- package/.history/src/App_20211123164808.tsx +163 -0
- package/.history/src/App_20211123164811.tsx +162 -0
- package/.history/src/App_20211123164822.tsx +162 -0
- package/.history/src/App_20211123165036.tsx +162 -0
- package/.history/src/App_20211123165302.tsx +162 -0
- package/.history/src/App_20211123165306.tsx +162 -0
- package/.history/src/App_20211123165328.tsx +162 -0
- package/.history/src/App_20211123165331.tsx +162 -0
- package/.history/src/App_20211123165350.tsx +162 -0
- package/.history/src/App_20211123165407.tsx +162 -0
- package/.history/src/App_20211123165453.tsx +162 -0
- package/.history/src/App_20211123165815.tsx +162 -0
- package/.history/src/App_20211123165820.tsx +162 -0
- package/.history/src/App_20211123165831.tsx +162 -0
- package/.history/src/App_20211123165836.tsx +162 -0
- package/.history/src/App_20211123170033.tsx +159 -0
- package/.history/src/App_20211123170559.tsx +159 -0
- package/.history/src/App_20211125104046.tsx +163 -0
- package/.history/src/App_20211125104943.tsx +163 -0
- package/.history/src/App_20211125104949.tsx +164 -0
- package/.history/src/App_20211125105152.tsx +165 -0
- package/.history/src/App_20211125105250.tsx +166 -0
- package/.history/src/App_20211125105255.tsx +167 -0
- package/.history/src/App_20211125105441.tsx +167 -0
- package/.history/src/App_20211125105447.tsx +166 -0
- package/.history/src/App_20211125105512.tsx +167 -0
- package/.history/src/App_20211125105519.tsx +166 -0
- package/.history/src/App_20211125105557.tsx +165 -0
- package/.history/src/App_20211125105714.tsx +164 -0
- package/.history/src/App_20211125105807.tsx +163 -0
- package/.history/src/App_20211125105811.tsx +163 -0
- package/.history/src/App_20211125110028.tsx +163 -0
- package/.history/src/App_20211125110118.tsx +163 -0
- package/.history/src/App_20211125111425.tsx +165 -0
- package/.history/src/App_20211125111439.tsx +165 -0
- package/.history/src/App_20211125111451.tsx +165 -0
- package/.history/src/App_20211125111501.tsx +165 -0
- package/.history/src/App_20211125111518.tsx +166 -0
- package/.history/src/App_20211125111520.tsx +166 -0
- package/.history/src/App_20211125112541.tsx +166 -0
- package/.history/src/App_20211125112547.tsx +166 -0
- package/.history/src/App_20211125112556.tsx +166 -0
- package/.history/src/App_20211125113551.tsx +167 -0
- package/.history/src/App_20211125113620.tsx +167 -0
- package/.history/src/App_20211125113710.tsx +167 -0
- package/.history/src/App_20211125115222.tsx +171 -0
- package/.history/src/App_20211125115613.tsx +148 -0
- package/.history/src/App_20211125155842.tsx +151 -0
- package/.history/src/App_20211125155844.tsx +150 -0
- package/.history/src/App_20211126145308.tsx +151 -0
- package/.history/src/App_20211126150052.tsx +150 -0
- package/.history/src/App_20211129150417.tsx +150 -0
- package/.history/src/App_20211129150436.tsx +150 -0
- package/.history/src/App_20211207121003.tsx +159 -0
- package/.history/src/App_20211207121127.tsx +159 -0
- package/.history/src/App_20211207121135.tsx +160 -0
- package/.history/src/App_20211207121233.tsx +160 -0
- package/.history/src/App_20211207121325.tsx +160 -0
- package/.history/src/App_20211207121333.tsx +160 -0
- package/.history/src/App_20211207121457.tsx +159 -0
- package/.history/src/App_20211207123546.tsx +159 -0
- package/.history/src/App_20211207143631.tsx +159 -0
- package/.history/src/App_20211207143637.tsx +159 -0
- package/.history/src/App_20211207143645.tsx +159 -0
- package/.history/src/App_20211207143648.tsx +159 -0
- package/.history/src/App_20211207143913.tsx +160 -0
- package/.history/src/App_20211207144156.tsx +160 -0
- package/.history/src/App_20211207144158.tsx +160 -0
- package/.history/src/App_20211207144416.tsx +165 -0
- package/.history/src/App_20211207144424.tsx +165 -0
- package/.history/src/App_20211207144554.tsx +161 -0
- package/.history/src/App_20211207144558.tsx +159 -0
- package/.history/src/App_20211207154936.tsx +189 -0
- package/.history/src/App_20211207154951.tsx +190 -0
- package/.history/src/App_20211207155001.tsx +190 -0
- package/.history/src/App_20211207155046.tsx +191 -0
- package/.history/src/App_20211207155106.tsx +191 -0
- package/.history/src/App_20211207155109.tsx +191 -0
- package/.history/src/App_20211207155117.tsx +191 -0
- package/.history/src/App_20211207155124.tsx +191 -0
- package/.history/src/App_20211207155127.tsx +191 -0
- package/.history/src/App_20211207155130.tsx +191 -0
- package/.history/src/App_20211207155136.tsx +191 -0
- package/.history/src/App_20211207155141.tsx +191 -0
- package/.history/src/App_20211207155149.tsx +192 -0
- package/.history/src/App_20211207155247.tsx +191 -0
- package/.history/src/App_20211207155334.tsx +191 -0
- package/.history/src/App_20211207155339.tsx +191 -0
- package/.history/src/App_20211207155346.tsx +192 -0
- package/.history/src/App_20211207155828.tsx +192 -0
- package/.history/src/App_20211207160003.tsx +191 -0
- package/.history/src/App_20211207160009.tsx +190 -0
- package/.history/src/App_20211207160037.tsx +159 -0
- package/.history/src/App_20211209144637.tsx +168 -0
- package/.history/src/App_20211209144641.tsx +169 -0
- package/.history/src/App_20211214143016.tsx +172 -0
- package/.history/src/App_20211214153206.tsx +181 -0
- package/.history/src/App_20211214153207.tsx +182 -0
- package/.history/src/App_20211214153220.tsx +182 -0
- package/.history/src/App_20211214163650.tsx +172 -0
- package/.history/src/App_20211214164203.tsx +163 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214142347.tsx +87 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214142733.tsx +87 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214142748.tsx +86 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214142750.tsx +85 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214142752.tsx +85 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214142802.tsx +86 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214142810.tsx +86 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214142927.tsx +74 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214142931.tsx +73 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214142933.tsx +72 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214142941.tsx +72 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214142945.tsx +72 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214142946.tsx +71 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214142959.tsx +71 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144044.tsx +69 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144049.tsx +69 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144205.tsx +71 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144502.tsx +71 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144517.tsx +71 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144537.tsx +69 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144538.tsx +68 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144556.tsx +69 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144559.tsx +67 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144616.tsx +66 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144618.tsx +66 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144633.tsx +67 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144638.tsx +65 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144645.tsx +65 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144707.tsx +65 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144708.tsx +66 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144721.tsx +66 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144745.tsx +66 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214144749.tsx +66 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214145052.tsx +54 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214145142.tsx +36 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214152254.tsx +36 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214152627.tsx +47 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214152640.tsx +51 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214152747.tsx +51 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214152749.tsx +51 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214152830.tsx +51 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214152839.tsx +48 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214152904.tsx +48 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214152914.tsx +48 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214152952.tsx +49 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214153000.tsx +49 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214153008.tsx +49 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214153009.tsx +48 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214153014.tsx +48 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214153040.tsx +50 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214153042.tsx +48 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214153105.tsx +51 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214153111.tsx +52 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214153937.tsx +52 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214154139.tsx +52 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214154155.tsx +52 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214154322.tsx +52 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214154337.tsx +46 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214154344.tsx +51 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214154355.tsx +46 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214154411.tsx +52 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214154436.tsx +52 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214154519.tsx +50 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214155729.tsx +51 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214155847.tsx +50 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214161029.tsx +50 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214161437.tsx +49 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214163110.tsx +49 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214163114.tsx +49 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214163119.tsx +38 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214163149.tsx +38 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214163423.tsx +38 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214163428.tsx +38 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214163432.tsx +38 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214163521.tsx +38 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214164135.tsx +38 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214164139.tsx +38 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214164245.tsx +38 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214164304.tsx +38 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214164308.tsx +38 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214164318.tsx +38 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214164328.tsx +38 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214164333.tsx +25 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214164336.tsx +35 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214164356.tsx +35 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214164402.tsx +35 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214164450.tsx +33 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214164755.tsx +33 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214165532.tsx +34 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214170041.tsx +35 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214170052.tsx +36 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214170108.tsx +36 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214170208.tsx +37 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214170229.tsx +37 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214171848.tsx +36 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214180831.tsx +36 -0
- package/.history/src/displayer/DisplayAttribute.component_20211214181345.tsx +36 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215093641.tsx +37 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215093839.tsx +37 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215093921.tsx +40 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215094002.tsx +40 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215094023.tsx +40 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215152221.tsx +44 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215152233.tsx +45 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215152236.tsx +45 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215152249.tsx +46 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215152319.tsx +41 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215152321.tsx +40 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215152445.tsx +42 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215152458.tsx +46 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215153047.tsx +46 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215153845.tsx +46 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215153848.tsx +47 -0
- package/.history/src/displayer/DisplayAttribute.component_20211215153850.tsx +46 -0
- package/.history/src/displayer/DisplayAttribute.component_20211221155746.tsx +46 -0
- package/.history/src/displayer/components/DisplayList.component_20211214145222.tsx +20 -0
- package/.history/src/displayer/components/DisplayList.component_20211214154540.tsx +21 -0
- package/.history/src/displayer/components/DisplayList.component_20211214154625.tsx +23 -0
- package/.history/src/displayer/components/DisplayList.component_20211214154805.tsx +22 -0
- package/.history/src/displayer/components/DisplayList.component_20211214154807.tsx +21 -0
- package/.history/src/displayer/components/DisplayList.component_20211214155122.tsx +21 -0
- package/.history/src/displayer/components/DisplayList.component_20211214155211.tsx +22 -0
- package/.history/src/displayer/components/DisplayList.component_20211214155213.tsx +21 -0
- package/.history/src/displayer/components/DisplayList.component_20211214155344.tsx +21 -0
- package/.history/src/displayer/components/DisplayList.component_20211214155417.tsx +21 -0
- package/.history/src/displayer/components/DisplayList.component_20211214155425.tsx +23 -0
- package/.history/src/displayer/components/DisplayList.component_20211214155508.tsx +24 -0
- package/.history/src/displayer/components/DisplayList.component_20211214155555.tsx +24 -0
- package/.history/src/displayer/components/DisplayList.component_20211214155600.tsx +24 -0
- package/.history/src/displayer/components/DisplayList.component_20211214155606.tsx +24 -0
- package/.history/src/displayer/components/DisplayList.component_20211214155637.tsx +23 -0
- package/.history/src/displayer/components/DisplayList.component_20211214155639.tsx +22 -0
- package/.history/src/displayer/components/DisplayList.component_20211214155641.tsx +23 -0
- package/.history/src/displayer/components/DisplayList.component_20211214155656.tsx +23 -0
- package/.history/src/displayer/components/DisplayList.component_20211214160419.tsx +23 -0
- package/.history/src/displayer/components/DisplayList.component_20211214163502.tsx +23 -0
- package/.history/src/displayer/components/DisplayList.component_20211214163505.tsx +23 -0
- package/.history/src/displayer/components/DisplayList.component_20211214180910.tsx +23 -0
- package/.history/src/displayer/components/DisplayList.component_20211215143233.tsx +23 -0
- package/.history/src/displayer/components/DisplayList.component_20211215152018.tsx +30 -0
- package/.history/src/displayer/components/DisplayList.component_20211215152228.tsx +27 -0
- package/.history/src/displayer/components/DisplayList.component_20211215152331.tsx +30 -0
- package/.history/src/displayer/components/DisplayList.component_20211215152441.tsx +29 -0
- package/.history/src/displayer/components/DisplayList.component_20211215152504.tsx +27 -0
- package/.history/src/displayer/components/DisplayList.component_20211215152508.tsx +26 -0
- package/.history/src/displayer/components/DisplayList.component_20211215152515.tsx +29 -0
- package/.history/src/displayer/components/DisplayList.component_20211215152521.tsx +22 -0
- package/.history/src/displayer/components/DisplayList.component_20211215152602.tsx +26 -0
- package/.history/src/displayer/components/DisplayList.component_20211215152607.tsx +26 -0
- package/.history/src/displayer/components/DisplayList.component_20211215152608.tsx +26 -0
- package/.history/src/displayer/components/DisplayList.component_20211215152728.tsx +23 -0
- package/.history/src/displayer/components/DisplayList.component_20211215152729.tsx +23 -0
- package/.history/src/displayer/components/DisplayList.component_20211215152734.tsx +22 -0
- package/.history/src/displayer/components/DisplayList.component_20211215152739.tsx +18 -0
- package/.history/src/displayer/components/DisplayList.component_20211215153809.tsx +18 -0
- package/.history/src/displayer/components/DisplayList.component_20211215153815.tsx +18 -0
- package/.history/src/displayer/components/DisplayList.component_20211215153830.tsx +22 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214145229.tsx +14 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214154637.tsx +17 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214154638.tsx +16 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214154706.tsx +15 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214154714.tsx +15 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214155855.tsx +16 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214155945.tsx +15 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214155947.tsx +14 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214160002.tsx +16 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214160318.tsx +11 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214160320.tsx +9 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214160345.tsx +11 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214160352.tsx +15 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214160404.tsx +15 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214163514.tsx +15 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214180903.tsx +15 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211214180905.tsx +15 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211215152534.tsx +11 -0
- package/.history/src/displayer/components/DisplaySingleValue.component_20211215152536.tsx +10 -0
- package/.history/src/displayer/components/List.component_20211214145132.tsx +0 -0
- package/.history/src/displayer/components/List.component_20211214145144.tsx +17 -0
- package/.history/src/displayer/components/List.component_20211214145154.tsx +20 -0
- package/.history/src/displayer/components/List.component_20211214145203.tsx +20 -0
- package/.history/src/displayer/components/SingleValue.component_20211214145039.tsx +0 -0
- package/.history/src/displayer/components/SingleValue.component_20211214145055.tsx +11 -0
- package/.history/src/displayer/components/SingleValue.component_20211214145102.tsx +13 -0
- package/.history/src/displayer/components/SingleValue.component_20211214145106.tsx +13 -0
- package/.history/src/displayer/components/SingleValue.component_20211214145110.tsx +14 -0
- package/.history/src/displayer/components/SingleValue.component_20211214145119.tsx +14 -0
- package/.history/src/displayer/list/formatter_20211214103213.ts +33 -0
- package/.history/src/displayer/list/formatter_20211214142050.ts +34 -0
- package/.history/src/displayer/list/formatter_20211214142150.ts +39 -0
- package/.history/src/displayer/list/formatter_20211214142154.ts +39 -0
- package/.history/src/displayer/list/formatter_20211214142200.ts +39 -0
- package/.history/src/displayer/list/formatter_20211214142208.ts +39 -0
- package/.history/src/displayer/list/formatter_20211214142213.tsx +39 -0
- package/.history/src/displayer/list/formatter_20211214142215.tsx +39 -0
- package/.history/src/displayer/list/formatter_20211214142220.tsx +39 -0
- package/.history/src/displayer/list/formatter_20211214142232.tsx +39 -0
- package/.history/src/displayer/list/formatter_20211214142238.tsx +39 -0
- package/.history/src/displayer/list/formatter_20211214142253.tsx +39 -0
- package/.history/src/displayer/list/formatter_20211214142258.tsx +40 -0
- package/.history/src/displayer/list/formatter_20211214142304.tsx +40 -0
- package/.history/src/displayer/list/formatter_20211214142309.tsx +44 -0
- package/.history/src/displayer/list/formatter_20211214142312.tsx +48 -0
- package/.history/src/displayer/list/formatter_20211214142315.tsx +52 -0
- package/.history/src/displayer/list/formatter_20211214145423.tsx +53 -0
- package/.history/src/displayer/list/formatter_20211214145426.tsx +54 -0
- package/.history/src/displayer/list/formatter_20211214145428.tsx +55 -0
- package/.history/src/displayer/list/formatter_20211214145431.tsx +56 -0
- package/.history/src/displayer/list/formatter_20211214145451.tsx +57 -0
- package/.history/src/displayer/list/formatter_20211214145457.tsx +58 -0
- package/.history/src/displayer/list/formatter_20211214145502.tsx +58 -0
- package/.history/src/displayer/list/formatter_20211215143348.tsx +58 -0
- package/.history/src/displayer/list/formatter_20211215143351.tsx +58 -0
- package/.history/src/displayer/list/formatter_20211215143355.tsx +58 -0
- package/.history/src/displayer/list/formatter_20211215143359.tsx +58 -0
- package/.history/src/displayer/list/formatter_20211215153024.tsx +61 -0
- package/.history/src/displayer/list/formatter_20211215153026.tsx +60 -0
- package/.history/src/displayer/list/formatter_20211215153030.tsx +61 -0
- package/.history/src/displayer/list/formatter_20211215153035.tsx +63 -0
- package/.history/src/displayer/list/formatter_20211215153036.tsx +62 -0
- package/.history/src/displayer/list/formatter_20211221102251.tsx +62 -0
- package/.history/src/displayer/list/formatter_20211221102300.tsx +62 -0
- package/.history/src/displayer/list/formatter_20211221115134.tsx +63 -0
- package/.history/src/displayer/list/formatter_20211221115141.tsx +63 -0
- package/.history/src/displayer/list/formatter_20211221115146.tsx +63 -0
- package/.history/src/displayer/list/formatter_20211221115150.tsx +63 -0
- package/.history/src/displayer/list/formatter_20211221115155.tsx +63 -0
- package/.history/src/displayer/types_20211214103213.ts +48 -0
- package/.history/src/displayer/types_20211214113007.ts +48 -0
- package/.history/src/displayer/types_20211214113011.ts +48 -0
- package/.history/src/displayer/types_20211214113033.ts +48 -0
- package/.history/src/displayer/types_20211214113103.ts +56 -0
- package/.history/src/displayer/types_20211214113107.ts +54 -0
- package/.history/src/displayer/types_20211214113112.ts +50 -0
- package/.history/src/displayer/types_20211214120127.ts +53 -0
- package/.history/src/displayer/types_20211214120149.ts +53 -0
- package/.history/src/displayer/types_20211214142029.ts +54 -0
- package/.history/src/displayer/types_20211214142433.ts +70 -0
- package/.history/src/displayer/types_20211214142435.ts +71 -0
- package/.history/src/displayer/types_20211214142507.ts +67 -0
- package/.history/src/displayer/types_20211214142532.ts +67 -0
- package/.history/src/displayer/types_20211214142536.ts +69 -0
- package/.history/src/displayer/types_20211214142537.ts +68 -0
- package/.history/src/displayer/types_20211214142846.ts +70 -0
- package/.history/src/displayer/types_20211214142900.ts +70 -0
- package/.history/src/displayer/types_20211214142909.ts +71 -0
- package/.history/src/displayer/types_20211214143916.ts +67 -0
- package/.history/src/displayer/types_20211214143942.ts +67 -0
- package/.history/src/displayer/types_20211214144142.ts +65 -0
- package/.history/src/displayer/types_20211214152034.ts +66 -0
- package/.history/src/displayer/types_20211214152106.ts +71 -0
- package/.history/src/displayer/types_20211214152110.ts +67 -0
- package/.history/src/displayer/types_20211214152122.ts +67 -0
- package/.history/src/displayer/types_20211214152715.ts +73 -0
- package/.history/src/displayer/types_20211214152720.ts +73 -0
- package/.history/src/displayer/types_20211214152726.ts +73 -0
- package/.history/src/displayer/types_20211214152731.ts +73 -0
- package/.history/src/displayer/types_20211214152804.ts +73 -0
- package/.history/src/displayer/types_20211214152812.ts +73 -0
- package/.history/src/displayer/types_20211214152902.ts +73 -0
- package/.history/src/displayer/types_20211214153737.ts +73 -0
- package/.history/src/displayer/types_20211214163136.ts +73 -0
- package/.history/src/displayer/types_20211214163139.ts +67 -0
- package/.history/src/displayer/types_20211214163415.ts +67 -0
- package/.history/src/displayer/types_20211214163418.ts +67 -0
- package/.history/src/displayer/types_20211214163444.ts +67 -0
- package/.history/src/displayer/types_20211214164033.ts +67 -0
- package/.history/src/displayer/types_20211214164037.ts +67 -0
- package/.history/src/displayer/types_20211214164045.ts +67 -0
- package/.history/src/displayer/types_20211214164257.ts +67 -0
- package/.history/src/displayer/types_20211214165609.ts +67 -0
- package/.history/src/displayer/types_20211214165612.ts +69 -0
- package/.history/src/displayer/types_20211214170308.ts +69 -0
- package/.history/src/displayer/types_20211214170318.ts +74 -0
- package/.history/src/displayer/types_20211214170325.ts +76 -0
- package/.history/src/displayer/types_20211214170336.ts +76 -0
- package/.history/src/displayer/types_20211214170343.ts +77 -0
- package/.history/src/displayer/types_20211214170354.ts +69 -0
- package/.history/src/displayer/types_20211214170356.ts +69 -0
- package/.history/src/displayer/types_20211214170409.ts +69 -0
- package/.history/src/displayer/types_20211214170433.ts +69 -0
- package/.history/src/displayer/types_20211214170448.ts +70 -0
- package/.history/src/displayer/types_20211214170452.ts +70 -0
- package/.history/src/displayer/types_20211214170518.ts +69 -0
- package/.history/src/displayer/types_20211214170757.ts +75 -0
- package/.history/src/displayer/types_20211214170904.ts +77 -0
- package/.history/src/displayer/types_20211214171019.ts +84 -0
- package/.history/src/displayer/types_20211214171027.ts +87 -0
- package/.history/src/displayer/types_20211214171035.ts +90 -0
- package/.history/src/displayer/types_20211214171039.ts +90 -0
- package/.history/src/displayer/types_20211214171905.ts +88 -0
- package/.history/src/displayer/types_20211214171925.ts +88 -0
- package/.history/src/displayer/types_20211214171931.ts +88 -0
- package/.history/src/displayer/types_20211214171942.ts +85 -0
- package/.history/src/displayer/types_20211214171952.ts +85 -0
- package/.history/src/displayer/types_20211214171957.ts +85 -0
- package/.history/src/displayer/types_20211214172000.ts +85 -0
- package/.history/src/displayer/types_20211214172004.ts +85 -0
- package/.history/src/displayer/types_20211214180805.ts +81 -0
- package/.history/src/displayer/types_20211214180839.ts +81 -0
- package/.history/src/displayer/types_20211214181501.ts +84 -0
- package/.history/src/displayer/types_20211214181516.ts +84 -0
- package/.history/src/displayer/types_20211214181520.ts +84 -0
- package/.history/src/displayer/types_20211214181529.ts +81 -0
- package/.history/src/displayer/types_20211214181537.ts +81 -0
- package/.history/src/displayer/types_20211215143340.ts +81 -0
- package/.history/src/displayer/types_20211215143635.ts +81 -0
- package/.history/src/displayer/types_20211215143700.ts +82 -0
- package/.history/src/displayer/types_20211215143702.ts +83 -0
- package/.history/src/displayer/types_20211215143704.ts +84 -0
- package/.history/src/displayer/types_20211215143706.ts +85 -0
- package/.history/src/displayer/types_20211215152853.ts +85 -0
- package/.history/src/displayer/types_20211215152900.ts +85 -0
- package/.history/src/displayer/types_20211215153206.ts +86 -0
- package/.history/src/displayer/useDisplay_20211214103213.ts +33 -0
- package/.history/src/displayer/useDisplay_20211214110846.ts +34 -0
- package/.history/src/displayer/useDisplay_20211214110916.ts +34 -0
- package/.history/src/displayer/useDisplay_20211214110919.ts +34 -0
- package/.history/src/displayer/useDisplay_20211214111434.ts +33 -0
- package/.history/src/displayer/useDisplay_20211214111452.ts +33 -0
- package/.history/src/displayer/useDisplay_20211214141944.ts +33 -0
- package/.history/src/displayer/useDisplay_20211214144811.ts +32 -0
- package/.history/src/displayer/useDisplay_20211215151251.ts +32 -0
- package/.history/src/displayer/useDisplay_20211215151321.ts +32 -0
- package/.history/src/displayer/useDisplay_20211215151325.ts +32 -0
- package/.history/src/displayer/useDisplay_20211215151547.ts +32 -0
- package/.history/src/displayer/useDisplay_20211215152822.ts +32 -0
- package/.history/src/displayer/useDisplay_20211215153211.ts +32 -0
- package/.history/src/displayer/useDisplay_20211221153252.ts +34 -0
- package/.history/src/displayer/useDisplay_20211221153317.ts +31 -0
- package/.history/src/generate-registry-batch_20201020111355.tsx +0 -0
- package/.history/src/generate-registry-batch_20201020111410.tsx +1 -0
- package/.history/src/generate-registry-batch_20201020111419.tsx +3 -0
- package/.history/src/generate-registry-batch_20201020111423.tsx +3 -0
- package/.history/src/redux/actions/actions_20200818100437.tsx +4 -0
- package/.history/src/redux/actions/actions_20211104173731.tsx +9 -0
- package/.history/src/redux/actions/actions_20211104174555.tsx +8 -0
- package/.history/src/redux/middleware/logger_20211116105058.tsx +8 -0
- package/.history/src/redux/middleware/logger_20211116105312.tsx +9 -0
- package/.history/src/redux/middleware/logger_20211116105329.tsx +9 -0
- package/.history/src/redux/middleware/logger_20211116105338.tsx +10 -0
- package/.history/src/redux/slice/Application.slice_20211104171527.ts +28 -0
- package/.history/src/redux/slice/Application.slice_20211104172027.ts +28 -0
- package/.history/src/redux/slice/Application.slice_20211104172036.ts +28 -0
- package/.history/src/redux/slice/Application.slice_20211104172041.ts +28 -0
- package/.history/src/redux/slice/Application.slice_20211104172101.ts +28 -0
- package/.history/src/redux/slice/Application.slice_20211104172106.ts +33 -0
- package/.history/src/redux/slice/Application.slice_20211104172156.ts +33 -0
- package/.history/src/redux/slice/Application.slice_20211104172204.ts +33 -0
- package/.history/src/redux/slice/Application.slice_20211104172214.ts +34 -0
- package/.history/src/redux/slice/Application.slice_20211104172221.ts +34 -0
- package/.history/src/redux/slice/Application.slice_20211104172312.ts +33 -0
- package/.history/src/redux/slice/Application.slice_20211104173012.ts +34 -0
- package/.history/src/redux/slice/Application.slice_20211104173052.ts +33 -0
- package/.history/src/redux/slice/Application.slice_20211104174026.ts +33 -0
- package/.history/src/redux/slice/Application.slice_20211104174031.ts +33 -0
- package/.history/src/redux/slice/Application.slice_20211104174117.ts +33 -0
- package/.history/src/redux/slice/Application.slice_20211104174449.ts +33 -0
- package/.history/src/redux/slice/Application.slice_20211104174458.ts +33 -0
- package/.history/src/redux/slice/Application.slice_20211104174521.ts +33 -0
- package/.history/src/redux/slice/Application.slice_20211104174528.ts +33 -0
- package/.history/src/redux/slice/Application.slice_20211104174531.ts +33 -0
- package/.history/src/redux/slice/Application.slice_20211104174536.ts +33 -0
- package/.history/src/redux/slice/Application.slice_20211104174641.ts +33 -0
- package/.history/src/redux/slice/Application.slice_20211105163941.ts +33 -0
- package/.history/src/redux/slice/Application.slice_20211105192110.ts +33 -0
- package/.history/src/redux/slice/Model.slice_20211115163031.ts +33 -0
- package/.history/src/redux/slice/Model.slice_20211115163045.ts +30 -0
- package/.history/src/redux/slice/Model.slice_20211115164229.ts +30 -0
- package/.history/src/redux/slice/Model.slice_20211115164423.ts +30 -0
- package/.history/src/redux/slice/Model.slice_20211115164428.ts +30 -0
- package/.history/src/redux/slice/Model.slice_20211115164433.ts +30 -0
- package/.history/src/redux/slice/Model.slice_20211115164436.ts +30 -0
- package/.history/src/redux/slice/Model.slice_20211115164458.ts +30 -0
- package/.history/src/redux/slice/Model.slice_20211116175531.ts +30 -0
- package/.history/src/redux/slice/Model.slice_20211116175540.ts +30 -0
- package/.history/src/redux/store_20211104173919.tsx +73 -0
- package/.history/src/redux/store_20211104173928.tsx +73 -0
- package/.history/src/redux/store_20211104173950.tsx +74 -0
- package/.history/src/redux/store_20211104174002.tsx +74 -0
- package/.history/src/redux/store_20211104174130.tsx +74 -0
- package/.history/src/redux/store_20211104174146.tsx +74 -0
- package/.history/src/redux/store_20211104174401.tsx +84 -0
- package/.history/src/redux/store_20211104174411.tsx +85 -0
- package/.history/src/redux/store_20211104174419.tsx +84 -0
- package/.history/src/redux/store_20211104174433.tsx +85 -0
- package/.history/src/redux/store_20211104174608.tsx +85 -0
- package/.history/src/redux/store_20211104174614.tsx +85 -0
- package/.history/src/redux/store_20211104174620.tsx +85 -0
- package/.history/src/redux/store_20211104174759.tsx +85 -0
- package/.history/src/redux/store_20211104175131.tsx +85 -0
- package/.history/src/redux/store_20211105161700.tsx +86 -0
- package/.history/src/redux/store_20211105161805.tsx +85 -0
- package/.history/src/redux/store_20211105161809.tsx +86 -0
- package/.history/src/redux/store_20211105162935.tsx +86 -0
- package/.history/src/redux/store_20211105162948.tsx +86 -0
- package/.history/src/redux/store_20211105163039.tsx +86 -0
- package/.history/src/redux/store_20211105163053.tsx +87 -0
- package/.history/src/redux/store_20211105163115.tsx +85 -0
- package/.history/src/redux/store_20211105163224.tsx +86 -0
- package/.history/src/redux/store_20211105163517.tsx +87 -0
- package/.history/src/redux/store_20211105163541.tsx +88 -0
- package/.history/src/redux/store_20211105163634.tsx +88 -0
- package/.history/src/redux/store_20211105163700.tsx +89 -0
- package/.history/src/redux/store_20211105163720.tsx +90 -0
- package/.history/src/redux/store_20211105163832.tsx +94 -0
- package/.history/src/redux/store_20211105163917.tsx +93 -0
- package/.history/src/redux/store_20211105164121.tsx +99 -0
- package/.history/src/redux/store_20211105164132.tsx +99 -0
- package/.history/src/redux/store_20211105164144.tsx +99 -0
- package/.history/src/redux/store_20211105164407.tsx +99 -0
- package/.history/src/redux/store_20211105164416.tsx +99 -0
- package/.history/src/redux/store_20211105164439.tsx +99 -0
- package/.history/src/redux/store_20211105164511.tsx +99 -0
- package/.history/src/redux/store_20211105164513.tsx +99 -0
- package/.history/src/redux/store_20211105164640.tsx +99 -0
- package/.history/src/redux/store_20211105164706.tsx +99 -0
- package/.history/src/redux/store_20211105164714.tsx +99 -0
- package/.history/src/redux/store_20211105164719.tsx +99 -0
- package/.history/src/redux/store_20211105164724.tsx +99 -0
- package/.history/src/redux/store_20211105164736.tsx +99 -0
- package/.history/src/redux/store_20211105164748.tsx +99 -0
- package/.history/src/redux/store_20211105164834.tsx +104 -0
- package/.history/src/redux/store_20211105184449.tsx +103 -0
- package/.history/src/redux/store_20211105184458.tsx +103 -0
- package/.history/src/redux/store_20211105184540.tsx +109 -0
- package/.history/src/redux/store_20211105184546.tsx +110 -0
- package/.history/src/redux/store_20211105184639.tsx +110 -0
- package/.history/src/redux/store_20211105184841.tsx +110 -0
- package/.history/src/redux/store_20211105184859.tsx +111 -0
- package/.history/src/redux/store_20211105184949.tsx +111 -0
- package/.history/src/redux/store_20211105185145.tsx +114 -0
- package/.history/src/redux/store_20211105185149.tsx +114 -0
- package/.history/src/redux/store_20211105185201.tsx +114 -0
- package/.history/src/redux/store_20211105185211.tsx +114 -0
- package/.history/src/redux/store_20211105185230.tsx +114 -0
- package/.history/src/redux/store_20211105185241.tsx +114 -0
- package/.history/src/redux/store_20211105185246.tsx +114 -0
- package/.history/src/redux/store_20211105185251.tsx +115 -0
- package/.history/src/redux/store_20211105185301.tsx +115 -0
- package/.history/src/redux/store_20211105185307.tsx +115 -0
- package/.history/src/redux/store_20211105185316.tsx +113 -0
- package/.history/src/redux/store_20211105185336.tsx +114 -0
- package/.history/src/redux/store_20211105185341.tsx +107 -0
- package/.history/src/redux/store_20211105185350.tsx +109 -0
- package/.history/src/redux/store_20211105185402.tsx +109 -0
- package/.history/src/redux/store_20211105185411.tsx +108 -0
- package/.history/src/redux/store_20211105185453.tsx +102 -0
- package/.history/src/redux/store_20211105185530.tsx +101 -0
- package/.history/src/redux/store_20211105185600.tsx +107 -0
- package/.history/src/redux/store_20211105185604.tsx +107 -0
- package/.history/src/redux/store_20211105185943.tsx +107 -0
- package/.history/src/redux/store_20211105185946.tsx +104 -0
- package/.history/src/redux/store_20211105190321.tsx +105 -0
- package/.history/src/redux/store_20211105190340.tsx +105 -0
- package/.history/src/redux/store_20211105190345.tsx +105 -0
- package/.history/src/redux/store_20211105190409.tsx +109 -0
- package/.history/src/redux/store_20211105190451.tsx +109 -0
- package/.history/src/redux/store_20211105190559.tsx +110 -0
- package/.history/src/redux/store_20211105190630.tsx +109 -0
- package/.history/src/redux/store_20211105190633.tsx +109 -0
- package/.history/src/redux/store_20211105190638.tsx +109 -0
- package/.history/src/redux/store_20211105190715.tsx +109 -0
- package/.history/src/redux/store_20211105190722.tsx +109 -0
- package/.history/src/redux/store_20211105190836.tsx +111 -0
- package/.history/src/redux/store_20211105190935.tsx +114 -0
- package/.history/src/redux/store_20211105191025.tsx +116 -0
- package/.history/src/redux/store_20211105191049.tsx +117 -0
- package/.history/src/redux/store_20211105191127.tsx +117 -0
- package/.history/src/redux/store_20211105191213.tsx +107 -0
- package/.history/src/redux/store_20211105191215.tsx +106 -0
- package/.history/src/redux/store_20211105191217.tsx +105 -0
- package/.history/src/redux/store_20211115163522.tsx +107 -0
- package/.history/src/redux/store_20211115163527.tsx +107 -0
- package/.history/src/redux/store_20211115163532.tsx +107 -0
- package/.history/src/redux/store_20211115163559.tsx +109 -0
- package/.history/src/redux/store_20211115163603.tsx +108 -0
- package/.history/src/redux/store_20211115163626.tsx +110 -0
- package/.history/src/redux/store_20211115163630.tsx +109 -0
- package/.history/src/types/reduxForms.d_20201015154151.Ts +0 -0
- package/.history/src/types/reduxForms.d_20201015154217.Ts +13 -0
- package/.history/src/types/reduxForms.d_20201015154225.Ts +13 -0
- package/.history/src/types/reduxForms.d_20201015154234.Ts +13 -0
- package/.history/src/types/reduxForms.d_20201015154316.Ts +12 -0
- package/.history/src/types/reduxForms.d_20201015154328.Ts +12 -0
- package/.history/src/types/reduxForms.d_20201015154332.Ts +9 -0
- package/.history/src/types/reduxForms.d_20201015154342.Ts +9 -0
- package/.history/src/utils/IfAppIsActivate.component_20211105115613.tsx +10 -0
- package/.history/src/utils/IfAppIsActivate.component_20211105115627.tsx +14 -0
- package/.history/src/utils/IfAppIsActivate.component_20211105115643.tsx +17 -0
- package/.history/src/utils/IfAppIsActivate.component_20211105115715.tsx +17 -0
- package/.history/src/utils/component/ DisplayAttribute.component_20211116175412.tsx +81 -0
- package/.history/src/utils/component/ DisplayAttribute.component_20211116175416.tsx +81 -0
- package/.history/src/utils/component/ DisplayAttribute.component_20211116175437.tsx +81 -0
- package/.history/src/utils/component/ DisplayAttribute.component_20211116175439.tsx +80 -0
- package/.history/src/utils/component/ DisplayAttribute.component_20211116175443.tsx +81 -0
- package/.history/src/utils/component/ DisplayAttribute.component_20211116175447.tsx +80 -0
- package/.history/src/utils/component/ DisplayAttribute.component_20211116175449.tsx +74 -0
- package/.history/src/utils/component/ DisplayAttribute.component_20211116175503.tsx +74 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211201122642.tsx +74 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211201122654.tsx +73 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211201163654.tsx +46 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211201163735.tsx +50 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211201163826.tsx +51 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211201164005.tsx +53 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211201164032.tsx +55 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211201164336.tsx +58 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211201164417.tsx +58 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211202145253.tsx +58 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211207102824.tsx +62 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209143355.tsx +60 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209143358.tsx +60 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209143548.tsx +61 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209143626.tsx +61 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209143806.tsx +61 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209143823.tsx +62 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209143829.tsx +62 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209143837.tsx +62 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209143852.tsx +64 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209143914.tsx +65 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209143940.tsx +65 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209143957.tsx +65 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209144000.tsx +65 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209144022.tsx +65 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209144036.tsx +67 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209144046.tsx +67 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209144049.tsx +67 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209144058.tsx +67 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209145613.tsx +67 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209145615.tsx +67 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209145634.tsx +67 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209150426.tsx +67 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209153710.tsx +67 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209153719.tsx +67 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209153826.tsx +68 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209153830.tsx +68 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209153926.tsx +72 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209153933.tsx +72 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209153937.tsx +70 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209154141.tsx +71 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209154200.tsx +72 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209154240.tsx +72 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209154244.tsx +72 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209154300.tsx +86 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209154324.tsx +75 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211209154330.tsx +75 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213140527.tsx +76 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213140535.tsx +76 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213140550.tsx +82 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213140557.tsx +84 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213140610.tsx +87 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213140625.tsx +89 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213141452.tsx +93 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213141506.tsx +93 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213141510.tsx +88 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213141515.tsx +88 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213141517.tsx +87 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213141524.tsx +87 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213141551.tsx +87 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213141603.tsx +89 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213141612.tsx +89 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213141628.tsx +89 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213141656.tsx +85 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213141707.tsx +85 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213141740.tsx +91 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213153756.tsx +91 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213153839.tsx +106 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213153843.tsx +106 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213153907.tsx +112 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211213153916.tsx +112 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090028.tsx +115 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090043.tsx +107 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090047.tsx +108 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090101.tsx +106 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090104.tsx +106 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090225.tsx +107 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090233.tsx +106 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090340.tsx +104 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090355.tsx +106 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090407.tsx +107 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090419.tsx +107 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090424.tsx +107 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090433.tsx +107 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090447.tsx +107 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090458.tsx +107 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090512.tsx +108 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090517.tsx +108 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090526.tsx +108 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090543.tsx +109 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090547.tsx +107 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090653.tsx +109 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090710.tsx +111 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090721.tsx +111 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090727.tsx +111 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090730.tsx +111 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090738.tsx +112 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090747.tsx +111 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090758.tsx +112 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090829.tsx +110 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214090907.tsx +112 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091015.tsx +112 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091111.tsx +112 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091133.tsx +114 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091213.tsx +117 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091220.tsx +118 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091222.tsx +118 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091232.tsx +118 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091250.tsx +101 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091259.tsx +101 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091314.tsx +101 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091426.tsx +107 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091431.tsx +101 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091437.tsx +101 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091448.tsx +102 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091451.tsx +103 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091504.tsx +105 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091517.tsx +105 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091525.tsx +105 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091547.tsx +111 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091556.tsx +112 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091640.tsx +113 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091657.tsx +113 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091717.tsx +119 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091734.tsx +119 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091739.tsx +119 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091742.tsx +119 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214091750.tsx +119 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214102705.tsx +111 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214102716.tsx +105 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214102723.tsx +99 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214102742.tsx +100 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214102750.tsx +100 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214102756.tsx +100 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214102803.tsx +101 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214102806.tsx +102 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214102844.tsx +96 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214102934.tsx +96 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214102938.tsx +96 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214103002.tsx +97 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214103011.tsx +97 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214103018.tsx +97 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214103024.tsx +97 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214103028.tsx +97 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214111912.tsx +99 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214111928.tsx +99 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214112256.tsx +98 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214112853.tsx +97 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214112905.tsx +90 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214112908.tsx +88 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214112915.tsx +88 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214112919.tsx +88 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214112923.tsx +88 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214112939.tsx +88 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214112959.tsx +88 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214113019.tsx +88 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214113315.tsx +88 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214113320.tsx +87 -0
- package/.history/src/utils/component/DisplayAttribute.component_20211214120857.tsx +87 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115143012.tsx +0 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115143022.tsx +19 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115143035.tsx +19 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115143509.tsx +20 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115161701.tsx +68 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115161710.tsx +68 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115161721.tsx +68 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115161726.tsx +68 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115161752.tsx +70 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115161755.tsx +71 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115161826.tsx +71 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115161829.tsx +71 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115161834.tsx +76 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115161839.tsx +76 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115161844.tsx +76 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115162734.tsx +77 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115162740.tsx +78 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115162815.tsx +78 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115164629.tsx +70 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115164634.tsx +71 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115164702.tsx +72 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115164727.tsx +72 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115164821.tsx +70 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115164835.tsx +70 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115164847.tsx +70 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115164927.tsx +73 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115165038.tsx +76 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115165055.tsx +80 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115165124.tsx +71 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115165150.tsx +80 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115165224.tsx +81 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115165303.tsx +77 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115165322.tsx +81 -0
- package/.history/src/utils/component/GetFieldInModel.component_20211115165337.tsx +81 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211105115826.tsx +17 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211105142116.tsx +17 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211105142612.tsx +21 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211105142618.tsx +18 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211105142626.tsx +18 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211105142631.tsx +19 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211105142636.tsx +19 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211105142639.tsx +19 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211116105031.tsx +15 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211202101825.tsx +24 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211202101839.tsx +24 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211202101845.tsx +24 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211202101859.tsx +29 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211202101910.tsx +29 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211202101931.tsx +29 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211202101936.tsx +29 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211202104155.tsx +29 -0
- package/.history/src/utils/component/IfAppIsActivate.component_20211202104425.tsx +29 -0
- package/.history/src/utils/component/getFieldInModel_20211115144659.ts +19 -0
- package/.history/src/utils/component/getFieldInModel_20211115144704.ts +19 -0
- package/.history/src/utils/component/getFieldInModel_20211115144717.ts +20 -0
- package/.history/src/utils/component/getFieldInModel_20211115144723.ts +20 -0
- package/.history/src/utils/component/getFieldInModel_20211115144947.ts +20 -0
- package/.history/src/utils/component/getFieldInModel_20211115145003.ts +19 -0
- package/.history/src/utils/component/getFieldInModel_20211115145034.ts +20 -0
- package/.history/src/utils/component/getFieldInModel_20211115145044.ts +21 -0
- package/.history/src/utils/component/getFieldInModel_20211115145050.ts +21 -0
- package/.history/src/utils/component/getFieldInModel_20211115145105.ts +21 -0
- package/.history/src/utils/component/getFieldInModel_20211115145137.ts +22 -0
- package/.history/src/utils/component/getFieldInModel_20211115145139.ts +23 -0
- package/.history/src/utils/component/getFieldInModel_20211115145140.ts +23 -0
- package/.history/src/utils/component/getFieldInModel_20211115145147.ts +23 -0
- package/.history/src/utils/component/getFieldInModel_20211115145156.ts +23 -0
- package/.history/src/utils/component/getFieldInModel_20211115145157.ts +22 -0
- package/.history/src/utils/component/getFieldInModel_20211115150452.ts +23 -0
- package/.history/src/utils/component/getFieldInModel_20211115150615.ts +25 -0
- package/.history/src/utils/component/getFieldInModel_20211115150636.ts +25 -0
- package/.history/src/utils/component/getFieldInModel_20211115150711.ts +25 -0
- package/.history/src/utils/component/getFieldInModel_20211115150717.ts +26 -0
- package/.history/src/utils/component/getFieldInModel_20211115150749.ts +30 -0
- package/.history/src/utils/component/getFieldInModel_20211115150757.ts +30 -0
- package/.history/src/utils/component/getFieldInModel_20211115150920.ts +31 -0
- package/.history/src/utils/component/getFieldInModel_20211115150929.ts +33 -0
- package/.history/src/utils/component/getFieldInModel_20211115150935.ts +33 -0
- package/.history/src/utils/component/getFieldInModel_20211115152243.ts +33 -0
- package/.history/src/utils/component/getFieldInModel_20211115152257.ts +33 -0
- package/.history/src/utils/component/getFieldInModel_20211115152309.ts +33 -0
- package/.history/src/utils/component/getFieldInModel_20211115152321.ts +33 -0
- package/.history/src/utils/component/getFieldInModel_20211115152434.ts +33 -0
- package/.history/src/utils/component/getFieldInModel_20211115152438.ts +33 -0
- package/.history/src/utils/component/getFieldInModel_20211115152541.tsx +33 -0
- package/.history/src/utils/component/getFieldInModel_20211115152543.tsx +33 -0
- package/.history/src/utils/component/getFieldInModel_20211115152551.tsx +34 -0
- package/.history/src/utils/component/getFieldInModel_20211115152610.tsx +34 -0
- package/.history/src/utils/component/getFieldInModel_20211115152613.tsx +34 -0
- package/.history/src/utils/component/getFieldInModel_20211115152614.tsx +34 -0
- package/.history/src/utils/component/getFieldInModel_20211115152624.tsx +33 -0
- package/.history/src/utils/component/getFieldInModel_20211115152637.ts +33 -0
- package/.history/src/utils/component/getFieldInModel_20211115152755.tsx +33 -0
- package/.history/src/utils/component/getFieldInModel_20211115152803.tsx +33 -0
- package/.history/src/utils/component/getFieldInModel_20211115152810.tsx +34 -0
- package/.history/src/utils/component/getFieldInModel_20211115152827.tsx +34 -0
- package/.history/src/utils/component/getFieldInModel_20211115153234.tsx +36 -0
- package/.history/src/utils/component/getFieldInModel_20211115153258.tsx +39 -0
- package/.history/src/utils/component/getFieldInModel_20211115153318.tsx +39 -0
- package/.history/src/utils/component/getFieldInModel_20211115153341.tsx +39 -0
- package/.history/src/utils/component/getFieldInModel_20211115153412.tsx +41 -0
- package/.history/src/utils/component/getFieldInModel_20211115153433.tsx +41 -0
- package/.history/src/utils/component/getFieldInModel_20211115153637.tsx +41 -0
- package/.history/src/utils/component/getFieldInModel_20211115153738.tsx +47 -0
- package/.history/src/utils/component/getFieldInModel_20211115153743.tsx +47 -0
- package/.history/src/utils/component/getFieldInModel_20211115153748.tsx +47 -0
- package/.history/src/utils/component/getFieldInModel_20211115153801.tsx +47 -0
- package/.history/src/utils/component/getFieldInModel_20211115153812.tsx +47 -0
- package/.history/src/utils/component/getFieldInModel_20211115153828.tsx +41 -0
- package/.history/src/utils/component/getFieldInModel_20211115153833.tsx +41 -0
- package/.history/src/utils/component/getFieldInModel_20211115153845.tsx +43 -0
- package/.history/src/utils/component/getFieldInModel_20211115153905.tsx +43 -0
- package/.history/src/utils/component/getFieldInModel_20211115153910.tsx +43 -0
- package/.history/src/utils/component/getFieldInModel_20211115153920.tsx +43 -0
- package/.history/src/utils/component/getFieldInModel_20211115153932.tsx +43 -0
- package/.history/src/utils/component/getFieldInModel_20211115153940.tsx +43 -0
- package/.history/src/utils/component/getFieldInModel_20211115153943.tsx +43 -0
- package/.history/src/utils/component/getFieldInModel_20211115153951.tsx +43 -0
- package/.history/src/utils/component/getFieldInModel_20211115153955.tsx +43 -0
- package/.history/src/utils/component/getFieldInModel_20211115153959.tsx +41 -0
- package/.history/src/utils/component/getFieldInModel_20211115154015.tsx +41 -0
- package/.history/src/utils/component/getFieldInModel_20211115154018.tsx +41 -0
- package/.history/src/utils/component/getFieldInModel_20211115154028.tsx +47 -0
- package/.history/src/utils/component/getFieldInModel_20211115154104.tsx +47 -0
- package/.history/src/utils/component/getFieldInModel_20211115154106.tsx +47 -0
- package/.history/src/utils/component/getFieldInModel_20211115154111.tsx +45 -0
- package/.history/src/utils/component/getFieldInModel_20211115154157.tsx +49 -0
- package/.history/src/utils/component/getFieldInModel_20211115154207.tsx +49 -0
- package/.history/src/utils/component/getFieldInModel_20211115154210.tsx +49 -0
- package/.history/src/utils/component/getFieldInModel_20211115154219.tsx +49 -0
- package/.history/src/utils/component/getFieldInModel_20211115154221.tsx +50 -0
- package/.history/src/utils/component/getFieldInModel_20211115154233.tsx +53 -0
- package/.history/src/utils/component/getFieldInModel_20211115154241.tsx +53 -0
- package/.history/src/utils/component/getFieldInModel_20211115154542.tsx +54 -0
- package/.history/src/utils/component/getFieldInModel_20211115154548.tsx +54 -0
- package/.history/src/utils/component/getFieldInModel_20211115154604.tsx +54 -0
- package/.history/src/utils/component/getFieldInModel_20211115154639.tsx +55 -0
- package/.history/src/utils/component/getFieldInModel_20211115154703.tsx +56 -0
- package/.history/src/utils/component/getFieldInModel_20211115154730.tsx +56 -0
- package/.history/src/utils/component/getFieldInModel_20211115154735.tsx +57 -0
- package/.history/src/utils/component/getFieldInModel_20211115154741.tsx +57 -0
- package/.history/src/utils/component/getFieldInModel_20211115154818.tsx +57 -0
- package/.history/src/utils/component/getFieldInModel_20211115154824.tsx +57 -0
- package/.history/src/utils/component/getFieldInModel_20211115154859.tsx +58 -0
- package/.history/src/utils/component/getFieldInModel_20211115154954.tsx +58 -0
- package/.history/src/utils/component/getFieldInModel_20211115155007.tsx +59 -0
- package/.history/src/utils/component/getFieldInModel_20211115155011.tsx +59 -0
- package/.history/src/utils/component/getFieldInModel_20211115155105.tsx +59 -0
- package/.history/src/utils/component/getFieldInModel_20211115155110.tsx +59 -0
- package/.history/src/utils/component/getFieldInModel_20211115155248.tsx +58 -0
- package/.history/src/utils/component/getFieldInModel_20211115155253.tsx +58 -0
- package/.history/src/utils/component/getFieldInModel_20211115155328.tsx +58 -0
- package/.history/src/utils/component/getFieldInModel_20211115155345.tsx +57 -0
- package/.history/src/utils/component/getFieldInModel_20211115155425.tsx +60 -0
- package/.history/src/utils/component/getFieldInModel_20211115155435.tsx +60 -0
- package/.history/src/utils/component/getFieldInModel_20211115155500.tsx +62 -0
- package/.history/src/utils/component/getFieldInModel_20211115155535.tsx +62 -0
- package/.history/src/utils/component/getFieldInModel_20211115155543.tsx +63 -0
- package/.history/src/utils/component/getFieldInModel_20211115155547.tsx +63 -0
- package/.history/src/utils/component/getFieldInModel_20211115155550.tsx +63 -0
- package/.history/src/utils/component/getFieldInModel_20211115155608.tsx +63 -0
- package/.history/src/utils/component/getFieldInModel_20211115155613.tsx +63 -0
- package/.history/src/utils/component/getFieldInModel_20211115155617.tsx +63 -0
- package/.history/src/utils/component/getFieldInModel_20211115155628.tsx +63 -0
- package/.history/src/utils/component/getFieldInModel_20211115155643.tsx +63 -0
- package/.history/src/utils/component/getFieldInModel_20211115155718.tsx +64 -0
- package/.history/src/utils/component/getFieldInModel_20211115155727.tsx +65 -0
- package/.history/src/utils/component/getFieldInModel_20211115155733.tsx +66 -0
- package/.history/src/utils/component/getFieldInModel_20211115155737.tsx +66 -0
- package/.history/src/utils/getFieldInModel_20211115144456.ts +20 -0
- package/.history/src/utils/getFieldInModel_20211115144524.ts +20 -0
- package/.history/src/utils/getFieldInModel_20211115144527.ts +20 -0
- package/.history/src/utils/getFieldInModel_20211115144540.ts +19 -0
- package/.history/src/utils/registry_20201020110232.tsx +59 -0
- package/.history/src/utils/socket.sharedworker_20211103142903.ts +97 -0
- package/.history/src/utils/socket.sharedworker_20211104144115.ts +80 -0
- package/.history/src/utils/socket.sharedworker_20211104144133.ts +67 -0
- package/.history/src/utils/socket.sharedworker_20211104144135.ts +80 -0
- package/.history/src/utils/socket_20211103142903.ts +58 -0
- package/.history/src/utils/socket_20211104144335.ts +42 -0
- package/.history/src/utils/socket_20211104150814.ts +58 -0
- package/.history/src/utils/socket_20211104150828.ts +58 -0
- package/.history/src/utils/socket_20211104150836.ts +60 -0
- package/.history/src/utils/socket_20211104150844.ts +67 -0
- package/.history/src/utils/socket_20211104150849.ts +65 -0
- package/.history/src/utils/socket_20211104150908.ts +67 -0
- package/.history/src/utils/socket_20211104151054.ts +67 -0
- package/.history/src/utils/socket_20211104151313.ts +67 -0
- package/.history/src/utils/socket_20211104151612.ts +108 -0
- package/.history/src/utils/socket_20211104151618.ts +106 -0
- package/.history/src/utils/socket_20211104151626.ts +105 -0
- package/.history/src/utils/socket_20211104151627.ts +104 -0
- package/.history/src/utils/socket_20211104151629.ts +103 -0
- package/.history/src/utils/socket_20211116105136.ts +97 -0
- package/.history/src/utils/socket_20211116105201.ts +97 -0
- package/.history/src/utils/socket_20211116105206.ts +98 -0
- package/.history/src/utils/socket_20211116105214.ts +98 -0
- package/.history/src/utils/socket_20211116105222.ts +98 -0
- package/.history/src/utils/socket_20211116105228.ts +98 -0
- package/.history/src/utils/socket_20211116105234.ts +98 -0
- package/.history/src/utils/translation_20211116105404.tsx +33 -0
- package/.history/src/utils/types_20211115160956.tsx +158 -0
- package/.history/src/utils/types_20211115161138.tsx +166 -0
- package/.history/src/utils/types_20211115161149.tsx +166 -0
- package/.history/src/utils/types_20211115161939.tsx +166 -0
- package/.history/src/utils/types_20211115162150.tsx +166 -0
- package/.history/src/utils/types_20211115162221.tsx +166 -0
- package/.history/src/utils/types_20211115163805.tsx +167 -0
- package/.history/src/utils/types_20211115163828.tsx +183 -0
- package/.history/src/utils/types_20211115164550.tsx +184 -0
- package/.history/src/utils/types_20211116105412.tsx +143 -0
- package/.history/src/utils/types_20211116175425.tsx +184 -0
- package/.history/src/utils/types_20211116175429.tsx +182 -0
- package/.history/src/utils/types_20211118102619.tsx +182 -0
- package/.history/src/utils/types_20211123164518.tsx +188 -0
- package/.history/src/utils/types_20211123164521.tsx +188 -0
- package/.history/src/utils/types_20211123164525.tsx +186 -0
- package/.history/src/utils/types_20211123164735.tsx +186 -0
- package/.history/src/utils/types_20211123164831.tsx +186 -0
- package/.history/src/utils/types_20211123165051.tsx +186 -0
- package/.history/src/utils/types_20211123165219.tsx +186 -0
- package/.history/src/utils/types_20211123165245.tsx +186 -0
- package/.history/src/utils/types_20211123165251.tsx +187 -0
- package/.history/src/utils/types_20211123165318.tsx +187 -0
- package/.history/src/utils/types_20211123165359.tsx +187 -0
- package/.history/src/utils/types_20211125104054.tsx +186 -0
- package/.history/src/utils/types_20211125104100.tsx +187 -0
- package/.history/src/utils/types_20211125104104.tsx +186 -0
- package/.history/src/utils/types_20211125111537.tsx +188 -0
- package/.history/src/utils/types_20211125111641.tsx +188 -0
- package/.history/src/utils/types_20211125111650.tsx +188 -0
- package/.history/src/utils/types_20211125111842.tsx +188 -0
- package/.history/src/utils/types_20211125111848.tsx +188 -0
- package/.history/src/utils/types_20211125111929.tsx +188 -0
- package/.history/src/utils/types_20211125111934.tsx +188 -0
- package/.history/src/utils/types_20211125111937.tsx +188 -0
- package/.history/src/utils/types_20211125112013.tsx +188 -0
- package/.history/src/utils/types_20211125112025.tsx +188 -0
- package/.history/src/utils/types_20211125112055.tsx +188 -0
- package/.history/src/utils/types_20211125112059.tsx +188 -0
- package/.history/src/utils/types_20211125112108.tsx +188 -0
- package/.history/src/utils/types_20211125112119.tsx +188 -0
- package/.history/src/utils/types_20211125112326.tsx +188 -0
- package/.history/src/utils/types_20211125112345.tsx +188 -0
- package/.history/src/utils/types_20211125112500.tsx +188 -0
- package/.history/src/utils/types_20211125112502.tsx +188 -0
- package/.history/src/utils/types_20211125112514.tsx +188 -0
- package/.history/src/utils/types_20211125112516.tsx +188 -0
- package/.history/src/utils/types_20211125112607.tsx +188 -0
- package/.history/src/utils/types_20211125112612.tsx +188 -0
- package/.history/src/utils/types_20211125113522.tsx +190 -0
- package/.history/src/utils/types_20211125113539.tsx +190 -0
- package/.history/src/utils/types_20211125115719.tsx +154 -0
- package/.history/src/utils/types_20211201163110.tsx +183 -0
- package/.history/src/utils/types_20211201163113.tsx +183 -0
- package/.history/src/utils/types_20211201163117.tsx +182 -0
- package/.history/src/utils/types_20211201163127.tsx +182 -0
- package/.history/src/utils/types_20211201163141.tsx +178 -0
- package/.history/src/utils/types_20211201163147.tsx +178 -0
- package/.history/src/utils/types_20211201163536.tsx +179 -0
- package/.history/src/utils/types_20211201163613.tsx +179 -0
- package/.history/src/utils/types_20211209143453.tsx +181 -0
- package/.history/src/utils/types_20211209143515.tsx +182 -0
- package/.history/src/utils/types_20211209143520.tsx +182 -0
- package/.history/src/utils/types_20211209143638.tsx +183 -0
- package/.history/src/utils/types_20211209143707.tsx +185 -0
- package/.history/src/utils/types_20211209143721.tsx +186 -0
- package/.history/src/utils/types_20211209143726.tsx +187 -0
- package/.history/src/utils/types_20211209143727.tsx +186 -0
- package/.history/src/utils/types_20211209143734.tsx +187 -0
- package/.history/src/utils/types_20211209143754.tsx +188 -0
- package/.history/src/utils/types_20211209145552.tsx +188 -0
- package/.history/src/utils/types_20211209145630.tsx +188 -0
- package/.history/src/utils/types_20211214112707.tsx +191 -0
- package/.history/src/utils/types_20211214112753.tsx +191 -0
- package/.history/src/utils/types_20211214112801.tsx +191 -0
- package/.history/src/utils/types_20211214112835.tsx +191 -0
- package/.history/src/utils/types_20211214112936.tsx +191 -0
- package/.history/src/utils/types_20211214113123.tsx +191 -0
- package/.history/src/utils/types_20211214113127.tsx +191 -0
- package/.history/src/utils/types_20211214142421.tsx +174 -0
- package/.history/src/utils/types_20211214151536.tsx +174 -0
- package/.history/src/utils/types_20211214151706.tsx +174 -0
- package/.history/src/utils/types_20211214151731.tsx +174 -0
- package/.history/src/utils/types_20211214151734.tsx +174 -0
- package/.history/src/utils/types_20211214151752.tsx +175 -0
- package/.history/src/utils/types_20211214151800.tsx +175 -0
- package/.history/src/utils/types_20211214153149.tsx +180 -0
- package/.history/src/utils/types_20211214153152.tsx +180 -0
- package/.history/src/utils/types_20211214163208.tsx +175 -0
- package/.history/src/utils/types_20211214171839.tsx +175 -0
- package/.history/test_20201020142137.js +3 -0
- package/.history/test_20201020142159.js +3 -0
- package/.history/test_20201020142223.js +4 -0
- package/.history/test_20201020142250.js +6 -0
- package/.history/test_20201020142305.js +6 -0
- package/.history/test_20201020142333.js +6 -0
- package/.history/test_20201020142349.js +6 -0
- package/.history/test_20201020142515.js +3 -0
- package/.history/test_20201020142517.js +3 -0
- package/.history/test_20201020142610.js +6 -0
- package/.history/test_20201020142629.js +6 -0
- package/.history/test_20201020142633.js +6 -0
- package/.history/test_20201020142658.js +2 -0
- package/.history/test_20201020142836.js +5 -0
- package/.history/test_20201020142838.js +4 -0
- package/.history/test_20201020142857.js +5 -0
- package/.history/test_20201020142910.js +4 -0
- package/.history/test_20201020142921.js +5 -0
- package/.history/test_20201020142953.js +2 -0
- package/.history/test_20201020143444.js +4 -0
- package/.history/test_20201020143526.js +3 -0
- package/.history/tsconfig_20211108110838.json +15 -0
- package/.history/tsconfig_20211108110841.json +14 -0
- package/.history/webpack-jrc.config_20201110154954.js +32 -0
- package/.history/webpack-jrc.config_20201110155008.js +27 -0
- package/.history/webpack-jrc.config_20201110155106.js +27 -0
- package/.history/webpack-jrc.config_20201110155116.js +27 -0
- package/.history/webpack-jrc.config_20201110155241.js +27 -0
- package/.history/webpack-vendors.config_20210415114819.js +40 -0
- package/.history/webpack-vendors.config_20210415115228.js +35 -0
- package/.history/webpack-vendors.config_20210415120011.js +40 -0
- package/.history/webpack-vendors.config_20210415143909.js +35 -0
- package/.history/webpack-vendors.config_20210429085357.js +35 -0
- package/.history/webpack-vendors.config_20210429093956.js +36 -0
- package/.history/webpack-vendors.config_20210429094016.js +36 -0
- package/.history/webpack-vendors.config_20210429094043.js +36 -0
- package/.history/webpack-vendors.config_20210429095156.js +37 -0
- package/.history/webpack-vendors.config_20210429095201.js +37 -0
- package/.history/webpack-vendors.config_20210429095204.js +37 -0
- package/.history/webpack-vendors.config_20210429100210.js +36 -0
- package/.history/webpack-vendors.config_20210429100432.js +35 -0
- package/.history/webpack-vendors.config_20210429100442.js +36 -0
- package/.history/webpack-vendors.config_20210429100609.js +36 -0
- package/.history/webpack-vendors.config_20210429100743.js +36 -0
- package/.history/webpack-vendors.config_20210429100924.js +36 -0
- package/.history/webpack-vendors.config_20210429100939.js +36 -0
- package/.history/webpack.config_20211104152514.js +118 -0
- package/.history/webpack.config_20211108160857.js +115 -0
- package/.history/webpack.config_20211108160858.js +114 -0
- package/.history/webpack.config_20211108160914.js +113 -0
- package/.history/webpack.config_20211108161609.js +118 -0
- package/.history/webpack.config_20211108161619.js +118 -0
- package/.history/webpack.config_20211109064941.js +118 -0
- package/.history/webpack.config_20211109064952.js +119 -0
- package/.history/webpack.config_20211109065007.js +103 -0
- package/.history/webpack.config_20211109065043.js +104 -0
- package/.history/webpack.config_20211109065114.js +93 -0
- package/.history/webpack.config_20211109065121.js +93 -0
- package/.history/webpack.config_20211109065406.js +96 -0
- package/.history/webpack.config_20211109065446.js +97 -0
- package/.history/webpack.config_20211109065654.js +106 -0
- package/.history/webpack.config_20211109065732.js +106 -0
- package/.history/webpack.config_20211109070539.js +105 -0
- package/.history/webpack.config_20211109070655.js +106 -0
- package/.history/webpack.config_20211109095020.js +94 -0
- package/.history/webpack.config_20211110113654.js +91 -0
- package/.history/webpack.config_20211117161158.js +95 -0
- package/.history/webpack.config_20211117161204.js +96 -0
- package/.history/webpack.config_20211117161215.js +97 -0
- package/.husky/pre-commit +4 -0
- package/.prettierignore +88 -0
- package/.prettierrc.json +11 -0
- package/.vscode/settings.json +9 -0
- package/README.md +3 -0
- package/babel.config.js +12 -0
- package/build/294.bundle.js +2 -0
- package/build/294.bundle.js.map +1 -0
- package/build/715.bundle.js +2 -0
- package/build/715.bundle.js.map +1 -0
- package/build/App.d.ts +34 -0
- package/build/app.bundle.js +1395 -0
- package/build/app.bundle.js.LICENSE.txt +1 -0
- package/build/app.bundle.js.map +1 -0
- package/build/assets/check.e04c3374d2c43bd03d5c52b37639d90c.svg +4 -0
- package/build/assets/x.609ccec1e6c6c10c412a1ab325258b42.svg +1 -0
- package/build/components/ExtensionProvider.component.d.ts +5 -0
- package/build/components/IfAppIsActivated.component.d.ts +5 -0
- package/build/components/index.d.ts +1 -0
- package/build/components/types.d.ts +2 -0
- package/build/displayer/DisplayAttribute.component.d.ts +17 -0
- package/build/displayer/components/DisplayList.component.d.ts +2 -0
- package/build/displayer/components/DisplaySingleValue.component.d.ts +2 -0
- package/build/displayer/list/formatter.d.ts +62 -0
- package/build/displayer/types.d.ts +87 -0
- package/build/displayer/useDisplay.d.ts +7 -0
- package/build/enhencers/toast/Toaster.d.ts +1 -0
- package/build/redux/actions/Articles.actions.d.ts +4 -0
- package/build/redux/actions/Articles.types.d.ts +1 -0
- package/build/redux/actions/Users.actions.d.ts +4 -0
- package/build/redux/actions/Users.types.d.ts +1 -0
- package/build/redux/actions/actions.d.ts +1 -0
- package/build/redux/middleware/index.d.ts +2 -0
- package/build/redux/middleware/logger.d.ts +2 -0
- package/build/redux/slice/Application.slice.d.ts +58 -0
- package/build/redux/slice/Article.slice.d.ts +62 -0
- package/build/redux/slice/Generic.actions.d.ts +8 -0
- package/build/redux/slice/Model.slice.d.ts +58 -0
- package/build/redux/slice/Toast.slice.d.ts +50 -0
- package/build/redux/slice/User.slice.d.ts +62 -0
- package/build/redux/store.d.ts +29 -0
- package/build/socket.sharedworker.bb25eb0781ce40fec4a2.js +2 -0
- package/build/socket.sharedworker.bb25eb0781ce40fec4a2.js.map +1 -0
- package/build/utils/registry.d.ts +15 -0
- package/build/utils/socket.d.ts +14 -0
- package/build/utils/socket.sharedworker.d.ts +2 -0
- package/build/utils/translation.d.ts +17 -0
- package/build/utils/types.d.ts +146 -0
- package/ext-component-list.json +307 -0
- package/externals.d.ts +11 -0
- package/jest.config.js +15 -0
- package/package.json +89 -0
- package/script/checkDependencies.js +45 -0
- package/script/traduction-react.php +77 -0
- package/src/App.tsx +190 -0
- package/src/components/ExtensionProvider.component.tsx +21 -0
- package/src/components/IfAppIsActivated.component.tsx +15 -0
- package/src/components/index.tsx +21 -0
- package/src/components/types.ts +2 -0
- package/src/displayer/DisplayAttribute.component.tsx +47 -0
- package/src/displayer/components/DisplayList.component.tsx +22 -0
- package/src/displayer/components/DisplaySingleValue.component.tsx +10 -0
- package/src/displayer/list/formatter.tsx +63 -0
- package/src/displayer/types.ts +86 -0
- package/src/displayer/useDisplay.ts +32 -0
- package/src/enhencers/toast/Toaster.tsx +38 -0
- package/src/redux/actions/Articles.actions.tsx +8 -0
- package/src/redux/actions/Articles.types.tsx +1 -0
- package/src/redux/actions/Users.actions.tsx +8 -0
- package/src/redux/actions/Users.types.tsx +1 -0
- package/src/redux/actions/actions.tsx +4 -0
- package/src/redux/middleware/index.tsx +2 -0
- package/src/redux/middleware/logger.tsx +10 -0
- package/src/redux/slice/Application.slice.ts +28 -0
- package/src/redux/slice/Article.slice.ts +27 -0
- package/src/redux/slice/Generic.actions.ts +31 -0
- package/src/redux/slice/Model.slice.ts +28 -0
- package/src/redux/slice/Toast.slice.ts +55 -0
- package/src/redux/slice/User.slice.ts +27 -0
- package/src/redux/store.tsx +95 -0
- package/src/utils/registry.tsx +59 -0
- package/src/utils/socket.sharedworker.ts +91 -0
- package/src/utils/socket.ts +98 -0
- package/src/utils/translation.tsx +36 -0
- package/src/utils/types.ts +176 -0
- package/tsconfig.json +16 -0
- package/webpack.config.js +97 -0
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { FunctionComponent } from 'react';
|
|
3
|
+
import { useSelector } from 'react-redux';
|
|
4
|
+
import { DisplayAttributeProps, DisplayAttributesProps } from 'utils/types';
|
|
5
|
+
|
|
6
|
+
export const BasicComponent = ({ children }: { children: JSX.Element }) => <div>{children}</div>;
|
|
7
|
+
|
|
8
|
+
export const DisplaySingleValue = (props: {
|
|
9
|
+
value: any[];
|
|
10
|
+
renderComponent: FunctionComponent<any>;
|
|
11
|
+
wrapperComponent: FunctionComponent<any>;
|
|
12
|
+
extraCondition?: (objectValues: any, value: any) => boolean;
|
|
13
|
+
objectValues: any;
|
|
14
|
+
}) => {
|
|
15
|
+
const { extraCondition, objectValues, value, renderComponent, wrapperComponent } = props;
|
|
16
|
+
const RenderComponent: FunctionComponent<any> = renderComponent || BasicComponent;
|
|
17
|
+
const WrapperComponent: FunctionComponent<any> = wrapperComponent || BasicComponent;
|
|
18
|
+
if ((extraCondition && extraCondition(objectValues, value)) || !extraCondition) {
|
|
19
|
+
return (
|
|
20
|
+
<WrapperComponent>
|
|
21
|
+
<RenderComponent>{value}</RenderComponent>
|
|
22
|
+
</WrapperComponent>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
return null;
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export const DisplayList = (props: {
|
|
29
|
+
value: any[];
|
|
30
|
+
renderComponent: FunctionComponent<any>;
|
|
31
|
+
wrapperComponent: FunctionComponent<any>;
|
|
32
|
+
extraCondition?: (objectValues: any, value: any) => boolean;
|
|
33
|
+
objectValues: any;
|
|
34
|
+
}) => {
|
|
35
|
+
const { value, renderComponent, wrapperComponent, extraCondition, objectValues } = props;
|
|
36
|
+
const RenderComponent: FunctionComponent<any> = renderComponent || BasicComponent;
|
|
37
|
+
const WrapperComponent: FunctionComponent<any> = wrapperComponent || BasicComponent;
|
|
38
|
+
const filteredlist = (extraCondition && value.filter((element) => extraCondition(objectValues, element))) || value;
|
|
39
|
+
return (
|
|
40
|
+
<WrapperComponent>
|
|
41
|
+
{filteredlist.map((element: any, index: number) => {
|
|
42
|
+
<RenderComponent>
|
|
43
|
+
{element.title}
|
|
44
|
+
{filteredlist.length > 1 && index !== filteredlist.length && ', '}
|
|
45
|
+
{filteredlist.length > 1 && index === filteredlist.length && '...'}
|
|
46
|
+
</RenderComponent>;
|
|
47
|
+
})}
|
|
48
|
+
</WrapperComponent>
|
|
49
|
+
);
|
|
50
|
+
};
|
|
51
|
+
/****
|
|
52
|
+
* The jamespot model depend on the platform
|
|
53
|
+
* For example a user can have the size attribute only for a given platform
|
|
54
|
+
* The model specifics of a platform are stored in J.model
|
|
55
|
+
*
|
|
56
|
+
* This component display an attribute only if this attribute is activated on the platform
|
|
57
|
+
*
|
|
58
|
+
* @param props.objectValues the object to display (ie the user)
|
|
59
|
+
* @param props.attribute
|
|
60
|
+
* @param props.attribute.fieldName the attribute we want to access to (ie size)
|
|
61
|
+
* @param props.attribute.wrapperComponent (optional) if we want to wrap all the result in a specific component
|
|
62
|
+
* @param props.attribute.renderComponent (optional) if the result is a list you can also wrap all elements to specific component
|
|
63
|
+
* @param props.attribute.extraCondition (optional) condition to render the attribute (ie size>10)
|
|
64
|
+
*/
|
|
65
|
+
export const DisplayAttribute = (props: DisplayAttributeProps) => {
|
|
66
|
+
const { objectValues, attribute } = props;
|
|
67
|
+
const { fieldName, renderComponent, extraCondition, wrapperComponent } = attribute;
|
|
68
|
+
|
|
69
|
+
const { modelValue } = useSelector((state: any) => {
|
|
70
|
+
return {
|
|
71
|
+
modelValue: J.react.store.selectors.model.selectById(state, objectValues.type),
|
|
72
|
+
};
|
|
73
|
+
});
|
|
74
|
+
const fieldValue = modelValue && modelValue.fields && modelValue.fields[fieldName];
|
|
75
|
+
|
|
76
|
+
if (!modelValue || !fieldValue) return null;
|
|
77
|
+
|
|
78
|
+
let RenderComponent: FunctionComponent<{
|
|
79
|
+
value: any[];
|
|
80
|
+
renderComponent: FunctionComponent<any>;
|
|
81
|
+
wrapperComponent: FunctionComponent<any>;
|
|
82
|
+
extraCondition?: (objectValues: any, value: any) => boolean;
|
|
83
|
+
objectValues: any;
|
|
84
|
+
}>;
|
|
85
|
+
if (fieldValue.widget) {
|
|
86
|
+
switch (fieldValue.widget.type) {
|
|
87
|
+
case 'text':
|
|
88
|
+
case 'orientedlinks':
|
|
89
|
+
RenderComponent = DisplaySingleValue;
|
|
90
|
+
break;
|
|
91
|
+
|
|
92
|
+
case 'taxonomy':
|
|
93
|
+
RenderComponent = DisplayList;
|
|
94
|
+
break;
|
|
95
|
+
default:
|
|
96
|
+
RenderComponent = DisplaySingleValue;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
return <RenderComponent {...props} />;
|
|
100
|
+
}
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
/****
|
|
104
|
+
* Display a set of @DisplayAttribute
|
|
105
|
+
*/
|
|
106
|
+
export const DisplayAttributes = (props: DisplayAttributesProps) => {
|
|
107
|
+
const { attributes, objectValues } = props;
|
|
108
|
+
return attributes.map((attributeProps) => (
|
|
109
|
+
<DisplayAttribute attribute={attributeProps} objectValues={objectValues} />
|
|
110
|
+
));
|
|
111
|
+
};
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { FunctionComponent } from 'react';
|
|
3
|
+
import { useSelector } from 'react-redux';
|
|
4
|
+
import { DisplayAttributeProps, DisplayAttributesProps } from 'utils/types';
|
|
5
|
+
|
|
6
|
+
export const BasicComponent = ({ children }: { children: JSX.Element }) => <div>{children}</div>;
|
|
7
|
+
|
|
8
|
+
export const DisplaySingleValue = (props: {
|
|
9
|
+
value: any[];
|
|
10
|
+
renderComponent: FunctionComponent<any>;
|
|
11
|
+
wrapperComponent: FunctionComponent<any>;
|
|
12
|
+
extraCondition?: (objectValues: any, value: any) => boolean;
|
|
13
|
+
objectValues: any;
|
|
14
|
+
}) => {
|
|
15
|
+
const { extraCondition, objectValues, value, renderComponent, wrapperComponent } = props;
|
|
16
|
+
const RenderComponent: FunctionComponent<any> = renderComponent || BasicComponent;
|
|
17
|
+
const WrapperComponent: FunctionComponent<any> = wrapperComponent || BasicComponent;
|
|
18
|
+
if ((extraCondition && extraCondition(objectValues, value)) || !extraCondition) {
|
|
19
|
+
return (
|
|
20
|
+
<WrapperComponent>
|
|
21
|
+
<RenderComponent>{value}</RenderComponent>
|
|
22
|
+
</WrapperComponent>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
return null;
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export const DisplayList = (props: DisplayAttributeProps) => {
|
|
29
|
+
const { value, renderComponent, wrapperComponent, extraCondition, objectValues } = props;
|
|
30
|
+
const RenderComponent: FunctionComponent<any> = renderComponent || BasicComponent;
|
|
31
|
+
const WrapperComponent: FunctionComponent<any> = wrapperComponent || BasicComponent;
|
|
32
|
+
const filteredlist = (extraCondition && value.filter((element) => extraCondition(objectValues, element))) || value;
|
|
33
|
+
return (
|
|
34
|
+
<WrapperComponent>
|
|
35
|
+
{filteredlist.map((element: any, index: number) => {
|
|
36
|
+
<RenderComponent>
|
|
37
|
+
{element.title}
|
|
38
|
+
{filteredlist.length > 1 && index !== filteredlist.length && ', '}
|
|
39
|
+
{filteredlist.length > 1 && index === filteredlist.length && '...'}
|
|
40
|
+
</RenderComponent>;
|
|
41
|
+
})}
|
|
42
|
+
</WrapperComponent>
|
|
43
|
+
);
|
|
44
|
+
};
|
|
45
|
+
/****
|
|
46
|
+
* The jamespot model depend on the platform
|
|
47
|
+
* For example a user can have the size attribute only for a given platform
|
|
48
|
+
* The model specifics of a platform are stored in J.model
|
|
49
|
+
*
|
|
50
|
+
* This component display an attribute only if this attribute is activated on the platform
|
|
51
|
+
*
|
|
52
|
+
* @param props.objectValues the object to display (ie the user)
|
|
53
|
+
* @param props.attribute
|
|
54
|
+
* @param props.attribute.fieldName the attribute we want to access to (ie size)
|
|
55
|
+
* @param props.attribute.wrapperComponent (optional) if we want to wrap all the result in a specific component
|
|
56
|
+
* @param props.attribute.renderComponent (optional) if the result is a list you can also wrap all elements to specific component
|
|
57
|
+
* @param props.attribute.extraCondition (optional) condition to render the attribute (ie size>10)
|
|
58
|
+
*/
|
|
59
|
+
export const DisplayAttribute = (props: DisplayAttributeProps) => {
|
|
60
|
+
const { objectValues, attribute } = props;
|
|
61
|
+
const { fieldName, renderComponent, extraCondition, wrapperComponent } = attribute;
|
|
62
|
+
|
|
63
|
+
const { modelValue } = useSelector((state: any) => {
|
|
64
|
+
return {
|
|
65
|
+
modelValue: J.react.store.selectors.model.selectById(state, objectValues.type),
|
|
66
|
+
};
|
|
67
|
+
});
|
|
68
|
+
const fieldValue = modelValue && modelValue.fields && modelValue.fields[fieldName];
|
|
69
|
+
|
|
70
|
+
if (!modelValue || !fieldValue) return null;
|
|
71
|
+
|
|
72
|
+
let RenderComponent: FunctionComponent<{
|
|
73
|
+
value: any[];
|
|
74
|
+
renderComponent: FunctionComponent<any>;
|
|
75
|
+
wrapperComponent: FunctionComponent<any>;
|
|
76
|
+
extraCondition?: (objectValues: any, value: any) => boolean;
|
|
77
|
+
objectValues: any;
|
|
78
|
+
}>;
|
|
79
|
+
if (fieldValue.widget) {
|
|
80
|
+
switch (fieldValue.widget.type) {
|
|
81
|
+
case 'text':
|
|
82
|
+
case 'orientedlinks':
|
|
83
|
+
RenderComponent = DisplaySingleValue;
|
|
84
|
+
break;
|
|
85
|
+
|
|
86
|
+
case 'taxonomy':
|
|
87
|
+
RenderComponent = DisplayList;
|
|
88
|
+
break;
|
|
89
|
+
default:
|
|
90
|
+
RenderComponent = DisplaySingleValue;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
return <RenderComponent {...props} />;
|
|
94
|
+
}
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
/****
|
|
98
|
+
* Display a set of @DisplayAttribute
|
|
99
|
+
*/
|
|
100
|
+
export const DisplayAttributes = (props: DisplayAttributesProps) => {
|
|
101
|
+
const { attributes, objectValues } = props;
|
|
102
|
+
return attributes.map((attributeProps) => (
|
|
103
|
+
<DisplayAttribute attribute={attributeProps} objectValues={objectValues} />
|
|
104
|
+
));
|
|
105
|
+
};
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { FunctionComponent } from 'react';
|
|
3
|
+
import { useSelector } from 'react-redux';
|
|
4
|
+
import { DisplayAttributeProps, DisplayAttributesProps } from 'utils/types';
|
|
5
|
+
|
|
6
|
+
export const BasicComponent = ({ children }: { children: JSX.Element }) => <div>{children}</div>;
|
|
7
|
+
|
|
8
|
+
export const DisplaySingleValue = (props: DisplayAttributeProps) => {
|
|
9
|
+
const { extraCondition, objectValues, value, renderComponent, wrapperComponent } = props;
|
|
10
|
+
const RenderComponent: FunctionComponent<any> = renderComponent || BasicComponent;
|
|
11
|
+
const WrapperComponent: FunctionComponent<any> = wrapperComponent || BasicComponent;
|
|
12
|
+
if ((extraCondition && extraCondition(objectValues, value)) || !extraCondition) {
|
|
13
|
+
return (
|
|
14
|
+
<WrapperComponent>
|
|
15
|
+
<RenderComponent>{value}</RenderComponent>
|
|
16
|
+
</WrapperComponent>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
return null;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export const DisplayList = (props: DisplayAttributeProps) => {
|
|
23
|
+
const { value, renderComponent, wrapperComponent, extraCondition, objectValues } = props;
|
|
24
|
+
const RenderComponent: FunctionComponent<any> = renderComponent || BasicComponent;
|
|
25
|
+
const WrapperComponent: FunctionComponent<any> = wrapperComponent || BasicComponent;
|
|
26
|
+
const filteredlist = (extraCondition && value.filter((element) => extraCondition(objectValues, element))) || value;
|
|
27
|
+
return (
|
|
28
|
+
<WrapperComponent>
|
|
29
|
+
{filteredlist.map((element: any, index: number) => {
|
|
30
|
+
<RenderComponent>
|
|
31
|
+
{element.title}
|
|
32
|
+
{filteredlist.length > 1 && index !== filteredlist.length && ', '}
|
|
33
|
+
{filteredlist.length > 1 && index === filteredlist.length && '...'}
|
|
34
|
+
</RenderComponent>;
|
|
35
|
+
})}
|
|
36
|
+
</WrapperComponent>
|
|
37
|
+
);
|
|
38
|
+
};
|
|
39
|
+
/****
|
|
40
|
+
* The jamespot model depend on the platform
|
|
41
|
+
* For example a user can have the size attribute only for a given platform
|
|
42
|
+
* The model specifics of a platform are stored in J.model
|
|
43
|
+
*
|
|
44
|
+
* This component display an attribute only if this attribute is activated on the platform
|
|
45
|
+
*
|
|
46
|
+
* @param props.objectValues the object to display (ie the user)
|
|
47
|
+
* @param props.attribute
|
|
48
|
+
* @param props.attribute.fieldName the attribute we want to access to (ie size)
|
|
49
|
+
* @param props.attribute.wrapperComponent (optional) if we want to wrap all the result in a specific component
|
|
50
|
+
* @param props.attribute.renderComponent (optional) if the result is a list you can also wrap all elements to specific component
|
|
51
|
+
* @param props.attribute.extraCondition (optional) condition to render the attribute (ie size>10)
|
|
52
|
+
*/
|
|
53
|
+
export const DisplayAttribute = (props: DisplayAttributeProps) => {
|
|
54
|
+
const { objectValues, attribute } = props;
|
|
55
|
+
const { fieldName, renderComponent, extraCondition, wrapperComponent } = attribute;
|
|
56
|
+
|
|
57
|
+
const { modelValue } = useSelector((state: any) => {
|
|
58
|
+
return {
|
|
59
|
+
modelValue: J.react.store.selectors.model.selectById(state, objectValues.type),
|
|
60
|
+
};
|
|
61
|
+
});
|
|
62
|
+
const fieldValue = modelValue && modelValue.fields && modelValue.fields[fieldName];
|
|
63
|
+
|
|
64
|
+
if (!modelValue || !fieldValue) return null;
|
|
65
|
+
|
|
66
|
+
let RenderComponent: FunctionComponent<{
|
|
67
|
+
value: any[];
|
|
68
|
+
renderComponent: FunctionComponent<any>;
|
|
69
|
+
wrapperComponent: FunctionComponent<any>;
|
|
70
|
+
extraCondition?: (objectValues: any, value: any) => boolean;
|
|
71
|
+
objectValues: any;
|
|
72
|
+
}>;
|
|
73
|
+
if (fieldValue.widget) {
|
|
74
|
+
switch (fieldValue.widget.type) {
|
|
75
|
+
case 'text':
|
|
76
|
+
case 'orientedlinks':
|
|
77
|
+
RenderComponent = DisplaySingleValue;
|
|
78
|
+
break;
|
|
79
|
+
|
|
80
|
+
case 'taxonomy':
|
|
81
|
+
RenderComponent = DisplayList;
|
|
82
|
+
break;
|
|
83
|
+
default:
|
|
84
|
+
RenderComponent = DisplaySingleValue;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
return <RenderComponent {...props} />;
|
|
88
|
+
}
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
/****
|
|
92
|
+
* Display a set of @DisplayAttribute
|
|
93
|
+
*/
|
|
94
|
+
export const DisplayAttributes = (props: DisplayAttributesProps) => {
|
|
95
|
+
const { attributes, objectValues } = props;
|
|
96
|
+
return attributes.map((attributeProps) => (
|
|
97
|
+
<DisplayAttribute attribute={attributeProps} objectValues={objectValues} />
|
|
98
|
+
));
|
|
99
|
+
};
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { FunctionComponent } from 'react';
|
|
3
|
+
import { useSelector } from 'react-redux';
|
|
4
|
+
import { DisplayAttributeProps, DisplayAttributesProps } from 'utils/types';
|
|
5
|
+
|
|
6
|
+
export const BasicComponent = ({ children }: { children: JSX.Element }) => <div>{children}</div>;
|
|
7
|
+
|
|
8
|
+
export const DisplaySingleValue = (props: DisplayAttributeProps) => {
|
|
9
|
+
const { objectValues, attribute } = props;
|
|
10
|
+
const { extraCondition, objectValues, value, renderComponent, wrapperComponent } = props;
|
|
11
|
+
const RenderComponent: FunctionComponent<any> = renderComponent || BasicComponent;
|
|
12
|
+
const WrapperComponent: FunctionComponent<any> = wrapperComponent || BasicComponent;
|
|
13
|
+
if ((extraCondition && extraCondition(objectValues, value)) || !extraCondition) {
|
|
14
|
+
return (
|
|
15
|
+
<WrapperComponent>
|
|
16
|
+
<RenderComponent>{value}</RenderComponent>
|
|
17
|
+
</WrapperComponent>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
return null;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export const DisplayList = (props: DisplayAttributeProps) => {
|
|
24
|
+
const { value, renderComponent, wrapperComponent, extraCondition, objectValues } = props;
|
|
25
|
+
const RenderComponent: FunctionComponent<any> = renderComponent || BasicComponent;
|
|
26
|
+
const WrapperComponent: FunctionComponent<any> = wrapperComponent || BasicComponent;
|
|
27
|
+
const filteredlist = (extraCondition && value.filter((element) => extraCondition(objectValues, element))) || value;
|
|
28
|
+
return (
|
|
29
|
+
<WrapperComponent>
|
|
30
|
+
{filteredlist.map((element: any, index: number) => {
|
|
31
|
+
<RenderComponent>
|
|
32
|
+
{element.title}
|
|
33
|
+
{filteredlist.length > 1 && index !== filteredlist.length && ', '}
|
|
34
|
+
{filteredlist.length > 1 && index === filteredlist.length && '...'}
|
|
35
|
+
</RenderComponent>;
|
|
36
|
+
})}
|
|
37
|
+
</WrapperComponent>
|
|
38
|
+
);
|
|
39
|
+
};
|
|
40
|
+
/****
|
|
41
|
+
* The jamespot model depend on the platform
|
|
42
|
+
* For example a user can have the size attribute only for a given platform
|
|
43
|
+
* The model specifics of a platform are stored in J.model
|
|
44
|
+
*
|
|
45
|
+
* This component display an attribute only if this attribute is activated on the platform
|
|
46
|
+
*
|
|
47
|
+
* @param props.objectValues the object to display (ie the user)
|
|
48
|
+
* @param props.attribute
|
|
49
|
+
* @param props.attribute.fieldName the attribute we want to access to (ie size)
|
|
50
|
+
* @param props.attribute.wrapperComponent (optional) if we want to wrap all the result in a specific component
|
|
51
|
+
* @param props.attribute.renderComponent (optional) if the result is a list you can also wrap all elements to specific component
|
|
52
|
+
* @param props.attribute.extraCondition (optional) condition to render the attribute (ie size>10)
|
|
53
|
+
*/
|
|
54
|
+
export const DisplayAttribute = (props: DisplayAttributeProps) => {
|
|
55
|
+
const { objectValues, attribute } = props;
|
|
56
|
+
const { fieldName, renderComponent, extraCondition, wrapperComponent } = attribute;
|
|
57
|
+
|
|
58
|
+
const { modelValue } = useSelector((state: any) => {
|
|
59
|
+
return {
|
|
60
|
+
modelValue: J.react.store.selectors.model.selectById(state, objectValues.type),
|
|
61
|
+
};
|
|
62
|
+
});
|
|
63
|
+
const fieldValue = modelValue && modelValue.fields && modelValue.fields[fieldName];
|
|
64
|
+
|
|
65
|
+
if (!modelValue || !fieldValue) return null;
|
|
66
|
+
|
|
67
|
+
let RenderComponent: FunctionComponent<{
|
|
68
|
+
value: any[];
|
|
69
|
+
renderComponent: FunctionComponent<any>;
|
|
70
|
+
wrapperComponent: FunctionComponent<any>;
|
|
71
|
+
extraCondition?: (objectValues: any, value: any) => boolean;
|
|
72
|
+
objectValues: any;
|
|
73
|
+
}>;
|
|
74
|
+
if (fieldValue.widget) {
|
|
75
|
+
switch (fieldValue.widget.type) {
|
|
76
|
+
case 'text':
|
|
77
|
+
case 'orientedlinks':
|
|
78
|
+
RenderComponent = DisplaySingleValue;
|
|
79
|
+
break;
|
|
80
|
+
|
|
81
|
+
case 'taxonomy':
|
|
82
|
+
RenderComponent = DisplayList;
|
|
83
|
+
break;
|
|
84
|
+
default:
|
|
85
|
+
RenderComponent = DisplaySingleValue;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
return <RenderComponent {...props} />;
|
|
89
|
+
}
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
/****
|
|
93
|
+
* Display a set of @DisplayAttribute
|
|
94
|
+
*/
|
|
95
|
+
export const DisplayAttributes = (props: DisplayAttributesProps) => {
|
|
96
|
+
const { attributes, objectValues } = props;
|
|
97
|
+
return attributes.map((attributeProps) => (
|
|
98
|
+
<DisplayAttribute attribute={attributeProps} objectValues={objectValues} />
|
|
99
|
+
));
|
|
100
|
+
};
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { FunctionComponent } from 'react';
|
|
3
|
+
import { useSelector } from 'react-redux';
|
|
4
|
+
import { DisplayAttributeProps, DisplayAttributesProps } from 'utils/types';
|
|
5
|
+
|
|
6
|
+
export const BasicComponent = ({ children }: { children: JSX.Element }) => <div>{children}</div>;
|
|
7
|
+
|
|
8
|
+
export const DisplaySingleValue = (props: DisplayAttributeProps) => {
|
|
9
|
+
const { objectValues, attribute } = props;
|
|
10
|
+
const { extraCondition, objectValues, value, renderComponent, wrapperComponent } = attribute;
|
|
11
|
+
const RenderComponent: FunctionComponent<any> = renderComponent || BasicComponent;
|
|
12
|
+
const WrapperComponent: FunctionComponent<any> = wrapperComponent || BasicComponent;
|
|
13
|
+
if ((extraCondition && extraCondition(objectValues, value)) || !extraCondition) {
|
|
14
|
+
return (
|
|
15
|
+
<WrapperComponent>
|
|
16
|
+
<RenderComponent>{value}</RenderComponent>
|
|
17
|
+
</WrapperComponent>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
return null;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export const DisplayList = (props: DisplayAttributeProps) => {
|
|
24
|
+
const { value, renderComponent, wrapperComponent, extraCondition, objectValues } = props;
|
|
25
|
+
const RenderComponent: FunctionComponent<any> = renderComponent || BasicComponent;
|
|
26
|
+
const WrapperComponent: FunctionComponent<any> = wrapperComponent || BasicComponent;
|
|
27
|
+
const filteredlist = (extraCondition && value.filter((element) => extraCondition(objectValues, element))) || value;
|
|
28
|
+
return (
|
|
29
|
+
<WrapperComponent>
|
|
30
|
+
{filteredlist.map((element: any, index: number) => {
|
|
31
|
+
<RenderComponent>
|
|
32
|
+
{element.title}
|
|
33
|
+
{filteredlist.length > 1 && index !== filteredlist.length && ', '}
|
|
34
|
+
{filteredlist.length > 1 && index === filteredlist.length && '...'}
|
|
35
|
+
</RenderComponent>;
|
|
36
|
+
})}
|
|
37
|
+
</WrapperComponent>
|
|
38
|
+
);
|
|
39
|
+
};
|
|
40
|
+
/****
|
|
41
|
+
* The jamespot model depend on the platform
|
|
42
|
+
* For example a user can have the size attribute only for a given platform
|
|
43
|
+
* The model specifics of a platform are stored in J.model
|
|
44
|
+
*
|
|
45
|
+
* This component display an attribute only if this attribute is activated on the platform
|
|
46
|
+
*
|
|
47
|
+
* @param props.objectValues the object to display (ie the user)
|
|
48
|
+
* @param props.attribute
|
|
49
|
+
* @param props.attribute.fieldName the attribute we want to access to (ie size)
|
|
50
|
+
* @param props.attribute.wrapperComponent (optional) if we want to wrap all the result in a specific component
|
|
51
|
+
* @param props.attribute.renderComponent (optional) if the result is a list you can also wrap all elements to specific component
|
|
52
|
+
* @param props.attribute.extraCondition (optional) condition to render the attribute (ie size>10)
|
|
53
|
+
*/
|
|
54
|
+
export const DisplayAttribute = (props: DisplayAttributeProps) => {
|
|
55
|
+
const { objectValues, attribute } = props;
|
|
56
|
+
const { fieldName, renderComponent, extraCondition, wrapperComponent } = attribute;
|
|
57
|
+
|
|
58
|
+
const { modelValue } = useSelector((state: any) => {
|
|
59
|
+
return {
|
|
60
|
+
modelValue: J.react.store.selectors.model.selectById(state, objectValues.type),
|
|
61
|
+
};
|
|
62
|
+
});
|
|
63
|
+
const fieldValue = modelValue && modelValue.fields && modelValue.fields[fieldName];
|
|
64
|
+
|
|
65
|
+
if (!modelValue || !fieldValue) return null;
|
|
66
|
+
|
|
67
|
+
let RenderComponent: FunctionComponent<{
|
|
68
|
+
value: any[];
|
|
69
|
+
renderComponent: FunctionComponent<any>;
|
|
70
|
+
wrapperComponent: FunctionComponent<any>;
|
|
71
|
+
extraCondition?: (objectValues: any, value: any) => boolean;
|
|
72
|
+
objectValues: any;
|
|
73
|
+
}>;
|
|
74
|
+
if (fieldValue.widget) {
|
|
75
|
+
switch (fieldValue.widget.type) {
|
|
76
|
+
case 'text':
|
|
77
|
+
case 'orientedlinks':
|
|
78
|
+
RenderComponent = DisplaySingleValue;
|
|
79
|
+
break;
|
|
80
|
+
|
|
81
|
+
case 'taxonomy':
|
|
82
|
+
RenderComponent = DisplayList;
|
|
83
|
+
break;
|
|
84
|
+
default:
|
|
85
|
+
RenderComponent = DisplaySingleValue;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
return <RenderComponent {...props} />;
|
|
89
|
+
}
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
/****
|
|
93
|
+
* Display a set of @DisplayAttribute
|
|
94
|
+
*/
|
|
95
|
+
export const DisplayAttributes = (props: DisplayAttributesProps) => {
|
|
96
|
+
const { attributes, objectValues } = props;
|
|
97
|
+
return attributes.map((attributeProps) => (
|
|
98
|
+
<DisplayAttribute attribute={attributeProps} objectValues={objectValues} />
|
|
99
|
+
));
|
|
100
|
+
};
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { FunctionComponent } from 'react';
|
|
3
|
+
import { useSelector } from 'react-redux';
|
|
4
|
+
import { DisplayAttributeProps, DisplayAttributesProps } from 'utils/types';
|
|
5
|
+
|
|
6
|
+
export const BasicComponent = ({ children }: { children: JSX.Element }) => <div>{children}</div>;
|
|
7
|
+
|
|
8
|
+
export const DisplaySingleValue = (props: DisplayAttributeProps) => {
|
|
9
|
+
const { objectValues, attribute } = props;
|
|
10
|
+
const { extraCondition, fieldName, renderComponent, wrapperComponent } = attribute;
|
|
11
|
+
const RenderComponent: FunctionComponent<any> = renderComponent || BasicComponent;
|
|
12
|
+
const WrapperComponent: FunctionComponent<any> = wrapperComponent || BasicComponent;
|
|
13
|
+
if ((extraCondition && extraCondition(objectValues, value)) || !extraCondition) {
|
|
14
|
+
return (
|
|
15
|
+
<WrapperComponent>
|
|
16
|
+
<RenderComponent>{value}</RenderComponent>
|
|
17
|
+
</WrapperComponent>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
return null;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export const DisplayList = (props: DisplayAttributeProps) => {
|
|
24
|
+
const { value, renderComponent, wrapperComponent, extraCondition, objectValues } = props;
|
|
25
|
+
const RenderComponent: FunctionComponent<any> = renderComponent || BasicComponent;
|
|
26
|
+
const WrapperComponent: FunctionComponent<any> = wrapperComponent || BasicComponent;
|
|
27
|
+
const filteredlist = (extraCondition && value.filter((element) => extraCondition(objectValues, element))) || value;
|
|
28
|
+
return (
|
|
29
|
+
<WrapperComponent>
|
|
30
|
+
{filteredlist.map((element: any, index: number) => {
|
|
31
|
+
<RenderComponent>
|
|
32
|
+
{element.title}
|
|
33
|
+
{filteredlist.length > 1 && index !== filteredlist.length && ', '}
|
|
34
|
+
{filteredlist.length > 1 && index === filteredlist.length && '...'}
|
|
35
|
+
</RenderComponent>;
|
|
36
|
+
})}
|
|
37
|
+
</WrapperComponent>
|
|
38
|
+
);
|
|
39
|
+
};
|
|
40
|
+
/****
|
|
41
|
+
* The jamespot model depend on the platform
|
|
42
|
+
* For example a user can have the size attribute only for a given platform
|
|
43
|
+
* The model specifics of a platform are stored in J.model
|
|
44
|
+
*
|
|
45
|
+
* This component display an attribute only if this attribute is activated on the platform
|
|
46
|
+
*
|
|
47
|
+
* @param props.objectValues the object to display (ie the user)
|
|
48
|
+
* @param props.attribute
|
|
49
|
+
* @param props.attribute.fieldName the attribute we want to access to (ie size)
|
|
50
|
+
* @param props.attribute.wrapperComponent (optional) if we want to wrap all the result in a specific component
|
|
51
|
+
* @param props.attribute.renderComponent (optional) if the result is a list you can also wrap all elements to specific component
|
|
52
|
+
* @param props.attribute.extraCondition (optional) condition to render the attribute (ie size>10)
|
|
53
|
+
*/
|
|
54
|
+
export const DisplayAttribute = (props: DisplayAttributeProps) => {
|
|
55
|
+
const { objectValues, attribute } = props;
|
|
56
|
+
const { fieldName, renderComponent, extraCondition, wrapperComponent } = attribute;
|
|
57
|
+
|
|
58
|
+
const { modelValue } = useSelector((state: any) => {
|
|
59
|
+
return {
|
|
60
|
+
modelValue: J.react.store.selectors.model.selectById(state, objectValues.type),
|
|
61
|
+
};
|
|
62
|
+
});
|
|
63
|
+
const fieldValue = modelValue && modelValue.fields && modelValue.fields[fieldName];
|
|
64
|
+
|
|
65
|
+
if (!modelValue || !fieldValue) return null;
|
|
66
|
+
|
|
67
|
+
let RenderComponent: FunctionComponent<{
|
|
68
|
+
value: any[];
|
|
69
|
+
renderComponent: FunctionComponent<any>;
|
|
70
|
+
wrapperComponent: FunctionComponent<any>;
|
|
71
|
+
extraCondition?: (objectValues: any, value: any) => boolean;
|
|
72
|
+
objectValues: any;
|
|
73
|
+
}>;
|
|
74
|
+
if (fieldValue.widget) {
|
|
75
|
+
switch (fieldValue.widget.type) {
|
|
76
|
+
case 'text':
|
|
77
|
+
case 'orientedlinks':
|
|
78
|
+
RenderComponent = DisplaySingleValue;
|
|
79
|
+
break;
|
|
80
|
+
|
|
81
|
+
case 'taxonomy':
|
|
82
|
+
RenderComponent = DisplayList;
|
|
83
|
+
break;
|
|
84
|
+
default:
|
|
85
|
+
RenderComponent = DisplaySingleValue;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
return <RenderComponent {...props} />;
|
|
89
|
+
}
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
/****
|
|
93
|
+
* Display a set of @DisplayAttribute
|
|
94
|
+
*/
|
|
95
|
+
export const DisplayAttributes = (props: DisplayAttributesProps) => {
|
|
96
|
+
const { attributes, objectValues } = props;
|
|
97
|
+
return attributes.map((attributeProps) => (
|
|
98
|
+
<DisplayAttribute attribute={attributeProps} objectValues={objectValues} />
|
|
99
|
+
));
|
|
100
|
+
};
|