From ffe8d2e3e1e3205ad13ef382d824447102a13a45 Mon Sep 17 00:00:00 2001 From: tanyp <742354529@qq.com> Date: Thu, 11 May 2023 16:42:24 +0800 Subject: [PATCH] update lc --- sql/tansci_boot.sql | 432 +- tansci-boot-ui-editor/.gitignore | 66 + tansci-boot-ui-editor/.prettierrc | 20 + tansci-boot-ui-editor/amis.config.js | 80 + tansci-boot-ui-editor/package.json | 48 + tansci-boot-ui-editor/public/config.js | 5 + tansci-boot-ui-editor/src/App.tsx | 62 + .../src/component/AMISRenderer.tsx | 214 + .../src/component/AddPageModal.tsx | 53 + .../src/editor/DisabledEditorPlugin.tsx | 44 + .../src/editor/MyRenderer.tsx | 53 + .../src/icons/h5-preview.svg | 11 + tansci-boot-ui-editor/src/icons/index.tsx | 14 + .../src/icons/pc-preview.svg | 13 + tansci-boot-ui-editor/src/index.html | 15 + tansci-boot-ui-editor/src/index.tsx | 16 + tansci-boot-ui-editor/src/mobile.tsx | 12 + .../src/renderer/MyRenderer.tsx | 23 + tansci-boot-ui-editor/src/route/Editor.tsx | 202 + tansci-boot-ui-editor/src/route/NotFound.tsx | 16 + tansci-boot-ui-editor/src/route/Preview.tsx | 216 + tansci-boot-ui-editor/src/route/index.tsx | 29 + tansci-boot-ui-editor/src/scss/style.scss | 254 + tansci-boot-ui-editor/src/store/Page.ts | 21 + tansci-boot-ui-editor/src/store/index.ts | 122 + tansci-boot-ui-editor/tsconfig.json | 24 + tansci-boot-ui-editor/typings.d.ts | 3 + tansci-boot-ui/.env.development | 3 +- tansci-boot-ui/.env.production | 3 +- tansci-boot-ui/package.json | 3 + tansci-boot-ui/public/gh-pages/config.js | 1 + tansci-boot-ui/public/gh-pages/css.worker.js | 2 + .../public/gh-pages/css.worker.js.LICENSE.txt | 7 + .../public/gh-pages/css/1813.68748e19.css | 1 + .../public/gh-pages/css/8842.295ff17d.css | 1 + .../public/gh-pages/css/common.edf2af6a.css | 114 + .../gh-pages/css/fonts/codicon.59002d8.ttf | Bin 0 -> 68156 bytes .../css/fonts/fa-brands-400.2285773.woff | Bin 0 -> 89988 bytes .../css/fonts/fa-brands-400.23f19bb.eot | Bin 0 -> 134294 bytes .../css/fonts/fa-brands-400.527940b.ttf | Bin 0 -> 133988 bytes .../css/fonts/fa-brands-400.d878b0a.woff2 | Bin 0 -> 76736 bytes .../css/fonts/fa-regular-400.491974d.ttf | Bin 0 -> 33736 bytes .../css/fonts/fa-regular-400.77206a6.eot | Bin 0 -> 34034 bytes .../css/fonts/fa-regular-400.7a33376.woff2 | Bin 0 -> 13224 bytes .../css/fonts/fa-regular-400.bb58e57.woff | Bin 0 -> 16276 bytes .../css/fonts/fa-solid-900.1551f4f.woff2 | Bin 0 -> 78268 bytes .../css/fonts/fa-solid-900.9bbb245.eot | Bin 0 -> 203030 bytes .../css/fonts/fa-solid-900.be9ee23.ttf | Bin 0 -> 202744 bytes .../css/fonts/fa-solid-900.eeccf4f.woff | Bin 0 -> 101648 bytes .../gh-pages/css/fonts/iconfont.3f488f9.eot | Bin 0 -> 177748 bytes .../gh-pages/css/fonts/iconfont.66e4ab6.woff | Bin 0 -> 115860 bytes .../gh-pages/css/fonts/iconfont.d264fb0.ttf | Bin 0 -> 196491 bytes .../public/gh-pages/css/index.b673411d.css | 2934 ++++++++++ tansci-boot-ui/public/gh-pages/editor.html | 1 + .../public/gh-pages/editor.worker.js | 2 + .../gh-pages/editor.worker.js.LICENSE.txt | 7 + tansci-boot-ui/public/gh-pages/html.worker.js | 2 + .../gh-pages/html.worker.js.LICENSE.txt | 7 + .../public/gh-pages/img/empty.6dbcbb4.png | Bin 0 -> 12229 bytes .../gh-pages/img/fa-brands-400.2f517e0.svg | 3717 ++++++++++++ .../gh-pages/img/fa-regular-400.4689f52.svg | 801 +++ .../gh-pages/img/fa-solid-900.7a8b4f1.svg | 5034 +++++++++++++++++ .../public/gh-pages/img/iconfont.f9f9050.svg | 2513 ++++++++ .../public/gh-pages/img/nav-mode.7cd72ce.gif | Bin 0 -> 117558 bytes tansci-boot-ui/public/gh-pages/index.html | 1 + tansci-boot-ui/public/gh-pages/json.worker.js | 2 + .../gh-pages/json.worker.js.LICENSE.txt | 7 + .../gh-pages/scripts/chunk/1065.93f648f1.js | 1 + .../gh-pages/scripts/chunk/1134.28fdc65d.js | 1 + .../gh-pages/scripts/chunk/1147.f151b55f.js | 2 + .../chunk/1147.f151b55f.js.LICENSE.txt | 14 + .../gh-pages/scripts/chunk/1156.acb97715.js | 1 + .../gh-pages/scripts/chunk/1205.3e7e0272.js | 1 + .../gh-pages/scripts/chunk/1259.0791543f.js | 1 + .../gh-pages/scripts/chunk/1448.4fd2ffe7.js | 1 + .../gh-pages/scripts/chunk/1471.e4c334ef.js | 1 + .../gh-pages/scripts/chunk/1614.7cb442fd.js | 1 + .../gh-pages/scripts/chunk/180.01a920c2.js | 1 + .../gh-pages/scripts/chunk/1813.aedaa90d.js | 2 + .../chunk/1813.aedaa90d.js.LICENSE.txt | 1 + .../gh-pages/scripts/chunk/1886.2fb19122.js | 1 + .../gh-pages/scripts/chunk/1960.61980a22.js | 1 + .../gh-pages/scripts/chunk/1961.c82e0f18.js | 1 + .../gh-pages/scripts/chunk/1966.cd6a9c49.js | 1 + .../gh-pages/scripts/chunk/2060.f434c855.js | 1 + .../gh-pages/scripts/chunk/2075.d8277fdb.js | 1 + .../gh-pages/scripts/chunk/2140.663abb39.js | 1 + .../gh-pages/scripts/chunk/2240.7a130b72.js | 1 + .../gh-pages/scripts/chunk/249.34185169.js | 1 + .../gh-pages/scripts/chunk/2527.491067a9.js | 2 + .../chunk/2527.491067a9.js.LICENSE.txt | 7 + .../gh-pages/scripts/chunk/2571.ff287f20.js | 1 + .../gh-pages/scripts/chunk/2794.9452c5ee.js | 1 + .../gh-pages/scripts/chunk/2798.92143e76.js | 1 + .../gh-pages/scripts/chunk/2814.32ea7bb0.js | 1 + .../gh-pages/scripts/chunk/2835.2dc13e93.js | 1 + .../gh-pages/scripts/chunk/2892.3de74502.js | 1 + .../gh-pages/scripts/chunk/2911.22921070.js | 2 + .../chunk/2911.22921070.js.LICENSE.txt | 3 + .../gh-pages/scripts/chunk/2954.d0d0ff52.js | 1 + .../gh-pages/scripts/chunk/3036.133d75ec.js | 1 + .../gh-pages/scripts/chunk/3116.7eabfc18.js | 1 + .../gh-pages/scripts/chunk/3565.2976f15b.js | 1 + .../gh-pages/scripts/chunk/3585.d28ee55b.js | 1 + .../gh-pages/scripts/chunk/3632.fac775ee.js | 1 + .../gh-pages/scripts/chunk/365.b6c52216.js | 1 + .../gh-pages/scripts/chunk/3682.f32ef7e5.js | 1 + .../gh-pages/scripts/chunk/3760.19a2a971.js | 1 + .../gh-pages/scripts/chunk/3919.c37f685c.js | 1 + .../gh-pages/scripts/chunk/4028.e8d61767.js | 1 + .../gh-pages/scripts/chunk/4129.fb7f0d64.js | 1 + .../gh-pages/scripts/chunk/4188.eef2a585.js | 1 + .../gh-pages/scripts/chunk/4295.1bbce05c.js | 2 + .../chunk/4295.1bbce05c.js.LICENSE.txt | 41 + .../gh-pages/scripts/chunk/4368.3f40cb7b.js | 1 + .../gh-pages/scripts/chunk/438.1ab298f9.js | 1 + .../gh-pages/scripts/chunk/4386.f715a330.js | 1 + .../gh-pages/scripts/chunk/4407.ebfdacf7.js | 1 + .../gh-pages/scripts/chunk/4631.809b9ec4.js | 1 + .../gh-pages/scripts/chunk/4902.5e28f4da.js | 1 + .../gh-pages/scripts/chunk/4912.1fb11bbc.js | 1 + .../gh-pages/scripts/chunk/4946.67d335a6.js | 1 + .../gh-pages/scripts/chunk/5062.61df914b.js | 1 + .../gh-pages/scripts/chunk/525.05258a99.js | 1 + .../gh-pages/scripts/chunk/5593.28cbac31.js | 1 + .../gh-pages/scripts/chunk/5703.e766475d.js | 1 + .../gh-pages/scripts/chunk/5849.6d19629d.js | 1 + .../gh-pages/scripts/chunk/5937.727b4843.js | 1 + .../gh-pages/scripts/chunk/5962.55daefd9.js | 1 + .../gh-pages/scripts/chunk/6082.2952d999.js | 1 + .../gh-pages/scripts/chunk/6241.b191a73d.js | 1 + .../gh-pages/scripts/chunk/6424.3c92e7fb.js | 1 + .../gh-pages/scripts/chunk/6449.da418a0e.js | 1 + .../gh-pages/scripts/chunk/6489.b4b13374.js | 1 + .../gh-pages/scripts/chunk/6531.62aea1e0.js | 1 + .../gh-pages/scripts/chunk/6587.cae344f1.js | 1 + .../gh-pages/scripts/chunk/6590.062da283.js | 2 + .../chunk/6590.062da283.js.LICENSE.txt | 5 + .../gh-pages/scripts/chunk/6717.c556cdf5.js | 1 + .../gh-pages/scripts/chunk/6876.1739bce6.js | 1 + .../gh-pages/scripts/chunk/7043.58d65c4f.js | 1 + .../gh-pages/scripts/chunk/7093.35680e5c.js | 1 + .../gh-pages/scripts/chunk/7131.bac2471f.js | 1 + .../gh-pages/scripts/chunk/7287.eb043dc6.js | 1 + .../gh-pages/scripts/chunk/7460.1ab75aaf.js | 2 + .../chunk/7460.1ab75aaf.js.LICENSE.txt | 6 + .../gh-pages/scripts/chunk/7562.5537b9fa.js | 1 + .../gh-pages/scripts/chunk/7578.558ea6a3.js | 1 + .../gh-pages/scripts/chunk/7631.3968bd85.js | 2 + .../chunk/7631.3968bd85.js.LICENSE.txt | 677 +++ .../gh-pages/scripts/chunk/7637.8ffaca06.js | 1 + .../gh-pages/scripts/chunk/7778.269bda4a.js | 1 + .../gh-pages/scripts/chunk/7835.04c8fffb.js | 1 + .../gh-pages/scripts/chunk/7850.b348adf0.js | 2 + .../chunk/7850.b348adf0.js.LICENSE.txt | 9 + .../gh-pages/scripts/chunk/7868.51277f40.js | 1 + .../gh-pages/scripts/chunk/790.81ba6533.js | 1 + .../gh-pages/scripts/chunk/8070.bf15046d.js | 1 + .../gh-pages/scripts/chunk/8084.03719a5b.js | 1 + .../gh-pages/scripts/chunk/8180.0f928412.js | 1 + .../gh-pages/scripts/chunk/8183.baa719cc.js | 1 + .../gh-pages/scripts/chunk/8424.d3a53a09.js | 1 + .../gh-pages/scripts/chunk/8448.ed3fbbfa.js | 1 + .../gh-pages/scripts/chunk/848.e620f3cb.js | 1 + .../gh-pages/scripts/chunk/854.a8b43c42.js | 1 + .../gh-pages/scripts/chunk/8670.61d89ac7.js | 1 + .../gh-pages/scripts/chunk/8715.ef2eea3b.js | 1 + .../gh-pages/scripts/chunk/8719.cff7fc05.js | 1 + .../gh-pages/scripts/chunk/8842.96002dd9.js | 2 + .../chunk/8842.96002dd9.js.LICENSE.txt | 9 + .../gh-pages/scripts/chunk/8906.47b3afe0.js | 1 + .../gh-pages/scripts/chunk/8946.6c5f42b8.js | 1 + .../gh-pages/scripts/chunk/911.48b69262.js | 1 + .../gh-pages/scripts/chunk/9284.7242fac4.js | 1 + .../gh-pages/scripts/chunk/9343.c35d755f.js | 1 + .../gh-pages/scripts/chunk/9398.d5a48e66.js | 1 + .../gh-pages/scripts/chunk/9400.0ce52b01.js | 1 + .../gh-pages/scripts/chunk/9537.e680b967.js | 1 + .../gh-pages/scripts/chunk/9684.0babbede.js | 1 + .../gh-pages/scripts/chunk/9775.5e6ed683.js | 1 + .../gh-pages/scripts/chunk/9907.ca2a4edb.js | 1 + .../gh-pages/scripts/chunk/996.5254e5ea.js | 1 + .../gh-pages/scripts/chunk/common.ae4d53e7.js | 2 + .../chunk/common.ae4d53e7.js.LICENSE.txt | 95 + .../gh-pages/scripts/chunk/editor.3b5cdf57.js | 2 + .../chunk/editor.3b5cdf57.js.LICENSE.txt | 31 + .../gh-pages/scripts/chunk/index.f5ca56e3.js | 2 + .../chunk/index.f5ca56e3.js.LICENSE.txt | 40 + tansci-boot-ui/public/gh-pages/ts.worker.js | 2 + .../public/gh-pages/ts.worker.js.LICENSE.txt | 22 + tansci-boot-ui/src/api/lowcode/lcPages.ts | 97 + tansci-boot-ui/src/api/system/menu.ts | 5 +- .../src/components/amis/AmisComponent.vue | 102 + .../src/components/layout/LowcodeEngine.vue | 26 + tansci-boot-ui/src/router/permission.ts | 10 +- tansci-boot-ui/src/utils/global.ts | 1 + tansci-boot-ui/src/views/lowcode/LcPages.vue | 381 ++ .../tansci/controller/LcPagesController.java | 102 + .../tansci/controller/ScreenController.java | 22 + .../main/java/com/tansci/domain/LcPages.java | 74 + .../java/com/tansci/domain/LcPagesMenu.java | 32 + .../main/java/com/tansci/domain/SysMenu.java | 3 + .../java/com/tansci/mapper/LcPagesMapper.java | 16 + .../com/tansci/mapper/LcPagesMenuMapper.java | 16 + .../tansci/service/LcPagesMenuService.java | 14 + .../com/tansci/service/LcPagesSerice.java | 27 + .../service/impl/LcPagesMenuServiceImpl.java | 20 + .../service/impl/LcPagesServiceImpl.java | 98 + .../service/impl/SysMenuServiceImpl.java | 2 + 209 files changed, 19315 insertions(+), 47 deletions(-) create mode 100644 tansci-boot-ui-editor/.gitignore create mode 100644 tansci-boot-ui-editor/.prettierrc create mode 100644 tansci-boot-ui-editor/amis.config.js create mode 100644 tansci-boot-ui-editor/package.json create mode 100644 tansci-boot-ui-editor/public/config.js create mode 100644 tansci-boot-ui-editor/src/App.tsx create mode 100644 tansci-boot-ui-editor/src/component/AMISRenderer.tsx create mode 100644 tansci-boot-ui-editor/src/component/AddPageModal.tsx create mode 100644 tansci-boot-ui-editor/src/editor/DisabledEditorPlugin.tsx create mode 100644 tansci-boot-ui-editor/src/editor/MyRenderer.tsx create mode 100644 tansci-boot-ui-editor/src/icons/h5-preview.svg create mode 100644 tansci-boot-ui-editor/src/icons/index.tsx create mode 100644 tansci-boot-ui-editor/src/icons/pc-preview.svg create mode 100644 tansci-boot-ui-editor/src/index.html create mode 100644 tansci-boot-ui-editor/src/index.tsx create mode 100644 tansci-boot-ui-editor/src/mobile.tsx create mode 100644 tansci-boot-ui-editor/src/renderer/MyRenderer.tsx create mode 100644 tansci-boot-ui-editor/src/route/Editor.tsx create mode 100644 tansci-boot-ui-editor/src/route/NotFound.tsx create mode 100644 tansci-boot-ui-editor/src/route/Preview.tsx create mode 100644 tansci-boot-ui-editor/src/route/index.tsx create mode 100644 tansci-boot-ui-editor/src/scss/style.scss create mode 100644 tansci-boot-ui-editor/src/store/Page.ts create mode 100644 tansci-boot-ui-editor/src/store/index.ts create mode 100644 tansci-boot-ui-editor/tsconfig.json create mode 100644 tansci-boot-ui-editor/typings.d.ts create mode 100644 tansci-boot-ui/public/gh-pages/config.js create mode 100644 tansci-boot-ui/public/gh-pages/css.worker.js create mode 100644 tansci-boot-ui/public/gh-pages/css.worker.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/css/1813.68748e19.css create mode 100644 tansci-boot-ui/public/gh-pages/css/8842.295ff17d.css create mode 100644 tansci-boot-ui/public/gh-pages/css/common.edf2af6a.css create mode 100644 tansci-boot-ui/public/gh-pages/css/fonts/codicon.59002d8.ttf create mode 100644 tansci-boot-ui/public/gh-pages/css/fonts/fa-brands-400.2285773.woff create mode 100644 tansci-boot-ui/public/gh-pages/css/fonts/fa-brands-400.23f19bb.eot create mode 100644 tansci-boot-ui/public/gh-pages/css/fonts/fa-brands-400.527940b.ttf create mode 100644 tansci-boot-ui/public/gh-pages/css/fonts/fa-brands-400.d878b0a.woff2 create mode 100644 tansci-boot-ui/public/gh-pages/css/fonts/fa-regular-400.491974d.ttf create mode 100644 tansci-boot-ui/public/gh-pages/css/fonts/fa-regular-400.77206a6.eot create mode 100644 tansci-boot-ui/public/gh-pages/css/fonts/fa-regular-400.7a33376.woff2 create mode 100644 tansci-boot-ui/public/gh-pages/css/fonts/fa-regular-400.bb58e57.woff create mode 100644 tansci-boot-ui/public/gh-pages/css/fonts/fa-solid-900.1551f4f.woff2 create mode 100644 tansci-boot-ui/public/gh-pages/css/fonts/fa-solid-900.9bbb245.eot create mode 100644 tansci-boot-ui/public/gh-pages/css/fonts/fa-solid-900.be9ee23.ttf create mode 100644 tansci-boot-ui/public/gh-pages/css/fonts/fa-solid-900.eeccf4f.woff create mode 100644 tansci-boot-ui/public/gh-pages/css/fonts/iconfont.3f488f9.eot create mode 100644 tansci-boot-ui/public/gh-pages/css/fonts/iconfont.66e4ab6.woff create mode 100644 tansci-boot-ui/public/gh-pages/css/fonts/iconfont.d264fb0.ttf create mode 100644 tansci-boot-ui/public/gh-pages/css/index.b673411d.css create mode 100644 tansci-boot-ui/public/gh-pages/editor.html create mode 100644 tansci-boot-ui/public/gh-pages/editor.worker.js create mode 100644 tansci-boot-ui/public/gh-pages/editor.worker.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/html.worker.js create mode 100644 tansci-boot-ui/public/gh-pages/html.worker.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/img/empty.6dbcbb4.png create mode 100644 tansci-boot-ui/public/gh-pages/img/fa-brands-400.2f517e0.svg create mode 100644 tansci-boot-ui/public/gh-pages/img/fa-regular-400.4689f52.svg create mode 100644 tansci-boot-ui/public/gh-pages/img/fa-solid-900.7a8b4f1.svg create mode 100644 tansci-boot-ui/public/gh-pages/img/iconfont.f9f9050.svg create mode 100644 tansci-boot-ui/public/gh-pages/img/nav-mode.7cd72ce.gif create mode 100644 tansci-boot-ui/public/gh-pages/index.html create mode 100644 tansci-boot-ui/public/gh-pages/json.worker.js create mode 100644 tansci-boot-ui/public/gh-pages/json.worker.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/1065.93f648f1.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/1134.28fdc65d.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/1147.f151b55f.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/1147.f151b55f.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/1156.acb97715.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/1205.3e7e0272.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/1259.0791543f.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/1448.4fd2ffe7.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/1471.e4c334ef.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/1614.7cb442fd.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/180.01a920c2.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/1813.aedaa90d.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/1813.aedaa90d.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/1886.2fb19122.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/1960.61980a22.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/1961.c82e0f18.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/1966.cd6a9c49.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/2060.f434c855.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/2075.d8277fdb.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/2140.663abb39.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/2240.7a130b72.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/249.34185169.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/2527.491067a9.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/2527.491067a9.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/2571.ff287f20.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/2794.9452c5ee.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/2798.92143e76.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/2814.32ea7bb0.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/2835.2dc13e93.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/2892.3de74502.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/2911.22921070.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/2911.22921070.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/2954.d0d0ff52.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/3036.133d75ec.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/3116.7eabfc18.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/3565.2976f15b.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/3585.d28ee55b.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/3632.fac775ee.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/365.b6c52216.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/3682.f32ef7e5.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/3760.19a2a971.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/3919.c37f685c.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/4028.e8d61767.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/4129.fb7f0d64.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/4188.eef2a585.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/4295.1bbce05c.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/4295.1bbce05c.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/4368.3f40cb7b.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/438.1ab298f9.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/4386.f715a330.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/4407.ebfdacf7.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/4631.809b9ec4.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/4902.5e28f4da.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/4912.1fb11bbc.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/4946.67d335a6.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/5062.61df914b.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/525.05258a99.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/5593.28cbac31.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/5703.e766475d.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/5849.6d19629d.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/5937.727b4843.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/5962.55daefd9.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/6082.2952d999.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/6241.b191a73d.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/6424.3c92e7fb.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/6449.da418a0e.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/6489.b4b13374.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/6531.62aea1e0.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/6587.cae344f1.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/6590.062da283.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/6590.062da283.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/6717.c556cdf5.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/6876.1739bce6.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/7043.58d65c4f.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/7093.35680e5c.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/7131.bac2471f.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/7287.eb043dc6.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/7460.1ab75aaf.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/7460.1ab75aaf.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/7562.5537b9fa.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/7578.558ea6a3.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/7631.3968bd85.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/7631.3968bd85.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/7637.8ffaca06.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/7778.269bda4a.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/7835.04c8fffb.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/7850.b348adf0.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/7850.b348adf0.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/7868.51277f40.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/790.81ba6533.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/8070.bf15046d.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/8084.03719a5b.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/8180.0f928412.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/8183.baa719cc.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/8424.d3a53a09.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/8448.ed3fbbfa.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/848.e620f3cb.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/854.a8b43c42.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/8670.61d89ac7.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/8715.ef2eea3b.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/8719.cff7fc05.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/8842.96002dd9.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/8842.96002dd9.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/8906.47b3afe0.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/8946.6c5f42b8.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/911.48b69262.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/9284.7242fac4.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/9343.c35d755f.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/9398.d5a48e66.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/9400.0ce52b01.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/9537.e680b967.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/9684.0babbede.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/9775.5e6ed683.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/9907.ca2a4edb.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/996.5254e5ea.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/common.ae4d53e7.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/common.ae4d53e7.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/editor.3b5cdf57.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/editor.3b5cdf57.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/index.f5ca56e3.js create mode 100644 tansci-boot-ui/public/gh-pages/scripts/chunk/index.f5ca56e3.js.LICENSE.txt create mode 100644 tansci-boot-ui/public/gh-pages/ts.worker.js create mode 100644 tansci-boot-ui/public/gh-pages/ts.worker.js.LICENSE.txt create mode 100644 tansci-boot-ui/src/api/lowcode/lcPages.ts create mode 100644 tansci-boot-ui/src/components/amis/AmisComponent.vue create mode 100644 tansci-boot-ui/src/components/layout/LowcodeEngine.vue create mode 100644 tansci-boot-ui/src/views/lowcode/LcPages.vue create mode 100644 tansci-boot/src/main/java/com/tansci/controller/LcPagesController.java create mode 100644 tansci-boot/src/main/java/com/tansci/controller/ScreenController.java create mode 100644 tansci-boot/src/main/java/com/tansci/domain/LcPages.java create mode 100644 tansci-boot/src/main/java/com/tansci/domain/LcPagesMenu.java create mode 100644 tansci-boot/src/main/java/com/tansci/mapper/LcPagesMapper.java create mode 100644 tansci-boot/src/main/java/com/tansci/mapper/LcPagesMenuMapper.java create mode 100644 tansci-boot/src/main/java/com/tansci/service/LcPagesMenuService.java create mode 100644 tansci-boot/src/main/java/com/tansci/service/LcPagesSerice.java create mode 100644 tansci-boot/src/main/java/com/tansci/service/impl/LcPagesMenuServiceImpl.java create mode 100644 tansci-boot/src/main/java/com/tansci/service/impl/LcPagesServiceImpl.java diff --git a/sql/tansci_boot.sql b/sql/tansci_boot.sql index b8ea756..018eaa1 100644 --- a/sql/tansci_boot.sql +++ b/sql/tansci_boot.sql @@ -11,12 +11,52 @@ Target Server Version : 80032 File Encoding : 65001 - Date: 08/05/2023 11:46:29 + Date: 11/05/2023 16:35:50 */ SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; +-- ---------------------------- +-- Table structure for lc_pages +-- ---------------------------- +DROP TABLE IF EXISTS `lc_pages`; +CREATE TABLE `lc_pages` ( + `id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '主键', + `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '页面标题', + `subtitle` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '副标题', + `parent_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '父页面', + `pageschema` json NULL COMMENT '页面json', + `status` int NULL DEFAULT NULL COMMENT '状态:0、正常,1、禁用', + `creator_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '创建人', + `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', + `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `remarks` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '文件描述', + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '页面开发' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of lc_pages +-- ---------------------------- +INSERT INTO `lc_pages` VALUES ('24c3c80f-de5a-11ed-8f49-00163e228eed', ' 富文本编辑器', ' 富文本编辑器', '0', '{\"id\": \"u:df79edd3050b\", \"body\": [{\"id\": \"u:7185899b7bec\", \"name\": \"text\", \"type\": \"input-text\", \"label\": \"文本\"}, {\"id\": \"u:f5047b61c8df\", \"name\": \"rich-text\", \"type\": \"input-rich-text\", \"label\": \"富文本\", \"vendor\": \"tinymce\", \"receiver\": \"\"}], \"type\": \"page\", \"title\": \"编辑器\", \"pullRefresh\": {\"disabled\": true}, \"asideResizor\": false}', 1, NULL, '2023-05-11 15:18:40', '2023-05-11 10:57:07', NULL); +INSERT INTO `lc_pages` VALUES ('306eeeb4daa0674cbf4026f6910ba5a0', '好地方111', '法规和地方份饭', '0', '{}', 1, '534a37c366ec47878a6b0c85703d0bc2', '2023-05-11 13:34:51', '2023-05-11 11:24:39', '第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过'); +INSERT INTO `lc_pages` VALUES ('7f08e688-de5a-11ed-8f49-00163e228eed', '轮播图', '轮播图', '0', '{\"id\": \"u:a457fe5d710c\", \"body\": [{\"id\": \"u:b008adde5469\", \"body\": [{\"id\": \"u:ee0376499f18\", \"type\": \"carousel\", \"height\": \"300\", \"options\": [{\"image\": \"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\"}, {\"image\": \"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\"}, {\"image\": \"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\"}], \"controlsTheme\": \"light\"}], \"type\": \"panel\", \"title\": \"直接页面配置\"}], \"type\": \"page\", \"style\": {\"boxShadow\": \" 0px 0px 0px 0px transparent\"}, \"pullRefresh\": {\"disabled\": true}, \"asideResizor\": false}', 0, NULL, '2023-05-11 10:58:41', '2023-05-11 10:58:43', NULL); + +-- ---------------------------- +-- Table structure for lc_pages_menu +-- ---------------------------- +DROP TABLE IF EXISTS `lc_pages_menu`; +CREATE TABLE `lc_pages_menu` ( + `pages_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '页面id', + `menu_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '菜单id', + PRIMARY KEY (`pages_id`, `menu_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '页面菜单关系表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of lc_pages_menu +-- ---------------------------- +INSERT INTO `lc_pages_menu` VALUES ('7f08e688-de5a-11ed-8f49-00163e228eed', 'ed9b00353e7f4cf6c446b2d631db8029'); + -- ---------------------------- -- Table structure for magic_api_backup -- ---------------------------- @@ -159,12 +199,21 @@ INSERT INTO `sys_login_log` VALUES ('08c1e570cd9574c67f16962ba8673297', 'system' INSERT INTO `sys_login_log` VALUES ('0ed6ac6bd685c124a19a711743a0b488', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '5a1b8133-7414-4fd5-9c84-766c3ba1da85', NULL, '2023-05-08 11:03:07'); INSERT INTO `sys_login_log` VALUES ('105d3571aa472b8bfc9c8a4a374958b9', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '2db28952-85b9-4e50-957d-ac49fe382ef6', NULL, '2023-05-08 10:32:56'); INSERT INTO `sys_login_log` VALUES ('1dab093fff12d9c80cfc0689458b436b', 'system', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '该账号已被禁用', '2023-05-08 11:37:46'); +INSERT INTO `sys_login_log` VALUES ('324d3221023143b4bf25a5792aadefc0', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '8a604ac3-b359-41d7-b0ed-2f3cb1180c2c', NULL, '2023-05-11 11:19:45'); +INSERT INTO `sys_login_log` VALUES ('33bca500b59fd295884de413eee8f539', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'c004dfda-54f1-44d5-a6e2-739d1e46ab01', NULL, '2023-05-11 11:04:08'); +INSERT INTO `sys_login_log` VALUES ('34ec337268904ec020f842f953e6fafb', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'c3ca08f0-0726-455b-9920-50829855d87b', NULL, '2023-05-11 11:01:15'); INSERT INTO `sys_login_log` VALUES ('36e18cc7880ff0c400883a0bf4995b88', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '验证码有误', '2023-05-08 11:03:40'); INSERT INTO `sys_login_log` VALUES ('47321e540bc5ffa6838d4fef43aecf6d', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '0d20066e-1741-4e93-a981-2f840fc27152', NULL, '2023-05-08 10:22:35'); +INSERT INTO `sys_login_log` VALUES ('49884b7a402d283f2dec5027530160c4', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'ae7b67a9-6188-432c-a373-e0c66110f8d5', NULL, '2023-05-11 14:44:04'); INSERT INTO `sys_login_log` VALUES ('4db8d893ba9ba7078ed9c9b8a9cbbd0e', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '6b44aeee-2954-43ab-915e-1e4e1b40f228', NULL, '2023-05-08 11:03:51'); INSERT INTO `sys_login_log` VALUES ('50768d42fa8665eeb327633f98ed0c40', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '292c8199-7c7e-47b4-a17c-41cd2d68834c', NULL, '2023-05-08 10:29:07'); +INSERT INTO `sys_login_log` VALUES ('6033d30ccf7eb0b09f32f45be69c648b', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '7e8012f4-f525-4bdb-929e-8087c3d43c0b', NULL, '2023-05-11 14:11:58'); INSERT INTO `sys_login_log` VALUES ('64fc7608b4730c0701af77c59c60ba5b', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'edb0f321-988b-484e-8fb7-947ec6efddc0', NULL, '2023-05-08 10:41:08'); +INSERT INTO `sys_login_log` VALUES ('66af342bed0812b6c87a74b5cf9d391b', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '验证码有误', '2023-05-11 11:01:05'); +INSERT INTO `sys_login_log` VALUES ('68aa7e3e05abf03d528eb743a6df28f1', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'bb70863f-e96d-4b5f-86da-063a3b333ae5', NULL, '2023-05-11 13:15:00'); +INSERT INTO `sys_login_log` VALUES ('712c4a02f6a409e9f2b0262c2bc96d0b', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '65529338-8b30-4f4f-9c69-915f610fbb13', NULL, '2023-05-11 10:49:37'); INSERT INTO `sys_login_log` VALUES ('7201c399d6fd1c12aa271121de9c3f1d', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'fde01a6d-7173-4774-b6e5-e9082338704d', NULL, '2023-05-06 14:27:32'); +INSERT INTO `sys_login_log` VALUES ('7a77ab661e734d0a0f2c918165704ae2', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '143450b0-d5e8-4573-b089-91d1f7c3011f', NULL, '2023-05-11 14:29:09'); INSERT INTO `sys_login_log` VALUES ('7b35c154a13b72e157147f2d77834f37', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'a7e76098-8278-4bf0-956e-1ae13e0088ff', NULL, '2023-05-08 11:45:16'); INSERT INTO `sys_login_log` VALUES ('8b618bbbe021d320a8360255d4e08600', 'system', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '验证码有误', '2023-05-08 11:44:45'); INSERT INTO `sys_login_log` VALUES ('96eac3a89032297c0cecb6b6cc3ea8e4', 'system', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '59768c89-e90d-430b-abc8-39424156cf7d', NULL, '2023-05-08 11:44:57'); @@ -174,6 +223,7 @@ INSERT INTO `sys_login_log` VALUES ('afbe6e9a17337e9477b257504014e75b', 'admin', INSERT INTO `sys_login_log` VALUES ('b6d585181a68aa159c30b2dcfba65f62', 'system', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '该账号已被禁用', '2023-05-08 11:38:10'); INSERT INTO `sys_login_log` VALUES ('b8f788dacf066db1255d7ad4e82932f7', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'f8e0c6f3-08af-4445-b373-b5f00c3f78e9', NULL, '2023-05-08 11:01:37'); INSERT INTO `sys_login_log` VALUES ('bd56db56bf149fd884979d7fbb12219d', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '验证码有误', '2023-05-08 11:05:23'); +INSERT INTO `sys_login_log` VALUES ('d1f17a1f957e86272b3be8c047bbd6d6', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '0d669c31-4e6a-46a0-8267-e8623d037789', NULL, '2023-05-11 13:31:41'); INSERT INTO `sys_login_log` VALUES ('eaf20a16db773738cfea494a12839a15', 'system', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'd6f52865-349a-426c-8b64-e89f7be0d14a', NULL, '2023-05-08 11:41:20'); INSERT INTO `sys_login_log` VALUES ('f185ebb8ed0b10ed0bc4782fdb0685c1', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '0d20066e-1741-4e93-a981-2f840fc27152', NULL, '2023-05-08 09:59:13'); INSERT INTO `sys_login_log` VALUES ('f76c755c2777154a0fc2954c443cf6e6', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '5d1dc713-8375-422a-a28e-f023b805c36a', NULL, '2023-05-05 09:06:23'); @@ -195,6 +245,7 @@ CREATE TABLE `sys_menu` ( `permission` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '权限', `sort` int NULL DEFAULT NULL COMMENT '排序', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '组件名称', + `component_type` int NULL DEFAULT 0 COMMENT '组件类型:0、默认,1、amis', `open_mode` int NULL DEFAULT 0 COMMENT '打开方式:0、默认,1、iframe,2、新标签页', `is_del` int NULL DEFAULT 0 COMMENT '是否删除:0、未删除,1、已删除', `keep_alive` int NULL DEFAULT NULL COMMENT '是否缓存:0、不缓存,1、缓存', @@ -208,45 +259,50 @@ CREATE TABLE `sys_menu` ( -- ---------------------------- -- Records of sys_menu -- ---------------------------- -INSERT INTO `sys_menu` VALUES ('06936eec3258c1fa675c8b6b697160f5', '1ec1c1cb127d83f6346904220b3ed20b', '', '', '', '列表', '', 'dict:list', 0, '', 0, 0, 0, 0, '2023-04-13 16:26:51', '2023-04-13 16:26:51', ''); -INSERT INTO `sys_menu` VALUES ('07e1aebb5b69b55b7eb0ce79fed00f40', 'b1851d1b13594e71840103c11a37a004', '', '', '', '列表', '', 'org:list', 3, '', 0, 0, 0, 0, '2023-04-13 10:35:47', '2023-04-13 10:35:47', ''); -INSERT INTO `sys_menu` VALUES ('11107c717306bd0d9e993cf32a94974e', 'b1851d1b13594e71840103c11a37a006', '', '', '', '删除', '', 'user:delete', 3, NULL, 0, 0, 0, 0, '2023-04-13 11:34:29', '2023-04-13 11:34:29', NULL); -INSERT INTO `sys_menu` VALUES ('120d967459a9e7323692b3fa49c1ba59', '0', 'monitor', '/monitor', 'Odometer', '系统监控', 'Monitor', NULL, 3, NULL, 0, 0, 1, 1, '2023-04-14 08:44:27', '2023-04-14 08:44:27', ''); -INSERT INTO `sys_menu` VALUES ('1ec1c1cb127d83f6346904220b3ed20b', 'b1851d1b13594e71840103c11a37a002', 'dict', '/system/Dict', 'Coin', '字典管理', 'Dist', NULL, 5, NULL, 0, 0, 0, 1, '2023-04-13 16:26:19', '2023-04-13 16:26:19', NULL); -INSERT INTO `sys_menu` VALUES ('223588533ceb03066c89940863dc747e', 'b25838d6e06c6cdad82c1ad9b1096f26', 'codeGen', '/lowcode/CodeGen', 'SwitchFilled', '代码生成', 'CodeGen', NULL, 2, NULL, 0, 0, 1, 1, '2023-04-14 08:54:08', '2023-04-14 08:54:08', ''); -INSERT INTO `sys_menu` VALUES ('44979f524b88ed2dfbf14e4267ebd045', 'b1851d1b13594e71840103c11a37a004', '', '', '', '删除', '', 'org:delete', 1, '', 0, 0, 0, 0, '2023-04-13 10:34:53', '2023-04-13 10:34:53', ''); -INSERT INTO `sys_menu` VALUES ('5de088a93f0828a57e4c70959831458b', 'b1851d1b13594e71840103c11a37a004', '', '', '', '保存', '', 'org:save', 0, '', 0, 0, 0, 0, '2023-04-13 10:33:43', '2023-04-13 10:33:43', ''); -INSERT INTO `sys_menu` VALUES ('5df7c65d51129baefee123ef3bc2d7de', 'ea83fb03d2117cb287973d6889984686', 'magicapi', 'https://www.ssssssss.org/magic-api/pages/quick/single/', 'Clock', '框架', 'magicapi', NULL, 2, '', 1, 0, 0, 1, '2023-04-11 11:25:08', '2023-04-11 11:25:08', NULL); -INSERT INTO `sys_menu` VALUES ('5e67672047d0a00bf861ba2255535238', '1ec1c1cb127d83f6346904220b3ed20b', '', '', '', '修改', '', 'dict:update', 2, '', 0, 0, 0, 0, '2023-04-13 16:27:29', '2023-04-13 16:27:29', ''); -INSERT INTO `sys_menu` VALUES ('628431d108e3530ac37dfa2180dff376', '1ec1c1cb127d83f6346904220b3ed20b', '', '', '', '保存', '', 'dict:save', 1, '', 0, 0, 0, 0, '2023-04-13 16:27:07', '2023-04-13 16:27:07', ''); -INSERT INTO `sys_menu` VALUES ('7b02ec134bcd2a74b7930ce03da4b8bb', '120d967459a9e7323692b3fa49c1ba59', 'loginLog', '/monitor/LoginLog', 'User', '登录日志', 'LoginLog', NULL, 1, NULL, 0, 0, 1, 1, '2023-04-14 08:48:07', '2023-04-14 08:48:07', ''); -INSERT INTO `sys_menu` VALUES ('850a1c29af28318e6e470a14aaeb50e5', 'b1851d1b13594e71840103c11a37a006', '', '', '', '保存', '', 'user:save', 0, '', 0, 0, 0, 0, '2023-04-13 11:33:37', '2023-04-13 11:33:37', ''); -INSERT INTO `sys_menu` VALUES ('9658b61b187ae33b7c8c39fc8c1265dc', '120d967459a9e7323692b3fa49c1ba59', 'onlineUser', '/monitor/OnlineUser', 'Avatar', '在线用户', 'OnlineUser', NULL, 3, NULL, 0, 0, 1, 1, '2023-04-14 08:50:35', '2023-04-14 08:50:35', ''); -INSERT INTO `sys_menu` VALUES ('9a36ed1841e3e6d2da32df17980edaa2', 'b25838d6e06c6cdad82c1ad9b1096f26', 'interface', '/lowcode/Interface', 'Connection', '接口开发', 'Interface', NULL, 1, NULL, 0, 0, 1, 1, '2023-04-14 08:52:17', '2023-04-14 08:52:17', ''); -INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a002', '0', 'system', '/system', 'Tools', '系统管理', 'System', NULL, 1, NULL, 0, 0, 0, 1, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL); -INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a003', 'b1851d1b13594e71840103c11a37a002', 'menu', '/system/Menu', 'Grid', '菜单管理', 'Menu', NULL, 2, NULL, 0, 0, 0, 1, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL); -INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a004', 'b1851d1b13594e71840103c11a37a002', 'org', '/system/Org', 'SetUp', '组织管理', 'Org', NULL, 3, NULL, 0, 0, 0, 1, '2023-04-13 11:30:56', '2023-03-29 08:57:52', NULL); -INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a005', 'b1851d1b13594e71840103c11a37a002', 'role', '/system/Role', 'Help', '角色管理', 'Role', NULL, 4, NULL, 0, 0, 0, 1, '2023-04-13 11:32:50', '2023-03-29 08:57:52', NULL); -INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a006', 'b1851d1b13594e71840103c11a37a002', 'user', '/system/User', 'User', '用户管理', 'User', NULL, 5, NULL, 0, 0, 0, 1, '2023-04-13 11:32:34', '2023-03-29 08:57:52', NULL); -INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a007', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '保存', 'save', 'menu:save', 6, NULL, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL); -INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a008', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '删除', 'delete', 'menu:delete', 6, NULL, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL); -INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a009', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '修改', 'update', 'menu:update', 6, NULL, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL); -INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a010', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '详情', 'view', 'menu:view', 6, NULL, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL); -INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a011', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '列表', 'list', 'menu:list', 6, NULL, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL); -INSERT INTO `sys_menu` VALUES ('b25838d6e06c6cdad82c1ad9b1096f26', '0', 'lowcode', '/lowcode', 'Edit', '应用开发', 'Lowcode', NULL, 4, NULL, 0, 0, 1, 1, '2023-04-14 08:46:15', '2023-04-14 08:46:15', ''); -INSERT INTO `sys_menu` VALUES ('b4cfa05bff2269fee06788b32115851a', 'b1851d1b13594e71840103c11a37a006', '', '', '', '修改', '', 'user:update', 1, '', 0, 0, 0, 0, '2023-04-13 14:44:51', '2023-04-13 11:34:04', ''); -INSERT INTO `sys_menu` VALUES ('b8db9ff560e383e59d604e19c9fbd3cb', 'b1851d1b13594e71840103c11a37a006', '', '', '', '列表', '', 'user:list', 4, '', 0, 0, 0, 0, '2023-04-13 11:34:49', '2023-04-13 11:34:49', ''); -INSERT INTO `sys_menu` VALUES ('b9401c42bc1e58e0a48e6b3308cff617', '1ec1c1cb127d83f6346904220b3ed20b', '', '', '', '删除', '', 'dict:delete', 4, '', 0, 0, 0, 0, '2023-04-13 16:27:48', '2023-04-13 16:27:48', ''); -INSERT INTO `sys_menu` VALUES ('ea83fb03d2117cb287973d6889984686', '0', 'demo', '/demo', 'ChromeFilled', '菜单实例', 'Demo', NULL, 2, '', 0, 0, 1, 1, '2023-04-11 11:10:46', '2023-04-11 11:10:46', NULL); -INSERT INTO `sys_menu` VALUES ('f3138bd5b256d82f9eebe07c6679cf15', 'b1851d1b13594e71840103c11a37a004', '', '', '', '修改', '', 'org:update', 2, '', 0, 0, 0, 0, '2023-04-13 10:35:17', '2023-04-13 10:35:17', ''); -INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0666', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '列表', 'list', 'role:list', 1, '', 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL); -INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0667', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '添加', 'save', 'role:save', 1, '', 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL); -INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0668', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '修改', 'update', 'role:update', 1, '', 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL); -INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0669', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '删除', 'delete', 'role:delete', 1, '', 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL); -INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0670', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '菜单权限', 'menu', 'role:menu', 1, '', 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL); -INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0671', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '数据权限', 'data', 'role:data', 1, '', 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL); -INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0675', 'ea83fb03d2117cb287973d6889984686', 'Iframe', 'https://www.bing.com/?mkt=zh-CN', 'Bicycle', '必应', 'Iframe', NULL, 1, '', 1, 0, 0, 1, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL); -INSERT INTO `sys_menu` VALUES ('fdaf429afb33d54beeee7eaea93e5e96', '120d967459a9e7323692b3fa49c1ba59', 'operLog', '/monitor/OperLog', 'Cpu', '操作日志', 'OperLog', NULL, 2, NULL, 0, 0, 1, 1, '2023-04-14 08:49:04', '2023-04-14 08:49:04', ''); +INSERT INTO `sys_menu` VALUES ('06936eec3258c1fa675c8b6b697160f5', '1ec1c1cb127d83f6346904220b3ed20b', '', '', '', '列表', '', 'dict:list', 0, '', 0, 0, 0, 0, 0, '2023-04-13 16:26:51', '2023-04-13 16:26:51', ''); +INSERT INTO `sys_menu` VALUES ('07e1aebb5b69b55b7eb0ce79fed00f40', 'b1851d1b13594e71840103c11a37a004', '', '', '', '列表', '', 'org:list', 3, '', 0, 0, 0, 0, 0, '2023-04-13 10:35:47', '2023-04-13 10:35:47', ''); +INSERT INTO `sys_menu` VALUES ('0a59255aac53f421613c4d8516fcc305', '1cda1e6f35077cb1f89007fa36343a3d', '', '', '', '保存', '', 'pages:save', 0, NULL, 0, 0, 0, 0, 0, '2023-05-11 11:16:50', '2023-05-11 11:16:50', ''); +INSERT INTO `sys_menu` VALUES ('0e769d6164cff598ae7215c99849bd1c', '1cda1e6f35077cb1f89007fa36343a3d', '', '', '', '删除', '', 'pages:delete', 2, NULL, 0, 0, 0, 0, 0, '2023-05-11 11:17:35', '2023-05-11 11:17:35', ''); +INSERT INTO `sys_menu` VALUES ('11107c717306bd0d9e993cf32a94974e', 'b1851d1b13594e71840103c11a37a006', '', '', '', '删除', '', 'user:delete', 3, NULL, 0, 0, 0, 0, 0, '2023-04-13 11:34:29', '2023-04-13 11:34:29', NULL); +INSERT INTO `sys_menu` VALUES ('120d967459a9e7323692b3fa49c1ba59', '0', 'monitor', '/monitor', 'Odometer', '系统监控', 'Monitor', NULL, 3, NULL, 0, 0, 0, 1, 1, '2023-04-14 08:44:27', '2023-04-14 08:44:27', ''); +INSERT INTO `sys_menu` VALUES ('1cda1e6f35077cb1f89007fa36343a3d', 'b25838d6e06c6cdad82c1ad9b1096f26', 'lcPages', '/lowcode/LcPages', 'Ticket', '页面管理', 'LcPages', NULL, 4, NULL, 0, 0, 0, 1, 1, '2023-05-11 10:52:58', '2023-05-11 10:52:58', ''); +INSERT INTO `sys_menu` VALUES ('1ec1c1cb127d83f6346904220b3ed20b', 'b1851d1b13594e71840103c11a37a002', 'dict', '/system/Dict', 'Coin', '字典管理', 'Dist', NULL, 5, NULL, 0, 0, 0, 0, 1, '2023-04-13 16:26:19', '2023-04-13 16:26:19', NULL); +INSERT INTO `sys_menu` VALUES ('223588533ceb03066c89940863dc747e', 'b25838d6e06c6cdad82c1ad9b1096f26', 'codeGen', '/lowcode/CodeGen', 'SwitchFilled', '代码生成', 'CodeGen', NULL, 2, NULL, 0, 0, 0, 1, 1, '2023-04-14 08:54:08', '2023-04-14 08:54:08', ''); +INSERT INTO `sys_menu` VALUES ('3afbad18e475a7f7a4aeec6ab6e6c0fc', '1cda1e6f35077cb1f89007fa36343a3d', '', '', '', '修改', '', 'pages:update', 1, NULL, 0, 0, 0, 0, 0, '2023-05-11 11:17:13', '2023-05-11 11:17:13', ''); +INSERT INTO `sys_menu` VALUES ('44979f524b88ed2dfbf14e4267ebd045', 'b1851d1b13594e71840103c11a37a004', '', '', '', '删除', '', 'org:delete', 1, '', 0, 0, 0, 0, 0, '2023-04-13 10:34:53', '2023-04-13 10:34:53', ''); +INSERT INTO `sys_menu` VALUES ('5de088a93f0828a57e4c70959831458b', 'b1851d1b13594e71840103c11a37a004', '', '', '', '保存', '', 'org:save', 0, '', 0, 0, 0, 0, 0, '2023-04-13 10:33:43', '2023-04-13 10:33:43', ''); +INSERT INTO `sys_menu` VALUES ('5df7c65d51129baefee123ef3bc2d7de', 'ea83fb03d2117cb287973d6889984686', 'magicapi', 'https://www.ssssssss.org/magic-api/pages/quick/single/', 'Clock', '框架', 'magicapi', NULL, 2, '', 0, 1, 0, 0, 1, '2023-04-11 11:25:08', '2023-04-11 11:25:08', NULL); +INSERT INTO `sys_menu` VALUES ('5e67672047d0a00bf861ba2255535238', '1ec1c1cb127d83f6346904220b3ed20b', '', '', '', '修改', '', 'dict:update', 2, '', 0, 0, 0, 0, 0, '2023-04-13 16:27:29', '2023-04-13 16:27:29', ''); +INSERT INTO `sys_menu` VALUES ('628431d108e3530ac37dfa2180dff376', '1ec1c1cb127d83f6346904220b3ed20b', '', '', '', '保存', '', 'dict:save', 1, '', 0, 0, 0, 0, 0, '2023-04-13 16:27:07', '2023-04-13 16:27:07', ''); +INSERT INTO `sys_menu` VALUES ('7b02ec134bcd2a74b7930ce03da4b8bb', '120d967459a9e7323692b3fa49c1ba59', 'loginLog', '/monitor/LoginLog', 'User', '登录日志', 'LoginLog', NULL, 1, NULL, 0, 0, 0, 1, 1, '2023-04-14 08:48:07', '2023-04-14 08:48:07', ''); +INSERT INTO `sys_menu` VALUES ('850a1c29af28318e6e470a14aaeb50e5', 'b1851d1b13594e71840103c11a37a006', '', '', '', '保存', '', 'user:save', 0, '', 0, 0, 0, 0, 0, '2023-04-13 11:33:37', '2023-04-13 11:33:37', ''); +INSERT INTO `sys_menu` VALUES ('9658b61b187ae33b7c8c39fc8c1265dc', '120d967459a9e7323692b3fa49c1ba59', 'onlineUser', '/monitor/OnlineUser', 'Avatar', '在线用户', 'OnlineUser', NULL, 3, NULL, 0, 0, 0, 1, 1, '2023-04-14 08:50:35', '2023-04-14 08:50:35', ''); +INSERT INTO `sys_menu` VALUES ('9a36ed1841e3e6d2da32df17980edaa2', 'b25838d6e06c6cdad82c1ad9b1096f26', 'interface', '/lowcode/Interface', 'Connection', '接口开发', 'Interface', NULL, 1, NULL, 0, 0, 0, 1, 1, '2023-04-14 08:52:17', '2023-04-14 08:52:17', ''); +INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a002', '0', 'system', '/system', 'Tools', '系统管理', 'System', NULL, 1, NULL, 0, 0, 0, 0, 1, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL); +INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a003', 'b1851d1b13594e71840103c11a37a002', 'menu', '/system/Menu', 'Grid', '菜单管理', 'Menu', NULL, 2, NULL, 0, 0, 0, 0, 1, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL); +INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a004', 'b1851d1b13594e71840103c11a37a002', 'org', '/system/Org', 'SetUp', '组织管理', 'Org', NULL, 3, NULL, 0, 0, 0, 0, 1, '2023-04-13 11:30:56', '2023-03-29 08:57:52', NULL); +INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a005', 'b1851d1b13594e71840103c11a37a002', 'role', '/system/Role', 'Help', '角色管理', 'Role', NULL, 4, NULL, 0, 0, 0, 0, 1, '2023-04-13 11:32:50', '2023-03-29 08:57:52', NULL); +INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a006', 'b1851d1b13594e71840103c11a37a002', 'user', '/system/User', 'User', '用户管理', 'User', NULL, 5, NULL, 0, 0, 0, 0, 1, '2023-04-13 11:32:34', '2023-03-29 08:57:52', NULL); +INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a007', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '保存', 'save', 'menu:save', 6, NULL, 0, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL); +INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a008', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '删除', 'delete', 'menu:delete', 6, NULL, 0, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL); +INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a009', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '修改', 'update', 'menu:update', 6, NULL, 0, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL); +INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a010', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '详情', 'view', 'menu:view', 6, NULL, 0, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL); +INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a011', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '列表', 'list', 'menu:list', 6, NULL, 0, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL); +INSERT INTO `sys_menu` VALUES ('b25838d6e06c6cdad82c1ad9b1096f26', '0', 'lowcode', '/lowcode', 'Edit', '应用开发', 'Lowcode', NULL, 4, NULL, 0, 0, 0, 1, 1, '2023-04-14 08:46:15', '2023-04-14 08:46:15', ''); +INSERT INTO `sys_menu` VALUES ('b4cfa05bff2269fee06788b32115851a', 'b1851d1b13594e71840103c11a37a006', '', '', '', '修改', '', 'user:update', 1, '', 0, 0, 0, 0, 0, '2023-04-13 14:44:51', '2023-04-13 11:34:04', ''); +INSERT INTO `sys_menu` VALUES ('b8db9ff560e383e59d604e19c9fbd3cb', 'b1851d1b13594e71840103c11a37a006', '', '', '', '列表', '', 'user:list', 4, '', 0, 0, 0, 0, 0, '2023-04-13 11:34:49', '2023-04-13 11:34:49', ''); +INSERT INTO `sys_menu` VALUES ('b9401c42bc1e58e0a48e6b3308cff617', '1ec1c1cb127d83f6346904220b3ed20b', '', '', '', '删除', '', 'dict:delete', 4, '', 0, 0, 0, 0, 0, '2023-04-13 16:27:48', '2023-04-13 16:27:48', ''); +INSERT INTO `sys_menu` VALUES ('ea83fb03d2117cb287973d6889984686', '0', 'demo', '/demo', 'ChromeFilled', '菜单实例', 'Demo', NULL, 2, '', 0, 0, 0, 1, 1, '2023-04-11 11:10:46', '2023-04-11 11:10:46', NULL); +INSERT INTO `sys_menu` VALUES ('ed9b00353e7f4cf6c446b2d631db8029', 'b25838d6e06c6cdad82c1ad9b1096f26', 'testPages', '/lowcode/testPages', 'Camera', '测试页面', 'TestPages', NULL, 5, NULL, 1, 0, 0, 1, 1, '2023-05-11 11:38:35', '2023-05-11 11:38:35', ''); +INSERT INTO `sys_menu` VALUES ('f3138bd5b256d82f9eebe07c6679cf15', 'b1851d1b13594e71840103c11a37a004', '', '', '', '修改', '', 'org:update', 2, '', 0, 0, 0, 0, 0, '2023-04-13 10:35:17', '2023-04-13 10:35:17', ''); +INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0666', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '列表', 'list', 'role:list', 1, '', 0, 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL); +INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0667', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '添加', 'save', 'role:save', 1, '', 0, 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL); +INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0668', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '修改', 'update', 'role:update', 1, '', 0, 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL); +INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0669', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '删除', 'delete', 'role:delete', 1, '', 0, 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL); +INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0670', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '菜单权限', 'menu', 'role:menu', 1, '', 0, 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL); +INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0671', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '数据权限', 'data', 'role:data', 1, '', 0, 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL); +INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0675', 'ea83fb03d2117cb287973d6889984686', 'Iframe', 'https://www.bing.com/?mkt=zh-CN', 'Bicycle', '必应', 'Iframe', NULL, 1, '', 0, 1, 0, 0, 1, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL); +INSERT INTO `sys_menu` VALUES ('fdaf429afb33d54beeee7eaea93e5e96', '120d967459a9e7323692b3fa49c1ba59', 'operLog', '/monitor/OperLog', 'Cpu', '操作日志', 'OperLog', NULL, 2, NULL, 0, 0, 0, 1, 1, '2023-04-14 08:49:04', '2023-04-14 08:49:04', ''); -- ---------------------------- -- Table structure for sys_oper_log @@ -276,115 +332,273 @@ CREATE TABLE `sys_oper_log` ( -- Records of sys_oper_log -- ---------------------------- INSERT INTO `sys_oper_log` VALUES ('011edb26d5ed5536d054d34c8359a565', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 30, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:40'); +INSERT INTO `sys_oper_log` VALUES ('0126b95b81110f5ba99a42d228f2e327', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 15:07:30'); +INSERT INTO `sys_oper_log` VALUES ('01d6287a7b213403996cc6d1fec3d579', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 15:22:46'); INSERT INTO `sys_oper_log` VALUES ('02ba014bc11a5e104ef6faf25c795f09', '日志管理', 'com.tansci.controller.SysLogController.loginLog', 'DELETE', '登录日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-06 14:27:32\",\"failPassword\":\"123456\",\"id\":\"7201c399d6fd1c12aa271121de9c3f1d\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"fde01a6d-7173-4774-b6e5-e9082338704d\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-04 09:46:46\",\"failPassword\":\"123456\",\"id\":\"977f28d44acf54febc061c488f9beb1d\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"83259ca7-dbf5-4576-af47-38bb41615a6c\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-05 09:06:23\",\"failPassword\":\"123456\",\"id\":\"f76c755c2777154a0fc2954c443cf6e6\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"5d1dc713-8375-422a-a28e-f023b805c36a\",\"type\":\"成功\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 53, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/loginLog', '127.0.0.1', NULL, NULL, '2023-05-06 14:28:15'); +INSERT INTO `sys_oper_log` VALUES ('0320990764836f29b123f8d0f838300d', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 140, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:11:59'); INSERT INTO `sys_oper_log` VALUES ('03cd27d9774daa8c91ea4e8e0d815c82', '角色管理', 'com.tansci.controller.SysRoleController.menuPermissions', 'INSERT', '菜单权限', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 21, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/menuPermissions', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:57'); +INSERT INTO `sys_oper_log` VALUES ('03e0e31e9d202cb8a8b8cd97d7588f96', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":3,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 16:28:05'); INSERT INTO `sys_oper_log` VALUES ('0411be48f261764fc2bd1e4aaf8c333d', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 16:06:35'); INSERT INTO `sys_oper_log` VALUES ('0483538802bfbb03103304e6af189417', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 34, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-08 11:36:54'); +INSERT INTO `sys_oper_log` VALUES ('04ece759081a41db2ab0fab13110f123', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:17:35'); +INSERT INTO `sys_oper_log` VALUES ('05242613c185c7331eda1d4ac361addb', '页面管理', 'com.tansci.controller.LcPagesController.getMenuList', 'SELECT', '根据页面ID获取绑定的菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getMenuList/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-11 11:34:00'); +INSERT INTO `sys_oper_log` VALUES ('05998252d0b663c70b1f09cb63f4aa6b', '菜单管理', 'com.tansci.controller.SysMenuController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 34, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/save', '127.0.0.1', NULL, NULL, '2023-05-11 10:52:58'); +INSERT INTO `sys_oper_log` VALUES ('05a2e36eb380c8f71c586b1f77562e5c', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-11 13:56:32'); INSERT INTO `sys_oper_log` VALUES ('05e03bdd282144f47feeb11a6d48ae29', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:48:06'); INSERT INTO `sys_oper_log` VALUES ('07065eacd4e734270a88e05feab1c9e6', '角色管理', 'com.tansci.controller.SysRoleController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}]}', 21, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/list', '127.0.0.1', NULL, NULL, '2023-05-06 14:30:40'); +INSERT INTO `sys_oper_log` VALUES ('0707eb166a678c0b4de46f92b7ccc0e9', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentid\":\"7f08e688-de5a-11ed-8f49-00163e228eed\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:08:05'); INSERT INTO `sys_oper_log` VALUES ('077ee8b984505001e48cf7d0b3b8b796', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:22:53'); INSERT INTO `sys_oper_log` VALUES ('08e83b2be4ab215ec26076b02e86cf49', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:02:24'); +INSERT INTO `sys_oper_log` VALUES ('0926d04f4391093c8c42eac736bcd49c', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:32:29'); +INSERT INTO `sys_oper_log` VALUES ('0a1e5c92185d18f9b6da3096776d197f', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"好地方\",\"updateTime\":\"2023-05-11 11:24:39\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:27:12'); INSERT INTO `sys_oper_log` VALUES ('0a784e547dca2ae257ddac744a8cbbfb', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-04 10:16:10'); +INSERT INTO `sys_oper_log` VALUES ('0b292d10e744f5450aecefd8365a8035', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 15:00:31'); +INSERT INTO `sys_oper_log` VALUES ('0b609b6d739814205b7cb3b70ac4a9d4', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 11:18:59'); INSERT INTO `sys_oper_log` VALUES ('0c043dbd66688a9639f9836cb409568e', '组织管理', 'com.tansci.controller.SysOrgController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"code\":\"SO00001\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0bc4\",\"isDel\":0,\"name\":\"总公司\",\"parentId\":\"0\",\"sort\":0,\"updateTime\":\"2023-03-29 08:53:41\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:48:07'); +INSERT INTO `sys_oper_log` VALUES ('0c84571aafc3d3d3f0cd9aa2b77b1a47', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 11:12:19'); INSERT INTO `sys_oper_log` VALUES ('0e0069f584435d7fdebc0eff39736cbe', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 91, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:01:41'); +INSERT INTO `sys_oper_log` VALUES ('0eaf2ec7521fe4f8bf277d9e4b7530d5', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 15:12:31'); +INSERT INTO `sys_oper_log` VALUES ('0eded386730b8c5340113d31c94dd43d', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:26:43'); +INSERT INTO `sys_oper_log` VALUES ('1009d30b4512714273a15d2ceaf7fde7', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 11:35:48'); +INSERT INTO `sys_oper_log` VALUES ('10401357a90295653b674934cd353bf1', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:33:29'); +INSERT INTO `sys_oper_log` VALUES ('111cfda15fecbc8c01a8aad16beb80f3', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 10:49:37'); INSERT INTO `sys_oper_log` VALUES ('112a44366ea4febb5014a1647f3c5720', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 30, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-06 14:31:05'); +INSERT INTO `sys_oper_log` VALUES ('116ca95914f1bef8f67e11dabadcef17', '页面管理', 'com.tansci.controller.LcPagesController.getMenuList', 'SELECT', '根据页面ID获取绑定的菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getMenuList/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-11 11:35:53'); +INSERT INTO `sys_oper_log` VALUES ('1174f2b27f557f222f0dd6924632b44c', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"5\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:22:18\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"b79cbf68cf8ed8d69c295fecadf6d15a\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"发过的\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"地方个地方\",\"updateTime\":\"2023-05-11 11:22:18\"},{\"createTime\":\"2023-05-11 11:21:30\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ea3f6b014bffec899317c51e6f06f833\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"title\":\"计划开工后\",\"updateTime\":\"2023-05-11 11:21:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":4}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:24:20'); INSERT INTO `sys_oper_log` VALUES ('117e3302f68ec6f969b17d719b81dfc9', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-05 10:07:53'); +INSERT INTO `sys_oper_log` VALUES ('12087fa098190dbb9ac95717d236e618', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:7185899b7bec\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 15:18:40\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 16:28:06'); +INSERT INTO `sys_oper_log` VALUES ('1248d71eed14d6fdb67f11636d5b7656', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 13:15:04'); INSERT INTO `sys_oper_log` VALUES ('125d70341b3613c12a19488344f936f6', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:20'); +INSERT INTO `sys_oper_log` VALUES ('12ccf515c484d19a6fbe2b91ad557682', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-11 13:34:51'); +INSERT INTO `sys_oper_log` VALUES ('130af57b11c1c04863d5012340c4236d', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:58:17'); INSERT INTO `sys_oper_log` VALUES ('131c7666d99015835d0c7f40f0dfac1a', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 16:25:20'); +INSERT INTO `sys_oper_log` VALUES ('136e49be72f076ae6365b09c6d63d3f1', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:45:27'); +INSERT INTO `sys_oper_log` VALUES ('1449a190eb609848292d84118e937dbc', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 15:12:28'); +INSERT INTO `sys_oper_log` VALUES ('1669a641e914586d4ece5ac42d78aff2', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 13:23:17'); +INSERT INTO `sys_oper_log` VALUES ('16b01044ce3fb383928ae1743cfcc93b', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:7185899b7bec\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 15:18:40\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 16:18:14'); +INSERT INTO `sys_oper_log` VALUES ('1734cb83860129b6a49e13dba3e01025', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:44'); +INSERT INTO `sys_oper_log` VALUES ('176d02d6ffe363ca638f8cd58a9f6b2c', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 25, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 13:31:42'); +INSERT INTO `sys_oper_log` VALUES ('18bbb7b501ae80ee399994dee6bf4123', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:22:18\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"b79cbf68cf8ed8d69c295fecadf6d15a\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"发过的\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"地方个地方\",\"updateTime\":\"2023-05-11 11:22:18\"},{\"createTime\":\"2023-05-11 11:21:30\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ea3f6b014bffec899317c51e6f06f833\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"title\":\"计划开工后\",\"updateTime\":\"2023-05-11 11:21:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":4}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:22:18'); INSERT INTO `sys_oper_log` VALUES ('18f34fb14575024a4e8579007356fe1b', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-04 09:46:46'); +INSERT INTO `sys_oper_log` VALUES ('1acb16cbee47db5b22272328388c4454', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"},{\"chineseName\":\"测试页面\",\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 13:25:37'); +INSERT INTO `sys_oper_log` VALUES ('1b617655fdddcb2e5bf3d95c21ea0e18', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 31, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:41:36'); +INSERT INTO `sys_oper_log` VALUES ('1be1103591602474790e7398b49e4967', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"好地方\",\"updateTime\":\"2023-05-11 11:24:39\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:24:40'); INSERT INTO `sys_oper_log` VALUES ('1c1477de4f04dca005469190d5dfbf30', '组织管理', 'com.tansci.controller.SysOrgController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"code\":\"SO00002\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0001\",\"isDel\":0,\"name\":\"兰州子公司\",\"parentId\":\"534a37c366ec47878a6b0c85703d0bc4\",\"sort\":2,\"updateTime\":\"2023-03-29 08:53:41\"}],\"code\":\"SO00001\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0bc4\",\"isDel\":0,\"name\":\"总公司\",\"parentId\":\"0\",\"sort\":0,\"updateTime\":\"2023-03-29 08:53:41\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-05-06 14:32:11'); +INSERT INTO `sys_oper_log` VALUES ('1caf79db0931b9887c667ca1d2d83421', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:42'); +INSERT INTO `sys_oper_log` VALUES ('1d7ebe27be17ad5a76cc8d8955d04c34', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 15:00:31'); +INSERT INTO `sys_oper_log` VALUES ('1d9c99cf2a28b4e2e9006ca4b7c81fb4', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 10:53:06'); INSERT INTO `sys_oper_log` VALUES ('1debb9902cd942ba68a959782aac7a31', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-06 16:24:46'); +INSERT INTO `sys_oper_log` VALUES ('1f0d3ff05a760d470ac3fbbb875b74a9', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-11 13:34:35'); +INSERT INTO `sys_oper_log` VALUES ('1f4e604f6bae26cb2075a65d29a7beaf', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:39:00'); INSERT INTO `sys_oper_log` VALUES ('1fbc083fa7971ef3d6d6db586394c6db', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-06 14:27:33'); +INSERT INTO `sys_oper_log` VALUES ('201fa38ddb1f4b806d9c3705a75f82c9', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 13:15:04'); INSERT INTO `sys_oper_log` VALUES ('208874ad4386fbe724a3822a7c1c3289', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-05 09:06:24'); INSERT INTO `sys_oper_log` VALUES ('209054fd9f51d8eeacb216c91ff27e9f', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"}],\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"children\":[{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"}],\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"}]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-05-06 14:31:20'); +INSERT INTO `sys_oper_log` VALUES ('20d30aaba45aeed9718972d02a27eaf0', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 21, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 15:18:16'); +INSERT INTO `sys_oper_log` VALUES ('21479ec7074eea7dd539f5649958d5b6', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 58, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:12:10'); +INSERT INTO `sys_oper_log` VALUES ('22997ceb2f95a6d58869cbddbd291556', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 16:18:12'); INSERT INTO `sys_oper_log` VALUES ('22a2bb9b0c5ffb058ec06b5ece825c87', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-06 16:06:34'); INSERT INTO `sys_oper_log` VALUES ('22afe388cfa3c76456e84887133eedc4', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-05 09:39:48'); +INSERT INTO `sys_oper_log` VALUES ('22e45b8747055e72a979580be938ed2c', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"},{\"chineseName\":\"测试页面\",\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 37, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 13:50:13'); +INSERT INTO `sys_oper_log` VALUES ('234dc9d06e648393d7f25ba2cae2a5d2', '页面管理', 'com.tansci.controller.LcPagesController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/save', '127.0.0.1', NULL, NULL, '2023-05-11 11:24:39'); +INSERT INTO `sys_oper_log` VALUES ('23b273f0442f07a3e5522031f3b30b45', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentId\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":8,\"total\":0}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:10:24'); +INSERT INTO `sys_oper_log` VALUES ('246f2154c96c118f9358c501f06cc5ec', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:35:27'); INSERT INTO `sys_oper_log` VALUES ('257e5c476c2c40e7e2504164f8b1879e', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 14:30:47'); INSERT INTO `sys_oper_log` VALUES ('259cbd70bebd59ebf2e4f9951db3d17b', '鉴权管理', 'com.tansci.controller.AuthController.onlineUser', 'SELECT', '在线用户', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-06 14:27:32\",\"failPassword\":\"123456\",\"id\":\"7201c399d6fd1c12aa271121de9c3f1d\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"fde01a6d-7173-4774-b6e5-e9082338704d\",\"type\":\"成功\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":1}}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/auth/onlineUser', '127.0.0.1', NULL, NULL, '2023-05-06 14:28:35'); INSERT INTO `sys_oper_log` VALUES ('264984b04483c2c7af2930efbabdef6e', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 10:00:31'); INSERT INTO `sys_oper_log` VALUES ('26f6cfe9ba16bdcae42d17425beb5e57', '组织管理', 'com.tansci.controller.SysOrgController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"code\":\"SO00002\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0001\",\"isDel\":0,\"name\":\"兰州子公司\",\"parentId\":\"534a37c366ec47878a6b0c85703d0bc4\",\"sort\":2,\"updateTime\":\"2023-03-29 08:53:41\"}],\"code\":\"SO00001\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0bc4\",\"isDel\":0,\"name\":\"总公司\",\"parentId\":\"0\",\"sort\":0,\"updateTime\":\"2023-03-29 08:53:41\"}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:36:59'); INSERT INTO `sys_oper_log` VALUES ('27249620f2e98d5e5d0d5c389c2e26c1', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 15:25:59'); +INSERT INTO `sys_oper_log` VALUES ('27353a983207990f6f5d41d1bbd930cf', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 13:52:04'); +INSERT INTO `sys_oper_log` VALUES ('2781d399cc55380bc35a5376069a71d6', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"},{\"chineseName\":\"测试页面\",\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 13:23:42'); +INSERT INTO `sys_oper_log` VALUES ('28e97b124efe37dcd8a83adb602f1bd8', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:7185899b7bec\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 15:18:40\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 16:28:12'); +INSERT INTO `sys_oper_log` VALUES ('28feee6e0260b63367a5d0cc620d0f49', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:15:13'); INSERT INTO `sys_oper_log` VALUES ('29c053dd0f44f3a656fcd23e7c255f83', '角色管理', 'com.tansci.controller.SysRoleController.orgList', 'INSERT', '获取权限组织', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"list\":[{\"code\":\"SO00001\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0bc4\",\"isDel\":0,\"name\":\"总公司\",\"parentId\":\"0\",\"sort\":0,\"updateTime\":\"2023-03-29 08:53:41\"}],\"selected\":[\"534a37c366ec47878a6b0c85703d0bc4\"]}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/orgList/534a37c366ec47878a6b0c85703d0bc3', '127.0.0.1', NULL, NULL, '2023-05-08 10:42:51'); +INSERT INTO `sys_oper_log` VALUES ('2a1a098e742394ec3fba957ce2155daf', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:58:17'); +INSERT INTO `sys_oper_log` VALUES ('2a24c0e3a0803bb488d0b7de6c0c2010', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{\"isShow\":\"1\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"},{\"chineseName\":\"测试页面\",\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":3,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 16:28:15'); +INSERT INTO `sys_oper_log` VALUES ('2b8df083ed16c3084b3a4235ffcb563b', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:41:36'); +INSERT INTO `sys_oper_log` VALUES ('2ba66c6b4dfc47dc5bd6a9f60ef97bfa', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:44'); INSERT INTO `sys_oper_log` VALUES ('2bc19778600b3db278035476f8a344e0', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-05 09:10:25'); INSERT INTO `sys_oper_log` VALUES ('2ca758867a005961354a8a4e1f6b9eed', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 75, '3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:01'); +INSERT INTO `sys_oper_log` VALUES ('2d5616e9c6af0f244dd326e97ee707d6', '页面管理', 'com.tansci.controller.LcPagesController.getById', 'SELECT', '根据ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:7185899b7bec\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 15:18:40\"}}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/get/24c3c80f-de5a-11ed-8f49-00163e228eed', '127.0.0.1', NULL, NULL, '2023-05-11 15:18:45'); INSERT INTO `sys_oper_log` VALUES ('2d5f8ed7a75be5fbfccfa914b3c94ae8', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-05 10:21:14'); INSERT INTO `sys_oper_log` VALUES ('2d718af78be9a294d41d8735e38f276c', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-08 10:48:13'); +INSERT INTO `sys_oper_log` VALUES ('2d8e7b49261d2144049ba436dcbf3e65', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"},{\"chineseName\":\"测试页面\",\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:49'); INSERT INTO `sys_oper_log` VALUES ('2f3a9f0cbdb3fa9b43ae976c88e19789', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:30'); +INSERT INTO `sys_oper_log` VALUES ('2f882547b32040abb0f24a364a7d070e', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:34:39'); INSERT INTO `sys_oper_log` VALUES ('3017979df9c3e38a4e1e05c7e18f27ac', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"}],\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"children\":[{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"}],\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-05-04 10:16:04'); +INSERT INTO `sys_oper_log` VALUES ('302c77b9f168fc9bd1fdd86279e47a18', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 13:52:04'); +INSERT INTO `sys_oper_log` VALUES ('30677ee08a0a08333257e79987d448c5', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:40'); INSERT INTO `sys_oper_log` VALUES ('315f0cfe477dd07f44f29fee38c38fb9', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":1,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 71, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-05-04 09:48:19'); +INSERT INTO `sys_oper_log` VALUES ('3175f130a331c7be727ddd8a95733679', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 10:53:06'); +INSERT INTO `sys_oper_log` VALUES ('3178441845d3c7f523ab9d0fb091be62', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:10:13'); INSERT INTO `sys_oper_log` VALUES ('3192428eae40aa925f1e8e1b4cadf5a1', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 16:24:46'); +INSERT INTO `sys_oper_log` VALUES ('328e3a00419da2e8b2e5985441b31992', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 10:54:16'); INSERT INTO `sys_oper_log` VALUES ('33857974b7eae2e26624f4748afd19f8', '角色管理', 'com.tansci.controller.SysRoleController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/list', '127.0.0.1', NULL, NULL, '2023-05-04 09:48:21'); INSERT INTO `sys_oper_log` VALUES ('33d32637b06075c6562c31280440b9ca', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-06 14:41:16'); +INSERT INTO `sys_oper_log` VALUES ('3431ccbc7d041fbdb950d2e140df2199', '页面管理', 'com.tansci.controller.LcPagesController.getMenuList', 'SELECT', '根据页面ID获取绑定的菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getMenuList/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-11 11:33:14'); INSERT INTO `sys_oper_log` VALUES ('34bc8a5020ce7f65d5b232f5e8b4b636', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:18'); +INSERT INTO `sys_oper_log` VALUES ('355aa1203d3ea4ab62be19cf78de1684', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"},{\"chineseName\":\"测试页面\",\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 13:22:11'); INSERT INTO `sys_oper_log` VALUES ('37dcd21b41390d9c5a69a46b3b22c3ef', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:03:27'); +INSERT INTO `sys_oper_log` VALUES ('380892bdd029bbe63993c694aaf6b3b0', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 15:07:30'); +INSERT INTO `sys_oper_log` VALUES ('38b246c2a2e3082c3ca7555fa8d329f2', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 16:28:05'); +INSERT INTO `sys_oper_log` VALUES ('39ada7c79f7dba5bfca7b5a683aa17d4', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 31, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 10:52:58'); INSERT INTO `sys_oper_log` VALUES ('39fa9bbb9661a4674113e39accdc25de', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', NULL, 37258, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/sysmenu/menus', '127.0.0.1', 'java.lang.NullPointerException:null
com.tansci.service.impl.SysMenuServiceImpl.menus(SysMenuServiceImpl.java:111)
com.tansci.service.impl.SysMenuServiceImpl$$FastClassBySpringCGLIB$$58665f75.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)
com.tansci.service.impl.SysMenuServiceImpl$$EnhancerBySpringCGLIB$$97aa06b2.menus()
com.tansci.controller.SysMenuController.menus(SysMenuController.java:40)
com.tansci.controller.SysMenuController$$FastClassBySpringCGLIB$$8cd2e7ff.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
com.tansci.controller.SysMenuController$$EnhancerBySpringCGLIB$$8cb00925.menus()
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
javax.servlet.http.HttpServlet.service(HttpServlet.java:670)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:748)
', NULL, '2023-05-08 10:39:01'); INSERT INTO `sys_oper_log` VALUES ('3a53566263445f5f12bcddf4097db59a', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-05 10:23:12'); +INSERT INTO `sys_oper_log` VALUES ('3a8d33d676ba30f31b493f1c2a04ca2e', '角色管理', 'com.tansci.controller.SysRoleController.menuList', 'INSERT', '获取权限菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"list\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/menuList/534a37c366ec47878a6b0c85703d0bc3', '127.0.0.1', NULL, NULL, '2023-05-11 11:18:37'); +INSERT INTO `sys_oper_log` VALUES ('3b48610ab7e0f602d7d32b963a53151c', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-11 15:18:40'); +INSERT INTO `sys_oper_log` VALUES ('3b675e561cf655dec1d9fc7eb30006fb', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 16:31:28'); +INSERT INTO `sys_oper_log` VALUES ('3b68f26509f60fa8abd1bd7d8b54d9fa', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 15:07:30'); +INSERT INTO `sys_oper_log` VALUES ('3c01241804f323b812e1c6c7c206f173', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:58:20'); +INSERT INTO `sys_oper_log` VALUES ('3cbfa22ebbe9842f18ea9991057c294b', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 36, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:22:30'); INSERT INTO `sys_oper_log` VALUES ('3ce47ad18a47474b45863e9710b56734', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 37, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 10:21:14'); +INSERT INTO `sys_oper_log` VALUES ('3dc42b2c8ccf573eb41fe0d508632c75', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:53:11'); INSERT INTO `sys_oper_log` VALUES ('3e636ed1cce63e3c2401bb3153b0efd9', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:20'); +INSERT INTO `sys_oper_log` VALUES ('3ebdda7dea961e1b688b124ffe6523df', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:26:42'); INSERT INTO `sys_oper_log` VALUES ('3f4a6d95322f2e779bc0f40cdf3705ea', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":1,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 31, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-05-08 10:42:05'); +INSERT INTO `sys_oper_log` VALUES ('3f4a7a869baf0af23fe4293d3204b1e9', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:58:28'); INSERT INTO `sys_oper_log` VALUES ('3f5109b4d80ad242861e0d3fdcded5e2', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-06 16:06:34'); +INSERT INTO `sys_oper_log` VALUES ('3f8a085b4b2d35d5697fd5feb02d992b', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentid\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 30, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:04:14'); INSERT INTO `sys_oper_log` VALUES ('3fdd33a3bc3c24d6f9cc1da927285c85', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-04 09:46:47'); +INSERT INTO `sys_oper_log` VALUES ('3feba75515ab2c5f01ed53d5ffebb2cb', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 11:37:18'); INSERT INTO `sys_oper_log` VALUES ('400950f7bfba0c1b15cf1577ce39fa3a', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 10316, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:00:31'); +INSERT INTO `sys_oper_log` VALUES ('4030533d25c87116882f5045cd0b3a3b', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 24, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 10:49:48'); +INSERT INTO `sys_oper_log` VALUES ('40a87a90e864af9275520066df9365c3', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 15:07:32'); INSERT INTO `sys_oper_log` VALUES ('40cd68f872982a3cd9046926e0efa314', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:24:13'); +INSERT INTO `sys_oper_log` VALUES ('415e6b7f09c9af9d4143b0ec5eb46e17', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:53:17'); INSERT INTO `sys_oper_log` VALUES ('41b2619a84692456ff59d253d55c578e', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-05 10:15:22'); +INSERT INTO `sys_oper_log` VALUES ('41f639ca2d83f8d12cb1a9d2187a04aa', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:28:23'); INSERT INTO `sys_oper_log` VALUES ('428e0187718f8dfb9a05b0439708991e', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', NULL, 65, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/sysmenu/menus', '127.0.0.1', 'java.lang.NullPointerException:null
com.tansci.service.impl.SysMenuServiceImpl.menus(SysMenuServiceImpl.java:111)
com.tansci.service.impl.SysMenuServiceImpl$$FastClassBySpringCGLIB$$58665f75.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)
com.tansci.service.impl.SysMenuServiceImpl$$EnhancerBySpringCGLIB$$97aa06b2.menus()
com.tansci.controller.SysMenuController.menus(SysMenuController.java:40)
com.tansci.controller.SysMenuController$$FastClassBySpringCGLIB$$8cd2e7ff.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
com.tansci.controller.SysMenuController$$EnhancerBySpringCGLIB$$8cb00925.menus()
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
javax.servlet.http.HttpServlet.service(HttpServlet.java:670)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:748)
', NULL, '2023-05-08 10:38:02'); INSERT INTO `sys_oper_log` VALUES ('42a7a3c3d6fa402ffabf8625a00cac2a', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:24:11'); +INSERT INTO `sys_oper_log` VALUES ('434a42edbb2fe347d22563a87caa4846', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 57, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:31:45'); INSERT INTO `sys_oper_log` VALUES ('43950c40f8c07ea0ee4ab51b7bc7f55d', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 130, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:13'); +INSERT INTO `sys_oper_log` VALUES ('44445f9a8870ed4932b20026135b8e7f', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 13:23:17'); +INSERT INTO `sys_oper_log` VALUES ('44d040c60fd757b8fb81b2fee8ba952d', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:29:13'); +INSERT INTO `sys_oper_log` VALUES ('45c49bcb6fb2c13911b356b573490b51', '菜单管理', 'com.tansci.controller.SysMenuController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 24, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/save', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:35'); INSERT INTO `sys_oper_log` VALUES ('4657de63b68ecb37f605e36fa5bcfa8b', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":1,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 39, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-05-06 14:30:37'); +INSERT INTO `sys_oper_log` VALUES ('46ec0ffeda25813657e5aac8a4b15ca7', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 54, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:15:08'); +INSERT INTO `sys_oper_log` VALUES ('48073d4de34d61e7aa0fcc7d04b843ce', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 11:19:45'); INSERT INTO `sys_oper_log` VALUES ('48cfce85a156e7b970541fda7129be59', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:00:31'); INSERT INTO `sys_oper_log` VALUES ('49bf24acdc9bcd745fc8235e8cc3af3a', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 163, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-06 14:27:33'); INSERT INTO `sys_oper_log` VALUES ('4a010420ddb7abafd4ebfcd73a70fc29', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:18'); +INSERT INTO `sys_oper_log` VALUES ('4a11f1b6a6a9acd68f469ff8ebf857f8', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"title\":\"d\",\"parentid\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":8,\"total\":0}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:04:41'); +INSERT INTO `sys_oper_log` VALUES ('4a59083974a65267c0deb90e8cecd054', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 13:52:04'); INSERT INTO `sys_oper_log` VALUES ('4a89900141755fb0e5b9d9b7aaf04438', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 28, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-06 16:02:25'); +INSERT INTO `sys_oper_log` VALUES ('4ae21fbf7f1e24a9b751ac0b273c6abb', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:34:51'); INSERT INTO `sys_oper_log` VALUES ('4b2e327bfd9e33157b98a3106d4d9ca7', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-06 14:27:33'); +INSERT INTO `sys_oper_log` VALUES ('4b77e038626d9d1a9dfb5d94237e3055', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:21:30\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ea3f6b014bffec899317c51e6f06f833\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"title\":\"计划开工后\",\"updateTime\":\"2023-05-11 11:21:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:21:30'); INSERT INTO `sys_oper_log` VALUES ('4c23a2ebe8c5e741b70a0d7028298ba8', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 16032, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:02:50'); INSERT INTO `sys_oper_log` VALUES ('4d363ab9bb1774a408823843189af33a', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 26, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 09:10:25'); +INSERT INTO `sys_oper_log` VALUES ('4ded51ff77d1bf433337ebc7912d56b7', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:56:15'); INSERT INTO `sys_oper_log` VALUES ('4e25b2b3fea224dda8494305f09f5913', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 35, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-06 14:41:16'); INSERT INTO `sys_oper_log` VALUES ('4ec7bc3551dbe03f0246001cb622c5e1', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:02:50'); INSERT INTO `sys_oper_log` VALUES ('4fe57942545fedb11b92ab54605a865a', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 35, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 15:27:53'); +INSERT INTO `sys_oper_log` VALUES ('500187f65cb0afc6ac1186cadbf43d1f', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:17:07'); INSERT INTO `sys_oper_log` VALUES ('50089399826f596888482cf7babd19a3', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"system@qq.com\",\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"type\":2,\"username\":\"system\"}}', 7, '3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:01'); +INSERT INTO `sys_oper_log` VALUES ('50fcf1892a526162b2fdcca9c45294e6', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:07:19'); INSERT INTO `sys_oper_log` VALUES ('51212c54efc2cf0a8b972962e42ea217', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-06 15:54:12'); +INSERT INTO `sys_oper_log` VALUES ('525619ffba72d6581cdbf71459465640', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 15:18:20'); +INSERT INTO `sys_oper_log` VALUES ('5265f30df959ab4b5abb58fa40308476', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:10:16'); INSERT INTO `sys_oper_log` VALUES ('52eb1612c8a48a04bbf9de7db26421cd', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:36:48'); INSERT INTO `sys_oper_log` VALUES ('531df57587e5ff86d44f32f333478d29', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-05 09:20:47'); +INSERT INTO `sys_oper_log` VALUES ('53375a8eee27206202dc76774bd31867', '菜单管理', 'com.tansci.controller.SysMenuController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/save', '127.0.0.1', NULL, NULL, '2023-05-11 11:16:50'); INSERT INTO `sys_oper_log` VALUES ('534752a55da05e4de641a3c9b7037988', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-05 09:10:25'); +INSERT INTO `sys_oper_log` VALUES ('55631aa0fc8f5dad4edf2a58a2860d5a', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:35:36'); INSERT INTO `sys_oper_log` VALUES ('5597062d8418f631aee93a99c9df0477', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 1621, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 10:24:24'); INSERT INTO `sys_oper_log` VALUES ('58550c0eee71fd569af415b14592a0da', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 71237, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:01:49'); +INSERT INTO `sys_oper_log` VALUES ('58801ba66c834d89c4c565e15f569ac2', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 15:12:28'); INSERT INTO `sys_oper_log` VALUES ('58a20c48a05d05b5d7870c163086947e', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 104407, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:30:52'); INSERT INTO `sys_oper_log` VALUES ('5904ccaeae0506d908b7b6f335e119fc', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:01:41'); +INSERT INTO `sys_oper_log` VALUES ('59509904674f45c0f055a25885bc7604', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 16:18:12'); +INSERT INTO `sys_oper_log` VALUES ('59ad3f143770e0feabbb4b8f88cf420c', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{\"isShow\":\"1\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"},{\"chineseName\":\"测试页面\",\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 14:12:13'); +INSERT INTO `sys_oper_log` VALUES ('59c4c41366379be02966f625084e12e0', '页面管理', 'com.tansci.controller.LcPagesController.bindMenu', 'DELETE', '绑定菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":\"ok\"}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/bindMenu', '127.0.0.1', NULL, NULL, '2023-05-11 11:39:00'); +INSERT INTO `sys_oper_log` VALUES ('5b91ee5b30f59c7085c154f894126250', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 13:52:45'); INSERT INTO `sys_oper_log` VALUES ('5bbac4f6857f5f621928a5a052115c71', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-06 16:24:46'); INSERT INTO `sys_oper_log` VALUES ('5be6f8dc15ba0c38850811df90784489', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 28, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 15:24:17'); +INSERT INTO `sys_oper_log` VALUES ('5be8730f24e9bbb6a093723496ab3348', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:26:16'); +INSERT INTO `sys_oper_log` VALUES ('5dc3b445b806da2adbf79698362bb9b5', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"306eeeb4daa0674cbf4026f6910ba5a0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":8,\"total\":0}}', 22, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:56:13'); +INSERT INTO `sys_oper_log` VALUES ('5e55af4706b802e202588ac67e1ab9ff', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 60, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:29:21'); INSERT INTO `sys_oper_log` VALUES ('5ef2c5e3a2ee2c2865d32ce87ecac7fa', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-05 09:06:24'); +INSERT INTO `sys_oper_log` VALUES ('5fe10946e19e757f73c8f91ea59e4818', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:17:13'); +INSERT INTO `sys_oper_log` VALUES ('60101ca3b1fd91561dc77d4c7d2bb230', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 13:23:17'); +INSERT INTO `sys_oper_log` VALUES ('60cfe506bc00decc604e69c4e25070b3', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 16:28:11'); INSERT INTO `sys_oper_log` VALUES ('60dea796174ac9b32024efa24715aaa5', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 15:14:37'); INSERT INTO `sys_oper_log` VALUES ('613246be478298a58d3fdb2fec487a96', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1}]}', 81, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:41:12'); +INSERT INTO `sys_oper_log` VALUES ('6153eac15851b3dc1a9ad591e1c05b8c', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 30, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 13:44:14'); +INSERT INTO `sys_oper_log` VALUES ('61bc7ac62d636e7ff413a3df60b195e6', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 11:35:48'); INSERT INTO `sys_oper_log` VALUES ('61df8c104247f13369d26e979743a044', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 30960, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:06:24'); +INSERT INTO `sys_oper_log` VALUES ('625ceef03c67b9e234859cd4fddc78db', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:44:10'); INSERT INTO `sys_oper_log` VALUES ('628dd0caa077c770f8b0ba80c7d20b04', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:02:20'); INSERT INTO `sys_oper_log` VALUES ('62d5a6553d11e777523b209f065b97e3', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 24, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-04 10:15:39'); +INSERT INTO `sys_oper_log` VALUES ('63bd6b0b175334ac1adcb3bd380203f0', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:17:42'); INSERT INTO `sys_oper_log` VALUES ('643353296dee5b08ab6dc231ca6e22bf', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:05:12'); +INSERT INTO `sys_oper_log` VALUES ('65193d063de679c7533a3de341797cfc', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:21:30\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ea3f6b014bffec899317c51e6f06f833\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"title\":\"计划开工后\",\"updateTime\":\"2023-05-11 11:21:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:22:12'); +INSERT INTO `sys_oper_log` VALUES ('65b93ae629cbff10976d6d6f945e282f', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentid\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":8,\"total\":0}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 10:54:16'); INSERT INTO `sys_oper_log` VALUES ('65ef1674dcf61a14d915d00a53137005', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":5,\"records\":[{\"createTime\":\"2023-05-06 14:28:15\",\"id\":\"02ba014bc11a5e104ef6faf25c795f09\",\"ip\":\"127.0.0.1\",\"message\":\"登录日志\",\"method\":\"com.tansci.controller.SysLogController.loginLog\",\"module\":\"日志管理\",\"reqParam\":\"{\\\"current\\\":\\\"1\\\",\\\"total\\\":\\\"1\\\",\\\"size\\\":\\\"10\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"current\\\":1,\\\"optimizeCountSql\\\":true,\\\"orders\\\":[],\\\"pages\\\":1,\\\"records\\\":[{\\\"address\\\":\\\"内网IP\\\",\\\"browser\\\":\\\"Unknown\\\",\\\"createTime\\\":\\\"2023-05-06 14:27:32\\\",\\\"failPassword\\\":\\\"123456\\\",\\\"id\\\":\\\"7201c399d6fd1c12aa271121de9c3f1d\\\",\\\"ip\\\":\\\"127.0.0.1\\\",\\\"os\\\":\\\"Unknown\\\",\\\"token\\\":\\\"fde01a6d-7173-4774-b6e5-e9082338704d\\\",\\\"type\\\":\\\"成功\\\",\\\"username\\\":\\\"admin\\\"},{\\\"address\\\":\\\"内网IP\\\",\\\"browser\\\":\\\"Unknown\\\",\\\"createTime\\\":\\\"2023-05-04 09:46:46\\\",\\\"failPassword\\\":\\\"123456\\\",\\\"id\\\":\\\"977f28d44acf54febc061c488f9beb1d\\\",\\\"ip\\\":\\\"127.0.0.1\\\",\\\"os\\\":\\\"Unknown\\\",\\\"token\\\":\\\"83259ca7-dbf5-4576-af47-38bb41615a6c\\\",\\\"type\\\":\\\"成功\\\",\\\"username\\\":\\\"admin\\\"},{\\\"address\\\":\\\"内网IP\\\",\\\"browser\\\":\\\"Unknown\\\",\\\"createTime\\\":\\\"2023-05-05 09:06:23\\\",\\\"failPassword\\\":\\\"123456\\\",\\\"id\\\":\\\"f76c755c2777154a0fc2954c443cf6e6\\\",\\\"ip\\\":\\\"127.0.0.1\\\",\\\"os\\\":\\\"Unknown\\\",\\\"token\\\":\\\"5d1dc713-8375-422a-a28e-f023b805c36a\\\",\\\"type\\\":\\\"成功\\\",\\\"username\\\":\\\"admin\\\"}],\\\"searchCount\\\":true,\\\"size\\\":10,\\\"total\\\":3}}\",\"status\":0,\"takeUpTime\":53,\"type\":\"DELETE\",\"uri\":\"/tansci/syslog/loginLog\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-04 10:16:10\",\"id\":\"0a784e547dca2ae257ddac744a8cbbfb\",\"ip\":\"127.0.0.1\",\"message\":\"菜单树\",\"method\":\"com.tansci.controller.SysMenuController.tree\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"children\\\":[{\\\"chineseName\\\":\\\"列表\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-13 16:26:51\\\",\\\"englishName\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"id\\\":\\\"06936eec3258c1fa675c8b6b697160f5\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"name\\\":\\\"\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"permission\\\":\\\"dict:list\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":0,\\\"updateTime\\\":\\\"2023-04-13 16:26:51\\\",\\\"url\\\":\\\"\\\"},{\\\"chineseName\\\":\\\"修改\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-13 16:27:29\\\",\\\"englishName\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"id\\\":\\\"5e67672047d0a00bf861ba2255535238\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"name\\\":\\\"\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"permission\\\":\\\"dict:update\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":2,\\\"updateTime\\\":\\\"2023-04-13 16:27:29\\\",\\\"url\\\":\\\"\\\"},{\\\"chineseName\\\":\\\"保存\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-13 16:27:07\\\",\\\"englishName\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"id\\\":\\\"628431d108e3530ac37dfa2180dff376\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"name\\\":\\\"\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"permission\\\":\\\"dict:save\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"updateTime\\\":\\\"2023-04-13 16:27:07\\\",\\\"url\\\":\\\"\\\"},{\\\"chineseName\\\":\\\"删除\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-13 16:27:48\\\",\\\"englishName\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"id\\\":\\\"b9401c42bc1e58e0a48e6b3308cff617\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"name\\\":\\\"\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"permission\\\":\\\"dict:delete\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":4,\\\"updateTime\\\":\\\"2023-04-13 16:27:48\\\",\\\"url\\\":\\\"\\\"}],\\\"chineseName\\\":\\\"字典管理\\\",\\\"createTime\\\":\\\"2023-04-13 16:26:19\\\",\\\"englishName\\\":\\\"Dist\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isDel\\\":0,\\\"isShow\\\":1,\\\"keepAlive\\\":0,\\\"name\\\":\\\"dict\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"sort\\\":5,\\\"updateTime\\\":\\\"2023-04-13 16:26:19\\\",\\\"url\\\":\\\"/system/Dict\\\"},{\\\"children\\\":[{\\\"chineseName\\\":\\\"保存\\\",\\\"createTime\\\":\\\"2023-03-29 08:57:52\\\",\\\"englishName\\\":\\\"save\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a007\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"permission\\\":\\\"menu:save\\\",\\\"sort\\\":6,\\\"updateTime\\\":\\\"2023-03-29 08:57:50\\\"},{\\\"chineseName\\\":\\\"删除\\\",\\\"createTime\\\":\\\"2023-03-29 08:57:52\\\",\\\"englishName\\\":\\\"delete\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a008\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"permission\\\":\\\"menu:delete\\\",\\\"sort\\\":6,\\\"updateTime\\\":\\\"2023-03-29 08:57:50\\\"},{\\\"chineseName\\\":\\\"修改\\\",\\\"createTime\\\":\\\"2023-03-29 08:57:52\\\",\\\"englishName\\\":\\\"update\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a009\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"permission\\\":\\\"menu:update\\\",\\\"sort\\\":6,\\\"updateTime\\\":\\\"2023-03-29 08:57:50\\\"},{\\\"chineseName\\\":\\\"详情\\\",\\\"createTime\\\":\\\"2023-03-29 08:57:52\\\",\\\"englishName\\\":\\\"view\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a010\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"permission\\\":\\\"menu:view\\\",\\\"sort\\\":6,\\\"updateTime\\\":\\\"2023-03-29 08:57:50\\\"},{\\\"chineseName\\\":\\\"列表\\\",\\\"createTime\\\":\\\"2023-03-29 08:57:52\\\",\\\"englishName\\\":\\\"list\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a011\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"permission\\\":\\\"menu:list\\\",\\\"sort\\\":6,\\\"updateTime\\\":\\\"2023-03-29 08:57:50\\\"}],\\\"chineseName\\\":\\\"菜单管理\\\",\\\"createTime\\\":\\\"2023-03-29 08:57:52\\\",\\\"englishName\\\":\\\"Menu\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isDel\\\":0,\\\"isShow\\\":1,\\\"keepAlive\\\":0,\\\"name\\\":\\\"menu\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"sort\\\":2,\\\"updateTime\\\":\\\"2023-03-29 08:57:50\\\",\\\"url\\\":\\\"/system/Menu\\\"},{\\\"children\\\":[{\\\"chineseName\\\":\\\"列表\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-13 10:35:47\\\",\\\"englishName\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"id\\\":\\\"07e1aebb5b69b55b7eb0ce79fed00f40\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"name\\\":\\\"\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"permission\\\":\\\"org:list\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":3,\\\"updateTime\\\":\\\"2023-04-13 10:35:47\\\",\\\"url\\\":\\\"\\\"},{\\\"chineseName\\\":\\\"删除\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-13 10:34:53\\\",\\\"englishName\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"id\\\":\\\"44979f524b88ed2dfbf14e4267ebd045\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"name\\\":\\\"\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"permission\\\":\\\"org:delete\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"updateTime\\\":\\\"2023-04-13 10:34:53\\\",\\\"url\\\":\\\"\\\"},{\\\"chineseName\\\":\\\"保存\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-13 10:33:43\\\",\\\"englishName\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"id\\\":\\\"5de088a93f0828a57e4c70959831458b\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"name\\\":\\\"\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"permission\\\":\\\"org:save\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":0,\\\"updateTime\\\":\\\"2023-04-13 10:33:43\\\",\\\"url\\\":\\\"\\\"},{\\\"chineseName\\\":\\\"修改\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-13 10:35:17\\\",\\\"englishName\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"id\\\":\\\"f3138bd5b256d82f9eebe07c6679cf15\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"name\\\":\\\"\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"permission\\\":\\\"org:update\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":2,\\\"updateTime\\\":\\\"2023-04-13 10:35:17\\\",\\\"url\\\":\\\"\\\"}],\\\"chineseName\\\":\\\"组织管理\\\",\\\"createTime\\\":\\\"2023-03-29 08:57:52\\\",\\\"englishName\\\":\\\"Org\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isDel\\\":0,\\\"isShow\\\":1,\\\"keepAlive\\\":0,\\\"name\\\":\\\"org\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"sort\\\":3,\\\"updateTime\\\":\\\"2023-04-13 11:30:56\\\",\\\"url\\\":\\\"/system/Org\\\"},{\\\"children\\\":[{\\\"chineseName\\\":\\\"列表\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-11 11:12:16\\\",\\\"englishName\\\":\\\"list\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0666\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"permission\\\":\\\"role:list\\\",\\\"sort\\\":1,\\\"updateTime\\\":\\\"2023-04-11 11:26:05\\\"},{\\\"chineseName\\\":\\\"添加\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-11 11:12:16\\\",\\\"englishName\\\":\\\"save\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0667\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"permission\\\":\\\"role:save\\\",\\\"sort\\\":1,\\\"updateTime\\\":\\\"2023-04-11 11:26:05\\\"},{\\\"chineseName\\\":\\\"修改\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-11 11:12:16\\\",\\\"englishName\\\":\\\"update\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0668\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"permission\\\":\\\"role:update\\\",\\\"sort\\\":1,\\\"updateTime\\\":\\\"2023-04-11 11:26:05\\\"},{\\\"chineseName\\\":\\\"删除\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-11 11:12:16\\\",\\\"englishName\\\":\\\"delete\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0669\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"permission\\\":\\\"role:delete\\\",\\\"sort\\\":1,\\\"updateTime\\\":\\\"2023-04-11 11:26:05\\\"},{\\\"chineseName\\\":\\\"菜单权限\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-11 11:12:16\\\",\\\"englishName\\\":\\\"menu\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0670\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"permission\\\":\\\"role:menu\\\",\\\"sort\\\":1,\\\"updateTime\\\":\\\"2023-04-11 11:26:05\\\"},{\\\"chineseName\\\":\\\"数据权限\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-11 11:12:16\\\",\\\"englishName\\\":\\\"data\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0671\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"permission\\\":\\\"role:data\\\",\\\"sort\\\":1,\\\"updateTime\\\":\\\"2023-04-11 11:26:05\\\"}],\\\"chineseName\\\":\\\"角色管理\\\",\\\"createTime\\\":\\\"2023-03-29 08:57:52\\\",\\\"englishName\\\":\\\"Role\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isDel\\\":0,\\\"isShow\\\":1,\\\"keepAlive\\\":0,\\\"name\\\":\\\"role\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"sort\\\":4,\\\"updateTime\\\":\\\"2023-04-13 11:32:50\\\",\\\"url\\\":\\\"/system/Role\\\"},{\\\"children\\\":[{\\\"chineseName\\\":\\\"删除\\\",\\\"createTime\\\":\\\"2023-04-13 11:34:29\\\",\\\"englishName\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"id\\\":\\\"11107c717306bd0d9e993cf32a94974e\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"name\\\":\\\"\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"permission\\\":\\\"user:delete\\\",\\\"sort\\\":3,\\\"updateTime\\\":\\\"2023-04-13 11:34:29\\\",\\\"url\\\":\\\"\\\"},{\\\"chineseName\\\":\\\"保存\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-13 11:33:37\\\",\\\"englishName\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"id\\\":\\\"850a1c29af28318e6e470a14aaeb50e5\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"name\\\":\\\"\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"permission\\\":\\\"user:save\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":0,\\\"updateTime\\\":\\\"2023-04-13 11:33:37\\\",\\\"url\\\":\\\"\\\"},{\\\"chineseName\\\":\\\"修改\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-13 11:34:04\\\",\\\"englishName\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"id\\\":\\\"b4cfa05bff2269fee06788b32115851a\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"name\\\":\\\"\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"permission\\\":\\\"user:update\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"updateTime\\\":\\\"2023-04-13 14:44:51\\\",\\\"url\\\":\\\"\\\"},{\\\"chineseName\\\":\\\"列表\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-13 11:34:49\\\",\\\"englishName\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"id\\\":\\\"b8db9ff560e383e59d604e19c9fbd3cb\\\",\\\"isDel\\\":0,\\\"isShow\\\":0,\\\"keepAlive\\\":0,\\\"name\\\":\\\"\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"permission\\\":\\\"user:list\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":4,\\\"updateTime\\\":\\\"2023-04-13 11:34:49\\\",\\\"url\\\":\\\"\\\"}],\\\"chineseName\\\":\\\"用户管理\\\",\\\"createTime\\\":\\\"2023-03-29 08:57:52\\\",\\\"englishName\\\":\\\"User\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isDel\\\":0,\\\"isShow\\\":1,\\\"keepAlive\\\":0,\\\"name\\\":\\\"user\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"sort\\\":5,\\\"updateTime\\\":\\\"2023-04-13 11:32:34\\\",\\\"url\\\":\\\"/system/User\\\"}],\\\"chineseName\\\":\\\"系统管理\\\",\\\"createTime\\\":\\\"2023-03-29 08:57:52\\\",\\\"englishName\\\":\\\"System\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isDel\\\":0,\\\"isShow\\\":1,\\\"keepAlive\\\":0,\\\"name\\\":\\\"system\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"0\\\",\\\"sort\\\":1,\\\"updateTime\\\":\\\"2023-03-29 08:57:50\\\",\\\"url\\\":\\\"/system\\\"},{\\\"children\\\":[{\\\"chineseName\\\":\\\"框架\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-11 11:25:08\\\",\\\"englishName\\\":\\\"magicapi\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isDel\\\":0,\\\"isShow\\\":1,\\\"keepAlive\\\":0,\\\"name\\\":\\\"magicapi\\\",\\\"openMode\\\":1,\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"sort\\\":2,\\\"updateTime\\\":\\\"2023-04-11 11:25:08\\\",\\\"url\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\"},{\\\"chineseName\\\":\\\"必应\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-11 11:12:16\\\",\\\"englishName\\\":\\\"Iframe\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isDel\\\":0,\\\"isShow\\\":1,\\\"keepAlive\\\":0,\\\"name\\\":\\\"Iframe\\\",\\\"openMode\\\":1,\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"sort\\\":1,\\\"updateTime\\\":\\\"2023-04-11 11:26:05\\\",\\\"url\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\"}],\\\"chineseName\\\":\\\"菜单实例\\\",\\\"component\\\":\\\"\\\",\\\"createTime\\\":\\\"2023-04-11 11:10:46\\\",\\\"englishName\\\":\\\"Demo\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isDel\\\":0,\\\"isShow\\\":1,\\\"keepAlive\\\":1,\\\"name\\\":\\\"demo\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"0\\\",\\\"sort\\\":2,\\\"updateTime\\\":\\\"2023-04-11 11:10:46\\\",\\\"url\\\":\\\"/demo\\\"},{\\\"children\\\":[{\\\"chineseName\\\":\\\"登录日志\\\",\\\"createTime\\\":\\\"2023-04-14 08:48:07\\\",\\\"englishName\\\":\\\"LoginLog\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isDel\\\":0,\\\"isShow\\\":1,\\\"keepAlive\\\":1,\\\"name\\\":\\\"loginLog\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"updateTime\\\":\\\"2023-04-14 08:48:07\\\",\\\"url\\\":\\\"/monitor/LoginLog\\\"},{\\\"chineseName\\\":\\\"在线用户\\\",\\\"createTime\\\":\\\"2023-04-14 08:50:35\\\",\\\"englishName\\\":\\\"OnlineUser\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isDel\\\":0,\\\"isShow\\\":1,\\\"keepAlive\\\":1,\\\"name\\\":\\\"onlineUser\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":3,\\\"updateTime\\\":\\\"2023-04-14 08:50:35\\\",\\\"url\\\":\\\"/monitor/OnlineUser\\\"},{\\\"chineseName\\\":\\\"操作日志\\\",\\\"createTime\\\":\\\"2023-04-14 08:49:04\\\",\\\"englishName\\\":\\\"OperLog\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isDel\\\":0,\\\"isShow\\\":1,\\\"keepAlive\\\":1,\\\"name\\\":\\\"operLog\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":2,\\\"updateTime\\\":\\\"2023-04-14 08:49:04\\\",\\\"url\\\":\\\"/monitor/OperLog\\\"}],\\\"chineseName\\\":\\\"系统监控\\\",\\\"createTime\\\":\\\"2023-04-14 08:44:27\\\",\\\"englishName\\\":\\\"Monitor\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isDel\\\":0,\\\"isShow\\\":1,\\\"keepAlive\\\":1,\\\"name\\\":\\\"monitor\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":3,\\\"updateTime\\\":\\\"2023-04-14 08:44:27\\\",\\\"url\\\":\\\"/monitor\\\"},{\\\"children\\\":[{\\\"chineseName\\\":\\\"代码生成\\\",\\\"createTime\\\":\\\"2023-04-14 08:54:08\\\",\\\"englishName\\\":\\\"CodeGen\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isDel\\\":0,\\\"isShow\\\":1,\\\"keepAlive\\\":1,\\\"name\\\":\\\"codeGen\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":2,\\\"updateTime\\\":\\\"2023-04-14 08:54:08\\\",\\\"url\\\":\\\"/lowcode/CodeGen\\\"},{\\\"chineseName\\\":\\\"接口开发\\\",\\\"createTime\\\":\\\"2023-04-14 08:52:17\\\",\\\"englishName\\\":\\\"Interface\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isDel\\\":0,\\\"isShow\\\":1,\\\"keepAlive\\\":1,\\\"name\\\":\\\"interface\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"updateTime\\\":\\\"2023-04-14 08:52:17\\\",\\\"url\\\":\\\"/lowcode/Interface\\\"}],\\\"chineseName\\\":\\\"应用开发\\\",\\\"createTime\\\":\\\"2023-04-14 08:46:15\\\",\\\"englishName\\\":\\\"Lowcode\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isDel\\\":0,\\\"isShow\\\":1,\\\"keepAlive\\\":1,\\\"name\\\":\\\"lowcode\\\",\\\"openMode\\\":0,\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":4,\\\"updateTime\\\":\\\"2023-04-14 08:46:15\\\",\\\"url\\\":\\\"/lowcode\\\"}]}\",\"status\":0,\"takeUpTime\":23,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/tree\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-05 10:07:53\",\"id\":\"117e3302f68ec6f969b17d719b81dfc9\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 15:41:57\\\",\\\"dicLabel\\\":\\\"女\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"bd4b42486c1b522b07cec0d870834952\\\",\\\"parentId\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"remarks\\\":\\\"女\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:57\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:40:09\\\",\\\"dicLabel\\\":\\\"男\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"df5903139958429ed65ee82424d69b1b\\\",\\\"parentId\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"remarks\\\":\\\"男\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:44\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:41:07\\\",\\\"dicLabel\\\":\\\"普通用户\\\",\\\"dicValue\\\":2,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"565a9c6f24904ec7a4f084fa96c5434b\\\",\\\"parentId\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"remarks\\\":\\\"普通用户\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:07\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:40:40\\\",\\\"dicLabel\\\":\\\"管理员\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"3292493cc1195fc6ad1934e19d4bab2f\\\",\\\"parentId\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"remarks\\\":\\\"管理员\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:40:40\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:39:38\\\",\\\"dicLabel\\\":\\\"用户性别\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"用户性别\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:39:38\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:39:15\\\",\\\"dicLabel\\\":\\\"用户类型\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"用户类型\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:39:15\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:35:36\\\",\\\"dicLabel\\\":\\\"业务\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"c7d736d70f722d15bebe282f4bd317d5\\\",\\\"parentId\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:35:36\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:35:23\\\",\\\"dicLabel\\\":\\\"系统\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"f60b86ff25cc5261dafdffdf78b590db\\\",\\\"parentId\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:35:23\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:34:37\\\",\\\"dicLabel\\\":\\\"业务类型\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"业务类型\\\",\\\"sort\\\":0,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:34:37\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 14:41:31\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 14:41:26\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":5,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-04 09:46:46\",\"id\":\"18f34fb14575024a4e8579007356fe1b\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 15:41:57\\\",\\\"dicLabel\\\":\\\"女\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"bd4b42486c1b522b07cec0d870834952\\\",\\\"parentId\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"remarks\\\":\\\"女\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:57\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:40:09\\\",\\\"dicLabel\\\":\\\"男\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"df5903139958429ed65ee82424d69b1b\\\",\\\"parentId\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"remarks\\\":\\\"男\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:44\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:41:07\\\",\\\"dicLabel\\\":\\\"普通用户\\\",\\\"dicValue\\\":2,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"565a9c6f24904ec7a4f084fa96c5434b\\\",\\\"parentId\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"remarks\\\":\\\"普通用户\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:07\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:40:40\\\",\\\"dicLabel\\\":\\\"管理员\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"3292493cc1195fc6ad1934e19d4bab2f\\\",\\\"parentId\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"remarks\\\":\\\"管理员\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:40:40\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:39:38\\\",\\\"dicLabel\\\":\\\"用户性别\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"用户性别\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:39:38\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:39:15\\\",\\\"dicLabel\\\":\\\"用户类型\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"用户类型\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:39:15\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:35:36\\\",\\\"dicLabel\\\":\\\"业务\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"c7d736d70f722d15bebe282f4bd317d5\\\",\\\"parentId\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:35:36\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:35:23\\\",\\\"dicLabel\\\":\\\"系统\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"f60b86ff25cc5261dafdffdf78b590db\\\",\\\"parentId\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:35:23\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:34:37\\\",\\\"dicLabel\\\":\\\"业务类型\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"业务类型\\\",\\\"sort\\\":0,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:34:37\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 14:41:31\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 14:41:26\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":19,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-06 14:27:33\",\"id\":\"1fbc083fa7971ef3d6d6db586394c6db\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 15:41:57\\\",\\\"dicLabel\\\":\\\"女\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"bd4b42486c1b522b07cec0d870834952\\\",\\\"parentId\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"remarks\\\":\\\"女\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:57\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:40:09\\\",\\\"dicLabel\\\":\\\"男\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"df5903139958429ed65ee82424d69b1b\\\",\\\"parentId\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"remarks\\\":\\\"男\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:44\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:41:07\\\",\\\"dicLabel\\\":\\\"普通用户\\\",\\\"dicValue\\\":2,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"565a9c6f24904ec7a4f084fa96c5434b\\\",\\\"parentId\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"remarks\\\":\\\"普通用户\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:07\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:40:40\\\",\\\"dicLabel\\\":\\\"管理员\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"3292493cc1195fc6ad1934e19d4bab2f\\\",\\\"parentId\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"remarks\\\":\\\"管理员\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:40:40\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:39:38\\\",\\\"dicLabel\\\":\\\"用户性别\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"用户性别\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:39:38\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:39:15\\\",\\\"dicLabel\\\":\\\"用户类型\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"用户类型\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:39:15\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:35:36\\\",\\\"dicLabel\\\":\\\"业务\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"c7d736d70f722d15bebe282f4bd317d5\\\",\\\"parentId\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:35:36\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:35:23\\\",\\\"dicLabel\\\":\\\"系统\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"f60b86ff25cc5261dafdffdf78b590db\\\",\\\"parentId\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:35:23\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:34:37\\\",\\\"dicLabel\\\":\\\"业务类型\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"业务类型\\\",\\\"sort\\\":0,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:34:37\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 14:41:31\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 14:41:26\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":19,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-05 09:06:24\",\"id\":\"208874ad4386fbe724a3822a7c1c3289\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 15:41:57\\\",\\\"dicLabel\\\":\\\"女\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"bd4b42486c1b522b07cec0d870834952\\\",\\\"parentId\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"remarks\\\":\\\"女\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:57\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:40:09\\\",\\\"dicLabel\\\":\\\"男\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"df5903139958429ed65ee82424d69b1b\\\",\\\"parentId\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"remarks\\\":\\\"男\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:44\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:41:07\\\",\\\"dicLabel\\\":\\\"普通用户\\\",\\\"dicValue\\\":2,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"565a9c6f24904ec7a4f084fa96c5434b\\\",\\\"parentId\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"remarks\\\":\\\"普通用户\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:07\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:40:40\\\",\\\"dicLabel\\\":\\\"管理员\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"3292493cc1195fc6ad1934e19d4bab2f\\\",\\\"parentId\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"remarks\\\":\\\"管理员\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:40:40\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:39:38\\\",\\\"dicLabel\\\":\\\"用户性别\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"用户性别\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:39:38\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:39:15\\\",\\\"dicLabel\\\":\\\"用户类型\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"用户类型\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:39:15\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:35:36\\\",\\\"dicLabel\\\":\\\"业务\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"c7d736d70f722d15bebe282f4bd317d5\\\",\\\"parentId\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:35:36\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:35:23\\\",\\\"dicLabel\\\":\\\"系统\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"f60b86ff25cc5261dafdffdf78b590db\\\",\\\"parentId\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:35:23\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:34:37\\\",\\\"dicLabel\\\":\\\"业务类型\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"业务类型\\\",\\\"sort\\\":0,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:34:37\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 14:41:31\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 14:41:26\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":17,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-05 09:39:48\",\"id\":\"22afe388cfa3c76456e84887133eedc4\",\"ip\":\"127.0.0.1\",\"message\":\"用户信息\",\"method\":\"com.tansci.controller.SysUserController.info\",\"module\":\"用户管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"authorities\\\":[\\\"dict:list\\\",\\\"org:list\\\",\\\"user:delete\\\",\\\"org:delete\\\",\\\"org:save\\\",\\\"dict:update\\\",\\\"dict:save\\\",\\\"user:save\\\",\\\"menu:save\\\",\\\"menu:delete\\\",\\\"menu:update\\\",\\\"menu:view\\\",\\\"menu:list\\\",\\\"user:update\\\",\\\"user:list\\\",\\\"dict:delete\\\",\\\"org:update\\\",\\\"role:list\\\",\\\"role:save\\\",\\\"role:update\\\",\\\"role:delete\\\",\\\"role:menu\\\",\\\"role:data\\\"],\\\"email\\\":\\\"\\\",\\\"nickname\\\":\\\"管理员\\\",\\\"type\\\":1,\\\"username\\\":\\\"admin\\\"}}\",\"status\":0,\"takeUpTime\":3,\"type\":\"SELECT\",\"uri\":\"/tansci/sysuser/info\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-06 14:28:35\",\"id\":\"259cbd70bebd59ebf2e4f9951db3d17b\",\"ip\":\"127.0.0.1\",\"message\":\"在线用户\",\"method\":\"com.tansci.controller.AuthController.onlineUser\",\"module\":\"鉴权管理\",\"reqParam\":\"{\\\"current\\\":\\\"1\\\",\\\"total\\\":\\\"1\\\",\\\"size\\\":\\\"10\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"current\\\":1,\\\"optimizeCountSql\\\":true,\\\"orders\\\":[],\\\"pages\\\":1,\\\"records\\\":[{\\\"address\\\":\\\"内网IP\\\",\\\"browser\\\":\\\"Unknown\\\",\\\"createTime\\\":\\\"2023-05-06 14:27:32\\\",\\\"failPassword\\\":\\\"123456\\\",\\\"id\\\":\\\"7201c399d6fd1c12aa271121de9c3f1d\\\",\\\"ip\\\":\\\"127.0.0.1\\\",\\\"os\\\":\\\"Unknown\\\",\\\"token\\\":\\\"fde01a6d-7173-4774-b6e5-e9082338704d\\\",\\\"type\\\":\\\"成功\\\",\\\"username\\\":\\\"admin\\\"}],\\\"searchCount\\\":true,\\\"size\\\":10,\\\"total\\\":1}}\",\"status\":0,\"takeUpTime\":15,\"type\":\"SELECT\",\"uri\":\"/tansci/auth/onlineUser\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-05 09:10:25\",\"id\":\"2bc19778600b3db278035476f8a344e0\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 15:41:57\\\",\\\"dicLabel\\\":\\\"女\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"bd4b42486c1b522b07cec0d870834952\\\",\\\"parentId\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"remarks\\\":\\\"女\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:57\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:40:09\\\",\\\"dicLabel\\\":\\\"男\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"df5903139958429ed65ee82424d69b1b\\\",\\\"parentId\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"remarks\\\":\\\"男\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:44\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:41:07\\\",\\\"dicLabel\\\":\\\"普通用户\\\",\\\"dicValue\\\":2,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"565a9c6f24904ec7a4f084fa96c5434b\\\",\\\"parentId\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"remarks\\\":\\\"普通用户\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:07\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:40:40\\\",\\\"dicLabel\\\":\\\"管理员\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"3292493cc1195fc6ad1934e19d4bab2f\\\",\\\"parentId\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"remarks\\\":\\\"管理员\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:40:40\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:39:38\\\",\\\"dicLabel\\\":\\\"用户性别\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"用户性别\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:39:38\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:39:15\\\",\\\"dicLabel\\\":\\\"用户类型\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"用户类型\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:39:15\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:35:36\\\",\\\"dicLabel\\\":\\\"业务\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"c7d736d70f722d15bebe282f4bd317d5\\\",\\\"parentId\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:35:36\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:35:23\\\",\\\"dicLabel\\\":\\\"系统\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"f60b86ff25cc5261dafdffdf78b590db\\\",\\\"parentId\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:35:23\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:34:37\\\",\\\"dicLabel\\\":\\\"业务类型\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"业务类型\\\",\\\"sort\\\":0,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:34:37\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 14:41:31\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 14:41:26\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":3,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-05 10:21:14\",\"id\":\"2d5f8ed7a75be5fbfccfa914b3c94ae8\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 15:41:57\\\",\\\"dicLabel\\\":\\\"女\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"bd4b42486c1b522b07cec0d870834952\\\",\\\"parentId\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"remarks\\\":\\\"女\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:57\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:40:09\\\",\\\"dicLabel\\\":\\\"男\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"df5903139958429ed65ee82424d69b1b\\\",\\\"parentId\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"remarks\\\":\\\"男\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:44\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:41:07\\\",\\\"dicLabel\\\":\\\"普通用户\\\",\\\"dicValue\\\":2,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"565a9c6f24904ec7a4f084fa96c5434b\\\",\\\"parentId\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"remarks\\\":\\\"普通用户\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:41:07\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:40:40\\\",\\\"dicLabel\\\":\\\"管理员\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"3292493cc1195fc6ad1934e19d4bab2f\\\",\\\"parentId\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"remarks\\\":\\\"管理员\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:40:40\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:39:38\\\",\\\"dicLabel\\\":\\\"用户性别\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"user_gender\\\",\\\"id\\\":\\\"402ab9a354ff5f9de90adb9e9afb33fb\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"用户性别\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:39:38\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:39:15\\\",\\\"dicLabel\\\":\\\"用户类型\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"user_type\\\",\\\"id\\\":\\\"7afe0187e05ce3465c810a49331babc8\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"用户类型\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 15:39:15\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:35:36\\\",\\\"dicLabel\\\":\\\"业务\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"c7d736d70f722d15bebe282f4bd317d5\\\",\\\"parentId\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:35:36\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:35:23\\\",\\\"dicLabel\\\":\\\"系统\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"f60b86ff25cc5261dafdffdf78b590db\\\",\\\"parentId\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"remarks\\\":\\\"\\\",\\\"sort\\\":1,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:35:23\\\"},{\\\"createTime\\\":\\\"2023-04-14 15:34:37\\\",\\\"dicLabel\\\":\\\"业务类型\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"business_type\\\",\\\"id\\\":\\\"504f58ac31fd50cd0f250d4bd165bf0b\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"业务类型\\\",\\\"sort\\\":0,\\\"type\\\":0,\\\"updateTime\\\":\\\"2023-04-14 15:34:37\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 14:41:31\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 14:41:26\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":46}}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-05-06 14:29:11'); +INSERT INTO `sys_oper_log` VALUES ('65fe2dd3862c02960112e4b41cbb86c2', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 11:35:48'); +INSERT INTO `sys_oper_log` VALUES ('666a3dab001d80debbcbcca88aacb63b', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:33:56'); +INSERT INTO `sys_oper_log` VALUES ('66df5ef3c7384652accc5e442e72a203', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 144, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:29:16'); INSERT INTO `sys_oper_log` VALUES ('66f4aba8b709b4dfd7087e4b4074ca3f', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-08 10:42:24'); +INSERT INTO `sys_oper_log` VALUES ('676c931ea1d36f35635a6e9016c0906e', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"},{\"chineseName\":\"测试页面\",\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 13:25:40'); INSERT INTO `sys_oper_log` VALUES ('6798975b1e263b1bea34b7bfdf01ae3e', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:48:06'); INSERT INTO `sys_oper_log` VALUES ('68a6931e9d24d6b6fc84f4ea6e041ecb', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:02:20'); +INSERT INTO `sys_oper_log` VALUES ('68e323a2e937acd2b2a88b53b2c837bc', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 30, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:11:59'); +INSERT INTO `sys_oper_log` VALUES ('6988b90d35ba69a8ccefed9a406b4736', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentid\":\"7f08e688-de5a-11ed-8f49-00163e228eed\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:08:02'); INSERT INTO `sys_oper_log` VALUES ('69c97ea69ceff00dfe056c1cb4e805bb', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:18'); +INSERT INTO `sys_oper_log` VALUES ('69cd5607c081c6f34b263615d32a3aa8', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:44:05'); +INSERT INTO `sys_oper_log` VALUES ('6a1f8f3ec2df76da33ea1397f33ad01e', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:35:53'); INSERT INTO `sys_oper_log` VALUES ('6a5101917969bd4588ff9ed4237cb026', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-05 09:39:48'); +INSERT INTO `sys_oper_log` VALUES ('6a8123209505e6fef2dbe5998e4c03be', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:31:55'); INSERT INTO `sys_oper_log` VALUES ('6a8ec18468026ce6fc5495cf787d836c', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 65, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:33:01'); +INSERT INTO `sys_oper_log` VALUES ('6b17bd9325a8a0894acdc78a5ec546a9', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 43, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:30:49'); +INSERT INTO `sys_oper_log` VALUES ('6b1e86d2fd7bbfa90bda352351131edc', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 15:18:16'); +INSERT INTO `sys_oper_log` VALUES ('6c1866bb5825c73906929db770c7bfd0', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 11:18:59'); +INSERT INTO `sys_oper_log` VALUES ('6c51a7f25554acf226f8aabc7e8ba411', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:08:56'); +INSERT INTO `sys_oper_log` VALUES ('6c827b42dcdebe2ab8cd970048f69d05', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:58:28'); +INSERT INTO `sys_oper_log` VALUES ('6d3b6880eb40ae996c1c5cd005df0e42', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentid\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:08:52'); INSERT INTO `sys_oper_log` VALUES ('6d9acd29502909a0261948073f2e453d', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:30'); +INSERT INTO `sys_oper_log` VALUES ('6e0dfb8db610c4de7e94d9a2591b15b1', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 16:30:54'); +INSERT INTO `sys_oper_log` VALUES ('6f3069be971056f03fb7fe88fff712a9', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 13:52:45'); +INSERT INTO `sys_oper_log` VALUES ('6ff360a4468bea4148cf711ba02db84d', '菜单管理', 'com.tansci.controller.SysMenuController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/save', '127.0.0.1', NULL, NULL, '2023-05-11 11:17:13'); INSERT INTO `sys_oper_log` VALUES ('707141fa2b30ca63631fe0cb40eb77f3', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:36:48'); +INSERT INTO `sys_oper_log` VALUES ('707a150970da10e35fd9eadf7d5a4414', '角色管理', 'com.tansci.controller.SysRoleController.orgList', 'INSERT', '获取权限组织', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"list\":[{\"children\":[{\"code\":\"SO00002\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0001\",\"isDel\":0,\"name\":\"兰州子公司\",\"parentId\":\"534a37c366ec47878a6b0c85703d0bc4\",\"sort\":2,\"updateTime\":\"2023-03-29 08:53:41\"}],\"code\":\"SO00001\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0bc4\",\"isDel\":0,\"name\":\"总公司\",\"parentId\":\"0\",\"sort\":0,\"updateTime\":\"2023-03-29 08:53:41\"}],\"selected\":[\"534a37c366ec47878a6b0c85703d0bc4\"]}}', 22, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/orgList/534a37c366ec47878a6b0c85703d0bc3', '127.0.0.1', NULL, NULL, '2023-05-11 11:18:40'); INSERT INTO `sys_oper_log` VALUES ('70b75ad1556d771c9b7d53374ec2f3c2', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 50658, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:04:43'); INSERT INTO `sys_oper_log` VALUES ('70bf6c859ddefa3a874bd2c8d37fd39d', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:11:54'); +INSERT INTO `sys_oper_log` VALUES ('7241419be1c70d262a8bdab66643de1b', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"title\":\"11\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"}],\"searchCount\":true,\"size\":8,\"total\":1}}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:26:13'); +INSERT INTO `sys_oper_log` VALUES ('72cba1e5106431d24a940b391bd11141', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 608, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 15:22:46'); +INSERT INTO `sys_oper_log` VALUES ('749ce0092f65569383fa0195853b95b8', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 25, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:20:51'); INSERT INTO `sys_oper_log` VALUES ('753b4d8d75e19b5db1e73ff3b265b031', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-06 15:54:12'); +INSERT INTO `sys_oper_log` VALUES ('757f83b4133734876e876686183ec8af', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:53:17'); INSERT INTO `sys_oper_log` VALUES ('76262e2a4f49e7c48e00f5e0a244f292', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-05 10:15:22'); INSERT INTO `sys_oper_log` VALUES ('7677a0319d0abc1bf7d68eeb9613149c', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-06 15:14:27'); +INSERT INTO `sys_oper_log` VALUES ('767b8aed937f12bbd312a393438b66c9', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:44'); INSERT INTO `sys_oper_log` VALUES ('76a9d0c062c4c330ed56bc57fb8b3e17', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-08 10:48:21'); +INSERT INTO `sys_oper_log` VALUES ('76ae51962936fc7d1638125ab6c76de7', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:34:38'); +INSERT INTO `sys_oper_log` VALUES ('7823440350d3ced726a6bad2e266011b', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:53:17'); +INSERT INTO `sys_oper_log` VALUES ('78cc24a97392968f96d8f68f9ede28a0', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 26, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:36:10'); +INSERT INTO `sys_oper_log` VALUES ('7aba2db8b7745d8cebff683a04134d6c', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 140, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 10:49:37'); +INSERT INTO `sys_oper_log` VALUES ('7caab12f3e8aacb420d92bd94d0511fc', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:16:50'); INSERT INTO `sys_oper_log` VALUES ('7de3fb466978425c4e80a8324b4f58b2', '角色管理', 'com.tansci.controller.SysRoleController.menuList', 'INSERT', '获取权限菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"list\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}],\"selected\":[\"06936eec3258c1fa675c8b6b697160f5\",\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"11107c717306bd0d9e993cf32a94974e\",\"120d967459a9e7323692b3fa49c1ba59\",\"1ec1c1cb127d83f6346904220b3ed20b\",\"223588533ceb03066c89940863dc747e\",\"44979f524b88ed2dfbf14e4267ebd045\",\"5de088a93f0828a57e4c70959831458b\",\"5df7c65d51129baefee123ef3bc2d7de\",\"5e67672047d0a00bf861ba2255535238\",\"628431d108e3530ac37dfa2180dff376\",\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"850a1c29af28318e6e470a14aaeb50e5\",\"9658b61b187ae33b7c8c39fc8c1265dc\",\"9a36ed1841e3e6d2da32df17980edaa2\",\"b1851d1b13594e71840103c11a37a002\",\"b1851d1b13594e71840103c11a37a003\",\"b1851d1b13594e71840103c11a37a004\",\"b1851d1b13594e71840103c11a37a005\",\"b1851d1b13594e71840103c11a37a006\",\"b1851d1b13594e71840103c11a37a007\",\"b1851d1b13594e71840103c11a37a008\",\"b1851d1b13594e71840103c11a37a009\",\"b1851d1b13594e71840103c11a37a010\",\"b1851d1b13594e71840103c11a37a011\",\"b25838d6e06c6cdad82c1ad9b1096f26\",\"b4cfa05bff2269fee06788b32115851a\",\"b8db9ff560e383e59d604e19c9fbd3cb\",\"b9401c42bc1e58e0a48e6b3308cff617\",\"ea83fb03d2117cb287973d6889984686\",\"f3138bd5b256d82f9eebe07c6679cf15\",\"f8b972bc005a9c6691a43b76839b0666\",\"f8b972bc005a9c6691a43b76839b0667\",\"f8b972bc005a9c6691a43b76839b0668\",\"f8b972bc005a9c6691a43b76839b0669\",\"f8b972bc005a9c6691a43b76839b0670\",\"f8b972bc005a9c6691a43b76839b0671\",\"f8b972bc005a9c6691a43b76839b0675\",\"fdaf429afb33d54beeee7eaea93e5e96\"]}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/menuList/534a37c366ec47878a6b0c85703d0bc3', '127.0.0.1', NULL, NULL, '2023-05-08 10:48:23'); +INSERT INTO `sys_oper_log` VALUES ('7eb4748b5d8b9e99c0e2d87108971133', '页面管理', 'com.tansci.controller.LcPagesController.getMenuList', 'SELECT', '根据页面ID获取绑定的菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getMenuList/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-11 11:33:29'); +INSERT INTO `sys_oper_log` VALUES ('807ba55b5f85ed5ecccbd844235ef468', '页面管理', 'com.tansci.controller.LcPagesController.getMenuList', 'SELECT', '根据页面ID获取绑定的菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getMenuList/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-11 11:35:37'); +INSERT INTO `sys_oper_log` VALUES ('814fcc91f30557eaadec92da77cb46b2', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:53:39'); +INSERT INTO `sys_oper_log` VALUES ('81a2fe9a73cea32605f29705abbaff27', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:33:57'); +INSERT INTO `sys_oper_log` VALUES ('8244a4f77c9d32038852a4a745d3042e', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:39:07'); INSERT INTO `sys_oper_log` VALUES ('835e0c9c8c910b393d132ceb3083ac42', '日志管理', 'com.tansci.controller.SysLogController.loginLog', 'DELETE', '登录日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-04 09:46:46\",\"failPassword\":\"123456\",\"id\":\"977f28d44acf54febc061c488f9beb1d\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"83259ca7-dbf5-4576-af47-38bb41615a6c\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-05 09:06:23\",\"failPassword\":\"123456\",\"id\":\"f76c755c2777154a0fc2954c443cf6e6\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"5d1dc713-8375-422a-a28e-f023b805c36a\",\"type\":\"成功\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/loginLog', '127.0.0.1', NULL, NULL, '2023-05-05 10:32:51'); +INSERT INTO `sys_oper_log` VALUES ('83e5689808d803965f2adbd312701973', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 15:04:28'); +INSERT INTO `sys_oper_log` VALUES ('8576f33c2c50d6330472d17a2394c695', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"},{\"chineseName\":\"测试页面\",\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 13:25:33'); INSERT INTO `sys_oper_log` VALUES ('85af7cdfa61ec612c220d4f6cff310fc', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":1,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-05-06 14:32:14'); INSERT INTO `sys_oper_log` VALUES ('85f637869a05a2d58a59641be0d6a3d9', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 17258, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:22:53'); +INSERT INTO `sys_oper_log` VALUES ('85ff13b2ee09ef85f222d69d2558d33e', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:37:32'); INSERT INTO `sys_oper_log` VALUES ('8671f1c04fee19e1d753c998df680b51', '角色管理', 'com.tansci.controller.SysRoleController.menuList', 'INSERT', '获取权限菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"list\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"}]}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/menuList/441b6dae329b3a20ad8b4f4ca8f83a0b', '127.0.0.1', NULL, NULL, '2023-05-08 10:42:45'); INSERT INTO `sys_oper_log` VALUES ('870f15aa9b07574260d957358038072f', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 14:32:13'); INSERT INTO `sys_oper_log` VALUES ('883b23b82cd7fc6483a70b95931c7afa', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:02:24'); INSERT INTO `sys_oper_log` VALUES ('884296f0f576c32db56015b143269db4', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-05 10:23:12'); INSERT INTO `sys_oper_log` VALUES ('88c257640beffd34a6a9c77b73de9b74', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:30'); INSERT INTO `sys_oper_log` VALUES ('88ece35769e28198077f6d544dbf5f8f', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:05:12'); +INSERT INTO `sys_oper_log` VALUES ('8939f7e8113394adc397ff1ae20bdd44', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:52:45'); +INSERT INTO `sys_oper_log` VALUES ('89585750ae43f8e184fcc6e4eb6f5ce1', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:44:05'); INSERT INTO `sys_oper_log` VALUES ('8b025afeae6677008ef4505e1523f58d', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-06 16:06:34'); +INSERT INTO `sys_oper_log` VALUES ('8be05e9d2c7b7101de3d784d35f11004', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:22:32'); INSERT INTO `sys_oper_log` VALUES ('8c61d905903aada83632378b56cd1db2', '角色管理', 'com.tansci.controller.SysRoleController.menuList', 'INSERT', '获取权限菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"list\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/menuList/441b6dae329b3a20ad8b4f4ca8f83a0b', '127.0.0.1', NULL, NULL, '2023-05-08 10:48:26'); INSERT INTO `sys_oper_log` VALUES ('8e8479123db32adafcd9f86fcd187eea', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:13'); INSERT INTO `sys_oper_log` VALUES ('902759ae39e91de14f5a60b271ed2f3f', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-06 15:14:27'); @@ -392,75 +606,213 @@ INSERT INTO `sys_oper_log` VALUES ('90c6abc493b3a95d574383ee0b15169e', '菜单 INSERT INTO `sys_oper_log` VALUES ('91a48853421e5f24883918574127ba29', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 32, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 15:21:56'); INSERT INTO `sys_oper_log` VALUES ('930b7f306ff02a4a34e1103eadfa49e1', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 8, '3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:39:55'); INSERT INTO `sys_oper_log` VALUES ('9424d79febd3fc9da4d4c6f73457930c', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 76, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:36:48'); +INSERT INTO `sys_oper_log` VALUES ('94d83c40d1d49ffff49b2dcfe9720f2e', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentid\":\"0\"}', NULL, 54, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/lcPages/page', '127.0.0.1', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \',status,creator_id,update_time,create_time,remarks FROM lc_pages \n \n \n \n ORDE\' at line 1\r\n### The error may exist in com/tansci/mapper/LcPagesMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id,title,subtitle,parent_id,schema,status,creator_id,update_time,create_time,remarks FROM lc_pages ORDER BY update_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \',status,creator_id,update_time,create_time,remarks FROM lc_pages \n \n \n \n ORDE\' at line 1\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \',status,creator_id,update_time,create_time,remarks FROM lc_pages \n \n \n \n ORDE\' at line 1
org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)
org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:91)
org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)
com.sun.proxy.$Proxy83.selectList(Unknown Source)
org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForIPage(MybatisMapperMethod.java:121)
com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:85)
com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
com.sun.proxy.$Proxy110.selectPage(Unknown Source)
com.tansci.service.impl.LcPagesServiceImpl.page(LcPagesServiceImpl.java:38)
com.tansci.service.impl.LcPagesServiceImpl$$FastClassBySpringCGLIB$$89c02214.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)
com.tansci.service.impl.LcPagesServiceImpl$$EnhancerBySpringCGLIB$$7347d3d9.page()
com.tansci.controller.LcPagesController.page(LcPagesController.java:43)
com.tansci.controller.LcPagesController$$FastClassBySpringCGLIB$$bff6d580.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
com.tansci.controller.LcPagesController$$EnhancerBySpringCGLIB$$fe1dc86d.page()
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
javax.servlet.http.HttpServlet.service(HttpServlet.java:670)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:748)
', NULL, '2023-05-11 11:01:32'); +INSERT INTO `sys_oper_log` VALUES ('95a885808c9db15aee212376a152e743', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:26:38'); +INSERT INTO `sys_oper_log` VALUES ('9614707e366be42a9b12dbe39895ede6', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:52:04'); +INSERT INTO `sys_oper_log` VALUES ('964051421acbcb1e941870ebb6868562', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:12:19'); +INSERT INTO `sys_oper_log` VALUES ('9693f8a6eef76faeb204a30ff575f2a1', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"},{\"chineseName\":\"测试页面\",\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 13:23:24'); +INSERT INTO `sys_oper_log` VALUES ('96ebeb487c0ae18bcdbfcc34e47768b2', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 28, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 10:54:15'); INSERT INTO `sys_oper_log` VALUES ('98b17d9e95216e99df3ab2760dd2b794', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:25:22'); +INSERT INTO `sys_oper_log` VALUES ('9956c71e845696d7596cbf92cf42d083', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:7185899b7bec\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 15:18:40\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 15:22:46'); +INSERT INTO `sys_oper_log` VALUES ('99cc5688780e1098c61ad16434bbbf1e', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:33'); INSERT INTO `sys_oper_log` VALUES ('99cc996ff174972c0ae08211875a33c6', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:03:07'); +INSERT INTO `sys_oper_log` VALUES ('9a1c317a32c9279a3b30234c6eea7d9d', '页面管理', 'com.tansci.controller.LcPagesController.getMenuList', 'SELECT', '根据页面ID获取绑定的菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getMenuList/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-11 11:33:59'); INSERT INTO `sys_oper_log` VALUES ('9a8f386d2a6cbea5c344c6afa42bd2a3', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-04 10:15:39'); +INSERT INTO `sys_oper_log` VALUES ('9bb89895e910620b01bfa2461ece3f4d', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 22, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:25:32'); INSERT INTO `sys_oper_log` VALUES ('9c3390be13859711d1b4bc8fbf777020', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-06 16:02:25'); INSERT INTO `sys_oper_log` VALUES ('9c6d59876e1e1423e7d3d378a27af990', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:16:49'); +INSERT INTO `sys_oper_log` VALUES ('9d6827b77ec4c1fe772a174d4ca57045', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:56:32'); INSERT INTO `sys_oper_log` VALUES ('9d8868bff25b0fa3b880f8b5b42041ec', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 25349, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:25:20'); INSERT INTO `sys_oper_log` VALUES ('9de175a6b18c85418a93724ab3863bdd', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:11:54'); +INSERT INTO `sys_oper_log` VALUES ('9e2f94d002179efa262d5703e59a204b', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 30, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:16:07'); +INSERT INTO `sys_oper_log` VALUES ('9ef3e5b31e2e98b166247cd071fd8455', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:22:30'); +INSERT INTO `sys_oper_log` VALUES ('9f931c3ed14c11ad0681d503746577ee', '页面管理', 'com.tansci.controller.LcPagesController.getMenuList', 'SELECT', '根据页面ID获取绑定的菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getMenuList/7f08e688-de5a-11ed-8f49-00163e228eed', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:49'); +INSERT INTO `sys_oper_log` VALUES ('9fc1d2493282447f8faafc9b7e650782', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 32, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 15:00:31'); INSERT INTO `sys_oper_log` VALUES ('a1297b91c5d8efa5a502eef16e7bd0e1', '角色管理', 'com.tansci.controller.SysRoleController.menuList', 'INSERT', '获取权限菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"list\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}}', 26, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/menuList/441b6dae329b3a20ad8b4f4ca8f83a0b', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:45'); +INSERT INTO `sys_oper_log` VALUES ('a18779987394a8417a8b79e419e5d314', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:22:07'); +INSERT INTO `sys_oper_log` VALUES ('a22c183c4af5f54c6322541b48f46719', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 11:04:11'); +INSERT INTO `sys_oper_log` VALUES ('a27da9dc1999324b533f9c0eae3d2a04', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 11:04:11'); INSERT INTO `sys_oper_log` VALUES ('a3d3a6c89b47a31093846c0ac37f5bad', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:20'); +INSERT INTO `sys_oper_log` VALUES ('a4c4bcbb797527b2f2c03fd302b864c8', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 21, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:51:17'); +INSERT INTO `sys_oper_log` VALUES ('a58b5bc4e98b01c3184861c113502ff1', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:58:17'); +INSERT INTO `sys_oper_log` VALUES ('a5e52fc5ec2ee8588609152d918ab6bf', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"好地方\",\"updateTime\":\"2023-05-11 11:24:39\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:31:22'); INSERT INTO `sys_oper_log` VALUES ('a60cd9948dafed04976cae74d72c007b', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 10:33:02'); +INSERT INTO `sys_oper_log` VALUES ('a61675b92c80ec6028761787135753ce', '页面管理', 'com.tansci.controller.LcPagesController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/save', '127.0.0.1', NULL, NULL, '2023-05-11 11:21:30'); INSERT INTO `sys_oper_log` VALUES ('a65660d51ffabb840c8946241fc45620', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:01:41'); INSERT INTO `sys_oper_log` VALUES ('a6cc9688c14141b38bbe391525a739e2', '日志管理', 'com.tansci.controller.SysLogController.loginLog', 'DELETE', '登录日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-04 09:46:46\",\"failPassword\":\"123456\",\"id\":\"977f28d44acf54febc061c488f9beb1d\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"83259ca7-dbf5-4576-af47-38bb41615a6c\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-05 09:06:23\",\"failPassword\":\"123456\",\"id\":\"f76c755c2777154a0fc2954c443cf6e6\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"5d1dc713-8375-422a-a28e-f023b805c36a\",\"type\":\"成功\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 53, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/loginLog', '127.0.0.1', NULL, NULL, '2023-05-05 10:32:46'); +INSERT INTO `sys_oper_log` VALUES ('a6f50bf88d92d764ca859b8e4453c6a5', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:35\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:34:35'); +INSERT INTO `sys_oper_log` VALUES ('a7640469100dcfd8f8ec35f27612c071', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 11:12:19'); +INSERT INTO `sys_oper_log` VALUES ('a7ce07836fbc4729b3649f1ff0cb1dfb', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 13:44:14'); +INSERT INTO `sys_oper_log` VALUES ('a8a5da0a9a3ede0e3d97851b338deb27', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentid\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:04:43'); INSERT INTO `sys_oper_log` VALUES ('a8f62d333d8234af02c786fec858ab5e', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:03:08'); +INSERT INTO `sys_oper_log` VALUES ('a8ff0285ecf26ec4f0fd8c92cdecf2d1', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"},{\"chineseName\":\"测试页面\",\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 28, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 14:12:03'); +INSERT INTO `sys_oper_log` VALUES ('a9f7732d1cab5bb04f4edb1312db51a5', '页面管理', 'com.tansci.controller.LcPagesController.batchDelete', 'DELETE', '批量删除', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":2}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/batchDelete', '127.0.0.1', NULL, NULL, '2023-05-11 11:24:30'); +INSERT INTO `sys_oper_log` VALUES ('aac68666498858c7ad294c9fbbb1cbbf', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 16:28:05'); +INSERT INTO `sys_oper_log` VALUES ('abac8e96a4e2bdf63606feb34fb6730d', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:34:01'); +INSERT INTO `sys_oper_log` VALUES ('ac62ceea5b70d6b6c3aba8b7ab4a945d', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentid\":\"7f08e688-de5a-11ed-8f49-00163e228eed\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:08:14'); INSERT INTO `sys_oper_log` VALUES ('ac944343b1309ff2c7257ec9ab3c7e8a', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:41:12'); INSERT INTO `sys_oper_log` VALUES ('ace8e772ca951cfef31ba29d371774bb', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 29, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 09:20:47'); INSERT INTO `sys_oper_log` VALUES ('ade8af53929a5414c335dd2c3139e7bf', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:11:54'); INSERT INTO `sys_oper_log` VALUES ('af67ecd8a6eba38d42181b6cd8b55036', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:24:39'); +INSERT INTO `sys_oper_log` VALUES ('b093dba15051a795353c86e363deb025', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:10:21'); +INSERT INTO `sys_oper_log` VALUES ('b09e395cf4b68283d73ddd2d60736ab3', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 11:37:18'); INSERT INTO `sys_oper_log` VALUES ('b0a3527c8095544ce6bb809b60382e84', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-06 15:54:12'); INSERT INTO `sys_oper_log` VALUES ('b1c59c2db21fc10955e176f5ce81083a', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 143, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 09:06:24'); +INSERT INTO `sys_oper_log` VALUES ('b22cc5906237d98fd23552972b06fd55', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:17:53'); +INSERT INTO `sys_oper_log` VALUES ('b2b6b50a8607c77fb9fa398217ead1dc', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 13:52:45'); INSERT INTO `sys_oper_log` VALUES ('b37ee2d71e0583287a1526f7614c9047', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:46:02'); +INSERT INTO `sys_oper_log` VALUES ('b43656ab8894775809314abb094fe8f6', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 84, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 11:04:11'); +INSERT INTO `sys_oper_log` VALUES ('b4926e02fefa7b3561d49f8d1a8fa559', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:18:59'); +INSERT INTO `sys_oper_log` VALUES ('b5972ccce3fd592508a8a04f35982337', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:14:37'); +INSERT INTO `sys_oper_log` VALUES ('b60884ee5b1b9cb8caa22a9dd13a9550', '页面管理', 'com.tansci.controller.LcPagesController.getMenuList', 'SELECT', '根据页面ID获取绑定的菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getMenuList/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-11 11:34:39'); INSERT INTO `sys_oper_log` VALUES ('b7f4d738e99a2d1878f7cc480aea2b91', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-05 10:21:14'); +INSERT INTO `sys_oper_log` VALUES ('b8001b766706da0f3d3588a7aebd7352', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 137, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 11:01:19'); +INSERT INTO `sys_oper_log` VALUES ('b8418969e5ae9191c5e9044f97744cb8', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:08'); +INSERT INTO `sys_oper_log` VALUES ('b891fb750392ee0fb3184928dc99a301', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 24, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:26:32'); +INSERT INTO `sys_oper_log` VALUES ('b91170e283f6ae6024afec9322331fce', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:41:36'); +INSERT INTO `sys_oper_log` VALUES ('b97ce3d1b9a54dc8760351b21fd8a03b', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:34:00'); +INSERT INTO `sys_oper_log` VALUES ('b9a4807a959fe0c2103608776f3c5231', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:22:30'); +INSERT INTO `sys_oper_log` VALUES ('ba0f835e46cb9ebfced1f6d703da10a4', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentid\":\"7f08e688-de5a-11ed-8f49-00163e228eed\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:08:06'); +INSERT INTO `sys_oper_log` VALUES ('bb7f80516d3556cd3819a4bbed0b6399', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:42'); INSERT INTO `sys_oper_log` VALUES ('bbf0d73d42a546ff4ca7de86b66fa9ea', '组织管理', 'com.tansci.controller.SysOrgController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"code\":\"SO00002\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0001\",\"isDel\":0,\"name\":\"兰州子公司\",\"parentId\":\"534a37c366ec47878a6b0c85703d0bc4\",\"sort\":2,\"updateTime\":\"2023-03-29 08:53:41\"}],\"code\":\"SO00001\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0bc4\",\"isDel\":0,\"name\":\"总公司\",\"parentId\":\"0\",\"sort\":0,\"updateTime\":\"2023-03-29 08:53:41\"}]}', 24, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-05-06 14:30:53'); +INSERT INTO `sys_oper_log` VALUES ('bc1fba6b6f2fd83699204fa5c1977e3c', '页面管理', 'com.tansci.controller.LcPagesController.getById', 'SELECT', '根据ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/get/24c3c80f-de5a-11ed-8f49-00163e228eed', '127.0.0.1', NULL, NULL, '2023-05-11 15:18:22'); INSERT INTO `sys_oper_log` VALUES ('bc83131d712514effd228a6f423047f4', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 32570, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:34:47'); +INSERT INTO `sys_oper_log` VALUES ('bd349c26ff8045c49fae0ff9b7c5b7d4', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:33'); +INSERT INTO `sys_oper_log` VALUES ('bec9cde13ba85dfa5f3f5439ac436e56', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"},{\"chineseName\":\"测试页面\",\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:35'); INSERT INTO `sys_oper_log` VALUES ('c00d6f2591aaebf81bf2cb9344b2241a', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 6, '3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:46:02'); INSERT INTO `sys_oper_log` VALUES ('c036d4e1aa0c3aaea421e27fe5710999', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 21, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 10:23:12'); +INSERT INTO `sys_oper_log` VALUES ('c0b74dccadf4bc2feeccfb6fb4a50fd9', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:22:29\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"d846fb9f4e7d767644bc26d10b5af238\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"低功耗\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"风格的话\",\"updateTime\":\"2023-05-11 11:22:29\"},{\"createTime\":\"2023-05-11 11:22:18\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"b79cbf68cf8ed8d69c295fecadf6d15a\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"发过的\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"地方个地方\",\"updateTime\":\"2023-05-11 11:22:18\"},{\"createTime\":\"2023-05-11 11:21:30\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ea3f6b014bffec899317c51e6f06f833\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"title\":\"计划开工后\",\"updateTime\":\"2023-05-11 11:21:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":5}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:24:09'); +INSERT INTO `sys_oper_log` VALUES ('c0c5db7f3a296fcd4b125a4392177edf', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentid\":\"0\"}', NULL, 93, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/lcPages/page', '127.0.0.1', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'parent_id\' in \'field list\'\r\n### The error may exist in com/tansci/mapper/LcPagesMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id,title,subtitle,parent_id,pageschema,status,creator_id,update_time,create_time,remarks FROM lc_pages ORDER BY update_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'parent_id\' in \'field list\'\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column \'parent_id\' in \'field list\'
org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)
org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:91)
org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)
com.sun.proxy.$Proxy83.selectList(Unknown Source)
org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForIPage(MybatisMapperMethod.java:121)
com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:85)
com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
com.sun.proxy.$Proxy110.selectPage(Unknown Source)
com.tansci.service.impl.LcPagesServiceImpl.page(LcPagesServiceImpl.java:38)
com.tansci.service.impl.LcPagesServiceImpl$$FastClassBySpringCGLIB$$89c02214.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)
com.tansci.service.impl.LcPagesServiceImpl$$EnhancerBySpringCGLIB$$fa3c471.page()
com.tansci.controller.LcPagesController.page(LcPagesController.java:43)
com.tansci.controller.LcPagesController$$FastClassBySpringCGLIB$$bff6d580.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
com.tansci.controller.LcPagesController$$EnhancerBySpringCGLIB$$fc7ce7b5.page()
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
javax.servlet.http.HttpServlet.service(HttpServlet.java:670)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:748)
', NULL, '2023-05-11 10:58:49'); INSERT INTO `sys_oper_log` VALUES ('c1472370d5c141eacbaa9478ab672b22', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:02:24'); +INSERT INTO `sys_oper_log` VALUES ('c2b919604f0b0190cbe2608d77bec375', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"4\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:24:30'); +INSERT INTO `sys_oper_log` VALUES ('c3188bc7cbfbf679105b9da389b4126b', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentid\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:04:37'); +INSERT INTO `sys_oper_log` VALUES ('c35f53f2756d9b3df656eaf643232b39', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 13:31:42'); INSERT INTO `sys_oper_log` VALUES ('c3b2a50a3797e163f57cbdc27a7ec4e3', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 10:33:30'); INSERT INTO `sys_oper_log` VALUES ('c5335caebc7f8d229adb27889975797e', '角色管理', 'com.tansci.controller.SysRoleController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:42:11'); INSERT INTO `sys_oper_log` VALUES ('c571fd8cbf6f997d752123cd339c5af4', '角色管理', 'com.tansci.controller.SysRoleController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/list', '127.0.0.1', NULL, NULL, '2023-05-04 09:48:30'); INSERT INTO `sys_oper_log` VALUES ('c5be4deb502ae4b44aba8dc1e48a82ba', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-06 14:41:16'); +INSERT INTO `sys_oper_log` VALUES ('c5d4c66d11564660e1df7e60e91910d5', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:58:28'); INSERT INTO `sys_oper_log` VALUES ('c7718ba17c22a304e09ba510464d736f', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 10:22:53'); +INSERT INTO `sys_oper_log` VALUES ('c7822ce171776ca8306d6d3c5a73f049', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:10:30'); +INSERT INTO `sys_oper_log` VALUES ('c78b4e2add5febef46f2bfb89ec54611', '菜单管理', 'com.tansci.controller.SysMenuController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/save', '127.0.0.1', NULL, NULL, '2023-05-11 11:17:35'); +INSERT INTO `sys_oper_log` VALUES ('c88b5ed2e66dd608e6f9d44fd3d65926', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:08'); +INSERT INTO `sys_oper_log` VALUES ('c97e507d061e2cc8764d3a5d1458658d', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 137, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 13:15:04'); +INSERT INTO `sys_oper_log` VALUES ('c98c5c054eea360fee4d09e0a8d98587', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":3,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 16:31:28'); INSERT INTO `sys_oper_log` VALUES ('cac368ffe03f7fd9b81368cdeed83503', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-05 10:33:30'); +INSERT INTO `sys_oper_log` VALUES ('caf6c1eabad450a0f8879096f20eb20b', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:33:12'); +INSERT INTO `sys_oper_log` VALUES ('cb9530fa8d078bb12fb07b93bbe8229a', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 15:05:04'); +INSERT INTO `sys_oper_log` VALUES ('cbb16b602641e0156e63a34db6c05be3', '页面管理', 'com.tansci.controller.LcPagesController.delete', 'DELETE', '删除', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":1}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/delete/d846fb9f4e7d767644bc26d10b5af238', '127.0.0.1', NULL, NULL, '2023-05-11 11:24:20'); +INSERT INTO `sys_oper_log` VALUES ('cbb80d488cf50aea71b2c3d50e0cb48f', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:35:49'); +INSERT INTO `sys_oper_log` VALUES ('cc382647494a5a0b32a795363cfa97d6', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:28:26'); +INSERT INTO `sys_oper_log` VALUES ('ccfcaaa2a87c460c2168b1eaf611b61e', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:42'); INSERT INTO `sys_oper_log` VALUES ('cd113ec405f357335c0bf4823ac3eba1', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:05:12'); +INSERT INTO `sys_oper_log` VALUES ('cd6503f619ed49e5a5afdb519df3afb7', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 16:28:11'); +INSERT INTO `sys_oper_log` VALUES ('cdb47f9268c668b2d449dc66c49a5d26', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 37, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:08'); +INSERT INTO `sys_oper_log` VALUES ('cdd8d2614c48752285c847ee754e170b', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:34'); INSERT INTO `sys_oper_log` VALUES ('cdf18a3f4dfe72d1480e08b3e4214c09', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 15:54:12'); INSERT INTO `sys_oper_log` VALUES ('ce8a4fc42295be4a146545bab0d27faa', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:33:02'); +INSERT INTO `sys_oper_log` VALUES ('cf1bf053b10e738e07a7baceea74d34a', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 11:37:18'); +INSERT INTO `sys_oper_log` VALUES ('cf8d890127408fbb20c250a929e8f821', '页面管理', 'com.tansci.controller.LcPagesController.getMenuList', 'SELECT', '根据页面ID获取绑定的菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getMenuList/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-11 11:34:01'); +INSERT INTO `sys_oper_log` VALUES ('d0079ac38d6fe2b53e787a843c0c8819', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"4\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:22:29\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"d846fb9f4e7d767644bc26d10b5af238\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"低功耗\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"风格的话\",\"updateTime\":\"2023-05-11 11:22:29\"},{\"createTime\":\"2023-05-11 11:22:18\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"b79cbf68cf8ed8d69c295fecadf6d15a\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"发过的\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"地方个地方\",\"updateTime\":\"2023-05-11 11:22:18\"},{\"createTime\":\"2023-05-11 11:21:30\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ea3f6b014bffec899317c51e6f06f833\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"title\":\"计划开工后\",\"updateTime\":\"2023-05-11 11:21:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":5}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:22:30'); +INSERT INTO `sys_oper_log` VALUES ('d02904dd79b61366a459681e8ff61751', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 15:22:46'); +INSERT INTO `sys_oper_log` VALUES ('d0bd1462d3ac70ff0c819c65c7e0e18e', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:30:49'); +INSERT INTO `sys_oper_log` VALUES ('d10d4ca804e74db5248999639631866e', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 22, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-11 11:31:55'); INSERT INTO `sys_oper_log` VALUES ('d132ec1e58edc193effb25c3c272f3b8', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-04 10:15:39'); +INSERT INTO `sys_oper_log` VALUES ('d1bc93b4441ee5ad879bcc804ee2691e', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:29:16'); INSERT INTO `sys_oper_log` VALUES ('d2ce96bd1e1f2e736f3339ed1540074a', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-05 10:07:53'); INSERT INTO `sys_oper_log` VALUES ('d2fdfe30606b7d3448ac2f0724600357', NULL, 'com.tansci.controller.AuthController.login', NULL, NULL, '{}', NULL, 153268, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/auth/login', '127.0.0.1', 'com.tansci.common.exception.BusinessException:验证码有误,请重新获取!
com.tansci.service.impl.SysUserServiceImpl.login(SysUserServiceImpl.java:145)
com.tansci.service.impl.SysUserServiceImpl$$FastClassBySpringCGLIB$$7b28d89.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)
com.tansci.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$fc1fd6e.login()
com.tansci.controller.AuthController.login(AuthController.java:47)
com.tansci.controller.AuthController$$FastClassBySpringCGLIB$$f5ca994d.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
com.tansci.controller.AuthController$$EnhancerBySpringCGLIB$$1cd15dcf.login()
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
javax.servlet.http.HttpServlet.service(HttpServlet.java:696)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:748)
', NULL, '2023-05-08 11:05:23'); +INSERT INTO `sys_oper_log` VALUES ('d3547ed8a4f9444d5f4a33611eb08815', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:7185899b7bec\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 15:18:40\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 16:31:02'); +INSERT INTO `sys_oper_log` VALUES ('d3807705a8c3eb2fad7d53d81d873d3b', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 11:19:45'); +INSERT INTO `sys_oper_log` VALUES ('d41ed334ef13a8d897df733bc67956ee', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:45:27'); +INSERT INTO `sys_oper_log` VALUES ('d46dbc5aed9094424f2bd17df8c595f1', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":3,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 16:30:54'); +INSERT INTO `sys_oper_log` VALUES ('d470a7049427742a9b82b78f16886b1b', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:30:49'); +INSERT INTO `sys_oper_log` VALUES ('d504685cb688b71c0a056bf69046c88d', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:45:27'); +INSERT INTO `sys_oper_log` VALUES ('d53946998d1f9ae01963085cc326580f', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"306eeeb4daa0674cbf4026f6910ba5a0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":8,\"total\":0}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:35:45'); INSERT INTO `sys_oper_log` VALUES ('d55c409a1e34e4a9bca46e4b88e5b8c2', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:15:45'); INSERT INTO `sys_oper_log` VALUES ('d5a773f3909e41673399fc918aa3b2b9', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-06 16:24:46'); +INSERT INTO `sys_oper_log` VALUES ('d627c4e78ebd8b12c62dd1bfe93ef512', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"},{\"chineseName\":\"测试页面\",\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 13:20:55'); +INSERT INTO `sys_oper_log` VALUES ('d6a2532959b38f6e63650d2ef7be5c8c', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:42'); +INSERT INTO `sys_oper_log` VALUES ('d7d0e45fffae3af8a0adcc7c548989b4', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 139, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 13:31:42'); +INSERT INTO `sys_oper_log` VALUES ('d90b28bbb7f8234ff26d6a7cfa5a1439', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:18:44'); INSERT INTO `sys_oper_log` VALUES ('d9a437d9c3a81984bcdc69868f5d9993', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 34, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 09:39:48'); +INSERT INTO `sys_oper_log` VALUES ('d9e9ac01f846b04d0c6f210f3154bf1f', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:30:49'); +INSERT INTO `sys_oper_log` VALUES ('da0f60d17cb48d39610dc5b497c7b3a5', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 11:18:59'); +INSERT INTO `sys_oper_log` VALUES ('dae95b80eae26c8b98b58146cf8b2855', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:45:27'); INSERT INTO `sys_oper_log` VALUES ('db6348cd28e61bffdcb32a317ccb5975', '组织管理', 'com.tansci.controller.SysOrgController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"code\":\"SO00001\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0bc4\",\"isDel\":0,\"name\":\"总公司\",\"parentId\":\"0\",\"sort\":0,\"updateTime\":\"2023-03-29 08:53:41\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:42:59'); +INSERT INTO `sys_oper_log` VALUES ('dc7310354bbd5b2cdea687392694c2ac', '页面管理', 'com.tansci.controller.LcPagesController.getById', 'SELECT', '根据ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/get/24c3c80f-de5a-11ed-8f49-00163e228eed', '127.0.0.1', NULL, NULL, '2023-05-11 15:14:34'); +INSERT INTO `sys_oper_log` VALUES ('dc7aba8e4171d10d4c103a3233c61072', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 11:19:48'); +INSERT INTO `sys_oper_log` VALUES ('dc8443b9754757257c6227f14352944e', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:22:42'); +INSERT INTO `sys_oper_log` VALUES ('dc9355d33e1a82b0dd4535ba849c7371', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:19:51'); INSERT INTO `sys_oper_log` VALUES ('dcd47a6259b671583aabf67b932404e4', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 23270, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:23:28'); INSERT INTO `sys_oper_log` VALUES ('dd63a40cb0de0367aa875189cc13453d', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 10:41:12'); INSERT INTO `sys_oper_log` VALUES ('deaa0ace6fb295dfc13ebe1942237aa8', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"}],\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"children\":[{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"}],\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-05-06 15:14:35'); INSERT INTO `sys_oper_log` VALUES ('df8550488dab398c70de48d6e9cd3547', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 10:48:06'); INSERT INTO `sys_oper_log` VALUES ('dfa9a55fa8066c250042ddfbe0e92a12', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-08 10:41:49'); +INSERT INTO `sys_oper_log` VALUES ('e022567bddf8f37bf3f72ff8a100fb09', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentId\":\"7f08e688-de5a-11ed-8f49-00163e228eed\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":8,\"total\":0}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:10:17'); INSERT INTO `sys_oper_log` VALUES ('e028f2caf1cc9c71ff3064481776b64b', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-05 09:20:47'); +INSERT INTO `sys_oper_log` VALUES ('e0d64b7e6cbd6f0852dfbacc654c338f', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 16:18:12'); +INSERT INTO `sys_oper_log` VALUES ('e18963ec50382c409e1894588183629c', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 16:30:54'); INSERT INTO `sys_oper_log` VALUES ('e1be80022c67033f48ac8b7c72f41823', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:03:07'); +INSERT INTO `sys_oper_log` VALUES ('e36e30326648ea07361241dd4692260e', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:29:16'); +INSERT INTO `sys_oper_log` VALUES ('e3ff6d9829afb97ea149d34a7ba14a26', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 30, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 11:12:19'); +INSERT INTO `sys_oper_log` VALUES ('e439d711ab170e54b153cedb6e91c00f', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentid\":\"7f08e688-de5a-11ed-8f49-00163e228eed\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:08:05'); +INSERT INTO `sys_oper_log` VALUES ('e481894121bee83f33d81b4c46679dd2', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:33:14'); INSERT INTO `sys_oper_log` VALUES ('e4835b66edc1755efdb57844a63f66f2', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 10:25:22'); INSERT INTO `sys_oper_log` VALUES ('e4ff820da88798528ddb308f200a728d', '角色管理', 'com.tansci.controller.SysRoleController.menuList', 'INSERT', '获取权限菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"list\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"}],\"selected\":[\"06936eec3258c1fa675c8b6b697160f5\",\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"11107c717306bd0d9e993cf32a94974e\",\"1ec1c1cb127d83f6346904220b3ed20b\",\"44979f524b88ed2dfbf14e4267ebd045\",\"5de088a93f0828a57e4c70959831458b\",\"5e67672047d0a00bf861ba2255535238\",\"628431d108e3530ac37dfa2180dff376\",\"850a1c29af28318e6e470a14aaeb50e5\",\"b1851d1b13594e71840103c11a37a002\",\"b1851d1b13594e71840103c11a37a003\",\"b1851d1b13594e71840103c11a37a004\",\"b1851d1b13594e71840103c11a37a005\",\"b1851d1b13594e71840103c11a37a006\",\"b1851d1b13594e71840103c11a37a007\",\"b1851d1b13594e71840103c11a37a008\",\"b1851d1b13594e71840103c11a37a009\",\"b1851d1b13594e71840103c11a37a010\",\"b1851d1b13594e71840103c11a37a011\",\"b4cfa05bff2269fee06788b32115851a\",\"b8db9ff560e383e59d604e19c9fbd3cb\",\"b9401c42bc1e58e0a48e6b3308cff617\",\"f3138bd5b256d82f9eebe07c6679cf15\",\"f8b972bc005a9c6691a43b76839b0666\",\"f8b972bc005a9c6691a43b76839b0667\",\"f8b972bc005a9c6691a43b76839b0668\",\"f8b972bc005a9c6691a43b76839b0669\",\"f8b972bc005a9c6691a43b76839b0670\",\"f8b972bc005a9c6691a43b76839b0671\"]}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/menuList/534a37c366ec47878a6b0c85703d0bc3', '127.0.0.1', NULL, NULL, '2023-05-08 10:42:29'); +INSERT INTO `sys_oper_log` VALUES ('e55545c24708c28075e69dccbf6b00dd', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:44:04'); +INSERT INTO `sys_oper_log` VALUES ('e669745295cf5846344e0a98be300b49', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:58:28'); INSERT INTO `sys_oper_log` VALUES ('e7419b789132ec160b9365e99103fd7b', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 31, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:13'); INSERT INTO `sys_oper_log` VALUES ('e76eafcd6871b32a6b93034e9967746b', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 25, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 10:15:22'); +INSERT INTO `sys_oper_log` VALUES ('e8e74bb4495f516da36b454829fbb1b1', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:21:22'); +INSERT INTO `sys_oper_log` VALUES ('e8f8cdae95cd899cb0e1b25713946f7a', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 38, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 10:49:37'); +INSERT INTO `sys_oper_log` VALUES ('e9456f011fbd6a2ee166541d8fef2fad', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 15:00:34'); INSERT INTO `sys_oper_log` VALUES ('e96b4c5ec98cf16c13e730447628038f', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 16:02:26'); INSERT INTO `sys_oper_log` VALUES ('e9b96534fc55da2d92490f9ef7aaeb79', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 172, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-04 09:46:46'); +INSERT INTO `sys_oper_log` VALUES ('ea8d64021fdc22d98de203759bcc3f76', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentid\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":8,\"total\":0}}', 46, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 10:53:15'); INSERT INTO `sys_oper_log` VALUES ('eb02872012d1a18534af1e29e9b88c4b', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 10:07:53'); +INSERT INTO `sys_oper_log` VALUES ('eb147423fa0d2423bde6604a68e80214', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:09'); INSERT INTO `sys_oper_log` VALUES ('eb9160ca49fa391692d59676b4973495', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-05 10:33:30'); +INSERT INTO `sys_oper_log` VALUES ('ebf8c1f857ce453a7a8320fe9acca5bc', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 11:19:48'); +INSERT INTO `sys_oper_log` VALUES ('ec318f9ea6b083aec8f631649cf892c6', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:21:51'); +INSERT INTO `sys_oper_log` VALUES ('ec34964368c1757c771be23dfa5587be', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 13:44:14'); INSERT INTO `sys_oper_log` VALUES ('ed00fa4fc9e3e2f386aaf7a611b54f39', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"}],\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"children\":[{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"}],\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-05-06 14:32:08'); +INSERT INTO `sys_oper_log` VALUES ('ed6b6ef2009a072364c718e26c216986', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 10:53:06'); INSERT INTO `sys_oper_log` VALUES ('edc38cdf793fcec96b1e4741dab6fff7', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-06 16:02:25'); INSERT INTO `sys_oper_log` VALUES ('ee8e70cae04db2b96d14dcfb1607d215', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 12023, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:03:27'); +INSERT INTO `sys_oper_log` VALUES ('ef5f8465a374ca9cf815533392e16345', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:37:18'); INSERT INTO `sys_oper_log` VALUES ('ef98903c57c043ddc3b749c18dc7b35f', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"system@qq.com\",\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"type\":2,\"username\":\"system\"}}', 4, '3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:46:02'); INSERT INTO `sys_oper_log` VALUES ('f06d42ec5972470444905c458bd00057', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"}],\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"children\":[{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"}],\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-05-04 10:16:19'); +INSERT INTO `sys_oper_log` VALUES ('f0791aa9068c21e41b1ecd025816afda', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 11:01:19'); INSERT INTO `sys_oper_log` VALUES ('f085f549145e88ff8a06afbe33b3f389', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-06 15:14:27'); INSERT INTO `sys_oper_log` VALUES ('f14261775d6ee6193f8918d1b3381fb5', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 15, '3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:01'); +INSERT INTO `sys_oper_log` VALUES ('f146b8098a70c1723af3a69671081c79', '页面管理', 'com.tansci.controller.LcPagesController.getMenuList', 'SELECT', '根据页面ID获取绑定的菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getMenuList/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-11 11:33:57'); +INSERT INTO `sys_oper_log` VALUES ('f21167dd79c6a5d452bfa333838d3e26', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:23:17'); +INSERT INTO `sys_oper_log` VALUES ('f24db4705de5c197354b150d7ef1172a', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 35, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 11:01:19'); +INSERT INTO `sys_oper_log` VALUES ('f2962dc5fd0ccb4298702c99ff0be0ca', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:33:59'); +INSERT INTO `sys_oper_log` VALUES ('f2e1f7f3e7c2925e97b50eee236586e3', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:33'); INSERT INTO `sys_oper_log` VALUES ('f4622030beb9617242a9b8e4e40f94d6', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:24:11'); +INSERT INTO `sys_oper_log` VALUES ('f48441308cef63561ca89e1e2f570816', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:41:36'); +INSERT INTO `sys_oper_log` VALUES ('f4b7bae9d611c74b971d0f2cf576b918', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 15:12:28'); +INSERT INTO `sys_oper_log` VALUES ('f4f001f8bf051543a687b24e85f08bec', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":3,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 16:28:11'); +INSERT INTO `sys_oper_log` VALUES ('f5deb17145413a679eb759c1aabe9e23', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:53:17'); +INSERT INTO `sys_oper_log` VALUES ('f6a6f27b36e82660b7f9d42f41a280f1', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"},{\"chineseName\":\"测试页面\",\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 13:22:17'); +INSERT INTO `sys_oper_log` VALUES ('f6a840cb493908c2e3129be9921d5c6e', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 10:54:16'); +INSERT INTO `sys_oper_log` VALUES ('f6f7bceac0e035db27aa48b8a7ca122f', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 15:18:16'); +INSERT INTO `sys_oper_log` VALUES ('f75302c1eb6d5e7c23c6b5045cbdfde2', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentid\":\"7f08e688-de5a-11ed-8f49-00163e228eed\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:08:04'); +INSERT INTO `sys_oper_log` VALUES ('f78f21e5cd44493b0221ef1efd4f7d6c', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 11:19:45'); +INSERT INTO `sys_oper_log` VALUES ('f7fa592ff905d20fa7e6f0b3c8ceafd6', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 16:31:28'); INSERT INTO `sys_oper_log` VALUES ('f8c501dd284d7740fcfe20ebfaf5b481', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:03:27'); INSERT INTO `sys_oper_log` VALUES ('f996c8b8a3d8990e4a896dd4ad3ce169', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-06 14:32:10'); +INSERT INTO `sys_oper_log` VALUES ('f9c985b09a7824d31cc3c682e05135d3', '页面管理', 'com.tansci.controller.LcPagesController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 170, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/save', '127.0.0.1', NULL, NULL, '2023-05-11 11:22:30'); +INSERT INTO `sys_oper_log` VALUES ('fa05fb892bf0183f357790a2948ab3e7', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:11:59'); INSERT INTO `sys_oper_log` VALUES ('fa1378ca338b55d7510fcc77ffc12cb1', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:02:20'); +INSERT INTO `sys_oper_log` VALUES ('faa990e0438faff5b5308fd8e716b4f1', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:29:41'); +INSERT INTO `sys_oper_log` VALUES ('fda3664eab683411ee4db1b67706e473', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 11:19:48'); +INSERT INTO `sys_oper_log` VALUES ('fdcae9edac81e55a91c472b460556af6', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:44'); +INSERT INTO `sys_oper_log` VALUES ('fe79db53a022989198a11922c17fce0d', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:44:14'); +INSERT INTO `sys_oper_log` VALUES ('fe91bca8c98555ac8b148932ad75f829', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 10:53:06'); INSERT INTO `sys_oper_log` VALUES ('ff2cbee9c59ba10196f0a5a735bcbfe1', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:02:50'); +INSERT INTO `sys_oper_log` VALUES ('ff9aa0c14387623b9ddb86f77f2e51f2', '页面管理', 'com.tansci.controller.LcPagesController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 145, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/save', '127.0.0.1', NULL, NULL, '2023-05-11 11:22:18'); -- ---------------------------- -- Table structure for sys_org diff --git a/tansci-boot-ui-editor/.gitignore b/tansci-boot-ui-editor/.gitignore new file mode 100644 index 0000000..f4069f1 --- /dev/null +++ b/tansci-boot-ui-editor/.gitignore @@ -0,0 +1,66 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# TypeScript v1 declaration files +typings/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env + +# next.js build output +.next + +gh-pages +.DS_Store + +package-lock.json \ No newline at end of file diff --git a/tansci-boot-ui-editor/.prettierrc b/tansci-boot-ui-editor/.prettierrc new file mode 100644 index 0000000..eff3cf2 --- /dev/null +++ b/tansci-boot-ui-editor/.prettierrc @@ -0,0 +1,20 @@ +{ + "printWidth": 80, + "tabWidth": 2, + "useTabs": false, + "singleQuote": true, + "semi": true, + "trailingComma": "none", + "bracketSpacing": false, + "quoteProps": "consistent", + "arrowParens": "avoid", + "jsxBracketSameLine": false, + "overrides": [ + { + "files": ["fis-conf.js"], + "options": { + "tabWidth": 4 + } + } + ] +} diff --git a/tansci-boot-ui-editor/amis.config.js b/tansci-boot-ui-editor/amis.config.js new file mode 100644 index 0000000..e23ab05 --- /dev/null +++ b/tansci-boot-ui-editor/amis.config.js @@ -0,0 +1,80 @@ +'use strict'; +const path = require('path'); +const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin'); +const FileManagerPlugin = require('filemanager-webpack-plugin'); + +// 统一路径解析 +function resolve(dir) { + return path.resolve(__dirname, dir); +} + +// 包括生产和开发的环境配置信息 +module.exports = { + webpack: { + resolve: { + // webpack的resolve配置 + extensions: ['.js', '.jsx', '.ts', '.tsx','.esm.js', '.umd.js', '.min.js', '.json'], // 用于配置webpack在尝试过程中用到的后缀列表 + alias: { + '@': resolve('src'), + // $function: resolve('src/function'), + // $utils: resolve('src/utils'), + }, + // conditionNames: ['require'] + }, + createDeclaration: false, // 打包时是否创建ts声明文件 + ignoreNodeModules: false, // 打包时是否忽略 node_modules + allowList: [], // ignoreNodeModules为true时生效 + externals: [], + projectDir: ['src'], + template: resolve('./src/index.html'), // 使用自己的html模板 + // cssLoaderUrl: true, + // cssLoaderUrlDir: 'editor/fontawesome-free', + moduleRules: [], // 用于配置自定义loaders + plugins: [], // 用于配置自定义plugins + }, + dev: { + entry: { // 本地调试模式的入口 + index: './src/index.tsx', + editor: './src/mobile.tsx', + }, + // 用于开启本地调试模式的相关配置信息 + NODE_ENV: 'development', + ignoreNodeModules: false, // 打包时是否忽略 node_modules + port: 3001, + autoOpenBrowser: true, + assetsPublicPath: '/', // 设置静态资源的引用路径(根域名+路径) + assetsSubDirectory: '', + hostname: 'localhost', + cssSourceMap: false, + closeHotReload: false, // 是否关闭热更新 + closeEditorClient: true, // 是否关闭自动注入editor + }, + build: { + entry: { // webpack构建入口 + index: './src/index.tsx', + editor: './src/mobile.tsx', + }, + // 用于构建生产环境代码的相关配置信息 + NODE_ENV: 'production', + assetsRoot: resolve('./gh-pages'), // 打包后的文件绝对路径(物理路径) + assetsPublicPath: './', // 设置静态资源的引用路径(根域名+路径) + assetsSubDirectory: '', // 资源引用二级路径 + productionSourceMap: false, + productionGzip: false, + productionGzipExtensions: ['js', 'css', 'json'], + plugins: [ + new MonacoWebpackPlugin(), + new FileManagerPlugin({ + events:{ + onEnd:{ + copy:[ + {source: './gh-pages/fonts', destination: './gh-pages/css/fonts'} + ], + delete:['./gh-pages/fonts'] + } + } + }) + ], + bundleAnalyzerReport: false, + } +}; diff --git a/tansci-boot-ui-editor/package.json b/tansci-boot-ui-editor/package.json new file mode 100644 index 0000000..68562e0 --- /dev/null +++ b/tansci-boot-ui-editor/package.json @@ -0,0 +1,48 @@ +{ + "name": "tansci-boot-ui-editor", + "version": "1.0.0", + "description": "可视化编辑器", + "main": "index.js", + "scripts": { + "dev": "amis dev", + "build": "amis build", + "format": "prettier --write \"src/**/**/*.{js,jsx,ts,tsx,vue,scss,json}\"" + }, + "author": "fex", + "license": "ISC", + "homepage": "/", + "dependencies": { + "@fortawesome/fontawesome-free": "^5.15.3", + "amis": "2.9.0", + "amis-core": "2.9.0", + "amis-editor": "^5.2.5-beta.7", + "amis-editor-core": "^5.2.5-beta.7", + "amis-formula": "2.9.0", + "amis-ui": "2.9.0", + "axios": "0.21.1", + "copy-to-clipboard": "^3.2.0", + "mobx": "^4.5.0", + "mobx-react": "^6.3.1", + "mobx-state-tree": "^3.17.3", + "qs": "6.5.1", + "react": "^16.14.0", + "react-dom": "^16.14.0", + "react-hook-form": "^7.39.3", + "react-router": "5.0.1", + "react-router-dom": "5.0.1" + }, + "devDependencies": { + "@types/lodash": "^4.14.123", + "@types/node": "^11.13.8", + "@types/qs": "^6.5.3", + "@types/react": "^16.9.0", + "@types/react-dom": "^16.9.0", + "@types/react-router": "5.0.1", + "@types/react-router-dom": "^4.3.2", + "amis-widget-cli": "^3.1.8", + "filemanager-webpack-plugin": "^8.0.0", + "monaco-editor-webpack-plugin": "6.0.0", + "prettier": "^2.2.1", + "typescript": "^4.5.5" + } +} diff --git a/tansci-boot-ui-editor/public/config.js b/tansci-boot-ui-editor/public/config.js new file mode 100644 index 0000000..d0a1249 --- /dev/null +++ b/tansci-boot-ui-editor/public/config.js @@ -0,0 +1,5 @@ +window.common = { + API_QUERY_URL: 'http://localhost:5173/tansci/lcPages/get/', + API_SAVE_URL: 'http://localhost:5173/tansci/lcPages/update', + TOKEN_KEY: 'token' +} \ No newline at end of file diff --git a/tansci-boot-ui-editor/src/App.tsx b/tansci-boot-ui-editor/src/App.tsx new file mode 100644 index 0000000..05b39c2 --- /dev/null +++ b/tansci-boot-ui-editor/src/App.tsx @@ -0,0 +1,62 @@ +import React from 'react'; +import {Provider} from 'mobx-react'; +import {toast, alert, confirm} from 'amis'; +import axios from 'axios'; +import {MainStore} from './store/index'; +import RootRoute from './route/index'; +import copy from 'copy-to-clipboard'; + +export default function (): JSX.Element { + const store = ((window as any).store = MainStore.create( + {}, + { + fetcher: ({url, method, data, config, headers}: any) => { + config = config || {}; + config.headers = config.headers || headers || {}; + config.withCredentials = true; + + if (method !== 'post' && method !== 'put' && method !== 'patch') { + if (data) { + config.params = data; + } + return (axios as any)[method](url, config); + } else if (data && data instanceof FormData) { + // config.headers = config.headers || {}; + // config.headers['Content-Type'] = 'multipart/form-data'; + } else if ( + data && + typeof data !== 'string' && + !(data instanceof Blob) && + !(data instanceof ArrayBuffer) + ) { + data = JSON.stringify(data); + config.headers['Content-Type'] = 'application/json'; + } + + return (axios as any)[method](url, data, config); + }, + isCancel: (e: any) => axios.isCancel(e), + notify: (type: 'success' | 'error' | 'info', msg: string) => { + toast[type] + ? toast[type](msg, type === 'error' ? '系统错误' : '系统消息') + : console.warn('[Notify]', type, msg); + console.log('[notify]', type, msg); + }, + alert, + confirm, + copy: (contents: string, options: any = {}) => { + const ret = copy(contents, options); + ret && + (!options || options.shutup !== true) && + toast.info('内容已拷贝到剪切板'); + return ret; + } + } + )); + + return ( + + + + ); +} diff --git a/tansci-boot-ui-editor/src/component/AMISRenderer.tsx b/tansci-boot-ui-editor/src/component/AMISRenderer.tsx new file mode 100644 index 0000000..6598bf4 --- /dev/null +++ b/tansci-boot-ui-editor/src/component/AMISRenderer.tsx @@ -0,0 +1,214 @@ +import React from 'react'; +import {RouteComponentProps, withRouter} from 'react-router'; +import {inject, observer} from 'mobx-react'; +import {getEnv} from 'mobx-state-tree'; +import {IMainStore} from '../store'; +import qs from 'qs'; +import {render as amisRender, utils, filter} from 'amis'; + +export function schema2component( + schema: any, + transform?: Function, + session: string = 'page' +) { + interface SchemaRendererProps extends RouteComponentProps<{}> { + store: IMainStore; + history: any; + [propName: string]: any; + } + + @inject('store') + @observer + class SchemaRenderer extends React.Component { + static displayName = 'SchemaRenderer'; + env: any; + + getEnv() { + if (this.env) { + return this.env; + } + + const props = this.props; + const store = props.store; + const rootEnv = getEnv(store); + + const normalizeLink = (to: string, preserveHash?: boolean) => { + if (/^\/api\//.test(to)) { + return to; + } + + to = to || ''; + const history = this.props.history; + const location = history.location; + const currentQuery = qs.parse(location.search.substring(1)); + to = filter( + to.replace(/\$\$/g, qs.stringify(currentQuery)), + currentQuery + ); + + if (to && to[0] === '#') { + to = location.pathname + location.search + to; + } else if (to && to[0] === '?') { + to = location.pathname + to; + } + + const idx = to.indexOf('?'); + const idx2 = to.indexOf('#'); + let pathname = ~idx + ? to.substring(0, idx) + : ~idx2 + ? to.substring(0, idx2) + : to; + let search = ~idx ? to.substring(idx, ~idx2 ? idx2 : undefined) : ''; + let hash = ~idx2 + ? to.substring(idx2) + : preserveHash + ? location.hash + : ''; + + if (!pathname) { + pathname = location.pathname; + } else if (pathname[0] != '/' && !/^\w+\:/.test(pathname)) { + let relativeBase = location.pathname; + const paths = relativeBase.split('/'); + paths.pop(); + let m; + while ((m = /^\.\.?\//.exec(pathname))) { + if (m[0] === '../') { + paths.pop(); + } + pathname = pathname.substring(m[0].length); + } + pathname = paths.concat(pathname).join('/'); + } + + return pathname + search + hash; + }; + + const isCurrentUrl = (to: string) => { + const history = this.props.history; + const link = normalizeLink(to); + const location = history.location; + let pathname = link; + let search = ''; + const idx = link.indexOf('?'); + if (~idx) { + pathname = link.substring(0, idx); + search = link.substring(idx); + } + + if (search) { + if (pathname !== location.pathname || !location.search) { + return false; + } + const currentQuery = qs.parse(location.search.substring(1)); + const query = qs.parse(search.substring(1)); + + return Object.keys(query).every( + key => query[key] === currentQuery[key] + ); + } else if (pathname === location.pathname) { + return true; + } + + return false; + }; + + return (this.env = { + ...rootEnv, + session, + isCurrentUrl, + updateLocation: + props.updateLocation || + ((location: string, replace: boolean) => { + const history = this.props.history; + if (location === 'goBack') { + return history.goBack(); + } else if (/^https?\:\/\//.test(location)) { + return (window.location.href = location); + } + + history[replace ? 'replace' : 'push']( + normalizeLink(location, replace) + ); + }), + jumpTo: + props.jumpTo || + ((to: string, action?: any) => { + const history = this.props.history; + if (to === 'goBack') { + return history.goBack(); + } + + to = normalizeLink(to); + + if (isCurrentUrl(to)) { + return; + } + + if (action && action.actionType === 'url') { + action.blank === false + ? (window.location.href = to) + : window.open(to, '_blank'); + return; + } else if (action && action.blank) { + window.open(to, '_blank'); + return; + } + + if (/^https?:\/\//.test(to)) { + window.location.href = to; + } else { + history.push(to); + } + }), + affixOffsetTop: props.embedMode ? 0 : 50, + theme: store.theme + }); + } + + render() { + const { + router, + match, + location, + history, + store, + schema: schemaProp, + jumpTo, + updateLocation, + embedMode, + ...rest + } = this.props; + const finalSchema = schemaProp || schema; + let body: React.ReactNode; + + // finalSchema.type || (finalSchema.type = 'page'); + + body = amisRender( + finalSchema, + { + data: utils.createObject({ + ...match.params, + amisStore: store, + pathname: location.pathname, + params: match.params + }), + ...rest, + fetcher: store.fetcher, + notify: store.notify, + alert: store.alert, + copy: store.copy, + propsTransform: transform + }, + this.getEnv() + ); + + return <>{body}; + } + } + + return withRouter(SchemaRenderer); +} + +export default schema2component({type: 'page', body: 'It works'}); diff --git a/tansci-boot-ui-editor/src/component/AddPageModal.tsx b/tansci-boot-ui-editor/src/component/AddPageModal.tsx new file mode 100644 index 0000000..2ef1633 --- /dev/null +++ b/tansci-boot-ui-editor/src/component/AddPageModal.tsx @@ -0,0 +1,53 @@ +import {schema2component} from './AMISRenderer'; + +export default schema2component( + { + type: 'dialog', + title: '新增页面', + body: { + type: 'form', + controls: [ + { + type: 'text', + label: '名称', + name: 'label', + validations: { + maxLength: 20 + }, + required: true + }, + + { + type: 'text', + label: '路径', + name: 'path', + validations: { + isUrlPath: true + }, + required: true, + validate(values: any, value: string) { + const exists = !!values.pages.filter( + (item: any) => item.path === value + ).length; + return exists ? '当前路径已被占用,请换一个' : ''; + } + }, + + { + type: 'icon-picker', + label: '图标', + name: 'icon' + } + ] + } + }, + ({onConfirm, pages, ...rest}: any) => { + return { + ...rest, + data: { + pages + }, + onConfirm: (values: Array) => onConfirm && onConfirm(values[0]) + }; + } +); diff --git a/tansci-boot-ui-editor/src/editor/DisabledEditorPlugin.tsx b/tansci-boot-ui-editor/src/editor/DisabledEditorPlugin.tsx new file mode 100644 index 0000000..838aa94 --- /dev/null +++ b/tansci-boot-ui-editor/src/editor/DisabledEditorPlugin.tsx @@ -0,0 +1,44 @@ +import {registerEditorPlugin, BasePlugin} from 'amis-editor'; +import { + RendererEventContext, + SubRendererInfo, + BasicSubRenderInfo, + PluginInterface +} from 'amis-editor'; + +/** + * 用于隐藏一些不需要的Editor组件 + * 备注: 如果不知道当前Editor中有哪些预置组件,可以在这里设置一个断点,console.log 看一下 renderers。 + */ + +// 需要在组件面板中隐藏的组件 +const disabledRenderers = [ + 'audio', // 音频 + 'carousel', // 轮播图 + 'custom', // 自定义代码 + 'log', // 日志 + 'sparkline' // 走势图 +]; + +export class ManagerEditorPlugin extends BasePlugin { + order = 9999; + + buildSubRenderers( + context: RendererEventContext, + renderers: Array + ): BasicSubRenderInfo | Array | void { + // 更新NPM自定义组件排序和分类 + for (let index = 0, size = renderers.length; index < size; index++) { + // 判断是否需要隐藏 Editor预置组件 + const pluginRendererName = renderers[index].rendererName; + if ( + pluginRendererName && + disabledRenderers.indexOf(pluginRendererName) > -1 + ) { + renderers[index].disabledRendererPlugin = true; // 更新状态 + } + } + } +} + +registerEditorPlugin(ManagerEditorPlugin); diff --git a/tansci-boot-ui-editor/src/editor/MyRenderer.tsx b/tansci-boot-ui-editor/src/editor/MyRenderer.tsx new file mode 100644 index 0000000..440a152 --- /dev/null +++ b/tansci-boot-ui-editor/src/editor/MyRenderer.tsx @@ -0,0 +1,53 @@ +import React from 'react'; +import {RendererEditor, BasicEditor} from 'amis-editor'; + +@RendererEditor('my-renderer', { + name: '自定义渲染器', + description: '这只是个示例', + // docLink: '/docs/renderers/Nav', + type: 'my-renderer', + previewSchema: { + // 用来生成预览图的 + type: 'my-renderer', + target: 'demo' + }, + scaffold: { + // 拖入组件里面时的初始数据 + type: 'my-renderer', + target: '233' + } +}) +export default class MyRendererEditor extends BasicEditor { + tipName = '自定义组件'; + settingsSchema = { + title: '自定义组件配置', + body: [ + { + type: 'tabs', + tabsMode: 'line', + className: 'm-t-n-xs', + contentClassName: 'no-border p-l-none p-r-none', + tabs: [ + { + title: '常规', + controls: [ + { + name: 'target', + label: 'Target', + type: 'text' + } + ] + }, + + { + title: '外观', + controls: [] + } + ] + } + ] + }; + + // 配置表单一些简单的基本上够用了。 + // 还有一些逻辑可以复写来自定义的,但是我现在没时间写说明了。 +} diff --git a/tansci-boot-ui-editor/src/icons/h5-preview.svg b/tansci-boot-ui-editor/src/icons/h5-preview.svg new file mode 100644 index 0000000..9915c6d --- /dev/null +++ b/tansci-boot-ui-editor/src/icons/h5-preview.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/tansci-boot-ui-editor/src/icons/index.tsx b/tansci-boot-ui-editor/src/icons/index.tsx new file mode 100644 index 0000000..db20b4a --- /dev/null +++ b/tansci-boot-ui-editor/src/icons/index.tsx @@ -0,0 +1,14 @@ +/** + * @file 内置 svg 图标 + */ + +import {Icon, registerIcon} from 'amis'; + +// @ts-ignore +import PCPreview from './pc-preview.svg'; +// @ts-ignore +import H5Preview from './h5-preview.svg'; +registerIcon('pc-preview', PCPreview); +registerIcon('h5-preview', H5Preview); + +export {Icon}; diff --git a/tansci-boot-ui-editor/src/icons/pc-preview.svg b/tansci-boot-ui-editor/src/icons/pc-preview.svg new file mode 100644 index 0000000..311888f --- /dev/null +++ b/tansci-boot-ui-editor/src/icons/pc-preview.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/tansci-boot-ui-editor/src/index.html b/tansci-boot-ui-editor/src/index.html new file mode 100644 index 0000000..3052872 --- /dev/null +++ b/tansci-boot-ui-editor/src/index.html @@ -0,0 +1,15 @@ + + + + + + + + + 页面编辑器 + + +
+ + + diff --git a/tansci-boot-ui-editor/src/index.tsx b/tansci-boot-ui-editor/src/index.tsx new file mode 100644 index 0000000..26e0e18 --- /dev/null +++ b/tansci-boot-ui-editor/src/index.tsx @@ -0,0 +1,16 @@ +/** + * @file entry of this example. + */ +import * as React from 'react'; +import ReactDOM from 'react-dom'; +import App from './App'; +import '@fortawesome/fontawesome-free/css/all.css'; +import '@fortawesome/fontawesome-free/css/v4-shims.css'; +import 'amis/lib/themes/default.css'; +import 'amis/lib/helper.css'; +import 'amis/sdk/iconfont.css'; +import 'amis-editor-core/lib/style.css'; +import './scss/style.scss'; + +// react < 18 +ReactDOM.render(, document.getElementById('root')); diff --git a/tansci-boot-ui-editor/src/mobile.tsx b/tansci-boot-ui-editor/src/mobile.tsx new file mode 100644 index 0000000..87731d3 --- /dev/null +++ b/tansci-boot-ui-editor/src/mobile.tsx @@ -0,0 +1,12 @@ +import React from 'react'; +import ReactDOM from 'react-dom'; +import {mountInIframe} from 'amis-editor-core'; +import '@fortawesome/fontawesome-free/css/all.css'; +import '@fortawesome/fontawesome-free/css/v4-shims.css'; +import 'amis/lib/themes/default.css'; +import 'amis-editor-core/lib/style.css'; + +// 导入自定义组件 +import './renderer/MyRenderer'; + +mountInIframe(document.getElementById('root') as HTMLElement, ReactDOM); diff --git a/tansci-boot-ui-editor/src/renderer/MyRenderer.tsx b/tansci-boot-ui-editor/src/renderer/MyRenderer.tsx new file mode 100644 index 0000000..204e377 --- /dev/null +++ b/tansci-boot-ui-editor/src/renderer/MyRenderer.tsx @@ -0,0 +1,23 @@ +import {Renderer} from 'amis'; +import {RendererProps} from 'amis'; +import React from 'react'; + +export interface MyRendererProps extends RendererProps { + target?: string; +} + +@Renderer({ + test: /\bmy-renderer$/, + name: 'my-renderer' +}) +export default class MyRenderer extends React.Component { + static defaultProps = { + target: 'world' + }; + + render() { + const {target} = this.props; + + return

Hello {target}! @amis-editor

; + } +} diff --git a/tansci-boot-ui-editor/src/route/Editor.tsx b/tansci-boot-ui-editor/src/route/Editor.tsx new file mode 100644 index 0000000..46c560b --- /dev/null +++ b/tansci-boot-ui-editor/src/route/Editor.tsx @@ -0,0 +1,202 @@ +import React from 'react'; +import {Editor, ShortcutKey} from 'amis-editor'; +import {inject, observer} from 'mobx-react'; +import {RouteComponentProps} from 'react-router-dom'; +import {toast, Select} from 'amis'; +import {currentLocale} from 'i18n-runtime'; +import {Icon} from '../icons/index'; +import {IMainStore} from '../store'; +import '../editor/DisabledEditorPlugin'; // 用于隐藏一些不需要的Editor预置组件 +import '../renderer/MyRenderer'; +import '../editor/MyRenderer'; +import axios from 'axios'; + +let currentIndex = -1; +let host = `${window.location.protocol}//${window.location.host}`; +let iframeUrl = '/editor.html'; + +const schemaUrl = `${host}/schema.json`; + +const editorLanguages = [ + { + label: '简体中文', + value: 'zh-CN' + }, + { + label: 'English', + value: 'en-US' + } +]; + +// 获取页面ID +const query = window.location.href.split('?')[1]; +let id:string = '' +let token:string = '' +if(query){ + let val = query.substr(3); + val = window.atob(val) + id = val.split(",")[0] + token = val.split(",")[1] +} + +let _token = window.common.TOKEN_KEY +const apiQueryUrl = window.common.API_QUERY_URL +const apiSaveUrl = window.common.API_SAVE_URL + +export default inject('store')( + observer(function ({ + store, + location, + history, + match + }: {store: IMainStore} & RouteComponentProps<{id: string}>) { + const index: number = parseInt(match.params.id, 10); + const curLanguage = currentLocale(); // 获取当前语料类型 + + if (index !== currentIndex) { + currentIndex = index; + //store.updateSchema(store.pages[index].schema); + // 从数据库获取页面JSON + if(id && id != ''){ + axios.get(apiQueryUrl + id, {headers:{[_token]:token}}).then(function (res:any){ + if(res.data.result && res.data.result.pageschema){ + store.updateSchema(JSON.parse(res.data.result.pageschema)); + } else { + toast.error('服务器异常,请联系管理员!', '提示'); + } + }).catch(function (e:any){ + console.log(e) + toast.error('服务器异常,请联系管理员!', '提示'); + }) + } else { + store.updateSchema({}); + setTimeout(() => { + toast.error('服务器异常,请联系管理员!', '提示'); + }, 1000); + } + + } + + function save() { + store.updatePageSchemaAt(index); + toast.success('保存成功', '提示'); + } + + function onChange(value: any) { + store.updateSchema(value); + store.updatePageSchemaAt(index); + } + + function changeLocale(value: string) { + localStorage.setItem('suda-i18n-locale', value); + window.location.reload(); + } + + function exit() { + history.push(`/${store.pages[index].path}`); + } + + // 保存到数据库 + function onSaveOrUpdate(this: any, e:any) { + if(id && id != ''){ + store.updatePageSchemaAt(index); + let schema = store.pages[index].schema; + axios.post(apiSaveUrl, {id:id, pageschema: JSON.stringify(schema)}, {headers:{[_token]:token}}).then(function (res:any){ + console.log("保存:", res) + if(res.data.code == 200){ + toast.success("操作成功!", '提示'); + } else { + toast.error(res.data.message, '提示'); + } + }).catch(function (e:any){ + console.log(e) + toast.error("服务器异常,请联系管理员!", '提示'); + }) + } + } + + return ( +
+
+
可视化编辑器
+
+
+
{ + store.setIsMobile(false); + }} + > + +
+
{ + store.setIsMobile(true); + }} + > + +
+
+
+ +
+ + or
"));var f="";0<=i&&(a=" fr-active",(c').concat(t.language.translate("Drop video"),"
(").concat(t.language.translate("or click"),')
'));var p={buttons:n,by_url_layer:o,embed_layer:d,upload_layer:f,progress_bar:'

Uploading

'},u=t.popups.create("video.insert",p);return function(e){t.events.$on(e,"dragover dragenter",".fr-video-upload-layer",(function(){return l(this).addClass("fr-drop"),!1}),!0),t.events.$on(e,"dragleave dragend",".fr-video-upload-layer",(function(){return l(this).removeClass("fr-drop"),!1}),!0),t.events.$on(e,"drop",".fr-video-upload-layer",(function(n){n.preventDefault(),n.stopPropagation(),l(this).removeClass("fr-drop");var r=n.originalEvent.dataTransfer;if(r&&r.files){var a=e.data("instance")||t;a.events.disableBlur(),a.video.upload(r.files),a.events.enableBlur()}}),!0),t.helpers.isIOS()&&t.events.$on(e,"touchstart",'.fr-video-upload-layer input[type="file"]',(function(){l(this).trigger("click")}),!0),t.events.$on(e,"change",'.fr-video-upload-layer input[type="file"]',(function(){if(this.files){var n=e.data("instance")||t;n.events.disableBlur(),e.find("input:focus").blur(),n.events.enableBlur(),n.video.upload(this.files)}l(this).val("")}),!0)}(u),u}function E(e){t.events.focus(!0),t.selection.restore();var n=!1;o&&(q(),n=!0),t.html.insert(''.concat(e,""),!1,t.opts.videoSplitHTML),t.popups.hide("video.insert");var r=t.$el.find(".fr-jiv");r.removeClass("fr-jiv"),r.toggleClass("fr-rv",t.opts.videoResponsive),Z(r,t.opts.videoDefaultDisplay,t.opts.videoDefaultAlign),r.toggleClass("fr-draggable",t.opts.videoMove),t.events.trigger(n?"video.replaced":"video.inserted",[r])}function T(){var e=l(this);t.popups.hide("video.insert"),e.removeClass("fr-uploading"),e.parent().next().is("br")&&e.parent().next().remove(),R(e.parent()),t.events.trigger("video.loaded",[e.parent()])}function A(e,n,r,a,o){t.edit.off(),y("Loading video"),n&&(e=t.helpers.sanitizeURL(e));C("Loading video"),function(){var n,i;if(a){t.undo.canDo()||a.find("video").hasClass("fr-uploading")||t.undo.saveStep();var s=a.find("video").data("fr-old-src"),c=a.data("fr-replaced");a.data("fr-replaced",!1),t.$wp?((n=a.clone(!0)).find("video").removeData("fr-old-src").removeClass("fr-uploading"),n.find("video").off("canplay"),s&&a.find("video").attr("src",s),a.replaceWith(n)):n=a;for(var d=n.find("video").get(0).attributes,f=0;f"+t.language.translate("Your browser does not support HTML5 video.")+"");s.toggleClass("fr-draggable",t.opts.videoMove),t.edit.on(),t.events.focus(!0),t.selection.restore(),t.undo.saveStep(),t.opts.videoSplitHTML?t.markers.split():t.markers.insert(),t.html.wrap();var c=t.$el.find(".fr-marker");return t.node.isLastSibling(c)&&c.parent().hasClass("fr-deletable")&&c.insertAfter(c.parent()),c.replaceWith(s),t.selection.clear(),s.find("video").get(0).readyState>s.find("video").get(0).HAVE_FUTURE_DATA||t.helpers.isIOS()?r.call(s.find("video").get(0)):s.find("video").on("canplaythrough load",r),s}(e,r,T),B(),t.undo.saveStep(),t.events.trigger("video.inserted",[n,o])}()}function C(e){var n=t.popups.get("video.insert");if(n||(n=b()),n.find(".fr-layer.fr-active").removeClass("fr-active").addClass("fr-pactive"),n.find(".fr-video-progress-bar-layer").addClass("fr-active"),n.find(".fr-buttons").hide(),o){var r=o.find("video");t.popups.setContainer("video.insert",t.$sc);var a=r.offset().left,i=r.offset().top+r.height();t.popups.show("video.insert",a,i,r.outerHeight())}void 0===e&&y(t.language.translate("Uploading"),0)}function S(e){var n=t.popups.get("video.insert");if(n&&(n.find(".fr-layer.fr-pactive").addClass("fr-active").removeClass("fr-pactive"),n.find(".fr-video-progress-bar-layer").removeClass("fr-active"),n.find(".fr-buttons").show(),e||t.$el.find("video.fr-error").length)){if(t.events.focus(),t.$el.find("video.fr-error").length&&(t.$el.find("video.fr-error").parent().remove(),t.undo.saveStep(),t.undo.run(),t.undo.dropRedo()),!t.$wp&&o){var r=o;P(!0),t.selection.setAfter(r.find("video").get(0)),t.selection.restore()}t.popups.hide("video.insert")}}function y(e,n){var r=t.popups.get("video.insert");if(r){var a=r.find(".fr-video-progress-bar-layer");a.find("h3").text(e+(n?" ".concat(n,"%"):"")),a.removeClass("fr-error"),n?(a.find("div").removeClass("fr-indeterminate"),a.find("div > span").css("width","".concat(n,"%"))):a.find("div").addClass("fr-indeterminate")}}function L(e){C();var n=t.popups.get("video.insert").find(".fr-video-progress-bar-layer");n.addClass("fr-error");var r=n.find("h3");r.text(e),t.events.disableBlur(),r.focus()}function R(e){H.call(e.get(0))}function N(e){y("Loading video");var n=this.status,r=this.response,a=this.responseXML,o=this.responseText;try{if(t.opts.videoUploadToS3)if(201==n){var i=function(e){try{var n=l(e).find("Location").text(),r=l(e).find("Key").text();return!1===t.events.trigger("video.uploadedToS3",[n,r,e],!0)?(t.edit.on(),!1):n}catch(t){return F(p,e),!1}}(a);i&&A(i,!1,[],e,r||a)}else F(p,r||a);else if(200<=n&&n<300){var s=function(e){try{if(!1===t.events.trigger("video.uploaded",[e],!0))return t.edit.on(),!1;var n=JSON.parse(e);return n.link?n:(F(d,e),!1)}catch(t){return F(p,e),!1}}(o);s&&A(s.link,!1,s,e,r||o)}else F(f,r||o)}catch(e){F(p,r||o)}}function O(){F(p,this.response||this.responseText||this.responseXML)}function w(e){if(e.lengthComputable){var n=e.loaded/e.total*100|0;y(t.language.translate("Uploading"),n)}}function x(){t.edit.on(),S(!0)}function I(e){if(!t.core.sameInstance(a))return!0;e.preventDefault(),e.stopPropagation();var o=e.pageX||(e.originalEvent.touches?e.originalEvent.touches[0].pageX:null),i=e.pageY||(e.originalEvent.touches?e.originalEvent.touches[0].pageY:null);if(!o||!i)return!1;if("mousedown"==e.type){var s=t.$oel.get(0).ownerDocument,c=s.defaultView||s.parentWindow,d=!1;try{d=c.location!=c.parent.location&&!(c.$&&c.$.FE)}catch(e){}d&&c.frameElement&&(o+=t.helpers.getPX(l(c.frameElement).offset().left)+c.frameElement.clientLeft,i=e.clientY+t.helpers.getPX(l(c.frameElement).offset().top)+c.frameElement.clientTop)}t.undo.canDo()||t.undo.saveStep(),(r=l(this)).data("start-x",o),r.data("start-y",i),n.show(),t.popups.hideAll(),W()}function M(e){if(!t.core.sameInstance(a))return!0;if(r){e.preventDefault();var n=e.pageX||(e.originalEvent.touches?e.originalEvent.touches[0].pageX:null),i=e.pageY||(e.originalEvent.touches?e.originalEvent.touches[0].pageY:null);if(!n||!i)return!1;var s=r.data("start-x"),l=r.data("start-y");r.data("start-x",n),r.data("start-y",i);var c=n-s,d=i-l,f=o.find("iframe, embed, video"),p=f.width(),u=f.height();(r.hasClass("fr-hnw")||r.hasClass("fr-hsw"))&&(c=0-c),(r.hasClass("fr-hnw")||r.hasClass("fr-hne"))&&(d=0-d),f.css("width",p+c),f.css("height",u+d),f.removeAttr("width"),f.removeAttr("height"),_()}}function D(e){if(!t.core.sameInstance(a))return!0;r&&o&&(e&&e.stopPropagation(),r=null,n.hide(),_(),v(),t.undo.saveStep())}function k(e){return'
')}function $(e,t,n,r){return e.pageX=t,e.pageY=t,I.call(this,e),e.pageX=e.pageX+n*Math.floor(Math.pow(1.1,r)),e.pageY=e.pageY+n*Math.floor(Math.pow(1.1,r)),M.call(this,e),D.call(this,e),++r}function B(){var e,n=Array.prototype.slice.call(t.el.querySelectorAll("video, .fr-video > *")),r=[];for(e=0;et.opts.videoMaxSize)return F(u),!1;if(t.opts.videoAllowedTypes.indexOf(r.type.replace(/video\//g,""))<0)return F(h),!1;if(t.drag_support.formdata&&(n=t.drag_support.formdata?new FormData:null),n){var a;if(!1!==t.opts.videoUploadToS3)for(a in n.append("key",t.opts.videoUploadToS3.keyStart+(new Date).getTime()+"-"+(r.name||"untitled")),n.append("success_action_status","201"),n.append("X-Requested-With","xhr"),n.append("Content-Type",r.type),t.opts.videoUploadToS3.params)t.opts.videoUploadToS3.params.hasOwnProperty(a)&&n.append(a,t.opts.videoUploadToS3.params[a]);for(a in t.opts.videoUploadParams)t.opts.videoUploadParams.hasOwnProperty(a)&&n.append(a,t.opts.videoUploadParams[a]);n.append(t.opts.videoUploadParam,r);var i=t.opts.videoUploadURL;t.opts.videoUploadToS3&&(i=t.opts.videoUploadToS3.uploadURL?t.opts.videoUploadToS3.uploadURL:"https://".concat(t.opts.videoUploadToS3.region,".amazonaws.com/").concat(t.opts.videoUploadToS3.bucket));var s=t.core.getXHR(i,t.opts.videoUploadMethod);s.onload=function(){N.call(s,o)},s.onerror=O,s.upload.onprogress=w,s.onabort=x,C(),t.events.disableBlur(),t.edit.off(),t.events.enableBlur();var d=t.popups.get("video.insert");d&&l(d.off("abortUpload")).on("abortUpload",(function(){4!=s.readyState&&s.abort()})),s.send(n)}}}function F(e,n){t.edit.on(),o&&o.find("video").addClass("fr-error"),L(t.language.translate("Something went wrong. Please try again.")),t.events.trigger("video.error",[{code:e,message:g[e]},n])}function z(){if(o){var e=t.popups.get("video.size"),n=o.find("iframe, embed, video");e.find('input[name="width"]').val(n.get(0).style.width||n.attr("width")).trigger("change"),e.find('input[name="height"]').val(n.get(0).style.height||n.attr("height")).trigger("change")}}function Y(e){if(e)return t.popups.onRefresh("video.size",z),!0;var n={buttons:'
'.concat(t.button.buildList(t.opts.videoSizeButtons),"
"),size_layer:'
")},r=t.popups.create("video.size",n);return t.events.$on(t.$wp,"scroll",(function(){o&&t.popups.isVisible("video.size")&&(t.events.disableBlur(),R(o))})),r}function G(e){if(void 0===e&&(e=o),e){if(e.hasClass("fr-fvl"))return"left";if(e.hasClass("fr-fvr"))return"right";if(e.hasClass("fr-dvb")||e.hasClass("fr-dvi"))return"center";if("block"==e.css("display")){if("left"==e.css("text-algin"))return"left";if("right"==e.css("text-align"))return"right"}else{if("left"==e.css("float"))return"left";if("right"==e.css("float"))return"right"}}return"center"}function X(e){void 0===e&&(e=o);var t=e.css("float");return e.css("float","none"),"block"==e.css("display")?(e.css("float",""),e.css("float")!=t&&e.css("float",t),"block"):(e.css("float",""),e.css("float")!=t&&e.css("float",t),"inline")}function q(){if(o&&!1!==t.events.trigger("video.beforeRemove",[o])){var e=o;t.popups.hideAll(),P(!0),t.selection.setBefore(e.get(0))||t.selection.setAfter(e.get(0)),e.remove(),t.selection.restore(),t.html.fillEmptyBlocks()}}function j(){S()}function Z(e,n,r){!t.opts.htmlUntouched&&t.opts.useClasses?(e.removeClass("fr-fvl fr-fvr fr-dvb fr-dvi"),e.addClass("fr-fv".concat(r[0]," fr-dv").concat(n[0]))):"inline"==n?(e.css({display:"inline-block"}),"center"==r?e.css({float:"none"}):"left"==r?e.css({float:"left"}):e.css({float:"right"})):(e.css({display:"block",clear:"both"}),"left"==r?e.css({textAlign:"left"}):"right"==r?e.css({textAlign:"right"}):e.css({textAlign:"center"}))}function Q(){var n=t.$el.find("video").filter((function(){return 0===l(this).parents("span.fr-video").length}));if(0!=n.length){n.wrap(l(document.createElement("span")).attr("class","fr-video fr-deletable").attr("contenteditable","false")),t.$el.find("embed, iframe").filter((function(){if(t.browser.safari&&this.getAttribute("src")&&this.setAttribute("src",this.src),0*").first().replaceWith(t.icon.create("video-align-".concat(G())))},refreshAlignOnShow:function(e,t){o&&t.find('.fr-command[data-param1="'.concat(G(),'"]')).addClass("fr-active").attr("aria-selected",!0)},display:function(e){o.removeClass("fr-dvi fr-dvb"),!t.opts.htmlUntouched&&t.opts.useClasses?"inline"==e?o.addClass("fr-dvi"):"block"==e&&o.addClass("fr-dvb"):Z(o,e,G()),J(),_(),v(),t.selection.clear()},refreshDisplayOnShow:function(e,t){o&&t.find('.fr-command[data-param1="'.concat(X(),'"]')).addClass("fr-active").attr("aria-selected",!0)},remove:q,hideProgressBar:S,showSizePopup:function(){var e=t.popups.get("video.size");e||(e=Y()),S(),t.popups.refresh("video.size"),t.popups.setContainer("video.size",t.$sc);var n=o.find("iframe, embed, video"),r=n.offset().left+n.outerWidth()/2,a=n.offset().top+n.height();t.popups.show("video.size",r,a,n.height(),!0)},replace:function(){var e=t.popups.get("video.insert");e||(e=b()),t.popups.isVisible("video.insert")||(S(),t.popups.refresh("video.insert"),t.popups.setContainer("video.insert",t.$sc));var n=o.offset().left+o.outerWidth()/2,r=o.offset().top+o.height();t.popups.show("video.insert",n,r,o.outerHeight(),!0)},back:function(){o?(t.events.disableBlur(),o[0].click()):(t.events.disableBlur(),t.selection.restore(),t.events.enableBlur(),t.popups.hide("video.insert"),t.toolbar.showInline())},setSize:function(e,n){if(o){var r=t.popups.get("video.size"),a=o.find("iframe, embed, video");a.css("width",e||r.find('input[name="width"]').val()),a.css("height",n||r.find('input[name="height"]').val()),a.get(0).style.width&&a.removeAttr("width"),a.get(0).style.height&&a.removeAttr("height"),r.find("input:focus").blur(),setTimeout((function(){o.trigger("click")}),t.helpers.isAndroid()?50:0)}},get:function(){return o},showProgressBar:C}},e.RegisterCommand("insertVideo",{title:"Insert Video",undo:!1,focus:!0,refreshAfterCallback:!1,popup:!0,callback:function(){this.popups.isVisible("video.insert")?(this.$el.find(".fr-marker").length&&(this.events.disableBlur(),this.selection.restore()),this.popups.hide("video.insert")):this.video.showInsertPopup()},plugin:"video"}),e.DefineIcon("insertVideo",{NAME:"video-camera",FA5NAME:"camera",SVG_KEY:"insertVideo"}),e.DefineIcon("videoByURL",{NAME:"link",SVG_KEY:"insertLink"}),e.RegisterCommand("videoByURL",{title:"By URL",undo:!1,focus:!1,toggle:!0,callback:function(){this.video.showLayer("video-by-url")},refresh:function(e){this.video.refreshByURLButton(e)}}),e.DefineIcon("videoEmbed",{NAME:"code",SVG_KEY:"codeView"}),e.RegisterCommand("videoEmbed",{title:"Embedded Code",undo:!1,focus:!1,toggle:!0,callback:function(){this.video.showLayer("video-embed")},refresh:function(e){this.video.refreshEmbedButton(e)}}),e.DefineIcon("videoUpload",{NAME:"upload",SVG_KEY:"upload"}),e.RegisterCommand("videoUpload",{title:"Upload Video",undo:!1,focus:!1,toggle:!0,callback:function(){this.video.showLayer("video-upload")},refresh:function(e){this.video.refreshUploadButton(e)}}),e.RegisterCommand("videoInsertByURL",{undo:!0,focus:!0,callback:function(){this.video.insertByURL()}}),e.RegisterCommand("videoInsertEmbed",{undo:!0,focus:!0,callback:function(){this.video.insertEmbed()}}),e.DefineIcon("videoDisplay",{NAME:"star",SVG_KEY:"star"}),e.RegisterCommand("videoDisplay",{title:"Display",type:"dropdown",options:{inline:"Inline",block:"Break Text"},callback:function(e,t){this.video.display(t)},refresh:function(e){this.opts.videoTextNear||e.addClass("fr-hidden")},refreshOnShow:function(e,t){this.video.refreshDisplayOnShow(e,t)}}),e.DefineIcon("video-align",{NAME:"align-left",SVG_KEY:"align Left"}),e.DefineIcon("video-align-left",{NAME:"align-left",SVG_KEY:"alignLeft"}),e.DefineIcon("video-align-right",{NAME:"align-right",SVG_KEY:"alignRight"}),e.DefineIcon("video-align-center",{NAME:"align-justify",SVG_KEY:"alignJustify"}),e.DefineIcon("videoAlign",{NAME:"align-center",SVG_KEY:"alignCenter"}),e.RegisterCommand("videoAlign",{type:"dropdown",title:"Align",options:{left:"Align Left",center:"None",right:"Align Right"},html:function(){var t='"},callback:function(e,t){this.video.align(t)},refresh:function(e){this.video.refreshAlign(e)},refreshOnShow:function(e,t){this.video.refreshAlignOnShow(e,t)}}),e.DefineIcon("videoReplace",{NAME:"exchange",FA5NAME:"exchange-alt",SVG_KEY:"replaceImage"}),e.RegisterCommand("videoReplace",{title:"Replace",undo:!1,focus:!1,popup:!0,refreshAfterCallback:!1,callback:function(){this.video.replace()}}),e.DefineIcon("videoRemove",{NAME:"trash",SVG_KEY:"remove"}),e.RegisterCommand("videoRemove",{title:"Remove",callback:function(){this.video.remove()}}),e.DefineIcon("videoSize",{NAME:"arrows-alt",SVG_KEY:"imageSize"}),e.RegisterCommand("videoSize",{undo:!1,focus:!1,popup:!0,title:"Change Size",callback:function(){this.video.showSizePopup()}}),e.DefineIcon("videoBack",{NAME:"arrow-left",SVG_KEY:"back"}),e.RegisterCommand("videoBack",{title:"Back",undo:!1,focus:!1,back:!0,callback:function(){this.video.back()},refresh:function(e){this.video.get()||this.opts.toolbarInline?(e.removeClass("fr-hidden"),e.next(".fr-separator").removeClass("fr-hidden")):(e.addClass("fr-hidden"),e.next(".fr-separator").addClass("fr-hidden"))}}),e.RegisterCommand("videoDismissError",{title:"OK",undo:!1,callback:function(){this.video.hideProgressBar(!0)}}),e.RegisterCommand("videoSetSize",{undo:!0,focus:!1,title:"Update",refreshAfterCallback:!1,callback:function(){this.video.setSize()}})}(n(98598))},50561:function(e,t,n){!function(e){"use strict";e=e&&e.hasOwnProperty("default")?e.default:e,Object.assign(e.DEFAULTS,{wordDeniedTags:[],wordDeniedAttrs:[],wordAllowedStyleProps:["font-family","font-size","background","color","width","text-align","vertical-align","background-color","padding","margin","height","margin-top","margin-left","margin-right","margin-bottom","text-decoration","font-weight","font-style","text-indent","border","border-.*","line-height","list-style-type"],wordPasteModal:!0,wordPasteKeepFormatting:!0}),e.PLUGINS.wordPaste=function(t){var n,r,a=t.$,o="word_paste",i={};function s(e){var n=t.opts.wordAllowedStyleProps;e||(t.opts.wordAllowedStyleProps=[]),0===r.indexOf("")&&(r=""+r+"
"),r=A(r=r.replace(/([\r\n\u00a0 ]*)<\/span>/g,(function(e,t){for(var n="",r=0;r++/gi,"")}function u(e,t){for(var n=document.createElement(t),r=0;r').remove()}}}}function T(n,r){var a=n.tagName,o=a.toLowerCase();if(n.firstElementChild&&("I"===n.firstElementChild.tagName?u(n.firstElementChild,"em"):"B"===n.firstElementChild.tagName&&u(n.firstElementChild,"strong")),-1!==["SCRIPT","APPLET","EMBED","NOFRAMES","NOSCRIPT"].indexOf(a))return l(n),!1;for(var i=["META","LINK","XML","ST1:","O:","W:","FONT"],s=0;s");for(var c=a.firstElementChild,f=1===a.children.length;c;)"P"!==c.tagName||d(c)||f&&h(c),c=c.nextElementSibling;if(r){var p=a.getAttribute("class");if(p){var u=(p=g(p)).match(/xl[0-9]+/gi);if(u){var v="."+u[0];r[v]&&m(a,r[v])}}r.td&&m(a,r.td)}var b=a.getAttribute("style");b&&(b=g(b))&&";"!==b.slice(-1)&&(b+=";");var E=a.getAttribute("valign");if(!E&&b){var T=b.match(/vertical-align:.+?[; "]{1,1}/gi);T&&(E=T[T.length-1].replace(/vertical-align:(.+?)[; "]{1,1}/gi,"$1"))}var A=null;if(b){var C=b.match(/text-align:.+?[; "]{1,1}/gi);C&&(A=C[C.length-1].replace(/text-align:(.+?)[; "]{1,1}/gi,"$1")),"general"===A&&(A=null)}var S=null;if(b){var y=b.match(/background:.+?[; "]{1,1}/gi);y&&(S=y[y.length-1].replace(/background:(.+?)[; "]{1,1}/gi,"$1"))}var L=a.getAttribute("colspan"),R=a.getAttribute("rowspan");L&&a.setAttribute("colspan",L),R&&a.setAttribute("rowspan",R),E&&(a.style["vertical-align"]=E),A&&(a.style["text-align"]=A),S&&(a.style["background-color"]=S),s&&a.setAttribute("width",s),a=a.nextElementSibling}for(a=n.firstElementChild;a;)s=a.getAttribute("width"),i?a.removeAttribute("width"):a.setAttribute("width",100*parseInt(s,10)/o+"%"),a=a.nextElementSibling}(n,r),"A"!==a||n.attributes.getNamedItem("href")||n.attributes.getNamedItem("name")||!n.innerHTML||(n.outerHTML=n.innerHTML),"A"==a&&n.getAttribute("href")&&n.querySelector("img"))for(var y=n.querySelectorAll("span"),L=0;L"),"TABLE"===a&&(n.style.width=n.style.width),n.getAttribute("lang")&&n.removeAttribute("lang"),n.getAttribute("style")&&-1!==n.getAttribute("style").toLowerCase().indexOf("mso")){var R=g(n.getAttribute("style"));(R=R.replace(/[0-9a-z-_]*mso[0-9a-z-_]*:.+?(;{1,1}|$)/gi,""))?n.setAttribute("style",R):n.removeAttribute("style")}return!0}function A(n,r){0<=n.indexOf("]*(]*>[.\s\S\w\W<>]*<\/html>)[.\s\S\w\W<>]*/i,"$1")),function(e){for(var t=e.split("v:shape"),n=1;n ul, ul > ol, ol > ul, ol > ol"),v=m.length-1;0<=v;v--)m[v].previousElementSibling&&"LI"===m[v].previousElementSibling.tagName&&m[v].previousElementSibling.appendChild(m[v]);c(s,(function(e){if(e.nodeType===Node.TEXT_NODE)return e.data=e.data.replace(/
(\n|\r)/gi,"
"),!1;if(e.nodeType===Node.ELEMENT_NODE){if(d(e)){var t,n=e.parentNode,r=e.previousSibling,a=function e(t,n,r,a){var o,i,s=/[0-9a-zA-Z]./gi,l=!1,c=navigator.userAgent.toLowerCase();-1!=c.indexOf("safari")&&(c=-1':"<"+g+' style="margin-left:'+S+A+';">',"list-style-type: upper-alpha;"==m){var y=v.charCodeAt(0)-64;E=m?"<"+g+T+' start="'+y+'" style = "'+m+" margin-left:"+S+A+';">':"<"+g+">"}else if("list-style-type: lower-alpha;"==m){var L=v.charCodeAt(0)-96;E=m?"<"+g+T+' start="'+L+'" style = "'+m+"margin-left:"+S+A+';">':"<"+g+">"}else E=m?"<"+g+T+' style = "'+m+";margin-left:"+S+A+';">':"<"+g+' style="margin-left:'+S+A+';">';else if("list-style-type: upper-alpha;"==m){var R=v.charCodeAt(0)-64;E=m?"<"+g+T+' style = "'+m+' start="'+R+'">':"<"+g+">"}else if("list-style-type: lower-alpha;"==m){var N=v.charCodeAt(0)-96;E=m?"<"+g+T+' style = "'+m+' start="'+N+'">':"<"+g+">"}else E=m?"<"+g+T+' style = "'+m+'">':"<"+g+">";for(var O=!1;t;){if(!d(t)){if(t.outerHTML&&0"):(1==w&&(E+="",O=!0,i=null),E+=(h=e(t,n,w,t.style.marginLeft)).el.outerHTML,t=h.currentNode);var I=t&&t.nextElementSibling;if(I&&(i=I.previousElementSibling),t&&!d(t)){if(t.outerHTML&&0");var M=document.createElement("div");return M.innerHTML=E,{el:M,currentNode:t}}(e,h).el;return(t=r?r.nextSibling:n.firstChild)?n.insertBefore(a,t):n.appendChild(a),!1}return"FONT"===e.tagName&&h["."+e.getAttribute("class")]&&(e=u(e,"span")),T(e,h)}if(e.nodeType!==Node.COMMENT_NODE)return!0;if(-1",r=function(){var e='
';return e+='

'+t.language.translate("The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?")+"

",(e+='
")+"
"}(),i=t.modals.create(o,e,r),s=i.$body;n=i.$modal,i.$modal.addClass("fr-middle"),t.events.bindClick(s,"button.fr-remove-word",(function(){(n.data("instance")||t).wordPaste.clean()})),t.events.bindClick(s,"button.fr-keep-word",(function(){(n.data("instance")||t).wordPaste.clean(!0)})),t.events.$on(a(t.o_win),"resize",(function(){t.modals.resize(o)}))}t.modals.show(o),t.modals.resize(o)}():s(t.opts.wordPasteKeepFormatting),!1}))},clean:s,_wordClean:A}}}(n(98598))}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/6590.062da283.js.LICENSE.txt b/tansci-boot-ui/public/gh-pages/scripts/chunk/6590.062da283.js.LICENSE.txt new file mode 100644 index 0000000..04c4696 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/6590.062da283.js.LICENSE.txt @@ -0,0 +1,5 @@ +/*! + * froala_editor v3.1.0 (https://www.froala.com/wysiwyg-editor) + * License https://froala.com/wysiwyg-editor/terms/ + * Copyright 2014-2020 Froala Labs + */ diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/6717.c556cdf5.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/6717.c556cdf5.js new file mode 100644 index 0000000..229b322 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/6717.c556cdf5.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[6717],{96717:function(e,t,n){n.r(t),n.d(t,{conf:function(){return i},language:function(){return r}});var o=n(89587),i={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],onEnterRules:[{beforeText:/^\s*\/\*\*(?!\/)([^\*]|\*(?!\/))*$/,afterText:/^\s*\*\/$/,action:{indentAction:o.Mj.IndentAction.IndentOutdent,appendText:" * "}},{beforeText:/^\s*\/\*\*(?!\/)([^\*]|\*(?!\/))*$/,action:{indentAction:o.Mj.IndentAction.None,appendText:" * "}},{beforeText:/^(\t|(\ \ ))*\ \*(\ ([^\*]|\*(?!\/))*)?$/,action:{indentAction:o.Mj.IndentAction.None,appendText:"* "}},{beforeText:/^(\t|(\ \ ))*\ \*\/\s*$/,action:{indentAction:o.Mj.IndentAction.None,removeText:1}}],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string"]},{open:"'",close:"'",notIn:["string","comment"]},{open:"`",close:"`",notIn:["string","comment"]},{open:"/**",close:" */",notIn:["string"]}],folding:{markers:{start:new RegExp("^\\s*//\\s*#?region\\b"),end:new RegExp("^\\s*//\\s*#?endregion\\b")}}},r={defaultToken:"invalid",tokenPostfix:".ts",keywords:["abstract","any","as","asserts","bigint","boolean","break","case","catch","class","continue","const","constructor","debugger","declare","default","delete","do","else","enum","export","extends","false","finally","for","from","function","get","if","implements","import","in","infer","instanceof","interface","is","keyof","let","module","namespace","never","new","null","number","object","package","private","protected","public","override","readonly","require","global","return","set","static","string","super","switch","symbol","this","throw","true","try","type","typeof","undefined","unique","unknown","var","void","while","with","yield","async","await","of"],operators:["<=",">=","==","!=","===","!==","=>","+","-","**","*","/","%","++","--","<<",">",">>>","&","|","^","!","~","&&","||","??","?",":","=","+=","-=","*=","**=","/=","%=","<<=",">>=",">>>=","&=","|=","^=","@"],symbols:/[=>](?!@symbols)/,"@brackets"],[/!(?=([^=]|$))/,"delimiter"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/(@digits)[eE]([\-+]?(@digits))?/,"number.float"],[/(@digits)\.(@digits)([eE][\-+]?(@digits))?/,"number.float"],[/0[xX](@hexdigits)n?/,"number.hex"],[/0[oO]?(@octaldigits)n?/,"number.octal"],[/0[bB](@binarydigits)n?/,"number.binary"],[/(@digits)n?/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/"/,"string","@string_double"],[/'/,"string","@string_single"],[/`/,"string","@string_backtick"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*\*(?!\/)/,"comment.doc","@jsdoc"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],jsdoc:[[/[^\/*]+/,"comment.doc"],[/\*\//,"comment.doc","@pop"],[/[\/*]/,"comment.doc"]],regexp:[[/(\{)(\d+(?:,\d*)?)(\})/,["regexp.escape.control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/]|\\.)+)/,["regexp.escape.control",{token:"regexp.escape.control",next:"@regexrange"}]],[/(\()(\?:|\?=|\?!)/,["regexp.escape.control","regexp.escape.control"]],[/[()]/,"regexp.escape.control"],[/@regexpctl/,"regexp.escape.control"],[/[^\\\/]/,"regexp"],[/@regexpesc/,"regexp.escape"],[/\\\./,"regexp.invalid"],[/(\/)([dgimsuy]*)/,[{token:"regexp",bracket:"@close",next:"@pop"},"keyword.other"]]],regexrange:[[/-/,"regexp.escape.control"],[/\^/,"regexp.invalid"],[/@regexpesc/,"regexp.escape"],[/[^\]]/,"regexp"],[/\]/,{token:"regexp.escape.control",next:"@pop",bracket:"@close"}]],string_double:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],string_single:[[/[^\\']+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/'/,"string","@pop"]],string_backtick:[[/\$\{/,{token:"delimiter.bracket",next:"@bracketCounting"}],[/[^\\`$]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/`/,"string","@pop"]],bracketCounting:[[/\{/,"delimiter.bracket","@bracketCounting"],[/\}/,"delimiter.bracket","@pop"],{include:"common"}]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/6876.1739bce6.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/6876.1739bce6.js new file mode 100644 index 0000000..4ce4d8b --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/6876.1739bce6.js @@ -0,0 +1 @@ +(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[6876],{96876:function(e,t,r){!function(e){"use strict";e.defineMode("javascript",(function(t,r){var n,a,i=t.indentUnit,o=r.statementIndent,c=r.jsonld,s=r.json||c,u=!1!==r.trackScope,l=r.typescript,f=r.wordCharacters||/[\w$\xa1-\uffff]/,d=function(){function e(e){return{type:e,style:"keyword"}}var t=e("keyword a"),r=e("keyword b"),n=e("keyword c"),a=e("keyword d"),i=e("operator"),o={type:"atom",style:"atom"};return{if:e("if"),while:t,with:t,else:r,do:r,try:r,finally:r,return:a,break:a,continue:a,new:e("new"),delete:n,void:n,throw:n,debugger:e("debugger"),var:e("var"),const:e("var"),let:e("var"),function:e("function"),catch:e("catch"),for:e("for"),switch:e("switch"),case:e("case"),default:e("default"),in:i,typeof:i,instanceof:i,true:o,false:o,null:o,undefined:o,NaN:o,Infinity:o,this:e("this"),class:e("class"),super:e("atom"),yield:n,export:e("export"),import:e("import"),extends:n,await:n}}(),p=/[+\-*&%=<>!?|~^@]/,m=/^@(context|id|value|language|type|container|list|set|reverse|index|base|vocab|graph)"/;function k(e,t,r){return n=e,a=r,t}function v(e,t){var r,n=e.next();if('"'==n||"'"==n)return t.tokenize=(r=n,function(e,t){var n,a=!1;if(c&&"@"==e.peek()&&e.match(m))return t.tokenize=v,k("jsonld-keyword","meta");for(;null!=(n=e.next())&&(n!=r||a);)a=!a&&"\\"==n;return a||(t.tokenize=v),k("string","string")}),t.tokenize(e,t);if("."==n&&e.match(/^\d[\d_]*(?:[eE][+\-]?[\d_]+)?/))return k("number","number");if("."==n&&e.match(".."))return k("spread","meta");if(/[\[\]{}\(\),;\:\.]/.test(n))return k(n);if("="==n&&e.eat(">"))return k("=>","operator");if("0"==n&&e.match(/^(?:x[\dA-Fa-f_]+|o[0-7_]+|b[01_]+)n?/))return k("number","number");if(/\d/.test(n))return e.match(/^[\d_]*(?:n|(?:\.[\d_]*)?(?:[eE][+\-]?[\d_]+)?)?/),k("number","number");if("/"==n)return e.eat("*")?(t.tokenize=y,y(e,t)):e.eat("/")?(e.skipToEnd(),k("comment","comment")):et(e,t,1)?(function(e){for(var t,r=!1,n=!1;null!=(t=e.next());){if(!r){if("/"==t&&!n)return;"["==t?n=!0:n&&"]"==t&&(n=!1)}r=!r&&"\\"==t}}(e),e.match(/^\b(([gimyus])(?![gimyus]*\2))+\b/),k("regexp","string-2")):(e.eat("="),k("operator","operator",e.current()));if("`"==n)return t.tokenize=w,w(e,t);if("#"==n&&"!"==e.peek())return e.skipToEnd(),k("meta","meta");if("#"==n&&e.eatWhile(f))return k("variable","property");if("<"==n&&e.match("!--")||"-"==n&&e.match("->")&&!/\S/.test(e.string.slice(0,e.start)))return e.skipToEnd(),k("comment","comment");if(p.test(n))return">"==n&&t.lexical&&">"==t.lexical.type||(e.eat("=")?"!"!=n&&"="!=n||e.eat("="):/[<>*+\-|&?]/.test(n)&&(e.eat(n),">"==n&&e.eat(n))),"?"==n&&e.eat(".")?k("."):k("operator","operator",e.current());if(f.test(n)){e.eatWhile(f);var a=e.current();if("."!=t.lastType){if(d.propertyIsEnumerable(a)){var i=d[a];return k(i.type,i.style,a)}if("async"==a&&e.match(/^(\s|\/\*([^*]|\*(?!\/))*?\*\/)*[\[\(\w]/,!1))return k("async","keyword",a)}return k("variable","variable",a)}}function y(e,t){for(var r,n=!1;r=e.next();){if("/"==r&&n){t.tokenize=v;break}n="*"==r}return k("comment","comment")}function w(e,t){for(var r,n=!1;null!=(r=e.next());){if(!n&&("`"==r||"$"==r&&e.eat("{"))){t.tokenize=v;break}n=!n&&"\\"==r}return k("quasi","string-2",e.current())}var b="([{}])";function h(e,t){t.fatArrowAt&&(t.fatArrowAt=null);var r=e.string.indexOf("=>",e.start);if(!(r<0)){if(l){var n=/:\s*(?:\w+(?:<[^>]*>|\[\])?|\{[^}]*\})\s*$/.exec(e.string.slice(e.start,r));n&&(r=n.index)}for(var a=0,i=!1,o=r-1;o>=0;--o){var c=e.string.charAt(o),s=b.indexOf(c);if(s>=0&&s<3){if(!a){++o;break}if(0==--a){"("==c&&(i=!0);break}}else if(s>=3&&s<6)++a;else if(f.test(c))i=!0;else if(/["'\/`]/.test(c))for(;;--o){if(0==o)return;if(e.string.charAt(o-1)==c&&"\\"!=e.string.charAt(o-2)){o--;break}}else if(i&&!a){++o;break}}i&&!a&&(t.fatArrowAt=o)}}var x={atom:!0,number:!0,variable:!0,string:!0,regexp:!0,this:!0,import:!0,"jsonld-keyword":!0};function g(e,t,r,n,a,i){this.indented=e,this.column=t,this.type=r,this.prev=a,this.info=i,null!=n&&(this.align=n)}function j(e,t){if(!u)return!1;for(var r=e.localVars;r;r=r.next)if(r.name==t)return!0;for(var n=e.context;n;n=n.prev)for(r=n.vars;r;r=r.next)if(r.name==t)return!0}function M(e,t,r,n,a){var i=e.cc;for(A.state=e,A.stream=a,A.marked=null,A.cc=i,A.style=t,e.lexical.hasOwnProperty("align")||(e.lexical.align=!0);;)if((i.length?i.pop():s?H:B)(r,n)){for(;i.length&&i[i.length-1].lex;)i.pop()();return A.marked?A.marked:"variable"==r&&j(e,n)?"variable-2":t}}var A={state:null,column:null,marked:null,cc:null};function V(){for(var e=arguments.length-1;e>=0;e--)A.cc.push(arguments[e])}function E(){return V.apply(null,arguments),!0}function z(e,t){for(var r=t;r;r=r.next)if(r.name==e)return!0;return!1}function I(e){var t=A.state;if(A.marked="def",u){if(t.context)if("var"==t.lexical.info&&t.context&&t.context.block){var n=T(e,t.context);if(null!=n)return void(t.context=n)}else if(!z(e,t.localVars))return void(t.localVars=new C(e,t.localVars));r.globalVars&&!z(e,t.globalVars)&&(t.globalVars=new C(e,t.globalVars))}}function T(e,t){if(t){if(t.block){var r=T(e,t.prev);return r?r==t.prev?t:new $(r,t.vars,!0):null}return z(e,t.vars)?t:new $(t.prev,new C(e,t.vars),!1)}return null}function _(e){return"public"==e||"private"==e||"protected"==e||"abstract"==e||"readonly"==e}function $(e,t,r){this.prev=e,this.vars=t,this.block=r}function C(e,t){this.name=e,this.next=t}var S=new C("this",new C("arguments",null));function q(){A.state.context=new $(A.state.context,A.state.localVars,!1),A.state.localVars=S}function O(){A.state.context=new $(A.state.context,A.state.localVars,!0),A.state.localVars=null}function P(){A.state.localVars=A.state.context.vars,A.state.context=A.state.context.prev}function N(e,t){var r=function(){var r=A.state,n=r.indented;if("stat"==r.lexical.type)n=r.lexical.indented;else for(var a=r.lexical;a&&")"==a.type&&a.align;a=a.prev)n=a.indented;r.lexical=new g(n,A.stream.column(),e,null,r.lexical,t)};return r.lex=!0,r}function U(){var e=A.state;e.lexical.prev&&(")"==e.lexical.type&&(e.indented=e.lexical.indented),e.lexical=e.lexical.prev)}function W(e){return function t(r){return r==e?E():";"==e||"}"==r||")"==r||"]"==r?V():E(t)}}function B(e,t){return"var"==e?E(N("vardef",t),Ae,W(";"),U):"keyword a"==e?E(N("form"),G,B,U):"keyword b"==e?E(N("form"),B,U):"keyword d"==e?A.stream.match(/^\s*$/,!1)?E():E(N("stat"),K,W(";"),U):"debugger"==e?E(W(";")):"{"==e?E(N("}"),O,ue,U,P):";"==e?E():"if"==e?("else"==A.state.lexical.info&&A.state.cc[A.state.cc.length-1]==U&&A.state.cc.pop()(),E(N("form"),G,B,U,_e)):"function"==e?E(qe):"for"==e?E(N("form"),O,$e,B,P,U):"class"==e||l&&"interface"==t?(A.marked="keyword",E(N("form","class"==e?e:t),We,U)):"variable"==e?l&&"declare"==t?(A.marked="keyword",E(B)):l&&("module"==t||"enum"==t||"type"==t)&&A.stream.match(/^\s*\w/,!1)?(A.marked="keyword","enum"==t?E(Ye):"type"==t?E(Pe,W("operator"),me,W(";")):E(N("form"),Ve,W("{"),N("}"),ue,U,U)):l&&"namespace"==t?(A.marked="keyword",E(N("form"),H,B,U)):l&&"abstract"==t?(A.marked="keyword",E(B)):E(N("stat"),re):"switch"==e?E(N("form"),G,W("{"),N("}","switch"),O,ue,U,U,P):"case"==e?E(H,W(":")):"default"==e?E(W(":")):"catch"==e?E(N("form"),q,F,B,U,P):"export"==e?E(N("stat"),De,U):"import"==e?E(N("stat"),Je,U):"async"==e?E(B):"@"==t?E(H,B):V(N("stat"),H,W(";"),U)}function F(e){if("("==e)return E(Ne,W(")"))}function H(e,t){return J(e,t,!1)}function D(e,t){return J(e,t,!0)}function G(e){return"("!=e?V():E(N(")"),K,W(")"),U)}function J(e,t,r){if(A.state.fatArrowAt==A.stream.start){var n=r?Z:Y;if("("==e)return E(q,N(")"),ce(Ne,")"),U,W("=>"),n,P);if("variable"==e)return V(q,Ve,W("=>"),n,P)}var a=r?Q:L;return x.hasOwnProperty(e)?E(a):"function"==e?E(qe,a):"class"==e||l&&"interface"==t?(A.marked="keyword",E(N("form"),Ue,U)):"keyword c"==e||"async"==e?E(r?D:H):"("==e?E(N(")"),K,W(")"),U,a):"operator"==e||"spread"==e?E(r?D:H):"["==e?E(N("]"),Xe,U,a):"{"==e?se(ae,"}",null,a):"quasi"==e?V(R,a):"new"==e?E(function(e){return function(t){return"."==t?E(e?te:ee):"variable"==t&&l?E(ge,e?Q:L):V(e?D:H)}}(r)):E()}function K(e){return e.match(/[;\}\)\],]/)?V():V(H)}function L(e,t){return","==e?E(K):Q(e,t,!1)}function Q(e,t,r){var n=0==r?L:Q,a=0==r?H:D;return"=>"==e?E(q,r?Z:Y,P):"operator"==e?/\+\+|--/.test(t)||l&&"!"==t?E(n):l&&"<"==t&&A.stream.match(/^([^<>]|<[^<>]*>)*>\s*\(/,!1)?E(N(">"),ce(me,">"),U,n):"?"==t?E(H,W(":"),a):E(a):"quasi"==e?V(R,n):";"!=e?"("==e?se(D,")","call",n):"."==e?E(ne,n):"["==e?E(N("]"),K,W("]"),U,n):l&&"as"==t?(A.marked="keyword",E(me,n)):"regexp"==e?(A.state.lastType=A.marked="operator",A.stream.backUp(A.stream.pos-A.stream.start-1),E(a)):void 0:void 0}function R(e,t){return"quasi"!=e?V():"${"!=t.slice(t.length-2)?E(R):E(K,X)}function X(e){if("}"==e)return A.marked="string-2",A.state.tokenize=w,E(R)}function Y(e){return h(A.stream,A.state),V("{"==e?B:H)}function Z(e){return h(A.stream,A.state),V("{"==e?B:D)}function ee(e,t){if("target"==t)return A.marked="keyword",E(L)}function te(e,t){if("target"==t)return A.marked="keyword",E(Q)}function re(e){return":"==e?E(U,B):V(L,W(";"),U)}function ne(e){if("variable"==e)return A.marked="property",E()}function ae(e,t){return"async"==e?(A.marked="property",E(ae)):"variable"==e||"keyword"==A.style?(A.marked="property","get"==t||"set"==t?E(ie):(l&&A.state.fatArrowAt==A.stream.start&&(r=A.stream.match(/^\s*:\s*/,!1))&&(A.state.fatArrowAt=A.stream.pos+r[0].length),E(oe))):"number"==e||"string"==e?(A.marked=c?"property":A.style+" property",E(oe)):"jsonld-keyword"==e?E(oe):l&&_(t)?(A.marked="keyword",E(ae)):"["==e?E(H,le,W("]"),oe):"spread"==e?E(D,oe):"*"==t?(A.marked="keyword",E(ae)):":"==e?V(oe):void 0;var r}function ie(e){return"variable"!=e?V(oe):(A.marked="property",E(qe))}function oe(e){return":"==e?E(D):"("==e?V(qe):void 0}function ce(e,t,r){function n(a,i){if(r?r.indexOf(a)>-1:","==a){var o=A.state.lexical;return"call"==o.info&&(o.pos=(o.pos||0)+1),E((function(r,n){return r==t||n==t?V():V(e)}),n)}return a==t||i==t?E():r&&r.indexOf(";")>-1?V(e):E(W(t))}return function(r,a){return r==t||a==t?E():V(e,n)}}function se(e,t,r){for(var n=3;n"),me):"quasi"==e?V(we,xe):void 0}function ke(e){if("=>"==e)return E(me)}function ve(e){return e.match(/[\}\)\]]/)?E():","==e||";"==e?E(ve):V(ye,ve)}function ye(e,t){return"variable"==e||"keyword"==A.style?(A.marked="property",E(ye)):"?"==t||"number"==e||"string"==e?E(ye):":"==e?E(me):"["==e?E(W("variable"),fe,W("]"),ye):"("==e?V(Oe,ye):e.match(/[;\}\)\],]/)?void 0:E()}function we(e,t){return"quasi"!=e?V():"${"!=t.slice(t.length-2)?E(we):E(me,be)}function be(e){if("}"==e)return A.marked="string-2",A.state.tokenize=w,E(we)}function he(e,t){return"variable"==e&&A.stream.match(/^\s*[?:]/,!1)||"?"==t?E(he):":"==e?E(me):"spread"==e?E(he):V(me)}function xe(e,t){return"<"==t?E(N(">"),ce(me,">"),U,xe):"|"==t||"."==e||"&"==t?E(me):"["==e?E(me,W("]"),xe):"extends"==t||"implements"==t?(A.marked="keyword",E(me)):"?"==t?E(me,W(":"),me):void 0}function ge(e,t){if("<"==t)return E(N(">"),ce(me,">"),U,xe)}function je(){return V(me,Me)}function Me(e,t){if("="==t)return E(me)}function Ae(e,t){return"enum"==t?(A.marked="keyword",E(Ye)):V(Ve,le,Ie,Te)}function Ve(e,t){return l&&_(t)?(A.marked="keyword",E(Ve)):"variable"==e?(I(t),E()):"spread"==e?E(Ve):"["==e?se(ze,"]"):"{"==e?se(Ee,"}"):void 0}function Ee(e,t){return"variable"!=e||A.stream.match(/^\s*:/,!1)?("variable"==e&&(A.marked="property"),"spread"==e?E(Ve):"}"==e?V():"["==e?E(H,W("]"),W(":"),Ee):E(W(":"),Ve,Ie)):(I(t),E(Ie))}function ze(){return V(Ve,Ie)}function Ie(e,t){if("="==t)return E(D)}function Te(e){if(","==e)return E(Ae)}function _e(e,t){if("keyword b"==e&&"else"==t)return E(N("form","else"),B,U)}function $e(e,t){return"await"==t?E($e):"("==e?E(N(")"),Ce,U):void 0}function Ce(e){return"var"==e?E(Ae,Se):"variable"==e?E(Se):V(Se)}function Se(e,t){return")"==e?E():";"==e?E(Se):"in"==t||"of"==t?(A.marked="keyword",E(H,Se)):V(H,Se)}function qe(e,t){return"*"==t?(A.marked="keyword",E(qe)):"variable"==e?(I(t),E(qe)):"("==e?E(q,N(")"),ce(Ne,")"),U,de,B,P):l&&"<"==t?E(N(">"),ce(je,">"),U,qe):void 0}function Oe(e,t){return"*"==t?(A.marked="keyword",E(Oe)):"variable"==e?(I(t),E(Oe)):"("==e?E(q,N(")"),ce(Ne,")"),U,de,P):l&&"<"==t?E(N(">"),ce(je,">"),U,Oe):void 0}function Pe(e,t){return"keyword"==e||"variable"==e?(A.marked="type",E(Pe)):"<"==t?E(N(">"),ce(je,">"),U):void 0}function Ne(e,t){return"@"==t&&E(H,Ne),"spread"==e?E(Ne):l&&_(t)?(A.marked="keyword",E(Ne)):l&&"this"==e?E(le,Ie):V(Ve,le,Ie)}function Ue(e,t){return"variable"==e?We(e,t):Be(e,t)}function We(e,t){if("variable"==e)return I(t),E(Be)}function Be(e,t){return"<"==t?E(N(">"),ce(je,">"),U,Be):"extends"==t||"implements"==t||l&&","==e?("implements"==t&&(A.marked="keyword"),E(l?me:H,Be)):"{"==e?E(N("}"),Fe,U):void 0}function Fe(e,t){return"async"==e||"variable"==e&&("static"==t||"get"==t||"set"==t||l&&_(t))&&A.stream.match(/^\s+#?[\w$\xa1-\uffff]/,!1)?(A.marked="keyword",E(Fe)):"variable"==e||"keyword"==A.style?(A.marked="property",E(He,Fe)):"number"==e||"string"==e?E(He,Fe):"["==e?E(H,le,W("]"),He,Fe):"*"==t?(A.marked="keyword",E(Fe)):l&&"("==e?V(Oe,Fe):";"==e||","==e?E(Fe):"}"==e?E():"@"==t?E(H,Fe):void 0}function He(e,t){if("!"==t)return E(He);if("?"==t)return E(He);if(":"==e)return E(me,Ie);if("="==t)return E(D);var r=A.state.lexical.prev;return V(r&&"interface"==r.info?Oe:qe)}function De(e,t){return"*"==t?(A.marked="keyword",E(Re,W(";"))):"default"==t?(A.marked="keyword",E(H,W(";"))):"{"==e?E(ce(Ge,"}"),Re,W(";")):V(B)}function Ge(e,t){return"as"==t?(A.marked="keyword",E(W("variable"))):"variable"==e?V(D,Ge):void 0}function Je(e){return"string"==e?E():"("==e?V(H):"."==e?V(L):V(Ke,Le,Re)}function Ke(e,t){return"{"==e?se(Ke,"}"):("variable"==e&&I(t),"*"==t&&(A.marked="keyword"),E(Qe))}function Le(e){if(","==e)return E(Ke,Le)}function Qe(e,t){if("as"==t)return A.marked="keyword",E(Ke)}function Re(e,t){if("from"==t)return A.marked="keyword",E(H)}function Xe(e){return"]"==e?E():V(ce(D,"]"))}function Ye(){return V(N("form"),Ve,W("{"),N("}"),ce(Ze,"}"),U,U)}function Ze(){return V(Ve,Ie)}function et(e,t,r){return t.tokenize==v&&/^(?:operator|sof|keyword [bcd]|case|new|export|default|spread|[\[{}\(,;:]|=>)$/.test(t.lastType)||"quasi"==t.lastType&&/\{\s*$/.test(e.string.slice(0,e.pos-(r||0)))}return q.lex=O.lex=!0,P.lex=!0,U.lex=!0,{startState:function(e){var t={tokenize:v,lastType:"sof",cc:[],lexical:new g((e||0)-i,0,"block",!1),localVars:r.localVars,context:r.localVars&&new $(null,null,!1),indented:e||0};return r.globalVars&&"object"==typeof r.globalVars&&(t.globalVars=r.globalVars),t},token:function(e,t){if(e.sol()&&(t.lexical.hasOwnProperty("align")||(t.lexical.align=!1),t.indented=e.indentation(),h(e,t)),t.tokenize!=y&&e.eatSpace())return null;var r=t.tokenize(e,t);return"comment"==n?r:(t.lastType="operator"!=n||"++"!=a&&"--"!=a?n:"incdec",M(t,r,n,a,e))},indent:function(t,n){if(t.tokenize==y||t.tokenize==w)return e.Pass;if(t.tokenize!=v)return 0;var a,c=n&&n.charAt(0),s=t.lexical;if(!/^\s*else\b/.test(n))for(var u=t.cc.length-1;u>=0;--u){var l=t.cc[u];if(l==U)s=s.prev;else if(l!=_e&&l!=P)break}for(;("stat"==s.type||"form"==s.type)&&("}"==c||(a=t.cc[t.cc.length-1])&&(a==L||a==Q)&&!/^[,\.=+\-*:?[\(]/.test(n));)s=s.prev;o&&")"==s.type&&"stat"==s.prev.type&&(s=s.prev);var f=s.type,d=c==f;return"vardef"==f?s.indented+("operator"==t.lastType||","==t.lastType?s.info.length+1:0):"form"==f&&"{"==c?s.indented:"form"==f?s.indented+i:"stat"==f?s.indented+(function(e,t){return"operator"==e.lastType||","==e.lastType||p.test(t.charAt(0))||/[,.]/.test(t.charAt(0))}(t,n)?o||i:0):"switch"!=s.info||d||0==r.doubleIndentSwitch?s.align?s.column+(d?0:1):s.indented+(d?0:i):s.indented+(/^(?:case|default)\b/.test(n)?i:2*i)},electricInput:/^\s*(?:case .*?:|default:|\{|\})$/,blockCommentStart:s?null:"/*",blockCommentEnd:s?null:"*/",blockCommentContinue:s?null:" * ",lineComment:s?null:"//",fold:"brace",closeBrackets:"()[]{}''\"\"``",helperType:s?"json":"javascript",jsonldMode:c,jsonMode:s,expressionAllowed:et,skipExpression:function(t){M(t,"atom","atom","true",new e.StringStream("",2,null))}}})),e.registerHelper("wordChars","javascript",/[\w$]/),e.defineMIME("text/javascript","javascript"),e.defineMIME("text/ecmascript","javascript"),e.defineMIME("application/javascript","javascript"),e.defineMIME("application/x-javascript","javascript"),e.defineMIME("application/ecmascript","javascript"),e.defineMIME("application/json",{name:"javascript",json:!0}),e.defineMIME("application/x-json",{name:"javascript",json:!0}),e.defineMIME("application/manifest+json",{name:"javascript",json:!0}),e.defineMIME("application/ld+json",{name:"javascript",jsonld:!0}),e.defineMIME("text/typescript",{name:"javascript",typescript:!0}),e.defineMIME("application/typescript",{name:"javascript",typescript:!0})}(r(4631))}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/7043.58d65c4f.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/7043.58d65c4f.js new file mode 100644 index 0000000..6b8e04c --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/7043.58d65c4f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[7043],{17043:function(e,t,n){n.r(t),n.d(t,{conf:function(){return s},language:function(){return i}});var s={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"<",close:">"}],folding:{markers:{start:new RegExp("^\\s*//\\s*(?:(?:#?region\\b)|(?:))")}}},i={defaultToken:"",tokenPostfix:".java",keywords:["abstract","continue","for","new","switch","assert","default","goto","package","synchronized","boolean","do","if","private","this","break","double","implements","protected","throw","byte","else","import","public","throws","case","enum","instanceof","return","transient","catch","extends","int","short","try","char","final","interface","static","void","class","finally","long","strictfp","volatile","const","float","native","super","while","true","false","yield","record","sealed","non-sealed","permits"],operators:["=",">","<","!","~","?",":","==","<=",">=","!=","&&","||","++","--","+","-","*","/","&","|","^","%","<<",">>",">>>","+=","-=","*=","/=","&=","|=","^=","%=","<<=",">>=",">>>="],symbols:/[=>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/@\s*[a-zA-Z_\$][\w\$]*/,"annotation"],[/(@digits)[eE]([\-+]?(@digits))?[fFdD]?/,"number.float"],[/(@digits)\.(@digits)([eE][\-+]?(@digits))?[fFdD]?/,"number.float"],[/0[xX](@hexdigits)[Ll]?/,"number.hex"],[/0(@octaldigits)[Ll]?/,"number.octal"],[/0[bB](@binarydigits)[Ll]?/,"number.binary"],[/(@digits)[fFdD]/,"number.float"],[/(@digits)[lL]?/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/"""/,"string","@multistring"],[/"/,"string","@string"],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"string.invalid"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*\*(?!\/)/,"comment.doc","@javadoc"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],javadoc:[[/[^\/*]+/,"comment.doc"],[/\/\*/,"comment.doc.invalid"],[/\*\//,"comment.doc","@pop"],[/[\/*]/,"comment.doc"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],multistring:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"""/,"string","@pop"],[/./,"string"]]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/7093.35680e5c.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/7093.35680e5c.js new file mode 100644 index 0000000..c49a41c --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/7093.35680e5c.js @@ -0,0 +1 @@ +(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[7093],{87093:function(e,n,t){!function(e){"use strict";e.multiplexingMode=function(n){var t=Array.prototype.slice.call(arguments,1);function i(e,n,t,i){if("string"==typeof n){var r=e.indexOf(n,t);return i&&r>-1?r+n.length:r}var o=n.exec(t?e.slice(t):e);return o?o.index+t+(i?o[0].length:0):-1}return{startState:function(){return{outer:e.startState(n),innerActive:null,inner:null,startingInner:!1}},copyState:function(t){return{outer:e.copyState(n,t.outer),innerActive:t.innerActive,inner:t.innerActive&&e.copyState(t.innerActive.mode,t.inner),startingInner:t.startingInner}},token:function(r,o){if(o.innerActive){var s=o.innerActive;if(a=r.string,!s.close&&r.sol())return o.innerActive=o.inner=null,this.token(r,o);if((v=s.close&&!o.startingInner?i(a,s.close,r.pos,s.parseDelimiters):-1)==r.pos&&!s.parseDelimiters)return r.match(s.close),o.innerActive=o.inner=null,s.delimStyle&&s.delimStyle+" "+s.delimStyle+"-close";v>-1&&(r.string=a.slice(0,v));var l=s.mode.token(r,o.inner);return v>-1?r.string=a:r.pos>r.start&&(o.startingInner=!1),v==r.pos&&s.parseDelimiters&&(o.innerActive=o.inner=null),s.innerStyle&&(l=l?l+" "+s.innerStyle:s.innerStyle),l}for(var c=1/0,a=r.string,u=0;u=this._config.preview;if(i)t.postMessage({results:o,workerId:a.WORKER_ID,finished:h});else if(b(this._config.chunk)&&!r){if(this._config.chunk(o,this._handle),this._handle.paused()||this._handle.aborted())return void(this._halted=!0);o=void 0,this._completeResults=void 0}return this._config.step||this._config.chunk||(this._completeResults.data=this._completeResults.data.concat(o.data),this._completeResults.errors=this._completeResults.errors.concat(o.errors),this._completeResults.meta=o.meta),this._completed||!h||!b(this._config.complete)||o&&o.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),h||o&&o.meta.paused||this._nextChunk(),o}this._halted=!0},this._sendError=function(e){b(this._config.error)?this._config.error(e):i&&this._config.error&&t.postMessage({workerId:a.WORKER_ID,error:e,finished:!1})}}function h(e){var t;(e=e||{}).chunkSize||(e.chunkSize=a.RemoteChunkSize),u.call(this,e),this._nextChunk=r?function(){this._readChunk(),this._chunkLoaded()}:function(){this._readChunk()},this.stream=function(e){this._input=e,this._nextChunk()},this._readChunk=function(){if(this._finished)this._chunkLoaded();else{if(t=new XMLHttpRequest,this._config.withCredentials&&(t.withCredentials=this._config.withCredentials),r||(t.onload=k(this._chunkLoaded,this),t.onerror=k(this._chunkError,this)),t.open(this._config.downloadRequestBody?"POST":"GET",this._input,!r),this._config.downloadRequestHeaders){var e=this._config.downloadRequestHeaders;for(var i in e)t.setRequestHeader(i,e[i])}if(this._config.chunkSize){var n=this._start+this._config.chunkSize-1;t.setRequestHeader("Range","bytes="+this._start+"-"+n)}try{t.send(this._config.downloadRequestBody)}catch(e){this._chunkError(e.message)}r&&0===t.status&&this._chunkError()}},this._chunkLoaded=function(){4===t.readyState&&(t.status<200||400<=t.status?this._chunkError():(this._start+=this._config.chunkSize?this._config.chunkSize:t.responseText.length,this._finished=!this._config.chunkSize||this._start>=function(e){var t=e.getResponseHeader("Content-Range");return null===t?-1:parseInt(t.substring(t.lastIndexOf("/")+1))}(t),this.parseChunk(t.responseText)))},this._chunkError=function(e){var r=t.statusText||e;this._sendError(new Error(r))}}function f(e){var t,r;(e=e||{}).chunkSize||(e.chunkSize=a.LocalChunkSize),u.call(this,e);var i="undefined"!=typeof FileReader;this.stream=function(e){this._input=e,r=e.slice||e.webkitSlice||e.mozSlice,i?((t=new FileReader).onload=k(this._chunkLoaded,this),t.onerror=k(this._chunkError,this)):t=new FileReaderSync,this._nextChunk()},this._nextChunk=function(){this._finished||this._config.preview&&!(this._rowCount=this._input.size,this.parseChunk(e.target.result)},this._chunkError=function(){this._sendError(t.error)}}function d(e){var t;u.call(this,e=e||{}),this.stream=function(e){return t=e,this._nextChunk()},this._nextChunk=function(){if(!this._finished){var e,r=this._config.chunkSize;return r?(e=t.substring(0,r),t=t.substring(r)):(e=t,t=""),this._finished=!t,this.parseChunk(e)}}}function l(e){u.call(this,e=e||{});var t=[],r=!0,i=!1;this.pause=function(){u.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){u.prototype.resume.apply(this,arguments),this._input.resume()},this.stream=function(e){this._input=e,this._input.on("data",this._streamData),this._input.on("end",this._streamEnd),this._input.on("error",this._streamError)},this._checkIsFinished=function(){i&&1===t.length&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),t.length?this.parseChunk(t.shift()):r=!0},this._streamData=k((function(e){try{t.push("string"==typeof e?e:e.toString(this._config.encoding)),r&&(r=!1,this._checkIsFinished(),this.parseChunk(t.shift()))}catch(e){this._streamError(e)}}),this),this._streamError=k((function(e){this._streamCleanUp(),this._sendError(e)}),this),this._streamEnd=k((function(){this._streamCleanUp(),i=!0,this._streamData("")}),this),this._streamCleanUp=k((function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)}),this)}function c(e){var t,r,i,n=Math.pow(2,53),s=-n,o=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)([eE][-+]?\d+)?\s*$/,u=/^((\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z)))$/,h=this,f=0,d=0,l=!1,c=!1,g=[],m={data:[],errors:[],meta:{}};if(b(e.step)){var y=e.step;e.step=function(t){if(m=t,E())w();else{if(w(),0===m.data.length)return;f+=t.data.length,e.preview&&f>e.preview?r.abort():(m.data=m.data[0],y(m,h))}}}function k(t){return"greedy"===e.skipEmptyLines?""===t.join("").trim():1===t.length&&0===t[0].length}function w(){return m&&i&&(C("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+a.DefaultDelimiter+"'"),i=!1),e.skipEmptyLines&&(m.data=m.data.filter((function(e){return!k(e)}))),E()&&function(){if(m)if(Array.isArray(m.data[0])){for(var t=0;E()&&t=g.length?"__parsed_extra":g[i]),e.transform&&(a=e.transform(a,s)),a=R(s,a),"__parsed_extra"===s?(n[s]=n[s]||[],n[s].push(a)):n[s]=a}return e.header&&(i>g.length?C("FieldMismatch","TooManyFields","Too many fields: expected "+g.length+" fields but parsed "+i,d+r):i=i.length/2?"\r\n":"\r"}(n,u)),i=!1,e.delimiter)b(e.delimiter)&&(e.delimiter=e.delimiter(n),m.meta.delimiter=e.delimiter);else{var h=function(t,r,i,n,s){var o,u,h,f;s=s||[",","\t","|",";",a.RECORD_SEP,a.UNIT_SEP];for(var d=0;d=o)return Q(!0)}else for(P=f,f++;;){if(-1===(P=a.indexOf(t,P+1)))return c||w.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:k.length,index:f}),W();if(P===_-1)return W(a.substring(f,P).replace(U,t));if(t!==h||a[P+1]!==h){if(t===h||0===P||a[P-1]!==h){-1!==z&&z=o)return Q(!0);break}w.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:k.length,index:f}),P++}}else P++}return W();function B(e){k.push(e),R=f}function K(e){var t=0;if(-1!==e){var r=a.substring(P+1,e);r&&""===r.trim()&&(t=r.length)}return t}function W(e){return c||(void 0===e&&(e=a.substring(f)),E.push(e),f=_,B(E),v&&J()),Q()}function H(e){f=e,B(E),E=[],M=a.indexOf(i,f)}function Q(e){return{data:k,errors:w,meta:{delimiter:r,linebreak:i,aborted:d,truncated:!!e,cursor:R+(l||0)}}}function J(){s(Q()),k=[],w=[]}},this.abort=function(){d=!0},this.getCharIndex=function(){return f}}function g(e){var t=e.data,r=n[t.workerId],i=!1;if(t.error)r.userError(t.error,t.file);else if(t.results&&t.results.data){var s={abort:function(){i=!0,m(t.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:y,resume:y};if(b(r.userStep)){for(var a=0;a\/\?\s]+)/g,comments:{lineComment:"#",blockComment:["<#","#>"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string"]},{open:"'",close:"'",notIn:["string","comment"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp("^\\s*#region\\b"),end:new RegExp("^\\s*#endregion\\b")}}},o={defaultToken:"",ignoreCase:!0,tokenPostfix:".ps1",brackets:[{token:"delimiter.curly",open:"{",close:"}"},{token:"delimiter.square",open:"[",close:"]"},{token:"delimiter.parenthesis",open:"(",close:")"}],keywords:["begin","break","catch","class","continue","data","define","do","dynamicparam","else","elseif","end","exit","filter","finally","for","foreach","from","function","if","in","param","process","return","switch","throw","trap","try","until","using","var","while","workflow","parallel","sequence","inlinescript","configuration"],helpKeywords:/SYNOPSIS|DESCRIPTION|PARAMETER|EXAMPLE|INPUTS|OUTPUTS|NOTES|LINK|COMPONENT|ROLE|FUNCTIONALITY|FORWARDHELPTARGETNAME|FORWARDHELPCATEGORY|REMOTEHELPRUNSPACE|EXTERNALHELP/,symbols:/[=>/,"comment","@pop"],[/(\.)(@helpKeywords)(?!\w)/,{token:"comment.keyword.$2"}],[/[\.#]/,"comment"]]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/7578.558ea6a3.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/7578.558ea6a3.js new file mode 100644 index 0000000..700d7c1 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/7578.558ea6a3.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[7578],{27578:function(e,t,r){r.r(t),r.d(t,{default:function(){return O}});var n=r(87462),a=r(67294),o=r(29323),i=r(60837),c=r(92487),l=r(5513),s=function(){return a.createElement(i.TXS,{links:a.createElement(l.rU,{to:"/",className:"list-group-item"},a.createElement("i",{className:"fa fa-chevron-right text-muted"}),a.createElement("i",{className:"fa fa-fw fa-mail-forward m-r-xs"}),"去首页"),footerText:""})},p=r(63366),u=r(94578),f=r(67090),d=r(80129),m=r.n(d),h=["router","match","location","history","store","schema","jumpTo","updateLocation","embedMode"];function y(e,t,r){var l;void 0===r&&(r="page");var s=(l=function(o){function c(){for(var e,t=arguments.length,r=new Array(t),n=0;n=0;c--)(a=e[c])&&(i=(o<3?a(i):o>3?a(t,r,i):a(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i}([(0,o.f3)("store"),o.Pi],s),(0,c.EN)(s)}var g=y({type:"page",body:"It works"}),b=["onConfirm","pages"],v=y({type:"dialog",title:"新增页面",body:{type:"form",controls:[{type:"text",label:"名称",name:"label",validations:{maxLength:20},required:!0},{type:"text",label:"路径",name:"path",validations:{isUrlPath:!0},required:!0,validate:function(e,t){return e.pages.filter((function(e){return e.path===t})).length?"当前路径已被占用,请换一个":""}},{type:"icon-picker",label:"图标",name:"icon"}]}},(function(e){var t=e.onConfirm,r=e.pages,a=(0,p.Z)(e,b);return(0,n.Z)({},a,{data:{pages:r},onConfirm:function(e){return t&&t(e[0])}})})),O=(0,o.f3)("store")((0,o.Pi)((function(e){var t,r,o=e.store,p=e.location,u=e.history;return a.createElement(i.Ar2,{aside:(t=o.pages.map((function(e){return{label:e.label,path:"/"+e.path,icon:e.icon}})),r=t.map((function(e){return e.path})),a.createElement(i.zot,{key:o.asideFolded?"folded-aside":"aside",navigations:[{label:"导航",children:t}],renderLink:function(e){var t=e.link,n=e.toggleExpand,c=e.classnames,s=e.depth;if(t.hidden)return null;var p=[];return t.children&&p.push(a.createElement("span",{key:"expand-toggle",className:c("AsideNav-itemArrow"),onClick:function(e){return n(t,e)}})),t.badge&&p.push(a.createElement("b",{key:"badge",className:c("AsideNav-itemBadge",t.badgeClassName||"bg-info")},t.badge)),t.icon?p.push(a.createElement("i",{key:"icon",className:c("AsideNav-itemIcon",t.icon)})):o.asideFolded&&1===s&&p.push(a.createElement("i",{key:"icon",className:c("AsideNav-itemIcon",t.children?"fa fa-folder":"fa fa-info")})),t.active||p.push(a.createElement("i",{key:"delete","data-tooltip":"删除","data-position":"bottom",className:"navbtn fa fa-times",onClick:function(e){e.preventDefault(),(0,i.iGu)("确认要删除").then((function(e){e&&o.removePageAt(r.indexOf(t.path))}))}})),p.push(a.createElement("i",{key:"edit","data-tooltip":"编辑","data-position":"bottom",className:"navbtn fa fa-pencil",onClick:function(e){e.preventDefault(),u.push("/edit/"+r.indexOf(t.path))}})),p.push(a.createElement("span",{key:"label",className:c("AsideNav-itemLabel")},t.label)),t.path?t.active?a.createElement("a",null,p):a.createElement(l.rU,{to:"/"===t.path[0]?t.path:""+t.path},p):a.createElement("a",{onClick:t.onClick?t.onClick:t.children?function(){return n(t)}:void 0},p)},isActive:function(e){return function(e,t){return!!(0,c.LX)(null==t?void 0:t.pathname,{path:e?e.replace(/\?.*$/,""):"",exact:!0,strict:!0})}(e.path&&"/"===e.path[0]?e.path:""+e.path,p)}})),header:a.createElement("div",null,a.createElement("div",{className:"a-Layout-headerBar"},a.createElement("div",{className:"hidden-xs p-t-sm pull-right px-2"},a.createElement(i.zxk,{size:"sm",className:"m-r-xs",level:"success",disabled:!0},"全部导出"),a.createElement(i.zxk,{size:"sm",level:"info",onClick:function(){return o.setAddPageIsOpen(!0)}},"新增页面")))),folded:o.asideFolded,offScreen:o.offScreen},a.createElement(c.rs,null,o.pages.map((function(e){return a.createElement(c.AW,{key:e.id,path:"/"+e.path,render:function(){return a.createElement(g,{schema:e.schema})}})})),a.createElement(c.AW,{component:s})),a.createElement(v,{show:o.addPageIsOpen,onClose:function(){return o.setAddPageIsOpen(!1)},onConfirm:function(e){o.addPage((0,n.Z)({},e,{schema:{type:"page",title:e.label,body:"这是你刚刚新增的页面。"}})),o.setAddPageIsOpen(!1)},pages:o.pages.concat()}))})))},55798:function(e){var t=String.prototype.replace,r=/%20/g;e.exports={default:"RFC3986",formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(e){return e}},RFC1738:"RFC1738",RFC3986:"RFC3986"}},80129:function(e,t,r){var n=r(58261),a=r(55235),o=r(55798);e.exports={formats:o,parse:a,stringify:n}},55235:function(e,t,r){var n=r(12769),a=Object.prototype.hasOwnProperty,o={allowDots:!1,allowPrototypes:!1,arrayLimit:20,decoder:n.decode,delimiter:"&",depth:5,parameterLimit:1e3,plainObjects:!1,strictNullHandling:!1},i=function(e,t,r){if(e){var n=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,i=/(\[[^[\]]*])/.exec(n),c=i?n.slice(0,i.index):n,l=[];if(c){if(!r.plainObjects&&a.call(Object.prototype,c)&&!r.allowPrototypes)return;l.push(c)}for(var s=0;null!==(i=o.exec(n))&&s=0;--a){var o,i=e[a];if("[]"===i)o=(o=[]).concat(n);else{o=r.plainObjects?Object.create(null):{};var c="["===i.charAt(0)&&"]"===i.charAt(i.length-1)?i.slice(1,-1):i,l=parseInt(c,10);!isNaN(l)&&i!==c&&String(l)===c&&l>=0&&r.parseArrays&&l<=r.arrayLimit?(o=[])[l]=n:o[c]=n}n=o}return n}(l,t,r)}};e.exports=function(e,t){var r=t?n.assign({},t):{};if(null!==r.decoder&&void 0!==r.decoder&&"function"!=typeof r.decoder)throw new TypeError("Decoder has to be a function.");if(r.ignoreQueryPrefix=!0===r.ignoreQueryPrefix,r.delimiter="string"==typeof r.delimiter||n.isRegExp(r.delimiter)?r.delimiter:o.delimiter,r.depth="number"==typeof r.depth?r.depth:o.depth,r.arrayLimit="number"==typeof r.arrayLimit?r.arrayLimit:o.arrayLimit,r.parseArrays=!1!==r.parseArrays,r.decoder="function"==typeof r.decoder?r.decoder:o.decoder,r.allowDots="boolean"==typeof r.allowDots?r.allowDots:o.allowDots,r.plainObjects="boolean"==typeof r.plainObjects?r.plainObjects:o.plainObjects,r.allowPrototypes="boolean"==typeof r.allowPrototypes?r.allowPrototypes:o.allowPrototypes,r.parameterLimit="number"==typeof r.parameterLimit?r.parameterLimit:o.parameterLimit,r.strictNullHandling="boolean"==typeof r.strictNullHandling?r.strictNullHandling:o.strictNullHandling,""===e||null==e)return r.plainObjects?Object.create(null):{};for(var c="string"==typeof e?function(e,t){for(var r={},n=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,i=t.parameterLimit===1/0?void 0:t.parameterLimit,c=n.split(t.delimiter,i),l=0;l0?N+E:""}},12769:function(e,t){var r=Object.prototype.hasOwnProperty,n=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}();t.arrayToObject=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},n=0;n=48&&o<=57||o>=65&&o<=90||o>=97&&o<=122?r+=t.charAt(a):o<128?r+=n[o]:o<2048?r+=n[192|o>>6]+n[128|63&o]:o<55296||o>=57344?r+=n[224|o>>12]+n[128|o>>6&63]+n[128|63&o]:(a+=1,o=65536+((1023&o)<<10|1023&t.charCodeAt(a)),r+=n[240|o>>18]+n[128|o>>12&63]+n[128|o>>6&63]+n[128|63&o])}return r},t.compact=function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],n=0;n0}),!1)}t.exports=function(t,e){e=e||{};var n={main:r.m},s=e.all?{main:Object.keys(n.main)}:function(t,e){for(var r={main:[e]},i={main:[]},n={main:{}};l(r);)for(var s=Object.keys(r),a=0;a=2*d/f||E<=S)){var b,L=Number.POSITIVE_INFINITY;for(b=t.level-1;b>v&&!((L=d*g[b].maxBitrate/(6.4*y))=E)){var A=this.bwEstimator.getEstimate();u.logger.warn("Fragment "+t.sn+(e?" part "+e.index:"")+" of level "+t.level+" is loading too slowly and will cause an underbuffer; aborting and switching to level "+b+"\n Current BW estimate: "+(Object(i.isFiniteNumber)(A)?(A/1024).toFixed(3):"Unknown")+" Kb/s\n Estimated load time for current fragment: "+E.toFixed(3)+" s\n Estimated load time for the next fragment: "+L.toFixed(3)+" s\n Time to underbuffer: "+S.toFixed(3)+" s"),r.nextLoadLevel=b,this.bwEstimator.sample(h,c.loaded),this.clearTimer(),t.loader&&(this.fragCurrent=this.partCurrent=null,t.loader.abort()),r.trigger(s.Events.FRAG_LOAD_EMERGENCY_ABORTED,{frag:t,part:e,stats:c})}}}}}},d.onFragLoaded=function(t,e){var r=e.frag,n=e.part;if(r.type===l.PlaylistLevelType.MAIN&&Object(i.isFiniteNumber)(r.sn)){var a=n?n.stats:r.stats,o=n?n.duration:r.duration;if(this.clearTimer(),this.lastLoadedFragLevel=r.level,this._nextAutoLevel=-1,this.hls.config.abrMaxWithRealBitrate){var u=this.hls.levels[r.level],c=(u.loaded?u.loaded.bytes:0)+a.loaded,d=(u.loaded?u.loaded.duration:0)+o;u.loaded={bytes:c,duration:d},u.realBitrate=Math.round(8*c/d)}if(r.bitrateTest){var h={stats:a,frag:r,part:n,id:r.type};this.onFragBuffered(s.Events.FRAG_BUFFERED,h),r.bitrateTest=!1}}},d.onFragBuffered=function(t,e){var r=e.frag,i=e.part,n=i?i.stats:r.stats;if(!n.aborted&&r.type===l.PlaylistLevelType.MAIN&&"initSegment"!==r.sn){var s=n.parsing.end-n.loading.start;this.bwEstimator.sample(s,n.loaded),n.bwEstimate=this.bwEstimator.getEstimate(),r.bitrateTest?this.bitrateTestDelay=s/1e3:this.bitrateTestDelay=0}},d.onError=function(t,e){switch(e.details){case o.ErrorDetails.FRAG_LOAD_ERROR:case o.ErrorDetails.FRAG_LOAD_TIMEOUT:this.clearTimer()}},d.clearTimer=function(){self.clearInterval(this.timer),this.timer=void 0},d.getNextABRAutoLevel=function(){var t=this.fragCurrent,e=this.partCurrent,r=this.hls,i=r.maxAutoLevel,n=r.config,s=r.minAutoLevel,o=r.media,l=e?e.duration:t?t.duration:0,c=o?o.currentTime:0,d=o&&0!==o.playbackRate?Math.abs(o.playbackRate):1,h=this.bwEstimator?this.bwEstimator.getEstimate():n.abrEwmaDefaultEstimate,f=(a.BufferHelper.bufferInfo(o,c,n.maxBufferHole).end-c)/d,g=this.findBestLevel(h,s,i,f,n.abrBandWidthFactor,n.abrBandWidthUpFactor);if(g>=0)return g;u.logger.trace((f?"rebuffering expected":"buffer is empty")+", finding optimal quality level");var v=l?Math.min(l,n.maxStarvationDelay):n.maxStarvationDelay,p=n.abrBandWidthFactor,m=n.abrBandWidthUpFactor;if(!f){var y=this.bitrateTestDelay;y&&(v=(l?Math.min(l,n.maxLoadingDelay):n.maxLoadingDelay)-y,u.logger.trace("bitrate test took "+Math.round(1e3*y)+"ms, set first fragment max fetchDuration to "+Math.round(1e3*v)+" ms"),p=m=1)}return g=this.findBestLevel(h,s,i,f+v,p,m),Math.max(g,0)},d.findBestLevel=function(t,e,r,i,n,s){for(var a,o=this.fragCurrent,l=this.partCurrent,c=this.lastLoadedFragLevel,d=this.hls.levels,h=d[c],f=!(null==h||null===(a=h.details)||void 0===a||!a.live),g=null==h?void 0:h.codecSet,v=l?l.duration:o?o.duration:0,p=r;p>=e;p--){var m=d[p];if(m&&(!g||m.codecSet===g)){var y,E=m.details,T=(l?null==E?void 0:E.partTarget:null==E?void 0:E.averagetargetduration)||v;y=p<=c?n*t:s*t;var S=d[p].maxBitrate,b=S*T/y;if(u.logger.trace("level/adjustedbw/bitrate/avgDuration/maxFetchDuration/fetchDuration: "+p+"/"+Math.round(y)+"/"+S+"/"+T+"/"+i+"/"+b),y>S&&(!b||f&&!this.bitrateTestDelay||b0&&-1===t?(this.log("Override startPosition with lastCurrentTime @"+e.toFixed(3)),this.state=n.State.IDLE):(this.loadedmetadata=!1,this.state=n.State.WAITING_TRACK),this.nextLoadPosition=this.startPosition=this.lastCurrentTime=t,this.tick()},S.doTick=function(){switch(this.state){case n.State.IDLE:this.doTickIdle();break;case n.State.WAITING_TRACK:var e,r=this.levels,i=this.trackId,s=null==r||null===(e=r[i])||void 0===e?void 0:e.details;if(s){if(this.waitForCdnTuneIn(s))break;this.state=n.State.WAITING_INIT_PTS}break;case n.State.FRAG_LOADING_WAITING_RETRY:var o,l=performance.now(),u=this.retryDate;(!u||l>=u||null!==(o=this.media)&&void 0!==o&&o.seeking)&&(this.log("RetryDate reached, switch back to IDLE state"),this.state=n.State.IDLE);break;case n.State.WAITING_INIT_PTS:var c=this.waitingData;if(c){var d=c.frag,h=c.part,f=c.cache,v=c.complete;if(void 0!==this.initPTS[d.cc]){this.waitingData=null,this.waitingVideoCC=-1,this.state=n.State.FRAG_LOADING;var p={frag:d,part:h,payload:f.flush(),networkDetails:null};this._handleFragmentLoadProgress(p),v&&t.prototype._handleFragmentLoadComplete.call(this,p)}else if(this.videoTrackCC!==this.waitingVideoCC)m.logger.log("Waiting fragment cc ("+d.cc+") cancelled because video is at cc "+this.videoTrackCC),this.clearWaitingFragment();else{var y=this.getLoadPosition(),E=a.BufferHelper.bufferInfo(this.mediaBuffer,y,this.config.maxBufferHole);Object(g.fragmentWithinToleranceTest)(E.end,this.config.maxFragLookUpTolerance,d)<0&&(m.logger.log("Waiting fragment cc ("+d.cc+") @ "+d.start+" cancelled because another fragment at "+E.end+" is needed"),this.clearWaitingFragment())}}else this.state=n.State.IDLE}this.onTickEnd()},S.clearWaitingFragment=function(){var t=this.waitingData;t&&(this.fragmentTracker.removeFragment(t.frag),this.waitingData=null,this.waitingVideoCC=-1,this.state=n.State.IDLE)},S.onTickEnd=function(){var t=this.media;if(t&&t.readyState){var e=(this.mediaBuffer?this.mediaBuffer:t).buffered;!this.loadedmetadata&&e.length&&(this.loadedmetadata=!0),this.lastCurrentTime=t.currentTime}},S.doTickIdle=function(){var t,e,r=this.hls,i=this.levels,a=this.media,o=this.trackId,l=r.config;if(i&&i[o]&&(a||!this.startFragRequested&&l.startFragPrefetch)){var d=i[o].details;if(!d||d.live&&this.levelLastLoaded!==o||this.waitForCdnTuneIn(d))this.state=n.State.WAITING_TRACK;else{this.bufferFlushed&&(this.bufferFlushed=!1,this.afterBufferFlushed(this.mediaBuffer?this.mediaBuffer:this.media,c.ElementaryStreamTypes.AUDIO,u.PlaylistLevelType.AUDIO));var h=this.getFwdBufferInfo(this.mediaBuffer?this.mediaBuffer:this.media,u.PlaylistLevelType.AUDIO);if(null!==h){var f=h.len,g=this.getMaxBufferLength(),v=this.audioSwitch;if(!(f>=g)||v){if(!v&&this._streamEnded(h,d))return r.trigger(s.Events.BUFFER_EOS,{type:"audio"}),void(this.state=n.State.ENDED);var p=d.fragments[0].start,m=h.end;if(v){var y=this.getLoadPosition();m=y,d.PTSKnown&&yp||h.nextStart)&&(this.log("Alt audio track ahead of main track, seek to start of alt audio track"),a.currentTime=p+.05)}var E=this.getNextFragment(m,d);E?"identity"!==(null===(t=E.decryptdata)||void 0===t?void 0:t.keyFormat)||null!==(e=E.decryptdata)&&void 0!==e&&e.key?this.loadFragment(E,d,m):this.loadKey(E,d):this.bufferFlushed=!0}}}}},S.getMaxBufferLength=function(){var e=t.prototype.getMaxBufferLength.call(this),r=this.getFwdBufferInfo(this.videoBuffer?this.videoBuffer:this.media,u.PlaylistLevelType.MAIN);return null===r?e:Math.max(e,r.len)},S.onMediaDetaching=function(){this.videoBuffer=null,t.prototype.onMediaDetaching.call(this)},S.onAudioTracksUpdated=function(t,e){var r=e.audioTracks;this.resetTransmuxer(),this.levels=r.map((function(t){return new l.Level(t)}))},S.onAudioTrackSwitching=function(t,e){var r=!!e.url;this.trackId=e.id;var i=this.fragCurrent;null!=i&&i.loader&&i.loader.abort(),this.fragCurrent=null,this.clearWaitingFragment(),r?this.setInterval(100):this.resetTransmuxer(),r?(this.audioSwitch=!0,this.state=n.State.IDLE):this.state=n.State.STOPPED,this.tick()},S.onManifestLoading=function(){this.mainDetails=null,this.fragmentTracker.removeAllFragments(),this.startPosition=this.lastCurrentTime=0,this.bufferFlushed=!1},S.onLevelLoaded=function(t,e){this.mainDetails=e.details},S.onAudioTrackLoaded=function(t,e){var r,i=this.levels,s=e.details,a=e.id;if(i){this.log("Track "+a+" loaded ["+s.startSN+","+s.endSN+"],duration:"+s.totalduration);var o=i[a],l=0;if(s.live||null!==(r=o.details)&&void 0!==r&&r.live){var u=this.mainDetails;if(s.fragments[0]||(s.deltaUpdateFailed=!0),s.deltaUpdateFailed||!u)return;!o.details&&s.hasProgramDateTime&&u.hasProgramDateTime?(Object(v.alignMediaPlaylistByPDT)(s,u),l=s.fragments[0].start):l=this.alignPlaylists(s,o.details)}o.details=s,this.levelLastLoaded=a,this.startFragRequested||!this.mainDetails&&s.live||this.setStartPosition(o.details,l),this.state!==n.State.WAITING_TRACK||this.waitForCdnTuneIn(s)||(this.state=n.State.IDLE),this.tick()}else this.warn("Audio tracks were reset while loading level "+a)},S._handleFragmentLoadProgress=function(t){var e,r=t.frag,i=t.part,s=t.payload,a=this.config,o=this.trackId,l=this.levels;if(l){var c=l[o];console.assert(c,"Audio track is defined on fragment load progress");var g=c.details;console.assert(g,"Audio track details are defined on fragment load progress");var v=a.defaultAudioCodec||c.audioCodec||"mp4a.40.2",p=this.transmuxer;p||(p=this.transmuxer=new h.default(this.hls,u.PlaylistLevelType.AUDIO,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)));var y=this.initPTS[r.cc],E=null===(e=r.initSegment)||void 0===e?void 0:e.data;if(void 0!==y){var T=i?i.index:-1,S=-1!==T,b=new f.ChunkMetadata(r.level,r.sn,r.stats.chunkCount,s.byteLength,T,S);p.push(s,E,v,"",r,i,g.totalduration,!1,b,y)}else m.logger.log("Unknown video PTS for cc "+r.cc+", waiting for video PTS before demuxing audio frag "+r.sn+" of ["+g.startSN+" ,"+g.endSN+"],track "+o),(this.waitingData=this.waitingData||{frag:r,part:i,cache:new d.default,complete:!1}).cache.push(new Uint8Array(s)),this.waitingVideoCC=this.videoTrackCC,this.state=n.State.WAITING_INIT_PTS}else this.warn("Audio tracks were reset while fragment load was in progress. Fragment "+r.sn+" of level "+r.level+" will not be buffered")},S._handleFragmentLoadComplete=function(e){this.waitingData?this.waitingData.complete=!0:t.prototype._handleFragmentLoadComplete.call(this,e)},S.onBufferReset=function(){this.mediaBuffer=this.videoBuffer=null,this.loadedmetadata=!1},S.onBufferCreated=function(t,e){var r=e.tracks.audio;r&&(this.mediaBuffer=r.buffer),e.tracks.video&&(this.videoBuffer=e.tracks.video.buffer)},S.onFragBuffered=function(t,e){var r=e.frag,i=e.part;r.type===u.PlaylistLevelType.AUDIO&&(this.fragContextChanged(r)?this.warn("Fragment "+r.sn+(i?" p: "+i.index:"")+" of level "+r.level+" finished buffering, but was aborted. state: "+this.state+", audioSwitch: "+this.audioSwitch):("initSegment"!==r.sn&&(this.fragPrevious=r,this.audioSwitch&&(this.audioSwitch=!1,this.hls.trigger(s.Events.AUDIO_TRACK_SWITCHED,{id:this.trackId}))),this.fragBufferedComplete(r,i)))},S.onError=function(e,r){switch(r.details){case p.ErrorDetails.FRAG_LOAD_ERROR:case p.ErrorDetails.FRAG_LOAD_TIMEOUT:case p.ErrorDetails.KEY_LOAD_ERROR:case p.ErrorDetails.KEY_LOAD_TIMEOUT:this.onFragmentOrKeyLoadError(u.PlaylistLevelType.AUDIO,r);break;case p.ErrorDetails.AUDIO_TRACK_LOAD_ERROR:case p.ErrorDetails.AUDIO_TRACK_LOAD_TIMEOUT:this.state!==n.State.ERROR&&this.state!==n.State.STOPPED&&(this.state=r.fatal?n.State.ERROR:n.State.IDLE,this.warn(r.details+" while loading frag, switching to "+this.state+" state"));break;case p.ErrorDetails.BUFFER_FULL_ERROR:if("audio"===r.parent&&(this.state===n.State.PARSING||this.state===n.State.PARSED)){var i=!0,s=this.getFwdBufferInfo(this.mediaBuffer,u.PlaylistLevelType.AUDIO);s&&s.len>.5&&(i=!this.reduceMaxBufferLength(s.len)),i&&(this.warn("Buffer full error also media.currentTime is not buffered, flush audio buffer"),this.fragCurrent=null,t.prototype.flushMainBuffer.call(this,0,Number.POSITIVE_INFINITY,"audio")),this.resetLoadingState()}}},S.onBufferFlushed=function(t,e){e.type===c.ElementaryStreamTypes.AUDIO&&(this.bufferFlushed=!0)},S._handleTransmuxComplete=function(t){var e,r="audio",i=this.hls,a=t.remuxResult,o=t.chunkMeta,l=this.getCurrentContext(o);if(!l)return this.warn("The loading context changed while buffering fragment "+o.sn+" of level "+o.level+". This chunk will not be buffered."),void this.resetLiveStartWhenNotLoaded(o.level);var u=l.frag,d=l.part,h=a.audio,f=a.text,g=a.id3,v=a.initSegment;if(!this.fragContextChanged(u)){if(this.state=n.State.PARSING,this.audioSwitch&&h&&this.completeAudioSwitch(),null!=v&&v.tracks&&(this._bufferInitSegment(v.tracks,u,o),i.trigger(s.Events.FRAG_PARSING_INIT_SEGMENT,{frag:u,id:r,tracks:v.tracks})),h){var p=h.startPTS,m=h.endPTS,E=h.startDTS,T=h.endDTS;d&&(d.elementaryStreams[c.ElementaryStreamTypes.AUDIO]={startPTS:p,endPTS:m,startDTS:E,endDTS:T}),u.setElementaryStreamInfo(c.ElementaryStreamTypes.AUDIO,p,m,E,T),this.bufferFragmentData(h,u,d,o)}if(null!=g&&null!==(e=g.samples)&&void 0!==e&&e.length){var S=y({frag:u,id:r},g);i.trigger(s.Events.FRAG_PARSING_METADATA,S)}if(f){var b=y({frag:u,id:r},f);i.trigger(s.Events.FRAG_PARSING_USERDATA,b)}}},S._bufferInitSegment=function(t,e,r){if(this.state===n.State.PARSING){t.video&&delete t.video;var i=t.audio;if(i){i.levelCodec=i.codec,i.id="audio",this.log("Init audio buffer, container:"+i.container+", codecs[parsed]=["+i.codec+"]"),this.hls.trigger(s.Events.BUFFER_CODECS,t);var a=i.initSegment;if(null!=a&&a.byteLength){var o={type:"audio",frag:e,part:null,chunkMeta:r,parent:e.type,data:a};this.hls.trigger(s.Events.BUFFER_APPENDING,o)}this.tick()}}},S.loadFragment=function(e,r,s){var a=this.fragmentTracker.getState(e);this.fragCurrent=e,(this.audioSwitch||a===o.FragmentState.NOT_LOADED||a===o.FragmentState.PARTIAL)&&("initSegment"===e.sn?this._loadInitSegment(e):r.live&&!Object(i.isFiniteNumber)(this.initPTS[e.cc])?(this.log("Waiting for video PTS in continuity counter "+e.cc+" of live stream before loading audio fragment "+e.sn+" of level "+this.trackId),this.state=n.State.WAITING_INIT_PTS):(this.startFragRequested=!0,t.prototype.loadFragment.call(this,e,r,s)))},S.completeAudioSwitch=function(){var e=this.hls,r=this.media,i=this.trackId;r&&(this.log("Switching audio track : flushing all audio"),t.prototype.flushMainBuffer.call(this,0,Number.POSITIVE_INFINITY,"audio")),this.audioSwitch=!1,e.trigger(s.Events.AUDIO_TRACK_SWITCHED,{id:i})},T}(n.default);e.default=T},"./src/controller/audio-track-controller.ts":function(t,e,r){"use strict";r.r(e);var i=r("./src/events.ts"),n=r("./src/errors.ts"),s=r("./src/controller/base-playlist-controller.ts"),a=r("./src/types/loader.ts");function o(t,e){for(var r=0;r=e.length)this.warn("Invalid id passed to audio-track controller");else{this.clearTimer();var r=e[this.trackId];this.log("Now switching to audio-track index "+t);var n=e[t],s=n.id,a=n.groupId,o=void 0===a?"":a,l=n.name,u=n.type,c=n.url;if(this.trackId=t,this.trackName=l,this.selectDefaultTrack=!1,this.hls.trigger(i.Events.AUDIO_TRACK_SWITCHING,{id:s,groupId:o,name:l,type:u,url:c}),!n.details||n.details.live){var d=this.switchParams(n.url,null==r?void 0:r.details);this.loadPlaylist(d)}}},d.selectInitialTrack=function(){var t=this.tracksInGroup;console.assert(t.length,"Initial audio track should be selected when tracks are known");var e=this.trackName,r=this.findTrackId(e)||this.findTrackId();-1!==r?this.setAudioTrack(r):(this.warn("No track found for running audio group-ID: "+this.groupId),this.hls.trigger(i.Events.ERROR,{type:n.ErrorTypes.MEDIA_ERROR,details:n.ErrorDetails.AUDIO_TRACK_LOAD_ERROR,fatal:!0}))},d.findTrackId=function(t){for(var e=this.tracksInGroup,r=0;re.partTarget&&(u+=1)}if(Object(i.isFiniteNumber)(l))return new n.HlsUrlParameters(l,Object(i.isFiniteNumber)(u)?u:void 0,n.HlsSkip.No)}}},e.loadPlaylist=function(t){},e.shouldLoadTrack=function(t){return this.canLoad&&t&&!!t.url&&(!t.details||t.details.live)},e.playlistLoaded=function(t,e,r){var i=this,n=e.details,a=e.stats,o=a.loading.end?Math.max(0,self.performance.now()-a.loading.end):0;if(n.advancedDateTime=Date.now()-o,n.live||null!=r&&r.live){if(n.reloaded(r),r&&this.log("live playlist "+t+" "+(n.advanced?"REFRESHED "+n.lastPartSn+"-"+n.lastPartIndex:"MISSED")),r&&n.fragments.length>0&&Object(s.mergeDetails)(r,n),!this.canLoad||!n.live)return;var l,u=void 0,c=void 0;if(n.canBlockReload&&n.endSN&&n.advanced){var d=this.hls.config.lowLatencyMode,h=n.lastPartSn,f=n.endSN,g=n.lastPartIndex,v=h===f;-1!==g?(u=v?f+1:h,c=v?d?0:g:g+1):u=f+1;var p=n.age,m=p+n.ageHeader,y=Math.min(m-n.partTarget,1.5*n.targetduration);if(y>0){if(r&&y>r.tuneInGoal)this.warn("CDN Tune-in goal increased from: "+r.tuneInGoal+" to: "+y+" with playlist age: "+n.age),y=0;else{var E=Math.floor(y/n.targetduration);u+=E,void 0!==c&&(c+=Math.round(y%n.targetduration/n.partTarget)),this.log("CDN Tune-in age: "+n.ageHeader+"s last advanced "+p.toFixed(2)+"s goal: "+y+" skip sn "+E+" to part "+c)}n.tuneInGoal=y}if(l=this.getDeliveryDirectives(n,e.deliveryDirectives,u,c),d||!v)return void this.loadPlaylist(l)}else l=this.getDeliveryDirectives(n,e.deliveryDirectives,u,c);var T=Object(s.computeReloadInterval)(n,a);void 0!==u&&n.canBlockReload&&(T-=n.partTarget||1),this.log("reload live playlist "+t+" in "+Math.round(T)+" ms"),this.timer=self.setTimeout((function(){return i.loadPlaylist(l)}),T)}else this.clearTimer()},e.getDeliveryDirectives=function(t,e,r,i){var s=Object(n.getSkipValue)(t,r);return null!=e&&e.skip&&t.deltaUpdateFailed&&(r=e.msn,i=e.part,s=n.HlsSkip.No),new n.HlsUrlParameters(r,i,s)},e.retryLoadingOrFail=function(t){var e,r=this,i=this.hls.config,n=this.retryCount-1&&null!==(e=t.context)&&void 0!==e&&e.deliveryDirectives)this.warn("retry playlist loading #"+this.retryCount+' after "'+t.details+'"'),this.loadPlaylist();else{var s=Math.min(Math.pow(2,this.retryCount)*i.levelLoadingRetryDelay,i.levelLoadingMaxRetryTimeout);this.timer=self.setTimeout((function(){return r.loadPlaylist()}),s),this.warn("retry playlist loading #"+this.retryCount+" in "+s+' ms after "'+t.details+'"')}else this.warn('cannot recover from error "'+t.details+'"'),this.clearTimer(),t.fatal=!0;return n},t}()},"./src/controller/base-stream-controller.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"State",(function(){return S})),r.d(e,"default",(function(){return b}));var i=r("./src/polyfills/number.ts"),n=r("./src/task-loop.ts"),s=r("./src/controller/fragment-tracker.ts"),a=r("./src/utils/buffer-helper.ts"),o=r("./src/utils/logger.ts"),l=r("./src/events.ts"),u=r("./src/errors.ts"),c=r("./src/types/transmuxer.ts"),d=r("./src/utils/mp4-tools.ts"),h=r("./src/utils/discontinuities.ts"),f=r("./src/controller/fragment-finders.ts"),g=r("./src/controller/level-helper.ts"),v=r("./src/loader/fragment-loader.ts"),p=r("./src/crypt/decrypter.ts"),m=r("./src/utils/time-ranges.ts"),y=r("./src/types/loader.ts");function E(t,e){for(var r=0;re.start+e.duration+u;(o0&&s&&s.key&&s.iv&&"AES-128"===s.method){var a=self.performance.now();return e.decrypter.webCryptoDecrypt(new Uint8Array(n),s.key.buffer,s.iv.buffer).then((function(e){var n=self.performance.now();return i.trigger(l.Events.FRAG_DECRYPTED,{frag:t,payload:e,stats:{tstart:a,tdecrypt:n}}),r.payload=e,r}))}return r})).then((function(r){var i=e.fragCurrent,n=e.hls,s=e.levels;if(!s)throw new Error("init load aborted, missing levels");var a=s[t.level].details;console.assert(a,"Level details are defined when init segment is loaded");var o=t.stats;e.state=S.IDLE,e.fragLoadError=0,t.data=new Uint8Array(r.payload),o.parsing.start=o.buffering.start=self.performance.now(),o.parsing.end=o.buffering.end=self.performance.now(),r.frag===i&&n.trigger(l.Events.FRAG_BUFFERED,{stats:o,frag:i,part:null,id:t.type}),e.tick()})).catch((function(r){e.warn(r),e.resetFragmentLoading(t)}))},A.fragContextChanged=function(t){var e=this.fragCurrent;return!t||!e||t.level!==e.level||t.sn!==e.sn||t.urlId!==e.urlId},A.fragBufferedComplete=function(t,e){var r=this.mediaBuffer?this.mediaBuffer:this.media;this.log("Buffered "+t.type+" sn: "+t.sn+(e?" part: "+e.index:"")+" of "+("[stream-controller]"===this.logPrefix?"level":"track")+" "+t.level+" "+m.default.toString(a.BufferHelper.getBuffered(r))),this.state=S.IDLE,this.tick()},A._handleFragmentLoadComplete=function(t){var e=this.transmuxer;if(e){var r=t.frag,i=t.part,n=t.partsLoaded,s=!n||0===n.length||n.some((function(t){return!t})),a=new c.ChunkMetadata(r.level,r.sn,r.stats.chunkCount+1,0,i?i.index:-1,!s);e.flush(a)}},A._handleFragmentLoadProgress=function(t){},A._doFragLoad=function(t,e,r,n){var s=this;if(void 0===r&&(r=null),!this.levels)throw new Error("frag load aborted, missing levels");if(r=Math.max(t.start,r||0),this.config.lowLatencyMode&&e){var a=e.partList;if(a&&n){r>t.end&&e.fragmentHint&&(t=e.fragmentHint);var o=this.getNextPart(a,t,r);if(o>-1){var u=a[o];return this.log("Loading part sn: "+t.sn+" p: "+u.index+" cc: "+t.cc+" of playlist ["+e.startSN+"-"+e.endSN+"] parts [0-"+o+"-"+(a.length-1)+"] "+("[stream-controller]"===this.logPrefix?"level":"track")+": "+t.level+", target: "+parseFloat(r.toFixed(3))),this.nextLoadPosition=u.start+u.duration,this.state=S.FRAG_LOADING,this.hls.trigger(l.Events.FRAG_LOADING,{frag:t,part:a[o],targetBufferTime:r}),this.doFragPartsLoad(t,a,o,n).catch((function(t){return s.handleFragLoadError(t)}))}if(!t.url||this.loadedEndOfParts(a,r))return Promise.resolve(null)}}return this.log("Loading fragment "+t.sn+" cc: "+t.cc+" "+(e?"of ["+e.startSN+"-"+e.endSN+"] ":"")+("[stream-controller]"===this.logPrefix?"level":"track")+": "+t.level+", target: "+parseFloat(r.toFixed(3))),Object(i.isFiniteNumber)(t.sn)&&!this.bitrateTest&&(this.nextLoadPosition=t.start+t.duration),this.state=S.FRAG_LOADING,this.hls.trigger(l.Events.FRAG_LOADING,{frag:t,targetBufferTime:r}),this.fragmentLoader.load(t,n).catch((function(t){return s.handleFragLoadError(t)}))},A.doFragPartsLoad=function(t,e,r,i){var n=this;return new Promise((function(s,a){var o=[];!function r(u){var c=e[u];n.fragmentLoader.loadPart(t,c,i).then((function(i){o[c.index]=i;var a=i.part;n.hls.trigger(l.Events.FRAG_LOADED,i);var d=e[u+1];if(!d||d.fragment!==t)return s({frag:t,part:a,partsLoaded:o});r(u+1)})).catch(a)}(r)}))},A.handleFragLoadError=function(t){var e=t.data;return e&&e.details===u.ErrorDetails.INTERNAL_ABORTED?this.handleFragLoadAborted(e.frag,e.part):this.hls.trigger(l.Events.ERROR,e),null},A._handleTransmuxerFlush=function(t){var e=this.getCurrentContext(t);if(e&&this.state===S.PARSING){var r=e.frag,i=e.part,n=e.level,s=self.performance.now();r.stats.parsing.end=s,i&&(i.stats.parsing.end=s),this.updateLevelTiming(r,i,n,t.partial)}else this.fragCurrent||(this.state=S.IDLE)},A.getCurrentContext=function(t){var e=this.levels,r=t.level,i=t.sn,n=t.part;if(!e||!e[r])return this.warn("Levels object was unset while buffering fragment "+i+" of level "+r+". The current chunk will not be buffered."),null;var s=e[r],a=n>-1?Object(g.getPartWith)(s,i,n):null,o=a?a.fragment:Object(g.getFragmentWithSN)(s,i,this.fragCurrent);return o?{frag:o,part:a,level:s}:null},A.bufferFragmentData=function(t,e,r,i){if(t&&this.state===S.PARSING){var n=t.data1,s=t.data2,a=n;if(n&&s&&(a=Object(d.appendUint8Array)(n,s)),a&&a.length){var o={type:t.type,frag:e,part:r,chunkMeta:i,parent:e.type,data:a};this.hls.trigger(l.Events.BUFFER_APPENDING,o),t.dropped&&t.independent&&!r&&this.flushBufferGap(e)}}},A.flushBufferGap=function(t){var e=this.media;if(e)if(a.BufferHelper.isBuffered(e,e.currentTime)){var r=e.currentTime,i=a.BufferHelper.bufferInfo(e,r,0),n=t.duration,s=Math.min(2*this.config.maxFragLookUpTolerance,.25*n),o=Math.max(Math.min(t.start-s,i.end-s),r+s);t.start-o>s&&this.flushMainBuffer(o,t.start)}else this.flushMainBuffer(0,t.start)},A.getFwdBufferInfo=function(t,e){var r=this.config,n=this.getLoadPosition();if(!Object(i.isFiniteNumber)(n))return null;var s=a.BufferHelper.bufferInfo(t,n,r.maxBufferHole);if(0===s.len&&void 0!==s.nextStart){var o=this.fragmentTracker.getBufferedFrag(n,e);if(o&&s.nextStart=r&&(e.maxMaxBufferLength/=2,this.warn("Reduce max buffer length to "+e.maxMaxBufferLength+"s"),!0)},A.getNextFragment=function(t,e){var r,i,n=e.fragments,s=n.length;if(!s)return null;var a,o=this.config,l=n[0].start;if(e.live){var u=o.initialLiveManifestSize;if(s-1&&rr.start&&r.loaded},A.getInitialLiveFragment=function(t,e){var r=this.fragPrevious,i=null;if(r){if(t.hasProgramDateTime&&(this.log("Live playlist, switching playlist, load frag with same PDT: "+r.programDateTime),i=Object(f.findFragmentByPDT)(e,r.endProgramDateTime,this.config.maxFragLookUpTolerance)),!i){var n=r.sn+1;if(n>=t.startSN&&n<=t.endSN){var s=e[n-t.startSN];r.cc===s.cc&&(i=s,this.log("Live playlist, switching playlist, load frag with next SN: "+i.sn))}i||(i=Object(f.findFragWithCC)(e,r.cc))&&this.log("Live playlist, switching playlist, load frag with same CC: "+i.sn)}}else{var a=this.hls.liveSyncPosition;null!==a&&(i=this.getFragmentAtPosition(a,this.bitrateTest?t.fragmentEnd:t.edge,t))}return i},A.getFragmentAtPosition=function(t,e,r){var i,n=this.config,a=this.fragPrevious,o=r.fragments,l=r.endSN,u=r.fragmentHint,c=n.maxFragLookUpTolerance,d=!!(n.lowLatencyMode&&r.partList&&u);if(d&&u&&!this.bitrateTest&&(o=o.concat(u),l=u.sn),te-c?0:c;i=Object(f.findFragmentByPTS)(a,o,t,h)}else i=o[o.length-1];if(i){var g=i.sn-r.startSN,v=a&&i.level===a.level,p=o[g+1];if(this.fragmentTracker.getState(i)===s.FragmentState.BACKTRACKED){i=null;for(var m=g;o[m]&&this.fragmentTracker.getState(o[m])===s.FragmentState.BACKTRACKED;)i=a?o[m--]:o[--m];i||(i=p)}else a&&i.sn===a.sn&&!d&&v&&(i.sn=s-e.maxFragLookUpTolerance&&n<=a;if(null!==i&&r.duration>i&&(n"+t.startSN+" prev-sn: "+(s?s.sn:"na")+" fragments: "+o),d}return l},A.waitForCdnTuneIn=function(t){return t.live&&t.canBlockReload&&t.tuneInGoal>Math.max(t.partHoldBack,3*t.partTarget)},A.setStartPosition=function(t,e){var r=this.startPosition;if(r"+t))}}])&&E(b.prototype,L),n}(n.default)},"./src/controller/buffer-controller.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"default",(function(){return f}));var i=r("./src/polyfills/number.ts"),n=r("./src/events.ts"),s=r("./src/utils/logger.ts"),a=r("./src/errors.ts"),o=r("./src/utils/buffer-helper.ts"),l=r("./src/utils/mediasource-helper.ts"),u=r("./src/loader/fragment.ts"),c=r("./src/controller/buffer-operation-queue.ts"),d=Object(l.getMediaSource)(),h=/([ha]vc.)(?:\.[^.,]+)+/,f=function(){function t(t){var e=this;this.details=null,this._objectUrl=null,this.operationQueue=void 0,this.listeners=void 0,this.hls=void 0,this.bufferCodecEventsExpected=0,this._bufferCodecEventsTotal=0,this.media=null,this.mediaSource=null,this.appendError=0,this.tracks={},this.pendingTracks={},this.sourceBuffer=void 0,this._onMediaSourceOpen=function(){var t=e.hls,r=e.media,i=e.mediaSource;s.logger.log("[buffer-controller]: Media source opened"),r&&(e.updateMediaElementDuration(),t.trigger(n.Events.MEDIA_ATTACHED,{media:r})),i&&i.removeEventListener("sourceopen",e._onMediaSourceOpen),e.checkPendingTracks()},this._onMediaSourceClose=function(){s.logger.log("[buffer-controller]: Media source closed")},this._onMediaSourceEnded=function(){s.logger.log("[buffer-controller]: Media source ended")},this.hls=t,this._initSourceBuffer(),this.registerListeners()}var e=t.prototype;return e.hasSourceTypes=function(){return this.getSourceBufferTypes().length>0||Object.keys(this.pendingTracks).length>0},e.destroy=function(){this.unregisterListeners(),this.details=null},e.registerListeners=function(){var t=this.hls;t.on(n.Events.MEDIA_ATTACHING,this.onMediaAttaching,this),t.on(n.Events.MEDIA_DETACHING,this.onMediaDetaching,this),t.on(n.Events.MANIFEST_PARSED,this.onManifestParsed,this),t.on(n.Events.BUFFER_RESET,this.onBufferReset,this),t.on(n.Events.BUFFER_APPENDING,this.onBufferAppending,this),t.on(n.Events.BUFFER_CODECS,this.onBufferCodecs,this),t.on(n.Events.BUFFER_EOS,this.onBufferEos,this),t.on(n.Events.BUFFER_FLUSHING,this.onBufferFlushing,this),t.on(n.Events.LEVEL_UPDATED,this.onLevelUpdated,this),t.on(n.Events.FRAG_PARSED,this.onFragParsed,this),t.on(n.Events.FRAG_CHANGED,this.onFragChanged,this)},e.unregisterListeners=function(){var t=this.hls;t.off(n.Events.MEDIA_ATTACHING,this.onMediaAttaching,this),t.off(n.Events.MEDIA_DETACHING,this.onMediaDetaching,this),t.off(n.Events.MANIFEST_PARSED,this.onManifestParsed,this),t.off(n.Events.BUFFER_RESET,this.onBufferReset,this),t.off(n.Events.BUFFER_APPENDING,this.onBufferAppending,this),t.off(n.Events.BUFFER_CODECS,this.onBufferCodecs,this),t.off(n.Events.BUFFER_EOS,this.onBufferEos,this),t.off(n.Events.BUFFER_FLUSHING,this.onBufferFlushing,this),t.off(n.Events.LEVEL_UPDATED,this.onLevelUpdated,this),t.off(n.Events.FRAG_PARSED,this.onFragParsed,this),t.off(n.Events.FRAG_CHANGED,this.onFragChanged,this)},e._initSourceBuffer=function(){this.sourceBuffer={},this.operationQueue=new c.default(this.sourceBuffer),this.listeners={audio:[],video:[],audiovideo:[]}},e.onManifestParsed=function(t,e){var r=2;(e.audio&&!e.video||!e.altAudio)&&(r=1),this.bufferCodecEventsExpected=this._bufferCodecEventsTotal=r,this.details=null,s.logger.log(this.bufferCodecEventsExpected+" bufferCodec event(s) expected")},e.onMediaAttaching=function(t,e){var r=this.media=e.media;if(r&&d){var i=this.mediaSource=new d;i.addEventListener("sourceopen",this._onMediaSourceOpen),i.addEventListener("sourceended",this._onMediaSourceEnded),i.addEventListener("sourceclose",this._onMediaSourceClose),r.src=self.URL.createObjectURL(i),this._objectUrl=r.src}},e.onMediaDetaching=function(){var t=this.media,e=this.mediaSource,r=this._objectUrl;if(e){if(s.logger.log("[buffer-controller]: media source detaching"),"open"===e.readyState)try{e.endOfStream()}catch(t){s.logger.warn("[buffer-controller]: onMediaDetaching: "+t.message+" while calling endOfStream")}this.onBufferReset(),e.removeEventListener("sourceopen",this._onMediaSourceOpen),e.removeEventListener("sourceended",this._onMediaSourceEnded),e.removeEventListener("sourceclose",this._onMediaSourceClose),t&&(r&&self.URL.revokeObjectURL(r),t.src===r?(t.removeAttribute("src"),t.load()):s.logger.warn("[buffer-controller]: media.src was changed by a third party - skip cleanup")),this.mediaSource=null,this.media=null,this._objectUrl=null,this.bufferCodecEventsExpected=this._bufferCodecEventsTotal,this.pendingTracks={},this.tracks={}}this.hls.trigger(n.Events.MEDIA_DETACHED,void 0)},e.onBufferReset=function(){var t=this;this.getSourceBufferTypes().forEach((function(e){var r=t.sourceBuffer[e];try{r&&(t.removeBufferListeners(e),t.mediaSource&&t.mediaSource.removeSourceBuffer(r),t.sourceBuffer[e]=void 0)}catch(t){s.logger.warn("[buffer-controller]: Failed to reset the "+e+" buffer",t)}})),this._initSourceBuffer()},e.onBufferCodecs=function(t,e){var r=this,i=this.getSourceBufferTypes().length;Object.keys(e).forEach((function(t){if(i){var n=r.tracks[t];if(n&&"function"==typeof n.buffer.changeType){var s=e[t],a=s.codec,o=s.levelCodec,l=s.container;if((n.levelCodec||n.codec).replace(h,"$1")!==(o||a).replace(h,"$1")){var u=l+";codecs="+(o||a);r.appendChangeType(t,u)}}}else r.pendingTracks[t]=e[t]})),i||(this.bufferCodecEventsExpected=Math.max(this.bufferCodecEventsExpected-1,0),this.mediaSource&&"open"===this.mediaSource.readyState&&this.checkPendingTracks())},e.appendChangeType=function(t,e){var r=this,i=this.operationQueue,n={execute:function(){var n=r.sourceBuffer[t];n&&(s.logger.log("[buffer-controller]: changing "+t+" sourceBuffer type to "+e),n.changeType(e)),i.shiftAndExecuteNext(t)},onStart:function(){},onComplete:function(){},onError:function(e){s.logger.warn("[buffer-controller]: Failed to change "+t+" SourceBuffer type",e)}};i.append(n,t)},e.onBufferAppending=function(t,e){var r=this,i=this.hls,l=this.operationQueue,u=this.tracks,c=e.data,d=e.type,h=e.frag,f=e.part,g=e.chunkMeta,v=g.buffering[d],p=self.performance.now();v.start=p;var m=h.stats.buffering,y=f?f.stats.buffering:null;0===m.start&&(m.start=p),y&&0===y.start&&(y.start=p);var E=u.audio,T="audio"===d&&1===g.id&&"audio/mpeg"===(null==E?void 0:E.container),S={execute:function(){if(v.executeStart=self.performance.now(),T){var t=r.sourceBuffer[d];if(t){var e=h.start-t.timestampOffset;Math.abs(e)>=.1&&(s.logger.log("[buffer-controller]: Updating audio SourceBuffer timestampOffset to "+h.start+" (delta: "+e+") sn: "+h.sn+")"),t.timestampOffset=h.start)}}r.appendExecutor(c,d)},onStart:function(){},onComplete:function(){var t=self.performance.now();v.executeEnd=v.end=t,0===m.first&&(m.first=t),y&&0===y.first&&(y.first=t);var e=r.sourceBuffer,i={};for(var s in e)i[s]=o.BufferHelper.getBuffered(e[s]);r.appendError=0,r.hls.trigger(n.Events.BUFFER_APPENDED,{type:d,frag:h,part:f,chunkMeta:g,parent:h.type,timeRanges:i})},onError:function(t){s.logger.error("[buffer-controller]: Error encountered while trying to append to the "+d+" SourceBuffer",t);var e={type:a.ErrorTypes.MEDIA_ERROR,parent:h.type,details:a.ErrorDetails.BUFFER_APPEND_ERROR,err:t,fatal:!1};t.code===DOMException.QUOTA_EXCEEDED_ERR?e.details=a.ErrorDetails.BUFFER_FULL_ERROR:(r.appendError++,e.details=a.ErrorDetails.BUFFER_APPEND_ERROR,r.appendError>i.config.appendErrorMaxRetry&&(s.logger.error("[buffer-controller]: Failed "+i.config.appendErrorMaxRetry+" times to append segment in sourceBuffer"),e.fatal=!0)),i.trigger(n.Events.ERROR,e)}};l.append(S,d)},e.onBufferFlushing=function(t,e){var r=this,i=this.operationQueue,a=function(t){return{execute:r.removeExecutor.bind(r,t,e.startOffset,e.endOffset),onStart:function(){},onComplete:function(){r.hls.trigger(n.Events.BUFFER_FLUSHED,{type:t})},onError:function(e){s.logger.warn("[buffer-controller]: Failed to remove from "+t+" SourceBuffer",e)}}};e.type?i.append(a(e.type),e.type):this.getSourceBufferTypes().forEach((function(t){i.append(a(t),t)}))},e.onFragParsed=function(t,e){var r=this,i=e.frag,a=e.part,o=[],l=a?a.elementaryStreams:i.elementaryStreams;l[u.ElementaryStreamTypes.AUDIOVIDEO]?o.push("audiovideo"):(l[u.ElementaryStreamTypes.AUDIO]&&o.push("audio"),l[u.ElementaryStreamTypes.VIDEO]&&o.push("video")),0===o.length&&s.logger.warn("Fragments must have at least one ElementaryStreamType set. type: "+i.type+" level: "+i.level+" sn: "+i.sn),this.blockBuffers((function(){var t=self.performance.now();i.stats.buffering.end=t,a&&(a.stats.buffering.end=t);var e=a?a.stats:i.stats;r.hls.trigger(n.Events.FRAG_BUFFERED,{frag:i,part:a,stats:e,id:i.type})}),o)},e.onFragChanged=function(t,e){this.flushBackBuffer()},e.onBufferEos=function(t,e){var r=this;this.getSourceBufferTypes().reduce((function(t,i){var n=r.sourceBuffer[i];return e.type&&e.type!==i||n&&!n.ended&&(n.ended=!0,s.logger.log("[buffer-controller]: "+i+" sourceBuffer now EOS")),t&&!(n&&!n.ended)}),!0)&&this.blockBuffers((function(){var t=r.mediaSource;t&&"open"===t.readyState&&t.endOfStream()}))},e.onLevelUpdated=function(t,e){var r=e.details;r.fragments.length&&(this.details=r,this.getSourceBufferTypes().length?this.blockBuffers(this.updateMediaElementDuration.bind(this)):this.updateMediaElementDuration())},e.flushBackBuffer=function(){var t=this.hls,e=this.details,r=this.media,s=this.sourceBuffer;if(r&&null!==e){var a=this.getSourceBufferTypes();if(a.length){var l=e.live&&null!==t.config.liveBackBufferLength?t.config.liveBackBufferLength:t.config.backBufferLength;if(Object(i.isFiniteNumber)(l)&&!(l<0)){var u=r.currentTime,c=e.levelTargetDuration,d=Math.max(l,c),h=Math.floor(u/c)*c-d;a.forEach((function(r){var i=s[r];if(i){var a=o.BufferHelper.getBuffered(i);a.length>0&&h>a.start(0)&&(t.trigger(n.Events.BACK_BUFFER_REACHED,{bufferEnd:h}),e.live&&t.trigger(n.Events.LIVE_BACK_BUFFER_REACHED,{bufferEnd:h}),t.trigger(n.Events.BUFFER_FLUSHING,{startOffset:0,endOffset:h,type:r}))}}))}}}},e.updateMediaElementDuration=function(){if(this.details&&this.media&&this.mediaSource&&"open"===this.mediaSource.readyState){var t=this.details,e=this.hls,r=this.media,n=this.mediaSource,a=t.fragments[0].start+t.totalduration,o=r.duration,l=Object(i.isFiniteNumber)(n.duration)?n.duration:0;t.live&&e.config.liveDurationInfinity?(s.logger.log("[buffer-controller]: Media Source duration is set to Infinity"),n.duration=1/0,this.updateSeekableRange(t)):(a>l&&a>o||!Object(i.isFiniteNumber)(o))&&(s.logger.log("[buffer-controller]: Updating Media Source duration to "+a.toFixed(3)),n.duration=a)}},e.updateSeekableRange=function(t){var e=this.mediaSource,r=t.fragments;if(r.length&&t.live&&null!=e&&e.setLiveSeekableRange){var i=Math.max(0,r[0].start),n=Math.max(i,i+t.totalduration);e.setLiveSeekableRange(i,n)}},e.checkPendingTracks=function(){var t=this.bufferCodecEventsExpected,e=this.operationQueue,r=this.pendingTracks,i=Object.keys(r).length;if(i&&!t||2===i){this.createSourceBuffers(r),this.pendingTracks={};var s=this.getSourceBufferTypes();if(0===s.length)return void this.hls.trigger(n.Events.ERROR,{type:a.ErrorTypes.MEDIA_ERROR,details:a.ErrorDetails.BUFFER_INCOMPATIBLE_CODECS_ERROR,fatal:!0,reason:"could not create source buffer for media codec(s)"});s.forEach((function(t){e.executeNext(t)}))}},e.createSourceBuffers=function(t){var e=this.sourceBuffer,r=this.mediaSource;if(!r)throw Error("createSourceBuffers called when mediaSource was null");var i=0;for(var o in t)if(!e[o]){var l=t[o];if(!l)throw Error("source buffer exists for track "+o+", however track does not");var u=l.levelCodec||l.codec,c=l.container+";codecs="+u;s.logger.log("[buffer-controller]: creating sourceBuffer("+c+")");try{var d=e[o]=r.addSourceBuffer(c),h=o;this.addBufferListener(h,"updatestart",this._onSBUpdateStart),this.addBufferListener(h,"updateend",this._onSBUpdateEnd),this.addBufferListener(h,"error",this._onSBUpdateError),this.tracks[o]={buffer:d,codec:u,container:l.container,levelCodec:l.levelCodec,id:l.id},i++}catch(t){s.logger.error("[buffer-controller]: error while trying to add sourceBuffer: "+t.message),this.hls.trigger(n.Events.ERROR,{type:a.ErrorTypes.MEDIA_ERROR,details:a.ErrorDetails.BUFFER_ADD_CODEC_ERROR,fatal:!1,error:t,mimeType:c})}}i&&this.hls.trigger(n.Events.BUFFER_CREATED,{tracks:this.tracks})},e._onSBUpdateStart=function(t){this.operationQueue.current(t).onStart()},e._onSBUpdateEnd=function(t){var e=this.operationQueue;e.current(t).onComplete(),e.shiftAndExecuteNext(t)},e._onSBUpdateError=function(t,e){s.logger.error("[buffer-controller]: "+t+" SourceBuffer error",e),this.hls.trigger(n.Events.ERROR,{type:a.ErrorTypes.MEDIA_ERROR,details:a.ErrorDetails.BUFFER_APPENDING_ERROR,fatal:!1});var r=this.operationQueue.current(t);r&&r.onError(e)},e.removeExecutor=function(t,e,r){var n=this.media,a=this.mediaSource,o=this.operationQueue,l=this.sourceBuffer[t];if(!n||!a||!l)return s.logger.warn("[buffer-controller]: Attempting to remove from the "+t+" SourceBuffer, but it does not exist"),void o.shiftAndExecuteNext(t);var u=Object(i.isFiniteNumber)(n.duration)?n.duration:1/0,c=Object(i.isFiniteNumber)(a.duration)?a.duration:1/0,d=Math.max(0,e),h=Math.min(r,u,c);h>d?(s.logger.log("[buffer-controller]: Removing ["+d+","+h+"] from the "+t+" SourceBuffer"),console.assert(!l.updating,t+" sourceBuffer must not be updating"),l.remove(d,h)):o.shiftAndExecuteNext(t)},e.appendExecutor=function(t,e){var r=this.operationQueue,i=this.sourceBuffer[e];if(!i)return s.logger.warn("[buffer-controller]: Attempting to append to the "+e+" SourceBuffer, but it does not exist"),void r.shiftAndExecuteNext(e);i.ended=!1,console.assert(!i.updating,e+" sourceBuffer must not be updating"),i.appendBuffer(t)},e.blockBuffers=function(t,e){var r=this;if(void 0===e&&(e=this.getSourceBufferTypes()),!e.length)return s.logger.log("[buffer-controller]: Blocking operation requested, but no SourceBuffers exist"),void Promise.resolve(t);var i=this.operationQueue,n=e.map((function(t){return i.appendBlocker(t)}));Promise.all(n).then((function(){t(),e.forEach((function(t){var e=r.sourceBuffer[t];e&&e.updating||i.shiftAndExecuteNext(t)}))}))},e.getSourceBufferTypes=function(){return Object.keys(this.sourceBuffer)},e.addBufferListener=function(t,e,r){var i=this.sourceBuffer[t];if(i){var n=r.bind(this,t);this.listeners[t].push({event:e,listener:n}),i.addEventListener(e,n)}},e.removeBufferListeners=function(t){var e=this.sourceBuffer[t];e&&this.listeners[t].forEach((function(t){e.removeEventListener(t.event,t.listener)}))},t}()},"./src/controller/buffer-operation-queue.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"default",(function(){return n}));var i=r("./src/utils/logger.ts"),n=function(){function t(t){this.buffers=void 0,this.queues={video:[],audio:[],audiovideo:[]},this.buffers=t}var e=t.prototype;return e.append=function(t,e){var r=this.queues[e];r.push(t),1===r.length&&this.buffers[e]&&this.executeNext(e)},e.insertAbort=function(t,e){this.queues[e].unshift(t),this.executeNext(e)},e.appendBlocker=function(t){var e,r=new Promise((function(t){e=t})),i={execute:e,onStart:function(){},onComplete:function(){},onError:function(){}};return this.append(i,t),r},e.executeNext=function(t){var e=this.buffers,r=this.queues,n=e[t],s=r[t];if(s.length){var a=s[0];try{a.execute()}catch(e){i.logger.warn("[buffer-operation-queue]: Unhandled exception executing the current operation"),a.onError(e),n&&n.updating||(s.shift(),this.executeNext(t))}}},e.shiftAndExecuteNext=function(t){this.queues[t].shift(),this.executeNext(t)},e.current=function(t){return this.queues[t][0]},t}()},"./src/controller/cap-level-controller.ts":function(t,e,r){"use strict";r.r(e);var i=r("./src/events.ts");function n(t,e){for(var r=0;r0&&this.mediaWidth>0){var t=this.hls.levels;if(t.length){var e=this.hls;e.autoLevelCapping=this.getMaxLevel(t.length-1),e.autoLevelCapping>this.autoLevelCapping&&this.streamController&&this.streamController.nextLevelSwitch(),this.autoLevelCapping=e.autoLevelCapping}}},a.getMaxLevel=function(e){var r=this,i=this.hls.levels;if(!i.length)return-1;var n=i.filter((function(i,n){return t.isLevelAllowed(n,r.restrictedLevels)&&n<=e}));return this.clientRect=null,t.getMaxLevelByMediaSize(n,this.mediaWidth,this.mediaHeight)},a.startCapping=function(){this.timer||(this.autoLevelCapping=Number.POSITIVE_INFINITY,this.hls.firstLevel=this.getMaxLevel(this.firstLevel),self.clearInterval(this.timer),this.timer=self.setInterval(this.detectPlayerSize.bind(this),1e3),this.detectPlayerSize())},a.stopCapping=function(){this.restrictedLevels=[],this.firstLevel=-1,this.autoLevelCapping=Number.POSITIVE_INFINITY,this.timer&&(self.clearInterval(this.timer),this.timer=void 0)},a.getDimensions=function(){if(this.clientRect)return this.clientRect;var t=this.media,e={width:0,height:0};if(t){var r=t.getBoundingClientRect();e.width=r.width,e.height=r.height,e.width||e.height||(e.width=r.right-r.left||t.width||0,e.height=r.bottom-r.top||t.height||0)}return this.clientRect=e,e},t.isLevelAllowed=function(t,e){return void 0===e&&(e=[]),-1===e.indexOf(t)},t.getMaxLevelByMediaSize=function(t,e,r){if(!t||!t.length)return-1;for(var i,n,s=t.length-1,a=0;a=e||o.height>=r)&&(i=o,!(n=t[a+1])||i.width!==n.width||i.height!==n.height)){s=a;break}}return s},e=t,s=[{key:"contentScaleFactor",get:function(){var t=1;try{t=self.devicePixelRatio}catch(t){}return t}}],(r=[{key:"mediaWidth",get:function(){return this.getDimensions().width*t.contentScaleFactor}},{key:"mediaHeight",get:function(){return this.getDimensions().height*t.contentScaleFactor}}])&&n(e.prototype,r),s&&n(e,s),t}();e.default=s},"./src/controller/cmcd-controller.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"default",(function(){return h}));var i=r("./src/events.ts"),n=r("./src/types/cmcd.ts"),s=r("./src/utils/buffer-helper.ts"),a=r("./src/utils/logger.ts");function o(t,e){for(var r=0;r=t.length?{done:!0}:{done:!1,value:t[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function c(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,i=new Array(e);r-1?s+1:i.levels.length;e=i.levels.slice(0,a)}for(var o,l=u(e);!(o=l()).done;){var c=o.value;c.bitrate>r&&(r=c.bitrate)}return r>0?r:NaN},e.getBufferLength=function(t){var e=this.hls.media,r=t===n.CMCDObjectType.AUDIO?this.audioBuffer:this.videoBuffer;return r&&e?1e3*s.BufferHelper.bufferInfo(r,e.currentTime,this.config.maxBufferHole).len:NaN},e.createPlaylistLoader=function(){var t=this.config.pLoader,e=this.applyPlaylistData,r=t||this.config.loader;return function(){function t(t){this.loader=void 0,this.loader=new r(t)}var i=t.prototype;return i.destroy=function(){this.loader.destroy()},i.abort=function(){this.loader.abort()},i.load=function(t,r,i){e(t),this.loader.load(t,r,i)},l(t,[{key:"stats",get:function(){return this.loader.stats}},{key:"context",get:function(){return this.loader.context}}]),t}()},e.createFragmentLoader=function(){var t=this.config.fLoader,e=this.applyFragmentData,r=t||this.config.loader;return function(){function t(t){this.loader=void 0,this.loader=new r(t)}var i=t.prototype;return i.destroy=function(){this.loader.destroy()},i.abort=function(){this.loader.abort()},i.load=function(t,r,i){e(t),this.loader.load(t,r,i)},l(t,[{key:"stats",get:function(){return this.loader.stats}},{key:"context",get:function(){return this.loader.context}}]),t}()},t.uuid=function(){var t=URL.createObjectURL(new Blob),e=t.toString();return URL.revokeObjectURL(t),e.substr(e.lastIndexOf("/")+1)},t.serialize=function(t){for(var e,r=[],i=function(t){return!Number.isNaN(t)&&null!=t&&""!==t&&!1!==t},n=function(t){return Math.round(t)},s=function(t){return 100*n(t/100)},a={br:n,d:n,bl:s,dl:s,mtp:s,nor:function(t){return encodeURIComponent(t)},rtp:s,tb:n},o=u(Object.keys(t||{}).sort());!(e=o()).done;){var l=e.value,c=t[l];if(i(c)&&!("v"===l&&1===c||"pr"==l&&1===c)){var d=a[l];d&&(c=d(c));var h,f=typeof c;h="ot"===l||"sf"===l||"st"===l?l+"="+c:"boolean"===f?l:"number"===f?l+"="+c:l+"="+JSON.stringify(c),r.push(h)}}return r.join(",")},t.toHeaders=function(e){for(var r={},i=["Object","Request","Session","Status"],n=[{},{},{},{}],s={br:0,d:0,ot:0,tb:0,bl:1,dl:1,mtp:1,nor:1,nrr:1,su:1,cid:2,pr:2,sf:2,sid:2,st:2,v:2,bs:3,rtp:3},a=0,o=Object.keys(e);a3)return void this.hls.trigger(i.Events.ERROR,{type:n.ErrorTypes.KEY_SYSTEM_ERROR,details:n.ErrorDetails.KEY_SYSTEM_LICENSE_REQUEST_FAILED,fatal:!0});var u=3-this._requestLicenseFailureCount+1;s.logger.warn("Retrying license request, "+u+" attempts left"),this._requestLicense(r,a)}},l._generateLicenseRequestChallenge=function(t,e){if(t.mediaKeySystemDomain===a.KeySystems.WIDEVINE)return e;throw new Error("unsupported key-system: "+t.mediaKeySystemDomain)},l._requestLicense=function(t,e){s.logger.log("Requesting content license for key-system");var r=this._mediaKeysList[0];if(!r)return s.logger.error("Fatal error: Media is encrypted but no key-system access has been obtained yet"),void this.hls.trigger(i.Events.ERROR,{type:n.ErrorTypes.KEY_SYSTEM_ERROR,details:n.ErrorDetails.KEY_SYSTEM_NO_ACCESS,fatal:!0});try{var a=this.getLicenseServerUrl(r.mediaKeySystemDomain),o=this._createLicenseXhr(a,t,e);s.logger.log("Sending license request to URL: "+a);var l=this._generateLicenseRequestChallenge(r,t);o.send(l)}catch(t){s.logger.error("Failure requesting DRM license: "+t),this.hls.trigger(i.Events.ERROR,{type:n.ErrorTypes.KEY_SYSTEM_ERROR,details:n.ErrorDetails.KEY_SYSTEM_LICENSE_REQUEST_FAILED,fatal:!0})}},l.onMediaAttached=function(t,e){if(this._emeEnabled){var r=e.media;this._media=r,r.addEventListener("encrypted",this._onMediaEncrypted)}},l.onMediaDetached=function(){var t=this._media,e=this._mediaKeysList;t&&(t.removeEventListener("encrypted",this._onMediaEncrypted),this._media=null,this._mediaKeysList=[],Promise.all(e.map((function(t){if(t.mediaKeysSession)return t.mediaKeysSession.close().catch((function(){}))}))).then((function(){return t.setMediaKeys(null)})).catch((function(){})))},l.onManifestParsed=function(t,e){if(this._emeEnabled){var r=e.levels.map((function(t){return t.audioCodec})).filter((function(t){return!!t})),i=e.levels.map((function(t){return t.videoCodec})).filter((function(t){return!!t}));this._attemptKeySystemAccess(a.KeySystems.WIDEVINE,r,i)}},e=t,(r=[{key:"requestMediaKeySystemAccess",get:function(){if(!this._requestMediaKeySystemAccess)throw new Error("No requestMediaKeySystemAccess function configured");return this._requestMediaKeySystemAccess}}])&&o(e.prototype,r),t}();e.default=l},"./src/controller/fps-controller.ts":function(t,e,r){"use strict";r.r(e);var i=r("./src/events.ts"),n=r("./src/utils/logger.ts"),s=function(){function t(t){this.hls=void 0,this.isVideoPlaybackQualityAvailable=!1,this.timer=void 0,this.media=null,this.lastTime=void 0,this.lastDroppedFrames=0,this.lastDecodedFrames=0,this.streamController=void 0,this.hls=t,this.registerListeners()}var e=t.prototype;return e.setStreamController=function(t){this.streamController=t},e.registerListeners=function(){this.hls.on(i.Events.MEDIA_ATTACHING,this.onMediaAttaching,this)},e.unregisterListeners=function(){this.hls.off(i.Events.MEDIA_ATTACHING,this.onMediaAttaching)},e.destroy=function(){this.timer&&clearInterval(this.timer),this.unregisterListeners(),this.isVideoPlaybackQualityAvailable=!1,this.media=null},e.onMediaAttaching=function(t,e){var r=this.hls.config;if(r.capLevelOnFPSDrop){var i=e.media instanceof self.HTMLVideoElement?e.media:null;this.media=i,i&&"function"==typeof i.getVideoPlaybackQuality&&(this.isVideoPlaybackQualityAvailable=!0),self.clearInterval(this.timer),this.timer=self.setInterval(this.checkFPSInterval.bind(this),r.fpsDroppedMonitoringPeriod)}},e.checkFPS=function(t,e,r){var s=performance.now();if(e){if(this.lastTime){var a=s-this.lastTime,o=r-this.lastDroppedFrames,l=e-this.lastDecodedFrames,u=1e3*o/a,c=this.hls;if(c.trigger(i.Events.FPS_DROP,{currentDropped:o,currentDecoded:l,totalDroppedFrames:r}),u>0&&o>c.config.fpsDroppedMonitoringThreshold*l){var d=c.currentLevel;n.logger.warn("drop FPS ratio greater than max allowed value for currentLevel: "+d),d>0&&(-1===c.autoLevelCapping||c.autoLevelCapping>=d)&&(d-=1,c.trigger(i.Events.FPS_DROP_LEVEL_CAPPING,{level:d,droppedLevel:c.currentLevel}),c.autoLevelCapping=d,this.streamController.nextLevelSwitch())}}this.lastTime=s,this.lastDroppedFrames=r,this.lastDecodedFrames=e}},e.checkFPSInterval=function(){var t=this.media;if(t)if(this.isVideoPlaybackQualityAvailable){var e=t.getVideoPlaybackQuality();this.checkFPS(t,e.totalVideoFrames,e.droppedVideoFrames)}else this.checkFPS(t,t.webkitDecodedFrameCount,t.webkitDroppedFrameCount)},t}();e.default=s},"./src/controller/fragment-finders.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"findFragmentByPDT",(function(){return s})),r.d(e,"findFragmentByPTS",(function(){return a})),r.d(e,"fragmentWithinToleranceTest",(function(){return o})),r.d(e,"pdtWithinToleranceTest",(function(){return l})),r.d(e,"findFragWithCC",(function(){return u}));var i=r("./src/polyfills/number.ts"),n=r("./src/utils/binary-search.ts");function s(t,e,r){if(null===e||!Array.isArray(t)||!t.length||!Object(i.isFiniteNumber)(e))return null;if(e<(t[0].programDateTime||0))return null;if(e>=(t[t.length-1].endProgramDateTime||0))return null;r=r||0;for(var n=0;nt&&r.start?-1:0}function l(t,e,r){var i=1e3*Math.min(e,r.duration+(r.deltaPTS?r.deltaPTS:0));return(r.endProgramDateTime||0)-i>t}function u(t,e){return n.default.search(t,(function(t){return t.cce?-1:0}))}},"./src/controller/fragment-tracker.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"FragmentState",(function(){return i})),r.d(e,"FragmentTracker",(function(){return a}));var i,n=r("./src/events.ts"),s=r("./src/types/loader.ts");!function(t){t.NOT_LOADED="NOT_LOADED",t.BACKTRACKED="BACKTRACKED",t.APPENDING="APPENDING",t.PARTIAL="PARTIAL",t.OK="OK"}(i||(i={}));var a=function(){function t(t){this.activeFragment=null,this.activeParts=null,this.fragments=Object.create(null),this.timeRanges=Object.create(null),this.bufferPadding=.2,this.hls=void 0,this.hls=t,this._registerListeners()}var e=t.prototype;return e._registerListeners=function(){var t=this.hls;t.on(n.Events.BUFFER_APPENDED,this.onBufferAppended,this),t.on(n.Events.FRAG_BUFFERED,this.onFragBuffered,this),t.on(n.Events.FRAG_LOADED,this.onFragLoaded,this)},e._unregisterListeners=function(){var t=this.hls;t.off(n.Events.BUFFER_APPENDED,this.onBufferAppended,this),t.off(n.Events.FRAG_BUFFERED,this.onFragBuffered,this),t.off(n.Events.FRAG_LOADED,this.onFragLoaded,this)},e.destroy=function(){this._unregisterListeners(),this.fragments=this.timeRanges=null},e.getAppendedFrag=function(t,e){if(e===s.PlaylistLevelType.MAIN){var r=this.activeFragment,i=this.activeParts;if(!r)return null;if(i)for(var n=i.length;n--;){var a=i[n],o=a?a.end:r.appendedPTS;if(a.start<=t&&void 0!==o&&t<=o)return n>9&&(this.activeParts=i.slice(n-9)),a}else if(r.start<=t&&void 0!==r.appendedPTS&&t<=r.appendedPTS)return r}return this.getBufferedFrag(t,e)},e.getBufferedFrag=function(t,e){for(var r=this.fragments,i=Object.keys(r),n=i.length;n--;){var s=r[i[n]];if((null==s?void 0:s.body.type)===e&&s.buffered){var a=s.body;if(a.start<=t&&t<=a.end)return a}}return null},e.detectEvictedFragments=function(t,e,r){var i=this;Object.keys(this.fragments).forEach((function(n){var s=i.fragments[n];if(s)if(s.buffered){var a=s.range[t];a&&a.time.some((function(t){var r=!i.isTimeBuffered(t.startPTS,t.endPTS,e);return r&&i.removeFragment(s.body),r}))}else s.body.type===r&&i.removeFragment(s.body)}))},e.detectPartialFragments=function(t){var e=this,r=this.timeRanges,i=t.frag,n=t.part;if(r&&"initSegment"!==i.sn){var s=l(i),a=this.fragments[s];a&&(Object.keys(r).forEach((function(t){var s=i.elementaryStreams[t];if(s){var o=r[t],l=null!==n||!0===s.partial;a.range[t]=e.getBufferedTimes(i,n,l,o)}})),a.backtrack=a.loaded=null,Object.keys(a.range).length?a.buffered=!0:this.removeFragment(a.body))}},e.fragBuffered=function(t){var e=l(t),r=this.fragments[e];r&&(r.backtrack=r.loaded=null,r.buffered=!0)},e.getBufferedTimes=function(t,e,r,i){for(var n={time:[],partial:r},s=e?e.start:t.start,a=e?e.end:t.end,o=t.minEndPTS||a,l=t.maxStartPTS||s,u=0;u=c&&o<=d){n.time.push({startPTS:Math.max(s,i.start(u)),endPTS:Math.min(a,i.end(u))});break}if(sc)n.partial=!0,n.time.push({startPTS:Math.max(s,i.start(u)),endPTS:Math.min(a,i.end(u))});else if(a<=c)break}return n},e.getPartialFragment=function(t){var e,r,i,n=null,s=0,a=this.bufferPadding,l=this.fragments;return Object.keys(l).forEach((function(u){var c=l[u];c&&o(c)&&(r=c.body.start-a,i=c.body.end+a,t>=r&&t<=i&&(e=Math.min(t-r,i-t),s<=e&&(n=c.body,s=e)))})),n},e.getState=function(t){var e=l(t),r=this.fragments[e];return r?r.buffered?o(r)?i.PARTIAL:i.OK:r.backtrack?i.BACKTRACKED:i.APPENDING:i.NOT_LOADED},e.backtrack=function(t,e){var r=l(t),i=this.fragments[r];if(!i||i.backtrack)return null;var n=i.backtrack=e||i.loaded;return i.loaded=null,n},e.getBacktrackData=function(t){var e=l(t),r=this.fragments[e];if(r){var i,n=r.backtrack;if(null!=n&&null!==(i=n.payload)&&void 0!==i&&i.byteLength)return n;this.removeFragment(t)}return null},e.isTimeBuffered=function(t,e,r){for(var i,n,s=0;s=i&&e<=n)return!0;if(e<=i)return!1}return!1},e.onFragLoaded=function(t,e){var r=e.frag,i=e.part;if("initSegment"!==r.sn&&!r.bitrateTest&&!i){var n=l(r);this.fragments[n]={body:r,loaded:e,backtrack:null,buffered:!1,range:Object.create(null)}}},e.onBufferAppended=function(t,e){var r=this,i=e.frag,n=e.part,a=e.timeRanges;if(i.type===s.PlaylistLevelType.MAIN)if(this.activeFragment=i,n){var o=this.activeParts;o||(this.activeParts=o=[]),o.push(n)}else this.activeParts=null;this.timeRanges=a,Object.keys(a).forEach((function(t){var e=a[t];if(r.detectEvictedFragments(t,e),!n)for(var s=0;st&&i.removeFragment(a)}}))},e.removeFragment=function(t){var e=l(t);t.stats.loaded=0,t.clearElementaryStreamInfo(),delete this.fragments[e]},e.removeAllFragments=function(){this.fragments=Object.create(null),this.activeFragment=null,this.activeParts=null},t}();function o(t){var e,r;return t.buffered&&((null===(e=t.range.video)||void 0===e?void 0:e.partial)||(null===(r=t.range.audio)||void 0===r?void 0:r.partial))}function l(t){return t.type+"_"+t.level+"_"+t.urlId+"_"+t.sn}},"./src/controller/gap-controller.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"STALL_MINIMUM_DURATION_MS",(function(){return o})),r.d(e,"MAX_START_GAP_JUMP",(function(){return l})),r.d(e,"SKIP_BUFFER_HOLE_STEP_SECONDS",(function(){return u})),r.d(e,"SKIP_BUFFER_RANGE_START",(function(){return c})),r.d(e,"default",(function(){return d}));var i=r("./src/utils/buffer-helper.ts"),n=r("./src/errors.ts"),s=r("./src/events.ts"),a=r("./src/utils/logger.ts"),o=250,l=2,u=.1,c=.05,d=function(){function t(t,e,r,i){this.config=void 0,this.media=void 0,this.fragmentTracker=void 0,this.hls=void 0,this.nudgeRetry=0,this.stallReported=!1,this.stalled=null,this.moved=!1,this.seeking=!1,this.config=t,this.media=e,this.fragmentTracker=r,this.hls=i}var e=t.prototype;return e.destroy=function(){this.hls=this.fragmentTracker=this.media=null},e.poll=function(t){var e=this.config,r=this.media,n=this.stalled,s=r.currentTime,u=r.seeking,c=this.seeking&&!u,d=!this.seeking&&u;if(this.seeking=u,s===t){if((d||c)&&(this.stalled=null),!r.paused&&!r.ended&&0!==r.playbackRate&&i.BufferHelper.getBuffered(r).length){var h=i.BufferHelper.bufferInfo(r,s,0),f=h.len>0,g=h.nextStart||0;if(f||g){if(u){var v=h.len>l,p=!g||g-s>l&&!this.fragmentTracker.getPartialFragment(s);if(v||p)return;this.moved=!1}if(!this.moved&&null!==this.stalled){var m,y=Math.max(g,h.start||0)-s,E=this.hls.levels?this.hls.levels[this.hls.currentLevel]:null,T=(null==E||null===(m=E.details)||void 0===m?void 0:m.live)?2*E.details.targetduration:l;if(y>0&&y<=T)return void this._trySkipBufferHole(null)}var S=self.performance.now();if(null!==n){var b=S-n;!u&&b>=o&&this._reportStall(h.len);var L=i.BufferHelper.bufferInfo(r,s,e.maxBufferHole);this._tryFixBufferStall(L,b)}else this.stalled=S}}}else if(this.moved=!0,null!==n){if(this.stallReported){var A=self.performance.now()-n;a.logger.warn("playback not stuck anymore @"+s+", after "+Math.round(A)+"ms"),this.stallReported=!1}this.stalled=null,this.nudgeRetry=0}},e._tryFixBufferStall=function(t,e){var r=this.config,i=this.fragmentTracker,n=this.media.currentTime,s=i.getPartialFragment(n);s&&this._trySkipBufferHole(s)||t.len>r.maxBufferHole&&e>1e3*r.highBufferWatchdogPeriod&&(a.logger.warn("Trying to nudge playhead over buffer-hole"),this.stalled=null,this._tryNudgeBuffer())},e._reportStall=function(t){var e=this.hls,r=this.media;this.stallReported||(this.stallReported=!0,a.logger.warn("Playback stalling at @"+r.currentTime+" due to low buffer (buffer="+t+")"),e.trigger(s.Events.ERROR,{type:n.ErrorTypes.MEDIA_ERROR,details:n.ErrorDetails.BUFFER_STALLED_ERROR,fatal:!1,buffer:t}))},e._trySkipBufferHole=function(t){for(var e=this.config,r=this.hls,o=this.media,l=o.currentTime,d=0,h=i.BufferHelper.getBuffered(o),f=0;f=d&&l.05&&this.forwardBufferLength>1){var u=Math.min(2,Math.max(1,s)),c=Math.round(2/(1+Math.exp(-.75*o-this.edgeStalled))*20)/20;t.playbackRate=Math.min(u,Math.max(1,c))}else 1!==t.playbackRate&&0!==t.playbackRate&&(t.playbackRate=1)}}}}},o.estimateLiveEdge=function(){var t=this.levelDetails;return null===t?null:t.edge+t.age},o.computeLatency=function(){var t=this.estimateLiveEdge();return null===t?null:t-this.currentTime},e=t,(r=[{key:"latency",get:function(){return this._latency||0}},{key:"maxLatency",get:function(){var t=this.config,e=this.levelDetails;return void 0!==t.liveMaxLatencyDuration?t.liveMaxLatencyDuration:e?t.liveMaxLatencyDurationCount*e.targetduration:0}},{key:"targetLatency",get:function(){var t=this.levelDetails;if(null===t)return null;var e=t.holdBack,r=t.partHoldBack,i=t.targetduration,n=this.config,s=n.liveSyncDuration,a=n.liveSyncDurationCount,o=n.lowLatencyMode,l=this.hls.userConfig,u=o&&r||e;(l.liveSyncDuration||l.liveSyncDurationCount||0===u)&&(u=void 0!==s?s:a*i);var c=i;return u+Math.min(1*this.stallCount,c)}},{key:"liveSyncPosition",get:function(){var t=this.estimateLiveEdge(),e=this.targetLatency,r=this.levelDetails;if(null===t||null===e||null===r)return null;var i=r.edge,n=t-e-this.edgeStalled,s=i-r.totalduration,a=i-(this.config.lowLatencyMode&&r.partTarget||r.targetduration);return Math.min(Math.max(s,n),a)}},{key:"drift",get:function(){var t=this.levelDetails;return null===t?1:t.drift}},{key:"edgeStalled",get:function(){var t=this.levelDetails;if(null===t)return 0;var e=3*(this.config.lowLatencyMode&&t.partTarget||t.targetduration);return Math.max(t.age-e,0)}},{key:"forwardBufferLength",get:function(){var t=this.media,e=this.levelDetails;if(!t||!e)return 0;var r=t.buffered.length;return r?t.buffered.end(r-1):e.edge-this.currentTime}}])&&a(e.prototype,r),t}()},"./src/controller/level-controller.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"default",(function(){return g}));var i=r("./src/types/level.ts"),n=r("./src/events.ts"),s=r("./src/errors.ts"),a=r("./src/utils/codecs.ts"),o=r("./src/controller/level-helper.ts"),l=r("./src/controller/base-playlist-controller.ts"),u=r("./src/types/loader.ts");function c(){return c=Object.assign||function(t){for(var e=1;e0){r=u[0].bitrate,u.sort((function(t,e){return t.bitrate-e.bitrate})),this._levels=u;for(var m=0;mthis.hls.config.fragLoadingMaxRetry&&(a=r.frag.level)):a=r.frag.level}break;case s.ErrorDetails.LEVEL_LOAD_ERROR:case s.ErrorDetails.LEVEL_LOAD_TIMEOUT:i&&(i.deliveryDirectives&&(l=!1),a=i.level),o=!0;break;case s.ErrorDetails.REMUX_ALLOC_ERROR:a=r.level,o=!0}void 0!==a&&this.recoverLevel(r,a,o,l)}}},p.recoverLevel=function(t,e,r,i){var n=t.details,s=this._levels[e];if(s.loadError++,r){if(!this.retryLoadingOrFail(t))return void(this.currentLevelIndex=-1);t.levelRetry=!0}if(i){var a=s.url.length;if(a>1&&s.loadError1){var i=(e.urlId+1)%r;this.warn("Switching to redundant URL-id "+i),this._levels.forEach((function(t){t.urlId=i})),this.level=t}},p.onFragLoaded=function(t,e){var r=e.frag;if(void 0!==r&&r.type===u.PlaylistLevelType.MAIN){var i=this._levels[r.level];void 0!==i&&(i.fragmentError=0,i.loadError=0)}},p.onLevelLoaded=function(t,e){var r,i,n=e.level,s=e.details,a=this._levels[n];if(!a)return this.warn("Invalid level index "+n),void(null!==(i=e.deliveryDirectives)&&void 0!==i&&i.skip&&(s.deltaUpdateFailed=!0));n===this.currentLevelIndex?(0===a.fragmentError&&(a.loadError=0,this.retryCount=0),this.playlistLoaded(n,e,a.details)):null!==(r=e.deliveryDirectives)&&void 0!==r&&r.skip&&(s.deltaUpdateFailed=!0)},p.onAudioTrackSwitched=function(t,e){var r=this.hls.levels[this.currentLevelIndex];if(r&&r.audioGroupIds){for(var i=-1,n=this.hls.audioTracks[e.id].groupId,s=0;s0){var i=r.urlId,s=r.url[i];if(t)try{s=t.addDirectives(s)}catch(t){this.warn("Could not construct new URL with HLS Delivery Directives: "+t)}this.log("Attempt loading level index "+e+(t?" at sn "+t.msn+" part "+t.part:"")+" with URL-id "+i+" "+s),this.clearTimer(),this.hls.trigger(n.Events.LEVEL_LOADING,{url:s,level:e,id:i,deliveryDirectives:t||null})}},p.removeLevel=function(t,e){var r=function(t,r){return r!==e},i=this._levels.filter((function(i,n){return n!==t||i.url.length>1&&void 0!==e&&(i.url=i.url.filter(r),i.audioGroupIds&&(i.audioGroupIds=i.audioGroupIds.filter(r)),i.textGroupIds&&(i.textGroupIds=i.textGroupIds.filter(r)),i.urlId=0,!0)})).map((function(t,e){var r=t.details;return null!=r&&r.fragments&&r.fragments.forEach((function(t){t.level=e})),t}));this._levels=i,this.hls.trigger(n.Events.LEVELS_UPDATED,{levels:i})},g=l,(v=[{key:"levels",get:function(){return 0===this._levels.length?null:this._levels}},{key:"level",get:function(){return this.currentLevelIndex},set:function(t){var e,r=this._levels;if(0!==r.length&&(this.currentLevelIndex!==t||null===(e=r[t])||void 0===e||!e.details)){if(t<0||t>=r.length){var i=t<0;if(this.hls.trigger(n.Events.ERROR,{type:s.ErrorTypes.OTHER_ERROR,details:s.ErrorDetails.LEVEL_SWITCH_ERROR,level:t,fatal:i,reason:"invalid level idx"}),i)return;t=Math.min(t,r.length-1)}this.clearTimer();var a=this.currentLevelIndex,o=r[a],l=r[t];this.log("switching to level "+t+" from "+a),this.currentLevelIndex=t;var u=c({},l,{level:t,maxBitrate:l.maxBitrate,uri:l.uri,urlId:l.urlId});delete u._urlId,this.hls.trigger(n.Events.LEVEL_SWITCHING,u);var d=l.details;if(!d||d.live){var h=this.switchParams(l.uri,null==o?void 0:o.details);this.loadPlaylist(h)}}}},{key:"manualLevel",get:function(){return this.manualLevelIndex},set:function(t){this.manualLevelIndex=t,void 0===this._startLevel&&(this._startLevel=t),-1!==t&&(this.level=t)}},{key:"firstLevel",get:function(){return this._firstLevel},set:function(t){this._firstLevel=t}},{key:"startLevel",get:function(){if(void 0===this._startLevel){var t=this.hls.config.startLevel;return void 0!==t?t:this._firstLevel}return this._startLevel},set:function(t){this._startLevel=t}},{key:"nextLoadLevel",get:function(){return-1!==this.manualLevelIndex?this.manualLevelIndex:this.hls.nextAutoLevel},set:function(t){this.level=t,-1===this.manualLevelIndex&&(this.hls.nextAutoLevel=t)}}])&&d(g.prototype,v),l}(l.default)},"./src/controller/level-helper.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"addGroupId",(function(){return s})),r.d(e,"assignTrackIdsByGroup",(function(){return a})),r.d(e,"updatePTS",(function(){return o})),r.d(e,"updateFragPTSDTS",(function(){return u})),r.d(e,"mergeDetails",(function(){return c})),r.d(e,"mapPartIntersection",(function(){return d})),r.d(e,"mapFragmentIntersection",(function(){return h})),r.d(e,"adjustSliding",(function(){return f})),r.d(e,"addSliding",(function(){return g})),r.d(e,"computeReloadInterval",(function(){return v})),r.d(e,"getFragmentWithSN",(function(){return p})),r.d(e,"getPartWith",(function(){return m}));var i=r("./src/polyfills/number.ts"),n=r("./src/utils/logger.ts");function s(t,e,r){switch(e){case"audio":t.audioGroupIds||(t.audioGroupIds=[]),t.audioGroupIds.push(r);break;case"text":t.textGroupIds||(t.textGroupIds=[]),t.textGroupIds.push(r)}}function a(t){var e={};t.forEach((function(t){var r=t.groupId||"";t.id=e[r]=e[r]||0,e[r]++}))}function o(t,e,r){l(t[e],t[r])}function l(t,e){var r=e.startPTS;if(Object(i.isFiniteNumber)(r)){var n,s=0;e.sn>t.sn?(s=r-t.start,n=t):(s=t.start-r,n=e),n.duration!==s&&(n.duration=s)}else e.sn>t.sn?t.cc===e.cc&&t.minEndPTS?e.start=t.start+(t.minEndPTS-t.start):e.start=t.start+t.duration:e.start=Math.max(t.start-e.duration,0)}function u(t,e,r,s,a,o){s-r<=0&&(n.logger.warn("Fragment should have a positive duration",e),s=r+e.duration,o=a+e.duration);var u=r,c=s,d=e.startPTS,h=e.endPTS;if(Object(i.isFiniteNumber)(d)){var f=Math.abs(d-r);Object(i.isFiniteNumber)(e.deltaPTS)?e.deltaPTS=Math.max(f,e.deltaPTS):e.deltaPTS=f,u=Math.max(r,d),r=Math.min(r,d),a=Math.min(a,e.startDTS),c=Math.min(s,h),s=Math.max(s,h),o=Math.max(o,e.endDTS)}e.duration=s-r;var g=r-e.start;e.appendedPTS=s,e.start=e.startPTS=r,e.maxStartPTS=u,e.startDTS=a,e.endPTS=s,e.minEndPTS=c,e.endDTS=o;var v,p=e.sn;if(!t||pt.endSN)return 0;var m=p-t.startSN,y=t.fragments;for(y[m]=e,v=m;v>0;v--)l(y[v],y[v-1]);for(v=m;v=0;a--){var o=s[a].initSegment;if(o){r=o;break}}t.fragmentHint&&delete t.fragmentHint.endPTS;var l,c=0;if(h(t,e,(function(t,n){t.relurl&&(c=t.cc-n.cc),Object(i.isFiniteNumber)(t.startPTS)&&Object(i.isFiniteNumber)(t.endPTS)&&(n.start=n.startPTS=t.startPTS,n.startDTS=t.startDTS,n.appendedPTS=t.appendedPTS,n.maxStartPTS=t.maxStartPTS,n.endPTS=t.endPTS,n.endDTS=t.endDTS,n.minEndPTS=t.minEndPTS,n.duration=t.endPTS-t.startPTS,n.duration&&(l=n),e.PTSKnown=e.alignedSliding=!0),n.elementaryStreams=t.elementaryStreams,n.loader=t.loader,n.stats=t.stats,n.urlId=t.urlId,t.initSegment&&(n.initSegment=t.initSegment,r=t.initSegment)})),r&&(e.fragmentHint?e.fragments.concat(e.fragmentHint):e.fragments).forEach((function(t){var e;t.initSegment&&t.initSegment.relurl!==(null===(e=r)||void 0===e?void 0:e.relurl)||(t.initSegment=r)})),e.skippedSegments&&(e.deltaUpdateFailed=e.fragments.some((function(t){return!t})),e.deltaUpdateFailed)){n.logger.warn("[level-helper] Previous playlist missing segments skipped in delta playlist");for(var g=e.skippedSegments;g--;)e.fragments.shift();e.startSN=e.fragments[0].sn,e.startCC=e.fragments[0].cc}var v=e.fragments;if(c){n.logger.warn("discontinuity sliding from playlist, take drift into account");for(var p=0;p=i.length||g(e,i[r].start)}function g(t,e){if(e){for(var r=t.fragments,i=t.skippedSegments;i0&&s<3*i,o=e.loading.end-e.loading.start,l=t.availabilityDelay;if(!1===t.updated)if(a){var u=333*t.misses;r=Math.max(Math.min(n,2*o),u),t.availabilityDelay=(t.availabilityDelay||0)+r}else r=n;else a?(l=Math.min(l||i/2,s),t.availabilityDelay=l,r=l+i-s):r=i-o;return Math.round(r)}function p(t,e,r){if(!t||!t.details)return null;var i=t.details,n=i.fragments[e-i.startSN];return n||((n=i.fragmentHint)&&n.sn===e?n:e0&&-1===t&&(this.log("Override startPosition with lastCurrentTime @"+e.toFixed(3)),t=e),this.state=n.State.IDLE,this.nextLoadPosition=this.startPosition=this.lastCurrentTime=t,this.tick()}else this._forceStartLoad=!0,this.state=n.State.STOPPED},S.stopLoad=function(){this._forceStartLoad=!1,t.prototype.stopLoad.call(this)},S.doTick=function(){switch(this.state){case n.State.IDLE:this.doTickIdle();break;case n.State.WAITING_LEVEL:var t,e=this.levels,r=this.level,i=null==e||null===(t=e[r])||void 0===t?void 0:t.details;if(i&&(!i.live||this.levelLastLoaded===this.level)){if(this.waitForCdnTuneIn(i))break;this.state=n.State.IDLE;break}break;case n.State.FRAG_LOADING_WAITING_RETRY:var s,a=self.performance.now(),o=this.retryDate;(!o||a>=o||null!==(s=this.media)&&void 0!==s&&s.seeking)&&(this.log("retryDate reached, switch back to IDLE state"),this.state=n.State.IDLE)}this.onTickEnd()},S.onTickEnd=function(){t.prototype.onTickEnd.call(this),this.checkBuffer(),this.checkFragmentChanged()},S.doTickIdle=function(){var t,e,r=this.hls,i=this.levelLastLoaded,s=this.levels,o=this.media,d=r.config,h=r.nextLoadLevel;if(null!==i&&(o||!this.startFragRequested&&d.startFragPrefetch)&&(!this.altAudio||!this.audioOnly)&&s&&s[h]){var f=s[h];this.level=r.nextLoadLevel=h;var g=f.details;if(!g||this.state===n.State.WAITING_LEVEL||g.live&&this.levelLastLoaded!==h)this.state=n.State.WAITING_LEVEL;else{var v=this.getFwdBufferInfo(this.mediaBuffer?this.mediaBuffer:o,u.PlaylistLevelType.MAIN);if(null!==v&&!(v.len>=this.getMaxBufferLength(f.maxBitrate))){if(this._streamEnded(v,g)){var p={};return this.altAudio&&(p.type="video"),this.hls.trigger(a.Events.BUFFER_EOS,p),void(this.state=n.State.ENDED)}var m=v.end,y=this.getNextFragment(m,g);if(this.couldBacktrack&&!this.fragPrevious&&y&&"initSegment"!==y.sn){var E=y.sn-g.startSN;E>1&&(y=g.fragments[E-1],this.fragmentTracker.removeFragment(y))}if(y&&this.fragmentTracker.getState(y)===l.FragmentState.OK&&this.nextLoadPosition>m){var T=this.audioOnly&&!this.altAudio?c.ElementaryStreamTypes.AUDIO:c.ElementaryStreamTypes.VIDEO;this.afterBufferFlushed(o,T,u.PlaylistLevelType.MAIN),y=this.getNextFragment(this.nextLoadPosition,g)}y&&(!y.initSegment||y.initSegment.data||this.bitrateTest||(y=y.initSegment),"identity"!==(null===(t=y.decryptdata)||void 0===t?void 0:t.keyFormat)||null!==(e=y.decryptdata)&&void 0!==e&&e.key?this.loadFragment(y,g,m):this.loadKey(y,g))}}}},S.loadFragment=function(e,r,i){var n,s=this.fragmentTracker.getState(e);if(this.fragCurrent=e,s===l.FragmentState.BACKTRACKED){var a=this.fragmentTracker.getBacktrackData(e);if(a)return this._handleFragmentLoadProgress(a),void this._handleFragmentLoadComplete(a);s=l.FragmentState.NOT_LOADED}s===l.FragmentState.NOT_LOADED||s===l.FragmentState.PARTIAL?"initSegment"===e.sn?this._loadInitSegment(e):this.bitrateTest?(e.bitrateTest=!0,this.log("Fragment "+e.sn+" of level "+e.level+" is being downloaded to test bitrate and will not be buffered"),this._loadBitrateTestFrag(e)):(this.startFragRequested=!0,t.prototype.loadFragment.call(this,e,r,i)):s===l.FragmentState.APPENDING?this.reduceMaxBufferLength(e.duration)&&this.fragmentTracker.removeFragment(e):0===(null===(n=this.media)||void 0===n?void 0:n.buffered.length)&&this.fragmentTracker.removeAllFragments()},S.getAppendedFrag=function(t){var e=this.fragmentTracker.getAppendedFrag(t,u.PlaylistLevelType.MAIN);return e&&"fragment"in e?e.fragment:e},S.getBufferedFrag=function(t){return this.fragmentTracker.getBufferedFrag(t,u.PlaylistLevelType.MAIN)},S.followingBufferedFrag=function(t){return t?this.getBufferedFrag(t.end+.5):null},S.immediateLevelSwitch=function(){this.abortCurrentFrag(),this.flushMainBuffer(0,Number.POSITIVE_INFINITY)},S.nextLevelSwitch=function(){var t=this.levels,e=this.media;if(null!=e&&e.readyState){var r,i=this.getAppendedFrag(e.currentTime);if(i&&i.start>1&&this.flushMainBuffer(0,i.start-1),!e.paused&&t){var n=t[this.hls.nextLoadLevel],s=this.fragLastKbps;r=s&&this.fragCurrent?this.fragCurrent.duration*n.maxBitrate/(1e3*s)+1:0}else r=0;var a=this.getBufferedFrag(e.currentTime+r);if(a){var o=this.followingBufferedFrag(a);if(o){this.abortCurrentFrag();var l=o.maxStartPTS?o.maxStartPTS:o.start,u=o.duration,c=Math.max(a.end,l+Math.min(Math.max(u-this.config.maxFragLookUpTolerance,.5*u),.75*u));this.flushMainBuffer(c,Number.POSITIVE_INFINITY)}}}},S.abortCurrentFrag=function(){var t=this.fragCurrent;this.fragCurrent=null,null!=t&&t.loader&&t.loader.abort(),this.state===n.State.KEY_LOADING&&(this.state=n.State.IDLE),this.nextLoadPosition=this.getLoadPosition()},S.flushMainBuffer=function(e,r){t.prototype.flushMainBuffer.call(this,e,r,this.altAudio?"video":null)},S.onMediaAttached=function(e,r){t.prototype.onMediaAttached.call(this,e,r);var i=r.media;this.onvplaying=this.onMediaPlaying.bind(this),this.onvseeked=this.onMediaSeeked.bind(this),i.addEventListener("playing",this.onvplaying),i.addEventListener("seeked",this.onvseeked),this.gapController=new f.default(this.config,i,this.fragmentTracker,this.hls)},S.onMediaDetaching=function(){var e=this.media;e&&(e.removeEventListener("playing",this.onvplaying),e.removeEventListener("seeked",this.onvseeked),this.onvplaying=this.onvseeked=null,this.videoBuffer=null),this.fragPlaying=null,this.gapController&&(this.gapController.destroy(),this.gapController=null),t.prototype.onMediaDetaching.call(this)},S.onMediaPlaying=function(){this.tick()},S.onMediaSeeked=function(){var t=this.media,e=t?t.currentTime:null;Object(i.isFiniteNumber)(e)&&this.log("Media seeked to "+e.toFixed(3)),this.tick()},S.onManifestLoading=function(){this.log("Trigger BUFFER_RESET"),this.hls.trigger(a.Events.BUFFER_RESET,void 0),this.fragmentTracker.removeAllFragments(),this.couldBacktrack=this.stalled=!1,this.startPosition=this.lastCurrentTime=0,this.fragPlaying=null},S.onManifestParsed=function(t,e){var r,i=!1,n=!1;e.levels.forEach((function(t){(r=t.audioCodec)&&(-1!==r.indexOf("mp4a.40.2")&&(i=!0),-1!==r.indexOf("mp4a.40.5")&&(n=!0))})),this.audioCodecSwitch=i&&n&&!Object(s.changeTypeSupported)(),this.audioCodecSwitch&&this.log("Both AAC/HE-AAC audio found in levels; declaring level codec as HE-AAC"),this.levels=e.levels,this.startFragRequested=!1},S.onLevelLoading=function(t,e){var r=this.levels;if(r&&this.state===n.State.IDLE){var i=r[e.level];(!i.details||i.details.live&&this.levelLastLoaded!==e.level||this.waitForCdnTuneIn(i.details))&&(this.state=n.State.WAITING_LEVEL)}},S.onLevelLoaded=function(t,e){var r,i=this.levels,s=e.level,o=e.details,l=o.totalduration;if(i){this.log("Level "+s+" loaded ["+o.startSN+","+o.endSN+"], cc ["+o.startCC+", "+o.endCC+"] duration:"+l);var u=this.fragCurrent;!u||this.state!==n.State.FRAG_LOADING&&this.state!==n.State.FRAG_LOADING_WAITING_RETRY||u.level!==e.level&&u.loader&&(this.state=n.State.IDLE,u.loader.abort());var c=i[s],d=0;if(o.live||null!==(r=c.details)&&void 0!==r&&r.live){if(o.fragments[0]||(o.deltaUpdateFailed=!0),o.deltaUpdateFailed)return;d=this.alignPlaylists(o,c.details)}if(c.details=o,this.levelLastLoaded=s,this.hls.trigger(a.Events.LEVEL_UPDATED,{details:o,level:s}),this.state===n.State.WAITING_LEVEL){if(this.waitForCdnTuneIn(o))return;this.state=n.State.IDLE}this.startFragRequested?o.live&&this.synchronizeToLiveEdge(o):this.setStartPosition(o,d),this.tick()}else this.warn("Levels were reset while loading level "+s)},S._handleFragmentLoadProgress=function(t){var e,r=t.frag,i=t.part,n=t.payload,s=this.levels;if(s){var a=s[r.level],o=a.details;if(o){var l=a.videoCodec,c=o.PTSKnown||!o.live,f=null===(e=r.initSegment)||void 0===e?void 0:e.data,g=this._getAudioCodec(a),v=this.transmuxer=this.transmuxer||new d.default(this.hls,u.PlaylistLevelType.MAIN,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)),p=i?i.index:-1,m=-1!==p,y=new h.ChunkMetadata(r.level,r.sn,r.stats.chunkCount,n.byteLength,p,m),E=this.initPTS[r.cc];v.push(n,f,g,l,r,i,o.totalduration,c,y,E)}else this.warn("Dropping fragment "+r.sn+" of level "+r.level+" after level details were reset")}else this.warn("Levels were reset while fragment load was in progress. Fragment "+r.sn+" of level "+r.level+" will not be buffered")},S.onAudioTrackSwitching=function(t,e){var r=this.altAudio,i=!!e.url,n=e.id;if(!i){if(this.mediaBuffer!==this.media){this.log("Switching on main audio, use media.buffered to schedule main fragment loading"),this.mediaBuffer=this.media;var s=this.fragCurrent;null!=s&&s.loader&&(this.log("Switching to main audio track, cancel main fragment load"),s.loader.abort()),this.resetTransmuxer(),this.resetLoadingState()}else this.audioOnly&&this.resetTransmuxer();var o=this.hls;r&&o.trigger(a.Events.BUFFER_FLUSHING,{startOffset:0,endOffset:Number.POSITIVE_INFINITY,type:"audio"}),o.trigger(a.Events.AUDIO_TRACK_SWITCHED,{id:n})}},S.onAudioTrackSwitched=function(t,e){var r=e.id,i=!!this.hls.audioTracks[r].url;if(i){var n=this.videoBuffer;n&&this.mediaBuffer!==n&&(this.log("Switching on alternate audio, use video.buffered to schedule main fragment loading"),this.mediaBuffer=n)}this.altAudio=i,this.tick()},S.onBufferCreated=function(t,e){var r,i,n=e.tracks,s=!1;for(var a in n){var o=n[a];if("main"===o.id){if(i=a,r=o,"video"===a){var l=n[a];l&&(this.videoBuffer=l.buffer)}}else s=!0}s&&r?(this.log("Alternate track found, use "+i+".buffered to schedule main fragment loading"),this.mediaBuffer=r.buffer):this.mediaBuffer=this.media},S.onFragBuffered=function(t,e){var r=e.frag,i=e.part;if(!r||r.type===u.PlaylistLevelType.MAIN){if(this.fragContextChanged(r))return this.warn("Fragment "+r.sn+(i?" p: "+i.index:"")+" of level "+r.level+" finished buffering, but was aborted. state: "+this.state),void(this.state===n.State.PARSED&&(this.state=n.State.IDLE));var s=i?i.stats:r.stats;this.fragLastKbps=Math.round(8*s.total/(s.buffering.end-s.loading.first)),"initSegment"!==r.sn&&(this.fragPrevious=r),this.fragBufferedComplete(r,i)}},S.onError=function(t,e){switch(e.details){case g.ErrorDetails.FRAG_LOAD_ERROR:case g.ErrorDetails.FRAG_LOAD_TIMEOUT:case g.ErrorDetails.KEY_LOAD_ERROR:case g.ErrorDetails.KEY_LOAD_TIMEOUT:this.onFragmentOrKeyLoadError(u.PlaylistLevelType.MAIN,e);break;case g.ErrorDetails.LEVEL_LOAD_ERROR:case g.ErrorDetails.LEVEL_LOAD_TIMEOUT:this.state!==n.State.ERROR&&(e.fatal?(this.warn(""+e.details),this.state=n.State.ERROR):e.levelRetry||this.state!==n.State.WAITING_LEVEL||(this.state=n.State.IDLE));break;case g.ErrorDetails.BUFFER_FULL_ERROR:if("main"===e.parent&&(this.state===n.State.PARSING||this.state===n.State.PARSED)){var r=!0,i=this.getFwdBufferInfo(this.media,u.PlaylistLevelType.MAIN);i&&i.len>.5&&(r=!this.reduceMaxBufferLength(i.len)),r&&(this.warn("buffer full error also media.currentTime is not buffered, flush main"),this.immediateLevelSwitch()),this.resetLoadingState()}}},S.checkBuffer=function(){var t=this.media,e=this.gapController;if(t&&e&&t.readyState){var r=o.BufferHelper.getBuffered(t);!this.loadedmetadata&&r.length?(this.loadedmetadata=!0,this.seekToStartPos()):e.poll(this.lastCurrentTime),this.lastCurrentTime=t.currentTime}},S.onFragLoadEmergencyAborted=function(){this.state=n.State.IDLE,this.loadedmetadata||(this.startFragRequested=!1,this.nextLoadPosition=this.startPosition),this.tickImmediate()},S.onBufferFlushed=function(t,e){var r=e.type;if(r!==c.ElementaryStreamTypes.AUDIO||this.audioOnly&&!this.altAudio){var i=(r===c.ElementaryStreamTypes.VIDEO?this.videoBuffer:this.mediaBuffer)||this.media;this.afterBufferFlushed(i,r,u.PlaylistLevelType.MAIN)}},S.onLevelsUpdated=function(t,e){this.levels=e.levels},S.swapAudioCodec=function(){this.audioCodecSwap=!this.audioCodecSwap},S.seekToStartPos=function(){var t=this.media,e=t.currentTime,r=this.startPosition;if(r>=0&&e0&&(n1&&!1===t.seeking){var r=t.currentTime;if(o.BufferHelper.isBuffered(t,r)?e=this.getAppendedFrag(r):o.BufferHelper.isBuffered(t,r+.1)&&(e=this.getAppendedFrag(r+.1)),e){var i=this.fragPlaying,n=e.level;i&&e.sn===i.sn&&i.level===n&&e.urlId===i.urlId||(this.hls.trigger(a.Events.FRAG_CHANGED,{frag:e}),i&&i.level===n||this.hls.trigger(a.Events.LEVEL_SWITCHED,{level:n}),this.fragPlaying=e)}}},E=y,(T=[{key:"nextLevel",get:function(){var t=this.nextBufferedFrag;return t?t.level:-1}},{key:"currentLevel",get:function(){var t=this.media;if(t){var e=this.getAppendedFrag(t.currentTime);if(e)return e.level}return-1}},{key:"nextBufferedFrag",get:function(){var t=this.media;if(t){var e=this.getAppendedFrag(t.currentTime);return this.followingBufferedFrag(e)}return null}},{key:"forceStartLoad",get:function(){return this._forceStartLoad}}])&&p(E.prototype,T),y}(n.default)},"./src/controller/subtitle-stream-controller.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"SubtitleStreamController",(function(){return v}));var i=r("./src/events.ts"),n=r("./src/utils/logger.ts"),s=r("./src/utils/buffer-helper.ts"),a=r("./src/controller/fragment-finders.ts"),o=r("./src/utils/discontinuities.ts"),l=r("./src/controller/level-helper.ts"),u=r("./src/controller/fragment-tracker.ts"),c=r("./src/controller/base-stream-controller.ts"),d=r("./src/types/loader.ts"),h=r("./src/types/level.ts");function f(t,e){for(var r=0;r=n[o].start&&a<=n[o].end){s=n[o];break}var l=r.start+r.duration;s?s.end=l:(s={start:a,end:l},n.push(s)),this.fragmentTracker.fragBuffered(r)}}},y.onBufferFlushing=function(t,e){var r=e.startOffset,i=e.endOffset;if(0===r&&i!==Number.POSITIVE_INFINITY){var n=this.currentTrackId,s=this.levels;if(!s.length||!s[n]||!s[n].details)return;var a=i-s[n].details.targetduration;if(a<=0)return;e.endOffsetSubtitles=Math.max(0,a),this.tracksBuffered.forEach((function(t){for(var e=0;e=u.length||n!==s)&&d){if(this.mediaBuffer=this.mediaBufferTimeRanges,i.live||null!==(r=d.details)&&void 0!==r&&r.live){var h=this.mainDetails;if(i.deltaUpdateFailed||!h)return;var f=h.fragments[0];d.details?0===this.alignPlaylists(i,d.details)&&f&&Object(l.addSliding)(i,f.start):i.hasProgramDateTime&&h.hasProgramDateTime?Object(o.alignMediaPlaylistByPDT)(i,h):f&&Object(l.addSliding)(i,f.start)}d.details=i,this.levelLastLoaded=n,this.tick(),i.live&&!this.fragCurrent&&this.media&&this.state===c.State.IDLE&&(Object(a.findFragmentByPTS)(null,i.fragments,this.media.currentTime,0)||(this.warn("Subtitle playlist not aligned with playback"),d.details=void 0))}}},y._handleFragmentLoadComplete=function(t){var e=t.frag,r=t.payload,n=e.decryptdata,s=this.hls;if(!this.fragContextChanged(e)&&r&&r.byteLength>0&&n&&n.key&&n.iv&&"AES-128"===n.method){var a=performance.now();this.decrypter.webCryptoDecrypt(new Uint8Array(r),n.key.buffer,n.iv.buffer).then((function(t){var r=performance.now();s.trigger(i.Events.FRAG_DECRYPTED,{frag:e,payload:t,stats:{tstart:a,tdecrypt:r}})}))}},y.doTick=function(){if(this.media){if(this.state===c.State.IDLE){var t,e=this.currentTrackId,r=this.levels;if(!r.length||!r[e]||!r[e].details)return;var o=r[e].details,l=o.targetduration,d=this.config,h=this.media,f=s.BufferHelper.bufferedInfo(this.mediaBufferTimeRanges,h.currentTime-l,d.maxBufferHole),g=f.end;if(f.len>this.getMaxBufferLength()+l)return;console.assert(o,"Subtitle track details are defined on idle subtitle stream controller tick");var v,p=o.fragments,m=p.length,y=o.edge,E=this.fragPrevious;if(g-1&&(this.subtitleTrack=this.queuedDefaultTrack,this.queuedDefaultTrack=-1),this.useTextTrackPolling=!(this.media.textTracks&&"onchange"in this.media.textTracks),this.useTextTrackPolling?this.pollTrackChange(500):this.media.textTracks.addEventListener("change",this.asyncPollTrackChange))},h.pollTrackChange=function(t){self.clearInterval(this.subtitlePollingInterval),this.subtitlePollingInterval=self.setInterval(this.trackChangeListener,t)},h.onMediaDetaching=function(){this.media&&(self.clearInterval(this.subtitlePollingInterval),this.useTextTrackPolling||this.media.textTracks.removeEventListener("change",this.asyncPollTrackChange),this.trackId>-1&&(this.queuedDefaultTrack=this.trackId),c(this.media.textTracks).forEach((function(t){Object(n.clearCurrentCues)(t)})),this.subtitleTrack=-1,this.media=null)},h.onManifestLoading=function(){this.tracks=[],this.groupId=null,this.tracksInGroup=[],this.trackId=-1,this.selectDefaultTrack=!0},h.onManifestParsed=function(t,e){this.tracks=e.subtitleTracks},h.onSubtitleTrackLoaded=function(t,e){var r=e.id,i=e.details,n=this.trackId,s=this.tracksInGroup[n];if(s){var a=s.details;s.details=e.details,this.log("subtitle track "+r+" loaded ["+i.startSN+"-"+i.endSN+"]"),r===this.trackId&&(this.retryCount=0,this.playlistLoaded(r,e,a))}else this.warn("Invalid subtitle track id "+r)},h.onLevelLoading=function(t,e){this.switchLevel(e.level)},h.onLevelSwitching=function(t,e){this.switchLevel(e.level)},h.switchLevel=function(t){var e=this.hls.levels[t];if(null!=e&&e.textGroupIds){var r=e.textGroupIds[e.urlId];if(this.groupId!==r){var n=this.tracksInGroup?this.tracksInGroup[this.trackId]:void 0,s=this.tracks.filter((function(t){return!r||t.groupId===r}));this.tracksInGroup=s;var a=this.findTrackId(null==n?void 0:n.name)||this.findTrackId();this.groupId=r;var o={subtitleTracks:s};this.log("Updating subtitle tracks, "+s.length+' track(s) found in "'+r+'" group-id'),this.hls.trigger(i.Events.SUBTITLE_TRACKS_UPDATED,o),-1!==a&&this.setSubtitleTrack(a,n)}}},h.findTrackId=function(t){for(var e=this.tracksInGroup,r=0;r=n.length)){this.clearTimer();var s=n[t];if(this.log("Switching to subtitle track "+t),this.trackId=t,s){var a=s.id,o=s.groupId,l=void 0===o?"":o,u=s.name,c=s.type,d=s.url;this.hls.trigger(i.Events.SUBTITLE_TRACK_SWITCH,{id:a,groupId:l,name:u,type:c,url:d});var h=this.switchParams(s.url,null==e?void 0:e.details);this.loadPlaylist(h)}else this.hls.trigger(i.Events.SUBTITLE_TRACK_SWITCH,{id:t})}}else this.queuedDefaultTrack=t},h.onTextTracksChanged=function(){if(this.useTextTrackPolling||self.clearInterval(this.subtitlePollingInterval),this.media&&this.hls.config.renderTextTracksNatively){for(var t=-1,e=c(this.media.textTracks),r=0;r=0&&(h[0]=Math.min(h[0],e),h[1]=Math.max(h[1],r),c=!0,f/(r-e)>.5))return}if(c||s.push([e,r]),this.config.renderTextTracksNatively){var g=this.captionsTracks[t];this.Cues.newCue(g,e,r,i)}else{var v=this.Cues.newCue(null,e,r,i);this.hls.trigger(n.Events.CUES_PARSED,{type:"captions",cues:v,track:t})}},e.onInitPtsFound=function(t,e){var r=this,i=e.frag,s=e.id,a=e.initPTS,o=e.timescale,l=this.unparsedVttFrags;"main"===s&&(this.initPTS[i.cc]=a,this.timescale[i.cc]=o),l.length&&(this.unparsedVttFrags=[],l.forEach((function(t){r.onFragLoaded(n.Events.FRAG_LOADED,t)})))},e.getExistingTrack=function(t){var e=this.media;if(e)for(var r=0;r>>8^255&p^99,t[f]=p,e[p]=f;var m=h[f],y=h[m],E=h[y],T=257*h[p]^16843008*p;i[f]=T<<24|T>>>8,n[f]=T<<16|T>>>16,s[f]=T<<8|T>>>24,a[f]=T,T=16843009*E^65537*y^257*m^16843008*f,l[p]=T<<24|T>>>8,u[p]=T<<16|T>>>16,c[p]=T<<8|T>>>24,d[p]=T,f?(f=m^h[h[h[E^m]]],g^=h[h[g]]):f=g=1}},e.expandKey=function(t){for(var e=this.uint8ArrayToUint32Array_(t),r=!0,i=0;i>>6);var g=(60&e[r+2])>>>2;if(!(g>f.length-1))return u=(1&e[r+2])<<2,u|=(192&e[r+3])>>>6,i.logger.log("manifest codec:"+a+", ADTS type:"+o+", samplingIndex:"+g),/firefox/i.test(d)?g>=6?(o=5,c=new Array(4),l=g-3):(o=2,c=new Array(2),l=g):-1!==d.indexOf("android")?(o=2,c=new Array(2),l=g):(o=5,c=new Array(4),a&&(-1!==a.indexOf("mp4a.40.29")||-1!==a.indexOf("mp4a.40.5"))||!a&&g>=6?l=g-3:((a&&-1!==a.indexOf("mp4a.40.2")&&(g>=6&&1===u||/vivaldi/i.test(d))||!a&&1===u)&&(o=2,c=new Array(2)),l=g)),c[0]=o<<3,c[0]|=(14&g)>>1,c[1]|=(1&g)<<7,c[1]|=u<<3,5===o&&(c[1]|=(14&l)>>1,c[2]=(1&l)<<7,c[2]|=8,c[3]=0),{config:c,samplerate:f[g],channelCount:u,codec:"mp4a.40."+o,manifestCodec:h};t.trigger(s.Events.ERROR,{type:n.ErrorTypes.MEDIA_ERROR,details:n.ErrorDetails.FRAG_PARSING_ERROR,fatal:!0,reason:"invalid ADTS sampling index:"+g})}function o(t,e){return 255===t[e]&&240==(246&t[e+1])}function l(t,e){return 1&t[e+1]?7:9}function u(t,e){return(3&t[e+3])<<11|t[e+4]<<3|(224&t[e+5])>>>5}function c(t,e){return e+5=t.length)return!1;var i=u(t,e);if(i<=r)return!1;var n=e+i;return n===t.length||d(t,n)}return!1}function g(t,e,r,n,s){if(!t.samplerate){var o=a(e,r,n,s);if(!o)return;t.config=o.config,t.samplerate=o.samplerate,t.channelCount=o.channelCount,t.codec=o.codec,t.manifestCodec=o.manifestCodec,i.logger.log("parsed codec:"+t.codec+", rate:"+o.samplerate+", channels:"+o.channelCount)}}function v(t){return 9216e4/t}function p(t,e,r,i,n){var s=l(t,e),a=u(t,e);if((a-=s)>0)return{headerLength:s,frameLength:a,stamp:r+i*n}}function m(t,e,r,i,n){var s=p(e,r,i,n,v(t.samplerate));if(s){var a,o=s.frameLength,l=s.headerLength,u=s.stamp,c=l+o,d=Math.max(0,r+c-e.length);d?(a=new Uint8Array(c-l)).set(e.subarray(r+l,e.length),0):a=e.subarray(r+l,r+c);var h={unit:a,pts:u};return d||t.samples.push(h),{sample:h,length:c,missing:d}}}},"./src/demux/base-audio-demuxer.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"initPTSFn",(function(){return u}));var i=r("./src/polyfills/number.ts"),n=r("./src/demux/id3.ts"),s=r("./src/demux/dummy-demuxed-track.ts"),a=r("./src/utils/mp4-tools.ts"),o=r("./src/utils/typed-array.ts"),l=function(){function t(){this._audioTrack=void 0,this._id3Track=void 0,this.frameIndex=0,this.cachedData=null,this.initPTS=null}var e=t.prototype;return e.resetInitSegment=function(t,e,r){this._id3Track={type:"id3",id:3,pid:-1,inputTimeScale:9e4,sequenceNumber:0,samples:[],dropped:0}},e.resetTimeStamp=function(){},e.resetContiguity=function(){},e.canParse=function(t,e){return!1},e.appendFrame=function(t,e,r){},e.demux=function(t,e){this.cachedData&&(t=Object(a.appendUint8Array)(this.cachedData,t),this.cachedData=null);var r,i,l=n.getID3Data(t,0),c=l?l.length:0,d=this._audioTrack,h=this._id3Track,f=l?n.getTimeStamp(l):void 0,g=t.length;for(0!==this.frameIndex&&null!==this.initPTS||(this.initPTS=u(f,e)),l&&l.length>0&&h.samples.push({pts:this.initPTS,dts:this.initPTS,data:l}),i=this.initPTS;ct?(this.word<<=t,this.bitsAvailable-=t):(t-=this.bitsAvailable,t-=(e=t>>3)>>3,this.bytesAvailable-=e,this.loadWord(),this.word<<=t,this.bitsAvailable-=t)},e.readBits=function(t){var e=Math.min(this.bitsAvailable,t),r=this.word>>>32-e;return t>32&&i.logger.error("Cannot read more than 32 bits at a time"),this.bitsAvailable-=e,this.bitsAvailable>0?this.word<<=e:this.bytesAvailable>0&&this.loadWord(),(e=t-e)>0&&this.bitsAvailable?r<>>t))return this.word<<=t,this.bitsAvailable-=t,t;return this.loadWord(),t+this.skipLZ()},e.skipUEG=function(){this.skipBits(1+this.skipLZ())},e.skipEG=function(){this.skipBits(1+this.skipLZ())},e.readUEG=function(){var t=this.skipLZ();return this.readBits(t+1)-1},e.readEG=function(){var t=this.readUEG();return 1&t?1+t>>>1:-1*(t>>>1)},e.readBoolean=function(){return 1===this.readBits(1)},e.readUByte=function(){return this.readBits(8)},e.readUShort=function(){return this.readBits(16)},e.readUInt=function(){return this.readBits(32)},e.skipScalingList=function(t){for(var e=8,r=8,i=0;i0)return t.subarray(r,r+i)},o=function(t,e){var r=0;return r=(127&t[e])<<21,r|=(127&t[e+1])<<14,(r|=(127&t[e+2])<<7)|127&t[e+3]},l=function(t,e){return n(t,e)&&o(t,e+6)+10<=t.length-e},u=function(t){for(var e=h(t),r=0;r>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:u+=String.fromCharCode(s);break;case 12:case 13:a=t[c++],u+=String.fromCharCode((31&s)<<6|63&a);break;case 14:a=t[c++],o=t[c++],u+=String.fromCharCode((15&s)<<12|(63&a)<<6|(63&o)<<0)}}return u},E={decodeTextFrame:v};function T(){return i||void 0===self.TextDecoder||(i=new self.TextDecoder("utf-8")),i}},"./src/demux/mp3demuxer.ts":function(t,e,r){"use strict";r.r(e);var i=r("./src/demux/base-audio-demuxer.ts"),n=r("./src/demux/id3.ts"),s=r("./src/utils/logger.ts"),a=r("./src/demux/mpegaudio.ts");function o(t,e){return o=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},o(t,e)}var l=function(t){var e,r;function i(){return t.apply(this,arguments)||this}r=t,(e=i).prototype=Object.create(r.prototype),e.prototype.constructor=e,o(e,r);var l=i.prototype;return l.resetInitSegment=function(e,r,i){t.prototype.resetInitSegment.call(this,e,r,i),this._audioTrack={container:"audio/mpeg",type:"audio",id:2,pid:-1,sequenceNumber:0,isAAC:!1,samples:[],manifestCodec:e,duration:i,inputTimeScale:9e4,dropped:0}},i.probe=function(t){if(!t)return!1;for(var e=(n.getID3Data(t,0)||[]).length,r=t.length;e0},e.demux=function(t){var e=t,r=Object(n.dummyTrack)();if(this.config.progressive){this.remainderData&&(e=Object(i.appendUint8Array)(this.remainderData,t));var s=Object(i.segmentValidRange)(e);this.remainderData=s.remainder,r.samples=s.valid||new Uint8Array}else r.samples=e;return{audioTrack:Object(n.dummyTrack)(),avcTrack:r,id3Track:Object(n.dummyTrack)(),textTrack:Object(n.dummyTrack)()}},e.flush=function(){var t=Object(n.dummyTrack)();return t.samples=this.remainderData||new Uint8Array,this.remainderData=null,{audioTrack:Object(n.dummyTrack)(),avcTrack:t,id3Track:Object(n.dummyTrack)(),textTrack:Object(n.dummyTrack)()}},e.demuxSampleAes=function(t,e,r){return Promise.reject(new Error("The MP4 demuxer does not support SAMPLE-AES decryption"))},e.destroy=function(){},t}();s.minProbeByteLength=1024,e.default=s},"./src/demux/mpegaudio.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"appendFrame",(function(){return l})),r.d(e,"parseHeader",(function(){return u})),r.d(e,"isHeaderPattern",(function(){return c})),r.d(e,"isHeader",(function(){return d})),r.d(e,"canParse",(function(){return h})),r.d(e,"probe",(function(){return f}));var i=null,n=[32,64,96,128,160,192,224,256,288,320,352,384,416,448,32,48,56,64,80,96,112,128,160,192,224,256,320,384,32,40,48,56,64,80,96,112,128,160,192,224,256,320,32,48,56,64,80,96,112,128,144,160,176,192,224,256,8,16,24,32,40,48,56,64,80,96,112,128,144,160],s=[44100,48e3,32e3,22050,24e3,16e3,11025,12e3,8e3],a=[[0,72,144,12],[0,0,0,0],[0,72,144,12],[0,144,144,12]],o=[0,1,1,4];function l(t,e,r,i,n){if(!(r+24>e.length)){var s=u(e,r);if(s&&r+s.frameLength<=e.length){var a=i+n*(9e4*s.samplesPerFrame/s.sampleRate),o={unit:e.subarray(r,r+s.frameLength),pts:a,dts:a};return t.config=[],t.channelCount=s.channelCount,t.samplerate=s.sampleRate,t.samples.push(o),{sample:o,length:s.frameLength,missing:0}}}}function u(t,e){var r=t[e+1]>>3&3,l=t[e+1]>>1&3,u=t[e+2]>>4&15,c=t[e+2]>>2&3;if(1!==r&&0!==u&&15!==u&&3!==c){var d=t[e+2]>>1&1,h=t[e+3]>>6,f=1e3*n[14*(3===r?3-l:3===l?3:4)+u-1],g=s[3*(3===r?0:2===r?1:2)+c],v=3===h?1:2,p=a[r][l],m=o[l],y=8*p*m,E=Math.floor(p*f/g+d)*m;if(null===i){var T=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);i=T?parseInt(T[1]):0}return!!i&&i<=87&&2===l&&f>=224e3&&0===h&&(t[e+3]=128|t[e+3]),{sampleRate:g,channelCount:v,frameLength:E,samplesPerFrame:y}}}function c(t,e){return 255===t[e]&&224==(224&t[e+1])&&0!=(6&t[e+1])}function d(t,e){return e+1=t.length)return void r();if(!(t[e].unit.length<32)){var i=this.decrypter.isSync();if(this.decryptAacSample(t,e,r,i),!i)return}}},e.getAvcEncryptedData=function(t){for(var e=16*Math.floor((t.length-48)/160)+16,r=new Int8Array(e),i=0,n=32;n=t.length)return void i();for(var n=t[e].units;!(r>=n.length);r++){var s=n[r];if(!(s.data.length<=48||1!==s.type&&5!==s.type)){var a=this.decrypter.isSync();if(this.decryptAvcSample(t,e,r,i,s,a),!a)return}}}},t}();e.default=s},"./src/demux/transmuxer-interface.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"default",(function(){return d}));var i=r("./node_modules/webworkify-webpack/index.js"),n=r("./src/events.ts"),s=r("./src/demux/transmuxer.ts"),a=r("./src/utils/logger.ts"),o=r("./src/errors.ts"),l=r("./src/utils/mediasource-helper.ts"),u=r("./node_modules/eventemitter3/index.js"),c=Object(l.getMediaSource)()||{isTypeSupported:function(){return!1}},d=function(){function t(t,e,r,l){var d=this;this.hls=void 0,this.id=void 0,this.observer=void 0,this.frag=null,this.part=null,this.worker=void 0,this.onwmsg=void 0,this.transmuxer=null,this.onTransmuxComplete=void 0,this.onFlush=void 0,this.hls=t,this.id=e,this.onTransmuxComplete=r,this.onFlush=l;var h=t.config,f=function(e,r){(r=r||{}).frag=d.frag,r.id=d.id,t.trigger(e,r)};this.observer=new u.EventEmitter,this.observer.on(n.Events.FRAG_DECRYPTED,f),this.observer.on(n.Events.ERROR,f);var g={mp4:c.isTypeSupported("video/mp4"),mpeg:c.isTypeSupported("audio/mpeg"),mp3:c.isTypeSupported('audio/mp4; codecs="mp3"')},v=navigator.vendor;if(h.enableWorker&&"undefined"!=typeof Worker){var p;a.logger.log("demuxing in webworker");try{p=this.worker=i("./src/demux/transmuxer-worker.ts"),this.onwmsg=this.onWorkerMessage.bind(this),p.addEventListener("message",this.onwmsg),p.onerror=function(e){t.trigger(n.Events.ERROR,{type:o.ErrorTypes.OTHER_ERROR,details:o.ErrorDetails.INTERNAL_EXCEPTION,fatal:!0,event:"demuxerWorker",error:new Error(e.message+" ("+e.filename+":"+e.lineno+")")})},p.postMessage({cmd:"init",typeSupported:g,vendor:v,id:e,config:JSON.stringify(h)})}catch(t){a.logger.warn("Error in worker:",t),a.logger.error("Error while initializing DemuxerWorker, fallback to inline"),p&&self.URL.revokeObjectURL(p.objectURL),this.transmuxer=new s.default(this.observer,g,h,v,e),this.worker=null}}else this.transmuxer=new s.default(this.observer,g,h,v,e)}var e=t.prototype;return e.destroy=function(){var t=this.worker;if(t)t.removeEventListener("message",this.onwmsg),t.terminate(),this.worker=null;else{var e=this.transmuxer;e&&(e.destroy(),this.transmuxer=null)}var r=this.observer;r&&r.removeAllListeners(),this.observer=null},e.push=function(t,e,r,i,n,o,l,u,c,d){var h,f,g=this;c.transmuxing.start=self.performance.now();var v=this.transmuxer,p=this.worker,m=o?o.start:n.start,y=n.decryptdata,E=this.frag,T=!(E&&n.cc===E.cc),S=!(E&&c.level===E.level),b=E?c.sn-E.sn:-1,L=this.part?c.part-this.part.index:1,A=!S&&(1===b||0===b&&1===L),D=self.performance.now();(S||b||0===n.stats.parsing.start)&&(n.stats.parsing.start=D),!o||!L&&A||(o.stats.parsing.start=D);var R=!(E&&(null===(h=n.initSegment)||void 0===h?void 0:h.url)===(null===(f=E.initSegment)||void 0===f?void 0:f.url)),k=new s.TransmuxState(T,A,u,S,m,R);if(!A||T||R){a.logger.log("[transmuxer-interface, "+n.type+"]: Starting new transmux session for sn: "+c.sn+" p: "+c.part+" level: "+c.level+" id: "+c.id+"\n discontinuity: "+T+"\n trackSwitch: "+S+"\n contiguous: "+A+"\n accurateTimeOffset: "+u+"\n timeOffset: "+m+"\n initSegmentChange: "+R);var _=new s.TransmuxConfig(r,i,e,l,d);this.configureTransmuxer(_)}if(this.frag=n,this.part=o,p)p.postMessage({cmd:"demux",data:t,decryptdata:y,chunkMeta:c,state:k},t instanceof ArrayBuffer?[t]:[]);else if(v){var I=v.push(t,y,c,k);Object(s.isPromise)(I)?I.then((function(t){g.handleTransmuxComplete(t)})):this.handleTransmuxComplete(I)}},e.flush=function(t){var e=this;t.transmuxing.start=self.performance.now();var r=this.transmuxer,i=this.worker;if(i)i.postMessage({cmd:"flush",chunkMeta:t});else if(r){var n=r.flush(t);Object(s.isPromise)(n)?n.then((function(r){e.handleFlushResult(r,t)})):this.handleFlushResult(n,t)}},e.handleFlushResult=function(t,e){var r=this;t.forEach((function(t){r.handleTransmuxComplete(t)})),this.onFlush(e)},e.onWorkerMessage=function(t){var e=t.data,r=this.hls;switch(e.event){case"init":self.URL.revokeObjectURL(this.worker.objectURL);break;case"transmuxComplete":this.handleTransmuxComplete(e.data);break;case"flush":this.onFlush(e.data);break;default:e.data=e.data||{},e.data.frag=this.frag,e.data.id=this.id,r.trigger(e.event,e.data)}},e.configureTransmuxer=function(t){var e=this.worker,r=this.transmuxer;e?e.postMessage({cmd:"configure",config:t}):r&&r.configure(t)},e.handleTransmuxComplete=function(t){t.chunkMeta.transmuxing.end=self.performance.now(),this.onTransmuxComplete(t)},t}()},"./src/demux/transmuxer-worker.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"default",(function(){return o}));var i=r("./src/demux/transmuxer.ts"),n=r("./src/events.ts"),s=r("./src/utils/logger.ts"),a=r("./node_modules/eventemitter3/index.js");function o(t){var e=new a.EventEmitter,r=function(e,r){t.postMessage({event:e,data:r})};e.on(n.Events.FRAG_DECRYPTED,r),e.on(n.Events.ERROR,r),t.addEventListener("message",(function(n){var a=n.data;switch(a.cmd){case"init":var o=JSON.parse(a.config);t.transmuxer=new i.default(e,a.typeSupported,o,a.vendor,a.id),Object(s.enableLogs)(o.debug),r("init",null);break;case"configure":t.transmuxer.configure(a.config);break;case"demux":var u=t.transmuxer.push(a.data,a.decryptdata,a.chunkMeta,a.state);Object(i.isPromise)(u)?u.then((function(e){l(t,e)})):l(t,u);break;case"flush":var d=a.chunkMeta,h=t.transmuxer.flush(d);Object(i.isPromise)(h)?h.then((function(e){c(t,e,d)})):c(t,h,d)}}))}function l(t,e){if((r=e.remuxResult).audio||r.video||r.text||r.id3||r.initSegment){var r,i=[],n=e.remuxResult,s=n.audio,a=n.video;s&&u(i,s),a&&u(i,a),t.postMessage({event:"transmuxComplete",data:e},i)}}function u(t,e){e.data1&&t.push(e.data1.buffer),e.data2&&t.push(e.data2.buffer)}function c(t,e,r){e.forEach((function(e){l(t,e)})),t.postMessage({event:"flush",data:r})}},"./src/demux/transmuxer.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"default",(function(){return y})),r.d(e,"isPromise",(function(){return T})),r.d(e,"TransmuxConfig",(function(){return S})),r.d(e,"TransmuxState",(function(){return b}));var i,n=r("./src/events.ts"),s=r("./src/errors.ts"),a=r("./src/crypt/decrypter.ts"),o=r("./src/demux/aacdemuxer.ts"),l=r("./src/demux/mp4demuxer.ts"),u=r("./src/demux/tsdemuxer.ts"),c=r("./src/demux/mp3demuxer.ts"),d=r("./src/remux/mp4-remuxer.ts"),h=r("./src/remux/passthrough-remuxer.ts"),f=r("./src/demux/chunk-cache.ts"),g=r("./src/utils/mp4-tools.ts"),v=r("./src/utils/logger.ts");try{i=self.performance.now.bind(self.performance)}catch(t){v.logger.debug("Unable to use Performance API on this environment"),i=self.Date.now}var p=[{demux:u.default,remux:d.default},{demux:l.default,remux:h.default},{demux:o.default,remux:d.default},{demux:c.default,remux:d.default}],m=1024;p.forEach((function(t){var e=t.demux;m=Math.max(m,e.minProbeByteLength)}));var y=function(){function t(t,e,r,i,n){this.observer=void 0,this.typeSupported=void 0,this.config=void 0,this.vendor=void 0,this.id=void 0,this.demuxer=void 0,this.remuxer=void 0,this.decrypter=void 0,this.probe=void 0,this.decryptionPromise=null,this.transmuxConfig=void 0,this.currentTransmuxState=void 0,this.cache=new f.default,this.observer=t,this.typeSupported=e,this.config=r,this.vendor=i,this.id=n}var e=t.prototype;return e.configure=function(t){this.transmuxConfig=t,this.decrypter&&this.decrypter.reset()},e.push=function(t,e,r,n){var s=this,a=r.transmuxing;a.executeStart=i();var o=new Uint8Array(t),l=this.cache,u=this.config,c=this.currentTransmuxState,d=this.transmuxConfig;n&&(this.currentTransmuxState=n);var h=function(t,e){var r=null;return t.byteLength>0&&null!=e&&null!=e.key&&null!==e.iv&&null!=e.method&&(r=e),r}(o,e);if(h&&"AES-128"===h.method){var f=this.getDecrypter();if(!u.enableSoftwareAES)return this.decryptionPromise=f.webCryptoDecrypt(o,h.key.buffer,h.iv.buffer).then((function(t){var e=s.push(t,null,r);return s.decryptionPromise=null,e})),this.decryptionPromise;var v=f.softwareDecrypt(o,h.key.buffer,h.iv.buffer);if(!v)return a.executeEnd=i(),E(r);o=new Uint8Array(v)}var p=n||c,m=p.contiguous,y=p.discontinuity,T=p.trackSwitch,S=p.accurateTimeOffset,b=p.timeOffset,L=p.initSegmentChange,A=d.audioCodec,D=d.videoCodec,R=d.defaultInitPts,k=d.duration,_=d.initSegmentData;if((y||T||L)&&this.resetInitSegment(_,A,D,k),(y||L)&&this.resetInitialTimestamp(R),m||this.resetContiguity(),this.needsProbing(o,y,T)){if(l.dataLength){var I=l.flush();o=Object(g.appendUint8Array)(I,o)}this.configureTransmuxer(o,d)}var C=this.transmux(o,h,b,S,r),O=this.currentTransmuxState;return O.contiguous=!0,O.discontinuity=!1,O.trackSwitch=!1,a.executeEnd=i(),C},e.flush=function(t){var e=this,r=t.transmuxing;r.executeStart=i();var a=this.decrypter,o=this.cache,l=this.currentTransmuxState,u=this.decryptionPromise;if(u)return u.then((function(){return e.flush(t)}));var c=[],d=l.timeOffset;if(a){var h=a.flush();h&&c.push(this.push(h,null,t))}var f=o.dataLength;o.reset();var g=this.demuxer,v=this.remuxer;if(!g||!v)return f>=m&&this.observer.emit(n.Events.ERROR,n.Events.ERROR,{type:s.ErrorTypes.MEDIA_ERROR,details:s.ErrorDetails.FRAG_PARSING_ERROR,fatal:!0,reason:"no demux matching with content found"}),r.executeEnd=i(),[E(t)];var p=g.flush(d);return T(p)?p.then((function(r){return e.flushRemux(c,r,t),c})):(this.flushRemux(c,p,t),c)},e.flushRemux=function(t,e,r){var n=e.audioTrack,s=e.avcTrack,a=e.id3Track,o=e.textTrack,l=this.currentTransmuxState,u=l.accurateTimeOffset,c=l.timeOffset;v.logger.log("[transmuxer.ts]: Flushed fragment "+r.sn+(r.part>-1?" p: "+r.part:"")+" of level "+r.level);var d=this.remuxer.remux(n,s,a,o,c,u,!0,this.id);t.push({remuxResult:d,chunkMeta:r}),r.transmuxing.executeEnd=i()},e.resetInitialTimestamp=function(t){var e=this.demuxer,r=this.remuxer;e&&r&&(e.resetTimeStamp(t),r.resetTimeStamp(t))},e.resetContiguity=function(){var t=this.demuxer,e=this.remuxer;t&&e&&(t.resetContiguity(),e.resetNextTimestamp())},e.resetInitSegment=function(t,e,r,i){var n=this.demuxer,s=this.remuxer;n&&s&&(n.resetInitSegment(e,r,i),s.resetInitSegment(t,e,r))},e.destroy=function(){this.demuxer&&(this.demuxer.destroy(),this.demuxer=void 0),this.remuxer&&(this.remuxer.destroy(),this.remuxer=void 0)},e.transmux=function(t,e,r,i,n){return e&&"SAMPLE-AES"===e.method?this.transmuxSampleAes(t,e,r,i,n):this.transmuxUnencrypted(t,r,i,n)},e.transmuxUnencrypted=function(t,e,r,i){var n=this.demuxer.demux(t,e,!1,!this.config.progressive),s=n.audioTrack,a=n.avcTrack,o=n.id3Track,l=n.textTrack;return{remuxResult:this.remuxer.remux(s,a,o,l,e,r,!1,this.id),chunkMeta:i}},e.transmuxSampleAes=function(t,e,r,i,n){var s=this;return this.demuxer.demuxSampleAes(t,e,r).then((function(t){return{remuxResult:s.remuxer.remux(t.audioTrack,t.avcTrack,t.id3Track,t.textTrack,r,i,!1,s.id),chunkMeta:n}}))},e.configureTransmuxer=function(t,e){for(var r,i=this.config,n=this.observer,s=this.typeSupported,a=this.vendor,o=e.audioCodec,u=e.defaultInitPts,c=e.duration,d=e.initSegmentData,f=e.videoCodec,g=0,m=p.length;g>4>1){if((O=_+5+e[_+4])===_+188)continue}else O=_+4;switch(C){case f:I&&(g&&(s=m(g))&&this.parseAVCPES(s,!1),g={data:[],size:0}),g&&(g.data.push(e.subarray(O,_+188)),g.size+=_+188-O);break;case y:I&&(T&&(s=m(T))&&(o.isAAC?this.parseAACPES(s):this.parseMPEGPES(s)),T={data:[],size:0}),T&&(T.data.push(e.subarray(O,_+188)),T.size+=_+188-O);break;case E:I&&(S&&(s=m(S))&&this.parseID3PES(s),S={data:[],size:0}),S&&(S.data.push(e.subarray(O,_+188)),S.size+=_+188-O);break;case 0:I&&(O+=e[O]+1),A=this._pmtId=v(e,O);break;case A:I&&(O+=e[O]+1);var w=p(e,O,!0===this.typeSupported.mpeg||!0===this.typeSupported.mp3,i);(f=w.avc)>0&&(a.pid=f),(y=w.audio)>0&&(o.pid=y,o.isAAC=w.isAAC),(E=w.id3)>0&&(h.pid=E),b&&!L&&(c.logger.log("reparse from beginning"),b=!1,_=R-188),L=this.pmtParsed=!0;break;case 17:case 8191:break;default:b=!0}}else k++;k>0&&this.observer.emit(l.Events.ERROR,l.Events.ERROR,{type:d.ErrorTypes.MEDIA_ERROR,details:d.ErrorDetails.FRAG_PARSING_ERROR,fatal:!1,reason:"Found "+k+" TS packet/s that do not start with 0x47"}),a.pesData=g,o.pesData=T,h.pesData=S;var x={audioTrack:o,avcTrack:a,id3Track:h,textTrack:this._txtTrack};return n&&this.extractRemainingSamples(x),x},e.flush=function(){var t,e=this.remainderData;return this.remainderData=null,t=e?this.demux(e,-1,!1,!0):{audioTrack:this._audioTrack,avcTrack:this._avcTrack,textTrack:this._txtTrack,id3Track:this._id3Track},this.extractRemainingSamples(t),this.sampleAes?this.decrypt(t,this.sampleAes):t},e.extractRemainingSamples=function(t){var e,r=t.audioTrack,i=t.avcTrack,n=t.id3Track,s=i.pesData,a=r.pesData,o=n.pesData;s&&(e=m(s))?(this.parseAVCPES(e,!0),i.pesData=null):i.pesData=s,a&&(e=m(a))?(r.isAAC?this.parseAACPES(e):this.parseMPEGPES(e),r.pesData=null):(null!=a&&a.size&&c.logger.log("last AAC PES packet truncated,might overlap between fragments"),r.pesData=a),o&&(e=m(o))?(this.parseID3PES(e),n.pesData=null):n.pesData=o},e.demuxSampleAes=function(t,e,r){var i=this.demux(t,r,!0,!this.config.progressive),n=this.sampleAes=new o.default(this.observer,this.config,e);return this.decrypt(i,n)},e.decrypt=function(t,e){return new Promise((function(r){var i=t.audioTrack,n=t.avcTrack;i.samples&&i.isAAC?e.decryptAacSamples(i.samples,0,(function(){n.samples?e.decryptAvcSamples(n.samples,0,0,(function(){r(t)})):r(t)})):n.samples&&e.decryptAvcSamples(n.samples,0,0,(function(){r(t)}))}))},e.destroy=function(){this._initPTS=this._initDTS=null,this._duration=0},e.parseAVCPES=function(t,e){var r,i=this,n=this._avcTrack,o=this.parseAVCNALu(t.data),l=this.avcSample,u=!1;t.data=null,l&&o.length&&!n.audFound&&(y(l,n),l=this.avcSample=g(!1,t.pts,t.dts,"")),o.forEach((function(e){switch(e.type){case 1:r=!0,l||(l=i.avcSample=g(!0,t.pts,t.dts,"")),l.frame=!0;var o=e.data;if(u&&o.length>4){var c=new s.default(o).readSliceType();2!==c&&4!==c&&7!==c&&9!==c||(l.key=!0)}break;case 5:r=!0,l||(l=i.avcSample=g(!0,t.pts,t.dts,"")),l.key=!0,l.frame=!0;break;case 6:r=!0;var d=new s.default(T(e.data));d.readUByte();for(var h=0,f=0,v=!1,p=0;!v&&d.bytesAvailable>1;){h=0;do{h+=p=d.readUByte()}while(255===p);f=0;do{f+=p=d.readUByte()}while(255===p);if(4===h&&0!==d.bytesAvailable){if(v=!0,181===d.readUByte()&&49===d.readUShort()&&1195456820===d.readUInt()&&3===d.readUByte()){for(var m=d.readUByte(),S=31&m,b=[m,d.readUByte()],L=0;L16){for(var A=[],D=0;D<16;D++)A.push(d.readUByte().toString(16)),3!==D&&5!==D&&7!==D&&9!==D||A.push("-");for(var R=f-16,k=new Uint8Array(R),_=0;_=0){var d={data:t.subarray(u,l-s-1),type:c};o.push(d)}else{var h=this.getLastNalUnit();if(h&&(a&&l<=4-a&&h.state&&(h.data=h.data.subarray(0,h.data.byteLength-a)),(r=l-s-1)>0)){var f=new Uint8Array(h.data.byteLength+r);f.set(h.data,0),f.set(t.subarray(0,r),h.data.byteLength),h.data=f,h.state=0}}l=0&&s>=0){var g={data:t.subarray(u,i),type:c,state:s};o.push(g)}if(0===o.length){var v=this.getLastNalUnit();if(v){var p=new Uint8Array(v.data.byteLength+t.byteLength);p.set(v.data,0),p.set(t,v.data.byteLength),v.data=p}}return n.naluState=s,o},e.parseAACPES=function(t){var e,r,n,s,a,o=0,u=this._audioTrack,h=this.aacOverFlow,f=t.data;if(h){this.aacOverFlow=null;var g=h.sample.unit.byteLength,v=Math.min(h.missing,g),p=g-v;h.sample.unit.set(f.subarray(0,v),p),u.samples.push(h.sample),o=h.missing}for(e=o,r=f.length;e1;){var l=new Uint8Array(o[0].length+o[1].length);l.set(o[0]),l.set(o[1],o[0].length),o[0]=l,o.splice(1,1)}if(1===((e=o[0])[0]<<16)+(e[1]<<8)+e[2]){if((r=(e[4]<<8)+e[5])&&r>t.size-6)return null;var u=e[7];192&u&&(n=536870912*(14&e[9])+4194304*(255&e[10])+16384*(254&e[11])+128*(255&e[12])+(254&e[13])/2,64&u?n-(s=536870912*(14&e[14])+4194304*(255&e[15])+16384*(254&e[16])+128*(255&e[17])+(254&e[18])/2)>54e5&&(c.logger.warn(Math.round((n-s)/9e4)+"s delta between PTS and DTS, align them"),n=s):s=n);var d=(i=e[8])+9;if(t.size<=d)return null;t.size-=d;for(var h=new Uint8Array(t.size),f=0,g=o.length;fv){d-=v;continue}e=e.subarray(d),v-=d,d=0}h.set(e,a),a+=v}return r&&(r-=i+3),{data:h,pts:n,dts:s,len:r}}return null}function y(t,e){if(t.units.length&&t.frame){if(void 0===t.pts){var r=e.samples,i=r.length;if(!i)return void e.dropped++;var n=r[i-1];t.pts=n.pts,t.dts=n.dts}e.samples.push(t)}t.debug.length&&c.logger.log(t.pts+"/"+t.dts+":"+t.debug)}function E(t,e){var r=t.length;if(r>0){if(e.pts>=t[r-1].pts)t.push(e);else for(var i=r-1;i>=0;i--)if(e.ptse)return i;return 0}},{key:"maxAutoLevel",get:function(){var t=this.levels,e=this.autoLevelCapping;return-1===e&&t&&t.length?t.length-1:e}},{key:"nextAutoLevel",get:function(){return Math.min(Math.max(this.abrController.nextAutoLevel,this.minAutoLevel),this.maxAutoLevel)},set:function(t){this.abrController.nextAutoLevel=Math.max(this.minAutoLevel,t)}},{key:"audioTracks",get:function(){var t=this.audioTrackController;return t?t.audioTracks:[]}},{key:"audioTrack",get:function(){var t=this.audioTrackController;return t?t.audioTrack:-1},set:function(t){var e=this.audioTrackController;e&&(e.audioTrack=t)}},{key:"subtitleTracks",get:function(){var t=this.subtitleTrackController;return t?t.subtitleTracks:[]}},{key:"subtitleTrack",get:function(){var t=this.subtitleTrackController;return t?t.subtitleTrack:-1},set:function(t){var e=this.subtitleTrackController;e&&(e.subtitleTrack=t)}},{key:"media",get:function(){return this._media}},{key:"subtitleDisplay",get:function(){var t=this.subtitleTrackController;return!!t&&t.subtitleDisplay},set:function(t){var e=this.subtitleTrackController;e&&(e.subtitleDisplay=t)}},{key:"lowLatencyMode",get:function(){return this.config.lowLatencyMode},set:function(t){this.config.lowLatencyMode=t}},{key:"liveSyncPosition",get:function(){return this.latencyController.liveSyncPosition}},{key:"latency",get:function(){return this.latencyController.latency}},{key:"maxLatency",get:function(){return this.latencyController.maxLatency}},{key:"targetLatency",get:function(){return this.latencyController.targetLatency}},{key:"drift",get:function(){return this.latencyController.drift}},{key:"forceStartLoad",get:function(){return this.streamController.forceStartLoad}}])&&m(e.prototype,r),y&&m(e,y),t}();y.defaultConfig=void 0},"./src/is-supported.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"isSupported",(function(){return s})),r.d(e,"changeTypeSupported",(function(){return a}));var i=r("./src/utils/mediasource-helper.ts");function n(){return self.SourceBuffer||self.WebKitSourceBuffer}function s(){var t=Object(i.getMediaSource)();if(!t)return!1;var e=n(),r=t&&"function"==typeof t.isTypeSupported&&t.isTypeSupported('video/mp4; codecs="avc1.42E01E,mp4a.40.2"'),s=!e||e.prototype&&"function"==typeof e.prototype.appendBuffer&&"function"==typeof e.prototype.remove;return!!r&&!!s}function a(){var t,e=n();return"function"==typeof(null==e||null===(t=e.prototype)||void 0===t?void 0:t.changeType)}},"./src/loader/fragment-loader.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"default",(function(){return c})),r.d(e,"LoadError",(function(){return h}));var i=r("./src/polyfills/number.ts"),n=r("./src/errors.ts");function s(t){var e="function"==typeof Map?new Map:void 0;return s=function(t){if(null===t||(r=t,-1===Function.toString.call(r).indexOf("[native code]")))return t;var r;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,i)}function i(){return a(t,arguments,l(this).constructor)}return i.prototype=Object.create(t.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),o(i,t)},s(t)}function a(t,e,r){return a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}()?Reflect.construct:function(t,e,r){var i=[null];i.push.apply(i,e);var n=new(Function.bind.apply(t,i));return r&&o(n,r.prototype),n},a.apply(null,arguments)}function o(t,e){return o=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},o(t,e)}function l(t){return l=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},l(t)}var u=Math.pow(2,17),c=function(){function t(t){this.config=void 0,this.loader=null,this.partLoadTimeout=-1,this.config=t}var e=t.prototype;return e.destroy=function(){this.loader&&(this.loader.destroy(),this.loader=null)},e.abort=function(){this.loader&&this.loader.abort()},e.load=function(t,e){var r=this,i=t.url;if(!i)return Promise.reject(new h({type:n.ErrorTypes.NETWORK_ERROR,details:n.ErrorDetails.FRAG_LOAD_ERROR,fatal:!1,frag:t,networkDetails:null},"Fragment does not have a "+(i?"part list":"url")));this.abort();var s=this.config,a=s.fLoader,o=s.loader;return new Promise((function(i,l){r.loader&&r.loader.destroy();var c=r.loader=t.loader=a?new a(s):new o(s),f=d(t),g={timeout:s.fragLoadingTimeOut,maxRetry:0,retryDelay:0,maxRetryDelay:s.fragLoadingMaxRetryTimeout,highWaterMark:u};t.stats=c.stats,c.load(f,g,{onSuccess:function(e,n,s,a){r.resetLoader(t,c),i({frag:t,part:null,payload:e.data,networkDetails:a})},onError:function(e,i,s){r.resetLoader(t,c),l(new h({type:n.ErrorTypes.NETWORK_ERROR,details:n.ErrorDetails.FRAG_LOAD_ERROR,fatal:!1,frag:t,response:e,networkDetails:s}))},onAbort:function(e,i,s){r.resetLoader(t,c),l(new h({type:n.ErrorTypes.NETWORK_ERROR,details:n.ErrorDetails.INTERNAL_ABORTED,fatal:!1,frag:t,networkDetails:s}))},onTimeout:function(e,i,s){r.resetLoader(t,c),l(new h({type:n.ErrorTypes.NETWORK_ERROR,details:n.ErrorDetails.FRAG_LOAD_TIMEOUT,fatal:!1,frag:t,networkDetails:s}))},onProgress:function(r,i,n,s){e&&e({frag:t,part:null,payload:n,networkDetails:s})}})}))},e.loadPart=function(t,e,r){var i=this;this.abort();var s=this.config,a=s.fLoader,o=s.loader;return new Promise((function(l,c){i.loader&&i.loader.destroy();var f=i.loader=t.loader=a?new a(s):new o(s),g=d(t,e),v={timeout:s.fragLoadingTimeOut,maxRetry:0,retryDelay:0,maxRetryDelay:s.fragLoadingMaxRetryTimeout,highWaterMark:u};e.stats=f.stats,f.load(g,v,{onSuccess:function(n,s,a,o){i.resetLoader(t,f),i.updateStatsFromPart(t,e);var u={frag:t,part:e,payload:n.data,networkDetails:o};r(u),l(u)},onError:function(r,s,a){i.resetLoader(t,f),c(new h({type:n.ErrorTypes.NETWORK_ERROR,details:n.ErrorDetails.FRAG_LOAD_ERROR,fatal:!1,frag:t,part:e,response:r,networkDetails:a}))},onAbort:function(r,s,a){t.stats.aborted=e.stats.aborted,i.resetLoader(t,f),c(new h({type:n.ErrorTypes.NETWORK_ERROR,details:n.ErrorDetails.INTERNAL_ABORTED,fatal:!1,frag:t,part:e,networkDetails:a}))},onTimeout:function(r,s,a){i.resetLoader(t,f),c(new h({type:n.ErrorTypes.NETWORK_ERROR,details:n.ErrorDetails.FRAG_LOAD_TIMEOUT,fatal:!1,frag:t,part:e,networkDetails:a}))}})}))},e.updateStatsFromPart=function(t,e){var r=t.stats,i=e.stats,n=i.total;if(r.loaded+=i.loaded,n){var s=Math.round(t.duration/e.duration),a=Math.min(Math.round(r.loaded/n),s),o=(s-a)*Math.round(r.loaded/a);r.total=r.loaded+o}else r.total=Math.max(r.loaded,r.total);var l=r.loading,u=i.loading;l.start?l.first+=u.first-u.start:(l.start=u.start,l.first=u.first),l.end=u.end},e.resetLoader=function(t,e){t.loader=null,this.loader===e&&(self.clearTimeout(this.partLoadTimeout),this.loader=null),e.destroy()},t}();function d(t,e){void 0===e&&(e=null);var r=e||t,n={frag:t,part:e,responseType:"arraybuffer",url:r.url,headers:{},rangeStart:0,rangeEnd:0},s=r.byteRangeStartOffset,a=r.byteRangeEndOffset;return Object(i.isFiniteNumber)(s)&&Object(i.isFiniteNumber)(a)&&(n.rangeStart=s,n.rangeEnd=a),n}var h=function(t){var e,r;function i(e){for(var r,i=arguments.length,n=new Array(i>1?i-1:0),s=1;s>8*(15-r)&255;return e},r.setDecryptDataFromLevelKey=function(t,e){var r=t;return"AES-128"===(null==t?void 0:t.method)&&t.uri&&!t.iv&&((r=o.LevelKey.fromURI(t.uri)).method=t.method,r.iv=this.createInitializationVector(e),r.keyFormat="identity"),r},r.setElementaryStreamInfo=function(t,e,r,i,n,s){void 0===s&&(s=!1);var a=this.elementaryStreams,o=a[t];o?(o.startPTS=Math.min(o.startPTS,e),o.endPTS=Math.max(o.endPTS,r),o.startDTS=Math.min(o.startDTS,i),o.endDTS=Math.max(o.endDTS,n)):a[t]={startPTS:e,endPTS:r,startDTS:i,endDTS:n,partial:s}},r.clearElementaryStreamInfo=function(){var t=this.elementaryStreams;t[i.AUDIO]=null,t[i.VIDEO]=null,t[i.AUDIOVIDEO]=null},h(e,[{key:"decryptdata",get:function(){if(!this.levelkey&&!this._decryptdata)return null;if(!this._decryptdata&&this.levelkey){var t=this.sn;"number"!=typeof t&&(this.levelkey&&"AES-128"===this.levelkey.method&&!this.levelkey.iv&&a.logger.warn('missing IV for initialization segment with method="'+this.levelkey.method+'" - compliance issue'),t=0),this._decryptdata=this.setDecryptDataFromLevelKey(this.levelkey,t)}return this._decryptdata}},{key:"end",get:function(){return this.start+this.duration}},{key:"endProgramDateTime",get:function(){if(null===this.programDateTime)return null;if(!Object(n.isFiniteNumber)(this.programDateTime))return null;var t=Object(n.isFiniteNumber)(this.duration)?this.duration:0;return this.programDateTime+1e3*t}},{key:"encrypted",get:function(){var t;return!(null===(t=this.decryptdata)||void 0===t||!t.keyFormat||!this.decryptdata.uri)}}]),e}(f),v=function(t){function e(e,r,i,n,s){var a;(a=t.call(this,i)||this).fragOffset=0,a.duration=0,a.gap=!1,a.independent=!1,a.relurl=void 0,a.fragment=void 0,a.index=void 0,a.stats=new l.LoadStats,a.duration=e.decimalFloatingPoint("DURATION"),a.gap=e.bool("GAP"),a.independent=e.bool("INDEPENDENT"),a.relurl=e.enumeratedString("URI"),a.fragment=r,a.index=n;var o=e.enumeratedString("BYTERANGE");return o&&a.setByteRange(o,s),s&&(a.fragOffset=s.fragOffset+s.duration),a}return u(e,t),h(e,[{key:"start",get:function(){return this.fragment.start+this.fragOffset}},{key:"end",get:function(){return this.start+this.duration}},{key:"loaded",get:function(){var t=this.elementaryStreams;return!!(t.audio||t.video||t.audiovideo)}}]),e}(f)},"./src/loader/key-loader.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"default",(function(){return a}));var i=r("./src/events.ts"),n=r("./src/errors.ts"),s=r("./src/utils/logger.ts"),a=function(){function t(t){this.hls=void 0,this.loaders={},this.decryptkey=null,this.decrypturl=null,this.hls=t,this._registerListeners()}var e=t.prototype;return e._registerListeners=function(){this.hls.on(i.Events.KEY_LOADING,this.onKeyLoading,this)},e._unregisterListeners=function(){this.hls.off(i.Events.KEY_LOADING,this.onKeyLoading)},e.destroy=function(){for(var t in this._unregisterListeners(),this.loaders){var e=this.loaders[t];e&&e.destroy()}this.loaders={}},e.onKeyLoading=function(t,e){var r=e.frag,n=r.type,a=this.loaders[n];if(r.decryptdata){var o=r.decryptdata.uri;if(o!==this.decrypturl||null===this.decryptkey){var l=this.hls.config;if(a&&(s.logger.warn("abort previous key loader for type:"+n),a.abort()),!o)return void s.logger.warn("key uri is falsy");var u=l.loader,c=r.loader=this.loaders[n]=new u(l);this.decrypturl=o,this.decryptkey=null;var d={url:o,frag:r,responseType:"arraybuffer"},h={timeout:l.fragLoadingTimeOut,maxRetry:0,retryDelay:l.fragLoadingRetryDelay,maxRetryDelay:l.fragLoadingMaxRetryTimeout,highWaterMark:0},f={onSuccess:this.loadsuccess.bind(this),onError:this.loaderror.bind(this),onTimeout:this.loadtimeout.bind(this)};c.load(d,h,f)}else this.decryptkey&&(r.decryptdata.key=this.decryptkey,this.hls.trigger(i.Events.KEY_LOADED,{frag:r}))}else s.logger.warn("Missing decryption data on fragment in onKeyLoading")},e.loadsuccess=function(t,e,r){var n=r.frag;n.decryptdata?(this.decryptkey=n.decryptdata.key=new Uint8Array(t.data),n.loader=null,delete this.loaders[n.type],this.hls.trigger(i.Events.KEY_LOADED,{frag:n})):s.logger.error("after key load, decryptdata unset")},e.loaderror=function(t,e){var r=e.frag,s=r.loader;s&&s.abort(),delete this.loaders[r.type],this.hls.trigger(i.Events.ERROR,{type:n.ErrorTypes.NETWORK_ERROR,details:n.ErrorDetails.KEY_LOAD_ERROR,fatal:!1,frag:r,response:t})},e.loadtimeout=function(t,e){var r=e.frag,s=r.loader;s&&s.abort(),delete this.loaders[r.type],this.hls.trigger(i.Events.ERROR,{type:n.ErrorTypes.NETWORK_ERROR,details:n.ErrorDetails.KEY_LOAD_TIMEOUT,fatal:!1,frag:r})},t}()},"./src/loader/level-details.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"LevelDetails",(function(){return s}));var i=r("./src/polyfills/number.ts");function n(t,e){for(var r=0;rt.endSN||e>0||0===e&&r>0,this.updated||this.advanced?this.misses=Math.floor(.6*t.misses):this.misses=t.misses+1,this.availabilityDelay=t.availabilityDelay},e=t,(r=[{key:"hasProgramDateTime",get:function(){return!!this.fragments.length&&Object(i.isFiniteNumber)(this.fragments[this.fragments.length-1].programDateTime)}},{key:"levelTargetDuration",get:function(){return this.averagetargetduration||this.targetduration||10}},{key:"drift",get:function(){var t=this.driftEndTime-this.driftStartTime;return t>0?1e3*(this.driftEnd-this.driftStart)/t:1}},{key:"edge",get:function(){return this.partEnd||this.fragmentEnd}},{key:"partEnd",get:function(){var t;return null!==(t=this.partList)&&void 0!==t&&t.length?this.partList[this.partList.length-1].end:this.fragmentEnd}},{key:"fragmentEnd",get:function(){var t;return null!==(t=this.fragments)&&void 0!==t&&t.length?this.fragments[this.fragments.length-1].end:0}},{key:"age",get:function(){return this.advancedDateTime?Math.max(Date.now()-this.advancedDateTime,0)/1e3:0}},{key:"lastPartIndex",get:function(){var t;return null!==(t=this.partList)&&void 0!==t&&t.length?this.partList[this.partList.length-1].index:-1}},{key:"lastPartSn",get:function(){var t;return null!==(t=this.partList)&&void 0!==t&&t.length?this.partList[this.partList.length-1].fragment.sn:this.endSN}}])&&n(e.prototype,r),t}()},"./src/loader/level-key.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"LevelKey",(function(){return s}));var i=r("./node_modules/url-toolkit/src/url-toolkit.js");function n(t,e){for(var r=0;r2){var r=e.shift()+".";return(r+=parseInt(e.shift()).toString(16))+("000"+parseInt(e.shift()).toString(16)).substr(-4)}return t},t.resolve=function(t,e){return n.buildAbsoluteURL(e,t,{alwaysNormalize:!0})},t.parseMasterPlaylist=function(e,r){var i,n=[],s={},a=!1;for(d.lastIndex=0;null!=(i=d.exec(e));)if(i[1]){var o=new l.AttrList(i[1]),u={attrs:o,bitrate:o.decimalInteger("AVERAGE-BANDWIDTH")||o.decimalInteger("BANDWIDTH"),name:o.NAME,url:t.resolve(i[2],r)},c=o.decimalResolution("RESOLUTION");c&&(u.width=c.width,u.height=c.height),m((o.CODECS||"").split(/[ ,]+/).filter((function(t){return t})),u),u.videoCodec&&-1!==u.videoCodec.indexOf("avc1")&&(u.videoCodec=t.convertAVC1ToAVCOTI(u.videoCodec)),n.push(u)}else if(i[3]){var h=new l.AttrList(i[3]);h["DATA-ID"]&&(a=!0,s[h["DATA-ID"]]=h)}return{levels:n,sessionData:a?s:null}},t.parseMasterPlaylistMedia=function(e,r,i,n){var s;void 0===n&&(n=[]);var a=[],o=0;for(h.lastIndex=0;null!==(s=h.exec(e));){var u=new l.AttrList(s[1]);if(u.TYPE===i){var c={attrs:u,bitrate:0,id:o++,groupId:u["GROUP-ID"],instreamId:u["INSTREAM-ID"],name:u.NAME||u.LANGUAGE||"",type:i,default:u.bool("DEFAULT"),autoselect:u.bool("AUTOSELECT"),forced:u.bool("FORCED"),lang:u.LANGUAGE,url:u.URI?t.resolve(u.URI,r):""};if(n.length){var d=t.findGroup(n,c.groupId)||n[0];y(c,d,"audioCodec"),y(c,d,"textCodec")}a.push(c)}}return a},t.parseLevelPlaylist=function(t,e,r,c,d){var h,p,m,y=new a.LevelDetails(e),T=y.fragments,S=null,b=0,L=0,A=0,D=0,R=null,k=new s.Fragment(c,e),_=-1,I=!1;for(f.lastIndex=0,y.m3u8=t;null!==(h=f.exec(t));){I&&(I=!1,(k=new s.Fragment(c,e)).start=A,k.sn=b,k.cc=D,k.level=r,S&&(k.initSegment=S,k.rawProgramDateTime=S.rawProgramDateTime));var C=h[1];if(C){k.duration=parseFloat(C);var O=(" "+h[2]).slice(1);k.title=O||null,k.tagList.push(O?["INF",C,O]:["INF",C])}else if(h[3])Object(i.isFiniteNumber)(k.duration)&&(k.start=A,m&&(k.levelkey=m),k.sn=b,k.level=r,k.cc=D,k.urlId=d,T.push(k),k.relurl=(" "+h[3]).slice(1),E(k,R),R=k,A+=k.duration,b++,L=0,I=!0);else if(h[4]){var w=(" "+h[4]).slice(1);R?k.setByteRange(w,R):k.setByteRange(w)}else if(h[5])k.rawProgramDateTime=(" "+h[5]).slice(1),k.tagList.push(["PROGRAM-DATE-TIME",k.rawProgramDateTime]),-1===_&&(_=T.length);else{if(!(h=h[0].match(g))){u.logger.warn("No matches on slow regex match for level playlist!");continue}for(p=1;p-1){u.logger.warn("Keyformat "+q+" is not supported from the manifest");continue}if("identity"!==q)continue;K&&(m=o.LevelKey.fromURL(e,H),H&&["AES-128","SAMPLE-AES","SAMPLE-AES-CENC"].indexOf(K)>=0&&(m.method=K,m.keyFormat=q,Y&&(m.keyID=Y),W&&(m.keyFormatVersions=W),m.iv=V));break;case"START":var X=new l.AttrList(P).decimalFloatingPoint("TIME-OFFSET");Object(i.isFiniteNumber)(X)&&(y.startTimeOffset=X);break;case"MAP":var z=new l.AttrList(P);k.relurl=z.URI,z.BYTERANGE&&k.setByteRange(z.BYTERANGE),k.level=r,k.sn="initSegment",m&&(k.levelkey=m),k.initSegment=null,S=k,I=!0;break;case"SERVER-CONTROL":var Q=new l.AttrList(P);y.canBlockReload=Q.bool("CAN-BLOCK-RELOAD"),y.canSkipUntil=Q.optionalFloat("CAN-SKIP-UNTIL",0),y.canSkipDateRanges=y.canSkipUntil>0&&Q.bool("CAN-SKIP-DATERANGES"),y.partHoldBack=Q.optionalFloat("PART-HOLD-BACK",0),y.holdBack=Q.optionalFloat("HOLD-BACK",0);break;case"PART-INF":var $=new l.AttrList(P);y.partTarget=$.decimalFloatingPoint("PART-TARGET");break;case"PART":var J=y.partList;J||(J=y.partList=[]);var Z=L>0?J[J.length-1]:void 0,tt=L++,et=new s.Part(new l.AttrList(P),k,e,tt,Z);J.push(et),k.duration+=et.duration;break;case"PRELOAD-HINT":var rt=new l.AttrList(P);y.preloadHint=rt;break;case"RENDITION-REPORT":var it=new l.AttrList(P);y.renditionReports=y.renditionReports||[],y.renditionReports.push(it);break;default:u.logger.warn("line parsed but not handled: "+h)}}}R&&!R.relurl?(T.pop(),A-=R.duration,y.partList&&(y.fragmentHint=R)):y.partList&&(E(k,R),k.cc=D,y.fragmentHint=k);var nt=T.length,st=T[0],at=T[nt-1];if((A+=y.skippedSegments*y.targetduration)>0&&nt&&at){y.averagetargetduration=A/nt;var ot=at.sn;y.endSN="initSegment"!==ot?ot:0,st&&(y.startCC=st.cc,st.initSegment||y.fragments.every((function(t){return t.relurl&&(e=t.relurl,v.test(null!=(r=null===(i=n.parseURL(e))||void 0===i?void 0:i.path)?r:""));var e,r,i}))&&(u.logger.warn("MP4 fragments found but no init segment (probably no MAP, incomplete M3U8), trying to fetch SIDX"),(k=new s.Fragment(c,e)).relurl=at.relurl,k.level=r,k.sn="initSegment",st.initSegment=k,y.needSidxRanges=!0))}else y.endSN=0,y.startCC=0;return y.fragmentHint&&(A+=y.fragmentHint.duration),y.totalduration=A,y.endCC=D,_>0&&function(t,e){for(var r=t[e],i=e;i--;){var n=t[i];if(!n)return;n.programDateTime=r.programDateTime-1e3*n.duration,r=n}}(T,_),y},t}();function m(t,e){["video","audio","text"].forEach((function(r){var i=t.filter((function(t){return Object(c.isCodecType)(t,r)}));if(i.length){var n=i.filter((function(t){return 0===t.lastIndexOf("avc1",0)||0===t.lastIndexOf("mp4a",0)}));e[r+"Codec"]=n.length>0?n[0]:i[0],t=t.filter((function(t){return-1===i.indexOf(t)}))}})),e.unknownCodecs=t}function y(t,e,r){var i=e[r];i&&(t[r]=i)}function E(t,e){t.rawProgramDateTime?t.programDateTime=Date.parse(t.rawProgramDateTime):null!=e&&e.programDateTime&&(t.programDateTime=e.endProgramDateTime),Object(i.isFiniteNumber)(t.programDateTime)||(t.programDateTime=null,t.rawProgramDateTime=null)}},"./src/loader/playlist-loader.ts":function(t,e,r){"use strict";r.r(e);var i=r("./src/polyfills/number.ts"),n=r("./src/events.ts"),s=r("./src/errors.ts"),a=r("./src/utils/logger.ts"),o=r("./src/utils/mp4-tools.ts"),l=r("./src/loader/m3u8-parser.ts"),u=r("./src/types/loader.ts"),c=r("./src/utils/attr-list.ts");function d(t,e){var r=t.url;return void 0!==r&&0!==r.indexOf("data:")||(r=e.url),r}var h=function(){function t(t){this.hls=void 0,this.loaders=Object.create(null),this.hls=t,this.registerListeners()}var e=t.prototype;return e.registerListeners=function(){var t=this.hls;t.on(n.Events.MANIFEST_LOADING,this.onManifestLoading,this),t.on(n.Events.LEVEL_LOADING,this.onLevelLoading,this),t.on(n.Events.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),t.on(n.Events.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this)},e.unregisterListeners=function(){var t=this.hls;t.off(n.Events.MANIFEST_LOADING,this.onManifestLoading,this),t.off(n.Events.LEVEL_LOADING,this.onLevelLoading,this),t.off(n.Events.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),t.off(n.Events.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this)},e.createInternalLoader=function(t){var e=this.hls.config,r=e.pLoader,i=e.loader,n=new(r||i)(e);return t.loader=n,this.loaders[t.type]=n,n},e.getInternalLoader=function(t){return this.loaders[t.type]},e.resetInternalLoader=function(t){this.loaders[t]&&delete this.loaders[t]},e.destroyInternalLoaders=function(){for(var t in this.loaders){var e=this.loaders[t];e&&e.destroy(),this.resetInternalLoader(t)}},e.destroy=function(){this.unregisterListeners(),this.destroyInternalLoaders()},e.onManifestLoading=function(t,e){var r=e.url;this.load({id:null,groupId:null,level:0,responseType:"text",type:u.PlaylistContextType.MANIFEST,url:r,deliveryDirectives:null})},e.onLevelLoading=function(t,e){var r=e.id,i=e.level,n=e.url,s=e.deliveryDirectives;this.load({id:r,groupId:null,level:i,responseType:"text",type:u.PlaylistContextType.LEVEL,url:n,deliveryDirectives:s})},e.onAudioTrackLoading=function(t,e){var r=e.id,i=e.groupId,n=e.url,s=e.deliveryDirectives;this.load({id:r,groupId:i,level:null,responseType:"text",type:u.PlaylistContextType.AUDIO_TRACK,url:n,deliveryDirectives:s})},e.onSubtitleTrackLoading=function(t,e){var r=e.id,i=e.groupId,n=e.url,s=e.deliveryDirectives;this.load({id:r,groupId:i,level:null,responseType:"text",type:u.PlaylistContextType.SUBTITLE_TRACK,url:n,deliveryDirectives:s})},e.load=function(t){var e,r,i,n,s,o,l=this.hls.config,c=this.getInternalLoader(t);if(c){var d=c.context;if(d&&d.url===t.url)return void a.logger.trace("[playlist-loader]: playlist request ongoing");a.logger.log("[playlist-loader]: aborting previous loader for type: "+t.type),c.abort()}switch(t.type){case u.PlaylistContextType.MANIFEST:r=l.manifestLoadingMaxRetry,i=l.manifestLoadingTimeOut,n=l.manifestLoadingRetryDelay,s=l.manifestLoadingMaxRetryTimeout;break;case u.PlaylistContextType.LEVEL:case u.PlaylistContextType.AUDIO_TRACK:case u.PlaylistContextType.SUBTITLE_TRACK:r=0,i=l.levelLoadingTimeOut;break;default:r=l.levelLoadingMaxRetry,i=l.levelLoadingTimeOut,n=l.levelLoadingRetryDelay,s=l.levelLoadingMaxRetryTimeout}if(c=this.createInternalLoader(t),null!==(e=t.deliveryDirectives)&&void 0!==e&&e.part&&(t.type===u.PlaylistContextType.LEVEL&&null!==t.level?o=this.hls.levels[t.level].details:t.type===u.PlaylistContextType.AUDIO_TRACK&&null!==t.id?o=this.hls.audioTracks[t.id].details:t.type===u.PlaylistContextType.SUBTITLE_TRACK&&null!==t.id&&(o=this.hls.subtitleTracks[t.id].details),o)){var h=o.partTarget,f=o.targetduration;h&&f&&(i=Math.min(1e3*Math.max(3*h,.8*f),i))}var g={timeout:i,maxRetry:r,retryDelay:n,maxRetryDelay:s,highWaterMark:0},v={onSuccess:this.loadsuccess.bind(this),onError:this.loaderror.bind(this),onTimeout:this.loadtimeout.bind(this)};c.load(t,g,v)},e.loadsuccess=function(t,e,r,i){if(void 0===i&&(i=null),r.isSidxRequest)return this.handleSidxRequest(t,r),void this.handlePlaylistLoaded(t,e,r,i);this.resetInternalLoader(r.type);var n=t.data;0===n.indexOf("#EXTM3U")?(e.parsing.start=performance.now(),n.indexOf("#EXTINF:")>0||n.indexOf("#EXT-X-TARGETDURATION:")>0?this.handleTrackOrLevelPlaylist(t,e,r,i):this.handleMasterPlaylist(t,e,r,i)):this.handleManifestParsingError(t,r,"no EXTM3U delimiter",i)},e.loaderror=function(t,e,r){void 0===r&&(r=null),this.handleNetworkError(e,r,!1,t)},e.loadtimeout=function(t,e,r){void 0===r&&(r=null),this.handleNetworkError(e,r,!0)},e.handleMasterPlaylist=function(t,e,r,i){var s=this.hls,o=t.data,u=d(t,r),h=l.default.parseMasterPlaylist(o,u),f=h.levels,g=h.sessionData;if(f.length){var v=f.map((function(t){return{id:t.attrs.AUDIO,audioCodec:t.audioCodec}})),p=f.map((function(t){return{id:t.attrs.SUBTITLES,textCodec:t.textCodec}})),m=l.default.parseMasterPlaylistMedia(o,u,"AUDIO",v),y=l.default.parseMasterPlaylistMedia(o,u,"SUBTITLES",p),E=l.default.parseMasterPlaylistMedia(o,u,"CLOSED-CAPTIONS");m.length&&(m.some((function(t){return!t.url}))||!f[0].audioCodec||f[0].attrs.AUDIO||(a.logger.log("[playlist-loader]: audio codec signaled in quality level, but no embedded audio track signaled, create one"),m.unshift({type:"main",name:"main",default:!1,autoselect:!1,forced:!1,id:-1,attrs:new c.AttrList({}),bitrate:0,url:""}))),s.trigger(n.Events.MANIFEST_LOADED,{levels:f,audioTracks:m,subtitles:y,captions:E,url:u,stats:e,networkDetails:i,sessionData:g})}else this.handleManifestParsingError(t,r,"no level found in manifest",i)},e.handleTrackOrLevelPlaylist=function(t,e,r,a){var o=this.hls,h=r.id,f=r.level,g=r.type,v=d(t,r),p=Object(i.isFiniteNumber)(h)?h:0,m=Object(i.isFiniteNumber)(f)?f:p,y=function(t){switch(t.type){case u.PlaylistContextType.AUDIO_TRACK:return u.PlaylistLevelType.AUDIO;case u.PlaylistContextType.SUBTITLE_TRACK:return u.PlaylistLevelType.SUBTITLE;default:return u.PlaylistLevelType.MAIN}}(r),E=l.default.parseLevelPlaylist(t.data,v,m,y,p);if(E.fragments.length){if(g===u.PlaylistContextType.MANIFEST){var T={attrs:new c.AttrList({}),bitrate:0,details:E,name:"",url:v};o.trigger(n.Events.MANIFEST_LOADED,{levels:[T],audioTracks:[],url:v,stats:e,networkDetails:a,sessionData:null})}if(e.parsing.end=performance.now(),E.needSidxRanges){var S,b=null===(S=E.fragments[0].initSegment)||void 0===S?void 0:S.url;this.load({url:b,isSidxRequest:!0,type:g,level:f,levelDetails:E,id:h,groupId:null,rangeStart:0,rangeEnd:2048,responseType:"arraybuffer",deliveryDirectives:null})}else r.levelDetails=E,this.handlePlaylistLoaded(t,e,r,a)}else o.trigger(n.Events.ERROR,{type:s.ErrorTypes.NETWORK_ERROR,details:s.ErrorDetails.LEVEL_EMPTY_ERROR,fatal:!1,url:v,reason:"no fragments found in level",level:"number"==typeof r.level?r.level:void 0})},e.handleSidxRequest=function(t,e){var r=Object(o.parseSegmentIndex)(new Uint8Array(t.data));if(r){var i=r.references,n=e.levelDetails;i.forEach((function(t,e){var i=t.info,s=n.fragments[e];0===s.byteRange.length&&s.setByteRange(String(1+i.end-i.start)+"@"+String(i.start)),s.initSegment&&s.initSegment.setByteRange(String(r.moovEndOffset)+"@0")}))}},e.handleManifestParsingError=function(t,e,r,i){this.hls.trigger(n.Events.ERROR,{type:s.ErrorTypes.NETWORK_ERROR,details:s.ErrorDetails.MANIFEST_PARSING_ERROR,fatal:e.type===u.PlaylistContextType.MANIFEST,url:t.url,reason:r,response:t,context:e,networkDetails:i})},e.handleNetworkError=function(t,e,r,i){void 0===r&&(r=!1),a.logger.warn("[playlist-loader]: A network "+(r?"timeout":"error")+" occurred while loading "+t.type+" level: "+t.level+" id: "+t.id+' group-id: "'+t.groupId+'"');var o=s.ErrorDetails.UNKNOWN,l=!1,c=this.getInternalLoader(t);switch(t.type){case u.PlaylistContextType.MANIFEST:o=r?s.ErrorDetails.MANIFEST_LOAD_TIMEOUT:s.ErrorDetails.MANIFEST_LOAD_ERROR,l=!0;break;case u.PlaylistContextType.LEVEL:o=r?s.ErrorDetails.LEVEL_LOAD_TIMEOUT:s.ErrorDetails.LEVEL_LOAD_ERROR,l=!1;break;case u.PlaylistContextType.AUDIO_TRACK:o=r?s.ErrorDetails.AUDIO_TRACK_LOAD_TIMEOUT:s.ErrorDetails.AUDIO_TRACK_LOAD_ERROR,l=!1;break;case u.PlaylistContextType.SUBTITLE_TRACK:o=r?s.ErrorDetails.SUBTITLE_TRACK_LOAD_TIMEOUT:s.ErrorDetails.SUBTITLE_LOAD_ERROR,l=!1}c&&this.resetInternalLoader(t.type);var d={type:s.ErrorTypes.NETWORK_ERROR,details:o,fatal:l,url:t.url,loader:c,context:t,networkDetails:e};i&&(d.response=i),this.hls.trigger(n.Events.ERROR,d)},e.handlePlaylistLoaded=function(t,e,r,i){var s=r.type,a=r.level,o=r.id,l=r.groupId,c=r.loader,d=r.levelDetails,h=r.deliveryDirectives;if(null!=d&&d.targetduration){if(c)switch(d.live&&(c.getCacheAge&&(d.ageHeader=c.getCacheAge()||0),c.getCacheAge&&!isNaN(d.ageHeader)||(d.ageHeader=0)),s){case u.PlaylistContextType.MANIFEST:case u.PlaylistContextType.LEVEL:this.hls.trigger(n.Events.LEVEL_LOADED,{details:d,level:a||0,id:o||0,stats:e,networkDetails:i,deliveryDirectives:h});break;case u.PlaylistContextType.AUDIO_TRACK:this.hls.trigger(n.Events.AUDIO_TRACK_LOADED,{details:d,id:o||0,groupId:l||"",stats:e,networkDetails:i,deliveryDirectives:h});break;case u.PlaylistContextType.SUBTITLE_TRACK:this.hls.trigger(n.Events.SUBTITLE_TRACK_LOADED,{details:d,id:o||0,groupId:l||"",stats:e,networkDetails:i,deliveryDirectives:h})}}else this.handleManifestParsingError(t,r,"invalid target duration",i)},t}();e.default=h},"./src/polyfills/number.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"isFiniteNumber",(function(){return i})),r.d(e,"MAX_SAFE_INTEGER",(function(){return n}));var i=Number.isFinite||function(t){return"number"==typeof t&&isFinite(t)},n=Number.MAX_SAFE_INTEGER||9007199254740991},"./src/remux/aac-helper.ts":function(t,e,r){"use strict";r.r(e);var i=function(){function t(){}return t.getSilentFrame=function(t,e){if("mp4a.40.2"===t){if(1===e)return new Uint8Array([0,200,0,128,35,128]);if(2===e)return new Uint8Array([33,0,73,144,2,25,0,35,128]);if(3===e)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,142]);if(4===e)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,128,44,128,8,2,56]);if(5===e)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,56]);if(6===e)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,0,178,0,32,8,224])}else{if(1===e)return new Uint8Array([1,64,34,128,163,78,230,128,186,8,0,0,0,28,6,241,193,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(2===e)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(3===e)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94])}},t}();e.default=i},"./src/remux/mp4-generator.ts":function(t,e,r){"use strict";r.r(e);var i=Math.pow(2,32)-1,n=function(){function t(){}return t.init=function(){var e;for(e in t.types={avc1:[],avcC:[],btrt:[],dinf:[],dref:[],esds:[],ftyp:[],hdlr:[],mdat:[],mdhd:[],mdia:[],mfhd:[],minf:[],moof:[],moov:[],mp4a:[],".mp3":[],mvex:[],mvhd:[],pasp:[],sdtp:[],stbl:[],stco:[],stsc:[],stsd:[],stsz:[],stts:[],tfdt:[],tfhd:[],traf:[],trak:[],trun:[],trex:[],tkhd:[],vmhd:[],smhd:[]},t.types)t.types.hasOwnProperty(e)&&(t.types[e]=[e.charCodeAt(0),e.charCodeAt(1),e.charCodeAt(2),e.charCodeAt(3)]);var r=new Uint8Array([0,0,0,0,0,0,0,0,118,105,100,101,0,0,0,0,0,0,0,0,0,0,0,0,86,105,100,101,111,72,97,110,100,108,101,114,0]),i=new Uint8Array([0,0,0,0,0,0,0,0,115,111,117,110,0,0,0,0,0,0,0,0,0,0,0,0,83,111,117,110,100,72,97,110,100,108,101,114,0]);t.HDLR_TYPES={video:r,audio:i};var n=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,12,117,114,108,32,0,0,0,1]),s=new Uint8Array([0,0,0,0,0,0,0,0]);t.STTS=t.STSC=t.STCO=s,t.STSZ=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),t.VMHD=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0]),t.SMHD=new Uint8Array([0,0,0,0,0,0,0,0]),t.STSD=new Uint8Array([0,0,0,0,0,0,0,1]);var a=new Uint8Array([105,115,111,109]),o=new Uint8Array([97,118,99,49]),l=new Uint8Array([0,0,0,1]);t.FTYP=t.box(t.types.ftyp,a,l,a,o),t.DINF=t.box(t.types.dinf,t.box(t.types.dref,n))},t.box=function(t){for(var e=8,r=arguments.length,i=new Array(r>1?r-1:0),n=1;n>24&255,o[1]=e>>16&255,o[2]=e>>8&255,o[3]=255&e,o.set(t,4),s=0,e=8;s>24&255,e>>16&255,e>>8&255,255&e,n>>24,n>>16&255,n>>8&255,255&n,s>>24,s>>16&255,s>>8&255,255&s,85,196,0,0]))},t.mdia=function(e){return t.box(t.types.mdia,t.mdhd(e.timescale,e.duration),t.hdlr(e.type),t.minf(e))},t.mfhd=function(e){return t.box(t.types.mfhd,new Uint8Array([0,0,0,0,e>>24,e>>16&255,e>>8&255,255&e]))},t.minf=function(e){return"audio"===e.type?t.box(t.types.minf,t.box(t.types.smhd,t.SMHD),t.DINF,t.stbl(e)):t.box(t.types.minf,t.box(t.types.vmhd,t.VMHD),t.DINF,t.stbl(e))},t.moof=function(e,r,i){return t.box(t.types.moof,t.mfhd(e),t.traf(i,r))},t.moov=function(e){for(var r=e.length,i=[];r--;)i[r]=t.trak(e[r]);return t.box.apply(null,[t.types.moov,t.mvhd(e[0].timescale,e[0].duration)].concat(i).concat(t.mvex(e)))},t.mvex=function(e){for(var r=e.length,i=[];r--;)i[r]=t.trex(e[r]);return t.box.apply(null,[t.types.mvex].concat(i))},t.mvhd=function(e,r){r*=e;var n=Math.floor(r/(i+1)),s=Math.floor(r%(i+1)),a=new Uint8Array([1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,e>>24&255,e>>16&255,e>>8&255,255&e,n>>24,n>>16&255,n>>8&255,255&n,s>>24,s>>16&255,s>>8&255,255&s,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255]);return t.box(t.types.mvhd,a)},t.sdtp=function(e){var r,i,n=e.samples||[],s=new Uint8Array(4+n.length);for(r=0;r>>8&255),s.push(255&n),s=s.concat(Array.prototype.slice.call(i));for(r=0;r>>8&255),a.push(255&n),a=a.concat(Array.prototype.slice.call(i));var o=t.box(t.types.avcC,new Uint8Array([1,s[3],s[4],s[5],255,224|e.sps.length].concat(s).concat([e.pps.length]).concat(a))),l=e.width,u=e.height,c=e.pixelRatio[0],d=e.pixelRatio[1];return t.box(t.types.avc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,l>>8&255,255&l,u>>8&255,255&u,0,72,0,0,0,72,0,0,0,0,0,0,0,1,18,100,97,105,108,121,109,111,116,105,111,110,47,104,108,115,46,106,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),o,t.box(t.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),t.box(t.types.pasp,new Uint8Array([c>>24,c>>16&255,c>>8&255,255&c,d>>24,d>>16&255,d>>8&255,255&d])))},t.esds=function(t){var e=t.config.length;return new Uint8Array([0,0,0,0,3,23+e,0,1,0,4,15+e,64,21,0,0,0,0,0,0,0,0,0,0,0,5].concat([e]).concat(t.config).concat([6,1,2]))},t.mp4a=function(e){var r=e.samplerate;return t.box(t.types.mp4a,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,e.channelCount,0,16,0,0,0,0,r>>8&255,255&r,0,0]),t.box(t.types.esds,t.esds(e)))},t.mp3=function(e){var r=e.samplerate;return t.box(t.types[".mp3"],new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,e.channelCount,0,16,0,0,0,0,r>>8&255,255&r,0,0]))},t.stsd=function(e){return"audio"===e.type?e.isAAC||"mp3"!==e.codec?t.box(t.types.stsd,t.STSD,t.mp4a(e)):t.box(t.types.stsd,t.STSD,t.mp3(e)):t.box(t.types.stsd,t.STSD,t.avc1(e))},t.tkhd=function(e){var r=e.id,n=e.duration*e.timescale,s=e.width,a=e.height,o=Math.floor(n/(i+1)),l=Math.floor(n%(i+1));return t.box(t.types.tkhd,new Uint8Array([1,0,0,7,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,r>>24&255,r>>16&255,r>>8&255,255&r,0,0,0,0,o>>24,o>>16&255,o>>8&255,255&o,l>>24,l>>16&255,l>>8&255,255&l,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,s>>8&255,255&s,0,0,a>>8&255,255&a,0,0]))},t.traf=function(e,r){var n=t.sdtp(e),s=e.id,a=Math.floor(r/(i+1)),o=Math.floor(r%(i+1));return t.box(t.types.traf,t.box(t.types.tfhd,new Uint8Array([0,0,0,0,s>>24,s>>16&255,s>>8&255,255&s])),t.box(t.types.tfdt,new Uint8Array([1,0,0,0,a>>24,a>>16&255,a>>8&255,255&a,o>>24,o>>16&255,o>>8&255,255&o])),t.trun(e,n.length+16+20+8+16+8+8),n)},t.trak=function(e){return e.duration=e.duration||4294967295,t.box(t.types.trak,t.tkhd(e),t.mdia(e))},t.trex=function(e){var r=e.id;return t.box(t.types.trex,new Uint8Array([0,0,0,0,r>>24,r>>16&255,r>>8&255,255&r,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1]))},t.trun=function(e,r){var i,n,s,a,o,l,u=e.samples||[],c=u.length,d=12+16*c,h=new Uint8Array(d);for(r+=8+d,h.set([0,0,15,1,c>>>24&255,c>>>16&255,c>>>8&255,255&c,r>>>24&255,r>>>16&255,r>>>8&255,255&r],0),i=0;i>>24&255,s>>>16&255,s>>>8&255,255&s,a>>>24&255,a>>>16&255,a>>>8&255,255&a,o.isLeading<<2|o.dependsOn,o.isDependedOn<<6|o.hasRedundancy<<4|o.paddingValue<<1|o.isNonSync,61440&o.degradPrio,15&o.degradPrio,l>>>24&255,l>>>16&255,l>>>8&255,255&l],12+16*i);return t.box(t.types.trun,h)},t.initSegment=function(e){t.types||t.init();var r=t.moov(e),i=new Uint8Array(t.FTYP.byteLength+r.byteLength);return i.set(t.FTYP),i.set(r,t.FTYP.byteLength),i},t}();n.types=void 0,n.HDLR_TYPES=void 0,n.STTS=void 0,n.STSC=void 0,n.STCO=void 0,n.STSZ=void 0,n.VMHD=void 0,n.SMHD=void 0,n.STSD=void 0,n.FTYP=void 0,n.DINF=void 0,e.default=n},"./src/remux/mp4-remuxer.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"default",(function(){return v})),r.d(e,"normalizePts",(function(){return p}));var i=r("./src/polyfills/number.ts"),n=r("./src/remux/aac-helper.ts"),s=r("./src/remux/mp4-generator.ts"),a=r("./src/events.ts"),o=r("./src/errors.ts"),l=r("./src/utils/logger.ts"),u=r("./src/types/loader.ts"),c=r("./src/utils/timescale-conversion.ts");function d(){return d=Object.assign||function(t){for(var e=1;e0?t:r.pts}),t[0].pts);return e&&l.logger.debug("PTS rollover detected"),r},e.remux=function(t,e,r,i,n,s,a,o){var c,d,h,f,g,v,m=n,y=n,E=t.pid>-1,T=e.pid>-1,S=e.samples.length,b=t.samples.length>0,L=S>1;if((!E||b)&&(!T||L)||this.ISGenerated||a){this.ISGenerated||(h=this.generateIS(t,e,n));var A=this.isVideoContiguous,D=-1;if(L&&(D=function(t){for(var e=0;e0){l.logger.warn("[mp4-remuxer]: Dropped "+D+" out of "+S+" video samples due to a missing keyframe");var R=this.getVideoStartPts(e.samples);e.samples=e.samples.slice(D),e.dropped+=D,y+=(e.samples[0].pts-R)/(e.timescale||9e4)}else-1===D&&(l.logger.warn("[mp4-remuxer]: No keyframe found out of "+S+" video samples"),v=!1);if(this.ISGenerated){if(b&&L){var k=this.getVideoStartPts(e.samples),_=(p(t.samples[0].pts,k)-k)/e.inputTimeScale;m+=Math.max(0,_),y+=Math.max(0,-_)}if(b){if(t.samplerate||(l.logger.warn("[mp4-remuxer]: regenerate InitSegment as audio detected"),h=this.generateIS(t,e,n)),d=this.remuxAudio(t,m,this.isAudioContiguous,s,T||L||o===u.PlaylistLevelType.AUDIO?y:void 0),L){var I=d?d.endPTS-d.startPTS:0;e.inputTimeScale||(l.logger.warn("[mp4-remuxer]: regenerate InitSegment as video detected"),h=this.generateIS(t,e,n)),c=this.remuxVideo(e,y,A,I)}}else L&&(c=this.remuxVideo(e,y,A,0));c&&(c.firstKeyFrame=D,c.independent=-1!==D)}}return this.ISGenerated&&(r.samples.length&&(g=this.remuxID3(r,n)),i.samples.length&&(f=this.remuxText(i,n))),{audio:d,video:c,initSegment:h,independent:v,text:f,id3:g}},e.generateIS=function(t,e,r){var n,a,o,l=t.samples,u=e.samples,c=this.typeSupported,d={},h=!Object(i.isFiniteNumber)(this._initPTS),f="audio/mp4";if(h&&(n=a=1/0),t.config&&l.length&&(t.timescale=t.samplerate,t.isAAC||(c.mpeg?(f="audio/mpeg",t.codec=""):c.mp3&&(t.codec="mp3")),d.audio={id:"audio",container:f,codec:t.codec,initSegment:!t.isAAC&&c.mpeg?new Uint8Array(0):s.default.initSegment([t]),metadata:{channelCount:t.channelCount}},h&&(o=t.inputTimeScale,n=a=l[0].pts-Math.round(o*r))),e.sps&&e.pps&&u.length&&(e.timescale=e.inputTimeScale,d.video={id:"main",container:"video/mp4",codec:e.codec,initSegment:s.default.initSegment([e]),metadata:{width:e.width,height:e.height}},h)){o=e.inputTimeScale;var g=this.getVideoStartPts(u),v=Math.round(o*r);a=Math.min(a,p(u[0].dts,g)-v),n=Math.min(n,g-v)}if(Object.keys(d).length)return this.ISGenerated=!0,h&&(this._initPTS=n,this._initDTS=a),{tracks:d,initPTS:n,timescale:o}},e.remuxVideo=function(t,e,r,i){var n,u,f,v=t.inputTimeScale,y=t.samples,E=[],T=y.length,S=this._initPTS,b=this.nextAvcDts,L=8,A=Number.POSITIVE_INFINITY,D=Number.NEGATIVE_INFINITY,R=0,k=!1;r&&null!==b||(b=e*v-(y[0].pts-p(y[0].dts,y[0].pts)));for(var _=0;_I.pts&&(R=Math.max(Math.min(R,I.pts-I.dts),-18e3)),I.dts0?_-1:_].dts&&(k=!0)}k&&y.sort((function(t,e){var r=t.dts-e.dts,i=t.pts-e.pts;return r||i})),u=y[0].dts,f=y[y.length-1].dts;var C=Math.round((f-u)/(T-1));if(R<0){if(R<-2*C){l.logger.warn("PTS < DTS detected in video samples, offsetting DTS from PTS by "+Object(c.toMsFromMpegTsClock)(-C,!0)+" ms");for(var O=R,w=0;wC;if(F||P<-1){F?l.logger.warn("AVC: "+Object(c.toMsFromMpegTsClock)(P,!0)+" ms ("+P+"dts) hole between fragments detected, filling it"):l.logger.warn("AVC: "+Object(c.toMsFromMpegTsClock)(-P,!0)+" ms ("+P+"dts) overlapping between fragments detected"),u=b;var M=y[0].pts-P;y[0].dts=u,y[0].pts=M,l.logger.log("Video: First PTS/DTS adjusted: "+Object(c.toMsFromMpegTsClock)(M,!0)+"/"+Object(c.toMsFromMpegTsClock)(u,!0)+", delta: "+Object(c.toMsFromMpegTsClock)(P,!0)+" ms")}}g&&(u=Math.max(0,u));for(var N=0,B=0,U=0;U0?X-1:X].dts;if(it.stretchShortVideoTrack&&null!==this.nextAudioPts){var st=Math.floor(it.maxBufferHole*v),at=(i?A+i*v:this.nextAudioPts)-z.pts;at>st?((n=at-nt)<0&&(n=nt),l.logger.log("[mp4-remuxer]: It is approximately "+at/90+" ms to the next segment; using duration "+n/90+" ms for the last video frame.")):n=nt}else n=nt}var ot=Math.round(z.pts-z.dts);E.push(new m(z.key,n,$,ot))}if(E.length&&h&&h<70){var lt=E[0].flags;lt.dependsOn=2,lt.isNonSync=0}console.assert(void 0!==n,"mp4SampleDuration must be computed"),this.nextAvcDts=b=f+n,this.isVideoContiguous=!0;var ut={data1:s.default.moof(t.sequenceNumber++,u,d({},t,{samples:E})),data2:W,startPTS:A/v,endPTS:(D+n)/v,startDTS:u/v,endDTS:b/v,type:"video",hasAudio:!1,hasVideo:!0,nb:E.length,dropped:t.dropped};return t.samples=[],t.dropped=0,console.assert(W.length,"MDAT length must not be zero"),ut},e.remuxAudio=function(t,e,r,i,u){var c=t.inputTimeScale,h=c/(t.samplerate?t.samplerate:c),f=t.isAAC?1024:1152,g=f*h,v=this._initPTS,y=!t.isAAC&&this.typeSupported.mpeg,E=[],T=t.samples,S=y?0:8,b=this.nextAudioPts||-1,L=e*c;if(this.isAudioContiguous=r=r||T.length&&b>0&&(i&&Math.abs(L-b)<9e3||Math.abs(p(T[0].pts-v,L)-b)<20*g),T.forEach((function(t){t.pts=p(t.pts-v,L)})),!r||b<0){if(T=T.filter((function(t){return t.pts>=0})),!T.length)return;b=0===u?0:i?Math.max(0,L):T[0].pts}if(t.isAAC)for(var A=void 0!==u,D=this.config.maxAudioFramesDrift,R=0,k=b;R=D*g&&O<1e4&&A){var w=Math.round(C/g);(k=I-w*g)<0&&(w--,k+=g),0===R&&(this.nextAudioPts=b=k),l.logger.warn("[mp4-remuxer]: Injecting "+w+" audio frame @ "+(k/c).toFixed(3)+"s due to "+Math.round(1e3*C/c)+" ms gap.");for(var x=0;x0))return;U+=S;try{M=new Uint8Array(U)}catch(t){return void this.observer.emit(a.Events.ERROR,a.Events.ERROR,{type:o.ErrorTypes.MUX_ERROR,details:o.ErrorDetails.REMUX_ALLOC_ERROR,fatal:!1,bytes:U,reason:"fail allocating audio mdat "+U})}y||(new DataView(M.buffer).setUint32(0,U),M.set(s.default.types.mdat,4))}M.set(V,S);var Y=V.byteLength;S+=Y,E.push(new m(!0,f,Y,0)),B=W}var q=E.length;if(q){var X=E[E.length-1];this.nextAudioPts=b=B+h*X.duration;var z=y?new Uint8Array(0):s.default.moof(t.sequenceNumber++,N/h,d({},t,{samples:E}));t.samples=[];var Q=N/c,$=b/c,J={data1:z,data2:M,startPTS:Q,endPTS:$,startDTS:Q,endDTS:$,type:"audio",hasAudio:!0,hasVideo:!1,nb:q};return this.isAudioContiguous=!0,console.assert(M.length,"MDAT length must not be zero"),J}},e.remuxEmptyAudio=function(t,e,r,i){var s=t.inputTimeScale,a=s/(t.samplerate?t.samplerate:s),o=this.nextAudioPts,u=(null!==o?o:i.startDTS*s)+this._initDTS,c=i.endDTS*s+this._initDTS,d=1024*a,h=Math.ceil((c-u)/d),f=n.default.getSilentFrame(t.manifestCodec||t.codec,t.channelCount);if(l.logger.warn("[mp4-remuxer]: remux empty Audio"),f){for(var g=[],v=0;v4294967296;)t+=r;return t}var m=function(t,e,r,i){this.size=void 0,this.duration=void 0,this.cts=void 0,this.flags=void 0,this.duration=e,this.size=r,this.cts=i,this.flags=new y(t)},y=function(t){this.isLeading=0,this.isDependedOn=0,this.hasRedundancy=0,this.degradPrio=0,this.dependsOn=1,this.isNonSync=1,this.dependsOn=t?2:1,this.isNonSync=t?0:1}},"./src/remux/passthrough-remuxer.ts":function(t,e,r){"use strict";r.r(e);var i=r("./src/polyfills/number.ts"),n=r("./src/utils/mp4-tools.ts"),s=r("./src/loader/fragment.ts"),a=r("./src/utils/logger.ts"),o=function(){function t(){this.emitInitSegment=!1,this.audioCodec=void 0,this.videoCodec=void 0,this.initData=void 0,this.initPTS=void 0,this.initTracks=void 0,this.lastEndDTS=null}var e=t.prototype;return e.destroy=function(){},e.resetTimeStamp=function(t){this.initPTS=t,this.lastEndDTS=null},e.resetNextTimestamp=function(){this.lastEndDTS=null},e.resetInitSegment=function(t,e,r){this.audioCodec=e,this.videoCodec=r,this.generateInitSegment(t),this.emitInitSegment=!0},e.generateInitSegment=function(t){var e=this.audioCodec,r=this.videoCodec;if(!t||!t.byteLength)return this.initTracks=void 0,void(this.initData=void 0);var i=this.initData=Object(n.parseInitSegment)(t);e||(e=u(i.audio,s.ElementaryStreamTypes.AUDIO)),r||(r=u(i.video,s.ElementaryStreamTypes.VIDEO));var o={};i.audio&&i.video?o.audiovideo={container:"video/mp4",codec:e+","+r,initSegment:t,id:"main"}:i.audio?o.audio={container:"audio/mp4",codec:e,initSegment:t,id:"audio"}:i.video?o.video={container:"video/mp4",codec:r,initSegment:t,id:"main"}:a.logger.warn("[passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes."),this.initTracks=o},e.remux=function(t,e,r,s,o){var u=this.initPTS,c=this.lastEndDTS,d={audio:void 0,video:void 0,text:s,id3:r,initSegment:void 0};Object(i.isFiniteNumber)(c)||(c=this.lastEndDTS=o||0);var h=e.samples;if(!h||!h.length)return d;var f={initPTS:void 0,timescale:1},g=this.initData;if(g&&g.length||(this.generateInitSegment(h),g=this.initData),!g||!g.length)return a.logger.warn("[passthrough-remuxer.ts]: Failed to generate initSegment."),d;this.emitInitSegment&&(f.tracks=this.initTracks,this.emitInitSegment=!1),Object(i.isFiniteNumber)(u)||(this.initPTS=f.initPTS=u=l(g,h,c));var v=Object(n.getDuration)(h,g),p=c,m=v+p;Object(n.offsetStartDTS)(g,h,u),v>0?this.lastEndDTS=m:(a.logger.warn("Duration parsed from mp4 should be greater than zero"),this.resetNextTimestamp());var y=!!g.audio,E=!!g.video,T="";y&&(T+="audio"),E&&(T+="video");var S={data1:h,startPTS:p,startDTS:p,endPTS:m,endDTS:m,type:T,hasAudio:y,hasVideo:E,nb:1,dropped:0};return d.audio="audio"===S.type?S:void 0,d.video="audio"!==S.type?S:void 0,d.text=s,d.id3=r,d.initSegment=f,d},t}(),l=function(t,e,r){return Object(n.getStartDTS)(t,e)-r};function u(t,e){var r=null==t?void 0:t.codec;return r&&r.length>4?r:"hvc1"===r?"hvc1.1.c.L120.90":"av01"===r?"av01.0.04M.08":"avc1"===r||e===s.ElementaryStreamTypes.VIDEO?"avc1.42e01e":"mp4a.40.5"}e.default=o},"./src/task-loop.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"default",(function(){return i}));var i=function(){function t(){this._boundTick=void 0,this._tickTimer=null,this._tickInterval=null,this._tickCallCount=0,this._boundTick=this.tick.bind(this)}var e=t.prototype;return e.destroy=function(){this.onHandlerDestroying(),this.onHandlerDestroyed()},e.onHandlerDestroying=function(){this.clearNextTick(),this.clearInterval()},e.onHandlerDestroyed=function(){},e.hasInterval=function(){return!!this._tickInterval},e.hasNextTick=function(){return!!this._tickTimer},e.setInterval=function(t){return!this._tickInterval&&(this._tickInterval=self.setInterval(this._boundTick,t),!0)},e.clearInterval=function(){return!!this._tickInterval&&(self.clearInterval(this._tickInterval),this._tickInterval=null,!0)},e.clearNextTick=function(){return!!this._tickTimer&&(self.clearTimeout(this._tickTimer),this._tickTimer=null,!0)},e.tick=function(){this._tickCallCount++,1===this._tickCallCount&&(this.doTick(),this._tickCallCount>1&&this.tickImmediate(),this._tickCallCount=0)},e.tickImmediate=function(){this.clearNextTick(),this._tickTimer=self.setTimeout(this._boundTick,0)},e.doTick=function(){},t}()},"./src/types/cmcd.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"CMCDVersion",(function(){return a})),r.d(e,"CMCDObjectType",(function(){return i})),r.d(e,"CMCDStreamingFormat",(function(){return n})),r.d(e,"CMCDStreamType",(function(){return s}));var i,n,s,a=1;!function(t){t.MANIFEST="m",t.AUDIO="a",t.VIDEO="v",t.MUXED="av",t.INIT="i",t.CAPTION="c",t.TIMED_TEXT="tt",t.KEY="k",t.OTHER="o"}(i||(i={})),function(t){t.DASH="d",t.HLS="h",t.SMOOTH="s",t.OTHER="o"}(n||(n={})),function(t){t.VOD="v",t.LIVE="l"}(s||(s={}))},"./src/types/level.ts":function(t,e,r){"use strict";function i(t,e){for(var r=0;rNumber.MAX_SAFE_INTEGER?1/0:e},e.hexadecimalInteger=function(t){if(this[t]){var e=(this[t]||"0x").slice(2);e=(1&e.length?"0":"")+e;for(var r=new Uint8Array(e.length/2),i=0;iNumber.MAX_SAFE_INTEGER?1/0:e},e.decimalFloatingPoint=function(t){return parseFloat(this[t])},e.optionalFloat=function(t,e){var r=this[t];return r?parseFloat(r):e},e.enumeratedString=function(t){return this[t]},e.bool=function(t){return"YES"===this[t]},e.decimalResolution=function(t){var e=i.exec(this[t]);if(null!==e)return{width:parseInt(e[1],10),height:parseInt(e[2],10)}},t.parseAttrList=function(t){var e,r={};for(n.lastIndex=0;null!==(e=n.exec(t));){var i=e[2];0===i.indexOf('"')&&i.lastIndexOf('"')===i.length-1&&(i=i.slice(1,-1)),r[e[1]]=i}return r},t}()},"./src/utils/binary-search.ts":function(t,e,r){"use strict";r.r(e),e.default={search:function(t,e){for(var r=0,i=t.length-1,n=null,s=null;r<=i;){var a=e(s=t[n=(r+i)/2|0]);if(a>0)r=n+1;else{if(!(a<0))return s;i=n-1}}return null}}},"./src/utils/buffer-helper.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"BufferHelper",(function(){return s}));var i=r("./src/utils/logger.ts"),n={length:0,start:function(){return 0},end:function(){return 0}},s=function(){function t(){}return t.isBuffered=function(e,r){try{if(e)for(var i=t.getBuffered(e),n=0;n=i.start(n)&&r<=i.end(n))return!0}catch(t){}return!1},t.bufferInfo=function(e,r,i){try{if(e){var n,s=t.getBuffered(e),a=[];for(n=0;na&&(i[s-1].end=t[n].end):i.push(t[n])}else i.push(t[n])}else i=t;for(var o,l=0,u=e,c=e,d=0;d=h&&e=t&&n.logger.log(this.time+" ["+t+"] "+e)},t}(),v=function(t){for(var e=[],r=0;rl&&(this.logger.log(i.DEBUG,"Too large cursor position "+this.pos),this.pos=l)},e.moveCursor=function(t){var e=this.pos+t;if(t>1)for(var r=this.pos+1;r=144&&this.backSpace();var e=a(t);this.pos>=l?this.logger.log(i.ERROR,"Cannot insert "+t.toString(16)+" ("+e+") at position "+this.pos+". Skipping it!"):(this.chars[this.pos].setChar(e,this.currPenState),this.moveCursor(1))},e.clearFromPos=function(t){var e;for(e=t;e0&&(r=t?"["+e.join(" | ")+"]":e.join("\n")),r},e.getTextAndFormat=function(){return this.rows},t}(),T=function(){function t(t,e,r){this.chNr=void 0,this.outputFilter=void 0,this.mode=void 0,this.verbose=void 0,this.displayedMemory=void 0,this.nonDisplayedMemory=void 0,this.lastOutputScreen=void 0,this.currRollUpRow=void 0,this.writeScreen=void 0,this.cueStartTime=void 0,this.logger=void 0,this.chNr=t,this.outputFilter=e,this.mode=null,this.verbose=0,this.displayedMemory=new E(r),this.nonDisplayedMemory=new E(r),this.lastOutputScreen=new E(r),this.currRollUpRow=this.displayedMemory.rows[14],this.writeScreen=this.displayedMemory,this.mode=null,this.cueStartTime=null,this.logger=r}var e=t.prototype;return e.reset=function(){this.mode=null,this.displayedMemory.reset(),this.nonDisplayedMemory.reset(),this.lastOutputScreen.reset(),this.outputFilter.reset(),this.currRollUpRow=this.displayedMemory.rows[14],this.writeScreen=this.displayedMemory,this.mode=null,this.cueStartTime=null},e.getHandler=function(){return this.outputFilter},e.setHandler=function(t){this.outputFilter=t},e.setPAC=function(t){this.writeScreen.setPAC(t)},e.setBkgData=function(t){this.writeScreen.setBkgData(t)},e.setMode=function(t){t!==this.mode&&(this.mode=t,this.logger.log(i.INFO,"MODE="+t),"MODE_POP-ON"===this.mode?this.writeScreen=this.nonDisplayedMemory:(this.writeScreen=this.displayedMemory,this.writeScreen.reset()),"MODE_ROLL-UP"!==this.mode&&(this.displayedMemory.nrRollUpRows=null,this.nonDisplayedMemory.nrRollUpRows=null),this.mode=t)},e.insertChars=function(t){for(var e=0;e=46,e.italics)e.foreground="white";else{var r=Math.floor(t/2)-16;e.foreground=["white","green","blue","cyan","red","yellow","magenta"][r]}this.logger.log(i.INFO,"MIDROW: "+JSON.stringify(e)),this.writeScreen.setPen(e)},e.outputDataUpdate=function(t){void 0===t&&(t=!1);var e=this.logger.time;null!==e&&this.outputFilter&&(null!==this.cueStartTime||this.displayedMemory.isEmpty()?this.displayedMemory.equals(this.lastOutputScreen)||(this.outputFilter.newCue(this.cueStartTime,e,this.lastOutputScreen),t&&this.outputFilter.dispatchCue&&this.outputFilter.dispatchCue(),this.cueStartTime=this.displayedMemory.isEmpty()?null:e):this.cueStartTime=e,this.lastOutputScreen.copy(this.displayedMemory))},e.cueSplitAtTime=function(t){this.outputFilter&&(this.displayedMemory.isEmpty()||(this.outputFilter.newCue&&this.outputFilter.newCue(this.cueStartTime,t,this.displayedMemory),this.cueStartTime=t))},t}(),S=function(){function t(t,e,r){this.channels=void 0,this.currentChannel=0,this.cmdHistory=void 0,this.logger=void 0;var i=new g;this.channels=[null,new T(t,e,i),new T(t+1,r,i)],this.cmdHistory={a:null,b:null},this.logger=i}var e=t.prototype;return e.getHandler=function(t){return this.channels[t].getHandler()},e.setHandler=function(t,e){this.channels[t].setHandler(e)},e.addData=function(t,e){var r,n,s,a=!1;this.logger.time=t;for(var o=0;o ("+v([n,s])+")"),(r=this.parseCmd(n,s))||(r=this.parseMidrow(n,s)),r||(r=this.parsePAC(n,s)),r||(r=this.parseBackgroundAttributes(n,s)),!r&&(a=this.parseChars(n,s))){var l=this.currentChannel;l&&l>0?this.channels[l].insertChars(a):this.logger.log(i.WARNING,"No channel found yet. TEXT-MODE?")}r||a||this.logger.log(i.WARNING,"Couldn't parse cleaned data "+v([n,s])+" orig: "+v([e[o],e[o+1]]))}},e.parseCmd=function(t,e){var r=this.cmdHistory;if(!((20===t||28===t||21===t||29===t)&&e>=32&&e<=47||(23===t||31===t)&&e>=33&&e<=35))return!1;if(L(t,e,r))return b(null,null,r),this.logger.log(i.DEBUG,"Repeated command ("+v([t,e])+") is dropped"),!0;var n=20===t||21===t||23===t?1:2,s=this.channels[n];return 20===t||21===t||28===t||29===t?32===e?s.ccRCL():33===e?s.ccBS():34===e?s.ccAOF():35===e?s.ccAON():36===e?s.ccDER():37===e?s.ccRU(2):38===e?s.ccRU(3):39===e?s.ccRU(4):40===e?s.ccFON():41===e?s.ccRDC():42===e?s.ccTR():43===e?s.ccRTD():44===e?s.ccEDM():45===e?s.ccCR():46===e?s.ccENM():47===e&&s.ccEOC():s.ccTO(e-32),b(t,e,r),this.currentChannel=n,!0},e.parseMidrow=function(t,e){var r=0;if((17===t||25===t)&&e>=32&&e<=47){if((r=17===t?1:2)!==this.currentChannel)return this.logger.log(i.ERROR,"Mismatch channel in midrow parsing"),!1;var n=this.channels[r];return!!n&&(n.ccMIDROW(e),this.logger.log(i.DEBUG,"MIDROW ("+v([t,e])+")"),!0)}return!1},e.parsePAC=function(t,e){var r,i=this.cmdHistory;if(!((t>=17&&t<=23||t>=25&&t<=31)&&e>=64&&e<=127||(16===t||24===t)&&e>=64&&e<=95))return!1;if(L(t,e,i))return b(null,null,i),!0;var n=t<=23?1:2;r=e>=64&&e<=95?1===n?u[t]:d[t]:1===n?c[t]:h[t];var s=this.channels[n];return!!s&&(s.setPAC(this.interpretPAC(r,e)),b(t,e,i),this.currentChannel=n,!0)},e.interpretPAC=function(t,e){var r,i={color:null,italics:!1,indent:null,underline:!1,row:t};return r=e>95?e-96:e-64,i.underline=1==(1&r),r<=13?i.color=["white","green","blue","cyan","red","yellow","magenta","white"][Math.floor(r/2)]:r<=15?(i.italics=!0,i.color="white"):i.indent=4*Math.floor((r-16)/2),i},e.parseChars=function(t,e){var r,n,s=null,o=null;if(t>=25?(r=2,o=t-8):(r=1,o=t),o>=17&&o<=19?(n=17===o?e+80:18===o?e+112:e+144,this.logger.log(i.INFO,"Special char '"+a(n)+"' in channel "+r),s=[n]):t>=32&&t<=127&&(s=0===e?[t]:[t,e]),s){var l=v(s);this.logger.log(i.DEBUG,"Char codes = "+l.join(",")),b(t,e,this.cmdHistory)}return s},e.parseBackgroundAttributes=function(t,e){var r;if(!((16===t||24===t)&&e>=32&&e<=47||(23===t||31===t)&&e>=45&&e<=47))return!1;var i={};16===t||24===t?(r=Math.floor((e-32)/2),i.background=f[r],e%2==1&&(i.background=i.background+"_semi")):45===e?i.background="transparent":(i.foreground="black",47===e&&(i.underline=!0));var n=t<=23?1:2;return this.channels[n].setBkgData(i),b(t,e,this.cmdHistory),!0},e.reset=function(){for(var t=0;t=16?d--:d++;var m=Object(i.fixLineBreaks)(h.trim()),y=Object(n.generateCueId)(e,r,m);t&&t.cues&&t.cues.getCueById(y)||((u=new g(e,r,m)).id=y,u.line=v+1,u.align="left",u.position=10+Math.min(80,10*Math.floor(8*d/32)),f.push(u))}return t&&f.length&&(f.sort((function(t,e){return"auto"===t.line||"auto"===e.line?0:t.line>8&&e.line>8?e.line-t.line:t.line-e.line})),f.forEach((function(e){return Object(s.addCueToTrack)(t,e)}))),f}};e.default=o},"./src/utils/discontinuities.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"findFirstFragWithCC",(function(){return a})),r.d(e,"shouldAlignOnDiscontinuities",(function(){return o})),r.d(e,"findDiscontinuousReferenceFrag",(function(){return l})),r.d(e,"adjustSlidingStart",(function(){return c})),r.d(e,"alignStream",(function(){return d})),r.d(e,"alignPDT",(function(){return h})),r.d(e,"alignFragmentByPDTDelta",(function(){return f})),r.d(e,"alignMediaPlaylistByPDT",(function(){return g}));var i=r("./src/polyfills/number.ts"),n=r("./src/utils/logger.ts"),s=r("./src/controller/level-helper.ts");function a(t,e){for(var r=null,i=0,n=t.length;ir.startCC||t&&t.cc=this.minWeight_},e.getEstimate=function(){return this.canEstimate()?Math.min(this.fast_.getEstimate(),this.slow_.getEstimate()):this.defaultEstimate_},e.destroy=function(){},t}();e.default=n},"./src/utils/ewma.ts":function(t,e,r){"use strict";r.r(e);var i=function(){function t(t,e,r){void 0===e&&(e=0),void 0===r&&(r=0),this.halfLife=void 0,this.alpha_=void 0,this.estimate_=void 0,this.totalWeight_=void 0,this.halfLife=t,this.alpha_=t?Math.exp(Math.log(.5)/t):0,this.estimate_=e,this.totalWeight_=r}var e=t.prototype;return e.sample=function(t,e){var r=Math.pow(this.alpha_,t);this.estimate_=e*(1-r)+r*this.estimate_,this.totalWeight_+=t},e.getTotalWeight=function(){return this.totalWeight_},e.getEstimate=function(){if(this.alpha_){var t=1-Math.pow(this.alpha_,this.totalWeight_);if(t)return this.estimate_/t}return this.estimate_},t}();e.default=i},"./src/utils/fetch-loader.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"fetchSupported",(function(){return d}));var i=r("./src/polyfills/number.ts"),n=r("./src/loader/load-stats.ts"),s=r("./src/demux/chunk-cache.ts");function a(t){var e="function"==typeof Map?new Map:void 0;return a=function(t){if(null===t||(r=t,-1===Function.toString.call(r).indexOf("[native code]")))return t;var r;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,i)}function i(){return o(t,arguments,u(this).constructor)}return i.prototype=Object.create(t.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),l(i,t)},a(t)}function o(t,e,r){return o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}()?Reflect.construct:function(t,e,r){var i=[null];i.push.apply(i,e);var n=new(Function.bind.apply(t,i));return r&&l(n,r.prototype),n},o.apply(null,arguments)}function l(t,e){return l=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},l(t,e)}function u(t){return u=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},u(t)}function c(){return c=Object.assign||function(t){for(var e=1;e=i&&n(e,r,a.flush(),t)):n(e,r,l,t),s()})).catch((function(){return Promise.reject()}))}()},t}();function f(t,e){return new self.Request(t.url,e)}var g=function(t){var e,r;function i(e,r,i){var n;return(n=t.call(this,e)||this).code=void 0,n.details=void 0,n.code=r,n.details=i,n}return r=t,(e=i).prototype=Object.create(r.prototype),e.prototype.constructor=e,l(e,r),i}(a(Error));e.default=h},"./src/utils/imsc1-ttml-parser.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"IMSC1_CODEC",(function(){return c})),r.d(e,"parseIMSC1",(function(){return g}));var i=r("./src/utils/mp4-tools.ts"),n=r("./src/utils/vttparser.ts"),s=r("./src/utils/vttcue.ts"),a=r("./src/demux/id3.ts"),o=r("./src/utils/timescale-conversion.ts"),l=r("./src/utils/webvtt-parser.ts");function u(){return u=Object.assign||function(t){for(var e=1;e1?e-1:0),n=1;n"):i}(e)}))}(t,"debug","log","info","warn","error");try{s.log()}catch(t){s=n}}else s=n}var o=n},"./src/utils/mediakeys-helper.ts":function(t,e,r){"use strict";var i;r.r(e),r.d(e,"KeySystems",(function(){return i})),r.d(e,"requestMediaKeySystemAccess",(function(){return n})),function(t){t.WIDEVINE="com.widevine.alpha",t.PLAYREADY="com.microsoft.playready"}(i||(i={}));var n="undefined"!=typeof self&&self.navigator&&self.navigator.requestMediaKeySystemAccess?self.navigator.requestMediaKeySystemAccess.bind(self.navigator):null},"./src/utils/mediasource-helper.ts":function(t,e,r){"use strict";function i(){return self.MediaSource||self.WebKitMediaSource}r.r(e),r.d(e,"getMediaSource",(function(){return i}))},"./src/utils/mp4-tools.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"bin2str",(function(){return o})),r.d(e,"readUint16",(function(){return l})),r.d(e,"readUint32",(function(){return u})),r.d(e,"writeUint32",(function(){return c})),r.d(e,"findBox",(function(){return d})),r.d(e,"parseSegmentIndex",(function(){return h})),r.d(e,"parseInitSegment",(function(){return f})),r.d(e,"getStartDTS",(function(){return g})),r.d(e,"getDuration",(function(){return v})),r.d(e,"computeRawDurationFromSamples",(function(){return p})),r.d(e,"offsetStartDTS",(function(){return m})),r.d(e,"segmentValidRange",(function(){return y})),r.d(e,"appendUint8Array",(function(){return E}));var i=r("./src/utils/typed-array.ts"),n=r("./src/loader/fragment.ts"),s=Math.pow(2,32)-1,a=[].push;function o(t){return String.fromCharCode.apply(null,t)}function l(t,e){"data"in t&&(e+=t.start,t=t.data);var r=t[e]<<8|t[e+1];return r<0?65536+r:r}function u(t,e){"data"in t&&(e+=t.start,t=t.data);var r=t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3];return r<0?4294967296+r:r}function c(t,e,r){"data"in t&&(e+=t.start,t=t.data),t[e]=r>>24,t[e+1]=r>>16&255,t[e+2]=r>>8&255,t[e+3]=255&r}function d(t,e){var r,i,n,s=[];if(!e.length)return s;"data"in t?(r=t.data,i=t.start,n=t.end):(i=0,n=(r=t).byteLength);for(var l=i;l1?l+c:n;if(o(r.subarray(l+4,l+8))===e[0])if(1===e.length)s.push({data:r,start:l+8,end:h});else{var f=d({data:r,start:l+8,end:h},e.slice(1));f.length&&a.apply(s,f)}l=h}return s}function h(t){var e=d(t,["moov"])[0],r=e?e.end:null,i=d(t,["sidx"]);if(!i||!i[0])return null;var n=[],s=i[0],a=s.data[0],o=0===a?8:16,c=u(s,o);o+=4,o+=0===a?8:16,o+=2;var h=s.end+0,f=l(s,o);o+=2;for(var g=0;g>>31)return console.warn("SIDX has hierarchical references (not supported)"),null;var y=u(s,v);v+=4,n.push({referenceSize:m,subsegmentDuration:y,info:{duration:y/c,start:h,end:h+m-1}}),h+=m,o=v+=4}return{earliestPresentationTime:0,timescale:c,version:a,referencesCount:f,references:n,moovEndOffset:r}}function f(t){for(var e=[],r=d(t,["moov","trak"]),i=0;it)&&(this.startTime=t),this.endTime=e,this.screen=r,this.timelineController.createCaptionsTrack(this.trackName)},e.reset=function(){this.cueRanges=[],this.startTime=null},t}()},"./src/utils/texttrack-utils.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"sendAddTrackEvent",(function(){return n})),r.d(e,"addCueToTrack",(function(){return s})),r.d(e,"clearCurrentCues",(function(){return a})),r.d(e,"removeCuesInRange",(function(){return o})),r.d(e,"getCuesInRange",(function(){return l}));var i=r("./src/utils/logger.ts");function n(t,e){var r;try{r=new Event("addtrack")}catch(t){(r=document.createEvent("Event")).initEvent("addtrack",!1,!1)}r.track=t,e.dispatchEvent(r)}function s(t,e){var r=t.mode;if("disabled"===r&&(t.mode="hidden"),t.cues&&!t.cues.getCueById(e.id))try{if(t.addCue(e),!t.cues.getCueById(e.id))throw new Error("addCue is failed for: "+e)}catch(r){i.logger.debug("[texttrack-utils]: "+r);var n=new self.TextTrackCue(e.startTime,e.endTime,e.text);n.id=e.id,t.addCue(n)}"disabled"===r&&(t.mode=r)}function a(t){var e=t.mode;if("disabled"===e&&(t.mode="hidden"),t.cues)for(var r=t.cues.length;r--;)t.removeCue(t.cues[r]);"disabled"===e&&(t.mode=e)}function o(t,e,r){var i=t.mode;if("disabled"===i&&(t.mode="hidden"),t.cues&&t.cues.length>0)for(var n=l(t.cues,e,r),s=0;st[r].endTime)return-1;for(var i=0,n=r;i<=n;){var s=Math.floor((n+i)/2);if(et[s].startTime&&i-1)for(var s=n,a=t.length;s=e&&o.endTime<=r)i.push(o);else if(o.startTime>r)return i}return i}},"./src/utils/time-ranges.ts":function(t,e,r){"use strict";r.r(e),e.default={toString:function(t){for(var e="",r=t.length,i=0;i1?e-1:0),i=1;i100)throw new Error("Position must be between 0 and 100.");E=t,this.hasBeenReset=!0}})),Object.defineProperty(o,"positionAlign",n({},l,{get:function(){return T},set:function(t){var e=i(t);if(!e)throw new SyntaxError("An invalid or illegal string was specified.");T=e,this.hasBeenReset=!0}})),Object.defineProperty(o,"size",n({},l,{get:function(){return S},set:function(t){if(t<0||t>100)throw new Error("Size must be between 0 and 100.");S=t,this.hasBeenReset=!0}})),Object.defineProperty(o,"align",n({},l,{get:function(){return b},set:function(t){var e=i(t);if(!e)throw new SyntaxError("An invalid or illegal string was specified.");b=e,this.hasBeenReset=!0}})),o.displayState=void 0}return s.prototype.getCueAsHTML=function(){return self.WebVTT.convertCueToDOMTree(self,this.text)},s}()},"./src/utils/vttparser.ts":function(t,e,r){"use strict";r.r(e),r.d(e,"parseTimeStamp",(function(){return s})),r.d(e,"fixLineBreaks",(function(){return d})),r.d(e,"VTTParser",(function(){return h}));var i=r("./src/utils/vttcue.ts"),n=function(){function t(){}return t.prototype.decode=function(t,e){if(!t)return"";if("string"!=typeof t)throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(t))},t}();function s(t){function e(t,e,r,i){return 3600*(0|t)+60*(0|e)+(0|r)+parseFloat(i||0)}var r=t.match(/^(?:(\d+):)?(\d{2}):(\d{2})(\.\d+)?/);return r?parseFloat(r[2])>59?e(r[2],r[3],0,r[4]):e(r[1],r[2],r[3],r[4]):null}var a=function(){function t(){this.values=Object.create(null)}var e=t.prototype;return e.set=function(t,e){this.get(t)||""===e||(this.values[t]=e)},e.get=function(t,e,r){return r?this.has(t)?this.values[t]:e[r]:this.has(t)?this.values[t]:e},e.has=function(t){return t in this.values},e.alt=function(t,e,r){for(var i=0;i=0&&r<=100)return this.set(t,r),!0}return!1},t}();function o(t,e,r,i){var n=i?t.split(i):[t];for(var s in n)if("string"==typeof n[s]){var a=n[s].split(r);2===a.length&&e(a[0],a[1])}}var l=new i.default(0,0,""),u="middle"===l.align?"middle":"center";function c(t,e,r){var i=t;function n(){var e=s(t);if(null===e)throw new Error("Malformed timestamp: "+i);return t=t.replace(/^[^\sa-zA-Z-]+/,""),e}function c(){t=t.replace(/^\s+/,"")}if(c(),e.startTime=n(),c(),"--\x3e"!==t.substr(0,3))throw new Error("Malformed time stamp (time stamps must be separated by '--\x3e'): "+i);t=t.substr(3),c(),e.endTime=n(),c(),function(t,e){var i=new a;o(t,(function(t,e){var n;switch(t){case"region":for(var s=r.length-1;s>=0;s--)if(r[s].id===e){i.set(t,r[s].region);break}break;case"vertical":i.alt(t,e,["rl","lr"]);break;case"line":n=e.split(","),i.integer(t,n[0]),i.percent(t,n[0])&&i.set("snapToLines",!1),i.alt(t,n[0],["auto"]),2===n.length&&i.alt("lineAlign",n[1],["start",u,"end"]);break;case"position":n=e.split(","),i.percent(t,n[0]),2===n.length&&i.alt("positionAlign",n[1],["start",u,"end","line-left","line-right","auto"]);break;case"size":i.percent(t,e);break;case"align":i.alt(t,e,["start",u,"end","left","right"])}}),/:/,/\s/),e.region=i.get("region",null),e.vertical=i.get("vertical","");var n=i.get("line","auto");"auto"===n&&-1===l.line&&(n=-1),e.line=n,e.lineAlign=i.get("lineAlign","start"),e.snapToLines=i.get("snapToLines",!0),e.size=i.get("size",100),e.align=i.get("align",u);var s=i.get("position","auto");"auto"===s&&50===l.position&&(s="start"===e.align||"left"===e.align?0:"end"===e.align||"right"===e.align?100:50),e.position=s}(t,e)}function d(t){return t.replace(//gi,"\n")}var h=function(){function t(){this.state="INITIAL",this.buffer="",this.decoder=new n,this.regionList=[],this.cue=null,this.oncue=void 0,this.onparsingerror=void 0,this.onflush=void 0}var e=t.prototype;return e.parse=function(t){var e=this;function r(){var t=e.buffer,r=0;for(t=d(t);r9?parseInt(t.substr(0,t.indexOf(":"))):0;if(!(Object(i.isFiniteNumber)(e)&&Object(i.isFiniteNumber)(r)&&Object(i.isFiniteNumber)(n)&&Object(i.isFiniteNumber)(s)))throw Error("Malformed X-TIMESTAMP-MAP: Local:"+t);return e+=1e3*r,(e+=6e4*n)+36e5*s},d=function(t){for(var e=5381,r=t.length;r;)e=33*e^t.charCodeAt(--r);return(e>>>0).toString()};function h(t,e,r){return d(t.toString())+d(e.toString())+d(r)}var f=function(t,e,r){var i=t[e],n=t[i.prevCC];if(!n||!n.new&&i.new)return t.ccOffset=t.presentationOffset=i.start,void(i.new=!1);for(;null!==(s=n)&&void 0!==s&&s.new;){var s;t.ccOffset+=i.start-n.start,i.new=!1,n=t[(i=n).prevCC]}t.presentationOffset=r};function g(t,e,r,i,d,g,v,p){var m,y=new n.VTTParser,E=Object(s.utf8ArrayToStr)(new Uint8Array(t)).trim().replace(l,"\n").split("\n"),T=[],S=Object(a.toMpegTsClockFromTimescale)(e,r),b="00:00.000",L=0,A=0,D=!0,R=!1;y.oncue=function(t){var e=i[d],r=i.ccOffset,n=(L-S)/9e4;if(null!=e&&e.new&&(void 0!==A?r=i.ccOffset=e.start:f(i,d,n)),n&&(r=n-i.presentationOffset),R){var s=t.endTime-t.startTime,a=Object(o.normalizePts)(9e4*(t.startTime+r-A),9e4*g)/9e4;t.startTime=a,t.endTime=a+s}var l=t.text.trim();t.text=decodeURIComponent(encodeURIComponent(l)),t.id||(t.id=h(t.startTime,t.endTime,l)),t.endTime>0&&T.push(t)},y.onparsingerror=function(t){m=t},y.onflush=function(){m?p(m):v(T)},E.forEach((function(t){if(D){if(u(t,"X-TIMESTAMP-MAP=")){D=!1,R=!0,t.substr(16).split(",").forEach((function(t){u(t,"LOCAL:")?b=t.substr(6):u(t,"MPEGTS:")&&(L=parseInt(t.substr(7)))}));try{A=c(b)/1e3}catch(t){R=!1,m=t}return}""===t&&(D=!1)}y.parse(t+"\n")})),y.flush()}},"./src/utils/xhr-loader.ts":function(t,e,r){"use strict";r.r(e);var i=r("./src/utils/logger.ts"),n=r("./src/loader/load-stats.ts"),s=/^age:\s*[\d.]+\s*$/m,a=function(){function t(t){this.xhrSetup=void 0,this.requestTimeout=void 0,this.retryTimeout=void 0,this.retryDelay=void 0,this.config=null,this.callbacks=null,this.context=void 0,this.loader=null,this.stats=void 0,this.xhrSetup=t?t.xhrSetup:null,this.stats=new n.LoadStats,this.retryDelay=0}var e=t.prototype;return e.destroy=function(){this.callbacks=null,this.abortInternal(),this.loader=null,this.config=null},e.abortInternal=function(){var t=this.loader;self.clearTimeout(this.requestTimeout),self.clearTimeout(this.retryTimeout),t&&(t.onreadystatechange=null,t.onprogress=null,4!==t.readyState&&(this.stats.aborted=!0,t.abort()))},e.abort=function(){var t;this.abortInternal(),null!==(t=this.callbacks)&&void 0!==t&&t.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.loader)},e.load=function(t,e,r){if(this.stats.loading.start)throw new Error("Loader can only be used once.");this.stats.loading.start=self.performance.now(),this.context=t,this.config=e,this.callbacks=r,this.retryDelay=e.retryDelay,this.loadInternal()},e.loadInternal=function(){var t=this.config,e=this.context;if(t){var r=this.loader=new self.XMLHttpRequest,i=this.stats;i.loading.first=0,i.loaded=0;var n=this.xhrSetup;try{if(n)try{n(r,e.url)}catch(t){r.open("GET",e.url,!0),n(r,e.url)}r.readyState||r.open("GET",e.url,!0);var s=this.context.headers;if(s)for(var a in s)r.setRequestHeader(a,s[a])}catch(t){return void this.callbacks.onError({code:r.status,text:t.message},e,r)}e.rangeEnd&&r.setRequestHeader("Range","bytes="+e.rangeStart+"-"+(e.rangeEnd-1)),r.onreadystatechange=this.readystatechange.bind(this),r.onprogress=this.loadprogress.bind(this),r.responseType=e.responseType,self.clearTimeout(this.requestTimeout),this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),t.timeout),r.send()}},e.readystatechange=function(){var t=this.context,e=this.loader,r=this.stats;if(t&&e){var n=e.readyState,s=this.config;if(!r.aborted&&n>=2)if(self.clearTimeout(this.requestTimeout),0===r.loading.first&&(r.loading.first=Math.max(self.performance.now(),r.loading.start)),4===n){e.onreadystatechange=null,e.onprogress=null;var a=e.status;if(a>=200&&a<300){var o,l;if(r.loading.end=Math.max(self.performance.now(),r.loading.first),l="arraybuffer"===t.responseType?(o=e.response).byteLength:(o=e.responseText).length,r.loaded=r.total=l,!this.callbacks)return;var u=this.callbacks.onProgress;if(u&&u(r,t,o,e),!this.callbacks)return;var c={url:e.responseURL,data:o};this.callbacks.onSuccess(c,r,t,e)}else r.retry>=s.maxRetry||a>=400&&a<499?(i.logger.error(a+" while loading "+t.url),this.callbacks.onError({code:a,text:e.statusText},t,e)):(i.logger.warn(a+" while loading "+t.url+", retrying in "+this.retryDelay+"..."),this.abortInternal(),this.loader=null,self.clearTimeout(this.retryTimeout),this.retryTimeout=self.setTimeout(this.loadInternal.bind(this),this.retryDelay),this.retryDelay=Math.min(2*this.retryDelay,s.maxRetryDelay),r.retry++)}else self.clearTimeout(this.requestTimeout),this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),s.timeout)}},e.loadtimeout=function(){i.logger.warn("timeout while loading "+this.context.url);var t=this.callbacks;t&&(this.abortInternal(),t.onTimeout(this.stats,this.context,this.loader))},e.loadprogress=function(t){var e=this.stats;e.loaded=t.loaded,t.lengthComputable&&(e.total=t.total)},e.getCacheAge=function(){var t=null;if(this.loader&&s.test(this.loader.getAllResponseHeaders())){var e=this.loader.getResponseHeader("age");t=e?parseFloat(e):null}return t},t}();e.default=a}}).default},t.exports=e())}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/7631.3968bd85.js.LICENSE.txt b/tansci-boot-ui/public/gh-pages/scripts/chunk/7631.3968bd85.js.LICENSE.txt new file mode 100644 index 0000000..09c1662 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/7631.3968bd85.js.LICENSE.txt @@ -0,0 +1,677 @@ +/*! ../controller/level-helper */ + +/*! ../crypt/decrypter */ + +/*! ../demux/aacdemuxer */ + +/*! ../demux/chunk-cache */ + +/*! ../demux/id3 */ + +/*! ../demux/mp3demuxer */ + +/*! ../demux/mp4demuxer */ + +/*! ../demux/transmuxer */ + +/*! ../demux/transmuxer-interface */ + +/*! ../demux/transmuxer-worker.ts */ + +/*! ../demux/tsdemuxer */ + +/*! ../errors */ + +/*! ../events */ + +/*! ../is-supported */ + +/*! ../loader/fragment */ + +/*! ../loader/fragment-loader */ + +/*! ../loader/load-stats */ + +/*! ../remux/mp4-remuxer */ + +/*! ../remux/passthrough-remuxer */ + +/*! ../task-loop */ + +/*! ../types/cmcd */ + +/*! ../types/level */ + +/*! ../types/loader */ + +/*! ../types/transmuxer */ + +/*! ../utils/attr-list */ + +/*! ../utils/binary-search */ + +/*! ../utils/buffer-helper */ + +/*! ../utils/cea-608-parser */ + +/*! ../utils/codecs */ + +/*! ../utils/discontinuities */ + +/*! ../utils/ewma */ + +/*! ../utils/ewma-bandwidth-estimator */ + +/*! ../utils/imsc1-ttml-parser */ + +/*! ../utils/logger */ + +/*! ../utils/mediakeys-helper */ + +/*! ../utils/mediasource-helper */ + +/*! ../utils/mp4-tools */ + +/*! ../utils/output-filter */ + +/*! ../utils/texttrack-utils */ + +/*! ../utils/time-ranges */ + +/*! ../utils/timescale-conversion */ + +/*! ../utils/typed-array */ + +/*! ../utils/webvtt-parser */ + +/*! ./aac-helper */ + +/*! ./adts */ + +/*! ./aes-crypto */ + +/*! ./aes-decryptor */ + +/*! ./base-audio-demuxer */ + +/*! ./base-playlist-controller */ + +/*! ./base-stream-controller */ + +/*! ./buffer-operation-queue */ + +/*! ./chunk-cache */ + +/*! ./config */ + +/*! ./controller/abr-controller */ + +/*! ./controller/audio-stream-controller */ + +/*! ./controller/audio-track-controller */ + +/*! ./controller/buffer-controller */ + +/*! ./controller/cap-level-controller */ + +/*! ./controller/cmcd-controller */ + +/*! ./controller/eme-controller */ + +/*! ./controller/fps-controller */ + +/*! ./controller/fragment-tracker */ + +/*! ./controller/id3-track-controller */ + +/*! ./controller/latency-controller */ + +/*! ./controller/level-controller */ + +/*! ./controller/stream-controller */ + +/*! ./controller/subtitle-stream-controller */ + +/*! ./controller/subtitle-track-controller */ + +/*! ./controller/timeline-controller */ + +/*! ./dummy-demuxed-track */ + +/*! ./errors */ + +/*! ./events */ + +/*! ./exp-golomb */ + +/*! ./fast-aes-key */ + +/*! ./fragment */ + +/*! ./fragment-finders */ + +/*! ./fragment-tracker */ + +/*! ./gap-controller */ + +/*! ./id3 */ + +/*! ./is-supported */ + +/*! ./level-details */ + +/*! ./level-helper */ + +/*! ./level-key */ + +/*! ./load-stats */ + +/*! ./loader/key-loader */ + +/*! ./loader/playlist-loader */ + +/*! ./logger */ + +/*! ./m3u8-parser */ + +/*! ./mp4-generator */ + +/*! ./mp4-tools */ + +/*! ./mpegaudio */ + +/*! ./sample-aes */ + +/*! ./src/polyfills/number */ + +/*! ./texttrack-utils */ + +/*! ./timescale-conversion */ + +/*! ./tsdemuxer */ + +/*! ./typed-array */ + +/*! ./utils/cues */ + +/*! ./utils/fetch-loader */ + +/*! ./utils/logger */ + +/*! ./utils/mediakeys-helper */ + +/*! ./utils/mediasource-helper */ + +/*! ./utils/xhr-loader */ + +/*! ./vttcue */ + +/*! ./vttparser */ + +/*! ./webvtt-parser */ + +/*! eventemitter3 */ + +/*! exports provided: AttrList */ + +/*! exports provided: BufferHelper */ + +/*! exports provided: CMCDVersion, CMCDObjectType, CMCDStreamingFormat, CMCDStreamType */ + +/*! exports provided: ChunkMetadata */ + +/*! exports provided: ElementaryStreamTypes, BaseSegment, Fragment, Part */ + +/*! exports provided: ErrorTypes, ErrorDetails */ + +/*! exports provided: Events */ + +/*! exports provided: FragmentState, FragmentTracker */ + +/*! exports provided: HlsSkip, getSkipValue, HlsUrlParameters, Level */ + +/*! exports provided: IMSC1_CODEC, parseIMSC1 */ + +/*! exports provided: KeySystems, requestMediaKeySystemAccess */ + +/*! exports provided: LevelDetails */ + +/*! exports provided: LevelKey */ + +/*! exports provided: LoadStats */ + +/*! exports provided: PlaylistContextType, PlaylistLevelType */ + +/*! exports provided: Row, CaptionScreen, default */ + +/*! exports provided: STALL_MINIMUM_DURATION_MS, MAX_START_GAP_JUMP, SKIP_BUFFER_HOLE_STEP_SECONDS, SKIP_BUFFER_RANGE_START, default */ + +/*! exports provided: State, default */ + +/*! exports provided: SubtitleStreamController */ + +/*! exports provided: TimelineController */ + +/*! exports provided: addGroupId, assignTrackIdsByGroup, updatePTS, updateFragPTSDTS, mergeDetails, mapPartIntersection, mapFragmentIntersection, adjustSliding, addSliding, computeReloadInterval, getFragmentWithSN, getPartWith */ + +/*! exports provided: appendFrame, parseHeader, isHeaderPattern, isHeader, canParse, probe */ + +/*! exports provided: bin2str, readUint16, readUint32, writeUint32, findBox, parseSegmentIndex, parseInitSegment, getStartDTS, getDuration, computeRawDurationFromSamples, offsetStartDTS, segmentValidRange, appendUint8Array */ + +/*! exports provided: default */ + +/*! exports provided: default, LoadError */ + +/*! exports provided: default, isPromise, TransmuxConfig, TransmuxState */ + +/*! exports provided: default, normalizePts */ + +/*! exports provided: discardEPB, default */ + +/*! exports provided: dummyTrack */ + +/*! exports provided: enableLogs, logger */ + +/*! exports provided: fetchSupported, default */ + +/*! exports provided: findFirstFragWithCC, shouldAlignOnDiscontinuities, findDiscontinuousReferenceFrag, adjustSlidingStart, alignStream, alignPDT, alignFragmentByPDTDelta, alignMediaPlaylistByPDT */ + +/*! exports provided: findFragmentByPDT, findFragmentByPTS, fragmentWithinToleranceTest, pdtWithinToleranceTest, findFragWithCC */ + +/*! exports provided: generateCueId, parseWebVTT */ + +/*! exports provided: getAudioConfig, isHeaderPattern, getHeaderLength, getFullFrameLength, canGetFrameLength, isHeader, canParse, probe, initTrackConfig, getFrameDuration, parseFrameHeader, appendFrame */ + +/*! exports provided: getMediaSource */ + +/*! exports provided: hlsDefaultConfig, mergeConfig, enableStreamingMode */ + +/*! exports provided: initPTSFn, default */ + +/*! exports provided: isCodecType, isCodecSupportedInMp4 */ + +/*! exports provided: isFiniteNumber, MAX_SAFE_INTEGER */ + +/*! exports provided: isHeader, isFooter, getID3Data, canParse, getTimeStamp, isTimeStampFrame, getID3Frames, decodeFrame, utf8ArrayToStr, testables */ + +/*! exports provided: isSupported, changeTypeSupported */ + +/*! exports provided: parseTimeStamp, fixLineBreaks, VTTParser */ + +/*! exports provided: removePadding, default */ + +/*! exports provided: sendAddTrackEvent, addCueToTrack, clearCurrentCues, removeCuesInRange, getCuesInRange */ + +/*! exports provided: sliceUint8 */ + +/*! exports provided: toTimescaleFromBase, toTimescaleFromScale, toMsFromMpegTsClock, toMpegTsClockFromTimescale */ + +/*! no static exports found */ + +/*! url-toolkit */ + +/*! webworkify-webpack */ + +/*!********************!*\ + !*** ./src/hls.ts ***! + \********************/ + +/*!***********************!*\ + !*** ./src/config.ts ***! + \***********************/ + +/*!***********************!*\ + !*** ./src/errors.ts ***! + \***********************/ + +/*!***********************!*\ + !*** ./src/events.ts ***! + \***********************/ + +/*!**************************!*\ + !*** ./src/demux/id3.ts ***! + \**************************/ + +/*!**************************!*\ + !*** ./src/task-loop.ts ***! + \**************************/ + +/*!***************************!*\ + !*** ./src/demux/adts.ts ***! + \***************************/ + +/*!***************************!*\ + !*** ./src/types/cmcd.ts ***! + \***************************/ + +/*!***************************!*\ + !*** ./src/utils/cues.ts ***! + \***************************/ + +/*!***************************!*\ + !*** ./src/utils/ewma.ts ***! + \***************************/ + +/*!****************************!*\ + !*** ./src/types/level.ts ***! + \****************************/ + +/*!*****************************!*\ + !*** ./src/is-supported.ts ***! + \*****************************/ + +/*!*****************************!*\ + !*** ./src/types/loader.ts ***! + \*****************************/ + +/*!*****************************!*\ + !*** ./src/utils/codecs.ts ***! + \*****************************/ + +/*!*****************************!*\ + !*** ./src/utils/logger.ts ***! + \*****************************/ + +/*!*****************************!*\ + !*** ./src/utils/vttcue.ts ***! + \*****************************/ + +/*!********************************!*\ + !*** ./src/crypt/decrypter.ts ***! + \********************************/ + +/*!********************************!*\ + !*** ./src/demux/mpegaudio.ts ***! + \********************************/ + +/*!********************************!*\ + !*** ./src/demux/tsdemuxer.ts ***! + \********************************/ + +/*!********************************!*\ + !*** ./src/loader/fragment.ts ***! + \********************************/ + +/*!********************************!*\ + !*** ./src/utils/attr-list.ts ***! + \********************************/ + +/*!********************************!*\ + !*** ./src/utils/mp4-tools.ts ***! + \********************************/ + +/*!********************************!*\ + !*** ./src/utils/vttparser.ts ***! + \********************************/ + +/*!*********************************!*\ + !*** ./src/crypt/aes-crypto.ts ***! + \*********************************/ + +/*!*********************************!*\ + !*** ./src/demux/aacdemuxer.ts ***! + \*********************************/ + +/*!*********************************!*\ + !*** ./src/demux/exp-golomb.ts ***! + \*********************************/ + +/*!*********************************!*\ + !*** ./src/demux/mp3demuxer.ts ***! + \*********************************/ + +/*!*********************************!*\ + !*** ./src/demux/mp4demuxer.ts ***! + \*********************************/ + +/*!*********************************!*\ + !*** ./src/demux/sample-aes.ts ***! + \*********************************/ + +/*!*********************************!*\ + !*** ./src/demux/transmuxer.ts ***! + \*********************************/ + +/*!*********************************!*\ + !*** ./src/loader/level-key.ts ***! + \*********************************/ + +/*!*********************************!*\ + !*** ./src/polyfills/number.ts ***! + \*********************************/ + +/*!*********************************!*\ + !*** ./src/remux/aac-helper.ts ***! + \*********************************/ + +/*!*********************************!*\ + !*** ./src/types/transmuxer.ts ***! + \*********************************/ + +/*!*********************************!*\ + !*** ./src/utils/xhr-loader.ts ***! + \*********************************/ + +/*!**********************************!*\ + !*** ./src/demux/chunk-cache.ts ***! + \**********************************/ + +/*!**********************************!*\ + !*** ./src/loader/key-loader.ts ***! + \**********************************/ + +/*!**********************************!*\ + !*** ./src/loader/load-stats.ts ***! + \**********************************/ + +/*!**********************************!*\ + !*** ./src/remux/mp4-remuxer.ts ***! + \**********************************/ + +/*!**********************************!*\ + !*** ./src/utils/time-ranges.ts ***! + \**********************************/ + +/*!**********************************!*\ + !*** ./src/utils/typed-array.ts ***! + \**********************************/ + +/*!***********************************!*\ + !*** ./src/crypt/fast-aes-key.ts ***! + \***********************************/ + +/*!***********************************!*\ + !*** ./src/loader/m3u8-parser.ts ***! + \***********************************/ + +/*!***********************************!*\ + !*** ./src/utils/fetch-loader.ts ***! + \***********************************/ + +/*!************************************!*\ + !*** ./src/crypt/aes-decryptor.ts ***! + \************************************/ + +/*!************************************!*\ + !*** ./src/remux/mp4-generator.ts ***! + \************************************/ + +/*!************************************!*\ + !*** ./src/utils/binary-search.ts ***! + \************************************/ + +/*!************************************!*\ + !*** ./src/utils/buffer-helper.ts ***! + \************************************/ + +/*!************************************!*\ + !*** ./src/utils/output-filter.ts ***! + \************************************/ + +/*!************************************!*\ + !*** ./src/utils/webvtt-parser.ts ***! + \************************************/ + +/*!*************************************!*\ + !*** ./src/loader/level-details.ts ***! + \*************************************/ + +/*!*************************************!*\ + !*** ./src/utils/cea-608-parser.ts ***! + \*************************************/ + +/*!**************************************!*\ + !*** ./src/utils/discontinuities.ts ***! + \**************************************/ + +/*!**************************************!*\ + !*** ./src/utils/texttrack-utils.ts ***! + \**************************************/ + +/*!***************************************!*\ + !*** ./src/loader/fragment-loader.ts ***! + \***************************************/ + +/*!***************************************!*\ + !*** ./src/loader/playlist-loader.ts ***! + \***************************************/ + +/*!***************************************!*\ + !*** ./src/utils/mediakeys-helper.ts ***! + \***************************************/ + +/*!****************************************!*\ + !*** ./src/controller/level-helper.ts ***! + \****************************************/ + +/*!****************************************!*\ + !*** ./src/demux/transmuxer-worker.ts ***! + \****************************************/ + +/*!****************************************!*\ + !*** ./src/utils/imsc1-ttml-parser.ts ***! + \****************************************/ + +/*!*****************************************!*\ + !*** ./src/demux/base-audio-demuxer.ts ***! + \*****************************************/ + +/*!*****************************************!*\ + !*** ./src/utils/mediasource-helper.ts ***! + \*****************************************/ + +/*!******************************************!*\ + !*** ./src/controller/abr-controller.ts ***! + \******************************************/ + +/*!******************************************!*\ + !*** ./src/controller/eme-controller.ts ***! + \******************************************/ + +/*!******************************************!*\ + !*** ./src/controller/fps-controller.ts ***! + \******************************************/ + +/*!******************************************!*\ + !*** ./src/controller/gap-controller.ts ***! + \******************************************/ + +/*!******************************************!*\ + !*** ./src/demux/dummy-demuxed-track.ts ***! + \******************************************/ + +/*!******************************************!*\ + !*** ./src/remux/passthrough-remuxer.ts ***! + \******************************************/ + +/*!*******************************************!*\ + !*** ./src/controller/cmcd-controller.ts ***! + \*******************************************/ + +/*!*******************************************!*\ + !*** ./src/demux/transmuxer-interface.ts ***! + \*******************************************/ + +/*!*******************************************!*\ + !*** ./src/utils/timescale-conversion.ts ***! + \*******************************************/ + +/*!********************************************!*\ + !*** ./src/controller/fragment-finders.ts ***! + \********************************************/ + +/*!********************************************!*\ + !*** ./src/controller/fragment-tracker.ts ***! + \********************************************/ + +/*!********************************************!*\ + !*** ./src/controller/level-controller.ts ***! + \********************************************/ + +/*!*********************************************!*\ + !*** ./node_modules/eventemitter3/index.js ***! + \*********************************************/ + +/*!*********************************************!*\ + !*** ./src/controller/buffer-controller.ts ***! + \*********************************************/ + +/*!*********************************************!*\ + !*** ./src/controller/stream-controller.ts ***! + \*********************************************/ + +/*!**********************************************!*\ + !*** ./src/controller/latency-controller.ts ***! + \**********************************************/ + +/*!***********************************************!*\ + !*** ./src/controller/timeline-controller.ts ***! + \***********************************************/ + +/*!***********************************************!*\ + !*** ./src/utils/ewma-bandwidth-estimator.ts ***! + \***********************************************/ + +/*!************************************************!*\ + !*** ./src/controller/cap-level-controller.ts ***! + \************************************************/ + +/*!************************************************!*\ + !*** ./src/controller/id3-track-controller.ts ***! + \************************************************/ + +/*!**************************************************!*\ + !*** ./node_modules/webworkify-webpack/index.js ***! + \**************************************************/ + +/*!**************************************************!*\ + !*** ./src/controller/audio-track-controller.ts ***! + \**************************************************/ + +/*!**************************************************!*\ + !*** ./src/controller/base-stream-controller.ts ***! + \**************************************************/ + +/*!**************************************************!*\ + !*** ./src/controller/buffer-operation-queue.ts ***! + \**************************************************/ + +/*!***************************************************!*\ + !*** ./src/controller/audio-stream-controller.ts ***! + \***************************************************/ + +/*!****************************************************!*\ + !*** ./src/controller/base-playlist-controller.ts ***! + \****************************************************/ + +/*!*****************************************************!*\ + !*** ./node_modules/url-toolkit/src/url-toolkit.js ***! + \*****************************************************/ + +/*!*****************************************************!*\ + !*** ./src/controller/subtitle-track-controller.ts ***! + \*****************************************************/ + +/*!******************************************************!*\ + !*** ./src/controller/subtitle-stream-controller.ts ***! + \******************************************************/ diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/7637.8ffaca06.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/7637.8ffaca06.js new file mode 100644 index 0000000..518b3d9 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/7637.8ffaca06.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[7637],{57637:function(e,t,n){n.r(t),n.d(t,{conf:function(){return o},language:function(){return s}});var o={brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}]},s={tokenPostfix:".tcl",specialFunctions:["set","unset","rename","variable","proc","coroutine","foreach","incr","append","lappend","linsert","lreplace"],mainFunctions:["if","then","elseif","else","case","switch","while","for","break","continue","return","package","namespace","catch","exit","eval","expr","uplevel","upvar"],builtinFunctions:["file","info","concat","join","lindex","list","llength","lrange","lsearch","lsort","split","array","parray","binary","format","regexp","regsub","scan","string","subst","dict","cd","clock","exec","glob","pid","pwd","close","eof","fblocked","fconfigure","fcopy","fileevent","flush","gets","open","puts","read","seek","socket","tell","interp","after","auto_execok","auto_load","auto_mkindex","auto_reset","bgerror","error","global","history","load","source","time","trace","unknown","unset","update","vwait","winfo","wm","bind","event","pack","place","grid","font","bell","clipboard","destroy","focus","grab","lower","option","raise","selection","send","tk","tkwait","tk_bisque","tk_focusNext","tk_focusPrev","tk_focusFollowsMouse","tk_popup","tk_setPalette"],symbols:/[=>=!%&+\-*/|~^]/,"operator"]],whitespace:[[/\s+/,"white"]],comments:[[/--+.*/,"comment"],[/\/\*/,{token:"comment.quote",next:"@comment"}]],comment:[[/[^*/]+/,"comment"],[/\*\//,{token:"comment.quote",next:"@pop"}],[/./,"comment"]],pseudoColumns:[[/[$][A-Za-z_][\w@#$]*/,{cases:{"@pseudoColumns":"predefined","@default":"identifier"}}]],numbers:[[/0[xX][0-9a-fA-F]*/,"number"],[/[$][+-]*\d*(\.\d*)?/,"number"],[/((\d+(\.\d*)?)|(\.\d+))([eE][\-+]?\d+)?/,"number"]],strings:[[/N'/,{token:"string",next:"@string"}],[/'/,{token:"string",next:"@string"}]],string:[[/[^']+/,"string"],[/''/,"string"],[/'/,{token:"string",next:"@pop"}]],complexIdentifiers:[[/\[/,{token:"identifier.quote",next:"@bracketedIdentifier"}],[/"/,{token:"identifier.quote",next:"@quotedIdentifier"}]],bracketedIdentifier:[[/[^\]]+/,"identifier"],[/]]/,"identifier"],[/]/,{token:"identifier.quote",next:"@pop"}]],quotedIdentifier:[[/[^"]+/,"identifier"],[/""/,"identifier"],[/"/,{token:"identifier.quote",next:"@pop"}]],scopes:[[/BEGIN\s+(DISTRIBUTED\s+)?TRAN(SACTION)?\b/i,"keyword"],[/BEGIN\s+TRY\b/i,{token:"keyword.try"}],[/END\s+TRY\b/i,{token:"keyword.try"}],[/BEGIN\s+CATCH\b/i,{token:"keyword.catch"}],[/END\s+CATCH\b/i,{token:"keyword.catch"}],[/(BEGIN|CASE)\b/i,{token:"keyword.block"}],[/END\b/i,{token:"keyword.block"}],[/WHEN\b/i,{token:"keyword.choice"}],[/THEN\b/i,{token:"keyword.choice"}]]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/7835.04c8fffb.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/7835.04c8fffb.js new file mode 100644 index 0000000..88159ba --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/7835.04c8fffb.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[7835],{47835:function(e,t,p){p.r(t),p.d(t,{conf:function(){return n},language:function(){return i}});var n={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}",notIn:["string"]},{open:"[",close:"]",notIn:["string"]},{open:"(",close:")",notIn:["string"]},{open:'"',close:'"',notIn:["string"]},{open:"'",close:"'",notIn:["string","comment"]}],folding:{markers:{start:new RegExp("^\\s*(#|//)region\\b"),end:new RegExp("^\\s*(#|//)endregion\\b")}}},i={defaultToken:"",tokenPostfix:"",tokenizer:{root:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.root"}],[/)/,["delimiter.html","tag.html","delimiter.html"]],[/(<)(script)/,["delimiter.html",{token:"tag.html",next:"@script"}]],[/(<)(style)/,["delimiter.html",{token:"tag.html",next:"@style"}]],[/(<)([:\w]+)/,["delimiter.html",{token:"tag.html",next:"@otherTag"}]],[/(<\/)(\w+)/,["delimiter.html",{token:"tag.html",next:"@otherTag"}]],[/]+/,"metatag.content.html"],[/>/,"metatag.html","@pop"]],comment:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.comment"}],[/-->/,"comment.html","@pop"],[/[^-]+/,"comment.content.html"],[/./,"comment.content.html"]],otherTag:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.otherTag"}],[/\/?>/,"delimiter.html","@pop"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/]],script:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.script"}],[/type/,"attribute.name","@scriptAfterType"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/>/,{token:"delimiter.html",next:"@scriptEmbedded.text/javascript",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/(<\/)(script\s*)(>)/,["delimiter.html","tag.html",{token:"delimiter.html",next:"@pop"}]]],scriptAfterType:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.scriptAfterType"}],[/=/,"delimiter","@scriptAfterTypeEquals"],[/>/,{token:"delimiter.html",next:"@scriptEmbedded.text/javascript",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptAfterTypeEquals:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.scriptAfterTypeEquals"}],[/"([^"]*)"/,{token:"attribute.value",switchTo:"@scriptWithCustomType.$1"}],[/'([^']*)'/,{token:"attribute.value",switchTo:"@scriptWithCustomType.$1"}],[/>/,{token:"delimiter.html",next:"@scriptEmbedded.text/javascript",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptWithCustomType:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.scriptWithCustomType.$S2"}],[/>/,{token:"delimiter.html",next:"@scriptEmbedded.$S2",nextEmbedded:"$S2"}],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptEmbedded:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInEmbeddedState.scriptEmbedded.$S2",nextEmbedded:"@pop"}],[/<\/script/,{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}]],style:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.style"}],[/type/,"attribute.name","@styleAfterType"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/>/,{token:"delimiter.html",next:"@styleEmbedded.text/css",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/(<\/)(style\s*)(>)/,["delimiter.html","tag.html",{token:"delimiter.html",next:"@pop"}]]],styleAfterType:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.styleAfterType"}],[/=/,"delimiter","@styleAfterTypeEquals"],[/>/,{token:"delimiter.html",next:"@styleEmbedded.text/css",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleAfterTypeEquals:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.styleAfterTypeEquals"}],[/"([^"]*)"/,{token:"attribute.value",switchTo:"@styleWithCustomType.$1"}],[/'([^']*)'/,{token:"attribute.value",switchTo:"@styleWithCustomType.$1"}],[/>/,{token:"delimiter.html",next:"@styleEmbedded.text/css",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleWithCustomType:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInSimpleState.styleWithCustomType.$S2"}],[/>/,{token:"delimiter.html",next:"@styleEmbedded.$S2",nextEmbedded:"$S2"}],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleEmbedded:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInEmbeddedState.styleEmbedded.$S2",nextEmbedded:"@pop"}],[/<\/style/,{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}]],phpInSimpleState:[[/<\?((php)|=)?/,"metatag.php"],[/\?>/,{token:"metatag.php",switchTo:"@$S2.$S3"}],{include:"phpRoot"}],phpInEmbeddedState:[[/<\?((php)|=)?/,"metatag.php"],[/\?>/,{token:"metatag.php",switchTo:"@$S2.$S3",nextEmbedded:"$S3"}],{include:"phpRoot"}],phpRoot:[[/[a-zA-Z_]\w*/,{cases:{"@phpKeywords":{token:"keyword.php"},"@phpCompileTimeConstants":{token:"constant.php"},"@default":"identifier.php"}}],[/[$a-zA-Z_]\w*/,{cases:{"@phpPreDefinedVariables":{token:"variable.predefined.php"},"@default":"variable.php"}}],[/[{}]/,"delimiter.bracket.php"],[/[\[\]]/,"delimiter.array.php"],[/[()]/,"delimiter.parenthesis.php"],[/[ \t\r\n]+/],[/(#|\/\/)$/,"comment.php"],[/(#|\/\/)/,"comment.php","@phpLineComment"],[/\/\*/,"comment.php","@phpComment"],[/"/,"string.php","@phpDoubleQuoteString"],[/'/,"string.php","@phpSingleQuoteString"],[/[\+\-\*\%\&\|\^\~\!\=\<\>\/\?\;\:\.\,\@]/,"delimiter.php"],[/\d*\d+[eE]([\-+]?\d+)?/,"number.float.php"],[/\d*\.\d+([eE][\-+]?\d+)?/,"number.float.php"],[/0[xX][0-9a-fA-F']*[0-9a-fA-F]/,"number.hex.php"],[/0[0-7']*[0-7]/,"number.octal.php"],[/0[bB][0-1']*[0-1]/,"number.binary.php"],[/\d[\d']*/,"number.php"],[/\d/,"number.php"]],phpComment:[[/\*\//,"comment.php","@pop"],[/[^*]+/,"comment.php"],[/./,"comment.php"]],phpLineComment:[[/\?>/,{token:"@rematch",next:"@pop"}],[/.$/,"comment.php","@pop"],[/[^?]+$/,"comment.php","@pop"],[/[^?]+/,"comment.php"],[/./,"comment.php"]],phpDoubleQuoteString:[[/[^\\"]+/,"string.php"],[/@escapes/,"string.escape.php"],[/\\./,"string.escape.invalid.php"],[/"/,"string.php","@pop"]],phpSingleQuoteString:[[/[^\\']+/,"string.php"],[/@escapes/,"string.escape.php"],[/\\./,"string.escape.invalid.php"],[/'/,"string.php","@pop"]]},phpKeywords:["abstract","and","array","as","break","callable","case","catch","cfunction","class","clone","const","continue","declare","default","do","else","elseif","enddeclare","endfor","endforeach","endif","endswitch","endwhile","extends","false","final","for","foreach","function","global","goto","if","implements","interface","instanceof","insteadof","namespace","new","null","object","old_function","or","private","protected","public","resource","static","switch","throw","trait","try","true","use","var","while","xor","die","echo","empty","exit","eval","include","include_once","isset","list","require","require_once","return","print","unset","yield","__construct"],phpCompileTimeConstants:["__CLASS__","__DIR__","__FILE__","__LINE__","__NAMESPACE__","__METHOD__","__FUNCTION__","__TRAIT__"],phpPreDefinedVariables:["$GLOBALS","$_SERVER","$_GET","$_POST","$_FILES","$_REQUEST","$_SESSION","$_ENV","$_COOKIE","$php_errormsg","$HTTP_RAW_POST_DATA","$http_response_header","$argc","$argv"],escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/7850.b348adf0.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/7850.b348adf0.js new file mode 100644 index 0000000..7304611 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/7850.b348adf0.js @@ -0,0 +1,2 @@ +/*! For license information please see 7850.b348adf0.js.LICENSE.txt */ +(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[7850],{27850:function(t,e,i){"use strict";i.r(e),i.d(e,{Cropper:function(){return l},default:function(){return l}});var a=i(67294),n=i(33129),o=i.n(n),r=function(){return r=Object.assign||function(t){for(var e,i=1,a=arguments.length;i0&&t.zoomTo(c)}(t.currentTarget.cropper,O),M&&M(t)}}));C&&C(t)}return function(){var t,e;null===(e=null===(t=k.current)||void 0===t?void 0:t.cropper)||void 0===e||e.destroy()}}),[k]);var B,T=(B=r(r({},D),{crossOrigin:m,src:d,alt:x}),s.reduce((function(t,e){var i=t,a=e;return i[a],h(i,["symbol"==typeof a?a:a+""])}),B));return a.createElement("div",{style:p,className:u},a.createElement("img",r({},T,{style:c,ref:k})))}))},33129:function(t){t.exports=function(){"use strict";function t(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);e&&(a=a.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,a)}return i}function e(e){for(var i=1;it.length)&&(e=t.length);for(var i=0,a=new Array(e);i0&&t<1/0};function at(t){return void 0===t}function nt(t){return"object"===i(t)&&null!==t}var ot=Object.prototype.hasOwnProperty;function rt(t){if(!nt(t))return!1;try{var e=t.constructor,i=e.prototype;return e&&i&&ot.call(i,"isPrototypeOf")}catch(t){return!1}}function ht(t){return"function"==typeof t}var st=Array.prototype.slice;function ct(t){return Array.from?Array.from(t):st.call(t)}function lt(t,e){return t&&ht(e)&&(Array.isArray(t)||et(t.length)?ct(t).forEach((function(i,a){e.call(t,i,a,t)})):nt(t)&&Object.keys(t).forEach((function(i){e.call(t,t[i],i,t)}))),t}var dt=Object.assign||function(t){for(var e=arguments.length,i=new Array(e>1?e-1:0),a=1;a0&&i.forEach((function(e){nt(e)&&Object.keys(e).forEach((function(i){t[i]=e[i]}))})),t},pt=/\.\d*(?:0|9){12}\d*$/;function ut(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1e11;return pt.test(t)?Math.round(t*e)/e:t}var mt=/^width|height|left|top|marginLeft|marginTop$/;function gt(t,e){var i=t.style;lt(e,(function(t,e){mt.test(e)&&et(t)&&(t="".concat(t,"px")),i[e]=t}))}function ft(t,e){if(e)if(et(t.length))lt(t,(function(t){ft(t,e)}));else if(t.classList)t.classList.add(e);else{var i=t.className.trim();i?i.indexOf(e)<0&&(t.className="".concat(i," ").concat(e)):t.className=e}}function vt(t,e){e&&(et(t.length)?lt(t,(function(t){vt(t,e)})):t.classList?t.classList.remove(e):t.className.indexOf(e)>=0&&(t.className=t.className.replace(e,"")))}function wt(t,e,i){e&&(et(t.length)?lt(t,(function(t){wt(t,e,i)})):i?ft(t,e):vt(t,e))}var bt=/([a-z\d])([A-Z])/g;function yt(t){return t.replace(bt,"$1-$2").toLowerCase()}function xt(t,e){return nt(t[e])?t[e]:t.dataset?t.dataset[e]:t.getAttribute("data-".concat(yt(e)))}function Mt(t,e,i){nt(i)?t[e]=i:t.dataset?t.dataset[e]=i:t.setAttribute("data-".concat(yt(e)),i)}var Ct=/\s\s*/,Dt=function(){var t=!1;if(h){var e=!1,i=function(){},a=Object.defineProperty({},"once",{get:function(){return t=!0,e},set:function(t){e=t}});s.addEventListener("test",i,a),s.removeEventListener("test",i,a)}return t}();function Ot(t,e,i){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},n=i;e.trim().split(Ct).forEach((function(e){if(!Dt){var o=t.listeners;o&&o[e]&&o[e][i]&&(n=o[e][i],delete o[e][i],0===Object.keys(o[e]).length&&delete o[e],0===Object.keys(o).length&&delete t.listeners)}t.removeEventListener(e,n,a)}))}function kt(t,e,i){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},n=i;e.trim().split(Ct).forEach((function(e){if(a.once&&!Dt){var o=t.listeners,r=void 0===o?{}:o;n=function(){delete r[e][i],t.removeEventListener(e,n,a);for(var o=arguments.length,h=new Array(o),s=0;s1&&void 0!==arguments[1]?arguments[1]:"contain",o=it(a),r=it(i);if(o&&r){var h=i*e;"contain"===n&&h>a||"cover"===n&&h=8&&(o=s+l)}}}if(o){var d,p,u=i.getUint16(o,a);for(p=0;p=0?n:200),height:Math.max(i.offsetHeight,o>=0?o:100)};this.containerData=r,gt(a,{width:r.width,height:r.height}),ft(t,k),vt(a,k)},initCanvas:function(){var t=this.containerData,e=this.imageData,i=this.options.viewMode,a=Math.abs(e.rotate)%180==90,n=a?e.naturalHeight:e.naturalWidth,o=a?e.naturalWidth:e.naturalHeight,r=n/o,h=t.width,s=t.height;t.height*r>t.width?3===i?h=t.height*r:s=t.width/r:3===i?s=t.width/r:h=t.height*r;var c={aspectRatio:r,naturalWidth:n,naturalHeight:o,width:h,height:s};this.canvasData=c,this.limited=1===i||2===i,this.limitCanvas(!0,!0),c.width=Math.min(Math.max(c.width,c.minWidth),c.maxWidth),c.height=Math.min(Math.max(c.height,c.minHeight),c.maxHeight),c.left=(t.width-c.width)/2,c.top=(t.height-c.height)/2,c.oldLeft=c.left,c.oldTop=c.top,this.initialCanvasData=dt({},c)},limitCanvas:function(t,e){var i=this.options,a=this.containerData,n=this.canvasData,o=this.cropBoxData,r=i.viewMode,h=n.aspectRatio,s=this.cropped&&o;if(t){var c=Number(i.minCanvasWidth)||0,l=Number(i.minCanvasHeight)||0;r>1?(c=Math.max(c,a.width),l=Math.max(l,a.height),3===r&&(l*h>c?c=l*h:l=c/h)):r>0&&(c?c=Math.max(c,s?o.width:0):l?l=Math.max(l,s?o.height:0):s&&(c=o.width,(l=o.height)*h>c?c=l*h:l=c/h));var d=Yt({aspectRatio:h,width:c,height:l});c=d.width,l=d.height,n.minWidth=c,n.minHeight=l,n.maxWidth=1/0,n.maxHeight=1/0}if(e)if(r>(s?0:1)){var p=a.width-n.width,u=a.height-n.height;n.minLeft=Math.min(0,p),n.minTop=Math.min(0,u),n.maxLeft=Math.max(0,p),n.maxTop=Math.max(0,u),s&&this.limited&&(n.minLeft=Math.min(o.left,o.left+(o.width-n.width)),n.minTop=Math.min(o.top,o.top+(o.height-n.height)),n.maxLeft=o.left,n.maxTop=o.top,2===r&&(n.width>=a.width&&(n.minLeft=Math.min(0,p),n.maxLeft=Math.max(0,p)),n.height>=a.height&&(n.minTop=Math.min(0,u),n.maxTop=Math.max(0,u))))}else n.minLeft=-n.width,n.minTop=-n.height,n.maxLeft=a.width,n.maxTop=a.height},renderCanvas:function(t,e){var i=this.canvasData,a=this.imageData;if(e){var n=function(t){var e=t.width,i=t.height,a=t.degree;if(90==(a=Math.abs(a)%180))return{width:i,height:e};var n=a%90*Math.PI/180,o=Math.sin(n),r=Math.cos(n),h=e*r+i*o,s=e*o+i*r;return a>90?{width:s,height:h}:{width:h,height:s}}({width:a.naturalWidth*Math.abs(a.scaleX||1),height:a.naturalHeight*Math.abs(a.scaleY||1),degree:a.rotate||0}),o=n.width,r=n.height,h=i.width*(o/i.naturalWidth),s=i.height*(r/i.naturalHeight);i.left-=(h-i.width)/2,i.top-=(s-i.height)/2,i.width=h,i.height=s,i.aspectRatio=o/r,i.naturalWidth=o,i.naturalHeight=r,this.limitCanvas(!0,!1)}(i.width>i.maxWidth||i.widthi.maxHeight||i.heighte.width?n.height=n.width/i:n.width=n.height*i),this.cropBoxData=n,this.limitCropBox(!0,!0),n.width=Math.min(Math.max(n.width,n.minWidth),n.maxWidth),n.height=Math.min(Math.max(n.height,n.minHeight),n.maxHeight),n.width=Math.max(n.minWidth,n.width*a),n.height=Math.max(n.minHeight,n.height*a),n.left=e.left+(e.width-n.width)/2,n.top=e.top+(e.height-n.height)/2,n.oldLeft=n.left,n.oldTop=n.top,this.initialCropBoxData=dt({},n)},limitCropBox:function(t,e){var i=this.options,a=this.containerData,n=this.canvasData,o=this.cropBoxData,r=this.limited,h=i.aspectRatio;if(t){var s=Number(i.minCropBoxWidth)||0,c=Number(i.minCropBoxHeight)||0,l=r?Math.min(a.width,n.width,n.width+n.left,a.width-n.left):a.width,d=r?Math.min(a.height,n.height,n.height+n.top,a.height-n.top):a.height;s=Math.min(s,a.width),c=Math.min(c,a.height),h&&(s&&c?c*h>s?c=s/h:s=c*h:s?c=s/h:c&&(s=c*h),d*h>l?d=l/h:l=d*h),o.minWidth=Math.min(s,l),o.minHeight=Math.min(c,d),o.maxWidth=l,o.maxHeight=d}e&&(r?(o.minLeft=Math.max(0,n.left),o.minTop=Math.max(0,n.top),o.maxLeft=Math.min(a.width,n.left+n.width)-o.width,o.maxTop=Math.min(a.height,n.top+n.height)-o.height):(o.minLeft=0,o.minTop=0,o.maxLeft=a.width-o.width,o.maxTop=a.height-o.height))},renderCropBox:function(){var t=this.options,e=this.containerData,i=this.cropBoxData;(i.width>i.maxWidth||i.widthi.maxHeight||i.height=e.width&&i.height>=e.height?m:p),gt(this.cropBox,dt({width:i.width,height:i.height},Nt({translateX:i.left,translateY:i.top}))),this.cropped&&this.limited&&this.limitCanvas(!0,!0),this.disabled||this.output()},output:function(){this.preview(),Bt(this.element,L,this.getData())}},At={initPreview:function(){var t=this.element,e=this.crossOrigin,i=this.options.preview,a=e?this.crossOriginUrl:this.url,n=t.alt||"The image to preview",o=document.createElement("img");if(e&&(o.crossOrigin=e),o.src=a,o.alt=n,this.viewBox.appendChild(o),this.viewBoxImage=o,i){var r=i;"string"==typeof i?r=t.ownerDocument.querySelectorAll(i):i.querySelector&&(r=[i]),this.previews=r,lt(r,(function(t){var i=document.createElement("img");Mt(t,H,{width:t.offsetWidth,height:t.offsetHeight,html:t.innerHTML}),e&&(i.crossOrigin=e),i.src=a,i.alt=n,i.style.cssText='display:block;width:100%;height:auto;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;image-orientation:0deg!important;"',t.innerHTML="",t.appendChild(i)}))}},resetPreview:function(){lt(this.previews,(function(t){var e=xt(t,H);gt(t,{width:e.width,height:e.height}),t.innerHTML=e.html,function(t,e){if(nt(t[e]))try{delete t[e]}catch(i){t[e]=void 0}else if(t.dataset)try{delete t.dataset[e]}catch(i){t.dataset[e]=void 0}else t.removeAttribute("data-".concat(yt(e)))}(t,H)}))},preview:function(){var t=this.imageData,e=this.canvasData,i=this.cropBoxData,a=i.width,n=i.height,o=t.width,r=t.height,h=i.left-e.left-t.left,s=i.top-e.top-t.top;this.cropped&&!this.disabled&&(gt(this.viewBoxImage,dt({width:o,height:r},Nt(dt({translateX:-h,translateY:-s},t)))),lt(this.previews,(function(e){var i=xt(e,H),c=i.width,l=i.height,d=c,p=l,u=1;a&&(p=n*(u=c/a)),n&&p>l&&(d=a*(u=l/n),p=l),gt(e,{width:d,height:p}),gt(e.getElementsByTagName("img")[0],dt({width:o*u,height:r*u},Nt(dt({translateX:-h*u,translateY:-s*u},t))))})))}},Pt={bind:function(){var t=this.element,e=this.options,i=this.cropper;ht(e.cropstart)&&kt(t,S,e.cropstart),ht(e.cropmove)&&kt(t,j,e.cropmove),ht(e.cropend)&&kt(t,X,e.cropend),ht(e.crop)&&kt(t,L,e.crop),ht(e.zoom)&&kt(t,Q,e.zoom),kt(i,P,this.onCropStart=this.cropStart.bind(this)),e.zoomable&&e.zoomOnWheel&&kt(i,_,this.onWheel=this.wheel.bind(this),{passive:!1,capture:!0}),e.toggleDragModeOnDblclick&&kt(i,A,this.onDblclick=this.dblclick.bind(this)),kt(t.ownerDocument,I,this.onCropMove=this.cropMove.bind(this)),kt(t.ownerDocument,U,this.onCropEnd=this.cropEnd.bind(this)),e.responsive&&kt(window,$,this.onResize=this.resize.bind(this))},unbind:function(){var t=this.element,e=this.options,i=this.cropper;ht(e.cropstart)&&Ot(t,S,e.cropstart),ht(e.cropmove)&&Ot(t,j,e.cropmove),ht(e.cropend)&&Ot(t,X,e.cropend),ht(e.crop)&&Ot(t,L,e.crop),ht(e.zoom)&&Ot(t,Q,e.zoom),Ot(i,P,this.onCropStart),e.zoomable&&e.zoomOnWheel&&Ot(i,_,this.onWheel,{passive:!1,capture:!0}),e.toggleDragModeOnDblclick&&Ot(i,A,this.onDblclick),Ot(t.ownerDocument,I,this.onCropMove),Ot(t.ownerDocument,U,this.onCropEnd),e.responsive&&Ot(window,$,this.onResize)}},It={resize:function(){if(!this.disabled){var t,e,i=this.options,a=this.container,n=this.containerData,o=a.offsetWidth/n.width,r=a.offsetHeight/n.height,h=Math.abs(o-1)>Math.abs(r-1)?o:r;1!==h&&(i.restore&&(t=this.getCanvasData(),e=this.getCropBoxData()),this.render(),i.restore&&(this.setCanvasData(lt(t,(function(e,i){t[i]=e*h}))),this.setCropBoxData(lt(e,(function(t,i){e[i]=t*h})))))}},dblclick:function(){var t,e;this.disabled||this.options.dragMode===Y||this.setDragMode((t=this.dragBox,e=D,(t.classList?t.classList.contains(e):t.className.indexOf(e)>-1)?R:N))},wheel:function(t){var e=this,i=Number(this.options.wheelZoomRatio)||.1,a=1;this.disabled||(t.preventDefault(),this.wheeling||(this.wheeling=!0,setTimeout((function(){e.wheeling=!1}),50),t.deltaY?a=t.deltaY>0?1:-1:t.wheelDelta?a=-t.wheelDelta/120:t.detail&&(a=t.detail>0?1:-1),this.zoom(-a*i,t)))},cropStart:function(t){var e=t.buttons,i=t.button;if(!(this.disabled||("mousedown"===t.type||"pointerdown"===t.type&&"mouse"===t.pointerType)&&(et(e)&&1!==e||et(i)&&0!==i||t.ctrlKey))){var a,n=this.options,o=this.pointers;t.changedTouches?lt(t.changedTouches,(function(t){o[t.identifier]=Rt(t)})):o[t.pointerId||0]=Rt(t),a=Object.keys(o).length>1&&n.zoomable&&n.zoomOnTouch?g:xt(t.target,z),K.test(a)&&!1!==Bt(this.element,S,{originalEvent:t,action:a})&&(t.preventDefault(),this.action=a,this.cropping=!1,a===u&&(this.cropping=!0,ft(this.dragBox,E)))}},cropMove:function(t){var e=this.action;if(!this.disabled&&e){var i=this.pointers;t.preventDefault(),!1!==Bt(this.element,j,{originalEvent:t,action:e})&&(t.changedTouches?lt(t.changedTouches,(function(t){dt(i[t.identifier]||{},Rt(t,!0))})):dt(i[t.pointerId||0]||{},Rt(t,!0)),this.change(t))}},cropEnd:function(t){if(!this.disabled){var e=this.action,i=this.pointers;t.changedTouches?lt(t.changedTouches,(function(t){delete i[t.identifier]})):delete i[t.pointerId||0],e&&(t.preventDefault(),Object.keys(i).length||(this.action=""),this.cropping&&(this.cropping=!1,wt(this.dragBox,E,this.cropped&&this.options.modal)),Bt(this.element,X,{originalEvent:t,action:e}))}}},Ut={change:function(t){var i,a=this.options,n=this.canvasData,o=this.containerData,r=this.cropBoxData,h=this.pointers,s=this.action,c=a.aspectRatio,l=r.left,d=r.top,D=r.width,O=r.height,B=l+D,T=d+O,E=0,W=0,z=o.width,H=o.height,N=!0;!c&&t.shiftKey&&(c=D&&O?D/O:1),this.limited&&(E=r.minLeft,W=r.minTop,z=E+Math.min(o.width,n.width,n.left+n.width),H=W+Math.min(o.height,n.height,n.top+n.height));var R=h[Object.keys(h)[0]],Y={x:R.endX-R.startX,y:R.endY-R.startY},L=function(t){switch(t){case f:B+Y.x>z&&(Y.x=z-B);break;case v:l+Y.xH&&(Y.y=H-T)}};switch(s){case p:l+=Y.x,d+=Y.y;break;case f:if(Y.x>=0&&(B>=z||c&&(d<=W||T>=H))){N=!1;break}L(f),(D+=Y.x)<0&&(s=v,l-=D=-D),c&&(O=D/c,d+=(r.height-O)/2);break;case b:if(Y.y<=0&&(d<=W||c&&(l<=E||B>=z))){N=!1;break}L(b),O-=Y.y,d+=Y.y,O<0&&(s=w,d-=O=-O),c&&(D=O*c,l+=(r.width-D)/2);break;case v:if(Y.x<=0&&(l<=E||c&&(d<=W||T>=H))){N=!1;break}L(v),D-=Y.x,l+=Y.x,D<0&&(s=f,l-=D=-D),c&&(O=D/c,d+=(r.height-O)/2);break;case w:if(Y.y>=0&&(T>=H||c&&(l<=E||B>=z))){N=!1;break}L(w),(O+=Y.y)<0&&(s=b,d-=O=-O),c&&(D=O*c,l+=(r.width-D)/2);break;case y:if(c){if(Y.y<=0&&(d<=W||B>=z)){N=!1;break}L(b),O-=Y.y,d+=Y.y,D=O*c}else L(b),L(f),Y.x>=0?BW&&(O-=Y.y,d+=Y.y):(O-=Y.y,d+=Y.y);D<0&&O<0?(s=C,d-=O=-O,l-=D=-D):D<0?(s=x,l-=D=-D):O<0&&(s=M,d-=O=-O);break;case x:if(c){if(Y.y<=0&&(d<=W||l<=E)){N=!1;break}L(b),O-=Y.y,d+=Y.y,D=O*c,l+=r.width-D}else L(b),L(v),Y.x<=0?l>E?(D-=Y.x,l+=Y.x):Y.y<=0&&d<=W&&(N=!1):(D-=Y.x,l+=Y.x),Y.y<=0?d>W&&(O-=Y.y,d+=Y.y):(O-=Y.y,d+=Y.y);D<0&&O<0?(s=M,d-=O=-O,l-=D=-D):D<0?(s=y,l-=D=-D):O<0&&(s=C,d-=O=-O);break;case C:if(c){if(Y.x<=0&&(l<=E||T>=H)){N=!1;break}L(v),D-=Y.x,l+=Y.x,O=D/c}else L(w),L(v),Y.x<=0?l>E?(D-=Y.x,l+=Y.x):Y.y>=0&&T>=H&&(N=!1):(D-=Y.x,l+=Y.x),Y.y>=0?T=0&&(B>=z||T>=H)){N=!1;break}L(f),O=(D+=Y.x)/c}else L(w),L(f),Y.x>=0?B=0&&T>=H&&(N=!1):D+=Y.x,Y.y>=0?TMath.abs(a)&&(a=s)}))})),a}(h),t),N=!1;break;case u:if(!Y.x||!Y.y){N=!1;break}i=Tt(this.cropper),l=R.startX-i.left,d=R.startY-i.top,D=r.minWidth,O=r.minHeight,Y.x>0?s=Y.y>0?M:y:Y.x<0&&(l-=D,s=Y.y>0?C:x),Y.y<0&&(d-=O),this.cropped||(vt(this.cropBox,k),this.cropped=!0,this.limited&&this.limitCropBox(!0,!0))}N&&(r.width=D,r.height=O,r.left=l,r.top=d,this.action=s,this.renderCropBox()),lt(h,(function(t){t.startX=t.endX,t.startY=t.endY}))}},qt={crop:function(){return!this.ready||this.cropped||this.disabled||(this.cropped=!0,this.limitCropBox(!0,!0),this.options.modal&&ft(this.dragBox,E),vt(this.cropBox,k),this.setCropBoxData(this.initialCropBoxData)),this},reset:function(){return this.ready&&!this.disabled&&(this.imageData=dt({},this.initialImageData),this.canvasData=dt({},this.initialCanvasData),this.cropBoxData=dt({},this.initialCropBoxData),this.renderCanvas(),this.cropped&&this.renderCropBox()),this},clear:function(){return this.cropped&&!this.disabled&&(dt(this.cropBoxData,{left:0,top:0,width:0,height:0}),this.cropped=!1,this.renderCropBox(),this.limitCanvas(!0,!0),this.renderCanvas(),vt(this.dragBox,E),ft(this.cropBox,k)),this},replace:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return!this.disabled&&t&&(this.isImg&&(this.element.src=t),e?(this.url=t,this.image.src=t,this.ready&&(this.viewBoxImage.src=t,lt(this.previews,(function(e){e.getElementsByTagName("img")[0].src=t})))):(this.isImg&&(this.replaced=!0),this.options.data=null,this.uncreate(),this.load(t))),this},enable:function(){return this.ready&&this.disabled&&(this.disabled=!1,vt(this.cropper,O)),this},disable:function(){return this.ready&&!this.disabled&&(this.disabled=!0,ft(this.cropper,O)),this},destroy:function(){var t=this.element;return t[d]?(t[d]=void 0,this.isImg&&this.replaced&&(t.src=this.originalUrl),this.uncreate(),this):this},move:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t,i=this.canvasData,a=i.left,n=i.top;return this.moveTo(at(t)?t:a+Number(t),at(e)?e:n+Number(e))},moveTo:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t,i=this.canvasData,a=!1;return t=Number(t),e=Number(e),this.ready&&!this.disabled&&this.options.movable&&(et(t)&&(i.left=t,a=!0),et(e)&&(i.top=e,a=!0),a&&this.renderCanvas(!0)),this},zoom:function(t,e){var i=this.canvasData;return t=(t=Number(t))<0?1/(1-t):1+t,this.zoomTo(i.width*t/i.naturalWidth,null,e)},zoomTo:function(t,e,i){var a=this.options,n=this.canvasData,o=n.width,r=n.height,h=n.naturalWidth,s=n.naturalHeight;if((t=Number(t))>=0&&this.ready&&!this.disabled&&a.zoomable){var c=h*t,l=s*t;if(!1===Bt(this.element,Q,{ratio:t,oldRatio:o/h,originalEvent:i}))return this;if(i){var d=this.pointers,p=Tt(this.cropper),u=d&&Object.keys(d).length?function(t){var e=0,i=0,a=0;return lt(t,(function(t){var n=t.startX,o=t.startY;e+=n,i+=o,a+=1})),{pageX:e/=a,pageY:i/=a}}(d):{pageX:i.pageX,pageY:i.pageY};n.left-=(c-o)*((u.pageX-p.left-n.left)/o),n.top-=(l-r)*((u.pageY-p.top-n.top)/r)}else rt(e)&&et(e.x)&&et(e.y)?(n.left-=(c-o)*((e.x-n.left)/o),n.top-=(l-r)*((e.y-n.top)/r)):(n.left-=(c-o)/2,n.top-=(l-r)/2);n.width=c,n.height=l,this.renderCanvas(!0)}return this},rotate:function(t){return this.rotateTo((this.imageData.rotate||0)+Number(t))},rotateTo:function(t){return et(t=Number(t))&&this.ready&&!this.disabled&&this.options.rotatable&&(this.imageData.rotate=t%360,this.renderCanvas(!0,!0)),this},scaleX:function(t){var e=this.imageData.scaleY;return this.scale(t,et(e)?e:1)},scaleY:function(t){var e=this.imageData.scaleX;return this.scale(et(e)?e:1,t)},scale:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t,i=this.imageData,a=!1;return t=Number(t),e=Number(e),this.ready&&!this.disabled&&this.options.scalable&&(et(t)&&(i.scaleX=t,a=!0),et(e)&&(i.scaleY=e,a=!0),a&&this.renderCanvas(!0,!0)),this},getData:function(){var t,e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],i=this.options,a=this.imageData,n=this.canvasData,o=this.cropBoxData;if(this.ready&&this.cropped){t={x:o.left-n.left,y:o.top-n.top,width:o.width,height:o.height};var r=a.width/a.naturalWidth;if(lt(t,(function(e,i){t[i]=e/r})),e){var h=Math.round(t.y+t.height),s=Math.round(t.x+t.width);t.x=Math.round(t.x),t.y=Math.round(t.y),t.width=s-t.x,t.height=h-t.y}}else t={x:0,y:0,width:0,height:0};return i.rotatable&&(t.rotate=a.rotate||0),i.scalable&&(t.scaleX=a.scaleX||1,t.scaleY=a.scaleY||1),t},setData:function(t){var e=this.options,i=this.imageData,a=this.canvasData,n={};if(this.ready&&!this.disabled&&rt(t)){var o=!1;e.rotatable&&et(t.rotate)&&t.rotate!==i.rotate&&(i.rotate=t.rotate,o=!0),e.scalable&&(et(t.scaleX)&&t.scaleX!==i.scaleX&&(i.scaleX=t.scaleX,o=!0),et(t.scaleY)&&t.scaleY!==i.scaleY&&(i.scaleY=t.scaleY,o=!0)),o&&this.renderCanvas(!0,!0);var r=i.width/i.naturalWidth;et(t.x)&&(n.left=t.x*r+a.left),et(t.y)&&(n.top=t.y*r+a.top),et(t.width)&&(n.width=t.width*r),et(t.height)&&(n.height=t.height*r),this.setCropBoxData(n)}return this},getContainerData:function(){return this.ready?dt({},this.containerData):{}},getImageData:function(){return this.sized?dt({},this.imageData):{}},getCanvasData:function(){var t=this.canvasData,e={};return this.ready&<(["left","top","width","height","naturalWidth","naturalHeight"],(function(i){e[i]=t[i]})),e},setCanvasData:function(t){var e=this.canvasData,i=e.aspectRatio;return this.ready&&!this.disabled&&rt(t)&&(et(t.left)&&(e.left=t.left),et(t.top)&&(e.top=t.top),et(t.width)?(e.width=t.width,e.height=t.width/i):et(t.height)&&(e.height=t.height,e.width=t.height*i),this.renderCanvas(!0)),this},getCropBoxData:function(){var t,e=this.cropBoxData;return this.ready&&this.cropped&&(t={left:e.left,top:e.top,width:e.width,height:e.height}),t||{}},setCropBoxData:function(t){var e,i,a=this.cropBoxData,n=this.options.aspectRatio;return this.ready&&this.cropped&&!this.disabled&&rt(t)&&(et(t.left)&&(a.left=t.left),et(t.top)&&(a.top=t.top),et(t.width)&&t.width!==a.width&&(e=!0,a.width=t.width),et(t.height)&&t.height!==a.height&&(i=!0,a.height=t.height),n&&(e?a.height=a.width/n:i&&(a.width=a.height*n)),this.renderCropBox()),this},getCroppedCanvas:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(!this.ready||!window.HTMLCanvasElement)return null;var e=this.canvasData,i=function(t,e,i,a){var n=e.aspectRatio,r=e.naturalWidth,h=e.naturalHeight,s=e.rotate,c=void 0===s?0:s,l=e.scaleX,d=void 0===l?1:l,p=e.scaleY,u=void 0===p?1:p,m=i.aspectRatio,g=i.naturalWidth,f=i.naturalHeight,v=a.fillColor,w=void 0===v?"transparent":v,b=a.imageSmoothingEnabled,y=void 0===b||b,x=a.imageSmoothingQuality,M=void 0===x?"low":x,C=a.maxWidth,D=void 0===C?1/0:C,O=a.maxHeight,k=void 0===O?1/0:O,B=a.minWidth,T=void 0===B?0:B,E=a.minHeight,W=void 0===E?0:E,z=document.createElement("canvas"),H=z.getContext("2d"),N=Yt({aspectRatio:m,width:D,height:k}),R=Yt({aspectRatio:m,width:T,height:W},"cover"),Y=Math.min(N.width,Math.max(R.width,g)),L=Math.min(N.height,Math.max(R.height,f)),X=Yt({aspectRatio:n,width:D,height:k}),j=Yt({aspectRatio:n,width:T,height:W},"cover"),S=Math.min(X.width,Math.max(j.width,r)),A=Math.min(X.height,Math.max(j.height,h)),P=[-S/2,-A/2,S,A];return z.width=ut(Y),z.height=ut(L),H.fillStyle=w,H.fillRect(0,0,Y,L),H.save(),H.translate(Y/2,L/2),H.rotate(c*Math.PI/180),H.scale(d,u),H.imageSmoothingEnabled=y,H.imageSmoothingQuality=M,H.drawImage.apply(H,[t].concat(o(P.map((function(t){return Math.floor(ut(t))}))))),H.restore(),z}(this.image,this.imageData,e,t);if(!this.cropped)return i;var a=this.getData(),n=a.x,r=a.y,h=a.width,s=a.height,c=i.width/Math.floor(e.naturalWidth);1!==c&&(n*=c,r*=c,h*=c,s*=c);var l=h/s,d=Yt({aspectRatio:l,width:t.maxWidth||1/0,height:t.maxHeight||1/0}),p=Yt({aspectRatio:l,width:t.minWidth||0,height:t.minHeight||0},"cover"),u=Yt({aspectRatio:l,width:t.width||(1!==c?i.width:h),height:t.height||(1!==c?i.height:s)}),m=u.width,g=u.height;m=Math.min(d.width,Math.max(p.width,m)),g=Math.min(d.height,Math.max(p.height,g));var f=document.createElement("canvas"),v=f.getContext("2d");f.width=ut(m),f.height=ut(g),v.fillStyle=t.fillColor||"transparent",v.fillRect(0,0,m,g);var w=t.imageSmoothingEnabled,b=void 0===w||w,y=t.imageSmoothingQuality;v.imageSmoothingEnabled=b,y&&(v.imageSmoothingQuality=y);var x,M,C,D,O,k,B=i.width,T=i.height,E=n,W=r;E<=-h||E>B?(E=0,x=0,C=0,O=0):E<=0?(C=-E,E=0,O=x=Math.min(B,h+E)):E<=B&&(C=0,O=x=Math.min(h,B-E)),x<=0||W<=-s||W>T?(W=0,M=0,D=0,k=0):W<=0?(D=-W,W=0,k=M=Math.min(T,s+W)):W<=T&&(D=0,k=M=Math.min(s,T-W));var z=[E,W,x,M];if(O>0&&k>0){var H=m/h;z.push(C*H,D*H,O*H,k*H)}return v.drawImage.apply(v,[i].concat(o(z.map((function(t){return Math.floor(ut(t))}))))),f},setAspectRatio:function(t){var e=this.options;return this.disabled||at(t)||(e.aspectRatio=Math.max(0,t)||NaN,this.ready&&(this.initCropBox(),this.cropped&&this.renderCropBox())),this},setDragMode:function(t){var e=this.options,i=this.dragBox,a=this.face;if(this.ready&&!this.disabled){var n=t===N,o=e.movable&&t===R;t=n||o?t:Y,e.dragMode=t,Mt(i,z,t),wt(i,D,n),wt(i,W,o),e.cropBoxMovable||(Mt(a,z,t),wt(a,D,n),wt(a,W,o))}return this}},$t=s.Cropper,_t=function(){function t(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),!e||!F.test(e.tagName))throw new Error("The first argument is required and must be an or element.");this.element=e,this.options=dt({},J,rt(i)&&i),this.cropped=!1,this.disabled=!1,this.pointers={},this.ready=!1,this.reloading=!1,this.replaced=!1,this.sized=!1,this.sizing=!1,this.init()}return e=t,n=[{key:"noConflict",value:function(){return window.Cropper=$t,t}},{key:"setDefaults",value:function(t){dt(J,rt(t)&&t)}}],(i=[{key:"init",value:function(){var t,e=this.element,i=e.tagName.toLowerCase();if(!e[d]){if(e[d]=this,"img"===i){if(this.isImg=!0,t=e.getAttribute("src")||"",this.originalUrl=t,!t)return;t=e.src}else"canvas"===i&&window.HTMLCanvasElement&&(t=e.toDataURL());this.load(t)}}},{key:"load",value:function(t){var e,i,a,n,o=this;if(t){this.url=t,this.imageData={};var r=this.element,h=this.options;if(h.rotatable||h.scalable||(h.checkOrientation=!1),h.checkOrientation&&window.ArrayBuffer)if(G.test(t))V.test(t)?this.read((e=t.replace(Xt,""),i=atob(e),a=new ArrayBuffer(i.length),lt(n=new Uint8Array(a),(function(t,e){n[e]=i.charCodeAt(e)})),a)):this.clone();else{var s=new XMLHttpRequest,c=this.clone.bind(this);this.reloading=!0,this.xhr=s,s.onabort=c,s.onerror=c,s.ontimeout=c,s.onprogress=function(){s.getResponseHeader("content-type")!==Z&&s.abort()},s.onload=function(){o.read(s.response)},s.onloadend=function(){o.reloading=!1,o.xhr=null},h.checkCrossOrigin&&zt(t)&&r.crossOrigin&&(t=Ht(t)),s.open("GET",t,!0),s.responseType="arraybuffer",s.withCredentials="use-credentials"===r.crossOrigin,s.send()}else this.clone()}}},{key:"read",value:function(t){var e=this.options,i=this.imageData,a=jt(t),n=0,o=1,r=1;if(a>1){this.url=function(t,e){for(var i=[],a=new Uint8Array(t);a.length>0;)i.push(Lt.apply(null,ct(a.subarray(0,8192)))),a=a.subarray(8192);return"data:".concat(e,";base64,").concat(btoa(i.join("")))}(t,Z);var h=function(t){var e=0,i=1,a=1;switch(t){case 2:i=-1;break;case 3:e=-180;break;case 4:a=-1;break;case 5:e=90,a=-1;break;case 6:e=90;break;case 7:e=90,i=-1;break;case 8:e=-90}return{rotate:e,scaleX:i,scaleY:a}}(a);n=h.rotate,o=h.scaleX,r=h.scaleY}e.rotatable&&(i.rotate=n),e.scalable&&(i.scaleX=o,i.scaleY=r),this.clone()}},{key:"clone",value:function(){var t=this.element,e=this.url,i=t.crossOrigin,a=e;this.options.checkCrossOrigin&&zt(e)&&(i||(i="anonymous"),a=Ht(e)),this.crossOrigin=i,this.crossOriginUrl=a;var n=document.createElement("img");i&&(n.crossOrigin=i),n.src=a||e,n.alt=t.alt||"The image to crop",this.image=n,n.onload=this.start.bind(this),n.onerror=this.stop.bind(this),ft(n,B),t.parentNode.insertBefore(n,t.nextSibling)}},{key:"start",value:function(){var t=this,e=this.image;e.onload=null,e.onerror=null,this.sizing=!0;var i=s.navigator&&/(?:iPad|iPhone|iPod).*?AppleWebKit/i.test(s.navigator.userAgent),a=function(e,i){dt(t.imageData,{naturalWidth:e,naturalHeight:i,aspectRatio:e/i}),t.initialImageData=dt({},t.imageData),t.sizing=!1,t.sized=!0,t.build()};if(!e.naturalWidth||i){var n=document.createElement("img"),o=document.body||document.documentElement;this.sizingImage=n,n.onload=function(){a(n.width,n.height),i||o.removeChild(n)},n.src=e.src,i||(n.style.cssText="left:0;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:0;position:absolute;top:0;z-index:-1;",o.appendChild(n))}else a(e.naturalWidth,e.naturalHeight)}},{key:"stop",value:function(){var t=this.image;t.onload=null,t.onerror=null,t.parentNode.removeChild(t),this.image=null}},{key:"build",value:function(){if(this.sized&&!this.ready){var t=this.element,e=this.options,i=this.image,a=t.parentNode,n=document.createElement("div");n.innerHTML='
';var o=n.querySelector(".".concat(d,"-container")),r=o.querySelector(".".concat(d,"-canvas")),h=o.querySelector(".".concat(d,"-drag-box")),s=o.querySelector(".".concat(d,"-crop-box")),c=s.querySelector(".".concat(d,"-face"));this.container=a,this.cropper=o,this.canvas=r,this.dragBox=h,this.cropBox=s,this.viewBox=o.querySelector(".".concat(d,"-view-box")),this.face=c,r.appendChild(i),ft(t,k),a.insertBefore(o,t.nextSibling),vt(i,B),this.initPreview(),this.bind(),e.initialAspectRatio=Math.max(0,e.initialAspectRatio)||NaN,e.aspectRatio=Math.max(0,e.aspectRatio)||NaN,e.viewMode=Math.max(0,Math.min(3,Math.round(e.viewMode)))||0,ft(s,k),e.guides||ft(s.getElementsByClassName("".concat(d,"-dashed")),k),e.center||ft(s.getElementsByClassName("".concat(d,"-center")),k),e.background&&ft(o,"".concat(d,"-bg")),e.highlight||ft(c,T),e.cropBoxMovable&&(ft(c,W),Mt(c,z,p)),e.cropBoxResizable||(ft(s.getElementsByClassName("".concat(d,"-line")),k),ft(s.getElementsByClassName("".concat(d,"-point")),k)),this.render(),this.ready=!0,this.setDragMode(e.dragMode),e.autoCrop&&this.crop(),this.setData(e.data),ht(e.ready)&&kt(t,q,e.ready,{once:!0}),Bt(t,q)}}},{key:"unbuild",value:function(){if(this.ready){this.ready=!1,this.unbind(),this.resetPreview();var t=this.cropper.parentNode;t&&t.removeChild(this.cropper),vt(this.element,k)}}},{key:"uncreate",value:function(){this.ready?(this.unbuild(),this.ready=!1,this.cropped=!1):this.sizing?(this.sizingImage.onload=null,this.sizing=!1,this.sized=!1):this.reloading?(this.xhr.onabort=null,this.xhr.abort()):this.image&&this.stop()}}])&&a(e.prototype,i),n&&a(e,n),Object.defineProperty(e,"prototype",{writable:!1}),t;var e,i,n}();return dt(_t.prototype,St,At,Pt,It,Ut,qt),_t}()}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/7850.b348adf0.js.LICENSE.txt b/tansci-boot-ui/public/gh-pages/scripts/chunk/7850.b348adf0.js.LICENSE.txt new file mode 100644 index 0000000..337201f --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/7850.b348adf0.js.LICENSE.txt @@ -0,0 +1,9 @@ +/*! + * Cropper.js v1.5.13 + * https://fengyuanchen.github.io/cropperjs + * + * Copyright 2015-present Chen Fengyuan + * Released under the MIT license + * + * Date: 2022-11-20T05:30:46.114Z + */ diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/7868.51277f40.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/7868.51277f40.js new file mode 100644 index 0000000..18ab683 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/7868.51277f40.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[7868],{21147:function(e,t,n){n.r(t),n.d(t,{conf:function(){return r},language:function(){return s}});var r={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\@\#%\^\&\*\(\)\=\$\-\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{blockComment:["###","###"],lineComment:"#"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp("^\\s*#region\\b"),end:new RegExp("^\\s*#endregion\\b")}}},s={defaultToken:"",ignoreCase:!0,tokenPostfix:".coffee",brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"}],regEx:/\/(?!\/\/)(?:[^\/\\]|\\.)*\/[igm]*/,keywords:["and","or","is","isnt","not","on","yes","@","no","off","true","false","null","this","new","delete","typeof","in","instanceof","return","throw","break","continue","debugger","if","else","switch","for","while","do","try","catch","finally","class","extends","super","undefined","then","unless","until","loop","of","by","when"],symbols:/[=>2&&d.token&&"string"!=typeof d.token){for(var f=2;f-1)return t.Pass;var i=a.indent.length-1,l=e[a.state];t:for(;;){for(var s=0;s","$COMPILING","$REAL_GROUP_ID","$?","$DEBUGGING","$REAL_USER_ID","$@","$EFFECTIVE_GROUP_ID","$RS","$[","$EFFECTIVE_USER_ID","$SUBSCRIPT_SEPARATOR","$\\","$EGID","$SUBSEP","$]","$ERRNO","$SYSTEM_FD_MAX","$^","$EUID","$UID","$^A","$EVAL_ERROR","$WARNING","$^C","$EXCEPTIONS_BEING_CAUGHT","$|","$^CHILD_ERROR_NATIVE","$EXECUTABLE_NAME","$~","$^D","$EXTENDED_OS_ERROR","%!","$^E","$FORMAT_FORMFEED","%^H","$^ENCODING","$FORMAT_LINE_BREAK_CHARACTERS","%ENV","$^F","$FORMAT_LINES_LEFT","%INC","$^H","$FORMAT_LINES_PER_PAGE","%OVERLOAD","$^I","$FORMAT_NAME","%SIG","$^L","$FORMAT_PAGE_NUMBER","@+","$^M","$FORMAT_TOP_NAME","@-","$^N","$GID","@_","$^O","$INPLACE_EDIT","@ARGV","$^OPEN","$INPUT_LINE_NUMBER","@INC","$^P","$INPUT_RECORD_SEPARATOR","@LAST_MATCH_START","$^R","$LAST_MATCH_END","$^RE_DEBUG_FLAGS","$LAST_PAREN_MATCH"],symbols:/[:+\-\^*$&%@=<>!?|\/~\.]/,quoteLikeOps:["qr","m","s","q","qq","qx","qw","tr","y"],escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,tokenizer:{root:[{include:"@whitespace"},[/[a-zA-Z\-_][\w\-_]*/,{cases:{"@keywords":"keyword","@builtinFunctions":"type.identifier","@builtinFileHandlers":"variable.predefined","@quoteLikeOps":{token:"@rematch",next:"quotedConstructs"},"@default":""}}],[/[\$@%][*@#?\+\-\$!\w\\\^><~:;\.]+/,{cases:{"@builtinVariables":"variable.predefined","@default":"variable"}}],{include:"@strings"},{include:"@dblStrings"},{include:"@perldoc"},{include:"@heredoc"},[/[{}\[\]()]/,"@brackets"],[/[\/](?:(?:\[(?:\\]|[^\]])+\])|(?:\\\/|[^\]\/]))*[\/]\w*\s*(?=[).,;]|$)/,"regexp"],[/@symbols/,"operators"],{include:"@numbers"},[/[,;]/,"delimiter"]],whitespace:[[/\s+/,"white"],[/(^#!.*$)/,"metatag"],[/(^#.*$)/,"comment"]],numbers:[[/\d*\.\d+([eE][\-+]?\d+)?/,"number.float"],[/0[xX][0-9a-fA-F_]*[0-9a-fA-F]/,"number.hex"],[/\d+/,"number"]],strings:[[/'/,"string","@stringBody"]],stringBody:[[/'/,"string","@popall"],[/\\'/,"string.escape"],[/./,"string"]],dblStrings:[[/"/,"string","@dblStringBody"]],dblStringBody:[[/"/,"string","@popall"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],{include:"@variables"},[/./,"string"]],quotedConstructs:[[/(q|qw|tr|y)\s*\(/,{token:"string.delim",switchTo:"@qstring.(.)"}],[/(q|qw|tr|y)\s*\[/,{token:"string.delim",switchTo:"@qstring.[.]"}],[/(q|qw|tr|y)\s*\{/,{token:"string.delim",switchTo:"@qstring.{.}"}],[/(q|qw|tr|y)\s*"}],[/(q|qw|tr|y)#/,{token:"string.delim",switchTo:"@qstring.#.#"}],[/(q|qw|tr|y)\s*([^A-Za-z0-9#\s])/,{token:"string.delim",switchTo:"@qstring.$2.$2"}],[/(q|qw|tr|y)\s+(\w)/,{token:"string.delim",switchTo:"@qstring.$2.$2"}],[/(qr|m|s)\s*\(/,{token:"regexp.delim",switchTo:"@qregexp.(.)"}],[/(qr|m|s)\s*\[/,{token:"regexp.delim",switchTo:"@qregexp.[.]"}],[/(qr|m|s)\s*\{/,{token:"regexp.delim",switchTo:"@qregexp.{.}"}],[/(qr|m|s)\s*"}],[/(qr|m|s)#/,{token:"regexp.delim",switchTo:"@qregexp.#.#"}],[/(qr|m|s)\s*([^A-Za-z0-9_#\s])/,{token:"regexp.delim",switchTo:"@qregexp.$2.$2"}],[/(qr|m|s)\s+(\w)/,{token:"regexp.delim",switchTo:"@qregexp.$2.$2"}],[/(qq|qx)\s*\(/,{token:"string.delim",switchTo:"@qqstring.(.)"}],[/(qq|qx)\s*\[/,{token:"string.delim",switchTo:"@qqstring.[.]"}],[/(qq|qx)\s*\{/,{token:"string.delim",switchTo:"@qqstring.{.}"}],[/(qq|qx)\s*"}],[/(qq|qx)#/,{token:"string.delim",switchTo:"@qqstring.#.#"}],[/(qq|qx)\s*([^A-Za-z0-9#\s])/,{token:"string.delim",switchTo:"@qqstring.$2.$2"}],[/(qq|qx)\s+(\w)/,{token:"string.delim",switchTo:"@qqstring.$2.$2"}]],qstring:[[/\\./,"string.escape"],[/./,{cases:{"$#==$S3":{token:"string.delim",next:"@pop"},"$#==$S2":{token:"string.delim",next:"@push"},"@default":"string"}}]],qregexp:[{include:"@variables"},[/\\./,"regexp.escape"],[/./,{cases:{"$#==$S3":{token:"regexp.delim",next:"@regexpModifiers"},"$#==$S2":{token:"regexp.delim",next:"@push"},"@default":"regexp"}}]],regexpModifiers:[[/[msixpodualngcer]+/,{token:"regexp.modifier",next:"@popall"}]],qqstring:[{include:"@variables"},{include:"@qstring"}],heredoc:[[/<<\s*['"`]?([\w\-]+)['"`]?/,{token:"string.heredoc.delimiter",next:"@heredocBody.$1"}]],heredocBody:[[/^([\w\-]+)$/,{cases:{"$1==$S2":[{token:"string.heredoc.delimiter",next:"@popall"}],"@default":"string.heredoc"}}],[/./,"string.heredoc"]],perldoc:[[/^=\w/,"comment.doc","@perldocBody"]],perldocBody:[[/^=cut\b/,"type.identifier","@popall"],[/./,"comment.doc"]],variables:[[/\$\w+/,"variable"],[/@\w+/,"variable"],[/%\w+/,"variable"]]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/8084.03719a5b.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/8084.03719a5b.js new file mode 100644 index 0000000..3da828f --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/8084.03719a5b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[8084],{98084:function(e,o,n){n.r(o),n.d(o,{conf:function(){return t},language:function(){return s}});var t={comments:{lineComment:"//",blockComment:["(*","*)"]},brackets:[["{","}"],["[","]"],["(",")"],["<",">"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:"'",close:"'"}]},s={defaultToken:"",tokenPostfix:".pascaligo",ignoreCase:!0,brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"<",close:">",token:"delimiter.angle"}],keywords:["begin","block","case","const","else","end","fail","for","from","function","if","is","nil","of","remove","return","skip","then","type","var","while","with","option","None","transaction"],typeKeywords:["bool","int","list","map","nat","record","string","unit","address","map","mtz","xtz"],operators:["=",">","<","<=",">=","<>",":",":=","and","mod","or","+","-","*","/","@","&","^","%"],symbols:/[=><:@\^&|+\-*\/\^%]+/,tokenizer:{root:[[/[a-zA-Z_][\w]*/,{cases:{"@keywords":{token:"keyword.$0"},"@default":"identifier"}}],{include:"@whitespace"},[/[{}()\[\]]/,"@brackets"],[/[<>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/\d*\.\d+([eE][\-+]?\d+)?/,"number.float"],[/\$[0-9a-fA-F]{1,16}/,"number.hex"],[/\d+/,"number"],[/[;,.]/,"delimiter"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/'/,"string","@string"],[/'[^\\']'/,"string"],[/'/,"string.invalid"],[/\#\d+/,"string"]],comment:[[/[^\(\*]+/,"comment"],[/\*\)/,"comment","@pop"],[/\(\*/,"comment"]],string:[[/[^\\']+/,"string"],[/\\./,"string.escape.invalid"],[/'/,{token:"string.quote",bracket:"@close",next:"@pop"}]],whitespace:[[/[ \t\r\n]+/,"white"],[/\(\*/,"comment","@comment"],[/\/\/.*$/,"comment"]]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/8180.0f928412.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/8180.0f928412.js new file mode 100644 index 0000000..b5538c9 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/8180.0f928412.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[8180],{48180:function(e,t,n){n.r(t),n.d(t,{conf:function(){return i},language:function(){return o}});var i={comments:{lineComment:"//",blockComment:["(*","*)"]},brackets:[["{","}"],["[","]"],["(",")"],["<",">"]],autoClosingPairs:[{open:'"',close:'"',notIn:["string","comment"]},{open:"{",close:"}",notIn:["string","comment"]},{open:"[",close:"]",notIn:["string","comment"]},{open:"(",close:")",notIn:["string","comment"]}]},o={tokenPostfix:".pats",defaultToken:"invalid",keywords:["abstype","abst0ype","absprop","absview","absvtype","absviewtype","absvt0ype","absviewt0ype","as","and","assume","begin","classdec","datasort","datatype","dataprop","dataview","datavtype","dataviewtype","do","end","extern","extype","extvar","exception","fn","fnx","fun","prfn","prfun","praxi","castfn","if","then","else","ifcase","in","infix","infixl","infixr","prefix","postfix","implmnt","implement","primplmnt","primplement","import","let","local","macdef","macrodef","nonfix","symelim","symintr","overload","of","op","rec","sif","scase","sortdef","sta","stacst","stadef","static","staload","dynload","try","tkindef","typedef","propdef","viewdef","vtypedef","viewtypedef","prval","var","prvar","when","where","with","withtype","withprop","withview","withvtype","withviewtype"],keywords_dlr:["$delay","$ldelay","$arrpsz","$arrptrsize","$d2ctype","$effmask","$effmask_ntm","$effmask_exn","$effmask_ref","$effmask_wrt","$effmask_all","$extern","$extkind","$extype","$extype_struct","$extval","$extfcall","$extmcall","$literal","$myfilename","$mylocation","$myfunction","$lst","$lst_t","$lst_vt","$list","$list_t","$list_vt","$rec","$rec_t","$rec_vt","$record","$record_t","$record_vt","$tup","$tup_t","$tup_vt","$tuple","$tuple_t","$tuple_vt","$break","$continue","$raise","$showtype","$vcopyenv_v","$vcopyenv_vt","$tempenver","$solver_assert","$solver_verify"],keywords_srp:["#if","#ifdef","#ifndef","#then","#elif","#elifdef","#elifndef","#else","#endif","#error","#prerr","#print","#assert","#undef","#define","#include","#require","#pragma","#codegen2","#codegen3"],irregular_keyword_list:["val+","val-","val","case+","case-","case","addr@","addr","fold@","free@","fix@","fix","lam@","lam","llam@","llam","viewt@ype+","viewt@ype-","viewt@ype","viewtype+","viewtype-","viewtype","view+","view-","view@","view","type+","type-","type","vtype+","vtype-","vtype","vt@ype+","vt@ype-","vt@ype","viewt@ype+","viewt@ype-","viewt@ype","viewtype+","viewtype-","viewtype","prop+","prop-","prop","type+","type-","type","t@ype","t@ype+","t@ype-","abst@ype","abstype","absviewt@ype","absvt@ype","for*","for","while*","while"],keywords_types:["bool","double","byte","int","short","char","void","unit","long","float","string","strptr"],keywords_effects:["0","fun","clo","prf","funclo","cloptr","cloref","ref","ntm","1"],operators:["@","!","|","`",":","$",".","=","#","~","..","...","=>","=<>","=/=>","=>>","=/=>>","<",">","><",".<",">.",".<>.","->","-<>"],brackets:[{open:",(",close:")",token:"delimiter.parenthesis"},{open:"`(",close:")",token:"delimiter.parenthesis"},{open:"%(",close:")",token:"delimiter.parenthesis"},{open:"'(",close:")",token:"delimiter.parenthesis"},{open:"'{",close:"}",token:"delimiter.parenthesis"},{open:"@(",close:")",token:"delimiter.parenthesis"},{open:"@{",close:"}",token:"delimiter.brace"},{open:"@[",close:"]",token:"delimiter.square"},{open:"#[",close:"]",token:"delimiter.square"},{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"<",close:">",token:"delimiter.angle"}],symbols:/[=>]/,digit:/[0-9]/,digitseq0:/@digit*/,xdigit:/[0-9A-Za-z]/,xdigitseq0:/@xdigit*/,INTSP:/[lLuU]/,FLOATSP:/[fFlL]/,fexponent:/[eE][+-]?[0-9]+/,fexponent_bin:/[pP][+-]?[0-9]+/,deciexp:/\.[0-9]*@fexponent?/,hexiexp:/\.[0-9a-zA-Z]*@fexponent_bin?/,irregular_keywords:/val[+-]?|case[+-]?|addr\@?|fold\@|free\@|fix\@?|lam\@?|llam\@?|prop[+-]?|type[+-]?|view[+-@]?|viewt@?ype[+-]?|t@?ype[+-]?|v(iew)?t@?ype[+-]?|abst@?ype|absv(iew)?t@?ype|for\*?|while\*?/,ESCHAR:/[ntvbrfa\\\?'"\(\[\{]/,start:"root",tokenizer:{root:[{regex:/[ \t\r\n]+/,action:{token:""}},{regex:/\(\*\)/,action:{token:"invalid"}},{regex:/\(\*/,action:{token:"comment",next:"lexing_COMMENT_block_ml"}},{regex:/\(/,action:"@brackets"},{regex:/\)/,action:"@brackets"},{regex:/\[/,action:"@brackets"},{regex:/\]/,action:"@brackets"},{regex:/\{/,action:"@brackets"},{regex:/\}/,action:"@brackets"},{regex:/,\(/,action:"@brackets"},{regex:/,/,action:{token:"delimiter.comma"}},{regex:/;/,action:{token:"delimiter.semicolon"}},{regex:/@\(/,action:"@brackets"},{regex:/@\[/,action:"@brackets"},{regex:/@\{/,action:"@brackets"},{regex:/:/,action:{token:"@rematch",next:"@pop"}}],lexing_EXTCODE:[{regex:/^%}/,action:{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}},{regex:/[^%]+/,action:""}],lexing_DQUOTE:[{regex:/"/,action:{token:"string.quote",next:"@pop"}},{regex:/(\{\$)(@IDENTFST@IDENTRST*)(\})/,action:[{token:"string.escape"},{token:"identifier"},{token:"string.escape"}]},{regex:/\\$/,action:{token:"string.escape"}},{regex:/\\(@ESCHAR|[xX]@xdigit+|@digit+)/,action:{token:"string.escape"}},{regex:/[^\\"]+/,action:{token:"string"}}]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/8183.baa719cc.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/8183.baa719cc.js new file mode 100644 index 0000000..907f894 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/8183.baa719cc.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[8183],{68183:function(e,t,n){n.r(t),n.d(t,{getJavaScriptWorker:function(){return R},getTypeScriptWorker:function(){return H},setupJavaScript:function(){return E},setupTypeScript:function(){return K}});var r,i,o=n(91429),s=function(){function e(e,t){var n=this;this._modeId=e,this._defaults=t,this._worker=null,this._client=null,this._configChangeListener=this._defaults.onDidChange((function(){return n._stopWorker()})),this._updateExtraLibsToken=0,this._extraLibsChangeListener=this._defaults.onDidExtraLibsChange((function(){return n._updateExtraLibs()}))}return e.prototype._stopWorker=function(){this._worker&&(this._worker.dispose(),this._worker=null),this._client=null},e.prototype.dispose=function(){this._configChangeListener.dispose(),this._extraLibsChangeListener.dispose(),this._stopWorker()},e.prototype._updateExtraLibs=function(){return e=this,t=void 0,r=function(){var e,t;return function(e,t){var n,r,i,o,s={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function a(o){return function(a){return function(o){if(n)throw new TypeError("Generator is already executing.");for(;s;)try{if(n=1,r&&(i=2&o[0]?r.return:o[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,o[1])).done)return i;switch(r=0,i&&(o=[2&o[0],i.value]),o[0]){case 0:case 1:i=o;break;case 4:return s.label++,{value:o[1],done:!1};case 5:s.label++,r=o[1],o=[0];continue;case 7:o=s.ops.pop(),s.trys.pop();continue;default:if(!((i=(i=s.trys).length>0&&i[i.length-1])||6!==o[0]&&2!==o[0])){s=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]0&&i[i.length-1])||6!==o[0]&&2!==o[0])){s=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]0&&(t+=" — "+i.map((function(e){return e.text})).join(" "))}else Array.isArray(e.text)?t+=" — "+e.text.map((function(e){return e.text})).join(" "):e.text&&(t+=" — "+e.text);return t}var w=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.signatureHelpTriggerCharacters=["(",","],t}return l(t,e),t._toSignatureHelpTriggerReason=function(e){switch(e.triggerKind){case o.Mj.SignatureHelpTriggerKind.TriggerCharacter:return e.triggerCharacter?e.isRetrigger?{kind:"retrigger",triggerCharacter:e.triggerCharacter}:{kind:"characterTyped",triggerCharacter:e.triggerCharacter}:{kind:"invoked"};case o.Mj.SignatureHelpTriggerKind.ContentChange:return e.isRetrigger?{kind:"retrigger"}:{kind:"invoked"};case o.Mj.SignatureHelpTriggerKind.Invoke:default:return{kind:"invoked"}}},t.prototype.provideSignatureHelp=function(e,n,r,i){return d(this,void 0,void 0,(function(){var r,o,s,a,u;return p(this,(function(l){switch(l.label){case 0:return r=e.uri,o=e.getOffsetAt(n),[4,this._worker(r)];case 1:return s=l.sent(),e.isDisposed()?[2]:[4,s.getSignatureHelpItems(r.toString(),o,{triggerReason:t._toSignatureHelpTriggerReason(i)})];case 2:return!(a=l.sent())||e.isDisposed()?[2]:(u={activeSignature:a.selectedItemIndex,activeParameter:a.argumentIndex,signatures:[]},a.items.forEach((function(e){var t={label:"",parameters:[]};t.documentation={value:g(e.documentation)},t.label+=g(e.prefixDisplayParts),e.parameters.forEach((function(n,r,i){var o=g(n.displayParts),s={label:o,documentation:{value:g(n.documentation)}};t.label+=o,t.parameters.push(s),r0)for(var u=0,l=n.childItems;u\/\s]+)/g,comments:{blockComment:["{#","#}"]},brackets:[["{#","#}"],["{%","%}"],["{{","}}"],["(",")"],["[","]"],["\x3c!--","--\x3e"],["<",">"]],autoClosingPairs:[{open:"{# ",close:" #}"},{open:"{% ",close:" %}"},{open:"{{ ",close:" }}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:'"',close:'"'},{open:"'",close:"'"},{open:"<",close:">"}]},m={defaultToken:"",tokenPostfix:"",ignoreCase:!0,keywords:["apply","autoescape","block","deprecated","do","embed","extends","flush","for","from","if","import","include","macro","sandbox","set","use","verbatim","with","endapply","endautoescape","endblock","endembed","endfor","endif","endmacro","endsandbox","endset","endwith","true","false"],tokenizer:{root:[[/\s+/],[/{#/,"comment.twig","@commentState"],[/{%[-~]?/,"delimiter.twig","@blockState"],[/{{[-~]?/,"delimiter.twig","@variableState"],[/)/,["delimiter.html","tag.html","","delimiter.html"]],[/(<)(script)/,["delimiter.html",{token:"tag.html",next:"@script"}]],[/(<)(style)/,["delimiter.html",{token:"tag.html",next:"@style"}]],[/(<)((?:[\w\-]+:)?[\w\-]+)/,["delimiter.html",{token:"tag.html",next:"@otherTag"}]],[/(<\/)((?:[\w\-]+:)?[\w\-]+)/,["delimiter.html",{token:"tag.html",next:"@otherTag"}]],[/|>=|<=/,"operators.twig"],[/(starts with|ends with|matches)(\s+)/,["operators.twig",""]],[/(in)(\s+)/,["operators.twig",""]],[/(is)(\s+)/,["operators.twig",""]],[/\||~|:|\.{1,2}|\?{1,2}/,"operators.twig"],[/[^\W\d][\w]*/,{cases:{"@keywords":"keyword.twig","@default":"variable.twig"}}],[/\d+(\.\d+)?/,"number.twig"],[/\(|\)|\[|\]|{|}|,/,"delimiter.twig"],[/"([^#"\\]*(?:\\.[^#"\\]*)*)"|\'([^\'\\]*(?:\\.[^\'\\]*)*)\'/,"string.twig"],[/"/,"string.twig","@stringState"],[/=>/,"operators.twig"],[/=/,"operators.twig"]],doctype:[[/[^>]+/,"metatag.content.html"],[/>/,"metatag.html","@pop"]],comment:[[/-->/,"comment.html","@pop"],[/[^-]+/,"comment.content.html"],[/./,"comment.content.html"]],otherTag:[[/\/?>/,"delimiter.html","@pop"],[/"([^"]*)"/,"attribute.value.html"],[/'([^']*)'/,"attribute.value.html"],[/[\w\-]+/,"attribute.name.html"],[/=/,"delimiter.html"],[/[ \t\r\n]+/]],script:[[/type/,"attribute.name.html","@scriptAfterType"],[/"([^"]*)"/,"attribute.value.html"],[/'([^']*)'/,"attribute.value.html"],[/[\w\-]+/,"attribute.name.html"],[/=/,"delimiter.html"],[/>/,{token:"delimiter.html",next:"@scriptEmbedded",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/(<\/)(script\s*)(>)/,["delimiter.html","tag.html",{token:"delimiter.html",next:"@pop"}]]],scriptAfterType:[[/=/,"delimiter.html","@scriptAfterTypeEquals"],[/>/,{token:"delimiter.html",next:"@scriptEmbedded",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptAfterTypeEquals:[[/"([^"]*)"/,{token:"attribute.value.html",switchTo:"@scriptWithCustomType.$1"}],[/'([^']*)'/,{token:"attribute.value.html",switchTo:"@scriptWithCustomType.$1"}],[/>/,{token:"delimiter.html",next:"@scriptEmbedded",nextEmbedded:"text/javascript"}],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptWithCustomType:[[/>/,{token:"delimiter.html",next:"@scriptEmbedded.$S2",nextEmbedded:"$S2"}],[/"([^"]*)"/,"attribute.value.html"],[/'([^']*)'/,"attribute.value.html"],[/[\w\-]+/,"attribute.name.html"],[/=/,"delimiter.html"],[/[ \t\r\n]+/],[/<\/script\s*>/,{token:"@rematch",next:"@pop"}]],scriptEmbedded:[[/<\/script/,{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}],[/[^<]+/,""]],style:[[/type/,"attribute.name.html","@styleAfterType"],[/"([^"]*)"/,"attribute.value.html"],[/'([^']*)'/,"attribute.value.html"],[/[\w\-]+/,"attribute.name.html"],[/=/,"delimiter.html"],[/>/,{token:"delimiter.html",next:"@styleEmbedded",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/(<\/)(style\s*)(>)/,["delimiter.html","tag.html",{token:"delimiter.html",next:"@pop"}]]],styleAfterType:[[/=/,"delimiter.html","@styleAfterTypeEquals"],[/>/,{token:"delimiter.html",next:"@styleEmbedded",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleAfterTypeEquals:[[/"([^"]*)"/,{token:"attribute.value.html",switchTo:"@styleWithCustomType.$1"}],[/'([^']*)'/,{token:"attribute.value.html",switchTo:"@styleWithCustomType.$1"}],[/>/,{token:"delimiter.html",next:"@styleEmbedded",nextEmbedded:"text/css"}],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleWithCustomType:[[/>/,{token:"delimiter.html",next:"@styleEmbedded.$S2",nextEmbedded:"$S2"}],[/"([^"]*)"/,"attribute.value.html"],[/'([^']*)'/,"attribute.value.html"],[/[\w\-]+/,"attribute.name.html"],[/=/,"delimiter.html"],[/[ \t\r\n]+/],[/<\/style\s*>/,{token:"@rematch",next:"@pop"}]],styleEmbedded:[[/<\/style/,{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}],[/[^<]+/,""]]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/8448.ed3fbbfa.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/8448.ed3fbbfa.js new file mode 100644 index 0000000..61162ab --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/8448.ed3fbbfa.js @@ -0,0 +1 @@ +(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[8448],{96063:function(n){var r;r=function(){return function(n){var r={};function t(e){if(r[e])return r[e].exports;var o=r[e]={exports:{},id:e,loaded:!1};return n[e].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}return t.m=n,t.c=r,t.p="",t(0)}([function(n,r,t){var e;void 0===(e=function(n){return{clustering:t(1),regression:t(5),statistics:t(6),histogram:t(15),transform:{regression:t(18),histogram:t(21),clustering:t(22)}}}.call(r,t,r,n))||(n.exports=e)},function(n,r,t){var e;void 0===(e=function(n){var r=t(2),e=r.dataPreprocess,o=r.normalizeDimensions,i=t(3),a=t(4),u=i.size,s=i.sumOfColumn,l=i.sum,f=i.zeros,c=(a=t(4)).isNumber,h=Math.pow,p={SINGLE:"single",MULTIPLE:"multiple"};function v(n,r,t){for(var e,o,i,a,u=f(n.length,2),s=function(n,r){for(var t=f(n,r.length),e=0;es&&(u.min=s),u.maxr?1:n0)e=i;else{if(!(a<0))return i+1;t=i+1}}return t},map:function(n,r,e){if(n&&r){if(n.map&&n.map===t)return n.map(r,e);for(var o=[],i=0,a=n.length;i=10&&r++,r}}}.call(r,t,r,n))||(n.exports=e)},function(n,r,t){var e;void 0===(e=function(n){var r=t(2),e=r.dataPreprocess,o=r.normalizeDimensions,i={linear:function(n,r){for(var t=r.dimensions[0],e=r.dimensions[1],o=0,i=0,a=0,u=0,s=n.length,l=0;lMath.abs(n[t][e])&&(e=o);for(var i=t;i=t;s--)n[s][u]-=n[s][t]/n[t][t]*n[t][u]}var l=new Array(r),f=n.length-1;for(o=n.length-2;o>=0;o--){for(a=0,t=o+1;t=0;s--)y+=s>1?Math.round(d[s]*Math.pow(10,s+1))/Math.pow(10,s+1)+"x^"+s+" + ":1===s?Math.round(100*d[s])/100+"x + ":Math.round(100*d[s])/100;return{points:m,parameter:d,expression:y}}};return function(n,r,t){var a="number"==typeof t?{order:t}:t||{},u=o(a.dimensions,[0,1]),s=e(r,{dimensions:u}),l=i[n](s,{order:a.order,dimensions:u}),f=u[0];return l.points.sort((function(n,r){return n[f]-r[f]})),l}}.call(r,t,r,n))||(n.exports=e)},function(n,r,t){var e;void 0===(e=function(n){var r={};return r.max=t(7),r.deviation=t(8),r.mean=t(10),r.median=t(12),r.min=t(14),r.quantile=t(13),r.sampleVariance=t(9),r.sum=t(11),r}.call(r,t,r,n))||(n.exports=e)},function(n,r,t){var e;void 0===(e=function(n){var r=t(4).isNumber;return function(n){for(var t=-1/0,e=0;et&&(t=n[e]);return t}}.call(r,t,r,n))||(n.exports=e)},function(n,r,t){var e;void 0===(e=function(n){var r=t(9);return function(n){var t=r(n);return t?Math.sqrt(t):t}}.call(r,t,r,n))||(n.exports=e)},function(n,r,t){var e;void 0===(e=function(n){var r=t(4).isNumber,e=t(10);return function(n){var t=n.length;if(!t||t<2)return 0;if(n.length>=2){for(var o,i=e(n),a=0,u=0;u=1)return n[t-1];var e=(t-1)*r,o=Math.floor(e),i=n[o];return i+(n[o+1]-i)*(e-o)}}.call(r,t,r,n))||(n.exports=e)},function(n,r,t){var e;void 0===(e=function(n){var r=t(4).isNumber;return function(n){for(var t=1/0,e=0;e50?50:r},scott:function(n,r,t){return Math.ceil((t-r)/(3.5*i(n)*Math.pow(n.length,-1/3)))},freedmanDiaconis:function(n,r,t){return n.sort(f),Math.ceil((t-r)/(2*(o(n,.75)-o(n,.25))*Math.pow(n.length,-1/3)))},sturges:function(n){return Math.ceil(Math.log(n.length)/Math.LN2)+1}};return function(n,t){for(var o="string"==typeof t?{method:t}:t||{},i=null==o.method?d.squareRoot:d[o.method],a=s(o.dimensions),l=u(n,{dimensions:a,toOneDimensionArray:!0}),f=r(l),m=e(l),g=i(l,m,f),x=v(m,f,g),M=x.step,y=x.toFixedPrecision,w=h(+(Math.ceil(m/M)*M).toFixed(y),+(Math.floor(f/M)*M).toFixed(y),M,y),b=w.length,D=new Array(b+1),E=0;E<=b;E++)D[E]={},D[E].sample=[],D[E].x0=E>0?w[E-1]:w[E]-m===M?m:w[E]-M,D[E].x1=E=Math.sqrt(50)?a*=10:u>=Math.sqrt(10)?a*=5:u>=Math.sqrt(2)&&(a*=2);var s=i<0?-i:0;return{step:+(t>=n?a:-a).toFixed(s),toFixedPrecision:s}}}.call(r,t,r,n))||(n.exports=e)},function(n,r,t){var e;void 0===(e=function(n){var r=t(5),e=t(19);return{type:"ecStat:regression",transform:function(n){var t,o=n.upstream,i=n.config||{},a=i.method||"linear",u=r(a,o.cloneRawData(),{order:i.order,dimensions:e.normalizeExistingDimensions(n,i.dimensions)}),s=u.points,l=i.formulaOn;if(null==l&&(l="end"),"none"!==l){for(var f=0;f","->*","=>","~","~*"],operators:[" +"," -","/","*","**","div","mod","=","#","@","+=","-=","*=","/=","**=","&&=","?=","&","&&","bit-and","bit-not","bit-or","bit-xor","m","o","z","<"," >","<=",">=","<>","><","=<","=>","bt","byte-ca","byte-cn","byte-co","byte-cs","byte-na","byte-ns","ca","cn","co","cp","cs","eq","ge","gt","le","lt","na","nb","ne","np","ns","*/","*:","--","/*","//"],symbols:/[=>))*/,{cases:{"@typeKeywords":"type","@keywords":"keyword","@cdsLanguage":"annotation","@derivedTypes":"type","@builtinFunctions":"type","@builtinMethods":"type","@operators":"key","@default":"identifier"}}],[/<[\w]+>/,"identifier"],[/##[\w|_]+/,"comment"],{include:"@whitespace"},[/[:,.]/,"delimiter"],[/[{}()\[\]]/,"@brackets"],[/@symbols/,{cases:{"@selectors":"tag","@operators":"key","@default":""}}],[/'/,{token:"string",bracket:"@open",next:"@stringquote"}],[/`/,{token:"string",bracket:"@open",next:"@stringping"}],[/\|/,{token:"string",bracket:"@open",next:"@stringtemplate"}],[/\d+/,"number"]],stringtemplate:[[/[^\\\|]+/,"string"],[/\\\|/,"string"],[/\|/,{token:"string",bracket:"@close",next:"@pop"}]],stringping:[[/[^\\`]+/,"string"],[/`/,{token:"string",bracket:"@close",next:"@pop"}]],stringquote:[[/[^\\']+/,"string"],[/'/,{token:"string",bracket:"@close",next:"@pop"}]],whitespace:[[/[ \t\r\n]+/,""],[/^\*.*$/,"comment"],[/\".*$/,"comment"]]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/854.a8b43c42.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/854.a8b43c42.js new file mode 100644 index 0000000..d72ca20 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/854.a8b43c42.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[854],{60854:function(e,t,r){r.r(t),r.d(t,{conf:function(){return n},language:function(){return s}});var n={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\@\#%\^\&\*\(\)\=\$\-\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{blockComment:["###","###"],lineComment:"#"},folding:{markers:{start:new RegExp("^\\s*#region\\b"),end:new RegExp("^\\s*#endregion\\b")}}},s={defaultToken:"",ignoreCase:!1,tokenPostfix:".mips",regEx:/\/(?!\/\/)(?:[^\/\\]|\\.)*\/[igm]*/,keywords:[".data",".text","syscall","trap","add","addu","addi","addiu","and","andi","div","divu","mult","multu","nor","or","ori","sll","slv","sra","srav","srl","srlv","sub","subu","xor","xori","lhi","lho","lhi","llo","slt","slti","sltu","sltiu","beq","bgtz","blez","bne","j","jal","jalr","jr","lb","lbu","lh","lhu","lw","li","la","sb","sh","sw","mfhi","mflo","mthi","mtlo","move"],symbols:/[\.,\:]+/,escapes:/\\(?:[abfnrtv\\"'$]|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,tokenizer:{root:[[/\$[a-zA-Z_]\w*/,"variable.predefined"],[/[.a-zA-Z_]\w*/,{cases:{this:"variable.predefined","@keywords":{token:"keyword.$0"},"@default":""}}],[/[ \t\r\n]+/,""],[/#.*$/,"comment"],["///",{token:"regexp",next:"@hereregexp"}],[/^(\s*)(@regEx)/,["","regexp"]],[/(\,)(\s*)(@regEx)/,["delimiter","","regexp"]],[/(\:)(\s*)(@regEx)/,["delimiter","","regexp"]],[/@symbols/,"delimiter"],[/\d+[eE]([\-+]?\d+)?/,"number.float"],[/\d+\.\d+([eE][\-+]?\d+)?/,"number.float"],[/0[xX][0-9a-fA-F]+/,"number.hex"],[/0[0-7]+(?!\d)/,"number.octal"],[/\d+/,"number"],[/[,.]/,"delimiter"],[/"""/,"string",'@herestring."""'],[/'''/,"string","@herestring.'''"],[/"/,{cases:{"@eos":"string","@default":{token:"string",next:'@string."'}}}],[/'/,{cases:{"@eos":"string","@default":{token:"string",next:"@string.'"}}}]],string:[[/[^"'\#\\]+/,"string"],[/@escapes/,"string.escape"],[/\./,"string.escape.invalid"],[/\./,"string.escape.invalid"],[/#{/,{cases:{'$S2=="':{token:"string",next:"root.interpolatedstring"},"@default":"string"}}],[/["']/,{cases:{"$#==$S2":{token:"string",next:"@pop"},"@default":"string"}}],[/#/,"string"]],herestring:[[/("""|''')/,{cases:{"$1==$S2":{token:"string",next:"@pop"},"@default":"string"}}],[/[^#\\'"]+/,"string"],[/['"]+/,"string"],[/@escapes/,"string.escape"],[/\./,"string.escape.invalid"],[/#{/,{token:"string.quote",next:"root.interpolatedstring"}],[/#/,"string"]],comment:[[/[^#]+/,"comment"],[/#/,"comment"]],hereregexp:[[/[^\\\/#]+/,"regexp"],[/\\./,"regexp"],[/#.*$/,"comment"],["///[igm]*",{token:"regexp",next:"@pop"}],[/\//,"regexp"]]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/8670.61d89ac7.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/8670.61d89ac7.js new file mode 100644 index 0000000..5618bd5 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/8670.61d89ac7.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[8670],{88670:function(e,r,t){t.r(r),t.d(r,{conf:function(){return o},language:function(){return i}});var o={comments:{lineComment:"#"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"`",close:"`"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"`",close:"`"}]},i={defaultToken:"",ignoreCase:!0,tokenPostfix:".shell",brackets:[{token:"delimiter.bracket",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{token:"delimiter.square",open:"[",close:"]"}],keywords:["if","then","do","else","elif","while","until","for","in","esac","fi","fin","fil","done","exit","set","unset","export","function"],builtins:["ab","awk","bash","beep","cat","cc","cd","chown","chmod","chroot","clear","cp","curl","cut","diff","echo","find","gawk","gcc","get","git","grep","hg","kill","killall","ln","ls","make","mkdir","openssl","mv","nc","node","npm","ping","ps","restart","rm","rmdir","sed","service","sh","shopt","shred","source","sort","sleep","ssh","start","stop","su","sudo","svn","tee","telnet","top","touch","vi","vim","wall","wc","wget","who","write","yes","zsh"],symbols:/[=>",".","..","...","/","/=",":",";","<<","<<=","<","<=","=","==","=>",">",">=",">>",">>=","@","^","^=","|","|=","||","_","?","#"],escapes:/\\([nrt0\"''\\]|x\h{2}|u\{\h{1,6}\})/,delimiters:/[,]/,symbols:/[\#\!\%\&\*\+\-\.\/\:\;\<\=\>\@\^\|_\?]+/,intSuffixes:/[iu](8|16|32|64|128|size)/,floatSuffixes:/f(32|64)/,tokenizer:{root:[[/r(#*)"/,{token:"string.quote",bracket:"@open",next:"@stringraw.$1"}],[/[a-zA-Z][a-zA-Z0-9_]*!?|_[a-zA-Z0-9_]+/,{cases:{"@typeKeywords":"keyword.type","@keywords":"keyword","@supportConstants":"keyword","@supportMacros":"keyword","@constants":"keyword","@default":"identifier"}}],[/\$/,"identifier"],[/'[a-zA-Z_][a-zA-Z0-9_]*(?=[^\'])/,"identifier"],[/'(\S|@escapes)'/,"string.byteliteral"],[/"/,{token:"string.quote",bracket:"@open",next:"@string"}],{include:"@numbers"},{include:"@whitespace"},[/@delimiters/,{cases:{"@keywords":"keyword","@default":"delimiter"}}],[/[{}()\[\]<>]/,"@brackets"],[/@symbols/,{cases:{"@operators":"operator","@default":""}}]],whitespace:[[/[ \t\r\n]+/,"white"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\/\*/,"comment","@push"],["\\*/","comment","@pop"],[/[\/*]/,"comment"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,{token:"string.quote",bracket:"@close",next:"@pop"}]],stringraw:[[/[^"#]+/,{token:"string"}],[/"(#*)/,{cases:{"$1==$S2":{token:"string.quote",bracket:"@close",next:"@pop"},"@default":{token:"string"}}}],[/["#]/,{token:"string"}]],numbers:[[/(0o[0-7_]+)(@intSuffixes)?/,{token:"number"}],[/(0b[0-1_]+)(@intSuffixes)?/,{token:"number"}],[/[\d][\d_]*(\.[\d][\d_]*)?[eE][+-][\d_]+(@floatSuffixes)?/,{token:"number"}],[/\b(\d\.?[\d_]*)(@floatSuffixes)?\b/,{token:"number"}],[/(0x[\da-fA-F]+)_?(@intSuffixes)?/,{token:"number"}],[/[\d][\d_]*(@intSuffixes?)?/,{token:"number"}]]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/8719.cff7fc05.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/8719.cff7fc05.js new file mode 100644 index 0000000..6584fb2 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/8719.cff7fc05.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[8719],{18719:function(e,t,n){n.r(t),n.d(t,{conf:function(){return o},language:function(){return s}});var o={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\#\$\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"'",close:"'",notIn:["string","comment"]},{open:'"',close:'"',notIn:["string","comment"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:"'",close:"'"},{open:'"',close:'"'}],folding:{markers:{start:new RegExp("^\\s*#region\\b"),end:new RegExp("^\\s*#endregion\\b")}}},s={defaultToken:"",tokenPostfix:".cs",brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"<",close:">",token:"delimiter.angle"}],keywords:["extern","alias","using","bool","decimal","sbyte","byte","short","ushort","int","uint","long","ulong","char","float","double","object","dynamic","string","assembly","is","as","ref","out","this","base","new","typeof","void","checked","unchecked","default","delegate","var","const","if","else","switch","case","while","do","for","foreach","in","break","continue","goto","return","throw","try","catch","finally","lock","yield","from","let","where","join","on","equals","into","orderby","ascending","descending","select","group","by","namespace","partial","class","field","event","method","param","public","protected","internal","private","abstract","sealed","static","struct","readonly","volatile","virtual","override","params","get","set","add","remove","operator","true","false","implicit","explicit","interface","enum","null","async","await","fixed","sizeof","stackalloc","unsafe","nameof","when"],namespaceFollows:["namespace","using"],parenFollows:["if","for","while","switch","foreach","using","catch","when"],operators:["=","??","||","&&","|","^","&","==","!=","<=",">=","<<","+","-","*","/","%","!","~","++","--","+=","-=","*=","/=","%=","&=","|=","^=","<<=",">>=",">>","=>"],symbols:/[=>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/[0-9_]*\.[0-9_]+([eE][\-+]?\d+)?[fFdD]?/,"number.float"],[/0[xX][0-9a-fA-F_]+/,"number.hex"],[/0[bB][01_]+/,"number.hex"],[/[0-9_]+/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/"/,{token:"string.quote",next:"@string"}],[/\$\@"/,{token:"string.quote",next:"@litinterpstring"}],[/\@"/,{token:"string.quote",next:"@litstring"}],[/\$"/,{token:"string.quote",next:"@interpolatedstring"}],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"string.invalid"]],qualified:[[/[a-zA-Z_][\w]*/,{cases:{"@keywords":{token:"keyword.$0"},"@default":"identifier"}}],[/\./,"delimiter"],["","","@pop"]],namespace:[{include:"@whitespace"},[/[A-Z]\w*/,"namespace"],[/[\.=]/,"delimiter"],["","","@pop"]],comment:[[/[^\/*]+/,"comment"],["\\*/","comment","@pop"],[/[\/*]/,"comment"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,{token:"string.quote",next:"@pop"}]],litstring:[[/[^"]+/,"string"],[/""/,"string.escape"],[/"/,{token:"string.quote",next:"@pop"}]],litinterpstring:[[/[^"{]+/,"string"],[/""/,"string.escape"],[/{{/,"string.escape"],[/}}/,"string.escape"],[/{/,{token:"string.quote",next:"root.litinterpstring"}],[/"/,{token:"string.quote",next:"@pop"}]],interpolatedstring:[[/[^\\"{]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/{{/,"string.escape"],[/}}/,"string.escape"],[/{/,{token:"string.quote",next:"root.interpolatedstring"}],[/"/,{token:"string.quote",next:"@pop"}]],whitespace:[[/^[ \t\v\f]*#((r)|(load))(?=\s)/,"directive.csx"],[/^[ \t\v\f]*#\w.*$/,"namespace.cpp"],[/[ \t\v\f\r\n]+/,""],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/8842.96002dd9.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/8842.96002dd9.js new file mode 100644 index 0000000..40f9406 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/8842.96002dd9.js @@ -0,0 +1,2 @@ +/*! For license information please see 8842.96002dd9.js.LICENSE.txt */ +(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[8842],{10628:function(){!function(){"use strict";!function(){if(void 0===window.Reflect||void 0===window.customElements||window.customElements.polyfillWrapFlushCallback)return;const e=HTMLElement;window.HTMLElement={HTMLElement:function(){return Reflect.construct(e,[],this.constructor)}}.HTMLElement,HTMLElement.prototype=e.prototype,HTMLElement.prototype.constructor=HTMLElement,Object.setPrototypeOf(HTMLElement,e)}()}()},37593:function(e,a){(()=>{var e={241:e=>{var a=String,t=function(){return{isColorSupported:!1,reset:a,bold:a,dim:a,italic:a,underline:a,inverse:a,hidden:a,strikethrough:a,black:a,red:a,green:a,yellow:a,blue:a,magenta:a,cyan:a,white:a,gray:a,bgBlack:a,bgRed:a,bgGreen:a,bgYellow:a,bgBlue:a,bgMagenta:a,bgCyan:a,bgWhite:a}};e.exports=t(),e.exports.createColors=t},353:(e,a,t)=>{"use strict";let n=t(19);class c extends n{constructor(e){super(e),this.type="atrule"}append(...e){return this.proxyOf.nodes||(this.nodes=[]),super.append(...e)}prepend(...e){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...e)}}e.exports=c,c.default=c,n.registerAtRule(c)},932:(e,a,t)=>{"use strict";let n=t(631);class c extends n{constructor(e){super(e),this.type="comment"}}e.exports=c,c.default=c},19:(e,a,t)=>{"use strict";let n,c,o,i,{isClean:d,my:r}=t(513),l=t(258),s=t(932),b=t(631);function f(e){return e.map((e=>(e.nodes&&(e.nodes=f(e.nodes)),delete e.source,e)))}function u(e){if(e[d]=!1,e.proxyOf.nodes)for(let a of e.proxyOf.nodes)u(a)}class p extends b{push(e){return e.parent=this,this.proxyOf.nodes.push(e),this}each(e){if(!this.proxyOf.nodes)return;let a,t,n=this.getIterator();for(;this.indexes[n]{let n;try{n=e(a,t)}catch(e){throw a.addToError(e)}return!1!==n&&a.walk&&(n=a.walk(e)),n}))}walkDecls(e,a){return a?e instanceof RegExp?this.walk(((t,n)=>{if("decl"===t.type&&e.test(t.prop))return a(t,n)})):this.walk(((t,n)=>{if("decl"===t.type&&t.prop===e)return a(t,n)})):(a=e,this.walk(((e,t)=>{if("decl"===e.type)return a(e,t)})))}walkRules(e,a){return a?e instanceof RegExp?this.walk(((t,n)=>{if("rule"===t.type&&e.test(t.selector))return a(t,n)})):this.walk(((t,n)=>{if("rule"===t.type&&t.selector===e)return a(t,n)})):(a=e,this.walk(((e,t)=>{if("rule"===e.type)return a(e,t)})))}walkAtRules(e,a){return a?e instanceof RegExp?this.walk(((t,n)=>{if("atrule"===t.type&&e.test(t.name))return a(t,n)})):this.walk(((t,n)=>{if("atrule"===t.type&&t.name===e)return a(t,n)})):(a=e,this.walk(((e,t)=>{if("atrule"===e.type)return a(e,t)})))}walkComments(e){return this.walk(((a,t)=>{if("comment"===a.type)return e(a,t)}))}append(...e){for(let a of e){let e=this.normalize(a,this.last);for(let a of e)this.proxyOf.nodes.push(a)}return this.markDirty(),this}prepend(...e){e=e.reverse();for(let a of e){let e=this.normalize(a,this.first,"prepend").reverse();for(let a of e)this.proxyOf.nodes.unshift(a);for(let a in this.indexes)this.indexes[a]=this.indexes[a]+e.length}return this.markDirty(),this}cleanRaws(e){if(super.cleanRaws(e),this.nodes)for(let a of this.nodes)a.cleanRaws(e)}insertBefore(e,a){let t,n=this.index(e),c=0===n&&"prepend",o=this.normalize(a,this.proxyOf.nodes[n],c).reverse();n=this.index(e);for(let e of o)this.proxyOf.nodes.splice(n,0,e);for(let e in this.indexes)t=this.indexes[e],n<=t&&(this.indexes[e]=t+o.length);return this.markDirty(),this}insertAfter(e,a){let t,n=this.index(e),c=this.normalize(a,this.proxyOf.nodes[n]).reverse();n=this.index(e);for(let e of c)this.proxyOf.nodes.splice(n+1,0,e);for(let e in this.indexes)t=this.indexes[e],n=e&&(this.indexes[t]=a-1);return this.markDirty(),this}removeAll(){for(let e of this.proxyOf.nodes)e.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}replaceValues(e,a,t){return t||(t=a,a={}),this.walkDecls((n=>{a.props&&!a.props.includes(n.prop)||a.fast&&!n.value.includes(a.fast)||(n.value=n.value.replace(e,t))})),this.markDirty(),this}every(e){return this.nodes.every(e)}some(e){return this.nodes.some(e)}index(e){return"number"==typeof e?e:(e.proxyOf&&(e=e.proxyOf),this.proxyOf.nodes.indexOf(e))}get first(){if(this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}normalize(e,a){if("string"==typeof e)e=f(n(e).nodes);else if(Array.isArray(e)){e=e.slice(0);for(let a of e)a.parent&&a.parent.removeChild(a,"ignore")}else if("root"===e.type&&"document"!==this.type){e=e.nodes.slice(0);for(let a of e)a.parent&&a.parent.removeChild(a,"ignore")}else if(e.type)e=[e];else if(e.prop){if(void 0===e.value)throw new Error("Value field is missed in node creation");"string"!=typeof e.value&&(e.value=String(e.value)),e=[new l(e)]}else if(e.selector)e=[new c(e)];else if(e.name)e=[new o(e)];else{if(!e.text)throw new Error("Unknown node type in node creation");e=[new s(e)]}let t=e.map((e=>(e[r]||p.rebuild(e),(e=e.proxyOf).parent&&e.parent.removeChild(e),e[d]&&u(e),void 0===e.raws.before&&a&&void 0!==a.raws.before&&(e.raws.before=a.raws.before.replace(/\S/g,"")),e.parent=this.proxyOf,e)));return t}getProxyProcessor(){return{set:(e,a,t)=>(e[a]===t||(e[a]=t,"name"!==a&&"params"!==a&&"selector"!==a||e.markDirty()),!0),get:(e,a)=>"proxyOf"===a?e:e[a]?"each"===a||"string"==typeof a&&a.startsWith("walk")?(...t)=>e[a](...t.map((e=>"function"==typeof e?(a,t)=>e(a.toProxy(),t):e))):"every"===a||"some"===a?t=>e[a](((e,...a)=>t(e.toProxy(),...a))):"root"===a?()=>e.root().toProxy():"nodes"===a?e.nodes.map((e=>e.toProxy())):"first"===a||"last"===a?e[a].toProxy():e[a]:e[a]}}getIterator(){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let e=this.lastEach;return this.indexes[e]=0,e}}p.registerParse=e=>{n=e},p.registerRule=e=>{c=e},p.registerAtRule=e=>{o=e},p.registerRoot=e=>{i=e},e.exports=p,p.default=p,p.rebuild=e=>{"atrule"===e.type?Object.setPrototypeOf(e,o.prototype):"rule"===e.type?Object.setPrototypeOf(e,c.prototype):"decl"===e.type?Object.setPrototypeOf(e,l.prototype):"comment"===e.type?Object.setPrototypeOf(e,s.prototype):"root"===e.type&&Object.setPrototypeOf(e,i.prototype),e[r]=!0,e.nodes&&e.nodes.forEach((e=>{p.rebuild(e)}))}},671:(e,a,t)=>{"use strict";let n=t(241),c=t(868);class o extends Error{constructor(e,a,t,n,c,i){super(e),this.name="CssSyntaxError",this.reason=e,c&&(this.file=c),n&&(this.source=n),i&&(this.plugin=i),void 0!==a&&void 0!==t&&("number"==typeof a?(this.line=a,this.column=t):(this.line=a.line,this.column=a.column,this.endLine=t.line,this.endColumn=t.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,o)}setMessage(){this.message=this.plugin?this.plugin+": ":"",this.message+=this.file?this.file:"",void 0!==this.line&&(this.message+=":"+this.line+":"+this.column),this.message+=": "+this.reason}showSourceCode(e){if(!this.source)return"";let a=this.source;null==e&&(e=n.isColorSupported),c&&e&&(a=c(a));let t,o,i=a.split(/\r?\n/),d=Math.max(this.line-3,0),r=Math.min(this.line+2,i.length),l=String(r).length;if(e){let{bold:e,red:a,gray:c}=n.createColors(!0);t=t=>e(a(t)),o=e=>c(e)}else t=o=e=>e;return i.slice(d,r).map(((e,a)=>{let n=d+1+a,c=" "+(" "+n).slice(-l)+" | ";if(n===this.line){let a=o(c.replace(/\d/g," "))+e.slice(0,this.column-1).replace(/[^\t]/g," ");return t(">")+o(c)+e+"\n "+a+t("^")}return" "+o(c)+e})).join("\n")}toString(){let e=this.showSourceCode();return e&&(e="\n\n"+e+"\n"),this.name+": "+this.message+e}}e.exports=o,o.default=o},258:(e,a,t)=>{"use strict";let n=t(631);class c extends n{constructor(e){e&&void 0!==e.value&&"string"!=typeof e.value&&(e={...e,value:String(e.value)}),super(e),this.type="decl"}get variable(){return this.prop.startsWith("--")||"$"===this.prop[0]}}e.exports=c,c.default=c},461:(e,a,t)=>{"use strict";let n,c,o=t(19);class i extends o{constructor(e){super({type:"document",...e}),this.nodes||(this.nodes=[])}toResult(e={}){return new n(new c,this,e).stringify()}}i.registerLazyResult=e=>{n=e},i.registerProcessor=e=>{c=e},e.exports=i,i.default=i},250:(e,a,t)=>{"use strict";let n=t(258),c=t(981),o=t(932),i=t(353),d=t(995),r=t(25),l=t(675);function s(e,a){if(Array.isArray(e))return e.map((e=>s(e)));let{inputs:t,...b}=e;if(t){a=[];for(let e of t){let t={...e,__proto__:d.prototype};t.map&&(t.map={...t.map,__proto__:c.prototype}),a.push(t)}}if(b.nodes&&(b.nodes=e.nodes.map((e=>s(e,a)))),b.source){let{inputId:e,...t}=b.source;b.source=t,null!=e&&(b.source.input=a[e])}if("root"===b.type)return new r(b);if("decl"===b.type)return new n(b);if("rule"===b.type)return new l(b);if("comment"===b.type)return new o(b);if("atrule"===b.type)return new i(b);throw new Error("Unknown node type: "+e.type)}e.exports=s,s.default=s},995:(e,a,t)=>{"use strict";let{SourceMapConsumer:n,SourceMapGenerator:c}=t(209),{fileURLToPath:o,pathToFileURL:i}=t(414),{resolve:d,isAbsolute:r}=t(830),{nanoid:l}=t(961),s=t(868),b=t(671),f=t(981),u=Symbol("fromOffsetCache"),p=Boolean(n&&c),m=Boolean(d&&r);class h{constructor(e,a={}){if(null==e||"object"==typeof e&&!e.toString)throw new Error(`PostCSS received ${e} instead of CSS string`);if(this.css=e.toString(),"\ufeff"===this.css[0]||"￾"===this.css[0]?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,a.from&&(!m||/^\w+:\/\//.test(a.from)||r(a.from)?this.file=a.from:this.file=d(a.from)),m&&p){let e=new f(this.css,a);if(e.text){this.map=e;let a=e.consumer().file;!this.file&&a&&(this.file=this.mapResolve(a))}}this.file||(this.id=""),this.map&&(this.map.file=this.from)}fromOffset(e){let a,t;if(this[u])t=this[u];else{let e=this.css.split("\n");t=new Array(e.length);let a=0;for(let n=0,c=e.length;n=a)n=t.length-1;else{let a,c=t.length-2;for(;n>1),e=t[a+1])){n=a;break}n=a+1}}return{line:n+1,col:e-t[n]+1}}error(e,a,t,n={}){let c,o,d;if(a&&"object"==typeof a){let e=a,n=t;if("number"==typeof a.offset){let n=this.fromOffset(e.offset);a=n.line,t=n.col}else a=e.line,t=e.column;if("number"==typeof n.offset){let e=this.fromOffset(n.offset);o=e.line,d=e.col}else o=n.line,d=n.column}else if(!t){let e=this.fromOffset(a);a=e.line,t=e.col}let r=this.origin(a,t,o,d);return c=r?new b(e,void 0===r.endLine?r.line:{line:r.line,column:r.column},void 0===r.endLine?r.column:{line:r.endLine,column:r.endColumn},r.source,r.file,n.plugin):new b(e,void 0===o?a:{line:a,column:t},void 0===o?t:{line:o,column:d},this.css,this.file,n.plugin),c.input={line:a,column:t,endLine:o,endColumn:d,source:this.css},this.file&&(i&&(c.input.url=i(this.file).toString()),c.input.file=this.file),c}origin(e,a,t,n){if(!this.map)return!1;let c,d,l=this.map.consumer(),s=l.originalPositionFor({line:e,column:a});if(!s.source)return!1;"number"==typeof t&&(c=l.originalPositionFor({line:t,column:n})),d=r(s.source)?i(s.source):new URL(s.source,this.map.consumer().sourceRoot||i(this.map.mapFile));let b={url:d.toString(),line:s.line,column:s.column,endLine:c&&c.line,endColumn:c&&c.column};if("file:"===d.protocol){if(!o)throw new Error("file: protocol is not available in this PostCSS build");b.file=o(d)}let f=l.sourceContentFor(s.source);return f&&(b.source=f),b}mapResolve(e){return/^\w+:\/\//.test(e)?e:d(this.map.consumer().sourceRoot||this.map.root||".",e)}get from(){return this.file||this.id}toJSON(){let e={};for(let a of["hasBOM","css","file","id"])null!=this[a]&&(e[a]=this[a]);return this.map&&(e.map={...this.map},e.map.consumerCache&&(e.map.consumerCache=void 0)),e}}e.exports=h,h.default=h,s&&s.registerInput&&s.registerInput(h)},939:(e,a,t)=>{"use strict";let{isClean:n,my:c}=t(513),o=t(505),i=t(88),d=t(19),r=t(461),l=(t(448),t(632)),s=t(964),b=t(25);const f={document:"Document",root:"Root",atrule:"AtRule",rule:"Rule",decl:"Declaration",comment:"Comment"},u={postcssPlugin:!0,prepare:!0,Once:!0,Document:!0,Root:!0,Declaration:!0,Rule:!0,AtRule:!0,Comment:!0,DeclarationExit:!0,RuleExit:!0,AtRuleExit:!0,CommentExit:!0,RootExit:!0,DocumentExit:!0,OnceExit:!0},p={postcssPlugin:!0,prepare:!0,Once:!0};function m(e){return"object"==typeof e&&"function"==typeof e.then}function h(e){let a=!1,t=f[e.type];return"decl"===e.type?a=e.prop.toLowerCase():"atrule"===e.type&&(a=e.name.toLowerCase()),a&&e.append?[t,t+"-"+a,0,t+"Exit",t+"Exit-"+a]:a?[t,t+"-"+a,t+"Exit",t+"Exit-"+a]:e.append?[t,0,t+"Exit"]:[t,t+"Exit"]}function v(e){let a;return a="document"===e.type?["Document",0,"DocumentExit"]:"root"===e.type?["Root",0,"RootExit"]:h(e),{node:e,events:a,eventIndex:0,visitors:[],visitorIndex:0,iterator:0}}function g(e){return e[n]=!1,e.nodes&&e.nodes.forEach((e=>g(e))),e}let y={};class w{constructor(e,a,t){let n;if(this.stringified=!1,this.processed=!1,"object"!=typeof a||null===a||"root"!==a.type&&"document"!==a.type)if(a instanceof w||a instanceof l)n=g(a.root),a.map&&(void 0===t.map&&(t.map={}),t.map.inline||(t.map.inline=!1),t.map.prev=a.map);else{let o=s;t.syntax&&(o=t.syntax.parse),t.parser&&(o=t.parser),o.parse&&(o=o.parse);try{n=o(a,t)}catch(e){this.processed=!0,this.error=e}n&&!n[c]&&d.rebuild(n)}else n=g(a);this.result=new l(e,n,t),this.helpers={...y,result:this.result,postcss:y},this.plugins=this.processor.plugins.map((e=>"object"==typeof e&&e.prepare?{...e,...e.prepare(this.result)}:e))}get[Symbol.toStringTag](){return"LazyResult"}get processor(){return this.result.processor}get opts(){return this.result.opts}get css(){return this.stringify().css}get content(){return this.stringify().content}get map(){return this.stringify().map}get root(){return this.sync().root}get messages(){return this.sync().messages}warnings(){return this.sync().warnings()}toString(){return this.css}then(e,a){return this.async().then(e,a)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||(this.processing=this.runAsync()),this.processing)}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let e of this.plugins)if(m(this.runOnRoot(e)))throw this.getAsyncError();if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[n];)e[n]=!0,this.walkSync(e);if(this.listeners.OnceExit)if("document"===e.type)for(let a of e.nodes)this.visitSync(this.listeners.OnceExit,a);else this.visitSync(this.listeners.OnceExit,e)}return this.result}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let e=this.result.opts,a=i;e.syntax&&(a=e.syntax.stringify),e.stringifier&&(a=e.stringifier),a.stringify&&(a=a.stringify);let t=new o(a,this.result.root,this.result.opts).generate();return this.result.css=t[0],this.result.map=t[1],this.result}walkSync(e){e[n]=!0;let a=h(e);for(let t of a)if(0===t)e.nodes&&e.each((e=>{e[n]||this.walkSync(e)}));else{let a=this.listeners[t];if(a&&this.visitSync(a,e.toProxy()))return}}visitSync(e,a){for(let[t,n]of e){let c;this.result.lastPlugin=t;try{c=n(a,this.helpers)}catch(e){throw this.handleError(e,a.proxyOf)}if("root"!==a.type&&"document"!==a.type&&!a.parent)return!0;if(m(c))throw this.getAsyncError()}}runOnRoot(e){this.result.lastPlugin=e;try{if("object"==typeof e&&e.Once){if("document"===this.result.root.type){let a=this.result.root.nodes.map((a=>e.Once(a,this.helpers)));return m(a[0])?Promise.all(a):a}return e.Once(this.result.root,this.helpers)}if("function"==typeof e)return e(this.result.root,this.result)}catch(e){throw this.handleError(e)}}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(e,a){let t=this.result.lastPlugin;try{a&&a.addToError(e),this.error=e,"CssSyntaxError"!==e.name||e.plugin?t.postcssVersion:(e.plugin=t.postcssPlugin,e.setMessage())}catch(e){console&&console.error&&console.error(e)}return e}async runAsync(){this.plugin=0;for(let e=0;e0;){let e=this.visitTick(a);if(m(e))try{await e}catch(e){let t=a[a.length-1].node;throw this.handleError(e,t)}}}if(this.listeners.OnceExit)for(let[a,t]of this.listeners.OnceExit){this.result.lastPlugin=a;try{if("document"===e.type){let a=e.nodes.map((e=>t(e,this.helpers)));await Promise.all(a)}else await t(e,this.helpers)}catch(e){throw this.handleError(e)}}}return this.processed=!0,this.stringify()}prepareVisitors(){this.listeners={};let e=(e,a,t)=>{this.listeners[a]||(this.listeners[a]=[]),this.listeners[a].push([e,t])};for(let a of this.plugins)if("object"==typeof a)for(let t in a){if(!u[t]&&/^[A-Z]/.test(t))throw new Error(`Unknown event ${t} in ${a.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!p[t])if("object"==typeof a[t])for(let n in a[t])e(a,"*"===n?t:t+"-"+n.toLowerCase(),a[t][n]);else"function"==typeof a[t]&&e(a,t,a[t])}this.hasListener=Object.keys(this.listeners).length>0}visitTick(e){let a=e[e.length-1],{node:t,visitors:c}=a;if("root"!==t.type&&"document"!==t.type&&!t.parent)return void e.pop();if(c.length>0&&a.visitorIndex{y=e},e.exports=w,w.default=w,b.registerLazyResult(w),r.registerLazyResult(w)},715:e=>{"use strict";let a={split(e,a,t){let n=[],c="",o=!1,i=0,d=!1,r="",l=!1;for(let t of e)l?l=!1:"\\"===t?l=!0:d?t===r&&(d=!1):'"'===t||"'"===t?(d=!0,r=t):"("===t?i+=1:")"===t?i>0&&(i-=1):0===i&&a.includes(t)&&(o=!0),o?(""!==c&&n.push(c.trim()),c="",o=!1):c+=t;return(t||""!==c)&&n.push(c.trim()),n},space:e=>a.split(e,[" ","\n","\t"]),comma:e=>a.split(e,[","],!0)};e.exports=a,a.default=a},505:(e,a,t)=>{"use strict";let{SourceMapConsumer:n,SourceMapGenerator:c}=t(209),{dirname:o,resolve:i,relative:d,sep:r}=t(830),{pathToFileURL:l}=t(414),s=t(995),b=Boolean(n&&c),f=Boolean(o&&i&&d&&r);e.exports=class{constructor(e,a,t,n){this.stringify=e,this.mapOpts=t.map||{},this.root=a,this.opts=t,this.css=n,this.usesFileUrls=!this.mapOpts.from&&this.mapOpts.absolute}isMap(){return void 0!==this.opts.map?!!this.opts.map:this.previous().length>0}previous(){if(!this.previousMaps)if(this.previousMaps=[],this.root)this.root.walk((e=>{if(e.source&&e.source.input.map){let a=e.source.input.map;this.previousMaps.includes(a)||this.previousMaps.push(a)}}));else{let e=new s(this.css,this.opts);e.map&&this.previousMaps.push(e.map)}return this.previousMaps}isInline(){if(void 0!==this.mapOpts.inline)return this.mapOpts.inline;let e=this.mapOpts.annotation;return(void 0===e||!0===e)&&(!this.previous().length||this.previous().some((e=>e.inline)))}isSourcesContent(){return void 0!==this.mapOpts.sourcesContent?this.mapOpts.sourcesContent:!this.previous().length||this.previous().some((e=>e.withContent()))}clearAnnotation(){if(!1!==this.mapOpts.annotation)if(this.root){let e;for(let a=this.root.nodes.length-1;a>=0;a--)e=this.root.nodes[a],"comment"===e.type&&0===e.text.indexOf("# sourceMappingURL=")&&this.root.removeChild(a)}else this.css&&(this.css=this.css.replace(/(\n)?\/\*#[\S\s]*?\*\/$/gm,""))}setSourcesContent(){let e={};if(this.root)this.root.walk((a=>{if(a.source){let t=a.source.input.from;if(t&&!e[t]){e[t]=!0;let n=this.usesFileUrls?this.toFileUrl(t):this.toUrl(this.path(t));this.map.setSourceContent(n,a.source.input.css)}}}));else if(this.css){let e=this.opts.from?this.toUrl(this.path(this.opts.from)):"";this.map.setSourceContent(e,this.css)}}applyPrevMaps(){for(let e of this.previous()){let a,t=this.toUrl(this.path(e.file)),c=e.root||o(e.file);!1===this.mapOpts.sourcesContent?(a=new n(e.text),a.sourcesContent&&(a.sourcesContent=a.sourcesContent.map((()=>null)))):a=e.consumer(),this.map.applySourceMap(a,t,this.toUrl(this.path(c)))}}isAnnotation(){return!!this.isInline()||(void 0!==this.mapOpts.annotation?this.mapOpts.annotation:!this.previous().length||this.previous().some((e=>e.annotation)))}toBase64(e){return Buffer?Buffer.from(e).toString("base64"):window.btoa(unescape(encodeURIComponent(e)))}addAnnotation(){let e;e=this.isInline()?"data:application/json;base64,"+this.toBase64(this.map.toString()):"string"==typeof this.mapOpts.annotation?this.mapOpts.annotation:"function"==typeof this.mapOpts.annotation?this.mapOpts.annotation(this.opts.to,this.root):this.outputFile()+".map";let a="\n";this.css.includes("\r\n")&&(a="\r\n"),this.css+=a+"/*# sourceMappingURL="+e+" */"}outputFile(){return this.opts.to?this.path(this.opts.to):this.opts.from?this.path(this.opts.from):"to.css"}generateMap(){if(this.root)this.generateString();else if(1===this.previous().length){let e=this.previous()[0].consumer();e.file=this.outputFile(),this.map=c.fromSourceMap(e)}else this.map=new c({file:this.outputFile()}),this.map.addMapping({source:this.opts.from?this.toUrl(this.path(this.opts.from)):"",generated:{line:1,column:0},original:{line:1,column:0}});return this.isSourcesContent()&&this.setSourcesContent(),this.root&&this.previous().length>0&&this.applyPrevMaps(),this.isAnnotation()&&this.addAnnotation(),this.isInline()?[this.css]:[this.css,this.map]}path(e){if(0===e.indexOf("<"))return e;if(/^\w+:\/\//.test(e))return e;if(this.mapOpts.absolute)return e;let a=this.opts.to?o(this.opts.to):".";return"string"==typeof this.mapOpts.annotation&&(a=o(i(a,this.mapOpts.annotation))),d(a,e)}toUrl(e){return"\\"===r&&(e=e.replace(/\\/g,"/")),encodeURI(e).replace(/[#?]/g,encodeURIComponent)}toFileUrl(e){if(l)return l(e).toString();throw new Error("`map.absolute` option is not available in this PostCSS build")}sourcePath(e){return this.mapOpts.from?this.toUrl(this.mapOpts.from):this.usesFileUrls?this.toFileUrl(e.source.input.from):this.toUrl(this.path(e.source.input.from))}generateString(){this.css="",this.map=new c({file:this.outputFile()});let e,a,t=1,n=1,o="",i={source:"",generated:{line:0,column:0},original:{line:0,column:0}};this.stringify(this.root,((c,d,r)=>{if(this.css+=c,d&&"end"!==r&&(i.generated.line=t,i.generated.column=n-1,d.source&&d.source.start?(i.source=this.sourcePath(d),i.original.line=d.source.start.line,i.original.column=d.source.start.column-1,this.map.addMapping(i)):(i.source=o,i.original.line=1,i.original.column=0,this.map.addMapping(i))),e=c.match(/\n/g),e?(t+=e.length,a=c.lastIndexOf("\n"),n=c.length-a):n+=c.length,d&&"start"!==r){let e=d.parent||{raws:{}};("decl"!==d.type||d!==e.last||e.raws.semicolon)&&(d.source&&d.source.end?(i.source=this.sourcePath(d),i.original.line=d.source.end.line,i.original.column=d.source.end.column-1,i.generated.line=t,i.generated.column=n-2,this.map.addMapping(i)):(i.source=o,i.original.line=1,i.original.column=0,i.generated.line=t,i.generated.column=n-1,this.map.addMapping(i)))}}))}generate(){if(this.clearAnnotation(),f&&b&&this.isMap())return this.generateMap();{let e="";return this.stringify(this.root,(a=>{e+=a})),[e]}}}},647:(e,a,t)=>{"use strict";let n=t(505),c=t(88),o=(t(448),t(964));const i=t(632);class d{constructor(e,a,t){let o;a=a.toString(),this.stringified=!1,this._processor=e,this._css=a,this._opts=t,this._map=void 0;let d=c;this.result=new i(this._processor,o,this._opts),this.result.css=a;let r=this;Object.defineProperty(this.result,"root",{get:()=>r.root});let l=new n(d,o,this._opts,a);if(l.isMap()){let[e,a]=l.generate();e&&(this.result.css=e),a&&(this.result.map=a)}}get[Symbol.toStringTag](){return"NoWorkResult"}get processor(){return this.result.processor}get opts(){return this.result.opts}get css(){return this.result.css}get content(){return this.result.css}get map(){return this.result.map}get root(){if(this._root)return this._root;let e,a=o;try{e=a(this._css,this._opts)}catch(e){this.error=e}if(this.error)throw this.error;return this._root=e,e}get messages(){return[]}warnings(){return[]}toString(){return this._css}then(e,a){return this.async().then(e,a)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}sync(){if(this.error)throw this.error;return this.result}}e.exports=d,d.default=d},631:(e,a,t)=>{"use strict";let{isClean:n,my:c}=t(513),o=t(671),i=t(62),d=t(88);function r(e,a){let t=new e.constructor;for(let n in e){if(!Object.prototype.hasOwnProperty.call(e,n))continue;if("proxyCache"===n)continue;let c=e[n],o=typeof c;"parent"===n&&"object"===o?a&&(t[n]=a):"source"===n?t[n]=c:Array.isArray(c)?t[n]=c.map((e=>r(e,t))):("object"===o&&null!==c&&(c=r(c)),t[n]=c)}return t}class l{constructor(e={}){this.raws={},this[n]=!1,this[c]=!0;for(let a in e)if("nodes"===a){this.nodes=[];for(let t of e[a])"function"==typeof t.clone?this.append(t.clone()):this.append(t)}else this[a]=e[a]}error(e,a={}){if(this.source){let{start:t,end:n}=this.rangeBy(a);return this.source.input.error(e,{line:t.line,column:t.column},{line:n.line,column:n.column},a)}return new o(e)}warn(e,a,t){let n={node:this};for(let e in t)n[e]=t[e];return e.warn(a,n)}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}toString(e=d){e.stringify&&(e=e.stringify);let a="";return e(this,(e=>{a+=e})),a}assign(e={}){for(let a in e)this[a]=e[a];return this}clone(e={}){let a=r(this);for(let t in e)a[t]=e[t];return a}cloneBefore(e={}){let a=this.clone(e);return this.parent.insertBefore(this,a),a}cloneAfter(e={}){let a=this.clone(e);return this.parent.insertAfter(this,a),a}replaceWith(...e){if(this.parent){let a=this,t=!1;for(let n of e)n===this?t=!0:t?(this.parent.insertAfter(a,n),a=n):this.parent.insertBefore(a,n);t||this.remove()}return this}next(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e+1]}prev(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e-1]}before(e){return this.parent.insertBefore(this,e),this}after(e){return this.parent.insertAfter(this,e),this}root(){let e=this;for(;e.parent&&"document"!==e.parent.type;)e=e.parent;return e}raw(e,a){return(new i).raw(this,e,a)}cleanRaws(e){delete this.raws.before,delete this.raws.after,e||delete this.raws.between}toJSON(e,a){let t={},n=null==a;a=a||new Map;let c=0;for(let e in this){if(!Object.prototype.hasOwnProperty.call(this,e))continue;if("parent"===e||"proxyCache"===e)continue;let n=this[e];if(Array.isArray(n))t[e]=n.map((e=>"object"==typeof e&&e.toJSON?e.toJSON(null,a):e));else if("object"==typeof n&&n.toJSON)t[e]=n.toJSON(null,a);else if("source"===e){let o=a.get(n.input);null==o&&(o=c,a.set(n.input,c),c++),t[e]={inputId:o,start:n.start,end:n.end}}else t[e]=n}return n&&(t.inputs=[...a.keys()].map((e=>e.toJSON()))),t}positionInside(e){let a=this.toString(),t=this.source.start.column,n=this.source.start.line;for(let c=0;c(e[a]===t||(e[a]=t,"prop"!==a&&"value"!==a&&"name"!==a&&"params"!==a&&"important"!==a&&"text"!==a||e.markDirty()),!0),get:(e,a)=>"proxyOf"===a?e:"root"===a?()=>e.root().toProxy():e[a]}}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}addToError(e){if(e.postcssNode=this,e.stack&&this.source&&/\n\s{4}at /.test(e.stack)){let a=this.source;e.stack=e.stack.replace(/\n\s{4}at /,`$&${a.input.from}:${a.start.line}:${a.start.column}$&`)}return e}markDirty(){if(this[n]){this[n]=!1;let e=this;for(;e=e.parent;)e[n]=!1}}get proxyOf(){return this}}e.exports=l,l.default=l},964:(e,a,t)=>{"use strict";let n=t(19),c=t(867),o=t(995);function i(e,a){let t=new o(e,a),n=new c(t);try{n.parse()}catch(e){throw e}return n.root}e.exports=i,i.default=i,n.registerParse(i)},867:(e,a,t)=>{"use strict";let n=t(258),c=t(852),o=t(932),i=t(353),d=t(25),r=t(675);const l={empty:!0,space:!0};e.exports=class{constructor(e){this.input=e,this.root=new d,this.current=this.root,this.spaces="",this.semicolon=!1,this.customProperty=!1,this.createTokenizer(),this.root.source={input:e,start:{offset:0,line:1,column:1}}}createTokenizer(){this.tokenizer=c(this.input)}parse(){let e;for(;!this.tokenizer.endOfFile();)switch(e=this.tokenizer.nextToken(),e[0]){case"space":this.spaces+=e[1];break;case";":this.freeSemicolon(e);break;case"}":this.end(e);break;case"comment":this.comment(e);break;case"at-word":this.atrule(e);break;case"{":this.emptyRule(e);break;default:this.other(e)}this.endFile()}comment(e){let a=new o;this.init(a,e[2]),a.source.end=this.getPosition(e[3]||e[2]);let t=e[1].slice(2,-2);if(/^\s*$/.test(t))a.text="",a.raws.left=t,a.raws.right="";else{let e=t.match(/^(\s*)([^]*\S)(\s*)$/);a.text=e[2],a.raws.left=e[1],a.raws.right=e[3]}}emptyRule(e){let a=new r;this.init(a,e[2]),a.selector="",a.raws.between="",this.current=a}other(e){let a=!1,t=null,n=!1,c=null,o=[],i=e[1].startsWith("--"),d=[],r=e;for(;r;){if(t=r[0],d.push(r),"("===t||"["===t)c||(c=r),o.push("("===t?")":"]");else if(i&&n&&"{"===t)c||(c=r),o.push("}");else if(0===o.length){if(";"===t){if(n)return void this.decl(d,i);break}if("{"===t)return void this.rule(d);if("}"===t){this.tokenizer.back(d.pop()),a=!0;break}":"===t&&(n=!0)}else t===o[o.length-1]&&(o.pop(),0===o.length&&(c=null));r=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(a=!0),o.length>0&&this.unclosedBracket(c),a&&n){if(!i)for(;d.length&&(r=d[d.length-1][0],"space"===r||"comment"===r);)this.tokenizer.back(d.pop());this.decl(d,i)}else this.unknownWord(d)}rule(e){e.pop();let a=new r;this.init(a,e[0][2]),a.raws.between=this.spacesAndCommentsFromEnd(e),this.raw(a,"selector",e),this.current=a}decl(e,a){let t=new n;this.init(t,e[0][2]);let c,o=e[e.length-1];for(";"===o[0]&&(this.semicolon=!0,e.pop()),t.source.end=this.getPosition(o[3]||o[2]||function(e){for(let a=e.length-1;a>=0;a--){let t=e[a],n=t[3]||t[2];if(n)return n}}(e));"word"!==e[0][0];)1===e.length&&this.unknownWord(e),t.raws.before+=e.shift()[1];for(t.source.start=this.getPosition(e[0][2]),t.prop="";e.length;){let a=e[0][0];if(":"===a||"space"===a||"comment"===a)break;t.prop+=e.shift()[1]}for(t.raws.between="";e.length;){if(c=e.shift(),":"===c[0]){t.raws.between+=c[1];break}"word"===c[0]&&/\w/.test(c[1])&&this.unknownWord([c]),t.raws.between+=c[1]}"_"!==t.prop[0]&&"*"!==t.prop[0]||(t.raws.before+=t.prop[0],t.prop=t.prop.slice(1));let i,d=[];for(;e.length&&(i=e[0][0],"space"===i||"comment"===i);)d.push(e.shift());this.precheckMissedSemicolon(e);for(let a=e.length-1;a>=0;a--){if(c=e[a],"!important"===c[1].toLowerCase()){t.important=!0;let n=this.stringFrom(e,a);n=this.spacesFromEnd(e)+n," !important"!==n&&(t.raws.important=n);break}if("important"===c[1].toLowerCase()){let n=e.slice(0),c="";for(let e=a;e>0;e--){let a=n[e][0];if(0===c.trim().indexOf("!")&&"space"!==a)break;c=n.pop()[1]+c}0===c.trim().indexOf("!")&&(t.important=!0,t.raws.important=c,e=n)}if("space"!==c[0]&&"comment"!==c[0])break}e.some((e=>"space"!==e[0]&&"comment"!==e[0]))&&(t.raws.between+=d.map((e=>e[1])).join(""),d=[]),this.raw(t,"value",d.concat(e),a),t.value.includes(":")&&!a&&this.checkMissedSemicolon(e)}atrule(e){let a,t,n,c=new i;c.name=e[1].slice(1),""===c.name&&this.unnamedAtrule(c,e),this.init(c,e[2]);let o=!1,d=!1,r=[],l=[];for(;!this.tokenizer.endOfFile();){if(a=(e=this.tokenizer.nextToken())[0],"("===a||"["===a?l.push("("===a?")":"]"):"{"===a&&l.length>0?l.push("}"):a===l[l.length-1]&&l.pop(),0===l.length){if(";"===a){c.source.end=this.getPosition(e[2]),this.semicolon=!0;break}if("{"===a){d=!0;break}if("}"===a){if(r.length>0){for(n=r.length-1,t=r[n];t&&"space"===t[0];)t=r[--n];t&&(c.source.end=this.getPosition(t[3]||t[2]))}this.end(e);break}r.push(e)}else r.push(e);if(this.tokenizer.endOfFile()){o=!0;break}}c.raws.between=this.spacesAndCommentsFromEnd(r),r.length?(c.raws.afterName=this.spacesAndCommentsFromStart(r),this.raw(c,"params",r),o&&(e=r[r.length-1],c.source.end=this.getPosition(e[3]||e[2]),this.spaces=c.raws.between,c.raws.between="")):(c.raws.afterName="",c.params=""),d&&(c.nodes=[],this.current=c)}end(e){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end=this.getPosition(e[2]),this.current=this.current.parent):this.unexpectedClose(e)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||"")+this.spaces}freeSemicolon(e){if(this.spaces+=e[1],this.current.nodes){let e=this.current.nodes[this.current.nodes.length-1];e&&"rule"===e.type&&!e.raws.ownSemicolon&&(e.raws.ownSemicolon=this.spaces,this.spaces="")}}getPosition(e){let a=this.input.fromOffset(e);return{offset:e,line:a.line,column:a.col}}init(e,a){this.current.push(e),e.source={start:this.getPosition(a),input:this.input},e.raws.before=this.spaces,this.spaces="","comment"!==e.type&&(this.semicolon=!1)}raw(e,a,t,n){let c,o,i,d,r=t.length,s="",b=!0;for(let e=0;ee+a[1]),"");e.raws[a]={value:s,raw:n}}e[a]=s}spacesAndCommentsFromEnd(e){let a,t="";for(;e.length&&(a=e[e.length-1][0],"space"===a||"comment"===a);)t=e.pop()[1]+t;return t}spacesAndCommentsFromStart(e){let a,t="";for(;e.length&&(a=e[0][0],"space"===a||"comment"===a);)t+=e.shift()[1];return t}spacesFromEnd(e){let a,t="";for(;e.length&&(a=e[e.length-1][0],"space"===a);)t=e.pop()[1]+t;return t}stringFrom(e,a){let t="";for(let n=a;n=0&&(t=e[c],"space"===t[0]||(n+=1,2!==n));c--);throw this.input.error("Missed semicolon","word"===t[0]?t[3]+1:t[2])}}},20:(e,a,t)=>{"use strict";let n=t(671),c=t(258),o=t(939),i=t(19),d=t(723),r=t(88),l=t(250),s=t(461),b=t(728),f=t(932),u=t(353),p=t(632),m=t(995),h=t(964),v=t(715),g=t(675),y=t(25),w=t(631);function C(...e){return 1===e.length&&Array.isArray(e[0])&&(e=e[0]),new d(e)}C.plugin=function(e,a){let t,n=!1;function c(...t){console&&console.warn&&!n&&(n=!0,console.warn(e+": postcss.plugin was deprecated. Migration guide:\nhttps://evilmartians.com/chronicles/postcss-8-plugin-migration"),process.env.LANG&&process.env.LANG.startsWith("cn")&&console.warn(e+": 里面 postcss.plugin 被弃用. 迁移指南:\nhttps://www.w3ctech.com/topic/2226"));let c=a(...t);return c.postcssPlugin=e,c.postcssVersion=(new d).version,c}return Object.defineProperty(c,"postcss",{get:()=>(t||(t=c()),t)}),c.process=function(e,a,t){return C([c(t)]).process(e,a)},c},C.stringify=r,C.parse=h,C.fromJSON=l,C.list=v,C.comment=e=>new f(e),C.atRule=e=>new u(e),C.decl=e=>new c(e),C.rule=e=>new g(e),C.root=e=>new y(e),C.document=e=>new s(e),C.CssSyntaxError=n,C.Declaration=c,C.Container=i,C.Processor=d,C.Document=s,C.Comment=f,C.Warning=b,C.AtRule=u,C.Result=p,C.Input=m,C.Rule=g,C.Root=y,C.Node=w,o.registerPostcss(C),e.exports=C,C.default=C},981:(e,a,t)=>{"use strict";let{SourceMapConsumer:n,SourceMapGenerator:c}=t(209),{existsSync:o,readFileSync:i}=t(777),{dirname:d,join:r}=t(830);class l{constructor(e,a){if(!1===a.map)return;this.loadAnnotation(e),this.inline=this.startWith(this.annotation,"data:");let t=a.map?a.map.prev:void 0,n=this.loadMap(a.from,t);!this.mapFile&&a.from&&(this.mapFile=a.from),this.mapFile&&(this.root=d(this.mapFile)),n&&(this.text=n)}consumer(){return this.consumerCache||(this.consumerCache=new n(this.text)),this.consumerCache}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}startWith(e,a){return!!e&&e.substr(0,a.length)===a}getAnnotationURL(e){return e.replace(/^\/\*\s*# sourceMappingURL=/,"").trim()}loadAnnotation(e){let a=e.match(/\/\*\s*# sourceMappingURL=/gm);if(!a)return;let t=e.lastIndexOf(a.pop()),n=e.indexOf("*/",t);t>-1&&n>-1&&(this.annotation=this.getAnnotationURL(e.substring(t,n)))}decodeInline(e){if(/^data:application\/json;charset=utf-?8,/.test(e)||/^data:application\/json,/.test(e))return decodeURIComponent(e.substr(RegExp.lastMatch.length));if(/^data:application\/json;charset=utf-?8;base64,/.test(e)||/^data:application\/json;base64,/.test(e))return a=e.substr(RegExp.lastMatch.length),Buffer?Buffer.from(a,"base64").toString():window.atob(a);var a;let t=e.match(/data:application\/json;([^,]+),/)[1];throw new Error("Unsupported source map encoding "+t)}loadFile(e){if(this.root=d(e),o(e))return this.mapFile=e,i(e,"utf-8").toString().trim()}loadMap(e,a){if(!1===a)return!1;if(a){if("string"==typeof a)return a;if("function"!=typeof a){if(a instanceof n)return c.fromSourceMap(a).toString();if(a instanceof c)return a.toString();if(this.isMap(a))return JSON.stringify(a);throw new Error("Unsupported previous source map format: "+a.toString())}{let t=a(e);if(t){let e=this.loadFile(t);if(!e)throw new Error("Unable to load previous source map: "+t.toString());return e}}}else{if(this.inline)return this.decodeInline(this.annotation);if(this.annotation){let a=this.annotation;return e&&(a=r(d(e),a)),this.loadFile(a)}}}isMap(e){return"object"==typeof e&&("string"==typeof e.mappings||"string"==typeof e._mappings||Array.isArray(e.sections))}}e.exports=l,l.default=l},723:(e,a,t)=>{"use strict";let n=t(647),c=t(939),o=t(461),i=t(25);class d{constructor(e=[]){this.version="8.4.19",this.plugins=this.normalize(e)}use(e){return this.plugins=this.plugins.concat(this.normalize([e])),this}process(e,a={}){return 0===this.plugins.length&&void 0===a.parser&&void 0===a.stringifier&&void 0===a.syntax?new n(this,e,a):new c(this,e,a)}normalize(e){let a=[];for(let t of e)if(!0===t.postcss?t=t():t.postcss&&(t=t.postcss),"object"==typeof t&&Array.isArray(t.plugins))a=a.concat(t.plugins);else if("object"==typeof t&&t.postcssPlugin)a.push(t);else if("function"==typeof t)a.push(t);else if("object"!=typeof t||!t.parse&&!t.stringify)throw new Error(t+" is not a PostCSS plugin");return a}}e.exports=d,d.default=d,i.registerProcessor(d),o.registerProcessor(d)},632:(e,a,t)=>{"use strict";let n=t(728);class c{constructor(e,a,t){this.processor=e,this.messages=[],this.root=a,this.opts=t,this.css=void 0,this.map=void 0}toString(){return this.css}warn(e,a={}){a.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(a.plugin=this.lastPlugin.postcssPlugin);let t=new n(e,a);return this.messages.push(t),t}warnings(){return this.messages.filter((e=>"warning"===e.type))}get content(){return this.css}}e.exports=c,c.default=c},25:(e,a,t)=>{"use strict";let n,c,o=t(19);class i extends o{constructor(e){super(e),this.type="root",this.nodes||(this.nodes=[])}removeChild(e,a){let t=this.index(e);return!a&&0===t&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[t].raws.before),super.removeChild(e)}normalize(e,a,t){let n=super.normalize(e);if(a)if("prepend"===t)this.nodes.length>1?a.raws.before=this.nodes[1].raws.before:delete a.raws.before;else if(this.first!==a)for(let e of n)e.raws.before=a.raws.before;return n}toResult(e={}){return new n(new c,this,e).stringify()}}i.registerLazyResult=e=>{n=e},i.registerProcessor=e=>{c=e},e.exports=i,i.default=i,o.registerRoot(i)},675:(e,a,t)=>{"use strict";let n=t(19),c=t(715);class o extends n{constructor(e){super(e),this.type="rule",this.nodes||(this.nodes=[])}get selectors(){return c.comma(this.selector)}set selectors(e){let a=this.selector?this.selector.match(/,\s*/):null,t=a?a[0]:","+this.raw("between","beforeOpen");this.selector=e.join(t)}}e.exports=o,o.default=o,n.registerRule(o)},62:e=>{"use strict";const a={colon:": ",indent:" ",beforeDecl:"\n",beforeRule:"\n",beforeOpen:" ",beforeClose:"\n",beforeComment:"\n",after:"\n",emptyBody:"",commentLeft:" ",commentRight:" ",semicolon:!1};class t{constructor(e){this.builder=e}stringify(e,a){if(!this[e.type])throw new Error("Unknown AST node type "+e.type+". Maybe you need to change PostCSS stringifier.");this[e.type](e,a)}document(e){this.body(e)}root(e){this.body(e),e.raws.after&&this.builder(e.raws.after)}comment(e){let a=this.raw(e,"left","commentLeft"),t=this.raw(e,"right","commentRight");this.builder("/*"+a+e.text+t+"*/",e)}decl(e,a){let t=this.raw(e,"between","colon"),n=e.prop+t+this.rawValue(e,"value");e.important&&(n+=e.raws.important||" !important"),a&&(n+=";"),this.builder(n,e)}rule(e){this.block(e,this.rawValue(e,"selector")),e.raws.ownSemicolon&&this.builder(e.raws.ownSemicolon,e,"end")}atrule(e,a){let t="@"+e.name,n=e.params?this.rawValue(e,"params"):"";if(void 0!==e.raws.afterName?t+=e.raws.afterName:n&&(t+=" "),e.nodes)this.block(e,t+n);else{let c=(e.raws.between||"")+(a?";":"");this.builder(t+n+c,e)}}body(e){let a=e.nodes.length-1;for(;a>0&&"comment"===e.nodes[a].type;)a-=1;let t=this.raw(e,"semicolon");for(let n=0;n{if(c=e.raws[t],void 0!==c)return!1}))}var d;return void 0===c&&(c=a[n]),i.rawCache[n]=c,c}rawSemicolon(e){let a;return e.walk((e=>{if(e.nodes&&e.nodes.length&&"decl"===e.last.type&&(a=e.raws.semicolon,void 0!==a))return!1})),a}rawEmptyBody(e){let a;return e.walk((e=>{if(e.nodes&&0===e.nodes.length&&(a=e.raws.after,void 0!==a))return!1})),a}rawIndent(e){if(e.raws.indent)return e.raws.indent;let a;return e.walk((t=>{let n=t.parent;if(n&&n!==e&&n.parent&&n.parent===e&&void 0!==t.raws.before){let e=t.raws.before.split("\n");return a=e[e.length-1],a=a.replace(/\S/g,""),!1}})),a}rawBeforeComment(e,a){let t;return e.walkComments((e=>{if(void 0!==e.raws.before)return t=e.raws.before,t.includes("\n")&&(t=t.replace(/[^\n]+$/,"")),!1})),void 0===t?t=this.raw(a,null,"beforeDecl"):t&&(t=t.replace(/\S/g,"")),t}rawBeforeDecl(e,a){let t;return e.walkDecls((e=>{if(void 0!==e.raws.before)return t=e.raws.before,t.includes("\n")&&(t=t.replace(/[^\n]+$/,"")),!1})),void 0===t?t=this.raw(a,null,"beforeRule"):t&&(t=t.replace(/\S/g,"")),t}rawBeforeRule(e){let a;return e.walk((t=>{if(t.nodes&&(t.parent!==e||e.first!==t)&&void 0!==t.raws.before)return a=t.raws.before,a.includes("\n")&&(a=a.replace(/[^\n]+$/,"")),!1})),a&&(a=a.replace(/\S/g,"")),a}rawBeforeClose(e){let a;return e.walk((e=>{if(e.nodes&&e.nodes.length>0&&void 0!==e.raws.after)return a=e.raws.after,a.includes("\n")&&(a=a.replace(/[^\n]+$/,"")),!1})),a&&(a=a.replace(/\S/g,"")),a}rawBeforeOpen(e){let a;return e.walk((e=>{if("decl"!==e.type&&(a=e.raws.between,void 0!==a))return!1})),a}rawColon(e){let a;return e.walkDecls((e=>{if(void 0!==e.raws.between)return a=e.raws.between.replace(/[^\s:]/g,""),!1})),a}beforeAfter(e,a){let t;t="decl"===e.type?this.raw(e,null,"beforeDecl"):"comment"===e.type?this.raw(e,null,"beforeComment"):"before"===a?this.raw(e,null,"beforeRule"):this.raw(e,null,"beforeClose");let n=e.parent,c=0;for(;n&&"root"!==n.type;)c+=1,n=n.parent;if(t.includes("\n")){let a=this.raw(e,null,"indent");if(a.length)for(let e=0;e{"use strict";let n=t(62);function c(e,a){new n(a).stringify(e)}e.exports=c,c.default=c},513:e=>{"use strict";e.exports.isClean=Symbol("isClean"),e.exports.my=Symbol("my")},852:e=>{"use strict";const a="'".charCodeAt(0),t='"'.charCodeAt(0),n="\\".charCodeAt(0),c="/".charCodeAt(0),o="\n".charCodeAt(0),i=" ".charCodeAt(0),d="\f".charCodeAt(0),r="\t".charCodeAt(0),l="\r".charCodeAt(0),s="[".charCodeAt(0),b="]".charCodeAt(0),f="(".charCodeAt(0),u=")".charCodeAt(0),p="{".charCodeAt(0),m="}".charCodeAt(0),h=";".charCodeAt(0),v="*".charCodeAt(0),g=":".charCodeAt(0),y="@".charCodeAt(0),w=/[\t\n\f\r "#'()/;[\\\]{}]/g,C=/[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,x=/.[\n"'(/\\]/,E=/[\da-f]/i;e.exports=function(e,k={}){let S,N,O,T,I,M,F,R,z,A,j=e.css.valueOf(),P=k.ignoreErrors,B=j.length,L=0,D=[],$=[];function V(a){throw e.error("Unclosed "+a,L)}return{back:function(e){$.push(e)},nextToken:function(e){if($.length)return $.pop();if(L>=B)return;let k=!!e&&e.ignoreUnclosed;switch(S=j.charCodeAt(L),S){case o:case i:case r:case l:case d:N=L;do{N+=1,S=j.charCodeAt(N)}while(S===i||S===o||S===r||S===l||S===d);A=["space",j.slice(L,N)],L=N-1;break;case s:case b:case p:case m:case g:case h:case u:{let e=String.fromCharCode(S);A=[e,e,L];break}case f:if(R=D.length?D.pop()[1]:"",z=j.charCodeAt(L+1),"url"===R&&z!==a&&z!==t&&z!==i&&z!==o&&z!==r&&z!==d&&z!==l){N=L;do{if(M=!1,N=j.indexOf(")",N+1),-1===N){if(P||k){N=L;break}V("bracket")}for(F=N;j.charCodeAt(F-1)===n;)F-=1,M=!M}while(M);A=["brackets",j.slice(L,N+1),L,N],L=N}else N=j.indexOf(")",L+1),T=j.slice(L,N+1),-1===N||x.test(T)?A=["(","(",L]:(A=["brackets",T,L,N],L=N);break;case a:case t:O=S===a?"'":'"',N=L;do{if(M=!1,N=j.indexOf(O,N+1),-1===N){if(P||k){N=L+1;break}V("string")}for(F=N;j.charCodeAt(F-1)===n;)F-=1,M=!M}while(M);A=["string",j.slice(L,N+1),L,N],L=N;break;case y:w.lastIndex=L+1,w.test(j),N=0===w.lastIndex?j.length-1:w.lastIndex-2,A=["at-word",j.slice(L,N+1),L,N],L=N;break;case n:for(N=L,I=!0;j.charCodeAt(N+1)===n;)N+=1,I=!I;if(S=j.charCodeAt(N+1),I&&S!==c&&S!==i&&S!==o&&S!==r&&S!==l&&S!==d&&(N+=1,E.test(j.charAt(N)))){for(;E.test(j.charAt(N+1));)N+=1;j.charCodeAt(N+1)===i&&(N+=1)}A=["word",j.slice(L,N+1),L,N],L=N;break;default:S===c&&j.charCodeAt(L+1)===v?(N=j.indexOf("*/",L+2)+1,0===N&&(P||k?N=j.length:V("comment")),A=["comment",j.slice(L,N+1),L,N],L=N):(C.lastIndex=L+1,C.test(j),N=0===C.lastIndex?j.length-1:C.lastIndex-2,A=["word",j.slice(L,N+1),L,N],D.push(A),L=N)}return L++,A},endOfFile:function(){return 0===$.length&&L>=B},position:function(){return L}}}},448:e=>{"use strict";let a={};e.exports=function(e){a[e]||(a[e]=!0,"undefined"!=typeof console&&console.warn&&console.warn(e))}},728:e=>{"use strict";class a{constructor(e,a={}){if(this.type="warning",this.text=e,a.node&&a.node.source){let e=a.node.rangeBy(a);this.line=e.start.line,this.column=e.start.column,this.endLine=e.end.line,this.endColumn=e.end.column}for(let e in a)this[e]=a[e]}toString(){return this.node?this.node.error(this.text,{plugin:this.plugin,index:this.index,word:this.word}).message:this.plugin?this.plugin+": "+this.text:this.text}}e.exports=a,a.default=a},465:function(e,a,t){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,a,t,n){void 0===n&&(n=t);var c=Object.getOwnPropertyDescriptor(a,t);c&&!("get"in c?!a.__esModule:c.writable||c.configurable)||(c={enumerable:!0,get:function(){return a[t]}}),Object.defineProperty(e,n,c)}:function(e,a,t,n){void 0===n&&(n=t),e[n]=a[t]}),c=this&&this.__exportStar||function(e,a){for(var t in e)"default"===t||Object.prototype.hasOwnProperty.call(a,t)||n(a,e,t)};a.__esModule=!0,c(t(20),a)},868:()=>{},777:()=>{},830:()=>{},209:()=>{},414:()=>{},961:e=>{e.exports={nanoid:(e=21)=>{let a="",t=e;for(;t--;)a+="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"[64*Math.random()|0];return a},customAlphabet:(e,a=21)=>(t=a)=>{let n="",c=t;for(;c--;)n+=e[Math.random()*e.length|0];return n}}}},t={},n=function a(n){var c=t[n];if(void 0!==c)return c.exports;var o=t[n]={exports:{}};return e[n].call(o.exports,o,o.exports,a),o.exports}(465),c=a;for(var o in n)c[o]=n[o];n.__esModule&&Object.defineProperty(c,"__esModule",{value:!0})})()},88842:function(e,a,t){"use strict";t.r(a),t.d(a,{default:function(){return by}});var n={};t.r(n),t.d(n,{vq:function(){return ua},hd:function(){return Rc},pq:function(){return uc},jL:function(){return ya},Nn:function(){return Ic},Ln:function(){return Oc},ML:function(){return ic},JO:function(){return i.JO$},H4:function(){return Re},XT:function(){return Fe},Fj:function(){return Te},K3:function(){return Ee},nf:function(){return ke},RA:function(){return Me},dG:function(){return pa},eE:function(){return ga},no:function(){return Mc},jE:function(){return jc},Aq:function(){return zc},aG:function(){return pe},Nj:function(){return Ve},nW:function(){return we},LS:function(){return kc},Hg:function(){return We},vx:function(){return Qe},r1:function(){return oa},YW:function(){return wc},kE:function(){return Ge},Kn:function(){return Ke},Hp:function(){return Xe},HT:function(){return he},Q7:function(){return ka},p9:function(){return Nc},ZT:function(){return me},Gc:function(){return za},q5:function(){return i.q5g},C:function(){return qe},YU:function(){return Cc},YP:function(){return Je},uP:function(){return Sc},Jc:function(){return ia},dD:function(){return Ec},LT:function(){return xc}});var c,o=t(67294),i=t(60837),d=t(34594),r=navigator.language||navigator.userLanguage,l="suda-i18n-locale",s=c=~(c=~(c=r).indexOf("en")?"en-US":c).indexOf("zh")||~c.indexOf("cn")?"zh-CN":c,b=(0,d.Q2d)(localStorage.getItem(l)||s);(0,d.oz0)(localStorage.getItem(l)||s);(0,d.AfN)("en-US",{f7e68bde2caa2cb5696d6a37fe4a23a4:"Common",ea15ae2b7fba76c83eec6d0986d15197:"Option","3fea7ca76cdece641436d7ab0d02ab1b":"Status","24d67862f87f439db7ca957aecb77cce":"Properties",afcde2611bdd13c1e65b4fb6a2f13425:"Design","6d0034a2419e1f394dedab07994b9665":"Label CSS class name","2cadb6621afe19333b142faa541b0f91":"Control CSS class name","0e627e6a0ff773ee76bc4cc0871cb48d":"Description CSS class name","10b2761db5a8e089049df39675abc550":"Event",dc19704991f1476fa4dcbb80c50bedd6:"Prompt title","55713166f8bddcc0aefc3a32464746f1":"Enter prompt title","2d711b09bd0db0ad240cc83b30dd8014":"Content","59b9e2022323a63079c6ddab63fec112":"Popout position",af767b7e4ae069d54f9ea839858d4c6d:"Upper","3850a186c3235bc646d4c2f79cebac36":"Bottom",d2aff1417831aa621c16cd5b95306b4b:"Left","4d9c32c23df5d234e629c922c58d8e12":"Right","5ef69f62dc668c1a3e68b51c50a2530a":"Icon","4434b33a8731a73613ba5fa1eb984efb":"CSS class name",f10b676db977ae808af8d96b327be7f3:'Which secondary CSS class names are available? Go toStyle description. In addition, you can add a custom class name, and then add a custom style in the system configuration.',"159dbc2fafd57b9d3652f16659b1b519":"Triggering mode","45a51525391d4a3771b22f2cf1aa96b3":"The floating layer triggering mode defaults to the mouseover.","728c7cdfa431821d291b5108394ec65a":"Mouseover","4363c17ebb346b646af55bd8c8075915":"Click","5632c68dac780bd766f740830481f4b0":"Click blank area to close it.","9efb0ce5a4510ef29345b6edb3e58bc2":"A td must exist","3ce57bd19e37d2b27145dc6fcfff3520":"The first cell cannot be found.",f7d205072a2ceb63b4f48a8b6f32fd25:"The number of row lines is incorrect.","852228c640b1daefe6b0853390e66791":"The number of column lines is incorrect.","26526c3354307798dfa84f17decf5140":"The corresponding id is not found.","38d2ccdde0ae0c2329defd3c75c59d8b":"Due to the padding limit, the height setting that is too small is invalid. Thus, you can reduce the default padding.",d59379f4227af3b2c60214e2f4f903ba:"Merge cells","02d9819ddaaaeb1b7b22b12608c7e5ca":"Prompt","4be3194e93cdd2899d06b499c184195b":"The prompt is used for special text prompt, which includes four types: operation prompt, success prompt, warning prompt, and danger prompt. Combining the visibleOn, the prompt can be used to prompt the error information.","6f2b01db04cbf7e460b5c6f4e37a5e76":"Prompt content","132a78bdf68d6d17bde00aa807bbf032":"Content area","4092ed98e9035652d4c9ca9441701ed7":"Basic","226b0912184333c81babf2f1894ec0c1":"Type","330363dfc524cff2488f2ebde0500896":"Success","900c70fa5f7dbc014e6f762d5e0e885c":"Warning",e2e27a87257599f83c817c43e724b6aa:"Serious",cbda486dbec5bdacb593294e240c5e63:"Close","7372dc9f39a173dd0c75a185373245b1":"Custom icon",bede211909a1022b13e9728ed162b77e:"Anchor navigation",f6da8aa86fa3e399da95dab399a67985:"When multiple lines of content are displayed in the anchor navigation, the content can be displayed in the form of anchor navigation groups. Thus, you can locate the corresponding content area by clicking the nav menu.","22c799040acdb2601b437ed5449de076":"Container","5879dec0aea52871e0ae6969893a315b":"Anchor 1",ce08bc4247c040bac13155befc7c1638:"This is anchor content 1.",d89a42cb938819f67172ea64037c19fe:"Anchor 2","96f05e63c6f606925636d6810167e7ea":"This is anchor content 2.","31327b9041b825a0b455b3ff9ddd3909":"Anchor 3","68284dd430993f495a6f2254ae5480ae":"This is anchor content 3.","9ad515106f02f3909974b75d22625b0d":"Anchor setting","40c6e9ed3d9949a326f5a216d936324d":"Add anchor","8cfd149e7d73ebae6a797d21728292ff":"Enter anchor title","6be15e9949e4be7fc485e1eaae472942":"Anchor",c624c875ea37f790665d0cae8959d4e2:"This is the anchor content.",f612a2f944af178fa07a719c79e8438b:"Anchor {{@1}}","42ff02f6763799ebfa5ce8dd5f99913d":"This is anchor content {{@ 1.}}","39f4fbc5b5ba681f7e8c4d4a4ddb3e2f":"Default positioning area","9959b2ad2d4f75f7a6be46872642df6d":"Navigation layout","4cde06e6162ed66720e3133cb83bc059":"Horizontal","75ac842f8e77305846f1d776f97dfaf8":"Vertical","056f2d7df6e6b64625c3a2d27ce07b05":"Nav","696754a8b2b23e30b11187303d1238f5":"Area content","33be689a0f0de129ce37f7a96052002e":"Content area","32c65d8d7431e76029678ec7bb73a5ab":"Title","6bd854c27cd4c2e97dee65cf3f3f8551":"Anchor content {{@1}}","726dd5df4319e9e158e2ca3c22177b6c":"Audio",e7a707f9fc7da36828db940ca2960f4b:"The audio control can be used to play various audio files.","997c7a5d34f6fc628893f509d0df32e0":"Feature","22b777e6fcb613b8ba83ced9594cd07e":"Properties","37b12f2666b9e4e37f33eb5e83533d5e":"

Currently, this feature is configured for the field content node. If you select the upper layer, more configurations exist.

",f8f176147db276063e7ec15f076e39e0:"Audio address","91d3cd46d6b6919749e56056d5acc9bc":"Allows you to get variables, such as \\${audioSrc}.",a945269af10da66c82cdb7336bc490d1:"Audio speed","7ccd84ca5c16cd03d26f5ecd5e6f6bd2":"The acceleration ranges from 0.1 to 16.",fc03b83d19e2fd12f1e7c56a11d7dc18:"Internal controls",d37d357dee041774b993daaf5c8bb752:"Speed",b85270cd3c06d8eb635eadcffbb10119:"Play","19fcb9eb2594059036dfede5f4ec53e8":"Time",c7bff79d059a0b7ff9b02441959d8be2:"Progress","09b095d8fc867cb968673be9dcc00a93":"Volume",ad751bba0aed43a673c40b652a239fc3:"After you choose the speed, you need to configure it in the ordinary selection bar.","54c6bb48170611ec995f634319312156":"Autoplay","56e6ecf97176d30c06b30cfa428ef832":"Loop play","2fb0853874c2cc8cc42f0c7520af662a":"Inlink mode","33bf801796fd255b5f6147e33146669b":"Display","4c50eef3bdaf0b4164ce179e576f2b2d":"Portrait","18dc831ec12d358d05902bef1f00e1f1":"User portrait","027446c2f9070b0f5b16a18208bf5fc7":"Display","20def7942674282277c3714ed7ea6ce0":"Image",ca746b1ff10193a3ce20878dec04a733:"Text",bfe68d5844f8e54602760e18f45954f7:"Link",b54f4a65cd257c87db32ee1023e1daa1:"Fill method",def423db04dd24b226911b9e4cf5dc9c:"The image processing method that the image size is inconsistent with the control size.","74735df86a8e1c15bce50e2c1dd42e98":"Proportional crop of long sides","9d7f3e170404f211a4f95c214f044b05":"Proportional padding of short sides","9854f491213784118614be4a1970bcf9":"Stretch the image to occupy the space fully.","3d2b60dda894eba9a042beddf7daf3cc":"Crop the image in terms of its original size.",c7fff1a6f585d7fb22c94bb1ef82707d:"Border distance",f1b4c635cdb39c91461f181d27d06f8c:"The text is centered. When the text is too long, keep it at the minimum distance from the border.",dfd0cd7f2cba96917484569a646bdc8d:"Length",c1df04eec5fa0857bc0df2d68d8e953c:"Height","0103eb2d3dca70270d1a74e9ec987ac9":"Rounded corner","9a233b241eef54521cfe9365bfaa7b2f":"Padding And Margin","961534b4ea37e4e88aada736b299d063":"Border","8e1b944f4389bdaab6f11d5bc83190c8":"Background","803205e38834280d9e6a75993ac00764":"Shadow","0d98c74797e49d00bcc4c17c9d557a2b":"Others","34dac4adbc96afd65f060cc4cfff1feb":"Opacity","169b227aff15b834b64205d0fdcb0f33":"Bread crumb","3576258acd7269da9f44859a2edec1aa":"Bread crumb navigation",db1c89e0f6e62f9642018cbb531bbd4f:"Home page","2e8bf3c87641fba59c2a9cb6636d7e88":"Page at the previous level","12d358955755488ff3790bbd6d75673a":"Current page","894b94fbb15650da7f9290e7106446f3":"Separator",a38100f22f59f7cd89e36139faa6fd4d:"Dynamic data","66ab5e9f24c8f46012a25c89919fb191":"Add","97d07614380da93d257f9fbf81aa56fb":"Text",ba7f916a39c0beb545388ea3b7f6b3b7:"CSS class name of bread crumb ",e3acc9857c852dae27e064ace5e5688e:"CSS class name of separator ",fa966345577ba81af19408f203db968f:"Button","89de611b2d759a1802542b5d3a06829f":"It is used to display a button. You can configure different display styles and different click behaviors.","7af5e3ef39ff71d39fe3f645c8079124":"Trigger this option when you click it",f6d767f39ba3bf955077a3c0ce81e581:"Mouse-over",bcdd89d453da0dc0622a2f3189728357:"Trigger this option when you move your mouse over it",e272b0b8c7fedc670a87075514d9b49f:"Mouse-out","727309bc724ff237c5e2cdf7a90cf28e":"Trigger this option when you move your mouse out of it",d7ec2d3fea4756bc1642e0f10c180cf5:"Name","939d5345ad4345dbaabe14798f6ac0f1":"Submit","4b9c3271dc2f299dc3aeffb369187513":"Reset","5e64227f46b221001e3b151d72fa6412":"Whether to close it",d5bb99590ef447a1af8e9782786c751d:"Close the current {{@1}} after you specify the operation","1e7196ce05260faa55e5b7ea5a1667c2":"Second confirmation",ed2f135144b4e138cb29419c1f245f4b:"After you click it, ask the user. You can perform the action to avoid false touch upon the manual confirmation. You can use \\${xxx} to take a value.","0d0c6ff7b65e62eba3ddd523e2976389":"Confirm content","7e9646e2db5ce66dc2b4b922ece483ba":"Bubble prompt","5daaffe964aee9d884e0a681b2818a17":"Normal prompt","2fd82aa9dd7fedea2c16b7dfe93b6d0e":"Give the prompt content in the normal status. If you do not fill in it, no prompt pops out. You can use \\${xxx} to take a value.",fb37b983a93aabdcdbbd59ae48c519fb:"Disable prompt",f4f168a3fec79443d2ca8fd1955edee8:"Give the prompt content in the disabled status. If you do not fill in it, a normal prompt pops out. You can use \\${xxx} to take a value.",d420160a9e04c481e55a9686ab158caa:"Mouseover",d6763cb7640bed39caa058f156007a86:"Focus",d586324c6d6b45cb78a4172d836dab3e:"Prompt position",c182ad6b97f0909596a523b1f04c28d2:"Leftside icon",ad7e6f016bc1d9a9bbc6e18224d73247:"Rightside icon","39003734d1d700d5bd97bf1e7a2fcf73":"Style",c12ba7b658a9fccf0815f3951bc759b6:"Highlight style","6aa6b9e2dca63d27dc74eb155020271d":"Block display",c8339fd2a85af4ba66084d28df808de4:"Size",c8caf94205105bac5833ab31cc2129d7:"Button group","66ae9ce23b0b2e243aff087d906a2489":"It is used to display multiple buttons which appears as a whole visually.",e9d2f66bbd44c96a3e03494bf6b1ebf0:"Button 1",ce35a17d2ba7caac95092a7a66ac9a0d:"Button 2",de26e1294acedb55155a418630d57924:"Layout direction","8eb18b36f5a27fa8e6d32bc66546ce05":"Tile mode","2e28645c67c5742e473888a27aab7bd6":"Enable the button group to occupy the parent container. The width of individual buttons is adaptive.","66774850742a81e8b2393195290b7330":"Button management",f9f2b9cc91cd332db6b2b732c3869233:"Add button","40f3bc0a4f4d0f4230fc7fa6f4fcec92":"Child button",f05dd80af77a441216ef940e7887a8db:"Button Toolbar","433e2e80ec74563daf4368e59b525e34":"It can be used to put multiple buttons or button groups. A spacing exists between buttons.","6651fec0511e3593d3438a113dff23d6":"The buttons or button groups are sortable and removable. If you want to edit the buttons or button groups, edit them in the preview area.",d7213304d1a8a02a73a2f4010839e061:"CRUD","7a9f1ec32752de8b69ef21138970f64d":"This button is used to realize the addition, deletion, change, and view of data, and supports three display modes: table, cards, and list. This button is used for data fetching, paging, single operation, batch operation, sorting, quick edit, and other features. Integrate query conditions","48c68eb5a42e2b3e679c53b00f6e203f":"Rendering engine","64ca9bab920a2983bcf270320d850d00":"Reload","9ef5597ac0b4da662bcd967da37eceb4":"Trigger the component data refresh and render it again","95b351c86267f3aedf89520959bce689":"Edit","607e7a4f377fa66b0b28ce318aab841f":"View","5b48dbb8dc710cffe6313bb56a7f6d47":"View details","2f4aaddde33c9b93c36fd2503f3d122b":"Delete","6c546666aab964c39cd8bfdf4fbd46b8":"Are you sure to delete it?","7fb62b30119c3797a843a48368463314":"Delete in batch",e73cefac9d030927da1618c7b15c98c9:"Edit in batch","19c6b7463e1bf73bb4b12ba07abd5444":"Field 1",cf12e55021998a8328201800ec356773:"Query conditions",cfb5f18c43753ad5329348d626bd3739:"Keyword","4a1e3c50547e61503a2d1c356005eb08":"Add, delete, change, view, and quick start-CRUD","85624c8e8b0fc98954eecbe508e8b59d":"API address","3dd674542204724eb5417efc7354ec73":"Verify the format and automatically generate the column configuration.","3266535dc49863d976b9960adad29fef":"The API return format is incorrect. Click the question mark in the example on the right of the API address to view the example.","07b59fd09f6007bac246d9a73b793a49":"Enable feature",bee912d79eefb7335988c4997aa9138d:"Query","0f61da949d2b45534967e197cc2eee29":"Modify in batch",aa85b3cd6aa4cdfd45bfe5a96678ad2f:"Action bar-edit","653eb2792d3126a60caa6982f89a906b":"Action bar-view details","8a4d6dfbcd8072555b5951091f171000":"Action bar-delete",f4b368051b455e386a314688c7c75c1f:"Enabled query field","23c7ea8ee9519459598b2de65fe2a2eb":"Display several fields in each column","41a344642681efaaa418c228ba7fb45c":"Bind field name",ffb01e5bcf4c00447f5150d3cba81371:"Pure text","59cf15fe6b8d659c9bd2f86143534a06":"Template","4ff1e74e43a3586339251494117185ad":"Date","9da188491dd34c4382a5b9f006194e41":"Mapping","8abc564260a1564521e0c3a1d5419b4a":"Action bar","2b6bc0f293f5ca01b006206c2535ccbc":"Action","07a88fae7dd11f87891af91fb54a74bb":"Enable query conditions","7f7c624a843b0d539a4ea59a696702f9":"Batch action","46e6edaeb9968e7f7ab549d4f2f82d6d":"You can manage the batch action buttons through this button. A selection box appears only when you set the batch action buttons. Also, you can configure the position of the batch action button in the appearance. ","8347a927c09a4ec2fe473b0a93f667d0":"Change",f13a0697d58d975d14eb3f3c72c2cbf2:"Single-entry action","3674ea51498e7118732e5e1c53d4bc80":"After you set this button, an action button appears when you hover your mouse over it. Meanwhile, this button appears in the top action bar. When you select a member, it can switch to the batch action button intelligently.","4916771d080ddf6d0551de4d6d2f42a4":"Hide mouseover","569343b4fe5e48131b78611c11eadbeb":"Synchronization address bar","6dbee29a8c54eef9d042ef3280999ad9":"After you open the synchronous address bar, the query condition data and paging information are synchronized to the address bar. When multiple synchronization address bars appear on the page, it is recommended to keep only one synchronization address bar. Otherwise, multiple synchronization address bars tend to affect each other.","2171d1b07d045e796cba4a05bcf7d13f":"Default parameters","01e7eb2256821085a14708d6ddf36814":"This button is used to set the default parameters, such as perPage:20.","58ed0a7a5a91996dbb4c7d6dc7679364":"Retain entry selection","36ac0011faae6f88ee0ec3e642328327":"After the default paging and search, the selected entries are cleared. After you enable this feature, the user’s selection is retained. Also, this feature allows you to achieve the cross-page batch actions. ","2a0b47ba76e886070c3bd6abeae3d1c0":"Single-entry description template","6ab3e5b6c5d5d2cf621e911226495433":"With the [Retain entry selection] enabled, all selected entries are listed. This option can be used to customize the entry display text.","987b04af242bb2dafaf32d890ab952ff":"Designate primary key",a270e70be12fb13a24ca3e4ac70fa838:"This option defaults to id and is used for batch action to get the data at the row level.","54ea89b497ec3bb319c68844dfa3687f":"API",db7ee36de8063c2d5a6c123eac65641a:"Data fetch API","0951dad1723aa1191ce1a2e96db76051":"Whether to perform the initial data fetching","0a60ac8f02ccd2cf723f927284877851":"Yes",c9744f45e76d885ae1c74d4f4a934b2e:"No",a9400c408441f1f7f6d6954deb05ae9a:"Expression","55b22f5d136e73b26cef65aedd8ba86e":"You can use the JS expression to determine it.",bedc70d448b656d828bd3ed7926b3e4d:"One-time data fetch","559fa334442f0f75b0343bbf38b7ff05":"With this option enabled, you can fetch the data only in the initial time. No request for subsequent paging and sorting is sent to the API. Instead, the subsequent paging and sorting are achieved by the front-end device.","1af68c43e1780249f11b9de1eeaeb281":"Enable timed refresh","9800f1ce2f78a23b81c8d944ebf9cce9":"After you set this option, the timed refresh takes place automatically. The unit is ms.","19c5410b23fba4bbfd1a58bbd5268c9b":"Silent refresh","04f840b0772f4b5d59954a29a76f4e7b":"Whether to display the loading after you set the automatic timed refresh.","6037dae99e9446deaed45f7e408f47ab":"Detection expression for stopping timed refresh","32e3a79e80dcf7f7304e8092dd7acc6f":"The refresh takes place constantly once you set the timed refresh. The refresh proceeds unless and until an expression is given and the conditions are satisfied.","154ef40e477c031f6c1ec15caefb570a":"Disable automatic refresh when a popout appears.","50f7c85bf60a9f43522789644566c62b":"The automatic refresh is disabled when a popout appears. The automatic refresh is recovered after you close the popout.",d8905a70e93a33c7a86240f467c653d4:"Whether you can drag and sort them or not.","040a78b24eaff47d4fa7e266473635b4":"API for sequential saving",ee850a0e326b217bdeb61d936c521177:"API for quick saving","8343f619879fa79bc8ef1a35b2fc3e78":"After you set the quick edit in the column, you can use this API to save the data in batch.",d891e79d4a8718a7dbd47ac68aaaa5cb:"API for quick saving of a single entry","38db6e045e214ffcd03ede695002271c":"This API is used to save the data when you set the quick edit and the immediate saving in the column.","522110866c19dace2ce38336617405c2":"Default message prompt","3b69c2e540c05e9ca530ed30cf224472":"It overwrites the default message prompt. However, if the API returns a msg, this msg is used preferentially.",fb24383a41f23196349548b5d0cb98ce:"Prompt for successful acquisition","62e3e15c8fb9038f2780329bc26e8bab":"Prompt for acquisition failure",c62a1b7f314be10aead10475e7543f6a:"Prompt for successful saving of the sequences",c8035507b7a576d43e9f227c91c7a7b5:"Prompt for failure to save the sequences","7cb0932b806559be232d2a69453224e7":"Prompt for successful quick saving",fd79a193a487b8c9d5a302d0d88c1c2c:"Prompt for quick saving failure",ff57a3bf69a1065707e77c18c51f7bbb:"Content display mode","20aadc3f9b7edb564dc58898898e0dc8":"Column information","72cf373be86a38b29f6d2f15900b0da1":"Sub-title",f26225bde6a250894a04db4c53ea03d0:"Details","3bb4d608c6bee2b7b6d788417cde04e3":"Simple display data: $a $b",b339aa87104709397ba68e7ebbc6e5ba:"Table",d87f215d9ac688b1d3399bf575a0ef6f:"Card","3712972d84adf48acbd6ad24b4d75ad0":"List",e4fd8d64804a4f3d743eff384a6eb20a:"You can select and edit the non-built content in the preview area.","14555503d6e09ecd66661d04c882e79b":"Top toolbar configuration","3862626c138ce5945e0e273a1bdfbad0":"Paging","439a19857be1fb8d3e6017258e32c486":"Statistical data",bc908986a4e4eec3dca3530afd1d4306:"Change page number","77281549955309c49f5eef77838a85e5":"Load more","1add12ff3338a990b60154b75019c348":"Export CSV","7d57852b946d9d4d64fb2a48ca2b4a44":"Export Excel formatted files","16c6099bc0efaa669d8de698c105e333":"Column selector","073694928db5b0b5423ebe095ec62d39":"Change query conditions","5b9c3e6ce478196f802722cb09d61f0b":"Drag and switch","66eeacd93a7c1bda93906fe908ad11a0":"Select all",d5bc35360607472de4525358af126de4:"Alignment method","413f48cc71f71083ce532a86e3efdc21":"Left alignment",fd8e9572cc6bf87653c4d8f8b8dd0db9:"Right alignment","1325969c143a639294c1c6ab370b35a3":"Bottom toolbar configuration","440a3a2d7f1b123718be75e2baee8391":"You can select and edit the details in the preview area.","34da7e4a0ecdb63967427f43adf2de3e":"Whether to display and hide query conditions","25c0db3ddce9bfffd497d0c824cf3c72":"Whether the query conditions are visible by default","259d11c300a365b6767228c12d29ce53":"Hide top prompt for quick saving",fa9417bacb7714e82663655345ca213d:"Whether to display paging condition always",e3d2a85f20608a5bde7d539969d03167:"Hide selection button",af1af0a7fad9e8bdcd21694d0e036e12:"Content CSS class name",c11322c9cc43ce3c004cf03f5ac0acd0:"Data source","62569fcb0fc8314daea97989bba3877c":"This option is left blank. The properties of the items or rows returned from the API are read by default. If anything else exists, set it here, e.g., \\${xxxx}.","606bc931d2b3ebba2569cb1494719e2c":"Number of items shown on each page","004d01f56242e07cbdc97256bb11c75b":"Retain selection during paging","3d330edb46341a26ccc9aaa7f7938a8e":"Maximum number of selected items","95e68bea2d8c8e41ffa619d4364a0d6f":"Page field name ","537f8b09437bdb7fac429dc4e8666763":"Paging step field name","30c7bd5acd4564057bd89e0846f01728":"Sorting weight field",dd8d217677e4c5df28b7f46aa99b22a8:"It is a field name that is used to determine the position. The new sequence that you set is assigned to this field.",e04e8f570e2fb43a533b224f3c48523d:"Number of switch-overs on each page","0fc1de8f71a7470213fc68f981abdbc2":"Configure the expression that you can select for each item.","7d5fefd589000879088063dceb4b2552":"Use js expression. If failed to set it, you can select all items.","614ec7801e03f7ee009e4448e6ed4001":"Enable a single entry, and click and select the entire area.","530ab79908eabe5b329ffe17695079e2":"Automatic return to the top ","9092afb1ccb692308ef06d8001da2208":"Whether to return to the top during paging.",c8cf39b24bb52d0562472c33b86824fe:"Synchronize query conditions",d3c172700af4f3f3afb028d6bb4a90a4:"After the query, the returned data is synchronized to the query conditions. ","5db6b2160b9169b9d89de247d14ab740":"“Add, delete, change, and view” edit area",f49d40842a3c66c4de2e57a48157c707:"Display a single card","0212e8c9b113143a031d1f3e25167794":"Click to add a button element in the left component panel.","6312e80e416fa79ff3383e1577c243b8":"Click to add a content element in the left component panel.",a3cf7c9ee581ae71eb51d18b610b05b6:"Add content","00a1f644f34b9ee43adf82cb3449158c":"It supports the following template syntax: \\${xxx}",f7a82c9758acc4ff4c5350182f2ca378:"Image address","3bdd08adab6ea90b9164b20a0e4151ac":"Description",d85562778760b00b1372af642c4630e6:"Whether to highlight expression,","4011e5fb23b422f755d81269a5242d22":"e.g.: this.isOwner",d4f223e0619836d03d488c89558f38e7:"Maximum number of buttons put in each row of the card","620868e5e60e5c22249c3277c971bb13":"Title CSS class name","1fee6fa022c97f5dd7f48e362cea5acf":"Highlight CSS class name","2a3c7d647a29fb7dc5aedabac216575e":"Sub-title CSS class name",a5680444d449b2099b067e9963fe43aa:"CSS class name of top image layer ",b8e1e46cbdea20de4e5fc130d31b7bcc:"Image CSS class name",a31119cb2fddee3366163a311f317cf7:"CSS class name of content area",e82eb2350b4283822aeea21aff9d97b5:"Field {{@1}}","9caecd931b956381e0763d05aa42835c":"Field",bcee820bc20342a4d388a35ed32a35fe:"Column name","093c340f7e1fbde1928ca56b5c7f9cc4":"Card list","85c17b016309a3f867a1803049b3bcd8":"This feature resembles the table, but it uses a small card to display the data. You need to configure a data source for the current component. This component does not have the data fetch feature. You need to take priority to use the “CRUD” component. ","6223c41373004e3111e768225450b4e8":"Card set","3983b9f5575ae146d2d06f8ec5447a4d":"Configure single-item information",a3f38735bf211edb2066ac4e51b55cb2:"Open external link","7ea26d0cb93e59339daf6a1ac68624f3":"Bind current environment variables","21efd88b67a39834582ad99aabb9dc60":"No data","35ba83e053cef95e55dfffde279822b5":"No data displayed",e18d033cc4baab3ebb329f6b29eb3cef:"Whether to display header","412593f58b9d062a43cbe2ce38f4dc65":"Whether to display footer",e494f1aa112068688ca863db7f39a0b5:"Header CSS class name",d267231d2d8b60e267acc7d7d9955ae2:"Footer CSS class name",b2d2593bfb7a627817c0bd1ef6a254a8:"Card CSS class name","58e78d512d9ff40c73a263ab616cc652":"Number of class names displayed in each row","3cf0da9fe51f92842e0a6d375fa5c605":"When this parameter is not set, it depends on the card CSS class name.","953e91f3df59837ac2965cc04dec4b0d":"Enable waterflow","39a6853b109ae98f1aabca90283d7edc":"Configure member renderer","6cb01692eea2fa7066d20fe2b6ccaea3":"False data","0c0180cb06a322199a67f10d4ec41cd5":"Carousel image","1007c97dbf952e032ce13be3cb811f23":"It is used to render the carousel image. It allows you to configure the content on each page (in addition to images) and the transition animation.","0a2907a421b8f980986117e4f3044f92":"Associated field",e760ec18028fc075c5705bf184589e70:"Static setting",d314558953b3c76adb7e131aaec8bd86:"Field name","793a763e73f1f742e3a16ddc2ed95ccb":"This option allows you to set the field name and associate the data in the current data domain.",b9994cc749b4cfbbac0a9b140addd242:"Content of the carousel option",c6c7456d446d62a906c2809b6ba19ce1:"Image title",ab8a46ccf46acbf82d020d11468291b1:"Image title class name","098c3d959911b48b4d912cb85ccc4942":"Image description",c6fc4066471664a8602c636cfe1cc766:"Image description class name",cfb6f6e4c92a61ed0e0717abc8d0eec7:"

html segment

","97cc997910b99083bd23c6ac39294ff3":"Automatic carousel","8c2a12c5dee794b8b9608bc1f8087947":"Animation interval","6265104f900789dd51d75b449c3b9f89":"Animation duration","5bc37c57ee54d407f441b222f02391db":"Animation effect","8a0d716ded7baa7ee356ff39c3cf0bec":"Control button theme",f7471313dce32bc3669d338764a0d036:"Control display","1c0fe943329339003e9e3c1b12a27fe3":"Bottom dot",e030190fd1c10b0c967f48e789fa86b1:"Left and right arrows",c28479019e24e0e4745f4948e9e97ee7:"Width",ad5a36ee5f4054594c30b6dc481e2d81:"Previous card","49e0f68798e3c69b7990076bd8f1f47f":"Next card",d09504750ebc1d75c38d86e16060f83d:"Chart","10e14f791d73c7c0f4113787f36f1626":"This option is used to render the chart. Based on the echarts library, it supports all echart types theoretically.","67b6bec14c39be3f2602271e2fe3bcde":"Refresh data","0310aa5a05fe07147d8b7ef20616f659":"Trigger component data update","3d6abfdea70af544603da70f93ed3d24":"API fetch","03677b68a73eb59e5faf281f49f3c130":"The API can return the configuration or data. Recommend that the return data could be mapped into the Echarts configuration.","1396ebc166bd49c1e3b67549a1b4caa0":"Whether to fetch API initially","2af32ab13a9dece315cec2764d6aa7d4":"Timed refresh interval",bc827aaffaa35a95607346cc104c0785:"After you set this option, the timed refresh takes place automatically. The minimum refresh interval is 3000 ms.","57c7d1125d2803b946a5b25c3f80f249":"Echarts configuration","3d3fa75d8b345b22a5fbd14a65a0af71":"This option supports the data mapping, which can fill in the data returned from the API.","43ddd80698198791d4a738bb20a2d7f4":"Configure DrillDown",c8da43fe6ad1c537f86cecb353250145:"Delete DrillDown","4fd9621d4facc101aba3afec055e14d1":"Data processing",d98ef182637b4d10e16e8073c1101e51:"The chart configuration is completely replaced.",f1f13cb0ca4720a727cbfba4c82e5890:"This option defaults to the append mode. The new configuration is merged with the old one. If selected, the configuration is entirely overwritten.","40128a51e9667fe6a20a0454069368ba":"

Content${value|json}

","7e3f6245e2a6adb903cf85c77cb1bbd7":"Configure DrillDown details","38bbd995a790f5a67211e034b007c145":"Highlight code","86e38e6425f722ba725718af2366ac08":"Fixed value",e90e6ff080f179215c3566a61ca62367:"Folder","452b62e9b7e650fa163300da2893654a":"The folder can unfold or fold the content area to keep the page clean.","81d2b9f20fb2083c75a5b052b84e897a":"Unfold title","7349194c139069b32889101768aa7428":"The title appeared when the folder is in the unfolded status.","3a8647306ee6456517b7bf9c8bc7de23":"Title position",c949729cd1a1e425595c1a297649c7c6:"Top","12c4c5e8abda77e1fdc93653d6414187":"Bottom","731f9b470e0948cbf56341a53c423213":"Display icon","96c0cc844a06e0850c04f7c44b6475fb":"Foldable","63b67eead04256e42ea9f6f7218731ee":"Title class name","66d88b3e01aff17c7973181e53fc8c0c":"Content class name",d09980a88568f75e9267ca7b531c74eb:"Fold panel","0d571a7ab19e098820e8cea4d5a80f7d":"When the information volume is huge and there are many classes, you can use the fold panel to sort the classes.","17dcbf1f144607d4af0bb718e008682f":"Title 1",f7fb20f6cacd5e40c7f5732cb377d0bf:"This is content 1.","72d41bd9eb3882f7da6f55d0ff0a39f6":"Title 2","0431ee7033364800e261d1e560808231":"Icon position",a7eaff29603a9c40927f726013d2c016:"Left","128d58f066a18ddb2ddb701921d5c77c":"Right","47b4e22880eb59ce9989b8419222e88a":"Accordion mode",bb3548f0bb97ab11ee92284ecf37ec16:"In the accordion mode, you can unfold a single panel only.",f24544b06700857ec11b434cb2916692:"Panel management",c5ceab33d3e275262b4992a8cb43317f:"Add folder",b839e579e920068bd817d34cd7927069:"Add folder","030a54b0afb54fc7f90e1a0f64eb8205":"By default, unfold this panel.","39b066b81835fd66bd4529d1220c9dd3":"Title {{@1}}",ded228f9173b241dd8df2a4811ea0e98:"A simple container allows you to put several renderers together.",a823cfa70cfa46c788e1eedae043f6e5:"Container label",f7d64e5e79994c3c8853f2608d7b2d25:"Because the HTML label is invalid, re-enter it again.","473d2078518479669823205110842376":"Custom Code","8b9c77fa4e646b9cb270f833252e511b":"This feature is implemented through the embedded code.","0b13dc6251002bf556263fb3e4675b11":"HTML content",d6b917c76b92aa9b92b6bebdcab993f3:"onMount code",e64739dd24bb0bfcb6f6e1ee2cce5413:"onUpdate code","0601b7aa5b53cbc3616e24719bcd2aaa":"onUnmount code",b82231f254baf9a28bf752683d31b169:"Custom container",e5b5798a8bab7dc8a578431991731040:"The container component is implemented through the custom code.","96ec95de2d7da5b16465eb980f74deae":"

Custom container area

","749f710d280419b1da031c9bc79b3b07":"Custom container area","356b1959a9da95997b4de31415d9d74e":"Date display","2bc6d101e5701a70f2fb9e0b67581594":"It is mainly used to associate the field name for date display. It supports various formats, such as X (time stamp), YYYY-MM-DD HH:mm:ss.",a2344febfc246ddc7281f62217ba42c0:"Date value","84ff80a2dc4717cc01acd486040a6763":"Display date format","6eea1b15be458a6999c9259aa2280a70":"Refer to the format use method in the moment.",a7032449ae8761aea61cc30e32d3be10:"Data date format","4c1cff4d8c05daa6ed9352a241ee628c":"Placeholder",b54e0f0a60f8e2c4c31f3b1ad7d5a613:"Date and time display","2a898869829eae8adcfca290fd34a67d":"Date and time value",b0d6f2d882adc2163e6a08a121d18677:"Display date and time format",ab3aec075a09d055b2a28c8b61925ee0:"Popout",e83a256e4f5bb4ff8b3d804b5473217a:"Confirm","773ddc154f1e9b80f04e8bc9d83d2caf":"Trigger when you click the Confirm button in the popout.","625fb26b4b3340f7872b411f401e754c":"Cancel","08ab4ffcd1bddd249a193e6353bb52bb":"Trigger when you click the Cancel button in the popout.","4708bcefff645287c8781a1de2a0f20b":"Trigger the popout Confirm action",af17a4e37e5c6d68fff33c084192801b:"Trigger the popout Cancel action",dd10fdec63a2224aa3d28b48d428cb98:"Data mapping",abf68809d31c8eabb3eb5ae9e00abfcd:"< p class = text SM text muted > when data mapping is not enabled, the pop-up box will have all the data of the environment where the pop-up box button is triggered by default","1fab180b92bddf03ecf7da009f86d826":"

When data mapping is enabled, the data in the pop-up box will only contain the set part. Please bind the data. For example, < code > {A: \\ ${a}, B: 2} < / code > < / P > < p > if you want to customize on the basis of default, please first add a key of ` & ` and a value of ` \\ $` as the first line < div > when the value is < code >__ Undefined < / code > means to delete the corresponding field, which can be combined with < code > {&: \\ $} < / code > to achieve the blacklist effect",d6f555510792c9f3cb9e8087af037898:"There are errors in the data mapping, please check carefully",c14ebcefcb02c97b925b762d8bacd1ee:"Press ESC to close the pop-up box","4cade75641878a17e2f1ff29ff0ac235":"Click the area outside the pop-up box to close the pop-up box","391b8fa9c747a1799353ab856e666ad5":"sm","18c63459a2c069022c7790430f761214":"default",aed1dfbc31703955e64806b799b67645:"md",ab18e30c0dc4093ceeda8961fac3d1f4:"lg","949934d97c42801151673a51d3adc421":"Extra big","5831b836c8132033f90b3f530fa433db":"Whether to display the close button","79e5818b205352166231217ea39c4f1f":"Top CSS class name","7e1eb2c588aa1301f4aa19395ef0a177":"Separator",bc43ae8e61f1ad4be2b0a9e70501e490:"This option is used to display a separator which is used for the visual separation.","33f1fc330b325469b43614c9d96f590e":"Drawer type popout","0c5a0448b07419ad2900c36867e8e4e0":"Trigger when you click the drawer confirmation button","57f215184a2fb83541f7cfa22d039feb":"Trigger when you click the drawer cancellation button","97b6bad87c4320faac2f6a5cf556c26c":"Trigger drawer confirmation action","909ba2872b2d670ec0ecbcacc4c8c833":"Trigger drawer cancellation action",d4d2a66820d30e07b44c850eb3f116c0:"Position","81b8345bc49ce2aa550ad9792acec3e9":"Define where the pop-up box is called","399f43daffee1afae2a881027b6fb1f9":'Click "external" to close the pop-up box',b09cb613b11a41f3b3804d9c75da90b1:"Press ESC to close","6d7f8b31caaf80deb65eb2c8bdd41cd7":"Very small",b90f6c7021e444a34a00fcba6a428762:"Show mask","07e8695e6142a6e50b323c3d5aae2101":"Draggable","0fad5a56c8b4643f24797eaa616bef6f":"Define whether the pop-up box can be dragged and resized","7fdaa90d63dd5163de1911264bc5c514":"Bodyclassname class name",cc70a816b7d61e7212d57335c0a15af5:"Drop Down Button","74bafe23b0be1a14aa218b396cb33bd0":"More buttons are displayed after you click the drop-down button.","213a4e49568569943403ff31fff31ee5":"Configure drop-down button collection",b5b57c711fd2d2309cc390a8b44d2b69:"Button text","314454bbee226e4b32b612afdd8e9442":"Mouseover","4a757588f5aee8cd039b1d166b096d1a":"Click external area to disable","9951d740257c40978c238a683b1d4a80":"Click content to disable","205cb6cc6c8d37f3bed62d9c8bfae976":"Unfold by default","697eb55e1c6cecf43e63a26232dda5b2":"The drop-down menu defaults to unfold after you select this option.",b2aa282e908597d1d700c1f4de17b8aa:"Menu alignment method",e57996d3d771141f1b3080bbd8ad605b:"The button occupies the parent container width after you select this option.","1ce673c48f29162208e75bc210307bfc":"Display style",c9e265ec462b61887af6f58928923925:"Hide drop-down icon","938ac86e738246ccd0ca0224031f96af":"Drop-down menu",ff9f6c2d74c413daa3cd6fb12f8dfd3e:"Each",f34111ff3694a6c6de6e31bef8ebadcb:"The feature renderer can be based on the current renderer for the loop output of variables.","874268022baac239b06c40600d3ce080":"<%= data.index + 1 %>. Content: <%= data.item %>","69bdc66bb88ac5b63053e2bb7db41801":"Loop",b7c16dedc4291d333fba7628ec9eb073:"If the container has a value, you do not need to configure a variable name. If it has not any value, you need to configure a variable name. It supports multiple levels, e.g., a.b indicates that the b’s attributes under the object a are associated. The target variable may be an array and can also be an object.","4726ff4e62d3fcfa4b090aaefc393229":"No content is available temporarily.","5d5f9d49fcb2109f94a43590ef796ca7":"When no variable is associated or the target variable is not an array or object, it displays the placeholder information.",f549581bf93c72ed69c37e906e04191d:"Flex layout","6ab8332f3da284b137d54f6ba901e93c":"flex layout",ef5abdfc944546ddcbe10e9884cf5832:"Column I","874fdb7b3a5730910a4de1c58220c337":"Column II","3a76596e73fa265257ce90b7bed684c7":"Column III","5aefca559c5a41d10078e21e6d616825":"Layout","2fdc3722b88a2ba5077e0d11156ede6a":"Horizontal distribution method of child nodes","4ba6c2256050d805ae5cd1e0e84737cf":"Starting point alignment","56c17ba6a56c01706ae00a31611deb03":"Center alignment",abeb360ab1e66534a041fb8b44e1a00e:"End alignment",d5a3cb1cc31a0469b011abdbd3e947f7:"Even distribution (leave a blank at the starting and end points)","85530444a72a840ee657e2df99970136":"Even distribution (alignment at the starting and end points)","9aad08fbd356fb4279f0efa81b3d016e":"Even distribution (equal spacing between elements)",ae558cbf4c35d381b6542f517f2e8dff:"Even distribution (automatic stretch)","70d39e84bc1ecefaf6e19cf78c9574fe":"Position of child nodes at the vertical direction",ed97c73866617b40a7b1215867e0f489:"Baseline alignment","7ac1519928de413cfe36f5d2e0610430":"Automatic stretch","8e15f51c9512fdbf4287794d6642a90b":"Child node management",bc78248b34b7bf18691e6d385e0f544b:"Child node content","197af5d5971778e3b80deb25182d63e3":'Child node${index | plus}',"023c4bfc60545a2668c2d5111171b5d8":"CSS class name of external layer",a4611da51ffee9140976d01668e45d45:"Child node collection","729a4cca5ed3504793c1f3a87d2b48b9":"Button Group Select","29513434492e5d19a9660e0a918befd1":"This option is used to display multiple buttons which appear as a whole visually. Meanwhile, it can be used as an option selector for form items.","6edda84461bf13d38328cb401c8c23db":"Option 1","39692081e75ef73c6479fc25f8f10dfc":"Option 2",a457872a51628ccadfb9bcfa23428a98:"The button click and selection can be used as an option.","755955372bcc0c7ebf161a656bc389b3":"Value change","2fc76872efce1eabd3b74a3e4fd5b976":"Be triggered when the selected value changes.","528609917710d813a55e5a6cecf1e458":"Selected value","288f0c404c4e546aa3683ff5054e85e2":"Clear",c374a44713fa5ff5da2565beb398c7d3:"Delete selected value","8db57ba01ffb9bf29c1656de5f0208f5":"Reset the value to resetValue. If the resetValue is not configured, the value is cleared.","8f40db3b25528063f1b6a59602a05cd5":"Value assignment","944908c981a86bfa0cfab9360ab38184":"Allow the button to occupy the parent container fully. The width of individual buttons is adaptive.",ac3880323853de9adc4f66bc06d438ff:"Button style","0b98b0bea3db6ae5b67a09c7bb2d032b":"Button selection style","55b45c73ae417c4dead67905b1550e85":"Form Item","3b49c8cece3f495f0e76b73823c68bfa":"Button collection","012f602372cd2dbd639cd966c63e1f90":"Toolbar",b6872877e1eb5ddedd904c170db26024:"Chained-Select",fdf1664c0790d25f236bd596aef1acef:"Through the source fetch option, you can add the levels infinitely as long as there is a return result.","556988a9dc1816dd979e96eb5cd19a85":"Chained drop-down box","225f3ed00750ae78ad1e6ea42c8f5087":"Default value",da3ca8191fb919fb34e8e78fc6f2fc78:"Enter value in options",bc8d09093edd98769d5cb39e759aa498:"Concatenated value","2646ee1ebb6922a5c9359de6cd3b3639":"After this option is enabled, concatenate the values of the selected options to get a value of the current form item. ","1395eba8d9efe27aa1ecd1a45e3e5dcd":"Get option API","4ea50507bf8b9ceb908677f30fb20e68":"Option label field",fe4c9c2eed1ad213040d84036c675454:"The default rendering option group gets the label variable in each item and uses it as the display text.",be43687d4ed1d9e663c729e12618166d:"Option value field",f1e6b60c4b6df555a6b03f91033091f4:"The default rendering option group gets the value variable in each item and uses it as the form item value.",f411d0f1f925d9b48d8c1d451bd809b1:"Description","2ef0fb6299da5954f5ea84a088684ee5":"Option description","454e60f5759903d7d3dba58e3f9bd590":"Checkbox","81c8c07d13f425215010783bbf3bf06e":"Select form",c75fde0e2d329ce62f55cb1a207181ae:"Be triggered when the selection status changes.",ddd6650e02f5a266c3df2703daf37270:"Selection status",db0258df1ddbd88749b335aecdc8425e:"Value format","53235c46364db079356d57da5870f967":"Selected value","56f3150f1713a5e5c6e7c55fb0b79b75":"Unselected value","7c7a88eb1bb4b40206c6c680bd8995a8":"Default selection",db98f889ce6bc235e66bd4b2a788d137:"Checkbox","6d1383a2806f0516aac2c115f96799eb":"You can configure multiple select boxes through options and can also fetch options through the source.","05f87b331e1c97691776d93a6598373f":"Option A",f38c0a46797523b11051e35ec0f82a42:"Option B","9c541222ced2435288c24b34f8ad1fb8":"Select all","05bef457e8350e1a5d8007cad41b70e5":"Select all by default","84f31b24ffc8ea2b81d61a6f054b5bb6":"Code","08346c5bb99d8e3bfa406995b8c4f067":"The code editor is a monaco-editor, which supports {{@1}} and so on.",ab0710b367acefa1d6a78e2338291e86:"Get focus","4638e799b95e1b71edd55f278a6f707c":"Be triggered when the input box gets a focus.",efa3ddc1e26ed5d8cf7d9855cc7bd42e:"Current code",fc96a5f1b79cb734afe08e401b6ba5e7:"Lose focus",c776ab86eb24f6b3db35114e43026f75:"Be triggered when the input box loses the focus.","829c57d7064cad467ec466ae26244ebb":"The input box gets a focus.","295bb704f5205801d57d672780b94117":"Language","44fe0e1bcabcea83d6a30e6af0fd42af":"Full screen ",b3b97a293baac13db6367aba5539a09c:"Control size","3386da5f56fac758ed0f18e024ecb943":"Extra big","254bb8aa6b92d588d957a383df24db1e":"Combo","4db731c7d73988e40a01b4bf1a7f00d7":"Through the combination of multiple form items, you can configure whether to add and delete the initially set template.",b58c7549c0246c55b9cac96383200338:"Add","8575b828c7320de82b9f99058aa1f55f":"Be triggered when you add a combination item",aacd80d2c978abae7b955510a938788c:"Value of the current combination item","4933bd64bb23de03ca8ed246fa5509c5":"Delete combination item","0410242a74850f010a9a8061bc0cd891":"Delete item index","74333901ae9ad27a93487dc850e45609":"Value of existing combination item","95e09290c4e0f01323bb5abf301c950b":"Change tab",ba2bd765f6c2e2b717139c5453884e14:"Be triggered when you set tabsMode to true and change the tab.",b04c6cf9cb1212b9c173ddfeec129028:"Tab index","055f2f284d2bdb15bd9e542ea9f93285":"Fixed member type",e3b9236d585eb9c93a074f264737cb65:"Multiple branches","66e867eb73a118649800c0a064d0b5aa":"Type description","5aa528690fd771f89683a7f00868f39e":"Branch management","35b65a5a3f8d721e12cae310463d69d6":"Hit conditions","7341e991c8e8cfec68d31ffe0e06e429":'For example: this.type === "text"',"85485d70be6b380294428018e54fc9b9":"Judge whether to use this branch according to the member’s data.","50bfed6ada3e7d0ef4d20eb727b3d7df":"Configure sub-form item",d68162ea1904f627b033fe3953da295d:"Configure sub-form collection",aab09f676645f2651655a711d5e3327c:"Add initial value",dda5ffc9ecbad13d424346890bacca6a:"Whether to change its type","8a0c77e91392d70df522b55eb4d403e2":"Multi-line mode","26343b8bcb694fa5e333b47d8b663d1c":"Whether to go to a newline","86032735a191d117b02111e447494380":"Whether to ","28a59fee1a4714493a8d6cec05c1417b":"The data structure in the default array is an object. If there is a form item only, you can configure the value. Thus, the value contained in the array is the value of the form item. ","7f2579cabd4d654458a720eed517a37d":"Whether to add",ea1e5695bf682ea3b31aba0c35198ae3:"Add button text","1ab31449faaaeeeb7200d724eab9a7ab":"Whether to delete",fa3e9f9e49f5a81c998f949155f86b50:"Request sent before the deletion",f962922d46ef18e68127642e5c00165a:"Deletion confirmation prompt",fc763fd5ddf637fe4ba1ac59e10b8d3a:"Confirm to delete the previous request",f41a714bc8b26dc27a93a07c44e329a8:"Drag the sorted prompt text","91396e9bc25c9e8b63907fe22408e2bb":"You can adjust the sequence by dragging the [Change] button in each line.","8ee004bdd55b578acdb10b1bcd3fa4f7":"Remove border",e9cbda74a1ffc06228fca68e4d16c4dd:"Limit minimum number","3baaa61e619e32fc36eff14839b1a63f":"Limit maximum number",b8ccbc166c72b2eb54aac1332c99fb49:"A prompt appears in case of failure to limit the sub-form item.",b34cbe877b2c8464c625858fcf19f4eb:"A prompt appears in case of failure to verify the minimum length.",ea2474ff679195d9b54bd5ff3384fdfd:"A prompt appears in case of failure to verify the maximum length.","1c5b9cb245f04413a2d888bd59442097":"Whether to fill in the parent variable with the same name automatically.",e673084b4261d10104d27ae9e4d014a4:"Adopt the Tabs display mode","6e7bd650f763085de3bddd51a8d6aa88":"Tabs display mode",fd6e80f1e0199d6ecc3ee81ae04aa9ef:"Normal","2dd25b8c21efbfee4a198787810d65d8":"Inlink",fc6c9fa3af230165c39fb314c086be22:"Template for generating tab title","9ff4713f6b17e96e9cd76650fd5892be":"Lazy loading","93dc24d4ad01981d5994ba7f8ffaf345":"When a lag occurs if there are much data, you can enable this configuration item.","98d52b737d6bc171b6d5bad9a42f6e23":"Strict mode",cb5ca128b6c78a90f26673e21b0b3f28:"If you want to transit the value of the environment variable into Combo, disable this option.",bc91f4844843d6c8ec1acb78a1f1aba4:"Configure synchronization field","07bf6c08bb5f0bdb32dbfecc7d3fe290":"If the Combo level is deep, the data acquisition at the bottom level is out of synchronization with that at the external level. However, configuring this attribute of the combo can achieve the synchronization.","3f2176cdae8a4ed6a4c4eaff002a3b24":"Allow to leave this field blank",ead7156521ca11acb7ca7bdf4c9c87f6:"If the sub-form item is configured with a validator and is in the single-entry mode, the user can select to clear it (leave it blank).","7ab968b8219f6c348478da255ebcbcb9":"CSS configuration of individual columns","6e87bfe16db746db13966f0d7552b052":"Condition Builder",ab7f2096d3ea8aa85f453b204bfbc493:"It is used to set the complicated combination condition. It allows you to add conditions and groups, set the combination method, and drag the sorting feature and other features.",ae5e21c7b57aaaff2071b757f35dbb3e:"It allows the user to enter the query conditions. Thus, the backend device can generate query where according to the data. ","55d4790c5d819cd0462cbe89561b0dd4":"Number","97b0b6499334ed889b372513290a2a52":"Boolean","0c3bf4fce50589b1073baf15f8a00d36":"Date and time","6d6b4f2bbd2fd0b5faee33673d7f06ae":"Quick start-condition combination","22ed9ec0e00b5deab2c335ad1fd2e343":"Condition type",e996419dedc2f1ffd96e7a0e808127d0:"Field name",c322edb884724d04842fc35f4d29a24e:"Minimum value","5da893141114a59da868052b3a17a79a":"Maximum value",d26404c10871481ab6bbb4837a34ae95:"Step",dbd5b99c34260412f10835d82b59919c:"Date display format","94575fbef23460cb02524d20d152d728":"Time display format",f20a86701d87369e5166c28a71b8b8cd:"You can fetch the field option remotely. It supports the API or data mapping.",ed4ad0f9e6374d6915ce3d2c0dec7c2c:"Operator","61260d9386fd95a268dfc93d977c2706":"Form item container",c5739a29e7c403fc212608cefe70cf29:"Element collection",a00f44e570f896de5490cba9d2462951:"Insert a new element",a9a8efb2541ee6f89ea7b83e610ebf7f:"Add element",bac53d3c739f7fb3327704efd5b40eee:"Diff Editor","7b4fe9415d80d3694d2f630411ac7e9c":"Compare the codes on both sides. The supportive language includes {@1}} and so on.","0517b74cbe247a903faf40991a5a335f":"diff editor","42f04184315801c372989820106cc4ee":"Be triggered when the right input box gets a focus.","58ec44a580ba7cdcdf65985f5c44940c":"Be triggered when the right input box loses the focus.",b42cb49fc7c4ec140697e6d78c39e585:"Get the focus which lies on the right editor panel.","2a69150aa382f6a309c03a96145d4266":"Left default value","04b8c503707c34f9c275d349275787f2":"It allows you to use ${xxx} to get the variable.",a71e655ab56c9962742f72623f67ca76:"Right default value","460bc46ffeb31b737669e2312c5bae72":"Field Set",a89cd8150a1dbc60ac7063580e0852e2:"Through the combination of multiple form items, you can configure whether to fold",a13a2fa224ca5b6f44d5aee33ec29d58:"Text 1","37dd6f28ffb87d8907a286e0ef4dc7fe":"Text 2",d6c40a2ee219c010edbcdaa2eeb94ddd:"Sub-form Item",ec2a8ec81d1d2588db8c7827ba99e7d3:"Whether to fold",f315bd4984fd09c30581674d28287f12:"Whether to fold by default",ab2d2b13794ae1e2d7bf3bcd5af55dce:"Control style","23ecf42cada8bf2715792d718544d107":"xs",e5a226534fb99ab260865b936d3c85ba:"CSS class name of content area ","12b54e3fdccdbb5588785fce5534edbd":"Click to add a sub-form item in the left component panel","1297c46c0ea697a0041c3899b15d69c6":"Add sub-form item",cd948961f71f87ecc72b251147d96144:"Control type","0766a6467bed7f2840871a5f0638669d":"Single-line text box","15d169d28cd48c97fe751e4cc92ca926":"Multi-line text","829abe5a8dcd0579a340d20636b59276":"Group","9597dcaf432ceba92a160d61cb1ef65f":"Number input","9913107b19cb6012250134ff91377430":"Radio","006ded9fa277cf030592021f595a07d5":"Select",a6beb974cc0b50eebd18120b8110a88b:"Switch","481e034e6026969aae4ce7ce7c8a7b6f":"Input File","6bfb9bb2218ff32b6139e98bc93707c0":"Input Image","24b6d4c0892a8f3ee2a982e3ab0afe38":"Rich Text",fdf6f7f6497556de440fe434b721ee99:"Display name","712538d3e674792ec94feb9a5eb2cc0a":"Submit field name",eee1e2258d7ea163fec625ee44be9637:"Form","10b3d542748da2043f79395bfa2ab35f":"It is used to create, edit or display the data. To configure the initialization interface, you can load the data remotely. To configure the submission interface, you can send the data to the remote device. Additionally, you can submit the data to other components. Thus, it is possible to build communication with other components.","5ac57ce6df8c2a19668b7429aebd9f33":"Input Text","1b6f9adf1e6a41a18b9a76407d945618":"Create form quickly","380c80efc8d38510d31f50578690b781":"Submission address",ffc2c1671eb7e3f6751006cd7a9961f4:"Text and input box display mode","81f8a50d084992815ab844109b3ea27f":"Top and bottom","3720b9ef8053b7b8a54c7d8ace051912":"Left and right placement","9d68944682609cb230534195ca7c62ae":"Form control",cf993a1d9c0352215055d180aca60b97:"Control in the group","3673ed1983c1be059126e3715fc34922":"Form collection","741e41f5247b1541bde22c00e65f4401":"Initialization completed",f75e31cd2e3bfb79be420b0e61a533cc:"Be triggered when the request to the remote initialization interface is sent successfully","211f02318e3cceff5ee50d4949a5c8ed":"initApi Initialization data returned from the remote request",b2a5322c8dbc0d8343315cafbd39b7ce:"Value change",d6fc04abf4889a864bea240d6b67963a:"Be triggered when the form value changes","66f1115691b0a3e434dd3e8a6e733730":"Current form data","7233c9cadee5096097673c9590eae9b8":"The form item is checked successfully","6611594c527756e23d4044f908fedfa9":"Be triggered after the form item check is successful",e00a32d415785d5a5d43a593d26cbaa0:"The form item check fails",d4c12cea41e1595329358edb365c5f5b:"Be triggered after the form item check fails","368f9bab722b255f1fdb669a89f0c594":"The form check is successful","35e69ab84129d721229bc5b48afdedd2":"Be triggered after the form check is successful","641fc404690a43cb13e4666ce272974f":"The form check fails","5d7dfa5bf9bcd278f06fa37e482a2c35":"Be triggered after the form check fails","23b62e9cbc868e024b80d2e3fad80ac7":"Successful submission","8c9d9d2594b9cc39294c6939bd08a5d5":"Be triggered after the form submission request is successful","18344d8a27aa678e401d5e575d4efe99":"Data after the submission is successful",f5d008dea7d2e953195a5588dea3c8e4:"Failure to submit","86555672b37841b639311e7d49f0f593":"Be triggered after the form submission fails","17aa713bc661f98e585ec3725d6d4f0d":"Error information returned after the submission fails","4e34003861eee3de1e0c9c1222249bbb":"Submit form",a360c5d4e723ad78a5e52eb1f5f3f2a2:"Trigger form submission","1b6f5cc49e71c90a5b85a796285e3135":"Reset form","35de8c264c2a87836ccbf302b4ee673f":"Trigger form resetting","4a3deab45c0a7218b8ae58a33fd24c28":"Clear form",c18255cd6a048da86045c59a65fdc92d:"Trigger form clearing","17f2bf425eeb7d20d79c595344e9dc94":"Check form","27f35bc7086bf54e27e254f5d77c3168":"Trigger form check","60ad7d0d170b973ab9cdb0b23e636704":"Submit button name",a834505b13627a2e9eb4e0a0c2746e5c:"It is valid when no button is customized.",cbef9ad64297efd7657d5b67b2112751:"Automatic focus",ded8caee55c05aa0f1a4e6a197c480bd:"After the setting, the first form item that you can input in the form gets focused",c8801f299681b3080968effcb13a57fe:"Disable the “Enter” key to submit the form","4fe8162504ae5fb955c30863d88834fa":"After the setting, you cannot submit the form through the “Enter” key on the keyboard","6232c762a93aeb3c89cc759c06802610":"Reset form after the submission","7d61784cd115d333f01a3c0c46408a1c":"After the form submission, restore the value of all form items to the initial value","49086a13c74f262de398e60f448ab056":"Submit the form once after the initialization","1babd035cabfeb997ac3eee3f938d794":"With this option enabled, trigger the one-time submission after the form initialization is complete","0d1fb15904862f5fd2d81d2fc8f371d6":"Whether to close the dialog after the form submission ",e91209a4a78c0b34c26b681b49e0681a:"Submit the form to another component","4133d2c3613ece9792c90d185ec32306":"You can submit the value of the current form to the target component by setting the attribute. Instead, the value is not saved by the interface. Enter the name attribute of the target component. Multiple components are separated with commas. When the target is window, the form data is attached to the address bar.","7653297de32f34fdec0dd0653aebf358":"Redirection","6d00e21637c382cbd4d949b7735a2e41":"When the value is set, redirect to the target address after the form submission.","672b63d7523095b949f5fad233fa0cde":"Whether to enable local cache","8a0544ca2f7ddaf8768ab599858315a6":"With this option enabled, the form data is cached in the browser. Changing the page or closing the popout does not clear the data in the current form.",ce2457fe99197e0fe81b6fb08e3eaf0e:"Clear local caching after the submission is successful",bc01ee1a28f980c298679610fe4d2d66:"After you enable the local cache and the configuration item and the form submission is successful, clear the cached data of the current form in the browser. ",f5e55fb88f5adc71beb0b1fff60face6:"Form combination check","8101a0aec7eba32e633e3cc29f4b7ede":"Check rule","80ce5ea9ac2c3001e6e8ea3175ecc12d":"Error prompt",ff7cc75cc43c25c823d05d87cb8190b0:"Saving API",d325cfafec323a62463af3d3da9b6ede:"It is used to save the form data.",dd1b9892e274b16540aeda961437870d:"Is the asynchronous mode adopted?",e638bd32b4342dfc7a15990a79f588ae:"What is the asynchronous mode?","6df230c8f18709575777172f0a9a588c":"The asynchronous mode is mainly used to solve the request timeout problem. After the asynchronous mode is enabled, the program periodically polls to request for an additional interface after the request is complete to consult whether the operation is complete. Thus, the interface can return the result quickly without the need to complete process actually.",daf3aec137ac74941adb1b1d3e3dd1d3:"Asynchronous detection interface","0705e4aba9f22ae70d906e2201a4a68d":"After this attribute is set and the form is submitted and sent to the saving interface, it continues to poll the request for this interface until the returned finished attribute is true.",b4bc91701b86fe8543d649e97daea602:"Initialization interface","258c437ef67e5ef12f3a766ff1802f85":"It is used to initialize the form data",e8c46074d8432532cac25eba56bca354:"Is the asynchronous mode adopted?",d2af24c0f76cf325f1c8fa939576c379:"After this property is set and the form requests initApi, it continues to poll the request for this interface until the returned finished attribute is true.",ab94e2c30b3cf0fd11eea477f70dcbaf:"Initialization failed",b64292a1903bd969d0e3a558c334f5bf:"Default message information","8a5e590f69e1ae52d86396410ceeee5a":"You cannot set this option. The msg field returned from the interface has a higher priority.","3b108349b93f7c8c4e2346f8d48c092a":"The saving is successful","6de920b4e4e08b261cda928d9beefab4":"Failure to save",b66ef8966dad62d377bc5310d8b88e7f:"Prompt for successful saving",cf538bbe1fb431f9e2668da4d84cfadf:"Prompt for failure to save","6509e435d66db2a105b2444b1d3d0db1":"Prompt for verification failure","02e977ba56a7ccc59c277d2d5be43ba0":"It is packaged with Panel.","1cb01363e2463443bc8105f544ce2736":"With this option disabled, the form can display the form item only. The title and action bar does not appear.","1fdadb49bcabfdc36a4a9e020f597f4d":"Display mode","57d348e83d929dd4cb3bab04debc93a5":"CSS class name of Panel","9b26fa2b5943c827eea294e79b1427fa":"You can set Panel--info.","85ca671c1bb6de5a15456a9692d2edf4":"Enable debugging",f24b7483069b44490a6379be5b90f4e3:"Indicate that the data of the current form is at the top of the form",eb332076d766c2e817285f0a6d4860b9:"Formula","000cf7353ce03857c671e89c91b35464":"Calculate the specified variable value through the formula and apply its result in the specified variable","9da7578f9329ccaee1bbdf6a766744fd":"Calculation formula","77562ec3db28683ec71612a11e6b39ef":"The formula calculation result is applied in the variable corresponding to this field name.",c80c42a0be1b39ed899b1f5560875cf8:"It supports the JS expression, such as: data.var_a + 2. That is, when the form item var_a changes, it sets the current form item to a value of var_a + 2 automatically. If it is set to a string, it should be placed inside quotation marks.","89a8549c2ed7fc23a683599731d92b22":"Application conditions","8add6799ceff24eb041c5a6a92bb1694":'It supports the following conditions. For example, the \\${xxx} or data.xxx == "a" expression is used to configure the application conditions. When the application conditions are satisfied, you can set the calculation result to the target variable. ',"3df193f5d4f652a4bac331a69761041b":"Whether to apply it initially","86cebf86c66c6a4e6731b840c3967ab0":"Whether to run the formula result during initialization and set it to the target variable.",aaff9b44fa3c84058d6bec9888b7b39f:"Whether to apply it automatically","677568b4f6505bdd63387137bfcbf35a":"Whether to automatically calculate the formula result. In case of any change, automatically set it to the target variable.
With this option disabled, you can press the button to trigger the operation.","222c7bc60f06552b019d71bce57013ed":"Feature component (formula)",bb09a378529edac439abc2edf05c10d7:"Form group","39d36f049a794eb8df305b5ca7710c36":"Display multiple form items horizontally","32f6f7f8164c7f78e4b46eb50c158ab9":"Sub-form","400fbff5e744d3b7317dd130eaad723e":"Click to add a form item in the left component panel",bd1aded1c983ab7fcf3990f0dc31047c:"Column width configuration",a170a375b264f7fe0c02a7ca8c268784:"Width setting",daa0f354e189c0da577ea25be13f874d:"Adaption width","4db804afe5c99f7ca4fe988ada35c77f":"Adaption content",f1d4ff50f3828f9b73412e7d94e6dd6e:"Custom",d5d885add2551454955bd70411769c88:"Width ratio",ff7e66f1feaaed3260b6e8ef432efc79:"Spacing size","1b3408880b73544a3fad501dafbb71e6":"Configuration of column CSS class name","551481accddd97e18d7152f511fb8987":"Divided into several rows",d27d7b1542d91641d1d232c9f58b96d1:"Hide domain",d50b9a7291d45d1da8633439427afaef:"Hide form item","4f6595b5030e171fcead42d321ba767f":"Feature component (hide field)",b6946d13d670fc49b721b626bca426b7:"Array input box","6e43f86d0b2973c34078bc7c7bc02eb0":"The array input box allows you to customize the member input type. In fact, it is a method of flatting the Combo flat value, which can be replaced by combo directly. ","02cc4f8f5a9aefbc03c778f7a5c989c7":"Enter",a4b72cd5d7c953c57b00e3597b9ef666:"Array box","89e34c77922f9362fc8f4033e7f6bdf4":"Enable drag and sort","1362211a6bfc8cc4130d54643e8e9732":"This option allows you to drag and sort the prompt text",ba6a6f2cdb46e8f80fbfd4fed20eafac:"Input City","20700607ccdb7b6c83f3b5bc525e6975":"This option allows you to select a region or city",ee167d4c74e600248aefe9d0ba474705:"Change in selected value","770fe9e7899cd310b035ef50a39ab2ae":"Reset to default value","9633e6be5ecb44fbd69b3e8328cc8430":"Allows you to select a region",eec86dd33ae6186937da563fcde3555e:"Allows you to select a city","95892a76bc26c2db31087c9914e442b4":"Whether a search box appears",d1b5ad85ada6350ea1a1432b813700be:"Input Color","5a9e72d006165ae3dacdbd96f931f70e":"It supports hex, hls, rgb, and rgba formats. It defaults to the hex format.","6b36c6f7ec834692ec6c8e3816349fdd":"Color","277daf93adca7889605057f566b584bf":"Change in input box content","40fa260f07ed5a14f9516c0c37fbfd4e":"The input box loses focus.","3086da6514671fb8950171bf3af4ab2d":"Clear input box content",a47b08f4c83158a058c06e176cff501a:"Color picker","1b25b3b1b5076f0c2e6bd12d73c56f79":"Hide color palette","9b161db0e2e749c1106c702c8097d380":"With this option enabled, disable manual color input. Thus, you can select a color among alternative colors only.","05a64e0df1490a5db391e7a43eced6e0":"Alternative colors","6cbabc9a4cc07c1e26bb131c02833f8d":"Alternative colors at the bottom of the color picker","79d7c8cd739a1f94c7bb30c74323eaa7":"X (time stamp)","84c7af622906c4e9d62bbf905d6ee517":"X (ms time stamp)",aa2fb1b6cffd7c9783c11047adcdbae4:"Select date","8935dbb864f032bacc618b0938887ad7":"YYYY MM DD",ff91b28a49de6fd998dea31598198a73:"Select date and time","3e253325914594e1dc483c0b64ea7643":"YYYY MM DD HH mm ss",fbd05a89ca037ca9e5a6af4c2206d488:"Please select time","90696835bfa70d38b02ef5533d33c88d":"HH mm","6154f88c0ac259ace41b0a5be45d753c":"HH mm ss","904393383755b88e61f5c242eafabdda":"Select month","55546b74d8819d49cccda6277f3a3282":"Select quarter","13ef7828361c8aebbf6ebe09370f5e41":"Select year","4be42a8a2cbb9088b4d051cfd824d68c":"It supports the use of relative values, such as now, +1day, -2weeks, +1hours, and +2years. Meanwhile, it supports such variables as \\${start_date}.",be28cd64f978dd70c1cd345ebe751bca:"Date box, input-datetime, date and time box, input-time, time box, input-month, month box, input-quarter, quarter box, input-year, and year box","52ea2070560eb55083b64f5ba748697d":"This option allows you to select year, month, and date. It supports the setting of relative values, e.g., +2days later.",e54ca3223a36c6489de0fb8a39d4049f:"Date configuration","96f9d9fc9cef8b18e3cd1cf9077147d1":"Be triggered when the time value changes","0a72b3858efffaa1bab685fa840b701b":"Time value",f6db3514c72bdc34922f137a8a92b997:"Be triggered when the input box gets a focus (non-embedded mode)","0f5fc3b84cf9c24ff3acae45ae22fb57":"Be triggered when the input box loses the focus (non-embedded mode)",e02d111d524de97e8622121f7ce845cf:'Before the data submission, format the data according to the setting. Refer to the format application in moment.',ecd1a3cadcf1d55250afafbbde767250:"Display format","182503224cfaf1f63c566f13da56a2a4":"Refer to the format application in moment.",bf8f46b5c3b309f666965a74d57ac093:"It supports the use of relative values, such as now, +1day, -2weeks, +1hours, and +2years.",f0789e79d48f135e5d870753f7a85d05:"Mode",a553741d5ebb9c80d7d2a63b202cf4b8:"Floating layer",c6e1b91d329a61b691d0d5d2eb343ddd:"Embedding",a2847d82fc998cbe25447b14d113234b:"Select date range","3f9c3a9eb55b7116bcaa6b614ecb38be":"Select date and time range",ddc4a982defd88cd164c61da914819e1:"Select time range",c899221db27c8b3606ce7c807f0765f2:"Select month range",c09ddfc72d3c34ae6aa76d5a457cb403:"Select quarter range",cb6deedf9cd4a0b65abd70798cfed85e:"Select year range","7866226eb814f681dcc4037e7489aab8":"Date Range","28de3d73d839b616bd617b3636669780":"Date range box, input-datetime-range, date and time range, input-time-range, time range, input-month-range, month range, input-quarter-range, quarter range, input-year-range, year range","9024ff398faf8340b92bf0208431973b":"For the date range, you can set the minimum and maximum dates through minDate and maxDate.",e7271563debf3c7bcb85e23816c35acb:"Minimum span,","6f44927b5ffddc499e4dc26889169143":"e.g., 2 days","6da95498bea887b2ea7c6c2bb4b2fdc3":"Maximum span,","61fd7e3e86b168be41ac2e37237e1788":"e.g., 1 year","2f8d6f1584b73bfc6dada44526abb502":"Yesterday","0dc86a275145ad5a7774e594f0d94a06":"This week","79abd4ee3661ff70c7d79716c8aaed83":"Previous week","73bef6f0c997ffe317c868c4716baab0":"Latest 7 days","8f2a5a5f6e3777c7a0e1ce9484a2f7d7":"This month",d5578d93388a5b2552316418cd1124da:"Previous month",ffb2b7fbf227d9d21e03d0f160fb2a34:"This quarter",dd657784cc0d5511d2f25459e49ead1a:"Previous quarter",d3dbc7a7fd9fc5ccd168084c8579c1ec:"This year","2f92fc7bf6ef3dd57c514d0797fe2f1e":"Start placeholder prompt","592c59589144ddc68d05d528da17dcdc":"Start time",a04c4894d83323d187f65cc357fa646e:"Post placeholder prompt",f782779e8b5d709462c8e71e0d9019f2:"End time","59a81f21a829e24e9a765c4d6e509e68":"Select year, month, date, and time","5eb8cb70e4dc97622c967d7c7efd6566":"Date and time range","7f4466c0a16a1808b5ee398ce55997ab":"For the date and time range, you can set the minimum and maximum dates through minDate and maxDate.",ab37cc3baa3ec204bd7ebfa450568c40:"Email box",e3c0d799e8880a36edb07e34fd1bed67:"Verify whether the input meets the Email format","3bc5e602b2d4c7fffe79258e2ac6952e":"Email","899339c1133a6100a1b223680d26692c":"Upload Excel",b0e4a21f29af38986eebbbf867eee31b:"Automatically parse Excel","7caadb59b5892d107a909816b6571c66":"excel Be triggered after the upload and parsing are complete",eb3daf37c93971703187ecbacb00c74e:"excel Parsed data",d9435aa8028acfc660276c4e0af5536a:"Parsing mode",b14494137c805dc66bdc9ed88d7fd2de:"Object","0e67d4b0e351b00f4bea9840aa6b99d7":"Array",fe5c59cbac3d45314ec6397d9f75789a:"Whether to parse all sheets","50b10b178196378f4359ce11bbc31372":"Whether to parse the sheet into a pure text","1647e4bfb548f2e8468d10b4b3bfbe21":"Whether to include empty content",ec1f230a0181d79b37967a455b1f3515:"You can upload several files. Also, you can configure whether to automatically upload files and to upload large files by dividing them into multiple parts ","8dccb3d6633a85edb21fa52599211654":"It is be triggered when the upload file value changes. It can also be triggered in case of failure to upload.","5560230c43dd8d8c2b4a62d829f152b3":"Uploaded file","7dcb3fb3ccc93369798d4b6950e96058":"Remove file","03d585240162dad662a0a6b5d90a4692":"Be triggered when you remove a file","6775136a73e41c1b2cb4ab025773e326":"Removed file",a7699ba73144aad544eb9ac49f82749d:"Uploaded successfully",e309c24c2b07e5970208a82388f1d88e:"Be triggered when the file is uploaded successfully",a27518f50ea00aaacb2c4e52f113eeb1:"Result data returned after the remote upload request is successful","54e5de428ca9d59119d4624706215a4d":"The upload fails.","4855bc3f3d06b9cf58d14b61839c5a51":"Be triggered if the file upload fails","236dc056d6800bf423df47520637c52d":"Error information returned after the remote upload request fails","36d40a48f3da92af9fe55ee77cfae46f":"Clear data","18843505278637e44a29e7e1f39e0b06":"Clear selected files",cf6e87cb9edfa398ccfc3db377e34ca4:"Button name","0ec0e6e04b9e918939ac8e0daf407b75":"Maximum number","0a9dced8856958fbd05508d1218f8090":"Maximum volume","3e999689c93e7cd95ce6acdded1835fb":"Submission method",d28879b6a8a4ddb62bf6f2ab59303df7:"Submitted together with the form","3a76423b7ae40b0fa8b0bedb470cce7e":"Separate upload","7c6722203327e8173be987f36fadf610":"Data format",fde1ab2f504097f3f717acbb653b4f09:'${formType ? asBase64 ? "You can use it for small files. By default, the file download address is submitted to the form. After setting, the base64 format string of the file content is submitted to the form." : "The File control does not take over the file upload. Thus, the file upload is directly completed by the saving interface of the form. You can choose either of this option and Base64 (什么和Base64 ???)" : ""}',"6168fb08fe64663a502a132c5589b73d":"Binary","7245fe895fa1cfc42b5217a3de314565":"Automatic upload",cf9e4c80962e712eaa55551cccff317e:"Enable block","454dbf9b835af8627d4dfff2903298b7":"Block size","2af0c8b5999a1d243ec5fe503da20026":"Block preparation interface","5548252bd28fc1d217d13a9e5771ecb0":"It is used for the block preparation. A file can be called once. If an error occurs, the subsequent block upload interrupts.",d7832abe5b9ce8e41537b4964fd7cf70:"Block upload interface","14008d63c109cc0d0c4ba305671800d2":"It is used to receive each uploaded block. A large file is divided into multiple blocks according to the chunkSize and then each block is uploaded by calling this interface.","70c935fa7ae03aeb1ff87b878e16841f":"Upload completion interface",c88aaeddb5aa95c7627d84df33929e3f:"After all blocks are uploaded, the `eTag` information collected for the uploaded files is merged. Then, you can request the backend to complete the file upload. ","1e4dc4d5f4a3a95ddc349147d4d8cd39":"File receiver","258d9e27231b06769dd584a3365545ba":"By default, this option is left blank. The files are uploaded to bos. You can set your bos address in the system configuration.","28b988ce6ae6dd62d24bcb8a52119179":"File type",f0a37d6f810c73a2f936f33035d99056:"Enter the file suffix. If there are several types, they are separated with ,.","58892b7a6a785706712761d5aebb4639":"Template link",af4b910df15b00ba7fb5163558389cfe:"It applies to the scenarios that have upload format requirements, such as excel upload format. Also, it provides users with a template download entry.","26d384ebe61b6ffe0e64310331f9e998":"Drag to upload","644d03767c8148de6651cc6b00b0173f":"Selection button",d1b06a828d05b0ff72328d50b16a8443:"Upload button","0d4ebf2f4a10336011cfe0466b29ba5c":"Input Group","5b7363cba6bad37b6614809e9bd90746":"The input combination supports several types of control combinations.","13370c4a5c95eff126068be5cfd2a9df":"input combination",ff10d1d90be63fbcdc7377435bf18f96:"Input combination","0a7f8e17f8487c3715a154bea698778e":"This option allows you to crop the image. Also, it can limit the width, height, and size of the image. It supports automatic upload and upload of multiple images.","295afc11c5fad1a6d97ae174abfcc5bf":"File value change",d4633ba7a30303a59891d051a7715cc9:"With this option enabled, you cannot enable the crop feature at the same time","22616e32a895c56187921ac6cc673f51":"Maximum image volume","13446481eaf0a047d8fddf159d981a7c":"The upload is rejected when the file exceeds the size limit. The size is expressed in bytes.",aeae3dd09f5cc972944a892802244483:"Maximum number of pictures",eec48d0e729f7260544646c60ef6580d:"Upload is not allowed when the number exceeds",b582587147013afc52c58de5fe34d7d7:"File reception interface",d24bada35447c81d7d7ddec13c44b576:"It is a file reception interface. If this option is left blank, the files are uploaded to hiphoto.","7c5e7ad8954effd97cb78dcb0e8f99d9":"Image type",f816b3decb401dcd0c22db7f104beccc:"Enter the image suffix or MimeType. If there are several types of images, they are separated with ,.","99e6b6011bacaabc18aeac70390252a3":"Placeholder image address","886df74c6a38c09891f46bd029490ae7":"Whether to turn on fixed size","037805d2f16cfe69e3145c9f436c06ef":"Hide upload button","80f7e6960804df47856301e7ad8bef6d":"Enable compression","2c4a34adf66f12d0a08716383304a66e":"It is implemented by hiphoto. For the custom interface, it is invalid.","5d8ff202988e28795bc72ab60d67d79d":"Compression configuration",d4efa8f599c1effe67bf6a7f38a9c40d:"Whether to display compression option",f8a68f636880acd097317f16aeacaedc:"Turn on Cropping","3d948d24bc4c29689c5a1d4bcb9f2b98":"With this option enabled, you cannot enable the multi-select mode.",e09f3466f78e62c1494fb36816950501:"Cropping ratio",ea172e50aedd5afb561ef02ca119821c:"Whether it can be rotated when cutting",ae948ea02f5abf3c6409b1c3fe3a2295:"No during cropping (scalable)","4697838df60efb48d857c12387c6d795":"Crop region limit",bc436447f54b10a9ac3f0ee3e1b863dc:"No limit","7ccc0313ac4c40b364f482341ecc3bb8":"Drawing area","4db4c540f05524c38e9431173736517b":"Image limit","93f0c741d286a0353f95afa4a8aeff64":"Width Limited","5738784edf25dd7c3e40e0c1af4dc80a":"Height Limited","367e853038270c93e2c35a2bfdf0bcb5":"Limit maximum width","3693431e7944d7d46959b44b93de894c":"Limit maximum height","37494f474367871edc678cd5f4fc8ea8":"Limit minimum width","484abb6891d6ea842c58e5ada6dbf411":"Limit minimum height","9b43b6d003635fbf2e02f9bab12929a5":"Limit aspect ratio","2e81b2a5e6d523a70db93481f01af875":"Limit. Limit the minimum height","1765a2daba3ba8c5af95e66fa83545d4":"Aspect ratio description",a7b7da38fcb8e246e910e178c5fe4ebc:"When the aspect ratio does not meet conditions, the description appears as the prompt information.",ed55564c631322fa3042c77286d6562c:"Input KV","746dd83e6891ccc9a19804c23c2c4443":"It is used to edit the data of the key-value pair type",b3747d09769d3a2ea8aa664edc901212:"Be triggered when you delete a combination item.","654ad5670efdd25f1417958a7026a355":"Value type","9648d874d516a87965066342394e86e6":"Key prompt information","4dae7425b21494a318cd4a69ce24608f":"Value prompt information","233662283039ded8c29f070d1a807029":"Whether to sort","4f9c849b6b7f048cfd242cef3e707a58":"Select month","7c3885e3c3eca4d95521b3e220586628":"Month range","5b4ad7ffa6eee985e72e002bf18ac09a":"To select the month range, you can set the minimum and maximum dates through minDate and maxDate.","1e65b8181e9a40e76b86e2c261cafbe0":"Input Number",c45782c425bfc31824af8129bd6e0282:"It supports the setting of the maximum and minimum values and the step and precision.",acc945d0c8449dce7dc1441f466ec413:"Input value","5f914e36c49db618d06981df7b3c4d81":"The number box gets a focus",e52c2701b682679d6c670a8578cfa382:"Current value",efdd0d8923130f281b54506eef2121cf:"The number box loses the focus","0849471829a565a8af6b70a46346e574":"Clear the number box content","33bf23fcb86101a9994b7e4bfdc2b062":"Enter a number or use the \\${xxx} to get a variable. Otherwise, the configuration does not come effect.",e284e64008fd8b066da04bca335d032a:"Number of decimal places",b317cbf67c94f986fc44cf4cbc2280c6:"Precisely retain the number of decimal places according to the rounding rules ","4c9bb42608b11278a5d9a2471b74eb40":"Prefix","0c8fe8b3675b0c7f5a896a153461ea46":"It appears before the input content. It is not contained in the data value.","242d641eab57223af01fb29940a096ed":"Suffix","7915dcc78c28ed3cda8fc949a86e4806":"Unit option","8c80ed1f85135cc9153d0b7406ac5b38":"Quick edit","0a8c852e27763a18ce5b72a87ba8b5ba":"Single-side button",de93563a076f72b3e919870c9dad9935:"Two-side button","5dd92ede50cc183f0f067dd29be5c325":"Password box",a8105204604a0b11e916f3879aae3b0b:"Password",a483bccf85587055ab31314ad1d2f82a:"Quarter","549a2a421951fc8c304c6223f346e024":"Select quarter","39891e1760c79287985adece9a107fd6":"Quarter range","6036c91d6b0b6d1a2468684e597d9f70":"Input Range","4c65f10eacbfaf580236b5cbe2de68de":"Select a value or range","0a6a4aee139530801791c556e7177a7f":"Be triggered when the sliding block value changes",f34b1a3e26aadb6f60c546dbe9c62232:"Be triggered when you set showInput to true and the input box gets a focus.","404625f170839b2a24d7ab65304c2fe7":"Current value of the sliding block","7c9ec5db3bf23f367c1a905d356aab5c":"It is triggered when you set showInput to true and the input box loses the focus.","1659f1112dd649ec55390fe7c8e3b1d0":"Clear input box","7220e4d5f9f65e4fadee5183f2e0c54d":"Method","9ec172e2cdff6146d623087d567c8574":"Single sliding block","753a8c54d3944e252be1af928b8e7afd":"Double sliding block",f2996845b6bf0a07fe26f74f35e42ebe:"Units",e48d95a94e49b81b12a0113a5c253d8f:"Value label",a465db53b8c98f42caa15ca5662f9c90:"Direction","3aed2c11e95a9c0ea1d853d4aee72e8c":"Auto","1d1a0bd85740653320d80f0d6e0918e7":"Inputtable",d22aa5f57ff8679ee7b7d473ef31417d:"Resettable","15628d1d85aee23c229c528a70419414":"Track","108db12ed4454cf1ab4242ca98442b7a":"Scores",f11a0f49123c2099ca6c6162ca37f0ec:"Support the read-only and half-star selection",ce9201dd7d5816945fbedae79927518f:"Be triggered when the score value changes",cef3580fce1b3156908cc852dadef892:"Score value",e2c6470c3f2e76cb98ba951a64e41c3d:"Clear score value","09bbfb387dce6201df1ccef2aab161a6":"Clear","5ea244a79d480632f635a254c95c38df":"Whether to allow you to clear it after you click it again",fa6f66437097fe23c948f4f9b78ecec0:"Half-star allowed","1a10cd6599219eafb615b34234cfc0b5":"Description content","9c07532d0c9acfecfc4ec2eb265c3e03":"Characters","2a3d1f6d5b0afdbf04033e2f2c1fa11e":"Failed to select color value","497562b3159756834c7adfe9525bd7b5":"The default unselected color value is #e7e7e8.","4dd547945b10f672a7e48d7ffc42496e":"Select color value",f186d55a48868a88b026d48efc1cf36f:"Score description",d38056d1c6aa9456f4b6b2c20aab06a2:"Input Repeat",b3389af540d99fe9e51fb2995dbd6dff:"Select the repeated frequency, e.g., hourly, daily, weekly, and so on.","2d842318fbd931286be387aaf5b2a7c3":"Cycle",a2d92b5adb07a4bf8a45e55643bc39f8:"Enable unit","42c036311993897680ef37f11e4e20a8":"You can customize the configuration bar of the rich text.",e2591e971f4c28db7c80a5f546084a1d:"Rich text","70209fc05c1a5b21f05b186a0f7ba2ee":"Editor type",eca97e97331bd76aab9f6160991e02bb:"froala setting item","39624e820b79bbd62561357f6179c8d7":"Prompt language displayed when the mouse is over the configuration in the configuration bar",a7bac2239fcdcb3a067903d8077c4a07:"Chinese",f9fb6a063d1856da86a06def2dc6b921:"English","81fafee54baebeb9591b5e7840d7e650":"Configuration item displayed in the large-screen mode","0b6eee152cb2553ed4298ca2fe82d3f8":"Screen width ≥ 1200px",d85a80d177db696b29b7338af1501055:'The configuration is separated with a space. You can group the configuration bars using |. Reference documentation',f126c4368fbf51cfd470684e7c3d31c9:"Configuration item displayed in the medium-screen mode","3b8c320d14dba586c581ceb951917397":"Screen width ≥ 992px","89bc688b5b497e515ce3c026a1d92669":"Configuration item displayed in the small-screen mode",a849d8a0f59f3ae146b149b7b4fc7480:"Screen width ≥ 768px",b8c8f1c6a56e902bd837420da0f554b3:"tinymce Setting item",e4d0e65de0018b63698ff22d683d6dd5:"Whether to display the menu bar","63068211669d69b4028eebe0052425e7":"Enabled plugin","8cfcd52cebdc2555b202f4b03de93662":'The configuration is separated with a space. Reference documentation',"1a920d9999206a9fa5f588c7405fe081":"The SubForm allows you to configure a subform as the current form item.","18c113b99afa964ee988f30e81baf12b":"Name field description","4d930a9c13fca9d74e1a77496abfaa58":"The button description is displayed by using this field value when this field appears in the value.","307ae20f587910da3e9bb4e885334b6a":"Button label description",e366ccf1556c0672dcecba135ed5472e:"Setting","70c04a0f4522e39fde5f18ebc85b6232":"The minimum number of buttons is allowed. ",f58ea00f6a84bcb1cac174d1f68c88bd:"The maximum number of buttons is allowed.",e41fd1934b82f93f5737827be7323119:"Form edit box","0fbb26a646da61d2123319b4d0144ba4":"If it can be used to display the data, it can also be used to display the data of array type, e.g., multiple sub-form.","4ba0387a2daf11ad9c67a75b52819eb3":"Table and form",a80f36ea893b8135df8d9266bf13afac:"Description text","1f9794dd5634220ed0a498c666cf46fe":"Column collection",b2c712c788d3a143206eee22fe24d9f1:"Green","6b93fcfc1a5795189c6072fa6e86d4f6":"Quickly build the table","0c14e431f1b5ecd163f8fa010a0654c7":"Add a column","13c250c68608118463871ce7cd8b292c":"Form edit","6a2f67fe2d8bb1d389eb934dd8a72b1f":"Add button name","44177f78c596be113d4fe7c6bd7bb46a":"Add button icon","1d34fdbdcac357588c255c1ed2336a3f":"API submitted during submission","96848841ea9b2a7d692aa6de57aa5e3e":"Delete button name","34f020715121478c6a8e4654954c84fd":"Delete button icon",a497289d862c6aeff8e61b6479b1081a:"API submitted during deletion","748f181258041bac1fe7346e970dfebc":"Whether to edit","412e319fdd893e6f3b26a1975d21b0e0":"Edit button name","396ffcbab4e21acb77f6987f18ec94a3":"Edit button icon",c128de224b606b094bd8139890fbe215:"Whether to copy",d59abc7020b4a6d943a0031da4518422:"Copy button name","5d04af0e9d59ab3f1265cd8345c2517c":"Copy button icon","681bdd6184b526ade9665e6d74976863":"API submitted during modification",c29e632a658ecb98edb874833b070e98:"Confirm edit button name","24c39bb36955b3113baefcfc20c5f60b":"Confirm edit button icon","9c68c27e8939af40897d1b0bca0360a5":"Cancel edit button name",e54289c1f0e9311185adee89af24e618:"Cancel edit button icon","1205e138ba64dddf61c1f8e6eb3a1aa7":"Confirm mode","1c1618f67cfea6fefb5f287932be2c27":"Get the parent data","5831c1f77c5acefa6dfe9c64d06ca78a":'Configure "canAccessSuperData": true Configure "strictMode" at the same time: False Enable this feature. It maps the variable with the same name of the parent data domain automatically during the initialization. Note that it is mapped only during the initialization. Once modified, the data in the current line predominates. If it is of form item type, it is used as the initial value.',"677fb705e57897710d28867b7628307e":"Input CSS class name","14d342362f66aa86e2aa1c1e11aa1204":"Label","1b4996b29c7b4d5fb45ca701e6438d14":"Configure options to implement the selected option.","52636511861a0e08cbe6a0eb1c27d816":"Red","9c9aabab3f7627ff4bb224b2738b26ea":"Blue","9888468550779b1777260b8fafe6abc2":"Option prompt",a2cbb42e488dffe644bdb87c26afbc07:"The latest label you use","6f6fa31a91b516b28ebee7a86a9b13e2":"After you set the option, drop down these options for your reference when you enter it.","379b5486e7860a9f38f37dddabbb094c":"Text box, email box, input-email, URL box, input-url, password box, and input-password",f222f5413d3854897741e0ec4b0d2c7b:"Text input box. It supports the input of common text, password, URL, email, and other content.","9306b956ca5950203ee49a2680cac63d":"Additional widget on the left side or right side of the input box",d548d3e938088d5d469a28c20e939750:"Automatic complementation","424cd425082360322678a5c8d6910b80":"Call the interface provision option according to the input content. The current input value can use the ${term} variable.","7e9c83e86beb612377a94e6e8d1fc644":"Display field","26ff46d82166741297ce666b2792af85":"The data field corresponding to the option text. If multiple fields are merged, configure it through the template.","6d4ce0631f37676a887c9599691fabec":"It is the field that corresponds to the option text","2e01f5f5889e33d003bec7857cd38445":"Value field","959c27193eb0a41d01f4b53dcc4b9245":"It is the field that corresponds to the value.","82a61b32c76fba3dc83e2611624e93ec":"Time box",c54993eb4c2a46263cca2e6bdebb051d:"Hour, minute, and second input",c166d8f9804ecef74b3b74190599a7b8:"To select the date range, you can set the minimum and maximum dates through minDate and maxDate.","479728c411bac59bc44d5ab8dc3cb4f0":"Tree Select","15ac5d800c0163b4b806622739478e9b":"You can select it in the tree structure. You can configure the option through options and can also fetch options through the source.","57a6105deead3fec79028cce7bfa2004":"Option C","9bc04a190ce0a5ba1ed473cb628b5ed4":"Option D",f77f634e6892c6447c5d9df623e42aff:"Tree selection",b35014ec330e91860bb188200fba12db:"Select node value","65d76d0590aa6e05d61fe8db4c6a11ca":"Add an item","0761b99481b1bd10c1d6aad6028a8281":"Be triggered when you submit a new node",de2392357fc78e9e0f0946bcc0af87b6:"Added node information",cf965b232227a0e9d14f4f7e31b01c62:"Option collection",cd994c38456676f5a55c5593b6a652bf:"Edit option",e385c7c6f726dc2641866d9050777efb:"Edited node information",d015e18748f42f53bb6ab213e9b06187:"Delete option","58cbd355c5bdb80653a8ae3d3b316c37":"Deleted node information","58995b490ba67e5d29dd87f422b14861":"Lazy loading completed",ec2fb7a5db150690b14b63f83d9d4b30:"Be triggered when the remote request from the lazy loading interface is successful",e6b94af26512b3f7ea8eb1433d4a2aaa:"deferApi The data returned after the lazy loading remote request is successful",e2edde5adbdf33f6dce59a299cbf5fad:"Unfold","38747bcbc3c47924098076ee87e59933":"Unfold specified level",a148ea1749eaf611df5cc95b533751ec:"Unfolded to the level??","37252d3a5eb0ebab17bfce14968b47c9":"?","01356df4561f9da87d2876ec9c0dacfe":"Unfold levels",def9e98b60e3bfc493bcd7693e702096:"Folded","3ebb9059b6abc8f80a212b5795270ec2":"Fold tree nodes",d81f0b9079d5a38bbedffeacaad8b905:"Delete data",ce5e449208bb568eaf722bab9a20380e:"Reset data","25ae4ca8d4b8a67b273066a97a516327":"Options",fe7509e0ed085b86f07e3e9975cc5b3d:"Value","72453d792655604f1fab821146133d7d":"Sub-option","210da23d108e85b2f0bbfa85846cb792":"Add a sub-item","7dae2e2c470a12011e0c8b831506f656":"Hide top level",feec2a81557811b7fc38b0e6b758c3f7:"Whether to display icon","018d13580184c6ca3df616940ebaee66":"Do not automatically select sub nodes","210bc6834481c05ed90875d87a262ed5":"Whether the child node is automatically selected when the parent is selected",b39c6fb1cdf629d3f3032d6c7d4694a8:"Whether the value contains a sub-node.","1fa482fed3042cac9f96c6f43c13f84a":"Whether the value contains a child node only.","55b50a43f58fa746600d6bafdf405336":"Top-level text",c48d9f48ce8a798772f17d1f47560529:"Top level","945da00807804cb992a3aeb0ed6ea698":"Whether to display single-select button","13604cddfe74bc9b9078dd61f9fb94ef":"URL input box",ed2e16700e32afdcdd745aa31454edb9:"Verify whether a valid URL is input",b233766d3fae72574d3f9ee98c5be120:"Select year","32a750b4fd61f1cfe37cac7147f05b3c":"To select the year range, you can set the minimum and maximum dates through minDate and maxDate.","973b69af999dbdf4fa124df8c928ca6e":"Read-only mode","710ad08b11419332713360d2750cd707":"Disable","7abf78a41095c6d21a1cc89b4a876233":"Delete form item value when it is hidden",cd8992b644e6c18367861a4d913fd116:"Verify","1040279cf7b8dbdb842f597c30095f62":"Check API","133886b10fd9721e6cf91b76f2df5b6e":"Separately check the API of this form item",b95c6e14a4d8f6a6c6d99d583916f327:"Merged into one row",d22dfe420e4b00e000b93f94db3c856e:"Select List","5e391af52da238f13c78b471a7cc54f3":"You can select a single list of multiple lists. This feature allows you to fetch options by source. You can configure images for the options and also customize the HTML configuration.",d1f923b8e23b66b3e48953ba1ce17839:"Location Picker","989ea9acbab9b17d2c15e2946b5365bb":"Select position",dffd9d86d2003615897b12ce7597d77b:"Baidu Map AK",a269e7de6c7735290733eb3e574c2129:'Get Baidu Map AK from the Baidu Map Open Platform',b472ba224a7d132c487ee6ec4798f835:"Coordinate format","36443b53c845b197db8d39eeda433ab9":"Baidu coordinate",f58cb611aec0998a44ef104b5c950b40:"Coordinate format by State Bureau of Surveying and Mapping","076a041dcf45a36b29c5cdb8b8eca922":"Rectangular Switch","183aae5eec1ff547833dc338aaeffc9a":"You can configure row single-select and column single-select, and single-select or multi-select for all options. ","7583b85ff3579d60a9f9d323c2f6674a":"Row title description","3fc35bb610852289cf718f07a5b79369":"Column 1","50987924540e6e35c78246031499e75b":"Column 2","08a6996be7a86af5692cbca41922a5d1":"Row 1",ce31d858c63395098c5e4cd892bd473b:"Row 2",e9b376d39966c8182683019f95ff8cf3:"Row, column, or cell single-select","0f244785fd9f555aae9797db4d14fb09":"Column level","5a57bd526cc3170b6c86f920fc24cdee":"Row level","45dde5879e77d7f7a15d04b8fed26ec8":"Single cell",dc7558211f2990370954c2e7ca498ee9:"Column configuration",f4c807fd8453f4b3fdaab02fb9c21ba7:"Add a column","39886861ea5d8b526e0ac5ecc78d110c":"Column description","34ad26bd1fb448c7f2384252d856c02b":"Row title text","48baa62373a2f90d6aa743d7821be956":"Row configuration","854af3c2cd9c275ac70fc5121ea4fb2e":"Row description",bf306308e467aeb7b00df0e2dd127d06:"Add a row","75bf5fd49520bce97de632700fc8a129":"Get matrix data API","24d9de25721d1fb0ecf89ef81c43d877":"Nested Select","10d1cfb7219a5445ef1e70aa16e4451d":"It applies to sub-items contained in the option. You can fetch options through source. It supports the selection of multiple options.","03cd388fe29a4fc116c0021e496a113a":"Option b1",fb00d1c1a65d3739c03a0b2715168327:"Option b2","353ae08afdb3d0a3587e9b27ca239c33":"Option c1",bea7ad76f0f321124ff614a099cb9a85:"Option c2",dbdae74eb12668e2b9568b013bf27d45:"Retrievable",ae45cdb51c795df3b046f71afe3611bf:"Blank prompt","601bb29fe72e56930dea03ae3e1aa555":"The text appeared when no result exists during retrieval",e3be7b8a459a08fec8f378a0660b642b:"Multi-select","6a7f7d89c8f1f3e6aab0962ff920b145":"Parent option as a return value",c23eb92d1f249452c3ff3ee13738b47a:"With this feature enabled, you can select the parent option but cannot select all child options. Also, the parent option is used as the return value.","8fcbfdc1a9403f6339d81911473806da":"Picker","819776e8d96b1438eca3594f47bdb1c6":"Through the pickerSchema, you can configure the data source available to select the data you need. It supports the selection of multiple data sources.",dc0c50a5c9832b393df34835111c34a3:"Enable embedded mode","1ac065ed64b81380384a0b371d5b404f":"Configuration option details",d64b585847f015eaa1443a3a03562350:"Display the style of the selected data","0861915dbac25ccb573b3bb72ffeebd7":'It allows you to get the variable using \\${xxx} or write the template logic using lodash.template syntax. Details',c2c23b4fc7f695c58e947ad413f2c5d8:"Checkbox type","33e6c41fed95c25e3b426d596d504579":"Drawer type popout","5a7af8d3e471d98339c84b07a844547b":"You can configure the options through options and can fetch the options through the source.","1e890599eec94efccec337cd474f7f1b":"The first option is selected by default.","46110787e4774b81418b274e9b06127e":"Display one row of options","83a00680e0872e2a35496be7e12c1309":"Number of options in each row",c30264927c3c170efd2e7763becf12fc:"Single option","8a0c1f35cff334fc105b6d52b195369d":"It supports the selection of multiple options and can give an input prompt. You can get the options using the source. ","75cc2a992ea150d3a6c68ac4bc486637":"Added item",a13b85bddbcdab63ef2b2d98dd46afe9:"Edited option","8aa4d6aedd7957ebc6b87fec655695ef":"Deleted option",e19c0792886a147d74fc662d7af138bb:"Display the selected value in a single row",b28aa9c36d0b506a71aa78b628e796c6:"Number of labels displayed","2b23767de575e27fc9e4e0949e885f81":"Maximum number of labels displayed. The floating layers are folded in case of exceeding the maximum number. All labels are displayed by default.",dfac151de712ab0b3618072c8a7f0a0f:"Advanced","406af2b98e6210cd42d7f824cb6dfd16":"Option value check",fa8d03e8b5458c1a1d742736bc26e25b:"With this feature enabled, the option text becomes red when the option value does not match the option among the current options.","33e7b7433fdbeafa1ef71105ee28c061":"Static",c99e0a675933de39693b7e80d5b70405:"It is purely used to display data. Also, it can be used to display json, date, image, and progress data.","134492cd10a0646da6f23a743feee6d4":"Static value","04f5f12c49c2a6fdc43da049591328ad":"Static display ","663a93dacbba9f7860dca783cf772419":"Quick edit",abd733d00ec656e7b0cfd88deedf102f:"Quick edit mode","78f395c15aaf8c92d9223f6ca69b41a4":"Drop-down","5e2d1e872682befd5350687f94a6b417":"Save immediately","2d2eb2ac28f074d1caef0d332d61cfb0":"With this feature enabled, the modification is submitted immediately. Instead, the modifications cannot be submitted in batch after they are marked.",eccba4475f3144e417e55fd96e831e09:"API for immediate saving",c8e5c062d5ad38e54413abd9c7cfb2f4:"Whether to separately configure an API for immediate saving. If no API is configured for immediate saving, quickSaveItemApi is used by default. ",c3ed36e4abb96c18a6c83350994cdea7:"Configure quick edit type","45a6c55d8d2d92af84e219defef084d5":"Configure quick edit","3f337f436989e9847790e4435423f77e":"View more display options",f7247cd14bd964b883bbb481892c440b:"Pop-out mode","2a2924380dfcaea998bd8a49703545a9":"Drawer",a06e8df4e9232cc606e0202e06a198d8:"Floating layer position","68b54e7b408c4fb83561c931aa668eae":"Middle part of the target",e18459c93769a5afec01e1ce60f9b9fd:"Top left corner of the target","1fc3cdd8437f5057774cde2f2c51f97c":"Top right corner of the target","63dd9faca92bccfd436ff21a6b4b3151":"Bottom left corner of the target",d01c239688b9c8fc145191ee642dc080:"Bottom right corner of the target","8fcf9802436282672a8e28ebd6262390":"Top left corner of the page",aed25160b4e8cfc613a743c4549e9222:"Top right corner of the page",d4a4ab1916187e09b9c037705fd49ffa:"Bottom left corner of the page","921fccbb84c829bf8c6f0b9957029f44":"Bottom right corner of the page","1d53f83df1d889a70131b7a93c819575":"Content details","8dda45360dcf9ca501fd7d0eb53045b5":"Configure to view more display content",fd389de167730ba8542217ad31b95562:"View more content configuration",f9a9fcc3bf6a3c8ff1e99fa48ed6d03d:"Copy",deb65aca8dba2ff9d0cfaed0a3441068:"Copy content template","622e14515c4fd5ca6fe6946e3a1bfb4a":"It defaults to the current field value and can be customized.","261bba7ad82914e477f4b37f6a83874e":"CSS class name","16a20243f9b741c08216dc9548de2968":"Overall",e1b2f870112bd38f8d7e14a0ad589930:"Control",d38b7fc2d31e0ae21cb4bc7d7df14e92:"Switch control","6e17d8bb70df1c1e379fa86cb235ac82":"Switch form",ddccb436305b0a984c77d4ffa0725375:"Be triggered when the switch value changes",a75c768fda740b2c8f6e2dcc76400f23:"Switch value","7e1eec8349c4998d142960009305f27a":"Fill text",c580bacf343343f04a1b551e46d02c4f:"When it is enabled","9ff352ae39cdaeaa4fc54f83575eedc9":"When it is disabled","48433deca382e67b26af31c6ff967d04":"The default selected value is true and the default unselected value is false.",cadd676e2710e50ac149211078f8a306:"Selected value","13f19e1d0dd528aafd6263fafdc35e82":"Unselected value","617a63f1b19b5aad029f973479bac917":"Tabs Transfer","4f26f1edebcdeea90f6e4247a501dbaf":"Tabs Transfer Picker",ab5dea29793d933fa7b5487a7309df6a:"Member","71f8043aefd52572b172e7d1fbd5af57":"Magician",fda93c79275b812a6c1c189fbebf8b08:"Zhu Geliang","573cb0d34bd1cdc7b368c59db9b7bb7d":"Warrior",e37a86d1a1dbed0cd53c95582977f075:"Cao Cao",ccddd2de691ff2d56b651877f72d90ed:"Zhong Wuyan",c0db8e7b42528eeae96310c6629e53b3:"Jungling","293040fc607f40caf6d6e16042012182":"Li Bai",b5256ec780343c4e20e397b43cab96a9:"Han Xin","49dcf9f88e7b7b8ca7448631021d7d12":"Yun Zhongjun","1fd02a90c38333badc226309fea6fecb":"User","8b3a9a5c912610c384bc8dc2c8514386":"Select all options",e1112a529dc969a03bbbb409905ff2ec:"Tab change-over",d202bc660c4d2eeb58e194b6320bd235:"Be triggered when the tab change-over takes place","9e7a97a3d043f566f2435329e01e09f9":"Currently activated tab index","91208131116f2823993daf99f15e1325":"Clear selected content",dda222620b789d07c2c5c279475caaf1:"Reset selected content","2ac24a383a1faae33f81772b757b2817":"Modify selected tab","91f894b900f593c848e5b21f2b414b05":"Modify currently selected tab and select other options","791959f9b90734dce08da79f4ac27a41":"Search API","6eaeb8ccaa8473e2b985095be2bf3cd1":"Select display mode during query","6541f1702af367c41a3127ed8511eb50":"List form",d58ba4b5e94680fcb08300e176502fb8:"Table form","406573cea6af9b0c6462295108e1f5c0":"Tree selection form","6c5358b981a475da2a83e95e4170647a":"Cascaded selection form",b51b404751554341aae342bc5a6e9b22:"Title Text on the left",c7840604d79e814f02f8260bc2ba6544:"Title Text of the result on the right",c6a16ef980efc2ac48c58727e5bade81:"Textarea","2af7e3952d7430d1e4c86ea5aca4e4fa":"It allows you to enter characters in a newline.","5bc28acd4afb712dcbc234927357cd87":"Be triggered when the input box value changes",cd7f479dd052edc1261261c15fb0b50f:"Remove blank space at start and end positions",d3a8fe0d542476cf7989ef9e69cdd6f7:"With this feature enabled, you cannot enter blank space at start and end positions.","829d96cf23f19759e4ef988fb5320032":"Minimum number of lines displayed",c0afd6005e68838e37e26dc7c34cf368:"Maximum number of lines displayed","685e5f4815e87c4690dda7d7aa163904":"Shuttle","26b4a55f458275a108c1ef213a354ced":"Shuttle component","1b09b6621ebf0d10ce98f0178fa1bda1":"Trigger the component data update. Several values are separated with “,”.","0ba83d9fe027d8386b814f4966f20d4e":"Check display mode","847fe7c3978764607631845b0a43926b":"Association selection form","9037f708f0d9750505aa741399768ac0":"Option set on the left","3dd8d112997a8d0ae0641b8bf69eb7ff":"Left selection form","7980e24e70a7e56490fa397d5bc6b86a":"Right selection form",baf916e9b0de774b78e716e91b963690:"Show statistics",e40d15221a911e060b8a05ec7aa9533c:"Tree Select","26aa42c81825364d2d691261017b6797":"Click the input box to pop out the tree select-box for your selection.","382df0b291e5306c423bcf471eb1734f":"Tree drop-down",ac34e635d05de0ac2de78737ea313995:"Be triggered when you add an option.","5f5e2d89e987fa64d56471b2e3d50cda":"Added option item","8784005bbfb2b66592cc0c5cc0a62f2d":"Be triggered when you submit the edit option","25a4d7b5ce2585aada1205e1121e9967":"Edited option information","91a6d3a760184e581eccd52bfa3f7a18":"Delete node","3c72d934764bb7205f593903c63ac7ec":"Be triggered when you submit the deletion option","7768e7d47fa6e9b811d1a1f684703cfb":"Deleted option information",cfd5faa079bd9d7092e7cdc92f353c30:"Autocomplete interface",a9f97c7c1bec32a0912f1dd36b2c3b90:"After each new content is input, the interface will be called and the update options will be returned according to the interface. The current user input value is in ` \\ ${term} '< Code > please do not set it at the same time as the access option interface","72cd009894ef3ea735d5e2a9b4656c04":"Expand sub options by default","0770f4a4a4f769d778ffe228675e8c3a":"Options: default expansion level",d1b65ac6a715ec342d7b738c64b55aa0:"New option interface","07e2cb845d6b6c3f91e6960c209b36da":"Edit options interface","8c05730667f91c371ace46c17f46c875":"Delete option interface","43474db97aff2ed0a876a47b6f4cdc7d":"Automatically generated UUID","43e1548e15272e1007051d7c8b70adf6":"Automatically generate UUID in the UUID v4 format without the need to configure it","844d72db7e57be4d77881ee9b4294e75":"UUID (will be hide)","2820712cac089483cf2b4a0c939fc780":"Column","9e17d57a0ba39254a75c0265aa3063ca":"Column layout",e63907bf0db529e84866d1ae737bfc0d:"Column","9bdb07e72d3a9a6084201a7398523f5a":"Insert","3c43c5860b4dfaced296d7a63eae1513":"Insert a new row below",decaeded2b6f2c66f191ff34b868b1eb:"Insert a new row above",eb22d47f16f92e6f621c2b9d87119303:"Number of columns",c288b519484207bea1d51884a5e9acaf:"Column spacing",d81bb206a889656035b929cd8bb1ef10:"None","98d695d6a6a48cfb4bc2f6396ee64787":"Horizontal alignment","1cc9a6949b47913462ff832cb684bdde":"Middle alignment",da1b972efb29f850b50e219ad4d98ba5:"Justified alignment","11b7fc50778c89572391ec4c6c4b55e1":"Vertical alignment","2a6ad292447e6354ca39ee7f40d2fcc8":"Top alignment",d68c21b6b65e7a2e361762b65b8a5032:"Bottom alignment","0d9eb53682343f1cbd562c9a944ef5bf":"Insert a column on the left","814276d30e338eccbaee96c3e6bacb61":"Insert a column on the right","2a3e7f5c382c56faf261a87573658325":"Manual","19432e481cefd1bf88fc707f20ea62c5":"Column CSS class name","5ea5dbb698afe7ca566b94e92f6a3835":"Column {{@1}}","9cc03fc4b3e87e8410e10357a219b44e":"Insert a column on the left","6b12fc99e2a46aed982d46b93ac191a0":"Insert a column on the right","57ff158884582ed498a87d03aed46146":"Insert a row above ",bd63eab86ac0e0b35a06d0f24a098096:"Insert a row below","69a519f6b7fd6d0bebba72e7572ea1d6":"It is used to implement the left and right typesetting layout. It defaults to even distribution. You can configure the width of a column through columnClassName.",f9c91bffab8b1202cf32ab508879e805:"Fixed width
w-xs","8c187c1862900db487c8d47e19490fac":"Automatic fill-up",b6f2fcb279241fe5ff9a8052a444266a:"< span class = label label default > column ${index | plus}",cb2f68c9c24e85d21e6b090b6e5657d8:"Column","92e2c6523449dfad4350f58908260266":"Press and hold the right block of the highlighted box and then drag it to adjust the width ","129b16a89a82c6d5e03ab075633b3892":"Column CSS class name",d34cc10492e80595a901a292d0c16bb8:"You can add a width class style to adjust the width. By default, the width is equally distributed.","84b620405949e278f214a811a3a19e2b":"Column {{@1}}","4bfd6e7e1ec0fe485aa0e7741d1670db":"Insert a column on the left","9d75cc0b193601391a139285d55a3493":"Insert a column on the right","713315591970d7c8b49d1c732fe54fde":"It can be used to embed the current page.","8f1c078c6d42759e6ccb1a9bf35f1629":"Page address","51ad722113289f70b6d77c78ddf0c64a":"The default width is the parent container width. The value is expressed in px by default or in percent, e.g., 100%.",c78d9b9ab9db5951eb5526e8a46677d9:"The default height is the container height. The value is expressed in px by default or in percent, e.g., 100%.","9ef4425332e5f8bcad86de483b4faedf":"IFrame page ({{@1}})","67997ccf7ea846c3c2d278b01ed9600b":"Image display","6dcf991e992a0b765df0933411fe9bb2":"It can be used to display an image. It supports the static setting of the image address. Also, you can configure the association of the name with the variable.",e18aa5e376437da71083a29c4cddaf46:"Thumbnail",fb43d5ffa21f3c4055c29fad350f27e4:"Original image","582570bef8c57c5af7658c4a4eea45ff":"Thumbnail address","1193e1aab7bea094279ae7b4288ba848":"If a field name is bound, you do not need to set it. Also, it supports the variable.",f5865bf2d791d293374af4aa76d27c4d:"The image displayed when no data is available",e1110b854bceeed0e887cb951bb3d2f3:"Enable image enlargement feature","7ffade593e390a2a2cc43e6663461b71":"Original image address","214953c5f7557b1a5f1310c87238ee03":"If it is not configured, use the thumbnail address by default.","6d45b56ee94ea873a554ec41b9f2074a":"Whether to display the image size","00cedb73310cc531a43d23cfa5ba0e5f":"Thumbnail display mode",b0267f4aa776e75443b7ef6e8dad257e:"Fill up the width",c30b1b6f29debb05449aa3cb40268e7e:"Fill up the height",e13556bb3580ac3746e1f8663eb15896:"Included","47303119ba97a66d168ff042575b9de4":"Fill-up","319501b9acacdd6f94a9bdd0637a3cd2":"Thumbnail ratio","4d080f1e18d86051b8d651c68685f319":"Thumbnail CSS class name",e040fc4bf539dd1cf6ebca6b4bff857a:"Image collection","93f46deec83b8f9005233a1467498d52":"Display several images","2382c315a6ba396be1932dd8dafaff52":"Image 1",ce6e2814f207c9333f10785606c57df3:"Image 2","45a4922d3f42d0b137c6845c4c77031f":"Associate data","2d4247be13246794180897b40fcdbcb1":"e.g., \\${listVar}. It is used to associate the data existed in the application domain.","81a2b634d7ddcffc21b787613673943c":"Image collection data","0f088d8f579c362068d7a3858e207280":"Thumbnail",ebb2073c604e72ffd9ae1b796665b702:"CSS class name of the image list","5acc93183b7fe3816a845aca52baeff2":"JSON display","5a4b81442789f3b2e7b665bd430eeabf":"It is used to display the JSON data.",f891291cbfaec7ba3754520e2a5227d8:"By default, unfold the levels.","6dfe63d8c039df37787c87afe4c68604":"You can use it to display the text address.","6ab20dc4b64021b85886ad9c12b6e0cc":"Destination address","78ce29fdc55e6d0980b591a264c537a8":"It allows you to fetch the variable. If a field name is bound, you do not need to set it.","5d809212900f3bc3ba122fe93638394d":"When it is left blank, automatically use the destination address value.","88a5126f6a1463fc9986b590ee4ab99f":"Open it in a new window","39a2cb79c6d9762783e20522ea86dcff":"Left",de2a774bf98944b8f0ec8755d5f59d64:"Right",e370757f933a8ecd87bf0255c3ce45d0:"Advanced setting",e35dbea2b0c097d7fb76173da0e0bba1:"HTML <a> the target property of the element. This attribute specifies where to display the linked resource.","9f556fb46ecef854282d17e631578b1c":"It displays a list. It allows you to customize the title and sub-title, content, and button group. You need to configure a data source for the current component. This component does not have the data fetch feature. You need to take the priority to use the “CRUD” component.","84c04f1e9ce6a6a228228dd3fb96b99e":"Configuration member details","1ac0e1626be43287983fe3e5559320eb":"No data","4e53bfe03e30bb3eae63d90d1f7f2a1c":"List div CSS class name",d9eac94850a74ec881198f4ffe4edcfa:"List item","3ed7b428165499a1b91ed1eb287ba343":"It supports the following template syntax: ${xxx}","456d29ef8bafd5202547e50d3e64d4ea":"Log",d06f8476d115020496058363a32bc40b:"It is used to display logs in real time.",a2bc1edd7be9348e5a998feb0886c55d:"Log data source",ddeeaa33ae62ead1a77a859fb79b78d7:"It displays the mapping of the current values. For example, if the original value is 1, 2, or 3..., it is required to display offline, online, expiration, and so on.","844318bd1d58ba0bf7dabbb771174b12":'I/span>',"2fccd71275cdf5d6c0c677ef79dd84a0":'II',"198a96c4cfc64d5feba81b3f931f8289":'III',"626a0f2fdf13bcadf11581006ab9eba3":'IV',ce3fd44456123f571e9d083b98da9fcb:' V/span>',"8b139ce9fa196b602bb1ee3bd25b25df":"Mapping table",a9de5901385d644363cd056482be7517:"

When the value hits the left Key, it displays the right conent. When the value does not hit the key, the key is the content of * by default. Ensure that the key value is unique.","2b10dfa6dbdf8775ab2b38fc67e7ea49":"Wildcard value","87cac3a9c9576d9b5bad6639c891112c":"It displays the markdown content.",eb99816b4a216b2eb884cc6194f00ec6:"## This is a title",f6a5891819c67a80c1179c7cdaa00935:"It is used to render the nav menu and supports the landscape and portrait modes.","4cb18f42ea06a97b382397c40ed64fb2":"Page 1",a004407ac524b6d331671fb7a013c3fc:"Page 2","310c10c1fcd37bf760bc15c30f54e722":"Menu management",ba750e6e302292402a4c61ed72331cba:"Add menu",f7a63e1e77fac1bfa05a060d55e27692:"A configuration error exists in the menu, so you need to check it carefully.","7fa141f341e173e2339dcf0ce6869b5c":"Redirection address","720fc47e20be9b7a2e67a4ed808b3bf2":"Whether to highlight",a6ed2640c41d0e3df4acb4f15d37f6e3:"You can configure whether to highlight the menu. ",dc55fd2e990771fd670743ca5dd59275:"Automatically analyze the menu address when you leave it blank","78b7cf23a2b93db1ec36e6c6cfe170db":"Include sub-menu","710b20ff1d85f7965bfaac44ae26344e":"A configuration error exists in the sub-menu, so you need to check it carefully.","02f925f6a5136c2b65b5da8d1216b5b8":"Sub-menu management","59ad4734917af165482774de9c2d50cc":"Add sub-menu","4d25cfe4cd14270af9420acd25526691":"Get menu API","9fc8c79aac0302a60ebc0777183cd181":"If you want to set the menu address dynamically, enter the API address here.","737669a8ef038ebd37fd7b2f3b5f389d":"Whether to arrange vertically","8d79a8cbe0ed37accbe0739024d5d896":"Action bar. It is used for tables.","6c0fe599b36c2a55efd8705681783ee5":"Button set","975903dc39691813530e108986e49ac1":"Click to add a button in the left component panel",c641fe0ae06e6c0547d89fefa91e7f75:"Add button","88d1257b0cf667319085f3e0033b9607":"Button behavior",f10f0be4aa9684eef9d78234072fe08b:"Drawer type pop-out (Drawer)","4f02d2efe05a20232ab9da63c090595c":"Send request","5dfd5a78e2ba1bc8afb482a8745454ea":"Download file","4e58f9c94d345e14e2d69cc8496b7b5a":"Page redirection (single-page mode)","982db3084a2c470d1a9b34efa024511c":"Page redirection",f20d9579ebdc9dfc30a212ae6cae931f:"Refresh target","6a086902a84969a835423002718e86b4":"Copy content",a56c9f13b1566009fdc7640bc551709e:"Reset and submit form","30313d6fa06603604db18086bbcad9d3":"Clear and submit form","0fc26855080a4219bbfad638029a795c":"Redirect to next entry","8ba8a1bead7ca55554cff1c85246ae09":"Redirect to previous entry",c28f4d63beabc4833b17aaa10ca550db:"Copy format","21fa07f18f80bee50695686831ae1286":"Designate refresh target","8a089992349df754f182a5d02de8e8e0":"Popout title",b680997c50ca749acd4e6075cdca244e:"

You are right! You click it just now

",c3c8422fcecd8c1cc922cba15ab5cbc0:"Configure popout content","262c7c7b9874ae5607fb51da468d0e8c":"Configure content of drawer type popout ","5eb694a4252528628929ced97ca95823":"Target API","84d38979bed546b93c4b3a399844419e":"

Content

","0cc0fff6eb667b140d3fd06e34a8c69f":"Configure feedback popout details",deb9089ed7ebcacd712117fc4204c65f:"Configure feedback popout content","215f64480a93893fc56c51aeb5d40f11":"Clear setting","7984d95c01b725a2709fb8f5ee330fb4":"Whether to pop up expression",dfa07586a471e24b23fe68e11f5dc41a:"Use JS expression, e.g., `this.xxx == 1`.","47186f00df86d3edad3b5595ba8c2a0a":"Whether canceling the popout interrupts the subsequent operation?","4f21e04fe35d39c79e7779cdf2f4e232":"Whether confirming the popout interrupts the subsequent operation?","0bbc3ec26c36a87c9df3183def6ca9e0":"Whether to open a new window?",d0c3025a64b26e5fbf22005f400c06d7:"Whether to close the current popout?","0c15a924dc3bedefb79c958972bef2b9":"Confirm text","06b13b11740f7663af325bf5426930ba":"Click to pop up this content. You can perform the corresponding operation after you confirm it. ",fa9a0a79f29fef72e3060ea1af93c305:"Refresh target component","437d629f00e62cf99b3ad288f84ade46":"Specify target component you want to refresh after you complete the current action. Support data transfer, such as xxx?a=\\${a}&b=\\${b}. Multiple targets are separated with a comma.",b01f08bf5b9f8e3ef9d49e31d89bf770:"Specify response component",f667748a8e9717498da714d4e5087af2:"Specify action executor. It defaults to the functional component where the current component resides. The action executor is specified in terms of the target component.","80ddab8a52f74d707765501b0caae21f":"Customize click event",babbd439bc04241ed3536f892668c250:"Transfer two parameters, i.e, event and props.","867ade50f0bbb10bac65a5c3bc7895e9":"Keyboard shortcut key","45882ddedb42c1a38462949750bc8a84":"Display a prompt icon. When your mouse hovers over the icon, the icon prompts the content.",ff88d5db9d61f14bce6e3397fd4652a5:"When no value is available, this prompt is displayed in place of the value.","348097cc50579e489f0bcb5433637d3a":"With this option enabled, you can sort them according to the current column sequence (backend sequence).","9db64f772c11c614ee00bb3cc066f46f":"Column group name",fea0f3f456153564218a9eefb78d8cec:'When the group name of multiple column groups keeps consistent, the table displays the super table header at the top layer of the table header displayed.Example',"19c4f5e98ad302574202de30dddbaf66":"Enable quick edit","15c3796e07e33afc7252df751f610c5d":"Whether to save immediately",ba5a0a1ff2c438ae7719ca48b0ce3af7:"Enable “View more display options”",d689e3c38fdb32c98fb27f8f35a26552:"View more popout modes","6e78b595d6a296938201a3c80660bf35":"Enable content copy feature","65f7e01d58cb5065f49e0e8f48cc16be":"Fixed position","9ed8a4c5d1b3726121175dc986268b0c":"Unfixed","0a5ac2f5c327e28c58d51db967a0e603":"Display by default",a3bd2104e3df81df713de636b907462c:"Trigger bottom display conditions","986a5f50e946674bb91c9408fc974497":"Always",a165f0fe5fb904049f6b6961105e433f:"Mobile terminal","03ee8b948c9b34daca9584811bcca17d":"Tablet","82d9f1f96084674e2b0101ecc04d5d58":"Small PC screen",f4166de371b5dfb87efce228b17a3fbb:"Large PC screen",f8cffd4d3fcdca390a3a3de24d209bb6:"Forced wrapping of content ","4619988f1c5d9093dc00d1430633b2bd":"Internal CSS class name",bdd9d38d7e2929024089363dc8f48b7a:"Column width",b198805e7a6b35830ba813f51db2fdc4:"Fixed column width. Setting the fixed column width is not recommended.",abb58b3bac0533ab4359ed977fa3c073:"<{{@1}}> column","044892c0c637f2d9e78e78956b1ded01":"Anonymous column","59ceff465ad16932d8972191ad815dfb":"Page","54002bbf7eb3da8346dd4be61d642bca":"Sidebar","49400a573b9f7a7bd693f84ec59379d7":"Initialization data returned from the remote request","5d758dc5e33ba0122c256d80c1572e88":"Drop-down refresh",d6fdfa4f989be6586a7a29ea85522f24:"With the drop-down refresh enabled, it is triggered after you stop the drop-down action.","56e6db657d4775698984f883b71cb379":"Toolbar content","4f9fa9ee5b0604d97da73e77fdbc281e":"Sidebar content","40fd4b2a194b2b1284a7f7f738b69640":"Page content","0e82bfaaec104a9f0eeb14820b42e7c8":"Area display","685fae7809f86f9edee4338daaa212a0":"A prompt icon will appear near the title, and the mouse will prompt the content.",ac82acdf2f38faaf293c8690b2ea627f:"Data initialization interface","9d191f6126f21da8222755c14f49707b":"Set the default prompt information of ajax. It is useful when ajax does not return the msg information. If ajax returns a msg value, ajax returns the value predominately.","4e5640b31caf3326c27026bd1ed8f4cb":"Header CSS class name",e656f261cac36cc658e8d69973d7611d:"Content CSS class name","1444bd7ae7b7301b6edf930c2ab8b175":"Sidebar CSS class name",dbe33f485b394a3e77240c530b9965e4:"Toolbar CSS class name","674be25c9feffcf78eba48d53a944148":"Mobile terminal pull-down refresh",e24bc5fd094c7c272725c6340d8aeb8e:"Drop-down process prompt text","717b23399e04873441478fef1cc16d43":"Prompt text in the release process",f59b11ff84daeb60b027dc02490b627a:"Paging component","7cfb5e222a5954e891fba6e3802c7ea6":"The paging component can display the paging of the list to improve the page performance.","9ed7d3adc032f6b78808e7f3786ec9cc":"Total","8e60090c332693095d5852d92ee149ee":"Number of entries on each page","47c62ec10a240c35b8446cc923c5e8ef":"Pager","97b8cf6ae269b6f6d75063073cd565cc":"Paging change",c9fc9b668c08d0e54415c7054d414651:"Paging type","35242cff1266fd3610f124b0e5e76f9b":"ordinary","40e49965594422b15ddd789eef4dda7e":"simple and easy",da184573d7eac6362e01e6fb202d3c91:"Pagination layout display","7c94d517ef4d6633144d5c719d0019d0":"Select to render this item. You can drag and drop the sorting to adjust the display order","65a4ce155100cd7fa671b0f85c1df2cc":"Next page","442d73ebc936d3b74e41b901cce44a6e":"Current page",fe00f5ed371bdec5801ac07f8bb564be:"Last page:",eec5bfeff8012238efbf611fc22c32f6:"Total number","71fa2ba926cd032c0ebe0bcdd5d3eb10":"Number of entries on each page","04519bf3bf428bb1a75938ac65dba040":"Default number of entries on each page","040f05137eb37e880873a763ff653fe9":"Maximum number of buttons","2ee8eb6b1a80a4b025f97fca6afb800d":"Display the maximum number of paging buttons. The minimum value is 5 and the maximum value is 20. ",cd6f79e7bff1337c12c86a15ceedd6da:"Panel",e04a2f1662121e5a3c397d496114185b:"Display a panel. You can configure the title and content area.","4e9bb0326ab4d3a2af94d901c7f1b6a7":"This is a panel.","5bf5f1fd54476671bd6fd9d97e3e6b6b":"This is the content area.",cac3ba71180c97b1b6432833b3417d2c:"Add content in the content area","1fae678397df046c1754092f15a71d98":"Fixed bottom","68744acedf015b8cfc445af30583815e":"Display content area","5a0fbcaaeb439684bb4ae5be579e4cd4":"Form display mode",f99d7e5f15906ca78c45753ee3b04a8b:"Horizontal ratio of form","9970ad07468267e2f309f1467c75bb80":"Theme",fbae87bcc352f6933541fb77a07418ed:"Primary color","540f84ddc0883866b229f71c2844199a":"Danger","5e5d3f13111593b2710673006d4c8297":"External layer","65810a32a98f09be550b0c421df6c540":"Header area",f3b9889baa6d17ec63f05ea7d326bcfa:"Footer area",da71dcbb13405815476cef28a8b9c4f6:"External layer of button","6c5b1f0e8e361a801fa75da070d1cba5":"It is used to display the pure text. The html label is escaped.","67e77a196826a8880e47ad949ce08ac0":"This a pure text.",f8fc21a9fd40881e8fd3d7f15919465c:'If the current field has a value, do not set it any more. Otherwise, the new set value overwrites the old one. It allows you to get the variable using \\${xxx} or write the template logic using lodash.template syntax. Details',"83077805e05ac6bedad69b47fca4462b":"Progress display",c77048def6e8a2d6c556a3fcc9c66730:"Progress bar, progress",b1aefb18d4bf96dc283a26d67abc41a8:"It is used to display the progress. You can configure this option to display the progresses in different color.","2dde3029c4170a1c8e961a90766e0194":"Inheritance",ce179eca04fab0d584506b0d19736836:"Linear","2db0fcd5342b479688fd999a0108ef5a":"Circular","3fa8b34a2744f62fe93dd599a275af39":"Dashboard","1ca3fa86d8faa46cc75792bcf90d7fff":"Progress value",b0932e5bb7f7d95e3636d82d1a039854:"No data void prompt","940b12c19fcf7aced0cdd164edc9acbc":"Placeholder prompt","9cf66e7783e4c9b1d74bcd411edb6950":"The value existed when the data field is not defined. The value does not include 0.","2f0faae87508471abce4384b60900e15":"Line width",bd9b3f7e564c9eeaedd72f1bcbb7fc9f:"Notch angle","31a088147dc0006e4775d066980fa688":"Notch position","77a7419dd4fad70c3f3e4b075b2c3fcb":"Display animation",a04564aaca658461333b00cbcd071518:"Pure color","0a9fc7083e2768107fc178ff36f29ba0":"Strip",c035fb9e67c0b566fd5d35889035424e:"Allocate different value segments. Give a prompt to the user in a different color.","23bf030ca760141f317dde1b7f49b11a":"Property table","44f2bc36dacb88424dabf9df71da0e77":"Machine configuration","1cb82ab4f259d5b75da0ae86583b31ff":"Other description","9a4ca43777061ebc91bc64cb994957bc":"Number of columns displayed in each row","17fa61e1da428936a31b51c955a99d65":"Display mode","7fa5c95b26550753b0931fa21cea5d10":"The property is taken from the variable.","6940ea5aa4c18e105cbcd32cbe410839":"Property list",ae41a992ccceb36f83024f72531186ec:"Property name","52dff5b153bb5eaca33a008458ce0209":"Property value","42c3762943823c37b537a10c09765822":"Number of crossing columns ","22b03c024d815ad327e8b95d684ced38":"QR Code","1857d9050ac0527374f4324c0a5ad910":"This option can be used to generate a QR code.",e71377bb59c70af683be127ec49d01c7:"QR code value","57eda9139c0b3bc0605ed4cf303ffbd2":"It allows you to use \\${xxx} to get the variable.",f13c3e0717ea842cddc1402e8dabfb6b:"Complexity",c4bde7dba8c6eed0ca0165b071b259bf:"Width and height values","2f97db95d75280bfedc5afa72d2c717d":"Background color",ebf2453eddf55441b711d187f3872ffe:"Foreground color",d5e6d5c44426a82e18e31eadf7f1e09b:"It is usually used to reset the form data to the initial value.","6a06f12bdf3fc96df6cb45467b9a7c2c":"Service","9cc50da6bb17ea7ecf44c254c9b37619":"The functional container can be used to load the data or the renderer configuration. The loaded data can be used in the container.",c5a33208cf3deab68cd9fe34679edff6:"The functional component is used to fetch the data.","54d99a6a50a2373055c0f66ab727a869":"api initialization data","7a0c222fcaa42473d1c75c113c3641b5":"api initialization completed",acd4bd22755a537431d74b28c3c2ad67:"schemaApi initialization data","5a7d03912f38d0b24d04b28da40864a6":"schemaApi initialization completed",f885d4055567877facf0a3ff376a114e:"Re-build",c8f0e77a9eb5de26e6ab62695d8494b6:"Trigger schemaApi refresh and re-build Schema",e22855f53b7a1ab33e920375c0cd0e3d:"Variable assignment","8b10146a8a896b890b3796eefcc3c6d3":"Update the data in the data domain","47d68cd0f4c3e91a86d23afe8afccfb8":"Service",f754888421621d122c110d83e710e9d3:"Add content","31f8a7a967286a16eb404e3ba237619e":"Data API","54f876a529283de5668426b2dc8adb15":"Set the default prompt information of the service. It is useful when the service does not return the msg information. If the service returns and carries a msg value, the service’s return result value dominates.","7fa237c1b62d04aaec0144d1fc89d620":"WebSocket Real-time API update","9dfeacc54ab6cd6d2ac08df387777f9e":"Initial loading of Data API","98223d478e88ccbc2406412a46dda8c2":"Silent loading","71ae1c76cc4160f8fb76e404e35ca08f":"Whether to display the loading animation after you set the automatic timed refresh.",b897babfafd35cc5d6e66470115c93cf:"Stop timed refresh detection","11bcbff684dfe6edf36e1fd1adc5ba30":"Schema API","8cc3239eba9fe65b99242adb33634b33":"Content Schema API","3f423669b0ffeb3993b95085cd8a111e":"Initial loading of Schema API","8e8aaafe8db0d8eb05e3b11550cbabe7":"Global configuration","7481babe858320dd6a4adcf307fd151d":"Customize function to get data",bfdee34e14602e3113c88a9145843e86:"Transfer two parameters, e.g., data and setData",fb559ab354303d1927dcd9f0f2dffa23:"Succeed to get data","56f0a1c0bc0408556c5810ea4f219dd4":"Fail to get data","29326bcd28fb39bd41e54242fa532c85":"Trend chart","270301455c3de762a7e2b145dac7a8b4":"It is used to embed and display simple charts","44e13bdad8c7eb6391e84d940513b927":"Status display","82a3047196be368be13dcdd2373520ff":"Display the status by using icons to associate fields. For example, display √ for 1 and x for 0. You can customize this block.","774b2bcaca8a64f46c84b510cec89109":"Icon configuration",b698a95f1e217e5465835ee0d23b1b1c:"Configure different value segments. Give a prompt to the user in a different style.",aacb2b36c47395e4b4b409e351eb4279:"Steps Step bar","863a8583132d087e57aebb7d89e18a50":"Step 1","9757f2c59c17e9aea46e0c8adb69597e":"Step 2","207e30c0e7318027d521dd7c6fab6a99":"Step 3",b8a2d347bdb22fde367a851df8335771:"Step list","59cecbff0cc77511590d2161cc3058e9":"Current steps",f3f08da7f65e1d5596a66cedd7caeb9a:"Start from 0","6bf1f392c0a404d1f7558e6dcdd6c2e6":"Current status",fb852fc6cce168301447d1baff276dc5:"In progress","8797922788916874c39ee1524bbc3638":"Wait","769d88e425e03120b83ee4ed6b9d588e":"Completed",ad8e01fe719bf1a5af82ee0d100d246b:"Error",d1f03ea8d9d3c3a241e8a340b8a384d3:"API for getting steps ","74f0f6730053049f4c9beca2ab00c193":"It is used to submit a form. The form verification is required. If it is in the popup, the popup is closed automatically.",ea2b32f5d78d2305b9b7bc21e056a009:"It is used to display the table data. You can configure the column information and then associate the data to complete the display. It supports the nested and super table headers, coluln fixing, table header fixing, and cell merging. You need to configure a data source for the current component. This component does not have the data fetch feature. You need to take the priority to use the “CRUD” component.","257f5a3886d87d2255206f86b880d07e":"Select table item","6130b1f75d624b2f73f5d923492e92f7":"Manual table item selection event",aeddca0456d8fe520dc95545a83458e9:"Selected row","4f907cb94921bb62a8399adec922bb60":"Unselected row",f3d21138c8ecf5683503c4f814cc7199:"Column sorting",d84464cfb2a5828a200fe9c28a323122:"Column sorting click event","652f155e644e82ebb0a1aed97ab6ab23":"Column sorting name","460e3a697d1680445a47139c0816fbe6":"Column sorting value","3d0b957a99d0c366612c01913e17a0c7":"Column screening",b35963687361af98e6acdc004e87fc3c:"Column screening click event",ad11fba3ac676233f3105e76e7de0501:"Column screening name","8e4b9c88c51aaad1a28a28e8b536697f":"Column screening value","93a5a0253f11e3a2e58f4e87a52fb094":"Column search","6d4c4990ab2c32efe8a17c5f22e10cb5":"Column search click event",a80a4486100baf3f45fab3a59e4a816d:"Column search name",b9a565fe1dc488efae1d63464f277f09:"Column search data","85ddd38957256b6e9026f42ed570bc35":"Row sorting",d7a66def82af88cd5d408e38feb8a65a:"Manual drag-and-drop and sorting event","1987561c006c7192ab619f81103d2a2f":"Sorted data",ecfebbc91e2c18a512aeb11b7da15193:"Column display change",c94f45773a42dc386b9c9dcdc6fa542b:"Column customization click event","70567329ee851a5ba7e7301bd8e9d9a1":"Column configuration event displayed currently","76e47871d654c3b0b0e301c0a076e55a":"Row click",cc13521eab2c7423b3fb857772405cc3:"Whole-row click event","2fbbf5c38b66ac5496ac42246bbe9e0b":"Row click data","8eb3c8b16106e5487cd1fa3b8a1342ce":"Set selected item","908cc16fe4f7972450167e26276ac726":"Set selected table item",a2b39e5a8b5015234dcd8e07a2e00e3d:"Selected item","366a3c07289bd6efb7c2a182f7a12772":"Set to select all",e97c09cd119b64ae0a8dfd42a1d449cb:"Set to select all table items",c3e8652924c258e121eed16414d3a9e5:"Clear selected items","7619ec29c0a854dd49e0a7a47bf1a127":"Clear selected all table items",b94bd878cae4ddc567b00a2dc4f21d74:"Enable sorting","5dc3017c21ae2e31ab127dbde8ec80e9":"Enable table dragging and sorting feature","25915fb58615ba9a5e145efa252fec30":"Automatically merge cells",d7d0936858fcdf4ffdb2899451ec74fc:"Set number of columns","80174cabf025dfe269aee5390b813708":"Set the number of columns from left to right within which you can enable the feature of automatically merging cells. Thus, you can decide whether to merge cells according to whether their field values are the same.","14921c3831512876f6d58b2a497b86df":"Column display switch",cc42dd3170fdf36bdc2b0f58ab23eb84:"Enable",b15d91274e9fc68608c609999e0413fa:"Disable","6fe0b71c07a5ce5f7a09f7fdb1d63827":"It is enabled automatically when there are more than 5 columns.","2206c0e11aa5f4f154aa9e5dfffcb474":"Whether to fix the table header","5006fdc5659989e42c3855c17c57f878":"Whether to enable the bottom display of a single entry","9db359f376a1a588ef7dcbef53cc114a":"If there are too many columns, some columns can be displayed at the footer of the current row.",df74194830e695efbfce16c0c64223cf:"Default footer expansion","94be543c4fd399f0839211464c8583ce":"First entry","9a7b52fc8659f1786907fe93efa85bf7":"All",b07deca9076bd3354b1b2709d58d725a:"Fail to expand","76b3250fb1e8593fac075b64029300fa":"Row highlighting rule","1fe38acb67e766f7767d9f8e88bfe990":"It supports the template syntax, such as <%= data.id % 2 ? 'bg-success' : '' %>.","734ebf8b33422c456e937fc27c9a16ce":"CSS class name of external layer","320f489db3dade075d69f155b346f98b":"CSS class name of table","08ca0d502abc4336855d837f281caef4":"CSS class name of top layer",b6469055adf2b7bfb187f74ae17dfe54:"CSS class name of footer external layer","39ff38577b97cf98fc130f9bd596d4c4":"CSS class name of toolbar ","175e01917d9d4891a40eab43f4487030":"Table view","9fe8304dade75a37bc04f45515688325":"Display table type","2560b304e691da78ee2e02f5af9b494d":"Region",f7d29dfae05b5d049b64b040b14d9a00:"City","44e7ebb4007104495dcb7afbbb6778fb":"Sales volume","3f0cb8b8c238c3b4e08898ce6d449c8d":"North China","692e92669c0ca340eff4fdcef32896ee":"Beijing",b8b75a5f9109919ff3f67b336b62afe9:"Tianjin",d1c2b2d68063b4a57af61e3027861cd8:"View width",b32ec25f2bdf7b2eed5e947cf82a4fde:"Default internal spacing of cells","8a42ded5c9d58f3dd9e3a8968ec04b34":"Display border","9b4bae5d8251de0b6f00b704936b00d3":"Border color",d273f56b3e598e794c3480f1e62f3ed9:"Cell {{@1}}, {{@2}}","466c65230ac92494c3af79757b4b78aa":"Row {{@1}}","1ebd0cd417700f3f4a7ee5f64518fcd1":"Cell","4d775d4cd79e2ed6a2fc66fd1e7139c8":"Display","7ec907e7059b758ace2f3adb9bb803ff":"Text color","104711e38d3cd9335dbd1f4301178edb":"Text in bold","65194da33aa3aa1d0fd08b5690af6f26":"Cell width",fbd9998b10e690230b0f2fa9b24087ac:"Cell padding","0bbc2ea4e1d1f23feb576de5dca1ce3b":"Center alignment","4745afe0f89f665e41adf819da5df1b6":"Number of horizontally merged columns","7c2e1f863e86715e892f61a54e558b20":"Number of vertically merged columns","5a431ad16d8f7f23fac3be5650e51caa":"Row height",db439b129f3143e14a7024f08ea3732d:"Row background color","30d6ed36667cb98165f07c59702754ea":"Grid","49d45317662097180e27fa53235d9b13":"No corresponding td id is found.","013326241579b9b2735756f2204bf8bc":"No content in the column I",a896691b72032fe21a00b6487381a529:"Add a column on the left","24e4bbbf29a8d31e711c8d9366bf1a6f":"Add a row on the right",aea2dd682bc9dc2974dd971581148459:"Add a row above",bac058b86f8fd4e8f5e2ef3807799aea:"Add a column on the right","488d0742c010851e9c6ce3264df9542b":"Split cell","9377e388f7189d6103a3985a321115c8":"Tab",a8b1273cb2d53ad858906ff9744a9891:"The content group can be displayed in the form of tab to reduce the user cost.",f78416dbd6c6a40a3ecd1c1f2b0672c8:"Tab 1","9769ee568100b0c530a06ec3f0c0044d":"Content 1","4be268145385303e8ebeb480458a380e":"Tab 2",c50159e2acff0f4ffdce4c67ec3513a3:"Content 2",c8794c58d0eb020ca40905d1904d88b2:"Modify activation tab value",fcd3abb110aab48ebd0ac2a1d7040d6d:"Modify the key of currently activated tab item of key","9d000284174ff09642502803887f28ed":"Activate the item ?","29645b509093191cad34c673c1b3efb7":"?","9578012b7d75a3a47c76acc176caf403":"Active item","3ba265c6b63bde0319822afd6b9a649d":"Title prompt",b744b72fd649d904e561358fc26c455f:"Pop up the prompt when you move the mouse to the tab. It can give a complete prompt when the title is too long.","6e7fe62a865cb9ae90e52f85f4c6b8a0":"Default tab",a8986713e2b83c9ecafe5b107c09b68e:"Display a tab by default. When you configure hash, use hash. Otherwise, you need to use an index value. It can get variables, such as tab\\${id} and \\${id}.",acb839aac679bb34be9b4b49806b74a8:"You can use \\${xxx} value. You can re-render the configured tab dynamically according to the data.","5b9af1bc3012bb3c8e07b983b423ec17":"Render the content during the activation.","4bcecc15d16e8c851dc3d155b8f30929":"The content rendering can be conducted to improve the rendering performance only when you activate the tab.","12c6a62683d63e404d71a31c9cb5209c":"Destroy content after being hidden","5b52bcb62a2e1dab99ef841b05395b6d":"When you destroy other option cards, destroy the current content. Thus, you can re-render the content when you activate the tab again. This applies to the scenarios for getting the data when the data container should be rendered every time.",ecfcea4b381d761fecd512761bc07954:"Linear",b30f254eccefa14c9980235bcbec74f9:"Simple","3d7443aeba7c8eaf1cbb42ad5232fa10":"Enhanced",ee5e5a588705699a51eb3c5778c3020a:"Imitate Chrome",c5b8044dacf2e63931d85e5e307a9168:"Horizontal fill-up","22d18bf0c476ebe7aa9303108677ff2e":"Selector","5bff38cb05e3710a0c0cb16ed3ced78f":"Sidebar","593c1c61592f80831f58b2e44cfe63fa":"Title area position","030c8cb75e9707285b28c4931bfeddc5":"Title area","32b4bc87bf7f95cd6094992f0135ff7f":"Title icon","996a919888ae86e842c76245daae2360":"After you set it, update the Hash of the address bar synchronously.",f3051dd9b3538e170322fd5224b28de0:"It can be rendered only during activation.",ee51f2d49fa12c730d2a0efef0d67e44:"Its content area cannot be rendered until you select the tab. Thus, it is possible to improve the rendering performance.","024f24defb08c5c9d463a2668cbb9802":"Destroy upon being hidden","370bb4d6806c88a7df2ac17ca2a7b6a6":"Disabling the tab leads to the destruction of its content area. By configuring the “Render only during activation” tab, it is possible to realize the re-load effect every time when you select it.",f6724322c613ca164ea9a9d03e9055c9:"Card {{@1}}","8a471486c6c7bbe43e14392c6b127aea":"Asynchronous Task","4f58f808d62c4e31c347e483898396d5":"It is used to show or perform asynchronous tasks.","9ee043b0a77a26d22eec0f4ea99afbd3":"hive task","2c8a99d35cb5704994cabcc61a4c3a4a":'View detailsLog.',"3709f71c9552ed5db76cbe8f3cb5d4be":"Small traffic",c60ad696dee4e1eeff6f0f2c2e9b9fc0:"Total","5c0dc424442c913c6d16a2cf43137da4":"Initial task information","78caf7115c5140f8913c581920239f22":"Task name","3a3778f20c0e1a55adafad4861a71216":"Task ID",bc7e74f7ccf8ed6fa5b7b7649b221daa:"Task status","1d35dcbf191e36dcc6c15f71277d72ed":"Task description","76ba17faedd82297d09b2edd70c5914e":"Add task information","093bcd735847b8464d683464165adbb8":"You do not have to set it if the detection interface returns this information.","7dca021cccc260dbe1d81dfc6b29f513":"Status detection interface","358e55678114f19424efbb42c0a927d9":"Timed detection interval","77bd60ba17a73ede5d81c4eeba0f830d":"Submission API","1e057692fcf81e07e20b5f7c9073ea35":"Retry API","24e3562a3262e80c3119f22b8f447f64":"Title of task name column",cb8e07cea4df337bb6dcb8362b5f7e02:"Action bar title",f2acd3adcc0a0d73b318c83a29a4d2a9:"Status bar title","8a4cf07caf84c91a87e8ff3c48a944b9":"Remarks","0cbbb89050458c2bcf0ca98c19dc8864":"Remarks bar title","879eb99c7b1aa3223925b9b2dbad4c63":"Launch","804b6382fa6d8b53c5a2a409f30f7fe2":"Re-try button name","132c5cdcceb0f1f17c8c088a42959aa4":"Try again",dd4e55c39cee201b82dbc9cb2aca173f:"Do not get started",c0d2181d579cd1e965ed10d5183b1fc0:"Ready",fad5222ca0acfaee54f06458188d916a:"Completed","7a4b9e6f14bda48d2c3bf0fa431bd2b3":"Configuration of status label text",f198581dbbc357ccc0283cfe02d56edd:"Initial status code",d6bab2368de31490741ed95f732aaa25:"Ready status code","6eafca9359acbb0bedcf86d6b8609e41":"Status code in progress","7e8b2e41a303cb8532b9ad2006da3c25":"Error status code","231b6f799949f9a743d5193006a15af7":"Completion status code","003797f6b66c67cd87ec684cacb4ab70":"Error and retry status code ","89d19c1fda4906bd7a336895835ce20e":"CSS class name of button ",c52b46333f6d5d2796ee64cb359cd58a:"CSS class name of re-try button ",b091a100499d48dd4ccf0b982aa37d68:"Configure CSS class name of status label ","7ac24322bc8eeac88db6823942423ac3":"Time display","82315a0cd63e7f81233ad804e0d02deb":"Time value",a389ce9c52a94bbdd5c7fa84af85348c:"Display time format",dd438f6fb09d6223fd95df16383f0f44:"Text prompt container","33813749a95477897085e2435acc16b6":"It is similar to a container. Multiple renderers can be put together. When the user puts the mouse over or clicks on the container, a floating layer for the text prompt is displayed.","9b14c9051067bef2dd9a15683201dd18":"Prompt text",ab97cef55407efa11f79211e17cb2b4b:"The default configuration is “Mouseover”.",b47707f0e916e3e3f4ba885bc2cf2c11:"Theme color",a32b3b848eee6929634dfc9a9d8bcdb1:"Bright color",adb7e5312abdb9a44297e48d63815fa3:"Dark color","0de826c66ae3fe8043e9a39b35616ee6":"Container inlink","4583d3453c31cd3ff068c1358d8e7f1c":"Click the area outside the container to close the prompt","8e290c31bc0b4f76edbd58c3575b8420":"Floating layer offset","03c87fc8d49f865f0c2895d9ef3fe352":"Prompt the offset of the floating layer position from the “Horizontal” and “Vertical” position.","4e3e1e12e701890f4461808cc8f9d407":"Can enter the floating layer","9d6246f57f6924410b0c68f2172420f9":"With this option enabled, the floating layer is closed after your mouse is over the prompt floating layer.","90919000a708f8d66b7591e21b8e33f1":"Display floating layer arrow",ed81f127f3b2aaff73a4f4dd5968fdcb:"With this option enabled, a prompt floating layer does not display the direction arrow. ",b60e5222037939812dabb7da9979c27d:"Delay in enabling","82bb338503938f2da52e91f7244a34a2":"Delay in disabling",d55c726c99995e106ba5f3bb2b791a86:"CSS class name of content area","0ce2605d7eed6782adb6bc62ffae2335":"CSS class name of floating layer",edb5acdc9ee5e75fbc238ab4a0300eaf:"Text content",b1f824deef0d11e1fe3b73167a902e31:"Text style","74cfa7e77be335e8e5489a00ef099cb9":"Ordinary text",d482086f653d92fa8f1011d39738dba3:"Paragraph",ae27115431c46fa374ac28200304f341:"Level 1 heading",de86106d6632da3fafb946f85ba91324:"Level 2 heading","27f2c5c60f373a4380ec107ad8895f0e":"Level 3 heading",c961174771e843ac4046b2b21c49424b:"Level 4 heading",a791de104833c917f801c1976b9af960:"Level 5 heading",de2687f9a16fea3654be84c74137b805:"Level 6 heading","65862c97143c6c5479e0c623093a25d6":"It is used to display a text or paragraph. Also, it supports the template syntax which can be used associate the dynamic data.","38accbc34901ee6fd7bd7cd9f92f0a2a":"This is the current time of the template content <%- new Date() %>.","590e147e49735ebbfc51ae2175c36eb0":"Edit content","47ae015d04dda362d066e4f9ac09d647":"In the inlink mode, the span label packaged content is adopted by default. In the non-inlink mode, the div label is used as a container by default.","7fcf42edf5817042904f4a122ff77582":"Video","1d5bbe0ab0d90a223c162fb375997a98":"The video control can be used to play various types of video files, including flv and hls formats.",f50bc38cf567e68250a8d15edfd8eb27:"Video address","733dda7842619a437b2486f6f71b0c10":"You can write a static value and can also use variables, such as \\${videoSrc}.",fb103fc64a0caeec24c707b9e7b50870:"Video cover image address","828f83110677bab8ef940f79f77b9049":"You can write a static value and can also use variables, such as \\${videoPoster}.","351cb1f8ffbcc9d2d4c1f35505e15864":"Mute",c7638cec349cb86eaeaeb983909fae0e:"Live stream","82f5f7bf3fb529360947cbb3b988037f":"If it is a live stream, select it. Otherwise, it may not play normally.",df0134afa26415a560ae1320dee10c19:"Video proportion","0d682d277649d8c7952d36f836619a44":"Display cover separately",ee1600dfbd6f9e86ca8761cf3fcf6a17:"Video rate","8e7124c3069460d4a8a04c3e3d9ce752":"Video frame information","1fc7d723b3a82ce32bfbbfa0a1761969":"For example, enter \\${videoFrames}. You can search for the videoFrames in the current application domain. If it is an object, a video screen-shot list is generated. After you click the list, click the screen-shot to redirect to the corresponding frame.","1fa035e78c5408c9079c20637acdb2bb":"It is used to render the Web Component.","8df7c8a1f9f579f0ddc35bb4ee50f166":"Package","5acec91385a3b9093e3c803f6b0d869a":"Wizard",c8c0339a6f9e105cfef45b76b788b635:"The form wizard can split multiple complex form items into multiple steps. Then, it can guide the user to fill the items step by step.","155149d24d20197bc0836bededf63abf":"Click “Complete”",d384a3c931bdf315e4760c9fc5980e6d:"Be triggered during final submission","335d6c56c43204f9efcefe36f097d35a":"Form data submitted","5be9e21eb0797c9faa053eb0237c36f9":"Step change-over",d837ddaacb39a13806590da335e89397:"Be triggered during step change-over","02f706d7510e68c96aa073852d90ec20":"Step index","33c627bce8015c50152941a5b6fada32":"Be triggered when the final submission is successful","574f27f7223c86545a7724d18da96651":"Be triggered when the final submission fails","8a427977d8135a019e4f1056120bfad2":"Submit steps successfully",d65dcca33a0118a0a5ce343264192ea6:"Submit a single step successfully","5d7d91d9da162ee8fddd4d331d1434b5":"Submitting steps fails","1c11d38e7ecf2facbf82f772d9222d45":"Submitting a single step fails","357954d848a9e2f12208673b3906a972":"Error information returned after submitting a single step fails",d6c21651c32c63c8d61c85944c2c91af:"Submit all","75e3dc4be4ae7aca7e1cebc13f7e486a":"Submit all data","0c3005b490ef428660ca2265a714bdbb":"Step-by-step submission","832efcc5c30746b84b910cde8630d491":"Submit the data of the current step data",eeb6908870e058bc23d52c1e405a054e:"Previous step",fc5dbc5789e158384f634eb8ff466b46:"Return to the previous step","38ce27d84639f3a6e07c00b3b4995c0e":"Next step","5fa57cab26a9d4e659c2e497018729ef":"Positioning step",fce22163929e8191b7de43699316f2a0:"Switch to the specified step",d529f7d5ed8956cd890173b4b5045a67:"Switch to the step ???","4a0ff5106d129883b446a29b1dac6f47":"??","78ada959bf5bdd6c70ee411c4cf23601":"Target step","098521c027a49fba5eb7f35430a6a9da":"Setting steps",c5538d5c74235d2988e51e632c4eed0b:"Add a step",dda36edbd4626e7fc868c14f9aa1556a:"Other settings","1fd41e410930ac58e748f7704c3a05f3":"If the API returns the step variable and the value is of digit type, e.g., 3, redirect to Step 3 after the submission.","938b484df1447d8f01f96e45125eb031":"Whether it is open or not","20022725ac2c53869f7af6646ca4ba29":"An expression is used to decide whether the current step can be open by clicking it. Additional available variable: currentStep represents the current step.",d4b8306441c00f01d4f044b3802c4266:"Default start value","37c0c041a0ad487d23c9f42c29f6d5e1":"Get started from Step N? It supports a template. However, you can render the template and set the current number of steps only during the component creation. Then, the current step cannot change according to the startStep when the component is refreshed.","076bd7c0adfc4f5d2abde6b309d9f53b":"It is used to initialize the wizard data. When the step field is returned from the interface, it is possible to control the default redirection to the Step N. Note that the value must be of number type. When submiting is returned and an asynchronous save interface exists in the current step, the wizard can initially enter the asynchronous submission status.",dbb19fea1965f7ef88cf1d1e0450c0f4:"It is used to save the form data. In the last step, click Finish to trigger the saving. If the save interface is already set in the last step, the setting here is invalid. ","0f04a65952b58cbbc5ca6cba868c3bec":"Previous button name",e54827ae56fcb690d879b9cdd29f0ac7:"Next button name",abb7ba84b95c6c90341ac9c883fbc85b:"Save and next button name",bed196af058f458def957031f88abd09:"Save and next step","81b522590d543401ad15ae8a9155361d":"Finish button name","22c2aa6b59ab30c88fd84e8e5b3c4ad7":"Previous step","7b91646d808737e7138ad8f32a3b6cde":"Next step","52b36576f88c31ed3971ca4d1fccd46f":"Step","8164ad50987e0508caf7638c663f8b7b":"Step {{@1}}",de5e232d10e2fa6218259289d4de4835:"Similar to the container, the only difference is that there is a layer of padding by default.","3954d7a9c047b7522ef92ddd5fc35852":"Padding","315dcc9412a4499cf846736fdbaaa72a":"Child node","5db7ca044a5179bf05428b283ac0452c":"After you set the style, the size setting is invalid.",c5e1f01e3d98b4db536765ae0d5b91a9:"Click “Select”","7c57a563ab87bc6eb5edd8f5b953f499":"Interface setting","6aa351f5dacd13d3d862d9c93e4a0241":"Sending method","8dc91bca9bc83efea73150e3478657fc":"Sending conditions",bf9e242338d2c26b182aa6b9c015d84c:'For example: this.type == "123"',"91ee84292a5bf5e59d3b6309f948f2f1":"An expression is used to set the sending conditions for the request.","55409342e28d37db86fb23efbd84a025":"The sending entity format is ",e06a14abe7ef66a8ead143db4ae9786e:"When a file exists in the sending content, the form-data format is used automatically.","773a0e8384fd6f784088b829d7cc2f68":"Whether to set the cache",c1b110f13431df9662299f26def71df1:"Set the valid time of the request cache, which is in ms.",a18ea11244325dd3d20c5988bc7f6e39:"Download file","68caa6082eda1745aa3f6b6d12efe423":"When the interface is for the binary file download, select it. Otherwise, the file shows unrecognizable codes.","91831507074270c0da8a31ad9ff87495":"Data replacement","42be3061671b38468cc6ac84f6a0dd77":"The default data is the append method. After being enabled, the current data is replaced completely.","4e7c006f535b13b9737ac310bc34193a":"Initial loading","3c743b8b2d662421117a2fb1c445425d":"When you configure the initialization interface, the component fetches the interface data initially. It can be modified according to the following configuration.","713ec76479b992652ed39364d3d03870":"For example, this.id represents the initial loading when an id value exists.",e5e3131aaf96b6dd10574bc9beeaf934:"Timed refresh","81fe75a5216d4f612f1809c122f5145a":"Timed refresh interval which is in ms.","83f16354dd1532422dc8b3581d096e7b":"Stop timed refresh","620f826a77f079c5683a9d3c59461ea1":"The timed refresh is always triggered once you set the timed refresh successfully. The refresh proceeds unless and until an expression is given and the conditions are satisfied.","90260d55567cfd97ec2f085963a60bcf":"HTTP configuration","9ae7a582479116d4cb41e828fbd59798":"Send data mapping","0fcbf036057c6dd88b7b809daa0c5eb7":"When the data mapping is not enabled, it send as much data as possible when the API is sent. If you want to control the data sent by yourself, or need additional data processing, enable this option.","5414824fb8efdb7d59beae4bf95fdefd":'

When the data mapping is not enabled, the sent data is automatically cut into the whitelist mode. Thus, what is sent is determined by the configuration. Bind the data, e.g., {"a": "\\${a}", "b": 2}

If you want to customize (???) based on the default(?????), add a Key as `&`. The Value is `\\$$` in the first row.

When the value is __undefined, it indicates that you need to delete the corresponding field. You can combine the {"&": "\\$$"} to achieve the blacklist effect.
',"7dd590a9d9e783e980d318bd52891905":"Return the result mapping","7e295b6ff39ec7356e06c4534bfc4fb3":"If required to process the additional data for the return result, enable this option.","417125a06b1d2bfff025e83a4e067bf0":"Sending adapter","62efcb25e5b21da47c09780119da3458":"Function signature: (api) => api, The data is in api.data. After being revised, return the api object.","6eb8944029108ad3b6bb3572a648fafa":"Receiving adapter",e83cbec70e17988749c4a02a3b73f55c:"Function signature: (payload, response, api) => payload",be47bd270e7756d4233e59bbe4cd5b96:"Request header","9e8c8bc795ad25fc992cee9d81a8c46d":"You can configure the headers object and add a custom request header.",be604f8b7ec5e80288b091ee12bbab7f:"Point","9adcfe38533f68035b2bf7831d310381":"Ribbon",cbc608353218e1d63e6f47c9db1eae64:"Text content","2613e43b46ca52dabc232054c1611c80":"Corner mark theme",d8c7e04c8e2be23dd3b81a31db6e04f1:"Information",e4f10a8916d4c5375529e21d9b66e5f9:"Corner mark position",ebc556841a9264ebaab728efad7af777:"Offset","81cdf47e8d8adfc70faac2cbc55e4067":"Offset of corner mark relative to the “horizontal” and “vertical” positions","7ba3812c61e01b3049404a46fac8deda":"Customize corner mark size","29e13ada94b145a1359291d5e1564655":"Capping number","42becf09dfd209746b66726e7d21d014":"It takes effect when it is a number in the text content.",b599979e9a40823363451aeaadc0723f:"Animation",b8c467fce096a649583c0bc9d9281a5c:"Corner mark",e35abd1e31f244eb08d1f62e6f825df2:"Bind variable",f7d2996639d97b4a03fc0e40e2eb853a:"Shortcut key","71dc8feb597052ecd0e73c9062eecdeb":"No configuration",e8755fb1e985a5d26df0fce1f0b7b0f8:"Add option","51d8a85a3c59453eed398eb8f5d35585":"Select default value",cb73fbd12620c6ff4d7e5d1047c3be4d:"Enter static default value","303efd5ba79e639001b4328cd266dddc":"Click to configure expression","7d92f998d24da41b58db140b1864f773":"The current expression becomes exceptional. The loop reference exists.",b5cc1cd60cd694f45142dc52a5bf53fc:"The numeric type do not match.","01820262aa9ad5b130f8f5b86bfd2968":"Customize option",c8158b3cad598b0b5939788ca4efb298:"Get API",b4fdf79b8f54856b072ec3874b830d1f:"Enter display text",f4ab507e2fa2d2bd66bcdeafd9fef797:"Keep consistent with the text by default",aafda9e8f6b7b613680677c513edb7a6:"Cancel selection","0560b060c438e9326f92718ccbc3f95b":"Select this item by default","5d26b8a41e805204c9dcd5ea7e23b150":"Enter text or value","22de6ef85ed60ec54dbdc1d8583e5104":"Add in batch","421252e16c6cb544fe9ce0be94a190e0":"Add options in batch",c130bd5b55edefdaf8923269e9a52439:'Each option is listed in a separate row. All items with non-repeated values are added as new options.
You can set the label and value for each row using a space, respectively, e.g., "张三 zhangsan"',"1e2f96a69fbef8caa8823a3067ebbdc7":"Enter option content",a4f1ddbbfc96930d24e4b54cb815b62b:"No option","5b4ffa2eadaf629b833b37a3e8742b2c":"No chunking","3569877e498155b59ef5299870c43f80":"By average","15e1fdd9d5cc4dc595fba0eee0719cba":"By step width","56d37871117270ce5d157a8de90dacd6":"Keep consistent with the chunk","6903085e7f31286560e4a2e160beac42":"Chunk","7145575ab9e3b4529eea61fe5fe76d0e":"Number of chunks","1c8737ec7da60e12207c9eb04ccabcd4":"Add chunk",dc4c91dfaa3b760147bd92e648560af4:"Subscript","662d8b49913650f543c024d4d02009a2":"Add subscript","69fbb2e5fc9eb3ba06096cbedbf5a622":"Conditions","8baf21fa26d6d24b4faa872953275d8d":"Static","8494b2036d3ccfe6102e930d9d8a3397":"Enter {{@1}} conditions","311f6d1fa5f13b0e280d7b3c9d40c5be":"Expand more","38aa9dc2a0f14555322061d2ff997349":"More configurations","355c54009e364bf4396be424fba10e0f":"At least retain a node","9046ad86a1a47f16e954f2ec38fb680a":"Because the level is too deep, it is recommended to use the [Get API] management option.",f69608e93e9728f4fbef583bfa1326c1:"Option name","684a0d1aeca4e9acff89221b57826d4d":"Option value",bbcbe681f9225f8adf3663f563a9f294:"Add sub-option",c08dbaf90614532aed9f526e58b7fef2:"Option management","442781667396d6eff51113f482d89e54":"Add check rule",d7a169e81b60ee08c82b5d9de473e362:"Error prompt","9d9cf35ff82a6d960538ecd650e09945":"Default system prompt: {{@1}}","5ef6ce89f52b4331b080a0f3019414f3":"Use system-customized prompt by default",db1cac8e2f6206e8f179b1ff47a676df:"The data match fails",e9908cdf79e965f6907ce9f291cdfcf8:"Action configuration",be5fbbe34ce9979bfb6576d9eddc5612:"Save",d1d9049139d870edd490215530d90458:"Execute action","9eac7e07ca0a3181766e5ecc70d20727":"Search for the running action","0174bdde9517fa331bf7d716a553e023":"Action description","0aeca07a02601a8e701a46d1a8b5ce43":"Basic settings",da1ed600ce65be863766444e60c2da05:"Execution conditions","13b2de1073f76444c49d2c6a21e46e26":"Execute this action by default",d80bc0fcbfb250480320b683e48b1467:"Select component","07682f1424e400c467accdb556d59e1c":"No configuration content","2e3ca80a58643bc28e87cc3b17bc9d80":"Execute this action","7030ff64701a938becbc5aa67ddb86e8":"Error",dec2eb7145e149f281cb7e75fbe8972a:"Redirection link",ae10a948eca808b3dd77506b24f3fd0e:"Redirect to the specified page",c7a34a3465d1beea2f85d53edcff8235:"Redirect to","0b72392143e4038e98128cb0f6f679b3":"Page Parameters",c068b579db3bf0a553bd0af4f81cc14f:"Parameter name",bfed4943c5f487de1b63a82f7230cce2:"Parameter value","56aa76ab3c987377e855ae2c6c612050":"Open a new window",fd5fb471ecce1eea63a6a95b6707f815:"Open a page","67e21dd387607ae3fb59846504fa2c4c":"Open the specified page",d7098f5050f017673319c5db1473ada7:"Open","39e107b7c4aa580f913ccbebc00f7534":"Refresh the page","261242fe62b18b620419802c7dd7da7f":"Trigger the browser to refresh the page",ca180138a862543561d3a2c4f08b2e1b:"Return page","5f6b9e7a050ae3f34b38191435e14b24":"Back from browser","27e0ca877865238aad6940481b2984d4":"Return to the previous page",f80d12dcd65429fd28841e768062d3c2:"Dialog&Message","0561589c26e732981f29709a9b574234":"Popup","256dbc5161ae393ec8a0e83ae6cf9469":"Open popout. The popup supports the complicated interaction design.","6cff4b6d794cc17f5d24dbe0d21e5732":"Dialog","507c1d40c5d6b990cf8c832b0a91cadb":"Popout content",a532be3ad5f3fda70d228b8542e81835:"Configure",b67cbb1ca7439053f06d59aac5e410dc:"Drawer content","3b02248ca3790e356e47b6900c0e3931":"Close",f33c2c6ff58bcec40d3e74e591bb3df2:"Close the current popup window",e495f416b83e4c7ff3c66ec3be96a76f:"Message prompt","61d7aaa88181c527cfb936d4c686d267":"Pop up message prompt","4e5242a645864528e10f04dc2326a5c4":"Message:","6d00710a2528332bfcac14b58e412042":"Message type",b87b77561e776367e6756e11ea652217:"Message content","43ab9af06e1e0f0b2a8767b46cf8b1cf":"Title content",f41a94bb85c5223181c4cdf83ea9021b:"Duration (ms)",a0a837f2873de80bc9ec353c30e73171:"Display position",f3296f64a8a1330d7a07f1d269a1db92:"Top left",b97a5adf068bee6c852db9dcea3a9799:"Middle upper",eafeba264b6338939f11f1b1adf40d2b:"Top right",d429ffb093e9aa3bf80da125f1be318c:"Bottom left",c241aa8f427118a719b94cbd8f2bb22d:"Middle lower","9cd707caffdfb314d939298f2f2c267c":"Bottom right","8c8fbec263e20f087555c9abcb6dd07a":"Display close button","3f3a016027e540ef10a16dbd49fffde9":"Display icon","0cd902f953656adb29985b68e6fc9754":"Configure and send an API request","1535fcfa4cb8e4d467127154977e9788":"Sending",c14a21300b61bb83b4420a1586497951:"Request:","88bdaf32c27ab169d3d686b86b3fae99":"Configure request",c5dec2a8d2308c1c15ec2e5441fd721c:"Static mode","4abbdba4b6b06ce00702a255bd89c92c":"After being selected, the service request is sent in silent mode. That is, no success or error prompt pops up.",e3b49b5bbbdea05598525e91dbdfa638:"Storage result","4dca05af026848011eedee1b53efa61c":"Enter variable name of storage request result","4da82260041107e5780bcbb3a14ef791":"If you need to perform multiple sending requests, you can modify this variable name to distinguish the results returned by different requests.","0d83078816aa273f2941c9b55ec82bf3":"Data","3f9e257178738d5d180ddc2996809c10":"Status identification","99c74120cc62f4bf31d661e3212b7121":"Prompt information","89049706952412d790b801def284629e":"Trigger download file",bb79667f37035e9562ec6bcffd6cf8ef:"Component",c852fb60f1b8ce921c3def1eba000bc5:"Component visibility","1bd4cfded5e11a7a8ea4dcfd2fa17e15":"Control the display and hide of the selected component",dce5379cb978a8259ecfca8f08f00817:"Hide",edf25860e3d457eb8ca9cb5dca06dfd7:"Display/hide","12c8d50c55eeec7059ddd5c303e34f77":"Component availability","5e75800641ec5c1198092bcf9d34f180":"Control the enabling and disabling of the selected component","7854b52a889b3ef0590d9f542efeb4c8":"Enable",d86d5919f595226b7a1e8264635ca23d:"Enable/disable",c5a9b6e8c522de8a14ad7fab51c1a1e3:"Refresh component",be4b778e7f5aa6aa5a811d7db4e1a8b3:"Request and re-load the data of the selected component","694fc5efa9e1d1c2c5eb6525e1c7fb29":"Refresh",ea4d3723b350b2cb8f4c1a615e1b7df1:"Set component data",cb7add16ba6f0cd65d5ddcad71359813:"Set the data of the data container or form item",b91ebe714155c83b6d3bc02b675a31e9:"Data","08ce6e74bb4a64753f1af2e5c836debb":"Assignment method","139294edcce271bf483dda437c421c29":"Designate serial number",a7b0b80a7bea1e5e973967c179866ef0:"Enter serial number",e887792fbbd65d21e43e832a5cd63aac:"Enter the serial number to be updated",e3a6f648390842e0c7aa82d0f2c3f6e3:"Field assignment",a25657422b40023f2731619587940bc7:"Variable name",a33903526e8fb3d1ac3066da70e7941e:"Field value","82986a4cab1d0efdbc23b3ac5f0fd509":"Clear form data",f457845da8c119a8688e333a3554284f:"Reset form data",a84a1311bea7370f1749341ffa6f75e1:"Check form data",b7579706a363e5f23b1040fecfbcb677:"Check","51325230409d4b7c64aaeb3db9904801":"Component feature action","98d130cb9a360df782f6510abacbc022":"Trigger the feature action of the selected component","557d01c07aa7c4450a414932e6c1ed2a":"Copy the text content to the clipboard","5aa4369ec61715ddef3641992fad0d4d":"Copy content:",ac04259507be8ba6b891dc9dc208f491:"Content template",c7f16d729f3bca8f6936416884a74fb8:"Customize JS","1b5a6299ef404c1f7b4292c290b80f55":"Customize action logic through JavaScript","9a2ee7044ff04234a8892a13583d14b6":"Variable value",fe9e25f4e4b3aeefeb9b7a9c368ede7e:"All data","186c8d63db1c09c38bcfd048fb15846e":"Scroll to previous page",d9b6b8e29d63ac6bb7a0381e994ebcb5:"Return to previous step","47b9cbf9f3a3f08264b19f4a1228e865":"Scroll to next page","211ae8c8666f8b803282a74f90fb0dc6":"Open prompt dialog","56eafb82d11c72b65efe07b9bedb5c19":"Open confirmation dialog",e777eb796f8a02e97a891fde43d10ce4:"{{@1}} variable",cc6aeb073ebc3cb29734a49164f8964c:"Page variables","979a50681e278dcc0be18f68459e8217":"System variables","8deee3cdecdf06a05d22fcacc7031492":"Component action","9654916723a8d1d82f5ab9d2911edf93":"Tip: After you add the following event action, the following event action should be done earlier than the old version action. It is recommended to you migrate it to the event action mechanism, helping you achieve the more flexible interaction design.","88f7a3aef4888dd507482aedc02bb808":"Configuration action (old version)",c500cfabdec9b2761fe9f1aa543933eb:"Action",fa476b76ccbd4ac9316f0fd80257b77a:"Reset and submit",c0a8088f2bbc993500c5a01b0f0a1887:"Data source variable","71448f8c10c79b32312b7e3abe9104ef":"({{@1}} result)",f4381cd48d8cb4307bc140613ea57d48:"{{@1}} result","0b446df580ad309e7c26e5242eddafac":"Event variable","1fab2b4934161e87a1f0133b9d5bc1b5":"Add event","4db5110d41293fef57f5a1f364187896":"Go to add an event quickly and start you product.","5baa9ac58c00a7fb818d4a113d3f8cff":"The image upload address is not configured.","7241f67ee4fa8e0adb5d602b5f9516df":"Start color","9f1b854df133912bb46203e84f0594ee":"Start color","8ea65e3d4e52c871d1c58b1926380ab0":"End color","0c46a7f77a7247a9cc6d6e995c0ea8cb":"End color",c7706039e8ad85969df13ce3458d199a:"Gradually-changed angle",f4882cbf65b232af449d7289354b9a16:"* The angle ranges from 0 to 360 degrees. 0 degree indicates that the angle changes gradually from the bottom to the top.","5b9ea77bb6ce2d6c82e97b120d757201":"Click or drag image to upload","61a87a021904dc65995e99d4c476cb21":"Image position","737391648d1216a1f84ac9ff52da5aa2":"Image size","0f1fd39145bad43e18f81337e0144c8c":"Fill-up",e0d76824dfe5e09c7068b44f605266d2:"Appropriate",e39d3b7a3600d9327221a637f910fc0b:"Stretch",e1ff2c83c09f2dc6cc74ae02ab6b8222:"Tile","7ddd9dbf373f760acfd63778469b5c4b":"Tile horizontally","4ab931e0f709f9b493e660156925a113":"Tile vertically","21f3929a4484e6e992af64ec1dd3a576":"Original size",a80a25b59908402cf7ee31a07d0e7739:"Left border",e0dfa25ebceabddb2180720d36d4c3b6:"Top border","57463587977a534f7859eb9d7c536629":"Right border","154d5216e42c916884431f0eea951999":"Bottom border",a8b0c20416853bda54120bf19477ad11:"All",df68a5dc8f8847179b7afdf943f80796:"Top left corner",e717b4ae480e7c073fd5a44647a7f0da:"Top right corner","2a97dfb2d236c87c41fd588f006111dc":"Bottom left corner","1c9bc9dab33944e953412f8b22cb024a":"Bottom right corner","4dbe7c40ee82a56bb7a8152d4bbc07f9":"Rounded corner size",bb1531cc9643230ba0cbd7465818b52f:"Border line type",cc4c575642609fbf059a5df81eb86bfc:"Solid line",b1e0ebac23ed95807ecc566da3ffab48:"Dotted line","61f6f4fc0b806ac9d41ad0792e6155f6":"Dashed line",bade10099f8447210ce7b97fa106b527:"Line width","5babfafd769570de3bba47605753361a":"Border width ",af208c560d926f0daf4b2ce2d396505d:"X-axis offset",b6b46126bfb0851ca10e74541c5d7be1:"Y-axis offset","4a32b29da68a6ee204b3743e0fab8bb3":"Blur","22d460dcddb7fda718bc62034c459158":"Spread",b24a723b73f96ab3340fe9502370ee13:"Inner shadow","1cbac849ccc41edb12271d9fe9b65b5f":"Shadow Color",e94d6fc08a97892ff9d8c8d9a8d9e0ab:"Set Shadow Color",a5d833839a610994dc4752e2d91f4192:"Display Type","2c86d897c71cc9c2e648222a200d5bbb":"Block","0b0052c532b457b2d032c9f56af9e4e5":"Inline block","70d457cd36de1acefe7d9587f3f862c9":"Inline element",b5f55e5c7101d9be5218d63850e1ad8b:"Flex layout",a648bd0b9eb3c86e39cabeac484917a5:"Flex layout configuration","452dba7c65211630f8066b070fdf157f":"Automatic line wrapping","098d946b6f0cc85110c54cfac8691cc3":"Flex direction",aee1aeb8d65547f8a368bd7364cacf12:"Default level","4c38eb0fea71a9506fd434a7ac5cb1c2":"Default to vertical",ae07817b441091793c8af39256908373:"Horizontal reverse","618515fd68ecfc4a5b58462f0cb9666b":"Vertical reverse","58554717be87c1f8a6d6c769f74f0679":"Main axis alignment",dfc71567fb75f5c73da377013a223168:"Leave a blank at the starting and end points",eb5ec10ef70689996dd5cd66e17a64aa:"Alignment at the starting and end points",ba3a7db7cc1ac5a908358f62fdbb21de:"Equal spacing between elements",f6cbf29fdb5e94052a22986533c7267f:"Cross-axis alignment","6b461e0a4ffef9438fb8f01369091cac":"Font Type","2539fe0e6d40a023dd95d0bd71d10bc9":"Select Font","690660d9dbd7312ad2825e554736e2f8":"Font Color","5f15efdc32badce0902c46a7a0105c51":"Font Size","4c5fead0489fbc7651c91400dec5d379":"Text Style",d1b490c01d24a1a70e9c83a29ac38fde:"Text position","4ae7f423d9ed9ffa48c3e404f96bb51f":"Text Type Setting","65786fea9d354015d3a2724086f7f3d6":"Default font","1a63ac23010e0573f7c0a8cd3314b8c6":"Example","226c06861b0605a3276311b1369204f2":"Interface return example","1f318234cab713b51b5172d91770bc11":"Advanced configuration",a0472043a9598b1b19f1adcec1e1d75d:"An error exists in the interface configuration, so you need to check it carefully.","2816c3584802b2fc75db5bc3c6aa81e8":"Set valid time of request cache","6e889f0cc8c1d8f705edfd5d0bbdaaa0":"Select it and set Content-Disposition when the interface is used to download binary files.","508a38f518821a0f6bb2d15269b31ece":"The default data is the append method. After you enable this option, it is replaced completely.","5c131eb3bc61f6b0a26e20449ad7ce56":"Customize adapter",f514cabe63553a850063834c9d44a5ee:"You can get dynamic options through the interface and fetch all options once.","47d0a7caaa2baee8d38612a1c57421ef":"Whether to perform initial load","866a60d7fbdfeba6ae42c7e9c7b03059":"When you configure the initialization interface, the component fetches the interface data initially. It can be modified according to the following configuration.","3f4f3acd6968f38361dddc6612a0c54f":"Backend agency","66670400b1f3e4b6c94cff171d441585":"Form item inline","21a1d138166d5d92276d126cf1d6ecac":"Control width",ffaa96ef7232cb6d8ee4d7e673dbf4ac:"Full occupation","4e9ce9dfe13d97031d228fc5ae229f0d":"Hide title",e2773277c7765d4590f7128423c58cee:"After the title is hidden, the title width is 0 in the horizontal layout.",cc572c07586f4ea0c5b9b1060eb777f2:"Placeholder for empty content prompt","8528426e54902956723f322bdbbcfafc":"Input box prompt",dc5dbe7a1b1ff5cae22ffbb636bc6380:"It appears when the input box gets the focus. It is used to prompt the user’s input content.",ff255db9b108589abd5c649e2a02e3f1:"Control prompt","9e783b34207fe24bc488136faba65442":"Display the prompt beside the input control. Note that you need to set the control width. Otherwise, the prompt to trigger the icon leads to the automatic wrapping.","7ad83bbe4646a0011ece7fd338d1e189":"Display prompt beside title",b3e55578af5dd473bab62641bb2f5f8e:"Input type","16084784a0f126b501e96994c792d411":"Date type","8190915888889ed18be44ea0351d0448":"Month","8f30e9f8678c24496921bebae6ca2ac6":"Year",dc46b7f19799047a26fee668d49be0f3:"The option rendering template supports JSX and uses the variable \\${xx}.",b18ec08df2e47313bcc93430e7a25fd3:"It supports the JS expression, such as `this.xxx == 1`.",b7dee01f2d085d90c47bcb8b490d9055:"Click to select icon","689fad203a167d542c12bdc46f27e921":"Name","6c1e18fd4cb57288a9f43603d5167292":"It is required when you need to link it. Other components can be linked with the current component through this name.",ae344073ea6ca9ce742899cdf6d3e106:"Enter a letter or figure","1a1ff1e1149a0cd1b39c0b231a334d04":"You can specify to refresh the target component after the operation is complete. Enter the name property of the target component. Multiple components should be separated with ,. If the target component is a form item, first enter the form name, and then connect the form item name with ., such as xxForm.xxControl. Additionally, you can refresh the whole page if you set the refresh target object to window. ","705b3b333576dbf6c063d7060a4cc509":"After the name is set, the completion of the current component operation will trigger the refresh of the target component (according to the set name).","7080fa6e0ca1d7e24f6f8cac05077a3a":'Which secondary CSS class names are available? Go to Style instructions. In addition, you can add a custom class name, and then add a custom style in the system configuration.',"3bce1a6217990c8dc087d254f1fe754a":"Automatic fill",f01553e415ca33cc89d0bca84023f4b5:"Automatically fill the value in a field of the currently-selected option into a form item in the form. The data mapping is supportive.","04d815a5d4b803d6bb956d2da5a82688":"Required?",a1b6281dc554ac84a3e6062f812fe50d:"Light text description below the form item control","85541bd9f7f39a6e6d9d26cbe09cbdd4":"Read-only","4d681c4aa93c8d005ec2ca2370618d6e":"Visible","5d0595edc3d14aec24efef85534e4314":"Default value setting","495333d64fc1efafd6c40bc9a3929fee":"Get the value according to the name when it is not set","32f13c9db34f638c2c5cf2bf19326ebf":"Keyboard event","2882b15b04cb47d1497160b5061b9186":"Disabled by default","530c4483c7e52dc409509b755eabee11":"Thousands separator","090dbd614a66a56a5eadec87f59ea15c":"Image path","2a0c4740f156a9536049f4610da25400":"File","4fa2ae7d726dc395cfea70ff3d7256d2":"Markdown content","52f43ce846b2bf73f86195cf196fe578":"Counter",b9245d69d2d82b0081ced47a18c27f41:"Full border","8f9b1b7e38cd2ed16f22807417ab3573":"Half border","7fc7940b4f7f58b49c71bf9e237b633e":"No border",b4521626a48dcb61001fc563d2433ed3:"Sortable","6fdccea6068e0698c565acd92052a86e":"You must select the end level.",a80c61384a8459ef7bfb5082a2b54b5f:"You must select the end level, but cannot select the middle level.","71758057056e7f31d73e3f3ac8860b4f":"Delete field when it is hid.",ce641d8297471a5d65c46cdfb023097c:"Delete the value of the form item in the form submission data when the current form item is hid.","3e719b87b9ee71d4613caefbf2fd1074":"UTC conversion",d52e57147787797ae0153d43bf8be298:"After this feature is enabled, the submitted data and displayed data are UTC-converted. Recommend you enable the applications that have cross-region users.","339b9ebd91070de050b4bfe483aa4474":"Embedded mode","49a79f4047b81186c069ed1c9c151c66":"Light color","41e8e8b9935c9ee4e88b06643a2d5b81":"Dark color",bde770827b9137ddb3eb676878af9709:"Secondary",b1ea078db7298ea7872d894283378507:"Uploading method","74cef1162781310e1503d2dc463a76fc":"Baidu Object Storage","38fbc7fb70b4399d7e4050d3cbcdf229":"Storage repository",e5d59ccec2caa64ca83b7cc740645928:"Default repository in the platform",b6789c926cf3d23d13a6a3220bcb8e23:"Initial static data",a4895ee2e87d1c47b734dbcf1a535aeb:"Select page","150075376834f1879d6ceb7c2d10ec67":"Proportion","34598b2c71a8affb13da84ba39e905d5":"12 equally-divided parts. The title width occupies n/12.","73ec114993142f627ab6c3e6706fa3c3":"Title width",ae6fa9e75d38b9db24f78496b72bcc75:"Fixed width","424f04d454332ddaff4daa0a365e9335":"Sub-form display mode",b17754a193ac835bcae0bf960f3a3772:"Set sub-form horizontal ratio","2e282fb6405a60830112991f88e95753":"Left width",c41b3271487a3cc63e79feeb11b11de0:"Ratio","0fcf69b5d0b44955fcbec9702f90b556":"Small width",b591aed69defa2abf0486da6a58dfb5e:"Fixed width","0fa590019ace86acee8d7655e5fb11b7":"Big width","51c1e80408011ba118cdcc696f28283d":"Left and right distribution adjustment (n/12)",aa0ff71cb10c3e54d68874dc2b17acaf:"There are 12 equally-divided parts in total. You can set the left width equivalent to n/12.","1f08c91da33fc5f0616e8a85c0456a18":"The static data do not support multiple levels temporarily. Thus, you can switch to the code mode or use the source interface to get the data.",cf763c357566be6fdaee886a40ddcca7:"Option text","1ca0b9b486be3b766a92474189f11fc8":"Concatenation symbol",ab8e2e8cd076bd115cdd600d17ca5020:"Concatenate multiple values to a connector that consists of a string.","6df0630b4f00b6bd05de8af09c2f78ad":"Extract value only",d7d810ec89408c206a220f62edde737f:"After this option is enabled, the value of the selected option is encapsulated to an array. After this option is disabled, the data of the whole option is encapsulated to an array.","4cff56e2b9703018efc48218b83844b1":"Can create","457c4cf8e1e2e0daef8949085555563f":"The configuration event action can be inserted or intercept the default interaction.",d03c96a2da4905c5f13a87c0d8ddbdb4:"Add API","26bb8418786593149c0bf9f8970ab6de":"Create",a32b3bf74850faad3a9ae6a0a5dac781:"Editable",ea56ca3dac0d39e463a8233fd40a9eb6:"Edit API","3c87af7c432e6b1f59e4f415fd5060cf":"Deletable","793e260d5b7c67d43b5c6d5e885d2363":"Delete API","63bbd68594c9a987d0ff41d645fafa16":"Whether the first option is selected by default.","0dd2e4469872c176ab1e85b66d99da98":"Hide path",b7e26fcff328b28b393ef2e57e96e258:"Hide the text information about the ancestor node of the selected node",c49fc970bcd168e1c652a8ced5d95d0d:"Other item",a45b5d3fcdb8210d249b2c6d545b6691:"Cursor type","2c3888961c01fc9c466d88c88029158f":"No pointer","062d0b688adb10f3af5ebc2fd2667f1c":"Floating","92e3a830ae9a1252278da742c0af74c3":"Help","87e277f953fd3c867d7fa02897c2c124":"Cross pointer",c19639326396d2527268484379a671d8:"Moveable","183f48b3c1f0f84e538cd4315e5645e9":"Fetchable","4f9b192ce84b4df0900510257082ef43":"Enlarged",b21ac25366449b1720bdd75d39f163d2:"Reduced","93ab99d761c9ca97dc926e6db10469a3":"Font size","86cdd659decaa1b959795eff92a0c2d6":"Font weight",e8ed49e9fde0bb778e2185876c2d2697:"Margin","4e7f76261f8c4c6d78998f85fc1f4c6e":"Margin","841d77223f0ec8cd0b530ed8e0775b20":"Padding",b5bd9a6703f5433ff34aa0af9049740c:"Rounded corner width","14eb3a698316caf3fbe9b2ab9c3d9527":"Special effect",cff1ec632eaf35f64791615e15ce6d76:"Mailbox format",fab6f9029822dea7838bf9908d7f5c09:"Url format","1111c44adfa40fe9cb22797d2c1e37e8":"Letter","725bf3485a0456cf7f65a507ce67254b":"Letters and numbers","96c4ea83892a3227a2aa5b8f3759bca4":"Integer","35962d17a3fba5f4802d7845695a3e72":"Floating-point number","28e8e048490110c8dd8e2ad6af324980":"Fixed length","8c4ee6022f1525097a1141acad094d4e":"Maximum length","17971609e210034c0d6a25b0186e2b7b":"Maximum length","92448a35f41de3a1fa69135acfed5ce9":"Mobile phone number","193a8c42c1c373f385a4c7b33ffc381e":"Phone number","6102d474314f27577d89e85b4c6cc4a5":"Postcode","84e0cb5d57ed995b0cc04b4ab9a7997b":"ID card number","8dbec4f0c05be45a8acf6a5ae9d1f880":"JSON Format",eb242bc7524c797fb1aee2344dec92da:"Identical to the specified value",c17d9577233793976d3902c117eed82b:"It is identical to the specified field value.",b457177c184722b655954a08cf3f71ca:"Customize regular expressions",d3927ffde0fdefc47f910e70226d6a4e:"Customize regular expression 2","0ebee58f4f2a0f807f08a6427dc58497":"Customize regular expression 3","15f52cddb226421e68c70488fff3db5b":"Customize regular expression 4","271b01959e09c0771760f59964baed56":"Customize regular expression 5","4eddee6a20aceddd6bcdf7e0736887ee":"Verification rules",ba3c802f3ce1641eb6f8986e8d19e672:"Add rule","7be30fe376e9bfd8895ee50e6f4216f3":"Set length",d00f99fd76e86ba4dab6f70858010ca0:"Set maximum value",e993ecfbb3f934481257f1bb57056bfe:"Set minimum value","99f5d503544334c670cbe1f400aea9e1":"Set maximum length value","91bdac623455c91b7400328a5600cec0":"Set minimum length value","7002c4a1b7cb5bc32ffd52e1f2d74c70":"Set value",aa9cfa5321e589494841ddd90a10c467:"Set field name",d22b6fb1c857777ba21467835efc65d6:"Set regular expression rules","1b7e06ef04d7167e174eb6929421592f":"Email format incorrect","2d163645de4d4b4760e9fbdb535a1a88":"This option is required.","87c91ce706ab845b55ce95372265b92e":"Url format incorrect","2b702fb5b95d47944246f79ae4032281":"Enter integer","48e2aca8e6347b008b6fbdb48fc4b597":"Enter letter",de66a286057d4e3f1ee2d9bccbd48ce5:"Enter figure","84f46c9b82c3c8fe276dfa65173c59bb":"Enter floating-point value",fb73d98245f558dbb2d6a0c8d2699780:"You can input letters, figures, `-`, and `_` only.","923a91fdc2c777f8443c85278060195a":"The format is incorrect. Enter the content that meets the rule of `$1`.",d87b1a3d180a1cc56bbd174d2860ca4c:"Enter more content which includes at least $1 character.","9b8d6abb2f03fbcbdb0e4d2b1970a751":"Control the content length and do not enter more than $1 character.","2a5d0be4d5cd088f0371ba6f8656fe7a":"Check it when the current input value exceeds the maximum value $1 ","8256618e16217325e6a1d880f8eb7adb":"Check it when the current input value is less than minimum value $1",f58829312013d929923b0c2a1fbacf19:"Check Json format","161278fb2c71e5a8aa8aac50f230233d":"Enter valid phone number",ba42949accfe87c20e6c2486cd065dd2:"Enter valid phone number","1d2c5048143328e21cb9c2dd84b696fb":"Enter valid postal address","038b3ed111e87b56572f3945a1b0e02c":"Enter valid ID number","335e2618dda48c05f4f833ebb1e299df":"Enter the content with a length of $1",bce45e909d6d14a126554c8cf6f65a13:"Do not enter all blank characters","17bb8e76f78bd16a1841e36ab8462e53":"The input data is inconsistent with $1.",ab534c35774dccc322331a079ae6e7df:"The input data is inconsistent with $1.",ebd0dc3ebde6182caa3b66e0faf658b6:"Customize verification prompt",d7772d568894afbb1c924bed7f7ddb32:"When the prompt conditions are not satisfied, you can customize it.","58c9592f818d706420236c6f9f595517":"Add prompt","171f7b825707ddd79175fed3f8def6cd":"The submission is done once the modification is complete","6ccb7091c39a5229f7e77eff4dd44a0e":"After you enable this option, trigger the submission once you make a modification every time","1a006028adf7167ae28cdf532bb75ef4":"Trigger check action","8d877748c3bc71b517e2d46344916b3f":"Trigger the check action once you make a modification every time after the submission","2c60032f2a57717e4f7c16ee185795d6":"Trigger the check once you make a modification","5ed62f810226722d7c910c2d8dc4a0e8":"Trigger it upon the submission",ed3dd0bfa89500c5feb306cd4d9db56c:"Regular expressions","537b39a8b56fdc27a5fdd70aa032d3bc":"Required",ab90c616dd114af087b31b90d3cb4063:"Number of characters","41e82a5a0e53ba94d1160ee855c72a7a":"Enter number of characters",a85ce2404b26140080c929ad9c3ec305:"Enter more content which includes at least $1 character",e93275245d529c486018e47136bfae2e:"Check Json format","2c8c25bb51dfd9ddfc74fd75a8a380a1":"Value content","859102d8ced9928cc71bb225961171bf":"Enter Js regular expression",a4313469fd7361486fe47076629c76ac:"Add record","50abd0bf31e07dbee84e9e5b9a407840":"Add record","73f28ac83b623fb81d73f16fb3856fa0":"Data import","8d9a071ee2ef45e045968e117a205c07":"Import","09d44261d7883bf5141a462a790d2816":"Data export","55405ea6ff6fd823ffab7e6b10ddfa95":"Export","6ff4bf3d567e977aa4c90c27dff1e6db":"Fuzzy query",e5f71fc31e7246dd6ccc5539570471b0:"Search",c26996a6506adf397f0668d376d0b40b:"Simple query","9c4666fd08c2738eb9611a3721cb5f0f":"Advanced query",e22b59b6bda1cf9a58f8979fd0a0b43c:"Edit record",a790208cafd5c95a18dd9a168319ecf8:"Delete record","39ccc34fa3ee9be12d8bae7e6fecbac2":"Action column","240145572215920ae06db1eeb85b29c0":"Optional","099cf136d6a4b6ed4646af4a2ed066b2":"Retain selected items","60011314ed92794f3d4f3e874c359279":"After the default switch-over to a page and the search, the items selected by the user are cleared. After you enable this feature, the user’s selection is retained. Also, this feature allows you to achieve the cross-page batch actions.","949a8b7bd2c10070a2fae16f9c66afbb":"Column setting","2816cea6c4887a53c417831deb5fbe00":"Custom display column",d3c5079f7e26b1a7374ff76341376de4:"It is enabled automatically when the number of columns exceeds 10.","4a3ebd0ef27212de3b0c39e6a9701b1d":"Search setting",a9a3a4608d48214efbdfac99888f6e0f:"Action setting","84a2f40385427bbf2edc79e3368e4e0f":"Add action",cb43abed5ba14bf32fbb1058e12d2303:"More and paging","48b42e5c3ea447092eaf0a1a13195540":"Paging mode","16b8ff2b147382be4cf8654f829df904":"Frontend paging",d2e20bb1e977f9571a9e2d1b39a7ff10:"The data is loaded to the browser once, so you do not make a request to load the data on the current page that is requested by the backend user. It is not recommended to enable this option because it has significant influence on the performance.","73721e611daaafe5c34aa9f3f901d016":"Data container","46a0f3086dce242abe54e48bd86e0394":"List display","278249b178c958cee0f5ee9ee9d1e0f5":"{{@ 1}} Create wizard",d75a7984d3fa5b32f5d8312e899aeea8:"Data configuration",c2f1f9254c245976e346377515c2e578:"Feature configuration","0943d61befec4c6cf2d21d170c9b066e":"Condition query","5246d2c81fa12b1f4f73635c257e232d":"Data operation","1b79a4f49b7a21e62b8868f12189b0b0":"Data loading","5a28d015b7b3518f75bc4cc27d9f6c20":"List data paging",cfd84204d9476936c949d071cc2338cf:"Data query",c6bd3393c21379d3f75d179abe36da3d:"Use specified conditions to accomplish list data query","3a6ecf25c38317b21b8c6287100f053a":"Trigger data query",b3a4d6a345372c5def1d5a1bf6077bce:"Load more data to list container","34e83e1be408c4f198464da1bf56bf9c":"Load more data","2c77cfaef73ce2e81131861e9c6d670e":"Selected data","9c9153c49491c381dc2adb2c36fccb04":"No data selected","9a4fe969f1066e197fd2369a44d879ac":"Current page",a7f33a2d99056edcdaced5c8841a9bcb:"Total number of data entries",a0c35361a003527d123cb581f5c68f4b:"This option is to realize the addition, deletion, change, and view of the data in the card list. It is used for data fetch, paging, single-entry operation, batch operation, sorting, quick edit, and other features. Also, it is integrated with the query conditions.","860827796ce2fa94e9ee39e53f011ec0":"This option is to realize the addition, deletion, change, and view of the data in the list. It is used for data fetching, paging, single operation, batch operation, sorting, quick edit, and other features. Also, it is integrated with the query conditions.","629645f147f378869fe9d7ee2bbc2857":"Sub-title content","97d03d4621f0024cf045afbd901197a5":"Select area","44705bb94d83e7bd6b3b6c1480ebfb38":"Click to trigger selected area or cancel selected area",e30a958a6397e53fae9d5316e851d3aa:"Entire","31ad7a215f3df84c33b8c28223147b8e":"Select-box","563ae5ccda5004fa1fce77c1ed5bf057":"Hide select-box",aeca6900b9e45f7f235eb9d443f0dd61:"This option is used to hide the select-box. It is possible to achieve the selection style by customizing the appearance of the selection status.","1d4103a96a70de2cb69dd597d679fefe":"Selection status",e8b90f43fc3cfb0a68e4392054de97e9:"\r\n If the backend does not return the Echart configuration directly, you can compile a paragraph of function to pack it. \r\n

Signature: (config, echarts, data) => config

\r\n

Parameter description

\r\n
    \r\n
  • config Original data
  • \r\n
  • echarts echarts object
  • \r\n
  • data If you configure a data API, the data returned from the API is imported through this variable
  • \r\n
\r\n

Example

\r\n
debugger; // You can conduct the breakpoint debugging in the browser\\n\\n// Check the original data\\nconsole.log(config)\\n\\n// Return the new result\\nreturn {}
\r\n ",a955021cdf0249de1f3818f83cf248b7:"It is used to display the custom display column button in the table. You can configure different display styles.","24bdc7e8957abfc5d82f4206e92bb518":"Button text","787366b0d678071a5ed98e55d31eba84":"Button prompt","6a0508144ae12bfa79001693d713c0d6":"Whether to unfold the panel by default",ae3816c5b00fcff4111842ac19f0a706:"Button icon",fe805d91ae93be775670c61214dd2f28:"Button size",fbbbe30d78c335bad27f3dfc5efd2a5d:"Display column style",f8c5e0ac29e905e91146e967cfd39dc9:"\r\n const button = document.createElement('button');\r\n button.innerText = 'Click to modify the name';\r\n button.onclick = event => {\r\n event.preventDefault();\r\n };\r\n dom.appendChild(button);",a8065b6d2062bf061762b9200a88251a:"\r\n const button = document.createElement('button');\r\n button.innerText = 'Click to modify the name ddd';\r\n button.onclick = event => {\r\n onChange('new name');\r\n event.preventDefault();\r\n };\r\n dom.appendChild(button);","73ac822ddf4685dbfec661dec41a96b7":'
\r\n

hello, world!

\r\n
Custom container area
\r\n
',f29ab26877ed22ffa59636d747d824b9:"You can press the Esc key to close the popout.",dcba76890a534e1fe94421be2a17b484:"Display the error message at the bottom left corner.",af5876b89583552eef4c781718886dec:"Display the loading animation at the bottom left corner.",f19464cd1d7c55610b84b4972eaf506f:'
With the data mapping enabled, the data in the popout only contains the set part. Then, you need to bind the data. For example:{"a": "${a}", "b": 2}.
',"784cf5219012b5f16f2985b7f1fd52f5":'
When the value is __undefined, it indicates that the corresponding field is deleted. You can combine {"&": "$$"} to achieve the blacklist effect.
',af9f27383daeec508815a33753247f42:'${data["&"] ? "The parameter customization feature is already enabled. Thus, you can click to disable this feature." : "If you need to customize the parameters based on the default data, enable the parameter customization feature and then define the key and value."}',"9567f8bbb315b1217b7b32be37f97792":"${data[&] ? Disable immediately: disable immediately}",bde8a41fc64bfe78d0c4951ac6f93718:"Display mask","874cf31274d782914c7833cc39836c4e":"You can drag the drawer to change its size.","94397b87ac63fe238c779120fadab024":"It takes effect when it is at the 'left' or 'right' position. The default width is the width configured in the 'size' field. The value unit defaults to px. It also supports such units as percentage, e.g., 100%.",a6d91e801974dfa735a4ae0e098c522a:"It takes effect when it is at the 'upper' or 'bottom' position. The default width is the height configured in the 'size' field. The value unit defaults to px. It also supports such units as percentage, e.g., 100%.","45ce37c24c6e7252d98c6d450e3ca4ad":"Title area","660553eee939d2bd8ea68172fa7216df":"Footer area","1495c26f33625552e4845630b6b7b44a":"
Description of available variables
    \r\n
  • valueCurrent value
  • \r\n
  • levelThe fetch level starts from 1.
  • \r\n
  • parentIdvalue selected at the previous layer
  • \r\n
  • parentThe option selected at the previous layer includes a label and value.
  • \r\n
","057a9c2b2027a6b443741d8a0c04e4be":'{\r\n "status": 0,\r\n "msg": "",\r\n\r\n // The data cannot be returned. If the data is returned, the data is merged. \r\n data: {}\r\n }',e23c9e6279487960ebf85b9985dcba07:"Fixed size","4838f2f4ecafd0a3a4fcfe82521acdd9":"Enable crop",c7fa7f54ece94ae684aee1ee2088a5ae:"Rotate during cropping",bd698e3f47ede4e59aafb28a291b77e7:"Zooming-in during cropping",f785a357a820555445acd6f7051b1048:"Cropping area",b7623c7e17098d5950694437aa7584ad:"Aspect ratio","204770091fd4b7cd0611ddc65bf21d37":"Automatic selection of child node",be7d848c40dfdd3e20f233c373af00a5:"Select child node in a cascaded manner when you select a parent node.","4c3ed2fc7331db687fc0e8ffb8f672a7":"The child node can be selected inversely.","0ae8c01434dc2a38a90561fcbf5d79b5":"The child node can be selected inversely. The value includes the parent and child nodes. ","22c023bf51970a461cc164e711f3d3ff":"The value includes parent nodes.","6e19e48a52986659ae5ba1bfe612ba8a":"When you select the parent node, its value includes the value of the parent and child nodes. Otherwise, only the value of the parent node is retained.",cccb3595f8ff536e27d94ec91a49bfdf:"The value contains the sub-nodes only.","49ccf100ac35e1cc3d40b7222cdcd1a7":"Through the ui behavior, you can select the child nodes in a cascaded manner. The child node can be selected reversely. The value contains the value of the child node only.","4e373f3ff64ad29a01da87317eb92088":"Minimum number of nodes","160cb9a7d57c5b5ca65b5cdf79e8fd28":"Maximum number of nodes","1cd9e1bb335cb0643d9e310dd4edd830":"Icon field",a0e965072593eb1b19b4568fa26d977c:"You can select the child node only","8865c6822a31e0da6bc7eece8677d8f0":"You can add",bc560e477282dafc3c37b7a665af4f9c:"You can add a child node at the top layer","89664aa96ba7eb788ea273c0d36467cc":"Top-layer text",b4eab506cf436d3cdd1cd68fc857ec04:"Add a level 1 node","2b3073b1ba5f9deab7818d8be02de3a1":"Highlight node characters","14dc30e68a3d8d53e8ddd98876c1d480":"The option value includes parent nodes","68c7da9593da32100cb82ef5106047e1":"After being enabled, the corresponding node value contains parent nodes.","9cb417cfac37e6d65dedbc35ee9e916e":"Path separator",d6840c02c4d9cd5f4f5fd4d9f3e6b916:"Display top-level node",e2c310a329c2cf62a0764fc912f2f583:"Node text","8c9a3a8cd5de83121c03c83f909a7534":"Display node icon",ae7d563d3190ddbafdda8093fc28fc5f:"Display node select-box","4444d03faa51f8550a8a4547fb471ab7":"In the single-select condition, it can display the tree node select-box.",d7eae84550f9b9bc0c78a94e4072ad0d:"Customize unfolding levels","346f7e0c7ef27b6a83f3c9f8f406d737":"By default, unfold all node levels. With this option enabled, you can customize the number of unfolding levels.",b40163733b8e3a420e38f295bfab369d:"Set levels","0911a348aaf24601e633e318ccb8aace":"Left option title","84a76ba52297727f6bb47d8a1cc74094":"Right result title",a2888bca5f435690ff9f5a5d615a968a:"Left option panel","1e409f26f9c1d58ce0c47a68104d45f0":"Display form",eebda442c4bff2aaaf8274383d0ed12f:"Tree form",b3a17ee1af382c467d857d33089fc0c7:"The left option rendering template supports JSX and uses the variable \\${xx}.",d5dbf5285b2dbe07b481fbd5d4536c60:"Right result panel",b720b2abd62161c3c99625c8160df987:"It follows the left option panel.",acef03eee638dc4239ee60f627f33d85:"Currently, the query feature allows you to perform fuzzy match query according to the name or value.",e3ed623b79100791f156d3586751c652:"It supports the sorting.",d4865602e26e9c985814380beae99b6d:"The result option rendering template supports JSX and uses the variable \\${xx}.","0aa73cfbe5a84cd34a212de5bab2058d":"The option text only displays the selected node.","4dabfefd787102b8159b5c4a221aa048":"Hide the text information about the ancestor node of the selected node in the select-box.","0f993a54d2c67716220632577d3b5b51":"Display the unfolding line of the level","846da282ebfa6dfe61deb1d58145158c":"Display the unfolding line of the tree level","93199f3864cf5a68b286b927fa68ae6a":"Tree container","391555a3772260743f19278f01adf75e":"Title bar","8d6b5924f187048cfa28d6c21fa6d2d6":"Page title",e7f2f04f7c2b2e9e07b69767ea28d6ab:"The sidebar width is adjustable","28d602809bd1dc6b47ceb38cb54f32de":"Sidebar fixed","36bded76593f98fab62453c7430b2918":"Means whether the sidebar content is fixed. The sidebar content does not roll together the content area.","4143d7418de740e8bc26ef4b27c63534":"It is used to get the API for initial data. The returned data can be used at the whole page level.",c95e748d5811faae5c52bdc07bee51a0:"Mobile terminal","04f767eaa571383ea271432bee6deedf":"Drop-down text","0b3eef4f8a8061baa22416dc1e5dad03":"Release text","0059d50e3f7b2fe7f1822ccc218fed66":"Redirection page","41ed1e238b846005dfb0f087cbec644b":"Select this option to indicate that it is enabled. You can drag and drop the features to adjust their sequence.","7b755ba413eac50423859395c68e6280":"Table V2","642e5368b742c82472e2ef35114459c9":"Table data","8369004103635f8e75026217ebf237da":"Bind current environment variables",bd3e7a1b636e4477a4ea59922ed2cc1e:"Display title","11d00f37d934b2464f3258952a398626":"Table title","4e3cd1a7b193e2fd3458278d10c530e2":"Display table header","023ff3530e48493e653eb48e958a4eb8":"Freeze table header",dd9b85b2cd13ca724afd1f43567abdbf:"Display table footer",c89b5fd3b706a17feb016d93c80e34b1:"Table footer",a5baa4818b14f4680955aa34dd559d02:"Content height","1ef8fd21130d17cb7c1613eaed6ca1e4":"Fix",ee18dc475df8654cb13ad67dd84eec28:"Height value","8bb5781dc5f2745e6356cdc5e6d76b16":"Content width","88a364068f684dc77aca5b6c006ef576":"When there are too much column content and the content exceeds the width limit, you can view the data in the landscape mode.","6e3d35b57c29b1b419569cc55b3a5d33":"Width value","8ce1cd75b6e9c0c0e3468589fcea822c":"Placeholder content",ba4f461832cbdb7fbdb170fc9c1db647:"The column width is adjustable.",aa2bd9f54608c0c85d3ceecb707938c9:"The user can drag the column to adjust its width.",ed85be57262e5a0c3116293e88278fef:"Row setting","3d2ac2fd2c60931fff1db814662334c3":"Select height","85a49c5ed4628647f2ead9206224dba3":"Follow-up content","4296d7d293c9ea4a0e52c6415f0b5c96":"High","1f1ca9df5fa3648c718ad04649888943":"Selectable area","596171970b639a35dadde2aa930d666a":"Whole row","388855093d17f3df43ff80242d7a1bed":"Row disable conditions","46705a530ba9721527a4202bae7091bd":"Select menu item",aab57a3547a451f756bb8231a1eee8d7:"Inverse","76159d0d1261c0b6c310901244457e36":"Cancel selection",be4751b0c9adf1d8deee45226c6124ee:"Select odd item","49f4010dade8652e5aff6a2c67aa23a4":"Select even item","49b4aa407b91ac997e27314e30c03110":"Expandable","8c1f5c49de09adab9a0e0c39e0106f78":"Row expansion conditions",caca6cb58342bb604483d94f49515234:"Nestable","5bdff9fd07d2a2430ac50e1559dbee27":"Draggable","33eaf97ecb3465754855e847f14d129c":"Quick saving",ce7d31d64f2315e1d4cede288b9dfc60:"Quickly save a single entry","927b639f244953f237cd12943c8b815c":"Horizontal scroll",fdd59ca00eba17d4bfebf744056ce4ab:"Nested indent","6bfd4423d8aebbf0cac7ba4d74f245bd":"Select column width","21922c6479665dcba83106f8e9ffdf68":"Width of fixed selected column","31b7c58c2d9a170829b90314ff98b66a":"Expanded column width","81ccf26d9622d139a13ba2a61bd9fea4":"Width of fixed expanded column","68e9249db7bd12ab17994b1761b049f5":"Customize row style",ef0c5b6fa16497343eedb76171d61d68:"Expanded row style","1a7bd457c08093cf2cf887403dc249d8":"Expanded column content","4ca07911d10b74cc7c357b510e7cc948":"Column field",eb2719a7e6cebda7ca234560f21fb448:"Column title",f35c90b504521a2da346960b9db23828:"When no value is available, this prompt is displayed in place of the value.",ac83dbca40c9d2151b5f7d81795535cc:"With this option enabled, you can sort it according to the current column sequence. For the interface types, you can increase sorting parameters.",af9cbd3988196fc104af4fed9461e152:"Searchable","34dceb7c51000849ea3596fbaab6f67c":"Search type of configuration column","9a899d9ab83d8ffa6308fb31e93f23a1":"Quick edit","4562be5a3f9823a5f61b25f8d14b2b43":"Modify and save immediately",c115f372bcdced1e70824bcbf42b5923:"With this feature enabled, the modification is submitted immediately. Instead, the modifications cannot be submitted in batch.",fba91204d335ae6eda35809023a94f7f:"Configure edited table","90ef7c485bd31fab681c6e9d9afd5be8":"View more","71c0319fce9f416330b18e554e0acc55":"Floating window","64035b04a21bc337a351b5a2a5d12acb":"Floating window position",ea71a81cf874780294d517b0314feada:"Configure content",ca60c525372028b9f75ee4c708cccae1:"It defaults to the current field value.",c9f7324519225bc72fce24a09518a8a8:"Merge rows","9af45e91a08b54764610ada28272d590":"Merge rows",ad96280bb24a38f9a83051b16ebc9688:"Default display during the customization of columns",eb58b078f2f8560160ebf87bc7109de9:"Content exceeding line break",f1f4c88f30744f2365b65f1790c71da8:"Wrong component merging object. The panel is too old, it cannot be handled unless you add a panel.",d17020cd3e6564f5154cf2251cd30f52:" Row","7cef725b75da8afecda59900b780be75":"Timeline","8f32bcb8d5baf6cbb410ef3f6dbed8d5":"It is used to display the timeline.","1aa46d7cdc632756dfbf16c55436bcdf":"Node data",c360e994dbcffdf31e86d2d8875370e1:"Sorting","825f53899a11e598fc9f9b43e0814a58":"Positive sequence","8eb4b7abb66f0922778a39044b42d345":"Inverted sequence","0da2ab28a6e03922d4a0c78451146b87":"Timeline direction","00ff9356c34d05ecbfd6559a46f56e25":"Position of text relative to timeline","71039986e2386573ab6e5681986c2230":"Alternation on both sides",f80cc88446cc10da4838556666f6b9f1:"You can configure the headers object, add the custom request header.","005c50d1af6e833d6991ab882653b7ae":"Due to failure to load the available field, please contact the administrator! ","76f47297fe988267a26073a9aaf7911f":"No bindable field available","020586d0c69f8211840ddf9ee9bbf6ab":"Bind field","91be693dd1ccea38f8f514318fd8a944":"Enter name for search","8517171ce4ad0e9a5b511bd6bb26f839":"No available field available",b51796f5778fdc31bac73769a85f89c7:"The corresponding component is not found.",eee03351367bb1907dcc3140ffa3e3b8:"Go to edit",f99603414a616bdee85de0e6e3938b65:"External API",e6ff6a97bf600c02942db3126a7077b8:"API center","37087e5bb2d0367872a461f535580d91":"Enter time","96641a78cfd9f9f8ba68f0524347b186":"Enter title","1bf14fd24efe68f62bbff0538dee238a":'Each option is listed in a separate row. All items with non-repeated values are added as new options.
You can set the time and title for each row using spaces, respectively, e.g., "End-of-term makeup examination on June 23, 2022"',d584018521820dac9e92120737b733ba:"Node configuration","72a3c1690dead6e24f7ac1abc90d5063":"Enter display time","79d3abe929f67f0644a78bf32adb3a89":"Copy",f86418b525af4b573aed36b8e3f9aeb8:"Add table column",ec159d98c6c25fadd38bcd9362f6a28e:"Set table column option",f302b37cf6530d3fb39234a220d95437:"You cannot set the table row until you set the table column.","6090f7af1ae15892abe97409b9e557b1":"Add table row",e6a10b831ae920bba1bb89a725e0fbe8:"Set table row option","9bef5e571702130c5710af4ee2c27455":"/* Customize JS instructions: \r\n * 1. The action execution function doAction can execute all types of actions.\r\n * 2. You can get the current component instance through the context object. For example, context.props can get the relevant properties of this component.\r\n * 3. The event object can execute event.stopPropagation = true after the doAction. It can stop executing the follow-up action*/\r\nconst myMsg = ‘I am the custom JS';\r\ndoAction({\r\n actionType: 'toast',\r\n args: {\r\n msg: myMsg\r\n }\r\n});\r\n","8df0f3891f8a80a392816f6ca662a33d":"Refresh interval","21157cbff85802e353409f647f1f1f91":"Millisecond","4fe2f10c6d5bedac03f40a4362e4f69b":"Enter component name","89bc2a21c778b36d09c8d795aac8260e":"Data entry","666352a09304cba42de24312f509c3b4":"Automatic fill or reference entry","7237d0dfa065bf451120d06330291b7d":"({\n isEmail: 'The Email format is incorrect',\n isRequired: 'This option is required',\n isUrl: 'The Url format is incorrect',\n isInt: 'Enter an integer',\n isAlpha: 'Enter a letter',\n isNumeric: 'Enter a number',\n isAlpha: 'Enter a letter or number',\n isFloat: 'Enter a floating-point value',\n isWords: 'Enter a letter',\n isUrlPath: 'You can enter letters, numbers, \\-\\, and \\_\\. only',\n matchRegexp: 'The format is incorrect. Enter the content that meets the rule of \\$1\\ .' ,\n minLength: 'Enter more content which includes at least $1 character.' ,\n maxLength: 'Control the content length and do not enter more than $1 character',\n maximum: ''Check it when the current input value exceeds the maximum value $1',\n minimum: 'Check it when the current input value is less than minimum value $1',\n isJson: 'Check the Json format.' ,\n isLength: 'Enter the content with a length of $1',\n notEmptyString: 'Do not enter all blank characters',\n equalsField: 'The input data is inconsistent with $1',\n equals: 'The input data is inconsistent with $1',\n isPhoneNumber: 'Enter a valid phone number',\n isTelNumber: 'Enter a valid phone number',\n isZipcode: 'Enter a valid postal address',\n isId: 'Enter a valid ID number',\n })[data.type] || ''",d3e329f73ae4b58d95cc7769eeca8370:"It takes effect when it is at the left or right position.",fd179c2844536ce198290441c38c814e:"<% if (data.type === button-group) { %> Button group <% } else { %><%= data.label %><% if (data.icon) { %>/><% }%><% } %>",c5d48d5732c64d5dea4bb0b4aaf13813:"Enter className",a11cc7a65b27f3993d58438d275f3447:"Enter content","34df758502e02c7c1a58f804a6c96c28":"Text before being folded","1d20d90b7c7301b7739900242d38544e":"No configuration. The title appears by default.","8aea4138b4fac2627c9b72da37e0671f":"Text after being folded",e9b91e9101059dc2e234d9847dd7b003:"Popup data","544fac400db790f57ea8ee4207cbeb6b":"Standard",fcb9b16d5d056bfbf6b6cba9dcf61efa:'Refer to the format application in moment.',"17a689143f0c7003123bb3c947d35273":"The verification priority is higher than the maximum width.","2aa41edf8cfa79e7e5fcf38c9742b495":"The verification priority is higher than the maximum height.","37ad5d98b12853d786b08cb52b91a43a":"After enabling it, you need to set its height and width through the CSS class.","324d0ccd6fa9d976d2f17de3bf0b70bd":"Control the display size according to this value when the fixed size is enabled.","7a377ac3904628fd73e7d33ce6130ae1":"Minimum number of nodes selected for form validation","674ddb63a7cd9e14a49813d52cf7e25e":"Maximum number of nodes selected for form validation","24c5febd312d27b5e80354cf03e241f0":"Outer container","54d621d5bd588bea4e896de52147a229":"Row data selected",ae76ff4dcb615d3b0232dcd10115e149:"Initialize static data","152b66069787294e53cfc176a189c81f":"Field corresponding to the icon","10cfe8897db8c032986138ba7b2f48da":"Data field assignment",a6e2cf5b7fa625f571a3e6d0df3a7327:"Data field member assignment","3371427f1b82095309092ef82418ec1a":"You have added this event.","0e9525b2bb1493c567c114dd61b69095":"Notes:",ff0d36eac9b9c029d91c365cd2c7e6cf:"${data[&] ? Disable immediately: disable immediately}",a718dcd3a16bee2a4086244ef1eb0ab4:"Enter the content with a length of $1",c323e3527a805cfdd264700fdf013daf:"Control the content length and do not enter more than $1 character.",c762cefa0ff423010af0a943c04d603b:"Enter more content which includes at least $1 character",b95aed5c6f2c8e49e23b382ac3d593ba:"Check it when the current input value exceeds the maximum value $1",fd11733fbabaf2ae3cf1fcd3fe385cc5:"Check it when the current input value is less than minimum value $1",acf719549561f28f38bf750a64cda508:"The input data is inconsistent with $1.",e027500d91d46a962036f63c09492c6c:"The input data is inconsistent with $1.",d01886eeef1de19f2e99617017f4def8:"'The format is incorrect. Enter the content that meets the rule of \\$1\\ .'","5e568c42a5ecb74db2dc3d8531079dd6":'Reference documentation',cadf0e302ddbc6fdbf005aed670b5e3e:"Code changes","6006074bdabc639b86f42aa18876e33a":"Fired when code changes","28e5fd494ea37a09fd2ad36d0f98bacc":"Deleted item","046de1a6cb21ff83af74958342c0db64":"Activated item",f6e5fc909971d2e5f6ffe23edae93584:"If there is a lot of data and the comparison is stuck, you can turn on this configuration item","31dae237cbd03ae0d2dcf7ad2fd4fb76":"The data returned after the initial interface request is successful","850c62f7b1ebfb4b89182ecd51202a7d":'Triggered after the form is submitted successfully. If the event source is a button and the type of the button is "Submit", the submit success event will be triggered even if the current form is not configured with "Save Interface"',"88b2930823f9fd6706473805e9b11797":"Save the data returned after the interface request is successful","3e07258baf3c4389c1ffd4a98c20b8fe":"Save the error information returned after the interface request fails","0d6581b6dd51f6c03a4edf26475d75c6":"Removed item","4ea280a2e54969de1d1b9bbd5b708e63":"Click option",f05520432bb87ced419a1da818c6cc9d:"Fired when an option is clicked","91f7b7fdf9b91073ca3519260f7a62d7":"Option clicked","6afde638796d237377b0755506d08ded":"target component",fee99f2bcced486e4753a8f58f511d3f:"Append data","3f3f4c71c1b736e7f01cf910a553ff43":'When "Yes" is selected, the data domain variables of the source component will be synchronized to the data domain of the target component.
If the target component is a CRUD component, and the data pull interface of the CRUD component is a get request, the data domain variable where the source component is located will be appended to the target component\'s initialization request query.',"2aecb19ca1655d66fc80fc27a783cc9e":"Append method",b67b01a3b9170f1daf78082cfd0df793:'When "Merge" is selected, the data is merged into the data field of the target component.
When "Override" is selected, the data will directly overwrite the data field of the target component.',bd81577a6fd4956e676cec499bb70d00:"Merge",e09fea40f7e4abd4b2a495b315940688:"Cover","9a5500b6013ec1ebf61bdf0e18452348":'The data defaults to the data field where the source component is located, you can select "Custom" to customize the required data',f30bcdccf71b19e858c37d8881d2b206:"The data domain where the source component is located",fa644cb20c66f7530d8a376d4fa6a36e:"Component data","7d9260bd45b2e85a09398f218c25f220":"Update the data field of the target component or the data value of the target form item",e7af71fb102cc86ab3be6a2fb32b5e3f:"Data settings","77b1081c177fa3334cc93c99f0ecee75":"Direct assignment",f5c5e3d69daee06ea1606378ef466765:"Member assignment","697af73997072e0ce9ee65b15a7b3715":"Reset PageNo",d7bf42dd6e66f2818f9a232603c4a53b:'When "Yes" is selected, the crud component will request the first page of data',"3e573fd37473d789211ee44335d82fad":"Static CSS class name","905407c57ccd033cb6bd64bfad20a8c7":"CSS class name in static display","0d1f68afa19f3f3dd88e28d17c98ddf9":"Table 2",e052287273ad39a1d3fa9fa3decb5fd9:"Component display status","506f28f48dbebd5d19e19dfc721e13be":"Control the input state/static state of the selected component","0e35b091e18032508758899735664df7":"Components switch to static","34d361256526b04909e064c29d9a9b76":"The component switches to the input state",d2e930293da37452638759e17d771adf:"Component Status",b535bea11c97ec5588b1494799de4d60:"Form Input",f7784642f42d33f506ba05f3daefc3c4:"Form Static",a8797a840f3c0bbb5297aada95f9b13a:"Form Item Static","7bb3e24cc54f4b8ee0a65d14fa4c067c":"Modify activation tab value",fd951a59a7c635d5330bc1aeec22c813:"Custom Data",b62ce3df3c0d5772006c525b60d5eeab:'The data defaults to the data field where the source component is located, you can select "Custom" to customize the required data',"0f9803bd27434940d4017007c105a861":'When "Yes" is selected, and the target component is CRUD, the request be send with this data. Other target components send with this data just when the request api is POST method.',"81e1ff0bb8917a9df99d737982ee24b7":"SubForm, configure a subform as the current form item",a5c2dba5ccf62851b24cfa12d4958ce2:"It can be used to display data and array type data, such as multiform of multiple","74104c62ed33836f0bc74297539dd7c9":"Configure options to realize selection options",b5ade3d97d5b11bc784786111e011571:"Tree structure, options can be configured through options, or options can be pulled through source","2c05e451a6f2b2fe1cf55f7afb8c8423":"Single or multiple choices, support the source pull option, which can be configured with pictures or customized HTML configuration",c65c9862813c7a66c0df52e301e0e1d1:"Applicable to options that contain sub items. You can pull options from source and support multiple choices","8f650b58c8421edecfb380d6f60ef40e":"Configure the data sources available for selection through pickerSchema to select the required data. Multiple selections are supported",b7a4abc1e4e975c9df5bb9d9cf4823ba:"Configure options through options, and pull options through source",f2fc416c7d95a93a8da621f760be8417:"Support multiple choices, input prompts, and use source to obtain options",b4482a3d9523f48e83a816fa85911185:"It is purely used to display data, such as json, date, image, progress, etc",ecfd82eb65102274188011a502913d3a:"Drawer data","951f802ebd0c0d795fbae6767a5ee9b3":"Initialize interface request succeeded",da0126992b4937a5fd847ef5366b02e6:"Data returned by initialization interface request successfully","70b8342d743374233bfee0f56c7f0fc7":"Node Sample Data","38f85482d657cd4db1280c5efa1950fd":"{{@1}} Alignment","0a0574baedb8eb2abf7daf25159d8bb1":"Set the alignment of sub elements on the spindle","5ccc4c05cd41195f202f550a4c307a64":"Set the alignment of child elements on the cross axis",b1b98c19058af70d8bd499e1899e93bc:"Layout Container","03097563d201ad3a29c79165226764e5":"The layout container is a layout effect based on CSS Flex. It is more controllable than Grid and HBox for the location of child nodes, and easier to use than CSS classes",e151c86d57096bb74dcd390ade29362b:"New column",e5f9b3a3655b8daddcee8b97b735887f:"Insert Layout Container Forward","577b33bf128fba16ed8e9bf7c395f455":"Insert Layout Container Backward","31f84d1bc6175fd0828a81b5bfd98736":"Add column level element",cbc1d00cc640b67ee34a29a694ef162a:"Left (upper) insert column level container",bb3cc092e17ff83e943554bde3d5771b:"Insert column level container on the right (lower) side",b19b454fe603e03e98ad9772615c7c32:"Positioning mode","8444f01399c0003fbb68eeff1310566c":"Specifies the positioning type of the current container element","5ddea41072a27a74a1715549dfb79bc2":"relative",e9513a013011450c57cfe3ef51b7d4b0:"Fixed (relative to window)","3059599d8ebfec00a8ab53346d9b4fa3":"Absolute (relative to parent container)","86a6b5a0a45bba5b6187cc2277e3375e":"Layout Location","6e72759ed1cbf9f9e8523197dd93888f":"Specifies the location of the current container element, which is used to configure top, right, bottom, and left.","6896da744f8ae9633263d55af0fceae1":"Hierarchy","6f649980c839dffca1506f20d534fe3d":"Specifies the stacking order of elements. Elements at higher levels will always be above elements at lower levels.",a8489cf57d7f44e889aff79434776f47:"The default is block level, which can be set to elastic layout mode (flex layout container)","4180e30c34190007ffaa654e0959b8a3":"Intra row flexible layout",ebe7bde5c9094813e2924473488d281a:"In row block level",dde193342b8c350ae29795117c0c5b9a:"Horizontal Alignment","5b15af1f73b4f2d5bb152410863602f4":"Vertical Alignment","78d32d2bd35c0262fe77b517c5a4fb62":"Arrangement direction","3fa460b81736c0360f6f7571801935b1":"If the direction is set to horizontal arrangement, children are placed from left to right; If it is set to the vertical arrangement direction, the sub items will be set from top to bottom",fa228d6bec96d052de0ad369407f5241:"Horizontal (starting point is at the right end)","2df3bc66ab3fcb0de1caf11831eff595":"Vertical (starting point at lower edge)","98b2fea2d8f3ceb81e9ce32d66383f05":"How to wrap lines","9af509c2a9636343199b9072e001826c":"Default (no line breaks)",d4054144c4341872496e3550fdb1b826:"Word wrap (reverse)",ee2df1c1a0d99094f641166535948d4b:"Elastic mode","947c03e411c20563c7ac67d0a5ad741b":"After the elastic mode is set, the current area is automatically adapted",f92626f9e56b3e2d0c47495a446acf71:"Elastic width",cf8852316501c22ea19c4e432c59e7d7:"Default Width","9cc69c8469b23b77519065d3df381113":"Define the main size occupied by the project before allocating extra space","0ad8b3b736ae5b9e23cf16ac13e1e283":"Proportion setting",fa6bb048a2f73975a40789b30c5b8a06:"Defines the magnification of the project, which is 0 by default, that is, if there is any remaining space, it will not be magnified.",c19b79073b676b9bade80613aba2dbfa:"Fixed height",d1b91a1a24f0d4935c2dd13e6a22b6d4:"The maximum width is the maximum horizontal display area of the current element",c2ed47a1f0f45cf7e2d22bddffc8a732:"Scroll mode for setting horizontal direction",cbc7af1d6422e88f4b87ade748e0f07d:"Exceeding the display",b48a90c77b5e792260d830c2d68c527e:"Beyond hiding",ddea62517e2bd1007712689746ebfe00:"Scrolling","55becc96b40692cc9cf898b331d16976":"Automatic adaptation",ede82efb4a69c35743185c6c73ab771e:"The minimum width is the smallest horizontal display area of the current element","6f420734edfaff00a8210a4c762a9207":"The maximum height is the display height with the most current elements","411f9d120093314cd38e6dd5cce398c6":"The minimum height is the smallest vertical display area of the current element",b31c6aaa78f8e24df665ce80ab5301e2:"Scroll mode for setting the vertical direction","4fc0e68b093db41b45a4ea706fbe56f3":"Center Display","55efb233147f9539de019d9abc7653f9":"Center display by setting margin: 0 auto","2bf5bcbe21f39b254a601664fb8b264d":"Default (Wrap)",b2d418355cb59a5613ecff7b150c588f:"nowrap ","7d1313925f158b747c094a7f2480e535":"Reference position","41a7494315a528f0f9618646f7e0dddf":"It can be set as upper left corner, upper right corner, lower right corner and lower left corner. The default is lower right corner","845c61ac8f51c6702dd22e5657c07e8d":"Lower right corner (default)","2794fe303cf8ad4395fe93271fae7925":"Layout containers are mainly used to design container components with complex layouts. The layout effect implemented based on CSS Flex is more controllable than Grid and HBox for the location of child nodes, and easier to use than using CSS classes",abbd790f85282349e2004df9fd494e31:"Main size occupied by default before allocating extra space",dbb93e8f413074ead24b6ed822247d98:"Insert Layout Container Above","5b5765b3fd7e72e04a5cd3e2ef6218a4":"Insert Layout Container Below",ee466872b9a43e720e296813dbc5adee:"{{@1}} Insert Column Level Container","14c495b1248756310c75396cd41f4fe9":"upper",e33ac3a4c1a95a02a18f1555038804da:"Below",e731c52010266b8ade1e7e78e25cdccc:"Common layouts",f80bd0a5546465336f4f9cafdfa8b67f:"Default Height",ba9ccf1040d7abd0848046330ba3558c:"Classic layout","230d65546ea0d299907943403608233c":"Common layout: classic layout (layout container based on CSS Flex implementation).","9bbb7cfaeb34a2b5c095ac253355f028":"Levitation vessel",a3e91631c1a3a43e09526ea7f6b8595c:"Common layout: suspended container (layout container based on CSS Flex implementation).",d423930b823fc45f08c18922b19e4e9e:"Bottom suction vessel",b8b4eb373d8ba6f98271b681fba2511d:"Common layout: bottom suction container (a layout container based on CSS Flex implementation).",faaa6444a709917ff33e0d58948504dc:"Ceiling container","1facf0bd0f56c66759857345e7434443":"Common layout: ceiling container (a layout container based on CSS Flex implementation).",f416a3a2566dda04bc0ef67027e6f460:"X axis rolling container",e3d9ad8453925764f2918dbfd6ff824e:"Common layout: x-axis rolling container (based on the layout container implemented by CSS Flex).","053e0cbf18c8fe59b928d52fcd556b88":"Y-axis rolling container",c9f089cefc06c217c6dddfe2fc772ea3:"Common layout: y-axis rolling container (a layout container based on CSS Flex implementation).","3587540660a01f8a8aff6a2c0409a404":"After the elastic mode is turned on, the current area is automatically adapted","2ea6f1f33dec7cb3c23a1bf1f9eab11a":"Mouse click",fe9228649853d08eebee72ad5521a3dd:"Triggered when the mouse clicks",a643d2fe12d205eb8fb5cffe92f62c35:"Triggered on mouse over","764c134791952dd1acb0f23587e75421":"Toggle legend selection status","262cd2f688751332c1907a659e686210":"Triggered when the legend is switched to the selected state",fd312ae2f1c24b8a14d9412bb3c6bb76:"Last n days","68cba5f27ab003cfada5eb4c1f29eb21":"Within n days","34b06708894a178c440e6f6539e95e9e":"Last n weeks",f0e1b8d8a6e731360d7348bc8301d44a:"Within n weeks","5cad2778bb8f01d1a1b1226082eb2117":"Last n months",ff76f60b3da86a0d2c6663b170a7955a:"Within n months","9ff9b56c9ed633ee09396830e93113ad":"Last n quarters","2b80b20008b3ae81136217ae10a1fbaf":"Within n quarters","84752114d27119dc50d8a7b9ac0b788b":"Last n years","5df2352afebd73d1f568ebaa81e2db28":"Within n years","8572d14f815d840bd9e940cd8ee4e380":"Add or subtract data values through up and down arrow keys on the keyboard","925d31bb30d63576600299475a910c33":"Displayed before entering content, not included in data value","42677544e2cbee28f7e7df216e685543":"Displayed after input, not included in data value","046c6233e03af774df7b90b4504fa96c":"lately","249aba763258bbe488af3e79a381d265":"day","2f8ab07bea442bc6ce8a9e99ff88e5c1":"Within days",a657f46f5bb00961adfae80d12e41b3d:"week",b1599eaa05dc9b3d90be5aebc5c84338:"Within weeks",e42b99d59954ce6437e66f416850425a:"month","3c690347976de82df1909750cbc82b80":"Within months",b62ba98a627851e911bef8fbb005bd4a:"Within quarter","465260fe80b0c3338d06194bb7a94446":"year","137bcb84f52bbd48623c37d8dfdebdff":"Within a year","279d93f2d745ed08e9034022941510dc":"Common span","7a1e5f93e362d371519bcb2bfdb0fc9a":"Custom Span","4a12e9b9fc5443e5e9999b5a7c56c19a":"Default (full)","2cb472ff9cad0c89a033c53996b52053":"Init","76ddcc0ad85aa4be6875b73244a64faf":"Triggered when a component instance is created and inserted into the DOM","584e4b6108e132be92c9de09d7bbed72":"Current Data Domain","9328b90ded33d16a873db5c0dbd815b8":"Initial data interface request successful",f3b97bd71a77cca1e9288089a537cf3b:"Triggered on successful remote initialization data interface request","9787088794f42c7e476cf7580f81447e":"Initialize the data returned by a successful data interface request","029e280e119b028bffc51424d909c07d":"SelectedItems",a6eebb9b4fc7148e2dc41335c74e6393:"Initialization of Schema interface request successful","887954cd9bdb290003984fe9a6eb99e2":"Triggered when remote initialization Schema interface request is successful","8f0064a9cfd7dcbb3c729f1357f11772":"Send data","6d33298a54888a30753373ca5bfe3bc2":"Return Data","542e06175ff4f7407c467bbde90de56a":"Turn on this option if you need to do additional data processing on the data in the returned results","7c583ecdf795ce4f1f40d7960ead9344":"Default prompt text","70941a02776496ec446f21f98ebf754e":"Request successful",f50bf418323ee425eca7208c09a4577e:"Request failed",f3dc08e3617d1e19cf8135be4412a80b:"After clicking, ask the user first, and then execute the action after manual confirmation to avoid accidental touch. Values can be taken from data field variables.",faa29265819714253843e23437b9193e:"The prompt content under normal status. If it is not filled, no prompt will pop up. Values can be taken from data field variables.",f855f46ce6146aa17a9ed423da16bfa2:"Prompt content in disabled status. If it is not filled in, a normal prompt will pop up. Values can be taken from data field variables.","037becbe8bff2f8838d141cc7b6b2df7":"Support such relative value usage as:now,+3 days, - 2weeks,+1hour,+2years, etc. (minute | min | hour | day | week | month | year | weekday | second | millisecond)","8f7ae284d0039fe05b9f57fd5ae3ede9":"Please select a static value","98229308e2e9484583fde4ae363a979f":"Expression or relative value","6b3c2a07db1bb3c229bbc5df48068792":"Support such relative value usage as:now,+3 days, - 2weeks,+1 hour,+2 years(minute | hour | day | week | month | year | weekday | second | millisecond)",dcc94ea1715bd502c709c5d5092e9c82:"Support such relative value usage as:3days, 2weeks, 1hour, 2years(minute | hour | day | week | month | year | weekday | second | millisecond)","13ce82d026daa5a30e50105bd2a204a6":"Please enter a relative value","31c29c46536a5007522032d2a42db56a":"Numerical template",a6a41d1bfb5896210eb527d183a07958:"Value rendering template, which supports the use of JSX and data field variables. The default is ${value}%",eadd1d64cd6ceb2c50554281cd2d3be0:"Dynamically re render the configured tabs based on this data","0d9d899edb456e8806a99850e9c38212":"Configured Expression",fbb96f7ea104d34fc4b7bd625d892c45:"Click Write Expression",e0c7ac5eb397512fdbe71600baa09dab:"Please enter a static value","48942ef507ea38d8ead03f8bfdffae5a":"Relative value configured","49041f245018a6d799fee3c6f177c782":"Exit full screen","185926bf986c784d03a9a73102da6542":"Full screen","891ec6336d4243714c25eecb2f8f774a":"Option Text",fb7ea2b05ca7328ee16a562d90c2eb96:"Option field","1ca87f0171481e27d94e81b477150b7d":"Option Template",d6ecb32a380c91887a9346653c2427e9:"Customized option rendering template, supporting the use of JSX and data field variables",cb048b2d8426afd464dc01b72c446342:"Block level (default)","3b6e8d54b7b2ae890d5357b7eaaeaaf2":"No line breaks (default)","0611733b53e0098e6fd880bd44b2806f":"The minimum height is the smallest vertical display area of the current element","03bfb834c8a5fef58d885e448a4e13b4":"Virtual List Threshold","50437e080edc71ab624c93d419472919":"When the number of options exceeds the threshold, the virtual list is opened to optimize performance","02b9880e1d2df8a07e90e9878080c739":"Option Height",a3f66655c3d2bcfecc6afba0e4424460:"Height of each option when virtual list is turned on","183f00df0922a6be371fea58cd46a60a":"Elastic height","9e7c8d1554f6449121a83f951cf21ca1":"Elastic scale",ff9e9329fe186be342ef59ee711b9371:"Y-axis scrolling mode",c18457fe4f249f06b48297ccfe6224e8:"X-axis scrolling mode","99b57d8c9244ff9a695fcd519b4e2e57":"Maximum width",fc2bc4193eea63128961d09497e07dc8:"Maximum height",a2b62974f4d7564bb68b570116f25a10:"Minimum width","2bd921d0ea7a73b77ee0fcddb1afcc84":"Minimum height",eb7366583485f478e3d8c2b105ea51ff:"Defines the magnification of the item. If it is set to 0, it will not be magnified even if there is space left in the parent container.","5d3d48de1ba22368eacdc1c69fb044ce":"Component inner layer CSS class name","72c32b47c5e4dcd58ddabdb8fde761a0":"Suspended container: a special layout container based on CSS Flex implementation.",a03384e93b62e3110aa92c9e345111ba:"Bottom suction container: a layout container based on CSS Flex.",f564e3e66dd2aca0e080cb6484c95a5e:"Ceiling container: a layout container based on CSS Flex.",db805d4e361ac2d3fc6047eaea1a7c69:"Free container","9ccbfde404798593fa6fdeac9dbef200":"Free container: its direct child elements support dragging to adjust the position.",f20ca09e513399510ce34ba2cb05b7d9:"X axis rolling container: a layout container based on CSS Flex implementation.","47ef0cec2c3436377a42390e10de4567":"Y-axis rolling container: a layout container based on CSS Flex.","8c2bb89f516205027b9ed6609fb17726":"Blocking condition","46a3c6ab94da0b16a707bdd3b74c9e09":"When the conditions are met, the execution of subsequent actions of the current event will be blocked","6e6d4269d0dc3324d551062350a2ae9f":"Silent request","56e13c39822a814ab39b0d5a0867d7dc":"When enabled, the service request will be sent in a silent mode, that is, no success or error message will pop up.","7f019b96ffb7d72ec8d6ce8d76e5362f":"Expression configured","699829ed5bab67dfb360764c3bbaed4e":"{{@1}} - Event Configuration","5ba999eb762f60324033b735e55d989c":"Event weight prevention","7fe94616be0e8fb5ef5ab40a7397f0aa":"After event anti duplication is enabled, only the last event will be executed when triggered multiple times within the anti duplication time","91b72e901f1663637157cda638ac4dcc":"Anti gravity time","969e9e56b3812abffa3994f35ea31835":"Adsorption vessel",bb0e1fea25aafbe731886295fcef9a2e:"Adsorption container: It can be set as a ceiling or ceiling display.","7d30297d4e1f310c73b27be88c748026":"Adsorption position","2ea76e2ffc1b92911d6f7decfa993360":"Top","8cfc818a76662085cb64752d6d592fbe":"Bottom",e2f6535e21570a0703c7c65f41b30eaa:"Rolling adsorption","1c5ea0ffb2b15713cb22c41a02576924":"When rolling adsorption is enabled, the adsorption mode will be automatically enabled when rolling to the upper and lower edges of the parent container.","5f9be0002394f0b58952969d5952e24c":"Used to set the position of rolling adsorption","28968f372fe88c0ef855c7f79f42bbad":"uniform distribution",d481ed97681365f18cf20ef914473a02:"Align Start","02f6ac7a3bf6a8b4440a2a1c3e1daeea":"Align End",cbac406a3f51abad691702015b0784ba:"Full height","5a4e41af91746f8a3905aa9f66048955":"Load Settings","6ade3082696deb00357f5c0359093cd4":"Merge to upper loading",b6ac896eff6a6502e4ae7079b3e507a5:"Not displaying loading","0e9ffe1f1cf3f7a620970ea75dba9f39":"Use page global loading",b1119174b1beedd2218e0b359ef14aec:"Form submission",c6a65a86cd2bd74a6f72df0a7b81d3cb:"After the event is configured, the default verification, submission to the api or target and other behaviors will not be triggered when the form is submitted. All behaviors need to be configured by yourself",c207ba29769aca6ffd45db9f80bcb29e:"Zero as head",f02f876ee64cc016d97fa4dc498d4857:"Height setting","091885db07e43ff7cbe60c3b664b0b50":"Elastic","363165ccee78341a65f1d42174e8b08f":"Adaptation",eb44269adb6ba70569cd62ea88cb2750:"Elastic Settings","64561733c68085af3d09315c1d4d7ed6":"Mouse Event Object","052f93928af33d4d7035e7c8e8a73f17":"The alignment is set by the margin value, where margin: 0 auto is used to set the center alignment",a738a8594bd2b71002d09277b84d86dd:"Left",fc0f19e9e47e352d36d36cf6eb653210:"Right",c70638412c6cffd150117ae403dea939:"Component static data","77fdd35933c099cdcb64b71f3fbe7a6c":"Data List",f01c3cd99ecb0c534cc47081d3433c9f:"custom style",f7e3d7e3146bb53b5e6f09f7c90dea3a:"Input Box Style",a39a2916d17f2b9ba11853066b4225f3:"AddOn Style","9b6425cd2d496c9cb5a6c6b8ff125d1b":"Input box",b9745a6b870f02a0483a4a4f74814c68:"Custom style source code",ec8f3e4a298160dface2fda5c0125df2:"Please enter the class name","7e8eb474f73b6fd60c9aa5082f75e008":"Label Style",ef55ff12fb0d3efa3491236fee4dabc2:"Description Style","60bac4c0a381a42b320a703227be59eb":"spacing","00d1a6230e9a31664c895e95fde707d3":"Add Item",cf3f7c0c1e6c77197bb0b6508a9173aa:"Add a new item","3a553b1123f403cf1f81eb28b3e4b814":"Maximum number","93bc4888bc13bb6e6c49b34b54077438":"Minimum number",e61c32382d879b867938086a50ef094e:"Flat value","30d4e9f1c60f2d5851f77463476d568b":"If you need to expand the user-defined new functions, you can expand them by configuring components-new items","405a48545938c075e62eafb80b732769":"Button mode",f4b06bd9e4f5ceaac7fbb0e17fffc518:"Copywriting","178bf4dd4b8d56370e2fc8275f9dc9e4":"Delete the confirmation document. When the configuration deletion interface takes effect",cb8f7758eb03574f9b8402659c0f02b2:"Are you sure you want to delete?",f7894f17d0eba299011d856ce3efea73:"Automatically populate parent variables","7fc8dab2069004acb8f5c98c27ee0883":"Sync Fields","8e32c9ffc35059f8ac5254ffaf3c99b0":"Title template","21766034147682a2435ecc766de5ea22":"Multiline display",d8848daffd80dbb21ace876ade2ea8a8:"Administrative code","977cfa6e8c7f036674afedfcc19ec7a2":"Object structure","05fcf03ba044a04ce81bdbe6eaf49d17":"Optional cities","912beb37a3785e50d6483852be41111f":"Tree structure selection, supporting the appearance switch between [Embedded Mode] and [Floating Layer Mode]","0b52d7d00ed28e41f4845fec1622d056":"Tree, tree drop-down, tree drop-down box, tree-select",ea687c59ff7d980afc55427853af864a:"Tree selection box - embedded mode",ce0e89aa6a8e17562c265714b33b4f82:"Edit mode",ba1a077af717cb3c4788849c2342200b:"The configuration interface for immediate saving is given separately. If it is not configured, quickSaveItemApi is used by default.",cf8774ca07f11ecb14b3b59c3891e9cc:'

The current component has stopped maintenance. It is recommended that you useStatic displayThe new feature implements the static display of form items

',"26122d95c72204c83ebdc37cd16a96f9":"Picture enlargement function",a19769d02b8de60a1e3b46c3ef96f122:"There is a conflict between the zoom function and the open external link function. If you want to open the external link when clicking, please close this function first",d196eb8f65e84003b7ca64d5dd8fc737:"Occupy bitmap",d98b3f3d11e6dce8eac1a041247fbc50:"Picture list","8e1fee898434093aad55f5888497f970":"

Currently, it is configured for the field content node. There are more configurations for selecting the upper layer

","86aafaa75b388deb4a4cbdab2293c099":"head",e6aa1b827415217c524ae9d9b665cca5:"Configure header",a2ecfd5a0db9c855f59eea75083678e6:"Configure bottom","1d3d7de6b84f4d5d4a4e126e145af132":"Text encoding",d55bbcd785be46c3182dcd7663c3c041:"Returns the character encoding of the content, such as UTF-8, ISO-8859-2, KOI8-R, GBK, and so on. Default UTF-8","0021bd6b2290ddca1ad6a9c8848377bc":"Load prompt",f013ea9dcba3f5ca1278aa850931fec8:"Loading",d7eb1e98e6cfbe38ab3b242c4dda1b7b:"Follow bottom",ab2dd531871defe1ef7d8d06548411f3:"Automatically scroll to the bottom to view the latest log content","41058383885336fbe750665044e4e38a":"The following action buttons can be added at the top of the log","095e938e2a09eaddc8db146b86879f4a":"stop it","0cee3cd1e0b0956fb3447d7188553e4b":"Hide line number",c2f42bd2a149bbeb4627b1e1b5fabedb:"performance optimization","45f14d9548decc8a1df4e470efcf8d08":"Height of each row","7a5d14c5f61745f08700ba315609cf9a":"Show rows",bddc8f2d9bdcc083bb4f3dd38eaba459:"Display area height","0218cbc88086353118fea07e364334d4":"happy","8167b3dd560a83cdc757d1022ff111e2":"anger","8fa28f95c03faa7cc87e487a89a35a72":"Sad",d246bdddaf59436cb2160837f7bef634:"apathy","2ab01e418dca1500dcb133d50656deea":"commonly","3585e4dd456b41fb8aec43f927b6a27c":"Custom Display Template","25e4c39320150bca74b4c05c7740e365":"Configure display templates","9e25d776a57c610940bcc1c19847b97d":"Top outer layer","2ec1b0bb189b486945e79c167a4a024d":"Bottom outer layer","77ad0879912d0a306724c319eed113e2":"Label for marking and selection",ee66d7a2d02188816d633d11cf1a8b27:"General label","092c4410e162bb3371f2aab804501f24":"Front icon","3e7392ab43c6c76f294f41c3058c2ab1":"Value matching field","2135be5a60fc3c6fe864e159e289af51":"When the mapping table is an array object and the object has multiple keys, the field used to match the value is value by default","6a1ca1c113a9b5bee58ea009e40f5954":"Matching field, default is value",dc7becbad712786c9e4766636047e509:"When the mapping table is an array object, it is used as the display field. Please use a custom display template to display multiple fields. The default is label","1140acc9ac4b803b733f70445e7d495a":"Display field, default is label","55497c5de8558f1a164e437205cd510b":"

When the value hits the left key, display the content on the right
When the value does not hit, display the content with the key*by default
(please ensure that the key value is unique)","94124fa72dbfbb81611496cada6ebf4c":"Please keep the array member structure the same",a3221d2d224767df4afa7a8653ded8fe:"Internal alignment",e8bb313fb86cf474c0e264794bc85896:"Whether to fix the header","8e903bee4578f72bbecf9eb62d7b875c":"Display level",c17fef27ea1d970fc66f4c4c3d442129:"Default inner spacing","236b0cdd2e18418fd17d3cdfcace239e":"plug-in unit",defe851634125bb16e762f26dbb6555f:"see https://www.tiny.cloud/docs/general-configuration-guide/basic-setup/ file",df025e01cbbae804f7d720e6b932e8e8:"Show menu bar",b74c3bbb8ec4f18896cd3b5a20ee9e2c:"Toolbar - Large Screen",e08c3505f9779bf919628166a77d0d77:"Screen width ≥ 1200px, reference document: https://froala.com/wysiwyg-editor/docs/options/","04f91b84d48285162d3e29205a194143":"Toolbar - middle screen","9ac0e46a361565f0b8be2228bef4b679":"Screen width ≥ 992px, if not configured, it will be consistent with the toolbar set for the large screen. Refer to the document: https://froala.com/wysiwyg-editor/docs/options/","70d3894aaed305d2fc67f91122d77759":"Toolbar - small screen",a3133ac3b34da77e612bcb1763adae1e:"Screen width ≥ 768px, if not configured, it is consistent with the toolbar set for large screen. Refer to the document: https://froala.com/wysiwyg-editor/docs/options/","194ab42ad1ca7fca9a6ef84fadf99490":"Quick Insert","94621f44f98c996e49d5b214aebefffc":"word count ",b720ed498f054a2539d496d0da68f85b:"Picture receiving interface","376496a8918c57220159951e24d3b72d":"Video receiving interface","555a9859e2c34b015438bdfb59a57c5b":'${vendor==="tinymce"? "Editor": "edit area"}',afccc17d5d672b10a1292dcd671ef534:"Quickly build a table edit box","1711a82f9b0825015c2c49d9659c9837":"Display type","63bb911d6392cb2740140d406ab83d37":"Edit Type","6530334ebf5ca810e576858eba168685":"Selection box",f25cb224e4543c1dc0228fca8dbfaf1c:"Color selection box","1145703a07e11b6e680ee2ec8afae0b4":"Checkbox ",a877779dc422c5321057b638d6d520e5:"City selector",e2c59e63f751088ad8b43a1439e4322a:"Add single line data","41c1e36d5d202588511710ff0ccb9e8d":"Delete single line data",f38b7eb6f78af9ae86c449153de2fe1f:"Clear component data","5e2eb93cf353f5bfa0920553fc8a0087":"Trigger table data update",efc47e9829b5831e4d0424191049b880:"Delete data of a row","383c125a11b0dd070b04194b9e2e78fb":'It takes effect when a single line of data is added or edited. When opening, after entering the content, you need to click the "Save" button on the right side of the form before submitting to the data field. If it is not enabled, the data field can be submitted after the content is entered.',"1d96dc9b36793e242322dd1e092a010c":"Confirm button name",c507f40ae40ad10fd0b99ac025a6e5d4:"Confirm icon",e0698c2a2d5c568edfc5a0b1a1d298eb:"Cancel button name","08f06b06a0db0e978e3acdf7741ccd86":"Cancel icon",ffa655818f7dd46fb2a767c51618741b:"Empty data prompt",d173fb23320acba326a4424133969256:"Show sequence number","26eb498526ba909386befc43466db79d":"Number of displays per page","078f9734eeef4ff8c06e0b639ce6bd8f":"If it is empty, no paging will be performed","52029187eaa09f55193b6a15387e45ca":"Minimum number of rows","3d99d1f17ebf865877e681397c61dc9d":"Maximum number of rows",aa8b2a821e8e32196a720eaaa41b64d3:"For performance, the default change of other form item values will not update the current table. Sometimes, in order to obtain other form item fields synchronously, you need to enable this.","2aa56a9b94ee3fde76a15711c94fdabc":'Whether the parent data, that is, the peer data in the form, can be accessed, usually needs to be used with the "Strict Mode" attribute.',"53a9db06d0b7e3482dc21e53f150e257":"Row style",d679aea3aae1201e38c4baaaeef86efe:"In operation",e5ac1d2029adff17ec123b86ea07ce26:"Queuing",f406ef0ea3f09572835a9b1ec61f576a:"Scheduling",acd5cb847a4aff235c9a01ddeb6f9770:"fail","391299a1c1722a777991a182a44bccbf":"The following states are supported by default and can be used without configuration. The custom state is merged with the default state.","33563f1d3d203bc682069a8c85506b86":"Default icon value","2cc90d2f2cd9ba213f9aace88c386f3f":"Default label",aad245582dc9f55cf71e3934bb3b1709:"Default value value","2634cea5a95ece79e05b5a68c38cbd4d":"Required ","2464e9d13bfc84169eb8333b6996203c":"Update the data value of the target component or variable",c85c8d61a67014c4b5d44f25e49e87fc:"Set variable",df24d894cd3331f53964bc75f5c192e2:'"',"9e1bafbb00018beacc8f579c8ddfaa36":"Set component","6c6e12c54723170f214527bedaf81f7d":"Action type","1b7e6b2dbf3b7f4b1baf2c42e49a995d":"Component variables","2eb4c7ac45befad0f1f9c750bda57166":"Apply temporary variables","844a7a7aacc5be82d0fd6225edc6bf63":"Please select a variable","85451d2eb59327a23e8f745161066d4a":"Please enter variable value","3d4d83f05a12364e2522fcfb265d8ce8":'When it is enabled, you need to click the "Save" button on the right side of the table to add or edit component data. When not enabled, add, edit and delete operations directly change component data.',c18169dd6fceab2f023216fa6f7d22c1:"Confirm button icon","5720057e62e80f7a04489dc4c035b4f1":"Cancel button icon","8985ea173dce8f9bee667b3cdf0b7bdf":'This configuration item only applies to the "Add" button in the table operation bar',"3f64a567662a24714768237a3a6d0de7":"New button below the table","522cddc343d72db3db80cf3d71f99210":"The API return format is incorrect. Please click the example on the right side of the interface address to view the CRUD data interface structure requirements","5323ab3e5c12066101244f0577c30e22":"Custom container area",b34422e637c90181d3fca4485a97c712:"fraction","95e0d70d1809d5267c2419eda58e78ca":"Grade",c13998e4c837dc40b8e90828d99561df:"If it is blank, editing is not supported","738b58219dda4a849e293c0f75d06438":"New button in operation bar","306abb77f96a1048cf6e61bfe6e7bae4":"If it is empty, no paging will be performed","136ecd1380f3fa10c1fd99b93c63fc9b":"Whether to open a new page","9778ba8e0cbbae9471485dfc28df8948":"Whether to expand initially","18eae9f567a9c425bf59147a2601ee6a":"Menu click","12b91237057ca7d81d50cca9873c8267":"Triggered when the menu is clicked","0a974408aab362095e939e5364315971":"Menu selected","4b5f4893cf06a9d9ea5b8486bef87c26":"Triggered when the menu is selected","9b317a5d43f72026b0c0699b1d596436":"Menu expansion","9ef3c85c39e1e686f6b8c58292352ce1":"Triggered when the menu is expanded",afce1df2e30a4674f507292d642fe270:"Menu collapse","4015091668f286adf085d60a040f89a1":"Triggered when the menu is collapsed","2631c12c40aa18fff4c6a2793f03f95b":"Data loading completed","26a92da0738fed6a6178be565cfb3a59":"Triggered after data loading","67d8dc76a8c8a3f0f52232969d72e8bb":"Update menu items","12fbc0729d69e4243c4818093e96de8c":"Trigger component update menu item",ee621e1f1429f1150a69bd02eecf6964:"Trigger the folding and expansion of components",e0e2b0cf2a3c8379b1d9144b10b3824d:"Horizontal placement","8dd27bbe64ec245ce449caab5cf7f12b":"The default is inline mode. After opening, the submenu will not expand below the parent level, but will be displayed on the side of the menu","154a7ec36c43427f73705ae834967703":"Submenu floating display","9dcb6b749d6682f1ac51b2dcdefd3208":"Click the menu to expand only the current parent menu and collapse other expanded menus","49a84da9b39148af54903ba4c6ed257f":"Default expansion level",d4b70ea3a756ec4d06c8ecb2f27330ab:"Expand the corresponding level of all menus by default","96198d14846a941a60824bd6ebda4d9e":"Maximum display level",cac013d011fe1ac71c3b9f0bd0594d65:"After configuration, menu items beyond this level will be hidden. For example, if the maximum display level is two, three levels and below of menu items will be hidden","7419d6bab78d959d5c3b7a38f9888258":"menu item","1a9aaf05889002e65708c4950012a652":"Yes, you just clicked","243e91d5fbc5a03a5c54da6d8e662e4f":"Page renderer, the top entry of the page. It contains multiple regions. You can choose to place different renderers in different regions.",a7999d1390b7dc775e4287511c395d6c:"Corner type","31175366279c15232e27b6736ccb2fd4":"Only valid if the text content is numeric","58f966670529f4753fb3c5a0647606be":"size",b3c1b71ed42c7f2fe55f3c64346f1ae6:"The corner marker style is configured here. The corner marker takes effect after the corner marker content is configured in the menu item at the same time","515e8b11c3c24c6c3b03c6c76b1da496":"Default selected menu","4f80ea1e761598ba9fe393e7c745468d":"Priority is given to matching according to the URL of the current browser address bar, and the menu item you configured will be selected in case of miss",e3cd6fc0612b22f7c7e209b8184378c8:"Menu name:","4cd5629f32fc9710fbb0291b51adc34b":"Please enter a menu name","9e0b4b20e7177b83916ab7b017c4162b":"Jump address:","2e507449ccaac4522f503f0ec3dfffa9":"Please enter jump address",ec3cc7a898eb5eb6f87a1d70a22a05c7:"Whether to open a new page:",a93a3970825296478d40658ad07af43a:"Whether to fold initially:",d5004744a86589d72041b0a3fa8efa7b:"Include submenus:","14794add5446201274dd148086bc0361":"add menu",aae5ccb98564e19c48f19c740c3c10b7:"Default (static)","5d721446605f21bddb3b8e2ab2a3841c":"Relative",b55b525d56fd0d4d3dcb9291e59e3433:"Fixed","25ece43050dda20ad4d8dd058dd590d1":"Absolute","22b47452f52254ce07507287d137d167":'

When data mapping is enabled, the data in the pop-up box will only contain the set part. Please bind the data. For example: {"a": " ${a}", "b": 2}',"68419387f5bb8487a848b818d78424ae":'
When the value is__ When undefined, it means to delete the corresponding field. You can combine {"&": " $$"} to achieve the blacklist effect',cb65841ea7dec5ae0af20b3f5e52abfc:"Raw data leveling","6922790f45faf064e063069816e4d2ec":"After opening, all the original data will be flattened and set in the data, and customized on this basis"}),(0,d.AfN)("zh-CN",{f7e68bde2caa2cb5696d6a37fe4a23a4:"常用",ea15ae2b7fba76c83eec6d0986d15197:"选项","3fea7ca76cdece641436d7ab0d02ab1b":"状态","24d67862f87f439db7ca957aecb77cce":"属性",afcde2611bdd13c1e65b4fb6a2f13425:"外观","6d0034a2419e1f394dedab07994b9665":"Label CSS 类名","2cadb6621afe19333b142faa541b0f91":"控件 CSS 类名","0e627e6a0ff773ee76bc4cc0871cb48d":"描述 CSS 类名","10b2761db5a8e089049df39675abc550":"事件",dc19704991f1476fa4dcbb80c50bedd6:"提示标题","55713166f8bddcc0aefc3a32464746f1":"请输入提示标题","2d711b09bd0db0ad240cc83b30dd8014":"内容","59b9e2022323a63079c6ddab63fec112":"弹出位置",af767b7e4ae069d54f9ea839858d4c6d:"上","3850a186c3235bc646d4c2f79cebac36":"下",d2aff1417831aa621c16cd5b95306b4b:"左","4d9c32c23df5d234e629c922c58d8e12":"右","5ef69f62dc668c1a3e68b51c50a2530a":"图标","4434b33a8731a73613ba5fa1eb984efb":"CSS 类名","159dbc2fafd57b9d3652f16659b1b519":"触发方式","45a51525391d4a3771b22f2cf1aa96b3":"浮层触发方式默认值为鼠标悬停","728c7cdfa431821d291b5108394ec65a":"鼠标悬停","4363c17ebb346b646af55bd8c8075915":"点击","5632c68dac780bd766f740830481f4b0":"点击空白关闭","9efb0ce5a4510ef29345b6edb3e58bc2":"必须有 td","3ce57bd19e37d2b27145dc6fcfff3520":"找不到第一个 cell",f7d205072a2ceb63b4f48a8b6f32fd25:"行线数量不对","852228c640b1daefe6b0853390e66791":"列线数量不对","26526c3354307798dfa84f17decf5140":"找不到对应的 id","38d2ccdde0ae0c2329defd3c75c59d8b":"由于内边距限制,太小的高度设置会不生效,可以调小默认内边距",d59379f4227af3b2c60214e2f4f903ba:"合并单元格","02d9819ddaaaeb1b7b22b12608c7e5ca":"提示","4be3194e93cdd2899d06b499c184195b":"用来做文字特殊提示,分为四类:提示类、成功类、警告类和危险类。可结合 visibleOn 用来做错误信息提示。","6f2b01db04cbf7e460b5c6f4e37a5e76":"提示内容","132a78bdf68d6d17bde00aa807bbf032":"内容区","4092ed98e9035652d4c9ca9441701ed7":"基本","226b0912184333c81babf2f1894ec0c1":"类型","330363dfc524cff2488f2ebde0500896":"成功","900c70fa5f7dbc014e6f762d5e0e885c":"警告",e2e27a87257599f83c817c43e724b6aa:"严重",cbda486dbec5bdacb593294e240c5e63:"可关闭","7372dc9f39a173dd0c75a185373245b1":"自定义图标",bede211909a1022b13e9728ed162b77e:"锚点导航",f6da8aa86fa3e399da95dab399a67985:"锚点导航,在多行内容展示时,可以将内容用锚点导航分组的形式展示,点击导航菜单可以定位到对应内容区域。","22c799040acdb2601b437ed5449de076":"容器","5879dec0aea52871e0ae6969893a315b":"锚点1",ce08bc4247c040bac13155befc7c1638:"这里是锚点内容1",d89a42cb938819f67172ea64037c19fe:"锚点2","96f05e63c6f606925636d6810167e7ea":"这里是锚点内容2","31327b9041b825a0b455b3ff9ddd3909":"锚点3","68284dd430993f495a6f2254ae5480ae":"这里是锚点内容3","9ad515106f02f3909974b75d22625b0d":"锚点设置","40c6e9ed3d9949a326f5a216d936324d":"添加锚点","8cfd149e7d73ebae6a797d21728292ff":"请输入锚点标题","6be15e9949e4be7fc485e1eaae472942":"锚点",c624c875ea37f790665d0cae8959d4e2:"这里是锚点内容",f612a2f944af178fa07a719c79e8438b:"锚点{{@1}}","42ff02f6763799ebfa5ce8dd5f99913d":"这里是锚点内容{{@1}}","39f4fbc5b5ba681f7e8c4d4a4ddb3e2f":"默认定位区域","9959b2ad2d4f75f7a6be46872642df6d":"导航布局","4cde06e6162ed66720e3133cb83bc059":"水平","75ac842f8e77305846f1d776f97dfaf8":"垂直","056f2d7df6e6b64625c3a2d27ce07b05":"导航","696754a8b2b23e30b11187303d1238f5":"区域内容","33be689a0f0de129ce37f7a96052002e":"内容区域","32c65d8d7431e76029678ec7bb73a5ab":"标题","6bd854c27cd4c2e97dee65cf3f3f8551":"锚点内容{{@1}}","726dd5df4319e9e158e2ca3c22177b6c":"音频",e7a707f9fc7da36828db940ca2960f4b:"音频控件,可以用来播放各种音频文件。","997c7a5d34f6fc628893f509d0df32e0":"功能","22b777e6fcb613b8ba83ced9594cd07e":"常规","37b12f2666b9e4e37f33eb5e83533d5e":"

当前为字段内容节点配置,选择上层还有更多的配置。

",f8f176147db276063e7ec15f076e39e0:"音频地址","91d3cd46d6b6919749e56056d5acc9bc":"支持获取变量如:\\${audioSrc}",a945269af10da66c82cdb7336bc490d1:"音频倍速","7ccd84ca5c16cd03d26f5ecd5e6f6bd2":"加速范围在0.1到16之间",fc03b83d19e2fd12f1e7c56a11d7dc18:"内部控件",d37d357dee041774b993daaf5c8bb752:"倍速",b85270cd3c06d8eb635eadcffbb10119:"播放","19fcb9eb2594059036dfede5f4ec53e8":"时间",c7bff79d059a0b7ff9b02441959d8be2:"进度","09b095d8fc867cb968673be9dcc00a93":"音量",ad751bba0aed43a673c40b652a239fc3:"选择倍速后,还需要在常规选择栏中配置倍速","54c6bb48170611ec995f634319312156":"自动播放","56e6ecf97176d30c06b30cfa428ef832":"循环播放","2fb0853874c2cc8cc42f0c7520af662a":"内联模式","33bf801796fd255b5f6147e33146669b":"显隐","4c50eef3bdaf0b4164ce179e576f2b2d":"头像","18dc831ec12d358d05902bef1f00e1f1":"用户头像","027446c2f9070b0f5b16a18208bf5fc7":"展示","20def7942674282277c3714ed7ea6ce0":"图片",ca746b1ff10193a3ce20878dec04a733:"文字",bfe68d5844f8e54602760e18f45954f7:"链接",b54f4a65cd257c87db32ee1023e1daa1:"填充方式",def423db04dd24b226911b9e4cf5dc9c:"图片大小与控件大小不一致的图片处理方式","74735df86a8e1c15bce50e2c1dd42e98":"等比例裁剪长边","9d7f3e170404f211a4f95c214f044b05":"等比例留空短边","9854f491213784118614be4a1970bcf9":"拉伸图片填满","3d2b60dda894eba9a042beddf7daf3cc":"按原尺寸裁剪",c7fff1a6f585d7fb22c94bb1ef82707d:"边框距离",f1b4c635cdb39c91461f181d27d06f8c:"文字居中,文字过多时保持与边框最小的距离",dfd0cd7f2cba96917484569a646bdc8d:"长度",c1df04eec5fa0857bc0df2d68d8e953c:"高度","0103eb2d3dca70270d1a74e9ec987ac9":"圆角","9a233b241eef54521cfe9365bfaa7b2f":"内外边距","961534b4ea37e4e88aada736b299d063":"边框","8e1b944f4389bdaab6f11d5bc83190c8":"背景","803205e38834280d9e6a75993ac00764":"阴影","0d98c74797e49d00bcc4c17c9d557a2b":"其他","34dac4adbc96afd65f060cc4cfff1feb":"透明度","169b227aff15b834b64205d0fdcb0f33":"面包屑","3576258acd7269da9f44859a2edec1aa":"面包屑导航",db1c89e0f6e62f9642018cbb531bbd4f:"首页","2e8bf3c87641fba59c2a9cb6636d7e88":"上级页面","12d358955755488ff3790bbd6d75673a":"当前页面","894b94fbb15650da7f9290e7106446f3":"分隔符",a38100f22f59f7cd89e36139faa6fd4d:"动态数据","66ab5e9f24c8f46012a25c89919fb191":"新增","97d07614380da93d257f9fbf81aa56fb":"文本",ba7f916a39c0beb545388ea3b7f6b3b7:"面包屑的 CSS 类名",e3acc9857c852dae27e064ace5e5688e:"分隔符的 CSS 类名",fa966345577ba81af19408f203db968f:"按钮","89de611b2d759a1802542b5d3a06829f":"用来展示一个按钮,你可以配置不同的展示样式,配置不同的点击行为。","7af5e3ef39ff71d39fe3f645c8079124":"点击时触发",f6d767f39ba3bf955077a3c0ce81e581:"鼠标移入",bcdd89d453da0dc0622a2f3189728357:"鼠标移入时触发",e272b0b8c7fedc670a87075514d9b49f:"鼠标移出","727309bc724ff237c5e2cdf7a90cf28e":"鼠标移出时触发",d7ec2d3fea4756bc1642e0f10c180cf5:"名称","939d5345ad4345dbaabe14798f6ac0f1":"提交","4b9c3271dc2f299dc3aeffb369187513":"重置","5e64227f46b221001e3b151d72fa6412":"是否关闭",d5bb99590ef447a1af8e9782786c751d:"指定此次操作完后关闭当前 {{@1}}","1e7196ce05260faa55e5b7ea5a1667c2":"二次确认",ed2f135144b4e138cb29419c1f245f4b:"点击后先询问用户,由手动确认后再执行动作,避免误触。可用\\${xxx}取值。","0d0c6ff7b65e62eba3ddd523e2976389":"确认内容","7e9646e2db5ce66dc2b4b922ece483ba":"气泡提示","5daaffe964aee9d884e0a681b2818a17":"正常提示","2fd82aa9dd7fedea2c16b7dfe93b6d0e":"正常状态下的提示内容,不填则不弹出提示。可用\\${xxx}取值。",fb37b983a93aabdcdbbd59ae48c519fb:"禁用提示",f4f168a3fec79443d2ca8fd1955edee8:"禁用状态下的提示内容,不填则弹出正常提示。可用\\${xxx}取值。",d420160a9e04c481e55a9686ab158caa:"鼠标悬浮",d6763cb7640bed39caa058f156007a86:"聚焦",d586324c6d6b45cb78a4172d836dab3e:"提示位置",c182ad6b97f0909596a523b1f04c28d2:"左侧图标",ad7e6f016bc1d9a9bbc6e18224d73247:"右侧图标","39003734d1d700d5bd97bf1e7a2fcf73":"样式",c12ba7b658a9fccf0815f3951bc759b6:"高亮样式","6aa6b9e2dca63d27dc74eb155020271d":"块状显示",c8339fd2a85af4ba66084d28df808de4:"尺寸",c8caf94205105bac5833ab31cc2129d7:"按钮组","66ae9ce23b0b2e243aff087d906a2489":"用来展示多个按钮,视觉上会作为一个整体呈现。",e9d2f66bbd44c96a3e03494bf6b1ebf0:"按钮1",ce35a17d2ba7caac95092a7a66ac9a0d:"按钮2",de26e1294acedb55155a418630d57924:"布局方向","8eb18b36f5a27fa8e6d32bc66546ce05":"平铺模式","2e28645c67c5742e473888a27aab7bd6":"使按钮组宽度占满父容器,各按钮宽度自适应","66774850742a81e8b2393195290b7330":"按钮管理",f9f2b9cc91cd332db6b2b732c3869233:"新增按钮","40f3bc0a4f4d0f4230fc7fa6f4fcec92":"子按钮",f05dd80af77a441216ef940e7887a8db:"按钮工具栏","433e2e80ec74563daf4368e59b525e34":"可以用来放置多个按钮或者按钮组,按钮之间会存在一定的间隔","6651fec0511e3593d3438a113dff23d6":"可排序、可移除、如要编辑请在预览区选中编辑",d7213304d1a8a02a73a2f4010839e061:"增删改查","7a9f1ec32752de8b69ef21138970f64d":"用来实现对数据的增删改查,支持三种模式展示:table、cards和list. 负责数据的拉取,分页,单条操作,批量操作,排序,快速编辑等等功能。集成查询条件。","48c68eb5a42e2b3e679c53b00f6e203f":"渲染引擎","64ca9bab920a2983bcf270320d850d00":"重新加载","9ef5597ac0b4da662bcd967da37eceb4":"触发组件数据刷新并重新渲染","95b351c86267f3aedf89520959bce689":"编辑","607e7a4f377fa66b0b28ce318aab841f":"查看","5b48dbb8dc710cffe6313bb56a7f6d47":"查看详情","2f4aaddde33c9b93c36fd2503f3d122b":"删除","6c546666aab964c39cd8bfdf4fbd46b8":"确定要删除?","7fb62b30119c3797a843a48368463314":"批量删除",e73cefac9d030927da1618c7b15c98c9:"批量编辑","19c6b7463e1bf73bb4b12ba07abd5444":"字段1",cf12e55021998a8328201800ec356773:"查询条件",cfb5f18c43753ad5329348d626bd3739:"关键字","4a1e3c50547e61503a2d1c356005eb08":"增删改查快速开始-CRUD","85624c8e8b0fc98954eecbe508e8b59d":"接口地址","3dd674542204724eb5417efc7354ec73":"格式校验并自动生成列配置","3266535dc49863d976b9960adad29fef":"API返回格式不正确,请点击接口地址右侧示例的问号查看示例","07b59fd09f6007bac246d9a73b793a49":"启用功能",bee912d79eefb7335988c4997aa9138d:"查询","0f61da949d2b45534967e197cc2eee29":"批量修改",aa85b3cd6aa4cdfd45bfe5a96678ad2f:"操作栏-编辑","653eb2792d3126a60caa6982f89a906b":"操作栏-查看详情","8a4d6dfbcd8072555b5951091f171000":"操作栏-删除",f4b368051b455e386a314688c7c75c1f:"启用的查询字段","23c7ea8ee9519459598b2de65fe2a2eb":"每列显示几个字段","41a344642681efaaa418c228ba7fb45c":"绑定字段名",ffb01e5bcf4c00447f5150d3cba81371:"纯文本","59cf15fe6b8d659c9bd2f86143534a06":"模板","4ff1e74e43a3586339251494117185ad":"日期","9da188491dd34c4382a5b9f006194e41":"映射","8abc564260a1564521e0c3a1d5419b4a":"操作栏","2b6bc0f293f5ca01b006206c2535ccbc":"操作","07a88fae7dd11f87891af91fb54a74bb":"启用查询条件","7f7c624a843b0d539a4ea59a696702f9":"批量操作","46e6edaeb9968e7f7ab549d4f2f82d6d":"通过此可以管理批量操作按钮,只有设置了批量操作按钮才会出现选择框,可在外观中配置批量操作按钮位置。","8347a927c09a4ec2fe473b0a93f667d0":"修改",f13a0697d58d975d14eb3f3c72c2cbf2:"单条操作","3674ea51498e7118732e5e1c53d4bc80":"设置后,当鼠标悬停行数据上,会出现该操作按钮,同时顶部操作栏也会显示该按钮,勾选成员时与批量按钮智能切换。","4916771d080ddf6d0551de4d6d2f42a4":"悬停隐藏","569343b4fe5e48131b78611c11eadbeb":"同步地址栏","6dbee29a8c54eef9d042ef3280999ad9":"开启后会把查询条件数据和分页信息同步到地址栏中,页面中出现多个时,建议只保留一个同步地址栏,否则会相互影响。","2171d1b07d045e796cba4a05bcf7d13f":"默认参数","01e7eb2256821085a14708d6ddf36814":"可以用来设置默认参数,比如 perPage:20","58ed0a7a5a91996dbb4c7d6dc7679364":"保留条目选择","36ac0011faae6f88ee0ec3e642328327":"默认分页、搜索后,用户选择条目会被清空,开启此选项后会保留用户选择,可以实现跨页面批量操作。","2a0b47ba76e886070c3bd6abeae3d1c0":"单条描述模板","6ab3e5b6c5d5d2cf621e911226495433":"开启【保留条目选择】后会把所有已选择条目列出来,此选项可以用来定制条目展示文案。","987b04af242bb2dafaf32d890ab952ff":"指定主键",a270e70be12fb13a24ca3e4ac70fa838:"默认id,用于批量操作获取行级数据","54ea89b497ec3bb319c68844dfa3687f":"接口",db7ee36de8063c2d5a6c123eac65641a:"数据拉取接口","0951dad1723aa1191ce1a2e96db76051":"是否初始拉取","0a60ac8f02ccd2cf723f927284877851":"是",c9744f45e76d885ae1c74d4f4a934b2e:"否",a9400c408441f1f7f6d6954deb05ae9a:"表达式","55b22f5d136e73b26cef65aedd8ba86e":"用 JS 表达式来决定",bedc70d448b656d828bd3ed7926b3e4d:"一次性拉取","559fa334442f0f75b0343bbf38b7ff05":"开启后,数据只会在初始的时候拉取,后续分页、排序不再请求接口,都由前端直接完成。","1af68c43e1780249f11b9de1eeaeb281":"开启定时刷新","9800f1ce2f78a23b81c8d944ebf9cce9":"设置后将自动定时刷新,单位 ms","19c5410b23fba4bbfd1a58bbd5268c9b":"静默刷新","04f840b0772f4b5d59954a29a76f4e7b":"设置自动定时刷新时是否显示loading","6037dae99e9446deaed45f7e408f47ab":"停止定时刷新检测表达式","32e3a79e80dcf7f7304e8092dd7acc6f":"定时刷新一旦设置会一直刷新,除非给出表达式,条件满足后则不刷新了。","154ef40e477c031f6c1ec15caefb570a":"当有弹框时关闭自动刷新","50f7c85bf60a9f43522789644566c62b":"弹框打开关闭自动刷新,关闭弹框又恢复",d8905a70e93a33c7a86240f467c653d4:"是否可拖拽排序","040a78b24eaff47d4fa7e266473635b4":"顺序保存接口",ee850a0e326b217bdeb61d936c521177:"快速保存接口","8343f619879fa79bc8ef1a35b2fc3e78":"当 column 中设置了快速编辑后将使用此接口批量保存数据。",d891e79d4a8718a7dbd47ac68aaaa5cb:"快速保存单条接口","38db6e045e214ffcd03ede695002271c":"当 column 中设置了快速编辑且设置了立即保存,将使用此接口保存数据。","522110866c19dace2ce38336617405c2":"默认消息提示","3b69c2e540c05e9ca530ed30cf224472":"覆盖默认消息提示,但如果 api 返回 msg 则会优先使用这个 msg",fb24383a41f23196349548b5d0cb98ce:"获取成功提示","62e3e15c8fb9038f2780329bc26e8bab":"获取失败提示",c62a1b7f314be10aead10475e7543f6a:"保存顺序成功提示",c8035507b7a576d43e9f227c91c7a7b5:"保存顺序失败提示","7cb0932b806559be232d2a69453224e7":"快速保存成功提示",fd79a193a487b8c9d5a302d0d88c1c2c:"快速保存失败提示",ff57a3bf69a1065707e77c18c51f7bbb:"内容展示模式","20aadc3f9b7edb564dc58898898e0dc8":"列信息","72cf373be86a38b29f6d2f15900b0da1":"副标题",f26225bde6a250894a04db4c53ea03d0:"详情","3bb4d608c6bee2b7b6d788417cde04e3":"简单的展示数据:$a $b",b339aa87104709397ba68e7ebbc6e5ba:"表格",d87f215d9ac688b1d3399bf575a0ef6f:"卡片","3712972d84adf48acbd6ad24b4d75ad0":"列表",e4fd8d64804a4f3d743eff384a6eb20a:"非内建内容请在预览区选中后编辑","14555503d6e09ecd66661d04c882e79b":"顶部工具栏配置","3862626c138ce5945e0e273a1bdfbad0":"分页","439a19857be1fb8d3e6017258e32c486":"统计数据",bc908986a4e4eec3dca3530afd1d4306:"切换页码","77281549955309c49f5eef77838a85e5":"加载更多","1add12ff3338a990b60154b75019c348":"导出 CSV","7d57852b946d9d4d64fb2a48ca2b4a44":"导出 Excel","16c6099bc0efaa669d8de698c105e333":"列选择器","073694928db5b0b5423ebe095ec62d39":"查询条件切换","5b9c3e6ce478196f802722cb09d61f0b":"拖拽切换","66eeacd93a7c1bda93906fe908ad11a0":"全选",d5bc35360607472de4525358af126de4:"对齐方式","413f48cc71f71083ce532a86e3efdc21":"左对齐",fd8e9572cc6bf87653c4d8f8b8dd0db9:"右对齐","1325969c143a639294c1c6ab370b35a3":"底部工具栏配置","440a3a2d7f1b123718be75e2baee8391":"详情请在预览区域选中后进行编辑。","34da7e4a0ecdb63967427f43adf2de3e":"是否可显隐查询条件","25c0db3ddce9bfffd497d0c824cf3c72":"查询条件默认是否可见","259d11c300a365b6767228c12d29ce53":"隐藏顶部快速保存提示",fa9417bacb7714e82663655345ca213d:"是否总是显示分页",e3d2a85f20608a5bde7d539969d03167:"隐藏选择按钮",af1af0a7fad9e8bdcd21694d0e036e12:"内容 CSS 类名",c11322c9cc43ce3c004cf03f5ac0acd0:"数据源","62569fcb0fc8314daea97989bba3877c":"不填写,默认读取接口返回的 items 或者 rows 属性,如果是别的,请在此设置,如: \\${xxxx}","606bc931d2b3ebba2569cb1494719e2c":"每页数量","004d01f56242e07cbdc97256bb11c75b":"翻页时保留选择","3d330edb46341a26ccc9aaa7f7938a8e":"最大选择数量","95e68bea2d8c8e41ffa619d4364a0d6f":"页码字段名","537f8b09437bdb7fac429dc4e8666763":"分页步长字段名","30c7bd5acd4564057bd89e0846f01728":"排序权重字段",dd8d217677e4c5df28b7f46aa99b22a8:"设置用来确定位置的字段名,设置后新的顺序将被赋值到该字段中。",e04e8f570e2fb43a533b224f3c48523d:"切换每页数","0fc1de8f71a7470213fc68f981abdbc2":"配置单条可选中的表达式","7d5fefd589000879088063dceb4b2552":"请使用 js 表达式,不设置的话每条都可选中。","614ec7801e03f7ee009e4448e6ed4001":"开启单条点击整个区域选中","530ab79908eabe5b329ffe17695079e2":"自动跳顶部","9092afb1ccb692308ef06d8001da2208":"当切分页的时候,是否自动跳顶部",c8cf39b24bb52d0562472c33b86824fe:"同步查询条件",d3c172700af4f3f3afb028d6bb4a90a4:"查询后将返回的数据同步到查询条件上","5db6b2160b9169b9d89de247d14ab740":"「增删改查」编辑辅助区",a4313469fd7361486fe47076629c76ac:"新增记录","50abd0bf31e07dbee84e9e5b9a407840":"新增数据","73f28ac83b623fb81d73f16fb3856fa0":"数据导入","8d9a071ee2ef45e045968e117a205c07":"导入","09d44261d7883bf5141a462a790d2816":"数据导出","55405ea6ff6fd823ffab7e6b10ddfa95":"导出","6ff4bf3d567e977aa4c90c27dff1e6db":"模糊查询",e5f71fc31e7246dd6ccc5539570471b0:"搜索",c26996a6506adf397f0668d376d0b40b:"简单查询","9c4666fd08c2738eb9611a3721cb5f0f":"高级查询",e22b59b6bda1cf9a58f8979fd0a0b43c:"编辑记录",a790208cafd5c95a18dd9a168319ecf8:"删除记录","39ccc34fa3ee9be12d8bae7e6fecbac2":"操作列","240145572215920ae06db1eeb85b29c0":"可选择","099cf136d6a4b6ed4646af4a2ed066b2":"保留选择项","60011314ed92794f3d4f3e874c359279":"默认切换页面、搜索后,用户选择项会被清空,开启此功能后会保留用户选择,可以实现跨页面批量操作。","949a8b7bd2c10070a2fae16f9c66afbb":"列设置","2816cea6c4887a53c417831deb5fbe00":"自定义显示列",d3c5079f7e26b1a7374ff76341376de4:"自动即列数量大于10自动开启。","4a3ebd0ef27212de3b0c39e6a9701b1d":"搜索设置",a9a3a4608d48214efbdfac99888f6e0f:"操作设置","84a2f40385427bbf2edc79e3368e4e0f":"添加操作",cb43abed5ba14bf32fbb1058e12d2303:"更多与分页","48b42e5c3ea447092eaf0a1a13195540":"分页方式",d81bb206a889656035b929cd8bb1ef10:"无","16b8ff2b147382be4cf8654f829df904":"前端分页",d2e20bb1e977f9571a9e2d1b39a7ff10:"数据一次性加载到浏览器,而非每次请求后端用户所请求的当页数据,不建议开启,对性能影响较大","73721e611daaafe5c34aa9f3f901d016":"数据容器","46a0f3086dce242abe54e48bd86e0394":"列表展示","278249b178c958cee0f5ee9ee9d1e0f5":"{{@1}}创建向导",d75a7984d3fa5b32f5d8312e899aeea8:"数据配置",c2f1f9254c245976e346377515c2e578:"功能配置","012f602372cd2dbd639cd966c63e1f90":"工具栏","0943d61befec4c6cf2d21d170c9b066e":"条件查询","5246d2c81fa12b1f4f73635c257e232d":"数据操作","1b79a4f49b7a21e62b8868f12189b0b0":"数据加载","5a28d015b7b3518f75bc4cc27d9f6c20":"列表数据翻页",cfd84204d9476936c949d071cc2338cf:"数据查询",c6bd3393c21379d3f75d179abe36da3d:"使用指定条件完成列表数据查询","3a6ecf25c38317b21b8c6287100f053a":"触发数据查询",b3a4d6a345372c5def1d5a1bf6077bce:"加载更多条数据到列表容器","34e83e1be408c4f198464da1bf56bf9c":"加载更多数据",fe9e25f4e4b3aeefeb9b7a9c368ede7e:"全部数据","2c77cfaef73ce2e81131861e9c6d670e":"选中数据","9c9153c49491c381dc2adb2c36fccb04":"未选中数据","9a4fe969f1066e197fd2369a44d879ac":"当前页码",a7f33a2d99056edcdaced5c8841a9bcb:"总数据条数","1a63ac23010e0573f7c0a8cd3314b8c6":"示例","093c340f7e1fbde1928ca56b5c7f9cc4":"卡片列表",a0c35361a003527d123cb581f5c68f4b:"围绕卡片列表的数据增删改查. 负责数据的拉取,分页,单条操作,批量操作,排序,快速编辑等等功能,集成查询条件。","9caecd931b956381e0763d05aa42835c":"字段","860827796ce2fa94e9ee39e53f011ec0":"围绕列表的数据增删改查. 负责数据的拉取,分页,单条操作,批量操作,排序,快速编辑等等功能,集成查询条件。","629645f147f378869fe9d7ee2bbc2857":"副标题内容",f49d40842a3c66c4de2e57a48157c707:"展示单个卡片。","0212e8c9b113143a031d1f3e25167794":"请从左侧组件面板中点击添加按钮元素","6312e80e416fa79ff3383e1577c243b8":"请从左侧组件面板中点击添加内容元素",a3cf7c9ee581ae71eb51d18b610b05b6:"新增内容","00a1f644f34b9ee43adf82cb3449158c":"支持模板语法如: \\${xxx}",f7a82c9758acc4ff4c5350182f2ca378:"图片地址","3bdd08adab6ea90b9164b20a0e4151ac":"描述",d85562778760b00b1372af642c4630e6:"是否高亮表达式","4011e5fb23b422f755d81269a5242d22":"如: this.isOwner",d4f223e0619836d03d488c89558f38e7:"卡片一行最多能放按钮个数","620868e5e60e5c22249c3277c971bb13":"标题 CSS 类名","1fee6fa022c97f5dd7f48e362cea5acf":"高亮 CSS 类名","2a3c7d647a29fb7dc5aedabac216575e":"副标题 CSS 类名",a5680444d449b2099b067e9963fe43aa:"图片外层 CSS 类名",b8e1e46cbdea20de4e5fc130d31b7bcc:"图片 CSS 类名",a31119cb2fddee3366163a311f317cf7:"内容区 CSS 类名",e82eb2350b4283822aeea21aff9d97b5:"字段{{@1}}",bcee820bc20342a4d388a35ed32a35fe:"列名称","97d03d4621f0024cf045afbd901197a5":"选择区域","44705bb94d83e7bd6b3b6c1480ebfb38":"点击触发选中或取消选中的区域",e30a958a6397e53fae9d5316e851d3aa:"整个","31ad7a215f3df84c33b8c28223147b8e":"选框","563ae5ccda5004fa1fce77c1ed5bf057":"隐藏选框",aeca6900b9e45f7f235eb9d443f0dd61:"不再显示选择框,可以通过自定义选中态外观实现选中样式","1d4103a96a70de2cb69dd597d679fefe":"选中态","85c17b016309a3f867a1803049b3bcd8":"功能类似于表格,但是用一个个小卡片来展示数据。当前组件需要配置数据源,不自带数据拉取,请优先使用 「CRUD」 组件。","6223c41373004e3111e768225450b4e8":"卡片集","3983b9f5575ae146d2d06f8ec5447a4d":"配置单项信息",a3f38735bf211edb2066ac4e51b55cb2:"打开外部链接","7ea26d0cb93e59339daf6a1ac68624f3":"绑定当前环境变量","21efd88b67a39834582ad99aabb9dc60":"暂无数据","35ba83e053cef95e55dfffde279822b5":"无数据提示",e18d033cc4baab3ebb329f6b29eb3cef:"是否显示头部","412593f58b9d062a43cbe2ce38f4dc65":"是否显示底部",e494f1aa112068688ca863db7f39a0b5:"头部 CSS 类名",d267231d2d8b60e267acc7d7d9955ae2:"底部 CSS 类名",b2d2593bfb7a627817c0bd1ef6a254a8:"卡片 CSS 类名","58e78d512d9ff40c73a263ab616cc652":"每行显示个数","3cf0da9fe51f92842e0a6d375fa5c605":"不设置时,由卡片 CSS 类名决定","953e91f3df59837ac2965cc04dec4b0d":"启用瀑布流","39a6853b109ae98f1aabca90283d7edc":"配置成员渲染器","6cb01692eea2fa7066d20fe2b6ccaea3":"假数据","0c0180cb06a322199a67f10d4ec41cd5":"轮播图","1007c97dbf952e032ce13be3cb811f23":"用来渲染轮播图,可以配置每一页的内容(不只是图片),可以配置过渡动画。","0a2907a421b8f980986117e4f3044f92":"关联字段",e760ec18028fc075c5705bf184589e70:"静态设置",d314558953b3c76adb7e131aaec8bd86:"字段名","793a763e73f1f742e3a16ddc2ed95ccb":"设置字段名,关联当前数据作用域中的数据。",b9994cc749b4cfbbac0a9b140addd242:"轮播选项内容",c6c7456d446d62a906c2809b6ba19ce1:"图片标题",ab8a46ccf46acbf82d020d11468291b1:"图片标题类名","098c3d959911b48b4d912cb85ccc4942":"图片描述",c6fc4066471664a8602c636cfe1cc766:"图片描述类名",cfb6f6e4c92a61ed0e0717abc8d0eec7:"

html 片段

","97cc997910b99083bd23c6ac39294ff3":"自动轮播","8c2a12c5dee794b8b9608bc1f8087947":"动画间隔","6265104f900789dd51d75b449c3b9f89":"动画时长","5bc37c57ee54d407f441b222f02391db":"动画效果","8a0d716ded7baa7ee356ff39c3cf0bec":"控制按钮主题",f7471313dce32bc3669d338764a0d036:"控制显示","1c0fe943329339003e9e3c1b12a27fe3":"底部圆点",e030190fd1c10b0c967f48e789fa86b1:"左右箭头",c28479019e24e0e4745f4948e9e97ee7:"宽度",ad5a36ee5f4054594c30b6dc481e2d81:"上个卡片","49e0f68798e3c69b7990076bd8f1f47f":"下个卡片",d09504750ebc1d75c38d86e16060f83d:"图表","10e14f791d73c7c0f4113787f36f1626":"用来渲染图表,基于 echarts 图表库,理论上 echarts 所有图表类型都支持。","67b6bec14c39be3f2602271e2fe3bcde":"更新数据","0310aa5a05fe07147d8b7ef20616f659":"触发组件数据更新","3d6abfdea70af544603da70f93ed3d24":"接口拉取","03677b68a73eb59e5faf281f49f3c130":"接口可以返回配置,或者数据,建议返回数据可映射到 Echarts 配置中","1396ebc166bd49c1e3b67549a1b4caa0":"初始是否拉取","2af32ab13a9dece315cec2764d6aa7d4":"定时刷新间隔",bc827aaffaa35a95607346cc104c0785:"设置后将自动定时刷新,最小3000, 单位 ms","57c7d1125d2803b946a5b25c3f80f249":"Echarts 配置","3d3fa75d8b345b22a5fbd14a65a0af71":"支持数据映射,可将接口返回的数据填充进来","43ddd80698198791d4a738bb20a2d7f4":"配置 DrillDown",c8da43fe6ad1c537f86cecb353250145:"删除 DrillDown","4fd9621d4facc101aba3afec055e14d1":"数据加工",e8b90f43fc3cfb0a68e4392054de97e9:"\n 如果后端没有直接返回 Echart 配置,可以自己写一段函数来包装。\n

签名:(config, echarts, data) => config

\n

参数说明

\n
    \n
  • config 原始数据
  • \n
  • echarts echarts 对象
  • \n
  • data 如果配置了数据接口,接口返回的数据通过此变量传入
  • \n
\n

示例

\n
debugger; // 可以浏览器中断点调试\\n\\n// 查看原始数据\\nconsole.log(config)\\n\\n// 返回新的结果 \\nreturn {}
\n ",d98ef182637b4d10e16e8073c1101e51:"Chart 配置完全替换",f1f13cb0ca4720a727cbfba4c82e5890:"默认为追加模式,新的配置会跟旧的配置合并,如果勾选将直接完全覆盖。","40128a51e9667fe6a20a0454069368ba":"

内容 ${value|json}

","7e3f6245e2a6adb903cf85c77cb1bbd7":"配置 DrillDown 详情","38bbd995a790f5a67211e034b007c145":"代码高亮","86e38e6425f722ba725718af2366ac08":"固定值",e90e6ff080f179215c3566a61ca62367:"折叠器","452b62e9b7e650fa163300da2893654a":"折叠器,可以将内容区展开或隐藏,保持页面的整洁","81d2b9f20fb2083c75a5b052b84e897a":"展开标题","7349194c139069b32889101768aa7428":"折叠器处于展开状态时的标题","3a8647306ee6456517b7bf9c8bc7de23":"标题位置",c949729cd1a1e425595c1a297649c7c6:"顶部","12c4c5e8abda77e1fdc93653d6414187":"底部","731f9b470e0948cbf56341a53c423213":"显示图标","96c0cc844a06e0850c04f7c44b6475fb":"可折叠","63b67eead04256e42ea9f6f7218731ee":"标题类名","66d88b3e01aff17c7973181e53fc8c0c":"内容类名",d09980a88568f75e9267ca7b531c74eb:"折叠面板","0d571a7ab19e098820e8cea4d5a80f7d":"折叠面板,当信息量较大且分类较多时,可使用折叠面板进行分类收纳。","17dcbf1f144607d4af0bb718e008682f":"标题1",f7fb20f6cacd5e40c7f5732cb377d0bf:"这里是内容1","72d41bd9eb3882f7da6f55d0ff0a39f6":"标题2","0431ee7033364800e261d1e560808231":"图标位置",a7eaff29603a9c40927f726013d2c016:"左边","128d58f066a18ddb2ddb701921d5c77c":"右边","47b4e22880eb59ce9989b8419222e88a":"手风琴模式",bb3548f0bb97ab11ee92284ecf37ec16:"手风琴模式,只允许单个面板展开",f24544b06700857ec11b434cb2916692:"面板管理",c5ceab33d3e275262b4992a8cb43317f:"新增折叠器",b839e579e920068bd817d34cd7927069:"请添加折叠器","030a54b0afb54fc7f90e1a0f64eb8205":"默认展开此面板","39b066b81835fd66bd4529d1220c9dd3":"标题{{@1}}",a955021cdf0249de1f3818f83cf248b7:"用来展示表格的自定义显示列按钮,你可以配置不同的展示样式。","24bdc7e8957abfc5d82f4206e92bb518":"按钮文字","787366b0d678071a5ed98e55d31eba84":"按钮提示","6a0508144ae12bfa79001693d713c0d6":"是否默认展开",ae3816c5b00fcff4111842ac19f0a706:"按钮图标",fe805d91ae93be775670c61214dd2f28:"按钮尺寸",fbbbe30d78c335bad27f3dfc5efd2a5d:"显示列样式",ac3880323853de9adc4f66bc06d438ff:"按钮样式",ded228f9173b241dd8df2a4811ea0e98:"一个简单的容器,可以将多个渲染器放置在一起。",a823cfa70cfa46c788e1eedae043f6e5:"容器标签",f7d64e5e79994c3c8853f2608d7b2d25:"HTML标签不合法,请重新输入","473d2078518479669823205110842376":"自定义代码","8b9c77fa4e646b9cb270f833252e511b":"通过内嵌代码来实现功能",f8c5e0ac29e905e91146e967cfd39dc9:"\n const button = document.createElement('button');\n button.innerText = '点击修改姓名';\n button.onclick = event => {\n event.preventDefault();\n };\n dom.appendChild(button);","0b13dc6251002bf556263fb3e4675b11":"HTML 内容",d6b917c76b92aa9b92b6bebdcab993f3:"onMount 代码",e64739dd24bb0bfcb6f6e1ee2cce5413:"onUpdate 代码","0601b7aa5b53cbc3616e24719bcd2aaa":"onUnmount 代码",a8065b6d2062bf061762b9200a88251a:"\n const button = document.createElement('button');\n button.innerText = '点击修改姓名ddd';\n button.onclick = event => {\n onChange('new name');\n event.preventDefault();\n };\n dom.appendChild(button);",b82231f254baf9a28bf752683d31b169:"自定义容器",e5b5798a8bab7dc8a578431991731040:"通过自定义代码来实现容器组件","96ec95de2d7da5b16465eb980f74deae":"

自定义容器区域

","749f710d280419b1da031c9bc79b3b07":"自定义容器区","356b1959a9da95997b4de31415d9d74e":"日期展示","2bc6d101e5701a70f2fb9e0b67581594":"主要用来关联字段名做日期展示,支持各种格式如:X(时间戳),YYYY-MM-DD HH:mm:ss。",a2344febfc246ddc7281f62217ba42c0:"日期数值","84ff80a2dc4717cc01acd486040a6763":"显示日期格式","6eea1b15be458a6999c9259aa2280a70":"请参考 moment 中的格式用法。",a7032449ae8761aea61cc30e32d3be10:"数据日期格式","4c1cff4d8c05daa6ed9352a241ee628c":"占位符",b54e0f0a60f8e2c4c31f3b1ad7d5a613:"日期时间展示","2a898869829eae8adcfca290fd34a67d":"日期时间数值",b0d6f2d882adc2163e6a08a121d18677:"显示日期时间格式",ab3aec075a09d055b2a28c8b61925ee0:"弹框",e83a256e4f5bb4ff8b3d804b5473217a:"确认","773ddc154f1e9b80f04e8bc9d83d2caf":"点击弹窗确认按钮时触发","625fb26b4b3340f7872b411f401e754c":"取消","08ab4ffcd1bddd249a193e6353bb52bb":"点击弹窗取消按钮时触发","4708bcefff645287c8781a1de2a0f20b":"触发弹窗确认操作",af17a4e37e5c6d68fff33c084192801b:"触发弹窗取消操作","391b8fa9c747a1799353ab856e666ad5":"小",aed1dfbc31703955e64806b799b67645:"中",ab18e30c0dc4093ceeda8961fac3d1f4:"大","949934d97c42801151673a51d3adc421":"超大","8c8fbec263e20f087555c9abcb6dd07a":"展示关闭按钮",f29ab26877ed22ffa59636d747d824b9:"可按 Esc 关闭",dcba76890a534e1fe94421be2a17b484:"左下角展示报错消息",af5876b89583552eef4c781718886dec:"左下角展示loading动画",dd10fdec63a2224aa3d28b48d428cb98:"数据映射","261bba7ad82914e477f4b37f6a83874e":"CSS类名","5e5d3f13111593b2710673006d4c8297":"外层","7e1eb2c588aa1301f4aa19395ef0a177":"分隔线",bc43ae8e61f1ad4be2b0a9e70501e490:"用来展示一个分割线,可用来做视觉上的隔离。","33f1fc330b325469b43614c9d96f590e":"抽屉式弹框","0c5a0448b07419ad2900c36867e8e4e0":"点击抽屉确认按钮时触发","57f215184a2fb83541f7cfa22d039feb":"点击抽屉取消按钮时触发","97b6bad87c4320faac2f6a5cf556c26c":"触发抽屉确认操作","909ba2872b2d670ec0ecbcacc4c8c833":"触发抽屉取消操作",d4d2a66820d30e07b44c850eb3f116c0:"位置","6d7f8b31caaf80deb65eb2c8bdd41cd7":"超小",bde8a41fc64bfe78d0c4951ac6f93718:"显示蒙层","4a757588f5aee8cd039b1d166b096d1a":"点击外部关闭","874cf31274d782914c7833cc39836c4e":"可拖拽抽屉大小",d3e329f73ae4b58d95cc7769eeca8370:"位置为 为 左 或 右 时生效","45ce37c24c6e7252d98c6d450e3ca4ad":"标题区域","660553eee939d2bd8ea68172fa7216df":"页脚区域",cc70a816b7d61e7212d57335c0a15af5:"下拉按钮","74bafe23b0be1a14aa218b396cb33bd0":"下拉按钮,更多的按钮通过点击后展示开来。","213a4e49568569943403ff31fff31ee5":"配置下拉按钮集合",b5b57c711fd2d2309cc390a8b44d2b69:"按钮文案","314454bbee226e4b32b612afdd8e9442":"鼠标经过","9951d740257c40978c238a683b1d4a80":"点击内容关闭","205cb6cc6c8d37f3bed62d9c8bfae976":"默认展开","697eb55e1c6cecf43e63a26232dda5b2":"选择后下拉菜单会默认展开",b2aa282e908597d1d700c1f4de17b8aa:"菜单对齐方式",e57996d3d771141f1b3080bbd8ad605b:"选择后按钮占满父容器宽度","1ce673c48f29162208e75bc210307bfc":"展示样式",c9e265ec462b61887af6f58928923925:"隐藏下拉图标","938ac86e738246ccd0ca0224031f96af":"下拉菜单",ff9f6c2d74c413daa3cd6fb12f8dfd3e:"循环 Each",f34111ff3694a6c6de6e31bef8ebadcb:"功能渲染器,可以基于现有变量循环输出渲染器。","874268022baac239b06c40600d3ce080":"<%= data.index + 1 %>. 内容:<%= data.item %>","69bdc66bb88ac5b63053e2bb7db41801":"循环",b7c16dedc4291d333fba7628ec9eb073:"如果所在容器有下发 value 则不需要配置,如果没有请配置变量名,支持多层级如:a.b,表示关联a对象下的b属性。目标变量可以是数组,也可以是对象。","4726ff4e62d3fcfa4b090aaefc393229":"暂无内容","5d5f9d49fcb2109f94a43590ef796ca7":"当没有关联变量,或者目标变量不是数组或者对象时显示此占位信息",f549581bf93c72ed69c37e906e04191d:"Flex 布局","6ab8332f3da284b137d54f6ba901e93c":"flex 布局",ef5abdfc944546ddcbe10e9884cf5832:"第一列","874fdb7b3a5730910a4de1c58220c337":"第二列","3a76596e73fa265257ce90b7bed684c7":"第三列","5aefca559c5a41d10078e21e6d616825":"布局","2fdc3722b88a2ba5077e0d11156ede6a":"子节点水平分布方式","4ba6c2256050d805ae5cd1e0e84737cf":"起始端对齐","56c17ba6a56c01706ae00a31611deb03":"居中对齐",abeb360ab1e66534a041fb8b44e1a00e:"末尾端对齐",d5a3cb1cc31a0469b011abdbd3e947f7:"均匀分布(首尾留空)","85530444a72a840ee657e2df99970136":"均匀分布(首尾对齐)","9aad08fbd356fb4279f0efa81b3d016e":"均匀分布(元素等间距)",ae558cbf4c35d381b6542f517f2e8dff:"均匀分布(自动拉伸)","70d39e84bc1ecefaf6e19cf78c9574fe":"子节点垂直方向位置",ed97c73866617b40a7b1215867e0f489:"基线对齐","7ac1519928de413cfe36f5d2e0610430":"自动拉伸","8e15f51c9512fdbf4287794d6642a90b":"子节点管理",bc78248b34b7bf18691e6d385e0f544b:"子节点内容","023c4bfc60545a2668c2d5111171b5d8":"外层CSS类名",a4611da51ffee9140976d01668e45d45:"子节点集合","729a4cca5ed3504793c1f3a87d2b48b9":"按钮点选","29513434492e5d19a9660e0a918befd1":"用来展示多个按钮,视觉上会作为一个整体呈现,同时可以作为表单项选项选择器来用。","6edda84461bf13d38328cb401c8c23db":"选项1","39692081e75ef73c6479fc25f8f10dfc":"选项2",a457872a51628ccadfb9bcfa23428a98:"按钮点选可以当选项用。","755955372bcc0c7ebf161a656bc389b3":"值变化","2fc76872efce1eabd3b74a3e4fd5b976":"选中值变化时触发","528609917710d813a55e5a6cecf1e458":"选中值","288f0c404c4e546aa3683ff5054e85e2":"清空",c374a44713fa5ff5da2565beb398c7d3:"清除选中值","8db57ba01ffb9bf29c1656de5f0208f5":"将值重置为resetValue,若没有配置resetValue,则清空","8f40db3b25528063f1b6a59602a05cd5":"赋值","944908c981a86bfa0cfab9360ab38184":"使按钮宽度占满父容器,各按钮宽度自适应","0b98b0bea3db6ae5b67a09c7bb2d032b":"按钮选中样式","55b45c73ae417c4dead67905b1550e85":"表单项","3b49c8cece3f495f0e76b73823c68bfa":"按钮集合",fd179c2844536ce198290441c38c814e:"<% if (data.type === button-group) { %> 按钮组 <% } else { %><%= data.label %><% if (data.icon) { %>/><% }%><% } %>",b6872877e1eb5ddedd904c170db26024:"链式下拉框",fdf1664c0790d25f236bd596aef1acef:"通过source拉取选项,只要有返回结果,就可以无限级别增加","556988a9dc1816dd979e96eb5cd19a85":"链式下拉","225f3ed00750ae78ad1e6ea42c8f5087":"默认值",da3ca8191fb919fb34e8e78fc6f2fc78:"请填入选项 Options 中 value 值",bc8d09093edd98769d5cb39e759aa498:"拼接值","2646ee1ebb6922a5c9359de6cd3b3639":"开启后将选中的选项 value 的值用连接符拼接起来,作为当前表单项的值","1395eba8d9efe27aa1ecd1a45e3e5dcd":"获取选项接口","1495c26f33625552e4845630b6b7b44a":"
可用变量说明
    \n
  • value当前值
  • \n
  • level拉取级别,从 1开始。
  • \n
  • parentId上一层选中的 value
  • \n
  • parent上一层选中选项,包含 labelvalue 的值。
  • \n
","4ea50507bf8b9ceb908677f30fb20e68":"选项标签字段",fe4c9c2eed1ad213040d84036c675454:"默认渲染选项组,会获取每一项中的label变量作为展示文本",be43687d4ed1d9e663c729e12618166d:"选项值字段",f1e6b60c4b6df555a6b03f91033091f4:"默认渲染选项组,会获取每一项中的value变量作为表单项值",f411d0f1f925d9b48d8c1d451bd809b1:"说明","2ef0fb6299da5954f5ea84a088684ee5":"选项说明","454e60f5759903d7d3dba58e3f9bd590":"勾选框","81c8c07d13f425215010783bbf3bf06e":"勾选表单",c75fde0e2d329ce62f55cb1a207181ae:"选中状态变化时触发",ddd6650e02f5a266c3df2703daf37270:"选中状态",db0258df1ddbd88749b335aecdc8425e:"值格式","53235c46364db079356d57da5870f967":"勾选值","56f3150f1713a5e5c6e7c55fb0b79b75":"未勾选值","7c7a88eb1bb4b40206c6c680bd8995a8":"默认勾选",db98f889ce6bc235e66bd4b2a788d137:"复选框","6d1383a2806f0516aac2c115f96799eb":"通过options配置多个勾选框,也可以通过source拉取选项","05f87b331e1c97691776d93a6598373f":"选项A",f38c0a46797523b11051e35ec0f82a42:"选项B","9c541222ced2435288c24b34f8ad1fb8":"可全选","05bef457e8350e1a5d8007cad41b70e5":"默认全选","84f31b24ffc8ea2b81d61a6f054b5bb6":"代码编辑器","08346c5bb99d8e3bfa406995b8c4f067":"代码编辑器,采用 monaco-editor 支持:{{@1}}等等",ab0710b367acefa1d6a78e2338291e86:"获取焦点","4638e799b95e1b71edd55f278a6f707c":"输入框获取焦点时触发",efa3ddc1e26ed5d8cf7d9855cc7bd42e:"当前代码",fc96a5f1b79cb734afe08e401b6ba5e7:"失去焦点",c776ab86eb24f6b3db35114e43026f75:"输入框失去焦点时触发","829c57d7064cad467ec466ae26244ebb":"输入框获取焦点","295bb704f5205801d57d672780b94117":"语言","44fe0e1bcabcea83d6a30e6af0fd42af":"可全屏",b3b97a293baac13db6367aba5539a09c:"控件尺寸","18c63459a2c069022c7790430f761214":"默认","3386da5f56fac758ed0f18e024ecb943":"特大","254bb8aa6b92d588d957a383df24db1e":"组合输入","4db731c7d73988e40a01b4bf1a7f00d7":"多个表单项的组合,可配置是否增加和删除初始设定的模板",b58c7549c0246c55b9cac96383200338:"添加","8575b828c7320de82b9f99058aa1f55f":"添加组合项时触发",aacd80d2c978abae7b955510a938788c:"当前组合项的值","4933bd64bb23de03ca8ed246fa5509c5":"删除组合项","0410242a74850f010a9a8061bc0cd891":"删除项的索引","74333901ae9ad27a93487dc850e45609":"现有组合项的值","95e09290c4e0f01323bb5abf301c950b":"切换tab",ba2bd765f6c2e2b717139c5453884e14:"当设置 tabsMode 为 true 时,切换选项卡时触发",b04c6cf9cb1212b9c173ddfeec129028:"选项卡索引","055f2f284d2bdb15bd9e542ea9f93285":"固定成员类型",e3b9236d585eb9c93a074f264737cb65:"多分支","66e867eb73a118649800c0a064d0b5aa":"类型名称","5aa528690fd771f89683a7f00868f39e":"分支管理","35b65a5a3f8d721e12cae310463d69d6":"命中条件","85485d70be6b380294428018e54fc9b9":"根据成员数据判断是否使用此分支","50bfed6ada3e7d0ef4d20eb727b3d7df":"配置子表单项",d68162ea1904f627b033fe3953da295d:"配置子表单集合",aab09f676645f2651655a711d5e3327c:"新增初始值",dda5ffc9ecbad13d424346890bacca6a:"是否可切换类型","8a0c77e91392d70df522b55eb4d403e2":"多行模式","26343b8bcb694fa5e333b47d8b663d1c":"即是否要换行","86032735a191d117b02111e447494380":"是否将值打平","28a59fee1a4714493a8d6cec05c1417b":"默认数组内的数据结构为对象,如果只有一个表单项,可以配置将值打平,那么数组内放置的就是那个表单项的值","7f2579cabd4d654458a720eed517a37d":"是否可新增",ea1e5695bf682ea3b31aba0c35198ae3:"新增按钮文字","1ab31449faaaeeeb7200d724eab9a7ab":"是否可删除",fa3e9f9e49f5a81c998f949155f86b50:"删除前的请求",f962922d46ef18e68127642e5c00165a:"删除确认提示",fc763fd5ddf637fe4ba1ac59e10b8d3a:"确认要删除",f41a714bc8b26dc27a93a07c44e329a8:"拖拽排序的提示文字","91396e9bc25c9e8b63907fe22408e2bb":"可通过拖动每行中的【交换】按钮进行顺序调整","8ee004bdd55b578acdb10b1bcd3fa4f7":"去掉边框",e9cbda74a1ffc06228fca68e4d16c4dd:"限制最小数量","3baaa61e619e32fc36eff14839b1a63f":"限制最大数量",b8ccbc166c72b2eb54aac1332c99fb49:"有子表单项限制失败时提示",b34cbe877b2c8464c625858fcf19f4eb:"最小长度验证失败时提示",ea2474ff679195d9b54bd5ff3384fdfd:"最大长度验证失败时提示","1c5b9cb245f04413a2d888bd59442097":"是否自动填充父级同名变量",e673084b4261d10104d27ae9e4d014a4:"采用 Tabs 展示方式","6e7bd650f763085de3bddd51a8d6aa88":"Tabs 的展示模式",fd6e80f1e0199d6ecc3ee81ae04aa9ef:"正常","2dd25b8c21efbfee4a198787810d65d8":"内联",fc6c9fa3af230165c39fb314c086be22:"选项卡标题的生成模板","9ff4713f6b17e96e9cd76650fd5892be":"懒加载","93dc24d4ad01981d5994ba7f8ffaf345":"如果数据比较多,比较卡顿时,可开启此配置项","98d52b737d6bc171b6d5bad9a42f6e23":"严格模式",cb5ca128b6c78a90f26673e21b0b3f28:"如果你希望环境变量的值实时透传到 Combo 中,请关闭此选项。",bc91f4844843d6c8ec1acb78a1f1aba4:"配置同步字段","07bf6c08bb5f0bdb32dbfecc7d3fe290":"如果 Combo 层级比较深,底层的获取外层的数据可能不同步。但是给 combo 配置这个属性就能同步下来。","3f2176cdae8a4ed6a4c4eaff002a3b24":"允许为空",ead7156521ca11acb7ca7bdf4c9c87f6:"如果子表单项里面配置验证器,且又是单条模式。可以允许用户选择清空(不填)。","7ab968b8219f6c348478da255ebcbcb9":"各列 CSS 配置","6e87bfe16db746db13966f0d7552b052":"条件组件",ab7f2096d3ea8aa85f453b204bfbc493:"用于设置复杂组合条件,支持添加条件,添加分组,设置组合方式,拖拽排序等功能。",ae5e21c7b57aaaff2071b757f35dbb3e:"适合让用户自己拼查询条件,然后后端根据数据生成 query where","55d4790c5d819cd0462cbe89561b0dd4":"数字","97b0b6499334ed889b372513290a2a52":"布尔","0c3bf4fce50589b1073baf15f8a00d36":"日期时间","6d6b4f2bbd2fd0b5faee33673d7f06ae":"快速开始-条件组合","22ed9ec0e00b5deab2c335ad1fd2e343":"条件类型",e996419dedc2f1ffd96e7a0e808127d0:"字段名称",c322edb884724d04842fc35f4d29a24e:"最小值","5da893141114a59da868052b3a17a79a":"最大值",d26404c10871481ab6bbb4837a34ae95:"步长",dbd5b99c34260412f10835d82b59919c:"日期显示格式","94575fbef23460cb02524d20d152d728":"时间显示格式",f20a86701d87369e5166c28a71b8b8cd:"字段选项远程拉取,支持接口或数据映射",ed4ad0f9e6374d6915ce3d2c0dec7c2c:"操作符","61260d9386fd95a268dfc93d977c2706":"表单项容器",c5739a29e7c403fc212608cefe70cf29:"元素集合",a00f44e570f896de5490cba9d2462951:"插入一个新的元素",a9a8efb2541ee6f89ea7b83e610ebf7f:"新增元素",bac53d3c739f7fb3327704efd5b40eee:"Diff编辑器","7b4fe9415d80d3694d2f630411ac7e9c":"左右两边的代码做对比,支持的语言包括:{{@1}}等等","0517b74cbe247a903faf40991a5a335f":"diff编辑器","42f04184315801c372989820106cc4ee":"右侧输入框获取焦点时触发","58ec44a580ba7cdcdf65985f5c44940c":"右侧输入框失去焦点时触发",b42cb49fc7c4ec140697e6d78c39e585:"获取焦点,焦点落在右侧编辑面板","2a69150aa382f6a309c03a96145d4266":"左侧默认值","04b8c503707c34f9c275d349275787f2":"支持使用 ${xxx} 来获取变量",a71e655ab56c9962742f72623f67ca76:"右侧默认值","460bc46ffeb31b737669e2312c5bae72":"字段集",a89cd8150a1dbc60ac7063580e0852e2:"多个表单项的组合,可配置是否折叠",a13a2fa224ca5b6f44d5aee33ec29d58:"文本1","37dd6f28ffb87d8907a286e0ef4dc7fe":"文本2",d6c40a2ee219c010edbcdaa2eeb94ddd:"子表单项",ec2a8ec81d1d2588db8c7827ba99e7d3:"是否可折叠",f315bd4984fd09c30581674d28287f12:"默认是否折叠",ab2d2b13794ae1e2d7bf3bcd5af55dce:"控件样式","23ecf42cada8bf2715792d718544d107":"极小",e5a226534fb99ab260865b936d3c85ba:"内容区域 CSS 类名","12b54e3fdccdbb5588785fce5534edbd":"请从左侧组件面板中点击添加子表单项","1297c46c0ea697a0041c3899b15d69c6":"添加子表单项",cd948961f71f87ecc72b251147d96144:"控件类型","0766a6467bed7f2840871a5f0638669d":"单行文本框","15d169d28cd48c97fe751e4cc92ca926":"多行文本","829abe5a8dcd0579a340d20636b59276":"分组","9597dcaf432ceba92a160d61cb1ef65f":"数字输入","9913107b19cb6012250134ff91377430":"单选框","006ded9fa277cf030592021f595a07d5":"下拉框",a6beb974cc0b50eebd18120b8110a88b:"开关","481e034e6026969aae4ce7ce7c8a7b6f":"文件上传","6bfb9bb2218ff32b6139e98bc93707c0":"图片上传","24b6d4c0892a8f3ee2a982e3ab0afe38":"富文本编辑器",fdf6f7f6497556de440fe434b721ee99:"显示名称","712538d3e674792ec94feb9a5eb2cc0a":"提交字段名",eee1e2258d7ea163fec625ee44be9637:"表单","10b3d542748da2043f79395bfa2ab35f":"可用于新建、编辑或者展示数据,配置初始化接口可从远端加载数据,配置提交接口可将数据发送远端。另外也可以将数据提交给其他组件,与其他组件通信。","5ac57ce6df8c2a19668b7429aebd9f33":"文本框","1b6f9adf1e6a41a18b9a76407d945618":"快速创建表单","380c80efc8d38510d31f50578690b781":"提交地址",ffc2c1671eb7e3f6751006cd7a9961f4:"文字与输入框展示模式","81f8a50d084992815ab844109b3ea27f":"上下","3720b9ef8053b7b8a54c7d8ace051912":"左右摆放","9d68944682609cb230534195ca7c62ae":"表单控件",cf993a1d9c0352215055d180aca60b97:"分组内的控件","3673ed1983c1be059126e3715fc34922":"表单集合","741e41f5247b1541bde22c00e65f4401":"初始化完成",f75e31cd2e3bfb79be420b0e61a533cc:"远程初始化接口请求成功时触发","211f02318e3cceff5ee50d4949a5c8ed":"initApi 远程请求返回的初始化数据",b2a5322c8dbc0d8343315cafbd39b7ce:"数值变化",d6fc04abf4889a864bea240d6b67963a:"表单值变化时触发","66f1115691b0a3e434dd3e8a6e733730":"当前表单数据","7233c9cadee5096097673c9590eae9b8":"表单项校验成功","6611594c527756e23d4044f908fedfa9":"表单项校验成功后触发",e00a32d415785d5a5d43a593d26cbaa0:"表单项校验失败",d4c12cea41e1595329358edb365c5f5b:"表单项校验失败后触发","368f9bab722b255f1fdb669a89f0c594":"表单校验成功","35e69ab84129d721229bc5b48afdedd2":"表单校验成功后触发","641fc404690a43cb13e4666ce272974f":"表单校验失败","5d7dfa5bf9bcd278f06fa37e482a2c35":"表单校验失败后触发","23b62e9cbc868e024b80d2e3fad80ac7":"提交成功","8c9d9d2594b9cc39294c6939bd08a5d5":"表单提交请求成功后触发","18344d8a27aa678e401d5e575d4efe99":"提交成功后返回的数据",f5d008dea7d2e953195a5588dea3c8e4:"提交失败","86555672b37841b639311e7d49f0f593":"表单提交请求失败后触发","17aa713bc661f98e585ec3725d6d4f0d":"提交失败后返回的错误信息","4e34003861eee3de1e0c9c1222249bbb":"提交表单",a360c5d4e723ad78a5e52eb1f5f3f2a2:"触发表单提交","1b6f5cc49e71c90a5b85a796285e3135":"重置表单","35de8c264c2a87836ccbf302b4ee673f":"触发表单重置","4a3deab45c0a7218b8ae58a33fd24c28":"清空表单",c18255cd6a048da86045c59a65fdc92d:"触发表单清空","17f2bf425eeb7d20d79c595344e9dc94":"校验表单","27f35bc7086bf54e27e254f5d77c3168":"触发表单校验","60ad7d0d170b973ab9cdb0b23e636704":"提交按钮名称",a834505b13627a2e9eb4e0a0c2746e5c:"当没有自定义按钮时有效。",cbef9ad64297efd7657d5b67b2112751:"自动聚焦",ded8caee55c05aa0f1a4e6a197c480bd:"设置后将让表单的第一个可输入的表单项获得焦点",c8801f299681b3080968effcb13a57fe:"禁用回车提交表单","4fe8162504ae5fb955c30863d88834fa":"设置后无法通过键盘 “回车” 按键进行表单提交","6232c762a93aeb3c89cc759c06802610":"提交完后重置表单","7d61784cd115d333f01a3c0c46408a1c":"即表单提交完后,让所有表单项的值还原成初始值","49086a13c74f262de398e60f448ab056":"初始化后提交一次","1babd035cabfeb997ac3eee3f938d794":"开启后,表单初始完成便会触发一次提交。","0d1fb15904862f5fd2d81d2fc8f371d6":"提交后是否关闭对话框",e91209a4a78c0b34c26b681b49e0681a:"提交给其他组件","4133d2c3613ece9792c90d185ec32306":"可以通过设置此属性,把当前表单的值提交给目标组件,而不是自己来通过接口保存,请填写目标组件的 name 属性,多个组件请用逗号隔开。当 targetwindow 时,则把表单数据附属到地址栏。","7653297de32f34fdec0dd0653aebf358":"跳转","6d00e21637c382cbd4d949b7735a2e41":"当设置此值后,表单提交完后跳转到目标地址。","672b63d7523095b949f5fad233fa0cde":"是否开启本地缓存","8a0544ca2f7ddaf8768ab599858315a6":"开启后,表单的数据会缓存在浏览器中,切换页面或关闭弹框不会清空当前表单内的数据",ce2457fe99197e0fe81b6fb08e3eaf0e:"提交成功后清空本地缓存",bc01ee1a28f980c298679610fe4d2d66:"开启本地缓存并开启本配置项后,表单提交成功后,会自动清除浏览器中当前表单的缓存数据",f5e55fb88f5adc71beb0b1fff60face6:"表单组合校验","8101a0aec7eba32e633e3cc29f4b7ede":"校验规则","80ce5ea9ac2c3001e6e8ea3175ecc12d":"报错提示",ff7cc75cc43c25c823d05d87cb8190b0:"保存接口",d325cfafec323a62463af3d3da9b6ede:"用来保存表单数据","057a9c2b2027a6b443741d8a0c04e4be":'{\n "status": 0,\n "msg": "",\n\n // 可以不返回,如果返回了数据将被 merge 进来。\n data: {}\n }',dd1b9892e274b16540aeda961437870d:"采用异步方式?",e638bd32b4342dfc7a15990a79f588ae:"什么是异步方式?","6df230c8f18709575777172f0a9a588c":"异步方式主要用来解决请求超时问题,启用异步方式后,程序会在请求完后,定时轮询请求额外的接口用来咨询操作是否完成。所以接口可以快速的返回,而不需要等待流程真正完成。",daf3aec137ac74941adb1b1d3e3dd1d3:"异步检测接口","0705e4aba9f22ae70d906e2201a4a68d":"设置此属性后,表单提交发送保存接口后,还会继续轮训请求该接口,直到返回 finished 属性为 true 才 结束",b4bc91701b86fe8543d649e97daea602:"初始化接口","258c437ef67e5ef12f3a766ff1802f85":"用来初始化表单数据",e8c46074d8432532cac25eba56bca354:"采用异步方式?",d2af24c0f76cf325f1c8fa939576c379:"设置此属性后,表单请求 initApi 后,还会继续轮训请求该接口,直到返回 finished 属性为 true 才 结束",ab94e2c30b3cf0fd11eea477f70dcbaf:"初始化失败",b64292a1903bd969d0e3a558c334f5bf:"默认消息信息","8a5e590f69e1ae52d86396410ceeee5a":"可以不设置,接口返回的 msg 字段,优先级更高","3b108349b93f7c8c4e2346f8d48c092a":"保存成功","6de920b4e4e08b261cda928d9beefab4":"保存失败",b66ef8966dad62d377bc5310d8b88e7f:"保存成功提示",cf538bbe1fb431f9e2668da4d84cfadf:"保存失败提示","6509e435d66db2a105b2444b1d3d0db1":"验证失败提示","02e977ba56a7ccc59c277d2d5be43ba0":"用 Panel 包裹","1cb01363e2463443bc8105f544ce2736":"关闭后,表单只会展示表单项,标题和操作栏将不会显示。","1fdadb49bcabfdc36a4a9e020f597f4d":"展示模式","57d348e83d929dd4cb3bab04debc93a5":"Panel 的 CSS 类名","9b26fa2b5943c827eea294e79b1427fa":"可以设置 Panel--info 之类的","85ca671c1bb6de5a15456a9692d2edf4":"开启调试",f24b7483069b44490a6379be5b90f4e3:"显示当前表单的数据在表单顶部",eb332076d766c2e817285f0a6d4860b9:"公式","000cf7353ce03857c671e89c91b35464":"通过公式计算指定的变量值,并将其结果作用到指定的变量中","9da7578f9329ccaee1bbdf6a766744fd":"计算公式","77562ec3db28683ec71612a11e6b39ef":"公式计算结果会作用到此字段名对应的变量中。",c80c42a0be1b39ed899b1f5560875cf8:"支持 JS 表达式,如: data.var_a + 2,即当表单项 var_a 变化的时候,会自动给当前表单项设置为 var_a + 2 的值。若设置为字符串,则需要加引号","89a8549c2ed7fc23a683599731d92b22":"作用条件","3df193f5d4f652a4bac331a69761041b":"是否初始应用","86cebf86c66c6a4e6731b840c3967ab0":"是否初始化的时候运行公式结果,并设置到目标变量上。",aaff9b44fa3c84058d6bec9888b7b39f:"是否自动应用","677568b4f6505bdd63387137bfcbf35a":"是否自动计算公式结果,有变化时自动设置到目标变量上。
关闭后,通过按钮也能触发运算。","222c7bc60f06552b019d71bce57013ed":"功能组件(公式)",bb09a378529edac439abc2edf05c10d7:"表单组","39d36f049a794eb8df305b5ca7710c36":"水平展示多个表单项","32f6f7f8164c7f78e4b46eb50c158ab9":"子表单","400fbff5e744d3b7317dd130eaad723e":"请从左侧组件面板中点击添加表单项",bd1aded1c983ab7fcf3990f0dc31047c:"列宽度配置",a170a375b264f7fe0c02a7ca8c268784:"宽度设置",daa0f354e189c0da577ea25be13f874d:"适配宽度","4db804afe5c99f7ca4fe988ada35c77f":"适配内容",f1d4ff50f3828f9b73412e7d94e6dd6e:"自定义",d5d885add2551454955bd70411769c88:"宽度占比",ff7e66f1feaaed3260b6e8ef432efc79:"间隔大小","1b3408880b73544a3fad501dafbb71e6":"列 CSS 类名配置","551481accddd97e18d7152f511fb8987":"变成多行",d27d7b1542d91641d1d232c9f58b96d1:"隐藏域",d50b9a7291d45d1da8633439427afaef:"隐藏表单项","4f6595b5030e171fcead42d321ba767f":"功能组件(隐藏字段)",b6946d13d670fc49b721b626bca426b7:"数组输入框","6e43f86d0b2973c34078bc7c7bc02eb0":"Array 数组输入框,可自定义成员输入形式。其实是 Combo 的 flat 值打平的一种用法,可直接用 combo 代替。","02cc4f8f5a9aefbc03c778f7a5c989c7":"请输入",a4b72cd5d7c953c57b00e3597b9ef666:"数组框","89e34c77922f9362fc8f4033e7f6bdf4":"启用拖拽排序","1362211a6bfc8cc4130d54643e8e9732":"可拖拽排序提示文字",ba6a6f2cdb46e8f80fbfd4fed20eafac:"城市选择","20700607ccdb7b6c83f3b5bc525e6975":"可配置是否选择区域或者城市",ee167d4c74e600248aefe9d0ba474705:"选中值变化","770fe9e7899cd310b035ef50a39ab2ae":"重置为默认值","9633e6be5ecb44fbd69b3e8328cc8430":"允许选择区域",eec86dd33ae6186937da563fcde3555e:"允许选择城市","95892a76bc26c2db31087c9914e442b4":"是否出搜索框",d1b5ad85ada6350ea1a1432b813700be:"颜色框","5a9e72d006165ae3dacdbd96f931f70e":"支持hex、hls、rgb、rgba格式,默认为hex格式","6b36c6f7ec834692ec6c8e3816349fdd":"颜色","277daf93adca7889605057f566b584bf":"输入框内容变化","40fa260f07ed5a14f9516c0c37fbfd4e":"输入框失去焦点","3086da6514671fb8950171bf3af4ab2d":"清空输入框内容",a47b08f4c83158a058c06e176cff501a:"拾色器","1b25b3b1b5076f0c2e6bd12d73c56f79":"隐藏调色盘","9b161db0e2e749c1106c702c8097d380":"开启时,禁止手动输入颜色,只能从备选颜色中选择","05a64e0df1490a5db391e7a43eced6e0":"备选色","6cbabc9a4cc07c1e26bb131c02833f8d":"拾色器底部的备选颜色","79d7c8cd739a1f94c7bb30c74323eaa7":"X(时间戳)","84c7af622906c4e9d62bbf905d6ee517":"x(毫秒时间戳)",aa2fb1b6cffd7c9783c11047adcdbae4:"请选择日期","8935dbb864f032bacc618b0938887ad7":"YYYY年MM月DD日",ff91b28a49de6fd998dea31598198a73:"请选择日期以及时间","3e253325914594e1dc483c0b64ea7643":"YYYY年MM月DD日 HH时mm分ss秒",fbd05a89ca037ca9e5a6af4c2206d488:"请选择时间","90696835bfa70d38b02ef5533d33c88d":"HH时mm分","6154f88c0ac259ace41b0a5be45d753c":"HH时mm分ss秒","904393383755b88e61f5c242eafabdda":"请选择月份","55546b74d8819d49cccda6277f3a3282":"请选择季度","13ef7828361c8aebbf6ebe09370f5e41":"请选择年","4be42a8a2cbb9088b4d051cfd824d68c":"支持 now、+1day、-2weeks、+1hours、+2years这种相对值用法,同时支持变量如\\${start_date}",be28cd64f978dd70c1cd345ebe751bca:"日期框、input-datetime、日期时间框、input-time、时间框、input-month、月份框、input-quarter、季度框、input-year、年框","52ea2070560eb55083b64f5ba748697d":"年月日选择,支持相对值设定,如+2days两天后",e54ca3223a36c6489de0fb8a39d4049f:"日期配置","96f9d9fc9cef8b18e3cd1cf9077147d1":"时间值变化时触发","0a72b3858efffaa1bab685fa840b701b":"时间值",f6db3514c72bdc34922f137a8a92b997:"输入框获取焦点(非内嵌模式)时触发","0f5fc3b84cf9c24ff3acae45ae22fb57":"输入框失去焦点(非内嵌模式)时触发",ecd1a3cadcf1d55250afafbbde767250:"显示格式","182503224cfaf1f63c566f13da56a2a4":"请参考 moment 中的格式用法。",bf8f46b5c3b309f666965a74d57ac093:"支持 now、+1day、-2weeks、+1hours、+2years等这种相对值用法",f0789e79d48f135e5d870753f7a85d05:"模式",a553741d5ebb9c80d7d2a63b202cf4b8:"浮层",c6e1b91d329a61b691d0d5d2eb343ddd:"内嵌",a2847d82fc998cbe25447b14d113234b:"请选择日期范围","3f9c3a9eb55b7116bcaa6b614ecb38be":"请选择日期时间范围",ddc4a982defd88cd164c61da914819e1:"请选择时间范围",c899221db27c8b3606ce7c807f0765f2:"请选择月份范围",c09ddfc72d3c34ae6aa76d5a457cb403:"请选择季度范围",cb6deedf9cd4a0b65abd70798cfed85e:"请选择年范围","7866226eb814f681dcc4037e7489aab8":"日期范围","28de3d73d839b616bd617b3636669780":"日期范围框、input-datetime-range、日期时间范围、input-time-range、时间范围、input-month-range、月份范围、input-quarter-range、季度范围、input-year-range、年范围","9024ff398faf8340b92bf0208431973b":"日期范围选择,可通过minDatemaxDate设定最小、最大日期",e7271563debf3c7bcb85e23816c35acb:"最小跨度","6f44927b5ffddc499e4dc26889169143":"例如 2days","6da95498bea887b2ea7c6c2bb4b2fdc3":"最大跨度","61fd7e3e86b168be41ac2e37237e1788":"例如 1year","2f8d6f1584b73bfc6dada44526abb502":"昨天","0dc86a275145ad5a7774e594f0d94a06":"这个周","79abd4ee3661ff70c7d79716c8aaed83":"上周","73bef6f0c997ffe317c868c4716baab0":"最近7天","8f2a5a5f6e3777c7a0e1ce9484a2f7d7":"这个月",d5578d93388a5b2552316418cd1124da:"上个月",ffb2b7fbf227d9d21e03d0f160fb2a34:"这个季度",dd657784cc0d5511d2f25459e49ead1a:"上个季度",d3dbc7a7fd9fc5ccd168084c8579c1ec:"今年","2f92fc7bf6ef3dd57c514d0797fe2f1e":"前占位提示","592c59589144ddc68d05d528da17dcdc":"开始时间",a04c4894d83323d187f65cc357fa646e:"后占位提示",f782779e8b5d709462c8e71e0d9019f2:"结束时间","59a81f21a829e24e9a765c4d6e509e68":"年月日时分选择","5eb8cb70e4dc97622c967d7c7efd6566":"日期时间范围","7f4466c0a16a1808b5ee398ce55997ab":"日期时间范围选择,可通过minDatemaxDate设定最小、最大日期",ab37cc3baa3ec204bd7ebfa450568c40:"邮箱框",e3c0d799e8880a36edb07e34fd1bed67:"验证输入是否符合邮箱的格式","3bc5e602b2d4c7fffe79258e2ac6952e":"邮箱","899339c1133a6100a1b223680d26692c":"上传 Excel",b0e4a21f29af38986eebbbf867eee31b:"自动解析 Excel","7caadb59b5892d107a909816b6571c66":"excel 上传解析完成后触发",eb3daf37c93971703187ecbacb00c74e:"excel 解析后的数据",d9435aa8028acfc660276c4e0af5536a:"解析模式",b14494137c805dc66bdc9ed88d7fd2de:"对象","0e67d4b0e351b00f4bea9840aa6b99d7":"数组",fe5c59cbac3d45314ec6397d9f75789a:"是否解析所有 Sheet","50b10b178196378f4359ce11bbc31372":"是否解析为纯文本","1647e4bfb548f2e8468d10b4b3bfbe21":"是否包含空内容",ec1f230a0181d79b37967a455b1f3515:"可上传多个文件,可配置是否自动上传以及大文件分片上传","8dccb3d6633a85edb21fa52599211654":"上传文件值变化时触发(上传失败同样会触发)","5560230c43dd8d8c2b4a62d829f152b3":"上传的文件","7dcb3fb3ccc93369798d4b6950e96058":"移除文件","03d585240162dad662a0a6b5d90a4692":"移除文件时触发","6775136a73e41c1b2cb4ab025773e326":"被移除的文件",a7699ba73144aad544eb9ac49f82749d:"上传成功",e309c24c2b07e5970208a82388f1d88e:"上传文件成功时触发",a27518f50ea00aaacb2c4e52f113eeb1:"远程上传请求成功后返回的结果数据","54e5de428ca9d59119d4624706215a4d":"上传失败","4855bc3f3d06b9cf58d14b61839c5a51":"上传文件失败时触发","236dc056d6800bf423df47520637c52d":"远程上传请求失败后返回的错误信息","36d40a48f3da92af9fe55ee77cfae46f":"清空数据","18843505278637e44a29e7e1f39e0b06":"清除选择的文件",cf6e87cb9edfa398ccfc3db377e34ca4:"按钮名称","0ec0e6e04b9e918939ac8e0daf407b75":"最大数量","0a9dced8856958fbd05508d1218f8090":"最大体积","3e999689c93e7cd95ce6acdded1835fb":"提交方式",d28879b6a8a4ddb62bf6f2ab59303df7:"随表单提交","3a76423b7ae40b0fa8b0bedb470cce7e":"独立上传","7c6722203327e8173be987f36fadf610":"数据格式","6168fb08fe64663a502a132c5589b73d":"二进制","7245fe895fa1cfc42b5217a3de314565":"自动上传",cf9e4c80962e712eaa55551cccff317e:"开启分块","454dbf9b835af8627d4dfff2903298b7":"分块大小","2af0c8b5999a1d243ec5fe503da20026":"分块准备接口","5548252bd28fc1d217d13a9e5771ecb0":"用来做分块前的准备工作,一个文件只会调用一次。如果出错了,后续的分块上传就会中断。",d7832abe5b9ce8e41537b4964fd7cf70:"分块上传接口","14008d63c109cc0d0c4ba305671800d2":"用来接收每个分块上传,大文件会根据 chunkSize 分割成多块,然后每块上传都会调用这个接口。","70c935fa7ae03aeb1ff87b878e16841f":"上传完成接口",c88aaeddb5aa95c7627d84df33929e3f:"等所有分块上传完后,将上传文件收集到的 `eTag` 信息合并一起,再次请求后端完成文件上传。","1e4dc4d5f4a3a95ddc349147d4d8cd39":"文件接收器","258d9e27231b06769dd584a3365545ba":"默认不填写将上传到 bos,可以在系统配置中设置为自己的 bos 地址。","28b988ce6ae6dd62d24bcb8a52119179":"文件类型",f0a37d6f810c73a2f936f33035d99056:"请填入文件的后缀,多个类型用,隔开","58892b7a6a785706712761d5aebb4639":"模板链接",af4b910df15b00ba7fb5163558389cfe:"适用于excel上传等有上传格式要求的场景,为用户提供一个模板下载入口","26d384ebe61b6ffe0e64310331f9e998":"拖拽上传","644d03767c8148de6651cc6b00b0173f":"选择按钮",d1b06a828d05b0ff72328d50b16a8443:"上传按钮","0d4ebf2f4a10336011cfe0466b29ba5c":"输入组合","5b7363cba6bad37b6614809e9bd90746":"输入组合,支持多种类型的控件组合","13370c4a5c95eff126068be5cfd2a9df":"input 组合",ff10d1d90be63fbcdc7377435bf18f96:"Input 组合","0a7f8e17f8487c3715a154bea698778e":"可以对图片实现裁剪,限制图片的宽高以及大小,支持自动上传及上传多张图片","7c5e7ad8954effd97cb78dcb0e8f99d9":"图片类型",f816b3decb401dcd0c22db7f104beccc:"请填入图片的后缀或 MimeType,多个类型用,隔开","99e6b6011bacaabc18aeac70390252a3":"占位图片地址",d24bada35447c81d7d7ddec13c44b576:"文件接收接口,默认不填则上传到 hiphoto",e3be7b8a459a08fec8f378a0660b642b:"可多选",d4633ba7a30303a59891d051a7715cc9:"开启后,不能同时开启裁剪功能",e23c9e6279487960ebf85b9985dcba07:"固定尺寸","037805d2f16cfe69e3145c9f436c06ef":"隐藏上传按钮","80f7e6960804df47856301e7ad8bef6d":"开启压缩","2c4a34adf66f12d0a08716383304a66e":"由 hiphoto 实现,自定义接口将无效",d4efa8f599c1effe67bf6a7f38a9c40d:"是否显示压缩选项","4838f2f4ecafd0a3a4fcfe82521acdd9":"开启裁剪","3d948d24bc4c29689c5a1d4bcb9f2b98":"开启后,不能同时开启多选模式",e09f3466f78e62c1494fb36816950501:"裁剪比率",c7fa7f54ece94ae684aee1ee2088a5ae:"裁剪时可旋转",bd698e3f47ede4e59aafb28a291b77e7:"裁剪时可缩放",f785a357a820555445acd6f7051b1048:"裁剪区域",bc436447f54b10a9ac3f0ee3e1b863dc:"无限制","7ccc0313ac4c40b364f482341ecc3bb8":"绘图区域","4db4c540f05524c38e9431173736517b":"图片限制","13446481eaf0a047d8fddf159d981a7c":"超出大小不允许上传,单位字节",b7623c7e17098d5950694437aa7584ad:"宽高比率","2e81b2a5e6d523a70db93481f01af875":"limit.限制最小高度","1765a2daba3ba8c5af95e66fa83545d4":"宽高比描述",a7b7da38fcb8e246e910e178c5fe4ebc:"当宽高比没有满足条件时,此描述将作为提示信息显示",ed55564c631322fa3042c77286d6562c:"KV 键值对","746dd83e6891ccc9a19804c23c2c4443":"用于编辑键值对类型的数据",b3747d09769d3a2ea8aa664edc901212:"删除组合项时触发","654ad5670efdd25f1417958a7026a355":"值类型","9648d874d516a87965066342394e86e6":"key 的提示信息","4dae7425b21494a318cd4a69ce24608f":"value 的提示信息","233662283039ded8c29f070d1a807029":"是否可排序","4f9c849b6b7f048cfd242cef3e707a58":"月份选择","7c3885e3c3eca4d95521b3e220586628":"月份范围","5b4ad7ffa6eee985e72e002bf18ac09a":"月份范围选择,可通过minDatemaxDate设定最小、最大日期","1e65b8181e9a40e76b86e2c261cafbe0":"数字框",c45782c425bfc31824af8129bd6e0282:"支持设定最大值和最小值,以及步长与精度",acc945d0c8449dce7dc1441f466ec413:"输入值","5f914e36c49db618d06981df7b3c4d81":"数字框获取焦点",e52c2701b682679d6c670a8578cfa382:"当前值",efdd0d8923130f281b54506eef2121cf:"数字框失去焦点","0849471829a565a8af6b70a46346e574":"清空数字框内容","33bf23fcb86101a9994b7e4bfdc2b062":"请输入数字或使用 \\${xxx} 来获取变量,否则该配置不生效",e284e64008fd8b066da04bca335d032a:"小数位数",b317cbf67c94f986fc44cf4cbc2280c6:"根据四舍五入精确保留设置的小数位数","4c9bb42608b11278a5d9a2471b74eb40":"前缀","0c8fe8b3675b0c7f5a896a153461ea46":"仅在输入内容前展示,不包含在数据值中","242d641eab57223af01fb29940a096ed":"后缀","7915dcc78c28ed3cda8fc949a86e4806":"单位选项","8c80ed1f85135cc9153d0b7406ac5b38":"快捷编辑","0a8c852e27763a18ce5b72a87ba8b5ba":"单侧按钮",de93563a076f72b3e919870c9dad9935:"两侧按钮","5dd92ede50cc183f0f067dd29be5c325":"密码框",a8105204604a0b11e916f3879aae3b0b:"密码",a483bccf85587055ab31314ad1d2f82a:"季度","549a2a421951fc8c304c6223f346e024":"季度选择","39891e1760c79287985adece9a107fd6":"季度范围","6036c91d6b0b6d1a2468684e597d9f70":"滑块","4c65f10eacbfaf580236b5cbe2de68de":"选择某个值或者某个范围","0a6a4aee139530801791c556e7177a7f":"滑块值变化时触发",f34b1a3e26aadb6f60c546dbe9c62232:"当设置 showInput 为 true 时,输入框获取焦点时触发","404625f170839b2a24d7ab65304c2fe7":"滑块当前值","7c9ec5db3bf23f367c1a905d356aab5c":"当设置 showInput 为 true 时,输入框失去焦点时触发","1659f1112dd649ec55390fe7c8e3b1d0":"清除输入框","7220e4d5f9f65e4fadee5183f2e0c54d":"方式","9ec172e2cdff6146d623087d567c8574":"单滑块","753a8c54d3944e252be1af928b8e7afd":"双滑块",f2996845b6bf0a07fe26f74f35e42ebe:"单位",e48d95a94e49b81b12a0113a5c253d8f:"值标签",a465db53b8c98f42caa15ca5662f9c90:"方向","3aed2c11e95a9c0ea1d853d4aee72e8c":"自动","1d1a0bd85740653320d80f0d6e0918e7":"可输入",d22aa5f57ff8679ee7b7d473ef31417d:"可重置","15628d1d85aee23c229c528a70419414":"轨道","108db12ed4454cf1ab4242ca98442b7a":"评分",f11a0f49123c2099ca6c6162ca37f0ec:"支持只读、半星选择",ce9201dd7d5816945fbedae79927518f:"评分值变化时触发",cef3580fce1b3156908cc852dadef892:"评分值",e2c6470c3f2e76cb98ba951a64e41c3d:"清空评分值","09bbfb387dce6201df1ccef2aab161a6":"可清除","5ea244a79d480632f635a254c95c38df":"是否允许再次点击后清除",fa6f66437097fe23c948f4f9b78ecec0:"允许半星","1a10cd6599219eafb615b34234cfc0b5":"描述内容","9c07532d0c9acfecfc4ec2eb265c3e03":"字符","2a3d1f6d5b0afdbf04033e2f2c1fa11e":"未选中色值","497562b3159756834c7adfe9525bd7b5":"默认未选中色值为 #e7e7e8","4dd547945b10f672a7e48d7ffc42496e":"选中色值",f186d55a48868a88b026d48efc1cf36f:"评分描述",d38056d1c6aa9456f4b6b2c20aab06a2:"重复周期选择",b3389af540d99fe9e51fb2995dbd6dff:"选择重复的频率,如每时、每天、每周等","2d842318fbd931286be387aaf5b2a7c3":"周期",a2d92b5adb07a4bf8a45e55643bc39f8:"启用单位","42c036311993897680ef37f11e4e20a8":"可自定义富文本的配置栏",e2591e971f4c28db7c80a5f546084a1d:"富文本",b582587147013afc52c58de5fe34d7d7:"文件接收接口","70209fc05c1a5b21f05b186a0f7ba2ee":"编辑器类型",eca97e97331bd76aab9f6160991e02bb:"froala 设置项","39624e820b79bbd62561357f6179c8d7":"鼠标覆盖配置栏中配置时显示的提示语言",a7bac2239fcdcb3a067903d8077c4a07:"中文",f9fb6a063d1856da86a06def2dc6b921:"英文","81fafee54baebeb9591b5e7840d7e650":"大屏时展示的配置项","0b6eee152cb2553ed4298ca2fe82d3f8":"屏幕宽度 ≥ 1200px",f126c4368fbf51cfd470684e7c3d31c9:"中屏时展示的配置项","3b8c320d14dba586c581ceb951917397":"屏幕宽度 ≥ 992px","89bc688b5b497e515ce3c026a1d92669":"小屏时展示的配置项",a849d8a0f59f3ae146b149b7b4fc7480:"屏幕宽度 ≥ 768px",b8c8f1c6a56e902bd837420da0f554b3:"tinymce 设置项",e4d0e65de0018b63698ff22d683d6dd5:"是否显示菜单栏","63068211669d69b4028eebe0052425e7":"启用的插件","1a920d9999206a9fa5f588c7405fe081":"SubForm, 配置一个子form作为当前的表单项","18c113b99afa964ee988f30e81baf12b":"名称字段名","4d930a9c13fca9d74e1a77496abfaa58":"当值中存在这个字段,则按钮名称将使用此字段的值来展示。","307ae20f587910da3e9bb4e885334b6a":"按钮标签名",e366ccf1556c0672dcecba135ed5472e:"设置","70c04a0f4522e39fde5f18ebc85b6232":"允许最少个数",f58ea00f6a84bcb1cac174d1f68c88bd:"允许最多个数",e41fd1934b82f93f5737827be7323119:"表格编辑框","0fbb26a646da61d2123319b4d0144ba4":"可以用来展现数据的,可以用来展示数组类型的数据,比如 multiple 的子 form","4ba0387a2daf11ad9c67a75b52819eb3":"表格表单",a80f36ea893b8135df8d9266bf13afac:"说明文字","1f9794dd5634220ed0a498c666cf46fe":"列集合",b2c712c788d3a143206eee22fe24d9f1:"绿色","6b93fcfc1a5795189c6072fa6e86d4f6":"快速构建表格","0c14e431f1b5ecd163f8fa010a0654c7":"新增一列","13c250c68608118463871ce7cd8b292c":"表格编辑","6a2f67fe2d8bb1d389eb934dd8a72b1f":"增加按钮名称","44177f78c596be113d4fe7c6bd7bb46a":"增加按钮图标","1d34fdbdcac357588c255c1ed2336a3f":"新增时提交的 API","96848841ea9b2a7d692aa6de57aa5e3e":"删除按钮名称","34f020715121478c6a8e4654954c84fd":"删除按钮图标",a497289d862c6aeff8e61b6479b1081a:"删除时提交的 API","748f181258041bac1fe7346e970dfebc":"是否可编辑","412e319fdd893e6f3b26a1975d21b0e0":"编辑按钮名称","396ffcbab4e21acb77f6987f18ec94a3":"编辑按钮图标",c128de224b606b094bd8139890fbe215:"是否可复制",d59abc7020b4a6d943a0031da4518422:"复制按钮名称","5d04af0e9d59ab3f1265cd8345c2517c":"复制按钮图标","681bdd6184b526ade9665e6d74976863":"修改时提交的 API",c29e632a658ecb98edb874833b070e98:"确认编辑按钮名称","24c39bb36955b3113baefcfc20c5f60b":"确认编辑按钮图标","9c68c27e8939af40897d1b0bca0360a5":"取消编辑按钮名称",e54289c1f0e9311185adee89af24e618:"取消编辑按钮图标","1205e138ba64dddf61c1f8e6eb3a1aa7":"确认模式","1c1618f67cfea6fefb5f287932be2c27":"获取父级数据","677fb705e57897710d28867b7628307e":"Input CSS 类名","14d342362f66aa86e2aa1c1e11aa1204":"标签","1b4996b29c7b4d5fb45ca701e6438d14":"配置options可以实现选择选项","52636511861a0e08cbe6a0eb1c27d816":"红色","9c9aabab3f7627ff4bb224b2738b26ea":"蓝色","9888468550779b1777260b8fafe6abc2":"选项提示",a2cbb42e488dffe644bdb87c26afbc07:"最近您使用的标签","6f6fa31a91b516b28ebee7a86a9b13e2":"设置选项后,输入时会下拉这些选项供用户参考。","379b5486e7860a9f38f37dddabbb094c":"文本框、邮箱框、input-email、URL框、input-url、密码框、input-password",f222f5413d3854897741e0ec4b0d2c7b:"文本输入框,支持普通文本、密码、URL、邮箱等多种内容输入","9306b956ca5950203ee49a2680cac63d":"输入框左侧或右侧的附加挂件",d548d3e938088d5d469a28c20e939750:"自动补全","424cd425082360322678a5c8d6910b80":"根据输入内容,调用接口提供选项。当前输入值可用${term}变量","7e9c83e86beb612377a94e6e8d1fc644":"显示字段","26ff46d82166741297ce666b2792af85":"选项文本对应的数据字段,多字段合并请通过模板配置","6d4ce0631f37676a887c9599691fabec":"选项文本对应的字段","2e01f5f5889e33d003bec7857cd38445":"值字段","959c27193eb0a41d01f4b53dcc4b9245":"值对应的字段","82a61b32c76fba3dc83e2611624e93ec":"时间框",c54993eb4c2a46263cca2e6bdebb051d:"时分秒输入",c166d8f9804ecef74b3b74190599a7b8:"时间范围选择,可通过minDatemaxDate设定最小、最大日期","479728c411bac59bc44d5ab8dc3cb4f0":"树选择框","15ac5d800c0163b4b806622739478e9b":"树型结构来选择,可通过options来配置选项,也可通过source拉取选项","57a6105deead3fec79028cce7bfa2004":"选项C","9bc04a190ce0a5ba1ed473cb628b5ed4":"选项D",f77f634e6892c6447c5d9df623e42aff:"树选择",b35014ec330e91860bb188200fba12db:"选中节点的值","65d76d0590aa6e05d61fe8db4c6a11ca":"新增选项","0761b99481b1bd10c1d6aad6028a8281":"新增节点提交时触发",de2392357fc78e9e0f0946bcc0af87b6:"新增的节点信息",cf965b232227a0e9d14f4f7e31b01c62:"选项集合",cd994c38456676f5a55c5593b6a652bf:"编辑选项",e385c7c6f726dc2641866d9050777efb:"编辑的节点信息",d015e18748f42f53bb6ab213e9b06187:"删除选项","58cbd355c5bdb80653a8ae3d3b316c37":"删除的节点信息","58995b490ba67e5d29dd87f422b14861":"懒加载完成",ec2fb7a5db150690b14b63f83d9d4b30:"懒加载接口远程请求成功时触发",e6b94af26512b3f7ea8eb1433d4a2aaa:"deferApi 懒加载远程请求成功后返回的数据",e2edde5adbdf33f6dce59a299cbf5fad:"展开","38747bcbc3c47924098076ee87e59933":"展开指定层级",a148ea1749eaf611df5cc95b533751ec:"展开到第","37252d3a5eb0ebab17bfce14968b47c9":"层","01356df4561f9da87d2876ec9c0dacfe":"展开层级",def9e98b60e3bfc493bcd7693e702096:"收起","3ebb9059b6abc8f80a212b5795270ec2":"收起树节点",d81f0b9079d5a38bbedffeacaad8b905:"清除数据",ce5e449208bb568eaf722bab9a20380e:"重置数据","25ae4ca8d4b8a67b273066a97a516327":"选项 Options",fe7509e0ed085b86f07e3e9975cc5b3d:"值","72453d792655604f1fab821146133d7d":"子选项","210da23d108e85b2f0bbfa85846cb792":"新增子选项","204770091fd4b7cd0611ddc65bf21d37":"子节点自动选",be7d848c40dfdd3e20f233c373af00a5:"当选中父节点时级联选择子节点","4c3ed2fc7331db687fc0e8ffb8f672a7":"子节点可反选","0ae8c01434dc2a38a90561fcbf5d79b5":"子节点可反选,值包含父子节点","22c023bf51970a461cc164e711f3d3ff":"值包含父节点","6e19e48a52986659ae5ba1bfe612ba8a":"选中父节点时,值里面将包含父子节点的值,否则只会保留父节点的值",cccb3595f8ff536e27d94ec91a49bfdf:"值只含子节点","49ccf100ac35e1cc3d40b7222cdcd1a7":"ui 行为级联选中子节点,子节点可反选,值只包含子节点的值","4e373f3ff64ad29a01da87317eb92088":"节点最小数","160cb9a7d57c5b5ca65b5cdf79e8fd28":"节点最大数","0d83078816aa273f2941c9b55ec82bf3":"数据","1cd9e1bb335cb0643d9e310dd4edd830":"图标字段",a0e965072593eb1b19b4568fa26d977c:"只可选择叶子节点","8865c6822a31e0da6bc7eece8677d8f0":"可新增",bc560e477282dafc3c37b7a665af4f9c:"顶层可新增","89664aa96ba7eb788ea273c0d36467cc":"顶层文案",b4eab506cf436d3cdd1cd68fc857ec04:"添加一级节点",dfac151de712ab0b3618072c8a7f0a0f:"高级","2b3073b1ba5f9deab7818d8be02de3a1":"高亮节点字符","14dc30e68a3d8d53e8ddd98876c1d480":"选项值包含父节点","68c7da9593da32100cb82ef5106047e1":"开启后对应节点值会包含父节点","9cb417cfac37e6d65dedbc35ee9e916e":"路径分隔符",d6840c02c4d9cd5f4f5fd4d9f3e6b916:"显示顶级节点",e2c310a329c2cf62a0764fc912f2f583:"节点文案",c48d9f48ce8a798772f17d1f47560529:"顶级","8c9a3a8cd5de83121c03c83f909a7534":"显示节点图标",ae7d563d3190ddbafdda8093fc28fc5f:"显示节点勾选框","4444d03faa51f8550a8a4547fb471ab7":"单选情况下,也可显示树节点勾选框",b39c6fb1cdf629d3f3032d6c7d4694a8:"数值是否携带子节点","1fa482fed3042cac9f96c6f43c13f84a":"数值是否只包含子节点",d7eae84550f9b9bc0c78a94e4072ad0d:"自定义展开层级","346f7e0c7ef27b6a83f3c9f8f406d737":"默认展开所有节点层级,开启后可自定义展开层级数",b40163733b8e3a420e38f295bfab369d:"设置层级","55b50a43f58fa746600d6bafdf405336":"顶级文字",feec2a81557811b7fc38b0e6b758c3f7:"是否显示图标","945da00807804cb992a3aeb0ed6ea698":"是否显示单选按钮","13604cddfe74bc9b9078dd61f9fb94ef":"URL输入框",ed2e16700e32afdcdd745aa31454edb9:"验证输入是否为合法的 URL",b233766d3fae72574d3f9ee98c5be120:"年选择","32a750b4fd61f1cfe37cac7147f05b3c":"年份范围选择,可通过minDatemaxDate设定最小、最大日期","973b69af999dbdf4fa124df8c928ca6e":"只读模式","710ad08b11419332713360d2750cd707":"禁用","7abf78a41095c6d21a1cc89b4a876233":"隐藏时删除表单项值",cd8992b644e6c18367861a4d913fd116:"验证","1040279cf7b8dbdb842f597c30095f62":"校验接口","133886b10fd9721e6cf91b76f2df5b6e":"单独校验这个表单项的接口",b95c6e14a4d8f6a6c6d99d583916f327:"合成一行",d22dfe420e4b00e000b93f94db3c856e:"列表选择","5e391af52da238f13c78b471a7cc54f3":"单选或者多选,支持source拉取选项,选项可配置图片,也可以自定义HTML配置",d1f923b8e23b66b3e48953ba1ce17839:"地理位置选择","989ea9acbab9b17d2c15e2946b5365bb":"位置选择",dffd9d86d2003615897b12ce7597d77b:"百度地图的 AK",b472ba224a7d132c487ee6ec4798f835:"坐标格式","36443b53c845b197db8d39eeda433ab9":"百度坐标",f58cb611aec0998a44ef104b5c950b40:"国测局坐标","076a041dcf45a36b29c5cdb8b8eca922":"矩阵开关","183aae5eec1ff547833dc338aaeffc9a":"可配置行单选,列单选,以及全部选项只能单选或者全部选项多选","7583b85ff3579d60a9f9d323c2f6674a":"行标题说明","3fc35bb610852289cf718f07a5b79369":"列1","50987924540e6e35c78246031499e75b":"列2","08a6996be7a86af5692cbca41922a5d1":"行1",ce31d858c63395098c5e4cd892bd473b:"行2",e9b376d39966c8182683019f95ff8cf3:"行级、列级或者单个单元单选","0f244785fd9f555aae9797db4d14fb09":"列级","5a57bd526cc3170b6c86f920fc24cdee":"行级","45dde5879e77d7f7a15d04b8fed26ec8":"单个单元",dc7558211f2990370954c2e7ca498ee9:"列配置",f4c807fd8453f4b3fdaab02fb9c21ba7:"添加一列","39886861ea5d8b526e0ac5ecc78d110c":"列说明","34ad26bd1fb448c7f2384252d856c02b":"行标题文字","48baa62373a2f90d6aa743d7821be956":"行配置","854af3c2cd9c275ac70fc5121ea4fb2e":"行说明",bf306308e467aeb7b00df0e2dd127d06:"添加一行","75bf5fd49520bce97de632700fc8a129":"获取矩阵数据接口","24d9de25721d1fb0ecf89ef81c43d877":"级联选择器","10d1cfb7219a5445ef1e70aa16e4451d":"适用于选项中含有子项,可通过source拉取选项,支持多选","03cd388fe29a4fc116c0021e496a113a":"选项b1",fb00d1c1a65d3739c03a0b2715168327:"选项b2","353ae08afdb3d0a3587e9b27ca239c33":"选项c1",bea7ad76f0f321124ff614a099cb9a85:"选项c2",dbdae74eb12668e2b9568b013bf27d45:"可检索",ae45cdb51c795df3b046f71afe3611bf:"空提示","601bb29fe72e56930dea03ae3e1aa555":"检索无结果时的文本","6a7f7d89c8f1f3e6aab0962ff920b145":"父级作为返回值",c23eb92d1f249452c3ff3ee13738b47a:"开启后选中父级,不会全选子级选项,并且父级作为值返回","8fcbfdc1a9403f6339d81911473806da":"列表选取","819776e8d96b1438eca3594f47bdb1c6":"通过pickerSchema配置可供选取的数据源进行选择需要的数据,支持多选",dc0c50a5c9832b393df34835111c34a3:"开启内嵌模式","1ac065ed64b81380384a0b371d5b404f":"配置选框详情",d64b585847f015eaa1443a3a03562350:"已选定数据的展示样式",c2c23b4fc7f695c58e947ad413f2c5d8:"选框类型","33e6c41fed95c25e3b426d596d504579":"抽出式弹框","5a7af8d3e471d98339c84b07a844547b":"通过options配置选项,可通过source拉取选项","1e890599eec94efccec337cd474f7f1b":"默认选择第一个","46110787e4774b81418b274e9b06127e":"一行选项显示","83a00680e0872e2a35496be7e12c1309":"每行选项个数",c30264927c3c170efd2e7763becf12fc:"单个选项","8a0c1f35cff334fc105b6d52b195369d":"支持多选,输入提示,可使用source获取选项","75cc2a992ea150d3a6c68ac4bc486637":"新增的选项",a13b85bddbcdab63ef2b2d98dd46afe9:"编辑的选项","8aa4d6aedd7957ebc6b87fec655695ef":"删除的选项",e19c0792886a147d74fc662d7af138bb:"单行显示选中值",b28aa9c36d0b506a71aa78b628e796c6:"标签展示数","2b23767de575e27fc9e4e0949e885f81":"标签的最大展示数量,超出数量后以收纳浮层的方式展示,默认全展示","406af2b98e6210cd42d7f824cb6dfd16":"选项值检查",fa8d03e8b5458c1a1d742736bc26e25b:"开启后,当选项值未匹配到当前options中的选项时,选项文本飘红","33e7b7433fdbeafa1ef71105ee28c061":"静态展示框",c99e0a675933de39693b7e80d5b70405:"纯用来展示数据,可用来展示json、date、image、progress等数据","134492cd10a0646da6f23a743feee6d4":"静态值","04f5f12c49c2a6fdc43da049591328ad":"静态展示","663a93dacbba9f7860dca783cf772419":"可快速编辑",abd733d00ec656e7b0cfd88deedf102f:"快速编辑模式","78f395c15aaf8c92d9223f6ca69b41a4":"下拉","5e2d1e872682befd5350687f94a6b417":"立即保存","2d2eb2ac28f074d1caef0d332d61cfb0":"开启后修改即提交,而不是标记修改批量提交。",eccba4475f3144e417e55fd96e831e09:"立即保存接口",c8e5c062d5ad38e54413abd9c7cfb2f4:"是否单独给立即保存配置接口,如果不配置,则默认使用quickSaveItemApi。",c3ed36e4abb96c18a6c83350994cdea7:"配置快速编辑类型","45a6c55d8d2d92af84e219defef084d5":"配置快速编辑","3f337f436989e9847790e4435423f77e":"查看更多展示",f7247cd14bd964b883bbb481892c440b:"弹出模式","2a2924380dfcaea998bd8a49703545a9":"抽屉",a06e8df4e9232cc606e0202e06a198d8:"浮层位置","68b54e7b408c4fb83561c931aa668eae":"目标中部",e18459c93769a5afec01e1ce60f9b9fd:"目标左上角","1fc3cdd8437f5057774cde2f2c51f97c":"目标右上角","63dd9faca92bccfd436ff21a6b4b3151":"目标左下角",d01c239688b9c8fc145191ee642dc080:"目标右下角","8fcf9802436282672a8e28ebd6262390":"页面左上角",aed25160b4e8cfc613a743c4549e9222:"页面右上角",d4a4ab1916187e09b9c037705fd49ffa:"页面左下角","921fccbb84c829bf8c6f0b9957029f44":"页面右下角","1d53f83df1d889a70131b7a93c819575":"内容详情","8dda45360dcf9ca501fd7d0eb53045b5":"配置查看更多展示内容",fd389de167730ba8542217ad31b95562:"查看更多内容配置",f9a9fcc3bf6a3c8ff1e99fa48ed6d03d:"可复制",deb65aca8dba2ff9d0cfaed0a3441068:"复制内容模板","622e14515c4fd5ca6fe6946e3a1bfb4a":"默认为当前字段值,可定制。","16a20243f9b741c08216dc9548de2968":"整体",e1b2f870112bd38f8d7e14a0ad589930:"控件",d38b7fc2d31e0ae21cb4bc7d7df14e92:"开关控件","6e17d8bb70df1c1e379fa86cb235ac82":"开关表单",ddccb436305b0a984c77d4ffa0725375:"开关值变化时触发",a75c768fda740b2c8f6e2dcc76400f23:"开关值","7e1eec8349c4998d142960009305f27a":"填充文本",c580bacf343343f04a1b551e46d02c4f:"开启时","9ff352ae39cdaeaa4fc54f83575eedc9":"关闭时","48433deca382e67b26af31c6ff967d04":"默认勾选后的值 true,未勾选的值 false",cadd676e2710e50ac149211078f8a306:"勾选后的值","13f19e1d0dd528aafd6263fafdc35e82":"未勾选的值","617a63f1b19b5aad029f973479bac917":"组合穿梭器","4f26f1edebcdeea90f6e4247a501dbaf":"组合穿梭器组件",ab5dea29793d933fa7b5487a7309df6a:"成员","71f8043aefd52572b172e7d1fbd5af57":"法师",fda93c79275b812a6c1c189fbebf8b08:"诸葛亮","573cb0d34bd1cdc7b368c59db9b7bb7d":"战士",e37a86d1a1dbed0cd53c95582977f075:"曹操",ccddd2de691ff2d56b651877f72d90ed:"钟无艳",c0db8e7b42528eeae96310c6629e53b3:"打野","293040fc607f40caf6d6e16042012182":"李白",b5256ec780343c4e20e397b43cab96a9:"韩信","49dcf9f88e7b7b8ca7448631021d7d12":"云中君","1fd02a90c38333badc226309fea6fecb":"用户","8b3a9a5c912610c384bc8dc2c8514386":"选中所有选项",e1112a529dc969a03bbbb409905ff2ec:"选项卡切换",d202bc660c4d2eeb58e194b6320bd235:"选项卡切换时触发","9e7a97a3d043f566f2435329e01e09f9":"当前激活的选项卡索引","91208131116f2823993daf99f15e1325":"清空选中内容",dda222620b789d07c2c5c279475caaf1:"重置选择的内容","2ac24a383a1faae33f81772b757b2817":"修改选中tab","91f894b900f593c848e5b21f2b414b05":"修改当前选中tab,来选择其他选项","791959f9b90734dce08da79f4ac27a41":"检索接口","6eaeb8ccaa8473e2b985095be2bf3cd1":"查询时勾选展示模式","6541f1702af367c41a3127ed8511eb50":"列表形式",d58ba4b5e94680fcb08300e176502fb8:"表格形式","406573cea6af9b0c6462295108e1f5c0":"树形选择形式","6c5358b981a475da2a83e95e4170647a":"级联选择形式","0911a348aaf24601e633e318ccb8aace":"左侧选项标题","84a76ba52297727f6bb47d8a1cc74094":"右侧结果标题",c6a16ef980efc2ac48c58727e5bade81:"多行文本框","2af7e3952d7430d1e4c86ea5aca4e4fa":"支持换行输入","5bc28acd4afb712dcbc234927357cd87":"输入框值变化时触发",cd7f479dd052edc1261261c15fb0b50f:"去除首尾空白",d3a8fe0d542476cf7989ef9e69cdd6f7:"开启后,将不允许用户输入前后空格","829d96cf23f19759e4ef988fb5320032":"最小展示行数",c0afd6005e68838e37e26dc7c34cf368:"最大展示行数","685e5f4815e87c4690dda7d7aa163904":"穿梭器","26b4a55f458275a108c1ef213a354ced":"穿梭器组件","1b09b6621ebf0d10ce98f0178fa1bda1":"触发组件数据更新,多值用“,”分隔",a2888bca5f435690ff9f5a5d615a968a:"左侧选项面板","1e409f26f9c1d58ce0c47a68104d45f0":"展示形式",eebda442c4bff2aaaf8274383d0ed12f:"树形形式",b3a17ee1af382c467d857d33089fc0c7:"左侧选项渲染模板,支持JSX,变量使用\\${xx}",d5dbf5285b2dbe07b481fbd5d4536c60:"右侧结果面板",b720b2abd62161c3c99625c8160df987:"跟随左侧",acef03eee638dc4239ee60f627f33d85:"查询功能目前只支持根据名称或值来模糊匹配查询",e3ed623b79100791f156d3586751c652:"支持排序",d4865602e26e9c985814380beae99b6d:"结果选项渲染模板,支持JSX,变量使用\\${xx}",e40d15221a911e060b8a05ec7aa9533c:"树下拉框","26aa42c81825364d2d691261017b6797":"点击输入框,弹出树型选择框进行选择","382df0b291e5306c423bcf471eb1734f":"树下拉",ac34e635d05de0ac2de78737ea313995:"新增选项提交时触发","5f5e2d89e987fa64d56471b2e3d50cda":"新增的选项信息","8784005bbfb2b66592cc0c5cc0a62f2d":"编辑选项提交时触发","25a4d7b5ce2585aada1205e1121e9967":"编辑的选项信息","91a6d3a760184e581eccd52bfa3f7a18":"删除节点","3c72d934764bb7205f593903c63ac7ec":"删除选项提交时触发","7768e7d47fa6e9b811d1a1f684703cfb":"删除的选项信息","0aa73cfbe5a84cd34a212de5bab2058d":"选项文本仅显示选中节点","4dabfefd787102b8159b5c4a221aa048":"隐藏选择框中已选中节点的祖先节点的文本信息","0f993a54d2c67716220632577d3b5b51":"显示层级展开线","846da282ebfa6dfe61deb1d58145158c":"显示树层级展开线","93199f3864cf5a68b286b927fa68ae6a":"tree容器","43474db97aff2ed0a876a47b6f4cdc7d":"自动生成的 UUID","43e1548e15272e1007051d7c8b70adf6":"自动按 UUID v4 格式生成,无需配置","844d72db7e57be4d77881ee9b4294e75":"UUID(展现将隐藏)","2820712cac089483cf2b4a0c939fc780":"分栏","9e17d57a0ba39254a75c0265aa3063ca":"分栏布局",e63907bf0db529e84866d1ae737bfc0d:"栏","9bdb07e72d3a9a6084201a7398523f5a":"插入","3c43c5860b4dfaced296d7a63eae1513":"下方插入新行",decaeded2b6f2c66f191ff34b868b1eb:"上方插入新行",eb22d47f16f92e6f621c2b9d87119303:"列数",c288b519484207bea1d51884a5e9acaf:"列间距","98d695d6a6a48cfb4bc2f6396ee64787":"水平对齐","1cc9a6949b47913462ff832cb684bdde":"中间对齐",da1b972efb29f850b50e219ad4d98ba5:"两端对齐","11b7fc50778c89572391ec4c6c4b55e1":"垂直对齐","2a6ad292447e6354ca39ee7f40d2fcc8":"顶部对齐",d68c21b6b65e7a2e361762b65b8a5032:"底部对齐","0d9eb53682343f1cbd562c9a944ef5bf":"左侧插入新列","814276d30e338eccbaee96c3e6bacb61":"右侧插入新列","2a3e7f5c382c56faf261a87573658325":"手动","19432e481cefd1bf88fc707f20ea62c5":"栏 CSS 类名","5ea5dbb698afe7ca566b94e92f6a3835":"第{{@1}}栏","9cc03fc4b3e87e8410e10357a219b44e":"左侧插入一栏","6b12fc99e2a46aed982d46b93ac191a0":"右侧插入一栏","57ff158884582ed498a87d03aed46146":"上方插入一行",bd63eab86ac0e0b35a06d0f24a098096:"下方插入一行","69a519f6b7fd6d0bebba72e7572ea1d6":"用来实现左右排版布局,默认平均分配,可以通过 columnClassName 配置某列的宽度。",f9c91bffab8b1202cf32ab508879e805:"固定宽度
w-xs","8c187c1862900db487c8d47e19490fac":"自动填满",cb2f68c9c24e85d21e6b090b6e5657d8:"列","92e2c6523449dfad4350f58908260266":"请按住高亮框右侧方块拖动调整宽度","129b16a89a82c6d5e03ab075633b3892":"列 CSS 类名",d34cc10492e80595a901a292d0c16bb8:"可以添加宽度类样式调整宽度,默认宽度为平均分配。","84b620405949e278f214a811a3a19e2b":"第{{@1}}列","4bfd6e7e1ec0fe485aa0e7741d1670db":"左侧插入一列","9d75cc0b193601391a139285d55a3493":"右侧插入一列","713315591970d7c8b49d1c732fe54fde":"可以用来嵌入现有页面。","8f1c078c6d42759e6ccb1a9bf35f1629":"页面地址","51ad722113289f70b6d77c78ddf0c64a":"默认宽度为父容器宽度,值单位默认为 px,也支持百分比等单位 ,如:100%",c78d9b9ab9db5951eb5526e8a46677d9:"默认高度为父容器高度,值单位默认为 px,也支持百分比等单位 ,如:100%","9ef4425332e5f8bcad86de483b4faedf":"IFrame 页面({{@1}})","67997ccf7ea846c3c2d278b01ed9600b":"图片展示","6dcf991e992a0b765df0933411fe9bb2":"可以用来展示一张图片,支持静态设置图片地址,也可以配置 name 与变量关联。",e18aa5e376437da71083a29c4cddaf46:"缩率图",fb43d5ffa21f3c4055c29fad350f27e4:"原图","582570bef8c57c5af7658c4a4eea45ff":"缩略图地址","1193e1aab7bea094279ae7b4288ba848":"如果已绑定字段名,可以不用设置,支持用变量。",f5865bf2d791d293374af4aa76d27c4d:"无数据时显示的图片",e1110b854bceeed0e887cb951bb3d2f3:"开启图片放大功能","7ffade593e390a2a2cc43e6663461b71":"原图地址","214953c5f7557b1a5f1310c87238ee03":"如果不配置将默认使用缩略图地址。","6d45b56ee94ea873a554ec41b9f2074a":"是否显示图片尺寸","00cedb73310cc531a43d23cfa5ba0e5f":"缩略图展示模式",b0267f4aa776e75443b7ef6e8dad257e:"宽度占满",c30b1b6f29debb05449aa3cb40268e7e:"高度占满",e13556bb3580ac3746e1f8663eb15896:"包含","47303119ba97a66d168ff042575b9de4":"铺满","319501b9acacdd6f94a9bdd0637a3cd2":"缩略图比率","4d080f1e18d86051b8d651c68685f319":"缩略图 CSS 类名",e040fc4bf539dd1cf6ebca6b4bff857a:"图片集","93f46deec83b8f9005233a1467498d52":"展示多张图片","2382c315a6ba396be1932dd8dafaff52":"图片1",ce6e2814f207c9333f10785606c57df3:"图片2","45a4922d3f42d0b137c6845c4c77031f":"关联数据","2d4247be13246794180897b40fcdbcb1":"比如:\\${listVar},用来关联作用域中的已有数据。","81a2b634d7ddcffc21b787613673943c":"图片集数据","0f088d8f579c362068d7a3858e207280":"缩略图",ebb2073c604e72ffd9ae1b796665b702:"图片列表 CSS 类名","5acc93183b7fe3816a845aca52baeff2":"JSON展示","5a4b81442789f3b2e7b665bd430eeabf":"用来展示 JSON 数据。",f891291cbfaec7ba3754520e2a5227d8:"默认展开级别","6dfe63d8c039df37787c87afe4c68604":"用来展示文字链接","6ab20dc4b64021b85886ad9c12b6e0cc":"目标地址","78ce29fdc55e6d0980b591a264c537a8":"支持取变量,如果已绑定字段名,可以不用设置","5d809212900f3bc3ba122fe93638394d":"不填写时,自动使用目标地址值","88a5126f6a1463fc9986b590ee4ab99f":"在新窗口打开","39a2cb79c6d9762783e20522ea86dcff":"左侧",de2a774bf98944b8f0ec8755d5f59d64:"右侧",e370757f933a8ecd87bf0255c3ce45d0:"高级设置",e35dbea2b0c097d7fb76173da0e0bba1:"HTML <a> 元素的target属性,该属性指定在何处显示链接的资源","9f556fb46ecef854282d17e631578b1c":"展示一个列表,可以自定标题、副标题,内容及按钮组部分。当前组件需要配置数据源,不自带数据拉取,请优先使用 「CRUD」 组件。","84c04f1e9ce6a6a228228dd3fb96b99e":"配置成员详情","1ac0e1626be43287983fe3e5559320eb":"没有数据","4e53bfe03e30bb3eae63d90d1f7f2a1c":"List div CSS 类名",d9eac94850a74ec881198f4ffe4edcfa:"列表项","3ed7b428165499a1b91ed1eb287ba343":"支持模板语法如: ${xxx}","456d29ef8bafd5202547e50d3e64d4ea":"日志",d06f8476d115020496058363a32bc40b:"用来实时显示日志",a2bc1edd7be9348e5a998feb0886c55d:"日志数据源",ddeeaa33ae62ead1a77a859fb79b78d7:"对现有值做映射展示,比如原始值是:1、2、3...,需要展示成:下线、上线、过期等等。","8b139ce9fa196b602bb1ee3bd25b25df":"映射表",a9de5901385d644363cd056482be7517:"

当值命中左侧 Key 时,展示右侧内容,当没有命中时,默认实现 Key 为 *的内容

(请确保key值唯一)","2b10dfa6dbdf8775ab2b38fc67e7ea49":"通配值","87cac3a9c9576d9b5bad6639c891112c":"展示 markdown 内容",eb99816b4a216b2eb884cc6194f00ec6:"## 这是标题",f6a5891819c67a80c1179c7cdaa00935:"用来渲染导航菜单,支持横排和竖排。","4cb18f42ea06a97b382397c40ed64fb2":"页面1",a004407ac524b6d331671fb7a013c3fc:"页面2","310c10c1fcd37bf760bc15c30f54e722":"菜单管理",ba750e6e302292402a4c61ed72331cba:"新增菜单",f7a63e1e77fac1bfa05a060d55e27692:"菜单中存在配置错误,请仔细检查","7fa141f341e173e2339dcf0ce6869b5c":"跳转地址","720fc47e20be9b7a2e67a4ed808b3bf2":"是否高亮",a6ed2640c41d0e3df4acb4f15d37f6e3:"可以配置该菜单是否要高亮",dc55fd2e990771fd670743ca5dd59275:"留空将自动分析菜单地址","78b7cf23a2b93db1ec36e6c6cfe170db":"包含子菜单","710b20ff1d85f7965bfaac44ae26344e":"子菜单中存在配置错误,请仔细检查","02f925f6a5136c2b65b5da8d1216b5b8":"子菜单管理","59ad4734917af165482774de9c2d50cc":"新增子菜单","4d25cfe4cd14270af9420acd25526691":"获取菜单接口","9fc8c79aac0302a60ebc0777183cd181":"如果菜单地址希望可以动态设置,请在此填入接口地址","737669a8ef038ebd37fd7b2f3b5f389d":"是否竖着摆放","8d79a8cbe0ed37accbe0739024d5d896":"操作栏,用于表格。","6c0fe599b36c2a55efd8705681783ee5":"按钮集","975903dc39691813530e108986e49ac1":"请从左侧组件面板中点击添加新的按钮",c641fe0ae06e6c0547d89fefa91e7f75:"添加按钮","88d1257b0cf667319085f3e0033b9607":"按钮行为",f10f0be4aa9684eef9d78234072fe08b:"抽出式弹框(Drawer)","4f02d2efe05a20232ab9da63c090595c":"发送请求","5dfd5a78e2ba1bc8afb482a8745454ea":"下载文件","4e58f9c94d345e14e2d69cc8496b7b5a":"页面跳转(单页模式)","982db3084a2c470d1a9b34efa024511c":"页面跳转",f20d9579ebdc9dfc30a212ae6cae931f:"刷新目标","6a086902a84969a835423002718e86b4":"复制内容",a56c9f13b1566009fdc7640bc551709e:"重置表单并提交","30313d6fa06603604db18086bbcad9d3":"清空表单并提交","0fc26855080a4219bbfad638029a795c":"跳转下一条","8ba8a1bead7ca55554cff1c85246ae09":"跳转上一条",c28f4d63beabc4833b17aaa10ca550db:"复制格式","21fa07f18f80bee50695686831ae1286":"指定刷新目标","8a089992349df754f182a5d02de8e8e0":"弹框标题",b680997c50ca749acd4e6075cdca244e:"

对,你刚刚点击了

",c3c8422fcecd8c1cc922cba15ab5cbc0:"配置弹框内容","262c7c7b9874ae5607fb51da468d0e8c":"配置抽出式弹框内容","5eb694a4252528628929ced97ca95823":"目标API","84d38979bed546b93c4b3a399844419e":"

内容

","0cc0fff6eb667b140d3fd06e34a8c69f":"配置反馈弹框详情",deb9089ed7ebcacd712117fc4204c65f:"配置反馈弹框内容","215f64480a93893fc56c51aeb5d40f11":"清空设置","7984d95c01b725a2709fb8f5ee330fb4":"是否弹出表达式",dfa07586a471e24b23fe68e11f5dc41a:"请使用 JS 表达式如:`this.xxx == 1`","47186f00df86d3edad3b5595ba8c2a0a":"弹框取消是否中断后续操作","4f21e04fe35d39c79e7779cdf2f4e232":"弹框确认是否中断后续操作","0bbc3ec26c36a87c9df3183def6ca9e0":"是否用新窗口打开",d0c3025a64b26e5fbf22005f400c06d7:"是否关闭当前弹框","0c15a924dc3bedefb79c958972bef2b9":"确认文案","06b13b11740f7663af325bf5426930ba":"点击后会弹出此内容,等用户确认后才进行相应的操作。",fa9a0a79f29fef72e3060ea1af93c305:"刷新目标组件","437d629f00e62cf99b3ad288f84ade46":"当前动作完成后,指定目标组件刷新。支持传递数据如:xxx?a=\\${a}&b=\\${b},多个目标请用英文逗号隔开。",b01f08bf5b9f8e3ef9d49e31d89bf770:"指定响应组件",f667748a8e9717498da714d4e5087af2:"指定动作执行者,默认为当前组件所在的功能性性组件,如果指定则转交给目标组件来处理。","80ddab8a52f74d707765501b0caae21f":"自定义点击事件",babbd439bc04241ed3536f892668c250:"将会传递 event 和 props 两个参数","867ade50f0bbb10bac65a5c3bc7895e9":"键盘快捷键","45882ddedb42c1a38462949750bc8a84":"显示一个提示图标,鼠标放上去会提示该内容。",ff88d5db9d61f14bce6e3397fd4652a5:"当没有值时用这个来替代展示","348097cc50579e489f0bcb5433637d3a":"开启后可以根据当前列排序(后端排序)。","9db64f772c11c614ee00bb3cc066f46f":"列分组名称","19c4f5e98ad302574202de30dddbaf66":"启用快速编辑","15c3796e07e33afc7252df751f610c5d":"是否立即保存",ba5a0a1ff2c438ae7719ca48b0ce3af7:"启用查看更多展示",d689e3c38fdb32c98fb27f8f35a26552:"查看更多弹出模式","6e78b595d6a296938201a3c80660bf35":"启用内容复制功能","65f7e01d58cb5065f49e0e8f48cc16be":"固定位置","9ed8a4c5d1b3726121175dc986268b0c":"不固定","0a5ac2f5c327e28c58d51db967a0e603":"默认展示",a3bd2104e3df81df713de636b907462c:"触发底部显示条件","986a5f50e946674bb91c9408fc974497":"总是",a165f0fe5fb904049f6b6961105e433f:"手机端","03ee8b948c9b34daca9584811bcca17d":"平板","82d9f1f96084674e2b0101ecc04d5d58":"PC小屏",f4166de371b5dfb87efce228b17a3fbb:"PC大屏",f8cffd4d3fcdca390a3a3de24d209bb6:"内容强制换行","4619988f1c5d9093dc00d1430633b2bd":"内部 CSS 类名",bdd9d38d7e2929024089363dc8f48b7a:"列宽",b198805e7a6b35830ba813f51db2fdc4:"固定列的宽度,不推荐设置。",abb58b3bac0533ab4359ed977fa3c073:"<{{@1}}>列","044892c0c637f2d9e78e78956b1ded01":"匿名列","59ceff465ad16932d8972191ad815dfb":"页面","54002bbf7eb3da8346dd4be61d642bca":"边栏","49400a573b9f7a7bd693f84ec59379d7":"远程请求返回的初始化数据","5d758dc5e33ba0122c256d80c1572e88":"下拉刷新",d6fdfa4f989be6586a7a29ea85522f24:"开启下拉刷新后,下拉释放后触发(仅用于移动端)","56e6db657d4775698984f883b71cb379":"工具栏内容","4f9fa9ee5b0604d97da73e77fdbc281e":"边栏内容","40fd4b2a194b2b1284a7f7f738b69640":"页面内容","0e82bfaaec104a9f0eeb14820b42e7c8":"区域展示","391555a3772260743f19278f01adf75e":"标题栏","8d6b5924f187048cfa28d6c21fa6d2d6":"页面标题","3ba265c6b63bde0319822afd6b9a649d":"标题提示",e7f2f04f7c2b2e9e07b69767ea28d6ab:"边栏宽度可调节","28d602809bd1dc6b47ceb38cb54f32de":"边栏固定","36bded76593f98fab62453c7430b2918":"边栏内容是否固定,即不跟随内容区滚动","4143d7418de740e8bc26ef4b27c63534":"用来获取初始数据的 api, 返回的数据可以整个 page 级别使用",c95e748d5811faae5c52bdc07bee51a0:"移动端","04f767eaa571383ea271432bee6deedf":"下拉文案",e24bc5fd094c7c272725c6340d8aeb8e:"下拉过程提示文案","0b3eef4f8a8061baa22416dc1e5dad03":"释放文案","717b23399e04873441478fef1cc16d43":"释放过程提示文案",f59b11ff84daeb60b027dc02490b627a:"分页组件","7cfb5e222a5954e891fba6e3802c7ea6":"分页组件,可以对列表进行分页展示,提高页面性能","9ed7d3adc032f6b78808e7f3786ec9cc":"总数","8e60090c332693095d5852d92ee149ee":"每页条数","0059d50e3f7b2fe7f1822ccc218fed66":"跳转页","47c62ec10a240c35b8446cc923c5e8ef":"分页器","97b8cf6ae269b6f6d75063073cd565cc":"分页改变",b30f254eccefa14c9980235bcbec74f9:"简约","41ed1e238b846005dfb0f087cbec644b":"选中表示启用该项,可以拖拽排序调整功能的顺序","71fa2ba926cd032c0ebe0bcdd5d3eb10":"每页条数选项","04519bf3bf428bb1a75938ac65dba040":"默认每页条数","040f05137eb37e880873a763ff653fe9":"最多按钮数","2ee8eb6b1a80a4b025f97fca6afb800d":"最多显示多少个分页按钮,最小为5,最大值为20",cd6f79e7bff1337c12c86a15ceedd6da:"面板",e04a2f1662121e5a3c397d496114185b:"展示一个面板,可以配置标题,内容区。","4e9bb0326ab4d3a2af94d901c7f1b6a7":"这是一个面板","5bf5f1fd54476671bd6fd9d97e3e6b6b":"这是内容区",cac3ba71180c97b1b6432833b3417d2c:"内容区新增内容","1fae678397df046c1754092f15a71d98":"固定底部","68744acedf015b8cfc445af30583815e":"内容区域展示","5a0fbcaaeb439684bb4ae5be579e4cd4":"表单展示模式",f99d7e5f15906ca78c45753ee3b04a8b:"表单水平占比","9970ad07468267e2f309f1467c75bb80":"主题",fbae87bcc352f6933541fb77a07418ed:"主色","540f84ddc0883866b229f71c2844199a":"危险","65810a32a98f09be550b0c421df6c540":"头部区域",f3b9889baa6d17ec63f05ea7d326bcfa:"底部区域",da71dcbb13405815476cef28a8b9c4f6:"按钮外层","6c5b1f0e8e361a801fa75da070d1cba5":"用来展示纯文字,html 标签会被转义。","67e77a196826a8880e47ad949ce08ac0":"这是纯文本","83077805e05ac6bedad69b47fca4462b":"进度展示",c77048def6e8a2d6c556a3fcc9c66730:"进度条、progress",b1aefb18d4bf96dc283a26d67abc41a8:"用来展示进度。可配置各个进度段用不同的颜色展示。","2dde3029c4170a1c8e961a90766e0194":"继承",ce179eca04fab0d584506b0d19736836:"线形","2db0fcd5342b479688fd999a0108ef5a":"圆形","3fa8b34a2744f62fe93dd599a275af39":"仪表盘","1ca3fa86d8faa46cc75792bcf90d7fff":"进度值",b0932e5bb7f7d95e3636d82d1a039854:"无数据空位提示","940b12c19fcf7aced0cdd164edc9acbc":"占位提示","9cf66e7783e4c9b1d74bcd411edb6950":"数据字段未定义时的值,不包括0","2f0faae87508471abce4384b60900e15":"线条宽度",bd9b3f7e564c9eeaedd72f1bcbb7fc9f:"缺口角度","31a088147dc0006e4775d066980fa688":"缺口位置","77a7419dd4fad70c3f3e4b075b2c3fcb":"显示动画",a04564aaca658461333b00cbcd071518:"纯色","0a9fc7083e2768107fc178ff36f29ba0":"条纹",c035fb9e67c0b566fd5d35889035424e:"分配不同的值段,用不同的颜色提示用户","23bf030ca760141f317dde1b7f49b11a":"属性表","44f2bc36dacb88424dabf9df71da0e77":"机器配置","1cb82ab4f259d5b75da0ae86583b31ff":"其它说明","9a4ca43777061ebc91bc64cb994957bc":"每行显示几列","17fa61e1da428936a31b51c955a99d65":"显示模式","7fa5c95b26550753b0931fa21cea5d10":"属性取自变量","6940ea5aa4c18e105cbcd32cbe410839":"属性列表",ae41a992ccceb36f83024f72531186ec:"属性名","52dff5b153bb5eaca33a008458ce0209":"属性值","42c3762943823c37b537a10c09765822":"跨几列","22b03c024d815ad327e8b95d684ced38":"二维码","1857d9050ac0527374f4324c0a5ad910":"可以用来生成二维码",e71377bb59c70af683be127ec49d01c7:"二维码值","57eda9139c0b3bc0605ed4cf303ffbd2":"支持使用 \\${xxx} 来获取变量",f13c3e0717ea842cddc1402e8dabfb6b:"复杂度",c4bde7dba8c6eed0ca0165b071b259bf:"宽高值","2f97db95d75280bfedc5afa72d2c717d":"背景色",ebf2453eddf55441b711d187f3872ffe:"前景色",d5e6d5c44426a82e18e31eadf7f1e09b:"一般用来重置表单数据到初始值。","6a06f12bdf3fc96df6cb45467b9a7c2c":"服务 Service","9cc50da6bb17ea7ecf44c254c9b37619":"功能性容器,可以用来加载数据或者加载渲染器配置。加载到的数据在容器可以使用。",c5a33208cf3deab68cd9fe34679edff6:"功能性组件,用于数据拉取。","54d99a6a50a2373055c0f66ab727a869":"api 初始化数据","7a0c222fcaa42473d1c75c113c3641b5":"api 初始化完成",acd4bd22755a537431d74b28c3c2ad67:"schemaApi 初始化数据","5a7d03912f38d0b24d04b28da40864a6":"schemaApi 初始化完成",f885d4055567877facf0a3ff376a114e:"重新构建",c8f0e77a9eb5de26e6ab62695d8494b6:"触发schemaApi刷新,重新构建Schema",e22855f53b7a1ab33e920375c0cd0e3d:"变量赋值","8b10146a8a896b890b3796eefcc3c6d3":"更新数据域数据","47d68cd0f4c3e91a86d23afe8afccfb8":"服务",f754888421621d122c110d83e710e9d3:"添加内容","31f8a7a967286a16eb404e3ba237619e":"数据接口","54f876a529283de5668426b2dc8adb15":"设置 service 默认提示信息,当 service 没有返回 msg 信息时有用,如果 service 返回携带了 msg 值,则还是以 service 返回为主","7fa237c1b62d04aaec0144d1fc89d620":"WebSocket 实时更新接口","9dfeacc54ab6cd6d2ac08df387777f9e":"数据接口初始加载","98223d478e88ccbc2406412a46dda8c2":"静默加载","71ae1c76cc4160f8fb76e404e35ca08f":"设置自动定时刷新是否显示加载动画",b897babfafd35cc5d6e66470115c93cf:"停止定时刷新检测","11bcbff684dfe6edf36e1fd1adc5ba30":"Schema接口","8cc3239eba9fe65b99242adb33634b33":"内容 Schema 接口","3f423669b0ffeb3993b95085cd8a111e":"Schema接口初始加载","8e8aaafe8db0d8eb05e3b11550cbabe7":"全局配置","7481babe858320dd6a4adcf307fd151d":"自定义函数获取数据",bfdee34e14602e3113c88a9145843e86:"将会传递 data 和 setData 两个参数",fb559ab354303d1927dcd9f0f2dffa23:"获取成功","56f0a1c0bc0408556c5810ea4f219dd4":"获取失败","29326bcd28fb39bd41e54242fa532c85":"走势图","270301455c3de762a7e2b145dac7a8b4":"用于内嵌展示简单图表","44e13bdad8c7eb6391e84d940513b927":"状态显示","82a3047196be368be13dcdd2373520ff":"用图标更具关联字段来展示状态,比如 1 展示 √、0 展示 x。这块可以自定义配置","774b2bcaca8a64f46c84b510cec89109":"图标配置",b698a95f1e217e5465835ee0d23b1b1c:"配置不通的值段,用不通的样式提示用户",aacb2b36c47395e4b4b409e351eb4279:"Steps 步骤条","863a8583132d087e57aebb7d89e18a50":"第一步","9757f2c59c17e9aea46e0c8adb69597e":"第二步","207e30c0e7318027d521dd7c6fab6a99":"第三步",b8a2d347bdb22fde367a851df8335771:"步骤列表","59cecbff0cc77511590d2161cc3058e9":"当前步骤",f3f08da7f65e1d5596a66cedd7caeb9a:"以零为起点","6bf1f392c0a404d1f7558e6dcdd6c2e6":"当前状态",fb852fc6cce168301447d1baff276dc5:"进行中","8797922788916874c39ee1524bbc3638":"等待","769d88e425e03120b83ee4ed6b9d588e":"完成",ad8e01fe719bf1a5af82ee0d100d246b:"出错",d1f03ea8d9d3c3a241e8a340b8a384d3:"获取步骤接口","74f0f6730053049f4c9beca2ab00c193":"用来提交表单,要求表单验证,如果在弹窗中会自动关闭弹窗。","7b755ba413eac50423859395c68e6280":"表格V2",ea2b32f5d78d2305b9b7bc21e056a009:"用来展示表格数据,可以配置列信息,然后关联数据便能完成展示。支持嵌套、超级表头、列固定、表头固顶、合并单元格等等。当前组件需要配置数据源,不自带数据拉取,请优先使用 「CRUD」 组件。","257f5a3886d87d2255206f86b880d07e":"选择表格项","6130b1f75d624b2f73f5d923492e92f7":"手动选择表格项事件",aeddca0456d8fe520dc95545a83458e9:"已选择行","4f907cb94921bb62a8399adec922bb60":"未选择行",f3d21138c8ecf5683503c4f814cc7199:"列排序",d84464cfb2a5828a200fe9c28a323122:"点击列排序事件","652f155e644e82ebb0a1aed97ab6ab23":"列排序列名","460e3a697d1680445a47139c0816fbe6":"列排序值","3d0b957a99d0c366612c01913e17a0c7":"列筛选",b35963687361af98e6acdc004e87fc3c:"点击列筛选事件",ad11fba3ac676233f3105e76e7de0501:"列筛选列名","8e4b9c88c51aaad1a28a28e8b536697f":"列筛选值","93a5a0253f11e3a2e58f4e87a52fb094":"列搜索","6d4c4990ab2c32efe8a17c5f22e10cb5":"点击列搜索事件",a80a4486100baf3f45fab3a59e4a816d:"列搜索列名",b9a565fe1dc488efae1d63464f277f09:"列搜索数据","85ddd38957256b6e9026f42ed570bc35":"行排序",d7a66def82af88cd5d408e38feb8a65a:"手动拖拽行排序事件","1987561c006c7192ab619f81103d2a2f":"已排序数据",ecfebbc91e2c18a512aeb11b7da15193:"列显示变化",c94f45773a42dc386b9c9dcdc6fa542b:"点击自定义列事件","70567329ee851a5ba7e7301bd8e9d9a1":"当前显示的列配置数据","76e47871d654c3b0b0e301c0a076e55a":"行单击",cc13521eab2c7423b3fb857772405cc3:"点击整行事件","2fbbf5c38b66ac5496ac42246bbe9e0b":"行点击数据","8eb3c8b16106e5487cd1fa3b8a1342ce":"设置选中项","908cc16fe4f7972450167e26276ac726":"设置表格的选中项",a2b39e5a8b5015234dcd8e07a2e00e3d:"选中项","366a3c07289bd6efb7c2a182f7a12772":"设置全部选中",e97c09cd119b64ae0a8dfd42a1d449cb:"设置表格全部项选中",c3e8652924c258e121eed16414d3a9e5:"清空选中项","7619ec29c0a854dd49e0a7a47bf1a127":"清空表格所有选中项","642e5368b742c82472e2ef35114459c9":"表格数据","8369004103635f8e75026217ebf237da":"绑定当前环境变量。",bd3e7a1b636e4477a4ea59922ed2cc1e:"显示标题","11d00f37d934b2464f3258952a398626":"表格标题","4e3cd1a7b193e2fd3458278d10c530e2":"显示表头","023ff3530e48493e653eb48e958a4eb8":"冻结表头",dd9b85b2cd13ca724afd1f43567abdbf:"显示表尾",c89b5fd3b706a17feb016d93c80e34b1:"表格尾部",a5baa4818b14f4680955aa34dd559d02:"内容高度","1ef8fd21130d17cb7c1613eaed6ca1e4":"固定",ee18dc475df8654cb13ad67dd84eec28:"高度值","8bb5781dc5f2745e6356cdc5e6d76b16":"内容宽度","88a364068f684dc77aca5b6c006ef576":"当列内容过多,超出宽度时,可使用横向滚动方式查看数据。","6e3d35b57c29b1b419569cc55b3a5d33":"宽度值","8ce1cd75b6e9c0c0e3468589fcea822c":"占位内容",ba4f461832cbdb7fbdb170fc9c1db647:"可调整列宽",aa2bd9f54608c0c85d3ceecb707938c9:"用户可通过拖拽调整列宽度",ed85be57262e5a0c3116293e88278fef:"行设置","5a431ad16d8f7f23fac3be5650e51caa":"行高度","3d2ac2fd2c60931fff1db814662334c3":"请选择高度","85a49c5ed4628647f2ead9206224dba3":"跟随内容","4296d7d293c9ea4a0e52c6415f0b5c96":"高","1f1ca9df5fa3648c718ad04649888943":"可选区域","596171970b639a35dadde2aa930d666a":"整行","388855093d17f3df43ff80242d7a1bed":"行禁用条件","46705a530ba9721527a4202bae7091bd":"选择菜单项",aab57a3547a451f756bb8231a1eee8d7:"反选","76159d0d1261c0b6c310901244457e36":"取消选择",be4751b0c9adf1d8deee45226c6124ee:"选择奇数项","49f4010dade8652e5aff6a2c67aa23a4":"选择偶数项","49b4aa407b91ac997e27314e30c03110":"可展开","8c1f5c49de09adab9a0e0c39e0106f78":"行展开条件",caca6cb58342bb604483d94f49515234:"可嵌套","5bdff9fd07d2a2430ac50e1559dbee27":"可拖拽",dce5379cb978a8259ecfca8f08f00817:"隐藏","33eaf97ecb3465754855e847f14d129c":"快速保存",ce7d31d64f2315e1d4cede288b9dfc60:"快速保存单条","927b639f244953f237cd12943c8b815c":"横向滚动",fdd59ca00eba17d4bfebf744056ce4ab:"嵌套缩进","6bfd4423d8aebbf0cac7ba4d74f245bd":"选择列宽度","21922c6479665dcba83106f8e9ffdf68":"固定选择列的宽度","31b7c58c2d9a170829b90314ff98b66a":"展开列宽度","81ccf26d9622d139a13ba2a61bd9fea4":"固定展开列的宽度","68e9249db7bd12ab17994b1761b049f5":"自定义行样式",ef0c5b6fa16497343eedb76171d61d68:"展开行样式","1a7bd457c08093cf2cf887403dc249d8":"展开行内容",b94bd878cae4ddc567b00a2dc4f21d74:"开启排序","5dc3017c21ae2e31ab127dbde8ec80e9":"开启表格拖拽排序功能","25915fb58615ba9a5e145efa252fec30":"自动合并单元格",d7d0936858fcdf4ffdb2899451ec74fc:"设置列数","80174cabf025dfe269aee5390b813708":"设置从左到右多少列内启用自动合并单元格,根据字段值是否相同来决定是否合并。","14921c3831512876f6d58b2a497b86df":"展示列显示开关",cc42dd3170fdf36bdc2b0f58ab23eb84:"开启",b15d91274e9fc68608c609999e0413fa:"关闭","6fe0b71c07a5ce5f7a09f7fdb1d63827":"自动即列数量大于5个时自动开启","2206c0e11aa5f4f154aa9e5dfffcb474":"是否固顶表头","5006fdc5659989e42c3855c17c57f878":"是否开启单条底部展示","9db359f376a1a588ef7dcbef53cc114a":"如果列太多显示会很臃肿,可以考虑把部分列放在当前行的底部展示",df74194830e695efbfce16c0c64223cf:"底部默认展开","94be543c4fd399f0839211464c8583ce":"第一条","9a7b52fc8659f1786907fe93efa85bf7":"所有",b07deca9076bd3354b1b2709d58d725a:"不展开","76b3250fb1e8593fac075b64029300fa":"行高亮规则","1fe38acb67e766f7767d9f8e88bfe990":"支持模板语法,如 <%= data.id % 2 ? 'bg-success' : '' %>","734ebf8b33422c456e937fc27c9a16ce":"外层 CSS 类名","320f489db3dade075d69f155b346f98b":"表格 CSS 类名","08ca0d502abc4336855d837f281caef4":"顶部外层 CSS 类名",b6469055adf2b7bfb187f74ae17dfe54:"底部外层 CSS 类名","39ff38577b97cf98fc130f9bd596d4c4":"工具栏 CSS 类名","4ca07911d10b74cc7c357b510e7cc948":"列字段",eb2719a7e6cebda7ca234560f21fb448:"列标题","7ad83bbe4646a0011ece7fd338d1e189":"在标题旁展示提示",f35c90b504521a2da346960b9db23828:"当没有值时用这个来替代展示。",b4521626a48dcb61001fc563d2433ed3:"可排序",ac83dbca40c9d2151b5f7d81795535cc:"开启后可以根据当前列排序,接口类型将增加排序参数。",af9cbd3988196fc104af4fed9461e152:"可搜索","34dceb7c51000849ea3596fbaab6f67c":"配置列搜索类型","9a899d9ab83d8ffa6308fb31e93f23a1":"快速编辑","4562be5a3f9823a5f61b25f8d14b2b43":"修改立即保存",c115f372bcdced1e70824bcbf42b5923:"开启后修改即提交,而不是批量提交。",fba91204d335ae6eda35809023a94f7f:"配置编辑表单","90ef7c485bd31fab681c6e9d9afd5be8":"查看更多","71c0319fce9f416330b18e554e0acc55":"浮窗","64035b04a21bc337a351b5a2a5d12acb":"浮窗位置",ea71a81cf874780294d517b0314feada:"配置内容",ca60c525372028b9f75ee4c708cccae1:"默认为当前字段的值",ac04259507be8ba6b891dc9dc208f491:"内容模板",c9f7324519225bc72fce24a09518a8a8:"合并行","9af45e91a08b54764610ada28272d590":"合并列",ad96280bb24a38f9a83051b16ebc9688:"自定义列时默认展示",eb58b078f2f8560160ebf87bc7109de9:"内容超出换行",f1f4c88f30744f2365b65f1790c71da8:"错误的组件合并对象,面板过老无法处理,除非增加新面板","175e01917d9d4891a40eab43f4487030":"表格视图","9fe8304dade75a37bc04f45515688325":"表格类型的展现","2560b304e691da78ee2e02f5af9b494d":"地区",f7d29dfae05b5d049b64b040b14d9a00:"城市","44e7ebb4007104495dcb7afbbb6778fb":"销量","3f0cb8b8c238c3b4e08898ce6d449c8d":"华北","692e92669c0ca340eff4fdcef32896ee":"北京",b8b75a5f9109919ff3f67b336b62afe9:"天津",d1c2b2d68063b4a57af61e3027861cd8:"视图宽度",b32ec25f2bdf7b2eed5e947cf82a4fde:"单元格默认内间距","8a42ded5c9d58f3dd9e3a8968ec04b34":"显示边框","9b4bae5d8251de0b6f00b704936b00d3":"边框颜色",d273f56b3e598e794c3480f1e62f3ed9:"单元格 {{@1}},{{@2}}","466c65230ac92494c3af79757b4b78aa":"行 {{@1}}","1ebd0cd417700f3f4a7ee5f64518fcd1":"单元格","4d775d4cd79e2ed6a2fc66fd1e7139c8":"显示","7ec907e7059b758ace2f3adb9bb803ff":"文字颜色","104711e38d3cd9335dbd1f4301178edb":"文字加粗","65194da33aa3aa1d0fd08b5690af6f26":"单元格宽度",fbd9998b10e690230b0f2fa9b24087ac:"单元格内边距","0bbc2ea4e1d1f23feb576de5dca1ce3b":"居中","4745afe0f89f665e41adf819da5df1b6":"水平合并列数","7c2e1f863e86715e892f61a54e558b20":"垂直合并列数",d17020cd3e6564f5154cf2251cd30f52:" 行",db439b129f3143e14a7024f08ea3732d:"行背景色","30d6ed36667cb98165f07c59702754ea":"格子","49d45317662097180e27fa53235d9b13":"找不到对应的 td id","013326241579b9b2735756f2204bf8bc":"第一列没内容",a896691b72032fe21a00b6487381a529:"左侧新增列","24e4bbbf29a8d31e711c8d9366bf1a6f":"下方新增行",aea2dd682bc9dc2974dd971581148459:"上方新增行",bac058b86f8fd4e8f5e2ef3807799aea:"右侧新增列","488d0742c010851e9c6ce3264df9542b":"拆分单元格","9377e388f7189d6103a3985a321115c8":"选项卡",a8b1273cb2d53ad858906ff9744a9891:"选项卡,可以将内容分组用选项卡的形式展示,降低用户使用成本。",f78416dbd6c6a40a3ecd1c1f2b0672c8:"选项卡1","9769ee568100b0c530a06ec3f0c0044d":"内容1","4be268145385303e8ebeb480458a380e":"选项卡2",c50159e2acff0f4ffdce4c67ec3513a3:"内容2",c8794c58d0eb020ca40905d1904d88b2:"激活指定选项卡",fcd3abb110aab48ebd0ac2a1d7040d6d:"修改当前激活tab项的key","9d000284174ff09642502803887f28ed":"激活第","29645b509093191cad34c673c1b3efb7":"项","9578012b7d75a3a47c76acc176caf403":"激活项",b744b72fd649d904e561358fc26c455f:"鼠标移动到选项卡标题时弹出提示,适用于标题超长时进行完整提示","6e7fe62a865cb9ae90e52f85f4c6b8a0":"默认选项卡",a8986713e2b83c9ecafe5b107c09b68e:"默认显示某个选项卡,选项卡配置hash时使用hash,否则使用索引值,支持获取变量,如:tab\\${id}\\${id}",acb839aac679bb34be9b4b49806b74a8:"可用\\${xxx}取值,根据该数据来动态重复渲染所配置的选项卡","5b9af1bc3012bb3c8e07b983b423ec17":"激活时渲染内容","4bcecc15d16e8c851dc3d155b8f30929":"只有激活选项卡时才进行内容渲染,提升渲染性能","12c6a62683d63e404d71a31c9cb5209c":"隐藏后销毁内容","5b52bcb62a2e1dab99ef841b05395b6d":"激活其他选项卡时销毁当前内容,使其再次激活时内容可以重新渲染,适用于数据容器需要每次渲染实时获取数据的场景",ecfcea4b381d761fecd512761bc07954:"线型","3d7443aeba7c8eaf1cbb42ad5232fa10":"加强",ee5e5a588705699a51eb3c5778c3020a:"仿 Chrome",c5b8044dacf2e63931d85e5e307a9168:"水平铺满","22d18bf0c476ebe7aa9303108677ff2e":"选择器","5bff38cb05e3710a0c0cb16ed3ced78f":"侧边栏","593c1c61592f80831f58b2e44cfe63fa":"标题区位置","030c8cb75e9707285b28c4931bfeddc5":"标题区","32b4bc87bf7f95cd6094992f0135ff7f":"标题图标","996a919888ae86e842c76245daae2360":"设置后,会同步更新地址栏的 Hash。",f3051dd9b3538e170322fd5224b28de0:"激活时才渲染",ee51f2d49fa12c730d2a0efef0d67e44:"当选项卡选中后才渲染其内容区,可提高渲染性能。","024f24defb08c5c9d463a2668cbb9802":"隐藏即销毁","370bb4d6806c88a7df2ac17ca2a7b6a6":"关闭选项卡则销毁其内容去,配置「激活时才渲染」选项可实现每次选中均重新加载的效果。",f6724322c613ca164ea9a9d03e9055c9:"卡片{{@1}}","8a471486c6c7bbe43e14392c6b127aea":"异步任务","4f58f808d62c4e31c347e483898396d5":"用来做异步任务呈现或者操作。","9ee043b0a77a26d22eec0f4ea99afbd3":"hive 任务","3709f71c9552ed5db76cbe8f3cb5d4be":"小流量",c60ad696dee4e1eeff6f0f2c2e9b9fc0:"全量","5c0dc424442c913c6d16a2cf43137da4":"初始任务信息","78caf7115c5140f8913c581920239f22":"任务名称","3a3778f20c0e1a55adafad4861a71216":"任务ID",bc7e74f7ccf8ed6fa5b7b7649b221daa:"任务状态","1d35dcbf191e36dcc6c15f71277d72ed":"任务说明","76ba17faedd82297d09b2edd70c5914e":"新增任务信息","093bcd735847b8464d683464165adbb8":"可以不设置,如果检测接口返回这些信息的话。","7dca021cccc260dbe1d81dfc6b29f513":"状态检测接口","358e55678114f19424efbb42c0a927d9":"定时检测间隔","77bd60ba17a73ede5d81c4eeba0f830d":"提交接口","1e057692fcf81e07e20b5f7c9073ea35":"重试接口","24e3562a3262e80c3119f22b8f447f64":"任务名称栏标题",cb8e07cea4df337bb6dcb8362b5f7e02:"操作栏标题",f2acd3adcc0a0d73b318c83a29a4d2a9:"状态栏标题","8a4cf07caf84c91a87e8ff3c48a944b9":"备注说明","0cbbb89050458c2bcf0ca98c19dc8864":"备注栏标题","879eb99c7b1aa3223925b9b2dbad4c63":"上线","804b6382fa6d8b53c5a2a409f30f7fe2":"重试按钮名称","132c5cdcceb0f1f17c8c088a42959aa4":"重试",dd4e55c39cee201b82dbc9cb2aca173f:"未开始",c0d2181d579cd1e965ed10d5183b1fc0:"就绪",fad5222ca0acfaee54f06458188d916a:"已完成","7a4b9e6f14bda48d2c3bf0fa431bd2b3":"状态标签文字配置",f198581dbbc357ccc0283cfe02d56edd:"初始状态码",d6bab2368de31490741ed95f732aaa25:"就绪状态码","6eafca9359acbb0bedcf86d6b8609e41":"进行中状态码","7e8b2e41a303cb8532b9ad2006da3c25":"错误状态码","231b6f799949f9a743d5193006a15af7":"完成状态码","003797f6b66c67cd87ec684cacb4ab70":"出错但可重试状态码","89d19c1fda4906bd7a336895835ce20e":"按钮 CSS 类名",c52b46333f6d5d2796ee64cb359cd58a:"重试按钮 CSS 类名",b091a100499d48dd4ccf0b982aa37d68:"状态标签 CSS 类名配置","7ac24322bc8eeac88db6823942423ac3":"时间展示","82315a0cd63e7f81233ad804e0d02deb":"时间数值",a389ce9c52a94bbdd5c7fa84af85348c:"显示时间格式","7cef725b75da8afecda59900b780be75":"时间轴","8f32bcb8d5baf6cbb410ef3f6dbed8d5":"用来展示时间轴","1aa46d7cdc632756dfbf16c55436bcdf":"节点数据",c360e994dbcffdf31e86d2d8875370e1:"排序","825f53899a11e598fc9f9b43e0814a58":"正序","8eb4b7abb66f0922778a39044b42d345":"反序","0da2ab28a6e03922d4a0c78451146b87":"时间轴方向",d1b490c01d24a1a70e9c83a29ac38fde:"文字位置","00ff9356c34d05ecbfd6559a46f56e25":"文字相对时间轴位置","71039986e2386573ab6e5681986c2230":"两侧交替",c5d48d5732c64d5dea4bb0b4aaf13813:"请输入className",dd438f6fb09d6223fd95df16383f0f44:"文字提示容器","33813749a95477897085e2435acc16b6":"类似容器,可以将多个渲染器放置在一起,当用户鼠标悬停或者点击容器时,显示文字提示浮层","9b14c9051067bef2dd9a15683201dd18":"提示文字",ab97cef55407efa11f79211e17cb2b4b:"默认方式为”鼠标悬停“",b47707f0e916e3e3f4ba885bc2cf2c11:"主题色",a32b3b848eee6929634dfc9a9d8bcdb1:"亮色",adb7e5312abdb9a44297e48d63815fa3:"暗色","0de826c66ae3fe8043e9a39b35616ee6":"容器内联","4583d3453c31cd3ff068c1358d8e7f1c":"点击容器外部关闭提示","8e290c31bc0b4f76edbd58c3575b8420":"浮层偏移量","03c87fc8d49f865f0c2895d9ef3fe352":"提示浮层位置相对”水平“、”垂直“的偏移量","4e3e1e12e701890f4461808cc8f9d407":"可进入浮层","9d6246f57f6924410b0c68f2172420f9":"关闭后鼠标进入提示浮层后也关闭浮层","90919000a708f8d66b7591e21b8e33f1":"展示浮层箭头",ed81f127f3b2aaff73a4f4dd5968fdcb:"关闭后提示浮层不展示指向箭头",b60e5222037939812dabb7da9979c27d:"延迟打开","82bb338503938f2da52e91f7244a34a2":"延迟关闭",d55c726c99995e106ba5f3bb2b791a86:"内容区CSS类名","0ce2605d7eed6782adb6bc62ffae2335":"浮层CSS类名",edb5acdc9ee5e75fbc238ab4a0300eaf:"文字内容",b1f824deef0d11e1fe3b73167a902e31:"文字格式","74cfa7e77be335e8e5489a00ef099cb9":"普通文字",d482086f653d92fa8f1011d39738dba3:"段落",ae27115431c46fa374ac28200304f341:"一级标题",de86106d6632da3fafb946f85ba91324:"二级标题","27f2c5c60f373a4380ec107ad8895f0e":"三级标题",c961174771e843ac4046b2b21c49424b:"四级标题",a791de104833c917f801c1976b9af960:"五级标题",de2687f9a16fea3654be84c74137b805:"六级标题","65862c97143c6c5479e0c623093a25d6":"用来展示文字或者段落,支持模板语法可用来关联动态数据。","38accbc34901ee6fd7bd7cd9f92f0a2a":"这是模板内容当前时间<%- new Date() %>","590e147e49735ebbfc51ae2175c36eb0":"请编辑内容","47ae015d04dda362d066e4f9ac09d647":"内联模式默认采用 span 标签包裹内容、非内联将默认采用 div 标签作为容器。","7fcf42edf5817042904f4a122ff77582":"视频","1d5bbe0ab0d90a223c162fb375997a98":"视频控件,可以用来播放各种视频文件,包括 flv 和 hls 格式。",f50bc38cf567e68250a8d15edfd8eb27:"视频地址","733dda7842619a437b2486f6f71b0c10":"可以写静态值,也可以用变量取比如:\\${videoSrc}",fb103fc64a0caeec24c707b9e7b50870:"视频封面图片地址","828f83110677bab8ef940f79f77b9049":"可以写静态值,也可以用变量取比如:\\${videoPoster}","351cb1f8ffbcc9d2d4c1f35505e15864":"静音",c7638cec349cb86eaeaeb983909fae0e:"直播流","82f5f7bf3fb529360947cbb3b988037f":"如果是直播流,请勾选,否则有可能不能正常播放。",df0134afa26415a560ae1320dee10c19:"视频比例","0d682d277649d8c7952d36f836619a44":"分开显示封面",ee1600dfbd6f9e86ca8761cf3fcf6a17:"视频速率","8e7124c3069460d4a8a04c3e3d9ce752":"视频帧信息","1fc7d723b3a82ce32bfbbfa0a1761969":"比如填写:\\${videoFrames}会在当前作用域中查找 videoFrames 变量,如果是对象,将生成视频截图列表,点击后可跳转到对应的帧。","1fa035e78c5408c9079c20637acdb2bb":"用于渲染 Web Component 组件","8df7c8a1f9f579f0ddc35bb4ee50f166":"包裹","5acec91385a3b9093e3c803f6b0d869a":"向导",c8c0339a6f9e105cfef45b76b788b635:"表单向导,可以将复杂的多个表单项拆分成多个步骤,一步一步指引用户完成填写。","155149d24d20197bc0836bededf63abf":"点击完成",d384a3c931bdf315e4760c9fc5980e6d:"最终提交时触发","335d6c56c43204f9efcefe36f097d35a":"提交的表单数据","5be9e21eb0797c9faa053eb0237c36f9":"步骤切换",d837ddaacb39a13806590da335e89397:"切换步骤时触发","02f706d7510e68c96aa073852d90ec20":"步骤索引","33c627bce8015c50152941a5b6fada32":"最终提交成功时触发","574f27f7223c86545a7724d18da96651":"最终提交失败时触发","8a427977d8135a019e4f1056120bfad2":"步骤提交成功",d65dcca33a0118a0a5ce343264192ea6:"单个步骤提交成功","5d7d91d9da162ee8fddd4d331d1434b5":"步骤提交失败","1c11d38e7ecf2facbf82f772d9222d45":"单个步骤提交失败","357954d848a9e2f12208673b3906a972":"单个步骤提交失败后返回的错误信息",d6c21651c32c63c8d61c85944c2c91af:"全部提交","75e3dc4be4ae7aca7e1cebc13f7e486a":"提交全部数据","0c3005b490ef428660ca2265a714bdbb":"分步提交","832efcc5c30746b84b910cde8630d491":"提交当前步骤数据",eeb6908870e058bc23d52c1e405a054e:"上一步",fc5dbc5789e158384f634eb8ff466b46:"返回上一步","38ce27d84639f3a6e07c00b3b4995c0e":"下一步","5fa57cab26a9d4e659c2e497018729ef":"定位步骤",fce22163929e8191b7de43699316f2a0:"切换到指定步骤",d529f7d5ed8956cd890173b4b5045a67:"切换到第","4a0ff5106d129883b446a29b1dac6f47":"步","78ada959bf5bdd6c70ee411c4cf23601":"目标步骤","098521c027a49fba5eb7f35430a6a9da":"步骤设置",c5538d5c74235d2988e51e632c4eed0b:"新增一步",dda36edbd4626e7fc868c14f9aa1556a:"其他设置","1fd41e410930ac58e748f7704c3a05f3":"如果接口返回了 step 变量,且数值是数字类型,比如 3,提交完后回跳到第 3 步","938b484df1447d8f01f96e45125eb031":"是否可被点开","20022725ac2c53869f7af6646ca4ba29":"用表达式来决定,当前步骤是否可被点开。额外可用变量:currentStep 表示当前步骤。",d4b8306441c00f01d4f044b3802c4266:"起始默认值","37c0c041a0ad487d23c9f42c29f6d5e1":"从第几步开始。可支持模版,但是只有在组件创建时渲染模版并设置当前步数,在之后组件被刷新时,当前step不会根据startStep改变","076bd7c0adfc4f5d2abde6b309d9f53b":"用来初始化向导数据,当接口中返回 step 字段时,可以控制默认跳转到第几步,注意数值一定得是数字类型。当返回 submiting 并且当前步骤中存在异步保存接口时,可以让 wizard 初始进入异步提交状态。",dbb19fea1965f7ef88cf1d1e0450c0f4:"用来保存表单数据, 最后一步点击完成触发,如果最后一步中已经设置保存接口,则此处设置无效。","0f04a65952b58cbbc5ca6cba868c3bec":"上一步按钮名称",e54827ae56fcb690d879b9cdd29f0ac7:"下一步按钮名称",abb7ba84b95c6c90341ac9c883fbc85b:"保存并下一步按钮名称",bed196af058f458def957031f88abd09:"保存并下一步","81b522590d543401ad15ae8a9155361d":"完成按钮名称","22c2aa6b59ab30c88fd84e8e5b3c4ad7":"上个步骤","7b91646d808737e7138ad8f32a3b6cde":"下个步骤","52b36576f88c31ed3971ca4d1fccd46f":"步骤","8164ad50987e0508caf7638c663f8b7b":"步骤{{@1}}",de5e232d10e2fa6218259289d4de4835:"类似于容器,唯一的区别在于会默认会有一层内边距。","3954d7a9c047b7522ef92ddd5fc35852":"内间距","315dcc9412a4499cf846736fdbaaa72a":"子节点","5db7ca044a5179bf05428b283ac0452c":"设置样式后,大小设置将无效。","7c57a563ab87bc6eb5edd8f5b953f499":"接口设置","6aa351f5dacd13d3d862d9c93e4a0241":"发送方式","8dc91bca9bc83efea73150e3478657fc":"发送条件","91ee84292a5bf5e59d3b6309f948f2f1":"用表达式来设置该请求的发送条件","55409342e28d37db86fb23efbd84a025":"发送体格式为",e06a14abe7ef66a8ead143db4ae9786e:"当发送内容中存在文件时会自动使用 form-data 格式。","773a0e8384fd6f784088b829d7cc2f68":"是否设置缓存",c1b110f13431df9662299f26def71df1:"设置该请求缓存有效时间,单位 ms",a18ea11244325dd3d20c5988bc7f6e39:"文件下载","68caa6082eda1745aa3f6b6d12efe423":"当接口为二进制文件下载时请勾选,否则会文件乱码。","91831507074270c0da8a31ad9ff87495":"数据替换","42be3061671b38468cc6ac84f6a0dd77":"默认数据为追加方式,开启后完全替换当前数据","81fe75a5216d4f612f1809c122f5145a":"定时刷新间隔,单位 ms","83f16354dd1532422dc8b3581d096e7b":"定时刷新停止","620f826a77f079c5683a9d3c59461ea1":"定时刷新一旦设置会一直刷新,除非给出表达式,条件满足后则停止刷新","90260d55567cfd97ec2f085963a60bcf":"HTTP配置","9ae7a582479116d4cb41e828fbd59798":"发送数据映射","0fcbf036057c6dd88b7b809daa0c5eb7":"当没开启数据映射时,发送 API 的时候会发送尽可能多的数据,如果你想自己控制发送的数据,或者需要额外的数据处理,请开启此选项","7dd590a9d9e783e980d318bd52891905":"返回结果映射","7e295b6ff39ec7356e06c4534bfc4fb3":"如果需要对返回结果做额外的数据处理,请开启此选项","417125a06b1d2bfff025e83a4e067bf0":"发送适配器","62efcb25e5b21da47c09780119da3458":"函数签名:(api) => api, 数据在 api.data 中,修改后返回 api 对象。","6eb8944029108ad3b6bb3572a648fafa":"接收适配器",e83cbec70e17988749c4a02a3b73f55c:"函数签名: (payload, response, api) => payload",be47bd270e7756d4233e59bbe4cd5b96:"请求头",f80cc88446cc10da4838556666f6b9f1:"可以配置headers对象,添加自定义请求头","9d191f6126f21da8222755c14f49707b":"设置 ajax 默认提示信息,当 ajax 没有返回 msg 信息时有用,如果 ajax 返回携带了 msg 值,则还是以 ajax 返回为主",c5e1f01e3d98b4db536765ae0d5b91a9:"点击选择","4e7c006f535b13b9737ac310bc34193a":"初始加载","3c743b8b2d662421117a2fb1c445425d":"当配置初始化接口后,组件初始就会拉取接口数据,可以通过以下配置修改","713ec76479b992652ed39364d3d03870":"如:this.id 表示有 id 值时初始加载",e5e3131aaf96b6dd10574bc9beeaf934:"定时刷新","9e8c8bc795ad25fc992cee9d81a8c46d":"可以配置headers对象,添加自定义请求头",be604f8b7ec5e80288b091ee12bbab7f:"点","9adcfe38533f68035b2bf7831d310381":"缎带",cbc608353218e1d63e6f47c9db1eae64:"文本内容","2613e43b46ca52dabc232054c1611c80":"角标主题",d8c7e04c8e2be23dd3b81a31db6e04f1:"信息",e4f10a8916d4c5375529e21d9b66e5f9:"角标位置",ebc556841a9264ebaab728efad7af777:"偏移量","81cdf47e8d8adfc70faac2cbc55e4067":"角标位置相对”水平“、”垂直“的偏移量","7ba3812c61e01b3049404a46fac8deda":"自定义角标尺寸","29e13ada94b145a1359291d5e1564655":"封顶数字","42becf09dfd209746b66726e7d21d014":"尽在文本内容为数字下生效",b599979e9a40823363451aeaadc0723f:"动画",b8c467fce096a649583c0bc9d9281a5c:"角标","005c50d1af6e833d6991ab882653b7ae":"加载可用字段失败,请联系管理员!","76f47297fe988267a26073a9aaf7911f":"暂无可绑定字段","020586d0c69f8211840ddf9ee9bbf6ab":"绑定字段","91be693dd1ccea38f8f514318fd8a944":"输入名称搜索","8517171ce4ad0e9a5b511bd6bb26f839":"暂无可用字段",f7d2996639d97b4a03fc0e40e2eb853a:"快捷键","71dc8feb597052ecd0e73c9062eecdeb":"未配置",e8755fb1e985a5d26df0fce1f0b7b0f8:"添加选项","51d8a85a3c59453eed398eb8f5d35585":"请选择默认值",cb73fbd12620c6ff4d7e5d1047c3be4d:"请输入静态默认值","303efd5ba79e639001b4328cd266dddc":"点击配置表达式","7d92f998d24da41b58db140b1864f773":"当前表达式异常(存在循环引用)",b5cc1cd60cd694f45142dc52a5bf53fc:"数值类型不匹配",b51796f5778fdc31bac73769a85f89c7:"未找到对应组件",eee03351367bb1907dcc3140ffa3e3b8:"去编辑","01820262aa9ad5b130f8f5b86bfd2968":"自定义选项",f99603414a616bdee85de0e6e3938b65:"外部接口",e6ff6a97bf600c02942db3126a7077b8:"API中心",b4fdf79b8f54856b072ec3874b830d1f:"请输入显示文本",f4ab507e2fa2d2bd66bcdeafd9fef797:"默认与文本一致",aafda9e8f6b7b613680677c513edb7a6:"取消选中","0560b060c438e9326f92718ccbc3f95b":"默认选中此项","5d26b8a41e805204c9dcd5ea7e23b150":"请输入文本/值","22de6ef85ed60ec54dbdc1d8583e5104":"批量添加","421252e16c6cb544fe9ce0be94a190e0":"批量添加选项","1e2f96a69fbef8caa8823a3067ebbdc7":"请输入选项内容",a4f1ddbbfc96930d24e4b54cb815b62b:"无选项","5b4ffa2eadaf629b833b37a3e8742b2c":"不分块","3569877e498155b59ef5299870c43f80":"平均分","15e1fdd9d5cc4dc595fba0eee0719cba":"按步长分","56d37871117270ce5d157a8de90dacd6":"与分块保持一致","6903085e7f31286560e4a2e160beac42":"分块","7145575ab9e3b4529eea61fe5fe76d0e":"块数","1c8737ec7da60e12207c9eb04ccabcd4":"新增分块",dc4c91dfaa3b760147bd92e648560af4:"下标","662d8b49913650f543c024d4d02009a2":"新增下标","69fbb2e5fc9eb3ba06096cbedbf5a622":"条件","8baf21fa26d6d24b4faa872953275d8d":"静态","8494b2036d3ccfe6102e930d9d8a3397":"请输入{{@1}}条件","311f6d1fa5f13b0e280d7b3c9d40c5be":"展开更多","38aa9dc2a0f14555322061d2ff997349":"更多配置","37087e5bb2d0367872a461f535580d91":"请输入时间","96641a78cfd9f9f8ba68f0524347b186":"请输入标题",a11cc7a65b27f3993d58438d275f3447:"请输入内容","34df758502e02c7c1a58f804a6c96c28":"折叠前文案","1d20d90b7c7301b7739900242d38544e":"无配置情况,默认显示标题","8aea4138b4fac2627c9b72da37e0671f":"折叠后文案",d584018521820dac9e92120737b733ba:"节点配置",c8158b3cad598b0b5939788ca4efb298:"接口获取","72a3c1690dead6e24f7ac1abc90d5063":"请输入显示时间","79d3abe929f67f0644a78bf32adb3a89":"复制",f86418b525af4b573aed36b8e3f9aeb8:"添加表格列",ec159d98c6c25fadd38bcd9362f6a28e:"设置表格列选项",f302b37cf6530d3fb39234a220d95437:"需设置表格列后,才能设置表格行","6090f7af1ae15892abe97409b9e557b1":"添加表格行",e6a10b831ae920bba1bb89a725e0fbe8:"设置表格行选项","355c54009e364bf4396be424fba10e0f":"至少保留一个节点","9046ad86a1a47f16e954f2ec38fb680a":"层级过深,建议使用【接口获取】管理选项",f69608e93e9728f4fbef583bfa1326c1:"选项名称","684a0d1aeca4e9acff89221b57826d4d":"选项值",bbcbe681f9225f8adf3663f563a9f294:"添加子选项",c08dbaf90614532aed9f526e58b7fef2:"选项管理","442781667396d6eff51113f482d89e54":"添加校验规则",d7a169e81b60ee08c82b5d9de473e362:"错误提示","9d9cf35ff82a6d960538ecd650e09945":"系统默认提示:{{@1}}","5ef6ce89f52b4331b080a0f3019414f3":"默认使用系统定义提示",db1cac8e2f6206e8f179b1ff47a676df:"未匹配到数据",e9908cdf79e965f6907ce9f291cdfcf8:"动作配置",be5fbbe34ce9979bfb6576d9eddc5612:"保存",d1d9049139d870edd490215530d90458:"执行动作","9eac7e07ca0a3181766e5ecc70d20727":"请搜索执行动作","0174bdde9517fa331bf7d716a553e023":"动作说明","0aeca07a02601a8e701a46d1a8b5ce43":"基础设置",da1ed600ce65be863766444e60c2da05:"执行条件","13b2de1073f76444c49d2c6a21e46e26":"默认执行该动作",d80bc0fcbfb250480320b683e48b1467:"选择组件","07682f1424e400c467accdb556d59e1c":"无配置内容","2e3ca80a58643bc28e87cc3b17bc9d80":"请选择执行动作","7030ff64701a938becbc5aa67ddb86e8":"错误",dec2eb7145e149f281cb7e75fbe8972a:"跳转链接",ae10a948eca808b3dd77506b24f3fd0e:"跳转至指定链接的页面",c7a34a3465d1beea2f85d53edcff8235:"跳转至","0b72392143e4038e98128cb0f6f679b3":"页面参数",c068b579db3bf0a553bd0af4f81cc14f:"参数名",bfed4943c5f487de1b63a82f7230cce2:"参数值","56aa76ab3c987377e855ae2c6c612050":"新窗口打开",fd5fb471ecce1eea63a6a95b6707f815:"打开页面","67e21dd387607ae3fb59846504fa2c4c":"打开指定页面",d7098f5050f017673319c5db1473ada7:"打开","39e107b7c4aa580f913ccbebc00f7534":"刷新页面","261242fe62b18b620419802c7dd7da7f":"触发浏览器刷新页面",ca180138a862543561d3a2c4f08b2e1b:"回退页面","5f6b9e7a050ae3f34b38191435e14b24":"浏览器回退","27e0ca877865238aad6940481b2984d4":"返回上一页",f80d12dcd65429fd28841e768062d3c2:"弹框消息","0561589c26e732981f29709a9b574234":"打开弹窗","256dbc5161ae393ec8a0e83ae6cf9469":"打开弹框,弹窗内支持复杂的交互设计","6cff4b6d794cc17f5d24dbe0d21e5732":"弹窗","507c1d40c5d6b990cf8c832b0a91cadb":"弹框内容",a532be3ad5f3fda70d228b8542e81835:"去配置",b67cbb1ca7439053f06d59aac5e410dc:"抽屉内容","3b02248ca3790e356e47b6900c0e3931":"关闭弹窗",f33c2c6ff58bcec40d3e74e591bb3df2:"关闭当前弹窗",e495f416b83e4c7ff3c66ec3be96a76f:"消息提醒","61d7aaa88181c527cfb936d4c686d267":"弹出消息提醒","4e5242a645864528e10f04dc2326a5c4":"消息:","6d00710a2528332bfcac14b58e412042":"消息类型",b87b77561e776367e6756e11ea652217:"消息内容","43ab9af06e1e0f0b2a8767b46cf8b1cf":"标题内容",f41a94bb85c5223181c4cdf83ea9021b:"持续时间(ms)",a0a837f2873de80bc9ec353c30e73171:"显示位置",f3296f64a8a1330d7a07f1d269a1db92:"左上",b97a5adf068bee6c852db9dcea3a9799:"中上",eafeba264b6338939f11f1b1adf40d2b:"右上",d429ffb093e9aa3bf80da125f1be318c:"左下",c241aa8f427118a719b94cbd8f2bb22d:"中下","9cd707caffdfb314d939298f2f2c267c":"右下","3f3a016027e540ef10a16dbd49fffde9":"展示图标","0cd902f953656adb29985b68e6fc9754":"配置并发送API请求","1535fcfa4cb8e4d467127154977e9788":"发送",c14a21300b61bb83b4420a1586497951:"请求:","88bdaf32c27ab169d3d686b86b3fae99":"配置请求",c5dec2a8d2308c1c15ec2e5441fd721c:"静默模式","4abbdba4b6b06ce00702a255bd89c92c":"勾选后,服务请求将以静默模式发送,即不会弹出成功或报错提示。",e3b49b5bbbdea05598525e91dbdfa638:"存储结果","4dca05af026848011eedee1b53efa61c":"请输入存储请求结果的变量名称","4da82260041107e5780bcbb3a14ef791":"如需执行多次发送请求,可以修改此变量名用于区分不同请求返回的结果","3f9e257178738d5d180ddc2996809c10":"状态标识","99c74120cc62f4bf31d661e3212b7121":"提示信息","89049706952412d790b801def284629e":"触发下载文件",bb79667f37035e9562ec6bcffd6cf8ef:"组件",c852fb60f1b8ce921c3def1eba000bc5:"组件可见性","1bd4cfded5e11a7a8ea4dcfd2fa17e15":"控制所选的组件的显示/隐藏",edf25860e3d457eb8ca9cb5dca06dfd7:"显示/隐藏","12c8d50c55eeec7059ddd5c303e34f77":"组件可用性","5e75800641ec5c1198092bcf9d34f180":"控制所选的组件的启用/禁用","7854b52a889b3ef0590d9f542efeb4c8":"启用",d86d5919f595226b7a1e8264635ca23d:"启用/禁用",c5a9b6e8c522de8a14ad7fab51c1a1e3:"刷新组件",be4b778e7f5aa6aa5a811d7db4e1a8b3:"请求并重新加载所选组件的数据","694fc5efa9e1d1c2c5eb6525e1c7fb29":"刷新",ea4d3723b350b2cb8f4c1a615e1b7df1:"设置组件数据",cb7add16ba6f0cd65d5ddcad71359813:"设置数据容器或表单项的数据",b91ebe714155c83b6d3bc02b675a31e9:"的数据","08ce6e74bb4a64753f1af2e5c836debb":"赋值方式","139294edcce271bf483dda437c421c29":"指定序号",a7b0b80a7bea1e5e973967c179866ef0:"输入序号",e887792fbbd65d21e43e832a5cd63aac:"请输入待更新序号",e3a6f648390842e0c7aa82d0f2c3f6e3:"字段赋值",a25657422b40023f2731619587940bc7:"变量名",a33903526e8fb3d1ac3066da70e7941e:"字段值","82986a4cab1d0efdbc23b3ac5f0fd509":"清空表单数据",f457845da8c119a8688e333a3554284f:"重置表单数据",a84a1311bea7370f1749341ffa6f75e1:"校验表单数据",b7579706a363e5f23b1040fecfbcb677:"校验","51325230409d4b7c64aaeb3db9904801":"组件特性动作","98d130cb9a360df782f6510abacbc022":"触发所选组件的特性动作","557d01c07aa7c4450a414932e6c1ed2a":"复制文本内容至粘贴板","5aa4369ec61715ddef3641992fad0d4d":"复制内容:",c7f16d729f3bca8f6936416884a74fb8:"自定义JS","1b5a6299ef404c1f7b4292c290b80f55":"通过JavaScript自定义动作逻辑","9bef5e571702130c5710af4ee2c27455":"/* 自定义JS使用说明:\n * 1.动作执行函数doAction,可以执行所有类型的动作\n * 2.通过上下文对象context可以获取当前组件实例,例如context.props可以获取该组件相关属性\n * 3.事件对象event,在doAction之后执行event.stopPropagation = true;可以阻止后续动作执行\n*/\nconst myMsg = '我是自定义JS';\ndoAction({\n actionType: 'toast',\n args: {\n msg: myMsg\n }\n});\n","9a2ee7044ff04234a8892a13583d14b6":"变量值","186c8d63db1c09c38bcfd048fb15846e":"滚动至上一张",d9b6b8e29d63ac6bb7a0381e994ebcb5:"返回前一步","47b9cbf9f3a3f08264b19f4a1228e865":"滚动至下一张","211ae8c8666f8b803282a74f90fb0dc6":"打开提示对话框","56eafb82d11c72b65efe07b9bedb5c19":"打开确认对话框",e777eb796f8a02e97a891fde43d10ce4:"{{@1}}变量",cc6aeb073ebc3cb29734a49164f8964c:"页面变量","979a50681e278dcc0be18f68459e8217":"系统变量","8deee3cdecdf06a05d22fcacc7031492":"组件动作","9654916723a8d1d82f5ab9d2911edf93":"温馨提示:添加下方事件动作后,下方事件动作将先于旧版动作执行,建议统一迁移至事件动作机制,帮助您实现更灵活的交互设计","88f7a3aef4888dd507482aedc02bb808":"配置动作(旧版)",c500cfabdec9b2761fe9f1aa543933eb:"动作",fa476b76ccbd4ac9316f0fd80257b77a:"重置并提交",c0a8088f2bbc993500c5a01b0f0a1887:"数据来源变量","71448f8c10c79b32312b7e3abe9104ef":"({{@1}}结果)",f4381cd48d8cb4307bc140613ea57d48:"{{@1}}结果","0b446df580ad309e7c26e5242eddafac":"事件变量","1fab2b4934161e87a1f0133b9d5bc1b5":"添加事件","4db5110d41293fef57f5a1f364187896":"快去添加事件,让你的产品动起来吧","5baa9ac58c00a7fb818d4a113d3f8cff":"未配置图片上传地址","7241f67ee4fa8e0adb5d602b5f9516df":"开始颜色","9f1b854df133912bb46203e84f0594ee":"起始色","8ea65e3d4e52c871d1c58b1926380ab0":"结束颜色","0c46a7f77a7247a9cc6d6e995c0ea8cb":"结束色",c7706039e8ad85969df13ce3458d199a:"渐变角度",f4882cbf65b232af449d7289354b9a16:"* 角度范围0-360度,0度表示从下至上渐变","5b9ea77bb6ce2d6c82e97b120d757201":"点击或拖拽图片上传","61a87a021904dc65995e99d4c476cb21":"图片位置","737391648d1216a1f84ac9ff52da5aa2":"图片尺寸","0f1fd39145bad43e18f81337e0144c8c":"充满",e0d76824dfe5e09c7068b44f605266d2:"合适",e39d3b7a3600d9327221a637f910fc0b:"拉伸",e1ff2c83c09f2dc6cc74ae02ab6b8222:"平铺","7ddd9dbf373f760acfd63778469b5c4b":"横向平铺","4ab931e0f709f9b493e660156925a113":"纵向平铺","21f3929a4484e6e992af64ec1dd3a576":"原始尺寸",a80a25b59908402cf7ee31a07d0e7739:"左边框",e0dfa25ebceabddb2180720d36d4c3b6:"上边框","57463587977a534f7859eb9d7c536629":"右边框","154d5216e42c916884431f0eea951999":"下边框",a8b0c20416853bda54120bf19477ad11:"全部",df68a5dc8f8847179b7afdf943f80796:"左上角",e717b4ae480e7c073fd5a44647a7f0da:"右上角","2a97dfb2d236c87c41fd588f006111dc":"左下角","1c9bc9dab33944e953412f8b22cb024a":"右下角","4dbe7c40ee82a56bb7a8152d4bbc07f9":"圆角尺寸",bb1531cc9643230ba0cbd7465818b52f:"边框线型",cc4c575642609fbf059a5df81eb86bfc:"实线",b1e0ebac23ed95807ecc566da3ffab48:"点线","61f6f4fc0b806ac9d41ad0792e6155f6":"虚线",bade10099f8447210ce7b97fa106b527:"线宽","5babfafd769570de3bba47605753361a":"边框宽度",af208c560d926f0daf4b2ce2d396505d:"X轴偏移量",b6b46126bfb0851ca10e74541c5d7be1:"Y轴偏移量","4a32b29da68a6ee204b3743e0fab8bb3":"模糊半径","22d460dcddb7fda718bc62034c459158":"扩散半径",b24a723b73f96ab3340fe9502370ee13:"内阴影","1cbac849ccc41edb12271d9fe9b65b5f":"阴影颜色",e94d6fc08a97892ff9d8c8d9a8d9e0ab:"设置阴影颜色",a5d833839a610994dc4752e2d91f4192:"显示类型","2c86d897c71cc9c2e648222a200d5bbb":"区块","0b0052c532b457b2d032c9f56af9e4e5":"行内区块","70d457cd36de1acefe7d9587f3f862c9":"行内元素",b5f55e5c7101d9be5218d63850e1ad8b:"弹性布局",a648bd0b9eb3c86e39cabeac484917a5:"弹性布局配置","452dba7c65211630f8066b070fdf157f":"自动换行","098d946b6f0cc85110c54cfac8691cc3":"主轴方向",aee1aeb8d65547f8a368bd7364cacf12:"默认水平","4c38eb0fea71a9506fd434a7ac5cb1c2":"默认垂直",ae07817b441091793c8af39256908373:"水平反向","618515fd68ecfc4a5b58462f0cb9666b":"垂直反向","58554717be87c1f8a6d6c769f74f0679":"主轴对齐方式",dfc71567fb75f5c73da377013a223168:"首尾留空",eb5ec10ef70689996dd5cd66e17a64aa:"首尾对齐",ba3a7db7cc1ac5a908358f62fdbb21de:"元素等间距",f6cbf29fdb5e94052a22986533c7267f:"交叉轴对齐方式","6b461e0a4ffef9438fb8f01369091cac":"字体类型","2539fe0e6d40a023dd95d0bd71d10bc9":"请选择字体","690660d9dbd7312ad2825e554736e2f8":"字体颜色","5f15efdc32badce0902c46a7a0105c51":"字体大小","4c5fead0489fbc7651c91400dec5d379":"文字样式","4ae7f423d9ed9ffa48c3e404f96bb51f":"文字排版","65786fea9d354015d3a2724086f7f3d6":"默认字体","226c06861b0605a3276311b1369204f2":"接口返回示例","1f318234cab713b51b5172d91770bc11":"高级配置",a0472043a9598b1b19f1adcec1e1d75d:"接口配置中存在错误,请仔细检查","2816c3584802b2fc75db5bc3c6aa81e8":"设置该请求缓存的有效时间","6e889f0cc8c1d8f705edfd5d0bbdaaa0":"当接口为二进制文件下载时请勾选,并设置 Content-Disposition","508a38f518821a0f6bb2d15269b31ece":"默认数据都是追加方式,开启这个后是完全替换","5c131eb3bc61f6b0a26e20449ad7ce56":"自定义适配器",f514cabe63553a850063834c9d44a5ee:"可以通过接口获取动态选项,一次拉取全部。","47d0a7caaa2baee8d38612a1c57421ef":"是否初始加载","866a60d7fbdfeba6ae42c7e9c7b03059":"当配置初始化接口后,组件初始就会拉取接口数据,可以通过以下配置修改。","3f4f3acd6968f38361dddc6612a0c54f":"后端代理","8df0f3891f8a80a392816f6ca662a33d":"刷新间隔","21157cbff85802e353409f647f1f1f91":"毫秒","66670400b1f3e4b6c94cff171d441585":"表单项内联","21a1d138166d5d92276d126cf1d6ecac":"控件宽度",ffaa96ef7232cb6d8ee4d7e673dbf4ac:"占满","4e9ce9dfe13d97031d228fc5ae229f0d":"隐藏标题",e2773277c7765d4590f7128423c58cee:"隐藏后,水平布局时标题宽度为0",cc572c07586f4ea0c5b9b1060eb777f2:"空内容提示占位","8528426e54902956723f322bdbbcfafc":"输入框提示",dc5dbe7a1b1ff5cae22ffbb636bc6380:"当输入框获得焦点的时候显示,用来提示用户输入内容。",ff255db9b108589abd5c649e2a02e3f1:"控件提示","9e783b34207fe24bc488136faba65442":"在输入控件旁展示提示,注意控件宽度需设置,否则提示触发图标将自动换行",b3e55578af5dd473bab62641bb2f5f8e:"输入类型","16084784a0f126b501e96994c792d411":"日期类型","8190915888889ed18be44ea0351d0448":"月份","8f30e9f8678c24496921bebae6ca2ac6":"年份",dc46b7f19799047a26fee668d49be0f3:"选项渲染模板,支持JSX,变量使用\\${xx}",b18ec08df2e47313bcc93430e7a25fd3:"支持 JS 表达式,如:`this.xxx == 1`",b7dee01f2d085d90c47bcb8b490d9055:"点击选择图标","689fad203a167d542c12bdc46f27e921":"名字","6c1e18fd4cb57288a9f43603d5167292":"需要联动时才需要,其他组件可以通过这个名字跟当前组件联动",ae344073ea6ca9ce742899cdf6d3e106:"请输入字母或者数字","1a1ff1e1149a0cd1b39c0b231a334d04":"可以指定操作完成后刷新目标组件,请填写目标组件的 name 属性,多个组件请用,隔开,如果目标组件为表单项,请先填写表单的名字,再用.连接表单项的名字如:xxForm.xxControl。另外如果刷新目标对象设置为 window,则会刷新整个页面。","4fe2f10c6d5bedac03f40a4362e4f69b":"请输入组件name","3bce1a6217990c8dc087d254f1fe754a":"自动填充",f01553e415ca33cc89d0bca84023f4b5:"将当前已选中的选项的某个字段的值,自动填充到表单中某个表单项中,支持数据映射","89bc2a21c778b36d09c8d795aac8260e":"数据录入","666352a09304cba42de24312f509c3b4":"自动填充或参照录入","04d815a5d4b803d6bb956d2da5a82688":"是否必填",a1b6281dc554ac84a3e6062f812fe50d:"表单项控件下方浅色文字描述","85541bd9f7f39a6e6d9d26cbe09cbdd4":"只读","4d681c4aa93c8d005ec2ca2370618d6e":"可见","5d0595edc3d14aec24efef85534e4314":"默认值设置","495333d64fc1efafd6c40bc9a3929fee":"不设置时根据 name 获取","32f13c9db34f638c2c5cf2bf19326ebf":"键盘事件","2882b15b04cb47d1497160b5061b9186":"默认是不启用","530c4483c7e52dc409509b755eabee11":"千分符","090dbd614a66a56a5eadec87f59ea15c":"图片路径","2a0c4740f156a9536049f4610da25400":"文件","4fa2ae7d726dc395cfea70ff3d7256d2":"Markdown 内容","52f43ce846b2bf73f86195cf196fe578":"计数器",b9245d69d2d82b0081ced47a18c27f41:"全边框","8f9b1b7e38cd2ed16f22807417ab3573":"半边框","7fc7940b4f7f58b49c71bf9e237b633e":"无边框","6fdccea6068e0698c565acd92052a86e":"必须选到末级",a80c61384a8459ef7bfb5082a2b54b5f:"必须选择到末级,不能选择中间层级","71758057056e7f31d73e3f3ac8860b4f":"隐藏时删除字段",ce641d8297471a5d65c46cdfb023097c:"当前表单项隐藏时,表单提交数据中会删除该表单项的值","3e719b87b9ee71d4613caefbf2fd1074":"UTC转换",d52e57147787797ae0153d43bf8be298:"开启后,提交数据和展示数据将进行UTC转换;存在跨地域用户的应用建议开启","339b9ebd91070de050b4bfe483aa4474":"内嵌模式","49a79f4047b81186c069ed1c9c151c66":"淡色","41e8e8b9935c9ee4e88b06643a2d5b81":"深色",bde770827b9137ddb3eb676878af9709:"次要",b1ea078db7298ea7872d894283378507:"上传方式","74cef1162781310e1503d2dc463a76fc":"对象存储","38fbc7fb70b4399d7e4050d3cbcdf229":"存储仓库",e5d59ccec2caa64ca83b7cc740645928:"平台默认",b6789c926cf3d23d13a6a3220bcb8e23:"初始静态数据",a4895ee2e87d1c47b734dbcf1a535aeb:"选择页面","150075376834f1879d6ceb7c2d10ec67":"比例","34598b2c71a8affb13da84ba39e905d5":"12 等份,标题宽度占比 n/12","73ec114993142f627ab6c3e6706fa3c3":"标题宽度",ae6fa9e75d38b9db24f78496b72bcc75:"固宽","424f04d454332ddaff4daa0a365e9335":"子表单展示模式",b17754a193ac835bcae0bf960f3a3772:"子表单水平占比设置","2e282fb6405a60830112991f88e95753":"左侧宽度",c41b3271487a3cc63e79feeb11b11de0:"比率","0fcf69b5d0b44955fcbec9702f90b556":"小宽度",b591aed69defa2abf0486da6a58dfb5e:"固定宽度","0fa590019ace86acee8d7655e5fb11b7":"大宽度","51c1e80408011ba118cdcc696f28283d":"左右分布调整(n/12)",aa0ff71cb10c3e54d68874dc2b17acaf:"一共 12 等份,这里可以设置左侧宽度占比 n/12。","1f08c91da33fc5f0616e8a85c0456a18":"静态数据暂不支持多级,请切换到代码模式,或者采用 source 接口获取。",cf763c357566be6fdaee886a40ddcca7:"选项文案","1ca0b9b486be3b766a92474189f11fc8":"拼接符",ab8e2e8cd076bd115cdd600d17ca5020:"将多个值拼接成一个字符串的连接符号","6df0630b4f00b6bd05de8af09c2f78ad":"仅提取值",d7d810ec89408c206a220f62edde737f:"开启后将选中项的 value 封装为数组,关闭后则将整个选项数据封装为数组。","4cff56e2b9703018efc48218b83844b1":"可创建","457c4cf8e1e2e0daef8949085555563f":"配置事件动作可插入或拦截默认交互",d03c96a2da4905c5f13a87c0d8ddbdb4:"新增接口","26bb8418786593149c0bf9f8970ab6de":"新建",a32b3bf74850faad3a9ae6a0a5dac781:"可编辑",ea56ca3dac0d39e463a8233fd40a9eb6:"编辑接口","3c87af7c432e6b1f59e4f415fd5060cf":"可删除","793e260d5b7c67d43b5c6d5e885d2363":"删除接口","63bbd68594c9a987d0ff41d645fafa16":"是否默认选择第一个","0dd2e4469872c176ab1e85b66d99da98":"隐藏路径",b7e26fcff328b28b393ef2e57e96e258:"隐藏选中节点的祖先节点文本信息",c49fc970bcd168e1c652a8ced5d95d0d:"其他项",a45b5d3fcdb8210d249b2c6d545b6691:"光标类型","2c3888961c01fc9c466d88c88029158f":"无指针","062d0b688adb10f3af5ebc2fd2667f1c":"悬浮","92e3a830ae9a1252278da742c0af74c3":"帮助","87e277f953fd3c867d7fa02897c2c124":"交叉指针",c19639326396d2527268484379a671d8:"可移动","183f48b3c1f0f84e538cd4315e5645e9":"可抓取","4f9b192ce84b4df0900510257082ef43":"放大",b21ac25366449b1720bdd75d39f163d2:"缩小","93ab99d761c9ca97dc926e6db10469a3":"文字大小","86cdd659decaa1b959795eff92a0c2d6":"文字粗细",e8ed49e9fde0bb778e2185876c2d2697:"边距","4e7f76261f8c4c6d78998f85fc1f4c6e":"外边距","841d77223f0ec8cd0b530ed8e0775b20":"内边距",b5bd9a6703f5433ff34aa0af9049740c:"圆角宽度","14eb3a698316caf3fbe9b2ab9c3d9527":"特效",cff1ec632eaf35f64791615e15ce6d76:"邮箱格式",fab6f9029822dea7838bf9908d7f5c09:"Url格式","1111c44adfa40fe9cb22797d2c1e37e8":"字母","725bf3485a0456cf7f65a507ce67254b":"字母和数字","96c4ea83892a3227a2aa5b8f3759bca4":"整型数字","35962d17a3fba5f4802d7845695a3e72":"浮点型数字","28e8e048490110c8dd8e2ad6af324980":"固定长度","8c4ee6022f1525097a1141acad094d4e":"最大长度","17971609e210034c0d6a25b0186e2b7b":"最小长度","92448a35f41de3a1fa69135acfed5ce9":"手机号码","193a8c42c1c373f385a4c7b33ffc381e":"电话号码","6102d474314f27577d89e85b4c6cc4a5":"邮编号码","84e0cb5d57ed995b0cc04b4ab9a7997b":"身份证号码","8dbec4f0c05be45a8acf6a5ae9d1f880":"JSON格式",eb242bc7524c797fb1aee2344dec92da:"与指定值相同",c17d9577233793976d3902c117eed82b:"与指定字段值相同",b457177c184722b655954a08cf3f71ca:"自定义正则",d3927ffde0fdefc47f910e70226d6a4e:"自定义正则2","0ebee58f4f2a0f807f08a6427dc58497":"自定义正则3","15f52cddb226421e68c70488fff3db5b":"自定义正则4","271b01959e09c0771760f59964baed56":"自定义正则5","4eddee6a20aceddd6bcdf7e0736887ee":"验证规则",ba3c802f3ce1641eb6f8986e8d19e672:"新增规则","7be30fe376e9bfd8895ee50e6f4216f3":"设置长度",d00f99fd76e86ba4dab6f70858010ca0:"设置最大值",e993ecfbb3f934481257f1bb57056bfe:"设置最小值","99f5d503544334c670cbe1f400aea9e1":"设置最大长度值","91bdac623455c91b7400328a5600cec0":"设置最小长度值","7002c4a1b7cb5bc32ffd52e1f2d74c70":"设置值",aa9cfa5321e589494841ddd90a10c467:"设置字段名",d22b6fb1c857777ba21467835efc65d6:"设置正则规则","1b7e06ef04d7167e174eb6929421592f":"Email 格式不正确","2d163645de4d4b4760e9fbdb535a1a88":"这是必填项","87c91ce706ab845b55ce95372265b92e":"Url 格式不正确","2b702fb5b95d47944246f79ae4032281":"请输入整形数字","48e2aca8e6347b008b6fbdb48fc4b597":"请输入字母",de66a286057d4e3f1ee2d9bccbd48ce5:"请输入数字","84f46c9b82c3c8fe276dfa65173c59bb":"请输入浮点型数值",fb73d98245f558dbb2d6a0c8d2699780:"只能输入字母、数字、`-` 和 `_`.","923a91fdc2c777f8443c85278060195a":"格式不正确, 请输入符合规则为 `$1` 的内容。",d87b1a3d180a1cc56bbd174d2860ca4c:"请输入更多的内容,至少输入 $1 个字符。","9b8d6abb2f03fbcbdb0e4d2b1970a751":"请控制内容长度, 请不要输入 $1 个字符以上","2a5d0be4d5cd088f0371ba6f8656fe7a":"当前输入值超出最大值 $1,请检查","8256618e16217325e6a1d880f8eb7adb":"当前输入值低于最小值 $1,请检查",f58829312013d929923b0c2a1fbacf19:"请检查 Json 格式。","161278fb2c71e5a8aa8aac50f230233d":"请输入合法的手机号码",ba42949accfe87c20e6c2486cd065dd2:"请输入合法的电话号码","1d2c5048143328e21cb9c2dd84b696fb":"请输入合法的邮编地址","038b3ed111e87b56572f3945a1b0e02c":"请输入合法的身份证号","335e2618dda48c05f4f833ebb1e299df":"请输入长度为 $1 的内容",bce45e909d6d14a126554c8cf6f65a13:"请不要全输入空白字符","17bb8e76f78bd16a1841e36ab8462e53":"输入的数据与 $1 值不一致",ab534c35774dccc322331a079ae6e7df:"输入的数据与 $1 不一致",ebd0dc3ebde6182caa3b66e0faf658b6:"自定义验证提示",d7772d568894afbb1c924bed7f7ddb32:"自带提示不满足时,可以自定义。","58c9592f818d706420236c6f9f595517":"新增提示","171f7b825707ddd79175fed3f8def6cd":"修改即提交","6ccb7091c39a5229f7e77eff4dd44a0e":"设置后,表单中每次有修改都会触发提交","1a006028adf7167ae28cdf532bb75ef4":"校验触发","8d877748c3bc71b517e2d46344916b3f":"提交后每次修改即触发","2c60032f2a57717e4f7c16ee185795d6":"修改即触发","5ed62f810226722d7c910c2d8dc4a0e8":"提交触发",ed3dd0bfa89500c5feb306cd4d9db56c:"正则","537b39a8b56fdc27a5fdd70aa032d3bc":"必填",ab90c616dd114af087b31b90d3cb4063:"字符数","41e82a5a0e53ba94d1160ee855c72a7a":"请输入字符个数",a85ce2404b26140080c929ad9c3ec305:"请输入更多的内容,至少输入 $1 个字符",e93275245d529c486018e47136bfae2e:"请检查 Json 格式","2c8c25bb51dfd9ddfc74fd75a8a380a1":"值内容","859102d8ced9928cc71bb225961171bf":"请输入Js正则","544fac400db790f57ea8ee4207cbeb6b":"标准","7a377ac3904628fd73e7d33ce6130ae1":"表单校验最少选中的节点数","674ddb63a7cd9e14a49813d52cf7e25e":"表单校验最多选中的节点数","54d621d5bd588bea4e896de52147a229":"选中的行数据",ae76ff4dcb615d3b0232dcd10115e149:"初始化静态数据","152b66069787294e53cfc176a189c81f":"图标对应的字段","10cfe8897db8c032986138ba7b2f48da":"数据域赋值",a6e2cf5b7fa625f571a3e6d0df3a7327:"数据域成员赋值","3371427f1b82095309092ef82418ec1a":"您已添加该事件",a718dcd3a16bee2a4086244ef1eb0ab4:"请输入长度为 \\$1 的内容",c323e3527a805cfdd264700fdf013daf:"请控制内容长度, 请不要输入 \\$1 个字符以上",c762cefa0ff423010af0a943c04d603b:"请输入更多的内容,至少输入 \\$1 个字符",b95aed5c6f2c8e49e23b382ac3d593ba:"当前输入值超出最大值 \\$1,请检查",fd11733fbabaf2ae3cf1fcd3fe385cc5:"当前输入值低于最小值 \\$1,请检查",acf719549561f28f38bf750a64cda508:"输入的数据与 \\$1 不一致",e027500d91d46a962036f63c09492c6c:"输入的数据与 \\$1 值不一致",d01886eeef1de19f2e99617017f4def8:"格式不正确, 请输入符合规则为 \\$1 的内容。",f10b676db977ae808af8d96b327be7f3:'有哪些辅助类 CSS 类名?请前往 样式说明,除此之外你可以添加自定义类名,然后在系统配置中添加自定义样式。',"73ac822ddf4685dbfec661dec41a96b7":'
\n

hello, world!

\n
自定义容器区域
\n
',e9b91e9101059dc2e234d9847dd7b003:"弹窗数据","94397b87ac63fe238c779120fadab024":'位置为 "左" 或 "右" 时生效。 默认宽度为"尺寸"字段配置的宽度,值单位默认为 px,也支持百分比等单位 ,如:100%',a6d91e801974dfa735a4ae0e098c522a:'位置为 "上" 或 "下" 时生效。 默认宽度为"尺寸"字段配置的高度,值单位默认为 px,也支持百分比等单位 ,如:100%',"197af5d5971778e3b80deb25182d63e3":'子节点${index | plus}',"7341e991c8e8cfec68d31ffe0e06e429":'比如: this.type === "text"',"8add6799ceff24eb041c5a6a92bb1694":'支持如:\\${xxx}或者data.xxx == "a" 表达式来配置作用条件,当满足该作用条件时,会将计算结果设置到目标变量上。',e02d111d524de97e8622121f7ce845cf:'提交数据前将根据设定格式化数据,请参考 moment 中的格式用法。',fcb9b16d5d056bfbf6b6cba9dcf61efa:'请参考 moment 中的格式用法。',fde1ab2f504097f3f717acbb653b4f09:'${formType ? asBase64 ? "小文件时可以使用,默认给 Form 提交的是文件下载地址,设置后给 Form 提交文件内容的 base64 格式字符串。" : "File 控件不接管文件上传,直接由表单的保存接口完成。和 Base64 选项二选一。" : ""}',"17a689143f0c7003123bb3c947d35273":"校验优先级比最大宽度和最大宽度高","2aa41edf8cfa79e7e5fcf38c9742b495":"校验优先级比最大高度和最大高度高","37ad5d98b12853d786b08cb52b91a43a":"开启后需通过CSS类设置其高度、宽度","324d0ccd6fa9d976d2f17de3bf0b70bd":"开启固定尺寸时,根据此值控制展示尺寸",d85a80d177db696b29b7338af1501055:'使用空格分开配置,使用|可将配置栏分组,参考文档',"8cfcd52cebdc2555b202f4b03de93662":'使用空格分开配置,参考文档',"5831c1f77c5acefa6dfe9c64d06ca78a":'配置"canAccessSuperData": true 同时配置 "strictMode": false 开启此特性,初始会自动映射父级数据域的同名变量。需要注意的是,这里只会初始会映射,一旦修改过就是当前行数据为主了。也就是说,表单项类型的,只会起到初始值的作用',"24c5febd312d27b5e80354cf03e241f0":"外层容器",a269e7de6c7735290733eb3e574c2129:'请从百度地图开放平台获取',"0861915dbac25ccb573b3bb72ffeebd7":'支持使用 \\${xxx} 来获取变量,或者用 lodash.template 语法来写模板逻辑。详情',"844318bd1d58ba0bf7dabbb771174b12":'',"2fccd71275cdf5d6c0c677ef79dd84a0":'',"198a96c4cfc64d5feba81b3f931f8289":'',"626a0f2fdf13bcadf11581006ab9eba3":'',ce3fd44456123f571e9d083b98da9fcb:'',fea0f3f456153564218a9eefb78d8cec:'当多列的分组名称设置一致时,表格会在显示表头的上层显示超级表头,示例',f8fc21a9fd40881e8fd3d7f15919465c:'如果当前字段有值,请不要设置,否则覆盖。支持使用 \\${xxx} 来获取变量,或者用 lodash.template 语法来写模板逻辑。详情',"2c8a99d35cb5704994cabcc61a4c3a4a":'查看详情日志。',bf9e242338d2c26b182aa6b9c015d84c:'如:this.type == "123"',"5414824fb8efdb7d59beae4bf95fdefd":'

当没开启数据映射时,发送数据自动切成白名单模式,配置啥发送啥,请绑定数据。如:{"a": "\\${a}", "b": 2}

如果希望在默认的基础上定制,请先添加一个 Key 为 `&` Value 为 `\\$$` 作为第一行。

当值为 __undefined时,表示删除对应的字段,可以结合{"&": "\\$$"}来达到黑名单效果。
',c130bd5b55edefdaf8923269e9a52439:'每个选项单列一行,将所有值不重复的项加为新的选项;
每行可通过空格来分别设置label和value,例:"张三 zhangsan"',"1bf14fd24efe68f62bbff0538dee238a":'每个选项单列一行,将所有值不重复的项加为新的选项;
每行可通过空格来分别设置time和title,例:"2022-06-23 期末补考"',"0e9525b2bb1493c567c114dd61b69095":"温馨提示:","7080fa6e0ca1d7e24f6f8cac05077a3a":'有哪些辅助类 CSS 类名?请前往 样式说明,除此之外你可以添加自定义类名,然后在系统配置中添加自定义样式。',f19464cd1d7c55610b84b4972eaf506f:'
当开启数据映射时,弹框中的数据只会包含设置的部分,请绑定数据。如:{"a": "${a}", "b": 2}。
',"784cf5219012b5f16f2985b7f1fd52f5":'
当值为 __undefined时,表示删除对应的字段,可以结合{"&": "$$"}来达到黑名单效果。
',af9f27383daeec508815a33753247f42:'${data["&"] ? "已开启定制参数功能,可点击关闭该功能。" : "如果需要在默认数据的基础上定制参数,请配置开启参数定制再定义key和value。"}',ff0d36eac9b9c029d91c365cd2c7e6cf:'${data["&"] ? "立即关闭" : "立即开启"}',"7237d0dfa065bf451120d06330291b7d":"({\n isEmail: 'Email 格式不正确',\n isRequired: '这是必填项',\n isUrl: 'Url 格式不正确',\n isInt: '请输入整形数字',\n isAlpha: '请输入字母',\n isNumeric: '请输入数字',\n isAlphanumeric: '请输入字母或者数字',\n isFloat: '请输入浮点型数值',\n isWords: '请输入字母',\n isUrlPath: '只能输入字母、数字、\\`-\\` 和 \\`_\\`.',\n matchRegexp: '格式不正确, 请输入符合规则为 \\`$1\\` 的内容。',\n minLength: '请输入更多的内容,至少输入 $1 个字符。',\n maxLength: '请控制内容长度, 请不要输入 $1 个字符以上',\n maximum: '当前输入值超出最大值 $1,请检查',\n minimum: '当前输入值低于最小值 $1,请检查',\n isJson: '请检查 Json 格式。',\n isLength: '请输入长度为 $1 的内容',\n notEmptyString: '请不要全输入空白字符',\n equalsField: '输入的数据与 $1 值不一致',\n equals: '输入的数据与 $1 不一致',\n isPhoneNumber: '请输入合法的手机号码',\n isTelNumber: '请输入合法的电话号码',\n isZipcode: '请输入合法的邮编地址',\n isId: '请输入合法的身份证号',\n })[data.type] || ''","5e568c42a5ecb74db2dc3d8531079dd6":'参考文档',cadf0e302ddbc6fdbf005aed670b5e3e:"代码变化","6006074bdabc639b86f42aa18876e33a":"代码变化时触发","28e5fd494ea37a09fd2ad36d0f98bacc":"被删除的项","046de1a6cb21ff83af74958342c0db64":"被激活的项",f6e5fc909971d2e5f6ffe23edae93584:"如果数据比较多,比较卡顿时,可开启此配置项。","31dae237cbd03ae0d2dcf7ad2fd4fb76":"初始化接口请求成功后返回的数据","850c62f7b1ebfb4b89182ecd51202a7d":"表单提交成功后触发,如果事件源是按钮,且按钮的类型为“提交”,那么即便当前表单没有配置“保存接口”也将触发提交成功事件","88b2930823f9fd6706473805e9b11797":"保存接口请求成功后返回的数据","3e07258baf3c4389c1ffd4a98c20b8fe":"保存接口请求失败后返回的错误信息","0d6581b6dd51f6c03a4edf26475d75c6":"被移除的项","4ea280a2e54969de1d1b9bbd5b708e63":"点击选项",f05520432bb87ced419a1da818c6cc9d:"选项被点击时触发","91f7b7fdf9b91073ca3519260f7a62d7":"所点击的选项","6afde638796d237377b0755506d08ded":"目标组件",fee99f2bcced486e4753a8f58f511d3f:"追加数据","3f3f4c71c1b736e7f01cf910a553ff43":"选择“是”时,会将源组件所在数据域变量同步到目标组件的数据域。
如果目标组件是增删改查组件,且增删改查组件的数据拉取接口是get请求,则源组件所在数据域变量将追加到目标组件的初始化请求query中。","2aecb19ca1655d66fc80fc27a783cc9e":"追加方式",b67b01a3b9170f1daf78082cfd0df793:"选择“合并”时,会将数据合并到目标组件的数据域。
选择“覆盖”时,数据会直接覆盖目标组件的数据域。",bd81577a6fd4956e676cec499bb70d00:"合并",e09fea40f7e4abd4b2a495b315940688:"覆盖","9a5500b6013ec1ebf61bdf0e18452348":"数据默认为源组件所在数据域,可以选择“自定义”来定制所需数据",f30bcdccf71b19e858c37d8881d2b206:"源组件所在数据域",fa644cb20c66f7530d8a376d4fa6a36e:"组件数据","7d9260bd45b2e85a09398f218c25f220":"更新目标组件的数据域或目标表单项的数据值",e7af71fb102cc86ab3be6a2fb32b5e3f:"数据设置","77b1081c177fa3334cc93c99f0ecee75":"直接赋值",f5c5e3d69daee06ea1606378ef466765:"成员赋值","697af73997072e0ce9ee65b15a7b3715":"重置页码",d7bf42dd6e66f2818f9a232603c4a53b:"选择“是”时,将重新请求第一页数据。","3e573fd37473d789211ee44335d82fad":"静态 CSS 类名","905407c57ccd033cb6bd64bfad20a8c7":"静态展示时 的 CSS 类名","0d1f68afa19f3f3dd88e28d17c98ddf9":"表格2",e052287273ad39a1d3fa9fa3decb5fd9:"组件展示态","506f28f48dbebd5d19e19dfc721e13be":"控制所选的组件的输入态/静态","0e35b091e18032508758899735664df7":"组件切换为静态","34d361256526b04909e064c29d9a9b76":"组件切换为输入态",d2e930293da37452638759e17d771adf:"组件状态",b535bea11c97ec5588b1494799de4d60:"表单输入",f7784642f42d33f506ba05f3daefc3c4:"表单静态",a8797a840f3c0bbb5297aada95f9b13a:"表单项静态","7bb3e24cc54f4b8ee0a65d14fa4c067c":"激活指定选项卡",fd951a59a7c635d5330bc1aeec22c813:"自定义数据",b62ce3df3c0d5772006c525b60d5eeab:"数据默认为源组件所在数据域,开启“自定义”可以定制所需数据","0f9803bd27434940d4017007c105a861":"当选择“是”,且目标组件是增删改查组件时,数据接口请求时将带上这些数据,其他类型的目标组件只有在数据接口是post请求时才会带上这些数据。","81e1ff0bb8917a9df99d737982ee24b7":"SubForm, 配置一个子 form 作为当前的表单项",a5c2dba5ccf62851b24cfa12d4958ce2:"可以用来展现数据的,可以用来展示数组类型的数据,比如 multiple 的子 form","74104c62ed33836f0bc74297539dd7c9":"配置 options 可以实现选择选项",b5ade3d97d5b11bc784786111e011571:"树型结构来选择,可通过 options 来配置选项,也可通过 source 拉取选项","2c05e451a6f2b2fe1cf55f7afb8c8423":"单选或者多选,支持 source 拉取选项,选项可配置图片,也可以自定义 HTML 配置",c65c9862813c7a66c0df52e301e0e1d1:"适用于选项中含有子项,可通过 source 拉取选项,支持多选","8f650b58c8421edecfb380d6f60ef40e":"通过 pickerSchema 配置可供选取的数据源进行选择需要的数据,支持多选",b7a4abc1e4e975c9df5bb9d9cf4823ba:"通过 options 配置选项,可通过 source 拉取选项",f2fc416c7d95a93a8da621f760be8417:"支持多选,输入提示,可使用 source 获取选项",b4482a3d9523f48e83a816fa85911185:"纯用来展示数据,可用来展示 json、date、image、progress 等数据",ecfd82eb65102274188011a502913d3a:"抽屉数据","951f802ebd0c0d795fbae6767a5ee9b3":"初始化接口请求成功",da0126992b4937a5fd847ef5366b02e6:"初始化接口请求成功返回的数据","70b8342d743374233bfee0f56c7f0fc7":"节点示例数据","38f85482d657cd4db1280c5efa1950fd":"{{@1}}对齐方式","0a0574baedb8eb2abf7daf25159d8bb1":"设置子元素在主轴上的对齐方式","5ccc4c05cd41195f202f550a4c307a64":"设置子元素在交叉轴上的对齐方式",b1b98c19058af70d8bd499e1899e93bc:"布局容器","03097563d201ad3a29c79165226764e5":"布局容器 是基于 CSS Flex 实现的布局效果,它比 Grid 和 HBox 对子节点位置的可控性更强,比用 CSS 类的方式更易用",e151c86d57096bb74dcd390ade29362b:"新的一列",e5f9b3a3655b8daddcee8b97b735887f:"向前插入布局容器","577b33bf128fba16ed8e9bf7c395f455":"向后插入布局容器","31f84d1bc6175fd0828a81b5bfd98736":"新增列级元素",cbc1d00cc640b67ee34a29a694ef162a:"左侧(上侧)插入列级容器",bb3cc092e17ff83e943554bde3d5771b:"右侧(下侧)插入列级容器",b19b454fe603e03e98ad9772615c7c32:"定位模式","8444f01399c0003fbb68eeff1310566c":"指定当前容器元素的定位类型","5ddea41072a27a74a1715549dfb79bc2":"相对",e9513a013011450c57cfe3ef51b7d4b0:"固定(相对窗口)","3059599d8ebfec00a8ab53346d9b4fa3":"绝对(相对父容器)","86a6b5a0a45bba5b6187cc2277e3375e":"布局位置","6e72759ed1cbf9f9e8523197dd93888f":"指定当前容器元素的定位位置,用于配置 top、right、bottom、left。","6896da744f8ae9633263d55af0fceae1":"层级","6f649980c839dffca1506f20d534fe3d":"指定元素的堆叠顺序,层级高的元素总是会处于较低层级元素的上面。",a8489cf57d7f44e889aff79434776f47:"默认为块级,可设置为弹性布局模式(flex布局容器)","4180e30c34190007ffaa654e0959b8a3":"行内弹性布局",ebe7bde5c9094813e2924473488d281a:"行内块级",dde193342b8c350ae29795117c0c5b9a:"水平对齐方式","5b15af1f73b4f2d5bb152410863602f4":"垂直对齐方式","78d32d2bd35c0262fe77b517c5a4fb62":"排列方向","3fa460b81736c0360f6f7571801935b1":"设置成水平排列方向,则从左到右放置子项;设置成垂直排列方向,则从上到下放置子项",fa228d6bec96d052de0ad369407f5241:"水平(起点在右端)","2df3bc66ab3fcb0de1caf11831eff595":"垂直(起点在下沿)","98b2fea2d8f3ceb81e9ce32d66383f05":"如何换行","9af509c2a9636343199b9072e001826c":"默认(不换行)",d4054144c4341872496e3550fdb1b826:"自动换行(颠倒)",ee2df1c1a0d99094f641166535948d4b:"弹性模式","947c03e411c20563c7ac67d0a5ad741b":"设置为弹性模式后,自动适配当前所在区域",f92626f9e56b3e2d0c47495a446acf71:"弹性宽度",cf8852316501c22ea19c4e432c59e7d7:"默认宽度","9cc69c8469b23b77519065d3df381113":"定义在分配多余空间之前,项目占据的主轴空间(main size)","0ad8b3b736ae5b9e23cf16ac13e1e283":"占比设置",fa6bb048a2f73975a40789b30c5b8a06:"定义项目的放大比例,默认为0,即如果存在剩余空间,也不放大。",c19b79073b676b9bade80613aba2dbfa:"固定高度",d1b91a1a24f0d4935c2dd13e6a22b6d4:"最大宽度即当前元素最大的水平展示区域",c18457fe4f249f06b48297ccfe6224e8:" x轴滚动模式",c2ed47a1f0f45cf7e2d22bddffc8a732:"用于设置水平方向的滚动模式",cbc7af1d6422e88f4b87ade748e0f07d:"超出显示",b48a90c77b5e792260d830c2d68c527e:"超出隐藏",ddea62517e2bd1007712689746ebfe00:"滚动显示","55becc96b40692cc9cf898b331d16976":"自动适配",ede82efb4a69c35743185c6c73ab771e:"最小宽度即当前元素最小的水平展示区域","6f420734edfaff00a8210a4c762a9207":"最大高度即当前元素最多的展示高度","411f9d120093314cd38e6dd5cce398c6":"最小高度即当前元素最小的垂直展示区域",ff9e9329fe186be342ef59ee711b9371:" y轴滚动模式",b31c6aaa78f8e24df665ce80ab5301e2:"用于设置垂直方向的滚动模式","4fc0e68b093db41b45a4ea706fbe56f3":"居中显示","55efb233147f9539de019d9abc7653f9":"通过将设置 margin: 0 auto 来达到居中显示","2bf5bcbe21f39b254a601664fb8b264d":"默认(自动换行)",b2d418355cb59a5613ecff7b150c588f:"不换行","7d1313925f158b747c094a7f2480e535":"参考位置","41a7494315a528f0f9618646f7e0dddf":"可设置为左上角、右上角、右下角、左下角,默认为右下角","845c61ac8f51c6702dd22e5657c07e8d":"右下角(默认)","2794fe303cf8ad4395fe93271fae7925":"布局容器主要用于设计复杂布局的容器组件,基于 CSS Flex 实现的布局效果,比 Grid 和 HBox 对子节点位置的可控性更强,比用 CSS 类的方式更简单易用",abbd790f85282349e2004df9fd494e31:"在分配多余空间之前,其默认占据的主轴空间(main size)",dbb93e8f413074ead24b6ed822247d98:"上方插入布局容器","5b5765b3fd7e72e04a5cd3e2ef6218a4":"下方插入布局容器",ee466872b9a43e720e296813dbc5adee:"{{@1}}插入列级容器","14c495b1248756310c75396cd41f4fe9":"上方",e33ac3a4c1a95a02a18f1555038804da:"下方",e731c52010266b8ade1e7e78e25cdccc:"常见布局",f80bd0a5546465336f4f9cafdfa8b67f:"默认高度",ba9ccf1040d7abd0848046330ba3558c:"经典布局","230d65546ea0d299907943403608233c":"常见布局:经典布局(基于 CSS Flex 实现的布局容器)。","9bbb7cfaeb34a2b5c095ac253355f028":"悬浮容器",a3e91631c1a3a43e09526ea7f6b8595c:"常见布局:悬浮容器(基于 CSS Flex 实现的布局容器)。",d423930b823fc45f08c18922b19e4e9e:"吸底容器",b8b4eb373d8ba6f98271b681fba2511d:"常见布局:吸底容器(基于 CSS Flex 实现的布局容器)。",faaa6444a709917ff33e0d58948504dc:"吸顶容器","1facf0bd0f56c66759857345e7434443":"常见布局:吸顶容器(基于 CSS Flex 实现的布局容器)。",f416a3a2566dda04bc0ef67027e6f460:"x轴滚动容器",e3d9ad8453925764f2918dbfd6ff824e:"常见布局:x轴滚动容器(基于 CSS Flex 实现的布局容器)。","053e0cbf18c8fe59b928d52fcd556b88":"y轴滚动容器",c9f089cefc06c217c6dddfe2fc772ea3:"常见布局:y轴滚动容器(基于 CSS Flex 实现的布局容器)。","3587540660a01f8a8aff6a2c0409a404":"开启弹性模式后,自动适配当前所在区域","2ea6f1f33dec7cb3c23a1bf1f9eab11a":"鼠标点击",fe9228649853d08eebee72ad5521a3dd:"鼠标点击时触发",a643d2fe12d205eb8fb5cffe92f62c35:"鼠标悬停时触发","764c134791952dd1acb0f23587e75421":"切换图例选中状态","262cd2f688751332c1907a659e686210":"切换图例选中状态时触发",fd312ae2f1c24b8a14d9412bb3c6bb76:"最近n天","68cba5f27ab003cfada5eb4c1f29eb21":"n天以内","34b06708894a178c440e6f6539e95e9e":"最近n周",f0e1b8d8a6e731360d7348bc8301d44a:"n周以内","5cad2778bb8f01d1a1b1226082eb2117":"最近n月",ff76f60b3da86a0d2c6663b170a7955a:"n月以内","9ff9b56c9ed633ee09396830e93113ad":"最近n季度","2b80b20008b3ae81136217ae10a1fbaf":"n季度以内","84752114d27119dc50d8a7b9ac0b788b":"最近n年","5df2352afebd73d1f568ebaa81e2db28":"n年以内","8572d14f815d840bd9e940cd8ee4e380":"通过键盘上下方向键来加减数据值","925d31bb30d63576600299475a910c33":"输入内容前展示,不包含在数据值中","42677544e2cbee28f7e7df216e685543":"输入内容后展示,不包含在数据值中","046c6233e03af774df7b90b4504fa96c":"最近","249aba763258bbe488af3e79a381d265":"天","2f8ab07bea442bc6ce8a9e99ff88e5c1":"天以内",a657f46f5bb00961adfae80d12e41b3d:"周",b1599eaa05dc9b3d90be5aebc5c84338:"周以内",e42b99d59954ce6437e66f416850425a:"月","3c690347976de82df1909750cbc82b80":"月以内",b62ba98a627851e911bef8fbb005bd4a:"季度以内","465260fe80b0c3338d06194bb7a94446":"年","137bcb84f52bbd48623c37d8dfdebdff":"年以内","279d93f2d745ed08e9034022941510dc":"常用跨度","7a1e5f93e362d371519bcb2bfdb0fc9a":"自定义跨度","4a12e9b9fc5443e5e9999b5a7c56c19a":"默认(占满)","2cb472ff9cad0c89a033c53996b52053":"初始化","76ddcc0ad85aa4be6875b73244a64faf":"组件实例被创建并插入 DOM 中时触发","584e4b6108e132be92c9de09d7bbed72":"当前数据域","9328b90ded33d16a873db5c0dbd815b8":"初始化数据接口请求成功",f3b97bd71a77cca1e9288089a537cf3b:"远程初始化数据接口请求成功时触发","9787088794f42c7e476cf7580f81447e":"初始化数据接口请求成功返回的数据","029e280e119b028bffc51424d909c07d":"选中的项",a6eebb9b4fc7148e2dc41335c74e6393:"初始化Schema接口请求成功","887954cd9bdb290003984fe9a6eb99e2":"远程初始化Schema接口请求成功时触发","8f0064a9cfd7dcbb3c729f1357f11772":"发送数据","6d33298a54888a30753373ca5bfe3bc2":"返回数据","542e06175ff4f7407c467bbde90de56a":"如果需要对返回结果中的data做额外的数据处理,请开启此选项","7c583ecdf795ce4f1f40d7960ead9344":"默认提示文案","70941a02776496ec446f21f98ebf754e":"请求成功",f50bf418323ee425eca7208c09a4577e:"请求失败",f3dc08e3617d1e19cf8135be4412a80b:"点击后先询问用户,由手动确认后再执行动作,避免误触。可从数据域变量中取值。",faa29265819714253843e23437b9193e:"正常状态下的提示内容,不填则不弹出提示。可从数据域变量中取值。",f855f46ce6146aa17a9ed423da16bfa2:"禁用状态下的提示内容,不填则弹出正常提示。可从数据域变量中取值。","037becbe8bff2f8838d141cc7b6b2df7":"支持例如: now、+3days、-2weeks、+1hour、+2years 等(minute|min|hour|day|week|month|year|weekday|second|millisecond)这种相对值用法","8f7ae284d0039fe05b9f57fd5ae3ede9":"请选择静态值","98229308e2e9484583fde4ae363a979f":"表达式或相对值","6b3c2a07db1bb3c229bbc5df48068792":"支持例如: now、+3days、-2weeks、+1hour、+2years 等(minute|hour|day|week|month|year|weekday|second|millisecond)这种相对值用法",dcc94ea1715bd502c709c5d5092e9c82:"支持例如: 3days、2weeks、1hour、2years 等(minute|hour|day|week|month|year|weekday|second|millisecond)这种相对值用法","13ce82d026daa5a30e50105bd2a204a6":"请输入相对值","31c29c46536a5007522032d2a42db56a":"数值模板",a6a41d1bfb5896210eb527d183a07958:"值渲染模板,支持JSX、数据域变量使用, 默认 ${value}%",eadd1d64cd6ceb2c50554281cd2d3be0:"根据该数据来动态重复渲染所配置的选项卡","0d9d899edb456e8806a99850e9c38212":"已配置表达式",fbb96f7ea104d34fc4b7bd625d892c45:"点击编写表达式",e0c7ac5eb397512fdbe71600baa09dab:"请输入静态值","48942ef507ea38d8ead03f8bfdffae5a":"已配置相对值","49041f245018a6d799fee3c6f177c782":"退出全屏","185926bf986c784d03a9a73102da6542":"全屏","891ec6336d4243714c25eecb2f8f774a":"选项文本",fb7ea2b05ca7328ee16a562d90c2eb96:"选项字段","1ca87f0171481e27d94e81b477150b7d":"选项模板",d6ecb32a380c91887a9346653c2427e9:"自定义选项渲染模板,支持JSX、数据域变量使用",cb048b2d8426afd464dc01b72c446342:"块级(默认)","3b6e8d54b7b2ae890d5357b7eaaeaaf2":"不换行(默认)","0611733b53e0098e6fd880bd44b2806f":"最小高度即当前元素最小的垂直展示区域","03bfb834c8a5fef58d885e448a4e13b4":"虚拟列表阈值","50437e080edc71ab624c93d419472919":"当选项数量超过阈值后,会开启虚拟列表以优化性能","02b9880e1d2df8a07e90e9878080c739":"选项高度",a3f66655c3d2bcfecc6afba0e4424460:"开启虚拟列表时每个选项的高度","183f00df0922a6be371fea58cd46a60a":"弹性高度","9e7c8d1554f6449121a83f951cf21ca1":"弹性比例","99b57d8c9244ff9a695fcd519b4e2e57":"最大宽度",fc2bc4193eea63128961d09497e07dc8:"最大高度",a2b62974f4d7564bb68b570116f25a10:"最小宽度","2bd921d0ea7a73b77ee0fcddb1afcc84":"最小高度",eb7366583485f478e3d8c2b105ea51ff:"定义项目的放大比例,如果设置为0,即使父容器存在剩余空间,也不放大。","5d3d48de1ba22368eacdc1c69fb044ce":"组件内层 CSS 类名","72c32b47c5e4dcd58ddabdb8fde761a0":"悬浮容器: 基于 CSS Flex 实现的特殊布局容器。",a03384e93b62e3110aa92c9e345111ba:"吸底容器: 基于 CSS Flex 实现的布局容器。",f564e3e66dd2aca0e080cb6484c95a5e:"吸顶容器: 基于 CSS Flex 实现的布局容器。",db805d4e361ac2d3fc6047eaea1a7c69:"自由容器","9ccbfde404798593fa6fdeac9dbef200":"自由容器: 其直接子元素支持拖拽调整位置。",f20ca09e513399510ce34ba2cb05b7d9:"x轴滚动容器: 基于 CSS Flex 实现的布局容器。","47ef0cec2c3436377a42390e10de4567":"y轴滚动容器: 基于 CSS Flex 实现的布局容器。","8c2bb89f516205027b9ed6609fb17726":"阻断条件","46a3c6ab94da0b16a707bdd3b74c9e09":"满足条件时,将会阻断当前事件的后续动作的执行","6e6d4269d0dc3324d551062350a2ae9f":"静默请求","56e13c39822a814ab39b0d5a0867d7dc":"开启后,服务请求将以静默模式发送,即不会弹出成功或报错提示。","7f019b96ffb7d72ec8d6ce8d76e5362f":"表达式已配置","699829ed5bab67dfb360764c3bbaed4e":"{{@1}}-事件配置","5ba999eb762f60324033b735e55d989c":"事件防重","7fe94616be0e8fb5ef5ab40a7397f0aa":"开启事件防重后,防重时间内多次触发事件只会执行最后一次","91b72e901f1663637157cda638ac4dcc":"防重时间","969e9e56b3812abffa3994f35ea31835":"吸附容器",bb0e1fea25aafbe731886295fcef9a2e:"吸附容器: 可设置成吸顶或者吸顶展示。","7d30297d4e1f310c73b27be88c748026":"吸附位置","2ea76e2ffc1b92911d6f7decfa993360":"吸顶","8cfc818a76662085cb64752d6d592fbe":"吸底",e2f6535e21570a0703c7c65f41b30eaa:"滚动吸附","1c5ea0ffb2b15713cb22c41a02576924":"开启滚动吸附后,当滚动至父容器上下边沿时会自动开启吸附模式。","5f9be0002394f0b58952969d5952e24c":"用于设置滚动吸附时的位置","28968f372fe88c0ef855c7f79f42bbad":"均匀分布",d481ed97681365f18cf20ef914473a02:"起点对齐","02f6ac7a3bf6a8b4440a2a1c3e1daeea":"终点对齐",cbac406a3f51abad691702015b0784ba:"高度撑满","5a4e41af91746f8a3905aa9f66048955":"加载设置","6ade3082696deb00357f5c0359093cd4":"合并到上层loading",b6ac896eff6a6502e4ae7079b3e507a5:"不展示loading","0e9ffe1f1cf3f7a620970ea75dba9f39":"使用页面全局loading",b1119174b1beedd2218e0b359ef14aec:"表单提交",c6a65a86cd2bd74a6f72df0a7b81d3cb:"配置该事件后将不会触发表单提交时默认的校验、提交到api或者target等行为,所有行为需要自己配置",c207ba29769aca6ffd45db9f80bcb29e:"以零为头部",f02f876ee64cc016d97fa4dc498d4857:"高度设置","091885db07e43ff7cbe60c3b664b0b50":"弹性","363165ccee78341a65f1d42174e8b08f":"适配",eb44269adb6ba70569cd62ea88cb2750:"弹性设置","64561733c68085af3d09315c1d4d7ed6":"鼠标事件对象","052f93928af33d4d7035e7c8e8a73f17":"通过 margin 数值来设置对齐方式,其中 margin: 0 auto 用于设置居中对齐",a738a8594bd2b71002d09277b84d86dd:"靠左",fc0f19e9e47e352d36d36cf6eb653210:"靠右",c70638412c6cffd150117ae403dea939:"组件静态数据","77fdd35933c099cdcb64b71f3fbe7a6c":"数据列表",f01c3cd99ecb0c534cc47081d3433c9f:"自定义样式",f7e3d7e3146bb53b5e6f09f7c90dea3a:"输入框样式",a39a2916d17f2b9ba11853066b4225f3:"AddOn样式","9b6425cd2d496c9cb5a6c6b8ff125d1b":"输入框",b9745a6b870f02a0483a4a4f74814c68:"自定义样式源码",ec8f3e4a298160dface2fda5c0125df2:"请输入类名","7e8eb474f73b6fd60c9aa5082f75e008":"Label样式",ef55ff12fb0d3efa3491236fee4dabc2:"描述样式","60bac4c0a381a42b320a703227be59eb":"间距","00d1a6230e9a31664c895e95fde707d3":"添加项",cf3f7c0c1e6c77197bb0b6508a9173aa:"添加新的项","3a553b1123f403cf1f81eb28b3e4b814":"最多条数","93bc4888bc13bb6e6c49b34b54077438":"最少条数",e61c32382d879b867938086a50ef094e:"打平值","30d4e9f1c60f2d5851f77463476d568b":"如需要拓展自定义的新增功能,可通过配置组件-新增项来拓展","405a48545938c075e62eafb80b732769":"按钮模式",f4b06bd9e4f5ceaac7fbb0e17fffc518:"文案","178bf4dd4b8d56370e2fc8275f9dc9e4":"删除确认文案,当配置删除接口生效",cb8f7758eb03574f9b8402659c0f02b2:"确认要删除吗?",f7894f17d0eba299011d856ce3efea73:"自动填充父级变量","7fc8dab2069004acb8f5c98c27ee0883":"同步字段","8e32c9ffc35059f8ac5254ffaf3c99b0":"标题模版","21766034147682a2435ecc766de5ea22":"多行展示",d8848daffd80dbb21ace876ade2ea8a8:"行政编码","977cfa6e8c7f036674afedfcc19ec7a2":"对象结构","05fcf03ba044a04ce81bdbe6eaf49d17":"可选城市","912beb37a3785e50d6483852be41111f":"树型结构选择,支持 [内嵌模式] 与 [浮层模式] 的外观切换","0b52d7d00ed28e41f4845fec1622d056":"tree、树下拉、树下拉框、tree-select",ea687c59ff7d980afc55427853af864a:"树选择框 - 内嵌模式",ce0e89aa6a8e17562c265714b33b4f82:"编辑模式",ba1a077af717cb3c4788849c2342200b:"单独给立即保存配置接口,如果不配置,则默认使用quickSaveItemApi。",cf8774ca07f11ecb14b3b59c3891e9cc:'

当前组件已停止维护,建议您使用静态展示新特性实现表单项的静态展示。

',"26122d95c72204c83ebdc37cd16a96f9":"图片放大功能",a19769d02b8de60a1e3b46c3ef96f122:"放大功能和打开外部链接功能是冲突的,若要点击时打开外部链接请先关闭此功能",d196eb8f65e84003b7ca64d5dd8fc737:"占位图",d98b3f3d11e6dce8eac1a041247fbc50:"图片列表","8e1fee898434093aad55f5888497f970":"

当前为字段内容节点配置,选择上层还有更多配置

","86aafaa75b388deb4a4cbdab2293c099":"头部",e6aa1b827415217c524ae9d9b665cca5:"配置头部",a2ecfd5a0db9c855f59eea75083678e6:"配置底部",fa0b9c20503ee00554e8c86d4a4461b6:'返回日志信息的服务,后端需要通过流的方式返回结果。\n 可参考示例',"1d3d7de6b84f4d5d4a4e126e145af132":"文本编码",d55bbcd785be46c3182dcd7663c3c041:"返回内容的字符编码,例如 UTF-8、ISO-8859-2、KOI8-R、GBK等等。默认UTF-8","0021bd6b2290ddca1ad6a9c8848377bc":"加载提示",f013ea9dcba3f5ca1278aa850931fec8:"加载中",d7eb1e98e6cfbe38ab3b242c4dda1b7b:"跟随底部",ab2dd531871defe1ef7d8d06548411f3:"自动滚动到底部,方便查看最新日志内容","41058383885336fbe750665044e4e38a":"可在日志顶部添加以下操作按钮","095e938e2a09eaddc8db146b86879f4a":"停止","0cee3cd1e0b0956fb3447d7188553e4b":"隐藏行号",c2f42bd2a149bbeb4627b1e1b5fabedb:"性能优化","45f14d9548decc8a1df4e470efcf8d08":"每行高度",ef744ba73b07d85f877fa8774f64da36:"设置每行高度,这时就会默认启用虚拟渲染,避免渲染卡顿。\n
  • 优点:仍然可以查看所有日志
  • \n
  • 缺点:如果某一行日志很长也不会自动折行,会出现水平滚动条
\n ","7a5d14c5f61745f08700ba315609cf9a":"显示行数","686e0a9356c1cbbaff2ce3b98bf8439a":"限制最大显示行数,避免渲染卡顿,默认不限制。\n
  • 优点:某一行日志很长的时候会自动折行
  • \n
  • 缺点:无法查看之前的日志
\n ",bddc8f2d9bdcc083bb4f3dd38eaba459:"展示区域高度","0218cbc88086353118fea07e364334d4":"开心","8167b3dd560a83cdc757d1022ff111e2":"愤怒","8fa28f95c03faa7cc87e487a89a35a72":"伤心",d246bdddaf59436cb2160837f7bef634:"冷漠","2ab01e418dca1500dcb133d50656deea":"一般","3585e4dd456b41fb8aec43f927b6a27c":"自定义显示模板","25e4c39320150bca74b4c05c7740e365":"配置显示模板","9e25d776a57c610940bcc1c19847b97d":"顶部外层","2ec1b0bb189b486945e79c167a4a024d":"底部外层","77ad0879912d0a306724c319eed113e2":"用于标记和选择的标签",ee66d7a2d02188816d633d11cf1a8b27:"普通标签","35242cff1266fd3610f124b0e5e76f9b":"普通","092c4410e162bb3371f2aab804501f24":"前置图标","3e7392ab43c6c76f294f41c3058c2ab1":"值匹配字段","2135be5a60fc3c6fe864e159e289af51":"映射表是数组对象,且对象有多个key时,用来匹配值的字段, 默认为value","6a1ca1c113a9b5bee58ea009e40f5954":"匹配字段,默认为value",dc7becbad712786c9e4766636047e509:"映射表是数组对象时,用作显示的字段,显示多字段请使用自定义显示模板,默认为label","1140acc9ac4b803b733f70445e7d495a":"显示字段,默认为label","55497c5de8558f1a164e437205cd510b":"

当值命中左侧 Key 时,展示右侧内容
当没有命中时,默认展示 Key 为 *的内容


(请确保key值唯一)","94124fa72dbfbb81611496cada6ebf4c":"请保持数组成员结构相同",a3221d2d224767df4afa7a8653ded8fe:"内部对齐方式",e8bb313fb86cf474c0e264794bc85896:"是否固定表头","8e903bee4578f72bbecf9eb62d7b875c":"显示层级",c17fef27ea1d970fc66f4c4c3d442129:"默认内间距","236b0cdd2e18418fd17d3cdfcace239e":"插件",defe851634125bb16e762f26dbb6555f:"查看 https://www.tiny.cloud/docs/general-configuration-guide/basic-setup/ 文档",df025e01cbbae804f7d720e6b932e8e8:"显示菜单栏",b74c3bbb8ec4f18896cd3b5a20ee9e2c:"工具栏-大屏",e08c3505f9779bf919628166a77d0d77:"屏幕宽度≥1200px,参考文档:https://froala.com/wysiwyg-editor/docs/options/","04f91b84d48285162d3e29205a194143":"工具栏-中屏","9ac0e46a361565f0b8be2228bef4b679":"屏幕宽度≥992px,如果不配置就和大屏设置的工具栏一致,参考文档:https://froala.com/wysiwyg-editor/docs/options/","70d3894aaed305d2fc67f91122d77759":"工具栏-小屏",a3133ac3b34da77e612bcb1763adae1e:"屏幕宽度≥768px,如果不配置就和大屏设置的工具栏一致,参考文档:https://froala.com/wysiwyg-editor/docs/options/","194ab42ad1ca7fca9a6ef84fadf99490":"快速插入","94621f44f98c996e49d5b214aebefffc":"字数统计",b720ed498f054a2539d496d0da68f85b:"图片接收接口","376496a8918c57220159951e24d3b72d":"视频接收接口","555a9859e2c34b015438bdfb59a57c5b":'${vendor === "tinymce" ? "编辑器" : "编辑区域"}',afccc17d5d672b10a1292dcd671ef534:"快速构建表格编辑框","1711a82f9b0825015c2c49d9659c9837":"展示类型","63bb911d6392cb2740140d406ab83d37":"编辑类型","6530334ebf5ca810e576858eba168685":"选择框",f25cb224e4543c1dc0228fca8dbfaf1c:"颜色选择框","1145703a07e11b6e680ee2ec8afae0b4":"多选框",a877779dc422c5321057b638d6d520e5:"城市选择器",e2c59e63f751088ad8b43a1439e4322a:"新增单行数据","41c1e36d5d202588511710ff0ccb9e8d":"删除单行数据",f38b7eb6f78af9ae86c449153de2fe1f:"清除组件数据","5e2eb93cf353f5bfa0920553fc8a0087":"触发表格数据更新",efc47e9829b5831e4d0424191049b880:"删除某行的数据","383c125a11b0dd070b04194b9e2e78fb":"在新增或编辑单行数据时生效。开启时,输入完内容后需要点击表格右侧的“保存”按钮后才能提交到数据域。未开启时,输入完内容后就能提交数据域。","1d96dc9b36793e242322dd1e092a010c":"确认按钮名称",c507f40ae40ad10fd0b99ac025a6e5d4:"确认图标",e0698c2a2d5c568edfc5a0b1a1d298eb:"取消按钮名称","08f06b06a0db0e978e3acdf7741ccd86":"取消图标",ffa655818f7dd46fb2a767c51618741b:"空数据提示",d173fb23320acba326a4424133969256:"显示序号","26eb498526ba909386befc43466db79d":"每页展示条数","078f9734eeef4ff8c06e0b639ce6bd8f":"如果为空,则不进行分页","52029187eaa09f55193b6a15387e45ca":"最小行数","3d99d1f17ebf865877e681397c61dc9d":"最大行数",aa8b2a821e8e32196a720eaaa41b64d3:"为了性能,默认其他表单项项值变化不会让当前表格更新,有时候为了同步获取其他表单项字段,需要开启这个。","2aa56a9b94ee3fde76a15711c94fdabc":"是否可以访问父级数据,也就是表单中的同级数据,通常需要跟 “严格模式”属性搭配使用。","53a9db06d0b7e3482dc21e53f150e257":"行样式",d679aea3aae1201e38c4baaaeef86efe:"运行中",e5ac1d2029adff17ec123b86ea07ce26:"排队中",f406ef0ea3f09572835a9b1ec61f576a:"调度中",acd5cb847a4aff235c9a01ddeb6f9770:"失败","391299a1c1722a777991a182a44bccbf":"默认支持如下几种状态,无需配置即可使用。自定义状态会和默认状态合并。","33563f1d3d203bc682069a8c85506b86":"默认icon值","2cc90d2f2cd9ba213f9aace88c386f3f":"默认label",aad245582dc9f55cf71e3934bb3b1709:"默认value值","2634cea5a95ece79e05b5a68c38cbd4d":"必填项","2464e9d13bfc84169eb8333b6996203c":"更新目标组件或变量的数据值",c85c8d61a67014c4b5d44f25e49e87fc:"设置变量「",df24d894cd3331f53964bc75f5c192e2:"」的数据","9e1bafbb00018beacc8f579c8ddfaa36":"设置组件「","6c6e12c54723170f214527bedaf81f7d":"动作类型","1b7e6b2dbf3b7f4b1baf2c42e49a995d":"组件变量","2eb4c7ac45befad0f1f9c750bda57166":"内存变量","844a7a7aacc5be82d0fd6225edc6bf63":"请选择变量","85451d2eb59327a23e8f745161066d4a":"请输入变量值","3d4d83f05a12364e2522fcfb265d8ce8":"开启时,新增、编辑需要点击表格右侧的“保存”按钮才能变更组件数据。未开启时,新增、编辑、删除操作直接改变组件数据。",c18169dd6fceab2f023216fa6f7d22c1:"确认按钮图标","5720057e62e80f7a04489dc4c035b4f1":"取消按钮图标","8985ea173dce8f9bee667b3cdf0b7bdf":"此配置项只作用于表格操作栏的“新增”按钮","3f64a567662a24714768237a3a6d0de7":"表格下方新增按钮","522cddc343d72db3db80cf3d71f99210":"API返回格式不正确,请点击接口地址右侧示例查看CRUD数据接口结构要求","9b39126b20e519bb1c6e9054f4b55784":"

ids: 用 id 来记录新的顺序

\n

rows: 数组格式,新的顺序,数组里面包含所有原始信息

\n

insetAfter / insertBefore: 这是 amis 生成的 diff 信息,对象格式,key 为目标成员的 primaryField 值,即 id,value 为数组,数组中存放成员 primaryField 值

","5323ab3e5c12066101244f0577c30e22":"自定义容器区域",b34422e637c90181d3fca4485a97c712:"分数","95e0d70d1809d5267c2419eda58e78ca":"等级",c13998e4c837dc40b8e90828d99561df:"为空则不支持编辑","738b58219dda4a849e293c0f75d06438":"操作栏新增按钮","306abb77f96a1048cf6e61bfe6e7bae4":"如果为空则不进行分页","136ecd1380f3fa10c1fd99b93c63fc9b":"是否新开页面","9778ba8e0cbbae9471485dfc28df8948":"初始是否展开","18eae9f567a9c425bf59147a2601ee6a":"菜单点击","12b91237057ca7d81d50cca9873c8267":"菜单点击时触发","0a974408aab362095e939e5364315971":"菜单选中","4b5f4893cf06a9d9ea5b8486bef87c26":"菜单选中时触发","9b317a5d43f72026b0c0699b1d596436":"菜单展开","9ef3c85c39e1e686f6b8c58292352ce1":"菜单展开时触发",afce1df2e30a4674f507292d642fe270:"菜单折叠","4015091668f286adf085d60a040f89a1":"菜单折叠时触发","2631c12c40aa18fff4c6a2793f03f95b":"数据加载完成","26a92da0738fed6a6178be565cfb3a59":"数据加载完成后触发","67d8dc76a8c8a3f0f52232969d72e8bb":"更新菜单项","12fbc0729d69e4243c4818093e96de8c":"触发组件更新菜单项",ee621e1f1429f1150a69bd02eecf6964:"触发组件的折叠与展开",e0e2b0cf2a3c8379b1d9144b10b3824d:"横向摆放","8dd27bbe64ec245ce449caab5cf7f12b":"默认为内联模式,开启后子菜单不在父级下方展开,会悬浮在菜单的侧边展示","154a7ec36c43427f73705ae834967703":"子菜单悬浮展示","9dcb6b749d6682f1ac51b2dcdefd3208":"点击菜单,只展开当前父级菜单,收起其他展开的菜单","49a84da9b39148af54903ba4c6ed257f":"默认展开层级",d4b70ea3a756ec4d06c8ecb2f27330ab:"默认展开全部菜单的对应层级","96198d14846a941a60824bd6ebda4d9e":"最大显示层级",cac013d011fe1ac71c3b9f0bd0594d65:"配置后将隐藏超过该层级的菜单项,如最大显示两级,菜单项的三级及以下将被隐藏","7419d6bab78d959d5c3b7a38f9888258":"菜单项","1a9aaf05889002e65708c4950012a652":"对,你刚刚点击了","243e91d5fbc5a03a5c54da6d8e662e4f":"页面渲染器,页面的顶级入口。包含多个区域,您可以选择在不同的区域里面放置不同的渲染器。",a7999d1390b7dc775e4287511c395d6c:"角标类型","31175366279c15232e27b6736ccb2fd4":"仅在文本内容为数字下生效","58f966670529f4753fb3c5a0647606be":"大小",b3c1b71ed42c7f2fe55f3c64346f1ae6:"此处配置角标样式,需同时在菜单项中配置角标内容后角标生效","515e8b11c3c24c6c3b03c6c76b1da496":"默认选中菜单","4f80ea1e761598ba9fe393e7c745468d":"优先根据当前浏览器地址栏URL进行匹配,未命中时将选中您配置的菜单项",e3cd6fc0612b22f7c7e209b8184378c8:"菜单名称:","4cd5629f32fc9710fbb0291b51adc34b":"请输入菜单名称","9e0b4b20e7177b83916ab7b017c4162b":"跳转地址:","2e507449ccaac4522f503f0ec3dfffa9":"请输入跳转地址",ec3cc7a898eb5eb6f87a1d70a22a05c7:"是否需要新开页面:",a93a3970825296478d40658ad07af43a:"初始是否折叠:",d5004744a86589d72041b0a3fa8efa7b:"包含子菜单:","14794add5446201274dd148086bc0361":"添加菜单",aae5ccb98564e19c48f19c740c3c10b7:"默认(static)","5d721446605f21bddb3b8e2ab2a3841c":"相对(relative)",b55b525d56fd0d4d3dcb9291e59e3433:"固定(fixed)","25ece43050dda20ad4d8dd058dd590d1":"绝对(absolute)","22b47452f52254ce07507287d137d167":'
当开启数据映射时,弹框中的数据只会包含设置的部分,请绑定数据。如:{"a": "\\${a}", "b": 2}。
',"68419387f5bb8487a848b818d78424ae":'
当值为 __undefined时,表示删除对应的字段,可以结合{"&": "\\$$"}来达到黑名单效果。
',cb65841ea7dec5ae0af20b3f5e52abfc:"原始数据打平","6922790f45faf064e063069816e4d2ec":"开启后,会将所有原始数据打平设置到 data 中,并在此基础上定制"});var f=t(70655),u=t(94184),p=t.n(u),m=t(18446),h=t.n(m),v=t(22188),g=t(27681),y=t.n(g),w=t(68630),C=t.n(w),x=t(81763),E=t.n(x),k=t(96486),S=t.n(k);function N(e,a,t){var n=.299*e+.587*a+.114*t;return{gray:n,light:n/255*100}}var O=function(e,a){var t=T.hexToRgb(e),n=T.rgbToHsv(t),c=n[0],o=n[1],i=n[2],d=[],r=N(t[0],t[1],t[2]),l=r.gray,s=r.light;d.push({rgb:t,hsv:[c,o,i],gray:l,light:s,checkedRgb:t,checkedColor:T.rgbToHex(t),checkedGray:l,checkedLight:s});for(var b=1;b<24;b++){for(var f=(c+15*b)%360,u=T.hsvToRgb([f,o,i]),p=N(u[0],u[1],u[2]),m=p.gray,h=p.light,v={rgb:t,hsv:[c,o,i],gray:m,light:h,checkedRgb:t,checkedColor:T.rgbToHex(t),checkedGray:m,checkedLight:h},g=o,y=i,w=u;s>h&&g>0;){g--;var C=N((w=T.hsvToRgb([f,g,y]))[0],w[1],w[2]),x=C.gray;h=C.light,m=x}for(;s0;){y--;var E=N((w=T.hsvToRgb([f,g,y]))[0],w[1],w[2]);x=E.gray,h=E.light,m=x}v.checkedLight=h,v.checkedGray=m,v.checkedRgb=w,v.checkedColor=T.rgbToHex(w),d.push(v)}return d},T=function(){function e(e){Object.defineProperty(this,"color",{enumerable:!0,configurable:!0,writable:!0,value:""}),Object.defineProperty(this,"reg",{enumerable:!0,configurable:!0,writable:!0,value:/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/}),this.setPrimaryColor(e)}return Object.defineProperty(e.prototype,"getDerivedColor",{enumerable:!1,configurable:!0,writable:!0,value:function(){for(var a=e.hexToRgb(this.color),t=e.rgbToHsv(a),n=t[0],c=t[1],o=t[2],i=[],d=[],r=function(a){var t=a[0],n=a[1],c=a[2];return n<10&&(n=10),e.hsvCorrection([t,n,c])},l=0;l<4;l++){var s=l+1,b=void 0,u=void 0,p=void 0;n>60&&n<300?(b=n+2*s,u=c+5*s,p=o-15*s):(b=n-2*s,u=c+5*s,p=o-15*s);var m=r([b,u,p]),h=e.hsvToRgb(m),v=e.rgbToHex(h);i.push({hex:v,hsv:m})}for(l=0;l<5;l++){s=l+1;var g=void 0,y=void 0,w=void 0;n>60&&n<300?(g=n-1*s,y=c-s*(c/5),w=o+5*s):(g=n+1*s,y=c-s*(c/5),w=o+s*(100-o)*5);var C=r([g,y,w]),x=e.hsvToRgb(C),E=e.rgbToHex(x);d.push({hex:E,hsv:C})}return(0,f.ev)((0,f.ev)((0,f.ev)([],i.reverse(),!0),[{hex:this.color,hsv:[n,c,o]}],!1),d,!0)}}),Object.defineProperty(e.prototype,"getNeutralColor",{enumerable:!1,configurable:!0,writable:!0,value:function(){for(var a=e.hexToRgb(this.color),t=e.rgbToHsv(a)[0],n=[65,45,25,10,6,4,2,1,1,1,0],c=[8,15,25,40,55,75,85,92,96,98,100],o=[],i=0;i<11;i++){var d=e.hsvCorrection([t,n[i],c[i]]),r=e.hsvToRgb(d),l=e.rgbToHex(r);o.push({hex:l,hsv:d})}return o}}),Object.defineProperty(e.prototype,"getFunctionalColor",{enumerable:!1,configurable:!0,writable:!0,value:function(){var a=e.hexToRgb(this.color),t=e.rgbToHsv(a),n=t[0],c=t[1];t[2];return[[0===n?0:e.functionY(n,{a:375.06,b:.6,c:134.93,d:353.95})-3,e.functionY(c,{a:95.12,b:2.34,c:72.07,d:69.59})-5,e.functionY(c,{a:100.21,b:-16.63,c:89.6,d:83})+7],[e.functionY(n+1,{a:217.7,b:-.02,c:514460.59,d:-118.56})-7,e.functionY(c+1,{a:95.1,b:.53,c:74.9,d:66.82})+5,e.functionY(c+1,{a:270.03,b:-.1,c:1.18,d:-103.6})-23],[Math.round(130.48+-.24*n+66e-5*n*n),e.functionY(c,{a:100.5,b:-6.41,c:80.99,d:65.5})+4,e.functionY(c,{a:81.5,b:-6.31,c:91.2,d:64.5})+4]].map((function(a){a=e.hsvCorrection(a);var t=e.hsvToRgb(a);return{hex:e.rgbToHex(t),hsv:a}}))}}),Object.defineProperty(e.prototype,"getDataColor",{enumerable:!1,configurable:!0,writable:!0,value:function(){var e=O(this.color);return[[e[0],e[4],e[8],e[12],e[16],e[20],e[23]],[e[0],e[5],e[10],e[15],e[19],e[23],e[3]],[e[0],e[1],e[2],e[3],e[4],e[5],e[6]]]}}),Object.defineProperty(e.prototype,"setPrimaryColor",{enumerable:!1,configurable:!0,writable:!0,value:function(e){if(!this.reg.test(e))throw new Error("请传入十六进制色值");this.color=e}}),Object.defineProperty(e,"hexToRgb",{enumerable:!1,configurable:!0,writable:!0,value:function(e){if(4===e.length){for(var a="#",t=1;t<4;t+=1)a+=e.slice(t,t+1).concat(e.slice(t,t+1));e=a}var n=[];for(t=1;t<7;t+=2)n.push(parseInt("0x"+e.slice(t,t+2)));return n}}),Object.defineProperty(e,"rgbToHex",{enumerable:!1,configurable:!0,writable:!0,value:function(e){var a=e[0],t=e[1],n=e[2];return"#"+a.toString(16).padStart(2,"0")+t.toString(16).padStart(2,"0")+n.toString(16).padStart(2,"0")}}),Object.defineProperty(e,"rgbToHsv",{enumerable:!1,configurable:!0,writable:!0,value:function(e){var a=e[0],t=e[1],n=e[2];a/=255,t/=255,n/=255;var c,o,i=0,d=Math.min(a,t,n),r=o=Math.max(a,t,n),l=r-d;if(r==d)i=0;else{switch(r){case a:i=(t-n)/l+(t=360&&(a-=360),t<0&&(t=0),t>100&&(t=100),n<0&&(n=0),n>100&&(n=100),[a,t,n]}}),Object.defineProperty(e,"rgbCorrection",{enumerable:!1,configurable:!0,writable:!0,value:function(e){return e<0?0:e>255?255:e}}),Object.defineProperty(e,"functionY",{enumerable:!1,configurable:!0,writable:!0,value:function(e,a){var t=a.a,n=a.b,c=a.c,o=a.d,i=(t-o)/(1+Math.pow(e/c,n))+o;return Math.round(i)}}),Object.defineProperty(e,"isLightColor",{enumerable:!1,configurable:!0,writable:!0,value:function(a){var t=e.hexToRgb(a),n=e.rgbToHsv(t);return n[1]<20&&n[2]>90}}),Object.defineProperty(e,"getFontColor",{enumerable:!1,configurable:!0,writable:!0,value:function(a){return a&&e.isLightColor(a)?"#5C5F66":"#fff"}}),e}();!function(){function e(e,a){Object.defineProperty(this,"style",{enumerable:!0,configurable:!0,writable:!0,value:[]}),Object.defineProperty(this,"class",{enumerable:!0,configurable:!0,writable:!0,value:[]}),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"scope",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"theme",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.data=e,this.scope=a,this.theme=e.config.key}Object.defineProperty(e.prototype,"generator",{enumerable:!1,configurable:!0,writable:!0,value:function(){var e=this.data,a=e.global,t=e.component,n=a.colors,c=a.fonts,o=a.borders,i=a.sizes,d=a.shadows;for(var r in this.parseColor(n),this.parseFont(c),this.parseGlobalCommon(o),this.parseGlobalCommon(i),this.parseSizesBase(i),this.parseShadows(d),t)"button1"===r?this.parseButton(t.button1):"inputRating"===r?this.parseInputRating(t.inputRating):this.parseComponentCommon(t[r])}}),Object.defineProperty(e.prototype,"getStyle",{enumerable:!1,configurable:!0,writable:!0,value:function(){return this.getCssVariable()+this.getCustomClass()}}),Object.defineProperty(e.prototype,"getCssVariable",{enumerable:!1,configurable:!0,writable:!0,value:function(){return"".concat(this.scope.join(", "),"{").concat(this.style.join(";"),";}\n")}}),Object.defineProperty(e.prototype,"getCustomClass",{enumerable:!1,configurable:!0,writable:!0,value:function(){return"".concat(this.class.join("\n"))}}),Object.defineProperty(e.prototype,"getCustomStyle",{enumerable:!1,configurable:!0,writable:!0,value:function(){var e,a;return(null===(a=null===(e=this.data)||void 0===e?void 0:e.customStyle)||void 0===a?void 0:a.style)||""}}),Object.defineProperty(e.prototype,"cssFormat",{enumerable:!1,configurable:!0,writable:!0,value:function(e,a){a&&this.style.push("".concat(e,": ").concat(a))}}),Object.defineProperty(e.prototype,"classFormat",{enumerable:!1,configurable:!0,writable:!0,value:function(e,a){this.class.push("".concat(e,"{").concat(a,"}"))}}),Object.defineProperty(e.prototype,"parseColor",{enumerable:!1,configurable:!0,writable:!0,value:function(e){var a=this;for(var t in this.cssFormat("--colors-neutral-fill-none","translate"),e){var n=e[t];if("brand"!==t)n.body.forEach((function(e){var t=e.token;for(var n in e.body)"colors"===n?e.body.colors.forEach((function(e){a.cssFormat(e.token,e.color)})):Array.isArray(e.body[n])||a.cssFormat(t+n,e.body[n])}));else{var c=n.token;for(var o in n.body)"colors"===o?n.body.colors.forEach((function(e){a.cssFormat(e.token,e.color)})):Array.isArray(n.body[o])||this.cssFormat(c+o,n.body[o])}}}}),Object.defineProperty(e.prototype,"parseFont",{enumerable:!1,configurable:!0,writable:!0,value:function(e){var a=this,t=function(t){var c=e[t];if("base"===t){var o="";c.body.forEach((function(e,a){o+=e.value||"",a!==c.body.length-1&&(o+=", ")})),n.cssFormat(c.token,o)}else c.body.forEach((function(e){a.cssFormat(e.token,e.value)}))},n=this;for(var c in e)t(c)}}),Object.defineProperty(e.prototype,"parseSizesBase",{enumerable:!1,configurable:!0,writable:!0,value:function(e){for(var a=parseFloat(e.size.start.match(/\d+(\.\d+)?/)[0]),t=e.size.base,n=e.size.start.match(/[^\d\.]+/)[0],c=0;c<50;c++)this.cssFormat("--sizes-base-".concat(c+1),a+c*t+n)}}),Object.defineProperty(e.prototype,"parseGlobalCommon",{enumerable:!1,configurable:!0,writable:!0,value:function(e){var a=this;for(var t in e)e[t].body.forEach((function(e){a.cssFormat(e.token,e.value)}))}}),Object.defineProperty(e.prototype,"parseShadows",{enumerable:!1,configurable:!0,writable:!0,value:function(e){var a=this;e.shadow.body.forEach((function(e){var t=e.value.map((function(e){return"".concat(e.inset?"inset":""," ").concat(e.x," ").concat(e.y," ").concat(e.blur," ").concat(e.spread," ").concat(e.color)}));a.cssFormat(e.token,t.join(", "))}))}}),Object.defineProperty(e.prototype,"setComponentStyle",{enumerable:!1,configurable:!0,writable:!0,value:function(e,a,t){if("string"==typeof t)this.cssFormat(a+e,t);else if(e.indexOf("padding-and-margin")>-1)for(var n in t)this.cssFormat(a+e.replace("padding-and-margin","")+n,t[n]);else if(e.indexOf("size")>-1)for(var n in t)this.cssFormat(a+e.replace("size","")+n,t[n]);else if(e.indexOf("font")>-1)for(var n in t)this.cssFormat(a+e.replace("font","")+n,t[n]);else if(e.indexOf("border")>-1)for(var n in t)this.cssFormat(a+e.replace("border","")+n,t[n]);else for(var n in t)this.cssFormat("".concat(a).concat(n),t[n])}}),Object.defineProperty(e.prototype,"parseButton",{enumerable:!1,configurable:!0,writable:!0,value:function(e){for(var a=this,t=e.type,n=e.size,c=function(e,t){for(var n in t){var c=t[n];a.setComponentStyle(n,e,c)}},o=function(e){if(["default","hover","active","disabled"].forEach((function(a){c(e[a].token,e[a].body)})),e.custom){var a=e.type,t=function(e){return["color: var(--button-".concat(a,"-").concat(e,"-font-color)"),"background: var(--button-".concat(a,"-").concat(e,"-bg-color)"),"box-shadow: var(--button-".concat(a,"-").concat(e,"-shadow)"),"border-width: var(--button-".concat(a,"-").concat(e,"-top-border-width) var(--button-").concat(a,"-").concat(e,"-right-border-width) var(--button-").concat(a,"-").concat(e,"-bottom-border-width) var(--button-").concat(a,"-").concat(e,"-left-border-width)"),"border-color: var(--button-".concat(a,"-").concat(e,"-top-border-color) var(--button-").concat(a,"-").concat(e,"-right-border-color) var(--button-").concat(a,"-").concat(e,"-bottom-border-color) var(--button-").concat(a,"-").concat(e,"-left-border-color)"),"border-style: var(--button-".concat(a,"-").concat(e,"-top-border-style) var(--button-").concat(a,"-").concat(e,"-right-border-style) var(--button-").concat(a,"-").concat(e,"-bottom-border-style) var(--button-").concat(a,"-").concat(e,"-left-border-style)")].join(";")};i.classFormat(".cxd-Button--".concat(a),"".concat(t("default"))),i.classFormat(".cxd-Button--".concat(a,":not(:disabled):not(.is-disabled):hover"),"".concat(t("hover"))),i.classFormat(".cxd-Button--".concat(a,":not(:disabled):not(.is-disabled):hover:active"),"".concat(t("active")))}},i=this,d=0,r=t;dBe dragged into the placeholder area',"245897371cda2055f5c17c6cf298ed48":"Tip: No redirection is allowed in the preview mode.",e1b7255934e3189b1f5d440fc1aa0230:"An exception occurs during the plugin registration because a plugin with the same name already exists:","979a50681e278dcc0be18f68459e8217":"System variable","75c142934800d6ee31fcf3fdff9e5d53":"The [Amis-editor] has a {{@1}} plugin.","0e24e1bbc19612a350f81296d9fb7802":"First select an element as the insertion position.",bd690facb536d759814ee64f2760fecb:"Adding a component is not allowed at the current node.","02f180cd26ff0951ddfda490080ee5ea":"The configuration item has been copied.","1ff035555ac8a68dc5b0ea2d0af55f00":"The clipboard content is empty.","6cb01692eea2fa7066d20fe2b6ccaea3":"False data","7f2f0461a58c43667d7245ce92bb2e77":"Hold and drag it to adjust its position.","78c1c38b91c672da1113fa2564c14ea6":"Insert a component forward.","87f48bbadfbef5ef4554e06b7e141d37":"Insert a component backward.","95b351c86267f3aedf89520959bce689":"Edit","0ec9eaf9c3525eb110db58aae5912210":"More","417db09508befe7dbe9f84a517a6edec":"Repeat a copy.","99b81127ef28368151621cdfccce69f8":"Cancel the multi-selection.","205f45ee17394bd5668412780eaa55e2":"Insert a component.","4c725f0159023c485ead728680e277ba":"Select {{@1}}.","7ad78e0991f34ff3a345c59a2fc31572":"Select a level.",aafda9e8f6b7b613680677c513edb7a6:"Cancel the selection.",b58d101f52531c845f15db63d7212115:"Copy the configuration.","74e2bc6615b7dbbb11fd5e1e212263ae":"Cut the configuration.",e2f401af580d1354ae00ec4ca19e2e24:"Paste the configuration.","21462ae22216eec41dc688cc4a8ae64b":"Move forward",ed2bc13d8bbd99e16e017dd5f5393393:"Move backward","9e54f3e4ee3330299c5fdc910c2e8d3c":"Undo",ae8e86e426c2ba00da274b66dc372a8b:"Redo","2b6bc0f293f5ca01b006206c2535ccbc":"Operation",aa920263020f14211a44ea172efc7253:"Context data","48ac479789304b37afa2f1b06642f4da":"Current","9bc16c658ab8a8c4eddc5e24d85bef20":"Upper layer","004d4be2ba8e6b8eed9333d15bc80a88":"Upper {{@1}} layer",e366ccf1556c0672dcecba135ed5472e:"Setting","0cbec43d00e491a663ff0525ffe31868":"Quickly build 「{{@1}}」.","1dd554cdfc1ddf7dce13453805523c16":"Change",a82240ce09faf0b972a8aa5c9e93d209:"Insert the component panel.",eadc8c8d4a8776893672330598babca0:"A position error occurs. The target position is not found.",f3c057f37fb9a4e7dd44b04919c12578:"Click to add an element in the left component panel.","54ea89b497ec3bb319c68844dfa3687f":"API","51e213e66b37d716a35baebc9193035c":"This API is used to store the data. After submission of the form, you can import the data into this API.
\n API response body requirements (If data exists in the data, the data is merged into the form context):
\n {{@1}}\n}, null, '
')}","388e0ff896ea4f23e71d36c06443f157":"API response body requirements:
\n {{@1}},\n page: 0,\n total: 0\n}, null, '
')}",b4bc91701b86fe8543d649e97daea602:"Initialize the API",f8747759c73697367bc8a570977c4a62:"API response body requirements:
\n {{@1}}\n}, null, '
')}",d2b46e7989e18239d7036affd4d521db:"{{@1}}field","9caecd931b956381e0763d05aa42835c":"Field","47cd88592f6ef2b258f02c0690d267ed":"Hide, which is selected by default","32c65d8d7431e76029678ec7bb73a5ab":"Title","020586d0c69f8211840ddf9ee9bbf6ab":"Bind the field","226b0912184333c81babf2f1894ec0c1":"Type","97d07614380da93d257f9fbf81aa56fb":"Text","20def7942674282277c3714ed7ea6ce0":"Image","4ff1e74e43a3586339251494117185ad":"Date",c7bff79d059a0b7ff9b02441959d8be2:"Progress","3fea7ca76cdece641436d7ab0d02ab1b":"Status","9da188491dd34c4382a5b9f006194e41":"Mapping",b3e55578af5dd473bab62641bb2f5f8e:"Input type","9b6425cd2d496c9cb5a6c6b8ff125d1b":"Input box","15d169d28cd48c97fe751e4cc92ca926":"Multi-line text","9597dcaf432ceba92a160d61cb1ef65f":"Digital input","9913107b19cb6012250134ff91377430":"Radiobox","454e60f5759903d7d3dba58e3f9bd590":"Select-box",db98f889ce6bc235e66bd4b2a788d137:"Checkbox","006ded9fa277cf030592021f595a07d5":"Select",a6beb974cc0b50eebd18120b8110a88b:"Switch",b339aa87104709397ba68e7ebbc6e5ba:"Table","481e034e6026969aae4ce7ce7c8a7b6f":"File upload","6bfb9bb2218ff32b6139e98bc93707c0":"Image upload","24b6d4c0892a8f3ee2a982e3ab0afe38":"Rich text editor","4484fa04e7b71db4c8293e5bcb53eca4":"Add a field.","4cc6a76c146c0360a41ceaf5e212c891":"Generate a field automatically based on the API.",a9fea442707e26dee478b34a2f2ce263:"First fill in the API.","91aa2166ee4811414381c8d94e6567e6":"Because the API return format is incorrect, check the API response format requirements.","3712972d84adf48acbd6ad24b4d75ad0":"List","66ab5e9f24c8f46012a25c89919fb191":"Add",e73cefac9d030927da1618c7b15c98c9:"Edit in batch","7fb62b30119c3797a843a48368463314":"Delete in batch","8d9a071ee2ef45e045968e117a205c07":"Import","55405ea6ff6fd823ffab7e6b10ddfa95":"Export",c26996a6506adf397f0668d376d0b40b:"Simple query","6ff4bf3d567e977aa4c90c27dff1e6db":"Fuzzy query","9c4666fd08c2738eb9611a3721cb5f0f":"Advanced query",a094e5b7699ea4b61094cc4120170423:"Data source",eeb6908870e058bc23d52c1e405a054e:"Previous step","38ce27d84639f3a6e07c00b3b4995c0e":"Next step","392342f7750a565f9a79c678c6b12421":"","8e44aba21d01c1e08cc79f4ebaf0b3f2":"The layout container component does not support dragging and inserting child elements.","52e6abbe5c11e7cbf14788c1540f8bf2":"Copied","372ea9fd27fb7cfacfe1b4ca3046f8d0":"Configuration Item","2a6287664de5ab46c65220c7182878ff":"Cut",db805d4e361ac2d3fc6047eaea1a7c69:"Free container","969e9e56b3812abffa3994f35ea31835":"Adsorption vessel","5b804b05e14aaacc75033a4f77fc2844":"Source code","69a53230577258b6d97ee932befcc168":":",cc6aeb073ebc3cb29734a49164f8964c:"Page variables",b71e8739cb9bcba8057a8fa8b59512da:""}),(0,d.AfN)("zh-CN",{"54ea89b497ec3bb319c68844dfa3687f":"接口","51e213e66b37d716a35baebc9193035c":"用来保存数据, 表单提交后将数据传入此接口。
\n 接口响应体要求(如果data中有数据,该数据将被合并到表单上下文中):
\n {{@1}}\n}, null, '
')}","388e0ff896ea4f23e71d36c06443f157":"接口响应体要求:
\n {{@1}},\n page: 0,\n total: 0\n}, null, '
')}",b4bc91701b86fe8543d649e97daea602:"初始化接口",f8747759c73697367bc8a570977c4a62:"接口响应体要求:
\n {{@1}}\n}, null, '
')}",d2b46e7989e18239d7036affd4d521db:"{{@1}}字段","9caecd931b956381e0763d05aa42835c":"字段","47cd88592f6ef2b258f02c0690d267ed":"隐藏,默认选中","32c65d8d7431e76029678ec7bb73a5ab":"标题","020586d0c69f8211840ddf9ee9bbf6ab":"绑定字段","226b0912184333c81babf2f1894ec0c1":"类型","97d07614380da93d257f9fbf81aa56fb":"文本","20def7942674282277c3714ed7ea6ce0":"图片","4ff1e74e43a3586339251494117185ad":"日期",c7bff79d059a0b7ff9b02441959d8be2:"进度","3fea7ca76cdece641436d7ab0d02ab1b":"状态","9da188491dd34c4382a5b9f006194e41":"映射",b3e55578af5dd473bab62641bb2f5f8e:"输入类型","9b6425cd2d496c9cb5a6c6b8ff125d1b":"输入框","15d169d28cd48c97fe751e4cc92ca926":"多行文本","9597dcaf432ceba92a160d61cb1ef65f":"数字输入","9913107b19cb6012250134ff91377430":"单选框","454e60f5759903d7d3dba58e3f9bd590":"勾选框",db98f889ce6bc235e66bd4b2a788d137:"复选框","006ded9fa277cf030592021f595a07d5":"下拉框",a6beb974cc0b50eebd18120b8110a88b:"开关",b339aa87104709397ba68e7ebbc6e5ba:"表格","481e034e6026969aae4ce7ce7c8a7b6f":"文件上传","6bfb9bb2218ff32b6139e98bc93707c0":"图片上传","24b6d4c0892a8f3ee2a982e3ab0afe38":"富文本编辑器","4484fa04e7b71db4c8293e5bcb53eca4":"添加字段","4cc6a76c146c0360a41ceaf5e212c891":"基于接口自动生成字段",a9fea442707e26dee478b34a2f2ce263:"请先填写接口","91aa2166ee4811414381c8d94e6567e6":"API返回格式不正确,请查看接口响应格式要求","3712972d84adf48acbd6ad24b4d75ad0":"列表","66ab5e9f24c8f46012a25c89919fb191":"新增",f26225bde6a250894a04db4c53ea03d0:"详情","95b351c86267f3aedf89520959bce689":"编辑","2f4aaddde33c9b93c36fd2503f3d122b":"删除",e73cefac9d030927da1618c7b15c98c9:"批量编辑","7fb62b30119c3797a843a48368463314":"批量删除","8d9a071ee2ef45e045968e117a205c07":"导入","55405ea6ff6fd823ffab7e6b10ddfa95":"导出",c26996a6506adf397f0668d376d0b40b:"简单查询","6ff4bf3d567e977aa4c90c27dff1e6db":"模糊查询","9c4666fd08c2738eb9611a3721cb5f0f":"高级查询",a094e5b7699ea4b61094cc4120170423:"数据来源","4e7f76261f8c4c6d78998f85fc1f4c6e":"外边距","16a20243f9b741c08216dc9548de2968":"整体","23ecf42cada8bf2715792d718544d107":"极小","391b8fa9c747a1799353ab856e666ad5":"小",fd6e80f1e0199d6ecc3ee81ae04aa9ef:"正常",aed1dfbc31703955e64806b799b67645:"中",ab18e30c0dc4093ceeda8961fac3d1f4:"大","461d364c67ec6a45e011ed13f2f7154f":"上边距","31e3752986d64c8b36897c8641c8628d":"右边距",eabe91d9426b6446f707cea3e7ab2418:"下边距","2e46d251ee6188bb1b3ff20656276572":"左边距","3dc4038d0f0a2d2b3c2b2e29a5ec6dde":"置无",a8b0c20416853bda54120bf19477ad11:"全部",af767b7e4ae069d54f9ea839858d4c6d:"上","4d9c32c23df5d234e629c922c58d8e12":"右","3850a186c3235bc646d4c2f79cebac36":"下",d2aff1417831aa621c16cd5b95306b4b:"左","841d77223f0ec8cd0b530ed8e0775b20":"内边距","961534b4ea37e4e88aada736b299d063":"边框",d4d2a66820d30e07b44c850eb3f116c0:"位置","58f966670529f4753fb3c5a0647606be":"大小","6b36c6f7ec834692ec6c8e3816349fdd":"颜色",fbae87bcc352f6933541fb77a07418ed:"主色",d8c7e04c8e2be23dd3b81a31db6e04f1:"信息","900c70fa5f7dbc014e6f762d5e0e885c":"警告","540f84ddc0883866b229f71c2844199a":"危险","330363dfc524cff2488f2ebde0500896":"成功","2fc96b2704b05d6a9f299c442573ee77":"白色",adb7e5312abdb9a44297e48d63815fa3:"暗色","48d0a09bdd5fe7e89f0a445b0ffdf14f":"浅色","0d98c74797e49d00bcc4c17c9d557a2b":"其他","0103eb2d3dca70270d1a74e9ec987ac9":"圆角","8456bc40d48da5af833f1c63385e9879":"字体",b3b2682579133673d3fe08c156d565dc:"细","56dce5d1cbb97439d291c458e50107e0":"粗","49a79f4047b81186c069ed1c9c151c66":"淡色","8e1b944f4389bdaab6f11d5bc83190c8":"背景",c28479019e24e0e4745f4948e9e97ee7:"宽度",f72ce9ad683cc82e0eab557ffc9c67a0:"特小",b95c462d7697958c25861193fc89ae07:"加大","3386da5f56fac758ed0f18e024ecb943":"特大",ffaa96ef7232cb6d8ee4d7e673dbf4ac:"占满","47eac1ac32a8aa9081dffbdc4d374318":"请输入 css 类名","939d5345ad4345dbaabe14798f6ac0f1":"提交","55c56d01a7747ffe0346d42145b62d97":"[amis-editor]响应动态添加插件事件:",d6f73c6f3b92be5a64f7ea0163501284:"区域节点不允许剪切。","4fda4f585214d469c04466e2fc98b796":"根节点不允许剪切。","657bbe06d3922b23552817df7fa8268e":"当前元素不允许剪切。","416445a316595bdeb44b661c7de875a8":"当前元素不能向上移动","6ac88d87b2fd118ba7beab8c17880470":"当前元素不能向下移动",fdb3cba60407b2f1aea0230cca644573:"区域节点不可以直接删除。","8a4b4e2e3b0382007e0c69ed1fe6fe71":"根节点不允许删除。","22f031f3de2e55c430a818d8c588f7a1":"当前元素不允许删除。","3b6d5995e9f2ecd3df059b3f1bea201e":"调用错误,或者存在跨域。","09f33be5ec04eb48b3102e4e31af5b38":"调用错误","283c2a52955ad87574fd6c0cc932c443":"只能在 Iframe 里面调用",a71002967924a83e32b38a80705290fb:"系统错误","058ebdf2884474ebff2977ba2f0e275e":"系统消息","88f000a0fdc38ce3808cef072b00893c":"渲染中...","279321f97f11da7bc90facca156b3444":"代码有误,错误的地方是\\n {{@1}}","7e4b38ba0ab9cbfcabd9dd859e36b601":"当前有部分已更改数据因为格式不正确尚未保存,您确认要丢弃这部分更改吗?",af86ad9dd8a221f931dcdc5a63382b6f:"查看更改","43d586cd6cf1a512c0bcb85ed9efde51":"请确认",bb79667f37035e9562ec6bcffd6cf8ef:"组件","5cb297585d4c81bb8fdbd31210a30d6f":"系统组件","6fce1c9aa3654ae2f0eedcc068a7e189":"自定义组件","06e004ef21414c06d3e4ff2cefaf6a04":"代码","7f7c624a843b0d539a4ea59a696702f9":"批量操作",b80ed82d124c6fd9242dcacdda2a2f8b:"更改组件类型","41150516bf0d90646edc5239593366e9":"选中组件插入到",d87481b371771b4f150da76e311bbbef:"输入关键字可过滤组件",becdc848350872592201e31bab03892a:"无法预览","751dfe6f476903c21381c9acf88332e2":"没有可用组件,也许你该切换容器试试。",e22c9a05b424b761efce11f17726fdd7:"替换","9bdb07e72d3a9a6084201a7398523f5a":"插入","625fb26b4b3340f7872b411f401e754c":"取消","95509c09bdef4bb7842a9b957ab1f971":"关闭悬浮模式","426480bb614633c8c3ba8faa0338b72f":"开启悬浮模式",fbf7967f9baf6a22bd6ca7f4e6390bf9:"{{@1}}-[公共配置]","93383ef1ab4a433df97a56a73e571b9f":"大纲","962d43ff8d39c381d8e2c73838412111":"查询页面元素","0c95d1856ffdeeade7cebe0ef928f361":"将目标拖入导航中的节点可以切换容器",c482df2a3ac8e014febd8a5fc9cadaea:"加载中,请稍等...",c44c6c179c44e794b103053886847dc4:"没有预览图",e4cefe7df36e92da1d7e875b92655507:"点击展开","7ae451de83aa6f5f140e941904377391":"点击折叠","84c8f0087acfc9b9862371d0bd59b830":"点击添加「{{@1}}」",f3430f4fdd8b9643daa74f4a5716dd15:" 详情 ",b797a8992ef41320919e45a069f2b459:"没有找到可用组件,您可以换个关键字继续查找。","0bd36c8db19e3a93506f39ebc8ff0ab9":"当表单、列表等组件有名字时会出现在这里方便选择",bb28ec819520ced0ffb4c3da01f112e2:"点击清空当前区域",eeb6908870e058bc23d52c1e405a054e:"上一步","38ce27d84639f3a6e07c00b3b4995c0e":"下一步",e83a256e4f5bb4ff8b3d804b5473217a:"确认","22c799040acdb2601b437ed5449de076":"容器",bd9fcf46b4e5993f97fe04ee9ebcd7ed:"撤销",c3c873d33f1c6482c79b0ffd862786cd:"重做",e9509c688a0df6b088503d21569b6e8f:"类型错误,无法渲染","2168c5735883bd040eaf09909d0911b8":"输入关键字查询组件",e9c38f88375807704270aa3572454976:"搜索历史","288f0c404c4e546aa3683ff5054e85e2":"清空","4b9bc9abf2a2beb3772d903a3d01d1de":"点击删除这条搜索记录","9d3128a1675de32cdd290b31140a7290":"搜索结果为空,您可以换个关键字继续查找。",accb901a02b1415b40d95cdd31b8da1d:"组件分类","79d3abe929f67f0644a78bf32adb3a89":"复制",b7d817611230d382f6ef92b41848a342:"复制当前选中元素",eafbece1016a6af76cce466e55ad9f00:"粘贴",e0b9bb8e41eccd3ce6b282664643d7f8:"将复制的元素插入到当前选中节点","43fc77886b7fbcd658f0ccdba36bd5a0":"剪切",a6be4ad12e9612811963c44466af3218:"剪切当前选中元素","58887132871b71b015c3a391e7755815":"恢复上一次撤销的操作",be5fbbe34ce9979bfb6576d9eddc5612:"保存","1f81fd4598e9151538f29c41b8aa0020":"保存当前所有操作","645dbc5504e722a30896486085a06b32":"预览","5bc425ac8b75c571093a63eb6073c354":"开启预览模式","426cd14ebd62a4922186527d07ba37f3":"删除当前节点","499e58e764420aeed2d1476a56d8fa34":"向上移动",d040485f0e3887f0b297f8f772db03e4:"向上移动当前节点","08ad565f066d30572d1f8e2ee17cbe12":"向下移动","6348dc0e83d6ab391a8816f67d0e5ceb":"向下移动当前节点",fbec96e028142496df88ed2c63b44512:"点击查看当前可用快捷键","9c3f1278ffa822835bb3a677f02bca27":"当前可用快捷键","4e98a5dcd3defffb23629fce3add04f6":"暂无快捷键","186733ed7ec817040b8f9cbc610ba49a":"程序错误",e777eb796f8a02e97a891fde43d10ce4:"{{@1}}变量","5d665bc55779aafdefcc4050e3a8429e":"{{@1}}({{@2}})渲染发生错误:",a30dd4945df5b44b264fa3be6ee9682e:"当前渲染器信息:","63f94190d2d4ea22263e6e9f07c96558":"错误对象:",f66335b5bff0e26fdff2a3303e0f9bb0:"错误信息:","966e23b5c1efe8e18fc4f0c326d47314":")渲染发生错误,详细错误信息请查看控制台输出。","245897371cda2055f5c17c6cf298ed48":"温馨提示:预览模式下禁止跳转",e1b7255934e3189b1f5d440fc1aa0230:"注册插件异常,已存在同名插件:","979a50681e278dcc0be18f68459e8217":"系统变量","75c142934800d6ee31fcf3fdff9e5d53":"[amis-editor]当前已有{{@1}}插件","0e24e1bbc19612a350f81296d9fb7802":"请先选择一个元素作为插入的位置。",bd690facb536d759814ee64f2760fecb:"当前节点不允许追加新组件。","02f180cd26ff0951ddfda490080ee5ea":"配置项已复制","1ff035555ac8a68dc5b0ea2d0af55f00":"剪切板内容为空","6cb01692eea2fa7066d20fe2b6ccaea3":"假数据","7f2f0461a58c43667d7245ce92bb2e77":"按住拖动调整位置","78c1c38b91c672da1113fa2564c14ea6":"向前插入组件","87f48bbadfbef5ef4554e06b7e141d37":"向后插入组件","0ec9eaf9c3525eb110db58aae5912210":"更多","417db09508befe7dbe9f84a517a6edec":"重复一份","99b81127ef28368151621cdfccce69f8":"取消多选","205f45ee17394bd5668412780eaa55e2":"插入组件","4c725f0159023c485ead728680e277ba":"选中{{@1}}","7ad78e0991f34ff3a345c59a2fc31572":"选中层级",aafda9e8f6b7b613680677c513edb7a6:"取消选中",b58d101f52531c845f15db63d7212115:"复制配置","74e2bc6615b7dbbb11fd5e1e212263ae":"剪切配置",e2f401af580d1354ae00ec4ca19e2e24:"粘贴配置","21462ae22216eec41dc688cc4a8ae64b":"向前移动",ed2bc13d8bbd99e16e017dd5f5393393:"向后移动","9e54f3e4ee3330299c5fdc910c2e8d3c":"撤销(Undo)",ae8e86e426c2ba00da274b66dc372a8b:"重做(Redo)","2b6bc0f293f5ca01b006206c2535ccbc":"操作",aa920263020f14211a44ea172efc7253:"上下文数据","48ac479789304b37afa2f1b06642f4da":"当前","9bc16c658ab8a8c4eddc5e24d85bef20":"上层","004d4be2ba8e6b8eed9333d15bc80a88":"上{{@1}}层",e366ccf1556c0672dcecba135ed5472e:"设置","0cbec43d00e491a663ff0525ffe31868":"快速构建「{{@1}}」","1dd554cdfc1ddf7dce13453805523c16":"变更",a82240ce09faf0b972a8aa5c9e93d209:"插入组件面板",eadc8c8d4a8776893672330598babca0:"位置错误,目标位置没有找到",f3c057f37fb9a4e7dd44b04919c12578:"请从左侧组件面板中点击添加新的元素。",f942c7a6a35c4eb1381d2966462d0489:'
拖入占位
',"392342f7750a565f9a79c678c6b12421":"<隐藏状态>","8e44aba21d01c1e08cc79f4ebaf0b3f2":"布局容器组件不支持拖拽插入子元素。","52e6abbe5c11e7cbf14788c1540f8bf2":"已复制","372ea9fd27fb7cfacfe1b4ca3046f8d0":"配置项","2a6287664de5ab46c65220c7182878ff":"已剪切",db805d4e361ac2d3fc6047eaea1a7c69:"自由容器","969e9e56b3812abffa3994f35ea31835":"吸附容器","5b804b05e14aaacc75033a4f77fc2844":"源码","69a53230577258b6d97ee932befcc168":"<列>:",cc6aeb073ebc3cb29734a49164f8964c:"页面变量",b71e8739cb9bcba8057a8fa8b59512da:"<列>"});var se=i.P6Y.guid,be=i.P6Y.omitControls,fe=i.P6Y.isObjectShallowModified,ue=i.P6Y.cloneObject,pe=i.P6Y.anyChanged,me=i.P6Y.noop,he=i.P6Y.makeHorizontalDeeper,ve=i.P6Y.findIndex,ge=i.P6Y.isEmpty,ye=i.P6Y.eachTree,we=i.P6Y.createObject,Ce={};function xe(e){return Ke(e)?(Object.keys(e).forEach((function(a){void 0===e[a]&&delete e[a]})),e):e}function Ee(e){if(!Ke(e)||e.$$typeof)return e;if(Array.isArray(e))return e.map(Ee);var a={},t=!1;return e.$$id||(t=!0,a.$$id=se()),Object.keys(e).forEach((function(n){var c=e[n];if(Array.isArray(c)){var o=!1,i=c.map((function(e){var a=Ee(e);return a!==e&&(o=!0),a}));o&&(t=!0,a[n]=i)}else(i=Ee(c))!==c&&(t=!0,a[n]=i)})),t&&(e=xe((0,f.pi)((0,f.pi)({},e),a))),e}function ke(e,a){if(Array.isArray(e)){var t=!1,n=e.map((function(e){var n=ke(e,a);return n!==e&&(t=!0),n}));return t?n:e}if(!Ke(e)||(0,v.bi)(e))return e;var c=!1,o={};return e.$$id&&(c=!0,o.$$id=void 0),Object.keys(e).forEach((function(t){var n=e[t];if("function"==typeof a?a(t,n):!1!==a&&"__"===t.substring(0,2))return o[t]=void 0,void(c=!0);var i=ke(n,a);i!==n&&(c=!0,o[t]=i)})),c&&(e=xe((0,f.pi)((0,f.pi)({},e),o))),e}function Se(e){var a=e.themeCss||e.css;if(!a||"page"===e.type)return e;var t={};return Object.keys(a).forEach((function(a){if("$$id"!==a){var n="".concat(a,"-").concat(e.id.replace("u:",""));e[a]?~e[a].indexOf(n)||(t[a]=e[a]+" "+n):t[a]=n}})),e=xe((0,f.pi)((0,f.pi)({},e),t))}function Ne(e,a,t){var n=e;return t&&t.push(e),a.forEach((function(e){n=n[e],t&&t.push(n)})),n}function Oe(e,a,t){void 0===t&&(t="$$id");for(var n=[],c=!1,o=[{path:".",data:e}],i=function(){var e=o.shift(),i=e.data,d=e.path;if(i[t]===a)return c=!0,n=d.split(".").filter((function(e){return e})),"break";Object.keys(i).forEach((function(e){var a=i[e];Array.isArray(a)?a.forEach((function(a,t){Ke(a)&&o.push({data:a,path:"".concat(d,".").concat(e,".").concat(t)})})):Ke(a)&&o.push({data:a,path:"".concat(d,".").concat(e)})}))};o.length&&"break"!==i(););return c?n:null}function Te(e,a,t){var n=Oe(e,a,t);return null===n?null:Ne(e,n)}function Ie(e,a,t){void 0===t&&(t=!1);var n=Oe(e,a);if(null===n||!n.length)return null;var c=e,o=[c];for(n.pop(),n.forEach((function(e){c=c[e],o.unshift(c)}));t&&Array.isArray(o[0]);)o.shift();return o[0]}function Me(e,a,t,n){void 0===n&&(n=!1);var c=Oe(e,a);if(null===c)return e;var o=[],i=Ne(e,c,o);if(Array.isArray(t)&&o[o.length-2]&&Array.isArray(o[o.length-2])){var d=o[o.length-2].indexOf(o[o.length-1]);o[o.length-2]=o[o.length-2].concat(),o[o.length-2].splice.apply(o[o.length-2],[d,1].concat(t)),o.pop()}else o[o.length-1]=i=(0,f.pi)((0,f.pi)((0,f.pi)({},n?null:i),t),{$$id:a});for(;o.length>1;){var r=o.pop();Array.isArray(o[o.length-1])?o[o.length-1]=o[o.length-1].concat():o[o.length-1]=(0,f.pi)({},o[o.length-1]),o[o.length-1][c[o.length-1]]=r}return o[0]}function Fe(e,a,t,n){var c=Oe(e,a);if(null===c)return e;Array.isArray(t)&&t.push.apply(t,c);var o=c.pop(),i=[],d=Ne(e,c,i);for(Array.isArray(d)?(i[i.length-1]=d=d.concat(),d.splice(o,1),n&&!d.length&&(i[i.length-1]=void 0)):(i[i.length-1]=d=(0,f.pi)({},d),delete d[o]);i.length>1;){var r=i.pop();Array.isArray(i[i.length-1])?i[i.length-1]=i[i.length-1].concat():i[i.length-1]=(0,f.pi)({},i[i.length-1]),void 0===r?delete i[i.length-1][c[i.length-1]]:i[i.length-1][c[i.length-1]]=r}return i[0]}function Re(e,a,t){var n=Oe(e,a);if(null===n)return e;var c=parseInt(n.pop(),10),o=[],i=Ne(e,n,o);if(!Array.isArray(i))return e;for(o[o.length-1]=i=i.concat(),t(i,i[c],c);o.length>1;){var d=o.pop();Array.isArray(o[o.length-1])?o[o.length-1]=o[o.length-1].concat():o[o.length-1]=(0,f.pi)({},o[o.length-1]),o[o.length-1][n[o.length-1]]=d}return o[0]}function ze(e,a){return Re(e,a,(function(e,a,t){0!==t&&(e.splice(t,1),e.splice(t-1,0,a))}))}function Ae(e,a){return Re(e,a,(function(e,a,t){t!==e.length-1&&(e.splice(t,1),e.splice(t+1,0,a))}))}function je(e,a,t){return void 0===t&&(t={}),Re(e,a,(function(e,a,n){var c=Ee(ke(a));e.splice(n+1,0,Pe(c,t))}))}function Pe(e,a){return void 0===a&&(a={}),Ze(e,(function(e,t,n){var c,o="string"==typeof e&&0===e.indexOf("u:");if("id"===t&&o&&n){var i=Qe();a[n.id]=i,n.id=i}else"componentId"===t&&o&&(n.componentId=null!==(c=a[e])&&void 0!==c?c:e);return e})),e}function Be(e){Object.isFrozen(e)||(Array.isArray(e)&&e.forEach((function(e){return Be(e)})),Ke(e)&&!(0,v.bi)(e)&&(e.type&&!e.id&&(e.id=Qe()),Object.keys(e).forEach((function(a){var t=e[a];(Ke(t)||Array.isArray(t))&&Be(t)}))))}function Le(e,a,t){return void 0===t&&(t={}),(null==e?void 0:e.$$commonSchema)===a?t[a]=e:C()(e)?Object.keys(e).forEach((function(n){Le(e[n],a,t)})):Array.isArray(e)&&e.map((function(e){return Le(e,a,t)})),t}function De(e,a){if(Array.isArray(e))return e.map((function(e){return De(e,a)}));if(C()(e)){var t={},n=!1;return Object.keys(e).forEach((function(c){var o=e[c],i=De(o,a);if(e.$$commonSchema?t[c]&&(t[c]=i):t[c]=i,i!==o&&(n=!0),"$$commonSchema"!==c||a){if("$$commonSchema"===c&&a){var d=Le(a,o);d[o]&&(e=t=(0,f.pi)({},d[o]))}}else e=t={$$commonSchema:o}})),n?t:e}return e}function $e(e){if(Array.isArray(e))return e.map((function(e){return $e(e)}));if(C()(e)){var a={},t=!1;Object.keys(e).forEach((function(n){var c=e[n];~["visible","visibleOn","hidden","hiddenOn","toggled"].indexOf(n)&&(n="$$".concat(n),t=!0);var o=$e(c);a[n]=o,o!==c&&(t=!0)}));var n=t?a:e;return(null==n?void 0:n.type)?la(n):n}return e}var Ve=i.P6Y.autobind;function _e(e){return e.replace(/\W+(.)/g,(function(e,a){return a.toUpperCase()}))}var He=function(e,a){var t;return(0,v.U5)(e,(function(e){h()(e,t)||(a(e,t),t=e)}))};function qe(e,a){void 0===a&&(a=1);for(var t=[];a-- >0;)t.push(e);return t}function We(e,a,t){return y().diff(e,a,t)}function Ue(e,a){return a?a.reduce((function(a,t){return function(e,a,t){if(e&&Array.isArray(null==t?void 0:t.path)){e=e===a?(0,f.pi)({},e):e;var n=t.path.concat();"A"!==t.kind&&n.pop(),n.reduce((function(e,a){var t=e.target,n=e.source[a],c=t[a];return n===c&&(c=Array.isArray(c)?c.concat():(0,f.pi)({},c),t[a]=c),{source:n,target:c}}),{target:e,source:a}),y().applyChange(e,a,t)}return e}(a,e,t)}),e):e}function Ze(e,a){Object.keys(e).forEach((function(t){var n=e[t];C()(n)||Array.isArray(n)?Ze(n,a):a(n,t,e)}))}var Ge=function(e){return E()(e)||!isNaN(parseFloat(String(e).toString()))},Je=function(e,a){return void 0===a&&(a="px"),e?Ge(e)?"".concat(parseFloat(String(e).toString())).concat(a):e:void 0};function Ye(e){return"String"===Object.prototype.toString.call(e).slice(8,-1)}function Ke(e){var a=!1;return"Object"===Object.prototype.toString.call(e).slice(8,-1)&&(a=!0),a}function Xe(e){void 0===e&&(e={});var a={type:"object",properties:{}};return Object.keys(e).forEach((function(t){var n=e[t],c=typeof n;~["string","number"].indexOf(c)?a.properties[t]={type:c,title:t}:a.properties[t]="object"===c&&n?{type:"object",title:t}:{type:"",title:t}})),a}function Qe(){return"u:"+se()}function ea(e){return e.pluginIcon&&(0,i.OLP)(e.pluginIcon)}function aa(e){return!(!e||"flex"!==e.type)}function ta(e,a){if("auto"===e)return"auto";var t=parseInt(e),n=a;E()(a)||(n=parseInt(a));var c=e.substring(t.toString().length);return c||(c="px"),"".concat(t+n).concat(c)}function na(e){return e.replace(/[|\\{}()[\]^$+*?.]/g,"")}function ca(e){return["divider","crud2","crud","list","picker","table","table-view","grid","cards","card","form","progress","diff-editor","editor","input-range","flex"].indexOf(e)>-1}function oa(){var e,a;return null!==(a=null===(e=null===window||void 0===window?void 0:window.editorStore)||void 0===e?void 0:e.i18nEnabled)&&void 0!==a&&a}function ia(e,a){var t;return a=a||(null===(t=null===window||void 0===window?void 0:window.editorStore)||void 0===t?void 0:t.appCorpusData),C()(a)?(0,i.Xcl)(e,(function(e){return a[e]||e})):e}function da(e){var a,t;return Ye(e)&&(null===(t=null===(a=null===window||void 0===window?void 0:window.editorStore)||void 0===a?void 0:a.appCorpusData)||void 0===t?void 0:t[e])||e}function ra(e){var a,t,n,c,o=!1;return!!e&&("page"===e.rendererName&&("aside"===e.name||"body"===e.name)||!!(null===(t=null===(a=e.node)||void 0===a?void 0:a.schema)||void 0===t?void 0:t.isFreeContainer)||(((null===(n=e.$$editor)||void 0===n?void 0:n.needFillPlaceholder)||(null===(c=e.regionConfig)||void 0===c?void 0:c.needFillPlaceholder))&&(o=!0),o))}function la(e){var a=(0,k.cloneDeep)(e);return a.themeConfig=Ce,(0,k.assign)(a,function(e){if(!e||!e.global)return{};var a=e.global,t=a.colors,n=a.fonts,c=a.borders,o=a.sizes,i=a.shadows,d=[],r=[],l=[],s=[],b=[],f=[],u=[],p=[],m=[],h=[];function v(e){var a=[];return e.body.common.forEach((function(t,n){a.push({label:t.label,value:"var(".concat(e.token).concat(t.color+1,")"),realValue:e.body.colors[t.color].color})})),{label:e.label,value:e.token,children:a}}d.push({label:"品牌色",value:"brand",children:[v(t.brand)]});var g={label:"中性色",value:"neutral",children:[]};t.neutral.body.forEach((function(e,a){g.children.push(v(e))})),d.push(g);var y={label:"辅助色",value:"neutral",children:[]};t.func.body.forEach((function(e,a){y.children.push(v(e))})),d.push(y);var w=function(e){var a,t=e,c={size:l,lineHeight:b,weight:s},o=[];"base"!==t?(n[t].body.forEach((function(e,a){o.push({label:"".concat(e.label,"(").concat(e.value,")"),value:"var(".concat(e.token,")"),realValue:"".concat(e.value)})})),(a=c[t]).push.apply(a,o)):(n.base.body.forEach((function(e,a){o.push({label:e.value,value:e.value,realValue:e.value})})),r.push.apply(r,o))};for(var C in n)w(C);var x=function(e){var a,t=e,n={width:u,style:p,radius:f},o=[];c[t].body.forEach((function(e,a){o.push({label:"style"===t?e.label:"".concat(e.label,"(").concat(e.value,")"),realValue:e.value,value:"var(".concat(e.token,")")})})),(a=n[t]).push.apply(a,o)};for(var C in c)x(C);o.size.body.forEach((function(e){m.push({label:"".concat(e.label,"(").concat(e.value,")"),value:"var(".concat(e.token,")"),realValue:e.value})}));for(var E=o.size.start,k=parseFloat(E),S=E.replace(k.toString(),""),N=o.size.base,O=1;O<=50;O++){var T=(O-1)*N+k+S;m.push({label:"尺寸".concat(O,"(").concat(T,")"),value:"var(--sizes-base-".concat(O,")"),realValue:T})}return i.shadow.body.forEach((function(e){h.push({label:e.label,value:"var(".concat(e.token,")"),realValue:e.value})})),{colorOptions:d,fontFamilyOptions:r,fontSizeOptions:l,lineHeightOptions:b,fontWeightOptions:s,borderRadiusOptions:f,borderWidthOptions:u,borderStyleOptions:p,sizesOptions:m,shadowOptions:h}}(Ce)),a}Object.freeze({__proto__:null,guid:se,isObjectShallowModified:fe,anyChanged:pe,noop:me,makeHorizontalDeeper:he,omitControls:be,isEmpty:ge,cloneObject:ue,eachTree:ye,createObject:we,get themeConfig(){return Ce},__uri:function(e){return e},cleanUndefined:xe,JSONPipeIn:Ee,JSONPipeOut:ke,addStyleClassName:Se,JSONGetByPath:Ne,JSONGetPathById:Oe,JSONGetById:Te,JSONGetParentById:Ie,JSONUpdate:Me,JSONDelete:Fe,JSONMerge:function e(a,t){if(!Ke(a)||!Ke(t))return t;if(!fe(a,t))return a;var n={};return a.$$id&&(n.$$id=a.$$id),Object.keys(t).forEach((function(c){Array.isArray(t[c])&&Array.isArray(a[c])&&t[c]!==a[c]?n[c]=t[c].map((function(t,n){return a[c][n]?e(a[c][n],t):t})):void 0===a[c]?n[c]=t[c]:n[c]=e(a[c],t[c])})),n},JSONChangeInArray:Re,JSONCanMoveUp:function(e,a){var t=Ie(e,a);return!(!t||!Array.isArray(t))&&ve(t,(function(e){return e.$$id===a}))>0},JSONMoveUpById:ze,JSONCanMoveDown:function(e,a){var t=Ie(e,a);if(!t||!Array.isArray(t))return!1;var n=ve(t,(function(e){return e.$$id===a}));return~n&&n(o=~o?o:999999)?1:c===o?0:-1}},persistGet:function(e,a){var t=localStorage.getItem("amis-editor-".concat(e));return t&&(t=JSON.parse(t)),t||a},persistSet:function(e,a){a=JSON.stringify(a),localStorage.setItem("amis-editor-".concat(e),a)},normalizeId:function(e){return e.replace(/\-[a-z0-9]+$/g,"")},autobind:Ve,addDragingClass:function(e){for(;e&&(e.classList.add("ae-is-draging"),!(null==(e=e.parentElement)?void 0:e.hasAttribute("data-region"))););},removeDragingClass:function(e){for(;e&&(e.classList.remove("ae-is-draging"),!(null==(e=e.parentElement)?void 0:e.hasAttribute("data-region"))););},camelize:_e,reactionWithOldValue:He,repeatArray:qe,diff:We,patchDiff:Ue,JSONTraverse:Ze,isNumeric:Ge,string2CSSUnit:Je,isString:Ye,isObject:Ke,jsonToJsonSchema:Xe,generateNodeId:Qe,isHasPluginIcon:ea,isLayoutPlugin:aa,unitFormula:ta,stringRegExp:na,needDefaultWidth:ca,getI18nEnabled:oa,translateSchema:ia,appTranslate:da,needFillPlaceholder:ra,setThemeConfig:function(e){Ce=e},setThemeDefaultData:la});var sa=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.mainRef=o.createRef(),a}return(0,f.ZT)(a,e),a.prototype.handleWResizerMouseDown=function(e){return this.startResize(e,"horizontal")},a.prototype.handleHResizerMouseDown=function(e){return this.startResize(e,"vertical")},a.prototype.handleResizerMouseDown=function(e){return this.startResize(e,"both")},a.prototype.startResize=function(e,a){var t,n,c,o=this;if(void 0===a&&(a="horizontal"),(1===e.button&&null!==window.event||0===e.button)&&!e.defaultPrevented){e.preventDefault();var i=this.props,d=i.manager,r=i.id,l=i.node,s=i.store;if(l){var b=document.querySelector('[data-editor-id="'.concat(r,'"]'));if(b){d.disableHover=!0;var f=d["both"===a?"onSizeChangeStart":"vertical"===a?"onHeightChangeStart":"onWidthChangeStart"](e,{dom:b,node:l,store:s,resizer:"both"===a?this.resizerDom:"vertical"===a?this.hResizerDom:this.wResizerDom}),u=null===(t=f.data)||void 0===t?void 0:t.onMove,p=null===(n=f.data)||void 0===n?void 0:n.onEnd;if(u||p){null===(c=this.mainRef.current)||void 0===c||c.setAttribute("data-resizing","");var m=function(e){e.preventDefault(),null==u||u(e)},h=function(e){var a;e.preventDefault(),d.disableHover=!1,null===(a=o.mainRef.current)||void 0===a||a.removeAttribute("data-resizing"),window.removeEventListener("mousemove",m),window.removeEventListener("mouseup",h),document.body.style.cursor="default";var t=function(e){window.removeEventListener("click",t,!0),e.preventDefault(),e.stopPropagation()};window.addEventListener("click",t,!0),setTimeout((function(){return window.removeEventListener("click",t,!0)}),350),null==p||p(e)};window.addEventListener("mousemove",m),window.addEventListener("mouseup",h),document.body.style.cursor="both"===a?"nwse-resize":"vertical"===a?"ns-resize":"ew-resize"}}}}},a.prototype.wResizerRef=function(e){var a;e?e.addEventListener("mousedown",this.handleWResizerMouseDown):null===(a=this.wResizerDom)||void 0===a||a.addEventListener("mousedown",this.handleWResizerMouseDown),this.wResizerDom=e},a.prototype.hResizerRef=function(e){var a;e?e.addEventListener("mousedown",this.handleHResizerMouseDown):null===(a=this.hResizerDom)||void 0===a||a.addEventListener("mousedown",this.handleHResizerMouseDown),this.hResizerDom=e},a.prototype.resizerRef=function(e){var a;e?e.addEventListener("mousedown",this.handleResizerMouseDown):null===(a=this.resizerDom)||void 0===a||a.addEventListener("mousedown",this.handleResizerMouseDown),this.resizerDom=e},a.prototype.handleMouseEnter=function(){this.props.manager.disableHover||this.props.store.setHoverId(this.props.id)},a.prototype.handleDragStart=function(e){var a=this.props,t=a.manager,n=a.id;t.disableHover||t.startDrag(n,e)},a.prototype.render=function(){var e=this.props,a=e.className,t=e.store,n=e.id,c=e.title,d=e.children,r=e.node;e.toolbarContainer;var l=e.onSwitch,s=t.sortedToolbars,b=t.sortedSecondaryToolbars,f=t.sortedSpecialToolbars,u=t.isActive(n),m=t.parentIsFreeContainer(),h=t.isHoved(n)||t.dropId===n||t.insertOrigId===n||m===n,v=t.draggableContainer(n),g=document.getElementById("aePreviewHighlightBox").offsetWidth-r.x<176;return o.createElement("div",{className:p()("ae-Editor-hlbox",{shake:n===t.insertOrigId,selected:u||~t.selections.indexOf(n),hover:h,regionOn:r.childRegions.some((function(e){return t.isRegionHighlighted(e.id,e.region)})),isFreeContainerElem:!!m||v},a),"data-hlbox-id":n,style:{display:r.w&&r.h?"block":"none",top:r.y,left:r.x,width:r.w,height:r.h},ref:this.mainRef,onMouseEnter:this.handleMouseEnter,draggable:!!m||v,onDragStart:this.handleDragStart},u?o.createElement("div",{className:"ae-Editor-toolbarPopover ".concat(g?"is-right-elem":"")},o.createElement("div",{className:"ae-Editor-nav"},r.host?o.createElement("div",{className:"ae-Editor-tip parent",onClick:function(){return null==l?void 0:l(r.host.id)}},r.host.label):null,o.createElement("div",{key:"tip",className:"ae-Editor-tip current"},c),r.firstChild?o.createElement("div",{className:"ae-Editor-tip child",onClick:function(){return null==l?void 0:l(r.firstChild.id)}},r.firstChild.label):null),o.createElement("div",{className:"ae-Editor-toolbar",key:"toolbar"},s.map((function(e){return o.createElement("button",{key:e.id,type:"button",draggable:e.draggable,onDragStart:e.onDragStart,"data-id":e.id,"data-tooltip":e.tooltip||void 0,"data-position":e.placement||"top",onClick:e.onClick},e.iconSvg?o.createElement(i.JO$,{className:"icon",icon:e.iconSvg}):~e.icon.indexOf("<")?o.createElement("span",{dangerouslySetInnerHTML:{__html:e.icon}}):o.createElement("i",{className:e.icon}))})))):null,u&&b.length?o.createElement("div",{className:"ae-Editor-toolbar sencondary",key:"sencondary-toolbar"},b.map((function(e){return o.createElement("button",{key:e.id,type:"button",className:e.className,"data-id":e.id,"data-tooltip":e.tooltip||void 0,"data-position":e.placement||"top",onClick:e.onClick},e.iconSvg?o.createElement(i.JO$,{className:"icon",icon:e.iconSvg}):~e.icon.indexOf("<")?o.createElement("span",{dangerouslySetInnerHTML:{__html:e.icon}}):o.createElement("i",{className:e.icon}))}))):null,u&&f.length?o.createElement("div",{className:"ae-Editor-toolbar special",key:"special-toolbar"},f.map((function(e){return o.createElement("button",{key:e.id,type:"button",className:e.className,"data-id":e.id,"data-tooltip":e.tooltip||void 0,"data-position":e.placement||"top",onClick:e.onClick},e.iconSvg?o.createElement(i.JO$,{className:"icon",icon:e.iconSvg}):~e.icon.indexOf("<")?o.createElement("span",{dangerouslySetInnerHTML:{__html:e.icon}}):o.createElement("i",{className:e.icon}))}))):null,d,r.widthMutable?o.createElement(o.Fragment,null,o.createElement("span",{className:"ae-border-WResizer",ref:this.wResizerRef}),o.createElement("span",{className:"ae-WResizer",ref:this.wResizerRef})):null,r.heightMutable?o.createElement(o.Fragment,null,o.createElement("span",{className:"ae-border-HResizer",ref:this.hResizerRef}),o.createElement("span",{className:"ae-HResizer",ref:this.hResizerRef})):null,r.widthMutable&&r.heightMutable?o.createElement("span",{className:"ae-Resizer",ref:this.resizerRef}):null)},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[MouseEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleWResizerMouseDown",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[MouseEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleHResizerMouseDown",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[MouseEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleResizerMouseDown",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"wResizerRef",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"hResizerRef",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"resizerRef",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleMouseEnter",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleDragStart",null),(0,f.gn)([I.Pi],a)}(o.Component),ba=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.handleClick=function(){var e=this.props,a=e.manager,t=e.id,n=e.name;a.emptyRegion(t,n)},a.prototype.render=function(){var e=this.props,a=e.store,t=e.id,n=e.name,c=e.title,d=e.node,r=e.isOnlyChildRegion,l=a.isRegionHighlighted(t,n),s=a.isRegionHighlightHover(t,n),f=a.isRegionDragEnter(t,n),u=a.getNodeById(t),m=d.x-u.x,h=d.y-u.y;return o.createElement("div",{"data-renderer":d.host.info.renderer.name,"data-region":n,className:p()("ae-Editor-rhlbox",f?"is-dragenter":"",!r&&s?"region-hover":"",l?"is-highlight":"",m<87&&h<21&&d.x<190?"region-label-within":""),style:{width:d.w,height:d.h,borderWidth:"".concat(Math.max(0,h),"px ").concat(Math.max(0,u.w-m-d.w),"px ").concat(Math.max(0,u.h-h-d.h),"px ").concat(Math.max(0,m),"px")}},o.createElement("div",{"data-node-id":t,"data-node-region":n,className:"region-tip ".concat(r?"is-only-child-region":""," ignore-hover-elem")},c,o.createElement("span",{className:"margin-space"},"|"),o.createElement("button",{type:"button",className:"clear-icon-btn","data-tooltip":b("bb28ec819520ced0ffb4c3da01f112e2"),"data-position":"bottom",onClick:this.handleClick},o.createElement(i.JO$,{icon:"clear-btn"}))))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleClick",null),(0,f.gn)([I.Pi],a)}(o.Component),fa=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.render=function(){return o.createElement("div",{className:"ae-ErrorRenderer"},"类型错误,无法渲染")},a}(o.Component),ua=function(){function e(e){this.manager=e}return e.prototype.getRendererInfo=function(e){var a=e.renderer,t=e.schema,n=this;if(t.$$id&&n.name&&n.rendererName&&n.rendererName===a.name){var c=n.name;return(null==t?void 0:t.isFreeContainer)?c=b("db805d4e361ac2d3fc6047eaea1a7c69"):(null==t?void 0:t.isSorptionContainer)&&(c=b("969e9e56b3812abffa3994f35ea31835")),{name:c,regions:n.regions,patchContainers:n.patchContainers,vRendererConfig:n.vRendererConfig,wrapperProps:n.wrapperProps,wrapperResolve:n.wrapperResolve,filterProps:n.filterProps,$schema:n.$schema,renderRenderer:n.renderRenderer,multifactor:n.multifactor,scaffoldForm:n.scaffoldForm,disabledRendererPlugin:n.disabledRendererPlugin,isBaseComponent:n.isBaseComponent,rendererName:n.rendererName}}},e.prototype.buildEditorPanel=function(e,a){var t,n,c,o,i=this,d=this.manager.store;if(d.activeId&&!e.selections.length){if(!e.info.hostId&&(i.panelControls||i.panelControlsCreator||i.panelBody||i.panelBodyCreator)&&e.info.plugin===this){var r=i.panelBodyCreator?i.panelBodyCreator(e):i.panelBody;this.manager.trigger("after-build-panel-body",{context:e,data:r,plugin:i}),a.push({key:"config",icon:i.panelIcon||i.icon||"fa fa-cog",pluginIcon:i.pluginIcon,title:i.panelTitle||b("e366ccf1556c0672dcecba135ed5472e"),render:this.manager.makeSchemaFormRender({definitions:i.panelDefinitions,submitOnChange:i.panelSubmitOnChange,api:i.panelApi,body:r,controls:i.panelControlsCreator?i.panelControlsCreator(e):i.panelControls,justify:i.panelJustify,panelById:d.activeId})})}else e.info.plugin===this&&e.info.hostId&&((null===(t=i.vRendererConfig)||void 0===t?void 0:t.panelControls)||(null===(n=i.vRendererConfig)||void 0===n?void 0:n.panelControlsCreator)||(null===(c=i.vRendererConfig)||void 0===c?void 0:c.panelBody)||(null===(o=i.vRendererConfig)||void 0===o?void 0:o.panelBodyCreator))&&a.push({key:e.info.multifactor?"vconfig":"config",icon:i.vRendererConfig.panelIcon||"fa fa-cog",title:i.vRendererConfig.panelTitle||b("e366ccf1556c0672dcecba135ed5472e"),render:this.manager.makeSchemaFormRender({submitOnChange:i.panelSubmitOnChange,api:i.panelApi,definitions:i.vRendererConfig.panelDefinitions,controls:i.vRendererConfig.panelControlsCreator?i.vRendererConfig.panelControlsCreator(e):i.vRendererConfig.panelControls,body:i.vRendererConfig.panelBodyCreator?i.vRendererConfig.panelBodyCreator(e):i.vRendererConfig.panelBody,justify:i.vRendererConfig.panelJustify,panelById:d.activeId})});if(e.info.plugin===this&&e.info.multifactor){var l=e.node.sameIdChild;l&&this.manager.collectPanels(l,!1,!0).forEach((function(e){var t,n;"config"!==e.key&&"vconfig"!==e.key||a.push((0,f.pi)((0,f.pi)({},e),{key:"sub-".concat(e.key),icon:(null===(n=null===(t=l.info)||void 0===t?void 0:t.plugin)||void 0===n?void 0:n.icon)||e.icon}))}))}}},e.prototype.buildSubRenderers=function(e,a,t){var n=this;return Array.isArray(n.scaffolds)?n.scaffolds.map((function(e){var a,t,c,o,i,d,r,l;return{name:null!==(a=e.name)&&void 0!==a?a:n.name,icon:null!==(t=e.icon)&&void 0!==t?t:n.icon,pluginIcon:n.pluginIcon,description:null!==(c=e.description)&&void 0!==c?c:n.description,previewSchema:null!==(o=e.previewSchema)&&void 0!==o?o:n.previewSchema,tags:null!==(i=e.tags)&&void 0!==i?i:n.tags,docLink:null!==(d=e.docLink)&&void 0!==d?d:n.docLink,type:null!==(r=e.type)&&void 0!==r?r:n.type,scaffold:null!==(l=e.scaffold)&&void 0!==l?l:n.scaffold,scaffoldForm:n.scaffoldForm,disabledRendererPlugin:n.disabledRendererPlugin,isBaseComponent:n.isBaseComponent,rendererName:n.rendererName}})):n.name&&n.description?{searchKeywords:n.searchKeywords,name:n.name,icon:n.icon,description:n.description,previewSchema:n.previewSchema,tags:n.tags,docLink:n.docLink,type:n.type,scaffold:n.scaffold,scaffoldForm:n.scaffoldForm,disabledRendererPlugin:n.disabledRendererPlugin,isBaseComponent:n.isBaseComponent,pluginIcon:n.pluginIcon,rendererName:n.rendererName}:void 0},e.prototype.renderPlaceholder=function(e,a,t){return o.createElement("div",{key:a,className:"wrapper-sm b-a b-light m-b-sm",style:t,children:o.createElement("span",{className:"text-muted",children:e})})},e.prototype.getPlugin=function(e){return z()(this.manager.plugins,(function(a){return"string"==typeof e?a.rendererName===e:a instanceof e}))},e.scene=["global"],e}(),pa=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.onActive=function(e){var a,t=e.context;if((null===(a=t.info)||void 0===a?void 0:a.plugin)===this&&t.node){var n=t.node,c=n.schema||{};c.isFixedWidth&&n.setWidthMutable(!0),c.isFixedHeight&&n.setHeightMutable(!0)}},a.prototype.onWidthChangeStart=function(e){return this.onSizeChangeStart(e,"horizontal")},a.prototype.onHeightChangeStart=function(e){return this.onSizeChangeStart(e,"vertical")},a.prototype.onSizeChangeStart=function(e,a){var t;void 0===a&&(a="both");var n=e.context,c=n.node,o=n.store;if((null===(t=c.info)||void 0===t?void 0:t.plugin)===this){var i=n.resizer,d=n.dom,r=o.getDoc()||document,l=d.parentElement.getBoundingClientRect(),s=d.getBoundingClientRect(),b=n.nativeEvent.pageX,f=n.nativeEvent.pageY;e.setData({onMove:function(e){var t=e.pageY-f,n=e.pageX-b,o=Math.max(50,s.height+t),d=Math.max(100,Math.min(s.width+n,l.width)),u={width:d,height:o},p=r.querySelector("[data-hlbox-id='".concat(c.id,"']")),m=r.querySelector("[data-editor-id='".concat(c.id,"']"));"both"===a?(i.setAttribute("data-value","".concat(d,"px x ").concat(o,"px")),p.style.height="".concat(o,"px"),p.style.width="".concat(d,"px"),m.style.height="".concat(o,"px"),m.style.width="".concat(d,"px")):"vertical"===a?(i.setAttribute("data-value","".concat(o,"px")),p.style.height="".concat(o,"px"),m.style.height="".concat(o,"px"),delete u.width):(i.setAttribute("data-value","".concat(d,"px")),p.style.width="".concat(d,"px"),m.style.width="".concat(d,"px"),delete u.height),c.updateState(u),requestAnimationFrame((function(){c.calculateHighlightBox()}))},onEnd:function(e){var t=e.pageY-f,n=e.pageX-b,o=Math.max(50,s.height+t),d={width:Math.max(100,Math.min(s.width+n,l.width)),height:o};"vertical"===a?delete d.width:"horizontal"===a&&delete d.height,i.removeAttribute("data-value"),c.updateSchemaStyle(d),requestAnimationFrame((function(){c.calculateHighlightBox()}))}})}},a}(ua),ma=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.componentDidMount=function(){this.markDom(this.props.$$editor.id),this.props.$$node&&requestAnimationFrame((function(){}))},a.prototype.componentDidUpdate=function(e){this.markDom(this.props.$$editor.id)},a.prototype.getWrappedInstance=function(){return this.ref},a.prototype.refFn=function(e){this.ref=e},a.prototype.markDom=function(e){var a,t,n=this,c=(0,M.findDOMNode)(this);if(c&&e){var o=this.props.$$editor,i=!1!==this.props.$$visible&&!0!==this.props.$$hidden,d=o.wrapperResolve?o.wrapperResolve(c):c;(Array.isArray(d)?d:d?[d]:[]).forEach((function(a){a.setAttribute("data-editor-id",e),a.setAttribute("name",n.props.id),a.setAttribute("data-visible",i?"":"false"),a.setAttribute("data-hide-text",i?"":b("392342f7750a565f9a79c678c6b12421"))})),null===(t=null===(a=o.plugin)||void 0===a?void 0:a.markDom)||void 0===t||t.call(a,d,this.props)}},a.prototype.render=function(){var e=this.props,a=e.$$editor,t=e.$$node,n=e.store,c=(0,f._T)(e,["$$editor","$$node","store"]),i=a.renderer;return a.filterProps&&(c=a.filterProps.call(a.plugin,c,t)),a.renderRenderer?a.renderRenderer.call(a.plugin,(0,f.pi)((0,f.pi)((0,f.pi)((0,f.pi)((0,f.pi)((0,f.pi)({},c),{store:n}),null==t?void 0:t.state),{$$editor:a}),a.wrapperProps),{ref:this.refFn}),a):o.createElement(i.component,(0,f.pi)({},c,{store:n},null==t?void 0:t.state,{$$editor:a},a.wrapperProps,{ref:this.refFn}))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"refFn",null),(0,f.gn)([I.Pi],a)}(o.Component),ha=F.V5.model("EditorNode",{parentId:"",parentRegion:"",isCommonConfig:!1,id:"",type:"",label:"",regionInfo:F.V5.maybe(F.V5.frozen()),path:"",schemaPath:"",region:"",preferTag:"",state:F.V5.optional(F.V5.frozen(),{}),widthMutable:!1,heightMutable:!1,memberIndex:-1,folded:!1,patched:!1,x:0,y:0,w:0,h:0,children:F.V5.optional(F.V5.array(F.V5.late((function(){return ha}))),[])}).volatile((function(){return{getData:F.V5.frozen()}})).views((function(e){var a,t;return{get info(){return a},setInfo:function(e){a=e},get rendererConfig(){return t},setRendererConfig:function(e){t=e},get isVitualRenderer(){return!!~e.memberIndex},get clickable(){var e,a;return!1!==(null===(e=this.info)||void 0===e?void 0:e.editable)||!(null===(a=this.info)||void 0===a?void 0:a.hostId)},get draggable(){var e;return!(!this.moveable||!1===(null===(e=this.info)||void 0===e?void 0:e.draggable))},get moveable(){var e,a;return!(this.isRegion||!1===(null===(e=this.info)||void 0===e?void 0:e.movable)||!Array.isArray(this.schemaParent)||(null===(a=this.host)||void 0===a?void 0:a.memberImmutable(this.parent.region)))},get canMoveUp(){return!(this.isRegion||!this.moveable||!Array.isArray(this.schemaParent)||!this.prevSibling)},get canMoveDown(){return!(this.isRegion||!this.moveable||!Array.isArray(this.schemaParent)||!this.nextSibling)},get removable(){var e;return!(this.isRegion||!1===(null===(e=this.info)||void 0===e?void 0:e.removable)||!Array.isArray(this.schemaParent)||!this.host||this.host.memberImmutable(this.parent.region))},get duplicatable(){var e;return!(this.isRegion||!1===(null===(e=this.info)||void 0===e?void 0:e.duplicatable)||!Array.isArray(this.schemaParent)||this.host.memberImmutable(this.parent.region))},get replaceable(){var e;return!this.isRegion&&!1!==(null===(e=this.info)||void 0===e?void 0:e.replaceable)},memberImmutable:function(e){var a,t;return!!(!0===(null===(a=this.info)||void 0===a?void 0:a.memberImmutable)||Array.isArray(null===(t=this.info)||void 0===t?void 0:t.memberImmutable)&&~this.info.memberImmutable.indexOf(e))},get isRegion(){return!!e.region},get childRegions(){var e,a,t=this.uniqueChildren.filter((function(e,a,t){return e.isRegion}));if(null===(e=this.info)||void 0===e?void 0:e.multifactor){var n=this.sameIdChild;null===(a=null==n?void 0:n.childRegions)||void 0===a||a.forEach((function(e){return t.push(e)}))}return t},get uniqueChildren(){var a=e.children.filter((function(e,a,t){return t.findIndex((function(a){return e.isRegion?a.id===e.id&&a.region===e.region:a.id===e.id}))===a}));if(Array.isArray(this.schema)){var t=this.schema;a=a.sort((function(e,a){return D()(t,(function(a){return(null==a?void 0:a.$$id)===e.id}))-D()(t,(function(e){return(null==e?void 0:e.$$id)===a.id}))}))}return a},get sameIdChild(){var a;return null===(a=this.uniqueChildren)||void 0===a?void 0:a.find((function(a){return!a.isRegion&&a.id===e.id}))},get singleRegion(){return!(1!==this.uniqueChildren.length||!this.uniqueChildren[0].isRegion)},isExists:function(a){return e.children.some((function(e){return e.id===a}))},getChildById:function(a){return e.children.find((function(e){return e.id===a}))},get parent(){try{var a=(0,F.G_)(e,2);return"root"!==(null==a?void 0:a.id)?a:null}catch(e){return null}},get ancestorField(){var a,t,n,c,o=(0,F.G_)(e,4);if("root"===(null==o?void 0:o.id))return null;var i=null!==(t=null===(a=null==o?void 0:o.getComponent())||void 0===a?void 0:a.props)&&void 0!==t?t:{},d=null!==(n=null==i?void 0:i.body)&&void 0!==n?n:[],r=Object.keys(null!==(c=null==i?void 0:i.data)&&void 0!==c?c:{});return B()((0,f.ev)((0,f.ev)([],(0,f.CR)(d.map((function(e){var a;return null!==(a=null==e?void 0:e.name)&&void 0!==a?a:""}))),!1),(0,f.CR)(r),!1))},get host(){var a=e.parent;return(null==a?void 0:a.isRegion)&&(a=a.parent),a},get firstChild(){var a=e;if(!a.children.length)return null;for(var t=a.children[0];t;){if(!t.isRegion&&t.id!==a.id)return t;t=t.children.length?t.children[0]:null}return null},get index(){return this.parent.uniqueChildren.indexOf(e)},get prevSibling(){for(var a=this.parent.uniqueChildren,t=a.indexOf(e)-1;t>=0&&a[t];){if(a[t].id!==e.id)return a[t];t--}return null},get nextSibling(){for(var a=this.parent.uniqueChildren,t=a.length,n=a.indexOf(e)+1;nm&&(!this.exchangeY||s<0||l<0)?(this.exchangeX=e.clientX,this.exchangeY=e.clientY,this.dropBeforeId=null===(t=r[u])||void 0===t?void 0:t.$$id,p!==m-1&&(i.oQ4.capture(o),o.insertBefore(a,f),i.oQ4.animateAll())):~p&&p0||l>0)&&(this.exchangeX=e.clientX,this.exchangeY=e.clientY,r[u+1]?this.dropBeforeId=null===(n=r[u+1])||void 0===n?void 0:n.$$id:delete this.dropBeforeId,p!==m+1&&(i.oQ4.capture(o),o.insertBefore(a,f.nextSibling),i.oQ4.animateAll()))}a.parentNode!==o&&(delete this.dropBeforeId,i.oQ4.capture(o),o.appendChild(a),i.oQ4.animateAll())},e.prototype.getDropBeforeId=function(){return this.dropBeforeId},e.prototype.getTarget=function(e){for(var a,t,n=e.target.closest("[data-editor-id]");n;){if((null===(a=n.parentElement)||void 0===a?void 0:a.closest("[data-region]"))===this.dndContainer)return"grid"===n.getAttribute("data-renderer")?n.parentElement:n;n=(null===(t=n.parentElement)||void 0===t?void 0:t.closest("[data-editor-id]"))||null}return null},e.prototype.getChild=function(e,a){for(var t=a;t&&t.parentElement!==e;)t=t.parentElement;return t},e.prototype.dispose=function(){delete this.dropBeforeId},e}(),Ta=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.enter=function(e,a){a.innerHTML="",a.classList.add("use-position"),a.classList.add("is-horizontal");var t=this.dnd.dragElement,n=this.dndContainer.getBoundingClientRect(),c=Array.isArray(this.region.schema)?this.region.schema:[];if(t&&t.closest("[data-region]")===this.dndContainer){var o=t.getAttribute("data-editor-id"),i=D()(c,(function(e){return e.$$id===o}));if(~i&&c[i+1]&&(this.dropBeforeId=c[i+1].$$id),t.nextElementSibling){var d=t.nextElementSibling.getBoundingClientRect();a.style.cssText+="top: 0; left: ".concat(d.x-n.x,"px;")}else a.style.cssText+="top: 0; left: 100%;"}else a.style.cssText+="top: 0; left: -999999%;";this.dndContainer.appendChild(a)},a.prototype.leave=function(e,a){a.classList.remove("use-position"),a.classList.remove("is-horizontal")},a.prototype.over=function(e,a){var t,n,c=this.getTarget(e);if(c){if("table"===(null===(t=this.dndContainer)||void 0===t?void 0:t.getAttribute("data-renderer"))){var o=null===(n=c.parentElement)||void 0===n?void 0:n.closest("th[data-editor-id], td[data-editor-id]");o&&this.dndContainer.contains(o)&&(c=o)}var i=this.dndContainer.getBoundingClientRect();!Array.isArray(this.region.schema)||this.region.schema;var d=c.getBoundingClientRect();c.nextElementSibling&&c.nextElementSibling.hasAttribute("data-editor-id")?(a.style.cssText+="left: ".concat(d.x-i.x,"px;"),this.dropBeforeId=c.getAttribute("data-editor-id")):e.clientX>d.x+d.width/2?(a.style.cssText+="top: 0; left: ".concat(d.right-i.x,"px;"),delete this.dropBeforeId):(a.style.cssText+="left: ".concat(d.x-i.x,"px;"),this.dropBeforeId=c.getAttribute("data-editor-id"))}},a}(Oa),Ia=W()((function(e){i.Amu.warning(e)}),500),Ma=function(){function e(e,a){this.manager=e,this.store=a,this.toDispose=[],this.dragEnterCount=0,this.lastX=0,this.lastY=0,this.lastMoveAt=0,this.startX=0,this.startY=0,this.toDispose.push(He((function(){return"schema"===a.dragType?a.dragId:""}),this.updateDragElements),He((function(){return{id:a.dropId,region:a.dropRegion}}),this.updateDropRegion),He((function(){return{id:a.planDropId,region:a.planDropRegion}}),this.updatePlanDropRegion)),this.dragGhost=document.createElement("div"),this.dragGhost.classList.add("ae-DragGhost"),this.dragGhost.classList.add("is-ghost")}return e.prototype.createDragImage=function(e,a){var t=document.createElement("div");return t.classList.add("ae-DragImage"),t.innerHTML="".concat((null==a?void 0:a.label)||e,""),document.body.appendChild(t),this.dragImage=t,t},e.prototype.disposeDragImage=function(){var e,a=this.dragImage;null===(e=null==a?void 0:a.parentElement)||void 0===e||e.removeChild(a),delete this.dragImage},e.prototype.switchToRegion=function(e,a,t){var n,c,o,i,d,r=this.store;if(!a||!t||r.dropId===a&&r.dropRegion===t)return!1;var l=r.getNodeById(a,t),s=l.regionInfo,b=r.dragSchema;if(!1===(null===(n=null==s?void 0:s.accept)||void 0===n?void 0:n.call(s,b))||(null===(c=l.host)||void 0===c?void 0:c.memberImmutable(t)))return!1;var f={mode:r.dragMode,sourceType:r.dragType,sourceId:r.dragId,data:r.dragSchema,targetId:a,targetRegion:t};return!this.manager.trigger("dnd-accept",f).prevented&&(null===(o=this.dndMode)||void 0===o||o.leave(e,this.dragGhost),null===(i=this.dndMode)||void 0===i||i.dispose(),r.setDropId(a,t),this.makeDNDModeInstance(l),null===(d=this.dndMode)||void 0===d||d.enter(e,this.dragGhost),!0)},e.prototype.makeDNDModeInstance=function(e){var a;if(!e||!(0,F.fh)(e))return this.dndMode||null;var t=null===(a=e.regionInfo)||void 0===a?void 0:a.dndMode,n=Oa;return"position-h"===t&&(n=Ta),this.dndMode=new n(this,e),this.dndMode},e.prototype.startDrag=function(e,a){var t,n=this,c=this.store.getNodeById(e),o=this.store.getDoc().querySelector('[data-editor-id="'.concat(e,'"]'));if(c&&o){if(null===(t=a.target)||void 0===t||t.addEventListener("dragend",this.dragEnd),this.lastX=a.clientX,this.lastY=a.clientY,this.manager.draggableContainer(c.id))return this.curDragId=e,this.startX=a.clientX,void(this.startY=a.clientY);this.dragElement=o,a.dataTransfer.effectAllowed="move",a.dataTransfer.setDragImage(this.createDragImage(e,c),0,0),a.dataTransfer.setData("dnd/ae-node-".concat(e).toLowerCase(),""),setTimeout((function(){n.store.setDragId(e);var t=c.parent;n.switchToRegion(a,t.id,t.region)}),4)}else a.preventDefault()},e.prototype.dragEnter=function(e){var a,t=this.store;this.dragEnterCount++;var n=t.activeId;if(n)if(c=t.getNodeById(n)){if(!t.dragId&&1===this.dragEnterCount){var c,o=e.dataTransfer.types;if(o.length>0)for(var i=function(a){if(/^dnd-dom\/(.*)$/.test(o[a])){var n=RegExp.$1,c=document.querySelector(n);if(c){c.addEventListener("dragend",d.dragEnd);var i=c.getAttribute("data-dnd-id"),r=c.getAttribute("data-dnd-type"),l=c.getAttribute("data-dnd-data"),s=l?JSON.parse(l):{type:"tpl",tpl:"Unknown"};t.setDragId(i,"copy",r,s);var b=t.activeContainerId;if(b){var f=t.getNodeById(b);if(null==f?void 0:f.childRegions.length){var u=0;f.childRegions.forEach((function(e,a){e.region&&(u=a)})),d.switchToRegion(e,f.id,f.childRegions[u].region)}}return"break"}}},d=this,r=o.length-1;r>=0&&"break"!==i(r);r--);if(this.curDragId&&this.manager.draggableContainer(this.curDragId)&&(c=t.getNodeById(n))){var l=c.parentId?t.getNodeById(c.parentId):void 0;(null===(a=null==l?void 0:l.schema)||void 0===a?void 0:a.isFreeContainer)&&t.setDropId(c.parentId,"body")}}}else Ia(b("0e24e1bbc19612a350f81296d9fb7802"));else Ia(b("0e24e1bbc19612a350f81296d9fb7802"))},e.prototype.dragOver=function(e){var a,t=this.store,n=e.target;e.preventDefault();var c=e.clientX-this.lastX,o=e.clientY-this.lastY,i=Math.max(Math.abs(c),Math.abs(o)),d=Date.now(),r=n.closest("[data-region][data-region-host]"),l=null==r?void 0:r.getAttribute("data-region-host"),s=null==r?void 0:r.getAttribute("data-region");if(i>0&&this.curDragId&&this.manager.draggableContainer(this.curDragId)){var b=t.getDoc(),f=null===parent||void 0===parent?void 0:parent.window.document,u=b.querySelector("[data-hlbox-id='".concat(this.curDragId,"']"));if(t.isMobile&&!u&&f&&(u=f.querySelector("[data-hlbox-id='".concat(this.curDragId,"']"))),u){var p=(u.style.inset||"auto").split(" "),m={top:u.style.top||p[0]||"auto",right:u.style.right||p[1]||"auto",bottom:u.style.bottom||p[2]||p[0]||"auto",left:u.style.left||p[3]||p[1]||"auto"};u.style.inset="".concat("auto"!==m.top?ta(m.top,o):"auto"," ").concat("auto"!==m.right?ta(m.right,-c):"auto"," ").concat("auto"!==m.bottom?ta(m.bottom,-o):"auto"," ").concat("auto"!==m.left?ta(m.left,c):"auto")}var h=b.querySelector("[data-editor-id='".concat(this.curDragId,"']"));if(h){var v=(h.style.inset||"auto").split(" "),g={top:v[0]||"auto",right:v[1]||"auto",bottom:v[2]||v[0]||"auto",left:v[3]||v[1]||"auto"};h.style.inset="".concat("auto"!==g.top?ta(g.top,o):"auto"," ").concat("auto"!==g.right?ta(g.right,-c):"auto"," ").concat("auto"!==g.bottom?ta(g.bottom,-o):"auto"," ").concat("auto"!==g.left?ta(g.left,c):"auto")}return this.lastX=e.clientX,void(this.lastY=e.clientY)}if(t.dropId&&n)if(i<5){if(!r||l===t.dropId)return;d-this.lastMoveAt>200&&s&&l&&this.switchToRegion(e,l,s)}else t.setPlanDropId("",""),this.lastMoveAt=d,this.lastX=e.clientX,this.lastY=e.clientY,t.dropId===l&&s&&s!==t.dropRegion&&this.switchToRegion(e,t.dropId,s),null===(a=this.dndMode)||void 0===a||a.over(e,this.dragGhost)},e.prototype.drop=function(e){var a;return(0,f.mG)(this,void 0,void 0,(function(){var t,n,c,o,i,d,r,l;return(0,f.Jh)(this,(function(s){switch(s.label){case 0:return t=this.store,this.curDragId&&this.manager.draggableContainer(this.curDragId)?(n=e.clientX-this.startX,c=e.clientY-this.startY,this.manager.updateContainerStyleByDrag(this.curDragId,n,c),this.curDragId="",this.store.setDropId(""),[2]):t.dropId?(o=null===(a=this.dndMode)||void 0===a?void 0:a.getDropBeforeId(),"move"!==t.dragMode?[3,1]:(this.manager.move(t.dropId,t.dropRegion,t.dragId,o),[3,4])):[2];case 1:return"copy"!==t.dragMode?[3,4]:(i=t.dragSchema,d=t.dropId,r=t.dropRegion,l=void 0,"subrenderer"!==t.dragType?[3,3]:(null==(l=z()(t.subRenderers,(function(e){return e.id===t.dragId})))?void 0:l.scaffoldForm)?[4,this.manager.scaffold(l.scaffoldForm,i)]:[3,3]);case 2:i=s.sent(),s.label=3;case 3:this.manager.addChild(d,r,i,o,l,{id:t.dragId,type:t.dragType,data:t.dragSchema}),s.label=4;case 4:return[2]}}))}))},e.prototype.dragLeave=function(e){this.dragEnterCount--},e.prototype.dragEnd=function(e){var a,t;null===(a=e.target)||void 0===a||a.removeEventListener("dragend",this.dragEnd),null===(t=this.dndMode)||void 0===t||t.leave(e,this.dragGhost),delete this.dndMode,this.dragGhost.innerHTML="",this.store.setDragId(""),this.store.setDropId(""),this.disposeDragImage(),this.dragEnterCount=0},e.prototype.updateDragElements=function(e){e&&this.manager.draggableContainer(e)||(e?[].slice.call(this.store.getDoc().querySelectorAll('[data-editor-id="'.concat(e,'"]'))).forEach((function(e){return e.classList.add("ae-is-draging")})):[].slice.call(this.store.getDoc().querySelectorAll(".ae-is-draging")).forEach((function(e){return e.classList.remove("ae-is-draging")})))},e.prototype.updateDropRegion=function(e,a){var t,n;this.store.dragId&&this.manager.draggableContainer(this.store.dragId)||((null==a?void 0:a.id)&&a.region&&(null===(t=this.store.getDoc().querySelector('[data-region="'.concat(a.region,'"][data-region-host="').concat(a.id,'"]')))||void 0===t||t.classList.remove("is-dragenter")),e.id&&e.region&&(null===(n=this.store.getDoc().querySelector('[data-region="'.concat(e.region,'"][data-region-host="').concat(e.id,'"]')))||void 0===n||n.classList.add("is-dragenter")))},e.prototype.updatePlanDropRegion=function(e,a){var t,n;this.store.dragId&&this.manager.draggableContainer(this.store.dragId)||((null==a?void 0:a.id)&&a.region&&(null===(t=this.store.getDoc().querySelector('[data-region="'.concat(a.region,'"][data-region-host="').concat(a.id,'"]')))||void 0===t||t.classList.remove("is-entering")),e.id&&e.region&&(null===(n=this.store.getDoc().querySelector('[data-region="'.concat(e.region,'"][data-region-host="').concat(e.id,'"]')))||void 0===n||n.classList.add("is-entering")))},e.prototype.dispose=function(){this.disposeDragImage(),this.toDispose.forEach((function(e){return e()})),this.toDispose=[]},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[DragEvent]),(0,f.w6)("design:returntype",void 0)],e.prototype,"dragEnter",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[DragEvent]),(0,f.w6)("design:returntype",void 0)],e.prototype,"dragOver",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[DragEvent]),(0,f.w6)("design:returntype",Promise)],e.prototype,"drop",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[DragEvent]),(0,f.w6)("design:returntype",void 0)],e.prototype,"dragLeave",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[DragEvent]),(0,f.w6)("design:returntype",void 0)],e.prototype,"dragEnd",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],e.prototype,"updateDragElements",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object,Object]),(0,f.w6)("design:returntype",void 0)],e.prototype,"updateDropRegion",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object,Object]),(0,f.w6)("design:returntype",void 0)],e.prototype,"updatePlanDropRegion",null),e}(),Fa=function(){function e(e,a,t){this.variables=Array.isArray(a)?G()(Y()(a),[function(e){var a;return null!==(a=e.order)&&void 0!==a?a:1}]):[],this.dataSchema=e instanceof d.JO1?e:new d.JO1([]),this.options=ee()(t,["beforeScopeInsert","afterScopeInsert","onContextSchemaChange","onContextOptionChange"]),this.init()}return e.prototype.init=function(){var e,a=this,t=this.variables,n=this.dataSchema,c=null!==(e=this.options)&&void 0!==e?e:{},o=c.beforeScopeInsert,i=c.afterScopeInsert;t.forEach((function(e){var t=e.parentId,c=e.name,d=e.title,r=e.schema;n.hasScope(t)&&(n.switchTo(t),n.hasScope(c)&&n.removeScope(c),o&&"function"==typeof o&&(r=o(a,r)),n.addScope(r,c),n.switchTo(c),n.current.tag=d,i&&"function"==typeof i&&i(a))})),n.switchToRoot()},e.prototype.getVariableContextSchema=function(){var e,a,t=this,n=[],c=(null!==(e=this.options)&&void 0!==e?e:{}).onContextSchemaChange;return this.variables&&(null===(a=this.variables)||void 0===a?void 0:a.length)>0&&(n=this.variables.map((function(e){if(t.dataSchema.hasScope(e.name)){var a=t.dataSchema.getScope(e.name);return a.schemas.length>0?a.schemas[0]:null}return null})).filter((function(e){return null!==e}))),c&&"function"==typeof c&&(n=c(this,n)),n},e.prototype.getVariableFormulaOptions=function(e){var a,t,n=this;void 0===e&&(e=!1);var c=(null!==(a=this.options)&&void 0!==a?a:{}).onContextOptionChange,o=[];return this.variables&&(null===(t=this.variables)||void 0===t?void 0:t.length)>0&&this.variables.forEach((function(e){if(n.dataSchema.hasScope(e.name)){var a=n.dataSchema.getScope(e.name),t=(0,d.GyU)(a.getDataPropsAsOptions(),(function(e){return(0,f.pi)((0,f.pi)({},e),{tag:e.type})}));a.tag?o.push({label:a.tag,children:t}):o.push.apply(o,(0,f.ev)([],(0,f.CR)(t),!1))}})),c&&"function"==typeof c&&(o=c(this,o,"formula")),(0,d.oxs)(o,(function(e){"array"===e.type&&delete e.children})),e?o:X()(o)},e.prototype.getVariableOptions=function(){var e,a,t,n,c=(null!==(e=this.options)&&void 0!==e?e:{}).onContextOptionChange,o=null!==(n=null===(t=null===(a=this.getVariableFormulaOptions(!1))||void 0===a?void 0:a[0])||void 0===t?void 0:t.children)&&void 0!==n?n:[];return o=(0,d.GyU)(o,(function(e,a,t,n){return(0,f.pi)((0,f.pi)({},e),{valueExpression:"string"!=typeof e.value||e.value.startsWith("${")?e.value:"${".concat(e.value,"}")})})),c&&"function"==typeof c&&(o=c(this,o,"normal")),o},e.prototype.getPageVariablesOptions=function(){var e,a,t=[],n=null===(a=null===(e=this.dataSchema)||void 0===e?void 0:e.root.children)||void 0===a?void 0:a.filter((function(e){return e.tag===b("cc6aeb073ebc3cb29734a49164f8964c")}))[0];return n&&(t=n.getDataPropsAsOptions()),(0,d.oxs)(t,(function(e){"array"===e.type&&delete e.children})),t},e.prototype.getNameByPath=function(e,a,t){var n,c;if(void 0===a&&(a="value"),void 0===t&&(t="label"),!e||"string"!=typeof e)return"";var o=(0,f.ev)((0,f.ev)([],(0,f.CR)(this.getVariableOptions()),!1),(0,f.CR)(this.getPageVariablesOptions()),!1),i=(0,d.hEs)(o,(function(t){return t[null!=a?a:"value"]===e}));return i&&null!==(c=null!==(n=i[null!=t?t:"label"])&&void 0!==n?n:i[null!=a?a:"value"])&&void 0!==c?c:""},e}(),Ra=[];function za(e){var a=Array.from(new Set(["global"].concat(e.scene||"global")));e.scene=a,(e.prototype&&e.prototype.isNpmCustomWidget?Ra.find((function(a){return Array.isArray(a)?a[0].prototype.name===e.prototype.name:a.prototype.name===e.prototype.name})):Ra.find((function(a){return a===e})))?console.warn("注册插件异常,已存在同名插件:",e):Ra.push(e)}var Aa=function(){function e(e,a,t){var n=this;this.config=e,this.store=a,this.parent=t,this.toDispose=[],this.id=se(),this.disableHover=!1,this.amisStore={},this.broadcasts=[],this.pluginEvents={},this.pluginActions={},this.isInFrame=!1,this.listeners=[],this.lazyPatchSchema=W()(this.patchSchema.bind(this),250,{leading:!1,trailing:!0}),this.patching=!1;var c=!!t;this.isInFrame=c,this.env=(0,f.pi)((0,f.pi)((0,f.pi)({},Na),(0,k.omit)(e.amisEnv,"replaceText")),{theme:e.theme}),this.env.beforeDispatchEvent=this.beforeDispatchEvent.bind(this,this.env.beforeDispatchEvent),this.hackIn=(null==t?void 0:t.hackIn)||xa,window.AMISEditorCustomPlugins&&Object.keys(window.AMISEditorCustomPlugins).forEach((function(e){var a=window.AMISEditorCustomPlugins[e];a&&za(a)})),e.scene,this.plugins=(null==t?void 0:t.plugins)||(e.disableBultinPlugin?[]:Ra).concat(this.normalizeScene(null==e?void 0:e.plugins)).filter((function(a){return a=Array.isArray(a)?a[0]:a,!e.disablePluginList||("function"==typeof e.disablePluginList?!e.disablePluginList(a.id||"",a):!e.disablePluginList.includes(a.id||"unkown"))})).map((function(e){var a,t={};Array.isArray(e)&&(t="function"==typeof e[1]?e[1]():e[1],e=e[0]);var c=new e(n,t);return c.order=null!==(a=c.order)&&void 0!==a?a:0,c.rendererName&&(n.pluginEvents[c.rendererName]=c.events||[],n.pluginActions[c.rendererName]=c.actions||[]),c})).sort((function(e,a){return e.order-a.order})),this.hackRenderers(),this.dnd=(null==t?void 0:t.dnd)||new Ma(this,a),this.dataSchema=(null==t?void 0:t.dataSchema)||new i.JO1(e.schemas||[]),this.dataSchema.current.tag=b("979a50681e278dcc0be18f68459e8217"),this.variableManager=new Fa(this.dataSchema,null==e?void 0:e.variables,null==e?void 0:e.variableOptions),c||this.toDispose.push(He((function(){return a.activeId}),(function(e,a){return(0,f.mG)(n,void 0,void 0,(function(){return(0,f.Jh)(this,(function(t){switch(t.label){case 0:return this.store.insertId&&this.store.closeInsertPanel(),this.buildJSONSchemaUri(),this.buildToolbars(),[4,this.buildRenderers()];case 1:return t.sent(),this.buildPanels(),this.trigger("active",e?(0,f.pi)((0,f.pi)({},this.buildEventContext(e)),{active:!0}):{id:a,active:!1}),[2]}}))}))})),(0,v.U5)((function(){return a.selections.join(",")}),(function(){n.buildPanels()})),(0,v.U5)((function(){return a.needPatch}),(function(e){e&&n.lazyPatchSchema()})),He((function(){return{id:a.hoverId,region:a.hoverRegion}}),(function(e,t){var n,c,o=a.getDoc();e.id&&e.region?null===(n=o.querySelector('[data-region="'.concat(e.region,'"][data-region-host="').concat(e.id,'"]')))||void 0===n||n.classList.add("is-region-active"):(null==t?void 0:t.id)&&(null==t?void 0:t.region)&&(null===(c=o.querySelector('[data-region="'.concat(t.region,'"][data-region-host="').concat(t.id,'"]')))||void 0===c||c.classList.remove("is-region-active"))})))}return e.prototype.normalizeScene=function(e){return(null==e?void 0:e.map((function(e){var a=Array.from(new Set(["global"].concat(e.scene||"global")));return e.scene=a,e})))||[]},e.prototype.dynamicAddPlugin=function(e){var a;if(e)if(this.plugins.some((function(a){return a&&a.name===e})))console.warn("[amis-editor]当前已有".concat(e,"插件"));else{var t=Ra.find((function(a){return a.prototype&&a.prototype.name===e}));if(!t&&window.AMISEditorCustomPlugins&&(t=window.AMISEditorCustomPlugins[e]),t){var n=new t(this);n.order=null!==(a=n.order)&&void 0!==a?a:0,this.plugins.push(n),this.plugins.sort((function(e,a){return e.order-a.order})),n.rendererName&&(this.pluginEvents[n.rendererName]=n.events||[],this.pluginActions[n.rendererName]=n.actions||[]),this.buildRenderers()}}},e.prototype.updateAMISContext=function(e){e&&(this.amisStore=e)},e.prototype.buildRenderersAndPanels=function(){var e=this;setTimeout((function(){return(0,f.mG)(e,void 0,void 0,(function(){var e,a;return(0,f.Jh)(this,(function(t){switch(t.label){case 0:return(e=this.store).activeId||!(null===(a=null==e?void 0:e.schema)||void 0===a?void 0:a.$$id)?[3,2]:[4,this.buildRenderers()];case 1:t.sent(),this.buildPanels(e.schema.$$id),t.label=2;case 2:return[2]}}))}))}),200)},e.prototype.buildEventContext=function(e){var a="string"==typeof e?this.store.getNodeById(e):e,t=this.store.getSchema(a.id);return{node:a,id:a.id,info:a.info,path:a.path,schemaPath:a.schemaPath,schema:t,data:""}},e.prototype.buildJSONSchemaUri=function(){var e=this.store.activeId,a="";if(e){var t=this.buildEventContext(e),n=this.trigger("before-resolve-json-schema",t);if(a=n.context.data,!n.prevented){this.plugins.forEach((function(e){var n;if(!a){var c=null===(n=e.buildJSONSchema)||void 0===n?void 0:n.call(e,t);c&&(a=c)}})),t.data=a;var c=this.trigger("after-resolve-json-schema",t);a=c.data}}this.store.setJSONSchemaUri(a)},e.prototype.buildToolbars=function(){var e=this.store.activeId,a=[];if(e){var t=this.buildEventContext(e);this.plugins.forEach((function(e){var n,c=(0,f.pi)({},t);null===(n=e.buildEditorToolbar)||void 0===n||n.call(e,c,a)})),this.trigger("build-toolbars",(0,f.pi)((0,f.pi)({},t),{data:a}))}this.store.setActiveToolbars(a.map((function(e){return(0,f.pi)((0,f.pi)({},e),{order:e.order||0,id:se()})})))},e.prototype.collectPanels=function(e,a,t){var n=this;void 0===a&&(a=!1),void 0===t&&(t=!1);var c=[];if(e){var o=(0,f.pi)((0,f.pi)({},this.buildEventContext(e)),{secondFactor:t,data:c,selections:this.store.selections.map((function(e){return n.buildEventContext(e)}))});this.plugins.forEach((function(e){var a;null===(a=e.buildEditorPanel)||void 0===a||a.call(e,o,c)})),a&&this.trigger("build-panels",o),c=o.data||c,o.changeLeftPanelKey&&this.store.changeLeftPanelKey(o.changeLeftPanelKey)}return c},e.prototype.buildPanels=function(e){var a,t,n=e||this.store.activeId,c=[];if(!n&&(null===(a=this.store)||void 0===a?void 0:a.schema)&&(n=null===(t=this.store)||void 0===t?void 0:t.schema.$$id),n||this.store.selections.length){n=n||this.store.selections[0];var o=this.store.getNodeById(n);c=o?this.collectPanels(o,!0):c}this.store.setPanels(c.map((function(e){return(0,f.pi)((0,f.pi)({},e),{order:e.order||0})})))},e.prototype.collectRenderers=function(e,a){var t,n,c,o;return void 0===a&&(a=this.store.activeContainerId),(0,f.mG)(this,void 0,void 0,(function(){var i,r,l,s,b,u,p,m,h,v,g,y,w;return(0,f.Jh)(this,(function(C){switch(C.label){case 0:if(i=[],!(r=a)&&(null===(t=this.store)||void 0===t?void 0:t.schema)&&(r=null===(n=this.store)||void 0===n?void 0:n.schema.$$id),!r)return[2,i];if(!(l=this.store.getNodeById(r)))return[2,i];s=this.store.getSchema(r),b={node:l,id:l.id,info:l.info,path:l.path,schemaPath:l.schemaPath,schema:s,region:e},u=[],p=function(e,a){var t,n;return(0,f.Jh)(this,(function(a){switch(a.label){case 0:return t=m.plugins[e],[4,null===(c=t.buildSubRenderers)||void 0===c?void 0:c.call(t,b,i,(0,d.T56)())];case 1:return(n=a.sent())&&(Array.isArray(n)?n:[n]).forEach((function(e){return i.push((0,f.pi)((0,f.pi)({},e),{id:se(),plugin:t,parent:l.info,order:e.order||0}))})),t.asyncUpdateCustomSubRenderersInfo&&u.push(t),[2]}}))},m=this,h=0,v=this.plugins.length,C.label=1;case 1:return ha})},a.prototype.bindScrollEvent=function(){var e=this.props.target;this.scrollElem=e()||this.getDefaultTarget(),this.scrollElem&&(this.scrollElem.addEventListener("scroll",this.handleScroll),this.handleScroll({target:this.scrollElem}))},a.prototype.scrollToTop=function(e){var a=this.props.onClick;this.scrollElem&&(this.scrollElem.scrollTo({top:0,behavior:"smooth"}),"function"==typeof a&&a(e))},a.prototype.render=function(){var e=this.props,a=e.children,t=e.className,n=p()("editor-backTop",void 0===t?"":t,this.state.visible?"":"hidden"),c=te()(this.props,["className","children","visibilityHeight","target","visible"]),i=o.createElement("div",{className:"backTop-content"},o.createElement("div",{className:"backTop-icon"},"UP"));return o.createElement("div",(0,f.pi)({},c,{className:n,onClick:this.scrollToTop,ref:this.ref}),a||i)},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"getDefaultTarget",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleScroll",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"bindScrollEvent",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"scrollToTop",null),a}(o.Component),jt=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.env=(0,f.pi)((0,f.pi)({},a.props.manager.env),{notify:function(e,t,n){a.props.editable?console.warn("[Notify]",e,t):i.Amu[e]?i.Amu[e](t,n||b("error"===e?"a71002967924a83e32b38a80705290fb":"058ebdf2884474ebff2977ba2f0e275e")):console.warn("[Notify]",e,t)},theme:a.props.theme,session:"preview-".concat(a.props.manager.id),rendererResolver:a.rendererResolver.bind(a)}),a.doingSelection=!1,a.unReaction=He((function(){return[a.getHighlightNodes(),a.props.store.activeId]}),(function(e,t){var n=(0,f.CR)(e,1)[0],c=a.props.store;setTimeout((function(){a.calculateHighlightBox(n)}),50);var o=null==t?void 0:t[0];Array.isArray(o)&&(o=o.filter((function(e){return!~n.indexOf(e)})),c.resetHighlightBox(o))})),a}return(0,f.ZT)(a,e),a.prototype.componentDidMount=function(){this.currentDom=(0,M.findDOMNode)(this),this.currentDom.addEventListener("mouseleave",this.handleMouseLeave),this.currentDom.addEventListener("mousemove",this.handleMouseMove),this.currentDom.addEventListener("click",this.handleClick),this.currentDom.addEventListener("mouseover",this.handeMouseOver),this.currentDom.addEventListener("mousedown",this.handeMouseDown),this.props.manager.on("after-update",this.handlePanelChange)},a.prototype.componentWillUnmount=function(){var e,a=this;this.currentDom&&(this.currentDom.removeEventListener("mouseleave",this.handleMouseLeave),this.currentDom.removeEventListener("mousemove",this.handleMouseMove),this.currentDom.removeEventListener("click",this.handleClick),this.currentDom.removeEventListener("mouseover",this.handeMouseOver),this.currentDom.removeEventListener("mousedown",this.handeMouseDown),this.props.manager.off("after-update",this.handlePanelChange)),null===(e=this.scrollLayer)||void 0===e||e.removeEventListener("scroll",this.handlePanelChange),setTimeout((function(){return(0,d.efX)([a.env.session])}),500)},a.prototype.contentsRef=function(e){var a;e?(this.scrollLayer=e,this.scrollLayer.addEventListener("scroll",this.handlePanelChange),this.layer=e.querySelector(".ae-Preview-widgets"),this.props.store.setLayer(this.layer),this.unSensor=(0,i.Adl)(e,this.handlePanelChange)):(delete this.scrollLayer,delete this.layer,null===(a=this.unSensor)||void 0===a||a.call(this),delete this.unSensor)},a.prototype.handlePanelChange=function(){var e=this;setTimeout((function(){return e.calculateHighlightBox(e.getHighlightNodes())}),50)},a.prototype.getHighlightNodes=function(){return this.props.store.highlightNodes.map((function(e){return e.id}))},a.prototype.calculateHighlightBox=function(e){var a=this.props.store;this.layer&&a.calculateHighlightBox(e)},a.prototype.handeMouseDown=function(e){var a,t=this,n=1===e.button&&null!==window.event||0===e.button;if(this.props.editable&&n&&!e.defaultPrevented&&!e.defaultPrevented&&!(null===(a=e.target)||void 0===a?void 0:a.closest("[draggable]"))){var c=this.layer;if(c){var o=null,i=c.getBoundingClientRect(),d=e.pageX,r=e.pageY,l=d-i.left,s=r-i.top,b=function(e){o||((o=document.createElement("div")).classList.add("ae-Editor-selectionCursor"),c.appendChild(o)),t.doingSelection=!0;var a=e.pageX-d,n=e.pageY-r;o.style.cssText="left: ".concat(l+Math.min(a,0),"px; top: ").concat(s+Math.min(n,0),"px; width: ").concat(Math.abs(a),"px; height: ").concat(Math.abs(n),"px;")},f=function(e){t.doingSelection=!1,window.removeEventListener("mousemove",b),window.removeEventListener("mouseup",f),o&&c.removeChild(o);var a=e.pageX-d,n=e.pageY-r,i={x:l+Math.min(a,0),y:s+Math.min(n,0),w:Math.abs(a),h:Math.abs(n)};if(!(i.w<10&&i.h<10)){var u=function(e){window.removeEventListener("click",u,!0),e.preventDefault(),e.stopPropagation()};window.addEventListener("click",u,!0),setTimeout((function(){return window.removeEventListener("click",u,!0)}),350),t.doSelection(i)}};window.addEventListener("mousemove",b),window.addEventListener("mouseup",f)}}},a.prototype.doSelection=function(e){var a=this.layer,t=(0,M.findDOMNode)(this);if(a&&t){var n=[],c=a.getBoundingClientRect(),o=e.x+c.left,i=e.y+c.top,d=(e.w,e.h,e.x+c.left+e.w),r=e.y+c.top+e.h,l=t.querySelectorAll("[data-editor-id]");[].slice.apply(l).forEach((function(e){if(!n.some((function(a){return a.contains(e)}))){var a=e.getBoundingClientRect();o<=a.left&&i<=a.top&&d>=a.right&&r>=a.bottom&&(~n.indexOf(e)||n.push(e))}}));var s=n.map((function(e){return e.getAttribute("data-editor-id")})).filter((function(e,a,t){return t.indexOf(e)===a}));s.length&&this.props.manager.setSelection(s)}},a.prototype.handleClick=function(e){var a,t=this.props.store,n=e.target.closest("[data-editor-id]");if(!e.target.closest(".ae-editor-action-btn"))if(e.defaultPrevented)e.stopPropagation();else{if(n){var c=n.getAttribute("data-editor-id"),o="",i=e.target.closest("[data-region-host]");if(i){var d=i.getAttribute("data-region-host");d&&d===c&&i.getAttribute("data-region")&&(o=i.getAttribute("data-region"))}e.metaKey?this.props.manager.toggleSelection(c):t.setActiveId(c,o)}if(!(null===(a=this.layer)||void 0===a?void 0:a.contains(e.target))&&this.props.editable){var r=this.props.manager.trigger("prevent-click",{data:e});r.prevented||r.stoped||(e.preventDefault(),e.stopPropagation())}}},a.prototype.handleNavSwitch=function(e){this.props.store.setActiveId(e)},a.prototype.handleMouseMove=function(e){var a;if(!this.doingSelection&&!this.props.manager.disableHover){var t=this.props.store,n=e.target;if(!(null===(a=this.layer)||void 0===a?void 0:a.contains(n))&&!e.target.closest(".ignore-hover-elem")){var c=n.closest("[data-editor-id]");if(c){var o=c.getAttribute("data-editor-id"),i="",d=e.target.closest("[data-region-host]");if(d){var r=d.getAttribute("data-region-host");r&&r===o&&d.getAttribute("data-region")&&(i=d.getAttribute("data-region"))}t.setMouseMoveRegion(i),t.setHoverId(o)}}}},a.prototype.handleMouseLeave=function(){var e=this.props.store;e.setMouseMoveRegion(""),e.setHoverId("")},a.prototype.handeMouseOver=function(e){this.props.editable&&(e.preventDefault(),e.stopPropagation())},a.prototype.handleDragEnter=function(e){this.props.manager.dnd.dragEnter(e.nativeEvent)},a.prototype.handleDragLeave=function(e){this.props.manager.dnd.dragLeave(e.nativeEvent)},a.prototype.handleDragOver=function(e){this.props.manager.dnd.dragOver(e.nativeEvent)},a.prototype.handleDrop=function(e){this.props.manager.dnd.drop(e.nativeEvent)},a.prototype.getCurrentTarget=function(){return this.props.isMobile?this.currentDom.querySelector(".ae-Preview-inner"):this.currentDom.querySelector(".ae-Preview-body")},a.prototype.rendererResolver=function(e,a,t){var n=this.props,c=n.editable,o=n.manager,d=(0,i.Bju)(e,a);if(!1===c)return d;d=d||{name:"error",test:function(){return!0},component:fa};var r=o.getEditorInfo(d,e,a);return t&&t.store&&t.store.data&&o.updateAMISContext(t.store.data),r&&(d=(0,f.pi)((0,f.pi)({},d),{component:o.makeWrapper(r,d)})),d},a.prototype.render=function(){var e=this,a=this.props,t=a.className,n=a.editable,c=a.store,d=a.manager,r=a.amisEnv,l=a.theme,s=a.isMobile,b=a.iframeUrl,u=a.autoFocus,m=a.toolbarContainer,h=a.appLocale,v=(0,f._T)(a,["className","editable","store","manager","amisEnv","theme","isMobile","iframeUrl","autoFocus","toolbarContainer","appLocale"]),g=(0,f.pi)((0,f.pi)({},this.env),r);return o.createElement("div",{id:"editor-preview-body",onDragEnter:this.handleDragEnter,onDragLeave:this.handleDragLeave,onDragOver:this.handleDragOver,onDrop:this.handleDrop,className:p()("ae-Preview",t,s?"is-mobile-body hoverShowScrollBar":"is-pc-body")},o.createElement("div",{className:p()("ae-Preview-body",t,n?"is-edting":"",s?"is-mobile":"is-pc hoverShowScrollBar"),ref:this.contentsRef},b&&s&&o.createElement(o.Fragment,null,o.createElement("div",{className:"mobile-sound"}),o.createElement("div",{className:"mobile-receiver"}),o.createElement("div",{className:"mobile-left-btn"}),o.createElement("div",{className:"mobile-right-btn"}),o.createElement("div",{className:"mobile-open-btn"})),o.createElement("div",{className:"ae-Preview-inner"},b&&s?o.createElement(Pa,(0,f.pi)({},v,{key:"mobile",className:"ae-PreviewFrame",editable:n,isMobile:s,store:c,env:g,manager:d,url:b,theme:l,autoFocus:u})):o.createElement(Pt,(0,f.pi)({},v,{editable:n,autoFocus:u,store:c,env:g,manager:d,key:"pc",appLocale:h})),b&&s&&c.contextId?o.createElement("span",{className:"ae-IframeMask"}):null,o.createElement("div",{className:"ae-Preview-widgets",id:"aePreviewHighlightBox"},c.highlightNodes.map((function(a){return o.createElement(sa,{node:a,key:a.id,store:c,id:a.id,title:a.label,toolbarContainer:m,onSwitch:e.handleNavSwitch,manager:d},a.childRegions.map((function(e){return!a.memberImmutable(e.region)&&c.isRegionActive(e.id,e.region)?o.createElement(ba,{manager:d,key:e.region,store:c,node:e,id:e.id,name:e.region,title:e.label,preferTag:e.preferTag,isOnlyChildRegion:1===a.childRegions.length}):null})))})))),this.currentDom&&o.createElement(At,{key:s?"mobile-back-up":"pc-back-up",className:"ae-editor-action-btn",target:this.getCurrentTarget.bind(this),onClick:function(e){console.log(e)}},o.createElement(i.JO$,{icon:"back-up",className:"back-top-icon"}))))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"contentsRef",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handlePanelChange",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Array]),(0,f.w6)("design:returntype",void 0)],a.prototype,"calculateHighlightBox",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[MouseEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handeMouseDown",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[MouseEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleClick",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleNavSwitch",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[MouseEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleMouseMove",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleMouseLeave",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[MouseEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handeMouseOver",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleDragEnter",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleDragLeave",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleDragOver",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleDrop",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"getCurrentTarget",null),(0,f.gn)([I.Pi],a)}(o.Component),Pt=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.componentDidMount=function(){var e=this.props.store;this.props.autoFocus?setTimeout((function(){if((0,F.fh)(e)){var a=(0,d.hEs)(e.outline,(function(e){return!e.isRegion&&e.clickable}));a&&(0,F.fh)(e)&&e.setActiveId(a.id)}}),350):this.props.manager.buildRenderersAndPanels()},a.prototype.componentDidUpdate=function(e){var a=this.props;a.editable!==e.editable&&a.editable&&this.props.manager.trigger("preview2editor",{data:this.props.manager})},a.prototype.render=function(){var e=this.props,a=e.editable,t=e.store,n=e.appLocale;e.autoFocus;var c=e.env,o=e.data;e.manager;var d=(0,f._T)(e,["editable","store","appLocale","autoFocus","env","data","manager"]);return(0,i.sYA)(a?t.filteredSchema:t.filteredSchemaForPreview,(0,f.pi)((0,f.pi)({},d),{key:a?"edit-mode":"preview-mode",theme:c.theme,data:null!=o?o:t.ctx,locale:n}),c)},(0,f.gn)([I.Pi],a)}(o.Component),Bt=function(e){function a(a){var t=e.call(this,a)||this;return t.env=(0,f.pi)({session:"preview"},t.props.env),t.state={scale:!0},t.rootRef=t.rootRef.bind(t),t.syncHeight=t.syncHeight.bind(t),t.handleClick=t.handleClick.bind(t),t}return(0,f.ZT)(a,e),a.prototype.componentWillUnmount=function(){this.unSensor&&this.unSensor()},a.prototype.rootRef=function(e){var a;this.ref=e,e&&(this.syncHeight(),this.unSensor=(0,i.Adl)(null===(a=e.firstChild)||void 0===a?void 0:a.firstChild,this.syncHeight))},a.prototype.syncHeight=function(){if(this.ref){var e=this.state.scale,a=this.ref.firstChild;this.ref.style.cssText="height: ".concat(a.scrollHeight/(e?2:1),"px;")}},a.prototype.handleClick=function(e){e.preventDefault(),this.setState({scale:!this.state.scale})},a.prototype.render=function(){var e=this,a=this.props,t=a.schema,n=a.theme;return o.createElement(d.crj,{unMountOnHidden:!1,schema:t,component:function(a){var t=a.schema;return o.createElement("div",{className:"ae-RenderersPicker-thumb ".concat(e.state.scale?"is-scaled":"")},o.createElement("div",{className:"ae-Editor-rendererThumbWrap"},o.createElement("div",{className:"ae-Editor-rendererThumbIcon",onClick:e.handleClick},o.createElement(i.JO$,{icon:e.state.scale?"zoom-in":"zoom-out"})),o.createElement("div",{ref:e.rootRef,className:"ae-Editor-rendererThumb"},o.createElement("div",{className:"ae-Editor-rendererThumbInner"},(0,i.sYA)((0,f.pi)((0,f.pi)({},t),{mode:"horizontal"===t.mode?"normal":t.mode}),{theme:n},e.env)))))}})},a}(o.Component),Lt=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.handleLeftClick=function(e){var a=e.currentTarget.getAttribute("data-value");this.props.store.setInsertTag(a)},a.prototype.handleClick=function(e){var a=e.currentTarget.getAttribute("data-value");this.props.store.setInsertSelected(a)},a.prototype.hadnlDBClick=function(e){var a=e.currentTarget.getAttribute("data-value"),t=this.props.store;t.setInsertSelected(a);var n=this.props.manager;"replace"===t.insertMode?n.replace():n.insert()},a.prototype.handleInsert=function(){this.props.manager.insert()},a.prototype.handleReplace=function(){this.props.manager.replace()},a.prototype.handleCancel=function(){this.props.store.closeInsertPanel()},a.prototype.render=function(){var e,a,t=this,n=this.props.store,c=this.props.manager,d=null===(e=n.getNodeById(n.insertId))||void 0===e?void 0:e.info,r=null===(a=z()(d.regions,(function(e){return e.key===n.insertRegion})))||void 0===a?void 0:a.label,l=n.groupedInsertRenderers,s=Object.keys(l),f=n.insertTag||b("a8b0c20416853bda54120bf19477ad11"),u=l[f]||l[b("a8b0c20416853bda54120bf19477ad11")];return o.createElement("div",{className:"ae-InsertPanel"},"replace"===n.insertMode?o.createElement("div",{className:"ae-InsertPanel-title"},"更改组件类型"):o.createElement("div",{className:"ae-InsertPanel-title"},o.createElement("span",null,"选中组件插入到")," ",o.createElement("code",null,d.name," > ",r)),o.createElement("div",{className:"m-b-xs"},o.createElement(i.Wzg,{className:"editor-InputSearch",value:n.insertRenderersKeywords,onChange:n.changeInsertRenderersKeywords,placeholder:b("d87481b371771b4f150da76e311bbbef"),clearable:!1},n.insertRenderersKeywords?o.createElement("a",{onClick:n.resetInsertRenderersKeywords},o.createElement(i.JO$,{icon:"close",className:"icon"})):o.createElement(i.JO$,{icon:"search",className:"icon"}))),o.createElement("div",{className:"ae-RenderersPicker-list"},o.createElement("ul",null,s.map((function(e){return o.createElement("li",{key:e,className:f===e?"is-active":""},o.createElement("a",{"data-value":e,onClick:t.handleLeftClick},e))}))),o.createElement("div",{className:"ae-RenderersPicker-content"},Array.isArray(u)&&u.length?o.createElement("ul",null,u.map((function(e){return o.createElement("li",{key:e.id,className:n.insertSelected===e.id?"is-active":"","data-value":e.id,onClick:t.handleClick,onDoubleClick:t.hadnlDBClick},o.createElement(Bt,{theme:c.env.theme,env:c.env,schema:e.previewSchema||{type:"tpl",tpl:b("becdc848350872592201e31bab03892a")}}),o.createElement("div",{className:"ae-RenderersPicker-info"},o.createElement("h4",null,e.name),o.createElement("div",null,o.createElement(i.Vtq,{html:e.description}),e.docLink?o.createElement("a",{target:"_blank",href:n.amisDocHost+e.docLink},o.createElement("span",null,"详情")):null)))}))):o.createElement("div",null,"没有可用组件,也许你该切换容器试试。"))),o.createElement("div",{className:"ae-InsertPanel-footer"},"replace"===n.insertMode?o.createElement(i.zxk,{className:"action-btn action-btn-primary",onClick:this.handleReplace,disabled:!n.insertSelected,level:"primary"},"替换"):o.createElement(i.zxk,{className:"action-btn action-btn-primary",onClick:this.handleInsert,disabled:!n.insertSelected,level:"primary"},"插入"),o.createElement(i.zxk,{className:"action-btn",onClick:this.handleCancel},"取消")))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleLeftClick",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleClick",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"hadnlDBClick",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleInsert",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleReplace",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleCancel",null),(0,f.gn)([I.Pi],a)}(o.Component);function Dt(){return Dt=Object.assign?Object.assign.bind():function(e){for(var a=1;a0){var i=t.getResultTags(a.allResult);n=i.curResultTags,c=i.curResultByTag}return t.state={resultTags:n,resultByTag:c,curKeyword:a.externalKeyword||"",searchResult:[],searchResultByTag:{},visible:!1,curKeywordSearchHistory:t.getSearchHistory(),toggleTagFolderStatus:!0},t}return(0,f.ZT)(a,e),a.prototype.componentDidMount=function(){var e,a;(null===(a=null===(e=this.ref.current)||void 0===e?void 0:e.childNodes[0])||void 0===a?void 0:a.childNodes[0])&&(this.curInputBox=this.ref.current.childNodes[0].childNodes[0],this.curInputBox.addEventListener("keyup",this.bindEnterEvent))},a.prototype.componentWillUnmount=function(){this.curInputBox&&this.curInputBox.removeEventListener("keyup",this.bindEnterEvent)},a.prototype.UNSAFE_componentWillReceiveProps=function(e){var a=this,t=e.externalKeyword,n=e.allResult;if(t!==this.state.curKeyword&&this.setState({curKeyword:t},(function(){a.groupedResultByKeyword(t)})),n!==this.props.allResult){var c=[],o={};if(n&&n.length>0){var i=this.getResultTags(n);c=i.curResultTags,o=i.curResultByTag}this.setState({resultTags:c,resultByTag:o})}},a.prototype.getSearchHistory=function(){var e=[];if(window.localStorage){var a=window.localStorage.getItem(this.localStorageKey);if(a){var t=JSON.parse(a);t&&Array.isArray(t)&&(e=t)}}return e},a.prototype.getResultTags=function(e){var a=[],t={},n=this.props.tagKey||"tags";return e.forEach((function(e){!ce()(e)&&e[n]&&(Array.isArray(e[n])?e[n].concat():e[n]?[e[n]]:[b("0d98c74797e49d00bcc4c17c9d557a2b")]).forEach((function(n){a.indexOf(n)<0&&a.push(n),t[n]||(t[n]=[]),t[n].push(e)}))})),{curResultTags:a,curResultByTag:t}},a.prototype.groupedResultByKeyword=function(e){var a=this.props.allResult,t=[],n={},c=e||this.state.curKeyword,o=this.props.tagKey||"tags",i={},d=c?new RegExp(na(c),"i"):null;a.forEach((function(a){ce()(a)&&d&&d.test(a)?t.push(a):e&&!["name","description","scaffold.type"].some((function(e){return a[e]&&d&&d.test(a[e])}))||(a[o]?(Array.isArray(a[o])?a[o].concat():a[o]?[a[o]]:[b("0d98c74797e49d00bcc4c17c9d557a2b")]).forEach((function(e){n[e]=i[e]||[],n[e].push(a)})):t.push(a))})),this.setState({searchResult:t,searchResultByTag:n})},a.prototype.bindFocusEvent=function(){this.setState({visible:!0})},a.prototype.bindBlurEvent=function(){var e=this,a=this.state.curKeyword;this.setState({visible:!1},(function(){a&&e.addSearchHistory(a),e.props.onChange(a)}))},a.prototype.updateCurKeyword=function(e){var a=this,t=e;t=t?t.trim():t,this.setState({curKeyword:t},(function(){a.groupedResultByKeyword(t),a.props.immediateChange&&a.props.onChange(t)}))},a.prototype.changeTagFoldStatus=function(e,a){a.preventDefault(),a.stopPropagation(),this.curInputBox.focus(),this.curTagFolded[e]=!this.curTagFolded[e],this.setState({toggleTagFolderStatus:!this.state.toggleTagFolderStatus})},a.prototype.bindEnterEvent=function(e){var a=this;e.preventDefault();var t=this.state.curKeyword;13===(null==e?void 0:e.keyCode)&&this.setState({visible:!1},(function(){a.addSearchHistory(t),a.props.onChange(t)}))},a.prototype.bindClearActionEvent=function(){var e=this;this.setState({curKeyword:"",searchResult:[],searchResultByTag:{}},(function(){e.props.onChange("")}))},a.prototype.bindTagClickEvent=function(e){var a,t=this,n=this.state.resultByTag[e];this.setState({visible:!1,curKeyword:e,searchResult:n,searchResultByTag:(a={},a[e]=n,a)},(function(){t.props.onTagChange&&t.props.onTagChange(e)}))},a.prototype.addSearchHistory=function(e){var a=this.state.curKeywordSearchHistory;a.indexOf(e)>-1||(10===a.length?(a.shift(),a.push(e)):a.push(e),this.updateSearchHistory())},a.prototype.clickKeywordEvent=function(e){var a=this;this.setState({visible:!1,curKeyword:e},(function(){a.groupedResultByKeyword(e),a.props.onChange(e)}))},a.prototype.deleteSearchHistory=function(e,a){e.preventDefault(),e.stopPropagation(),this.curInputBox.focus();var t=this.state.curKeywordSearchHistory,n=t.indexOf(a);t.splice(n,1),this.updateSearchHistory()},a.prototype.clearSearchHistory=function(e){var a=this;e.preventDefault(),e.stopPropagation(),this.curInputBox.focus();var t=this.state.curKeywordSearchHistory;t&&t.length>0&&this.setState({curKeywordSearchHistory:[]},(function(){a.updateSearchHistory()}))},a.prototype.updateSearchHistory=function(){if(window.localStorage){var e=this.state.curKeywordSearchHistory;window.localStorage.setItem(this.localStorageKey,JSON.stringify(e))}},a.prototype.renderNameByKeyword=function(e,a){if(a&&~e.indexOf(a)){var t=e.indexOf(a),n=t+a.length;return o.createElement("span",null,e.substring(0,t),o.createElement("span",{className:"is-keyword"},a),e.substring(n))}return e},a.prototype.resultIsHasScroll=function(e,a){var t=this,n=0;return(e?Object.keys(e):[]).map((function(a){t.curTagFolded[a]?n+=1:n+=e[a].length+1})),n>a},a.prototype.render=function(){var e=this,a=this.props,t=a.allResult,n=a.closeAutoComplete,c=a.immediateChange,d=this.state,r=d.resultTags,l=d.curKeyword,s=d.searchResult,u=d.searchResultByTag,m=d.visible,h=u?Object.keys(u):[],v=(0,f.ev)([],(0,f.CR)(this.state.curKeywordSearchHistory),!1).reverse(),g=!1;return m&&t&&t.length>0&&(g=!0),n&&l&&(g=!1),n&&(!r||r&&0===r.length)&&(!v||v&&0===v.length)&&(g=!1),o.createElement("div",{className:"editor-InputSearch-panel",ref:this.ref},o.createElement(i.Wzg,{className:"editor-InputSearch",value:l,onChange:this.updateCurKeyword,placeholder:b("2168c5735883bd040eaf09909d0911b8"),clearable:!1,onFocus:this.bindFocusEvent,onBlur:this.bindBlurEvent},o.createElement(o.Fragment,null,c&&(l?o.createElement(i.JO$,{icon:"search-clear",className:"icon delete-btn-icon",onClick:this.bindClearActionEvent}):o.createElement(i.JO$,{icon:"editor-search",className:"icon",onClick:this.bindBlurEvent})),!c&&o.createElement(o.Fragment,null,l&&o.createElement(i.JO$,{icon:"search-clear",className:"icon delete-btn-icon margin-right",onClick:this.bindClearActionEvent}),o.createElement(i.JO$,{icon:"editor-search",className:"icon",onClick:this.bindBlurEvent})))),o.createElement("div",{className:"editor-InputSearch-content ".concat(g?"":"hidden-status")},!l&&v&&v.length>0&&o.createElement("div",{className:"search-history ".concat(r&&r.length>0?"has-border-bottom":"")},o.createElement("div",{className:"header"},o.createElement("div",{className:"header-title"},"搜索历史"),o.createElement("div",{className:"header-clear-icon",onClick:function(a){return e.clearSearchHistory(a)}},"清空")),o.createElement("div",{className:"history-cont ".concat(v.length>6?"hasScrollBtn":"")},v.map((function(a,t){return o.createElement("div",{className:"history-item",key:"".concat(a,"-").concat(t),onClick:function(){return e.clickKeywordEvent(a)}},o.createElement("div",{className:"history-keyword"},a),o.createElement("div",{className:"delete-icon",title:"点击删除这条搜索记录"},o.createElement(i.JO$,{icon:"close",onClick:function(t){return e.deleteSearchHistory(t,a)}})))})))),l&&0===s.length&&0===h.length&&o.createElement("div",{className:"search-result-list"},o.createElement("div",{className:"search-result-placeholder"},"搜索结果为空,您可以换个关键字继续查找。")),l&&s.length>0&&o.createElement("div",{className:"search-result-list ".concat(s.length>6?"hasScrollBtn":"")},s.length>1&&o.createElement("div",{className:"subRenderers-list only-one-tag"},s.map((function(a,t){return o.createElement("div",{className:"subRenderers-item",key:"subRenderers-only-one-tag-".concat(t),onClick:function(){return e.clickKeywordEvent(a.name)}},a.name||a.type)})))),l&&h.length>0&&o.createElement("div",{className:"search-result-list ".concat(this.resultIsHasScroll(u,6)?"hasScrollBtn":"")},h.length>1&&h.map((function(a,t){return o.createElement("div",{className:"multiple-subRenderers-list",key:"".concat(a,"-subRenderers-list")},o.createElement("div",{className:p()("subRenderers-header",{"is-folded":!!e.curTagFolded[a]}),title:e.curTagFolded[a]?b("e4cefe7df36e92da1d7e875b92655507"):b("7ae451de83aa6f5f140e941904377391"),onClick:function(t){e.changeTagFoldStatus(a,t)}},a,o.createElement(i.JO$,{icon:"right-arrow-bold"})),o.createElement("div",{className:p()("subRenderers-list",{"is-folded":!!e.curTagFolded[a]})},u[a]&&u[a].map((function(a,t){return o.createElement("div",{className:"subRenderers-item",key:t,onClick:function(){return e.clickKeywordEvent(a.name)}},e.renderNameByKeyword(a.name,l))}))))})),1===h.length&&h.map((function(a,t){return o.createElement("div",{className:"subRenderers-list only-one-tag",key:"subRenderers-tag-".concat(a)},u[a]&&u[a].map((function(a,t){return o.createElement("div",{className:"subRenderers-item",key:"subRenderers-only-one-tag-".concat(t),onClick:function(){return e.clickKeywordEvent(a.name)}},a.name||a.type)})))}))),!l&&r&&r.length>0&&o.createElement("div",{className:"tag-list"},o.createElement("div",{className:"header"},"组件分类"),o.createElement("div",{className:"tag-list-cont"},r.length?r.map((function(a,t){return o.createElement("div",{className:"tag-item",key:"".concat(a,"-").concat(t),onClick:function(){return e.bindTagClickEvent(a)}},a)})):null))))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"getSearchHistory",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"bindFocusEvent",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"bindBlurEvent",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"updateCurKeyword",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String,Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"changeTagFoldStatus",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"bindEnterEvent",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"bindClearActionEvent",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"bindTagClickEvent",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"addSearchHistory",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"clickKeywordEvent",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object,String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"deleteSearchHistory",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"clearSearchHistory",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"updateSearchHistory",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String,String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"renderNameByKeyword",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object,Number]),(0,f.w6)("design:returntype",void 0)],a.prototype,"resultIsHasScroll",null),(0,f.gn)([I.Pi,(0,f.w6)("design:paramtypes",[Object])],a)}(o.Component),Wn=function(e){function a(a){var t=e.call(this,a)||this;t.localStorageKey="amis-editor-renderer-search-history";var n=a.store.subRenderersByOrder;n=n.filter((function(e){return!e.disabledRendererPlugin}));var c=a.store,o=c.subRenderersKeywords,i=c.subRenderersTag;return t.state={subRenderersByOrder:n,defaultKeyword:o||i||""},t.lastSubRenderersTag=a.store.subRenderersTag,t.changeSubRenderersTag=t.changeSubRenderersTag.bind(t),t}return(0,f.ZT)(a,e),a.prototype.UNSAFE_componentWillReceiveProps=function(e){var a=e.store.subRenderersTag,t=e.store.subRenderersKeywords;a===this.lastSubRenderersTag||t||(this.lastSubRenderersTag=a,this.setState({defaultKeyword:a}))},a.prototype.changeSubRenderersTag=function(e){this.lastSubRenderersTag=e,this.props.store.changeSubRenderersTag(e)},a.prototype.render=function(){var e=this.state,a=e.subRenderersByOrder,t=e.defaultKeyword,n=this.props.store.changeSubRenderersKeywords;return o.createElement(qn,{allResult:a,externalKeyword:t,searchPanelUUID:this.localStorageKey,onChange:n,onTagChange:this.changeSubRenderersTag,immediateChange:!0,closeAutoComplete:!0})},(0,f.gn)([I.Pi,(0,f.w6)("design:paramtypes",[Object])],a)}(o.Component),Un=function(e){function a(a){var t=e.call(this,a)||this;t.localStorageKey="amis-editor-custom-renderer-search-history";var n=a.store.customRenderersByOrder;n=n.filter((function(e){return!e.disabledRendererPlugin}));var c=a.store,o=c.customRenderersKeywords,i=c.customRenderersTag;return t.state={customRenderersByOrder:n,defaultKeyword:o||i||""},t}return(0,f.ZT)(a,e),a.prototype.render=function(){var e=this.state,a=e.customRenderersByOrder,t=e.defaultKeyword,n=this.props.store,c=n.changeCustomRenderersKeywords,i=n.changeCustomRenderersTag;return a&&a.length>0?o.createElement(qn,{allResult:a,externalKeyword:t,searchPanelUUID:this.localStorageKey,onChange:c,onTagChange:i}):null},(0,f.gn)([I.Pi,(0,f.w6)("design:paramtypes",[Object])],a)}(o.Component),Zn=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.state={toggleCollapseFolderStatus:!1},a.curCollapseFolded={},a}return(0,f.ZT)(a,e),a.prototype.handleRegionFilterClick=function(e){var a=e.currentTarget.getAttribute("data-value"),t=this.props,n=t.store,c=t.manager;a=a===n.subRendererRegion?"":a,c.switchToRegion(a)},a.prototype.handleDragStart=function(e,a){var t=e.currentTarget.getAttribute("data-id");e.dataTransfer.setData('dnd-dom/[data-id="'.concat(t,'"]'),"")},a.prototype.handleClick=function(e){var a=e.currentTarget.getAttribute("data-dnd-id");this.props.manager.addElem(a)},a.prototype.changeCollapseFoldStatus=function(e,a){this.curCollapseFolded[e]=!this.curCollapseFolded[e],this.setState({toggleCollapseFolderStatus:!this.state.toggleCollapseFolderStatus}),a.preventDefault(),a.stopPropagation()},a.prototype.renderThumb=function(e){var a=this.props.manager;return e?(0,i.sYA)(e,{onAction:me},a.env):o.createElement("p",null,"没有预览图")},a.prototype.render=function(){var e=this,a=this.props,t=a.store,n=a.searchRendererType,c=a.className,d=this.props.groupedRenderers||{},r=Object.keys(d);return o.createElement("div",{className:p()("ae-RendererList",c)},"renderer"===n&&o.createElement(Wn,{store:t}),"custom-renderer"===n&&o.createElement(Un,{store:t}),o.createElement("hr",{className:"margin-top"}),o.createElement("div",{className:"ae-RendererList-groupWrap hoverShowScrollBar"},r.length?r.map((function(a,n){var c=d[a];return c&&c.length?o.createElement(o.Fragment,{key:a},o.createElement("div",{key:"".concat(a,"-head"),className:"ae-RendererList-head collapse-header",onClick:function(t){e.changeCollapseFoldStatus(a,t)}},a,o.createElement("div",{className:p()("expander-icon",{"is-folded":!!e.curCollapseFolded[a]}),title:e.curCollapseFolded[a]?b("e4cefe7df36e92da1d7e875b92655507"):b("7ae451de83aa6f5f140e941904377391")},o.createElement(i.JO$,{icon:"right-arrow-bold"}))),o.createElement("div",{key:"".concat(a,"-content"),className:p()("ae-RendererList-group collapse-content",{"is-folded":!!e.curCollapseFolded[a]})},c.map((function(a){var c="".concat(n,"_").concat(a.id),d=ea(a);return o.createElement("div",{key:c,className:"ae-RendererList-item",draggable:!0,"data-id":c,"data-dnd-type":"subrenderer","data-dnd-id":a.id,"data-dnd-data":JSON.stringify(a.scaffold||{type:a.type}),onDragStart:function(t){return e.handleDragStart(t,a.name)}},o.createElement("div",{className:"icon-box","data-dnd-id":a.id,title:"点击添加「".concat(a.name,"」"),onClick:e.handleClick},d&&o.createElement(i.JO$,{icon:a.pluginIcon}),!d&&o.createElement("i",{className:p()("fa-fw",a.icon||"fa fa-circle-thin")})),o.createElement("div",{className:"ae-RendererInfo","data-dnd-id":a.id,onClick:e.handleClick},a.name),o.createElement(i.pfc,{tooltipClassName:"ae-RendererThumb",trigger:"hover",rootClose:!0,placement:"right",tooltip:{offset:[10,0],children:function(){return o.createElement("div",null,o.createElement("div",{className:"ae-Renderer-title"},a.name),a.description||a.docLink?o.createElement("div",{className:"ae-Renderer-info"},o.createElement(i.Vtq,{html:a.description?a.description:""}),a.docLink&&o.createElement("a",{target:"_blank",href:t.amisDocHost+a.docLink},"详情")):null,o.createElement("div",{className:"ae-Renderer-preview"},e.renderThumb(a.previewSchema)))}}},o.createElement("div",{className:"ae-RendererIcon"},o.createElement(i.JO$,{icon:"editor-help",className:"icon"}))))})))):null})):o.createElement("span",null,"没有找到可用组件,您可以换个关键字继续查找。")))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleRegionFilterClick",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object,String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleDragStart",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleClick",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String,Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"changeCollapseFoldStatus",null),(0,f.gn)([I.Pi],a)}(o.Component),Gn=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.handleSelect=function(e){e&&this.props.store.changeRenderersTabsKey(e)},a.prototype.render=function(){var e=this.props,a=e.store,t=e.manager,n=a.renderersTabsKey||"base-renderers",c=a.theme,d=a.customRenderersByOrder||[],r=a.groupedSubRenderers||{},l=a.groupedCustomRenderers||{};return o.createElement("div",{className:"ae-RendererPanel"},o.createElement("div",{className:"panel-header"},"组件"),o.createElement("div",{className:"ae-RendererPanel-content"},a.showCustomRenderersPanel&&d.length>0&&o.createElement(i.mQc,{theme:c,tabsMode:"line",className:"ae-RendererList-tabs",linksClassName:"ae-RendererList-tabs-header",contentClassName:"ae-RendererList-tabs-content",activeKey:n,onSelect:this.handleSelect},o.createElement(i.OK9,{key:"base-renderers",eventKey:"base-renderers",title:b("5cb297585d4c81bb8fdbd31210a30d6f"),className:"ae-RendererList-tabs-panel base-renderers",mountOnEnter:!0,unmountOnExit:!1},o.createElement(Zn,{groupedRenderers:r,store:a,manager:t,searchRendererType:"renderer"})),o.createElement(i.OK9,{key:"custom-renderers",eventKey:"custom-renderers",title:b("6fce1c9aa3654ae2f0eedcc068a7e189"),className:"ae-RendererList-tabs-panel custom-renderers",mountOnEnter:!0,unmountOnExit:!1},o.createElement(Zn,{groupedRenderers:l,store:a,manager:t,searchRendererType:"custom-renderer"}))),(!a.showCustomRenderersPanel||Object.keys(l).length<1)&&o.createElement(Zn,{className:"only-base-component",groupedRenderers:r,store:a,manager:t,searchRendererType:"renderer"})))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSelect",null),(0,f.gn)([I.Pi],a)}(o.Component),Jn=F.V5.model("EditorRoot",{isMobile:!1,isSubEditor:!1,amisDocHost:F.V5.optional(F.V5.string,"https://baidu.gitee.io"),root:F.V5.optional(ha,{id:"root",label:"Root"}),theme:"cxd",hoverId:"",hoverRegion:"",activeId:"",activeRegion:"",mouseMoveRegion:"",selections:F.V5.optional(F.V5.frozen(),[]),contextId:"",dragMode:"move",dragId:"",dragType:"",dragSchema:F.V5.frozen(),dropId:"",dropRegion:"",planDropId:"",planDropRegion:"",insertId:"",insertRegion:"",insertRenderers:F.V5.optional(F.V5.frozen(),[]),insertRenderersKeywords:"",insertTag:b("a8b0c20416853bda54120bf19477ad11"),insertSelected:"",insertMode:"insert",insertOrigId:"",insertBeforeId:"",showInsertRenderer:!1,schema:F.V5.frozen(),versionId:0,schemaHistory:F.V5.optional(F.V5.array(F.V5.frozen()),[]),toolbars:F.V5.optional(F.V5.frozen(),[]),panels:F.V5.optional(F.V5.frozen(),[]),showCustomRenderersPanel:!1,renderersTabsKey:"base-renderers",subRenderers:F.V5.optional(F.V5.frozen(),[]),subRenderersKeywords:"",subRenderersTag:"",subRendererRegion:"",customRenderersKeywords:"",customRenderersTag:"",panelKey:"",leftPanelKey:"",leftPanelOpenStatus:!0,jsonSchemaUri:"",scaffoldForm:F.V5.maybe(F.V5.frozen()),scaffoldFormBuzy:!1,scaffoldError:"",popOverForm:F.V5.maybe(F.V5.frozen()),subEditorContext:F.V5.maybe(F.V5.frozen()),superEditorData:F.V5.maybe(F.V5.frozen()),calculateStarted:!1,targetNames:F.V5.optional(F.V5.array(F.V5.frozen()),[]),ctx:F.V5.frozen(),i18nEnabled:F.V5.optional(F.V5.boolean,!1),appLocale:F.V5.optional(F.V5.string,"zh-CN"),appCorpusData:F.V5.optional(F.V5.frozen(),{}),appLocaleState:F.V5.optional(F.V5.number,0)}).views((function(e){return{get filteredSchema(){var a,t,n;return $e(null!==(n=null===(t=(a=(0,F.dU)(e)).schemaFilter)||void 0===t?void 0:t.call(a,e.schema))&&void 0!==n?n:e.schema)},get filteredSchemaForPreview(){var a,t,n,c=ke(e.schema);return null!==(n=null===(t=(a=(0,F.dU)(e)).schemaFilter)||void 0===t?void 0:t.call(a,c))&&void 0!==n?n:c},isRootSchema:function(e){var a=this.getSchema();return!(!a||a.$$id!==e)},getRootId:function(){var e=this.getSchema();return null==e?void 0:e.$$id},isHoved:function(a){return a&&e.hoverId===a},isActive:function(a){return a&&!this.dragging&&!e.insertOrigId&&e.insertBeforeId!==a&&e.activeId===a},isContextOn:function(a){return a&&e.contextId===a},get activeContainerId(){var a;if(!e.activeId)return"";for(var t=this.getNodeById(e.activeId);t;){if(t.childRegions.length||(null===(a=t.info)||void 0===a?void 0:a.regions))return t.id;t=t.host}return""},isRegionHighlighted:function(a,t){return!e.insertOrigId&&a===e.hoverId&&t===e.hoverRegion||a===e.activeId&&e.activeRegion===t||a===e.dropId&&e.dropRegion===t||!e.insertOrigId&&a===e.insertId&&e.insertRegion===t},isRegionHighlightHover:function(a,t){return a===e.hoverId&&t===e.mouseMoveRegion},isRegionActive:function(a,t){return this.isActive(a)||a===e.dropId||this.isRegionHighlighted(a,t)||this.isRegionHighlightHover(a,t)},isRegionDragEnter:function(a,t){return this.isRegionActive(a,t)&&t===e.dropRegion},get highlightNodes(){var a=this,t=[];!e.hoverId||e.dragId||e.contextId||e.activeId===e.hoverId&&!e.hoverRegion||e.selections.includes(e.hoverId)||t.push(e.hoverId),e.contextId&&t.push(e.contextId),!e.activeId&&!e.selections.length||e.dragId&&!this.draggableContainer(e.dragId)||e.insertOrigId||e.insertId||e.hoverId&&e.hoverRegion||(e.activeId?t.push(e.activeId):t.push.apply(t,e.selections));var n=this.parentIsFreeContainer(e.activeId);return n&&t.push(n),"insert"===e.insertMode&&e.insertId&&t.push(e.insertId),e.insertOrigId&&t.push(e.insertOrigId),e.dropId&&t.push(e.dropId),e.insertBeforeId&&t.push(e.insertBeforeId),t.filter((function(e,a,t){return e&&a===t.indexOf(e)})).map((function(e){return a.getNodeById(e)})).filter((function(e){return e}))},getNodeById:function(a,t){for(var n=e.root.children.concat();n.length;){var c=n.shift();if(c.id===a&&(!t||c.region===t||c.type===t))return c;c.children.length&&n.push.apply(n,c.children)}},get activeNodeInfo(){var a;return null===(a=this.getNodeById(e.activeId))||void 0===a?void 0:a.info},getSchema:function(a,t){return a?Te(e.schema,a,t):e.schema},getSchemaParentById:function(a,t){return void 0===t&&(t=!1),Ie(e.schema,a,t)},getSchemaPath:function(a){var t=Oe(e.schema,a);return Array.isArray(t)?t.join("/"):""},getSimpleSchema:function(a){var t,n,c,o=ke(a);return null!==(c=null===(n=(t=(0,F.dU)(e)).schemaFilter)||void 0===n?void 0:n.call(t,o))&&void 0!==c?c:o},getPanelKey:function(){var a,t=e.panelKey;if("none"===t)return t;var n=this.getPanels();return z()(n,(function(e){return t&&e.key===t}))?t:(null===(a=n[0])||void 0===a?void 0:a.key)||"none"},getLeftPanelKey:function(){var a=e.leftPanelKey;if(this.dragging)return"outline";if("none"===a)return a;var t=this.getLeftPanels();return z()(t,(function(e){return a&&e.key===a}))?a:"renderers"},get leftPanels(){return e.panels.filter((function(e){return"left"===e.position}))},get rightPanels(){return e.panels.filter((function(e){return"left"!==e.position&&"contextmenu"!==e.key}))},get contextMenuPanel(){return e.panels.find((function(e){return"contextmenu"===e.key}))},getPanels:function(){return[].concat(this.rightPanels||[]).sort((function(e,a){return e.order-a.order}))},getLeftPanels:function(){var a=[].concat(this.leftPanels||[]);return e.insertId&&e.insertRegion&&a.push({key:"insert",icon:"fa fa-bolt",position:"left",title:"replace"===e.insertMode?b("1dd554cdfc1ddf7dce13453805523c16"):b("9bdb07e72d3a9a6084201a7398523f5a"),component:Lt,order:9999}),a.push({key:"insertRenderer",icon:"fa fa-bolt",position:"left",title:b("a82240ce09faf0b972a8aa5c9e93d209"),component:Gn,order:9999}),a.sort((function(e,a){return e.order-a.order}))},get sortedToolbars(){return e.toolbars.filter((function(e){return"secondary"!==e.level&&"special"!==e.level})).sort((function(e,a){return e.order-a.order}))},get sortedSecondaryToolbars(){return e.toolbars.filter((function(e){return"secondary"===e.level})).sort((function(e,a){return e.order-a.order}))},get sortedSpecialToolbars(){return e.toolbars.filter((function(e){return"special"===e.level})).sort((function(e,a){return e.order-a.order}))},get value(){if(e.activeId)return this.getValueOf(e.activeId)},getValueOf:function(a){return la(ke(Te(e.schema,a),!1))},get valueWithoutHiddenProps(){if(e.activeId)return ke(Te(e.schema,e.activeId),(0,F.dU)(e).isHiddenProps||function(e,a){return"$$"===e.substring(0,2)&&"$$comments"!==e&&"$$commonSchema"!==e||"function"==typeof a||"__"===e.substring(0,2)||"themeCss"===e||"editorPath"===e||"editorState"===e})},get outline(){return e.root.children},get bcn(){var a=[];return e.activeId&&(0,d.hEs)(e.root.children,(function(t,n,c,o){return t.id===e.activeId&&(a=o.concat(t),!0)})),a.filter((function(e){return!e.isSecondFactor}))},get activePath(){return this.getNodePathById(e.activeId)},getNodePathById:function(a){var t=[];if(!a)return t;var n=function(e,c){return void 0===c&&(c=[]),e.every((function(e){return e.id===a?(t=c.concat(e),!1):!e.children||!e.children.length||n(e.children,c.concat(e))}))};return n(e.root.children),t},get dragging(){return!(this.draggableContainer(e.dragId)||!e.dragId&&!e.dropId)},get needPatch(){var a=function(e){return e.some((function(e){return!e.patched&&!e.isRegion||!!e.children.length&&a(e.children)}))};return a(e.root.children)},get schemaRaw(){return ke(e.schema)},get subRenderersByOrder(){return e.subRenderers.filter((function(a){return!(!a.disabledRendererPlugin&&e.showCustomRenderersPanel)||a.isBaseComponent})).sort((function(e,a){return e.order-a.order}))},get customRenderersByOrder(){return e.subRenderers.filter((function(e){return!e.disabledRendererPlugin&&!e.isBaseComponent})).sort((function(e,a){return e.order-a.order}))},groupedRenderersByKeyword:function(e,a){var t=e,n={},c=a?new RegExp(na(a),"i"):null;return t.forEach((function(e){a&&!["name","description","scaffold.type","searchKeywords"].some((function(a){return(0,i.H_J)(a,e)&&c&&c.test((0,i.H_J)(a,e))}))||(Array.isArray(e.tags)?e.tags.concat():e.tags?[e.tags]:[b("0d98c74797e49d00bcc4c17c9d557a2b")]).forEach((function(a){n[a]=n[a]||[],n[a].push(e)}))})),n},groupedSubRenderersByKeyword:function(e,a){var t=e||this.subRenderersByOrder;return this.groupedRenderersByKeyword(t,a)},get groupedSubRenderers(){if(e.subRenderersTag){var a={},t=this.groupedSubRenderersByKeyword()[e.subRenderersTag];return t&&(a[e.subRenderersTag]=t),a}return this.groupedSubRenderersByKeyword(this.subRenderersByOrder,e.subRenderersKeywords)},groupedCustomRenderersByKeyword:function(e,a){var t=e||this.customRenderersByOrder;return this.groupedRenderersByKeyword(t,a)},get groupedCustomRenderers(){if(e.customRenderersTag){var a={},t=this.groupedCustomRenderersByKeyword()[e.customRenderersTag];return t&&(a[e.customRenderersTag]=t),a}return this.groupedCustomRenderersByKeyword(this.customRenderersByOrder,e.customRenderersKeywords)},getSubRendererById:function(a){return z()(e.subRenderers||[],(function(e){return e.id===a}))},get groupedInsertRenderers(){var a={"全部":[]},t=e.insertRenderersKeywords,n=new RegExp(na(t),"i");return e.insertRenderers.concat().sort((function(e,a){return e.order-a.order})).forEach((function(e){t&&!["name","description","scaffold.type"].some((function(a){return(0,i.H_J)(a,e)&&n.test((0,i.H_J)(a,e))}))||((Array.isArray(e.tags)?e.tags.concat():e.tags?[e.tags]:[b("0d98c74797e49d00bcc4c17c9d557a2b")]).forEach((function(t){a[t]=a[t]||[],a[t].push(e)})),a[b("a8b0c20416853bda54120bf19477ad11")].push(e))})),a},get selectedInsertRendererInfo(){return z()(e.insertRenderers,(function(a){return a.id===e.insertSelected}))},get subEditorSlotPath(){var a,t=null===(a=e.subEditorContext)||void 0===a?void 0:a.slot;if(!t)return"";var n=[],c=function(e,a){return void 0===a&&(a=[]),!(!Array.isArray(e)||!e.some((function(e,t){return c(e,a.concat("".concat(t)))})))||(C()(e)?Object.keys(e).some((function(t){return c(e[t],a.concat(t))})):"$$"===e&&(n=a.concat(),!0))};return c(t),n.length?n.join("/"):""},get subEditorValue(){if(e.subEditorContext)return e.subEditorContext.slot?(0,f.pi)((0,f.pi)({},(0,d.Xcl)(e.subEditorContext.slot,(function(a){return"$$"===a?e.subEditorContext.value:a}))),{isSlot:!0}):e.subEditorContext.value},get canUndo(){return 0!==e.schemaHistory.findIndex((function(a){return a.versionId===e.versionId}))},get canRedo(){return e.schemaHistory.findIndex((function(a){return a.versionId===e.versionId}))"):"<列>";i="".concat(s).concat(null!==(t=null!=r?r:l)&&void 0!==t?t:d)}return i=null!=i?i:d,{id:a.id,label:i,value:null!==(n=null==o?void 0:o.id)&&void 0!==n?n:a.id,type:null!==(c=null==o?void 0:o.type)&&void 0!==c?c:a.type,schema:o,disabled:!!a.region,visible:!a.region||!!(null==a?void 0:a.children.length),children:null==a?void 0:a.children}}),1,!0)}}})).actions((function(e){(0,F.dU)(e);var a=0,t=null,n=void 0,c=document,o=void 0;return{setLayer:function(e){n=e},getLayer:function(){return n},setDoc:function(e){c=e},getDoc:function(){return c},setIframe:function(e){o=e},getIframe:function(){return o},setIsMobile:function(a){e.isMobile=!!a},setCtx:function(a){e.ctx=a},setTheme:function(a){e.theme=a},setIsSubEditor:function(a){e.isSubEditor=a},setShowCustomRenderersPanel:function(a){e.showCustomRenderersPanel=a},setSchema:function(a){var t,n=Ee(a||{});if(e.schema){var c=We(e.schema,n,(function(e,a){return"$$id"===a})),o=Ue(e.schema,c);if("A"===(null===(t=null==c?void 0:c[0])||void 0===t?void 0:t.kind)&&("D"===c[0].item.kind||"N"===c[0].item.kind)&&Array.isArray(c[0].path)){var i=c[0].path,d=i.pop(),r=i.reduce((function(e,a){return e[a]}),o);r[d]=r[d].map((function(e){return(0,f.pi)((0,f.pi)({},e),{$$id:se()})}))}e.schema=o}else e.schema=n;this.resetHistory(),this.updateTargetName()},insertSchema:function(a){var t,n=a.context.id,c=a.context.region,o=Te(e.schema,n);if(o){var i=Ee(a.context.data);(null==o?void 0:o.isFreeContainer)&&(i.style={position:"absolute",inset:"10px auto auto 10px"},ca(i.type)&&(i.style.width="300px"));var d=Array.isArray(o[c])?o[c].concat():o[c]?[o[c]]:[];if(a.context.beforeId){var r=D()(d,(function(e){return e.$$id===a.context.beforeId}));~r?d.splice(r,0,i):d.push(i)}else d.push(i);return this.traceableSetSchema(Me(e.schema,n,((t={})[c]=d,t))),a.context.data=i,i}},moveSchema:function(a){var t,n=a.context,c=e.schema;if(n.sourceId!==n.beforeId){var o=Te(c,n.sourceId);c=Fe(c,n.sourceId,void 0,!0);var i=n.region,d=Te(c,n.id)[i];if(d=Array.isArray(d)?d.concat():d?[d]:[],n.beforeId){var r=D()(d,(function(e){return e.$$id===n.beforeId}));if(!~r)throw new Error(b("eadc8c8d4a8776893672330598babca0"));d.splice(r,0,o)}else d.push(o);this.traceableSetSchema(Me(c,n.id,((t={})[i]=d,t)))}},setActiveId:function(a,t,n){void 0===t&&(t=""),void 0===n&&(n=[]);var c=a?e.getNodeById(a):void 0;!1===(null==c?void 0:c.clickable)||a&&!c||(e.activeId=a,e.activeRegion=t,e.selections=n)},setSelections:function(a){e.activeId="",e.activeRegion="",e.selections=a?a.concat():[]},clearSelection:function(){e.selections=[]},setHoverId:function(a,t){var n=a?e.getNodeById(a):void 0;!1!==(null==n?void 0:n.clickable)&&(e.hoverId=a,e.hoverRegion=t||"")},setMouseMoveRegion:function(a){e.mouseMoveRegion=a},setInsertId:function(a){e.insertId=a},setContextId:function(a){e.contextId=a},setDragId:function(a,t,n,c){void 0===t&&(t="move"),void 0===n&&(n="schema"),e.dragId=a,e.dragMode=t,e.dragType=n,e.dragSchema=c||(a?e.getSchema(a):null)},setDropId:function(a,t){void 0===t&&(t=""),e.dropId=a,e.dropRegion=t,e.planDropId="",e.planDropRegion=""},setPlanDropId:function(a,t){e.planDropId=a,e.planDropRegion=t},setActiveToolbars:function(a){e.toolbars=a},setPanels:function(a){e.panels=a},setSubRenderers:function(a){e.subRenderers=a},changeSubRenderersKeywords:function(a){e.subRenderersKeywords=a,e.subRenderersTag=""},changeSubRenderersTag:function(a){e.subRenderersKeywords="",e.subRenderersTag=a},resetSubRenderersKeywords:function(){e.subRenderersKeywords="",e.subRenderersTag=""},changeCustomRenderersKeywords:function(a){e.customRenderersKeywords=a,e.customRenderersTag=""},changeCustomRenderersTag:function(a){e.customRenderersKeywords="",e.customRenderersTag=a},resetCustomRenderersKeywords:function(){e.customRenderersKeywords="",e.customRenderersTag=""},changeSubRendererRegion:function(a){e.subRendererRegion=a},changePanelKey:function(a){a!==e.getPanelKey()&&(e.panelKey=a)},changeLeftPanelKey:function(a){"insert"!==a&&"insert"!==e.panelKey&&a!==e.getLeftPanelKey()&&(e.leftPanelKey=a)},changeRenderersTabsKey:function(a){a!==e.renderersTabsKey&&(e.renderersTabsKey=a)},changeLeftPanelOpenStatus:function(a){a!==e.leftPanelOpenStatus&&(e.leftPanelOpenStatus=a)},showRendererPanel:function(a,t){"renderers"!==e.getLeftPanelKey()?e.leftPanelKey="renderers":a!==e.subRenderersTag&&a||i.Amu.info(t||b("f3c057f37fb9a4e7dd44b04919c12578")),e.renderersTabsKey="base-renderers",a&&this.changeSubRenderersTag(a),this.changeLeftPanelOpenStatus(!0)},changeValue:function(a,t){e.activeId&&this.changeValueById(e.activeId,a,t)},changeValueById:function(a,t,n,c,o){var i=Te(e.schema,a);if(i)if(n){var d=Ue(i,n);this.traceableSetSchema(Me(e.schema,a,Se(Ee(d)),!0),o)}else this.traceableSetSchema(Me(e.schema,a,Se(Ee(t)),c),o)},updateContainerStyleByDrag:function(a,t,n){var c=a||e.dragId;if(c){var o=e.getSchema(c),i=(null==o?void 0:o.style)||{};if(c&&"fixed"===(null==i?void 0:i.position)||"absolute"===(null==i?void 0:i.position)){var d=(i.inset||"auto").split(" "),r={top:d[0]||"auto",right:d[1]||"auto",bottom:d[2]||d[0]||"auto",left:d[3]||d[1]||"auto"},l="".concat("auto"!==r.top?ta(r.top,n):"auto"," ").concat("auto"!==r.right?ta(r.right,-t):"auto"," ").concat("auto"!==r.bottom?ta(r.bottom,-n):"auto"," ").concat("auto"!==r.left?ta(r.left,t):"auto");this.changeValueById(c,(0,f.pi)((0,f.pi)({},o),{style:(0,f.pi)((0,f.pi)({},i),{inset:l})})),this.calculateHighlightBox([c])}}},moveUp:function(a){a&&this.traceableSetSchema(ze(e.schema,a))},moveDown:function(a){a&&this.traceableSetSchema(Ae(e.schema,a))},del:function(a){var t,n;if(a===e.activeId){var c=null===(t=e.getNodeById(a))||void 0===t?void 0:t.host;this.setActiveId(c?c.id:"")}else if(e.activeId){var o=Te(e.schema,a);Te(o,e.activeId)&&(c=null===(n=e.getNodeById(a))||void 0===n?void 0:n.host,this.setActiveId(c?c.id:""))}this.traceableSetSchema(Fe(e.schema,a))},delMulti:function(a){var t=this;(Array.isArray(a)?a:[a]).forEach((function(a){var n,c;if(a===e.activeId){var o=null===(n=e.getNodeById(a))||void 0===n?void 0:n.host;t.setActiveId(o?o.id:"")}else if(e.activeId){var i=Te(e.schema,a);Te(i,e.activeId)&&(o=null===(c=e.getNodeById(a))||void 0===c?void 0:c.host,t.setActiveId(o?o.id:""))}})),this.traceableSetSchema(a.reduce((function(e,a){return Fe(e,a)}),e.schema))},duplicate:function(a){this.traceableSetSchema((Array.isArray(a)?a:[a]).reduce((function(e,a){return je(e,a)}),e.schema))},emptyRegion:function(a,t){var n;this.traceableSetSchema(Me(e.schema,a,((n={})[t]=[],n)))},replaceChild:function(a,t){this.traceableSetSchema(Me(e.schema,a,Ee(t),!0))},setInsertRegion:function(a,t,n,c,o,i){void 0===t&&(t=""),void 0===n&&(n=b("a8b0c20416853bda54120bf19477ad11")),void 0===c&&(c="insert"),void 0===o&&(o=""),e.insertId=t,e.insertRegion=a,e.insertTag=n,e.insertMode=c,e.insertOrigId=o,e.insertBeforeId=i||""},closeInsertPanel:function(){e.insertOrigId="",e.insertId="",e.insertRegion="",e.insertSelected="",e.insertRenderersKeywords="",e.insertBeforeId=""},showInsertRendererPanel:function(){e.showInsertRenderer=!0},closeInsertRendererPanel:function(){e.showInsertRenderer=!1},setInsertRenderers:function(a){e.insertRenderers=a},changeInsertRenderersKeywords:function(a){e.insertRenderersKeywords=a},resetInsertRenderersKeywords:function(){e.insertRenderersKeywords=""},setInsertTag:function(a){e.insertTag=a},setInsertSelected:function(a){e.insertSelected=a},setJSONSchemaUri:function(a){e.jsonSchemaUri=a},openSubEditor:function(a){e.activeId&&(e.subEditorContext=(0,f.pi)((0,f.pi)({},a),{data:(0,d.ktx)(a.data,{__curCmptTreeWrap:{label:a.title,disabled:!0},__superCmptTreeSource:e.getComponentTreeSource()})}))},confirmSubEditor:function(a){var t,n=(0,f.CR)(a,1)[0],c=e.subEditorContext,o=c.onChange,i=c.slot,r=n.schema,l=(null===(t=n.__pristine)||void 0===t?void 0:t.schema)||r;if(i){var s=e.subEditorSlotPath.replace(/(?:\/)/g,".");r=(0,d.E04)(r,s),l=(0,d.E04)(l,s),Array.isArray(r)&&1===r.length&&!Array.isArray(l)&&(r=r[0])}o(r,o.length>1?We(l,r):void 0),e.subEditorContext=void 0},closeSubEditor:function(){e.subEditorContext=void 0},subEditorOnChange:function(){t&&(e.subEditorContext=(0,f.pi)((0,f.pi)({},e.subEditorContext),{canUndo:t.canUndo(),canRedo:t.canRedo()}))},undoSubEditor:function(){t&&t.undo()},redoSubEditor:function(){t&&t.redo()},subEditorRef:function(e){t=e},openScaffoldForm:function(a){e.scaffoldForm=a},closeScaffoldForm:function(){e.scaffoldForm=void 0},setScaffoldBuzy:function(a){e.scaffoldFormBuzy=!!a},setScaffoldError:function(a){void 0===a&&(a=""),e.scaffoldError=a},openPopOverForm:function(a){e.popOverForm=a},closePopOverForm:function(){e.popOverForm=void 0},calculateHighlightBox:function(a){e.calculateStarted=!0,a.forEach((function(a){var t=e.getNodeById(a);null==t||t.calculateHighlightBox(e)}))},resetHighlightBox:function(a){a.forEach((function(a){var t=e.getNodeById(a);null==t||t.resetHighlightBox(e)}))},updateTargetName:function(){var a=[];Ze(e.schema,(function(e,t,n){return"name"===t&&e&&n&&("crud"===n.type||"form"===n.type||"page"===n.type||"service"===n.type||"chart"===n.type||"wizard"===n.type)&&a.push({type:n.type,name:e,editorId:n.$$id}),e})),e.targetNames=(0,F.pj)(a)},traceableSetSchema:function(t,n){var c=e.schemaHistory.findIndex((function(a){return a.versionId===e.versionId}));~c&&e.schemaHistory.splice(c+1,e.schemaHistory.length-c-1),n&&e.schemaHistory.pop(),e.schemaHistory.push({versionId:e.versionId=a++,schema:t}),e.schema=t,this.updateTargetName()},undo:function(){var a=e.schemaHistory.findIndex((function(a){return a.versionId===e.versionId}));if(a>0){var t=e.schemaHistory[a-1];e.versionId=t.versionId,e.schema=t.schema,this.updateTargetName(),this.autoSelectRoot()}},redo:function(){var a=e.schemaHistory.findIndex((function(a){return a.versionId===e.versionId}));if(a-c})}},a.prototype.handleScrollToLeft=function(){var e=this.getCurBreadcrumb();if(e){var a=this.toNumber(this.getScrollLeft());a>=-50&&a<0?(e.style.left="0",this.refreshHandleScroll()):a<-50&&(e.style.left="".concat(a+50,"px"),this.refreshHandleScroll())}},a.prototype.handleScrollToRight=function(){var e=this.getCurBreadcrumb(),a=this.getBreadcrumbContainer();if(e&&a){var t=this.toNumber(this.getScrollLeft()),n=e.offsetWidth-a.offsetWidth;e.style.left=t-50>-n?"".concat(t-50,"px"):"-".concat(n,"px"),this.refreshHandleScroll()}},a.prototype.handleClick=function(e){var a,t=e.currentTarget,n=t.getAttribute("data-node-id"),c=t.getAttribute("data-node-region"),o=this.props.store;this.props.manager;var i=o.getNodeById(n);!1!==(null===(a=null==i?void 0:i.info)||void 0===a?void 0:a.editable)&&(c?o.setActiveId(n,c):o.setActiveId(n))},a.prototype.handleMouseEnter=function(e){var a=e.currentTarget,t=a.getAttribute("data-node-id"),n=a.getAttribute("data-node-region");this.props.store.setHoverId(t,n)},a.prototype.render=function(){var e=this,a=this.props.store,t=this.state,n=t.showLeftScrollBtn,c=t.showRightScrollBtn,d=a.bcn;return o.createElement("div",{className:"ae-Breadcrumb",ref:this.breadcrumbRef},n&&o.createElement("div",{className:"ae-Breadcrumb-scrollLeft-btn",onClick:this.handleScrollToLeft},o.createElement(i.JO$,{icon:"editor-double-arrow",className:"icon"})),o.createElement("div",{className:"ae-Breadcrumb-content",ref:this.bcnContentRef},d.length?o.createElement("ul",null,d.map((function(a,t){var n,c=null===(n=a.parent)||void 0===n?void 0:n.uniqueChildren;return o.createElement("li",{key:t},o.createElement("span",{"data-node-id":a.id,"data-node-region":a.region,onClick:e.handleClick,onMouseEnter:e.handleMouseEnter},a.label),(null==c?void 0:c.length)>1?o.createElement("ul",{className:"hoverShowScrollBar"},c.map((function(t){return o.createElement("li",{key:"".concat(t.id,"-").concat(t.region)},o.createElement("span",{"data-node-id":t.id,"data-node-region":t.region,onClick:e.handleClick,onMouseEnter:e.handleMouseEnter,className:t.id===a.id&&t.region===a.region?"is-active":""},t.label))}))):null)}))):null),c&&o.createElement("div",{className:"ae-Breadcrumb-scrollRight-btn",onClick:this.handleScrollToRight},o.createElement(i.JO$,{icon:"editor-double-arrow",className:"icon"})))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Boolean]),(0,f.w6)("design:returntype",void 0)],a.prototype,"refreshHandleScroll",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"getCurBreadcrumb",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"getBreadcrumbContainer",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",String)],a.prototype,"getScrollLeft",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",Number)],a.prototype,"toNumber",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Boolean]),(0,f.w6)("design:returntype",void 0)],a.prototype,"HandleScroll",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleScrollToLeft",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleScrollToRight",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleClick",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleMouseEnter",null),(0,f.gn)([I.Pi,(0,f.w6)("design:paramtypes",[Object])],a)}(o.Component),Xn=function(e){function a(a){var t=e.call(this,a)||this;return t.state={step:0},t}return(0,f.ZT)(a,e),a.prototype.handleConfirm=function(e){var a,t,n,c=(0,f.CR)(e,1)[0],o=this.props.store;if(c=(0,f.pi)((0,f.pi)({},null===(a=o.scaffoldForm)||void 0===a?void 0:a.value),c),null===(t=o.scaffoldForm)||void 0===t?void 0:t.pipeOut){var i=o.scaffoldForm.pipeOut(c);c=(0,f.pi)({},i)}null===(n=o.scaffoldForm)||void 0===n||n.callback(c),o.closeScaffoldForm(),this.setState({step:0})},a.prototype.buildSchema=function(){var e,a,t,n=this.props.store.scaffoldForm,c=null!==(a=n.controls)&&void 0!==a?a:n.body;return n.stepsBody&&(c=(0,f.ev)([{type:"steps",name:"__steps",className:"ae-Steps",steps:c.map((function(e,a){return{title:e.title,value:a,iconClassName:"ae-Steps-Icon"}}))}],(0,f.CR)(c.map((function(e,a){return{type:"container",visibleOn:"__step === ".concat(a),body:e.body}}))),!1)),t=Ke(n.mode)?n.mode:{mode:n.mode||"normal"},(0,f.pi)((0,f.pi)({type:"form",wrapWithPanel:!1,initApi:n.initApi,api:n.api},t),((e={wrapperComponent:"div",data:{__step:0}})[n.controls?"controls":"body"]=c,e))},a.prototype.scopeRef=function(e){this.amisScope=e},a.prototype.goToNextStep=function(){var e,a=null===(e=this.amisScope)||void 0===e?void 0:e.getComponents()[0].props.store,t=this.state.step+1;a.setValueByName("__step",t),this.setState({step:t})},a.prototype.goToPrevStep=function(){var e,a=null===(e=this.amisScope)||void 0===e?void 0:e.getComponents()[0].props.store,t=this.state.step-1;a.setValueByName("__step",t),this.setState({step:t})},a.prototype.handleConfirmClick=function(){var e;return(0,f.mG)(this,void 0,void 0,(function(){var a,t,n,c;return(0,f.Jh)(this,(function(o){switch(o.label){case 0:if(!(a=null===(e=this.amisScope)||void 0===e?void 0:e.getComponents()[0]))return[2];t=this.props.store,o.label=1;case 1:return o.trys.push([1,3,4,5]),t.setScaffoldBuzy(!0),[4,a.doAction({type:"submit"},a.props.data,!0)];case 2:return n=o.sent(),this.handleConfirm([n]),[3,5];case 3:return c=o.sent(),console.log(c.stack),t.setScaffoldError(c.message),[3,5];case 4:return t.setScaffoldBuzy(!1),[7];case 5:return[2]}}))}))},a.prototype.handleCancelClick=function(){this.props.store.closeScaffoldForm(),this.setState({step:0})},a.prototype.render=function(){var e=this.props,a=e.store,t=e.theme,n=e.manager,c=a.scaffoldForm,r=(0,i.ghV)(t||"cxd").classnames,l=!!(null==c?void 0:c.stepsBody),s=l&&this.state.step===c.body.length-1,b=l&&0===this.state.step;return o.createElement(i.u_l,{size:(null==c?void 0:c.size)||"md",contentClassName:null==c?void 0:c.className,show:!!c,onHide:a.closeScaffoldForm,closeOnEsc:!a.scaffoldFormBuzy},o.createElement("div",{className:r("Modal-header")},a.scaffoldFormBuzy?null:o.createElement("a",{"data-position":"left",onClick:a.closeScaffoldForm,className:r("Modal-close")},o.createElement(i.JO$,{icon:"close",className:"icon"})),o.createElement("div",{className:r("Modal-title")},null==c?void 0:c.title)),o.createElement("div",{className:r("Modal-body")},c?(0,i.sYA)(this.buildSchema(),{data:(0,d.nW9)(a.ctx,(0,f.pi)((0,f.pi)({},(null==c?void 0:c.value)||{}),{__step:0})),onValidate:c.validate,scopeRef:this.scopeRef},(0,f.pi)((0,f.pi)({},n.env),{session:"scaffold-dialog",theme:t})):o.createElement("p",null,"Loading...")),o.createElement("div",{className:r("Modal-footer")},a.scaffoldFormBuzy||a.scaffoldError?o.createElement("div",{className:r("Dialog-info"),key:"info"},o.createElement(i.$jN,{size:"sm",key:"info",show:a.scaffoldFormBuzy}),a.scaffoldError?o.createElement("span",{className:r("Dialog-error")},a.scaffoldError):null):null,l&&!b&&o.createElement(i.zxk,{level:"primary",onClick:this.goToPrevStep},"上一步"),l&&!s&&o.createElement(i.zxk,{level:"primary",onClick:this.goToNextStep},"下一步"),(!l||s)&&o.createElement(i.zxk,{level:"primary",onClick:this.handleConfirmClick,disabled:a.scaffoldFormBuzy},"确认"),o.createElement(i.zxk,{onClick:this.handleCancelClick},"取消")))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleConfirm",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"scopeRef",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"goToNextStep",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"goToPrevStep",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",Promise)],a.prototype,"handleConfirmClick",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleCancelClick",null),(0,f.gn)([I.Pi,(0,f.w6)("design:paramtypes",[Object])],a)}(o.Component),Qn=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.overlay=o.createRef(),a}return(0,f.ZT)(a,e),a.prototype.buildSchema=function(){var e=this,a=this.props.store.popOverForm;return{type:"form",wrapWithPanel:!1,mode:"normal",wrapperComponent:"div",body:a.body,submitOnChange:!0,autoFocus:!0,onFinished:function(t){var n;null===(n=a.callback)||void 0===n||n.call(a,t,We(a.value,t)),setTimeout((function(){var a;return null===(a=e.overlay.current)||void 0===a?void 0:a.updatePosition()}),200)}}},a.prototype.render=function(){var e=this.props,a=e.store,t=e.theme,n=e.manager,c=a.popOverForm;return o.createElement(i.aVW,{target:null==c?void 0:c.target,placement:"left-bottom-left-top left-top-left-bottom right-bottom-right-top right-top-right-bottom center",show:!!c,ref:this.overlay},o.createElement(i.v$m,{overlay:!0,className:"ae-Editor-popOverForm",onHide:a.closePopOverForm},c?(0,i.sYA)(this.buildSchema(),{data:(0,d.nW9)(a.ctx,null==c?void 0:c.value)},(0,f.pi)((0,f.pi)({},n.env),{session:"popover-form",theme:t})):o.createElement("p",null,"Loading...")))},(0,f.gn)([I.Pi],a)}(o.Component),ec=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.render=function(){var e=this.props.store.contextMenuPanel,a=e&&e.menus?e.menus:[];return a&&a.length>0?o.createElement("div",{className:"context-menu-setting"},o.createElement("div",{className:"setting-header"},"批量操作"),o.createElement("div",{className:"setting-body"},a.map((function(e){return e.label&&o.createElement("div",{key:e.label,className:"setting-item ".concat(e.disabled?"disabled":""),onClick:e.disabled?null:e.onSelect},o.createElement("div",{className:"icon-box"},o.createElement(i.JO$,{icon:e.icon,className:"menu-icon"})),o.createElement("div",{className:"setting-info"},e.label))})))):null},(0,f.gn)([I.Pi],a)}(o.Component),ac=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.getPopOverContainer=function(){return(0,M.findDOMNode)(this)},a.prototype.render=function(){var e=this.props,a=e.store,t=e.manager,n=e.node,c=e.panelItem,d=e.theme,r=a.activeId;return o.createElement(i.dys,{position:"left",size:"md",theme:d,show:!!c,onHide:a.closeInsertPanel,className:"ae-InsertPanel-drawer"},c&&c.component?o.createElement(c.component,{key:c.key,id:r,info:null==n?void 0:n.info,path:null==n?void 0:n.path,value:a.value,onChange:t.panelChangeValue,store:a,manager:t,popOverContainer:this.getPopOverContainer}):null)},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"getPopOverContainer",null),(0,f.gn)([I.Pi],a)}(o.Component),tc=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.getPopOverContainer=function(){return(0,M.findDOMNode)(this)},a.prototype.render=function(){var e=this.props,a=e.store,t=e.manager,n=e.node,c=e.panelItem,d=e.theme,r=a.activeId,l=a.showInsertRenderer;return o.createElement(i.dys,{position:"left",size:"md",theme:d,show:l,onHide:a.closeInsertRendererPanel,className:"ae-InsertRendererPanel-drawer",bodyClassName:"ae-drawer-renderers"},c.title&&o.createElement("div",{className:"ae-drawer-title"},c.title),c&&c.component?o.createElement(c.component,{key:c.key,id:r,info:null==n?void 0:n.info,path:null==n?void 0:n.path,value:a.value,onChange:t.panelChangeValue,store:a,manager:t,popOverContainer:this.getPopOverContainer}):null)},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"getPopOverContainer",null),(0,f.gn)([I.Pi],a)}(o.Component),nc=function(e){function a(a){var t=e.call(this,a)||this;return t.state={isFixedStatus:!1},t}return(0,f.ZT)(a,e),a.prototype.handleHidden=function(){var e=this.props.store,a=e.changeLeftPanelOpenStatus,t=e.leftPanelOpenStatus,n=e.changeLeftPanelKey,c=!t;a(c),n(c?"outline":"none")},a.prototype.handleFixed=function(){this.setState({isFixedStatus:!this.state.isFixedStatus})},a.prototype.handleSelect=function(e){var a=this.props.store,t=a.changeLeftPanelOpenStatus,n=a.changeLeftPanelKey;e&&(t(!0),n(e))},a.prototype.getPopOverContainer=function(){return(0,M.findDOMNode)(this)},a.prototype.render=function(){var e=this,a=this.props,t=a.store,n=a.manager,c=a.theme,d=this.state.isFixedStatus,r=t.leftPanelOpenStatus,l=t.getLeftPanels(),s=t.activeId,f=t.getNodeById(s),u=t.getLeftPanelKey(),m=t.insertId&&t.insertRegion&&z()(l,(function(e){return"insert"===e.key})),h=z()(l,(function(e){return"insertRenderer"===e.key}));return o.createElement(o.Fragment,null,l.length>0&&o.createElement("div",{className:p()("editor-left-panel width-draggable",r?"":"hidden-status",d?"fixed-status":"")},o.createElement("div",{className:"editor-panel-btn","editor-tooltip":b(d?"95509c09bdef4bb7842a9b957ab1f971":"426480bb614633c8c3ba8faa0338b72f"),"tooltip-position":"right"},o.createElement(i.JO$,{icon:d?"editor-fixed":"editor-no-fixed",className:"panel-btn",onClick:this.handleFixed})),o.createElement(i.mQc,{className:"editorPanel-tabs",linksClassName:"editorPanel-tabs-header",contentClassName:"editorPanel-tabs-content",theme:c,activeKey:u,onSelect:this.handleSelect,tabsMode:"sidebar",sidePosition:"left"},l.map((function(a){return"insert"!==a.key&&"insertRenderer"!==a.key?o.createElement(i.OK9,{key:a.key,eventKey:a.key,title:a.title,className:"editorPanel-tabs-pane ae-Editor-".concat(a.key,"Pane"),mountOnEnter:!0,unmountOnExit:!1},function(a){return a.render?a.render({id:s,info:null==f?void 0:f.info,path:null==f?void 0:f.path,node:f,value:t.value,onChange:n.panelChangeValue,store:t,manager:n,popOverContainer:e.getPopOverContainer}):a.component?o.createElement(a.component,{node:f,key:a.key,id:s,info:null==f?void 0:f.info,path:null==f?void 0:f.path,value:t.value,onChange:n.panelChangeValue,store:t,manager:n,popOverContainer:e.getPopOverContainer}):null}(a)):null}))),o.createElement("div",{className:p()("left-panel-arrow",r?"":"hidden-status"),onClick:this.handleHidden})),d&&o.createElement("div",{className:"editor-left-panel-fixed-placeholder"}),o.createElement(ac,{store:t,manager:n,node:f,panelItem:m,theme:c}),o.createElement(tc,{store:t,manager:n,node:f,panelItem:h,theme:c}))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleHidden",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleFixed",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSelect",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"getPopOverContainer",null),(0,f.gn)([I.Pi,(0,f.w6)("design:paramtypes",[Object])],a)}(o.Component),cc=function(e){function a(a){var t=e.call(this,a)||this;return t.handleResizeMouseDown=t.handleResizeMouseDown.bind(t),t.handleResizeMouseMove=t.handleResizeMouseMove.bind(t),t.handleResizeMouseUp=t.handleResizeMouseUp.bind(t),t}return(0,f.ZT)(a,e),a.prototype.handleResizeMouseDown=function(e){3==e.nativeEvent.which||(this.dragWrap=e.currentTarget.parentElement,document.addEventListener("mousemove",this.handleResizeMouseMove),document.addEventListener("mouseup",this.handleResizeMouseUp),this.startX=e.clientX,this.startWidth=this.dragWrap.offsetWidth)},a.prototype.handleResizeMouseMove=function(e){var a=this.props.isLeftDragIcon,t=e.clientX-this.startX;this.dragWrap.style.cssText+="width: ".concat(Math.max(a?this.startWidth-t:this.startWidth+t,260),"px")},a.prototype.handleResizeMouseUp=function(){document.removeEventListener("mousemove",this.handleResizeMouseMove),document.removeEventListener("mouseup",this.handleResizeMouseUp)},a.prototype.render=function(){var e=this.props,a=e.isLeftDragIcon,t=e.className;return o.createElement("div",{onMouseDown:this.handleResizeMouseDown,className:p()("width-draggable-icon",t,a?"leftBtn":"")})},a}(o.Component),oc=function(e){function a(a){var t=e.call(this,a)||this;return t.state={isOpenStatus:!0,isFixedStatus:!1},t}return(0,f.ZT)(a,e),a.prototype.handleFixed=function(){this.setState({isFixedStatus:!this.state.isFixedStatus})},a.prototype.handleSelect=function(e){this.props.store.changePanelKey(e)},a.prototype.handleHidden=function(){this.setState({isOpenStatus:!this.state.isOpenStatus})},a.prototype.getPopOverContainer=function(){return(0,M.findDOMNode)(this)},a.prototype.render=function(){var e=this,a=this.props,t=a.store,n=a.manager,c=a.theme,d=this.state,r=d.isOpenStatus,l=d.isFixedStatus,s=t.getPanels(),f=t.activeId,u=t.getNodeById(f),m=t.getPanelKey(),h=function(a){return a.render?a.render({id:f,info:null==u?void 0:u.info,path:null==u?void 0:u.path,node:u,value:t.value,onChange:n.panelChangeValue,store:t,manager:n,popOverContainer:e.getPopOverContainer}):a.component?o.createElement(a.component,{node:u,key:a.key,id:f,info:null==u?void 0:u.info,path:null==u?void 0:u.path,value:t.value,onChange:n.panelChangeValue,store:t,manager:n,popOverContainer:e.getPopOverContainer}):null};return s.length>0?o.createElement("div",{className:p()("editor-right-panel width-draggable",s.length>1?"mul-tabs-panel":"",r?"":"hidden-status",l?"fixed-status":"")},o.createElement("div",{className:"editor-panel-btn","editor-tooltip":b(l?"95509c09bdef4bb7842a9b957ab1f971":"426480bb614633c8c3ba8faa0338b72f"),"tooltip-position":"left"},o.createElement(i.JO$,{icon:l?"editor-fixed":"editor-no-fixed",className:"panel-btn",onClick:this.handleFixed})),o.createElement("div",{className:"editorPanel-inner"},1===s.length?h(s[0]):o.createElement(i.mQc,{theme:c,tabsMode:"sidebar",sidePosition:"right",className:"editorPanel-tabs",linksClassName:"editorPanel-tabs-header",contentClassName:"editorPanel-tabs-content",activeKey:m,onSelect:this.handleSelect},s.map((function(e){var a=ea(e);return o.createElement(i.OK9,{key:e.key,eventKey:e.key,title:o.createElement("span",{className:"editor-tab-icon","editor-tooltip":e.title,"tooltip-position":"left"},a&&o.createElement(i.JO$,{icon:e.pluginIcon,className:"pluginIcon"}),!a&&o.createElement("i",{className:"fa ".concat(e.icon)})),className:"editorPanel-tabs-pane ae-Editor-".concat(e.key,"Pane"),mountOnEnter:!0,unmountOnExit:!1},h(e))})))),o.createElement(cc,{isLeftDragIcon:!0}),o.createElement("div",{className:p()("right-panel-arrow",r?"":"hidden-status"),onClick:this.handleHidden})):null},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleFixed",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSelect",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleHidden",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"getPopOverContainer",null),(0,f.gn)([I.Pi,(0,f.w6)("design:paramtypes",[Object])],a)}(o.Component),ic=function(e){function a(a){var t,n,c=this;(c=e.call(this,a)||this).mainRef=o.createRef(),c.isInternalChange=!1;var i=a.value,d=a.isSubEditor,r=void 0!==d&&d;a.onChange;var l=a.showCustomRenderersPanel,s=a.superEditorData,b=(0,f._T)(a,["value","isSubEditor","onChange","showCustomRenderersPanel","superEditorData"]),u=(0,f.pi)({},b);return c.store=Jn.create({isMobile:a.isMobile,theme:a.theme,isSubEditor:r,amisDocHost:a.amisDocHost,ctx:a.ctx,superEditorData:s,appLocale:a.appLocale,appCorpusData:null===(t=null==a?void 0:a.amisEnv)||void 0===t?void 0:t.replaceText,i18nEnabled:null!==(n=null==a?void 0:a.i18nEnabled)&&void 0!==n&&n},u),c.store.setSchema(i),void 0!==l&&c.store.setShowCustomRenderersPanel(l),c.manager=new Aa(u,c.store),a.isSubEditor&&window.editorStore||(window.editorStore=c.store),document.addEventListener("keydown",c.handleKeyDown),window.addEventListener("message",c.handleMessage,!1),c.unReaction=(0,v.U5)((function(){return c.store.schemaRaw}),(function(e){c.lastResult=e,c.isInternalChange||a.onChange(e)})),c}return(0,f.ZT)(a,e),a.prototype.componentDidMount=function(){this.props.isSubEditor||this.manager.trigger("init",{data:this.manager})},a.prototype.componentDidUpdate=function(e){var a,t,n,c=this.props;c.value!==e.value&&c.value!==this.lastResult&&(this.isInternalChange=!0,this.store.setSchema(c.value),this.isInternalChange=!1),c.isMobile!==e.isMobile&&this.store.setIsMobile(c.isMobile),c.ctx!==e.ctx&&this.store.setCtx(c.ctx),c.appLocale!==e.appLocale&&this.store.setAppLocale(c.appLocale),(null===(a=null==c?void 0:c.amisEnv)||void 0===a?void 0:a.replaceText)!==(null===(t=null==e?void 0:e.amisEnv)||void 0===t?void 0:t.replaceText)&&this.store.setAppCorpusData(null===(n=null==c?void 0:c.amisEnv)||void 0===n?void 0:n.replaceText)},a.prototype.componentWillUnmount=function(){document.removeEventListener("keydown",this.handleKeyDown),window.removeEventListener("message",this.handleMessage),this.unReaction(),this.manager.dispose(),(0,F.ob)(this.store)},a.prototype.handleKeyDown=function(e){if(!this.props.isSubEditor){var a=this.manager.store;if("BODY"===e.target.tagName&&("z"===e.key||"Z"===e.key)&&(e.metaKey||e.ctrlKey)&&e.shiftKey)return e.preventDefault(),void this.redo();if("BODY"===e.target.tagName&&("z"===e.key||"Z"===e.key)&&(e.metaKey||e.ctrlKey))return e.preventDefault(),void this.undo();if("BODY"===e.target.tagName&&("s"===e.key||"S"===e.key)&&(e.metaKey||e.ctrlKey))return e.preventDefault(),void this.save();if("BODY"===e.target.tagName&&("c"===e.key||"C"===e.key)&&(e.metaKey||e.ctrlKey))return e.preventDefault(),void this.copy();if("BODY"===e.target.tagName&&("v"===e.key||"V"===e.key)&&(e.metaKey||e.ctrlKey))return e.preventDefault(),void(this.curCopySchemaData&&this.paste());if("BODY"===e.target.tagName&&"x"===e.key&&(e.metaKey||e.ctrlKey))e.preventDefault(),this.store.activeId&&((t=a.getNodeById(this.store.activeId))&&a.activeRegion?i.Amu.warning(b("d6f73c6f3b92be5a64f7ea0163501284")):a.isRootSchema(this.store.activeId)?i.Amu.warning(b("4fda4f585214d469c04466e2fc98b796")):t&&t.moveable?(this.copy(),this.manager.del(this.store.activeId)):i.Amu.warning(b("657bbe06d3922b23552817df7fa8268e")));else if("BODY"===e.target.tagName&&"p"===e.key&&(e.metaKey||e.ctrlKey))e.preventDefault(),this.preview();else if("BODY"===e.target.tagName&&"ArrowUp"===e.key&&(e.metaKey||e.ctrlKey))e.preventDefault(),this.store.activeId&&((t=a.getNodeById(this.store.activeId))&&t.canMoveUp?this.manager.moveUp():i.Amu.warning(b("416445a316595bdeb44b661c7de875a8")));else if("BODY"===e.target.tagName&&"ArrowDown"===e.key&&(e.metaKey||e.ctrlKey))e.preventDefault(),this.store.activeId&&((t=a.getNodeById(this.store.activeId))&&t.canMoveDown?this.manager.moveDown():i.Amu.warning(b("6ac88d87b2fd118ba7beab8c17880470")));else if("BODY"===e.target.tagName&&("Backspace"===e.key||"Delete"===e.key)){var t;return e.preventDefault(),void(this.store.activeId&&((t=a.getNodeById(this.store.activeId))&&a.activeRegion?i.Amu.warning(b("fdb3cba60407b2f1aea0230cca644573")):a.isRootSchema(this.store.activeId)?i.Amu.warning(b("8a4b4e2e3b0382007e0c69ed1fe6fe71")):t&&t.moveable?this.manager.del(this.store.activeId):i.Amu.warning(b("22f031f3de2e55c430a818d8c588f7a1"))))}}},a.prototype.handleMessage=function(e){e.data&&"amis-widget-register-event"===e.data.type&&e.data.editorPluginName&&(console.info(b("55c56d01a7747ffe0346d42145b62d97"),e.data.editorPluginName),this.manager.dynamicAddPlugin(e.data.editorPluginName))},a.prototype.handleContextMenu=function(e){var a,t,n,c="",o="";if(this.store.activeId?c=null===(a=e.target.closest('[data-editor-id="'.concat(this.store.activeId,'"]')))||void 0===a?void 0:a.getAttribute("data-editor-id"):this.store.selections.length&&(c=null===(t=e.target.closest(this.store.selections.map((function(e){return'[data-editor-id="'.concat(e,'"]')})).join(",")))||void 0===t?void 0:t.getAttribute("data-editor-id")),c||(c=null===(n=e.target.closest("[data-editor-id]"))||void 0===n?void 0:n.getAttribute("data-editor-id")),!c){var i=e.target.closest("[data-node-id]");if(!(c=null==i?void 0:i.getAttribute("data-node-id")))return;o=i.getAttribute("data-node-region")}e.preventDefault(),e.stopPropagation(),this.manager.openContextMenu(c,o,{x:window.scrollX+e.clientX,y:window.scrollY+e.clientY})},a.prototype.canUndo=function(){return this.store.canUndo},a.prototype.canRedo=function(){return this.store.canRedo},a.prototype.undo=function(){this.props.onUndo?this.props.onUndo():this.store.undo()},a.prototype.redo=function(){this.props.onRedo?this.props.onRedo():this.store.redo()},a.prototype.save=function(){this.props.onSave&&this.props.onSave()},a.prototype.preview=function(){this.props.onPreview&&this.props.onPreview(!0)},a.prototype.copy=function(){this.store.activeId&&(this.curCopySchemaData=this.store.getSchema(this.store.activeId))},a.prototype.paste=function(){if(this.store.activeId&&this.curCopySchemaData){if(!this.curCopySchemaData)return;var e=this.store.getSimpleSchema(this.curCopySchemaData);this.store.activeId===this.curCopySchemaData.$$id?this.manager.appendSiblingSchema(Pe(e)):this.manager.addElem(Pe(e))}},a.prototype.getToolbarContainer=function(){return this.mainRef.current},a.prototype.render=function(){var e=this.props,a=e.preview,t=e.isMobile,n=e.className,c=e.theme,i=e.appLocale,d=e.data,r=e.iframeUrl,l=e.previewProps,s=e.autoFocus;e.isSubEditor;var b=e.amisEnv;return o.createElement("div",{ref:this.mainRef,className:p()("ae-Editor",{preview:a},n)},o.createElement("div",{className:"ae-Editor-inner",onContextMenu:this.handleContextMenu},!a&&o.createElement(nc,{store:this.store,manager:this.manager,theme:c}),o.createElement("div",{className:"ae-Main"},!a&&o.createElement(Kn,{store:this.store,manager:this.manager}),o.createElement(jt,(0,f.pi)({},l,{iframeUrl:r,editable:!a,isMobile:t,store:this.store,manager:this.manager,theme:c,appLocale:i,data:d,amisEnv:b,autoFocus:s,toolbarContainer:this.getToolbarContainer}))),!a&&o.createElement(oc,{store:this.store,manager:this.manager,theme:c,appLocale:i,amisEnv:b}),!a&&o.createElement(ec,{store:this.store})),o.createElement(Yn,{store:this.store,manager:this.manager,theme:c,amisEnv:b}),o.createElement(Xn,{store:this.store,manager:this.manager,theme:c}),o.createElement(Qn,{store:this.store,manager:this.manager,theme:c}))},a.defaultProps={autoFocus:!0},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[KeyboardEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleKeyDown",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleMessage",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleContextMenu",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"getToolbarContainer",null),a}(o.Component),dc=[{label:b("4e7f76261f8c4c6d78998f85fc1f4c6e"),children:[{label:b("16a20243f9b741c08216dc9548de2968"),children:[{label:b("23ecf42cada8bf2715792d718544d107"),value:"m-xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"m-sm"},{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"m"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"m-md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"m-lg"}]},{label:b("461d364c67ec6a45e011ed13f2f7154f"),children:[{label:b("23ecf42cada8bf2715792d718544d107"),value:"m-t-xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"m-t-sm"},{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"m-t"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"m-t-md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"m-t-lg"}]},{label:b("31e3752986d64c8b36897c8641c8628d"),children:[{label:b("23ecf42cada8bf2715792d718544d107"),value:"m-r-xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"m-r-sm"},{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"m-r"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"m-r-md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"m-r-lg"}]},{label:b("eabe91d9426b6446f707cea3e7ab2418"),children:[{label:b("23ecf42cada8bf2715792d718544d107"),value:"m-b-xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"m-b-sm"},{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"m-b"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"m-b-md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"m-b-lg"}]},{label:b("2e46d251ee6188bb1b3ff20656276572"),children:[{label:b("23ecf42cada8bf2715792d718544d107"),value:"m-l-xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"m-l-sm"},{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"m-l"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"m-l-md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"m-l-lg"}]},{label:b("3dc4038d0f0a2d2b3c2b2e29a5ec6dde"),children:[{label:b("a8b0c20416853bda54120bf19477ad11"),value:"m-none"},"|",{label:b("af767b7e4ae069d54f9ea839858d4c6d"),value:"m-t-none"},{label:b("4d9c32c23df5d234e629c922c58d8e12"),value:"m-r-none"},{label:b("3850a186c3235bc646d4c2f79cebac36"),value:"m-b-none"},{label:b("d2aff1417831aa621c16cd5b95306b4b"),value:"m-l-none"}]}]},{label:b("841d77223f0ec8cd0b530ed8e0775b20"),children:[{label:b("16a20243f9b741c08216dc9548de2968"),children:[{label:b("23ecf42cada8bf2715792d718544d107"),value:"p-xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"p-sm"},{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"p"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"p-md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"p-lg"}]},{label:b("461d364c67ec6a45e011ed13f2f7154f"),children:[{label:b("23ecf42cada8bf2715792d718544d107"),value:"p-t-xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"p-t-sm"},{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"p-t"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"p-t-md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"p-t-lg"}]},{label:b("31e3752986d64c8b36897c8641c8628d"),children:[{label:b("23ecf42cada8bf2715792d718544d107"),value:"p-r-xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"p-r-sm"},{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"p-r"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"p-r-md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"p-r-lg"}]},{label:b("eabe91d9426b6446f707cea3e7ab2418"),children:[{label:b("23ecf42cada8bf2715792d718544d107"),value:"p-b-xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"p-b-sm"},{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"p-b"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"p-b-md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"p-b-lg"}]},{label:b("2e46d251ee6188bb1b3ff20656276572"),children:[{label:b("23ecf42cada8bf2715792d718544d107"),value:"p-l-xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"p-l-sm"},{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"p-l"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"p-l-md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"p-l-lg"}]},{label:b("3dc4038d0f0a2d2b3c2b2e29a5ec6dde"),children:[{label:b("a8b0c20416853bda54120bf19477ad11"),value:"p-none"},"|",{label:b("af767b7e4ae069d54f9ea839858d4c6d"),value:"p-t-none"},{label:b("4d9c32c23df5d234e629c922c58d8e12"),value:"p-r-none"},{label:b("3850a186c3235bc646d4c2f79cebac36"),value:"p-b-none"},{label:b("d2aff1417831aa621c16cd5b95306b4b"),value:"p-l-none"}]}]},{label:b("961534b4ea37e4e88aada736b299d063"),className:"w2x",children:[{label:b("d4d2a66820d30e07b44c850eb3f116c0"),children:[{label:b("a8b0c20416853bda54120bf19477ad11"),value:"b-a"},"|",{label:b("af767b7e4ae069d54f9ea839858d4c6d"),value:"b-t"},{label:b("4d9c32c23df5d234e629c922c58d8e12"),value:"b-r"},{label:b("3850a186c3235bc646d4c2f79cebac36"),value:"b-b"},{label:b("d2aff1417831aa621c16cd5b95306b4b"),value:"b-l"},"|",{label:b("3dc4038d0f0a2d2b3c2b2e29a5ec6dde"),value:"no-border"}]},{label:b("58f966670529f4753fb3c5a0647606be"),children:[{label:"2x",value:"b-2x"},{label:"3x",value:"b-3x"},{label:"4x",value:"b-4x"},{label:"5x",value:"b-5x"}]},{label:b("6b36c6f7ec834692ec6c8e3816349fdd"),children:[{label:b("fbae87bcc352f6933541fb77a07418ed"),value:"b-primary",className:"bg-primary"},{label:b("d8c7e04c8e2be23dd3b81a31db6e04f1"),value:"b-info",className:"bg-info"},{label:b("900c70fa5f7dbc014e6f762d5e0e885c"),value:"b-warning",className:"bg-warning"},{label:b("540f84ddc0883866b229f71c2844199a"),value:"b-danger",className:"bg-danger"},{label:b("330363dfc524cff2488f2ebde0500896"),value:"b-success",className:"bg-success"},{label:b("2fc96b2704b05d6a9f299c442573ee77"),value:"b-white",className:"bg-white"},{label:b("adb7e5312abdb9a44297e48d63815fa3"),value:"b-dark",className:"bg-dark"},{label:b("48d0a09bdd5fe7e89f0a445b0ffdf14f"),value:"b-light",className:"bg-light"}]}]},{label:b("0d98c74797e49d00bcc4c17c9d557a2b"),className:"w2x",children:[{label:b("0103eb2d3dca70270d1a74e9ec987ac9"),children:[{label:b("a8b0c20416853bda54120bf19477ad11"),value:"r"},"|",{label:b("af767b7e4ae069d54f9ea839858d4c6d"),value:"r-t"},{label:b("4d9c32c23df5d234e629c922c58d8e12"),value:"r-r"},{label:b("3850a186c3235bc646d4c2f79cebac36"),value:"r-b"},{label:b("d2aff1417831aa621c16cd5b95306b4b"),value:"r-l"},"|",{label:"2x",value:"r-2x"},{label:"3x",value:"r-3x"}]},{label:b("8456bc40d48da5af833f1c63385e9879"),children:[{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"font-normal"},{label:b("b3b2682579133673d3fe08c156d565dc"),value:"font-thin"},{label:b("56dce5d1cbb97439d291c458e50107e0"),value:"font-bold"},"|",{label:b("23ecf42cada8bf2715792d718544d107"),value:"text-xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"text-sm"},{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"text-base"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"text-md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"text-lg"}]},{label:b("6b36c6f7ec834692ec6c8e3816349fdd"),children:[{label:b("fbae87bcc352f6933541fb77a07418ed"),value:"text-primary",className:"text-primary"},{label:b("d8c7e04c8e2be23dd3b81a31db6e04f1"),value:"text-info",className:"text-info"},{label:b("900c70fa5f7dbc014e6f762d5e0e885c"),value:"text-warning",className:"text-warning"},{label:b("540f84ddc0883866b229f71c2844199a"),value:"text-danger",className:"text-danger"},{label:b("330363dfc524cff2488f2ebde0500896"),value:"text-success",className:"text-success"},{label:b("2fc96b2704b05d6a9f299c442573ee77"),value:"text-white",className:"text-white bg-dark"},{label:b("adb7e5312abdb9a44297e48d63815fa3"),value:"text-dark",className:"text-dark"},{label:b("49a79f4047b81186c069ed1c9c151c66"),value:"text-muted",className:"text-muted"}]},{label:b("8e1b944f4389bdaab6f11d5bc83190c8"),children:[{label:b("fbae87bcc352f6933541fb77a07418ed"),value:"bg-primary",className:"bg-primary"},{label:b("d8c7e04c8e2be23dd3b81a31db6e04f1"),value:"bg-info",className:"bg-info"},{label:b("900c70fa5f7dbc014e6f762d5e0e885c"),value:"bg-warning",className:"bg-warning"},{label:b("540f84ddc0883866b229f71c2844199a"),value:"bg-danger",className:"bg-danger"},{label:b("330363dfc524cff2488f2ebde0500896"),value:"bg-success",className:"bg-success"},{label:b("2fc96b2704b05d6a9f299c442573ee77"),value:"bg-white",className:"bg-white"},{label:b("adb7e5312abdb9a44297e48d63815fa3"),value:"bg-dark",className:"bg-dark"},{label:b("48d0a09bdd5fe7e89f0a445b0ffdf14f"),value:"bg-light",className:"bg-light"},"|",{label:b("3dc4038d0f0a2d2b3c2b2e29a5ec6dde"),value:"no-bg"}]},{label:b("c28479019e24e0e4745f4948e9e97ee7"),children:[{label:b("f72ce9ad683cc82e0eab557ffc9c67a0"),value:"w-xxs"},{label:b("23ecf42cada8bf2715792d718544d107"),value:"w-xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"w-sm"},{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"w"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"w-md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"w-lg"},{label:b("b95c462d7697958c25861193fc89ae07"),value:"w-xl"},{label:b("3386da5f56fac758ed0f18e024ecb943"),value:"w-xxl"},{label:b("ffaa96ef7232cb6d8ee4d7e673dbf4ac"),value:"w-full"}]}]}];!function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.state={isFocused:!1,isOpened:!1},a.values=[],a}(0,f.ZT)(a,e),a.prototype.open=function(){this.setState({isOpened:!0})},a.prototype.close=function(){this.setState({isOpened:!1})},a.prototype.toggle=function(){this.setState({isOpened:!this.state.isOpened})},a.prototype.handleFocus=function(e){this.setState({isFocused:!0}),this.props.onFocus&&this.props.onFocus(e)},a.prototype.handleBlur=function(e){this.setState({isFocused:!1}),this.props.onBlur&&this.props.onBlur(e)},a.prototype.handleChange=function(e){(0,this.props.onChange)(e.currentTarget.value)},a.prototype.getParent=function(){return(0,M.findDOMNode)(this)},a.prototype.getTarget=function(){return(0,M.findDOMNode)(this)},a.prototype.handlePopOverChange=function(e){var a=this.props.value||"",t=a.replace(/\s+/g," ").split(/\s+/),n=t.indexOf(e.value),c=this.props.onChange;if(~n)t.splice(n,1),a=t.join(" ");else{if(/(?:^|\s)(m|p)\-(t|r|b|l)(?:\-(?:xs|sm|md|lg))?(?:$|\s)/.test(e.value)){var o=new RegExp("(?:^|\\s)".concat(RegExp.$1,"\\-").concat(RegExp.$2,"(?:\\-(?:xs|sm|md|lg))?(?=(\\s|$))"),"ig");a=a.replace(o,"")}else/(?:^|\s)(m|p)(?:\-(xs|sm|md|lg))?(?:$|\s)/.test(e.value)?(o=new RegExp("(?:^|\\s)".concat(RegExp.$1,"(?:\\-(?:xs|sm|md|lg))?(?=(\\s|$))"),"ig"),a=a.replace(o,"")):/(?:^|\s)(m|p)(?:\-(t|r|b|l))?\-none(?:$|\s)/.test(e.value)?(o=new RegExp(RegExp.$2?"(?:^|\\s)".concat(RegExp.$1,"(?:(?:\\-").concat(RegExp.$2,"(?:\\-(?:xs|sm|md|lg)))|\\-none)?(?=(\\s|$))"):"(?:^|\\s)".concat(RegExp.$1,"(?:[^\\s$]+)?(?=(\\s|$))"),"ig"),a=a.replace(o,"$1")):/(?:^|\s)w(?:\-\w+)?(?:$|\s)/.test(e.value)?a=a.replace(/(?:^|\s)w(?:\-\w+)?(?=(\s|$))/g,""):"b-a"===e.value?a=(a=a.replace(/(?:^|\s)b\-(?:t|r|b|l)(?=(\s|$))/g,"")).replace(/(?:^|\s)no\-border(?=(\s|$))/g,""):/(?:^|\s)b\-(?:t|r|b|l)?(?:$|\s)/.test(e.value)?a=(a=a.replace(/(?:^|\s)b\-a(?=(\s|$))/g,"")).replace(/(?:^|\s)no\-border(?=(\s|$))/g,""):/(?:^|\s)b\-\dx(?:$|\s)/.test(e.value)?a=a.replace(/(?:^|\s)b\-\dx(?=(\s|$))/g,""):"no-border"===e.value?a=a.replace(/(?:^|\s)b\-(?:\dx|\w+)(?=(\s|$))/g,""):/(?:^|\s)b\-(?:primary|info|warning|danger|success|white|dark|light)(?:$|\s)/.test(e.value)?a=a.replace(/(?:^|\s)b\-(?:primary|info|warning|danger|success|white|dark|light)(?=(\s|$))/g,""):"r"===e.value?a=a.replace(/(?:^|\s)r\-(?:t|r|b|l)(?=(\s|$))/g,""):/(?:^|\s)r\-(?:t|r|b|l)?(?:$|\s)/.test(e.value)?a=a.replace(/(?:^|\s)r(?=(\s|$))/g,""):/(?:^|\s)r\-\dx(?:$|\s)/.test(e.value)?a=a.replace(/(?:^|\s)r\-\dx(?=(\s|$))/g,""):/(?:^|\s)text\-(?:xs|sm|base|md|lg)(?:$|\s)/.test(e.value)?a=a.replace(/(?:^|\s)text\-(?:xs|sm|base|md|lg)(?=(\s|$))/g,""):/(?:^|\s)font\-(?:normal|thin|bold)(?:$|\s)/.test(e.value)?a=a.replace(/(?:^|\s)font\-(?:normal|thin|bold)(?=(\s|$))/g,""):/(?:^|\s)text\-(?:primary|info|warning|danger|success|white|dark|light)(?:$|\s)/.test(e.value)?a=a.replace(/(?:^|\s)text\-(?:primary|info|warning|danger|success|white|dark|light)(?=(\s|$))/g,""):/(?:^|\s)bg\-(?:primary|info|warning|danger|success|white|dark|light)(?:$|\s)/.test(e.value)?a=(a=a.replace(/(?:^|\s)bg\-(?:primary|info|warning|danger|success|white|dark|light)(?=(\s|$))/g,"")).replace(/(?:^|\s)no\-bg(?=(\s|$))/g,""):"no-bg"===e.value&&(a=a.replace(/(?:^|\s)bg\-(?:primary|info|warning|danger|success|white|dark|light)(?=(\s|$))/g,""));a=a.replace(/\s+/g," ").trim(),a+=(a?" ":"")+e.value}c(a)},a.prototype.renderGroup=function(e,a){var t=this,n=this.props.classnames;return o.createElement("div",{key:a,className:n("ae-ClassNameControl-group",e.className)},o.createElement("label",{className:n("ae-ClassNameControl-groupLabel",e.labelClassName)},e.label),e.children&&e.children.length?e.children[0].value?this.renderOptions(e.children,a):e.children.map((function(e,a){return t.renderGroup(e,a)})):null)},a.prototype.renderOptions=function(e,a){var t=this,n=this.props.classnames;return function(e){for(var a=[],t=a[0]=[],n=0,c=e.length;n0&&m.moveable),onSelect:function(){return f.moveUp()}}),a.push({label:b("ed2bc13d8bbd99e16e017dd5f5393393"),disabled:!(Array.isArray(p)&&y1?a.push({label:b("205f45ee17394bd5668412780eaa55e2"),children:v.childRegions.map((function(e){return{label:"".concat(e.label),data:e.region,onHighlight:function(e,a){return e?u.setHoverId(i,a):u.setHoverId("")},onSelect:function(){return u.showInsertRendererPanel()}}}))}):a.push({label:b("205f45ee17394bd5668412780eaa55e2"),data:v.childRegions[0].region,onHighlight:function(e,a){return e?u.setHoverId(i,a):u.setHoverId("")},onSelect:function(){return u.showInsertRendererPanel()}}))}s.length||!(null===(n=l.plugin.scaffoldForm)||void 0===n?void 0:n.canRebuild)&&!(null===(c=l.scaffoldForm)||void 0===c?void 0:c.canRebuild)||a.push({label:"快速构建「".concat(l.plugin.name,"」"),disabled:d.$$commonSchema,onSelect:function(){return o.manager.reScaffold(i,l.scaffoldForm||l.plugin.scaffoldForm,d)}})},a.prototype.buildEditorPanel=function(e,a){if(e.selections.length){var t=this.manager.store,n=[],c=(0,f.pi)((0,f.pi)({},e),{data:n,region:""});(n=this.manager.buildContextMenus(c)).length&&a.push({key:"contextmenu",icon:"fa fa-cog",title:b("2b6bc0f293f5ca01b006206c2535ccbc"),menus:n,render:this.manager.makeSchemaFormRender({body:[{type:"button-group",buttons:n.filter((function(e){return"|"!==e})).map((function(e){return(0,f.pi)((0,f.pi)({},e),{type:"button",onClick:e.onSelect})}))}],panelById:t.activeId})})}},a.prototype.afterInsert=function(e){var a,t,n=this,c=e.context;if(c.node&&(null===(t=null===(a=c.subRenderer)||void 0===a?void 0:a.plugin)||void 0===t?void 0:t.popOverBody)){var o=c.data.$$id;o&&setTimeout((function(){n.manager.setActiveId(o),requestAnimationFrame((function(){n.manager.openNodePopOverForm(o)}))}),200)}},a.scene=["layout"],a}(ua));var sc=/^\/schemas\/(.*).json$/;function bc(e,a,t,n){return(0,f.mG)(this,void 0,void 0,(function(){var c,o,i,d,r;return(0,f.Jh)(this,(function(l){switch(l.label){case 0:return c=Array.isArray(n)?n.concat():[],[3,3];case 1:(void 0).apply(void 0,[(r.schema=l.sent(),r)]),l.label=2;case 2:l.label=3;case 3:return sc.test(a)&&(o=RegExp.$1,i="".concat(e.replace(/^(\w+\:\/\/[^\/]+)\/.*$/,"$1"),"/schemas/").concat(o,".json"),d=D()(c,(function(e){var a;return(null===(a=e.fileMatch)||void 0===a?void 0:a[0])===t})),~d&&c.splice(d,1),c.push({uri:i,fileMatch:[t],schema:{$schema:"http://json-schema.org/draft-07/schema#",$ref:"".concat(e,"#/definitions/").concat(o)}})),[2,c]}}))}))}var fc=W()((function(e){i.Amu.warning("代码有误,错误的地方是\n ".concat(e.toString().split("\n")[1]))}),3e3),uc=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.state={wrongSchema:"",value:a.props.value,contents:a.obj2str(a.props.value,a.props)},a.toDispose=[],a.uri="isuda://schema/".concat(se(),".json"),a.emitChange=W()((function(){var e=a.props,t=e.onChange,n=e.value,c=a.str2obj(a.state.contents);if(c&&C()(c)){a.setState({wrongSchema:""}),delete c.$schema,c=De(c,a.props.value);var o=We(a.lastResult||n,c);a.lastResult=c,t(c,o)}else a.setState({wrongSchema:a.state.contents})}),250,{trailing:!0,leading:!1}),a.editorFactory=function(e,t,n){var c=t.Uri.parse(a.uri);return a.model=t.editor.createModel(a.state.contents,"json",c),t.editor.create(e,(0,f.pi)((0,f.pi)({autoIndent:!0,formatOnType:!0,formatOnPaste:!0,selectOnLineNumbers:!0,scrollBeyondLastLine:!1,folding:!0,scrollbar:{alwaysConsumeMouseWheel:!1},minimap:{enabled:!1}},n),{model:a.model}))},a.editorDidMount=function(e,t){a.editor=e,a.monaco=t,a.changeJsonOptions(a.props),a.props.onPaste&&a.toDispose.push(a.editor.onDidPaste(a.props.onPaste).dispose)},a.editorWillUnmount=function(e,t){a.toDispose.forEach((function(e){return e()})),a.toDispose=[]},a.handleChange=function(e){a.setState({contents:e},a.emitChange)},a.handleBlur=function(){return(0,f.mG)(a,void 0,void 0,(function(){var e,a,t;return(0,f.Jh)(this,(function(n){switch(n.label){case 0:return e=this.state,a=e.wrongSchema,t=e.value,a?[4,(0,i.eBb)([{className:"w-full",type:"tpl",label:!1,tpl:b("7e4b38ba0ab9cbfcabd9dd859e36b601")},{type:"switch",label:!1,option:b("af86ad9dd8a221f931dcdc5a63382b6f"),name:"diff",value:!1},{visibleOn:"this.diff",label:!1,type:"diff-editor",allowFullscreen:!0,disabled:!0,name:"newValue",size:"xxl",language:"json",diffValue:"${oldValue}"}],{oldValue:t,newValue:a},b("43d586cd6cf1a512c0bcb85ed9efde51"))]:[2];case 1:return n.sent()?this.setState({wrongSchema:"",contents:(0,U.Pz)(t)}):this.editor.focus(),[2]}}))}))},a}return(0,f.ZT)(a,e),a.prototype.componentDidUpdate=function(e){var a=this.props;e.$schema!==a.$schema&&this.monaco&&this.changeJsonOptions(a),fe(a.value,e.value)&&fe(a.value,this.lastResult)&&(this.lastResult=null,this.setState({value:a.value,contents:this.obj2str(a.value,a)}))},a.prototype.obj2str=function(e,a){var t;return e=De(e),!(e=(0,f.pi)({type:null==e?void 0:e.type},e)).type&&(null===(t=a.$schema)||void 0===t?void 0:t.match(/PageSchema/i))?e.type="page":e.type||delete e.type,delete e.$schema,(0,U.Pz)(e)},a.prototype.str2obj=function(e){try{if(""===e)return{};var a=(0,U.Qc)(e);return fc&&fc.cancel(),a}catch(e){return fc(e),null}},a.prototype.changeJsonOptions=function(e){var a;return void 0===e&&(e=this.props),(0,f.mG)(this,void 0,void 0,(function(){var t,n,c;return(0,f.Jh)(this,(function(o){switch(o.label){case 0:return t=this.monaco,0===(n=e.$schemaUrl||"".concat(window.location.protocol,"//").concat(window.location.host,"/schema.json")).indexOf("/")&&(n="".concat(window.location.protocol,"//").concat(window.location.host).concat(n)),[4,bc(n,e.$schema,t.Uri.parse(this.uri).toString(),null===(a=t.languages.json)||void 0===a?void 0:a.jsonDefaults.diagnosticsOptions.schemas)];case 1:return c=o.sent(),t.languages.json.jsonDefaults.setDiagnosticsOptions({schemas:c,validate:!0,enableSchemaRequest:!0,allowComments:!0}),[2]}}))}))},a.prototype.render=function(){var e=this.props,a=e.disabled,t=e.className,n=e.theme;return o.createElement(oe.ML,{className:p()("amis-code-editor",t),value:this.state.contents,onChange:this.handleChange,onBlur:this.handleBlur,language:"json",theme:n,editorFactory:this.editorFactory,editorDidMount:this.editorDidMount,editorWillUnmount:this.editorWillUnmount,options:{automaticLayout:!0,lineNumbers:"off",glyphMargin:!1,tabSize:2,wordWrap:"on",lineDecorationsWidth:0,lineNumbersMinChars:0,selectOnLineNumbers:!0,scrollBeyondLastLine:!1,folding:!0,minimap:{enabled:!1},readOnly:a}})},a}(o.Component),pc=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.handleCodePaste=function(){var e=this;setTimeout((function(){e.props.manager.patchSchema(!0)}),500)},a.prototype.render=function(){var e=this.props,a=e.onChange,t=e.manager,n=e.store;return o.createElement("div",{className:"ae-CodePanel"},o.createElement("div",{className:"panel-header"},"源码"),o.createElement("div",{className:"ae-CodePanel-content"},o.createElement(uc,{value:n.valueWithoutHiddenProps,onChange:a,$schema:n.jsonSchemaUri,$schemaUrl:t.config.$schemaUrl,onPaste:this.handleCodePaste})))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleCodePaste",null),a}(o.Component);za(function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.order=-9999,a}return(0,f.ZT)(a,e),a.prototype.buildJSONSchema=function(e){return e.info.$schema},a.prototype.buildEditorPanel=function(e,a){e.info;var t=e.selections;this.manager.store.jsonSchemaUri&&!t.length&&a.push({key:"code",icon:"png-icon code-png",title:o.createElement("span",{className:"editor-tab-icon","editor-tooltip":"代码"},o.createElement(i.JO$,{icon:"editor-code"})),position:"left",component:lc(pc),order:5e3})},a.scene=["layout"],a}(ua)),za(function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.dataViewer={type:"json",name:"ctx",asFormItem:!0,className:"m-b-none",component:function(e){for(var a=e.value,t=e.onChange,n=e.readOnly,c=(0,f.CR)(o.useState(0),2),i=c[0],d=c[1],r=a||{},l=[r];Object.getPrototypeOf(r)!==Object.prototype;){var s=Object.getPrototypeOf(r);if("[object Object]"!==Object.prototype.toString.call(s))break;l.push(s),r=s}function u(e){var a=Object.create(l[1]||Object.prototype);Object.keys(e.updated_src).forEach((function(t){return a[t]=e.updated_src[t]})),t(a)}return o.createElement("div",{className:"aeDataChain"},o.createElement("div",{className:"aeDataChain-aside"},o.createElement("ul",null,l.map((function(e,a){return o.createElement("li",{className:a===i?"is-active":"",key:a,onClick:function(){return d(a)}},0===a?b("48ac479789304b37afa2f1b06642f4da"):1===a?b("9bc16c658ab8a8c4eddc5e24d85bef20"):"上".concat(a,"层"))})))),o.createElement("div",{className:"aeDataChain-main"},o.createElement(de(),{name:!1,src:l[i],enableClipboard:!1,iconStyle:"square",onAdd:0===i&&!n&&u,onEdit:0===i&&!n&&u,onDelete:0===i&&!n&&u,collapsed:2})))}},a}return(0,f.ZT)(a,e),a.prototype.buildEditorToolbar=function(e,a){var t=this;e.id,e.schema;var n=e.node.getComponent();if(n&&n.props&&n.props.data&&n.props.store){var c=n.props.store;a.push({icon:"fa fa-bug",order:-1e3,placement:"bottom",tooltip:b("aa920263020f14211a44ea172efc7253"),onClick:function(){return t.openDebugForm(n.props.data,c.updateData&&c.data===n.props.data?function(e){return c.updateData(e)}:void 0)}})}},a.prototype.openDebugForm=function(e,a){return(0,f.mG)(this,void 0,void 0,(function(){var t;return(0,f.Jh)(this,(function(n){switch(n.label){case 0:return[4,this.manager.scaffold({title:b("aa920263020f14211a44ea172efc7253"),body:[(0,f.pi)((0,f.pi)({},this.dataViewer),{readOnly:!a})]},{ctx:e})];case 1:return t=n.sent(),null==a||a(t.ctx),[2]}}))}))},a.scene=["layout"],a.id="data-debug",a}(ua)),za(function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.order=-9999,a.rendererName="error",a.name="Error",a.isBaseComponent=!0,a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua));var mc=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.state={curSearchElemKey:""},a}return(0,f.ZT)(a,e),a.prototype.handleClick=function(e){var a=this.props.store,t=e.currentTarget,n=t.getAttribute("data-node-id"),c=t.getAttribute("data-node-region");this.props.manager,c?a.activeId===n&&a.activeRegion===c?a.setActiveId(n):a.setActiveId(n,c):a.setActiveId(n)},a.prototype.handleEnter=function(e){var a=e.currentTarget,t=a.getAttribute("data-node-id"),n=a.getAttribute("data-node-region");this.props.store.setHoverId(t,n)},a.prototype.handleDragStart=function(e){var a=e.currentTarget.getAttribute("data-node-id");a&&this.props.manager.startDrag(a,e)},a.prototype.handleDragOver=function(e){var a=e.target.closest("[data-node-id][data-node-region]");if(a){var t=this.props.manager,n=a.getAttribute("data-node-id"),c=a.getAttribute("data-node-region");e.preventDefault(),n&&c&&t.dnd.switchToRegion(e.nativeEvent,n,c)}},a.prototype.handleDrop=function(e){this.props.manager.dnd.drop(e.nativeEvent)},a.prototype.handleSearchElemKeyChange=function(e){this.setState({curSearchElemKey:e})},a.prototype.clearSearchElemKey=function(){this.setState({curSearchElemKey:""})},a.prototype.renderTitleByKeyword=function(e,a){if(a&&~e.indexOf(a)){var t=e.indexOf(a),n=t+a.length;return o.createElement("span",null,e.substring(0,t),o.createElement("span",{className:"has-keywords"},a),e.substring(n))}return e},a.prototype.renderItem=function(e,a){var t,n=this,c=this.props.store,d=this.state.curSearchElemKey,r=!c.dragging&&e.singleRegion?e.uniqueChildren[0].uniqueChildren:e.uniqueChildren,l=r.length;return!c.dragging||e.isRegion||e.children.length?o.createElement("li",{className:p()("ae-Outline-node",{"is-folded":e.folded,"is-active":c.activeId===e.id&&!e.region||e.isRegion&&c.dropId===e.id&&c.dropRegion===e.region||e.isRegion&&c.activeId===e.id&&c.activeRegion===e.region,"is-region":e.isRegion,"is-hover":!e.isRegion&&(c.isHoved(e.id)||c.isContextOn(e.id)),"has-children":l,"is-dragging":c.dragId===e.id&&"schema"===c.dragType}),key:a},o.createElement("a",{onClick:this.handleClick,onMouseEnter:this.handleEnter,"data-node-id":e.id,"data-node-region":e.region,"data-node-common-config":null===(t=e.schema)||void 0===t?void 0:t.$$commonSchema,draggable:e.draggable,onDragStart:this.handleDragStart},l?o.createElement("span",{onClick:e.toggleFold,className:p()("ae-Outline-expander ae-Outline-node-icon",{"is-folded":e.folded}),"data-node-id":e.id,"data-node-region":e.region},o.createElement(i.JO$,{icon:"down-arrow"})):null,o.createElement("span",{className:"ae-Outline-node-text"},e.isCommonConfig?"".concat(e.label,"-[公共配置]"):this.renderTitleByKeyword(e.label,d))),l?o.createElement("ul",{className:"ae-Outline-sublist"},r.map((function(e,a){return n.renderItem(e,a)}))):null):null},a.prototype.render=function(){var e=this,a=this.state.curSearchElemKey,t=this.props.store,n=t.outline;return o.createElement("div",{className:"ae-Outline-panel"},o.createElement("div",{className:"panel-header"},"大纲"),o.createElement(i.Wzg,{className:"editor-InputSearch",value:a,onChange:this.handleSearchElemKeyChange,placeholder:b("962d43ff8d39c381d8e2c73838412111"),clearable:!1},a?o.createElement("a",{onClick:this.clearSearchElemKey},o.createElement(i.JO$,{icon:"close",className:"icon"})):o.createElement(i.JO$,{icon:"editor-search",className:"icon"})),o.createElement("hr",{className:"margin-top"}),o.createElement("div",{className:p()("ae-Outline","hoverShowScrollBar",{"ae-Outline--draging":t.dragging}),onDragOver:this.handleDragOver,onDrop:this.handleDrop},t.dragging?o.createElement("div",{className:"ae-Outline-tip"},"将目标拖入导航中的节点可以切换容器"):null,n.length?o.createElement("ul",{className:"ae-Outline-list"},n.map((function(a,t){return e.renderItem(a,t)}))):o.createElement("div",null,"加载中,请稍等...")))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleClick",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleEnter",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleDragStart",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleDragOver",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleDrop",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSearchElemKeyChange",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"clearSearchElemKey",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String,String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"renderTitleByKeyword",null),(0,f.gn)([I.Pi],a)}(o.Component);za(function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.order=-9999,a}return(0,f.ZT)(a,e),a.prototype.buildEditorPanel=function(e,a){var t=this.manager.store;if(t&&e.selections.length){var n=t.changeLeftPanelOpenStatus,c=t.changeLeftPanelKey;n(!0),c("outline")}a.push({key:"outline",icon:"png-icon outline-png",title:o.createElement("span",{className:"editor-tab-icon","editor-tooltip":"大纲"},o.createElement(i.JO$,{icon:"editor-outline"})),component:lc(mc),position:"left",order:4e3})},a.scene=["layout"],a}(ua)),za(function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.order=9999,a}return(0,f.ZT)(a,e),a.prototype.getRendererInfo=function(e){var a=e.renderer,t=e.schema,n=e.path;if(t.$$id&&a){if(/(^|\/)static\-field/.test(n))return;if("card-item"===a.name||"list-item-field"===a.name)return;return{name:"Unkown",$schema:"/schemas/UnkownSchema.json"}}},a.scene=["layout"],a}(ua));var hc,vc,gc,yc={};function wc(e,a,t){var n=yc[e]||{};return"function"==typeof n?n(a,t):a?(0,f.pi)((0,f.pi)({},n),a):n}function Cc(e,a){yc[e]=a}function xc(e){try{if("undefined"===e)return;return JSON.parse(e)}catch(a){return e}}function Ec(e){return Array.isArray(e)?e.length?e:void 0:"string"==typeof e?e||void 0:"object"==typeof e?Object.keys(e).length?e:void 0:e}function kc(e,a){return void 0===a&&(a=!0),a?function(a){return void 0===a?e:a}:function(a){return a||e}}function Sc(e,a,t){return{type:"tooltip-wrapper",tooltip:a,tooltipTheme:"dark",placement:"top",tooltipStyle:(0,f.pi)({fontSize:"12px"},t||{}),className:"ae-formItemControl-label-tip",body:e}}function Nc(e){var a="data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg t='1631083237695' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='2420' xmlns:xlink='http://www.w3.org/1999/xlink' width='1024' height='1024'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C/style%3E%3C/defs%3E%3Cpath d='M959.872 128c0.032 0.032 0.096 0.064 0.128 0.128v767.776c-0.032 0.032-0.064 0.096-0.128 0.128H64.096c-0.032-0.032-0.096-0.064-0.128-0.128V128.128c0.032-0.032 0.064-0.096 0.128-0.128h895.776zM960 64H64C28.8 64 0 92.8 0 128v768c0 35.2 28.8 64 64 64h896c35.2 0 64-28.8 64-64V128c0-35.2-28.8-64-64-64z' p-id='2421' fill='%23bfbfbf'%3E%3C/path%3E%3Cpath d='M832 288c0 53.024-42.976 96-96 96s-96-42.976-96-96 42.976-96 96-96 96 42.976 96 96zM896 832H128V704l224-384 256 320h64l224-192z' p-id='2422' fill='%23bfbfbf'%3E%3C/path%3E%3C/svg%3E";return"date"===e.type||"datetime"===e.type||"time"===e.type||"month"===e.type||"static-date"===e.type||"static-datetime"===e.type||"static-time"===e.type||"static-month"===e.type||"input-date"===e.type||"input-datetime"===e.type||"input-time"===e.type||"input-month"===e.type?le()().format("X"):"image"===e.type||"static-image"===e.type?a:"images"===e.type||"static-images"===e.type?[a]:b("6cb01692eea2fa7066d20fe2b6ccaea3")}(gc=hc||(hc={})).create="create",gc.view="view",gc.update="update",gc.table="table",gc.filter="filter",function(e){e.entity="entity",e.list="list",e.piece="piece"}(vc||(vc={}));var Oc={List:{value:"list",label:b("3712972d84adf48acbd6ad24b4d75ad0")},Insert:{value:"insert",label:b("66ab5e9f24c8f46012a25c89919fb191")},View:{value:"view",label:b("f26225bde6a250894a04db4c53ea03d0")},Edit:{value:"edit",label:b("95b351c86267f3aedf89520959bce689")},Delete:{value:"delete",label:b("2f4aaddde33c9b93c36fd2503f3d122b")},BulkEdit:{value:"bulkEdit",label:b("e73cefac9d030927da1618c7b15c98c9")},BulkDelete:{value:"bulkDelete",label:b("7fb62b30119c3797a843a48368463314")},Import:{value:"import",label:b("8d9a071ee2ef45e045968e117a205c07")},Export:{value:"export",label:b("55405ea6ff6fd823ffab7e6b10ddfa95")},SimpleQuery:{value:"simpleQuery",label:b("c26996a6506adf397f0668d376d0b40b")},FuzzyQuery:{value:"fuzzyQuery",label:b("6ff4bf3d567e977aa4c90c27dff1e6db")},AdvancedQuery:{value:"advancedQuery",label:b("9c4666fd08c2738eb9611a3721cb5f0f")}},Tc={},Ic=function(){function e(e,a){var t=this;this.builders={},Object.values(Tc).filter((function(t){var n,c;return null===(c=null===(n=t.accessable)||void 0===n?void 0:n.call(t,e,a))||void 0===c||c})).forEach((function(e){t.builders[e.type]=new e}))}return Object.defineProperty(e.prototype,"builderNum",{get:function(){return Object.keys(this.builders).length},enumerable:!1,configurable:!0}),e.prototype.resolveBuilderBySetting=function(e){return this.builders[e.dsType]||Object.values(this.builders)[0]},e.prototype.resolveBuilderBySchema=function(e,a){var t=Object.values(this.builders);return t.find((function(t){return t.match(e[a])}))||t[0]},e.prototype.getDefaultBuilderName=function(){return Object.entries(this.builders).map((function(e){var a=(0,f.CR)(e,2);return{value:a[0],order:a[1].order}})).sort((function(e,a){var t,n;return(null!==(t=e.order)&&void 0!==t?t:0)-(null!==(n=a.order)&&void 0!==n?n:0)}))[0].value},e.prototype.getDSSwitch=function(e){void 0===e&&(e={});var a=this.builderNum>1,t=Object.entries(this.builders).map((function(e){var a=(0,f.CR)(e,2),t=a[0],n=a[1];return{label:n.name,value:t,order:n.order}}));return t.sort((function(e,a){var t,n;return(null!==(t=e.order)&&void 0!==t?t:0)-(null!==(n=a.order)&&void 0!==n?n:0)})),(0,f.pi)({type:"radios",label:b("a094e5b7699ea4b61094cc4120170423"),name:"dsType",visible:a,selectFirst:!0,options:t},e)},e.prototype.collectFromBuilders=function(e){return Object.entries(this.builders).map((function(a){var t=(0,f.CR)(a,2),n=t[0],c=t[1];return e(c,n)}))},e}();function Mc(e,a){return function(t){za(function(t){function n(n){var c=t.call(this,n)||this;return c.rendererName=e,c.name=c.tipName||a.name,c.description=a.description,c.scaffold=a.scaffold||{type:a.type},c.previewSchema=a.previewSchema||c.scaffold,c.settingsSchema&&(c.panelTitle=c.settingsSchema.title,c.panelControls=c.settingsSchema.body),c}return(0,f.ZT)(n,t),n}(t))}}!function(e){Tc[e.type]=e}(function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.name=b("54ea89b497ec3bb319c68844dfa3687f"),a.order=0,a.match=function(e,a){return!!("string"==typeof e&&/^(get|post|put|delete|option):/.test(e)||"object"==typeof e&&e.url)},a.features=["List","Insert","View","Edit","Delete","BulkEdit","BulkDelete","Import","Export","SimpleQuery","FuzzyQuery"],a}return(0,f.ZT)(a,e),a.prototype.makeSourceSettingForm=function(e){var a=e.name,t=e.label,n=e.feat,c=e.inCrud,o=e.inScaffold;if(["Import","Export","SimpleQuery","FuzzyQuery"].includes(n))return[];switch(t=null!=t?t:c&&"List"!==n?Oc[n].label+b("54ea89b497ec3bb319c68844dfa3687f"):b("54ea89b497ec3bb319c68844dfa3687f"),a=null!=a?a:o?Oc[n].value+"Api":"api",n){case"Insert":t=Sc(t,"用来保存数据, 表单提交后将数据传入此接口。
\n 接口响应体要求(如果data中有数据,该数据将被合并到表单上下文中):
\n ".concat(JSON.stringify({status:0,msg:"",data:{}},null,"
")));break;case"List":t=Sc(t,"接口响应体要求:
\n ".concat(JSON.stringify({status:0,msg:"",items:{},page:0,total:0},null,"
")))}return[wc("apiControl",{label:t,name:a,sampleBuilder:null,apiDesc:null})].concat("Edit"!==n||c?null:wc("apiControl",{label:Sc(b("b4bc91701b86fe8543d649e97daea602"),"接口响应体要求:
\n ".concat(JSON.stringify({status:0,msg:"",data:{}},null,"
"))),name:"initApi"})).concat("List"===n&&c&&o?this.makeFieldsSettingForm({feat:n,setting:!0}):null).filter(Boolean)},a.prototype.getContextFileds=function(e){return(0,f.mG)(this,void 0,void 0,(function(){return(0,f.Jh)(this,(function(a){return[2,e.schema.__fields]}))}))},a.prototype.getAvailableContextFileds=function(e,a){return(0,f.mG)(this,void 0,void 0,(function(){return(0,f.Jh)(this,(function(e){return[2]}))}))},a.prototype.onFieldsInit=function(e,a){this.features.forEach((function(t){var n="".concat(Oc[t].value,"Fields"),c=a.getValueByName(n),o=Y()(e||[]).map((function(e){var a=null==c?void 0:c.find((function(a){return a.name===e.name}));return(0,f.pi)((0,f.pi)({},e),{checked:!a||a.checked})}));a.setValueByName(n,o)}))},a.prototype.makeFieldsSettingForm=function(e){var a=this,t=e.sourceKey,n=e.feat,c=e.inCrud,o=e.setting,d=e.inScaffold;if(!1===d||["Import","Export","FuzzyQuery"].includes(n))return[];t=null!=t?t:"".concat(Oc[n].value,"Api");var r=o?"__fields":"".concat(Oc[n].value,"Fields"),l=["Edit","Insert"].includes(n)||c&&"List"===n,s=["View","List"].includes(n);return[].concat(c&&"List"!==n?this.makeSourceSettingForm({feat:n,inScaffold:d,inCrud:c}):null).concat([{type:"combo",className:"mb-0 ae-Fields-Setting",joinValues:!1,name:r,label:c?"".concat(Oc[n].label,"字段"):b("9caecd931b956381e0763d05aa42835c"),multiple:!0,draggable:!0,addable:!1,removable:!1,itemClassName:"ae-Fields-Setting-Item",hidden:o||!c||["Delete","BulkDelete"].includes(n),items:{type:"container",body:[{name:"checked",label:!1,mode:"inline",className:"m-0 ml-1",type:"checkbox"},{type:"tpl",className:"ae-Fields-Setting-Item-label",tpl:"${label}"}]}},{type:"input-table",label:b("9caecd931b956381e0763d05aa42835c"),className:"mb-0",name:r,visible:null!=o?o:!c,removable:!0,columnsTogglable:!1,needConfirm:!1,onChange:function(e,t,n,c){return a.onFieldsInit(e,c)},columns:[{type:"switch",name:"checked",value:!0,label:b("47cd88592f6ef2b258f02c0690d267ed"),visible:!1},{type:"input-text",name:"label",label:b("32c65d8d7431e76029678ec7bb73a5ab")},{type:"input-text",name:"name",label:b("020586d0c69f8211840ddf9ee9bbf6ab")},{type:"select",name:"type",label:b("226b0912184333c81babf2f1894ec0c1"),visible:s,value:"tpl",options:[{value:"tpl",label:b("97d07614380da93d257f9fbf81aa56fb"),typeKey:"tpl"},{value:"image",label:b("20def7942674282277c3714ed7ea6ce0"),typeKey:"src"},{value:"date",label:b("4ff1e74e43a3586339251494117185ad"),typeKey:"value"},{value:"progress",label:b("c7bff79d059a0b7ff9b02441959d8be2"),typeKey:"value"},{value:"status",label:b("3fea7ca76cdece641436d7ab0d02ab1b"),typeKey:"value"},{value:"mapping",label:b("9da188491dd34c4382a5b9f006194e41"),typeKey:"value"}],autoFill:{typeKey:"${typeKey}"}},{type:"select",name:"inputType",label:b("b3e55578af5dd473bab62641bb2f5f8e"),visible:l,value:"input-text",options:[{label:b("9b6425cd2d496c9cb5a6c6b8ff125d1b"),value:"input-text"},{label:b("15d169d28cd48c97fe751e4cc92ca926"),value:"textarea"},{label:b("9597dcaf432ceba92a160d61cb1ef65f"),value:"input-number"},{label:b("9913107b19cb6012250134ff91377430"),value:"radios"},{label:b("454e60f5759903d7d3dba58e3f9bd590"),value:"checkbox"},{label:b("db98f889ce6bc235e66bd4b2a788d137"),value:"checkboxes"},{label:b("006ded9fa277cf030592021f595a07d5"),value:"select"},{label:b("a6beb974cc0b50eebd18120b8110a88b"),value:"switch"},{label:b("4ff1e74e43a3586339251494117185ad"),value:"input-date"},{label:b("b339aa87104709397ba68e7ebbc6e5ba"),value:"input-table"},{label:b("481e034e6026969aae4ce7ce7c8a7b6f"),value:"input-file"},{label:b("6bfb9bb2218ff32b6139e98bc93707c0"),value:"input-image"},{label:b("24b6d4c0892a8f3ee2a982e3ab0afe38"),value:"input-rich-text"}]}]},{type:"group",visible:null!=o?o:!c,label:"",body:[{type:"grid",columns:[{body:[{type:"button",label:b("4484fa04e7b71db4c8293e5bcb53eca4"),target:r,className:"ae-Button--link",level:"link",icon:"plus",actionType:"add"}]},{columnClassName:"text-right",body:[{type:"button",label:b("4cc6a76c146c0360a41ceaf5e212c891"),visible:"Edit"===n||"List"===n,className:"ae-Button--link",level:"link",onClick:function(e,o){return(0,f.mG)(a,void 0,void 0,(function(){var e,a,d,l,s,u,p,m,h,v;return(0,f.Jh)(this,(function(g){switch(g.label){case 0:return e=o.data,a=(0,F.dU)(window.editorStore).schemaFilter,d=e["Edit"!==n||c?t:"initApi"],a&&(d=a({api:d}).api),d||i.Amu.warning(b("a9fea442707e26dee478b34a2f2ce263")),[4,o.env.fetcher(d,e)];case 1:return l=g.sent(),s=[],"List"===n?(p=(null===(h=l.data)||void 0===h?void 0:h.rows)||(null===(v=l.data)||void 0===v?void 0:v.items),u=null==p?void 0:p[0]):u=l.data,u?(Object.entries(u).forEach((function(e){var a=(0,f.CR)(e,2),t=a[0],n=a[1];s.push({label:t,type:"tpl",inputType:"number"==typeof n?"input-number":"input-text",name:t})})),o.formStore.setValues(((m={})[r]=s,m)),this.onFieldsInit(s,o.formStore)):i.Amu.warning(b("91aa2166ee4811414381c8d94e6567e6")),[2]}}))}))}}]}]}]}])},a.prototype.makeFieldFilterSetting=function(e){return(0,f.mG)(this,void 0,void 0,(function(){return(0,f.Jh)(this,(function(e){return[2,[]]}))}))},a.prototype.resolveSourceSchema=function(e){var a=e.name,t=e.setting,n=e.schema,c=e.feat;n[a=null!=a?a:"api"]=t[c?"".concat(Oc[c].value,"Api"):"api"],"Edit"===c&&(n.initApi=t.initApi)},a.prototype.resolveViewSchema=function(e){var a=e.setting,t=e.feat;return(a["".concat(Oc[void 0===t?"Edit":t].value,"Fields")]||[]).filter((function(e){return e.checked})).map((function(e){var a;return(a={type:e.type})[e.typeKey||"value"]="${"+e.name+"}",a}))},a.prototype.resolveTableSchema=function(e){var a=e.schema,t=e.setting.listFields.filter((function(e){return e.checked}))||[];a.columns=this.makeTableColumnsByFields(t)},a.prototype.makeTableColumnsByFields=function(e){return e.map((function(e){var a;return(a={type:e.type,title:e.label,name:e.name})[e.typeKey||"value"]="${"+e.name+"}",a}))},a.prototype.resolveCreateSchema=function(e){var a=e.schema,t=e.setting,n=e.feat,c=e.name,o=t["".concat(Oc[n].value,"Fields")]||[];a[null!=c?c:"api"]=t[Oc[n].value+"Api"],a.initApi=t.initApi,a.body=o.filter((function(e){return e.checked})).map((function(e){return{type:e.inputType,name:e.name,label:e.label}}))},a.prototype.resolveDeleteSchema=function(e){var a,t=e.schema,n=e.setting,c=e.feat;t.onEvent=Object.assign(null!==(a=t.onEvent)&&void 0!==a?a:{},{click:{actions:[]}});var o=(0,f.pi)({},n["".concat(Oc[c].value,"Api")]||{});o.data="Delete"===c?{id:"${item.id}"}:{ids:"${ARRAYMAP(selectedItems, item=> item.id)}"},t.onEvent.click.actions.push({actionType:"ajax",args:{api:o}})},a.prototype.resolveSimpleFilterSchema=function(e){return(e.setting.simpleQueryFields||[]).filter((function(e){return e.checked})).map((function(e){return{type:e.inputType,name:e.name,label:e.label}}))},a.prototype.resolveAdvancedFilterSchema=function(e){},a.type="api",a.accessable=function(e,a){return!0},a}((function(){})));var Fc,Rc=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a}(ua),zc=(function(e){function a(a){var t=e.call(this,a)||this;return t.manager.on("build-panels",t.buildPanels),t}(0,f.ZT)(a,e),a.prototype.componentWillUnmount=function(){this.manager.off("build-panels",this.buildPanels)},a.prototype.buildPanels=function(e){var a=e.context.data;Array.isArray(a)&&a.splice(0,a.length)},a.prototype.render=function(){var e=this.props,a=e.preview,t=e.className,n=e.theme,c=e.data,i=e.isMobile,d=e.autoFocus,r=e.previewProps;return o.createElement("div",{className:p()("ae-Editor",{preview:a},t)},o.createElement("div",{className:"ae-Editor-inner",onContextMenu:this.handleContextMenu},o.createElement("div",{className:"ae-Main"},o.createElement(jt,(0,f.pi)({},r,{isMobile:i,editable:!a,store:this.store,manager:this.manager,theme:n,data:c,autoFocus:d})))),o.createElement(Yn,{store:this.store,manager:this.manager,theme:n}),o.createElement(Xn,{store:this.store,manager:this.manager,theme:n}))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"buildPanels",null)}(ic),function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.UNSAFE_componentWillMount=function(){var e=this,a=this.props;a.data,a.path;var t=a.widthMutable,n=(0,f._T)(a,["data","path","widthMutable"]),c=this.context;this.editorNode=c.addChild({id:n.id,type:n.type,label:n.name,path:this.props.path,schemaPath:n.schemaPath,info:n,getData:function(){return e.props.data},widthMutable:t,memberIndex:n.memberIndex})},a.prototype.componentDidMount=function(){this.markDom(this.editorNode.id)},a.prototype.componentDidUpdate=function(){this.markDom(this.editorNode.id)},a.prototype.componentWillUnmount=function(){this.editorNode&&(0,F.fh)(this.editorNode)&&this.context.removeChild(this.editorNode)},a.prototype.markDom=function(e){var a=(0,M.findDOMNode)(this);if(a){var t=this.editorNode.info,n=t.wrapperResolve?t.wrapperResolve(a):a;(Array.isArray(n)?n:n?[n]:[]).forEach((function(a){return a.setAttribute("data-editor-id",e)}))}},a.prototype.render=function(){return o.createElement(va.Provider,{value:this.editorNode},this.props.children)},a.contextType=va,a}(o.Component)),Ac=[{title:b("79d3abe929f67f0644a78bf32adb3a89"),letters:["⌘","c"],tooltip:b("b7d817611230d382f6ef92b41848a342")},{title:b("eafbece1016a6af76cce466e55ad9f00"),letters:["⌘","v"],tooltip:b("e0b9bb8e41eccd3ce6b282664643d7f8")},{title:b("43fc77886b7fbcd658f0ccdba36bd5a0"),letters:["⌘","x"],tooltip:b("a6be4ad12e9612811963c44466af3218")},{title:b("bd9fcf46b4e5993f97fe04ee9ebcd7ed"),letters:["⌘","z"],tooltip:b("58887132871b71b015c3a391e7755815")},{title:b("c3c873d33f1c6482c79b0ffd862786cd"),letters:["⌘","Shift","z"],tooltip:b("58887132871b71b015c3a391e7755815")},{title:b("be5fbbe34ce9979bfb6576d9eddc5612"),letters:["⌘","s"],tooltip:b("1f81fd4598e9151538f29c41b8aa0020")},{title:b("645dbc5504e722a30896486085a06b32"),letters:["⌘","p"],tooltip:b("5bc425ac8b75c571093a63eb6073c354")},{title:b("2f4aaddde33c9b93c36fd2503f3d122b"),letters:["Delete"],tooltip:b("426cd14ebd62a4922186527d07ba37f3")},{title:b("2f4aaddde33c9b93c36fd2503f3d122b"),letters:["Backspace"],tooltip:b("426cd14ebd62a4922186527d07ba37f3")},{title:b("499e58e764420aeed2d1476a56d8fa34"),letters:["⌘","↑"],tooltip:b("d040485f0e3887f0b297f8f772db03e4")},{title:b("08ad565f066d30572d1f8e2ee17cbe12"),letters:["⌘","↓"],tooltip:b("6348dc0e83d6ab391a8816f67d0e5ceb")}],jc=function(e){function a(a){var t=e.call(this,a)||this;return t.state={visible:!1},t}return(0,f.ZT)(a,e),a.prototype.closeShortcutKeyModal=function(){this.setState({visible:!1})},a.prototype.showShortcutKeyModal=function(){this.setState({visible:!0})},a.prototype.render=function(){var e=this.props,a=e.title,t=e.size,n=e.closeOnEsc,c=e.closeOnOutside,d=this.props.ShortcutKeyList||Ac;return o.createElement(o.Fragment,null,o.createElement("div",{className:"shortcut-icon-btn","editor-tooltip":"点击查看当前可用快捷键","tooltip-position":"bottom"},o.createElement(i.JO$,{icon:"editor-shortcut",onClick:this.showShortcutKeyModal})),o.createElement(i.u_l,{size:t||"xs",show:this.state.visible,closeOnEsc:null==n||n,closeOnOutside:null==c||c,onHide:this.closeShortcutKeyModal,contentClassName:"shortcut-list-modal"},o.createElement("div",{className:"shortcut-modal-header"},o.createElement("div",{className:"shortcut-modal-title"},a||b("9c3f1278ffa822835bb3a677f02bca27")),o.createElement(i.JO$,{icon:"close",className:"shortcut-modal-icon",onClick:this.closeShortcutKeyModal})),o.createElement("div",{className:"shortcut-modal-body"},d&&d.length>0&&o.createElement("div",{className:"shortcut-list"},d.map((function(e,a){return o.createElement("div",{className:"shortcut-item",key:a},e.tooltip&&o.createElement("div",{className:"shortcut-title","editor-tooltip":e.tooltip},e.title),!e.tooltip&&o.createElement("div",{className:"shortcut-title"},e.title),o.createElement("div",{className:"shortcut-letters"},e.letters.map((function(e){return o.createElement("div",{className:"shortcut-letter",key:e},e)}))))}))),!d||0===d.length&&o.createElement("span",null,"暂无快捷键"))))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"closeShortcutKeyModal",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"showShortcutKeyModal",null),a}(o.Component),Pc=t(51584),Bc=t.n(Pc),Lc=t(1469),Dc=t.n(Lc),$c=t(60204);function Vc(e,a){var t,n;return(0,f.mG)(this,void 0,void 0,(function(){var c,o,i;return(0,f.Jh)(this,(function(d){switch(d.label){case 0:return[4,null==a?void 0:a.getContextSchemas(e)];case 1:return d.sent(),c=null===(t=null==a?void 0:a.dataSchema)||void 0===t?void 0:t.getDataPropsAsOptions(),o=(null===(n=null==a?void 0:a.variableManager)||void 0===n?void 0:n.getVariableFormulaOptions())||[],c?(~(i=c.findIndex((function(e){return e.label===b("979a50681e278dcc0be18f68459e8217")})))?o.forEach((function(e){Array.isArray(null==e?void 0:e.children)&&e.children.length&&c.splice(i,0,e)})):o.forEach((function(e){Array.isArray(null==e?void 0:e.children)&&e.children.length&&c.push(e)})),[2,c.map((function(e){return(0,f.pi)({selectMode:"tree"},e)})).filter((function(e){var a;return null===(a=e.children)||void 0===a?void 0:a.length}))]):[2,[]]}}))}))}function _c(e){return(0,f.mG)(this,void 0,void 0,(function(){var a,t,n,c,o,i,r,l;return(0,f.Jh)(this,(function(s){switch(s.label){case 0:return a=[],t=e.props,n=t.variables,c=t.requiredDataPropsVariables,n&&!c?[3,2]:(o=e.props.formProps||e.props,i=o.node,r=o.manager,[4,Vc(i,r)]);case 1:l=s.sent(),Array.isArray(l)&&(e.isUnmount||(a=l)),s.label=2;case 2:return n&&(Array.isArray(n)?a=(0,f.ev)((0,f.ev)([],(0,f.CR)(n),!1),(0,f.CR)(a),!1):"function"==typeof n?a=(0,f.ev)((0,f.ev)([],(0,f.CR)(n(e)),!1),(0,f.CR)(a),!1):(0,d.UTL)(n)&&(a=(0,f.ev)((0,f.ev)([],(0,f.CR)((0,d.OgC)(e.props.variables,e.props.data,"| raw")),!1),(0,f.CR)(a),!1))),e.appLocale&&e.appCorpusData?[2,ia(a,e.appCorpusData)]:[2,a]}}))}))}!function(e){e[e.NotDate=0]="NotDate",e[e.IsDate=1]="IsDate",e[e.IsRange=2]="IsRange"}(Fc||(Fc={}));var Hc=function(e){function a(a){var t=e.call(this,a)||this;return t.handleSimpleInputChange=function(e){var a,n,c=t.outReplaceExpression(e);null===(n=null===(a=t.props)||void 0===a?void 0:a.onChange)||void 0===n||n.call(a,c)},t.handleInputChange=function(e){var a,n;null===(n=null===(a=t.props)||void 0===a?void 0:a.onChange)||void 0===n||n.call(a,e)},t.state={variables:[],variableMode:"tabs"},t}return(0,f.ZT)(a,e),a.prototype.componentDidMount=function(){return(0,f.mG)(this,void 0,void 0,(function(){var e,a,t=this;return(0,f.Jh)(this,(function(n){switch(n.label){case 0:return e=window.editorStore,this.appLocale=null==e?void 0:e.appLocale,this.appCorpusData=null==e?void 0:e.appCorpusData,this.unReaction=(0,v.U5)((function(){return null==e?void 0:e.appLocaleState}),(function(){return(0,f.mG)(t,void 0,void 0,(function(){var a;return(0,f.Jh)(this,(function(t){switch(t.label){case 0:return this.appLocale=null==e?void 0:e.appLocale,this.appCorpusData=null==e?void 0:e.appCorpusData,[4,_c(this)];case 1:return a=t.sent(),this.setState({variables:a}),[2]}}))}))})),[4,_c(this)];case 1:return a=n.sent(),this.setState({variables:a}),[2]}}))}))},a.prototype.componentDidUpdate=function(e){return(0,f.mG)(this,void 0,void 0,(function(){var a;return(0,f.Jh)(this,(function(t){switch(t.label){case 0:return this.props.data===e.data?[3,2]:[4,_c(this)];case 1:a=t.sent(),this.setState({variables:a}),t.label=2;case 2:return[2]}}))}))},a.prototype.componentWillUnmount=function(){var e;this.isUnmount=!0,null===(e=this.unReaction)||void 0===e||e.call(this)},a.prototype.outReplaceExpression=function(e){return e&&ce()(e)&&(0,i.UTL)(e)?e.replace(/(^|[^\\])\$\{/g,"\\${"):e},a.prototype.inReplaceExpression=function(e){return e&&ce()(e)?e.replace(/\\\$\{/g,"${"):e},a.prototype.isLoopExpression=function(e,a){if(!e||!a||!ce()(e))return!1;var t=[];try{t=i.joU.collect(e)}catch(e){}return t.some((function(e){return e===a}))},a.prototype.isExpectType=function(e){if(null==e)return!0;var a=this.props.rendererSchema,t=this.props.valueType;if(null==t)return!0;var n=this.getContextData();if("switch"===a.type&&(void 0!==a.trueValue||void 0!==a.falseValue))return a.trueValue===e||a.falseValue===e;if("number"===t&&E()(e)||"boolean"===t&&Bc()(e)||"object"===t&&C()(e)||"array"===t&&Dc()(e))return!0;if(ce()(e))if((0,i.UTL)(e)){var c=i.joU.formula(e,n);if("number"===t&&E()(c)||"boolean"===t&&Bc()(c)||"object"===t&&C()(c)||"array"===t&&Dc()(c)||"string"===t&&ce()(c))return!0}else if("string"===t)return!0;return!1},a.prototype.matchDate=function(e){var a=/^(.+)?(\+|-)(\d+)(minute|min|hour|day|week|month|year|weekday|second|millisecond)s?$/i.exec(e);return!!a&&(!a[1]||this.matchDate(a[1]))},a.prototype.matchDateRange=function(e){return!!/^(now|today)$/.test(e)||this.matchDate(e)},a.prototype.hasDateShortcutkey=function(e){var a,t=this.props.DateTimeType;if(t===Fc.IsDate)return!!/^(now|today)$/.test(e)||this.matchDate(e);if(t===Fc.IsRange){var n=null===(a=null==e?void 0:e.split)||void 0===a?void 0:a.call(e,",");if(n&&2===n.length)return this.matchDateRange(n[0].trim())&&this.matchDateRange(n[1].trim())}return!1},a.prototype.transExpr=function(e){return"string"==typeof e&&"${"===(null==e?void 0:e.slice(0,2))&&"}"===(null==e?void 0:e.slice(-1))?(0,i.UTL)(e.slice(2,-1))||e.lastIndexOf("${")>e.indexOf("}")&&e.indexOf("}")>-1?e:e.slice(2,-1):e},a.prototype.handleConfirm=function(e){var a,t,n=e?(0,i.UTL)(e)||this.hasDateShortcutkey(e)?e:"${".concat(e,"}"):void 0;null===(t=null===(a=this.props)||void 0===a?void 0:a.onChange)||void 0===t||t.call(a,n)},a.prototype.filterCustomRendererProps=function(e){var a,t,n,c=this.props,o=c.data,i=c.name,d=c.placeholder,r=null;if(e){r=Object.assign({},e,o,{type:null!==(a=e.type)&&void 0!==a?a:o.type,name:null!==(n=null!==(t=e.name)&&void 0!==t?t:o.name)&&void 0!==n?n:"value"});var l=["label","id","$$id","className","style","readOnly","horizontal","size","remark","labelRemark","hidden","hiddenOn","visible","visibleOn","disabled","disabledOn","required","requiredOn","className","labelClassName","labelAlign","inputClassName","description","autoUpdate","prefix","suffix","unitOptions","keyboard","kilobitSeparator","value","inputControlClassName","themeCss"];this.props.needDeleteProps&&l.push.apply(l,(0,f.ev)([],(0,f.CR)(this.props.needDeleteProps),!1)),i&&"min"===i&&l.push("min"),i&&"max"===i&&l.push("max"),(r=te()(r,l)).clearable=!0,"select"===r.type?(!r.placeholder&&(r.placeholder=b("8f7ae284d0039fe05b9f57fd5ae3ede9")),r.inputClassName="ae-editor-FormulaControl-select-style"):r.placeholder=d||b("e0c7ac5eb397512fdbe71600baa09dab"),r.popOverContainer=window.document.body}return this.appLocale&&this.appCorpusData?ia(r,this.appCorpusData):r},a.prototype.renderFormulaValue=function(e){var a={__html:e.html};return o.createElement("span",{dangerouslySetInnerHTML:a})},a.prototype.getContextData=function(){var e,a,t,n;return(null===(t=null===(a=null===(e=this.props.data)||void 0===e?void 0:e.__super)||void 0===a?void 0:a.__props__)||void 0===t?void 0:t.data)||(null===(n=this.props.manager)||void 0===n?void 0:n.amisStore)||{}},a.prototype.render=function(){var e,a,t=this,n=this.props,c=n.className;n.label;var d=n.value,r=n.header;n.variables;var l=n.placeholder,s=n.simple,u=n.rendererSchema,m=n.rendererWrapper,h=n.manager,v=n.useExternalFormData,g=void 0!==v&&v,y=n.render,w=(0,f._T)(n,["className","label","value","header","variables","placeholder","simple","rendererSchema","rendererWrapper","manager","useExternalFormData","render"]),C=null===(a=null===(e=this.props)||void 0===e?void 0:e.data)||void 0===a?void 0:a.name,x=(0,i.UTL)(d),E=!1;x&&(null==u?void 0:u.name)&&(E=!!(null==u?void 0:u.name)&&this.isLoopExpression(d,null==u?void 0:u.name));var k=!this.isExpectType(d),S=this.transExpr(d),N=E||k,O=(0,i.UTL)(d)?$c.t.highlightValue(S,this.state.variables)||{html:S}:d,T=(0,i.UTL)(d)?S:this.hasDateShortcutkey(d)?d:void 0,I=!s&&(x||this.hasDateShortcutkey(d));return o.createElement("div",{className:p()("ae-editor-FormulaControl",N?"is-has-tooltip":"",c)},!s&&!x&&!this.hasDateShortcutkey(d)&&!u&&o.createElement(i.Wzg,{className:"ae-editor-FormulaControl-input",value:this.inReplaceExpression(d),clearable:!0,placeholder:null!=l?l:b("e0c7ac5eb397512fdbe71600baa09dab"),onChange:this.handleSimpleInputChange}),!s&&!x&&!this.hasDateShortcutkey(d)&&u&&o.createElement("div",{className:p()("ae-editor-FormulaControl-custom-renderer",m?"border-wrapper":"")},y("inner",this.filterCustomRendererProps(u),{inputOnly:!0,value:this.inReplaceExpression(d),data:g?(0,f.pi)({},this.props.data):{},onChange:this.handleSimpleInputChange,manager:h})),I&&o.createElement(i.pfc,{trigger:"hover",placement:"top",style:{fontSize:"12px"},tooltip:{tooltipTheme:"dark",mouseLeaveDelay:20,content:S,children:function(){return t.renderFormulaValue(O)}}},o.createElement("div",{className:"ae-editor-FormulaControl-tooltipBox"},o.createElement(i.AlT,{className:p()("ae-editor-FormulaControl-ResultBox",N?"is-error":""),allowInput:!1,clearable:!0,value:d,result:{html:this.hasDateShortcutkey(d)?b("48942ef507ea38d8ead03f8bfdffae5a"):b("0d9d899edb456e8806a99850e9c38212")},itemRender:this.renderFormulaValue,onChange:this.handleInputChange,onResultChange:function(){t.handleInputChange(void 0)}}))),o.createElement(i.U1C,{showTitle:!1,bodyRender:function(e){var a;e.value;var n=e.onChange;return o.createElement($c.t,(0,f.pi)({},w,{evalMode:!0,variableMode:null!==(a=w.variableMode)&&void 0!==a?a:t.state.variableMode,variables:t.state.variables,header:r||b("a9400c408441f1f7f6d6954deb05ae9a"),value:T,onChange:n,selfVariableName:C}))},value:d,onConfirm:this.handleConfirm,size:"md"},(function(e){var a,t=e.onClick;return o.createElement(i.zxk,{className:"ae-editor-FormulaControl-button",size:"sm",tooltip:{enterable:!1,content:b("303efd5ba79e639001b4328cd266dddc"),placement:"left",mouseLeaveDelay:0},onClick:t},o.createElement(i.JO$,{icon:"function",className:p()("ae-editor-FormulaControl-icon","icon",(a={},a["is-filled"]=!!I,a))}))})),N&&o.createElement("div",{className:"desc-msg error-msg"},b(E?"7d92f998d24da41b58db140b1864f773":"b5cc1cd60cd694f45142dc52a5bf53fc")))},a.defaultProps={simple:!1,rendererWrapper:!1,DateTimeType:Fc.NotDate,requiredDataPropsVariables:!1},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",Object)],a.prototype,"outReplaceExpression",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",Object)],a.prototype,"inReplaceExpression",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object,String]),(0,f.w6)("design:returntype",Boolean)],a.prototype,"isLoopExpression",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",Boolean)],a.prototype,"isExpectType",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",Boolean)],a.prototype,"hasDateShortcutkey",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"transExpr",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleConfirm",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"filterCustomRendererProps",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"renderFormulaValue",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"getContextData",null),a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.xJW)({type:"ae-formulaControl"})],a)}(Hc),Cc("switch",{type:"switch",mode:"horizontal",horizontal:{justify:!0,left:8},inputClassName:"is-inline "}),Cc("divider",{type:"divider",className:"mx-0"}),Cc("withUnit",(function(e){return{type:"input-group",name:e.name,label:e.label,body:[e.control,{type:"tpl",addOnclassName:"border-0 bg-none",tpl:e.unit}]}})),Cc("formItemName",{label:b("d314558953b3c76adb7e131aaec8bd86"),name:"name",type:"ae-DataBindingControl",onBindingChange:function(e,a){var t;a((null===(t=e.resolveEditSchema)||void 0===t?void 0:t.call(e))||{label:e.label})}}),Cc("formItemMode",(function(e){return{label:b("5aefca559c5a41d10078e21e6d616825"),name:"mode",type:"select",pipeIn:kc(""),options:[{label:b("2dd25b8c21efbfee4a198787810d65d8"),value:"inline"},{label:b("4cde06e6162ed66720e3133cb83bc059"),value:"horizontal"},{label:b("75ac842f8e77305846f1d776f97dfaf8"),value:"normal"},(null==e?void 0:e.isForm)?null:{label:b("2dde3029c4170a1c8e961a90766e0194"),value:""}].filter((function(e){return e})),pipeOut:function(e){return e||void 0}}})),Cc("formulaControl",(function(e){return void 0===e&&(e={}),(0,f.pi)({type:"ae-formulaControl"},e)})),Cc("expressionFormulaControl",(function(e){return void 0===e&&(e={}),(0,f.pi)({type:"ae-expressionFormulaControl"},e)})),Cc("textareaFormulaControl",(function(e){return void 0===e&&(e={}),(0,f.pi)({type:"ae-textareaFormulaControl"},e)})),Cc("DataPickerControl",(function(e){return void 0===e&&(e={}),(0,f.pi)({type:"ae-DataPickerControl"},e)})),Cc("formItemInline",{type:"switch",label:b("66670400b1f3e4b6c94cff171d441585"),name:"inline",visibleOn:'data.mode != "inline"',pipeIn:kc(!1)}),Cc("formItemSize",{name:"size",label:b("21a1d138166d5d92276d126cf1d6ecac"),type:"select",pipeIn:kc("full"),options:[{label:b("23ecf42cada8bf2715792d718544d107"),value:"xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"sm"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"lg"},{label:b("4a12e9b9fc5443e5e9999b5a7c56c19a"),value:"full"}]}),Cc("minLength",{name:"minLength",type:"input-number",label:b("e9cbda74a1ffc06228fca68e4d16c4dd")}),Cc("maxLength",{name:"maxLength",type:"input-number",label:b("3baaa61e619e32fc36eff14839b1a63f")}),Cc("label",{label:b("32c65d8d7431e76029678ec7bb73a5ab"),name:"label",type:"input-text",pipeIn:function(e){return!1===e?"":e}}),Cc("btnLabel",{type:"input-text",name:"btnLabel",label:b("cf6e87cb9edfa398ccfc3db377e34ca4"),value:b("481e034e6026969aae4ce7ce7c8a7b6f")}),Cc("labelHide",(function(){return wc("switch",{name:"label",label:Sc(b("4e9ce9dfe13d97031d228fc5ae229f0d"),b("e2773277c7765d4590f7128423c58cee")),pipeIn:function(e){return!1===e},pipeOut:function(e){return!0!==e&&""},visibleOn:'this.__props__ && this.__props__.formMode === "horizontal" || data.mode === "horizontal" || data.label === false'})})),Cc("placeholder",{label:b("940b12c19fcf7aced0cdd164edc9acbc"),name:"placeholder",type:"input-text",placeholder:b("cc572c07586f4ea0c5b9b1060eb777f2")}),Cc("startPlaceholder",{type:"input-text",name:"startPlaceholder",label:b("2f92fc7bf6ef3dd57c514d0797fe2f1e"),pipeIn:kc(b("592c59589144ddc68d05d528da17dcdc"))}),Cc("endPlaceholder",{type:"input-text",name:"endPlaceholder",label:b("a04c4894d83323d187f65cc357fa646e"),pipeIn:kc(b("f782779e8b5d709462c8e71e0d9019f2"))}),Cc("tabs",(function(e){return{type:"tabs",tabsMode:"line",className:"editor-prop-config-tabs",linksClassName:"editor-prop-config-tabs-links aa",contentClassName:"no-border editor-prop-config-tabs-cont hoverShowScrollBar",tabs:e.filter((function(e){return e})).map((function(e){var a,t=(0,f.pi)((0,f.pi)({},e),{body:Array.isArray(e.body)?V()(e.body):[e.body]});return"collapse-group"===(null===(a=t.body[0])||void 0===a?void 0:a.type)&&(t.className=(t.className||"")+" p-none"),t}))}})),Cc("collapse",(function(e){return{type:"wrapper",className:"editor-prop-config-collapse",body:e.filter((function(e){return e})).map((function(e){return(0,f.pi)((0,f.pi)({type:"collapse",headingClassName:"editor-prop-config-head",bodyClassName:"editor-prop-config-body"},e),{body:V()(e.body)})}))}})),Cc("fieldSet",(function(e){return(0,f.pi)((0,f.pi)({collapsable:!0,collapsed:!1},e),{type:"fieldset",title:e.title,body:V()(e.body.filter((function(e){return e})))})})),Cc("collapseGroup",(function(e){var a=e.filter((function(e){return e&&Array.isArray(null==e?void 0:e.body)&&(null==e?void 0:e.body.length)>0})).map((function(e){return(0,f.pi)((0,f.pi)({type:"collapse",collapsed:!1,headingClassName:"ae-formItemControl-header",bodyClassName:"ae-formItemControl-body"},e),{key:e.title,body:V()(e.body)})}));return{type:"collapse-group",activeKey:a.map((function(e){return e.title})),expandIconPosition:"right",expandIcon:{type:"icon",icon:"chevron-right"},className:"ae-formItemControl ae-styleControl",body:a}})),Cc("clearable",{type:"switch",label:b("09bbfb387dce6201df1ccef2aab161a6"),name:"clearable",inputClassName:"is-inline"}),Cc("hint",{label:b("8528426e54902956723f322bdbbcfafc"),type:"input-text",name:"hint",description:b("dc5dbe7a1b1ff5cae22ffbb636bc6380")}),Cc("icon",{label:b("5ef69f62dc668c1a3e68b51c50a2530a"),type:"icon-picker",name:"icon",placeholder:b("b7dee01f2d085d90c47bcb8b490d9055"),clearable:!0,description:""}),Cc("valueFormula",(function(e){var a=e||{},t=a.rendererSchema,n=a.useSelectMode,c=a.mode,o=a.visibleOn,i=a.label,d=a.name,r=a.rendererWrapper,l=a.needDeleteProps,s=a.valueType,u=a.header,p=a.placeholder,m=a.DateTimeType,h=a.variables,v=a.requiredDataPropsVariables,g=a.variableMode,y=(0,f._T)(a,["rendererSchema","useSelectMode","mode","visibleOn","label","name","rendererWrapper","needDeleteProps","valueType","header","placeholder","DateTimeType","variables","requiredDataPropsVariables","variableMode"]),w=t;return n&&w&&w.options&&(w=(0,f.pi)((0,f.pi)({},w),{type:"select"})),{type:"group",mode:"vertical"===c?"vertical":"horizontal",visibleOn:o,body:[wc("formulaControl",(0,f.pi)({label:null!=i?i:b("225f3ed00750ae78ad1e6ea42c8f5087"),name:d||"value",rendererWrapper:r,needDeleteProps:l,valueType:s,header:u,placeholder:p,rendererSchema:w,variables:h,requiredDataPropsVariables:v,variableMode:g,DateTimeType:null!=m?m:Fc.NotDate},y))]}})),Cc("inputType",{label:b("b3e55578af5dd473bab62641bb2f5f8e"),name:"type",type:"select",creatable:!1,options:[{label:b("97d07614380da93d257f9fbf81aa56fb"),value:"input-text"},{label:b("a8105204604a0b11e916f3879aae3b0b"),value:"input-password"},{label:b("3bc5e602b2d4c7fffe79258e2ac6952e"),value:"input-email"},{label:"URL",value:"input-url"}]}),Cc("selectDateType",{label:b("16084784a0f126b501e96994c792d411"),name:"type",type:"select",creatable:!1,options:[{label:b("4ff1e74e43a3586339251494117185ad"),value:"input-date"},{label:b("0c3bf4fce50589b1073baf15f8a00d36"),value:"input-datetime"},{label:b("19fcb9eb2594059036dfede5f4ec53e8"),value:"input-time"},{label:b("8190915888889ed18be44ea0351d0448"),value:"input-month"},{label:b("a483bccf85587055ab31314ad1d2f82a"),value:"input-quarter"},{label:b("8f30e9f8678c24496921bebae6ca2ac6"),value:"input-year"}]}),Cc("selectDateRangeType",{label:b("16084784a0f126b501e96994c792d411"),name:"type",type:"select",creatable:!1,options:[{label:b("4ff1e74e43a3586339251494117185ad"),value:"input-date-range"},{label:b("0c3bf4fce50589b1073baf15f8a00d36"),value:"input-datetime-range"},{label:b("19fcb9eb2594059036dfede5f4ec53e8"),value:"input-time-range"},{label:b("8190915888889ed18be44ea0351d0448"),value:"input-month-range"},{label:b("a483bccf85587055ab31314ad1d2f82a"),value:"input-quarter-range"},{label:b("8f30e9f8678c24496921bebae6ca2ac6"),value:"input-year-range"}]}),Cc("optionsMenuTpl",(function(e){var a=e.manager,t=(0,f._T)(e,["manager"]);return wc("textareaFormulaControl",(0,f.pi)({mode:"normal",label:Sc(b("1ca87f0171481e27d94e81b477150b7d"),b("d6ecb32a380c91887a9346653c2427e9")),name:"menuTpl",variables:function(e){var t=a.store.valueWithoutHiddenProps,n=[];if(t.labelField&&n.push({label:b("7e9c83e86beb612377a94e6e8d1fc644"),value:t.labelField,tag:typeof t.labelField}),t.valueField&&n.push({label:b("2e01f5f5889e33d003bec7857cd38445"),value:t.valueField,tag:typeof t.valueField}),t.options){var c=S().reduce(t.options,(function(e,a){return(0,f.pi)((0,f.pi)({},e),a)}),{});null==c||delete c.$$id,c=S().omit(c,S().map(n,(function(e){return null==e?void 0:e.label})));var o=S().map(S().keys(c),(function(e){return{label:"label"===e?b("891ec6336d4243714c25eecb2f8f774a"):"value"===e?b("684a0d1aeca4e9acff89221b57826d4d"):e,value:e,tag:typeof c[e]}}));n.push.apply(n,(0,f.ev)([],(0,f.CR)(o),!1))}return[{label:b("fb7ea2b05ca7328ee16a562d90c2eb96"),children:n}]},requiredDataPropsVariables:!0},t))})),Cc("menuTpl",(function(){return wc("textareaFormulaControl",{mode:"normal",label:Sc(b("59cf15fe6b8d659c9bd2f86143534a06"),b("d6ecb32a380c91887a9346653c2427e9")),name:"menuTpl"})})),Cc("expression",{type:"input-text",description:b("b18ec08df2e47313bcc93430e7a25fd3")}),Cc("size",{label:b("b3b97a293baac13db6367aba5539a09c"),type:"button-group-select",name:"size",clearable:!0,options:[{label:b("23ecf42cada8bf2715792d718544d107"),value:"xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"sm"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"lg"}]}),Cc("name",{label:Sc(b("689fad203a167d542c12bdc46f27e921"),b("6c1e18fd4cb57288a9f43603d5167292")),name:"name",type:"input-text",placeholder:b("ae344073ea6ca9ce742899cdf6d3e106")}),Cc("reload",{name:"reload",asFormItem:!0,component:function(e){var a=e.value,t=e.onChange,n=e.render,c=e.name,i=e.node,d=e.placeholder,r=(0,f.CR)((0,o.useState)([]),2),l=r[0],s=r[1];return(0,o.useEffect)((function(){for(var e=null==i?void 0:i.getComponent(),a=null==e?void 0:e.context,t=[];null==a?void 0:a.getComponents;)a.getComponents().forEach((function(a){a.props.name&&a!==e&&t.push(a.props.name)})),a=a.parent;s(t)}),[i]),n("inner",{type:"input-text",name:c,placeholder:d},{value:a,onChange:function(e){return t(e),!1},options:l})},label:Sc(b("fa9a0a79f29fef72e3060ea1af93c305"),b("1a1ff1e1149a0cd1b39c0b231a334d04")),placeholder:b("4fe2f10c6d5bedac03f40a4362e4f69b"),mode:"horizontal",horizontal:{left:4,justify:!0}}),Cc("className",(function(e){return(0,f.pi)((0,f.pi)({type:"ae-classname",name:"className"},e||{}),{label:Sc((null==e?void 0:e.label)||b("4434b33a8731a73613ba5fa1eb984efb"),b("7080fa6e0ca1d7e24f6f8cac05077a3a"))})})),Cc("onlyClassNameTab",(function(e){return void 0===e&&(e=b("5e5d3f13111593b2710673006d4c8297")),{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[{title:b("261bba7ad82914e477f4b37f6a83874e"),body:[wc("className",{label:e})]}])}})),Cc("combo-container",(function(e){var a,t;if(Ke(e)){var n=void 0,c=void 0;return["input-kv","combo"].includes(e.type)&&(n="ae-Combo-items "+(null!==(a=e.itemsWrapperClassName)&&void 0!==a?a:""),c="ae-Combo-item "+(null!==(t=e.itemClassName)&&void 0!==t?t:"")),(0,f.pi)((0,f.pi)((0,f.pi)({},e),n?{itemsWrapperClassName:n}:{}),c?{itemClassName:c}:{})}return e})),Cc("status",(function(e){return{title:b("3fea7ca76cdece641436d7ab0d02ab1b"),body:[wc("newVisible"),wc("hidden"),!(null==e?void 0:e.unsupportStatic)&&(null==e?void 0:e.isFormItem)?wc("static"):null,(null==e?void 0:e.readonly)?wc("readonly"):null,(null==e?void 0:e.disabled)||(null==e?void 0:e.isFormItem)?wc("disabled"):null,(null==e?void 0:e.isFormItem)?wc("clearValueOnHidden"):null].filter(Boolean)}})),Cc("autoFill",{type:"input-kv",name:"autoFill",label:Sc(b("3bce1a6217990c8dc087d254f1fe754a"),b("f01553e415ca33cc89d0bca84023f4b5"))}),Cc("autoFillApi",{type:"input-kv",name:"autoFill",label:Sc(b("89bc2a21c778b36d09c8d795aac8260e"),b("666352a09304cba42de24312f509c3b4"))}),Cc("required",{type:"switch",name:"required",label:b("04d815a5d4b803d6bb956d2da5a82688"),mode:"horizontal",horizontal:{justify:!0,left:8},inputClassName:"is-inline "}),Cc("description",{name:"description",type:"textarea",label:Sc(b("3bdd08adab6ea90b9164b20a0e4151ac"),b("a1b6281dc554ac84a3e6062f812fe50d")),maxRows:2,pipeIn:function(e,a){return e||a.desc||""}}),Cc("disabled",{type:"ae-StatusControl",label:b("710ad08b11419332713360d2750cd707"),mode:"normal",name:"disabled",expressionName:"disabledOn"}),Cc("readonly",{type:"ae-StatusControl",label:b("85541bd9f7f39a6e6d9d26cbe09cbdd4"),mode:"normal",name:"readOnly",expressionName:"readOnlyOn"}),Cc("visible",{type:"ae-StatusControl",label:b("4d681c4aa93c8d005ec2ca2370618d6e"),mode:"normal",name:"visible",expressionName:"visibleOn"}),Cc("static",{type:"ae-StatusControl",label:b("04f5f12c49c2a6fdc43da049591328ad"),mode:"normal",name:"static",expressionName:"staticOn"}),Cc("newVisible",{type:"ae-StatusControl",label:b("4d681c4aa93c8d005ec2ca2370618d6e"),mode:"normal",name:"visible",expressionName:"visibleOn",visibleOn:"data.visible || data.visible === false || data.visibleOn !== undefined"}),Cc("hidden",{type:"ae-StatusControl",label:b("dce5379cb978a8259ecfca8f08f00817"),mode:"normal",name:"hidden",expressionName:"hiddenOn"}),Cc("maximum",{type:"input-number",label:b("5da893141114a59da868052b3a17a79a")}),Cc("minimum",{type:"input-number",label:b("c322edb884724d04842fc35f4d29a24e")}),Cc("switchDefaultValue",{type:"switch",label:b("5d0595edc3d14aec24efef85534e4314"),name:"value",pipeIn:function(e){return void 0!==e},pipeOut:function(e,a,t){return e?"":void 0},labelRemark:{trigger:["hover","focus"],setting:!0,title:"",content:b("495333d64fc1efafd6c40bc9a3929fee")}}),Cc("numberSwitchDefaultValue",{type:"switch",label:Sc(b("5d0595edc3d14aec24efef85534e4314"),b("495333d64fc1efafd6c40bc9a3929fee")),name:"value",pipeIn:function(e){return void 0!==e},pipeOut:function(e,a,t){return e?"":void 0}}),Cc("kilobitSeparator",{type:"switch",label:b("530c4483c7e52dc409509b755eabee11"),name:"kilobitSeparator",inputClassName:"is-inline"}),Cc("imageUrl",{type:"input-text",label:b("20def7942674282277c3714ed7ea6ce0")}),Cc("backgroundImageUrl",{type:"input-text",label:b("090dbd614a66a56a5eadec87f59ea15c")}),Cc("audioUrl",{type:"input-text",label:b("f8f176147db276063e7ec15f076e39e0"),name:"src",description:b("91d3cd46d6b6919749e56056d5acc9bc")}),Cc("fileUrl",{type:"input-text",label:b("2a0c4740f156a9536049f4610da25400")}),Cc("markdownBody",{name:"value",type:"editor",language:"markdown",size:"xxl",label:b("4fa2ae7d726dc395cfea70ff3d7256d2"),options:{lineNumbers:"off"}}),Cc("richText",{label:b("e2591e971f4c28db7c80a5f546084a1d"),type:"input-rich-text",buttons:["paragraphFormat","quote","textColor","backgroundColor","|","bold","italic","underline","strikeThrough","|","formatOL","formatUL","align","|","insertLink","insertImage","insertTable","|","undo","redo","fullscreen"],name:"html",description:b("0861915dbac25ccb573b3bb72ffeebd7"),size:"lg"}),Cc("showCounter",{type:"switch",label:b("52f43ce846b2bf73f86195cf196fe578"),name:"showCounter",inputClassName:"is-inline"}),Cc("borderMode",{name:"borderMode",label:b("961534b4ea37e4e88aada736b299d063"),type:"button-group-select",inputClassName:"is-inline",horizontal:{left:2,justify:!0},options:[{label:b("b9245d69d2d82b0081ced47a18c27f41"),value:"full"},{label:b("8f9b1b7e38cd2ed16f22807417ab3573"),value:"half"},{label:b("7fc7940b4f7f58b49c71bf9e237b633e"),value:"none"}],pipeIn:kc("full")}),Cc("searchable",(function(){return wc("switch",{label:b("dbdae74eb12668e2b9568b013bf27d45"),name:"searchable"})})),Cc("sortable",{type:"switch",label:b("b4521626a48dcb61001fc563d2433ed3"),name:"sortable"}),Cc("onlyLeaf",{type:"switch",label:Sc(b("6fdccea6068e0698c565acd92052a86e"),b("a80c61384a8459ef7bfb5082a2b54b5f")),horizontal:{left:5,justify:!0},name:"onlyLeaf",value:!1,inputClassName:"is-inline"}),Cc("clearValueOnHidden",(function(){return wc("switch",{type:"switch",horizontal:{left:8,justify:!0},label:Sc(b("71758057056e7f31d73e3f3ac8860b4f"),b("ce641d8297471a5d65c46cdfb023097c")),name:"clearValueOnHidden"})})),Cc("utc",{type:"switch",label:Sc(b("3e719b87b9ee71d4613caefbf2fd1074"),b("d52e57147787797ae0153d43bf8be298")),name:"utc",inputClassName:"is-inline"}),Cc("embed",{type:"switch",label:b("339b9ebd91070de050b4bfe483aa4474"),name:"embed"}),Cc("buttonLevel",{label:b("ac3880323853de9adc4f66bc06d438ff"),type:"select",name:"level",options:[{label:b("18c63459a2c069022c7790430f761214"),value:"default",level:"default"},{label:b("bfe68d5844f8e54602760e18f45954f7"),value:"link",level:"link"},{label:b("fbae87bcc352f6933541fb77a07418ed"),value:"primary",level:"primary"},{label:b("49a79f4047b81186c069ed1c9c151c66"),value:"light",level:"light"},{label:b("41e8e8b9935c9ee4e88b06643a2d5b81"),value:"dark",level:"dark"},{label:b("02d9819ddaaaeb1b7b22b12608c7e5ca"),value:"info",level:"info"},{label:b("330363dfc524cff2488f2ebde0500896"),value:"success",level:"success"},{label:b("900c70fa5f7dbc014e6f762d5e0e885c"),value:"warning",level:"warning"},{label:b("e2e27a87257599f83c817c43e724b6aa"),value:"danger",level:"danger"},{label:b("bde770827b9137ddb3eb676878af9709"),value:"secondary",level:"secondary"},{label:b("3d7443aeba7c8eaf1cbb42ad5232fa10"),value:"enhance",level:"enhance"}],pipeIn:kc("default")}),Cc("uploadType",{label:b("b1ea078db7298ea7872d894283378507"),name:"uploadType",type:"select",value:"fileReceptor",options:[{label:b("1e4dc4d5f4a3a95ddc349147d4d8cd39"),value:"fileReceptor"},{label:b("74cef1162781310e1503d2dc463a76fc"),value:"bos"}]}),Cc("bos",{label:b("38fbc7fb70b4399d7e4050d3cbcdf229"),type:"select",name:"bos",value:"default",options:[{label:b("e5d59ccec2caa64ca83b7cc740645928"),value:"default"}]}),Cc("badge",{label:b("b8c467fce096a649583c0bc9d9281a5c"),name:"badge",type:"ae-badge"}),Cc("nav-badge",{label:b("b8c467fce096a649583c0bc9d9281a5c"),name:"badge",type:"ae-nav-badge"}),Cc("nav-default-active",{type:"ae-nav-default-active"}),Cc("formulaControl",(function(e){return void 0===e&&(e={}),(0,f.pi)({type:"ae-formulaControl"},e)})),Cc("dateShortCutControl",(function(e){return void 0===e&&(e={}),(0,f.pi)({type:"ae-DateShortCutControl"},e)})),Cc("eventControl",(function(e){return void 0===e&&(e={}),(0,f.pi)({type:"ae-eventControl",mode:"normal"},e)})),Cc("data",{type:"input-kv",name:"data",label:b("c70638412c6cffd150117ae403dea939")}),Cc("app-page",{type:"nested-select",label:b("a4895ee2e87d1c47b734dbcf1a535aeb"),name:"link",mode:"horizontal",size:"lg",required:!0,options:[]}),Cc("app-page-args",{type:"combo",name:"params",label:b("0b72392143e4038e98128cb0f6f679b3"),multiple:!0,removable:!0,addable:!0,strictMode:!1,canAccessSuperData:!0,size:"lg",mode:"horizontal",items:[{name:"key",type:"input-text",placeholder:b("c068b579db3bf0a553bd0af4f81cc14f"),source:"${__pageInputSchema}",labelField:"label",valueField:"value",required:!0},wc("formulaControl",{name:"val",variables:"${variables}",placeholder:b("bfed4943c5f487de1b63a82f7230cce2")})]}),Cc("iconLink",(function(e){var a=e.name,t=e.visibleOn,n=e.label;return wc("icon",{name:a,visibleOn:t,label:null!=n?n:b("5ef69f62dc668c1a3e68b51c50a2530a"),placeholder:b("b7dee01f2d085d90c47bcb8b490d9055"),clearable:!0,description:""})})),Cc("virtualThreshold",{name:"virtualThreshold",type:"input-number",min:1,step:1,precision:0,label:Sc(b("03bfb834c8a5fef58d885e448a4e13b4"),b("50437e080edc71ab624c93d419472919")),pipeOut:function(e){return e||void 0}}),Cc("virtualItemHeight",{name:"itemHeight",type:"input-number",min:1,step:1,precision:0,label:Sc(b("02b9880e1d2df8a07e90e9878080c739"),b("a3f66655c3d2bcfecc6afba0e4424460")),pipeOut:function(e){return e||void 0}}),Cc("pageTitle",{label:b("8d6b5924f187048cfa28d6c21fa6d2d6"),name:"title",type:"input-text"}),Cc("pageSubTitle",{label:b("72cf373be86a38b29f6d2f15900b0da1"),name:"subTitle",type:"textarea"}),Cc("textareaDefaultValue",(function(){return wc("textareaFormulaControl",{label:b("225f3ed00750ae78ad1e6ea42c8f5087"),name:"value",mode:"normal"})})),Cc("prefix",{type:"input-text",name:"prefix",label:Sc(b("4c9bb42608b11278a5d9a2471b74eb40"),b("925d31bb30d63576600299475a910c33"))}),Cc("suffix",{type:"input-text",name:"suffix",label:Sc(b("242d641eab57223af01fb29940a096ed"),b("42677544e2cbee28f7e7df216e685543"))}),Cc("unit",{type:"input-text",name:"unit",label:b("f2996845b6bf0a07fe26f74f35e42ebe"),value:""}),Cc("optionsTip",{type:"input-text",name:"optionsTip",label:b("9888468550779b1777260b8fafe6abc2"),value:b("a2cbb42e488dffe644bdb87c26afbc07")}),Cc("tableCellRemark",{name:"remark",label:b("02d9819ddaaaeb1b7b22b12608c7e5ca"),type:"input-text",description:b("45882ddedb42c1a38462949750bc8a84")}),Cc("tableCellPlaceholder",{name:"placeholder",type:"input-text",label:b("4c1cff4d8c05daa6ed9352a241ee628c"),value:"-",description:b("ff88d5db9d61f14bce6e3397fd4652a5")}),Cc("title",{type:"input-text",name:"title",label:b("32c65d8d7431e76029678ec7bb73a5ab")}),Cc("caption",{type:"input-text",name:"caption",label:b("32c65d8d7431e76029678ec7bb73a5ab")}),Cc("imageCaption",{type:"input-text",name:"imageCaption",label:b("098c3d959911b48b4d912cb85ccc4942")}),Cc("inputBody",{type:"input-text",name:"body",label:Sc(b("2d711b09bd0db0ad240cc83b30dd8014"),b("5d809212900f3bc3ba122fe93638394d"))}),Cc("stepSubTitle",{type:"input-text",name:"subTitle",label:!1,placeholder:b("72cf373be86a38b29f6d2f15900b0da1")}),Cc("stepDescription",{type:"input-text",name:"description",label:!1,placeholder:b("3bdd08adab6ea90b9164b20a0e4151ac")}),Cc("taskNameLabel",{type:"input-text",name:"taskNameLabel",pipeIn:kc(b("78caf7115c5140f8913c581920239f22")),label:b("24e3562a3262e80c3119f22b8f447f64")}),Cc("operationLabel",{type:"input-text",name:"operationLabel",pipeIn:kc(b("2b6bc0f293f5ca01b006206c2535ccbc")),label:b("cb8e07cea4df337bb6dcb8362b5f7e02")}),Cc("statusLabel",{type:"input-text",name:"statusLabel",pipeIn:kc(b("3fea7ca76cdece641436d7ab0d02ab1b")),label:b("f2acd3adcc0a0d73b318c83a29a4d2a9")}),Cc("remarkLabel",{type:"input-text",name:"remarkLabel",pipeIn:kc(b("8a4cf07caf84c91a87e8ff3c48a944b9")),label:b("0cbbb89050458c2bcf0ca98c19dc8864")}),Cc("inputArrayItem",{type:"input-text",placeholder:b("d7ec2d3fea4756bc1642e0f10c180cf5")}),Cc("actionPrevLabel",{type:"input-text",name:"actionPrevLabel",label:b("0f04a65952b58cbbc5ca6cba868c3bec"),pipeIn:kc(b("eeb6908870e058bc23d52c1e405a054e"))}),Cc("actionNextLabel",{type:"input-text",name:"actionNextLabel",label:b("e54827ae56fcb690d879b9cdd29f0ac7"),pipeIn:kc(b("38ce27d84639f3a6e07c00b3b4995c0e"))}),Cc("actionNextSaveLabel",{type:"input-text",name:"actionNextSaveLabel",label:b("abb7ba84b95c6c90341ac9c883fbc85b"),pipeIn:kc(b("bed196af058f458def957031f88abd09"))}),Cc("actionFinishLabel",{type:"input-text",name:"actionFinishLabel",label:b("81b522590d543401ad15ae8a9155361d"),pipeIn:kc(b("769d88e425e03120b83ee4ed6b9d588e"))}),Cc("imgCaption",{type:"textarea",name:"caption",label:b("098c3d959911b48b4d912cb85ccc4942")}),Cc("taskRemark",{type:"textarea",name:"remark",label:b("1d35dcbf191e36dcc6c15f71277d72ed")}),Cc("tooltip",{type:"textarea",name:"tooltip",label:b("6f2b01db04cbf7e460b5c6f4e37a5e76")}),Cc("anchorTitle",{type:"input-text",name:"title",required:!0,placeholder:b("8cfd149e7d73ebae6a797d21728292ff")}),Cc("avatarText",{label:b("ca746b1ff10193a3ce20878dec04a733"),name:"text",type:"input-text",pipeOut:function(e){return""===e?void 0:e},visibleOn:'data.showtype === "text"'}),Cc("cardTitle",{name:"header.title",type:"input-text",label:b("32c65d8d7431e76029678ec7bb73a5ab"),description:b("00a1f644f34b9ee43adf82cb3449158c")}),Cc("cardSubTitle",{name:"header.subTitle",type:"input-text",label:b("72cf373be86a38b29f6d2f15900b0da1"),description:b("00a1f644f34b9ee43adf82cb3449158c")}),Cc("cardsPlaceholder",{name:"placeholder",value:b("21efd88b67a39834582ad99aabb9dc60"),type:"input-text",label:b("35ba83e053cef95e55dfffde279822b5")}),Cc("cardDesc",{name:"header.desc",type:"textarea",label:b("3bdd08adab6ea90b9164b20a0e4151ac"),description:b("00a1f644f34b9ee43adf82cb3449158c")}),Cc("imageTitle",{type:"input-text",label:b("c6c7456d446d62a906c2809b6ba19ce1"),name:"title",visibleOn:'this.type == "image"'}),Cc("imageDesc",{type:"textarea",label:b("098c3d959911b48b4d912cb85ccc4942"),name:"description",visibleOn:'this.type == "image"'}),Cc("fetchSuccess",{label:b("fb24383a41f23196349548b5d0cb98ce"),type:"input-text",name:"fetchSuccess"}),Cc("fetchFailed",{label:b("62e3e15c8fb9038f2780329bc26e8bab"),type:"input-text",name:"fetchFailed"}),Cc("saveOrderSuccess",{label:b("c62a1b7f314be10aead10475e7543f6a"),type:"input-text",name:"saveOrderSuccess"}),Cc("saveOrderFailed",{label:b("c8035507b7a576d43e9f227c91c7a7b5"),type:"input-text",name:"saveOrderFailed"}),Cc("quickSaveSuccess",{label:b("7cb0932b806559be232d2a69453224e7"),type:"input-text",name:"quickSaveSuccess"}),Cc("quickSaveFailed",{label:b("fd79a193a487b8c9d5a302d0d88c1c2c"),type:"input-text",name:"quickSaveFailed"}),Cc("saveSuccess",{label:b("b66ef8966dad62d377bc5310d8b88e7f"),name:"saveSuccess",type:"input-text"}),Cc("saveFailed",{label:b("cf538bbe1fb431f9e2668da4d84cfadf"),name:"saveFailed",type:"input-text"}),Cc("validateFailed",{label:b("6509e435d66db2a105b2444b1d3d0db1"),name:"validateFailed",type:"input-text"}),Cc("tablePlaceholder",{name:"placeholder",pipeIn:kc(b("21efd88b67a39834582ad99aabb9dc60")),type:"input-text",label:b("35ba83e053cef95e55dfffde279822b5")}),Cc("collapseOpenHeader",{name:"collapseHeader",label:Sc(b("81d2b9f20fb2083c75a5b052b84e897a"),b("7349194c139069b32889101768aa7428")),type:"input-text"}),Cc("matrixColumnLabel",{type:"input-text",name:"label",placeholder:b("39886861ea5d8b526e0ac5ecc78d110c")}),Cc("matrixRowLabel",{type:"input-text",name:"label",placeholder:b("854af3c2cd9c275ac70fc5121ea4fb2e")}),Cc("matrixRowTitle",{name:"rowLabel",label:b("34ad26bd1fb448c7f2384252d856c02b"),type:"input-text"}),Cc("submitText",{name:"submitText",label:b("60ad7d0d170b973ab9cdb0b23e636704"),type:"input-text"}),Cc("tpl:btnLabel",{type:"tpl",tpl:'${label}',columnClassName:"p-t-xs"}),Cc("switchOption",{type:"input-text",name:"option",label:b("f411d0f1f925d9b48d8c1d451bd809b1")}),Cc("addOnLabel",{name:"label",label:b("ca746b1ff10193a3ce20878dec04a733"),type:"input-text"}),Cc("onText",{name:"onText",type:"input-text",label:b("c580bacf343343f04a1b551e46d02c4f")}),Cc("offText",{name:"offText",type:"input-text",label:b("9ff352ae39cdaeaa4fc54f83575eedc9")}),Cc("propertyTitle",{label:b("32c65d8d7431e76029678ec7bb73a5ab"),type:"input-text",name:"title"}),Cc("propertyLabel",{type:"input-text",mode:"inline",size:"sm",label:b("ae41a992ccceb36f83024f72531186ec"),name:"label"}),Cc("propertyContent",{type:"input-text",mode:"inline",size:"sm",label:b("52dff5b153bb5eaca33a008458ce0209"),name:"content"}),Cc("draggableTip",{type:"input-text",name:"draggableTip",label:Sc(b("9b14c9051067bef2dd9a15683201dd18"),b("f41a714bc8b26dc27a93a07c44e329a8"))}),Cc("deleteConfirmText",{label:Sc(b("0c15a924dc3bedefb79c958972bef2b9"),b("178bf4dd4b8d56370e2fc8275f9dc9e4")),name:"deleteConfirmText",type:"input-text",pipeIn:kc(b("cb8f7758eb03574f9b8402659c0f02b2"))}),Cc("optionsLabel",{type:"input-text",name:"label",placeholder:b("d7ec2d3fea4756bc1642e0f10c180cf5"),required:!0}),Cc("anchorNavTitle",{name:"title",label:b("32c65d8d7431e76029678ec7bb73a5ab"),type:"input-text",required:!0});var qc=t(82569),Wc=t.n(qc),Uc=["actionType","__actionDesc","preventDefault","stopPropagation","expression","outputVar"],Zc=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.onChange=function(e){var a=this.props.formStore,t={};Object.keys(a.data).forEach((function(e){(0,f.ev)((0,f.ev)([],(0,f.CR)(Uc),!1),["componentId","__rendererName","__cmptTreeSource"],!1).includes(e)||(t[e]=void 0)})),a.setValues((0,f.pi)((0,f.pi)({},t),{args:void 0,groupType:e.value,__cmptActionDesc:e.description})),this.props.onChange(e.value)},a.prototype.render=function(){var e=this.props,a=e.data,t=e.formStore,n=a.pluginActions[a.__rendererName]||[];return o.createElement(i.PhF,{value:t.data.groupType,className:"cmpt-action-select",options:n.map((function(e){return{label:e.actionLabel,value:e.actionType,description:e.description}})),onChange:this.onChange.bind(this),clearable:!1})},a}(o.Component),Gc=function(e,a,t){return void 0===a&&(a=!1),void 0===t&&(t={}),(0,f.pi)((0,f.pi)({type:"combo",name:"args",multiple:a,strictMode:!1},t),{items:Array.isArray(e)?e:[e]})},Jc={info:b("02d9819ddaaaeb1b7b22b12608c7e5ca"),warning:b("900c70fa5f7dbc014e6f762d5e0e885c"),success:b("330363dfc524cff2488f2ebde0500896"),error:b("7030ff64701a938becbc5aa67ddb86e8")},Yc=["form"],Kc="".concat(JSON.stringify(["form","dialog","drawer","wizard","service","crud","page","app","chart"]),".includes(data.__rendererName)"),Xc="".concat(JSON.stringify(Yc),".includes(data.__rendererName)"),Qc=["button-group-select","button-toolbar","chained-select","chart-radios","checkbox","checkboxes","combo","input-kv","condition-builder","diff-editor","editor","formula","hidden","icon-picker","input-array","input-city","input-color","input-date","input-date-range","input-datetime-range","input-time-range","input-excel","input-file","input-formula","input-group","input-image","input-month-range","input-number","input-quarter-range","input-range","input-rating","input-repeat","input-rich-text","input-sub-form","input-table","input-tag","input-text","input-password","input-email","input-url","native-date","native-time","native-number","input-tree","input-year-range","list-select","location-picker","matrix-checkboxes","nested-select","cascader-select","picker","radios","select","multi-select","switch","tabs-transfer","tabs-transfer-picker","textarea","transfer","transfer-picker","tree-select","uuid"],eo=Wc().apply(void 0,(0,f.ev)([Qc],["button-toolbar","condition-builder","diff-editor","editor","formula","hidden","icon-picker","input-excel","input-file","input-formula","input-image","input-repeat","input-rich-text","input-sub-form","input-table","picker","uuid"],!1)),ao=["button-group","action","button","submit","reset","collapse","container","dropdown-button","flex","flex-item","grid","grid-2d","link","nav","wizard"],to=function(e){var a=null==e?void 0:e.variableManager,t=a.getVariableOptions(),n=a.getPageVariablesOptions();return[{actionLabel:b("59ceff465ad16932d8972191ad815dfb"),actionType:"page",children:[{actionLabel:b("dec2eb7145e149f281cb7e75fbe8972a"),actionType:"url",description:b("ae10a948eca808b3dd77506b24f3fd0e"),innerArgs:["url","params","blank"],descDetail:function(e){var a;return o.createElement("div",null,"跳转至",o.createElement("span",{className:"variable-left"},(null===(a=null==e?void 0:e.args)||void 0===a?void 0:a.url)||"-"))},schema:Gc([{type:"wrapper",className:"p-none",body:[wc("textareaFormulaControl",{name:"url",label:b("8f1c078c6d42759e6ccb1a9bf35f1629"),variables:"${variables}",mode:"horizontal",size:"lg",required:!0,visibleOn:'data.actionType === "url"'}),{type:"combo",name:"params",label:b("0b72392143e4038e98128cb0f6f679b3"),multiple:!0,mode:"horizontal",size:"lg",items:[{name:"key",placeholder:b("c068b579db3bf0a553bd0af4f81cc14f"),type:"input-text"},wc("formulaControl",{variables:"${variables}",name:"val",variableMode:"tabs",placeholder:b("bfed4943c5f487de1b63a82f7230cce2")})]},{type:"switch",name:"blank",label:b("56aa76ab3c987377e855ae2c6c612050"),onText:b("0a60ac8f02ccd2cf723f927284877851"),offText:b("c9744f45e76d885ae1c74d4f4a934b2e"),mode:"horizontal",pipeIn:kc(!0)}]}])},{actionLabel:b("fd5fb471ecce1eea63a6a95b6707f815"),actionType:"link",description:b("67e21dd387607ae3fb59846504fa2c4c"),innerArgs:["link","params","pageName","__pageInputSchema"],descDetail:function(e){var a;return o.createElement("div",null,"打开",o.createElement("span",{className:"variable-left variable-right"},(null===(a=null==e?void 0:e.args)||void 0===a?void 0:a.pageName)||"-"),"页面")},schema:Gc([{type:"wrapper",className:"p-none",body:[wc("app-page"),wc("app-page-args")]}])},{actionLabel:b("39e107b7c4aa580f913ccbebc00f7534"),actionType:"refresh",description:b("261242fe62b18b620419802c7dd7da7f")},{actionLabel:b("ca180138a862543561d3a2c4f08b2e1b"),actionType:"goBack",description:b("5f6b9e7a050ae3f34b38191435e14b24"),descDetail:function(e){return o.createElement("div",null,"返回上一页")}}]},{actionLabel:b("f80d12dcd65429fd28841e768062d3c2"),actionType:"dialogs",children:[{actionLabel:b("0561589c26e732981f29709a9b574234"),actionType:"openDialog",description:b("256dbc5161ae393ec8a0e83ae6cf9469"),actions:[{actionType:"dialog"},{actionType:"drawer"}],schema:[{type:"radios",label:b("226b0912184333c81babf2f1894ec0c1"),name:"groupType",mode:"horizontal",value:"dialog",required:!0,pipeIn:kc("dialog"),inputClassName:"event-action-radio",options:[{label:b("6cff4b6d794cc17f5d24dbe0d21e5732"),value:"dialog"},{label:b("2a2924380dfcaea998bd8a49703545a9"),value:"drawer"}],visibleOn:'data.actionType === "openDialog"'},{name:"dialog",label:b("507c1d40c5d6b990cf8c832b0a91cadb"),mode:"horizontal",required:!0,pipeIn:kc({title:b("8a089992349df754f182a5d02de8e8e0"),body:b("1a9aaf05889002e65708c4950012a652"),showCloseButton:!0,showErrorMsg:!0,showLoading:!0}),asFormItem:!0,visibleOn:'data.groupType === "dialog"',children:function(a){var t=a.value,n=a.onChange,c=a.data;return o.createElement(i.zxk,{size:"sm",className:"action-btn-width",onClick:function(){return e.openSubEditor({title:b("c3c8422fcecd8c1cc922cba15ab5cbc0"),value:(0,f.pi)({type:"dialog"},t),data:c,onChange:function(e){return n(e)}})},block:!0},b("a532be3ad5f3fda70d228b8542e81835"))}},{name:"drawer",label:b("b67cbb1ca7439053f06d59aac5e410dc"),mode:"horizontal",required:!0,pipeIn:kc({title:b("8a089992349df754f182a5d02de8e8e0"),body:b("1a9aaf05889002e65708c4950012a652")}),asFormItem:!0,visibleOn:'data.groupType === "drawer"',children:function(a){var t=a.value,n=a.onChange;return a.data,o.createElement(i.zxk,{size:"sm",className:"action-btn-width",onClick:function(){return e.openSubEditor({title:b("262c7c7b9874ae5607fb51da468d0e8c"),value:(0,f.pi)({type:"drawer"},t),onChange:function(e){return n(e)}})},block:!0},b("a532be3ad5f3fda70d228b8542e81835"))}}]},{actionLabel:b("3b02248ca3790e356e47b6900c0e3931"),actionType:"closeDialog",description:b("f33c2c6ff58bcec40d3e74e591bb3df2")},{actionLabel:b("e495f416b83e4c7ff3c66ec3be96a76f"),actionType:"toast",description:b("61d7aaa88181c527cfb936d4c686d267"),innerArgs:["title","msgType","msg","position","timeout","closeButton","showIcon"],descDetail:function(e){var a,t;return o.createElement("div",null,Jc[null===(a=null==e?void 0:e.args)||void 0===a?void 0:a.msgType]||"","消息:",o.createElement("span",{className:"variable-left"},(null===(t=null==e?void 0:e.args)||void 0===t?void 0:t.msg)||"-"))},schema:Gc({type:"wrapper",className:"p-none",body:[{type:"button-group-select",name:"msgType",label:b("6d00710a2528332bfcac14b58e412042"),value:"info",required:!0,mode:"horizontal",options:Object.keys(Jc).map((function(e){return{label:Jc[e],value:e,level:"default"}}))},wc("textareaFormulaControl",{name:"msg",label:b("b87b77561e776367e6756e11ea652217"),mode:"horizontal",variables:"${variables}",size:"lg",required:!0}),wc("textareaFormulaControl",{name:"title",label:b("43ab9af06e1e0f0b2a8767b46cf8b1cf"),variables:"${variables}",mode:"horizontal",size:"lg"}),wc("formulaControl",{name:"timeout",label:b("f41a94bb85c5223181c4cdf83ea9021b"),rendererSchema:{type:"input-number"},valueType:"number",variables:"${variables}",size:"lg",mode:"horizontal"}),{type:"button-group-select",name:"position",value:"top-right",mode:"horizontal",label:b("a0a837f2873de80bc9ec353c30e73171"),options:[{label:b("f3296f64a8a1330d7a07f1d269a1db92"),value:"top-left"},{label:b("b97a5adf068bee6c852db9dcea3a9799"),value:"top-center"},{label:b("eafeba264b6338939f11f1b1adf40d2b"),value:"top-right"},{label:b("d429ffb093e9aa3bf80da125f1be318c"),value:"bottom-left"},{label:b("c241aa8f427118a719b94cbd8f2bb22d"),value:"bottom-center"},{label:b("9cd707caffdfb314d939298f2f2c267c"),value:"bottom-right"}]},{type:"switch",name:"closeButton",value:!0,label:b("8c8fbec263e20f087555c9abcb6dd07a"),mode:"horizontal"},{type:"switch",name:"showIcon",value:!0,label:b("3f3a016027e540ef10a16dbd49fffde9"),mode:"horizontal"}]})}]},{actionLabel:b("47d68cd0f4c3e91a86d23afe8afccfb8"),actionType:"service",children:[{actionLabel:b("4f02d2efe05a20232ab9da63c090595c"),actionType:"ajax",description:b("0cd902f953656adb29985b68e6fc9754"),innerArgs:["api","options"],descDetail:function(e){var a,t=null===(a=null==e?void 0:e.args)||void 0===a?void 0:a.api;return"string"==typeof t&&(t=(0,d._6r)(t)),o.createElement("div",null,"发送",o.createElement("span",{className:"variable-right variable-left"},(null==t?void 0:t.method)||"-"),"请求:",o.createElement("span",{className:"variable-left"},(null==t?void 0:t.url)||"-"))},schema:{type:"wrapper",className:"p-none",body:[Gc([wc("apiControl",{name:"api",label:b("88bdaf32c27ab169d3d686b86b3fae99"),mode:"horizontal",size:"lg",inputClassName:"m-b-none",renderLabel:!0,required:!0}),{name:"options",type:"combo",label:Sc(b("6e6d4269d0dc3324d551062350a2ae9f"),b("56e13c39822a814ab39b0d5a0867d7dc")),mode:"horizontal",items:[{type:"switch",name:"silent",label:!1,onText:b("cc42dd3170fdf36bdc2b0f58ab23eb84"),offText:b("b15d91274e9fc68608c609999e0413fa"),mode:"horizontal",pipeIn:kc(!1)}]}],!1,{className:"action-apiControl"}),{name:"outputVar",type:"input-text",label:b("e3b49b5bbbdea05598525e91dbdfa638"),placeholder:b("4dca05af026848011eedee1b53efa61c"),description:b("4da82260041107e5780bcbb3a14ef791"),mode:"horizontal",size:"lg",value:"responseResult",required:!0}]},outputVarDataSchema:[{type:"object",properties:{"event.data.${outputVar}.responseData":{type:"object",title:b("0d83078816aa273f2941c9b55ec82bf3")},"event.data.${outputVar}.responseStatus":{type:"number",title:b("3f9e257178738d5d180ddc2996809c10")},"event.data.${outputVar}.responseMsg":{type:"string",title:b("99c74120cc62f4bf31d661e3212b7121")}}}]},{actionLabel:b("5dfd5a78e2ba1bc8afb482a8745454ea"),actionType:"download",description:b("89049706952412d790b801def284629e"),innerArgs:["api"],schema:{type:"wrapper",style:{padding:"0"},body:[Gc(wc("apiControl",{name:"api",label:b("88bdaf32c27ab169d3d686b86b3fae99"),mode:"horizontal",inputClassName:"m-b-none",size:"lg",renderLabel:!0,required:!0}),!1,{className:"action-apiControl"})]}}]},{actionLabel:b("bb79667f37035e9562ec6bcffd6cf8ef"),actionType:"cmpt",children:[{actionLabel:b("c852fb60f1b8ce921c3def1eba000bc5"),actionType:"visibility",description:b("1bd4cfded5e11a7a8ea4dcfd2fa17e15"),actions:[{actionType:"show",descDetail:function(e){return o.createElement("div",null,"显示",o.createElement("span",{className:"variable-left variable-right"},(null==e?void 0:e.rendererLabel)||"-"),"组件")}},{actionType:"hidden",descDetail:function(e){return o.createElement("div",null,"隐藏",o.createElement("span",{className:"variable-left variable-right"},(null==e?void 0:e.rendererLabel)||"-"),"组件")}},{actionType:"visibility",descDetail:function(e){return o.createElement("div",null,"组件",o.createElement("span",{className:"variable-left variable-right"},(null==e?void 0:e.rendererLabel)||"-"),"表达式已配置")}}],supportComponents:"*",schema:(0,f.ev)((0,f.ev)([],(0,f.CR)(no(b("6afde638796d237377b0755506d08ded"),!0)),!1),[{type:"radios",label:b("69fbb2e5fc9eb3ba06096cbedbf5a622"),name:"groupType",mode:"horizontal",value:"static",required:!0,inputClassName:"event-action-radio",options:[{label:b("8baf21fa26d6d24b4faa872953275d8d"),value:"static"},{label:b("a9400c408441f1f7f6d6954deb05ae9a"),value:"visibility"}]},{type:"radios",label:b("edf25860e3d457eb8ca9cb5dca06dfd7"),name:"__statusType",mode:"horizontal",value:"show",required:!0,pipeIn:kc("show"),inputClassName:"event-action-radio",visibleOn:"this.groupType === 'static'",options:[{label:b("4d775d4cd79e2ed6a2fc66fd1e7139c8"),value:"show"},{label:b("dce5379cb978a8259ecfca8f08f00817"),value:"hidden"}]},wc("expressionFormulaControl",{mode:"horizontal",label:b("a9400c408441f1f7f6d6954deb05ae9a"),required:!0,size:"lg",variables:"${variables}",evalMode:!0,name:"__actionExpression",visibleOn:"this.groupType === 'visibility'"})],!1)},{actionLabel:b("12c8d50c55eeec7059ddd5c303e34f77"),actionType:"usability",description:b("5e75800641ec5c1198092bcf9d34f180"),actions:[{actionType:"enabled",descDetail:function(e){return o.createElement("div",null,"启用",o.createElement("span",{className:"variable-left variable-right"},(null==e?void 0:e.rendererLabel)||"-"),"组件")}},{actionType:"disabled",descDetail:function(e){return o.createElement("div",null,"禁用",o.createElement("span",{className:"variable-left variable-right"},(null==e?void 0:e.rendererLabel)||"-"),"组件")}},{actionType:"usability",descDetail:function(e){return o.createElement("div",null,"组件",o.createElement("span",{className:"variable-left variable-right"},(null==e?void 0:e.rendererLabel)||"-"),"表达式已配置")}}],supportComponents:(0,f.ev)((0,f.ev)(["form"],(0,f.CR)(Qc),!1),(0,f.CR)(ao),!1),schema:(0,f.ev)((0,f.ev)([],(0,f.CR)(no(b("6afde638796d237377b0755506d08ded"),!0)),!1),[{type:"radios",label:b("69fbb2e5fc9eb3ba06096cbedbf5a622"),name:"groupType",mode:"horizontal",inputClassName:"event-action-radio",value:"static",required:!0,options:[{label:b("8baf21fa26d6d24b4faa872953275d8d"),value:"static"},{label:b("a9400c408441f1f7f6d6954deb05ae9a"),value:"usability"}]},{type:"radios",label:b("d86d5919f595226b7a1e8264635ca23d"),name:"__statusType",mode:"horizontal",inputClassName:"event-action-radio",value:"enabled",required:!0,pipeIn:kc("enabled"),visibleOn:"this.groupType === 'static'",options:[{label:b("7854b52a889b3ef0590d9f542efeb4c8"),value:"enabled"},{label:b("710ad08b11419332713360d2750cd707"),value:"disabled"}]},wc("expressionFormulaControl",{mode:"horizontal",label:b("a9400c408441f1f7f6d6954deb05ae9a"),required:!0,size:"lg",evalMode:!0,name:"__actionExpression",visibleOn:"this.groupType === 'usability'"})],!1)},{actionLabel:b("e052287273ad39a1d3fa9fa3decb5fd9"),actionType:"staticStatus",description:b("506f28f48dbebd5d19e19dfc721e13be"),actions:[{actionType:"static",descDetail:function(e){return o.createElement("div",null,o.createElement("span",{className:"variable-right"},null==e?void 0:e.rendererLabel),"组件切换为静态")}},{actionType:"nonstatic",descDetail:function(e){return o.createElement("div",null,o.createElement("span",{className:"variable-right"},null==e?void 0:e.rendererLabel),"组件切换为输入态")}}],supportComponents:(0,f.ev)(["form"],(0,f.CR)(eo),!1),schema:(0,f.ev)((0,f.ev)([],(0,f.CR)(no(b("d80bc0fcbfb250480320b683e48b1467"),!0)),!1),[{type:"radios",label:b("d2e930293da37452638759e17d771adf"),name:"groupType",mode:"horizontal",inputClassName:"event-action-radio",value:"nonstatic",required:!0,pipeIn:kc("nonstatic"),options:[{label:b("b535bea11c97ec5588b1494799de4d60"),value:"nonstatic"},{label:b("f7784642f42d33f506ba05f3daefc3c4"),value:"static"}]}],!1)},{actionLabel:b("c5a9b6e8c522de8a14ad7fab51c1a1e3"),actionType:"reload",description:b("be4b778e7f5aa6aa5a811d7db4e1a8b3"),descDetail:function(e){return o.createElement("div",null,"刷新",o.createElement("span",{className:"variable-left variable-right"},(null==e?void 0:e.rendererLabel)||"-"),"组件")},supportComponents:"byComponent",schema:(0,f.ev)((0,f.ev)([],(0,f.CR)(no(b("6afde638796d237377b0755506d08ded"),!0,(function(e,a,t,n){n.setValueByName("args.resetPage",!0),n.setValueByName("__addParam",!0),n.setValueByName("__customData",!1),n.setValueByName("__containerType","all"),n.setValueByName("__reloadParam",[])}))),!1),[{type:"switch",name:"__resetPage",label:Sc(b("697af73997072e0ce9ee65b15a7b3715"),b("d7bf42dd6e66f2818f9a232603c4a53b")),onText:b("0a60ac8f02ccd2cf723f927284877851"),offText:b("c9744f45e76d885ae1c74d4f4a934b2e"),mode:"horizontal",pipeIn:kc(!0),visibleOn:'data.actionType === "reload" && data.__rendererName === "crud"'},{type:"switch",name:"__addParam",label:Sc(b("fee99f2bcced486e4753a8f58f511d3f"),b("0f9803bd27434940d4017007c105a861")),onText:b("0a60ac8f02ccd2cf723f927284877851"),offText:b("c9744f45e76d885ae1c74d4f4a934b2e"),mode:"horizontal",pipeIn:kc(!0),visibleOn:'data.actionType === "reload" && '.concat(Kc)},{type:"switch",name:"__customData",label:Sc(b("fd951a59a7c635d5330bc1aeec22c813"),b("b62ce3df3c0d5772006c525b60d5eeab")),onText:b("0a60ac8f02ccd2cf723f927284877851"),offText:b("c9744f45e76d885ae1c74d4f4a934b2e"),mode:"horizontal",pipeIn:kc(!0),visibleOn:'data.__addParam && data.actionType === "reload" && '.concat(Kc),onChange:function(e,a,t,n){n.setValueByName("__containerType","all")}},{type:"radios",name:"__containerType",mode:"horizontal",label:"",pipeIn:kc("all"),visibleOn:'data.__addParam && data.__customData && data.actionType === "reload" && '.concat(Kc),options:[{label:b("77b1081c177fa3334cc93c99f0ecee75"),value:"all"},{label:b("f5c5e3d69daee06ea1606378ef466765"),value:"appoint"}],onChange:function(e,a,t,n){n.setValueByName("__reloadParams",[]),n.setValueByName("__valueInput",void 0)}},wc("formulaControl",{name:"__valueInput",label:"",variables:"${variables}",size:"lg",mode:"horizontal",required:!0,visibleOn:'data.__addParam && data.__customData && data.__containerType === "all" && data.actionType === "reload" && '.concat(Kc)}),{type:"combo",name:"__reloadParams",label:"",multiple:!0,removable:!0,addable:!0,strictMode:!1,canAccessSuperData:!0,size:"lg",mode:"horizontal",items:[{name:"key",type:"input-text",placeholder:b("c068b579db3bf0a553bd0af4f81cc14f"),labelField:"label",valueField:"value",required:!0},wc("formulaControl",{name:"val",variables:"${variables}",placeholder:b("bfed4943c5f487de1b63a82f7230cce2")})],visibleOn:'data.__addParam && data.__customData && data.__containerType === "appoint" && data.actionType === "reload" && '.concat(Kc)},{type:"radios",name:"dataMergeMode",mode:"horizontal",label:Sc(b("2aecb19ca1655d66fc80fc27a783cc9e"),b("b67b01a3b9170f1daf78082cfd0df793")),pipeIn:kc("merge"),visibleOn:'data.__addParam && data.actionType === "reload" && '.concat(Kc),options:[{label:b("bd81577a6fd4956e676cec499bb70d00"),value:"merge"},{label:b("e09fea40f7e4abd4b2a495b315940688"),value:"override"}]}],!1)},{actionLabel:b("e22855f53b7a1ab33e920375c0cd0e3d"),actionType:"setValue",description:b("2464e9d13bfc84169eb8333b6996203c"),innerArgs:["path","value","index","fromPage","fromApp","__valueInput","__comboType","__containerType"],descDetail:function(e){var t;return o.createElement("div",null,"string"!=typeof(null===(t=null==e?void 0:e.args)||void 0===t?void 0:t.path)||(null==e?void 0:e.componentId)?o.createElement(o.Fragment,null,"设置组件「",o.createElement("span",{className:"variable-left variable-right"},(null==e?void 0:e.rendererLabel)||"-"),"」的数据"):o.createElement(o.Fragment,null,"设置变量「",o.createElement("span",{className:"variable-left variable-right"},a.getNameByPath(e.args.path)),"」的数据"))},supportComponents:"byComponent",schema:[{name:"__actionSubType",type:"radios",label:b("6c6e12c54723170f214527bedaf81f7d"),mode:"horizontal",options:[{label:b("1b7e6b2dbf3b7f4b1baf2c42e49a995d"),value:"cmpt"},{label:b("cc6aeb073ebc3cb29734a49164f8964c"),value:"page"},{label:"内存变量",value:"app"}],value:'${args.fromApp ? "app" : args.fromPage ? "page" : "cmpt"}',onChange:function(e,a,t,n){n.setValueByName("__valueInput",void 0),n.setValueByName("args.value",void 0),n.deleteValueByName("args.path"),"page"===e?(n.deleteValueByName("args.fromApp"),n.setValueByName("args.fromPage",!0)):"app"===e&&(n.deleteValueByName("args.fromPage"),n.setValueByName("args.fromApp",!0))}},{type:"container",visibleOn:'__actionSubType === "cmpt"',body:(0,f.ev)((0,f.ev)([],(0,f.CR)(co(b("6afde638796d237377b0755506d08ded"),!0,(function(e,a,t,n){n.setValueByName("args.__containerType","all"),n.setValueByName("args.__comboType","all")}))),!1),[Gc({type:"wrapper",className:"p-none",body:[{type:"radios",name:"__containerType",mode:"horizontal",label:b("e7af71fb102cc86ab3be6a2fb32b5e3f"),pipeIn:kc("all"),visibleOn:"".concat(Kc),options:[{label:b("77b1081c177fa3334cc93c99f0ecee75"),value:"all"},{label:b("f5c5e3d69daee06ea1606378ef466765"),value:"appoint"}],onChange:function(e,a,t,n){n.setValueByName("value",[]),n.setValueByName("__valueInput",void 0)}},{type:"radios",name:"__comboType",inputClassName:"event-action-radio",mode:"horizontal",label:b("e7af71fb102cc86ab3be6a2fb32b5e3f"),pipeIn:kc("all"),visibleOn:"data.__rendererName === 'combo' || data.__rendererName === 'input-table'",options:[{label:b("c60ad696dee4e1eeff6f0f2c2e9b9fc0"),value:"all"},{label:b("139294edcce271bf483dda437c421c29"),value:"appoint"}],onChange:function(e,a,t,n){n.setValueByName("index",void 0),n.setValueByName("value",[]),n.setValueByName("__valueInput",void 0)}},{type:"input-number",required:!0,name:"index",mode:"horizontal",label:b("a7b0b80a7bea1e5e973967c179866ef0"),size:"lg",placeholder:b("e887792fbbd65d21e43e832a5cd63aac"),visibleOn:"(data.__rendererName === 'input-table' || data.__rendererName === 'combo')\n && data.__comboType === 'appoint'"},{type:"combo",name:"value",label:"",multiple:!0,removable:!0,required:!0,addable:!0,strictMode:!1,canAccessSuperData:!0,size:"lg",mode:"horizontal",items:[{name:"key",type:"input-text",placeholder:b("a25657422b40023f2731619587940bc7"),source:"${__setValueDs}",labelField:"label",valueField:"value",required:!0},wc("formulaControl",{name:"val",variables:"${variables}",placeholder:b("a33903526e8fb3d1ac3066da70e7941e")})],visibleOn:"".concat(Kc," && data.__containerType === 'appoint' || data.__comboType === 'appoint'")},{type:"combo",name:"value",label:"",multiple:!0,removable:!0,required:!0,addable:!0,strictMode:!1,canAccessSuperData:!0,mode:"horizontal",size:"lg",items:[{type:"combo",name:"item",label:!1,renderLabel:!1,multiple:!0,removable:!0,required:!0,addable:!0,strictMode:!1,canAccessSuperData:!0,className:"m-l",size:"lg",mode:"horizontal",items:[{name:"key",type:"input-text",source:"${__setValueDs}",labelField:"label",valueField:"value",required:!0,visibleOn:"data.__rendererName"},wc("formulaControl",{name:"val",variables:"${variables}"})]}],visibleOn:"(data.__rendererName === 'combo' || data.__rendererName === 'input-table')\n && data.__comboType === 'all'"},wc("formulaControl",{name:"__valueInput",label:"",variables:"${variables}",size:"lg",mode:"horizontal",visibleOn:"(".concat(Kc," || ").concat(Xc,") && data.__containerType === 'all'"),required:!0}),wc("formulaControl",{name:"__valueInput",label:b("e7af71fb102cc86ab3be6a2fb32b5e3f"),variables:"${variables}",size:"lg",mode:"horizontal",visibleOn:"data.__rendererName && !".concat(Kc," && data.__rendererName !== 'combo' && data.__rendererName !== 'input-table'"),required:!0})]})],!1)},{type:"container",visibleOn:'__actionSubType === "page"',body:[Gc([{type:"wrapper",className:"p-none",body:[{type:"tree-select",name:"path",label:b("cc6aeb073ebc3cb29734a49164f8964c"),multiple:!1,mode:"horizontal",required:!0,placeholder:b("844a7a7aacc5be82d0fd6225edc6bf63"),showIcon:!1,size:"lg",hideRoot:!1,rootLabel:b("cc6aeb073ebc3cb29734a49164f8964c"),options:n},{type:"input-formula",name:"value",label:b("e7af71fb102cc86ab3be6a2fb32b5e3f"),variables:"${variables}",evalMode:!1,variableMode:"tabs",inputMode:"input-group",size:"lg",mode:"horizontal",required:!0,placeholder:b("85451d2eb59327a23e8f745161066d4a")}]}])]},{type:"container",visibleOn:'__actionSubType === "app"',body:[Gc([{type:"wrapper",className:"p-none",body:[{type:"tree-select",name:"path",label:"内存变量",multiple:!1,mode:"horizontal",required:!0,placeholder:b("844a7a7aacc5be82d0fd6225edc6bf63"),showIcon:!1,size:"lg",hideRoot:!1,rootLabel:"内存变量",options:t},{type:"input-formula",name:"value",label:b("e7af71fb102cc86ab3be6a2fb32b5e3f"),variables:"${variables}",evalMode:!1,variableMode:"tabs",inputMode:"input-group",size:"lg",mode:"horizontal",required:!0,placeholder:b("85451d2eb59327a23e8f745161066d4a")}]}])]}]},{actionLabel:b("4e34003861eee3de1e0c9c1222249bbb"),actionType:"submit",description:b("a360c5d4e723ad78a5e52eb1f5f3f2a2"),descDetail:function(e){return o.createElement("div",null,"提交",o.createElement("span",{className:"variable-left variable-right"},(null==e?void 0:e.rendererLabel)||"-"),"的数据")},supportComponents:"form",schema:no(b("6afde638796d237377b0755506d08ded"),!0)},{actionLabel:b("4a3deab45c0a7218b8ae58a33fd24c28"),actionType:"clear",description:b("82986a4cab1d0efdbc23b3ac5f0fd509"),descDetail:function(e){return o.createElement("div",null,"清空",o.createElement("span",{className:"variable-left variable-right"},(null==e?void 0:e.rendererLabel)||"-"),"的数据")},supportComponents:"form",schema:no(b("6afde638796d237377b0755506d08ded"),!0)},{actionLabel:b("1b6f5cc49e71c90a5b85a796285e3135"),actionType:"reset",description:b("f457845da8c119a8688e333a3554284f"),descDetail:function(e){return o.createElement("div",null,"重置",o.createElement("span",{className:"variable-left variable-right"},(null==e?void 0:e.rendererLabel)||"-"),"的数据")},supportComponents:"form",schema:no(b("6afde638796d237377b0755506d08ded"),!0)},{actionLabel:b("17f2bf425eeb7d20d79c595344e9dc94"),actionType:"validate",description:b("a84a1311bea7370f1749341ffa6f75e1"),descDetail:function(e){return o.createElement("div",null,"校验",o.createElement("span",{className:"variable-left variable-right"},(null==e?void 0:e.rendererLabel)||"-"),"的数据")},supportComponents:"form",schema:no(b("6afde638796d237377b0755506d08ded"),!0)},{actionLabel:b("51325230409d4b7c64aaeb3db9904801"),actionType:"component",description:b("98d130cb9a360df782f6510abacbc022"),supportComponents:"*",schema:co(b("6afde638796d237377b0755506d08ded"))}]},{actionLabel:b("0d98c74797e49d00bcc4c17c9d557a2b"),actionType:"others",children:[{actionLabel:b("6a086902a84969a835423002718e86b4"),actionType:"copy",description:b("557d01c07aa7c4450a414932e6c1ed2a"),innerArgs:["content","copyFormat"],descDetail:function(e){var a;return o.createElement("div",null,"复制内容:",o.createElement("span",{className:"variable-left"},(null===(a=null==e?void 0:e.args)||void 0===a?void 0:a.content)||"-"))},schema:Gc({type:"wrapper",className:"p-none",body:[wc("textareaFormulaControl",{name:"content",label:b("ac04259507be8ba6b891dc9dc208f491"),variables:"${variables}",mode:"horizontal",size:"lg",visibleOn:'data.actionType === "copy"',required:!0}),{type:"select",name:"copyFormat",mode:"horizontal",value:"text/plain",size:"lg",options:[{label:b("ffb01e5bcf4c00447f5150d3cba81371"),value:"text/plain"},{label:b("e2591e971f4c28db7c80a5f546084a1d"),value:"text/html"}],label:b("c28f4d63beabc4833b17aaa10ca550db")}]})},{actionLabel:b("c7f16d729f3bca8f6936416884a74fb8"),actionType:"custom",description:b("1b5a6299ef404c1f7b4292c290b80f55"),schema:{type:"js-editor",allowFullscreen:!0,required:!0,name:"script",label:b("c7f16d729f3bca8f6936416884a74fb8"),mode:"horizontal",options:{automaticLayout:!0,lineNumbers:"off",glyphMargin:!1,tabSize:2,fontSize:"12px",wordWrap:"on",lineDecorationsWidth:0,lineNumbersMinChars:0,selectOnLineNumbers:!0,scrollBeyondLastLine:!1,folding:!0},className:"ae-event-control-action-js-editor",value:"/* 自定义JS使用说明:\n * 1.动作执行函数doAction,可以执行所有类型的动作\n * 2.通过上下文对象context可以获取当前组件实例,例如context.props可以获取该组件相关属性\n * 3.事件对象event,在doAction之后执行event.stopPropagation = true;可以阻止后续动作执行\n*/\nconst myMsg = '我是自定义JS';\ndoAction({\n actionType: 'toast',\n args: {\n msg: myMsg\n }\n});\n"}}]}]},no=function(e,a,t){return[{type:"tree-select",name:"componentId",label:e||b("d80bc0fcbfb250480320b683e48b1467"),showIcon:!1,searchable:!0,required:a,selfDisabledAffectChildren:!1,size:"lg",source:"${__cmptTreeSource}",mode:"horizontal",autoFill:{__rendererLabel:"${label}",__rendererName:"${type}",__nodeId:"${id}",__nodeSchema:"${schema}"},onChange:function(e,a,n,c){return(0,f.mG)(void 0,void 0,void 0,(function(){return(0,f.Jh)(this,(function(o){return null==t||t(e,a,n,c),[2]}))}))}}]},co=function(e,a,t){return(0,f.ev)((0,f.ev)([],(0,f.CR)(no(e||b("d80bc0fcbfb250480320b683e48b1467"),!0,(function(e,a,n,c){return(0,f.mG)(void 0,void 0,void 0,(function(){var o,i,r,l,s,u;return(0,f.Jh)(this,(function(p){switch(p.label){case 0:return o=c.data.__rendererName,c.data.__nodeId?[4,null===(u=(s=c.data).getContextSchemas)||void 0===u?void 0:u.call(s,c.data.__nodeId,!0)]:[3,2];case 1:i=p.sent(),r=new d.JO1(i||[]),l=(null==r?void 0:r.getDataPropsAsOptions())||[],c.setValueByName("__cmptDataSchema",i),c.setValueByName("__cmptVariables",l),c.setValueByName("__cmptVariablesWithSys",(0,f.ev)([{label:"".concat(c.data.__rendererLabel,"变量"),children:l}],(0,f.CR)(c.data.rawVariables.filter((function(e){return[b("cc6aeb073ebc3cb29734a49164f8964c"),b("979a50681e278dcc0be18f68459e8217")].includes(e.label)}))),!1)),"setValue"===c.data.actionType&&(c.setValueByName("args.value",[]),c.setValueByName("args.__comboType",void 0),c.setValueByName("args.__valueInput",void 0),c.setValueByName("args.__containerType",void 0),Yc.includes(o)?c.setValueByName("__setValueDs",l.filter((function(e){return"$$id"!==e.value}))):c.setValueByName("__setValueDs",[])),p.label=2;case 2:return c.setValueByName("groupType",""),null==t||t(e,a,n,c),[2]}}))}))}))),!1),[{asFormItem:!0,label:b("8deee3cdecdf06a05d22fcacc7031492"),name:"groupType",mode:"horizontal",required:!0,visibleOn:'data.actionType === "component"',component:Zc,description:"${__cmptActionDesc}"}],!1)},oo={setValue:{innerArgs:["value"],descDetail:function(e){return o.createElement("div",null,"设置",o.createElement("span",{className:"variable-left variable-right"},null==e?void 0:e.rendererLabel),"的数据")},schema:Gc({type:"wrapper",className:"p-none",body:[{type:"combo",name:"value",label:b("e22855f53b7a1ab33e920375c0cd0e3d"),multiple:!0,removable:!0,required:!0,addable:!0,strictMode:!1,canAccessSuperData:!0,mode:"horizontal",items:[{name:"key",type:"input-text",placeholder:b("a25657422b40023f2731619587940bc7"),source:"${__setValueDs}",labelField:"label",valueField:"value",required:!0},wc("formulaControl",{name:"val",variables:"${variables}",placeholder:b("9a2ee7044ff04234a8892a13583d14b6")})],visibleOn:"".concat(Kc)},{type:"combo",name:"value",label:b("e22855f53b7a1ab33e920375c0cd0e3d"),multiple:!0,removable:!0,required:!0,addable:!0,strictMode:!1,canAccessSuperData:!0,mode:"horizontal",items:[{type:"combo",name:"item",label:!1,renderLabel:!1,multiple:!0,removable:!0,required:!0,addable:!0,strictMode:!1,canAccessSuperData:!0,className:"m-l",mode:"horizontal",items:[{name:"key",type:"input-text",required:!0},wc("formulaControl",{name:"val",variables:"${variables}"})]}],visibleOn:"data.__rendererName === 'combo' || data.__rendererName === 'input-table'"},wc("formulaControl",{name:"__valueInput",label:b("e22855f53b7a1ab33e920375c0cd0e3d"),variables:"${variables}",size:"lg",mode:"horizontal",visibleOn:"!".concat(Kc," && data.__rendererName !== 'combo' && data.__rendererName !== 'input-table'"),required:!0})]})},reload:{descDetail:function(e){return o.createElement("div",null,"刷新",o.createElement("span",{className:"variable-left variable-right"},null==e?void 0:e.rendererLabel),"组件")}},clear:{descDetail:function(e){return o.createElement("div",null,"清空",o.createElement("span",{className:"variable-left variable-right"},null==e?void 0:e.rendererLabel),"的数据")}},reset:{descDetail:function(e){return o.createElement("div",null,"重置",o.createElement("span",{className:"variable-left variable-right"},null==e?void 0:e.rendererLabel),"的数据")}},submit:{descDetail:function(e){return o.createElement("div",null,"提交",o.createElement("span",{className:"variable-left variable-right"},null==e?void 0:e.rendererLabel),"wizard"===(null==e?void 0:e.__rendererName)?b("fe9e25f4e4b3aeefeb9b7a9c368ede7e"):b("0d83078816aa273f2941c9b55ec82bf3"))}},validate:{descDetail:function(e){return o.createElement("div",null,"校验",o.createElement("span",{className:"variable-left variable-right"},null==e?void 0:e.rendererLabel),"的数据")}},prev:{descDetail:function(e){return o.createElement("div",null,o.createElement("span",{className:"variable-right"},null==e?void 0:e.rendererLabel),"carousel"===(null==e?void 0:e.__rendererName)?b("186c8d63db1c09c38bcfd048fb15846e"):null,"wizard"===(null==e?void 0:e.__rendererName)?b("d9b6b8e29d63ac6bb7a0381e994ebcb5"):null)}},next:{descDetail:function(e){return o.createElement("div",null,o.createElement("span",{className:"variable-right"},null==e?void 0:e.rendererLabel),"carousel"===(null==e?void 0:e.__rendererName)?b("47b9cbf9f3a3f08264b19f4a1228e865"):null,"wizard"===(null==e?void 0:e.__rendererName)?b("832efcc5c30746b84b910cde8630d491"):null)}},collapse:{descDetail:function(e){return o.createElement("div",null,o.createElement("span",{className:"variable-right"},null==e?void 0:e.rendererLabel),"收起")}},selectAll:{descDetail:function(e){return o.createElement("div",null,o.createElement("span",{className:"variable-right"},null==e?void 0:e.rendererLabel),"选中所有选项")}},focus:{descDetail:function(e){return o.createElement("div",null,o.createElement("span",{className:"variable-right"},null==e?void 0:e.rendererLabel),"获取焦点")}},refresh:{descDetail:function(e){return o.createElement("div",null,"刷新页面")}},alert:{descDetail:function(e){return o.createElement("div",null,"打开提示对话框")}},confirm:{descDetail:function(e){return o.createElement("div",null,"打开确认对话框")}}},io=function(e,a){return(0,d.hEs)(e,(function(e){return e.actionType===a}))},ro=function(e,a){return(0,d.hEs)(e,(function(e){var t;return null===(t=e.actions)||void 0===t?void 0:t.find((function(e){return e.actionType===a}))}))},lo=function(e,a){return"component"===e.groupType?"component":a?a.actionType:e.actionType},so=function(e,a){var t;return null===(t=e.find((function(e){return e.eventName===a})))||void 0===t?void 0:t.eventLabel},bo=function(e,a){var t;return null===(t=e.find((function(e){return e.eventName===a})))||void 0===t?void 0:t.strongDesc},fo=function(e,a,t,n,c,o){var i,r,l,s,b,u,p,m=null;if(e.componentId){var h=(0,d.hEs)(null!=o?o:[],(function(a){return a.value===e.componentId}));m=h&&(null===(r=null===(i=n[h.type])||void 0===i?void 0:i.find((function(a){return a.actionType===e.actionType})))||void 0===r?void 0:r[a])}if(m||(m=null===(l=io(t,e.actionType))||void 0===l?void 0:l[a]),!m){var v=(0,f.pi)((0,f.pi)({},oo),c),g=ro(t,e.actionType);m="actionLabel"===a?null==g?void 0:g.actionLabel:null!==(u=null===(b=null===(s=null==g?void 0:g.actions)||void 0===s?void 0:s.find((function(a){return a.actionType===e.actionType})))||void 0===b?void 0:b[a])&&void 0!==u?u:null===(p=v[e.actionType])||void 0===p?void 0:p[a]}return m},uo=function(e,a){var t=/(?:\/|^)dialog\/.+$/.test(a.path);return{type:"tooltip-wrapper",content:b("9654916723a8d1d82f5ab9d2911edf93"),inline:!0,tooltipTheme:"dark",body:[{type:"button",label:b("88f7a3aef4888dd507482aedc02bb808"),className:"block old-action-btn",actionType:"dialog",dialog:{type:"dialog",title:b("c500cfabdec9b2761fe9f1aa543933eb"),body:{type:"form",body:[{label:b("88d1257b0cf667319085f3e0033b9607"),type:"select",name:"actionType",pipeIn:kc(""),options:[{label:b("18c63459a2c069022c7790430f761214"),value:""},{label:b("ab3aec075a09d055b2a28c8b61925ee0"),value:"dialog"},{label:b("f10f0be4aa9684eef9d78234072fe08b"),value:"drawer"},{label:b("4f02d2efe05a20232ab9da63c090595c"),value:"ajax"},{label:b("5dfd5a78e2ba1bc8afb482a8745454ea"),value:"download"},{label:b("4e58f9c94d345e14e2d69cc8496b7b5a"),value:"link"},{label:b("982db3084a2c470d1a9b34efa024511c"),value:"url"},{label:b("f20d9579ebdc9dfc30a212ae6cae931f"),value:"reload"},{label:b("6a086902a84969a835423002718e86b4"),value:"copy"},{label:b("939d5345ad4345dbaabe14798f6ac0f1"),value:"submit"},{label:b("4b9c3271dc2f299dc3aeffb369187513"),value:"reset"},{label:b("fa476b76ccbd4ac9316f0fd80257b77a"),value:"reset-and-submit"},{label:b("e83a256e4f5bb4ff8b3d804b5473217a"),value:"confirm"},{label:b("625fb26b4b3340f7872b411f401e754c"),value:"cancel"},{label:b("0fc26855080a4219bbfad638029a795c"),value:"next"},{label:b("8ba8a1bead7ca55554cff1c85246ae09"),value:"prev"}]},{type:"input-text",name:"content",visibleOn:'data.actionType == "copy"',label:b("deb65aca8dba2ff9d0cfaed0a3441068")},{type:"select",name:"copyFormat",options:[{label:b("ffb01e5bcf4c00447f5150d3cba81371"),value:"text/plain"},{label:b("e2591e971f4c28db7c80a5f546084a1d"),value:"text/html"}],visibleOn:'data.actionType == "copy"',label:b("c28f4d63beabc4833b17aaa10ca550db")},{type:"input-text",name:"target",visibleOn:'data.actionType == "reload"',label:b("21fa07f18f80bee50695686831ae1286"),required:!0},{name:"dialog",pipeIn:kc({title:b("8a089992349df754f182a5d02de8e8e0"),body:b("1a9aaf05889002e65708c4950012a652"),showCloseButton:!0,showErrorMsg:!0,showLoading:!0}),asFormItem:!0,children:function(a){var t=a.value,n=a.onChange;return"dialog"===a.data.actionType?o.createElement(i.zxk,{size:"sm",level:"danger",className:"m-b",onClick:function(){return e.openSubEditor({title:b("c3c8422fcecd8c1cc922cba15ab5cbc0"),value:(0,f.pi)({type:"dialog"},t),onChange:function(e){return n(e)}})},block:!0},"配置弹框内容"):null}},{visibleOn:'data.actionType == "drawer"',name:"drawer",pipeIn:kc({title:b("8a089992349df754f182a5d02de8e8e0"),body:b("1a9aaf05889002e65708c4950012a652")}),asFormItem:!0,children:function(a){var t=a.value,n=a.onChange;return"drawer"==a.data.actionType?o.createElement(i.zxk,{size:"sm",level:"danger",className:"m-b",onClick:function(){return e.openSubEditor({title:b("262c7c7b9874ae5607fb51da468d0e8c"),value:(0,f.pi)({type:"drawer"},t),onChange:function(e){return n(e)}})},block:!0},"配置抽出式弹框内容"):null}},wc("api",{label:b("5eb694a4252528628929ced97ca95823"),visibleOn:'data.actionType == "ajax"'}),{name:"feedback",pipeIn:kc({title:b("8a089992349df754f182a5d02de8e8e0"),body:b("2d711b09bd0db0ad240cc83b30dd8014")}),asFormItem:!0,children:function(a){var t=a.onChange,n=a.value;return"ajax"==a.data.actionType?o.createElement("div",{className:"m-b"},o.createElement(i.zxk,{size:"sm",level:n?"danger":"info",onClick:function(){return e.openSubEditor({title:b("0cc0fff6eb667b140d3fd06e34a8c69f"),value:(0,f.pi)({type:"dialog"},n),onChange:function(e){return t(e)}})}},"配置反馈弹框内容"),n?o.createElement(i.zxk,{size:"sm",level:"link",className:"m-l",onClick:function(){return t("")}},"清空设置"):null):null}},{name:"feedback.visibleOn",label:b("7984d95c01b725a2709fb8f5ee330fb4"),type:"input-text",visibleOn:"this.feedback",autoComplete:!1,description:b("dfa07586a471e24b23fe68e11f5dc41a")},{name:"feedback.skipRestOnCancel",label:b("47186f00df86d3edad3b5595ba8c2a0a"),type:"switch",mode:"inline",className:"block",visibleOn:"this.feedback"},{name:"feedback.skipRestOnConfirm",label:b("4f21e04fe35d39c79e7779cdf2f4e232"),type:"switch",mode:"inline",className:"block",visibleOn:"this.feedback"},{type:"input-text",label:b("6ab20dc4b64021b85886ad9c12b6e0cc"),name:"link",visibleOn:'data.actionType == "link"'},{type:"input-text",label:b("6ab20dc4b64021b85886ad9c12b6e0cc"),name:"url",visibleOn:'data.actionType == "url"',placeholder:"http://"},{type:"switch",name:"blank",visibleOn:'data.actionType == "url"',mode:"inline",className:"w-full",label:b("0bbc3ec26c36a87c9df3183def6ca9e0"),pipeIn:kc(!0)},t?{visibleOn:'data.actionType == "submit" || data.type == "submit"',name:"close",type:"switch",mode:"inline",className:"w-full",pipeIn:kc(!0),label:b("d0c3025a64b26e5fbf22005f400c06d7")}:{},{name:"confirmText",type:"textarea",label:b("0c15a924dc3bedefb79c958972bef2b9"),description:b("06b13b11740f7663af325bf5426930ba")},{type:"input-text",name:"reload",label:b("fa9a0a79f29fef72e3060ea1af93c305"),visibleOn:'data.actionType != "link" && data.actionType != "url"',description:b("437d629f00e62cf99b3ad288f84ade46")},{type:"input-text",name:"target",visibleOn:'data.actionType != "reload"',label:b("b01f08bf5b9f8e3ef9d49e31d89bf770"),description:b("f667748a8e9717498da714d4e5087af2")},{type:"js-editor",allowFullscreen:!0,name:"onClick",label:b("80ddab8a52f74d707765501b0caae21f"),description:b("babbd439bc04241ed3536f892668c250")},{type:"input-text",name:"hotKey",label:b("867ade50f0bbb10bac65a5c3bc7895e9")}]},onConfirm:function(a){e.panelChangeValue(a[0])}}}]}},po=function(e){return Object.entries(e).map((function(e){var a=(0,f.CR)(e,2);return{key:a[0],val:a[1]}}))},mo=function(e){var a={};return null==e||e.forEach((function(e){a[e.key]=e.val})),a},ho=function(e,a){var t,n,c,o,i,r=e.store.isSubEditor,l=null===(n=null===(t=null==e?void 0:e.config.actionOptions)||void 0===t?void 0:t.customActionGetter)||void 0===n?void 0:n.call(t,e),s=(null===(c=null==e?void 0:e.config.actionOptions)||void 0===c?void 0:c.actionTreeGetter)?null===(o=null==e?void 0:e.config.actionOptions)||void 0===o?void 0:o.actionTreeGetter(to(e)):to(e),u=null===(i=null==e?void 0:e.store)||void 0===i?void 0:i.getComponentTreeSource();return{showOldEntry:!!a.schema.actionType||["submit","reset"].includes(a.schema.type),actions:null==e?void 0:e.pluginActions,events:null==e?void 0:e.pluginEvents,actionTree:s,commonActions:l,owner:"",addBroadcast:null==e?void 0:e.addBroadcast,removeBroadcast:null==e?void 0:e.removeBroadcast,allComponents:u,getContextSchemas:function(t,n){return(0,f.mG)(void 0,void 0,void 0,(function(){var c;return(0,f.Jh)(this,(function(o){switch(o.label){case 0:return[4,e.getContextSchemas(null!=t?t:a.id,n)];case 1:return c=o.sent(),t?[2,c]:[2,e.dataSchema]}}))}))},getComponents:function(a){var t,n=null===(t=null==e?void 0:e.store)||void 0===t?void 0:t.getComponentTreeSource(),c=[];if(r)for(var o=e.store.getSuperEditorData;n;)(null==o?void 0:o.__curCmptTreeWrap)&&(n=[(0,f.pi)((0,f.pi)({},o.__curCmptTreeWrap),{children:n})]),c=(0,f.ev)((0,f.ev)([],(0,f.CR)(c),!1),(0,f.CR)(n),!1),n=null==o?void 0:o.__superCmptTreeSource,o=null==o?void 0:o.__super;else c=n;return(0,d.get)(c,(function(t){return function(a,t){var n,c=t.actionType,o=null==e?void 0:e.pluginActions[a.type],i=!!(null===(n=a.children)||void 0===n?void 0:n.length),d=!1;return"string"==typeof t.supportComponents?(d="*"===t.supportComponents||t.supportComponents===a.type,"byComponent"===t.supportComponents&&(d=function(e,a){return!!Array.isArray(a)&&!!(null==a?void 0:a.find((function(a){return[a.actionType,"component"].includes(e)})))}(c,o))):Array.isArray(t.supportComponents)&&(d=t.supportComponents.includes(a.type)),"component"!==c||(null==o?void 0:o.length)||(a.disabled=!0),!!d||!!i&&(a.disabled=!0,!0)}(t,a)}),1,!0)},actionConfigInitFormatter:function(a,t){return(0,f.mG)(void 0,void 0,void 0,(function(){var n,c,o,i,r,u,p,m,h,v,g,y,w,C,x,E,k,S,N,O,T,I,M,F,R,z,A,j;return(0,f.Jh)(this,(function(P){switch(P.label){case 0:return n=(0,f.pi)({},a),["link","url"].includes(a.actionType)&&(null===(h=a.args)||void 0===h?void 0:h.params)&&(n.args=(0,f.pi)((0,f.pi)({},n.args),{params:po(null===(v=a.args)||void 0===v?void 0:v.params)})),["setValue"].includes(a.actionType)&&(null===(g=a.args)||void 0===g?void 0:g.value)&&(!n.args&&(n.args={}),Array.isArray(null===(y=a.args)||void 0===y?void 0:y.value)?(n.args.value=null===(w=a.args)||void 0===w?void 0:w.value.reduce((function(e,a,t){return e[t]||(e[t]={}),e[t].item=po(a),e}),[]),n.args.__comboType="all"):"object"==typeof(null===(C=a.args)||void 0===C?void 0:C.value)?(n.args.value=po(null===(x=a.args)||void 0===x?void 0:x.value),n.args.__containerType="appoint",void 0!==a.args.index&&(n.args.__comboType="appoint")):"setValue"===a.actionType&&"string"==typeof(null===(E=a.args)||void 0===E?void 0:E.path)&&"string"==typeof(null===(k=a.args)||void 0===k?void 0:k.value)?n.args.__containerType="all":"setValue"===a.actionType&&"string"==typeof(null===(S=a.args)||void 0===S?void 0:S.value)&&(n.args.__containerType="all",n.args.__valueInput=n.args.value,null===(N=n.args)||void 0===N||delete N.value)),["show","hidden","enabled","disabled"].includes(a.actionType)&&(n.__statusType=a.actionType,n.__actionType="static"),["usability","visibility"].includes(a.actionType)&&(n.__actionExpression=null===(O=a.args)||void 0===O?void 0:O.value),"ajax"===a.actionType&&"string"==typeof(null===(T=null==a?void 0:a.args)||void 0===T?void 0:T.api)&&(a.args.api=(0,d._6r)(null===(I=null==a?void 0:a.args)||void 0===I?void 0:I.api)),c=fo(a,"innerArgs",s,e.pluginActions,l),"reload"===n.actionType&&(n.__resetPage=null===(M=n.args)||void 0===M?void 0:M.resetPage,n.__addParam=void 0===n.data||!!n.data,n.__customData=!!n.data,(n.data&&"object"==typeof n.data||n.args&&!Object.keys(n.args).length&&void 0===n.data)&&(n.__customData=!0,n.__containerType="appoint",n.dataMergeMode="override"),n.__addParam&&n.__customData&&n.data?"string"==typeof n.data?(n.__containerType="all",n.__valueInput=n.data):(n.__containerType="appoint",n.__reloadParams=po(n.data)):n.args&&!Object.keys(n.args).length&&void 0===n.data&&(n.__reloadParams=po(n.args))),delete n.data,"addItem"===a.actionType&&"object"==typeof(null===(F=a.args)||void 0===F?void 0:F.item)&&(n.args=(0,f.pi)((0,f.pi)({},n.args),{item:po(null===(R=a.args)||void 0===R?void 0:R.item)})),n.args&&c&&(o={},n.addOnArgs=[],Object.keys(n.args).forEach((function(e){var a,t,i;c.includes(e)?o=(0,f.pi)((0,f.pi)({},o),((a={})[e]=null===(i=n.args)||void 0===i?void 0:i[e],a)):n.addOnArgs=(0,f.ev)((0,f.ev)([],(0,f.CR)(n.addOnArgs),!1),[{key:e,val:null===(t=n.args)||void 0===t?void 0:t[e]}],!1)})),n.args=o),i=ro(s,a.actionType),r=[],(null===(z=a.args)||void 0===z?void 0:z.componentId)?(u=null===(A=null==e?void 0:e.store)||void 0===A?void 0:A.getSchema(null===(j=a.args)||void 0===j?void 0:j.componentId,"id"),[4,e.getContextSchemas(null==u?void 0:u.$$id,!0)]):[3,2];case 1:p=P.sent(),m=new d.JO1(p||[]),r=(null==m?void 0:m.getDataPropsAsOptions())||[],P.label=2;case 2:return[2,(0,f.pi)((0,f.pi)({},n),{actionType:lo(a,i),args:(0,f.pi)((0,f.pi)({},n.args),{__dataContainerVariables:(null==r?void 0:r.length)?(0,f.ev)((0,f.ev)((0,f.ev)([],(0,f.CR)(t.eventVariables),!1),[{label:b("c0a8088f2bbc993500c5a01b0f0a1887"),children:r}],!1),(0,f.CR)(t.rawVariables),!1):(0,f.ev)((0,f.ev)([],(0,f.CR)(t.eventVariables),!1),(0,f.CR)(t.rawVariables),!1)})})]}}))}))},actionConfigSubmitFormatter:function(e){var a,t,n,c,o,i,d,r,l,b,u,p,m,h,v,g,y,w=(0,f.pi)((0,f.pi)({},e),{groupType:void 0});if(w.__title=null===(a=io(s,e.actionType))||void 0===a?void 0:a.actionLabel,"component"===e.actionType&&(w.actionType=e.groupType,w.groupType=e.actionType),ro(s,e.groupType)&&(w.actionType=e.groupType),e.addOnArgs&&(e.addOnArgs.forEach((function(e){var a,t;w.args=null!==(t=w.args)&&void 0!==t?t:{},w.args=(0,f.pi)((0,f.pi)({},w.args),((a={})[e.key]=e.val,a))})),delete w.addOnArgs),"reload"===e.actionType&&(w.data=null,w.dataMergeMode=void 0,w.args="crud"===w.__rendererName?(0,f.pi)((0,f.pi)({},w.args),{resetPage:null===(t=e.__resetPage)||void 0===t||t}):void 0,e.__addParam&&(w.dataMergeMode=e.dataMergeMode||"merge",w.data=void 0,e.__customData&&(w.data="all"===e.__containerType?e.__valueInput:mo(e.__reloadParams||[])))),["link","url"].includes(w.actionType)){var C=null===(n=e.args)||void 0===n?void 0:n.params;C&&C.length&&(w.args=(0,f.pi)((0,f.pi)({},w.args),{params:mo(C)}))}if("setValue"===w.actionType){if(null===(c=e.args)||void 0===c?void 0:c.hasOwnProperty("path"))return w.args={path:e.args.path,value:null!==(i=null===(o=e.args)||void 0===o?void 0:o.value)&&void 0!==i?i:"",fromPage:null===(d=w.args)||void 0===d?void 0:d.fromPage,fromApp:null===(r=w.args)||void 0===r?void 0:r.fromApp},w.hasOwnProperty("componentId")&&delete w.componentId,w;if((null===(l=null==w?void 0:w.args)||void 0===l?void 0:l.hasOwnProperty("path"))&&delete w.args.path,void 0!==(null===(b=e.args)||void 0===b?void 0:b.__valueInput))w.args={value:null===(u=e.args)||void 0===u?void 0:u.__valueInput};else if(Array.isArray(null===(p=e.args)||void 0===p?void 0:p.value))if(w.args=null!==(m=w.args)&&void 0!==m?m:{},"combo"!==w.__rendererName&&"input-table"!==w.__rendererName||void 0!==(null===(h=w.args)||void 0===h?void 0:h.index))w.args=(0,f.pi)((0,f.pi)({},w.args),{value:mo(null===(g=e.args)||void 0===g?void 0:g.value)});else{var x=[];null===(v=e.args)||void 0===v||v.value.forEach((function(e,a){e.item.forEach((function(e){x[a]||(x[a]={}),x[a][e.key]=e.val}))})),w.args=(0,f.pi)((0,f.pi)({},w.args),{value:x})}}return"addItem"===w.actionType&&"combo"===w.__rendererName&&(w.args=(0,f.pi)((0,f.pi)({},w.args),{item:mo(null===(y=e.args)||void 0===y?void 0:y.item)})),["visibility","usability"].includes(e.actionType)&&(w.args="static"!==w.actionType?{value:w.__actionExpression}:void 0,"static"===w.actionType&&(w.actionType=e.__statusType),delete w.__actionExpression,delete w.__statusType),delete w.config,w}}},vo={onEvent:{click:{actions:[]}}},go=function(e){var a={className:"ae-BaseRemark",icon:"fa fa-question-circle",trigger:["hover","click"],placement:"left",content:""};if(!Ke(e)||"string"==typeof e)return e?(0,f.pi)((0,f.pi)({},a),{content:e.toString()}):void 0;var t=e.className,n=e.content,c=(0,f._T)(e,["className","content"]);return n?(0,f.pi)((0,f.pi)((0,f.pi)((0,f.pi)({},a),c),t?{className:"".concat(a.className," ").concat(c.className)}:{}),{content:n}):void 0},yo=function(e,a,t,n,c){void 0===t&&(t=!1),void 0===n&&(n=!1);var o=a?Array.isArray(a)?a.concat():[a]:[];return V()(t?o:n?(0,f.ev)((0,f.ev)([],(0,f.CR)(o),!1),(0,f.CR)(e),!1):(0,f.ev)((0,f.ev)([],(0,f.CR)(e),!1),(0,f.CR)(o),!1))},wo=function(e,a){var t,n,c,o,i,d,r,l,s,u,p,m,h,v,g,y,w,C=(null===(t=null==a?void 0:a.schema)||void 0===t?void 0:t.type)||"",x=eo.includes(C),E={type:"collapse",headingClassName:"ae-formItemControl-header",bodyClassName:"ae-formItemControl-body"};Object.keys(null!==(n=null==a?void 0:a.schema)&&void 0!==n?n:{});var k,S,N=yo([],null===(c=null==e?void 0:e.option)||void 0===c?void 0:c.body,null===(o=null==e?void 0:e.option)||void 0===o?void 0:o.replace),O=(null==e?void 0:e.property)?(k=E,S=null==e?void 0:e.property,void 0===k&&(k={}),S?Array.isArray(S)?S.filter((function(e){return e})).map((function(e,a){return(0,f.pi)((0,f.pi)((0,f.pi)((0,f.pi)({},k),{key:e.key||a.toString()}),e),{body:V()(e.body)})})):[(0,f.pi)((0,f.pi)((0,f.pi)({},k),{key:"0"}),S)]:[]):(0,f.ev)((0,f.ev)([(0,f.pi)((0,f.pi)({},E),{header:b("4092ed98e9035652d4c9ca9441701ed7"),key:"common",body:yo([wc("formItemName",{required:!0}),wc("label"),wc("labelRemark"),wc("remark"),wc("placeholder"),wc("description")],null===(i=null==e?void 0:e.common)||void 0===i?void 0:i.body,null===(d=null==e?void 0:e.common)||void 0===d?void 0:d.replace,null===(r=null==e?void 0:e.common)||void 0===r?void 0:r.reverse)})],(0,f.CR)(0!==N.length?[(0,f.pi)((0,f.pi)({},E),{header:(null===(l=null==e?void 0:e.option)||void 0===l?void 0:l.title)||b("ea15ae2b7fba76c83eec6d0986d15197"),key:"option",body:N})]:[]),!1),[(0,f.pi)((0,f.pi)({},E),{header:b("3fea7ca76cdece641436d7ab0d02ab1b"),key:"status",body:yo([wc("hidden"),x?wc("static"):null,wc("disabled"),wc("clearValueOnHidden")],null===(s=null==e?void 0:e.status)||void 0===s?void 0:s.body,null===(u=null==e?void 0:e.status)||void 0===u?void 0:u.replace,null===(p=null==e?void 0:e.status)||void 0===p?void 0:p.reverse)})],!1);return[{type:"tabs",tabsMode:"line",className:"editor-prop-config-tabs",linksClassName:"editor-prop-config-tabs-links",contentClassName:"no-border editor-prop-config-tabs-cont",tabs:(0,f.ev)([{title:b("24d67862f87f439db7ca957aecb77cce"),className:"p-none",body:[{type:"collapse-group",expandIconPosition:"right",expandIcon:{type:"icon",icon:"chevron-right"},className:"ae-formItemControl",activeKey:O.map((function(e,a){return e.key})),body:O}]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:yo((0,f.ev)([wc("formItemMode"),wc("horizontalMode"),wc("horizontal",{label:"",visibleOn:'data.mode == "horizontal" && data.label !== false && data.horizontal'}),wc("formItemInline"),wc("className"),wc("className",{label:b("6d0034a2419e1f394dedab07994b9665"),name:"labelClassName"}),wc("className",{label:b("2cadb6621afe19333b142faa541b0f91"),name:"inputClassName"}),wc("className",{label:b("0e627e6a0ff773ee76bc4cc0871cb48d"),name:"descriptionClassName",visibleOn:"this.description"})],(0,f.CR)(x?[wc("className",{label:b("3e573fd37473d789211ee44335d82fad"),name:"staticClassName"})]:[]),!1),null===(m=null==e?void 0:e.style)||void 0===m?void 0:m.body,null===(h=null==e?void 0:e.style)||void 0===h?void 0:h.replace,null===(v=null==e?void 0:e.style)||void 0===v?void 0:v.reverse)}],(0,f.CR)(Ke(a)&&!(null===(g=null==e?void 0:e.event)||void 0===g?void 0:g.hidden)?[{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:yo([wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.info.plugin.manager,a)))],null===(y=null==e?void 0:e.event)||void 0===y?void 0:y.body,null===(w=null==e?void 0:e.event)||void 0===w?void 0:w.replace)}]:[]),!1)}]};function Co(e){return{type:"ae-switch-more",formType:"dialog",className:"ae-switch-more-flex",label:e.labelRemark?Sc(e.label,e.labelRemark):e.label,bulk:!1,name:e.name,pipeIn:function(e){return!!e},pipeOut:function(e){return Ke(e)?e:e?{icon:"fa fa-question-circle",trigger:["hover"],className:"Remark--warning",placement:"top"}:void 0},form:{size:"md",className:"mb-8",mode:"horizontal",horizontal:{left:4,right:8,justify:!0},body:{type:"grid",className:"pt-4 right-panel-pop",gap:"lg",columns:[{md:"6",body:[{name:"title",type:e.i18nEnabled?"input-text-i18n":"input-text",label:b("dc19704991f1476fa4dcbb80c50bedd6"),placeholder:b("55713166f8bddcc0aefc3a32464746f1")},{name:"content",type:e.i18nEnabled?"textarea-i18n":"textarea",label:b("2d711b09bd0db0ad240cc83b30dd8014")}]},{md:"6",body:[{name:"placement",type:"button-group-select",size:"md",label:b("59b9e2022323a63079c6ddab63fec112"),options:[{label:b("af767b7e4ae069d54f9ea839858d4c6d"),value:"top"},{label:b("3850a186c3235bc646d4c2f79cebac36"),value:"bottom"},{label:b("d2aff1417831aa621c16cd5b95306b4b"),value:"left"},{label:b("4d9c32c23df5d234e629c922c58d8e12"),value:"right"}]},wc("icon"),{name:"className",label:b("4434b33a8731a73613ba5fa1eb984efb"),type:"input-text",labelRemark:go(b("f10b676db977ae808af8d96b327be7f3"))},{name:"trigger",type:"select",label:b("159dbc2fafd57b9d3652f16659b1b519"),labelRemark:go(b("45a51525391d4a3771b22f2cf1aa96b3")),multiple:!0,pipeIn:function(e){return Array.isArray(e)?e.join(","):[]},pipeOut:function(e){return e&&e.length?e.split(","):["hover"]},options:[{label:b("728c7cdfa431821d291b5108394ec65a"),value:"hover"},{label:b("4363c17ebb346b646af55bd8c8075915"),value:"click"}]},{name:"rootClose",visibleOn:'~this.trigger.indexOf("click")',label:b("5632c68dac780bd766f740830481f4b0"),type:"switch",mode:"row",inputClassName:"inline-flex justify-between flex-row-reverse"}]}]}}}}Cc("remark",Co({name:"remark",label:b("ff255db9b108589abd5c649e2a02e3f1"),labelRemark:b("9e783b34207fe24bc488136faba65442")})),Cc("labelRemark",Co({name:"labelRemark",label:b("3ba265c6b63bde0319822afd6b9a649d"),labelRemark:b("7ad83bbe4646a0011ece7fd338d1e189")})),Cc("horizontal-align",{type:"button-group-select",label:b("d4d2a66820d30e07b44c850eb3f116c0"),options:[{label:b("a7eaff29603a9c40927f726013d2c016"),value:"left",icon:"fa fa-align-left"},{label:b("128d58f066a18ddb2ddb701921d5c77c"),value:"right",icon:"fa fa-align-right"}]}),Cc("leftFixed",{name:"horizontal.leftFixed",type:"button-group-select",visibleOn:"data.horizontal && data.horizontal.leftFixed",label:b("c28479019e24e0e4745f4948e9e97ee7"),options:[{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"sm"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"normal"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"lg"}]}),Cc("leftRate",{name:"horizontal",type:"input-range",visibleOn:"data.horizontal && !data.horizontal.leftFixed",min:1,max:11,step:1,label:Sc(b("150075376834f1879d6ceb7c2d10ec67"),b("34598b2c71a8affb13da84ba39e905d5")),pipeIn:function(e){return e.left||3},pipeOut:function(e){return{left:e,right:12-e}}}),Cc("horizontal",(function(e){return[(0,f.pi)({type:"select",label:b("73ec114993142f627ab6c3e6706fa3c3"),name:"horizontal",options:[{label:b("2dde3029c4170a1c8e961a90766e0194"),value:"formHorizontal"},{label:b("ae6fa9e75d38b9db24f78496b72bcc75"),value:"leftFixed"},{label:b("150075376834f1879d6ceb7c2d10ec67"),value:"leftRate"}],pipeIn:function(e){return e?e.leftFixed?"leftFixed":"leftRate":"formHorizontal"},pipeOut:function(e){return{formHorizontal:void 0,leftFixed:{leftFixed:"normal"},leftRate:{left:3,right:9}}[e]},visibleOn:'this.mode == "horizontal" && this.label !== false'},(0,k.isObject)(e)?e:{}),{type:"container",className:"ae-ExtendMore mb-3",visibleOn:'this.mode == "horizontal" && this.horizontal && this.label !== false',body:[wc("leftFixed"),wc("leftRate")]}]})),Cc("subFormItemMode",{label:b("424f04d454332ddaff4daa0a365e9335"),name:"subFormMode",type:"button-group-select",size:"sm",option:b("2dde3029c4170a1c8e961a90766e0194"),pipeIn:kc(""),options:[{label:b("2dde3029c4170a1c8e961a90766e0194"),value:""},{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"normal"},{label:b("2dd25b8c21efbfee4a198787810d65d8"),value:"inline"},{label:b("4cde06e6162ed66720e3133cb83bc059"),value:"horizontal"}]}),Cc("subFormHorizontalMode",{type:"switch",label:b("b17754a193ac835bcae0bf960f3a3772"),name:"subFormHorizontal",onText:b("2dde3029c4170a1c8e961a90766e0194"),offText:b("f1d4ff50f3828f9b73412e7d94e6dd6e"),inputClassName:"text-sm",visibleOn:'this.subFormMode == "horizontal"',pipeIn:function(e){return!e},pipeOut:function(e,a,t){return e?null:t.formHorizontal||{leftFixed:"normal"}}}),Cc("subFormItemMode",{label:b("424f04d454332ddaff4daa0a365e9335"),name:"subFormMode",type:"button-group-select",size:"sm",option:b("2dde3029c4170a1c8e961a90766e0194"),pipeIn:kc(""),options:[{label:b("2dde3029c4170a1c8e961a90766e0194"),value:""},{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"normal"},{label:b("2dd25b8c21efbfee4a198787810d65d8"),value:"inline"},{label:b("4cde06e6162ed66720e3133cb83bc059"),value:"horizontal"}]}),Cc("subFormHorizontalMode",{type:"switch",label:b("b17754a193ac835bcae0bf960f3a3772"),name:"subFormHorizontal",onText:b("2dde3029c4170a1c8e961a90766e0194"),offText:b("f1d4ff50f3828f9b73412e7d94e6dd6e"),inputClassName:"text-sm",visibleOn:'this.subFormMode == "horizontal"',pipeIn:function(e){return!e},pipeOut:function(e,a,t){return e?null:t.formHorizontal||{leftFixed:"normal"}}}),Cc("subFormHorizontal",{type:"combo",syncDefaultValue:!1,visibleOn:'data.subFormMode == "horizontal" && data.subFormHorizontal',name:"subFormHorizontal",multiLine:!0,pipeIn:function(e){return{leftRate:e&&"number"==typeof e.left?e.left:e&&/\bcol\-(?:xs|sm|md|lg)\-(\d+)\b/.test(e.left)?parseInt(RegExp.$1,10):2,leftFixed:e&&e.leftFixed||""}},pipeOut:function(e){var a=Math.min(11,Math.max(1,e.leftRate||2));return{leftFixed:e.leftFixed||"",left:a,right:12-a}},inputClassName:"no-padder",items:[{name:"leftFixed",type:"button-group-select",label:b("2e282fb6405a60830112991f88e95753"),size:"xs",options:[{label:b("c41b3271487a3cc63e79feeb11b11de0"),value:""},{label:b("0fcf69b5d0b44955fcbec9702f90b556"),value:"sm",visibleOn:"this.leftFixed"},{label:b("b591aed69defa2abf0486da6a58dfb5e"),value:"normal"},{label:b("0fa590019ace86acee8d7655e5fb11b7"),value:"lg",visibleOn:"this.leftFixed"}]},{name:"leftRate",type:"input-range",visibleOn:"!this.leftFixed",min:1,max:11,step:1,label:b("51c1e80408011ba118cdcc696f28283d"),labelRemark:{trigger:"click",className:"m-l-xs",rootClose:!0,content:b("aa0ff71cb10c3e54d68874dc2b17acaf"),placement:"left"}}]}),Cc("api",(function(e){void 0===e&&(e={});var a=e.name,t=e.label,n=e.value,c=e.description,d=e.sampleBuilder;e.apiDesc;var r=(0,f._T)(e,["name","label","value","description","sampleBuilder","apiDesc"]);return(0,f.pi)({type:"container",body:[{type:"checkbox",label:t||"API",labelRemark:d?{label:!1,title:b("226c06861b0605a3276311b1369204f2"),icon:"fas fa-code",className:"m-l-xs ae-ApiSample-icon",tooltipClassName:"ae-ApiSample-tooltip",children:function(e){return o.createElement(i.Vtq,{className:"ae-ApiSample",inline:!1,html:"\n
".concat(d(e),"
\n ")})},trigger:"click",rootClose:!0,placement:"left"}:void 0,option:b("1f318234cab713b51b5172d91770bc11"),name:a||"api",mode:"inline",className:"w-full m-b-sm",inputClassName:"pull-right text-sm m-t-sm p-t-none",onChange:function(){},pipeIn:function(e){return e&&"string"!=typeof e},pipeOut:function(e,a){var t=(0,i.xkX)(a);return e?{method:t.method,url:t.url}:t.url?"".concat(t.method?"".concat(t.method,":"):"").concat(t.url):""}},{name:a||"api",type:"input-text",value:n,placeholder:"http://",description:c,visibleOn:"!this.".concat(a||"api"," || typeof this.").concat(a||"api"," === 'string'"),className:"m-b-none",labelRemark:{}},{type:"combo",name:a||"api",description:c,syncDefaultValue:!1,multiLine:!0,visibleOn:"this.".concat(a||"api"," && typeof this.").concat(a||"api"," !== 'string'"),className:"m-b-none",messages:{validateFailed:b("a0472043a9598b1b19f1adcec1e1d75d")},pipeIn:function(e){if("string"==typeof e){var a=e,t="get",n=/^(raw:|external:)?(get|post|put|patch|delete):(.*)$/.exec(a);return n&&(a=n[1]+n[3],t=n[2]),{method:t,url:a}}return e},items:[{label:b("6aa351f5dacd13d3d862d9c93e4a0241"),name:"method",value:"get",type:"select",mode:"horizontal",horizontal:{leftFixed:"sm"},options:[{value:"get",label:"GET"},{value:"post",label:"POST"},{value:"put",label:"PUT"},{value:"patch",label:"PATCH"},{value:"delete",label:"DELETE"}]},{label:b("85624c8e8b0fc98954eecbe508e8b59d"),type:"input-text",name:"url",placeholder:"http://",required:!0},{type:"switch",label:b("dd10fdec63a2224aa3d28b48d428cb98"),name:"data",className:"w-full m-b-xs",pipeIn:function(e){return!!e},pipeOut:function(e){return e?{"&":"$$"}:null}},{type:"tpl",visibleOn:"!this.data",inline:!1,className:"text-sm text-muted m-b",tpl:b("0fcbf036057c6dd88b7b809daa0c5eb7")},{type:"ae-DataMappingControl",syncDefaultValue:!1,name:"data",mode:"normal",renderLabel:!1,visibleOn:"this.data",valueType:"ae-DataPickerControl",descriptionClassName:"help-block text-xs m-b-none",description:b("5414824fb8efdb7d59beae4bf95fdefd")},{label:b("8dc91bca9bc83efea73150e3478657fc"),type:"input-text",name:"sendOn",placeholder:b("bf9e242338d2c26b182aa6b9c015d84c"),description:b("91ee84292a5bf5e59d3b6309f948f2f1")},{type:"switch",label:b("773a0e8384fd6f784088b829d7cc2f68"),name:"cache",className:"w-full m-b-xs",description:b("2816c3584802b2fc75db5bc3c6aa81e8"),pipeIn:function(e){return!!e},pipeOut:function(e){return e?3e3:void 0}},{type:"input-number",name:"cache",mode:"inline",min:0,step:500,visibleOn:"this.cache",pipeIn:function(e){return"number"==typeof e?e:0}},{type:"switch",label:b("a18ea11244325dd3d20c5988bc7f6e39"),name:"responseType",pipeIn:function(e){return"blob"===e},pipeOut:function(e){return e?"blob":void 0},description:b("6e889f0cc8c1d8f705edfd5d0bbdaaa0")},{label:b("7c6722203327e8173be987f36fadf610"),type:"button-group-select",name:"dataType",description:"".concat(b("55409342e28d37db86fb23efbd84a025"),':<%= data.dataType === "json" ? "application/json" : (data.dataType === "form-data" ? "multipart/form-data" : (data.dataType === "form" ? "application/x-www-form-urlencoded" : "")) %>,').concat(b("e06a14abe7ef66a8ead143db4ae9786e")),size:"sm",className:"block",mode:"inline",options:[{label:"JSON",value:"json"},{label:"FormData",value:"form-data"},{label:"Form",value:"form"}]},{type:"switch",label:b("91831507074270c0da8a31ad9ff87495"),name:"replaceData",description:b("508a38f518821a0f6bb2d15269b31ece")},{type:"switch",label:b("7dd590a9d9e783e980d318bd52891905"),name:"responseData",className:"w-full m-b-xs",pipeIn:function(e){return!!e},pipeOut:function(e){return e?{"&":"$$"}:null}},{type:"tpl",visibleOn:"!this.responseData",inline:!1,className:"text-sm text-muted m-b",tpl:b("7e295b6ff39ec7356e06c4534bfc4fb3")},{type:"input-kv",syncDefaultValue:!1,name:"responseData",visibleOn:"this.responseData",descriptionClassName:"help-block text-xs m-b-none"},{title:b("5c131eb3bc61f6b0a26e20449ad7ce56"),type:"fieldSet",className:"m-b-none",size:"sm",collapsable:!1,collapsedOn:"!this.requestAdaptor && !this.adaptor",body:[{name:"requestAdaptor",type:"js-editor",allowFullscreen:!0,label:b("417125a06b1d2bfff025e83a4e067bf0"),description:b("62efcb25e5b21da47c09780119da3458")},{name:"adaptor",type:"js-editor",allowFullscreen:!0,label:b("6eb8944029108ad3b6bb3572a648fafa"),description:b("e83cbec70e17988749c4a02a3b73f55c")}]}]}]},r)})),Cc("source",(function(e){return void 0===e&&(e={}),wc("api",(0,f.pi)({name:"source",label:b("1395eba8d9efe27aa1ecd1a45e3e5dcd"),description:b("f514cabe63553a850063834c9d44a5ee"),sampleBuilder:function(){return JSON.stringify({status:0,msg:"",data:{options:[{label:b("05f87b331e1c97691776d93a6598373f"),value:"a"},{label:b("f38c0a46797523b11051e35ec0f82a42"),value:"b"}]}},null,2)}},e))})),Cc("apiString",{name:"api",type:"input-text",placeholder:"http://"}),Cc("initFetch",(function(e){void 0===e&&(e={});var a=(0,k.get)(e,"visibleOn","this.initApi"),t=(0,k.get)(e,"name","initFetch");return{type:"group",label:Sc((0,k.get)(e,"label",b("47d0a7caaa2baee8d38612a1c57421ef")),b("866a60d7fbdfeba6ae42c7e9c7b03059")),visibleOn:a,direction:"vertical",body:[{name:t,type:"radios",inline:!0,onChange:function(){},options:[{label:b("0a60ac8f02ccd2cf723f927284877851"),value:!0},{label:b("c9744f45e76d885ae1c74d4f4a934b2e"),value:!1},{label:b("a9400c408441f1f7f6d6954deb05ae9a"),value:""}]},wc("valueFormula",{label:"",name:"".concat(t,"On"),autoComplete:!1,visibleOn:"typeof this.".concat(t,' !== "boolean"'),placeholder:b("713ec76479b992652ed39364d3d03870"),className:"m-t-n-sm"})]}})),Cc("proxy",{type:"switch",label:b("3f4f3acd6968f38361dddc6612a0c54f"),name:"proxy",mode:"horizontal",horizontal:{justify:!0,left:8},inputClassName:"is-inline"}),Cc("apiControl",(function(e){void 0===e&&(e={});var a=e.name,t=e.label;e.value;var n=e.description,c=e.sampleBuilder;e.apiDesc;var d=(0,f._T)(e,["name","label","value","description","sampleBuilder","apiDesc"]);return(0,f.pi)({type:"ae-apiControl",label:t,name:a||"api",description:n,labelRemark:c?{label:!1,title:b("226c06861b0605a3276311b1369204f2"),icon:"fas fa-code",className:"m-l-xs ae-ApiSample-icon",tooltipClassName:"ae-ApiSample-tooltip",children:function(e){return o.createElement(i.Vtq,{className:"ae-ApiSample",inline:!1,html:"\n
".concat(c(e),"
\n ")})},trigger:"click",rootClose:!0,placement:"left"}:void 0},d)})),Cc("interval",(function(e){return void 0===e&&(e={}),(0,f.pi)({type:"ae-switch-more",label:b("e5e3131aaf96b6dd10574bc9beeaf934"),name:"interval",formType:"extend",bulk:!0,mode:"normal",form:{body:[wc("withUnit",{label:b("8df0f3891f8a80a392816f6ca662a33d"),name:"interval",control:{type:"input-number",name:"interval",value:1e3},unit:b("21157cbff85802e353409f647f1f1f91")})]}},e)})),Cc("silentPolling",(function(){return wc("switch",{label:Sc(b("19c5410b23fba4bbfd1a58bbd5268c9b"),b("04f840b0772f4b5d59954a29a76f4e7b")),name:"silentPolling",visibleOn:"!!this.interval"})})),Cc("stopAutoRefreshWhen",(function(e){return void 0===e&&(e={}),wc("valueFormula",(0,f.pi)({name:"stopAutoRefreshWhen",label:Sc(b("83f16354dd1532422dc8b3581d096e7b"),b("620f826a77f079c5683a9d3c59461ea1")),visibleOn:"!!this.interval"},e))})),Cc("actionApiControl",(function(e){void 0===e&&(e={});var a=e.name,t=e.label;e.value;var n=e.description,c=e.sampleBuilder,d=(0,f._T)(e,["name","label","value","description","sampleBuilder"]);return(0,f.pi)({type:"ae-actionApiControl",label:t,name:a,description:n,mode:"normal",labelRemark:c?{icon:"",label:b("1a63ac23010e0573f7c0a8cd3314b8c6"),title:b("226c06861b0605a3276311b1369204f2"),tooltipClassName:"ae-ApiSample-tooltip",children:function(e){return o.createElement(i.Vtq,{className:"ae-ApiSample",inline:!1,html:"\n
".concat(c(e),"
\n ")})},trigger:"click",className:"m-l-xs",rootClose:!0,placement:"left"}:void 0},d)})),Cc("loadingConfig",(function(e,a){for(var t=a.context,n="",c=t.node.parent;c&&!n;){var o=c.type;"dialog"===o||"drawer"===o?n="[role=dialog-body]":"page"===o&&(n="[role=page-body]"),c=c.parent}return(0,f.pi)((0,f.pi)({name:"loadingConfig",type:"select",label:b("5a4e41af91746f8a3905aa9f66048955"),options:[{label:b("6ade3082696deb00357f5c0359093cd4"),value:1},{label:b("b6ac896eff6a6502e4ae7079b3e507a5"),value:0},{label:b("0e9ffe1f1cf3f7a620970ea75dba9f39"),value:2}]},e),{pipeOut:function(e){switch(e){case 0:return{show:!1};case 2:return{show:!0,root:n};case 1:return{show:!0};default:return{}}},pipeIn:function(e){return void 0===e&&(e={}),e.root?2:!1===e.show?0:1}})}));var xo=t(28583),Eo=t.n(xo);Cc("options",(function(){var e=oa();return{label:b("25ae4ca8d4b8a67b273066a97a516327"),name:"options",type:"combo",multiple:!0,draggable:!0,addButtonText:b("65d76d0590aa6e05d61fe8db4c6a11ca"),scaffold:{label:"",value:""},items:[{type:e?"input-text-i18n":"input-text",name:"label",placeholder:b("d7ec2d3fea4756bc1642e0f10c180cf5"),required:!0},{type:"select",name:"value",pipeIn:function(e){return"string"==typeof e?"text":"boolean"==typeof e?"boolean":"number"==typeof e?"number":"text"},pipeOut:function(e,a){if("text"===e)return String(a);if("number"===e){var t=Number(a);return isNaN(t)?0:t}return"boolean"===e?Boolean(a):""},options:[{label:b("97d07614380da93d257f9fbf81aa56fb"),value:"text"},{label:b("55d4790c5d819cd0462cbe89561b0dd4"),value:"number"},{label:b("97b0b6499334ed889b372513290a2a52"),value:"boolean"}]},{type:"input-number",name:"value",placeholder:b("fe7509e0ed085b86f07e3e9975cc5b3d"),visibleOn:'typeof data.value === "number"',unique:!0},{type:"switch",name:"value",placeholder:b("fe7509e0ed085b86f07e3e9975cc5b3d"),visibleOn:'typeof data.value === "boolean"',unique:!0},{type:"input-text",name:"value",placeholder:b("fe7509e0ed085b86f07e3e9975cc5b3d"),visibleOn:'typeof data.value === "undefined" || typeof data.value === "string"',unique:!0}]}})),Cc("tree",{label:b("25ae4ca8d4b8a67b273066a97a516327"),name:"options",type:"combo",multiple:!0,draggable:!0,addButtonText:b("65d76d0590aa6e05d61fe8db4c6a11ca"),description:b("1f08c91da33fc5f0616e8a85c0456a18"),scaffold:{label:"",value:""},items:[wc("optionsLabel"),{type:"input-text",name:"value",placeholder:b("fe7509e0ed085b86f07e3e9975cc5b3d"),unique:!0}]}),Cc("multiple",(function(e){return void 0===e&&(e={}),(0,f.pi)((0,f.pi)({type:"ae-switch-more",mode:"normal",name:"multiple",label:b("e3be7b8a459a08fec8f378a0660b642b"),value:!1,hiddenOnDefault:!0,formType:"extend"},e.patch||{}),{form:{body:e.replace?e.body:(0,f.ev)([wc("joinValues"),wc("delimiter"),wc("extractValue")],(0,f.CR)((null==e?void 0:e.body)||[]),!1)}})})),Cc("checkAllLabel",{type:"input-text",name:"checkAllLabel",label:b("cf763c357566be6fdaee886a40ddcca7"),value:b("66eeacd93a7c1bda93906fe908ad11a0"),mode:"row"}),Cc("checkAll",(function(){return[wc("switch",{label:b("9c541222ced2435288c24b34f8ad1fb8"),name:"checkAll",value:!1,visibleOn:"data.multiple"}),{type:"container",className:"ae-ExtendMore mb-2",visibleOn:"data.checkAll && data.multiple",body:[wc("switch",{label:b("05bef457e8350e1a5d8007cad41b70e5"),name:"defaultCheckAll",value:!1}),wc("checkAllLabel")]}]})),Cc("joinValues",(function(){return wc("switch",{label:Sc(b("bc8d09093edd98769d5cb39e759aa498"),b("2646ee1ebb6922a5c9359de6cd3b3639")),name:"joinValues",visibleOn:"data.multiple",value:!0})})),Cc("delimiter",{type:"input-text",name:"delimiter",label:Sc(b("1ca0b9b486be3b766a92474189f11fc8"),b("ab8e2e8cd076bd115cdd600d17ca5020")),visibleOn:"data.multiple && data.joinValues",pipeIn:kc(",")}),Cc("extractValue",{type:"switch",label:Sc(b("6df0630b4f00b6bd05de8af09c2f78ad"),b("d7d810ec89408c206a220f62edde737f")),name:"extractValue",inputClassName:"is-inline",visibleOn:"data.multiple && data.joinValues === false",pipeIn:kc(!1)}),Cc("creatable",(function(e){return void 0===e&&(e={}),(0,f.pi)({label:Sc(b("4cff56e2b9703018efc48218b83844b1"),b("457c4cf8e1e2e0daef8949085555563f")),type:"ae-switch-more",mode:"normal",name:"creatable"},e)})),Cc("addApi",(function(){return wc("apiControl",{label:b("d03c96a2da4905c5f13a87c0d8ddbdb4"),name:"addApi",mode:"row",visibleOn:"data.creatable"})})),Cc("createBtnLabel",{label:b("cf6e87cb9edfa398ccfc3db377e34ca4"),name:"createBtnLabel",type:"input-text",placeholder:b("26bb8418786593149c0bf9f8970ab6de")}),Cc("editable",(function(e){return void 0===e&&(e={}),(0,f.pi)({label:Sc(b("a32b3bf74850faad3a9ae6a0a5dac781"),b("457c4cf8e1e2e0daef8949085555563f")),type:"ae-switch-more",mode:"normal",name:"editable"},e)})),Cc("editApi",(function(){return wc("apiControl",{label:b("ea56ca3dac0d39e463a8233fd40a9eb6"),name:"editApi",mode:"row",visibleOn:"data.editable"})})),Cc("removable",(function(e){return void 0===e&&(e={}),(0,f.pi)({label:Sc(b("3c87af7c432e6b1f59e4f415fd5060cf"),b("457c4cf8e1e2e0daef8949085555563f")),type:"ae-switch-more",mode:"normal",name:"removable"},e)})),Cc("deleteApi",(function(){return wc("apiControl",{label:b("793e260d5b7c67d43b5c6d5e885d2363"),name:"deleteApi",mode:"row",visibleOn:"data.removable"})})),Cc("ref",(function(){return null})),Cc("selectFirst",{type:"switch",label:b("63bbd68594c9a987d0ff41d645fafa16"),name:"selectFirst"}),Cc("hideNodePathLabel",{type:"switch",label:Sc(b("0dd2e4469872c176ab1e85b66d99da98"),b("b7e26fcff328b28b393ef2e57e96e258")),name:"hideNodePathLabel",mode:"horizontal",horizontal:{justify:!0,left:8},inputClassName:"is-inline"}),Cc("navControl",{label:b("0d83078816aa273f2941c9b55ec82bf3"),mode:"normal",name:"source",type:"ae-navSourceControl",closeDefaultCheck:!0}),Cc("optionControl",{label:b("0d83078816aa273f2941c9b55ec82bf3"),mode:"normal",name:"options",type:"ae-optionControl"}),Cc("optionControlV2",{label:b("0d83078816aa273f2941c9b55ec82bf3"),mode:"normal",name:"options",type:"ae-optionControl",closeDefaultCheck:!0}),Cc("mapSourceControl",{type:"ae-mapSourceControl",label:b("8b139ce9fa196b602bb1ee3bd25b25df"),mode:"normal",name:"source"}),Cc("timelineItemControl",{label:b("0d83078816aa273f2941c9b55ec82bf3"),model:"normal",type:"ae-timelineItemControl"}),Cc("treeOptionControl",{label:b("0d83078816aa273f2941c9b55ec82bf3"),mode:"normal",name:"options",type:"ae-treeOptionControl"}),Cc("dataMap",{type:"container",body:[wc("switch",{label:Sc(b("dd10fdec63a2224aa3d28b48d428cb98"),b("22b47452f52254ce07507287d137d167")+b("68419387f5bb8487a848b818d78424ae")),name:"dataMapSwitch",pipeIn:kc(!1),onChange:function(e,a,t,n){e?n.setValues({data:{},dataMap:{},withDefaultData:!1}):(n.deleteValueByName("dataMap"),n.deleteValueByName("data"))}}),wc("combo-container",{type:"container",className:"ae-Combo-items",visibleOn:"this.dataMapSwitch",body:[wc("switch",{label:Sc(b("cb65841ea7dec5ae0af20b3f5e52abfc"),b("6922790f45faf064e063069816e4d2ec")),name:"withDefaultData",className:"mb-0",pipeIn:kc(!1),onChange:function(e,a,t,n){n.setValues({data:e?{"&":"$$"}:{},dataMap:{}})}}),{type:"input-kv",syncDefaultValue:!1,name:"dataMap",className:"block -mt-5",deleteBtn:{icon:"fa fa-trash"},itemsWrapperClassName:"ae-Combo-items",pipeIn:function(e,a){var t,n=Y()(null===(t=a.data)||void 0===t?void 0:t.data);return n&&"$$"===n["&"]?te()(n,"&"):n},onChange:function(e,a,t,n){var c=n.data.withDefaultData?Eo()({"&":"$$"},e):Y()(e);return n.setValues({data:c}),e}}]})]});var ko=t(54061),So=t.n(ko),No=t(84486),Oo=t.n(No);Cc("validations",(function(){var e=[{label:b("cff1ec632eaf35f64791615e15ce6d76"),value:"isEmail"},{label:b("fab6f9029822dea7838bf9908d7f5c09"),value:"isUrl"},{label:b("55d4790c5d819cd0462cbe89561b0dd4"),value:"isNumeric"},{label:b("1111c44adfa40fe9cb22797d2c1e37e8"),value:"isAlpha"},{label:b("725bf3485a0456cf7f65a507ce67254b"),value:"isAlphanumeric"},{label:b("96c4ea83892a3227a2aa5b8f3759bca4"),value:"isInt"},{label:b("35962d17a3fba5f4802d7845695a3e72"),value:"isFloat"},{label:b("28e8e048490110c8dd8e2ad6af324980"),value:"isLength"},{label:b("8c4ee6022f1525097a1141acad094d4e"),value:"maxLength"},{label:b("17971609e210034c0d6a25b0186e2b7b"),value:"minLength"},{label:b("5da893141114a59da868052b3a17a79a"),value:"maximum"},{label:b("c322edb884724d04842fc35f4d29a24e"),value:"minimum"},{label:b("92448a35f41de3a1fa69135acfed5ce9"),value:"isPhoneNumber"},{label:b("193a8c42c1c373f385a4c7b33ffc381e"),value:"isTelNumber"},{label:b("6102d474314f27577d89e85b4c6cc4a5"),value:"isZipcode"},{label:b("84e0cb5d57ed995b0cc04b4ab9a7997b"),value:"isId"},{label:b("8dbec4f0c05be45a8acf6a5ae9d1f880"),value:"isJson"},{label:b("eb242bc7524c797fb1aee2344dec92da"),value:"equals"},{label:b("c17d9577233793976d3902c117eed82b"),value:"equalsField"},{label:b("b457177c184722b655954a08cf3f71ca"),value:"matchRegexp"},{label:b("d3927ffde0fdefc47f910e70226d6a4e"),value:"matchRegexp1"},{label:b("0ebee58f4f2a0f807f08a6427dc58497"),value:"matchRegexp2"},{label:b("15f52cddb226421e68c70488fff3db5b"),value:"matchRegexp3"},{label:b("271b01959e09c0771760f59964baed56"),value:"matchRegexp4"}],a=["isEmail","isUrl","isNumeric","isAlpha","isAlphanumeric","isInt","isFloat","isJson","isPhoneNumber","isTelNumber","isZipcode","isId"];return{type:"combo",syncDefaultValue:!1,name:"validations",label:b("4eddee6a20aceddd6bcdf7e0736887ee"),addButtonText:b("ba3c802f3ce1641eb6f8986e8d19e672"),multiple:!0,pipeIn:function(e){if("string"==typeof e&&e&&(e=(0,i.Xwr)(e)),!Ke(e))return e;var a=[];return Object.keys(e).forEach((function(t){var n;/^\$\$/.test(t)||a.push(((n={type:t})[t]=Array.isArray(e[t])?e[t][0]:e[t],n))})),a},pipeOut:function(t){if(!Array.isArray(t))return t;var n={};return t.forEach((function(t){var c,o,i,d=t.type||(c=e,o=function(e){return!n[e.value]},(i=z()(c,o))?i.value:"")||e[0].value;n[d]=t[d]||!!~a.indexOf(d)||""})),n},items:[{type:"select",unique:!0,name:"type",options:e,columnClassName:"w-sm"},{type:"input-number",name:"isLength",visibleOn:'data.type == "isLength"',placeholder:b("7be30fe376e9bfd8895ee50e6f4216f3"),value:"1"},{type:"input-number",name:"maximum",visibleOn:'data.type == "maximum"',placeholder:b("d00f99fd76e86ba4dab6f70858010ca0")},{type:"input-number",name:"minimum",visibleOn:'data.type == "minimum"',placeholder:b("e993ecfbb3f934481257f1bb57056bfe")},{type:"input-number",name:"maxLength",visibleOn:'data.type == "maxLength"',placeholder:b("99f5d503544334c670cbe1f400aea9e1")},{type:"input-number",name:"minLength",visibleOn:'data.type == "minLength"',placeholder:b("91bdac623455c91b7400328a5600cec0")},{type:"input-text",name:"equals",visibleOn:'data.type == "equals"',placeholder:b("7002c4a1b7cb5bc32ffd52e1f2d74c70"),value:""},{type:"input-text",name:"equalsField",visibleOn:'data.type == "equalsField"',placeholder:b("aa9cfa5321e589494841ddd90a10c467"),value:""},{type:"input-text",name:"matchRegexp",visibleOn:'data.type == "matchRegexp"',placeholder:b("d22b6fb1c857777ba21467835efc65d6")},{type:"input-text",name:"matchRegexp1",visibleOn:'data.type == "matchRegexp1"',placeholder:b("d22b6fb1c857777ba21467835efc65d6")},{type:"input-text",name:"matchRegexp2",visibleOn:'data.type == "matchRegexp2"',placeholder:b("d22b6fb1c857777ba21467835efc65d6")},{type:"input-text",name:"matchRegexp3",visibleOn:'data.type == "matchRegexp3"',placeholder:b("d22b6fb1c857777ba21467835efc65d6")},{type:"input-text",name:"matchRegexp4",visibleOn:'data.type == "matchRegexp4"',placeholder:b("d22b6fb1c857777ba21467835efc65d6")}]}})),Cc("validationErrors",(function(){var e=oa(),a=[{label:b("cff1ec632eaf35f64791615e15ce6d76"),value:"isEmail"},{label:b("fab6f9029822dea7838bf9908d7f5c09"),value:"isUrl"},{label:b("55d4790c5d819cd0462cbe89561b0dd4"),value:"isNumeric"},{label:b("1111c44adfa40fe9cb22797d2c1e37e8"),value:"isAlpha"},{label:b("725bf3485a0456cf7f65a507ce67254b"),value:"isAlphanumeric"},{label:b("96c4ea83892a3227a2aa5b8f3759bca4"),value:"isInt"},{label:b("35962d17a3fba5f4802d7845695a3e72"),value:"isFloat"},{label:b("28e8e048490110c8dd8e2ad6af324980"),value:"isLength"},{label:b("8c4ee6022f1525097a1141acad094d4e"),value:"maxLength"},{label:b("17971609e210034c0d6a25b0186e2b7b"),value:"minLength"},{label:b("5da893141114a59da868052b3a17a79a"),value:"maximum"},{label:b("c322edb884724d04842fc35f4d29a24e"),value:"minimum"},{label:b("8dbec4f0c05be45a8acf6a5ae9d1f880"),value:"isJson"},{label:b("92448a35f41de3a1fa69135acfed5ce9"),value:"isPhoneNumber"},{label:b("193a8c42c1c373f385a4c7b33ffc381e"),value:"isTelNumber"},{label:b("6102d474314f27577d89e85b4c6cc4a5"),value:"isZipcode"},{label:b("84e0cb5d57ed995b0cc04b4ab9a7997b"),value:"isId"},{label:b("eb242bc7524c797fb1aee2344dec92da"),value:"equals"},{label:b("c17d9577233793976d3902c117eed82b"),value:"equalsField"},{label:b("b457177c184722b655954a08cf3f71ca"),value:"matchRegexp"},{label:b("d3927ffde0fdefc47f910e70226d6a4e"),value:"matchRegexp1"},{label:b("0ebee58f4f2a0f807f08a6427dc58497"),value:"matchRegexp2"},{label:b("15f52cddb226421e68c70488fff3db5b"),value:"matchRegexp3"},{label:b("271b01959e09c0771760f59964baed56"),value:"matchRegexp4"}],t={isEmail:b("1b7e06ef04d7167e174eb6929421592f"),isRequired:b("2d163645de4d4b4760e9fbdb535a1a88"),isUrl:b("87c91ce706ab845b55ce95372265b92e"),isInt:b("2b702fb5b95d47944246f79ae4032281"),isAlpha:b("48e2aca8e6347b008b6fbdb48fc4b597"),isNumeric:b("de66a286057d4e3f1ee2d9bccbd48ce5"),isAlphanumeric:b("ae344073ea6ca9ce742899cdf6d3e106"),isFloat:b("84f46c9b82c3c8fe276dfa65173c59bb"),isWords:b("48e2aca8e6347b008b6fbdb48fc4b597"),isUrlPath:b("fb73d98245f558dbb2d6a0c8d2699780"),matchRegexp:b("923a91fdc2c777f8443c85278060195a"),minLength:b("d87b1a3d180a1cc56bbd174d2860ca4c"),maxLength:b("9b8d6abb2f03fbcbdb0e4d2b1970a751"),maximum:b("2a5d0be4d5cd088f0371ba6f8656fe7a"),minimum:b("8256618e16217325e6a1d880f8eb7adb"),isJson:b("f58829312013d929923b0c2a1fbacf19"),isPhoneNumber:b("161278fb2c71e5a8aa8aac50f230233d"),isTelNumber:b("ba42949accfe87c20e6c2486cd065dd2"),isZipcode:b("1d2c5048143328e21cb9c2dd84b696fb"),isId:b("038b3ed111e87b56572f3945a1b0e02c"),isLength:b("335e2618dda48c05f4f833ebb1e299df"),notEmptyString:b("bce45e909d6d14a126554c8cf6f65a13"),equalsField:b("17bb8e76f78bd16a1841e36ab8462e53"),equals:b("ab534c35774dccc322331a079ae6e7df")};return{type:"combo",syncDefaultValue:!1,name:"validationErrors",label:b("ebd0dc3ebde6182caa3b66e0faf658b6"),description:b("d7772d568894afbb1c924bed7f7ddb32"),addButtonText:b("58c9592f818d706420236c6f9f595517"),multiple:!0,pipeIn:function(e){if(!Ke(e))return e;var a=[];return Object.keys(e).forEach((function(t){/^\$\$/.test(t)||a.push({type:t,msg:e[t]})})),a},pipeOut:function(e){if(!Array.isArray(e))return e;var n={};return e.forEach((function(e){var c,o,i,d=e.type||(c=a,o=function(e){return!n[e.value]},(i=z()(c,o))?i.value:"")||a[0].value;n[d]=e.msg||t[d]||""})),n},items:[{type:"select",unique:!0,name:"type",options:a,columnClassName:"w-sm"},{type:e?"input-text-i18n":"input-text",name:"msg",placeholder:b("99c74120cc62f4bf31d661e3212b7121")},{type:"formula",name:"msg",initSet:!1,formula:"({\n isEmail: 'Email 格式不正确',\n isRequired: '这是必填项',\n isUrl: 'Url 格式不正确',\n isInt: '请输入整形数字',\n isAlpha: '请输入字母',\n isNumeric: '请输入数字',\n isAlphanumeric: '请输入字母或者数字',\n isFloat: '请输入浮点型数值',\n isWords: '请输入字母',\n isUrlPath: '只能输入字母、数字、`-` 和 `_`.',\n matchRegexp: '格式不正确, 请输入符合规则为 `$1` 的内容。',\n minLength: '请输入更多的内容,至少输入 $1 个字符。',\n maxLength: '请控制内容长度, 请不要输入 $1 个字符以上',\n maximum: '当前输入值超出最大值 $1,请检查',\n minimum: '当前输入值低于最小值 $1,请检查',\n isJson: '请检查 Json 格式。',\n isLength: '请输入长度为 $1 的内容',\n notEmptyString: '请不要全输入空白字符',\n equalsField: '输入的数据与 $1 值不一致',\n equals: '输入的数据与 $1 不一致',\n isPhoneNumber: '请输入合法的手机号码',\n isTelNumber: '请输入合法的电话号码',\n isZipcode: '请输入合法的邮编地址',\n isId: '请输入合法的身份证号',\n })[data.type] || ''"}]}})),Cc("submitOnChange",{type:"switch",label:b("171f7b825707ddd79175fed3f8def6cd"),name:"submitOnChange",mode:"horizontal",horizontal:{justify:!0,left:8},inputClassName:"is-inline ",labelRemark:{trigger:"click",className:"m-l-xs",rootClose:!0,content:b("6ccb7091c39a5229f7e77eff4dd44a0e"),placement:"left"}}),Cc("validateOnChange",{type:"select",name:"validateOnChange",overlayPlacement:"top",label:b("1a006028adf7167ae28cdf532bb75ef4"),options:[{label:b("8d877748c3bc71b517e2d46344916b3f"),value:""},{label:b("2c60032f2a57717e4f7c16ee185795d6"),value:!0},{label:b("5ed62f810226722d7c910c2d8dc4a0e8"),value:!1}],pipeIn:kc(""),pipeOut:function(e){return""===e?void 0:!!e}}),Cc("validation",(function(e){return{title:b("b7579706a363e5f23b1040fecfbcb677"),body:[(0,f.pi)({type:"ae-validationControl",mode:"normal"},e),wc("validateOnChange")]}})),Cc("validationControl",(function(e){return void 0===e&&(e=[]),{type:"ae-validationControl",label:b("8101a0aec7eba32e633e3cc29f4b7ede"),mode:"normal",pipeIn:function(e,a){return So()(e,(function(e,t){if("string"==typeof t)e.push(t);else{var n=!1;Oo()(null==t?void 0:t.isShow,(function(e,t){return!(0,f.ev)([],(0,f.CR)(e),!1).includes(null==a?void 0:a.data[t])||(n=!0,!1)})),!n&&Oo()(null==t?void 0:t.isHidden,(function(e,t){var c=(0,f.ev)([],(0,f.CR)(e),!1).includes(null==a?void 0:a.data[t]);return n=!c,!c})),n&&e.push(t.option)}return e}),[])},value:e}}));var To=t(21804),Io=t.n(To);Cc("style:formItem",(function(e){var a=e.renderer,t=e.schema;return{title:b("55b45c73ae417c4dead67905b1550e85"),key:"formItem",body:[wc("formItemMode"),wc("labelHide"),wc("horizontal"),!1!==(null==a?void 0:a.sizeMutable)?wc("formItemSize"):null].concat(t)}})),Cc("style:classNames",(function(e){var a=e||{},t=a.isFormItem,n=void 0===t||t,c=a.unsupportStatic,o=void 0!==c&&c,i=a.schema,d=void 0===i?[]:i;return{title:b("4434b33a8731a73613ba5fa1eb984efb"),body:(n?(0,f.ev)([wc("className",{label:b("55b45c73ae417c4dead67905b1550e85")}),wc("className",{label:b("14d342362f66aa86e2aa1c1e11aa1204"),name:"labelClassName"}),wc("className",{label:b("e1b2f870112bd38f8d7e14a0ad589930"),name:"inputClassName"})],(0,f.CR)(o?[]:[wc("className",{label:b("04f5f12c49c2a6fdc43da049591328ad"),name:"staticClassName"})]),!1):[wc("className",{label:b("5e5d3f13111593b2710673006d4c8297")})]).concat(d)}})),Cc("style:others",(function(e){return void 0===e&&(e=[]),{title:b("c49fc970bcd168e1c652a8ced5d95d0d"),body:(0,f.ev)([],(0,f.CR)(e),!1)}})),Cc("style:common",(function(e,a){return e=(e?Array.isArray(e)?e:[e]:[]).map((function(e){return Io()(e)})),a=(a?Array.isArray(a)?a:[a]:[]).map((function(e){return Io()(e)})),[{header:b("5aefca559c5a41d10078e21e6d616825"),key:"layout",body:[{type:"style-display",label:!1,name:"style"}].filter((function(a){return!~e.indexOf(a.type.replace(/^style-/i,""))}))},{header:b("ca746b1ff10193a3ce20878dec04a733"),key:"font",body:[{type:"style-font",label:!1,name:"style"}]},{header:b("9a233b241eef54521cfe9365bfaa7b2f"),key:"box-model",body:[{type:"style-box-model",label:!1,name:"style"}]},{header:b("8e1b944f4389bdaab6f11d5bc83190c8"),key:"background",body:[{type:"style-background",label:!1,name:"style"}]},{header:b("961534b4ea37e4e88aada736b299d063"),key:"border",body:[{type:"style-border",label:!1,name:"style"}]},{header:b("803205e38834280d9e6a75993ac00764"),key:"box-shadow",body:[{type:"style-box-shadow",label:!1,name:"style.boxShadow"}]},{header:b("0d98c74797e49d00bcc4c17c9d557a2b"),key:"other",body:[{label:b("34dac4adbc96afd65f060cc4cfff1feb"),name:"style.opacity",min:0,max:1,step:.05,type:"input-range",pipeIn:kc(1),marks:{"0%":"0","50%":"0.5","100%":"1"}},{label:b("a45b5d3fcdb8210d249b2c6d545b6691"),name:"style.cursor",type:"select",mode:"row",menuTpl:{type:"html",html:"${label}${value}",className:"ae-selection-code"},pipIn:kc("default"),options:[{label:b("18c63459a2c069022c7790430f761214"),value:"default"},{label:b("3aed2c11e95a9c0ea1d853d4aee72e8c"),value:"auto"},{label:b("2c3888961c01fc9c466d88c88029158f"),value:"none"},{label:b("062d0b688adb10f3af5ebc2fd2667f1c"),value:"pointer"},{label:b("92e3a830ae9a1252278da742c0af74c3"),value:"help"},{label:b("97d07614380da93d257f9fbf81aa56fb"),value:"text"},{label:b("1ebd0cd417700f3f4a7ee5f64518fcd1"),value:"cell"},{label:b("87e277f953fd3c867d7fa02897c2c124"),value:"crosshair"},{label:b("c19639326396d2527268484379a671d8"),value:"move"},{label:b("710ad08b11419332713360d2750cd707"),value:"not-allowed"},{label:b("183f48b3c1f0f84e538cd4315e5645e9"),value:"grab"},{label:b("4f9b192ce84b4df0900510257082ef43"),value:"zoom-in"},{label:b("b21ac25366449b1720bdd75d39f163d2"),value:"zoom-out"}]}]}].filter((function(t){return a.length?~a.indexOf(t.key):!~e.indexOf(t.key)}))})),Cc("style:widthHeight",(function(e){void 0===e&&(e={});var a=e.widthSchema,t=void 0===a?{}:a,n=e.heightSchema,c=void 0===n?{}:n;return{type:"container",body:[(0,f.pi)({type:"input-number",name:"width",label:b("c28479019e24e0e4745f4948e9e97ee7"),unitOptions:["px","%","rem","em","vw"]},t),(0,f.pi)({type:"input-number",name:"height",label:b("c1df04eec5fa0857bc0df2d68d8e953c"),unitOptions:["px","%","rem","em","vh"]},c)]}})),b("ca746b1ff10193a3ce20878dec04a733"),b("93ab99d761c9ca97dc926e6db10469a3"),b("86cdd659decaa1b959795eff92a0c2d6"),b("7ec907e7059b758ace2f3adb9bb803ff"),b("d5bc35360607472de4525358af126de4"),b("8e1b944f4389bdaab6f11d5bc83190c8"),b("6b36c6f7ec834692ec6c8e3816349fdd"),wc("imageUrl",{name:"backgroundImage"}),b("e8ed49e9fde0bb778e2185876c2d2697"),b("4e7f76261f8c4c6d78998f85fc1f4c6e"),b("af767b7e4ae069d54f9ea839858d4c6d"),b("4d9c32c23df5d234e629c922c58d8e12"),b("3850a186c3235bc646d4c2f79cebac36"),b("d2aff1417831aa621c16cd5b95306b4b"),b("841d77223f0ec8cd0b530ed8e0775b20"),b("af767b7e4ae069d54f9ea839858d4c6d"),b("4d9c32c23df5d234e629c922c58d8e12"),b("3850a186c3235bc646d4c2f79cebac36"),b("d2aff1417831aa621c16cd5b95306b4b"),b("961534b4ea37e4e88aada736b299d063"),b("39003734d1d700d5bd97bf1e7a2fcf73"),b("6b36c6f7ec834692ec6c8e3816349fdd"),b("c28479019e24e0e4745f4948e9e97ee7"),b("b5bd9a6703f5433ff34aa0af9049740c"),b("14eb3a698316caf3fbe9b2ab9c3d9527"),b("34dac4adbc96afd65f060cc4cfff1feb"),kc(1),b("803205e38834280d9e6a75993ac00764"),Cc("theme:cssCode",(function(e){var a=void 0===e?{}:e,t=a.themeClass,n=void 0===t?[]:t,c=a.isFormItem;return a.isLayout,c&&n.push.apply(n,[{name:"description",value:"description",className:"descriptionClassName"},{name:"label",value:"label",className:"labelClassName"}]),{title:"样式源码",body:[{type:"theme-cssCode",label:!1,themeClass:n}]}})),Cc("theme:form-label",(function(){return{title:b("7e8eb474f73b6fd60c9aa5082f75e008"),body:[wc("theme:font",{label:b("ca746b1ff10193a3ce20878dec04a733"),name:"themeCss.labelClassName.font:default",editorThemePath:"form.item.default.label.body.font"}),wc("theme:paddingAndMargin",{name:"themeCss.labelClassName.padding-and-margin:default"})]}})),Cc("theme:form-description",(function(){return{title:b("ef55ff12fb0d3efa3491236fee4dabc2"),visibleOn:"this.description",body:[wc("theme:font",{label:b("ca746b1ff10193a3ce20878dec04a733"),name:"themeCss.descriptionClassName.font:default",editorThemePath:"form.item.default.description.body.font"}),wc("theme:paddingAndMargin",{name:"themeCss.descriptionClassName.padding-and-margin:default"})]}})),Cc("theme:font",(function(e){return void 0===e&&(e={}),(0,f.pi)({mode:"default",type:"amis-theme-font-editor",label:b("ca746b1ff10193a3ce20878dec04a733"),name:"themeCss.className.font:default",needColorCustom:!0},e)})),Cc("theme:colorPicker",(function(e){return void 0===e&&(e={}),(0,f.pi)({mode:"default",type:"amis-theme-color-picker",label:b("6b36c6f7ec834692ec6c8e3816349fdd"),name:"themeCss.className.color:default",needCustom:!0},e)})),Cc("theme:border",(function(e){return void 0===e&&(e={}),(0,f.pi)({mode:"default",type:"amis-theme-border",label:b("961534b4ea37e4e88aada736b299d063"),name:"themeCss.className.border:default",needColorCustom:!0},e)})),Cc("theme:paddingAndMargin",(function(e){return void 0===e&&(e={}),(0,f.pi)({mode:"default",type:"amis-theme-padding-and-margin",label:b("e8ed49e9fde0bb778e2185876c2d2697"),name:"themeCss.className.padding-and-margin:default"},e)})),Cc("theme:radius",(function(e){return void 0===e&&(e={}),(0,f.pi)({mode:"default",type:"amis-theme-radius",label:b("0103eb2d3dca70270d1a74e9ec987ac9"),name:"themeCss.className.radius:default"},e)})),Cc("theme:shadow",(function(e){return void 0===e&&(e={}),(0,f.pi)({type:"amis-theme-shadow-editor",label:!1,name:"themeCss.className.boxShadow:default",hasSenior:!0},e)})),Cc("theme:common",(function(e,a){e=(e?Array.isArray(e)?e:[e]:[]).map((function(e){return Io()(e)}));var t=(null==a?void 0:a.map((function(e){return wc("theme:".concat(e),{name:"style"})})))||[],n=t.concat([wc("theme:border",{name:"style"}),wc("theme:radius",{name:"style.radius"}),wc("theme:paddingAndMargin",{name:"style"}),wc("theme:colorPicker",{name:"style.background",label:b("8e1b944f4389bdaab6f11d5bc83190c8"),needCustom:!0,needGradient:!0,labelMode:"input"}),wc("theme:shadow",{name:"style.boxShadow"})]);return[{header:b("5aefca559c5a41d10078e21e6d616825"),key:"layout",body:[{type:"style-display",label:!1,name:"style"}].filter((function(a){return!~e.indexOf(a.type.replace(/^style-/i,""))}))},{title:b("f01c3cd99ecb0c534cc47081d3433c9f"),body:n},{title:"样式源码",body:[{type:"theme-cssCode",label:!1,isLayout:!0}]}].filter((function(a){return!~e.indexOf(a.key||"")}))}));var Mo=["px","%","em","vh","vw"];Cc("layout:position",(function(e){var a={type:"select",label:(null==e?void 0:e.label)||Sc(b("b19b454fe603e03e98ad9772615c7c32"),b("8444f01399c0003fbb68eeff1310566c")),name:(null==e?void 0:e.name)||"style.position",value:(null==e?void 0:e.value)||"static",visibleOn:null==e?void 0:e.visibleOn,pipeIn:null==e?void 0:e.pipeIn,pipeOut:null==e?void 0:e.pipeOut,onChange:function(e,a,t,n){"static"===e?(n.setValueByName("style.inset",void 0),n.setValueByName("style.zIndex",void 0),n.setValueByName("originPosition",void 0)):"fixed"===e||"absolute"===e?(n.setValueByName("style.inset","auto 50px 50px auto"),n.setValueByName("originPosition","right-bottom")):"relative"===e&&(n.setValueByName("style.inset","auto"),n.setValueByName("originPosition",void 0)),"sticky"!==e&&n.setValueByName("stickyStatus",void 0)},options:[{label:b("aae5ccb98564e19c48f19c740c3c10b7"),value:"static"},{label:b("5d721446605f21bddb3b8e2ab2a3841c"),value:"relative"},{label:b("b55b525d56fd0d4d3dcb9291e59e3433"),value:"fixed"},{label:b("25ece43050dda20ad4d8dd058dd590d1"),value:"absolute"}]};return"vertical"===(null==e?void 0:e.mode)?{type:"group",mode:"vertical",visibleOn:null==e?void 0:e.visibleOn,body:[(0,f.pi)({},a)]}:a})),Cc("layout:inset",(function(e){var a,t={type:"inset-box-model",label:(null==e?void 0:e.label)||Sc(b("86a6b5a0a45bba5b6187cc2277e3375e"),b("6e72759ed1cbf9f9e8523197dd93888f")),name:(null==e?void 0:e.name)||"style.inset",value:(null==e?void 0:e.value)||"auto",visibleOn:null!==(a=null==e?void 0:e.visibleOn)&&void 0!==a?a:'data.style && data.style.position && data.style.position !== "static"',pipeIn:function(e){var a=e||"auto";E()(a)&&(a=a.toString()),ce()(a)||(a="0");var t=a.split(" ");return{insetTop:t[0]||"auto",insetRight:t[1]||"auto",insetBottom:t[2]||t[0]||"auto",insetLeft:t[3]||t[1]||"auto"}},pipeOut:function(e){var a,t,n,c;return"".concat(null!==(a=e.insetTop)&&void 0!==a?a:"auto"," ").concat(null!==(t=e.insetRight)&&void 0!==t?t:"auto"," ").concat(null!==(n=e.insetBottom)&&void 0!==n?n:"auto"," ").concat(null!==(c=e.insetLeft)&&void 0!==c?c:"auto")}};return"vertical"===(null==e?void 0:e.mode)?{type:"group",mode:"vertical",visibleOn:null==e?void 0:e.visibleOn,body:[(0,f.pi)({},t)]}:t})),Cc("layout:z-index",(function(e){var a,t={type:"input-number",label:(null==e?void 0:e.label)||Sc(b("8e903bee4578f72bbecf9eb62d7b875c"),b("6f649980c839dffca1506f20d534fe3d")),name:(null==e?void 0:e.name)||"style.zIndex",value:null==e?void 0:e.value,visibleOn:null!==(a=null==e?void 0:e.visibleOn)&&void 0!==a?a:'data.style && data.style.position && data.style.position !== "static"',pipeIn:null==e?void 0:e.pipeIn,pipeOut:null==e?void 0:e.pipeOut};return"vertical"===(null==e?void 0:e.mode)?{type:"group",mode:"vertical",visibleOn:null==e?void 0:e.visibleOn,body:[(0,f.pi)({},t)]}:t})),Cc("layout:display",(function(e){var a={type:"button-icon-group",label:(null==e?void 0:e.label)||Sc(b("a5d833839a610994dc4752e2d91f4192"),b("a8489cf57d7f44e889aff79434776f47")),name:(null==e?void 0:e.name)||"style.display",value:(null==e?void 0:e.value)||"block",visibleOn:null==e?void 0:e.visibleOn,options:[{label:"块级(block)",icon:"block-display",value:"block"},{label:"行内区块(inline-block)",icon:"inline-block-display",value:"inline-block"},{label:"行内元素(inline)",icon:"inline-display",value:"inline"},{label:"弹性布局(flex)",icon:"flex-display",value:"flex"}],pipeIn:null==e?void 0:e.pipeIn,pipeOut:null==e?void 0:e.pipeOut,onChange:function(e,a,t,n){"flex"!==e&&"inline-flex"!==e&&(n.setValueByName("style.flexDirection",void 0),n.setValueByName("style.justifyContent",void 0),n.setValueByName("style.alignItems",void 0),n.setValueByName("style.flexWrap",void 0))}};return"vertical"===(null==e?void 0:e.mode)?{type:"group",mode:"vertical",visibleOn:null==e?void 0:e.visibleOn,body:[(0,f.pi)({},a)]}:a})),Cc("layout:justifyContent",(function(e){var a=[{label:b("4ba6c2256050d805ae5cd1e0e84737cf"),value:"flex-start"},{label:b("56c17ba6a56c01706ae00a31611deb03"),value:"center"},{label:b("abeb360ab1e66534a041fb8b44e1a00e"),value:"flex-end"},{label:b("d5a3cb1cc31a0469b011abdbd3e947f7"),value:"space-around"},{label:b("85530444a72a840ee657e2df99970136"),value:"space-between"},{label:b("9aad08fbd356fb4279f0efa81b3d016e"),value:"space-evenly"},{label:b("ae558cbf4c35d381b6542f517f2e8dff"),value:"stretch"}],t={type:"select",label:(null==e?void 0:e.label)||Sc("水平对齐方式",b("0a0574baedb8eb2abf7daf25159d8bb1")),name:(null==e?void 0:e.name)||"style.justifyContent",value:(null==e?void 0:e.value)||"flex-start",visibleOn:null==e?void 0:e.visibleOn,pipeIn:null==e?void 0:e.pipeIn,pipeOut:null==e?void 0:e.pipeOut,options:(null==e?void 0:e.options)||a};return"vertical"===(null==e?void 0:e.mode)?{type:"group",mode:"vertical",visibleOn:null==e?void 0:e.visibleOn,body:[(0,f.pi)({},t)]}:t})),Cc("layout:alignItems",(function(e){var a=[{label:b("4ba6c2256050d805ae5cd1e0e84737cf"),value:"flex-start"},{label:b("56c17ba6a56c01706ae00a31611deb03"),value:"center"},{label:b("abeb360ab1e66534a041fb8b44e1a00e"),value:"flex-end"},{label:b("ed97c73866617b40a7b1215867e0f489"),value:"baseline"},{label:b("7ac1519928de413cfe36f5d2e0610430"),value:"stretch"}],t={type:"select",label:(null==e?void 0:e.label)||Sc("垂直对齐方式",b("5ccc4c05cd41195f202f550a4c307a64")),name:(null==e?void 0:e.name)||"style.alignItems",value:(null==e?void 0:e.value)||"stretch",visibleOn:null==e?void 0:e.visibleOn,pipeIn:null==e?void 0:e.pipeIn,pipeOut:null==e?void 0:e.pipeOut,options:(null==e?void 0:e.options)||a};return"vertical"===(null==e?void 0:e.mode)?{type:"group",mode:"vertical",visibleOn:null==e?void 0:e.visibleOn,body:[(0,f.pi)({},t)]}:t})),Cc("layout:flexDirection",(function(e){var a={type:"select",label:(null==e?void 0:e.label)||Sc(b("78d32d2bd35c0262fe77b517c5a4fb62"),b("3fa460b81736c0360f6f7571801935b1")),name:(null==e?void 0:e.name)||"style.flexDirection",value:(null==e?void 0:e.value)||"row",visibleOn:null==e?void 0:e.visibleOn,pipeIn:null==e?void 0:e.pipeIn,pipeOut:null==e?void 0:e.pipeOut,options:[{label:b("4cde06e6162ed66720e3133cb83bc059"),value:"row"},{label:b("fa228d6bec96d052de0ad369407f5241"),value:"row-reverse"},{label:b("75ac842f8e77305846f1d776f97dfaf8"),value:"column"},{label:b("2df3bc66ab3fcb0de1caf11831eff595"),value:"column-reverse"}]};return"vertical"===(null==e?void 0:e.mode)?{type:"group",mode:"vertical",visibleOn:null==e?void 0:e.visibleOn,body:[(0,f.pi)({},a)]}:a})),Cc("layout:flex-wrap",(function(e){return{type:"select",label:(null==e?void 0:e.label)||b("98b2fea2d8f3ceb81e9ce32d66383f05"),name:(null==e?void 0:e.name)||"style.flexWrap",value:(null==e?void 0:e.value)||"nowrap",visibleOn:null==e?void 0:e.visibleOn,pipeIn:null==e?void 0:e.pipeIn,pipeOut:null==e?void 0:e.pipeOut,options:[{label:b("3b6e8d54b7b2ae890d5357b7eaaeaaf2"),value:"nowrap"},{label:b("452dba7c65211630f8066b070fdf157f"),value:"wrap"},{label:b("d4054144c4341872496e3550fdb1b826"),value:"wrap-reverse"}]}})),Cc("layout:flex",(function(e){return{type:"button-group-select",size:"xs",name:(null==e?void 0:e.name)||"style.flex",options:[{label:b("091885db07e43ff7cbe60c3b664b0b50"),value:"1 1 auto"},{label:b("1ef8fd21130d17cb7c1613eaed6ca1e4"),value:"0 0 150px"},{label:b("363165ccee78341a65f1d42174e8b08f"),value:"0 0 auto"}],label:(null==e?void 0:e.label)||b("eb44269adb6ba70569cd62ea88cb2750"),value:(null==e?void 0:e.value)||"0 0 auto",inputClassName:"inline-flex justify-between",visibleOn:null==e?void 0:e.visibleOn,onChange:function(a,t,n,c){"1 1 auto"===a?(null==e?void 0:e.isFlexColumnItem)?(c.setValueByName("style.overflowY","auto"),c.setValueByName("style.height",void 0)):(c.setValueByName("style.overflowX","auto"),c.setValueByName("style.width",void 0)):"0 0 150px"===a?(c.setValueByName("style.flexGrow",void 0),c.setValueByName("style.flexBasis","150px"),(null==e?void 0:e.isFlexColumnItem)?c.setValueByName("style.height",void 0):c.setValueByName("style.width",void 0)):"0 0 auto"===a&&(c.setValueByName("style.flexGrow",void 0),c.setValueByName("style.flexBasis",void 0),(null==e?void 0:e.isFlexColumnItem)?c.setValueByName("style.height",void 0):c.setValueByName("style.width",void 0))}}})),Cc("layout:flex-basis",(function(e){var a;return{type:"input-number",label:Sc((null==e?void 0:e.label)||b("cf8852316501c22ea19c4e432c59e7d7"),b("abbd790f85282349e2004df9fd494e31")),name:(null==e?void 0:e.name)||"style.flexBasis",value:(null==e?void 0:e.value)||"auto",visibleOn:null==e?void 0:e.visibleOn,clearable:!0,unitOptions:null!==(a=null==e?void 0:e.unitOptions)&&void 0!==a?a:Mo,pipeIn:null==e?void 0:e.pipeIn,pipeOut:function(e){var a=parseInt(e);return"auto"===e||a||0===a?e:void 0}}})),Cc("layout:flex-grow",(function(e){return{type:"input-range",max:12,step:1,label:(null==e?void 0:e.label)||Sc(b("9e7c8d1554f6449121a83f951cf21ca1"),b("eb7366583485f478e3d8c2b105ea51ff")),name:(null==e?void 0:e.name)||"style.flexGrow",value:(null==e?void 0:e.value)||1,visibleOn:(null==e?void 0:e.visibleOn)||'data.style && data.style.flex !== "0 0 auto"',pipeIn:null==e?void 0:e.pipeIn,pipeOut:null==e?void 0:e.pipeOut}})),Cc("layout:isFixedWidth",(function(e){var a;return{type:"button-group-select",label:(null==e?void 0:e.label)||b("a170a375b264f7fe0c02a7ca8c268784"),size:"xs",name:(null==e?void 0:e.name)||"isFixedWidth",options:[{label:b("1ef8fd21130d17cb7c1613eaed6ca1e4"),value:!0},{label:b("363165ccee78341a65f1d42174e8b08f"),value:!1}],value:null!==(a=null==e?void 0:e.value)&&void 0!==a&&a,visibleOn:null==e?void 0:e.visibleOn,inputClassName:"inline-flex justify-between",pipeIn:null==e?void 0:e.pipeIn,pipeOut:null==e?void 0:e.pipeOut,onChange:function(a,t,n,c){a?(c.setValueByName("style.maxWidth",void 0),c.setValueByName("style.minWidth",void 0)):c.setValueByName("style.width",void 0),(null==e?void 0:e.onChange)&&e.onChange(a)}}})),Cc("layout:width",(function(e){var a;return{type:"input-number",label:(null==e?void 0:e.label)||b("c28479019e24e0e4745f4948e9e97ee7"),name:(null==e?void 0:e.name)||"style.width",value:(null==e?void 0:e.value)||"300px",visibleOn:(null==e?void 0:e.visibleOn)?"".concat(null==e?void 0:e.visibleOn," && data.isFixedWidth"):"data.isFixedWidth",clearable:!0,unitOptions:null!==(a=null==e?void 0:e.unitOptions)&&void 0!==a?a:Mo,pipeIn:null==e?void 0:e.pipeIn,pipeOut:function(e){var a=parseInt(e);return"auto"===e||a||0===a?e:void 0}}})),Cc("layout:width:v2",(function(e){var a;return{type:"input-number",label:(null==e?void 0:e.label)||b("c28479019e24e0e4745f4948e9e97ee7"),name:(null==e?void 0:e.name)||"style.width",value:(null==e?void 0:e.value)||"300px",visibleOn:(null==e?void 0:e.visibleOn)||!0,clearable:!0,unitOptions:null!==(a=null==e?void 0:e.unitOptions)&&void 0!==a?a:Mo,pipeIn:null==e?void 0:e.pipeIn,pipeOut:function(e){var a=parseInt(e);return"auto"===e||a||0===a?e:void 0}}})),Cc("layout:max-width",(function(e){var a;return{type:"input-number",label:(null==e?void 0:e.label)||Sc(b("99b57d8c9244ff9a695fcd519b4e2e57"),b("d1b91a1a24f0d4935c2dd13e6a22b6d4")),name:(null==e?void 0:e.name)||"style.maxWidth",value:null==e?void 0:e.value,min:"${style.minWidth | toInt}",visibleOn:(null==e?void 0:e.visibleOn)?"".concat(null==e?void 0:e.visibleOn," && !data.isFixedWidth"):"!data.isFixedWidth",clearable:!0,unitOptions:null!==(a=null==e?void 0:e.unitOptions)&&void 0!==a?a:Mo,pipeIn:null==e?void 0:e.pipeIn,pipeOut:function(e){var a=parseInt(e);return"auto"===e||a||0===a?e:void 0}}})),Cc("layout:min-width",(function(e){var a;return{type:"input-number",label:(null==e?void 0:e.label)||Sc(b("a2b62974f4d7564bb68b570116f25a10"),b("ede82efb4a69c35743185c6c73ab771e")),name:(null==e?void 0:e.name)||"style.minWidth",value:null==e?void 0:e.value,max:"${style.maxWidth | toInt}",visibleOn:(null==e?void 0:e.visibleOn)?"".concat(null==e?void 0:e.visibleOn," && !data.isFixedWidth"):"!data.isFixedWidth",clearable:!0,unitOptions:null!==(a=null==e?void 0:e.unitOptions)&&void 0!==a?a:Mo,pipeIn:null==e?void 0:e.pipeIn,pipeOut:function(e){var a=parseInt(e);return"auto"===e||a||0===a?e:void 0}}})),Cc("layout:overflow-x",(function(e){return{type:"select",label:(null==e?void 0:e.label)||Sc(b("c18457fe4f249f06b48297ccfe6224e8"),b("c2ed47a1f0f45cf7e2d22bddffc8a732")),name:(null==e?void 0:e.name)||"style.overflowX",value:(null==e?void 0:e.value)||"auto",visibleOn:null==e?void 0:e.visibleOn,pipeIn:null==e?void 0:e.pipeIn,pipeOut:null==e?void 0:e.pipeOut,options:[{label:b("cbc7af1d6422e88f4b87ade748e0f07d"),value:"visible"},{label:b("b48a90c77b5e792260d830c2d68c527e"),value:"hidden"},{label:b("ddea62517e2bd1007712689746ebfe00"),value:"scroll"},{label:b("55becc96b40692cc9cf898b331d16976"),value:"auto"}]}})),Cc("layout:isFixedHeight",(function(e){var a;return{type:"button-group-select",label:(null==e?void 0:e.label)||b("f02f876ee64cc016d97fa4dc498d4857"),size:"xs",name:(null==e?void 0:e.name)||"isFixedHeight",options:[{label:b("1ef8fd21130d17cb7c1613eaed6ca1e4"),value:!0},{label:b("363165ccee78341a65f1d42174e8b08f"),value:!1}],value:null!==(a=null==e?void 0:e.value)&&void 0!==a&&a,visibleOn:null==e?void 0:e.visibleOn,inputClassName:"inline-flex justify-between",pipeIn:null==e?void 0:e.pipeIn,pipeOut:null==e?void 0:e.pipeOut,onChange:function(a,t,n,c){a?(c.setValueByName("style.maxHeight",void 0),c.setValueByName("style.minHeight",void 0)):c.setValueByName("style.height",void 0),(null==e?void 0:e.onChange)&&e.onChange(a)}}})),Cc("layout:height",(function(e){var a;return{type:"input-number",label:(null==e?void 0:e.label)||b("c1df04eec5fa0857bc0df2d68d8e953c"),name:(null==e?void 0:e.name)||"style.height",value:(null==e?void 0:e.value)||"300px",visibleOn:(null==e?void 0:e.visibleOn)?"".concat(null==e?void 0:e.visibleOn," && data.isFixedHeight"):"data.isFixedHeight",clearable:!0,unitOptions:null!==(a=null==e?void 0:e.unitOptions)&&void 0!==a?a:Mo,pipeIn:null==e?void 0:e.pipeIn,pipeOut:function(e){var a=parseInt(e);return"auto"===e||a||0===a?e:void 0}}})),Cc("layout:max-height",(function(e){var a;return{type:"input-number",label:(null==e?void 0:e.label)||Sc(b("fc2bc4193eea63128961d09497e07dc8"),b("6f420734edfaff00a8210a4c762a9207")),name:(null==e?void 0:e.name)||"style.maxHeight",value:null==e?void 0:e.value,min:"${style.minHeight | toInt}",visibleOn:(null==e?void 0:e.visibleOn)?"".concat(null==e?void 0:e.visibleOn," && !data.isFixedHeight"):"!data.isFixedHeight",clearable:!0,unitOptions:null!==(a=null==e?void 0:e.unitOptions)&&void 0!==a?a:Mo,pipeIn:null==e?void 0:e.pipeIn,pipeOut:function(e){var a=parseInt(e);return"auto"===e||a||0===a?e:void 0}}})),Cc("layout:min-height",(function(e){var a;return{type:"input-number",label:(null==e?void 0:e.label)||Sc(b("2bd921d0ea7a73b77ee0fcddb1afcc84"),b("0611733b53e0098e6fd880bd44b2806f")),name:(null==e?void 0:e.name)||"style.minHeight",value:null==e?void 0:e.value,max:"${style.maxHeight | toInt}",visibleOn:(null==e?void 0:e.visibleOn)?"".concat(null==e?void 0:e.visibleOn," && !data.isFixedHeight"):"!data.isFixedHeight",clearable:!0,unitOptions:null!==(a=null==e?void 0:e.unitOptions)&&void 0!==a?a:Mo,pipeIn:null==e?void 0:e.pipeIn,pipeOut:function(e){var a=parseInt(e);return"auto"===e||a||0===a?e:void 0}}})),Cc("layout:overflow-y",(function(e){return{type:"select",label:(null==e?void 0:e.label)||Sc(b("ff9e9329fe186be342ef59ee711b9371"),b("b31c6aaa78f8e24df665ce80ab5301e2")),name:(null==e?void 0:e.name)||"style.overflowY",value:(null==e?void 0:e.value)||"auto",visibleOn:null==e?void 0:e.visibleOn,pipeIn:null==e?void 0:e.pipeIn,pipeOut:null==e?void 0:e.pipeOut,options:[{label:b("cbc7af1d6422e88f4b87ade748e0f07d"),value:"visible"},{label:b("b48a90c77b5e792260d830c2d68c527e"),value:"hidden"},{label:b("ddea62517e2bd1007712689746ebfe00"),value:"scroll"},{label:b("55becc96b40692cc9cf898b331d16976"),value:"auto"}]}})),Cc("layout:margin-center",(function(e){var a;return{type:"button-group-select",size:"xs",label:(null==e?void 0:e.label)||Sc(b("d5bc35360607472de4525358af126de4"),b("052f93928af33d4d7035e7c8e8a73f17")),name:(null==e?void 0:e.name)||"style.margin",value:(null==e?void 0:e.value)||"0",inputClassName:"inline-flex justify-between",visibleOn:null!==(a=null==e?void 0:e.visibleOn)&&void 0!==a?a:"data.isFixedWidth || data.style && data.style.maxWidth",options:[{label:b("a738a8594bd2b71002d09277b84d86dd"),value:"auto auto auto 0px"},{label:b("0bbc2ea4e1d1f23feb576de5dca1ce3b"),value:"0px auto"},{label:b("fc0f19e9e47e352d36d36cf6eb653210"),value:"auto 0px auto auto"}],onChange:function(e,a,t,n){var c,o,i,d,r,l,s,b,f,u;"fixed"===(null===(o=null===(c=null==n?void 0:n.data)||void 0===c?void 0:c.style)||void 0===o?void 0:o.position)||"absolute"===(null===(d=null===(i=null==n?void 0:n.data)||void 0===i?void 0:i.style)||void 0===d?void 0:d.position)?"0px auto"===e?("top"===(null===(r=n.data)||void 0===r?void 0:r.sorptionPosition)?n.setValueByName("style.inset","0px auto auto 50%"):"bottom"===(null===(l=n.data)||void 0===l?void 0:l.sorptionPosition)?n.setValueByName("style.inset","auto auto 0px 50%"):n.setValueByName("style.inset","auto auto auto 50%"),n.setValueByName("style.transform","translateX(-50%)")):"auto 0px auto auto"===e?("top"===(null===(s=n.data)||void 0===s?void 0:s.sorptionPosition)?n.setValueByName("style.inset","0px 0px auto auto"):"bottom"===(null===(b=n.data)||void 0===b?void 0:b.sorptionPosition)?n.setValueByName("style.inset","auto 0px 0px auto"):n.setValueByName("style.inset","auto 0px auto auto"),n.setValueByName("style.transform",void 0)):("top"===(null===(f=n.data)||void 0===f?void 0:f.sorptionPosition)?n.setValueByName("style.inset","0px auto auto 0px"):"bottom"===(null===(u=n.data)||void 0===u?void 0:u.sorptionPosition)?n.setValueByName("style.inset","auto auto 0px 0px"):n.setValueByName("style.inset","auto auto auto 0px"),n.setValueByName("style.transform",void 0)):n.setValueByName("style.transform",void 0)}}})),Cc("layout:originPosition",(function(e){var a,t={type:"select",label:(null==e?void 0:e.label)||Sc(b("7d1313925f158b747c094a7f2480e535"),b("41a7494315a528f0f9618646f7e0dddf")),name:(null==e?void 0:e.name)||"originPosition",value:(null==e?void 0:e.value)||"right-bottom",visibleOn:null!==(a=null==e?void 0:e.visibleOn)&&void 0!==a?a:'data.style && data.style.position && (data.style.position === "fixed" || data.style.position === "absolute")',pipeIn:null==e?void 0:e.pipeIn,pipeOut:null==e?void 0:e.pipeOut,options:[{label:b("df68a5dc8f8847179b7afdf943f80796"),value:"left-top"},{label:b("e717b4ae480e7c073fd5a44647a7f0da"),value:"right-top"},{label:b("845c61ac8f51c6702dd22e5657c07e8d"),value:"right-bottom"},{label:b("2a97dfb2d236c87c41fd588f006111dc"),value:"left-bottom"}],onChange:function(e,a,t,n){"right-bottom"===e?n.setValueByName("style.inset","auto 50px 50px auto"):"left-top"===e?n.setValueByName("style.inset","50px auto auto 50px"):"right-top"===e?n.setValueByName("style.inset","50px 50px auto auto"):"left-bottom"===e&&n.setValueByName("style.inset","auto auto 50px 50px")}};return"vertical"===(null==e?void 0:e.mode)?{type:"group",mode:"vertical",visibleOn:null==e?void 0:e.visibleOn,body:[(0,f.pi)({},t)]}:t})),Cc("layout:sorption",{type:"button-group-select",label:b("7d30297d4e1f310c73b27be88c748026"),size:"xs",name:"sorptionPosition",options:[{label:b("2ea76e2ffc1b92911d6f7decfa993360"),value:"top"},{label:b("8cfc818a76662085cb64752d6d592fbe"),value:"bottom"}],onChange:function(e,a,t,n){"top"===e?n.setValueByName("style.inset","0 auto auto 0"):"bottom"===e&&n.setValueByName("style.inset","auto auto 0 0")}}),Cc("layout:sticky",{type:"switch",label:Sc(b("e2f6535e21570a0703c7c65f41b30eaa"),b("1c5ea0ffb2b15713cb22c41a02576924")),name:"stickyStatus",inputClassName:"inline-flex justify-between",onChange:function(e,a,t,n){e?(n.setValueByName("style.position","sticky"),n.setValueByName("style.inset","0px auto auto auto"),n.setValueByName("style.zIndex",10)):(n.setValueByName("style.position","static"),n.setValueByName("style.inset",void 0),n.setValueByName("style.zIndex",void 0))}}),Cc("layout:stickyPosition",{type:"button-group-select",size:"xs",label:Sc(b("7d30297d4e1f310c73b27be88c748026"),b("5f9be0002394f0b58952969d5952e24c")),name:"stickyPosition",visibleOn:"data.stickyStatus",options:[{label:b("2ea76e2ffc1b92911d6f7decfa993360"),value:"top"},{label:b("8cfc818a76662085cb64752d6d592fbe"),value:"bottom"},{label:b("3aed2c11e95a9c0ea1d853d4aee72e8c"),value:"auto"}],onChange:function(e,a,t,n){"top"===e?n.setValueByName("style.inset","0px auto auto auto"):"bottom"===e?n.setValueByName("style.inset","auto auto 0px auto"):"auto"===e&&n.setValueByName("style.inset","0px auto 0px auto")}}),Cc("layout:padding",(function(e){return{label:(null==e?void 0:e.label)||b("c17fef27ea1d970fc66f4c4c3d442129"),type:"button-group-select",name:(null==e?void 0:e.name)||"size",size:"xs",mode:(null==e?void 0:e.mode)||"horizontal",visibleOn:null==e?void 0:e.visibleOn,pipeIn:(null==e?void 0:e.pipeIn)||kc(""),pipeOut:null==e?void 0:e.pipeOut,options:[{label:b("18c63459a2c069022c7790430f761214"),value:""},{label:b("23ecf42cada8bf2715792d718544d107"),value:"xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"sm"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"lg"},{label:b("d81bb206a889656035b929cd8bb1ef10"),value:"none"}]}})),Cc("layout:textAlign",(function(e){return{label:(null==e?void 0:e.label)||b("d5bc35360607472de4525358af126de4"),type:"button-group-select",name:(null==e?void 0:e.name)||"textAlign",mode:(null==e?void 0:e.mode)||"horizontal",visibleOn:null==e?void 0:e.visibleOn,pipeIn:(null==e?void 0:e.pipeIn)||kc(""),pipeOut:null==e?void 0:e.pipeOut,options:[{label:"",value:"left",icon:"fa fa-align-left"},{label:"",value:"center",icon:"fa fa-align-center"},{label:"",value:"right",icon:"fa fa-align-right"},{label:"",value:"justify",icon:"fa fa-align-justify"}]}})),Cc("layout:flex-setting",(function(e){var a;return{type:"flex-setting",name:(null==e?void 0:e.name)||"style",mode:"vertical",label:null!==(a=null==e?void 0:e.label)&&void 0!==a&&a,visibleOn:null==e?void 0:e.visibleOn,direction:null==e?void 0:e.direction,justify:null==e?void 0:e.justify,alignItems:null==e?void 0:e.alignItems}}));var Fo=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.panelTitle=b("fa966345577ba81af19408f203db968f"),a.panelBodyCreator=function(e){var t=/(?:\/|^)dialog\/.+$/.test(e.path);/(?:\/|^)dropdown-button\/.+$/.test(e.path);var n=[{label:b("88d1257b0cf667319085f3e0033b9607"),type:"select",name:"actionType",pipeIn:kc(""),options:[{label:b("18c63459a2c069022c7790430f761214"),value:""},{label:b("ab3aec075a09d055b2a28c8b61925ee0"),value:"dialog"},{label:b("f10f0be4aa9684eef9d78234072fe08b"),value:"drawer"},{label:b("4f02d2efe05a20232ab9da63c090595c"),value:"ajax"},{label:b("5dfd5a78e2ba1bc8afb482a8745454ea"),value:"download"},{label:b("4e58f9c94d345e14e2d69cc8496b7b5a"),value:"link"},{label:b("982db3084a2c470d1a9b34efa024511c"),value:"url"},{label:b("f20d9579ebdc9dfc30a212ae6cae931f"),value:"reload"},{label:b("6a086902a84969a835423002718e86b4"),value:"copy"},{label:b("939d5345ad4345dbaabe14798f6ac0f1"),value:"submit"},{label:b("4b9c3271dc2f299dc3aeffb369187513"),value:"reset"},{label:b("a56c9f13b1566009fdc7640bc551709e"),value:"reset-and-submit"},{label:b("30313d6fa06603604db18086bbcad9d3"),value:"clear-and-submit"},{label:b("e83a256e4f5bb4ff8b3d804b5473217a"),value:"confirm"},{label:b("625fb26b4b3340f7872b411f401e754c"),value:"cancel"},{label:b("0fc26855080a4219bbfad638029a795c"),value:"next"},{label:b("8ba8a1bead7ca55554cff1c85246ae09"),value:"prev"}]},{type:"input-text",name:"content",visibleOn:'data.actionType == "copy"',label:b("deb65aca8dba2ff9d0cfaed0a3441068")},{type:"select",name:"copyFormat",options:[{label:b("ffb01e5bcf4c00447f5150d3cba81371"),value:"text/plain"},{label:b("e2591e971f4c28db7c80a5f546084a1d"),value:"text/html"}],visibleOn:'data.actionType == "copy"',label:b("c28f4d63beabc4833b17aaa10ca550db")},{type:"input-text",name:"target",visibleOn:'data.actionType == "reload"',label:b("21fa07f18f80bee50695686831ae1286"),required:!0},{name:"dialog",pipeIn:kc({title:b("8a089992349df754f182a5d02de8e8e0"),body:b("1a9aaf05889002e65708c4950012a652"),showCloseButton:!0,showErrorMsg:!0,showLoading:!0}),asFormItem:!0,children:function(e){var t=e.value,n=e.onChange;return"dialog"===e.data.actionType?o.createElement(oe.zx,{size:"sm",level:"danger",className:"m-b",onClick:function(){return a.manager.openSubEditor({title:b("c3c8422fcecd8c1cc922cba15ab5cbc0"),value:(0,f.pi)({type:"dialog"},t),onChange:function(e){return n(e)}})},block:!0},"配置弹框内容"):null}},{visibleOn:'data.actionType == "drawer"',name:"drawer",pipeIn:kc({title:b("8a089992349df754f182a5d02de8e8e0"),body:b("1a9aaf05889002e65708c4950012a652")}),asFormItem:!0,children:function(e){var t=e.value,n=e.onChange;return"drawer"==e.data.actionType?o.createElement(oe.zx,{size:"sm",level:"danger",className:"m-b",onClick:function(){return a.manager.openSubEditor({title:b("262c7c7b9874ae5607fb51da468d0e8c"),value:(0,f.pi)({type:"drawer"},t),onChange:function(e){return n(e)}})},block:!0},"配置抽出式弹框内容"):null}},wc("api",{label:b("5eb694a4252528628929ced97ca95823"),visibleOn:'data.actionType == "ajax" || data.actionType == "download"'}),{name:"feedback",pipeIn:kc({title:b("8a089992349df754f182a5d02de8e8e0"),body:b("2d711b09bd0db0ad240cc83b30dd8014")}),asFormItem:!0,children:function(e){var t=e.onChange,n=e.value;return"ajax"==e.data.actionType?o.createElement("div",{className:"m-b"},o.createElement(oe.zx,{size:"sm",level:n?"danger":"info",onClick:function(){return a.manager.openSubEditor({title:b("0cc0fff6eb667b140d3fd06e34a8c69f"),value:(0,f.pi)({type:"dialog"},n),onChange:function(e){return t(e)}})}},"配置反馈弹框内容"),n?o.createElement(oe.zx,{size:"sm",level:"link",className:"m-l",onClick:function(){return t("")}},"清空设置"):null):null}},{name:"feedback.visibleOn",label:b("7984d95c01b725a2709fb8f5ee330fb4"),type:"input-text",visibleOn:"this.feedback",autoComplete:!1,description:b("dfa07586a471e24b23fe68e11f5dc41a")},{name:"feedback.skipRestOnCancel",label:b("47186f00df86d3edad3b5595ba8c2a0a"),type:"switch",mode:"inline",className:"block",visibleOn:"this.feedback"},{name:"feedback.skipRestOnConfirm",label:b("4f21e04fe35d39c79e7779cdf2f4e232"),type:"switch",mode:"inline",className:"block",visibleOn:"this.feedback"},{type:"input-text",label:b("6ab20dc4b64021b85886ad9c12b6e0cc"),name:"link",visibleOn:'data.actionType == "link"'},{type:"input-text",label:b("6ab20dc4b64021b85886ad9c12b6e0cc"),name:"url",visibleOn:'data.actionType == "url"',placeholder:"http://"},{type:"switch",name:"blank",visibleOn:'data.actionType == "url"',mode:"inline",className:"w-full",label:b("0bbc3ec26c36a87c9df3183def6ca9e0"),value:!0},t?{visibleOn:'data.actionType == "submit" || data.type == "submit"',name:"close",type:"switch",mode:"inline",className:"w-full",pipeIn:kc(!0),label:b("d0c3025a64b26e5fbf22005f400c06d7")}:null,{name:"confirmText",type:"textarea",label:b("0c15a924dc3bedefb79c958972bef2b9"),description:b("06b13b11740f7663af325bf5426930ba")},{type:"input-text",name:"reload",label:b("fa9a0a79f29fef72e3060ea1af93c305"),visibleOn:'data.actionType != "link" && data.actionType != "url"',description:b("437d629f00e62cf99b3ad288f84ade46")},{type:"input-text",name:"target",visibleOn:'data.actionType != "reload"',label:b("b01f08bf5b9f8e3ef9d49e31d89bf770"),description:b("f667748a8e9717498da714d4e5087af2")},{type:"js-editor",allowFullscreen:!0,name:"onClick",label:b("80ddab8a52f74d707765501b0caae21f"),description:b("babbd439bc04241ed3536f892668c250")},{type:"input-text",name:"hotKey",label:b("867ade50f0bbb10bac65a5c3bc7895e9")}];return[{type:"container",className:"p-3",body:n}]},a}return(0,f.ZT)(a,e),a.prototype.buildEditorPanel=function(a,t){a.selections.length||(~["action","button","submit","reset","sparkline"].indexOf(a.info.renderer.name)?(this.panelBodyCreator(a),a.info.renderer.name):e.prototype.buildEditorPanel.call(this,a,t))},a.prototype.buildEditorToolbar=function(e,a){var t=this,n=e.id,c=e.schema,o=e.info;~["action","button","submit","reset"].indexOf(o.renderer.name)&&"dialog"===c.actionType&&a.push({iconSvg:"dialog",tooltip:b("c3c8422fcecd8c1cc922cba15ab5cbc0"),placement:"bottom",onClick:function(){return t.editDetail(n)}})},a.prototype.editDetail=function(e){var a=this.manager,t=a.store,n=t.getNodeById(e),c=t.getValueOf(e);n&&c&&this.manager.openSubEditor({title:b("c3c8422fcecd8c1cc922cba15ab5cbc0"),value:(0,f.pi)({type:"dialog"},c.dialog),onChange:function(e){e=(0,f.pi)((0,f.pi)({},c),{dialog:e}),a.panelChangeValue(e,We(c,e))}})},a}(ua);za(Fo);var Ro=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.panelTitle=b("dc7558211f2990370954c2e7ca498ee9"),a.panelIcon="fa fa-columns",a.panelBodyCreator=function(e){var t=oa();return[wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:[wc("label",{label:b("bcee820bc20342a4d388a35ed32a35fe")}),wc("formItemName",{label:b("41a344642681efaaa418c228ba7fb45c")}),wc("tableCellRemark"),wc("tableCellPlaceholder"),wc("switch",{name:"sortable",label:b("233662283039ded8c29f070d1a807029"),description:b("348097cc50579e489f0bcb5433637d3a")})]},{title:b("dfac151de712ab0b3618072c8a7f0a0f"),body:[{name:"groupName",label:b("9db64f772c11c614ee00bb3cc066f46f"),type:t?"input-text-i18n":"input-text",description:'当多列的分组名称设置一致时,表格会在显示表头的上层显示超级表头,示例'},wc("switch",{name:"quickEdit",label:b("19c4f5e98ad302574202de30dddbaf66"),pipeIn:function(e){return!!e}}),{visibleOn:"data.quickEdit",name:"quickEdit.mode",type:"button-group-select",value:"popOver",label:b("abd733d00ec656e7b0cfd88deedf102f"),size:"xs",mode:"inline",className:"w-full",options:[{label:b("78f395c15aaf8c92d9223f6ca69b41a4"),value:"popOver"},{label:b("c6e1b91d329a61b691d0d5d2eb343ddd"),value:"inline"}]},wc("switch",{name:"quickEdit.saveImmediately",label:b("15c3796e07e33afc7252df751f610c5d"),visibleOn:"data.quickEdit",description:b("2d2eb2ac28f074d1caef0d332d61cfb0"),descriptionClassName:"help-block m-b-none",pipeIn:function(e){return!!e}}),wc("api",{label:b("eccba4475f3144e417e55fd96e831e09"),description:b("c8e5c062d5ad38e54413abd9c7cfb2f4"),name:"quickEdit.saveImmediately.api",visibleOn:"this.quickEdit && this.quickEdit.saveImmediately"}),{visibleOn:"data.quickEdit",name:"quickEdit",asFormItem:!0,children:function(e){var t=e.value,n=e.onChange,c=e.data;!0===t?t={}:void 0===t&&(t=(0,d.E04)(c,"quickEdit"));var r=t.mode;return delete(t=(0,f.pi)({type:"input-text",name:c.name},t)).mode,o.createElement(i.zxk,{level:"info",className:"m-b",size:"sm",block:!0,onClick:function(){a.manager.openSubEditor({title:b("c3ed36e4abb96c18a6c83350994cdea7"),value:t,slot:{type:"form",mode:"normal",body:["$$"],wrapWithPanel:!1},onChange:function(e){return n((0,f.pi)((0,f.pi)({},e),{mode:r}),"quickEdit")}})}},"配置快速编辑")}},wc("switch",{name:"popOver",label:b("ba5a0a1ff2c438ae7719ca48b0ce3af7"),pipeIn:function(e){return!!e}}),{name:"popOver.mode",label:b("d689e3c38fdb32c98fb27f8f35a26552"),type:"select",visibleOn:"data.popOver",pipeIn:kc("popOver"),options:[{label:b("18c63459a2c069022c7790430f761214"),value:"popOver"},{label:b("ab3aec075a09d055b2a28c8b61925ee0"),value:"dialog"},{label:b("33e6c41fed95c25e3b426d596d504579"),value:"drawer"}]},{name:"popOver.position",label:b("d689e3c38fdb32c98fb27f8f35a26552"),type:"select",visibleOn:'data.popOver && data.popOver.mode === "popOver"',pipeIn:kc("center"),options:[{label:b("68b54e7b408c4fb83561c931aa668eae"),value:"center"},{label:b("e18459c93769a5afec01e1ce60f9b9fd"),value:"left-top"},{label:b("1fc3cdd8437f5057774cde2f2c51f97c"),value:"right-top"},{label:b("63dd9faca92bccfd436ff21a6b4b3151"),value:"left-bottom"},{label:b("d01c239688b9c8fc145191ee642dc080"),value:"right-bottom"},{label:b("8fcf9802436282672a8e28ebd6262390"),value:"fixed-left-top"},{label:b("aed25160b4e8cfc613a743c4549e9222"),value:"fixed-right-top"},{label:b("d4a4ab1916187e09b9c037705fd49ffa"),value:"fixed-left-bottom"},{label:b("921fccbb84c829bf8c6f0b9957029f44"),value:"fixed-right-bottom"}]},{visibleOn:"data.popOver",name:"popOver",asFormItem:!0,children:function(e){var t=e.value,n=e.onChange;return t=(0,f.pi)({type:"panel",title:b("5b48dbb8dc710cffe6313bb56a7f6d47"),body:b("1d53f83df1d889a70131b7a93c819575")},t),o.createElement(i.zxk,{level:"info",className:"m-b",size:"sm",block:!0,onClick:function(){a.manager.openSubEditor({title:b("8dda45360dcf9ca501fd7d0eb53045b5"),value:t,onChange:function(e){return n(e,"popOver")}})}},"查看更多内容配置")}},wc("switch",{name:"copyable",label:b("6e78b595d6a296938201a3c80660bf35"),pipeIn:function(e){return!!e}}),{visibleOn:"data.copyable",name:"copyable.content",type:"textarea",label:b("deb65aca8dba2ff9d0cfaed0a3441068"),description:b("622e14515c4fd5ca6fe6946e3a1bfb4a")}]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[{name:"fixed",type:"button-group-select",label:b("65f7e01d58cb5065f49e0e8f48cc16be"),pipeIn:kc(""),size:"xs",mode:"inline",className:"w-full",options:[{value:"",label:b("9ed8a4c5d1b3726121175dc986268b0c")},{value:"left",label:b("39a2cb79c6d9762783e20522ea86dcff")},{value:"right",label:b("de2a774bf98944b8f0ec8755d5f59d64")}]},wc("switch",{name:"toggled",label:b("0a5ac2f5c327e28c58d51db967a0e603"),pipeIn:kc(!0)}),{name:"breakpoint",type:"button-group-select",label:b("a3bd2104e3df81df713de636b907462c"),visibleOn:"data.tableFootableEnabled",size:"xs",multiple:!0,options:[{label:b("986a5f50e946674bb91c9408fc974497"),value:"*"},{label:b("a165f0fe5fb904049f6b6961105e433f"),value:"xs"},{label:b("03ee8b948c9b34daca9584811bcca17d"),value:"sm"},{label:b("82d9f1f96084674e2b0101ecc04d5d58"),value:"md"},{label:b("f4166de371b5dfb87efce228b17a3fbb"),value:"lg"}],pipeIn:function(e){return e?"string"==typeof e?e:"*":""},pipeOut:function(e){return"string"==typeof e&&~e.indexOf("*")&&/xs|sm|md|lg/.test(e)?e.replace(/\*\s*,\s*|\s*,\s*\*/g,""):e}},wc("switch",{name:"className",label:b("f8cffd4d3fcdca390a3a3de24d209bb6"),pipeIn:function(e){return"string"==typeof e&&/\word\-break\b/.test(e)},pipeOut:function(e,a){return(e?"word-break ":"")+(a||"").replace(/\bword\-break\b/g,"").trim()}}),wc("className"),wc("className",{name:"innerClassName",label:b("4619988f1c5d9093dc00d1430633b2bd")}),{name:"width",type:"input-number",label:b("bdd9d38d7e2929024089363dc8f48b7a"),description:b("b198805e7a6b35830ba813f51db2fdc4")}]}])]},a}return(0,f.ZT)(a,e),a.prototype.getRendererInfo=function(e){var a=e.renderer,t=e.schema;if("table-cell"===a.name)return{name:t.label?"<".concat(t.label,">列"):b("044892c0c637f2d9e78e78956b1ded01"),$schema:"/schemas/TableColumn.json",multifactor:!0,wrapperResolve:function(e){var a=[].slice.call(e.parentElement.children).indexOf(e)+1,n=e.closest("table");return[].slice.call(n.querySelectorAll("th:nth-child(".concat(a,'):not([data-editor-id="').concat(t.id,'"]),\n td:nth-child(').concat(a,'):not([data-editor-id="').concat(t.id,'"])')))}}},a.prototype.beforeReplace=function(e){var a=e.context;a.info.plugin===this&&a.data&&(a.data.label=a.data.label||a.schema.label,a.data.name=a.data.name||a.schema.name)},a}(ua);za(Ro);var zo=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-array",a.$schema="/schemas/ArrayControlSchema.json",a.disabledRendererPlugin=!0,a.name=b("b6946d13d670fc49b721b626bca426b7"),a.isBaseComponent=!0,a.icon="fa fa-bars",a.pluginIcon="input-array-plugin",a.description=b("6e43f86d0b2973c34078bc7c7bc02eb0"),a.docLink="/amis/zh-CN/components/form/input-array",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-array",label:b("b6946d13d670fc49b721b626bca426b7"),name:"array",items:{type:"input-text",placeholder:b("02cc4f8f5a9aefbc03c778f7a5c989c7")}},a.previewSchema={type:"form",className:"text-left",wrapWithPanel:!1,mode:"horizontal",body:[(0,f.pi)((0,f.pi)({},a.scaffold),{value:["row1",""],draggable:!0})]},a.panelTitle=b("a4b72cd5d7c953c57b00e3597b9ef666"),a.panelBodyCreator=function(e){return[wc("layout:originPosition",{value:"left-top"}),wc("switchDefaultValue"),{type:"textarea",name:"value",label:b("225f3ed00750ae78ad1e6ea42c8f5087"),visibleOn:'typeof this.value !== "undefined"',pipeOut:xc},{children:o.createElement(i.zxk,{size:"sm",level:"danger",className:"m-b",block:!0,onClick:a.editDetail.bind(a,e.id)},"配置子表单项")},wc("switch",{label:b("7f2579cabd4d654458a720eed517a37d"),name:"addable",pipeIn:kc(!0)}),{label:b("ea1e5695bf682ea3b31aba0c35198ae3"),name:"addButtonText",type:"input-text",visibleOn:"data.addable",pipeIn:kc(b("66ab5e9f24c8f46012a25c89919fb191"))},{type:"textarea",name:"scaffold",label:b("aab09f676645f2651655a711d5e3327c"),visibleOn:"this.addable !== false",pipeOut:xc,pipeIn:kc("")},wc("switch",{label:b("1ab31449faaaeeeb7200d724eab9a7ab"),name:"removable",pipeIn:kc(!0)}),wc("api",{name:"deleteApi",label:b("fa3e9f9e49f5a81c998f949155f86b50"),visibleOn:"data.removable"}),{label:b("f962922d46ef18e68127642e5c00165a"),name:"deleteConfirmText",type:"input-text",visibleOn:"data.deleteApi",pipeIn:kc(b("fc763fd5ddf637fe4ba1ac59e10b8d3a"))},wc("switch",{name:"draggable",label:b("89e34c77922f9362fc8f4033e7f6bdf4")}),{name:"draggableTip",visibleOn:"data.draggable",type:"input-text",label:b("1362211a6bfc8cc4130d54643e8e9732"),pipeIn:kc(b("91396e9bc25c9e8b63907fe22408e2bb"))},{name:"addButtonText",type:"input-text",label:b("ea1e5695bf682ea3b31aba0c35198ae3"),pipeIn:kc(b("66ab5e9f24c8f46012a25c89919fb191"))},wc("minLength"),wc("maxLength")]},a}return(0,f.ZT)(a,e),a.prototype.filterProps=function(e){return(e=ke(e)).value||(e.value=[""]),e},a.prototype.buildEditorToolbar=function(e,a){var t=e.id;"input-array"===e.info.renderer.name&&a.push({icon:"fa fa-expand",order:100,tooltip:b("50bfed6ada3e7d0ef4d20eb727b3d7df"),onClick:this.editDetail.bind(this,t)})},a.prototype.buildEditorContextMenu=function(e,a){var t=e.id;e.schema,e.region,"input-array"===e.info.renderer.name&&a.push("|",{label:b("39a6853b109ae98f1aabca90283d7edc"),onSelect:this.editDetail.bind(this,t)})},a.prototype.editDetail=function(e){var a=this.manager,t=a.store,n=t.getNodeById(e),c=t.getValueOf(e);n&&c&&this.manager.openSubEditor({title:b("50bfed6ada3e7d0ef4d20eb727b3d7df"),value:c.items,slot:{type:"form",mode:"normal",body:"$$",wrapWithPanel:!1,className:"wrapper"},onChange:function(e){e=(0,f.pi)((0,f.pi)({},c),{items:e}),a.panelChangeValue(e,We(c,e))}})},a}(ua);za(zo);var Ao=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="button-group-select",a.$schema="/schemas/ButtonGroupControlSchema.json",a.name=b("729a4cca5ed3504793c1f3a87d2b48b9"),a.isBaseComponent=!0,a.icon="fa fa-object-group",a.pluginIcon="btn-select-plugin",a.description=b("29513434492e5d19a9660e0a918befd1"),a.docLink="/amis/zh-CN/components/button-group",a.tags=[b("fa966345577ba81af19408f203db968f")],a.scaffold={type:"button-group-select",name:"buttonGroupSelect",label:b("729a4cca5ed3504793c1f3a87d2b48b9"),inline:!1,options:[{label:b("6edda84461bf13d38328cb401c8c23db"),value:"a"},{label:b("39692081e75ef73c6479fc25f8f10dfc"),value:"b"}]},a.previewSchema={type:"form",wrapWithPanel:!1,mode:"horizontal",body:(0,f.pi)((0,f.pi)({},a.scaffold),{value:"a",label:b("729a4cca5ed3504793c1f3a87d2b48b9"),description:b("a457872a51628ccadfb9bcfa23428a98")})},a.notRenderFormZone=!0,a.panelTitle=b("729a4cca5ed3504793c1f3a87d2b48b9"),a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("2fc76872efce1eabd3b74a3e4fd5b976"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("c374a44713fa5ff5da2565beb398c7d3")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"reload",actionLabel:b("64ca9bab920a2983bcf270320d850d00"),description:b("9ef5597ac0b4da662bcd967da37eceb4")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:[wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("multiple"),wc("valueFormula",{rendererSchema:null==e?void 0:e.schema,useSelectMode:!0,visibleOn:"this.options && this.options.length > 0"}),wc("description")]},{title:b("66774850742a81e8b2393195290b7330"),body:[wc("optionControlV2")]},wc("status",{isFormItem:!0})])]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("formItemMode"),wc("horizontal",{label:"",visibleOn:'data.mode == "horizontal" && data.label !== false && data.horizontal'}),wc("switch",{name:"tiled",label:Sc(b("8eb18b36f5a27fa8e6d32bc66546ce05"),b("944908c981a86bfa0cfab9360ab38184")),pipeIn:kc(!1),visibleOn:'data.mode !== "inline"'}),wc("size"),wc("buttonLevel",{label:b("ac3880323853de9adc4f66bc06d438ff"),name:"btnLevel"}),wc("buttonLevel",{label:b("0b98b0bea3db6ae5b67a09c7bb2d032b"),name:"btnActiveLevel"})]},wc("style:classNames",{isFormItem:!0,schema:[wc("className",{label:b("fa966345577ba81af19408f203db968f"),name:"btnClassName"})]})])]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(Ao);var jo,Po,Bo,Lo,Do,$o,Vo,_o,Ho,qo,Wo,Uo,Zo,Go,Jo,Yo,Ko,Xo,Qo,ei,ai=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="button-toolbar",a.$schema="/schemas/ButtonToolbarControlSchema.json",a.name=b("f05dd80af77a441216ef940e7887a8db"),a.isBaseComponent=!0,a.icon="fa fa-ellipsis-h",a.pluginIcon="btn-toolbar-plugin",a.description=b("433e2e80ec74563daf4368e59b525e34"),a.docLink="/amis/zh-CN/components/form/button-toolbar",a.tags=[b("55b45c73ae417c4dead67905b1550e85"),b("fa966345577ba81af19408f203db968f")],a.scaffold={type:"button-toolbar",label:b("f05dd80af77a441216ef940e7887a8db"),buttons:[(0,f.pi)({type:"button",label:b("e9d2f66bbd44c96a3e03494bf6b1ebf0")},vo),(0,f.pi)({type:"button",label:b("ce35a17d2ba7caac95092a7a66ac9a0d")},vo)]},a.previewSchema={type:"form",wrapWithPanel:!1,mode:"horizontal",body:(0,f.pi)({},a.scaffold)},a.regions=[{key:"buttons",label:b("3b49c8cece3f495f0e76b73823c68bfa"),preferTag:b("fa966345577ba81af19408f203db968f"),renderMethod:"renderButtons"}],a.notRenderFormZone=!0,a.panelTitle=b("012f602372cd2dbd639cd966c63e1f90"),a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:[wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("label"),wc("labelRemark"),wc("remark"),wc("description"),wc("combo-container",{type:"combo",label:b("66774850742a81e8b2393195290b7330"),name:"buttons",mode:"normal",multiple:!0,addable:!0,minLength:1,draggable:!0,editable:!1,pipeIn:function(e){return ia(e)},items:[{type:"tpl",inline:!1,className:"p-t-xs",tpl:'<% if (data.type === "button-group") { %> '.concat(b("c8caf94205105bac5833ab31cc2129d7"),' <% } else { %><%= data.label %><% if (data.icon) { %><% }%><% } %>')}],addButtonText:b("f9f2b9cc91cd332db6b2b732c3869233"),scaffold:{type:"button",label:b("fa966345577ba81af19408f203db968f")}})]},wc("status")])]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("formItemMode"),wc("horizontal",{label:"",visibleOn:'data.mode == "horizontal" && data.label !== false && data.horizontal'})]},wc("style:classNames",{isFormItem:!0,unsupportStatic:!0,schema:[wc("className",{label:b("3bdd08adab6ea90b9164b20a0e4151ac"),name:"descriptionClassName",visibleOn:"this.description"})]})])]}])},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(ai);var ti,ni,ci,oi=[];!function(e){e.Pattern="文本",e.Number="数字",e.Regex="正则",e.Others="其他"}(ti||(ti={})),function(e){e[e.isDefault=1]="isDefault",e[e.isMore=2]="isMore",e[e.isBuiltIn=3]="isBuiltIn"}(ni||(ni={})),function(e){e.All="0",e.Text="1",e.MultiSelect="2",e.Check="3",e.Email="4",e.Password="5",e.URL="6",e.Number="7",e.File="8",e.Date="9",e.Code="10",e.Tree="11"}(ci||(ci={})),function(){for(var e=[],a=0;a可用变量说明
    \n
  • value当前值
  • \n
  • level拉取级别,从 1开始。
  • \n
  • parentId上一层选中的 value
  • \n
  • parent上一层选中选项,包含 labelvalue 的值。
  • \n
",{maxWidth:"unset"})}),wc("loadingConfig",{visibleOn:"this.source || !this.options"},{context:e}),{type:"input-text",name:"labelField",label:Sc(b("4ea50507bf8b9ceb908677f30fb20e68"),b("fe4c9c2eed1ad213040d84036c675454")),pipeIn:kc("label")},{type:"input-text",name:"valueField",label:Sc(b("be43687d4ed1d9e663c729e12618166d"),b("f1e6b60c4b6df555a6b03f91033091f4")),pipeIn:kc("value")}]},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.MultiSelect})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer}),wc("style:classNames",{schema:[wc("className",{name:"descriptionClassName",label:b("3bdd08adab6ea90b9164b20a0e4151ac")})]})])]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(ii),Cc("option",{name:"option",type:"input-text",label:Sc(b("f411d0f1f925d9b48d8c1d451bd809b1"),b("2ef0fb6299da5954f5ea84a088684ee5"))});var di=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="checkbox",a.$schema="/schemas/CheckboxControlSchema.json",a.name=b("454e60f5759903d7d3dba58e3f9bd590"),a.isBaseComponent=!0,a.icon="fa fa-check-square-o",a.pluginIcon="checkbox-plugin",a.description=b("454e60f5759903d7d3dba58e3f9bd590"),a.docLink="/amis/zh-CN/components/form/checkbox",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"checkbox",option:b("454e60f5759903d7d3dba58e3f9bd590"),name:"checkbox"},a.previewSchema={type:"form",className:"text-left",wrapWithPanel:!1,mode:"horizontal",body:[(0,f.pi)((0,f.pi)({value:!0},a.scaffold),{label:b("81c8c07d13f425215010783bbf3bf06e")})]},a.notRenderFormZone=!0,a.panelTitle=b("454e60f5759903d7d3dba58e3f9bd590"),a.panelJustify=!0,a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("c75fde0e2d329ce62f55cb1a207181ae"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("ddd6650e02f5a266c3df2703daf37270")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("c374a44713fa5ff5da2565beb398c7d3")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("option"),{type:"ae-switch-more",hiddenOnDefault:!1,mode:"normal",label:b("db0258df1ddbd88749b335aecdc8425e"),formType:"extend",form:{body:[{type:"input-text",label:b("53235c46364db079356d57da5870f967"),name:"trueValue",pipeIn:kc(!0),pipeOut:xc},{type:"input-text",label:b("56f3150f1713a5e5c6e7c55fb0b79b75"),name:"falseValue",pipeIn:kc(!1),pipeOut:xc}]}},wc("valueFormula",{rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{type:"switch"}),needDeleteProps:["option"],label:b("7c7a88eb1bb4b40206c6c680bd8995a8"),rendererWrapper:!0,valueType:"boolean",pipeIn:function(e,a){var t,n;return e===(null===(n=null===(t=null==a?void 0:a.data)||void 0===t?void 0:t.trueValue)||void 0===n||n)},pipeOut:function(e,a,t){var n=t.trueValue,c=void 0===n||n,o=t.falseValue;return e?c:void 0!==o&&o}}),wc("labelRemark"),wc("remark"),wc("description"),wc("autoFillApi")]},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.MultiSelect})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer}),wc("style:classNames")])]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(di);var ri=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="checkboxes",a.$schema="/schemas/CheckboxesControlSchema.json",a.order=-470,a.name=b("db98f889ce6bc235e66bd4b2a788d137"),a.isBaseComponent=!0,a.icon="fa fa-check-square",a.pluginIcon="checkboxes-plugin",a.description=b("6d1383a2806f0516aac2c115f96799eb"),a.docLink="/amis/zh-CN/components/form/checkboxes",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"checkboxes",label:b("db98f889ce6bc235e66bd4b2a788d137"),name:"checkboxes",multiple:!0,options:[{label:b("05f87b331e1c97691776d93a6598373f"),value:"A"},{label:b("f38c0a46797523b11051e35ec0f82a42"),value:"B"}]},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({value:"A"},a.scaffold)]},a.notRenderFormZone=!0,a.panelTitle=b("db98f889ce6bc235e66bd4b2a788d137"),a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("2fc76872efce1eabd3b74a3e4fd5b976"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("c374a44713fa5ff5da2565beb398c7d3")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"reload",actionLabel:b("64ca9bab920a2983bcf270320d850d00"),description:b("9ef5597ac0b4da662bcd967da37eceb4")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelJustify=!0,a.panelBodyCreator=function(e){var t=e.info.renderer;return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),[wc("switch",{label:b("9c541222ced2435288c24b34f8ad1fb8"),name:"checkAll",value:!1,visibleOn:"data.multiple",onChange:function(e,a,t,n){e||n.setValueByName("defaultCheckAll",!1)}}),{type:"container",className:"ae-ExtendMore mb-2",visibleOn:"data.checkAll",body:[wc("switch",{label:b("05bef457e8350e1a5d8007cad41b70e5"),name:"defaultCheckAll",value:!1})]}],wc("valueFormula",{rendererSchema:null==e?void 0:e.schema,useSelectMode:!0,visibleOn:"this.options && this.options.length > 0"}),wc("joinValues",{visibleOn:!0}),wc("delimiter",{visibleOn:"data.joinValues === true"}),wc("extractValue"),wc("labelRemark"),wc("remark"),wc("description"),wc("autoFillApi")]},{title:b("ea15ae2b7fba76c83eec6d0986d15197"),body:[wc("optionControlV2",{multiple:!0}),wc("creatable",{formType:"extend",hiddenOnDefault:!0,form:{body:[wc("createBtnLabel"),wc("addApi")]}}),wc("editable",{formType:"extend",hiddenOnDefault:!0,form:{body:[wc("editApi")]}}),wc("removable",{formType:"extend",hiddenOnDefault:!0,form:{body:[wc("deleteApi")]}})]},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.MultiSelect})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[wc("style:formItem",{renderer:t}),wc("style:classNames")])]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(ri);var li=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-city",a.$schema="/schemas/CityControlSchema.json",a.name=b("ba6a6f2cdb46e8f80fbfd4fed20eafac"),a.isBaseComponent=!0,a.icon="fa fa-building-o",a.pluginIcon="input-city-plugin",a.description=b("20700607ccdb7b6c83f3b5bc525e6975"),a.docLink="/amis/zh-CN/components/form/input-city",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-city",label:b("ba6a6f2cdb46e8f80fbfd4fed20eafac"),name:"city",allowCity:!0,allowDistrict:!0,extractValue:!0},a.previewSchema={type:"form",className:"text-left",wrapWithPanel:!1,mode:"horizontal",body:[(0,f.pi)({},a.scaffold)]},a.notRenderFormZone=!0,a.panelTitle=b("ba6a6f2cdb46e8f80fbfd4fed20eafac"),a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("ee167d4c74e600248aefe9d0ba474705"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("c374a44713fa5ff5da2565beb398c7d3")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("770fe9e7899cd310b035ef50a39ab2ae")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("valueFormula",{rendererSchema:null==e?void 0:e.schema,rendererWrapper:!0,mode:"vertical"}),{name:"extractValue",label:b("db0258df1ddbd88749b335aecdc8425e"),type:"button-group-select",size:"sm",options:[{label:b("d8848daffd80dbb21ace876ade2ea8a8"),value:!0},{label:b("977cfa6e8c7f036674afedfcc19ec7a2"),value:!1}]},wc("switch",{name:"allowCity",label:b("05fcf03ba044a04ce81bdbe6eaf49d17"),pipeIn:kc(!0),onChange:function(e,a,t,n){if(!e){var c=Y()(n.data);n.setValueByName("allowDistrict",void 0),n.setValueByName("value",c.extractValue?"":{})}}}),wc("switch",{name:"allowDistrict",label:b("1f1ca9df5fa3648c718ad04649888943"),visibleOn:"data.allowCity",pipeIn:kc(!0),onChange:function(e,a,t,n){if(!e){var c=Y()(n.data);n.setValueByName("value",c.extractValue?"":{})}}}),wc("switch",{name:"searchable",label:b("af9cbd3988196fc104af4fed9461e152"),pipeIn:kc(!1)}),wc("labelRemark"),wc("remark"),wc("description")]},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.MultiSelect})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer}),wc("style:classNames")])]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(li);var si=t(97234);function bi(e,a){function t(e){var t=(0,si.Z)(e);if(!t.isValid())return"";switch("rgba"!==a&&t.setAlpha(1),a){case"hex":return t.toHexString();case"hsl":return t.toHslString();case"rgb":return t.toRgbString();case"rgba":var n=t.toRgb(),c=n.r,o=n.g,i=n.b,d=n.a;return"rgba(".concat(c,", ").concat(o,", ").concat(i,", ").concat(d,")");default:return t.toString()}}return a=a.toLocaleLowerCase(),Array.isArray(e)?e.map(t):t(e)}var fi=["#ffffff","#000000","#d0021b","#f5a623","#f8e71c","#7ED321","#4A90E2","#9013fe"],ui=["hex","rgb","rgba","hsl"],pi=ui.reduce((function(e,a){return e[a]=bi(fi,a),e}),{}),mi=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-color",a.$schema="/schemas/ColorControlSchema.json",a.name=b("d1b5ad85ada6350ea1a1432b813700be"),a.isBaseComponent=!0,a.icon="fa fa-eyedropper",a.pluginIcon="input-color-plugin",a.description=b("5a9e72d006165ae3dacdbd96f931f70e"),a.docLink="/amis/zh-CN/components/form/input-color",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-color",label:b("6b36c6f7ec834692ec6c8e3816349fdd"),name:"color"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.panelTitle=b("d1b5ad85ada6350ea1a1432b813700be"),a.notRenderFormZone=!0,a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("277daf93adca7889605057f566b584bf")},{eventName:"focus",eventLabel:b("ab0710b367acefa1d6a78e2338291e86"),description:b("829c57d7064cad467ec466ae26244ebb")},{eventName:"blur",eventLabel:b("fc96a5f1b79cb734afe08e401b6ba5e7"),description:b("40fa260f07ed5a14f9516c0c37fbfd4e")}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("3086da6514671fb8950171bf3af4ab2d")},{actionType:"focus",actionLabel:b("ab0710b367acefa1d6a78e2338291e86"),description:b("829c57d7064cad467ec466ae26244ebb")}],a.panelJustify=!0,a.panelBodyCreator=function(e){var t=e.info.renderer,n=ui.map((function(e){return{label:e.toUpperCase(),value:e}}));return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),{type:"select",label:b("db0258df1ddbd88749b335aecdc8425e"),name:"format",value:"hex",options:n,onChange:function(e,a,t,n){var c=n.data,o=c.value,i=c.presetColors;o&&n.setValueByName("value",bi(o,e)),Array.isArray(i)&&n.setValueByName("presetColors",bi(i,e))}},(0,f.ev)([],(0,f.CR)(n.map((function(e){var t=e.value;return a.getConditionalColorPanel(t)}))),!1),wc("clearable"),wc("labelRemark"),wc("remark"),wc("placeholder"),wc("description"),wc("autoFillApi")]},{title:b("a47b08f4c83158a058c06e176cff501a"),body:(0,f.ev)([wc("switch",{label:Sc(b("1b25b3b1b5076f0c2e6bd12d73c56f79"),b("9b161db0e2e749c1106c702c8097d380")),name:"allowCustomColor",disabledOn:"Array.isArray(presetColors) && presetColors.length === 0",pipeIn:function(e){return void 0!==e&&!e},pipeOut:function(e){return!e}}),wc("switch",{label:Sc(b("05a64e0df1490a5db391e7a43eced6e0"),b("6cbabc9a4cc07c1e26bb131c02833f8d")),name:"presetColors",onText:b("f1d4ff50f3828f9b73412e7d94e6dd6e"),offText:b("18c63459a2c069022c7790430f761214"),pipeIn:function(e){return void 0!==e},pipeOut:function(e,a,t){var n=t.format;return e?pi[void 0===n?"hex":n]:void 0},onChange:function(e,a,t,n){Array.isArray(e)&&0===e.length&&n.setValueByName("allowCustomColor",!0)}})],(0,f.CR)(n.map((function(e){var t=e.value;return a.getConditionalColorComb(t)}))),!1)},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.MultiSelect})],(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{configTitle:"props"}))},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:formItem",{renderer:t}),wc("style:classNames",{schema:[wc("className",{label:b("3bdd08adab6ea90b9164b20a0e4151ac"),name:"descriptionClassName",visibleOn:"this.description"})]})],(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{configTitle:"style"}))},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a.prototype.getConditionalColorPanel=function(e){var a="hex"===e?" || !this.format":"";return{label:b("225f3ed00750ae78ad1e6ea42c8f5087"),name:"value",type:"input-color",format:e,clearable:!0,visibleOn:'this.format==="'.concat(e,'"').concat(a),presetColors:pi[e]}},a.prototype.getConditionalColorComb=function(e){var a="hex"===e?" || !this.format":"";return wc("combo-container",{type:"combo",mode:"normal",name:"presetColors",items:[{type:"input-color",format:e,name:"color",clearable:!1,presetColors:pi[e]}],draggable:!1,multiple:!0,visibleOn:'this.presetColors !== undefined && (this.format === "'.concat(e,'"').concat(a,")"),onChange:function(e,a,t,n){Array.isArray(e)&&0===e.length&&n.setValueByName("allowCustomColor",!0)},pipeIn:function(a){return a.map((function(a,t){return void 0===a&&(a=""),{key:"".concat(a,"-").concat(t),color:bi(a,e)}}))},pipeOut:function(e){return e.map((function(e){var a=e.color;return void 0===a?"":a}))}})},a.scene=["layout"],a}(ua);za(mi);var hi=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="combo",a.$schema="/schemas/ComboControlSchema.json",a.name=b("254bb8aa6b92d588d957a383df24db1e"),a.isBaseComponent=!0,a.icon="fa fa-group",a.pluginIcon="combo-plugin",a.description=b("4db731c7d73988e40a01b4bf1a7f00d7"),a.docLink="/amis/zh-CN/components/form/combo",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"combo",label:b("254bb8aa6b92d588d957a383df24db1e"),name:"combo",multiple:!0,addable:!0,removable:!0,removableMode:"icon",addBtn:{label:b("66ab5e9f24c8f46012a25c89919fb191"),icon:"fa fa-plus",level:"primary",size:"sm"},items:[{type:"input-text",name:"input-text",placeholder:b("97d07614380da93d257f9fbf81aa56fb")},{type:"select",name:"select",placeholder:b("ea15ae2b7fba76c83eec6d0986d15197"),options:[{label:"A",value:"a"},{label:"B",value:"b"}]}]},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)((0,f.pi)({},a.scaffold),{value:[{text:"Row 1",select:"a"},{}]})]},a.events=[{eventName:"add",eventLabel:b("b58c7549c0246c55b9cac96383200338"),description:b("8575b828c7320de82b9f99058aa1f55f"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"object",title:b("aacd80d2c978abae7b955510a938788c")}}}]},{eventName:"delete",eventLabel:b("2f4aaddde33c9b93c36fd2503f3d122b"),description:b("4933bd64bb23de03ca8ed246fa5509c5"),dataSchema:[{type:"object",properties:{"event.data.key":{type:"string",title:b("0410242a74850f010a9a8061bc0cd891")},"event.data.value":{type:"string",title:b("74333901ae9ad27a93487dc850e45609")},"event.data.item":{type:"object",title:b("28e5fd494ea37a09fd2ad36d0f98bacc")}}}]},{eventName:"tabsChange",eventLabel:b("95e09290c4e0f01323bb5abf301c950b"),description:b("ba2bd765f6c2e2b717139c5453884e14"),dataSchema:[{type:"object",properties:{"event.data.key":{type:"string",title:b("b04c6cf9cb1212b9c173ddfeec129028")},"event.data.value":{type:"string",title:b("74333901ae9ad27a93487dc850e45609")},"event.data.item":{type:"object",title:b("046de1a6cb21ff83af74958342c0db64")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("c374a44713fa5ff5da2565beb398c7d3")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"addItem",actionLabel:b("00d1a6230e9a31664c895e95fde707d3"),description:b("cf3f7c0c1e6c77197bb0b6508a9173aa"),innerArgs:["item"],schema:Gc({type:"combo",label:b("00d1a6230e9a31664c895e95fde707d3"),name:"item",draggable:!1,multiple:!0,removable:!0,required:!0,addable:!0,strictMode:!1,canAccessSuperData:!0,mode:"horizontal",items:[{name:"key",type:"input-text",required:!0,placeholder:b("a25657422b40023f2731619587940bc7"),source:"${__setValueDs}"},{name:"val",type:"input-formula",variables:"${variables}",evalMode:!1,variableMode:"tabs",inputMode:"input-group"}]})},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelTitle=b("254bb8aa6b92d588d957a383df24db1e"),a.notRenderFormZone=!0,a.panelJustify=!0,a.panelBodyCreator=function(e){var t=oa();return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:[wc("collapseGroup",[{className:"p-none",title:b("f7e68bde2caa2cb5696d6a37fe4a23a4"),body:[wc("formItemName",{required:!0}),wc("label"),wc("valueFormula",{rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{type:"textarea"}),label:Sc(b("225f3ed00750ae78ad1e6ea42c8f5087"),b("bf8f46b5c3b309f666965a74d57ac093")),pipeOut:function(e){try{return"number"==typeof JSON.parse(e)?e:JSON.parse(e)}catch(a){return e}}}),wc("switch",{name:"multiple",label:b("e3be7b8a459a08fec8f378a0660b642b"),pipeIn:kc(!0),onChange:function(e,a,t,n){n.setValueByName("addable",e),n.setValueByName("removable",e),!e&&n.setValueByName("draggable",!1),n.setValueByName("flat",!1)}}),{type:"container",className:"ae-ExtendMore mb-3",visibleOn:"data.multiple",body:[{label:b("3a553b1123f403cf1f81eb28b3e4b814"),name:"maxLength",type:"input-number"},{label:b("93bc4888bc13bb6e6c49b34b54077438"),name:"minLength",type:"input-number"}]},wc("switch",{name:"flat",label:Sc(b("e61c32382d879b867938086a50ef094e"),b("28a59fee1a4714493a8d6cec05c1417b")),visibleOn:"Array.isArray(data.items) && data.items.length === 1 && data.multiple"}),{type:"container",className:"ae-ExtendMore mb-3",visibleOn:"data.multiple && data.flat",body:[wc("joinValues"),wc("delimiter")]},wc("switch",{name:"draggable",label:b("b4521626a48dcb61001fc563d2433ed3"),pipeIn:kc(!1),visibleOn:"data.multiple"}),{type:"container",className:"ae-ExtendMore mb-3",visibleOn:"data.draggable",body:[wc("draggableTip")]},wc("switch",{name:"addable",label:Sc(b("8865c6822a31e0da6bc7eece8677d8f0"),b("30d4e9f1c60f2d5851f77463476d568b")),visibleOn:"data.multiple",pipeIn:kc(!1),onChange:function(e,a,t,n){e&&n.setValueByName("addBtn",{label:b("66ab5e9f24c8f46012a25c89919fb191"),icon:"fa fa-plus",level:"primary",size:"sm"})}}),wc("switch",{name:"removable",label:b("3c87af7c432e6b1f59e4f415fd5060cf"),pipeIn:kc(!1),visibleOn:"data.multiple",onChange:function(e,a,t,n){e&&(n.setValueByName("removableMode","icon"),n.setValueByName("deleteIcon",void 0),n.setValueByName("deleteBtn",void 0))}}),{type:"container",className:"ae-ExtendMore mb-3",visibleOn:"data.removable",body:[{type:"button-group-select",name:"removableMode",label:b("405a48545938c075e62eafb80b732769"),options:[{label:b("5ef69f62dc668c1a3e68b51c50a2530a"),value:"icon"},{label:b("fa966345577ba81af19408f203db968f"),value:"button"}],onChange:function(e,a,t,n){"icon"===e?n.setValueByName("deleteBtn",void 0):"button"===e&&n.setValueByName("deleteBtn",{label:b("2f4aaddde33c9b93c36fd2503f3d122b"),level:"default"})}},{label:b("f4b06bd9e4f5ceaac7fbb0e17fffc518"),name:"deleteBtn.label",type:t?"input-text-i18n":"input-text",visibleOn:'data.removableMode === "button"'},wc("buttonLevel",{label:b("39003734d1d700d5bd97bf1e7a2fcf73"),name:"deleteBtn.level",visibleOn:'data.removableMode === "button"'}),wc("apiControl",{name:"deleteApi",label:b("2f4aaddde33c9b93c36fd2503f3d122b"),renderLabel:!1,mode:"normal"}),wc("deleteConfirmText")]},wc("labelRemark"),wc("remark"),wc("placeholder"),wc("description")]},wc("status",{isFormItem:!0,readonly:!0}),wc("validation",{tag:ci.MultiSelect}),wc("collapseGroup",[{className:"p-none",title:b("dfac151de712ab0b3618072c8a7f0a0f"),body:[wc("switch",{name:"canAccessSuperData",label:b("f7894f17d0eba299011d856ce3efea73"),pipeIn:kc(!1)}),wc("switch",{name:"strictMode",label:Sc(b("98d52b737d6bc171b6d5bad9a42f6e23"),b("cb5ca128b6c78a90f26673e21b0b3f28")),value:!0}),wc("combo-container",{name:"syncFields",visibleOn:"!data.strictMode",label:Sc(b("7fc8dab2069004acb8f5c98c27ee0883"),b("07bf6c08bb5f0bdb32dbfecc7d3fe290")),type:"combo",mode:"normal",multiple:!0,canAccessSuperData:!0,items:[{name:"field",type:"input-text"}],value:[],pipeIn:function(e){return(null!=e?e:[]).map((function(e){return{field:e}}))},pipeOut:function(e){return(null!=e?e:[]).map((function(e){return Object.keys(e).length>0?e.field:""}))}}),wc("switch",{name:"lazyLoad",label:Sc(b("9ff4713f6b17e96e9cd76650fd5892be"),b("93dc24d4ad01981d5994ba7f8ffaf345")),pipeIn:kc(!1),visibleOn:"data.multiple && !data.tabsMode"})]}])])]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),className:"p-none",body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),visibleOn:"data.multiple",body:[{name:"tabsMode",label:b("1e409f26f9c1d58ce0c47a68104d45f0"),type:"button-group-select",inputClassName:"items-center",size:"sm",options:[{label:b("eee1e2258d7ea163fec625ee44be9637"),value:!1},{label:b("9377e388f7189d6103a3985a321115c8"),value:!0}],pipeIn:kc(!1),onChange:function(e,a,t,n){e&&n.setValueByName("lazyLoad",void 0)}},{type:"container",className:"ae-ExtendMore mb-3",visibleOn:"data.tabsMode",body:[{type:"select",name:"tabsStyle",label:b("39003734d1d700d5bd97bf1e7a2fcf73"),pipeIn:kc(""),options:[{label:b("18c63459a2c069022c7790430f761214"),value:""},{label:b("ecfcea4b381d761fecd512761bc07954"),value:"line"},{label:b("d87f215d9ac688b1d3399bf575a0ef6f"),value:"card"},{label:b("22d18bf0c476ebe7aa9303108677ff2e"),value:"radio"}]},wc("formulaControl",{label:b("8e32c9ffc35059f8ac5254ffaf3c99b0"),name:"tabsLabelTpl"})]},wc("switch",{name:"multiLine",label:b("21766034147682a2435ecc766de5ea22"),pipeIn:kc(!1),visibleOn:"!data.tabsMode",onChange:function(e,a,t,n){e||(n.setValueByName("subFormMode",void 0),n.setValueByName("noBorder",void 0))}}),wc("switch",{visibleOn:"!data.tabsMode && data.multiLine",name:"noBorder",label:b("8ee004bdd55b578acdb10b1bcd3fa4f7"),pipeIn:kc(!1)})]},wc("style:formItem",{renderer:e.info.renderer,schema:[wc("subFormItemMode",{visibleOn:"data.multiLine",type:"select",label:b("32f6f7f8164c7f78e4b46eb50c158ab9")})]}),wc("style:classNames")])},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a.regions=[{key:"items",label:b("132a78bdf68d6d17bde00aa807bbf032"),preferTag:b("132a78bdf68d6d17bde00aa807bbf032"),renderMethod:"renderItems"}],a}return(0,f.ZT)(a,e),a.prototype.filterProps=function(e){if(e.multiple&&!e.value&&!e.$schema.value&&!e.$ref){var a={};return Array.isArray(e.items)&&0===e.items.length&&e.items.forEach((function(e){e.name&&(0,d.NI0)(a,e.name,Nc(e))})),e.value=[a],e}return e},a}(ua);za(hi);var vi=t(60232),gi=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="condition-builder",a.$schema="/schemas/ConditionBuilderControlSchema.json",a.name=b("6e87bfe16db746db13966f0d7552b052"),a.isBaseComponent=!0,a.icon="fa fa-group",a.pluginIcon="condition-builder-plugin",a.description=b("ab7f2096d3ea8aa85f453b204bfbc493"),a.docLink="/amis/zh-CN/components/form/condition-builder",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"condition-builder",label:b("6e87bfe16db746db13966f0d7552b052"),name:"conditions",description:b("ae5e21c7b57aaaff2071b757f35dbb3e"),fields:[{label:b("97d07614380da93d257f9fbf81aa56fb"),type:"text",name:"text"},{label:b("55d4790c5d819cd0462cbe89561b0dd4"),type:"number",name:"number"},{label:b("97b0b6499334ed889b372513290a2a52"),type:"boolean",name:"boolean"},{label:b("ea15ae2b7fba76c83eec6d0986d15197"),type:"select",name:"select",options:[{label:"A",value:"a"},{label:"B",value:"b"},{label:"C",value:"c"},{label:"D",value:"d"},{label:"E",value:"e"}]},{label:b("4ff1e74e43a3586339251494117185ad"),type:"date",name:"date"},{label:b("19fcb9eb2594059036dfede5f4ec53e8"),type:"time",name:"time"},{label:b("0c3bf4fce50589b1073baf15f8a00d36"),type:"datetime",name:"datetime"}]},a.previewSchema={type:"form",mode:"horizontal",wrapWithPanel:!1,body:[a.scaffold]},a.panelTitle=b("6e87bfe16db746db13966f0d7552b052"),a.panelBodyCreator=function(e){return[wc("layout:originPosition",{value:"left-top"}),wc("source")]},a}return(0,f.ZT)(a,e),Object.defineProperty(a.prototype,"scaffoldForm",{get:function(){var e=oa();return{title:b("6d6b4f2bbd2fd0b5faee33673d7f06ae"),body:[{type:"combo",name:"fields",multiple:!0,draggable:!0,multiLine:!0,items:[{type:"group",body:[{type:"select",name:"type",placeholder:b("22ed9ec0e00b5deab2c335ad1fd2e343"),options:[{label:b("97d07614380da93d257f9fbf81aa56fb"),value:"text"},{label:b("55d4790c5d819cd0462cbe89561b0dd4"),value:"number"},{label:b("97b0b6499334ed889b372513290a2a52"),value:"boolean"},{label:b("4ff1e74e43a3586339251494117185ad"),value:"date"},{label:b("0c3bf4fce50589b1073baf15f8a00d36"),value:"datetime"},{label:b("19fcb9eb2594059036dfede5f4ec53e8"),value:"time"},{label:b("ea15ae2b7fba76c83eec6d0986d15197"),value:"select"}]},{type:"input-text",name:"name",placeholder:b("d314558953b3c76adb7e131aaec8bd86")},{type:e?"input-text-i18n":"input-text",placeholder:b("e996419dedc2f1ffd96e7a0e808127d0"),name:"label"}]},{type:"group",visibleOn:'data.type === "number"',body:[{type:"input-number",name:"minimum",placeholder:b("c322edb884724d04842fc35f4d29a24e")},{type:"input-number",name:"maximum",placeholder:b("5da893141114a59da868052b3a17a79a")},{type:"input-number",name:"step",min:0,placeholder:b("d26404c10871481ab6bbb4837a34ae95")}]},{type:"group",visibleOn:'!!~["date", "datetime", "time"].indexOf(data.type)',body:[{type:"input-text",name:"format",placeholder:b("db0258df1ddbd88749b335aecdc8425e")},{type:"input-text",name:"inputFormat",placeholder:b("dbd5b99c34260412f10835d82b59919c")},{type:"input-text",name:"timeFormat",placeholder:b("94575fbef23460cb02524d20d152d728"),visibleOn:'data.type === "datetime"'}]},{type:"group",visibleOn:'data.type === "select"',body:[{type:"input-text",name:"source",placeholder:b("f20a86701d87369e5166c28a71b8b8cd")}]},{type:"group",body:[{type:e?"input-text-i18n":"input-text",placeholder:b("4c1cff4d8c05daa6ed9352a241ee628c"),name:"placeholder"},{name:"operators",placeholder:b("ed4ad0f9e6374d6915ce3d2c0dec7c2c"),asFormItem:!0,children:function(e){var a,t,n=e.data,c=e.render,o=e.onChange;return c("operations",{type:"select",name:"operators",multiple:!0,value:n.value||(null===(a=vi.Z.types[n.type])||void 0===a?void 0:a.operators)||[],joinValues:!1,extractValue:!0,options:null===(t=vi.Z.types[n.type])||void 0===t?void 0:t.operators.map((function(e){return(0,k.isObject)(e)&&e.label&&e.value?{label:e.label,value:e.value}||[]:(0,k.isString)(e)&&{label:vi.h[e],value:e}||[]}))},{onChange:function(e){return o(e)}})}}]}]}],canRebuild:!0}},enumerable:!1,configurable:!0}),a.prototype.buildSubRenderers=function(e,a){var t=this;if(t.name&&t.description)return{name:t.name,icon:t.icon,pluginIcon:t.pluginIcon,description:t.description,previewSchema:t.previewSchema,tags:t.tags,docLink:t.docLink,type:t.type,scaffold:t.scaffold,scaffoldForm:this.scaffoldForm,disabledRendererPlugin:t.disabledRendererPlugin,isBaseComponent:t.isBaseComponent,rendererName:t.rendererName}},a}(ua);za(gi);var yi=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="control",a.$schema="/schemas/FormControlSchema.json",a.name=b("61260d9386fd95a268dfc93d977c2706"),a.isBaseComponent=!0,a.icon="fa fa-object-group",a.pluginIcon="form-group-plugin",a.description=b("61260d9386fd95a268dfc93d977c2706"),a.docLink="/amis/zh-CN/components/form/group",a.tags=[b("22c799040acdb2601b437ed5449de076")],a.disabledRendererPlugin=!0,a.scaffold={type:"control",label:b("61260d9386fd95a268dfc93d977c2706"),body:[{type:"tpl",wrapperComponent:"",tpl:"a"}]},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.regions=[{key:"body",label:b("c5739a29e7c403fc212608cefe70cf29"),preferTag:b("55b45c73ae417c4dead67905b1550e85")}],a.panelTitle=b("61260d9386fd95a268dfc93d977c2706"),a.panelBodyCreator=function(e){return wo({common:{replace:!0,body:[{children:o.createElement(i.zxk,{className:"m-b",onClick:function(){return a.manager.showRendererPanel(b("55b45c73ae417c4dead67905b1550e85"))},level:"danger",tooltip:"插入一个新的元素",size:"sm",block:!0},"新增元素")},wc("labelRemark"),wc("remark"),wc("placeholder"),wc("description")]}})},a}return(0,f.ZT)(a,e),a}(ua);za(yi);var wi=[{label:b("79d7c8cd739a1f94c7bb30c74323eaa7"),value:"X"},{label:b("84c7af622906c4e9d62bbf905d6ee517"),value:"x"}],Ci={date:{format:"YYYY-MM-DD",placeholder:b("aa2fb1b6cffd7c9783c11047adcdbae4"),formatOptions:(0,f.ev)((0,f.ev)([],(0,f.CR)(wi),!1),[{label:"YYYY-MM-DD",value:"YYYY-MM-DD"},{label:"YYYY/MM/DD",value:"YYYY/MM/DD"},{label:b("8935dbb864f032bacc618b0938887ad7"),value:b("8935dbb864f032bacc618b0938887ad7")}],!1)},datetime:{format:"YYYY-MM-DD HH:mm:ss",placeholder:b("ff91b28a49de6fd998dea31598198a73"),formatOptions:(0,f.ev)((0,f.ev)([],(0,f.CR)(wi),!1),[{label:"YYYY-MM-DD HH:mm:ss",value:"YYYY-MM-DD HH:mm:ss"},{label:"YYYY/MM/DD HH:mm:ss",value:"YYYY/MM/DD HH:mm:ss"},{label:b("3e253325914594e1dc483c0b64ea7643"),value:b("3e253325914594e1dc483c0b64ea7643")}],!1)},time:{format:"HH:mm",placeholder:b("fbd05a89ca037ca9e5a6af4c2206d488"),formatOptions:[{label:"HH:mm",value:"HH:mm",timeFormat:"HH:mm"},{label:"HH:mm:ss",value:"HH:mm:ss",timeFormat:"HH:mm:ss"},{label:b("90696835bfa70d38b02ef5533d33c88d"),value:b("90696835bfa70d38b02ef5533d33c88d"),timeFormat:"HH:mm"},{label:b("6154f88c0ac259ace41b0a5be45d753c"),value:b("6154f88c0ac259ace41b0a5be45d753c"),timeFormat:"HH:mm:ss"}]},month:{format:"YYYY-MM",placeholder:b("904393383755b88e61f5c242eafabdda"),formatOptions:(0,f.ev)((0,f.ev)([],(0,f.CR)(wi),!1),[{label:"YYYY-MM",value:"YYYY-MM"},{label:"MM",value:"MM"},{label:"M",value:"M"}],!1)},quarter:{format:"YYYY [Q]Q",placeholder:b("55546b74d8819d49cccda6277f3a3282"),formatOptions:(0,f.ev)((0,f.ev)([],(0,f.CR)(wi),!1),[{label:"YYYY-[Q]Q",value:"YYYY-[Q]Q"},{label:"Q",value:"Q"}],!1)},year:{format:"YYYY",placeholder:b("13ef7828361c8aebbf6ebe09370f5e41"),formatOptions:(0,f.ev)((0,f.ev)([],(0,f.CR)(wi),!1),[{label:"YYYY",value:"YYYY"}],!1)}},xi=b("037becbe8bff2f8838d141cc7b6b2df7"),Ei=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-date",a.$schema="/schemas/DateControlSchema.json",a.order=-450,a.icon="fa fa-calendar",a.pluginIcon="input-date-plugin",a.name=b("4ff1e74e43a3586339251494117185ad"),a.isBaseComponent=!0,a.searchKeywords=b("be28cd64f978dd70c1cd345ebe751bca"),a.description=b("52ea2070560eb55083b64f5ba748697d"),a.docLink="/amis/zh-CN/components/form/input-date",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-date",label:b("4ff1e74e43a3586339251494117185ad"),name:"date"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.notRenderFormZone=!0,a.panelTitle=b("e54ca3223a36c6489de0fb8a39d4049f"),a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("96f9d9fc9cef8b18e3cd1cf9077147d1"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("0a72b3858efffaa1bab685fa840b701b")}}}]},{eventName:"focus",eventLabel:b("ab0710b367acefa1d6a78e2338291e86"),description:b("f6db3514c72bdc34922f137a8a92b997"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("0a72b3858efffaa1bab685fa840b701b")}}}]},{eventName:"blur",eventLabel:b("fc96a5f1b79cb734afe08e401b6ba5e7"),description:b("0f5fc3b84cf9c24ff3acae45ae22fb57"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("0a72b3858efffaa1bab685fa840b701b")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("3086da6514671fb8950171bf3af4ab2d")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelJustify=!0,a.panelBodyCreator=function(e){var t=e.info.renderer;return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("selectDateType",{value:a.scaffold.type,onChange:function(e,a,t,n){var c,o,i=e.split("-")[1];n.setValues({inputFormat:null===(c=Ci[i])||void 0===c?void 0:c.format,placeholder:null===(o=Ci[i])||void 0===o?void 0:o.placeholder,format:"time"===i?"HH:mm":"X",minDate:"",maxDate:"",value:""})}}),{type:"input-text",name:"format",label:Sc(b("db0258df1ddbd88749b335aecdc8425e"),b("e02d111d524de97e8622121f7ce845cf")),pipeIn:kc("X")},{type:"input-text",name:"inputFormat",label:Sc(b("ecd1a3cadcf1d55250afafbbde767250"),b("fcb9b16d5d056bfbf6b6cba9dcf61efa")),pipeIn:kc("YYYY-MM-DD"),clearable:!0,onChange:function(e,a,t,n){var c=n.data.type.split("-")[1];if(t.setOptions(Ci[c].formatOptions),"time"===c){var o=Ci[c].formatOptions.find((function(a){return a.value===e})),i=o?o.timeFormat:"HH:mm:ss";n.setValues({timeFormat:i})}},options:Ci[a.scaffold.type.split("-")[1]].formatOptions},wc("utc"),wc("clearable",{pipeIn:kc(!0)}),wc("valueFormula",{rendererSchema:(0,f.pi)({},null==e?void 0:e.schema),placeholder:b("8f7ae284d0039fe05b9f57fd5ae3ede9"),header:b("98229308e2e9484583fde4ae363a979f"),DateTimeType:Fc.IsDate,label:Sc(b("225f3ed00750ae78ad1e6ea42c8f5087"),xi)}),wc("valueFormula",{name:"minDate",header:b("98229308e2e9484583fde4ae363a979f"),DateTimeType:Fc.IsDate,rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{value:null==e?void 0:e.schema.minDate}),placeholder:b("8f7ae284d0039fe05b9f57fd5ae3ede9"),needDeleteProps:["minDate"],label:Sc(b("c322edb884724d04842fc35f4d29a24e"),xi)}),wc("valueFormula",{name:"maxDate",header:b("98229308e2e9484583fde4ae363a979f"),DateTimeType:Fc.IsDate,rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{value:null==e?void 0:e.schema.maxDate}),needDeleteProps:["maxDate"],label:Sc(b("5da893141114a59da868052b3a17a79a"),xi)}),wc("placeholder",{pipeIn:kc(b("aa2fb1b6cffd7c9783c11047adcdbae4"))}),wc("remark"),wc("labelRemark"),wc("description"),wc("autoFillApi")]},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.Date})],(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{configTitle:"props"}))},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:formItem",t),wc("style:classNames",[wc("className",{label:b("3bdd08adab6ea90b9164b20a0e4151ac"),name:"descriptionClassName",visibleOn:"this.description"}),wc("className",{name:"addOn.className",label:"AddOn",visibleOn:'this.addOn && this.addOn.type === "text"'})]),wc("style:others",[{name:"embed",type:"button-group-select",size:"md",label:b("f0789e79d48f135e5d870753f7a85d05"),mode:"row",pipeIn:kc(!1),options:[{label:b("a553741d5ebb9c80d7d2a63b202cf4b8"),value:!1},{label:b("c6e1b91d329a61b691d0d5d2eb343ddd"),value:!0}]}])],(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{configTitle:"style"}))},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(Ei);var ki={date:(0,f.pi)((0,f.pi)({},(0,d.SL$)("input-date-range")),{format:"YYYY-MM-DD",placeholder:b("a2847d82fc998cbe25447b14d113234b"),ranges:["yesterday","7daysago","prevweek","thismonth","prevmonth","prevquarter"]}),datetime:(0,f.pi)((0,f.pi)({},(0,d.SL$)("input-datetime-range")),{format:"YYYY-MM-DD HH:mm:ss",placeholder:b("3f9c3a9eb55b7116bcaa6b614ecb38be"),ranges:["yesterday","7daysago","prevweek","thismonth","prevmonth","prevquarter"]}),time:(0,f.pi)((0,f.pi)({},(0,d.SL$)("input-time-range")),{format:"HH:mm",placeholder:b("ddc4a982defd88cd164c61da914819e1"),ranges:[]}),month:(0,f.pi)((0,f.pi)({},(0,d.SL$)("input-month-range")),{format:"YYYY-MM",placeholder:b("c899221db27c8b3606ce7c807f0765f2"),ranges:[]}),quarter:(0,f.pi)((0,f.pi)({},(0,d.SL$)("input-quarter-range")),{format:"YYYY [Q]Q",placeholder:b("c09ddfc72d3c34ae6aa76d5a457cb403"),ranges:["thisquarter","prevquarter"]}),year:(0,f.pi)((0,f.pi)({},(0,d.SL$)("input-year-range")),{format:"YYYY",placeholder:b("cb6deedf9cd4a0b65abd70798cfed85e"),ranges:["thisyear","lastYear"]})},Si=b("6b3c2a07db1bb3c229bbc5df48068792"),Ni=b("dcc94ea1715bd502c709c5d5092e9c82"),Oi=Object.values(ki).map((function(e){return!1===(null==e?void 0:e.sizeMutable)?e.type:null})).filter((function(e){return e})),Ti=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-date-range",a.$schema="/schemas/DateRangeControlSchema.json",a.order=-440,a.icon="fa fa-calendar",a.pluginIcon="input-date-range-plugin",a.name=b("7866226eb814f681dcc4037e7489aab8"),a.isBaseComponent=!0,a.searchKeywords=b("28de3d73d839b616bd617b3636669780"),a.description=b("9024ff398faf8340b92bf0208431973b"),a.docLink="/amis/zh-CN/components/form/input-date-range",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-date-range",label:b("7866226eb814f681dcc4037e7489aab8"),name:"date-range"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.notRenderFormZone=!0,a.panelTitle=b("7866226eb814f681dcc4037e7489aab8"),a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("96f9d9fc9cef8b18e3cd1cf9077147d1"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("0a72b3858efffaa1bab685fa840b701b")}}}]},{eventName:"focus",eventLabel:b("ab0710b367acefa1d6a78e2338291e86"),description:b("f6db3514c72bdc34922f137a8a92b997"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("0a72b3858efffaa1bab685fa840b701b")}}}]},{eventName:"blur",eventLabel:b("fc96a5f1b79cb734afe08e401b6ba5e7"),description:b("0f5fc3b84cf9c24ff3acae45ae22fb57"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("0a72b3858efffaa1bab685fa840b701b")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("3086da6514671fb8950171bf3af4ab2d")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelJustify=!0,a.panelBodyCreator=function(e){var t=e.info.renderer;return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("selectDateRangeType",{value:a.scaffold.type,onChange:function(e,a,t,n){var c,o,i,d,r=e.split("-")[1];n.setValues({inputFormat:null===(c=ki[r])||void 0===c?void 0:c.format,placeholder:null===(o=ki[r])||void 0===o?void 0:o.placeholder,format:"time"===r?"HH:mm":"X",minDate:"",maxDate:"",value:"",ranges:null===(i=ki[r])||void 0===i?void 0:i.ranges,size:Oi.includes(e)||null===(d=n.data)||void 0===d?void 0:d.size})}}),{type:"input-text",name:"format",label:Sc(b("db0258df1ddbd88749b335aecdc8425e"),b("e02d111d524de97e8622121f7ce845cf")),pipeIn:kc("X")},{type:"input-text",name:"inputFormat",label:Sc(b("ecd1a3cadcf1d55250afafbbde767250"),b("fcb9b16d5d056bfbf6b6cba9dcf61efa")),pipeIn:kc("YYYY-MM-DD"),clearable:!0},wc("utc"),wc("clearable",{pipeIn:kc(!0)}),wc("valueFormula",{rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{size:"full",mode:"inline"}),mode:"vertical",header:b("98229308e2e9484583fde4ae363a979f"),DateTimeType:Fc.IsRange,label:Sc(b("225f3ed00750ae78ad1e6ea42c8f5087"),Si)}),wc("valueFormula",{name:"minDate",header:b("98229308e2e9484583fde4ae363a979f"),DateTimeType:Fc.IsDate,rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{value:null==e?void 0:e.schema.minDate,type:"input-date"}),placeholder:b("8f7ae284d0039fe05b9f57fd5ae3ede9"),needDeleteProps:["minDate"],label:Sc(b("c322edb884724d04842fc35f4d29a24e"),Si)}),wc("valueFormula",{name:"maxDate",header:b("98229308e2e9484583fde4ae363a979f"),DateTimeType:Fc.IsDate,rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{value:null==e?void 0:e.schema.maxDate,type:"input-date"}),placeholder:b("8f7ae284d0039fe05b9f57fd5ae3ede9"),needDeleteProps:["maxDate"],label:Sc(b("5da893141114a59da868052b3a17a79a"),Si)}),wc("valueFormula",{name:"minDuration",header:b("a9400c408441f1f7f6d6954deb05ae9a"),DateTimeType:Fc.NotDate,rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{value:null==e?void 0:e.schema.minDuration,type:"input-text"}),placeholder:b("13ce82d026daa5a30e50105bd2a204a6"),needDeleteProps:["minDuration"],label:Sc(b("e7271563debf3c7bcb85e23816c35acb"),Ni)}),wc("valueFormula",{name:"maxDuration",header:b("a9400c408441f1f7f6d6954deb05ae9a"),DateTimeType:Fc.NotDate,rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{value:null==e?void 0:e.schema.maxDuration,type:"input-text"}),placeholder:b("13ce82d026daa5a30e50105bd2a204a6"),needDeleteProps:["maxDuration"],label:Sc(b("6da95498bea887b2ea7c6c2bb4b2fdc3"),Ni)}),wc("dateShortCutControl",{mode:"normal",normalDropDownOption:{yesterday:b("2f8d6f1584b73bfc6dada44526abb502"),thisweek:b("0dc86a275145ad5a7774e594f0d94a06"),prevweek:b("79abd4ee3661ff70c7d79716c8aaed83"),thismonth:b("8f2a5a5f6e3777c7a0e1ce9484a2f7d7"),prevmonth:b("d5578d93388a5b2552316418cd1124da"),thisquarter:b("ffb2b7fbf227d9d21e03d0f160fb2a34"),prevquarter:b("dd657784cc0d5511d2f25459e49ead1a"),thisyear:b("d3dbc7a7fd9fc5ccd168084c8579c1ec")},customDropDownOption:{daysago:b("fd312ae2f1c24b8a14d9412bb3c6bb76"),dayslater:b("68cba5f27ab003cfada5eb4c1f29eb21"),weeksago:b("34b06708894a178c440e6f6539e95e9e"),weekslater:b("f0e1b8d8a6e731360d7348bc8301d44a"),monthsago:b("5cad2778bb8f01d1a1b1226082eb2117"),monthslater:b("ff76f60b3da86a0d2c6663b170a7955a"),quartersago:b("9ff9b56c9ed633ee09396830e93113ad"),quarterslater:b("2b80b20008b3ae81136217ae10a1fbaf"),yearsago:b("84752114d27119dc50d8a7b9ac0b788b"),yearslater:b("5df2352afebd73d1f568ebaa81e2db28")}}),wc("remark"),wc("labelRemark"),wc("startPlaceholder"),wc("endPlaceholder"),wc("autoFillApi")]},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.Date})],(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{configTitle:"props"}))},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:formItem",{renderer:(0,f.pi)((0,f.pi)({},t),{sizeMutable:!1}),schema:[wc("formItemSize",{hiddenOn:'["'.concat(Oi.join('","'),'"].includes(this.type)')})]}),wc("style:classNames",[wc("className",{label:b("3bdd08adab6ea90b9164b20a0e4151ac"),name:"descriptionClassName",visibleOn:"this.description"}),wc("className",{name:"addOn.className",label:"AddOn",visibleOn:'this.addOn && this.addOn.type === "text"'})]),wc("style:others",[{name:"embed",type:"button-group-select",size:"md",label:b("f0789e79d48f135e5d870753f7a85d05"),mode:"row",pipeIn:kc(!1),options:[{label:b("a553741d5ebb9c80d7d2a63b202cf4b8"),value:!1},{label:b("c6e1b91d329a61b691d0d5d2eb343ddd"),value:!0}]}])],(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{configTitle:"style"}))},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(Ti);var Ii=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-datetime",a.$schema="/schemas/DateTimeControlSchema.json",a.isBaseComponent=!0,a.icon="fa fa-calendar",a.pluginIcon="input-datetime-plugin",a.name=b("0c3bf4fce50589b1073baf15f8a00d36"),a.description=b("59a81f21a829e24e9a765c4d6e509e68"),a.docLink="/amis/zh-CN/components/form/input-datetime",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-datetime",label:b("0c3bf4fce50589b1073baf15f8a00d36"),name:"datetime"},a.disabledRendererPlugin=!0,a.previewSchema={type:"form",className:"text-left",wrapWithPanel:!1,mode:"horizontal",body:[(0,f.pi)({},a.scaffold)]},a.panelTitle=b("0c3bf4fce50589b1073baf15f8a00d36"),a}return(0,f.ZT)(a,e),a}(Ei);za(Ii);var Mi=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-datetime-range",a.$schema="/schemas/DateTimeRangeControlSchema.json",a.order=-440,a.icon="fa fa-calendar",a.pluginIcon="input-date-range-plugin",a.name=b("5eb8cb70e4dc97622c967d7c7efd6566"),a.isBaseComponent=!0,a.description=b("7f4466c0a16a1808b5ee398ce55997ab"),a.docLink="/amis/zh-CN/components/form/input-datetime-range",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-datetime-range",label:b("7866226eb814f681dcc4037e7489aab8"),name:"datetime-range"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.disabledRendererPlugin=!0,a.notRenderFormZone=!0,a}return(0,f.ZT)(a,e),a}(Ti);za(Mi);var Fi=t(64759),Ri=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="diff-editor",a.$schema="/schemas/DiffEditorControlSchema.json",a.name=b("bac53d3c739f7fb3327704efd5b40eee"),a.isBaseComponent=!0,a.icon="fa fa-columns",a.pluginIcon="diff-editor-plugin",a.description="左右两边的代码做对比,支持的语言包括:".concat(Fi.m.slice(0,10).join(","),"等等"),a.docLink="/amis/zh-CN/components/form/diff-editor",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"diff-editor",label:b("0517b74cbe247a903faf40991a5a335f"),name:"diff"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)((0,f.pi)({},a.scaffold),{value:"Hello World\nLine 1\nNew line\nBla Bla",diffValue:"Hello World\nLine 2"})]},a.events=[{eventName:"change",eventLabel:b("cadf0e302ddbc6fdbf005aed670b5e3e"),description:b("6006074bdabc639b86f42aa18876e33a"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("efa3ddc1e26ed5d8cf7d9855cc7bd42e")}}}]},{eventName:"focus",eventLabel:b("ab0710b367acefa1d6a78e2338291e86"),description:b("42f04184315801c372989820106cc4ee"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("efa3ddc1e26ed5d8cf7d9855cc7bd42e")}}}]},{eventName:"blur",eventLabel:b("fc96a5f1b79cb734afe08e401b6ba5e7"),description:b("58ec44a580ba7cdcdf65985f5c44940c"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("efa3ddc1e26ed5d8cf7d9855cc7bd42e")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("c374a44713fa5ff5da2565beb398c7d3")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"focus",actionLabel:b("ab0710b367acefa1d6a78e2338291e86"),description:b("b42cb49fc7c4ec140697e6d78c39e585")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.notRenderFormZone=!0,a.panelTitle=b("bac53d3c739f7fb3327704efd5b40eee"),a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),{label:b("295bb704f5205801d57d672780b94117"),name:"language",type:"select",value:"javascript",searchable:!0,options:Fi.m.concat()},wc("valueFormula",{rendererSchema:{type:"textarea",value:null==e?void 0:e.schema.diffValue},label:b("2a69150aa382f6a309c03a96145d4266"),name:"diffValue",mode:"vertical"}),wc("valueFormula",{rendererSchema:{type:"textarea",value:null==e?void 0:e.schema.value},label:b("a71e655ab56c9962742f72623f67ca76"),mode:"vertical"}),wc("labelRemark"),wc("remark"),wc("description"),wc("autoFillApi")]},wc("status",{isFormItem:!0,unsupportStatic:!0}),wc("validation",{tag:ci.All})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer,schema:[{name:"size",type:"select",pipeIn:kc(""),pipeOut:Ec,label:b("b3b97a293baac13db6367aba5539a09c"),options:[{label:b("18c63459a2c069022c7790430f761214"),value:""},{label:b("aed1dfbc31703955e64806b799b67645"),value:"md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"lg"},{label:b("3386da5f56fac758ed0f18e024ecb943"),value:"xl"},{label:b("949934d97c42801151673a51d3adc421"),value:"xxl"}]}]}),wc("style:classNames",{unsupportStatic:!0})])},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a.prototype.filterProps=function(e){return e.disabled=!0,e},a}(ua);za(Ri);var zi=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="editor",a.$schema="/schemas/EditorControlSchema.json",a.name=b("84f31b24ffc8ea2b81d61a6f054b5bb6"),a.isBaseComponent=!0,a.icon="fa fa-code",a.pluginIcon="editor-plugin",a.description="代码编辑器,采用 monaco-editor 支持:".concat(Fi.m.slice(0,10).join(","),"等等"),a.docLink="/amis/zh-CN/components/form/editor",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"editor",label:b("84f31b24ffc8ea2b81d61a6f054b5bb6"),name:"editor"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)((0,f.pi)({},a.scaffold),{value:'console.log("Hello world.");'})]},a.events=[{eventName:"change",eventLabel:b("cadf0e302ddbc6fdbf005aed670b5e3e"),description:b("6006074bdabc639b86f42aa18876e33a"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("efa3ddc1e26ed5d8cf7d9855cc7bd42e")}}}]},{eventName:"focus",eventLabel:b("ab0710b367acefa1d6a78e2338291e86"),description:b("4638e799b95e1b71edd55f278a6f707c"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("efa3ddc1e26ed5d8cf7d9855cc7bd42e")}}}]},{eventName:"blur",eventLabel:b("fc96a5f1b79cb734afe08e401b6ba5e7"),description:b("c776ab86eb24f6b3db35114e43026f75"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("efa3ddc1e26ed5d8cf7d9855cc7bd42e")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("c374a44713fa5ff5da2565beb398c7d3")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"focus",actionLabel:b("ab0710b367acefa1d6a78e2338291e86"),description:b("829c57d7064cad467ec466ae26244ebb")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.notRenderFormZone=!0,a.panelTitle="Editor",a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),{label:b("295bb704f5205801d57d672780b94117"),name:"language",type:"select",value:"javascript",searchable:!0,options:Fi.m.concat()},wc("valueFormula",{rendererSchema:{type:"textarea"},mode:"vertical"}),wc("switch",{label:b("44fe0e1bcabcea83d6a30e6af0fd42af"),name:"allowFullscreen",pipeIn:kc(!0)}),wc("labelRemark"),wc("remark"),wc("description"),wc("autoFillApi")]},wc("status",{isFormItem:!0,unsupportStatic:!0}),wc("validation",{tag:ci.Code})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer,schema:[{name:"size",type:"select",pipeIn:kc(""),pipeOut:Ec,label:b("b3b97a293baac13db6367aba5539a09c"),options:[{label:b("18c63459a2c069022c7790430f761214"),value:""},{label:b("aed1dfbc31703955e64806b799b67645"),value:"md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"lg"},{label:b("3386da5f56fac758ed0f18e024ecb943"),value:"xl"},{label:b("949934d97c42801151673a51d3adc421"),value:"xxl"}]}]}),wc("style:classNames",{unsupportStatic:!0})])},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a.prototype.filterProps=function(e){return e.disabled=!0,e},a}(ua);za(zi);var Ai=function(e,a){return void 0===a&&(a=""),(0,f.ev)((0,f.ev)((0,f.ev)([{type:"select",name:"editorState",label:b("3fea7ca76cdece641436d7ab0d02ab1b"),selectFirst:!0,options:[{label:b("22b777e6fcb613b8ba83ced9594cd07e"),value:"default"},{label:b("062d0b688adb10f3af5ebc2fd2667f1c"),value:"hover"},{label:b("4363c17ebb346b646af55bd8c8075915"),value:"active"}]},{type:"hidden",name:"editorPath",value:a}],(0,f.CR)(ji("${editorState == 'default' || !editorState}","default",e,a)),!1),(0,f.CR)(ji("${editorState == 'hover'}","hover",e,a)),!1),(0,f.CR)(ji("${editorState == 'active'}","active",e,a)),!1)},ji=function(e,a,t,n,c){return void 0===c&&(c=[]),(0,f.ev)([wc("theme:font",{label:b("ca746b1ff10193a3ce20878dec04a733"),name:"".concat(t,".font:").concat(a),visibleOn:e,editorThemePath:"".concat(n,".").concat(a,".body.font"),state:a}),wc("theme:colorPicker",{label:b("8e1b944f4389bdaab6f11d5bc83190c8"),name:"".concat(t,".background:").concat(a),labelMode:"input",needGradient:!0,visibleOn:e,editorThemePath:"".concat(n,".").concat(a,".body.bg-color"),state:a}),wc("theme:border",{name:"".concat(t,".border:").concat(a),visibleOn:e,editorThemePath:"".concat(n,".").concat(a,".body.border"),state:a}),wc("theme:paddingAndMargin",{name:"".concat(t,".padding-and-margin:").concat(a),visibleOn:e,editorThemePath:"".concat(n,".").concat(a,".body.padding-and-margin"),state:a}),wc("theme:radius",{name:"".concat(t,".radius:").concat(a),visibleOn:e,editorThemePath:"".concat(n,".").concat(a,".body.border"),state:a})],(0,f.CR)(c),!1)},Pi='data.type === "input-text"',Bi=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-text",a.$schema="/schemas/TextControlSchema.json",a.order=-500,a.searchKeywords=b("379b5486e7860a9f38f37dddabbb094c"),a.name=b("5ac57ce6df8c2a19668b7429aebd9f33"),a.isBaseComponent=!0,a.icon="fa fa-terminal",a.pluginIcon="input-text-plugin",a.description=b("f222f5413d3854897741e0ec4b0d2c7b"),a.docLink="/amis/zh-CN/components/form/text",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-text",label:b("97d07614380da93d257f9fbf81aa56fb"),name:"text"},a.previewSchema={type:"form",className:"text-left",wrapWithPanel:!1,mode:"horizontal",body:[(0,f.pi)({},a.scaffold)]},a.notRenderFormZone=!0,a.panelTitle=b("5ac57ce6df8c2a19668b7429aebd9f33"),a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("277daf93adca7889605057f566b584bf"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("acc945d0c8449dce7dc1441f466ec413")}}}]},{eventName:"focus",eventLabel:b("ab0710b367acefa1d6a78e2338291e86"),description:b("829c57d7064cad467ec466ae26244ebb"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("acc945d0c8449dce7dc1441f466ec413")}}}]},{eventName:"blur",eventLabel:b("fc96a5f1b79cb734afe08e401b6ba5e7"),description:b("40fa260f07ed5a14f9516c0c37fbfd4e"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("acc945d0c8449dce7dc1441f466ec413")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("3086da6514671fb8950171bf3af4ab2d")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"reload",actionLabel:b("64ca9bab920a2983bcf270320d850d00"),description:b("9ef5597ac0b4da662bcd967da37eceb4")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelJustify=!0,a.panelBodyCreator=function(e){var t=e.info.renderer;return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("inputType",{value:a.scaffold.type,onChange:function(e,a,t,n){var c=n.data,o=c.showCounter,i=c.validations,d=c.validationErrors,r=void 0===d?{}:d,l=c.autoComplete,s="input-url"===a;"input-email"===a&&(i&&delete i.isEmail,r&&delete r.isEmail),s&&(i&&delete i.isUrl,r&&delete r.isUrl),n.setValues({type:e,showCounter:["input-url","input-email"].includes(e)?void 0:!!o,autoComplete:["input-text"].includes(e)?l:void 0}),n.changeValue("validations",(0,f.pi)({},i)),n.changeValue("validationErrors",(0,f.pi)({},r))}}),wc("valueFormula",{rendererSchema:null==e?void 0:e.schema}),wc("clearable"),wc("showCounter",{visibleOn:"".concat(Pi," || ").concat('data.type === "input-password"')}),{name:"addOn",label:Sc("AddOn",b("9306b956ca5950203ee49a2680cac63d")),type:"ae-switch-more",mode:"normal",formType:"extend",title:"AddOn",bulk:!1,defaultData:{label:b("fa966345577ba81af19408f203db968f"),type:"button"},form:{body:[{name:"type",label:b("226b0912184333c81babf2f1894ec0c1"),type:"button-group-select",inputClassName:"items-center",pipeIn:kc("button"),options:[{label:b("97d07614380da93d257f9fbf81aa56fb"),value:"text"},{label:b("fa966345577ba81af19408f203db968f"),value:"button"},{label:b("939d5345ad4345dbaabe14798f6ac0f1"),value:"submit"}]},wc("horizontal-align",{name:"position",pipeIn:kc("right")}),wc("addOnLabel"),wc("icon")]}},wc("labelRemark"),wc("remark"),wc("placeholder"),wc("description"),wc("autoFillApi")]},{title:b("ea15ae2b7fba76c83eec6d0986d15197"),visibleOn:"".concat(Pi," && (data.options || data.autoComplete || data.source)"),body:[wc("optionControlV2"),wc("multiple",{visibleOn:"".concat(Pi," || ").concat('data.type === "input-url"')}),{type:"ae-Switch-More",mode:"normal",label:Sc(b("d548d3e938088d5d469a28c20e939750"),b("424cd425082360322678a5c8d6910b80")),visibleOn:Pi,formType:"extend",defaultData:{autoComplete:{method:"get",url:""}},form:{body:[wc("apiControl",{name:"autoComplete",label:b("54ea89b497ec3bb319c68844dfa3687f"),description:"",visibleOn:"data.autoComplete !== false"}),{label:Sc(b("7e9c83e86beb612377a94e6e8d1fc644"),b("26ff46d82166741297ce666b2792af85")),type:"input-text",name:"labelField",placeholder:b("6d4ce0631f37676a887c9599691fabec")},{label:b("2e01f5f5889e33d003bec7857cd38445"),type:"input-text",name:"valueField",placeholder:b("959c27193eb0a41d01f4b53dcc4b9245")}]}}]},wc("status",{isFormItem:!0,readonly:!0}),wc("validation",{tag:function(e){switch(e.type){case"input-password":return ci.Password;case"input-email":return ci.Email;case"input-url":return ci.URL;default:return ci.Text}}})],(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{configTitle:"props"}))},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:formItem",{renderer:t}),wc("theme:form-label"),wc("theme:form-description"),{title:b("f7e3d7e3146bb53b5e6f09f7c90dea3a"),body:(0,f.ev)([],(0,f.CR)(Ai("themeCss.inputControlClassName","input.base.default")),!1)},{title:b("a39a2916d17f2b9ba11853066b4225f3"),visibleOn:'this.addOn && this.addOn.type === "text"',body:[wc("theme:font",{label:b("ca746b1ff10193a3ce20878dec04a733"),name:"themeCss.addOnClassName.font:default"}),wc("theme:paddingAndMargin",{name:"themeCss.addOnClassName.padding-and-margin:default"})]},wc("theme:cssCode",{themeClass:[{name:b("9b6425cd2d496c9cb5a6c6b8ff125d1b"),value:"",className:"inputControlClassName",state:["default","hover","active"]},{name:"addOn",value:"addOn",className:"addOnClassName"}],isFormItem:!0})],(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{configTitle:"style"}))},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(Bi);var Li=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-email",a.$schema="/schemas/TextControlSchema.json",a.name=b("ab37cc3baa3ec204bd7ebfa450568c40"),a.isBaseComponent=!0,a.icon="fa fa-envelope-o",a.pluginIcon="input-email-plugin",a.description=b("e3c0d799e8880a36edb07e34fd1bed67"),a.scaffold={type:"input-email",label:b("3bc5e602b2d4c7fffe79258e2ac6952e"),name:"email"},a.disabledRendererPlugin=!0,a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:(0,f.pi)({},a.scaffold)},a.panelTitle=a.name,a}return(0,f.ZT)(a,e),a}(Bi);za(Li);var Di=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="fieldset",a.$schema="/schemas/FieldSetControlSchema.json",a.name=b("460bc46ffeb31b737669e2312c5bae72"),a.isBaseComponent=!0,a.icon="fa fa-toggle-down",a.description=b("a89cd8150a1dbc60ac7063580e0852e2"),a.docLink="/amis/zh-CN/components/form/fieldset",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"fieldset",title:b("32c65d8d7431e76029678ec7bb73a5ab"),collapsable:!0,body:[{type:"input-text",label:b("a13a2fa224ca5b6f44d5aee33ec29d58"),name:"text"},{type:"input-text",label:b("37dd6f28ffb87d8907a286e0ef4dc7fe"),name:"text"}]},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.regions=[{key:"body",label:b("d6c40a2ee219c010edbcdaa2eeb94ddd"),renderMethod:"renderBody",insertPosition:"inner",preferTag:b("55b45c73ae417c4dead67905b1550e85")}],a.panelTitle=b("460bc46ffeb31b737669e2312c5bae72"),a.panelBodyCreator=function(e){return[wc("layout:originPosition",{value:"left-top"}),wc("title"),wc("switch",{name:"collapsable",label:b("ec2a8ec81d1d2588db8c7827ba99e7d3"),pipeIn:kc(!1)}),wc("switch",{name:"collapsed",label:b("f315bd4984fd09c30581674d28287f12"),visibleOn:"this.collapsable"}),{name:"className",type:"button-group-select",clearable:!0,size:"sm",label:b("ab2d2b13794ae1e2d7bf3bcd5af55dce"),className:"w-full",pipeIn:kc(""),options:[{label:b("18c63459a2c069022c7790430f761214"),value:""},{value:"Collapse--xs",label:b("23ecf42cada8bf2715792d718544d107")},{value:"Collapse--sm",label:b("391b8fa9c747a1799353ab856e666ad5")},{value:"Collapse--base",label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef")},{value:"Collapse--md",label:b("ab18e30c0dc4093ceeda8961fac3d1f4")},{value:"Collapse--lg",label:b("949934d97c42801151673a51d3adc421")}]},wc("className",{name:"headingClassName",label:b("620868e5e60e5c22249c3277c971bb13")}),wc("className",{name:"bodyClassName",label:b("e5a226534fb99ab260865b936d3c85ba")}),{children:o.createElement(i.zxk,{level:"info",size:"sm",className:"m-b-sm",block:!0,onClick:function(){a.manager.showRendererPanel(b("55b45c73ae417c4dead67905b1550e85"),b("12b54e3fdccdbb5588785fce5534edbd"))}},"添加子表单项")},wc("subFormItemMode"),wc("subFormHorizontalMode"),wc("subFormHorizontal")]},a}return(0,f.ZT)(a,e),a.prototype.filterProps=function(e){return e.collapsed=!1,e},a}(ua);za(Di);var $i=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-file",a.$schema="/schemas/FileControlSchema.json",a.name=b("481e034e6026969aae4ce7ce7c8a7b6f"),a.isBaseComponent=!0,a.icon="fa fa-upload",a.pluginIcon="input-file-plugin",a.description=b("ec1f230a0181d79b37967a455b1f3515"),a.docLink="/amis/zh-CN/components/form/input-file",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-file",label:b("481e034e6026969aae4ce7ce7c8a7b6f"),autoUpload:!0,proxy:!0,uploadType:"fileReceptor",name:"file"},a.previewSchema={type:"form",className:"text-left",wrapWithPanel:!1,mode:"horizontal",body:[(0,f.pi)({},a.scaffold)]},a.notRenderFormZone=!0,a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("8dccb3d6633a85edb21fa52599211654"),dataSchema:[{type:"object",properties:{"event.data.file":{type:"object",title:b("5560230c43dd8d8c2b4a62d829f152b3")}}}]},{eventName:"remove",eventLabel:b("7dcb3fb3ccc93369798d4b6950e96058"),description:b("03d585240162dad662a0a6b5d90a4692"),dataSchema:[{type:"object",properties:{"event.data.item":{type:"object",title:b("6775136a73e41c1b2cb4ab025773e326")}}}]},{eventName:"success",eventLabel:b("a7699ba73144aad544eb9ac49f82749d"),description:b("e309c24c2b07e5970208a82388f1d88e"),dataSchema:[{type:"object",properties:{"event.data.item":{type:"object",title:b("a27518f50ea00aaacb2c4e52f113eeb1")}}}]},{eventName:"fail",eventLabel:b("54e5de428ca9d59119d4624706215a4d"),description:b("4855bc3f3d06b9cf58d14b61839c5a51"),dataSchema:[{type:"object",properties:{"event.data.item":{type:"object",title:b("5560230c43dd8d8c2b4a62d829f152b3")},"event.data.error":{type:"object",title:b("236dc056d6800bf423df47520637c52d")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("36d40a48f3da92af9fe55ee77cfae46f"),description:b("18843505278637e44a29e7e1f39e0b06")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("btnLabel"),wc("multiple",{replace:!0,body:[{name:"maxLength",label:b("0ec0e6e04b9e918939ac8e0daf407b75"),type:"input-number"}]}),{type:"input-group",name:"maxSize",label:b("0a9dced8856958fbd05508d1218f8090"),body:[{type:"input-number",name:"maxSize"},{type:"tpl",addOnclassName:"border-0 bg-none",tpl:"B"}]},wc("uploadType",{options:[{label:b("d28879b6a8a4ddb62bf6f2ab59303df7"),value:"asForm"},{label:b("1e4dc4d5f4a3a95ddc349147d4d8cd39"),value:"fileReceptor"},{label:b("74cef1162781310e1503d2dc463a76fc"),value:"bos"}],pipeIn:function(e,a){return e||"fileReceptor"},pipeOut:function(e,a){return e||"fileReceptor"},onChange:function(e,a,t,n){if("asForm"===e){n.setValueByName("autoUpload",!0);var c=n.getValueByName("formType")||"asBlob";n.setValueByName(c,!0)}else n.setValueByName("asBase64",!1),n.setValueByName("asBlob",!1)}}),{name:"formType",type:"select",tiled:!0,visibleOn:'data.uploadType === "asForm"',value:"asBlob",label:Sc(b("7c6722203327e8173be987f36fadf610"),b("fde1ab2f504097f3f717acbb653b4f09")),options:[{label:"Base64",value:"asBase64"},{label:b("6168fb08fe64663a502a132c5589b73d"),value:"asBlob"}],onChange:function(e,a,t,n){n.setValueByName("asBase64","asBase64"===e),n.setValueByName("asBlob","asBlob"===e)}},wc("bos",{visibleOn:'data.uploadType === "bos"'}),wc("proxy",{value:!0,visibleOn:'data.uploadType !== "asForm" || !data.uploadType'}),wc("switch",{name:"autoUpload",label:b("7245fe895fa1cfc42b5217a3de314565"),value:!0,visibleOn:'data.uploadType !== "asForm"'}),wc("switch",{name:"useChunk",label:b("cf9e4c80962e712eaa55551cccff317e"),value:!1,pipeIn:function(e,a){return!!e},visibleOn:'data.uploadType !== "asForm"'}),{type:"container",className:"ae-ExtendMore mb-3",visibleOn:'data.uploadType !== "asForm" && data.useChunk === true',body:[{type:"input-group",name:"chunkSize",label:b("454dbf9b835af8627d4dfff2903298b7"),body:[{type:"input-number",name:"chunkSize"},{type:"tpl",addOnclassName:"border-0 bg-none",tpl:"B"}]},{type:"Container",visibleOn:'data.uploadType == "fileReceptor" && data.useChunk != false',body:[wc("apiControl",{mode:"row",name:"startChunkApi",label:Sc(b("2af0c8b5999a1d243ec5fe503da20026"),b("5548252bd28fc1d217d13a9e5771ecb0")),value:"/api/upload/startChunk"}),wc("apiControl",{mode:"row",name:"chunkApi",label:Sc(b("d7832abe5b9ce8e41537b4964fd7cf70"),b("14008d63c109cc0d0c4ba305671800d2")),value:"/api/upload/chunk"}),wc("apiControl",{mode:"row",name:"finishChunkApi",label:Sc(b("70c935fa7ae03aeb1ff87b878e16841f"),b("c88aaeddb5aa95c7627d84df33929e3f")),value:"/api/upload/finishChunk"})]}]},wc("apiControl",{name:"receiver",label:Sc(b("1e4dc4d5f4a3a95ddc349147d4d8cd39"),b("258d9e27231b06769dd584a3365545ba")),className:"inputFile-apiControl",renderLabel:!0,value:"/api/upload/file",__isUpload:!0,visibleOn:'data.uploadType === "fileReceptor" && !data.useChunk'}),{type:"input-text",value:"",name:"accept",label:Sc(b("28b988ce6ae6dd62d24bcb8a52119179"),b("f0a37d6f810c73a2f936f33035d99056"))},wc("fileUrl",{name:"templateUrl",label:Sc(b("58892b7a6a785706712761d5aebb4639"),b("af4b910df15b00ba7fb5163558389cfe"))}),wc("switch",{name:"drag",label:b("26d384ebe61b6ffe0e64310331f9e998"),value:!1}),wc("remark"),wc("labelRemark"),wc("description"),wc("autoFillApi",{visibleOn:"!this.autoFill || this.autoFill.scene && this.autoFill.action"}),wc("autoFill",{visibleOn:"!this.autoFill || !this.autoFill.scene && !this.autoFill.action"})]},wc("status",{isFormItem:!0,unsupportStatic:!0}),wc("validation",{tag:ci.File})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer}),wc("style:classNames",{unsupportStatic:!0,schema:[wc("className",{name:"descriptionClassName",label:b("3bdd08adab6ea90b9164b20a0e4151ac")}),wc("className",{name:"btnClassName",label:b("644d03767c8148de6651cc6b00b0173f")}),wc("className",{name:"btnUploadClassName",label:b("d1b06a828d05b0ff72328d50b16a8443")})]})])},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za($i);var Vi=function(e){var a=e.i18nEnabled;return[{name:"type",label:b("cd948961f71f87ecc72b251147d96144"),type:"select",required:!0,options:[{label:b("0766a6467bed7f2840871a5f0638669d"),value:"input-text"},{label:b("15d169d28cd48c97fe751e4cc92ca926"),value:"textarea"},{label:b("829abe5a8dcd0579a340d20636b59276"),value:"group"},{label:b("9597dcaf432ceba92a160d61cb1ef65f"),value:"input-number"},{label:b("9913107b19cb6012250134ff91377430"),value:"radios"},{label:b("454e60f5759903d7d3dba58e3f9bd590"),value:"checkbox"},{label:b("db98f889ce6bc235e66bd4b2a788d137"),value:"checkboxes"},{label:b("006ded9fa277cf030592021f595a07d5"),value:"select"},{label:b("a6beb974cc0b50eebd18120b8110a88b"),value:"switch"},{label:b("4ff1e74e43a3586339251494117185ad"),value:"input-date"},{label:b("b339aa87104709397ba68e7ebbc6e5ba"),value:"input-table"},{label:b("481e034e6026969aae4ce7ce7c8a7b6f"),value:"input-file"},{label:b("6bfb9bb2218ff32b6139e98bc93707c0"),value:"input-image"},{label:b("24b6d4c0892a8f3ee2a982e3ab0afe38"),value:"input-rich-text"}]},{name:"label",label:b("fdf6f7f6497556de440fe434b721ee99"),type:a?"input-text-i18n":"input-text",hiddenOn:'data.type === "group"'},{name:"name",label:b("712538d3e674792ec94feb9a5eb2cc0a"),required:!0,type:"input-text",hiddenOn:'data.type === "group"'}]},_i=function(e){var a;e&&("form"===e.type||"group"===e.type)&&(null===(a=e.body)||void 0===a?void 0:a.length)>0&&e.body.forEach((function(e){"radios"===e.type||"checkboxes"===e.type?e.options=[{label:b("05f87b331e1c97691776d93a6598373f"),value:"A"},{label:b("f38c0a46797523b11051e35ec0f82a42"),value:"B"}]:"form"!==e.type&&"group"!==e.type||_i(e)}))},Hi=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="form",a.$schema="/schemas/FormSchema.json",a.order=-999,a.name=b("eee1e2258d7ea163fec625ee44be9637"),a.isBaseComponent=!0,a.description=b("10b3d542748da2043f79395bfa2ab35f"),a.docLink="/amis/zh-CN/components/form/index",a.tags=[b("997c7a5d34f6fc628893f509d0df32e0")],a.icon="fa fa-list-alt",a.pluginIcon="form-plugin",a.scaffold={type:"form",title:b("eee1e2258d7ea163fec625ee44be9637"),body:[{label:b("5ac57ce6df8c2a19668b7429aebd9f33"),type:"input-text",name:"text"}]},a.previewSchema={type:"form",panelClassName:"Panel--default text-left m-b-none",mode:"horizontal",body:[{label:b("97d07614380da93d257f9fbf81aa56fb"),name:"a",type:"input-text"}]},a.regions=[{key:"body",label:b("3673ed1983c1be059126e3715fc34922"),matchRegion:function(e){return!!(null==e?void 0:e.props.noValidate)},renderMethod:"renderBody",preferTag:b("55b45c73ae417c4dead67905b1550e85")},{label:b("c8caf94205105bac5833ab31cc2129d7"),key:"actions",preferTag:b("fa966345577ba81af19408f203db968f")}],a.panelTitle=b("eee1e2258d7ea163fec625ee44be9637"),a.events=[{eventName:"inited",eventLabel:b("9328b90ded33d16a873db5c0dbd815b8"),description:b("f3b97bd71a77cca1e9288089a537cf3b"),dataSchema:[{type:"object",properties:{"event.data":{type:"object",title:b("9787088794f42c7e476cf7580f81447e")}}}]},{eventName:"change",eventLabel:b("b2a5322c8dbc0d8343315cafbd39b7ce"),description:b("d6fc04abf4889a864bea240d6b67963a"),dataSchema:[{type:"object",properties:{"event.data":{type:"object",title:b("66f1115691b0a3e434dd3e8a6e733730")}}}]},{eventName:"formItemValidateSucc",eventLabel:b("7233c9cadee5096097673c9590eae9b8"),description:b("6611594c527756e23d4044f908fedfa9"),dataSchema:[{type:"object",properties:{"event.data":{type:"object",title:b("66f1115691b0a3e434dd3e8a6e733730")}}}]},{eventName:"formItemValidateError",eventLabel:b("e00a32d415785d5a5d43a593d26cbaa0"),description:b("d4c12cea41e1595329358edb365c5f5b"),dataSchema:[{type:"object",properties:{"event.data":{type:"object",title:b("66f1115691b0a3e434dd3e8a6e733730")}}}]},{eventName:"validateSucc",eventLabel:b("368f9bab722b255f1fdb669a89f0c594"),description:b("35e69ab84129d721229bc5b48afdedd2"),dataSchema:[{type:"object",properties:{"event.data":{type:"object",title:b("66f1115691b0a3e434dd3e8a6e733730")}}}]},{eventName:"validateError",eventLabel:b("641fc404690a43cb13e4666ce272974f"),description:b("5d7dfa5bf9bcd278f06fa37e482a2c35"),dataSchema:[{type:"object",properties:{"event.data":{type:"object",title:b("66f1115691b0a3e434dd3e8a6e733730")}}}]},{eventName:"submit",eventLabel:b("b1119174b1beedd2218e0b359ef14aec"),strongDesc:b("c6a65a86cd2bd74a6f72df0a7b81d3cb"),dataSchema:[{type:"object",properties:{"event.data":{type:"object",title:b("66f1115691b0a3e434dd3e8a6e733730")}}}]},{eventName:"submitSucc",eventLabel:b("23b62e9cbc868e024b80d2e3fad80ac7"),description:b("850c62f7b1ebfb4b89182ecd51202a7d"),dataSchema:[{type:"object",properties:{"event.data.result":{type:"object",title:b("88b2930823f9fd6706473805e9b11797")}}}]},{eventName:"submitFail",eventLabel:b("f5d008dea7d2e953195a5588dea3c8e4"),description:b("86555672b37841b639311e7d49f0f593"),dataSchema:[{type:"object",properties:{"event.data.error":{type:"object",title:b("3e07258baf3c4389c1ffd4a98c20b8fe")}}}]}],a.actions=[{actionLabel:b("4e34003861eee3de1e0c9c1222249bbb"),actionType:"submit",description:b("a360c5d4e723ad78a5e52eb1f5f3f2a2")},{actionLabel:b("1b6f5cc49e71c90a5b85a796285e3135"),actionType:"reset",description:b("35de8c264c2a87836ccbf302b4ee673f")},{actionLabel:b("4a3deab45c0a7218b8ae58a33fd24c28"),actionType:"clear",description:b("c18255cd6a048da86045c59a65fdc92d")},{actionLabel:b("17f2bf425eeb7d20d79c595344e9dc94"),actionType:"validate",description:b("27f35bc7086bf54e27e254f5d77c3168")},{actionLabel:b("64ca9bab920a2983bcf270320d850d00"),actionType:"reload",description:b("9ef5597ac0b4da662bcd967da37eceb4")},{actionLabel:b("e22855f53b7a1ab33e920375c0cd0e3d"),actionType:"setValue",description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelBodyCreator=function(e){var t=/\/crud\/filter\/form$/.test(e.path),n=/(?:\/|^)dialog\/.+$/.test(e.path),c=oa();return[wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:[wc("layout:originPosition",{value:"left-top"}),wc("title",{visibleOn:"this.wrapWithPanel !== false"}),wc("submitText",{pipeIn:kc(b("939d5345ad4345dbaabe14798f6ac0f1")),visibleOn:"this.wrapWithPanel !== false && !this.actions && (!Array.isArray(this.body) || !this.body.some(function(item) {return !!~['submit','button','reset','button-group'].indexOf(item.type);}))",description:b("a834505b13627a2e9eb4e0a0c2746e5c")}),wc("switch",{name:"autoFocus",label:b("cbef9ad64297efd7657d5b67b2112751"),labelRemark:{className:"m-l-xs",trigger:"click",rootClose:!0,content:b("ded8caee55c05aa0f1a4e6a197c480bd"),placement:"left"}}),wc("submitOnChange"),wc("switch",{label:b("c8801f299681b3080968effcb13a57fe"),name:"preventEnterSubmit",labelRemark:{className:"m-l-xs",trigger:"click",rootClose:!0,content:b("4fe8162504ae5fb955c30863d88834fa"),placement:"left"}}),wc("switch",{label:b("6232c762a93aeb3c89cc759c06802610"),name:"resetAfterSubmit",labelRemark:{className:"m-l-xs",trigger:"click",rootClose:!0,content:b("7d61784cd115d333f01a3c0c46408a1c"),placement:"left"}}),t?null:wc("switch",{label:b("49086a13c74f262de398e60f448ab056"),name:"submitOnInit",labelRemark:{className:"m-l-xs",trigger:"click",rootClose:!0,content:b("1babd035cabfeb997ac3eee3f938d794"),placement:"left"}}),n?wc("switch",{label:b("0d1fb15904862f5fd2d81d2fc8f371d6"),name:"closeDialogOnSubmit",pipeIn:function(e){return!1!==e}}):null,t?null:{label:b("e91209a4a78c0b34c26b681b49e0681a"),name:"target",type:"input-text",description:b("4133d2c3613ece9792c90d185ec32306")},wc("reload",{test:!t}),t?null:{label:b("7653297de32f34fdec0dd0653aebf358"),name:"redirect",type:"input-text",description:b("6d00e21637c382cbd4d949b7735a2e41")},wc("switch",{name:"canAccessSuperData",label:b("1c5b9cb245f04413a2d888bd59442097"),pipeIn:kc(!0)}),wc("switch",{name:"persistData",label:b("672b63d7523095b949f5fad233fa0cde"),pipeIn:kc(!1),labelRemark:{className:"m-l-xs",trigger:"click",rootClose:!0,content:b("8a0544ca2f7ddaf8768ab599858315a6"),placement:"left"}}),wc("switch",{name:"clearPersistDataAfterSubmit",label:b("ce2457fe99197e0fe81b6fb08e3eaf0e"),pipeIn:kc(!1),visibleOn:"data.persistData",labelRemark:{className:"m-l-xs",trigger:"click",rootClose:!0,content:b("bc01ee1a28f980c298679610fe4d2d66"),placement:"left"}}),{name:"rules",label:b("f5e55fb88f5adc71beb0b1fff60face6"),type:"combo",multiple:!0,multiLine:!0,items:[{name:"rule",label:b("8101a0aec7eba32e633e3cc29f4b7ede"),type:"input-text"},{name:"message",label:b("80ce5ea9ac2c3001e6e8ea3175ecc12d"),type:c?"input-text-i18n":"input-text"}]}]},t?null:{title:b("54ea89b497ec3bb319c68844dfa3687f"),body:[wc("apiControl",{label:b("ff7cc75cc43c25c823d05d87cb8190b0"),description:b("d325cfafec323a62463af3d3da9b6ede"),sampleBuilder:function(){return'{\n "status": 0,\n "msg": "",\n\n // 可以不返回,如果返回了数据将被 merge 进来。\n data: {}\n }'}}),wc("switch",{name:"asyncApi",label:b("dd1b9892e274b16540aeda961437870d"),visibleOn:"data.api",labelRemark:{trigger:"click",rootClose:!0,title:b("e638bd32b4342dfc7a15990a79f588ae"),content:b("6df230c8f18709575777172f0a9a588c"),placement:"left"},pipeIn:function(e){return null!=e},pipeOut:function(e){return e?"":void 0}}),wc("apiControl",{name:"asyncApi",label:b("daf3aec137ac74941adb1b1d3e3dd1d3"),visibleOn:"data.asyncApi != null",description:b("0705e4aba9f22ae70d906e2201a4a68d")}),{type:"divider"},wc("apiControl",{name:"initApi",label:b("b4bc91701b86fe8543d649e97daea602"),description:b("258c437ef67e5ef12f3a766ff1802f85"),sampleBuilder:function(){var a={},t=null==e?void 0:e.schema;return Array.isArray(null==t?void 0:t.body)&&t.body.forEach((function(e){e.name&&!~["combo","input-array","form"].indexOf(e.type)&&(0,d.NI0)(a,e.name,"sample")})),JSON.stringify({status:0,msg:"",data:a},null,2)}}),wc("switch",{label:b("1af68c43e1780249f11b9de1eeaeb281"),name:"interval",visibleOn:"data.initApi",pipeIn:function(e){return!!e},pipeOut:function(e){return e?3e3:void 0}}),{name:"interval",type:"input-number",visibleOn:"data.interval",step:500,className:"m-t-n-sm",description:b("9800f1ce2f78a23b81c8d944ebf9cce9")},wc("switch",{name:"silentPolling",label:b("19c5410b23fba4bbfd1a58bbd5268c9b"),visibleOn:"!!data.interval",description:b("04f840b0772f4b5d59954a29a76f4e7b")}),{name:"stopAutoRefreshWhen",label:b("6037dae99e9446deaed45f7e408f47ab"),type:"input-text",visibleOn:"!!data.interval",description:b("32e3a79e80dcf7f7304e8092dd7acc6f")},wc("switch",{label:b("e8c46074d8432532cac25eba56bca354"),name:"initAsyncApi",visibleOn:"data.initApi",remark:{trigger:"click",rootClose:!0,title:b("e638bd32b4342dfc7a15990a79f588ae"),content:b("6df230c8f18709575777172f0a9a588c"),placement:"left"},pipeIn:function(e){return null!=e},pipeOut:function(e){return e?"":void 0}}),wc("apiControl",{name:"initAsyncApi",label:b("daf3aec137ac74941adb1b1d3e3dd1d3"),visibleOn:"data.initAsyncApi != null",description:b("d2af24c0f76cf325f1c8fa939576c379")}),{type:"divider"},wc("loadingConfig",{label:b("5a4e41af91746f8a3905aa9f66048955")},{context:e}),{type:"divider"},t?{name:"messages",pipeIn:kc({fetchFailed:b("ab94e2c30b3cf0fd11eea477f70dcbaf")}),label:b("b64292a1903bd969d0e3a558c334f5bf"),type:"combo",multiLine:!0,description:b("8a5e590f69e1ae52d86396410ceeee5a"),items:[wc("fetchSuccess"),wc("fetchFailed")]}:{name:"messages",pipeIn:kc({fetchFailed:b("ab94e2c30b3cf0fd11eea477f70dcbaf"),saveSuccess:b("3b108349b93f7c8c4e2346f8d48c092a"),saveFailed:b("6de920b4e4e08b261cda928d9beefab4")}),label:b("522110866c19dace2ce38336617405c2"),type:"combo",multiLine:!0,description:b("8a5e590f69e1ae52d86396410ceeee5a"),items:[wc("fetchSuccess"),wc("fetchFailed"),wc("saveSuccess"),wc("saveFailed"),wc("validateFailed")]}]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("switch",{name:"wrapWithPanel",label:b("02e977ba56a7ccc59c277d2d5be43ba0"),pipeIn:kc(!0),labelRemark:{className:"m-l-xs",trigger:"click",rootClose:!0,content:b("1cb01363e2463443bc8105f544ce2736"),placement:"left"}}),{name:"mode",label:b("1fdadb49bcabfdc36a4a9e020f597f4d"),type:"button-group-select",size:"sm",pipeIn:kc("normal",!1),options:[{label:b("18c63459a2c069022c7790430f761214"),value:"normal"},{label:b("3720b9ef8053b7b8a54c7d8ace051912"),value:"horizontal"},{label:b("2dd25b8c21efbfee4a198787810d65d8"),value:"inline"}]},wc("horizontal",{visibleOn:'this.mode == "horizontal"'}),wc("className"),wc("className",{name:"staticClassName",label:b("905407c57ccd033cb6bd64bfad20a8c7")}),wc("className",{name:"panelClassName",visibleOn:"this.wrapWithPanel !== false",label:b("57d348e83d929dd4cb3bab04debc93a5"),description:b("9b26fa2b5943c827eea294e79b1427fa")})]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]},{title:b("0d98c74797e49d00bcc4c17c9d557a2b"),body:[wc("ref"),wc("name",{test:!t}),wc("switch",{name:"debug",label:b("85ca671c1bb6de5a15456a9692d2edf4"),labelRemark:b("f24b7483069b44490a6379be5b90f4e3")}),wc("disabled"),wc("visible"),wc("static")]}])]},a}return(0,f.ZT)(a,e),Object.defineProperty(a.prototype,"scaffoldForm",{get:function(){var e=oa();return{title:b("1b6f9adf1e6a41a18b9a76407d945618"),body:[wc("apiControl",{label:b("380c80efc8d38510d31f50578690b781")}),{name:"mode",label:b("ffc2c1671eb7e3f6751006cd7a9961f4"),type:"button-group-select",pipeIn:kc("normal",!1),options:[{label:b("81f8a50d084992815ab844109b3ea27f"),value:"normal"},{label:b("3720b9ef8053b7b8a54c7d8ace051912"),value:"horizontal"},{label:b("2dd25b8c21efbfee4a198787810d65d8"),value:"inline"}]},{label:b("9d68944682609cb230534195ca7c62ae"),type:"combo",name:"body",multiple:!0,draggable:!0,multiLine:!1,items:(0,f.ev)((0,f.ev)([],(0,f.CR)(Vi({i18nEnabled:e})),!1),[{visibleOn:'data.type === "group"',type:"combo",name:"body",label:b("cf993a1d9c0352215055d180aca60b97"),multiple:!0,draggable:!0,multiLine:!0,items:(0,f.ev)([],(0,f.CR)(Vi({i18nEnabled:e})),!1)}],!1)}],pipeOut:function(e){return _i(e),e}}},enumerable:!1,configurable:!0}),a.prototype.afterUpdate=function(e){var a,t=e.context;"form"===t.info.renderer.name&&(null===(a=t.diff)||void 0===a?void 0:a.some((function(e){var a;return"wrapWithPanel"===(null===(a=e.path)||void 0===a?void 0:a.join("."))})))&&this.manager.buildPanels()},a.prototype.buildDataSchemas=function(e,a){var t,n,c,o,i,d;return(0,f.mG)(this,void 0,void 0,(function(){var r,l,s,b,u,p,m,h,v,g,y;return(0,f.Jh)(this,(function(w){switch(w.label){case 0:r={$id:"formItems",type:"object",properties:{}},l=e.children.concat(),w.label=1;case 1:return l.length?(s=l.shift(),"combo"!==(null===(t=s.rendererConfig)||void 0===t?void 0:t.type)?[3,6]:(m=s.schema).name?(b=r.properties,u=m.name,y={type:"array",title:m.label||m.name},(null===(c=null===(n=s.info)||void 0===n?void 0:n.plugin)||void 0===c?void 0:c.buildDataSchemas)?[4,s.info.plugin.buildDataSchemas(s,a)]:[3,3]):[3,5]):[3,13];case 2:return p=w.sent(),[3,4];case 3:p={type:"object",properties:{}},w.label=4;case 4:b[u]=(y.items=p,y),w.label=5;case 5:return[3,12];case 6:return(null===(o=s.rendererConfig)||void 0===o?void 0:o.isFormItem)?(m=s.schema).name?(h=r.properties,v=m.name,(null===(d=null===(i=s.info)||void 0===i?void 0:i.plugin)||void 0===d?void 0:d.buildDataSchemas)?[4,s.info.plugin.buildDataSchemas(s,a)]:[3,8]):[3,10]:[3,11];case 7:return g=w.sent(),[3,9];case 8:g={type:"string",title:m.label||m.name,originalValue:m.value},w.label=9;case 9:h[v]=g,w.label=10;case 10:return[3,12];case 11:l.push.apply(l,(0,f.ev)([],(0,f.CR)(s.children),!1)),w.label=12;case 12:return[3,1];case 13:return[2,r]}}))}))},a.prototype.rendererBeforeDispatchEvent=function(e,a,t){if("inited"===a){var n=this.manager.dataSchema.getScope("".concat(e.id,"-").concat(e.type)),c=(0,f.pi)({$id:"formInitedData"},Xe(t));null==n||n.removeSchema(c.$id),null==n||n.addSchema(c)}},a}(ua);za(Hi);var qi=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="formula",a.$schema="/schemas/FormulaControlSchema.json",a.name=b("eb332076d766c2e817285f0a6d4860b9"),a.isBaseComponent=!0,a.disabledRendererPlugin=!0,a.icon="fa fa-calculator",a.pluginIcon="formula-plugin",a.description=b("000cf7353ce03857c671e89c91b35464"),a.docLink="/amis/zh-CN/components/form/formula",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"formula",name:"formula"},a.previewSchema={type:"tpl",tpl:b("9da7578f9329ccaee1bbdf6a766744fd")},a.panelTitle=b("eb332076d766c2e817285f0a6d4860b9"),a.panelBody=[wc("layout:originPosition",{value:"left-top"}),{label:b("d314558953b3c76adb7e131aaec8bd86"),name:"name",type:"input-text",description:b("77562ec3db28683ec71612a11e6b39ef")},{type:"input-text",name:"value",label:b("225f3ed00750ae78ad1e6ea42c8f5087")},{type:"input-text",name:"formula",label:b("eb332076d766c2e817285f0a6d4860b9"),description:b("c80c42a0be1b39ed899b1f5560875cf8")},{type:"input-text",name:"condition",label:b("89a8549c2ed7fc23a683599731d92b22"),description:b("8add6799ceff24eb041c5a6a92bb1694")},wc("switch",{name:"initSet",label:b("3df193f5d4f652a4bac331a69761041b"),description:b("86cebf86c66c6a4e6731b840c3967ab0"),pipeIn:kc(!0)}),wc("switch",{name:"autoSet",label:b("aaff9b44fa3c84058d6bec9888b7b39f"),description:b("677568b4f6505bdd63387137bfcbf35a"),pipeIn:kc(!0)})],a}return(0,f.ZT)(a,e),a.prototype.renderRenderer=function(e){return this.renderPlaceholder(b("222c7bc60f06552b019d71bce57013ed"),e.key,e.style)},a}(ua);za(qi);var Wi=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="group",a.$schema="/schemas/GroupControlSchema.json",a.disabledRendererPlugin=!0,a.name=b("bb09a378529edac439abc2edf05c10d7"),a.isBaseComponent=!0,a.icon="fa fa-id-card-o",a.pluginIcon="form-group-plugin",a.description=b("39d36f049a794eb8df305b5ca7710c36"),a.docLink="/amis/zh-CN/components/form/group",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"group",body:[{type:"input-text",label:b("97d07614380da93d257f9fbf81aa56fb"),name:"var1"},{type:"input-text",label:b("97d07614380da93d257f9fbf81aa56fb"),name:"var2"}],label:!1},a.previewSchema={type:"form",className:"text-left",wrapWithPanel:!1,mode:"horizontal",body:[(0,f.pi)((0,f.pi)({},a.scaffold),{mode:"normal"})]},a.regions=[{key:"body",label:b("32f6f7f8164c7f78e4b46eb50c158ab9"),renderMethod:"renderInput",preferTag:b("55b45c73ae417c4dead67905b1550e85"),wrapperResolve:function(e){return e}}],a.panelTitle=b("bb09a378529edac439abc2edf05c10d7"),a.panelBody=[wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:[wc("layout:originPosition",{value:"left-top"}),wc("label"),wc("description",{visible:"this.label"}),{children:o.createElement(i.zxk,{className:"m-b",onClick:function(){a.manager.showRendererPanel(b("55b45c73ae417c4dead67905b1550e85"),b("400fbff5e744d3b7317dd130eaad723e"))},level:"danger",tooltip:"插入一个新的元素",size:"sm",block:!0},"新增元素")},wc("remark"),wc("labelRemark")]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("formItemMode"),wc("horizontalMode"),wc("horizontal",{visibleOn:'(data.$$formMode == "horizontal" || data.mode == "horizontal") && data.label !== false && data.horizontal',pipeIn:function(e,a){return{leftRate:(e=e||a.formHorizontal&&he(a.formHorizontal,a.body.length))&&"number"==typeof e.left?e.left:e&&/\bcol\-(?:xs|sm|md|lg)\-(\d+)\b/.test(e.left)?parseInt(RegExp.$1,10):2,leftFixed:e&&e.leftFixed||""}}}),wc("subFormItemMode"),wc("subFormHorizontalMode"),wc("subFormHorizontal"),{name:"body",type:"combo",label:b("bd1aded1c983ab7fcf3990f0dc31047c"),multiple:!0,removable:!1,addable:!1,multiLine:!0,visibleOn:'data.$$formMode != "inline"',items:[{type:"button-group-select",name:"columnRatio",label:b("a170a375b264f7fe0c02a7ca8c268784"),tiled:!0,pipeIn:function(e,a){return"number"==typeof e||a.columnClassName&&/\bcol\-(?:xs|sm|md|lg)\-(\d+)\b/.test(a.columnClassName)?"custom":e||""},pipeOut:function(e){return"custom"===e?2:e},options:[{value:"",label:b("daa0f354e189c0da577ea25be13f874d")},{value:"auto",label:b("4db804afe5c99f7ca4fe988ada35c77f")},{value:"custom",label:b("f1d4ff50f3828f9b73412e7d94e6dd6e")}]},{label:b("d5d885add2551454955bd70411769c88"),type:"input-range",name:"columnRatio",visibleOn:'typeof this.columnRatio === "number" || this.columnClassName && /\\bcol\\-(?:xs|sm|md|lg)\\-(\\d+)\\b/.test(this.columnClassName)',pipeIn:function(e,a){return"number"==typeof e?e:a.columnClassName&&/\bcol\-(?:xs|sm|md|lg)\-(\d+)\b/.test(a.columnClassName)&&parseInt(RegExp.$1,10)||2},min:1,max:12,step:1}]},{type:"button-group-select",name:"gap",label:b("ff7e66f1feaaed3260b6e8ef432efc79"),pipeIn:kc(""),size:"sm",tiled:!0,clearable:!0,options:[{value:"xs",label:b("23ecf42cada8bf2715792d718544d107")},{value:"sm",label:b("391b8fa9c747a1799353ab856e666ad5")},{value:"md",label:b("aed1dfbc31703955e64806b799b67645")},{value:"lg",label:b("ab18e30c0dc4093ceeda8961fac3d1f4")}]},wc("className"),{name:"body",type:"combo",label:b("1b3408880b73544a3fad501dafbb71e6"),multiple:!0,removable:!1,addable:!1,items:[{type:"input-text",name:"columnClassName"}]}]},{title:b("33bf801796fd255b5f6147e33146669b"),body:[wc("ref"),wc("visible")]}])],a}return(0,f.ZT)(a,e),a.prototype.buildEditorContextMenu=function(e,a){var t=this,n=e.id,c=e.schema;e.region;var o=e.selections,i=e.info;o.length||i.plugin!==this||!Array.isArray(c.body)||c.body.length<2||a.push({label:b("551481accddd97e18d7152f511fb8987"),onSelect:function(){var e=t.manager.store,a=e.schema;a=Me(a,n,Ee(c.body),!0),e.traceableSetSchema(a)}})},a}(ua);za(Wi);var Ui=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="hidden",a.$schema="/schemas/HiddenControlSchema.json",a.name=b("d27d7b1542d91641d1d232c9f58b96d1"),a.isBaseComponent=!0,a.icon="fa fa-eye-slash",a.pluginIcon="hidden-plugin",a.description=b("d50b9a7291d45d1da8633439427afaef"),a.docLink="/amis/zh-CN/components/form/hidden",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"hidden",name:"var1"},a.previewSchema={type:"tpl",tpl:b("d27d7b1542d91641d1d232c9f58b96d1")},a.panelTitle=b("d27d7b1542d91641d1d232c9f58b96d1"),a.panelBody=[wc("layout:originPosition",{value:"left-top"}),{type:"input-text",name:"value",label:b("225f3ed00750ae78ad1e6ea42c8f5087")}],a}return(0,f.ZT)(a,e),a.prototype.renderRenderer=function(e){return this.renderPlaceholder(b("4f6595b5030e171fcead42d321ba767f"),e.key,e.style)},a}(ua);za(Ui);var Zi=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-image",a.$schema="/schemas/ImageControlSchema.json",a.name=b("6bfb9bb2218ff32b6139e98bc93707c0"),a.isBaseComponent=!0,a.description=b("0a7f8e17f8487c3715a154bea698778e"),a.docLink="/amis/zh-CN/components/form/input-image",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.icon="fa fa-crop",a.pluginIcon="input-image-plugin",a.scaffold={type:"input-image",label:b("6bfb9bb2218ff32b6139e98bc93707c0"),name:"image",autoUpload:!0,proxy:!0,uploadType:"fileReceptor",imageClassName:"r w-full"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.notRenderFormZone=!0,a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("8dccb3d6633a85edb21fa52599211654"),dataSchema:[{type:"object",properties:{"event.data.file":{type:"object",title:b("5560230c43dd8d8c2b4a62d829f152b3")}}}]},{eventName:"remove",eventLabel:b("7dcb3fb3ccc93369798d4b6950e96058"),description:b("03d585240162dad662a0a6b5d90a4692"),dataSchema:[{type:"object",properties:{"event.data.item":{type:"object",title:b("6775136a73e41c1b2cb4ab025773e326")}}}]},{eventName:"success",eventLabel:b("a7699ba73144aad544eb9ac49f82749d"),description:b("e309c24c2b07e5970208a82388f1d88e"),dataSchema:[{type:"object",properties:{"event.data.item":{type:"object",title:b("a27518f50ea00aaacb2c4e52f113eeb1")}}}]},{eventName:"fail",eventLabel:b("54e5de428ca9d59119d4624706215a4d"),description:b("4855bc3f3d06b9cf58d14b61839c5a51"),dataSchema:[{type:"object",properties:{"event.data.item":{type:"object",title:b("5560230c43dd8d8c2b4a62d829f152b3")},"event.data.error":{type:"object",title:b("236dc056d6800bf423df47520637c52d")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("36d40a48f3da92af9fe55ee77cfae46f"),description:b("18843505278637e44a29e7e1f39e0b06")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),{type:"input-text",name:"value",label:b("225f3ed00750ae78ad1e6ea42c8f5087"),visibleOn:'typeof this.value !== "undefined"'},{type:"input-text",value:".jpeg, .jpg, .png, .gif",name:"accept",label:Sc(b("7c5e7ad8954effd97cb78dcb0e8f99d9"),b("f816b3decb401dcd0c22db7f104beccc"))},{type:"input-text",name:"frameImage",label:b("99e6b6011bacaabc18aeac70390252a3")},wc("uploadType",{visibleOn:'data.submitType === "asUpload" || !data.submitType',pipeIn:function(e,a){return e||"fileReceptor"},pipeOut:function(e,a){return e||"fileReceptor"}}),wc("apiControl",{mode:"row",name:"receiver",label:Sc(b("1e4dc4d5f4a3a95ddc349147d4d8cd39"),b("d24bada35447c81d7d7ddec13c44b576")),visibleOn:'data.uploadType === "fileReceptor"',value:"/api/upload",__isUpload:!0}),wc("bos",{visibleOn:'data.uploadType === "bos"'}),wc("proxy",{value:!0}),wc("multiple",{patch:{value:!1,visibleOn:"!data.crop",label:Sc(b("e3be7b8a459a08fec8f378a0660b642b"),b("d4633ba7a30303a59891d051a7715cc9"))},body:[{name:"maxLength",label:b("0ec0e6e04b9e918939ac8e0daf407b75"),type:"input-number"}]}),wc("switch",{name:"hideUploadButton",label:b("037805d2f16cfe69e3145c9f436c06ef"),value:!1}),wc("switch",{name:"autoUpload",label:b("7245fe895fa1cfc42b5217a3de314565"),value:!1}),wc("switch",{name:"crop",visibleOn:"!data.multiple",label:Sc(b("4838f2f4ecafd0a3a4fcfe82521acdd9"),b("3d948d24bc4c29689c5a1d4bcb9f2b98")),pipeIn:function(e){return!!e}}),{type:"container",className:"ae-ExtendMore mb-3",visibleOn:"data.crop",body:[{name:"crop.aspectRatio",type:"input-text",label:b("e09f3466f78e62c1494fb36816950501"),pipeOut:xc},wc("switch",{name:"crop.rotatable",label:b("c7fa7f54ece94ae684aee1ee2088a5ae"),pipeOut:xc}),wc("switch",{name:"crop.scalable",label:b("bd698e3f47ede4e59aafb28a291b77e7"),pipeOut:xc}),{name:"crop.viewMode",type:"select",label:b("f785a357a820555445acd6f7051b1048"),value:1,options:[{label:b("bc436447f54b10a9ac3f0ee3e1b863dc"),value:0},{label:b("7ccc0313ac4c40b364f482341ecc3bb8"),value:1}],pipeOut:xc}]},wc("switch",{name:"limit",label:b("4db4c540f05524c38e9431173736517b"),pipeIn:function(e){return!!e}}),{type:"container",className:"ae-ExtendMore mb-3",visibleOn:"data.limit",body:[{name:"maxSize",type:"input-number",suffix:"B",label:Sc(b("0a9dced8856958fbd05508d1218f8090"),b("13446481eaf0a047d8fddf159d981a7c"))},{type:"input-number",name:"limit.width",label:Sc(b("c28479019e24e0e4745f4948e9e97ee7"),b("17a689143f0c7003123bb3c947d35273"))},{type:"input-number",name:"limit.height",label:Sc(b("c1df04eec5fa0857bc0df2d68d8e953c"),b("2aa41edf8cfa79e7e5fcf38c9742b495"))},{type:"input-number",name:"limit.maxWidth",label:b("99b57d8c9244ff9a695fcd519b4e2e57")},{type:"input-number",name:"limit.maxHeight",label:b("fc2bc4193eea63128961d09497e07dc8")},{type:"input-number",name:"limit.minWidth",label:b("a2b62974f4d7564bb68b570116f25a10")},{type:"input-number",name:"limit.minHeight",label:b("2bd921d0ea7a73b77ee0fcddb1afcc84")},{type:"input-number",name:"limit.aspectRatio",label:b("b7623c7e17098d5950694437aa7584ad")},{type:"input-text",name:"limit.aspectRatioLabel",label:Sc(b("1765a2daba3ba8c5af95e66fa83545d4"),b("a7b7da38fcb8e246e910e178c5fe4ebc"))}]}]},wc("status",{isFormItem:!0,unsupportStatic:!0}),wc("validation",{tag:ci.File})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer}),{title:b("c8339fd2a85af4ba66084d28df808de4"),body:[wc("switch",{name:"fixedSize",label:Sc(b("e23c9e6279487960ebf85b9985dcba07"),b("37ad5d98b12853d786b08cb52b91a43a")),value:!1}),{type:"container",className:"ae-ExtendMore mb-3",visibleOn:"data.fixedSize",body:[{type:"input-text",required:!0,name:"fixedSizeClassName",label:Sc(b("261bba7ad82914e477f4b37f6a83874e"),b("324d0ccd6fa9d976d2f17de3bf0b70bd"))}]}]},wc("style:classNames",{unsupportStatic:!0,schema:[]})])},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(Zi);var Gi=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-group",a.$schema="/schemas/InputGroupControlSchema.json",a.name=b("0d4ebf2f4a10336011cfe0466b29ba5c"),a.isBaseComponent=!0,a.icon="fa fa-object-group",a.pluginIcon="input-group-plugin",a.description=b("5b7363cba6bad37b6614809e9bd90746"),a.docLink="/amis/zh-CN/components/form/input-group",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-group",name:"input-group",label:b("13370c4a5c95eff126068be5cfd2a9df"),body:[{type:"input-text",inputClassName:"b-r-none p-r-none",name:"input-group"},{type:"submit",label:b("939d5345ad4345dbaabe14798f6ac0f1"),level:"primary"}]},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.panelTitle=b("ff10d1d90be63fbcdc7377435bf18f96"),a.regions=[{key:"body",label:b("132a78bdf68d6d17bde00aa807bbf032"),preferTag:b("132a78bdf68d6d17bde00aa807bbf032"),renderMethod:"render",matchRegion:function(e){return!!e}}],a.notRenderFormZone=!0,a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("label"),wc("labelRemark"),wc("remark"),wc("description")]},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.MultiSelect})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer,schema:[wc("switch",{label:b("2fb0853874c2cc8cc42f0c7520af662a"),name:"inline",pipeIn:kc(!1)})]}),wc("style:classNames")])]}])},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(Gi);var Ji=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.panelTitle=b("55b45c73ae417c4dead67905b1550e85"),a.order=-990,a.pluginIcon="form-plugin",a.panelBodyCreator=function(e){var a=e.schema.type||"",t=eo.includes(a),n=~["button","submit","reset"].indexOf(a),c=~["button-toobar","container","fieldSet","group","grid","hbox","input-group","panel","service","tabs","table","elevator","static"].indexOf(a),o=~["switch","wizard","diff-editor","editor","input-rating","input-text","textarea"].indexOf(a),i=!!~["input-group"].indexOf(a),d=e.info.renderer;return[wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:[wc("layout:originPosition",{value:"left-top"}),n?null:wc("formItemName",{required:!c}),!1!==d.renderLabel?wc("label"):null,o?wc("switch",{name:"readOnly",label:b("973b69af999dbdf4fa124df8c928ca6e")}):null,wc("switch",{name:"disabled",label:b("710ad08b11419332713360d2750cd707"),mode:"horizontal",horizontal:{justify:!0,left:8},inputClassName:"is-inline "}),i?null:wc("required"),wc("description"),wc("placeholder"),wc("remark",{mode:"row"}),!1!==d.renderLabel?wc("labelRemark",{mode:"row"}):null]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:(0,f.ev)([wc("formItemMode"),wc("horizontalMode"),wc("horizontal",{label:"",visibleOn:'data.mode == "horizontal" && data.label !== false && data.horizontal'}),!1!==d.sizeMutable?wc("formItemSize"):null,wc("formItemInline"),wc("className"),wc("className",{label:b("6d0034a2419e1f394dedab07994b9665"),name:"labelClassName"}),wc("className",{label:b("2cadb6621afe19333b142faa541b0f91"),name:"inputClassName"}),wc("className",{label:b("0e627e6a0ff773ee76bc4cc0871cb48d"),name:"descriptionClassName",visibleOn:"this.description"})],(0,f.CR)(t?[wc("className",{label:b("3e573fd37473d789211ee44335d82fad"),name:"staticClassName"})]:[]),!1)},{title:b("33bf801796fd255b5f6147e33146669b"),body:[wc("disabled"),wc("visible"),t?wc("static"):null,wc("switch",{name:"clearValueOnHidden",label:b("7abf78a41095c6d21a1cc89b4a876233")})]},i?null:{title:b("cd8992b644e6c18367861a4d913fd116"),body:[wc("validations"),wc("validationErrors"),wc("validateOnChange"),wc("submitOnChange"),wc("api",{name:"validateApi",label:b("1040279cf7b8dbdb842f597c30095f62"),description:b("133886b10fd9721e6cf91b76f2df5b6e")})]}])]},a}return(0,f.ZT)(a,e),a.prototype.buildEditorPanel=function(e,a){var t=e.info.renderer,n=this.manager.store;if(!e.selections.length){var c=e.info.plugin;e.info.hostId||!(null==t?void 0:t.isFormItem)||(null==c?void 0:c.notRenderFormZone)||a.push({key:"form-item",icon:"fa fa-desktop",pluginIcon:this.pluginIcon,title:this.panelTitle,render:this.manager.makeSchemaFormRender({body:this.panelBodyCreator(e),panelById:n.activeId,formKey:"form-item"}),order:-200})}},a.prototype.afterUpdate=function(e){var a,t,n=e.context;if(/\$/.test(n.info.renderer.name)&&(null===(a=n.diff)||void 0===a?void 0:a.some((function(e){var a;return"value"===(null===(a=e.path)||void 0===a?void 0:a.join("."))})))){var c=z()(n.diff,(function(e){var a;return"value"===(null===(a=e.path)||void 0===a?void 0:a.join("."))})),o=null===(t=this.manager.store.getNodeById(n.id))||void 0===t?void 0:t.getComponent();null==o||o.props.onChange(null==c?void 0:c.rhs)}},a.prototype.beforeReplace=function(e){var a=e.context;a.info.renderer.isFormItem&&a.data&&a.subRenderer&&!~a.subRenderer.tags.indexOf(b("55b45c73ae417c4dead67905b1550e85"))&&~a.subRenderer.tags.indexOf(b("027446c2f9070b0f5b16a18208bf5fc7"))&&(a.data=(0,f.pi)((0,f.pi)({},a.data),{type:"static-".concat(a.data.type),label:a.data.label||a.schema.label,name:a.data.name||a.schema.name})),a.schema&&(a.data.name=a.schema.name||a.data.name)},a.prototype.buildEditorContextMenu=function(e,a){var t=this;e.id,e.schema,e.region;var n=e.selections;if(n.length&&!(n.length>3)){var c=n.concat(),o=c.shift().node.parent;c.some((function(e){var a;return e.node.parent!==o||!(null===(a=e.info.renderer)||void 0===a?void 0:a.isFormItem)}))||a.unshift({label:b("b95c6e14a4d8f6a6c6d99d583916f327"),icon:"merge-icon",onSelect:function(){var e=t.manager.store,a=n.concat(),c=a.shift(),o=e.schema,i=[(0,f.pi)({},c.schema)];delete i[0].$$id,a.forEach((function(e){i.push(e.node.schema),o=Fe(o,e.id)}));var d=Ee({type:"group",body:i});o=Me(o,c.id,d,!0),e.traceableSetSchema(o),setTimeout((function(){e.setActiveId(c.id)}),40)}},"|")}},a}(ua);za(Ji);var Yi=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="list-select",a.$schema="/schemas/ListControlSchema.json",a.order=-430,a.name=b("d22dfe420e4b00e000b93f94db3c856e"),a.isBaseComponent=!0,a.icon="fa fa-ellipsis-h",a.pluginIcon="list-select-plugin",a.description=b("2c05e451a6f2b2fe1cf55f7afb8c8423"),a.docLink="/amis/zh-CN/components/form/list-select",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"list-select",label:b("3712972d84adf48acbd6ad24b4d75ad0"),name:"list",options:[{label:b("05f87b331e1c97691776d93a6598373f"),value:"A"},{label:b("f38c0a46797523b11051e35ec0f82a42"),value:"B"}]},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)((0,f.pi)({},a.scaffold),{value:"A"})]},a.notRenderFormZone=!0,a.panelTitle=b("d22dfe420e4b00e000b93f94db3c856e"),a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("2fc76872efce1eabd3b74a3e4fd5b976"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("c374a44713fa5ff5da2565beb398c7d3")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"reload",actionLabel:b("64ca9bab920a2983bcf270320d850d00"),description:b("9ef5597ac0b4da662bcd967da37eceb4")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelBodyCreator=function(e){return wo({common:{replace:!0,body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("multiple"),wc("extractValue"),wc("valueFormula",{rendererSchema:null==e?void 0:e.schema,mode:"vertical",useSelectMode:!0,visibleOn:"this.options && this.options.length > 0"})]},option:{body:[wc("optionControlV2",{description:b("6f6fa31a91b516b28ebee7a86a9b13e2")})]},status:{}},e)},a}return(0,f.ZT)(a,e),a}(ua);za(Yi);var Ki=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="location-picker",a.$schema="/schemas/LocationControlSchema.json",a.name=b("d1f923b8e23b66b3e48953ba1ce17839"),a.isBaseComponent=!0,a.icon="fa fa-location-arrow",a.pluginIcon="location-picker-plugin",a.description=b("d1f923b8e23b66b3e48953ba1ce17839"),a.docLink="/amis/zh-CN/components/form/location-picker",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"location-picker",name:"location",label:b("989ea9acbab9b17d2c15e2946b5365bb")},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.panelTitle=b("d1f923b8e23b66b3e48953ba1ce17839"),a.panelJustify=!0,a.panelBodyCreator=function(e){var a=e.info.renderer;return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:[wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),{type:"input-text",name:"ak",label:b("dffd9d86d2003615897b12ce7597d77b"),required:!0,validationErrors:{isRequired:"AK不能为空,请访问http://lbsyun.baidu.com/获取密钥(AK)"},description:'请从百度地图开放平台获取'},{type:"select",name:"coordinatesType",label:b("b472ba224a7d132c487ee6ec4798f835"),value:"bd09",options:[{label:b("36443b53c845b197db8d39eeda433ab9"),value:"bd09"},{label:b("f58cb611aec0998a44ef104b5c950b40"),value:"gcj02"}]},wc("clearable"),wc("labelRemark"),wc("remark"),wc("placeholder"),wc("description")]},wc("status",{isFormItem:!0,readonly:!1}),wc("validation",{tag:ci.Text})])]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[wc("style:formItem",{renderer:a}),wc("theme:classNames",{schema:[{type:"theme-classname",label:b("e1b2f870112bd38f8d7e14a0ad589930"),name:"inputClassName"},{type:"theme-classname",label:b("55b45c73ae417c4dead67905b1550e85"),name:"className"},{type:"theme-classname",label:"静态表单项",name:"staticClassName"}]})])]}])},a}return(0,f.ZT)(a,e),a}(ua);za(Ki);var Xi=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="uuid",a.$schema="/schemas/UUIDControlSchema.json",a.name="UUID",a.isBaseComponent=!0,a.icon="fa fa-eye-slash",a.pluginIcon="uuid-plugin",a.description=b("43474db97aff2ed0a876a47b6f4cdc7d"),a.docLink="/amis/zh-CN/components/form/uuid",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"uuid",name:"uuid"},a.previewSchema={type:"form",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.panelTitle="UUID",a.panelBody=[wc("layout:originPosition",{value:"left-top"}),{type:"static",value:b("43e1548e15272e1007051d7c8b70adf6")}],a}return(0,f.ZT)(a,e),a.prototype.renderRenderer=function(e){return this.renderPlaceholder(b("844d72db7e57be4d77881ee9b4294e75"),e.key,e.style)},a}(ua);za(Xi);var Qi=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="matrix-checkboxes",a.$schema="/schemas/MatrixControlSchema.json",a.name=b("076a041dcf45a36b29c5cdb8b8eca922"),a.isBaseComponent=!0,a.icon="fa fa-th-large",a.pluginIcon="matrix-checkboxes-plugin",a.description=b("183aae5eec1ff547833dc338aaeffc9a"),a.docLink="/amis/zh-CN/components/form/matrix-checkboxes",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"matrix-checkboxes",name:"matrix",label:b("076a041dcf45a36b29c5cdb8b8eca922"),rowLabel:b("7583b85ff3579d60a9f9d323c2f6674a"),columns:[{label:b("3fc35bb610852289cf718f07a5b79369")},{label:b("50987924540e6e35c78246031499e75b")}],rows:[{label:b("08a6996be7a86af5692cbca41922a5d1")},{label:b("ce31d858c63395098c5e4cd892bd473b")}]},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.notRenderFormZone=!0,a.panelTitle=b("076a041dcf45a36b29c5cdb8b8eca922"),a.panelJustify=!0,a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("ee167d4c74e600248aefe9d0ba474705"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("c374a44713fa5ff5da2565beb398c7d3")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("770fe9e7899cd310b035ef50a39ab2ae")},{actionType:"reload",actionLabel:b("64ca9bab920a2983bcf270320d850d00"),description:b("9ef5597ac0b4da662bcd967da37eceb4")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("multiple",{value:!0}),{label:Sc(b("f0789e79d48f135e5d870753f7a85d05"),b("e9b376d39966c8182683019f95ff8cf3")),name:"singleSelectMode",type:"button-group-select",size:"sm",option:b("0f244785fd9f555aae9797db4d14fb09"),horizontal:{left:2,justify:!0},visibleOn:"!this.multiple",options:[{label:b("5a57bd526cc3170b6c86f920fc24cdee"),value:"row"},{label:b("0f244785fd9f555aae9797db4d14fb09"),value:"column"},{label:b("45dde5879e77d7f7a15d04b8fed26ec8"),value:"cell"}],pipeIn:kc("column")},wc("autoFillApi")]},{title:b("ea15ae2b7fba76c83eec6d0986d15197"),body:[[wc("combo-container",{label:b("dc7558211f2990370954c2e7ca498ee9"),mode:"normal",name:"columns",type:"combo",multiple:!0,addButtonText:b("f4c807fd8453f4b3fdaab02fb9c21ba7"),scaffold:{label:b("39886861ea5d8b526e0ac5ecc78d110c")},items:[wc("matrixColumnLabel")]}),wc("matrixRowTitle"),wc("combo-container",{label:b("48baa62373a2f90d6aa743d7821be956"),name:"rows",type:"combo",mode:"normal",multiple:!0,scaffold:{label:b("854af3c2cd9c275ac70fc5121ea4fb2e")},addButtonText:b("bf306308e467aeb7b00df0e2dd127d06"),items:[wc("matrixRowLabel")]})],wc("apiControl",{label:Sc(b("54ea89b497ec3bb319c68844dfa3687f"),b("75bf5fd49520bce97de632700fc8a129")),name:"source",mode:"normal"}),wc("loadingConfig",{},{context:e})]},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.MultiSelect})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer}),wc("style:classNames")])]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(Qi);var ed=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-month",a.$schema="/schemas/MonthControlSchema.json",a.name=b("4ff1e74e43a3586339251494117185ad"),a.isBaseComponent=!0,a.pluginIcon="inputMonth-plugin",a.icon="fa fa-calendar",a.description=b("4f9c849b6b7f048cfd242cef3e707a58"),a.docLink="/amis/zh-CN/components/form/input-month",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-month",name:"month"},a.disabledRendererPlugin=!0,a.previewSchema={type:"form",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.panelTitle="Month",a}return(0,f.ZT)(a,e),a}(Ei);za(ed);var ad=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-month-range",a.$schema="/schemas/MonthRangeControlSchema.json",a.order=-440,a.icon="fa fa-calendar",a.pluginIcon="input-month-range-plugin",a.name=b("7c3885e3c3eca4d95521b3e220586628"),a.isBaseComponent=!0,a.description=b("5b4ad7ffa6eee985e72e002bf18ac09a"),a.docLink="/amis/zh-CN/components/form/input-month-range",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-month-range",label:b("7866226eb814f681dcc4037e7489aab8"),name:"month-range"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.disabledRendererPlugin=!0,a.notRenderFormZone=!0,a}return(0,f.ZT)(a,e),a}(Ti);za(ad);var td=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="nested-select",a.$schema="/schemas/NestedSelectControlSchema.json",a.name=b("24d9de25721d1fb0ecf89ef81c43d877"),a.isBaseComponent=!0,a.icon="fa fa-indent",a.pluginIcon="nested-select-plugin",a.description=b("c65c9862813c7a66c0df52e301e0e1d1"),a.docLink="/amis/zh-CN/components/form/nestedselect",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"nested-select",label:b("24d9de25721d1fb0ecf89ef81c43d877"),name:"nestedSelect",onlyChildren:!0,options:[{label:b("05f87b331e1c97691776d93a6598373f"),value:"A"},{label:b("f38c0a46797523b11051e35ec0f82a42"),value:"B",children:[{label:b("03cd388fe29a4fc116c0021e496a113a"),value:"b1"},{label:b("fb00d1c1a65d3739c03a0b2715168327"),value:"b2"}]},{label:b("57a6105deead3fec79028cce7bfa2004"),value:"C",children:[{label:b("353ae08afdb3d0a3587e9b27ca239c33"),value:"c1"},{label:b("bea7ad76f0f321124ff614a099cb9a85"),value:"c2"}]}]},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.panelTitle=b("24d9de25721d1fb0ecf89ef81c43d877"),a.notRenderFormZone=!0,a.panelDefinitions={options:{label:b("25ae4ca8d4b8a67b273066a97a516327"),name:"options",type:"combo",multiple:!0,multiLine:!0,draggable:!0,addButtonText:b("65d76d0590aa6e05d61fe8db4c6a11ca"),scaffold:{label:"",value:""},items:[{type:"group",body:[wc("optionsLabel"),{type:"input-text",name:"value",placeholder:b("fe7509e0ed085b86f07e3e9975cc5b3d"),unique:!0}]},{$ref:"options",label:b("72453d792655604f1fab821146133d7d"),name:"children",addButtonText:b("210da23d108e85b2f0bbfa85846cb792")}]}},a.panelJustify=!0,a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("2fc76872efce1eabd3b74a3e4fd5b976"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")}}}]},{eventName:"focus",eventLabel:b("ab0710b367acefa1d6a78e2338291e86"),description:b("4638e799b95e1b71edd55f278a6f707c"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")}}}]},{eventName:"blur",eventLabel:b("fc96a5f1b79cb734afe08e401b6ba5e7"),description:b("c776ab86eb24f6b3db35114e43026f75"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("c374a44713fa5ff5da2565beb398c7d3")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"reload",actionLabel:b("64ca9bab920a2983bcf270320d850d00"),description:b("9ef5597ac0b4da662bcd967da37eceb4")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelBodyCreator=function(e){var t=e.info.renderer;return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("clearable"),{type:"ae-Switch-More",name:"searchable",label:b("dbdae74eb12668e2b9568b013bf27d45"),mode:"normal",value:!1,hiddenOnDefault:!0,formType:"extend",form:{body:[{type:"input-text",name:"noResultsText",label:Sc(b("ae45cdb51c795df3b046f71afe3611bf"),b("601bb29fe72e56930dea03ae3e1aa555"))}]}},wc("onlyLeaf"),[{type:"switch",label:b("e3be7b8a459a08fec8f378a0660b642b"),name:"multiple",value:!1,inputClassName:"is-inline"},{type:"container",className:"ae-ExtendMore mb-3",visibleOn:"this.multiple",body:[{type:"switch",label:Sc(b("6a7f7d89c8f1f3e6aab0962ff920b145"),b("c23eb92d1f249452c3ff3ee13738b47a")),horizontal:{left:6,justify:!0},name:"onlyChildren",inputClassName:"is-inline",visibleOn:"!this.onlyLeaf",pipeIn:function(e){return!e},pipeOut:function(e){return!e},onChange:function(e,a,t,n){e?n.setValues({withChildren:!1,cascade:!1,onlyChildren:!1}):n.setValues({cascade:!0,withChildren:!1,onlyChildren:!0})}},wc("joinValues"),wc("delimiter",{visibleOn:"this.joinValues"}),wc("extractValue",{visibleOn:"!this.joinValues"})]}],wc("valueFormula",{rendererSchema:null==e?void 0:e.schema}),wc("hideNodePathLabel"),wc("labelRemark"),wc("remark"),wc("placeholder"),wc("description"),wc("autoFillApi")]},{title:b("ea15ae2b7fba76c83eec6d0986d15197"),body:[wc("treeOptionControl"),wc("loadingConfig",{visibleOn:"this.source || !this.options"},{context:e})]},wc("status",{isFormItem:!0}),wc("validation",{tag:function(e){return ci.MultiSelect}})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:formItem",{renderer:t}),{title:b("961534b4ea37e4e88aada736b299d063"),key:"borderMode",body:[wc("borderMode")]},wc("style:classNames",{schema:[wc("className",{label:b("3bdd08adab6ea90b9164b20a0e4151ac"),name:"descriptionClassName",visibleOn:"this.description"})]})])},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(td);var nd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-number",a.$schema="/schemas/NumberControlSchema.json",a.order=-410,a.name=b("1e65b8181e9a40e76b86e2c261cafbe0"),a.isBaseComponent=!0,a.icon="fa fa-sort-numeric-asc",a.pluginIcon="input-number-plugin",a.description=b("c45782c425bfc31824af8129bd6e0282"),a.docLink="/amis/zh-CN/components/form/input-number",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-number",label:b("55d4790c5d819cd0462cbe89561b0dd4"),name:"number",keyboard:!0},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)((0,f.pi)({},a.scaffold),{value:88})]},a.notRenderFormZone=!0,a.panelTitle=b("1e65b8181e9a40e76b86e2c261cafbe0"),a.panelJustify=!0,a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("b2a5322c8dbc0d8343315cafbd39b7ce"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("acc945d0c8449dce7dc1441f466ec413")}}}]},{eventName:"focus",eventLabel:b("ab0710b367acefa1d6a78e2338291e86"),description:b("5f914e36c49db618d06981df7b3c4d81"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("e52c2701b682679d6c670a8578cfa382")}}}]},{eventName:"blur",eventLabel:b("fc96a5f1b79cb734afe08e401b6ba5e7"),description:b("efdd0d8923130f281b54506eef2121cf"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("e52c2701b682679d6c670a8578cfa382")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("0849471829a565a8af6b70a46346e574")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("770fe9e7899cd310b035ef50a39ab2ae")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelBodyCreator=function(e){var t=oa();return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),{type:"switch",label:Sc(b("32f13c9db34f638c2c5cf2bf19326ebf"),b("8572d14f815d840bd9e940cd8ee4e380")),name:"keyboard",value:!0,inputClassName:"is-inline"},wc("kilobitSeparator"),wc("valueFormula",{rendererSchema:null==e?void 0:e.schema,valueType:"number"}),wc("valueFormula",{name:"min",rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{value:null==e?void 0:e.schema.min}),needDeleteProps:["min"],label:b("c322edb884724d04842fc35f4d29a24e"),valueType:"number"}),wc("valueFormula",{name:"max",rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{value:null==e?void 0:e.schema.max}),needDeleteProps:["max"],label:b("5da893141114a59da868052b3a17a79a"),valueType:"number"}),{type:"input-number",name:"step",label:b("d26404c10871481ab6bbb4837a34ae95"),min:0,value:1},{type:"input-number",name:"precision",label:Sc(b("e284e64008fd8b066da04bca335d032a"),b("b317cbf67c94f986fc44cf4cbc2280c6")),min:1,max:100},wc("prefix"),wc("suffix"),wc("combo-container",{type:"combo",label:b("7915dcc78c28ed3cda8fc949a86e4806"),mode:"normal",name:"unitOptions",flat:!0,items:[{placeholder:b("7915dcc78c28ed3cda8fc949a86e4806"),type:t?"input-text-i18n":"input-text",name:"text"}],draggable:!1,multiple:!0,pipeIn:function(e){return Ke(e)?e.map((function(e){return e.value})):Array.isArray(e)?e:[]},pipeOut:function(e){if(e.length)return e}}),wc("labelRemark"),wc("remark"),wc("placeholder"),wc("description"),wc("autoFillApi")]},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.MultiSelect})],(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{configTitle:"props"}))},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer,schema:[{label:b("8c80ed1f85135cc9153d0b7406ac5b38"),name:"displayMode",type:"select",pipeIn:kc("base"),options:[{label:b("0a8c852e27763a18ce5b72a87ba8b5ba"),value:"base"},{label:b("de93563a076f72b3e919870c9dad9935"),value:"enhance"}]}]}),wc("theme:form-label"),wc("theme:form-description"),{title:"数字输入框样式",body:(0,f.ev)([],(0,f.CR)(Ai("themeCss.inputControlClassName","inputNumber.base.base")),!1)},wc("theme:cssCode",{themeClass:[{name:"数字输入框",value:"",className:"inputControlClassName",state:["default","hover","active"]}],isFormItem:!0})],(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{configTitle:"style"}))]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(nd);var cd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-password",a.$schema="/schemas/TextControlSchema.json",a.name=b("5dd92ede50cc183f0f067dd29be5c325"),a.isBaseComponent=!0,a.icon="fa fa-asterisk",a.pluginIcon="input-password-plugin",a.description=b("e3c0d799e8880a36edb07e34fd1bed67"),a.scaffold={type:"input-password",label:b("a8105204604a0b11e916f3879aae3b0b"),name:"password"},a.disabledRendererPlugin=!0,a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:(0,f.pi)({},a.scaffold)},a.panelTitle=a.name,a}return(0,f.ZT)(a,e),a}(Bi);za(cd);var od=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-quarter",a.$schema="/schemas/QuarterControlSchema.json",a.name=b("a483bccf85587055ab31314ad1d2f82a"),a.isBaseComponent=!0,a.icon="fa fa-calendar",a.pluginIcon="input-quarter-plugin",a.description=b("549a2a421951fc8c304c6223f346e024"),a.docLink="/amis/zh-CN/components/form/input-quarter",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-quarter",name:"month"},a.disabledRendererPlugin=!0,a.previewSchema={type:"form",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.panelTitle="Quarter",a}return(0,f.ZT)(a,e),a}(Ei);za(od);var id=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-quarter-range",a.$schema="/schemas/MonthRangeControlSchema.json",a.order=-440,a.icon="fa fa-calendar",a.pluginIcon="input-quarter-range-plugin",a.name=b("39891e1760c79287985adece9a107fd6"),a.isBaseComponent=!0,a.description=b("5b4ad7ffa6eee985e72e002bf18ac09a"),a.docLink="/amis/zh-CN/components/form/input-quarter-range",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-quarter-range",label:b("7866226eb814f681dcc4037e7489aab8"),name:"quarter-range"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.disabledRendererPlugin=!0,a.notRenderFormZone=!0,a}return(0,f.ZT)(a,e),a}(Ti);za(id);var dd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="picker",a.$schema="/schemas/PickerControlSchema.json",a.name=b("8fcbfdc1a9403f6339d81911473806da"),a.isBaseComponent=!0,a.icon="fa fa-window-restore",a.pluginIcon="picker-plugin",a.description=b("8f650b58c8421edecfb380d6f60ef40e"),a.docLink="/amis/zh-CN/components/form/picker",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"picker",label:b("8fcbfdc1a9403f6339d81911473806da"),name:"picker",options:[{label:b("05f87b331e1c97691776d93a6598373f"),value:"A"},{label:b("f38c0a46797523b11051e35ec0f82a42"),value:"B"}]},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("c75fde0e2d329ce62f55cb1a207181ae"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")},"event.data.selectedItems":{type:"string",title:b("54d621d5bd588bea4e896de52147a229")}}}]},{eventName:"itemClick",eventLabel:b("4ea280a2e54969de1d1b9bbd5b708e63"),description:b("f05520432bb87ced419a1da818c6cc9d"),dataSchema:[{type:"object",properties:{"event.data.item":{type:"object",title:b("91f7b7fdf9b91073ca3519260f7a62d7")}}}]}],a.panelTitle=b("8fcbfdc1a9403f6339d81911473806da"),a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:[wc("layout:originPosition",{value:"left-top"}),wc("switch",{name:"embed",label:b("dc0c50a5c9832b393df34835111c34a3")}),wc("switchDefaultValue"),{type:"input-text",name:"value",label:b("225f3ed00750ae78ad1e6ea42c8f5087"),visibleOn:'typeof this.value !== "undefined"'},wc("fieldSet",{title:b("ea15ae2b7fba76c83eec6d0986d15197"),body:[wc("options"),wc("api",{name:"source",label:b("1395eba8d9efe27aa1ecd1a45e3e5dcd")}),{children:o.createElement(i.zxk,{size:"sm",level:"danger",className:"m-b",onClick:a.editDetail.bind(a,e.id),block:!0},"配置选框详情")},{label:"labelTpl",type:"textarea",name:"labelTpl",labelRemark:b("d64b585847f015eaa1443a3a03562350"),description:b("0861915dbac25ccb573b3bb72ffeebd7")},{type:"button-group-select",name:"modalMode",label:b("c2c23b4fc7f695c58e947ad413f2c5d8"),value:"dialog",size:"xs",options:[{label:b("ab3aec075a09d055b2a28c8b61925ee0"),value:"dialog"},{label:b("33e6c41fed95c25e3b426d596d504579"),value:"drawer"}]},wc("multiple"),wc("joinValues"),wc("delimiter"),wc("extractValue"),wc("autoFillApi",{visibleOn:"!this.autoFill || this.autoFill.scene && this.autoFill.action"}),wc("autoFill",{visibleOn:"!this.autoFill || !this.autoFill.scene && !this.autoFill.action"})]})]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a.prototype.buildEditorToolbar=function(e,a){var t=e.id;e.info.renderer.name===this.rendererName&&a.push({icon:"fa fa-expand",order:100,tooltip:b("1ac065ed64b81380384a0b371d5b404f"),onClick:this.editDetail.bind(this,t)})},a.prototype.buildEditorContextMenu=function(e,a){var t=e.id;e.schema,e.region,e.info.renderer.name===this.rendererName&&a.push("|",{label:b("1ac065ed64b81380384a0b371d5b404f"),onSelect:this.editDetail.bind(this,t)})},a.prototype.editDetail=function(e){var a=this.manager,t=a.store,n=t.getNodeById(e),c=t.getValueOf(e);if(n&&c){var o=n.getComponent(),i=(0,f.pi)((0,f.pi)({type:"crud",mode:"list"},c.pickerSchema||{listItem:{title:"${label}"}}),{api:c.source,pickerMode:!0,multiple:c.multiple});this.manager.openSubEditor({title:b("1ac065ed64b81380384a0b371d5b404f"),value:i,data:{options:o.props.options},onChange:function(e){delete(e=(0,f.pi)((0,f.pi)({},c),{pickerSchema:(0,f.pi)({},e),source:e.api})).pickerSchema.api,delete e.pickerSchema.type,delete e.pickerSchema.pickerMode,delete e.pickerSchema.multiple,a.panelChangeValue(e,We(c,e))}})}},a}(ua);za(dd);var rd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="radios",a.$schema="/schemas/RadiosControlSchema.json",a.order=-460,a.name=b("9913107b19cb6012250134ff91377430"),a.isBaseComponent=!0,a.icon="fa fa-dot-circle-o",a.pluginIcon="radios-plugin",a.description=b("b7a4abc1e4e975c9df5bb9d9cf4823ba"),a.docLink="/amis/zh-CN/components/form/radios",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"radios",label:b("9913107b19cb6012250134ff91377430"),name:"radios",options:[{label:b("05f87b331e1c97691776d93a6598373f"),value:"A"},{label:b("f38c0a46797523b11051e35ec0f82a42"),value:"B"}]},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)((0,f.pi)({},a.scaffold),{value:"A"})]},a.notRenderFormZone=!0,a.panelTitle=b("9913107b19cb6012250134ff91377430"),a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("2fc76872efce1eabd3b74a3e4fd5b976"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")},"event.data.selectedItems":{type:"object",title:b("029e280e119b028bffc51424d909c07d")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("c374a44713fa5ff5da2565beb398c7d3")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"reload",actionLabel:b("64ca9bab920a2983bcf270320d850d00"),description:b("9ef5597ac0b4da662bcd967da37eceb4")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("valueFormula",{rendererSchema:null==e?void 0:e.schema,useSelectMode:!0,visibleOn:"this.options && this.options.length > 0 && this.selectFirst !== true"}),wc("labelRemark"),wc("remark"),wc("autoFillApi")]},{title:b("ea15ae2b7fba76c83eec6d0986d15197"),body:[wc("optionControlV2"),wc("switch",{label:b("1e890599eec94efccec337cd474f7f1b"),name:"selectFirst",horizontal:{justify:!0,left:5},visibleOn:"!this.options"})]},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.MultiSelect})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer,schema:[wc("switch",{label:b("46110787e4774b81418b274e9b06127e"),name:"inline",hiddenOn:'data.mode === "inline"',pipeIn:kc(!0)}),{label:b("83a00680e0872e2a35496be7e12c1309"),name:"columnsCount",hiddenOn:'data.mode === "inline" || data.inline !== false',type:"input-range",min:1,max:6,pipeIn:kc(1)}]}),wc("style:classNames",{schema:[wc("className",{label:b("c30264927c3c170efd2e7763becf12fc"),name:"itemClassName"})]})])]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(rd);var ld=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-range",a.$schema="/schemas/RangeControlSchema.json",a.name=b("6036c91d6b0b6d1a2468684e597d9f70"),a.isBaseComponent=!0,a.icon="fa fa-sliders",a.pluginIcon="input-range-plugin",a.description=b("4c65f10eacbfaf580236b5cbe2de68de"),a.docLink="/amis/zh-CN/components/form/input-range",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-range",label:b("6036c91d6b0b6d1a2468684e597d9f70"),name:"range"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.notRenderFormZone=!0,a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("0a6a4aee139530801791c556e7177a7f"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("e52c2701b682679d6c670a8578cfa382")}}}]},{eventName:"focus",eventLabel:b("ab0710b367acefa1d6a78e2338291e86"),description:b("f34b1a3e26aadb6f60c546dbe9c62232"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("404625f170839b2a24d7ab65304c2fe7")}}}]},{eventName:"blur",eventLabel:b("fc96a5f1b79cb734afe08e401b6ba5e7"),description:b("7c9ec5db3bf23f367c1a905d356aab5c"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("404625f170839b2a24d7ab65304c2fe7")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("1659f1112dd649ec55390fe7c8e3b1d0")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelTitle=b("6036c91d6b0b6d1a2468684e597d9f70"),a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label",{label:"Label"}),{label:b("7220e4d5f9f65e4fadee5183f2e0c54d"),name:"multiple",type:"select",value:!1,options:[{label:b("9ec172e2cdff6146d623087d567c8574"),value:!1},{label:b("753a8c54d3944e252be1af928b8e7afd"),value:!0}]},wc("valueFormula",{name:"value",rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{type:"input-number"}),valueType:"number",visibleOn:"!data.multiple",pipeIn:kc(0)}),wc("valueFormula",{name:"min",rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{type:"input-number"}),pipeIn:kc(0),needDeleteProps:["min"],label:b("c322edb884724d04842fc35f4d29a24e"),valueType:"number"}),wc("valueFormula",{name:"max",rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{type:"input-number"}),pipeIn:kc(100),needDeleteProps:["max"],label:b("5da893141114a59da868052b3a17a79a"),valueType:"number"}),{label:b("225f3ed00750ae78ad1e6ea42c8f5087"),type:"input-group",name:"value",visibleOn:"data.multiple",className:"inputGroup-addOn-no-border",body:[{type:"input-number",validations:"isNumeric",name:"value.min",value:0},{type:"html",html:"-",className:"inputGroup-split-line"},{type:"input-number",validations:"isNumeric",name:"value.max",value:100}]},{label:b("d26404c10871481ab6bbb4837a34ae95"),name:"step",type:"input-number",value:1,pipeOut:function(e){return e||1}},wc("unit"),wc("switch",{name:"tooltipVisible",label:b("e48d95a94e49b81b12a0113a5c253d8f"),value:void 0,pipeOut:function(e){return!!e&&void 0},pipeIn:function(e){return void 0===e||!0===e}}),{type:"container",className:"ae-ExtendMore mb-2",visibleOn:"data.tooltipVisible === undefined",body:[{type:"select",name:"tooltipPlacement",label:b("a465db53b8c98f42caa15ca5662f9c90"),value:"auto",options:[{label:b("3aed2c11e95a9c0ea1d853d4aee72e8c"),value:"auto"},{label:b("af767b7e4ae069d54f9ea839858d4c6d"),value:"top"},{label:b("3850a186c3235bc646d4c2f79cebac36"),value:"bottom"},{label:b("d2aff1417831aa621c16cd5b95306b4b"),value:"left"},{label:b("4d9c32c23df5d234e629c922c58d8e12"),value:"right"}]}]},wc("switch",{name:"showInput",label:b("1d1a0bd85740653320d80f0d6e0918e7"),value:!1}),wc("switch",{name:"clearable",label:b("d22aa5f57ff8679ee7b7d473ef31417d"),value:!1,visibleOn:"!!data.showInput"}),wc("autoFillApi")]},{title:b("15628d1d85aee23c229c528a70419414"),body:[{type:"ae-partsControl",mode:"normal"},{type:"ae-marksControl",mode:"normal",name:"marks"}]},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.MultiSelect})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer}),wc("style:classNames")])]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(ld);var sd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-rating",a.$schema="/schemas/RatingControlSchema.json",a.name=b("108db12ed4454cf1ab4242ca98442b7a"),a.isBaseComponent=!0,a.icon="fa fa-star-o",a.pluginIcon="input-rating-plugin",a.description=b("f11a0f49123c2099ca6c6162ca37f0ec"),a.docLink="/amis/zh-CN/components/form/input-rating",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-rating",label:b("108db12ed4454cf1ab4242ca98442b7a"),name:"rating"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)((0,f.pi)({},a.scaffold),{value:3})]},a.notRenderFormZone=!0,a.panelTitle=b("108db12ed4454cf1ab4242ca98442b7a"),a.count=5,a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("ce9201dd7d5816945fbedae79927518f"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("cef3580fce1b3156908cc852dadef892")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("e2c6470c3f2e76cb98ba951a64e41c3d")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelJustify=!0,a.panelBodyCreator=function(e){var t=oa();return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label",{label:"Label"}),wc("valueFormula",{rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{type:"input-number"}),valueType:"number",visibleOn:"!data.multiple"}),wc("valueFormula",{name:"count",rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{type:"input-number",max:10,min:1,step:1,precision:0}),needDeleteProps:["count"],label:b("5da893141114a59da868052b3a17a79a"),valueType:"number"}),wc("switch",{name:"allowClear",label:Sc(b("09bbfb387dce6201df1ccef2aab161a6"),b("5ea244a79d480632f635a254c95c38df")),value:!1}),wc("switch",{name:"half",label:b("fa6f66437097fe23c948f4f9b78ecec0"),value:!1}),wc("labelRemark"),wc("remark"),wc("combo-container",{type:"combo",label:b("3bdd08adab6ea90b9164b20a0e4151ac"),mode:"normal",name:"texts",items:[{placeholder:"Key",type:"input-number",unique:!0,name:"key",columnClassName:"w-xs flex-none",min:0,step:1,max:10,precision:0},{placeholder:b("1a10cd6599219eafb615b34234cfc0b5"),type:t?"input-text-i18n":"input-text",name:"value"}],draggable:!1,multiple:!0,pipeIn:function(e){return Ke(e)?Object.keys(e).map((function(a){return{key:a||0,value:e[a]||""}})):Array.isArray(e)?e:[]},pipeOut:function(e){if(e.length){var t={};return e.forEach((function(e){var n=void 0!==e.key?Number(e.key):function(e,a){for(var t=1;t<=a;t++)if(!e.includes(String(t)))return t}(Object.keys(t),a.count);n&&(t[n]=(null==e?void 0:e.value)||"")})),t}}}),wc("autoFillApi")]},wc("status",{isFormItem:!0,readonly:!0}),wc("validation",{tag:ci.Check})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer}),{title:b("5ef69f62dc668c1a3e68b51c50a2530a"),body:[{type:"ae-switch-more",label:b("f1d4ff50f3828f9b73412e7d94e6dd6e"),bulk:!0,mode:"normal",value:!1,formType:"extend",form:{body:[{type:"input-text",label:b("9c07532d0c9acfecfc4ec2eb265c3e03"),name:"char"}]},pipeIn:function(e){if("string"==typeof e&&e.length)return{character:e}},pipeOut:function(e){if(Ke(e))return"string"==typeof e.character?e.character:void 0}},{type:"input-color",label:Sc(b("2a3d1f6d5b0afdbf04033e2f2c1fa11e"),b("497562b3159756834c7adfe9525bd7b5")),name:"inactiveColor",pipeIn:kc("#e7e7e8"),pipeOut:Ec},wc("combo-container",{type:"combo",label:b("4dd547945b10f672a7e48d7ffc42496e"),mode:"normal",name:"colors",items:[{placeholder:"Key",type:"input-number",unique:!0,name:"key",columnClassName:"w-xs flex-none",min:0,max:10,step:1,precision:0},{placeholder:"Value",type:"input-color",name:"value"}],value:{2:"#abadb1",3:"#787b81",5:"#ffa900"},draggable:!1,multiple:!0,pipeIn:function(e){return Ke(e)?Object.keys(e).map((function(a){return{key:a,value:e[a]||""}})):Array.isArray(e)?e:[]},pipeOut:function(e){if(e.length){var t={};return e.forEach((function(e){var n=void 0!==e.key?Number(e.key):function(e,a){for(var t=1;t<=a;t++)if(!e.includes(String(t)))return t}(Object.keys(t),a.count);n&&(t[n]=(null==e?void 0:e.value)||"")})),t}}})]},{title:b("3bdd08adab6ea90b9164b20a0e4151ac"),body:[wc("horizontal-align",{name:"textPosition",pipeIn:kc("right")})]},wc("style:classNames",{schema:[wc("className",{label:b("5ef69f62dc668c1a3e68b51c50a2530a"),name:"charClassName"}),wc("className",{label:b("f186d55a48868a88b026d48efc1cf36f"),name:"textClassName"})]})])]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(sd);var bd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-repeat",a.$schema="/schemas/RepeatControlSchema.json",a.name=b("d38056d1c6aa9456f4b6b2c20aab06a2"),a.isBaseComponent=!0,a.icon="fa fa-repeat",a.pluginIcon="input-repeat-plugin",a.description=b("b3389af540d99fe9e51fb2995dbd6dff"),a.docLink="/amis/zh-CN/components/form/input-repeat",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-repeat",label:b("2d842318fbd931286be387aaf5b2a7c3"),name:"repeat"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.panelTitle=b("2d842318fbd931286be387aaf5b2a7c3"),a.panelBody=[wc("layout:originPosition",{value:"left-top"}),wc("switchDefaultValue"),{type:"input-text",name:"value",label:b("225f3ed00750ae78ad1e6ea42c8f5087"),visibleOn:'typeof this.value !== "undefined"'},{name:"options",type:"select",label:b("a2d92b5adb07a4bf8a45e55643bc39f8"),options:"secondly,minutely,hourly,daily,weekdays,weekly,monthly,yearly".split(","),value:"hourly,daily,weekly,monthly",multiple:!0}],a}return(0,f.ZT)(a,e),a}(ua);za(bd);var fd=["advlist","autolink","link","image","lists","charmap","preview","anchor","pagebreak","searchreplace","wordcount","visualblocks","visualchars","code","fullscreen","insertdatetime","media","nonbreaking","table","emoticons","template","help"],ud=["undo","redo","bold","italic","backcolor","alignleft","aligncenter","alignright","alignjustify","bullist","numlist","outdent","indent","removeformat","help","charmap","anchor","pagebreak","searchreplace","wordcount","visualblocks","visualchars","code","fullscreen","insertdatetime","media","nonbreaking","table","tableprops","tabledelete","tablecellprops","tablemergecells","tablesplitcells","tableinsertrowbefore","tableinsertrowafter","tabledeleterow","tablerowprops","tableinsertcolbefore","tableinsertcolafter","tabledeletecol","tablecutrow","tablecopyrow","tablepasterowbefore","tablepasterowafter","tablecutcol","tablecopycol","tablepastecolbefore","tablepastecolafter","tableinsertdialog","tablecellvalign","tablecellborderwidth","tablecellborderstyle","tablecellbackgroundcolor","tablecellbordercolor","tablecaption","tablerowheader","tablecolheader","emoticons","template","link","openlink","unlink","image","preview","alignnone","underline","strikethrough","subscript","superscript","h1","h2","h3","h4","h5","h6","cut","copy","paste","selectall","newdocument","remove","print","hr","blockquote","forecolor","visualaid","lineheight","pastetext"],pd=["paragraphFormat","quote","bold","italic","underline","strikeThrough","formatOL","formatUL","align","insertLink","insertImage","insertTable","undo","redo","html"],md=function(e){return pd.filter((function(a){return e.find((function(e){return e===a}))}))},hd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-rich-text",a.$schema="/schemas/RichTextControlSchema.json",a.name=b("24b6d4c0892a8f3ee2a982e3ab0afe38"),a.isBaseComponent=!0,a.icon="fa fa-newspaper-o",a.pluginIcon="input-rich-text-plugin",a.description=b("42c036311993897680ef37f11e4e20a8"),a.docLink="/amis/zh-CN/components/form/input-rich-text",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-rich-text",label:b("e2591e971f4c28db7c80a5f546084a1d"),name:"rich-text",receiver:"",vendor:"tinymce"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.panelTitle=b("e2591e971f4c28db7c80a5f546084a1d"),a.notRenderFormZone=!0,a.panelJustify=!0,a.panelBodyCreator=function(e){var t,n=!!(null===(t=a.manager.env)||void 0===t?void 0:t.richTextToken);return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("formItemName",{required:!0}),wc("label"),wc("valueFormula",{rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{type:"textarea"}),label:b("225f3ed00750ae78ad1e6ea42c8f5087")}),{type:"select",name:"vendor",label:b("226b0912184333c81babf2f1894ec0c1"),value:n?"froala":"tinymce",options:["tinymce","froala"],onChange:function(e,a,t,n){"tinymce"===e?n.changeValue("options",{height:400,width:void 0,menubar:!0,quickInsertEnabled:void 0,charCounterCount:void 0,toolbarButtons:void 0,toolbarButtonsMD:void 0,toolbarButtonsSM:void 0}):"froala"===e&&n.changeValue("options",{height:void 0,width:void 0,toolbar:void 0,menubar:void 0,quickInsertEnabled:!0,charCounterCount:!0})}},{type:"select",multiple:!0,label:Sc(b("236b0cdd2e18418fd17d3cdfcace239e"),b("defe851634125bb16e762f26dbb6555f")),name:"options.plugins",visibleOn:'data.vendor === "tinymce"',value:(0,f.ev)([],(0,f.CR)(fd),!1).join(","),searchable:!0,maxTagCount:5,overflowTagPopover:{title:b("236b0cdd2e18418fd17d3cdfcace239e"),offset:[0,5]},options:fd},{type:"select",name:"options.toolbar",multiple:!0,label:b("012f602372cd2dbd639cd966c63e1f90"),searchable:!0,maxTagCount:5,overflowTagPopover:{title:b("236b0cdd2e18418fd17d3cdfcace239e"),offset:[0,5]},visibleOn:'data.vendor === "tinymce"',delimiter:" ",value:"undo redo formatselect bold italic backcolor alignleft aligncenter alignright alignjustify bullist numlist outdent indent removeformat help",pipeOut:function(e){var a,t=null!==(a=null==e?void 0:e.split(" "))&&void 0!==a?a:[];return ud.filter((function(e){return t.find((function(a){return a===e}))})).join(" ")},options:ud},wc("switch",{label:b("df025e01cbbae804f7d720e6b932e8e8"),value:!0,name:"options.menubar",visibleOn:'data.vendor === "tinymce"'}),{type:"select",name:"options.toolbarButtons",multiple:!0,visibleOn:'data.vendor === "froala"',maxTagCount:5,overflowTagPopover:{title:b("236b0cdd2e18418fd17d3cdfcace239e"),offset:[0,5]},label:Sc(b("b74c3bbb8ec4f18896cd3b5a20ee9e2c"),b("e08c3505f9779bf919628166a77d0d77")),value:(0,f.ev)([],(0,f.CR)(pd),!1),joinValues:!1,extractValue:!0,options:(0,f.ev)([],(0,f.CR)(pd),!1),pipeOut:md},{type:"select",name:"options.toolbarButtonsMD",multiple:!0,visibleOn:'data.vendor === "froala"',maxTagCount:5,overflowTagPopover:{title:b("236b0cdd2e18418fd17d3cdfcace239e"),offset:[0,5]},label:Sc(b("04f91b84d48285162d3e29205a194143"),b("9ac0e46a361565f0b8be2228bef4b679")),joinValues:!1,extractValue:!0,options:(0,f.ev)([],(0,f.CR)(pd),!1),pipeOut:md},{type:"select",name:"options.toolbarButtonsSM",multiple:!0,visibleOn:'data.vendor === "froala"',maxTagCount:5,overflowTagPopover:{title:b("236b0cdd2e18418fd17d3cdfcace239e"),offset:[0,5]},label:Sc(b("70d3894aaed305d2fc67f91122d77759"),b("a3133ac3b34da77e612bcb1763adae1e")),joinValues:!1,extractValue:!0,options:(0,f.ev)([],(0,f.CR)(pd),!1),pipeOut:md},wc("switch",{label:b("194ab42ad1ca7fca9a6ef84fadf99490"),value:!0,name:"options.quickInsertEnabled",visibleOn:'data.vendor === "froala"'}),wc("switch",{label:b("94621f44f98c996e49d5b214aebefffc"),value:!0,name:"options.charCounterCount",visibleOn:'data.vendor === "froala"'}),wc("apiControl",{mode:"row",labelClassName:"none",name:"receiver",label:b("b720ed498f054a2539d496d0da68f85b"),visibleOn:'${vendor === "tinymce" && CONTAINS(options.plugins, "image")}'}),wc("apiControl",{mode:"row",labelClassName:"none",name:"receiver",label:b("b720ed498f054a2539d496d0da68f85b"),visibleOn:'data.vendor === "froala"'}),wc("apiControl",{mode:"row",labelClassName:"none",name:"videoReceiver",label:b("376496a8918c57220159951e24d3b72d"),visibleOn:'data.vendor === "froala"'}),wc("labelRemark"),wc("remark"),wc("placeholder",{visibleOn:'data.vendor !== "tinymce"'}),wc("description")]},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.Code})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[{title:b("555a9859e2c34b015438bdfb59a57c5b"),body:[{type:"input-number",label:b("c1df04eec5fa0857bc0df2d68d8e953c"),min:0,name:"options.height",visibleOn:'data.vendor === "tinymce"'},{type:"input-number",label:b("c1df04eec5fa0857bc0df2d68d8e953c"),min:150,max:400,name:"options.height",visibleOn:'data.vendor === "froala"'}]},wc("style:formItem",{renderer:e.info.renderer}),wc("style:classNames")])]}])},a}return(0,f.ZT)(a,e),a}(ua);za(hd);var vd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="select",a.$schema="/schemas/SelectControlSchema.json",a.order=-480,a.name=b("006ded9fa277cf030592021f595a07d5"),a.isBaseComponent=!0,a.icon="fa fa-th-list",a.pluginIcon="select-plugin",a.description=b("f2fc416c7d95a93a8da621f760be8417"),a.docLink="/amis/zh-CN/components/form/select",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"select",label:b("ea15ae2b7fba76c83eec6d0986d15197"),name:"select",options:[{label:b("05f87b331e1c97691776d93a6598373f"),value:"A"},{label:b("f38c0a46797523b11051e35ec0f82a42"),value:"B"}]},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.notRenderFormZone=!0,a.panelTitle=b("006ded9fa277cf030592021f595a07d5"),a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("2fc76872efce1eabd3b74a3e4fd5b976"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")},"event.data.selectedItems":{type:"object",title:b("029e280e119b028bffc51424d909c07d")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]},{eventName:"focus",eventLabel:b("ab0710b367acefa1d6a78e2338291e86"),description:b("4638e799b95e1b71edd55f278a6f707c"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]},{eventName:"blur",eventLabel:b("fc96a5f1b79cb734afe08e401b6ba5e7"),description:b("c776ab86eb24f6b3db35114e43026f75"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]},{eventName:"add",eventLabel:b("65d76d0590aa6e05d61fe8db4c6a11ca"),description:b("65d76d0590aa6e05d61fe8db4c6a11ca"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"object",title:b("75cc2a992ea150d3a6c68ac4bc486637")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]},{eventName:"edit",eventLabel:b("cd994c38456676f5a55c5593b6a652bf"),description:b("cd994c38456676f5a55c5593b6a652bf"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"object",title:b("a13b85bddbcdab63ef2b2d98dd46afe9")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]},{eventName:"delete",eventLabel:b("d015e18748f42f53bb6ab213e9b06187"),description:b("d015e18748f42f53bb6ab213e9b06187"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"object",title:b("8aa4d6aedd7957ebc6b87fec655695ef")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("c374a44713fa5ff5da2565beb398c7d3")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"reload",actionLabel:b("64ca9bab920a2983bcf270320d850d00"),description:b("9ef5597ac0b4da662bcd967da37eceb4")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("clearable"),wc("searchable"),wc("multiple",{body:[wc("switch",{label:b("e19c0792886a147d74fc662d7af138bb"),name:"valuesNoWrap"}),{type:"input-number",name:"maxTagCount",label:Sc(b("b28aa9c36d0b506a71aa78b628e796c6"),b("2b23767de575e27fc9e4e0949e885f81"))}]}),wc("checkAll"),wc("valueFormula",{rendererSchema:null==e?void 0:e.schema}),wc("labelRemark"),wc("remark"),wc("placeholder"),wc("description")]},{title:b("ea15ae2b7fba76c83eec6d0986d15197"),body:[wc("optionControlV2"),wc("loadingConfig",{visibleOn:"this.source || !this.options"},{context:e}),wc("optionsMenuTpl",{manager:a.manager,onChange:function(e){}}),wc("creatable",{formType:"extend",hiddenOnDefault:!0,form:{body:[wc("createBtnLabel"),wc("addApi")]}}),wc("editable",{type:"ae-Switch-More",formType:"extend",hiddenOnDefault:!0,form:{body:[wc("editApi")]}}),wc("removable",{type:"ae-Switch-More",formType:"extend",hiddenOnDefault:!0,form:{body:[wc("deleteApi")]}})]},{title:b("dfac151de712ab0b3618072c8a7f0a0f"),body:[wc("switch",{label:Sc(b("406af2b98e6210cd42d7f824cb6dfd16"),b("fa8d03e8b5458c1a1d742736bc26e25b")),name:"showInvalidMatch"}),wc("virtualThreshold"),wc("virtualItemHeight")]},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.MultiSelect})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer}),wc("style:classNames")])]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(vd);var gd=void 0;Cc("quickEdit",{type:"ae-switch-more",mode:"normal",name:"quickEdit",label:b("663a93dacbba9f7860dca783cf772419"),value:!1,hiddenOnDefault:!0,formType:"extend",pipeIn:function(e){return!!e},form:{body:[{label:b("ce0e89aa6a8e17562c265714b33b4f82"),name:"quickEdit.mode",type:"button-group-select",inputClassName:"items-center",visibleOn:"data.quickEdit",pipeIn:kc("popOver"),options:[{label:b("78f395c15aaf8c92d9223f6ca69b41a4"),value:"popOver"},{label:b("c6e1b91d329a61b691d0d5d2eb343ddd"),value:"inline"}]},wc("switch",{name:"quickEdit.saveImmediately",label:Sc(b("5e2d1e872682befd5350687f94a6b417"),b("2d2eb2ac28f074d1caef0d332d61cfb0")),visibleOn:"data.quickEdit",pipeIn:function(e){return!!e}}),wc("apiControl",{name:"quickEdit.saveImmediately.api",label:b("ff7cc75cc43c25c823d05d87cb8190b0"),mode:"row",description:b("ba1a077af717cb3c4788849c2342200b"),visibleOn:"this.quickEdit && this.quickEdit.saveImmediately"}),{name:"quickEdit",asFormItem:!0,visibleOn:"data.quickEdit",mode:"row",children:function(e){var a=e.value,t=e.onChange,n=e.data;!0===a&&(a={});var c=a.mode;return delete(a=(0,f.pi)({type:"input-text",name:n.name},a)).mode,o.createElement(i.zxk,{block:!0,level:"primary",onClick:function(){gd.manager.openSubEditor({title:b("c3ed36e4abb96c18a6c83350994cdea7"),value:a,slot:{type:"form",mode:"normal",body:["$$"],wrapWithPanel:!1},onChange:function(e){return t((0,f.pi)((0,f.pi)({},e),{mode:c}),"quickEdit")}})}},"配置快速编辑")}}]}}),Cc("morePopOver",{type:"ae-switch-more",mode:"normal",name:"popOver",label:b("3f337f436989e9847790e4435423f77e"),value:!1,hiddenOnDefault:!0,formType:"extend",pipeIn:function(e){return!!e},form:{body:[{label:b("f7247cd14bd964b883bbb481892c440b"),name:"popOver.mode",type:"button-group-select",visibleOn:"data.popOver",pipeIn:kc("popOver"),options:[{label:b("a553741d5ebb9c80d7d2a63b202cf4b8"),value:"popOver"},{label:b("ab3aec075a09d055b2a28c8b61925ee0"),value:"dialog"},{label:b("2a2924380dfcaea998bd8a49703545a9"),value:"drawer"}]},{name:"popOver.position",label:b("a06e8df4e9232cc606e0202e06a198d8"),type:"select",visibleOn:'data.popOver && (data.popOver.mode === "popOver" || !data.popOver.mode)',pipeIn:kc("center"),options:[{label:b("e18459c93769a5afec01e1ce60f9b9fd"),value:"left-top"},{label:b("1fc3cdd8437f5057774cde2f2c51f97c"),value:"right-top"},{label:b("68b54e7b408c4fb83561c931aa668eae"),value:"center"},{label:b("63dd9faca92bccfd436ff21a6b4b3151"),value:"left-bottom"},{label:b("d01c239688b9c8fc145191ee642dc080"),value:"right-bottom"},{label:b("8fcf9802436282672a8e28ebd6262390"),value:"fixed-left-top"},{label:b("aed25160b4e8cfc613a743c4549e9222"),value:"fixed-right-top"},{label:b("d4a4ab1916187e09b9c037705fd49ffa"),value:"fixed-left-bottom"},{label:b("921fccbb84c829bf8c6f0b9957029f44"),value:"fixed-right-bottom"}]},{visibleOn:"data.popOver",name:"popOver",mode:"row",asFormItem:!0,children:function(e){var a=e.value,t=e.onChange;return a=(0,f.pi)({type:"panel",title:b("5b48dbb8dc710cffe6313bb56a7f6d47"),body:b("1d53f83df1d889a70131b7a93c819575")},a),o.createElement(i.zxk,{block:!0,level:"primary",onClick:function(){gd.manager.openSubEditor({title:b("8dda45360dcf9ca501fd7d0eb53045b5"),value:a,onChange:function(e){return t(e,"quickEdit")}})}},"查看更多内容配置")}}]}}),Cc("copyable",{type:"ae-switch-more",mode:"normal",name:"copyable",label:b("f9a9fcc3bf6a3c8ff1e99fa48ed6d03d"),value:!1,hiddenOnDefault:!0,formType:"extend",pipeIn:function(e){return!!e},form:{body:[{label:b("deb65aca8dba2ff9d0cfaed0a3441068"),name:"copyable.content",type:"textarea",mode:"row",maxRow:2,visibleOn:"data.copyable",description:b("622e14515c4fd5ca6fe6946e3a1bfb4a")}]}});var yd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="static",a.$schema="/schemas/StaticControlSchema.json",a.order=-390,a.name=b("33e7b7433fdbeafa1ef71105ee28c061"),a.isBaseComponent=!0,a.disabledRendererPlugin=!0,a.icon="fa fa-info",a.pluginIcon="static-plugin",a.description=b("b4482a3d9523f48e83a816fa85911185"),a.docLink="/amis/zh-CN/components/form/static",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"static",label:b("3bdd08adab6ea90b9164b20a0e4151ac")},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)((0,f.pi)({},a.scaffold),{value:b("134492cd10a0646da6f23a743feee6d4")})]},a.multifactor=!0,a.notRenderFormZone=!0,a.panelTitle=b("04f5f12c49c2a6fdc43da049591328ad"),a.panelJustify=!0,a.panelBodyCreator=function(e){var a=e.info.renderer;return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{type:"alert",inline:!1,level:"warning",className:"text-sm",body:'

当前组件已停止维护,建议您使用静态展示新特性实现表单项的静态展示。

'},wc("formItemName",{required:!1}),wc("label")]},wc("status",{isFormItem:!0,unsupportStatic:!0})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:formItem",{renderer:a}),{title:b("e1b2f870112bd38f8d7e14a0ad589930"),body:[wc("borderMode")]},{title:b("261bba7ad82914e477f4b37f6a83874e"),body:[wc("className",{label:b("16a20243f9b741c08216dc9548de2968")}),wc("className",{label:b("14d342362f66aa86e2aa1c1e11aa1204"),name:"labelClassName"}),wc("className",{label:b("e1b2f870112bd38f8d7e14a0ad589930"),name:"inputClassName"}),wc("className",{label:b("3bdd08adab6ea90b9164b20a0e4151ac"),name:"descriptionClassName",visibleOn:"this.description"})]}])}])},a}return(0,f.ZT)(a,e),a.prototype.filterProps=function(e,a){return e.$$id=a.id,void 0===e.value&&(e.value=Nc(e)),e},a.scene=["layout"],a}(ua);za(yd);var wd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-sub-form",a.$schema="/schemas/SubFormControlSchema.json",a.name=b("d6c40a2ee219c010edbcdaa2eeb94ddd"),a.isBaseComponent=!0,a.icon="fa fa-window-restore",a.pluginIcon="sub-form-plugin",a.description=b("81e1ff0bb8917a9df99d737982ee24b7"),a.docLink="/amis/zh-CN/components/form/input-sub-form",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-sub-form",name:"subform",label:b("32f6f7f8164c7f78e4b46eb50c158ab9"),form:{title:b("32c65d8d7431e76029678ec7bb73a5ab"),body:[{type:"input-text",label:b("97d07614380da93d257f9fbf81aa56fb"),name:"text"}]}},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.panelTitle=b("d6c40a2ee219c010edbcdaa2eeb94ddd"),a.panelBodyCreator=function(e){return[wc("layout:originPosition",{value:"left-top"}),{children:function(t){return t.value,t.onChange,o.createElement(i.zxk,{size:"sm",level:"danger",className:"m-b",block:!0,onClick:a.editDetail.bind(a,e.id)},"配置成员渲染器")}},{name:"labelField",type:"input-text",value:"label",label:b("18c113b99afa964ee988f30e81baf12b"),description:b("4d930a9c13fca9d74e1a77496abfaa58")},wc("btnLabel",{label:b("307ae20f587910da3e9bb4e885334b6a"),value:b("e366ccf1556c0672dcecba135ed5472e")}),{name:"minLength",visibleOn:"data.multiple",label:b("70c04a0f4522e39fde5f18ebc85b6232"),type:"input-number"},{name:"maxLength",visibleOn:"data.multiple",label:b("f58ea00f6a84bcb1cac174d1f68c88bd"),type:"input-number"}]},a}return(0,f.ZT)(a,e),a.prototype.filterProps=function(e){return(e=ke(e)).value||(e.value=[""]),e},a.prototype.buildEditorToolbar=function(e,a){var t=e.id;"input-sub-form"===e.info.renderer.name&&a.push({icon:"fa fa-expand",order:100,tooltip:b("39a6853b109ae98f1aabca90283d7edc"),onClick:this.editDetail.bind(this,t)})},a.prototype.buildEditorContextMenu=function(e,a){var t=e.id;e.schema,e.region,"input-sub-form"===e.info.renderer.name&&a.push("|",{label:b("39a6853b109ae98f1aabca90283d7edc"),onSelect:this.editDetail.bind(this,t)})},a.prototype.editDetail=function(e){var a=this.manager,t=a.store,n=t.getNodeById(e),c=t.getValueOf(e);if(n&&c){var o=c.form,i=o.title,d=o.actions,r=o.name,l=o.size,s=o.closeOnEsc,u=o.showCloseButton,p=o.bodyClassName;o.type;var m=(0,f._T)(o,["title","actions","name","size","closeOnEsc","showCloseButton","bodyClassName","type"]),h={title:i,actions:d,name:r,size:l,closeOnEsc:s,showCloseButton:u,bodyClassName:p,type:"dialog",body:(0,f.pi)({type:"form",className:"h-full pl-4 pr-4"},m)};this.manager.openSubEditor({title:b("50bfed6ada3e7d0ef4d20eb727b3d7df"),value:h,memberImmutable:["body"],onChange:function(e){var t=e.title,n=e.actions,o=e.name,i=e.size,d=e.closeOnEsc,r=e.showCloseButton,l=e.bodyClassName,s=e.body;delete(e=(0,f.pi)((0,f.pi)({},c),{form:(0,f.pi)({title:t,actions:n,name:o,size:i,closeOnEsc:d,showCloseButton:r,bodyClassName:l},s[0])})).form.type,a.panelChangeValue(e,We(c,e))}})}},a}(ua);za(wd);var Cd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="switch",a.$schema="/schemas/SwitchControlSchema.json",a.order=-400,a.name=b("a6beb974cc0b50eebd18120b8110a88b"),a.isBaseComponent=!0,a.icon="fa fa-toggle-on",a.pluginIcon="switch-plugin",a.description=b("d38b7fc2d31e0ae21cb4bc7d7df14e92"),a.docLink="/amis/zh-CN/components/form/switch",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"switch",label:b("a6beb974cc0b50eebd18120b8110a88b"),option:b("f411d0f1f925d9b48d8c1d451bd809b1"),name:"switch",falseValue:!1,trueValue:!0},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)((0,f.pi)({},a.scaffold),{label:b("6e17d8bb70df1c1e379fa86cb235ac82")})]},a.notRenderFormZone=!0,a.panelTitle=b("a6beb974cc0b50eebd18120b8110a88b"),a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("ddccb436305b0a984c77d4ffa0725375"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("a75c768fda740b2c8f6e2dcc76400f23")}}}]}],a.actions=[{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("switchOption"),{type:"ae-switch-more",bulk:!0,mode:"normal",label:b("7e1eec8349c4998d142960009305f27a"),formType:"extend",form:{body:[wc("onText"),wc("offText")]}},{type:"ae-switch-more",bulk:!0,mode:"normal",label:Sc(b("db0258df1ddbd88749b335aecdc8425e"),b("48433deca382e67b26af31c6ff967d04")),formType:"extend",form:{body:[{type:"input-text",label:b("cadd676e2710e50ac149211078f8a306"),name:"trueValue",value:!0,pipeOut:xc,onChange:function(e,a,t,n){a===n.getValueByName("value")&&n.setValueByName("value",e)}},{type:"input-text",label:b("13f19e1d0dd528aafd6263fafdc35e82"),name:"falseValue",value:!1,pipeOut:xc,onChange:function(e,a,t,n){a===n.getValueByName("value")&&n.setValueByName("value",e)}}]}},wc("valueFormula",{rendererSchema:null==e?void 0:e.schema,needDeleteProps:["option"],rendererWrapper:!0,pipeIn:function(e,a){var t=a.data||{},n=t.trueValue,c=void 0===n||n,o=t.falseValue;return e===c||e!==(void 0!==o&&o)&&e},pipeOut:function(e,a,t){return e&&e===(t.trueValue||!0)?t.trueValue||!0:e&&e!==(t.falseValue||!1)?e:t.falseValue||!1}}),wc("labelRemark"),wc("remark"),wc("description"),wc("autoFillApi")]},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.Check})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer}),{title:b("f411d0f1f925d9b48d8c1d451bd809b1"),body:[wc("horizontal-align",{name:"optionAtLeft",pipeIn:function(e){return e?"left":"right"},pipeOut:function(e){return"left"===e||void 0}})]},wc("style:classNames")])},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(Cd);var xd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-table",a.$schema="/schemas/TableControlSchema.json",a.name=b("e41fd1934b82f93f5737827be7323119"),a.isBaseComponent=!0,a.icon="fa fa-table",a.pluginIcon="table-plugin",a.description=b("a5c2dba5ccf62851b24cfa12d4958ce2"),a.docLink="/amis/zh-CN/components/form/input-table",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-table",name:"table",label:b("4ba0387a2daf11ad9c67a75b52819eb3"),columns:[{label:b("d7ec2d3fea4756bc1642e0f10c180cf5"),name:"name",quickEdit:{type:"input-text",name:"name1"}},{label:b("b34422e637c90181d3fca4485a97c712"),name:"score",quickEdit:{type:"input-number",mode:"inline",name:"score"}},{label:b("95e0d70d1809d5267c2419eda58e78ca"),name:"level",quickEdit:{type:"select",name:"level",options:[{label:"A",value:"A"},{label:"B",value:"B"},{label:"C",value:"C"}]}}],addable:!1,footerAddBtn:{label:b("66ab5e9f24c8f46012a25c89919fb191"),icon:"fa fa-plus"},strictMode:!0},a.regions=[{key:"columns",label:b("1f9794dd5634220ed0a498c666cf46fe"),renderMethod:"renderTableContent",preferTag:b("027446c2f9070b0f5b16a18208bf5fc7"),dndMode:"position-h"}],a.previewSchema={type:"form",className:"text-left",wrapWithPanel:!1,mode:"horizontal",body:(0,f.pi)((0,f.pi)({},a.scaffold),{value:[{color:"green",name:b("b2c712c788d3a143206eee22fe24d9f1")}]})},a.notRenderFormZone=!0,a.panelJustify=!0,a.panelTitle=b("13c250c68608118463871ce7cd8b292c"),a.events=[],a.actions=[{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelBodyCreator=function(e){e.schema.type;var a=oa();return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),{type:"ae-switch-more",name:"needConfirm",label:Sc(b("1205e138ba64dddf61c1f8e6eb3a1aa7"),b("3d4d83f05a12364e2522fcfb265d8ce8")),mode:"normal",formType:"extend",hiddenOnDefault:!0,form:{body:[{type:a?"input-text-i18n":"input-text",name:"confirmBtnLabel",label:b("1d96dc9b36793e242322dd1e092a010c"),placeholder:b("1d96dc9b36793e242322dd1e092a010c")},wc("icon",{name:"confirmBtnIcon",label:b("c18169dd6fceab2f023216fa6f7d22c1"),pipeIn:kc("check")}),{type:a?"input-text-i18n":"input-text",name:"cancelBtnLabel",label:b("e0698c2a2d5c568edfc5a0b1a1d298eb"),placeholder:b("e0698c2a2d5c568edfc5a0b1a1d298eb")},wc("icon",{name:"cancelBtnIcon",label:b("5720057e62e80f7a04489dc4c035b4f1"),pipeIn:kc("close")})]},pipeIn:kc(!0)},{type:"ae-switch-more",name:"addable",label:b("8865c6822a31e0da6bc7eece8677d8f0"),mode:"normal",formType:"extend",hiddenOnDefault:!0,form:{body:[wc("apiControl",{label:b("d03c96a2da4905c5f13a87c0d8ddbdb4"),name:"addApi",mode:"row"}),wc("switch",{name:"showTableAddBtn",label:b("738b58219dda4a849e293c0f75d06438"),value:!0}),{label:b("cf6e87cb9edfa398ccfc3db377e34ca4"),name:"addBtnLabel",visibleOn:"this.showTableAddBtn",type:a?"input-text-i18n":"input-text"},wc("icon",{name:"addBtnIcon",label:b("ae3816c5b00fcff4111842ac19f0a706"),visibleOn:"this.showTableAddBtn",pipeIn:kc("plus")})]}},{type:"ae-switch-more",name:"copyable",label:b("f9a9fcc3bf6a3c8ff1e99fa48ed6d03d"),mode:"normal",formType:"extend",hiddenOnDefault:!0,form:{body:[{label:b("cf6e87cb9edfa398ccfc3db377e34ca4"),name:"copyBtnLabel",type:a?"input-text-i18n":"input-text"},wc("icon",{name:"copyBtnIcon",label:b("ae3816c5b00fcff4111842ac19f0a706"),pipeIn:kc("copy")})]}},{type:"ae-switch-more",name:"editable",label:b("a32b3bf74850faad3a9ae6a0a5dac781"),mode:"normal",formType:"extend",hiddenOnDefault:!0,form:{body:[wc("apiControl",{label:b("ea56ca3dac0d39e463a8233fd40a9eb6"),name:"updateApi",mode:"row"}),{label:b("cf6e87cb9edfa398ccfc3db377e34ca4"),name:"editBtnLabel",type:a?"input-text-i18n":"input-text"},wc("icon",{name:"editBtnIcon",label:b("ae3816c5b00fcff4111842ac19f0a706"),pipeIn:kc("pencil")})]}},{type:"ae-switch-more",name:"removable",label:b("3c87af7c432e6b1f59e4f415fd5060cf"),mode:"normal",formType:"extend",hiddenOnDefault:!0,form:{body:[wc("deleteApi"),{label:b("cf6e87cb9edfa398ccfc3db377e34ca4"),name:"deleteBtnLabel",type:a?"input-text-i18n":"input-text"},wc("icon",{name:"deleteBtnIcon",label:b("ae3816c5b00fcff4111842ac19f0a706"),pipeIn:kc("minus")})]}},wc("switch",{name:"showIndex",label:b("d173fb23320acba326a4424133969256"),pipeIn:kc(!1)}),{type:"input-number",name:"perPage",label:b("26eb498526ba909386befc43466db79d"),placeholder:b("306abb77f96a1048cf6e61bfe6e7bae4")},{type:"input-number",name:"minLength",label:b("52029187eaa09f55193b6a15387e45ca"),pipeIn:kc(0)},{type:"input-number",name:"maxLength",label:b("3d99d1f17ebf865877e681397c61dc9d")},wc("description"),wc("placeholder"),wc("labelRemark")]},{title:b("dfac151de712ab0b3618072c8a7f0a0f"),body:[wc("switch",{name:"strictMode",label:Sc(b("98d52b737d6bc171b6d5bad9a42f6e23"),b("aa8b2a821e8e32196a720eaaa41b64d3")),pipeIn:kc(!1)}),wc("switch",{name:"canAccessSuperData",label:Sc(b("1c1618f67cfea6fefb5f287932be2c27"),b("2aa56a9b94ee3fde76a15711c94fdabc")),pipeIn:kc(!1)})]},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.MultiSelect})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer}),wc("style:classNames",{schema:[wc("className",{name:"rowClassName",label:b("53a9db06d0b7e3482dc21e53f150e257")})]})])}])},a}return(0,f.ZT)(a,e),Object.defineProperty(a.prototype,"scaffoldForm",{get:function(){var e=oa();return{title:b("afccc17d5d672b10a1292dcd671ef534"),body:[{name:"columns",type:"input-table",label:!1,needConfirm:!1,addable:!0,removable:!0,columns:[{type:"text",name:"label",label:b("32c65d8d7431e76029678ec7bb73a5ab"),quickEdit:{type:e?"input-text-i18n":"input-text",mode:"inline"}},{type:"text",name:"name",label:b("41a344642681efaaa418c228ba7fb45c"),quickEdit:{type:"input-text",mode:"inline"}},{type:"text",name:"type",label:b("1711a82f9b0825015c2c49d9659c9837"),width:140,quickEdit:{type:"select",options:[{value:"text",label:b("ffb01e5bcf4c00447f5150d3cba81371")},{value:"tpl",label:b("59cf15fe6b8d659c9bd2f86143534a06")},{value:"container",label:b("22c799040acdb2601b437ed5449de076")},{value:"image",label:b("20def7942674282277c3714ed7ea6ce0")},{value:"date",label:b("4ff1e74e43a3586339251494117185ad")},{value:"datetime",label:b("0c3bf4fce50589b1073baf15f8a00d36")},{value:"time",label:b("19fcb9eb2594059036dfede5f4ec53e8")},{value:"status",label:b("3fea7ca76cdece641436d7ab0d02ab1b")},{value:"mapping",label:b("9da188491dd34c4382a5b9f006194e41")}],pipeIn:kc("text")}},{type:"text",name:"quickEdit.type",label:b("63bb911d6392cb2740140d406ab83d37"),quickEdit:{type:"select",clearable:!0,placeholder:b("c13998e4c837dc40b8e90828d99561df"),options:[{value:"input-text",label:b("5ac57ce6df8c2a19668b7429aebd9f33")},{value:"input-number",label:b("1e65b8181e9a40e76b86e2c261cafbe0")},{value:"select",label:b("6530334ebf5ca810e576858eba168685")},{value:"input-color",label:b("f25cb224e4543c1dc0228fca8dbfaf1c")},{value:"checkboxes",label:b("1145703a07e11b6e680ee2ec8afae0b4")},{value:"radios",label:b("9913107b19cb6012250134ff91377430")},{value:"input-date",label:b("4ff1e74e43a3586339251494117185ad")},{value:"input-date-range",label:b("7866226eb814f681dcc4037e7489aab8")},{value:"switch",label:b("a6beb974cc0b50eebd18120b8110a88b")},{value:"nested-select",label:b("24d9de25721d1fb0ecf89ef81c43d877")},{value:"input-city",label:b("a877779dc422c5321057b638d6d520e5")},{value:"input-tree",label:b("479728c411bac59bc44d5ab8dc3cb4f0")}]},width:210}]}],pipeOut:function(e){var a=Y()(e.columns||[]),t=[];return a.forEach((function(e){var a,n=(0,f.pi)((0,f.pi)({},e),{type:e.type,quickEdit:!!(null===(a=e.quickEdit)||void 0===a?void 0:a.type)&&{type:e.quickEdit.type,name:e.name}});t.push(n)})),e.columns=t,(0,f.pi)({},e)},canRebuild:!0}},enumerable:!1,configurable:!0}),a.prototype.filterProps=function(e){var a=Array.isArray(e.value)?e.value:"string"==typeof e.source?(0,i.H_J)(e.source,e.data):(0,i.H_J)("items",e.data);if(Array.isArray(a)&&a.length)e.value=a.slice(0,10);else{var t={};Array.isArray(e.columns)&&e.columns.forEach((function(e){e.name&&(0,d.NI0)(t,e.name,Nc(e))})),e.value=qe(t,1).map((function(e,a){return(0,f.pi)((0,f.pi)({},e),{id:a+1})}))}return e},a.prototype.beforeInsert=function(e){var a,t,n,c,o=e.context;o.info.plugin!==this&&(null===(a=o.node.sameIdChild)||void 0===a?void 0:a.info.plugin)!==this||"columns"!==o.region||(o.data=(0,f.pi)((0,f.pi)({},o.data),{label:null!==(c=null!==(t=o.data.label)&&void 0!==t?t:null===(n=o.subRenderer)||void 0===n?void 0:n.name)&&void 0!==c?c:b("bcee820bc20342a4d388a35ed32a35fe")}))},a}(ua);za(xd);var Ed=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-tag",a.$schema="/schemas/TagControlSchema.json",a.order=-420,a.name=b("14d342362f66aa86e2aa1c1e11aa1204"),a.isBaseComponent=!0,a.icon="fa fa-tag",a.pluginIcon="input-tag-plugin",a.description=b("74104c62ed33836f0bc74297539dd7c9"),a.docLink="/amis/zh-CN/components/form/input-tag",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-tag",label:b("14d342362f66aa86e2aa1c1e11aa1204"),name:"tag",options:[b("52636511861a0e08cbe6a0eb1c27d816"),b("b2c712c788d3a143206eee22fe24d9f1"),b("9c9aabab3f7627ff4bb224b2738b26ea")]},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:(0,f.pi)((0,f.pi)({},a.scaffold),{value:b("52636511861a0e08cbe6a0eb1c27d816")})},a.notRenderFormZone=!0,a.panelTitle=b("14d342362f66aa86e2aa1c1e11aa1204"),a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("ee167d4c74e600248aefe9d0ba474705"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")}}}]},{eventName:"focus",eventLabel:b("ab0710b367acefa1d6a78e2338291e86"),description:b("ab0710b367acefa1d6a78e2338291e86"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")},"event.data.selectedItems":{type:"array",title:b("029e280e119b028bffc51424d909c07d")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]},{eventName:"blur",eventLabel:b("fc96a5f1b79cb734afe08e401b6ba5e7"),description:b("fc96a5f1b79cb734afe08e401b6ba5e7"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("c374a44713fa5ff5da2565beb398c7d3")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("770fe9e7899cd310b035ef50a39ab2ae")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelBodyCreator=function(e){return wo({common:{replace:!0,body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("clearable"),wc("optionsTip"),wc("valueFormula",{rendererSchema:null==e?void 0:e.schema,mode:"vertical"}),wc("joinValues"),wc("delimiter"),wc("extractValue"),wc("autoFillApi",{visibleOn:"!this.autoFill || this.autoFill.scene && this.autoFill.action"}),wc("autoFill",{visibleOn:"!this.autoFill || !this.autoFill.scene && !this.autoFill.action"})]},option:{body:[wc("optionControlV2",{description:b("6f6fa31a91b516b28ebee7a86a9b13e2")})]},status:{}},e)},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(Ed);var kd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="tabs-transfer",a.$schema="/schemas/TransferControlSchema.json",a.name=b("617a63f1b19b5aad029f973479bac917"),a.isBaseComponent=!0,a.icon="fa fa-th-list",a.pluginIcon="tabs-transfer-plugin",a.description=b("4f26f1edebcdeea90f6e4247a501dbaf"),a.docLink="/amis/zh-CN/components/form/transfer",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={label:b("617a63f1b19b5aad029f973479bac917"),type:"tabs-transfer",name:"a",sortable:!0,searchable:!0,options:[{label:b("ab5dea29793d933fa7b5487a7309df6a"),selectMode:"tree",children:[{label:b("71f8043aefd52572b172e7d1fbd5af57"),children:[{label:b("fda93c79275b812a6c1c189fbebf8b08"),value:"zhugeliang"}]},{label:b("573cb0d34bd1cdc7b368c59db9b7bb7d"),children:[{label:b("e37a86d1a1dbed0cd53c95582977f075"),value:"caocao"},{label:b("ccddd2de691ff2d56b651877f72d90ed"),value:"zhongwuyan"}]},{label:b("c0db8e7b42528eeae96310c6629e53b3"),children:[{label:b("293040fc607f40caf6d6e16042012182"),value:"libai"},{label:b("b5256ec780343c4e20e397b43cab96a9"),value:"hanxin"},{label:b("49dcf9f88e7b7b8ca7448631021d7d12"),value:"yunzhongjun"}]}]},{label:b("1fd02a90c38333badc226309fea6fecb"),selectMode:"chained",children:[{label:b("71f8043aefd52572b172e7d1fbd5af57"),children:[{label:b("fda93c79275b812a6c1c189fbebf8b08"),value:"zhugeliang2"}]},{label:b("573cb0d34bd1cdc7b368c59db9b7bb7d"),children:[{label:b("e37a86d1a1dbed0cd53c95582977f075"),value:"caocao2"},{label:b("ccddd2de691ff2d56b651877f72d90ed"),value:"zhongwuyan2"}]},{label:b("c0db8e7b42528eeae96310c6629e53b3"),children:[{label:b("293040fc607f40caf6d6e16042012182"),value:"libai2"},{label:b("b5256ec780343c4e20e397b43cab96a9"),value:"hanxin2"},{label:b("49dcf9f88e7b7b8ca7448631021d7d12"),value:"yunzhongjun2"}]}]}]},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.panelTitle=b("617a63f1b19b5aad029f973479bac917"),a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("2fc76872efce1eabd3b74a3e4fd5b976"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]},{eventName:"tab-change",eventLabel:b("e1112a529dc969a03bbbb409905ff2ec"),description:b("d202bc660c4d2eeb58e194b6320bd235"),dataSchema:[{type:"object",properties:{"event.data.key":{type:"string",title:b("9e7a97a3d043f566f2435329e01e09f9")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("91208131116f2823993daf99f15e1325")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("dda222620b789d07c2c5c279475caaf1")},{actionType:"changeTabKey",actionLabel:b("2ac24a383a1faae33f81772b757b2817"),description:b("91f894b900f593c848e5b21f2b414b05"),descDetail:function(e){return o.createElement("div",null,o.createElement("span",{className:"variable-right"},null==e?void 0:e.__rendererLabel),"修改选中tab")}},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.notRenderFormZone=!0,a.panelJustify=!0,a.panelDefinitions={options:{label:b("25ae4ca8d4b8a67b273066a97a516327"),name:"options",type:"combo",multiple:!0,multiLine:!0,draggable:!0,mode:"normal",addButtonText:b("65d76d0590aa6e05d61fe8db4c6a11ca"),scaffold:{label:"",value:""},items:[{type:"group",body:[wc("label",{label:!1,placeholder:b("d7ec2d3fea4756bc1642e0f10c180cf5"),required:!0}),{type:"input-text",name:"value",placeholder:b("fe7509e0ed085b86f07e3e9975cc5b3d"),unique:!0}]},{$ref:"options",label:b("72453d792655604f1fab821146133d7d"),name:"children",addButtonText:b("210da23d108e85b2f0bbfa85846cb792")}]}},a.panelBodyCreator=function(e){return e.info.renderer,wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("searchable"),wc("api",{label:b("791959f9b90734dce08da79f4ac27a41"),name:"searchApi"}),{label:b("6eaeb8ccaa8473e2b985095be2bf3cd1"),name:"searchResultMode",type:"select",mode:"normal",options:[{label:b("6541f1702af367c41a3127ed8511eb50"),value:"list"},{label:b("d58ba4b5e94680fcb08300e176502fb8"),value:"table"},{label:b("406573cea6af9b0c6462295108e1f5c0"),value:"tree"},{label:b("6c5358b981a475da2a83e95e4170647a"),value:"chained"}]},wc("sortable"),{label:b("0911a348aaf24601e633e318ccb8aace"),name:"selectTitle",type:"input-text",inputClassName:"is-inline "},{label:b("84a76ba52297727f6bb47d8a1cc74094"),name:"resultTitle",type:"input-text",inputClassName:"is-inline "}]},{title:b("ea15ae2b7fba76c83eec6d0986d15197"),body:[{$ref:"options",name:"options"},wc("source"),wc("loadingConfig",{visibleOn:"this.source || !this.options"},{context:e}),wc("joinValues"),wc("delimiter"),wc("extractValue"),wc("autoFillApi",{visibleOn:"!this.autoFill || this.autoFill.scene && this.autoFill.action"}),wc("autoFill",{visibleOn:"!this.autoFill || !this.autoFill.scene && !this.autoFill.action"})]},{title:b("dfac151de712ab0b3618072c8a7f0a0f"),body:[wc("virtualThreshold"),wc("virtualItemHeight")]},wc("status",{isFormItem:!0})])},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(kd);var Sd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="textarea",a.$schema="/schemas/TextareaControlSchema.json",a.order=-490,a.name=b("c6a16ef980efc2ac48c58727e5bade81"),a.isBaseComponent=!0,a.icon="fa fa-paragraph",a.pluginIcon="textarea-plugin",a.description=b("2af7e3952d7430d1e4c86ea5aca4e4fa"),a.docLink="/amis/zh-CN/components/form/textarea",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"textarea",label:b("15d169d28cd48c97fe751e4cc92ca926"),name:"textarea"},a.previewSchema={type:"form",className:"text-left",wrapWithPanel:!1,mode:"horizontal",body:(0,f.pi)({},a.scaffold)},a.notRenderFormZone=!0,a.panelTitle=b("15d169d28cd48c97fe751e4cc92ca926"),a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("5bc28acd4afb712dcbc234927357cd87"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("acc945d0c8449dce7dc1441f466ec413")}}}]},{eventName:"focus",eventLabel:b("ab0710b367acefa1d6a78e2338291e86"),description:b("4638e799b95e1b71edd55f278a6f707c"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("acc945d0c8449dce7dc1441f466ec413")}}}]},{eventName:"blur",eventLabel:b("fc96a5f1b79cb734afe08e401b6ba5e7"),description:b("c776ab86eb24f6b3db35114e43026f75"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("acc945d0c8449dce7dc1441f466ec413")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("3086da6514671fb8950171bf3af4ab2d")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("textareaDefaultValue"),wc("switch",{name:"trimContents",pipeIn:kc(!0),label:Sc(b("cd7f479dd052edc1261261c15fb0b50f"),b("d3a8fe0d542476cf7989ef9e69cdd6f7"))}),wc("showCounter"),wc("labelRemark"),wc("remark"),wc("placeholder"),wc("description"),wc("autoFillApi")]},wc("status",{isFormItem:!0,readonly:!0}),wc("validation",{tag:ci.Text})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[wc("style:formItem",{renderer:e.info.renderer,schema:[{type:"input-number",name:"minRows",value:3,label:b("829d96cf23f19759e4ef988fb5320032")},{type:"input-number",name:"maxRows",value:20,label:b("c0afd6005e68838e37e26dc7c34cf368")}]}),wc("style:classNames")])]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(Sd);var Nd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="transfer",a.$schema="/schemas/TransferControlSchema.json",a.name=b("685e5f4815e87c4690dda7d7aa163904"),a.isBaseComponent=!0,a.icon="fa fa-th-list",a.pluginIcon="transfer-plugin",a.description=b("26b4a55f458275a108c1ef213a354ced"),a.docLink="/amis/zh-CN/components/form/transfer",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={label:b("829abe5a8dcd0579a340d20636b59276"),type:"transfer",name:"transfer",options:[{label:b("fda93c79275b812a6c1c189fbebf8b08"),value:"zhugeliang"},{label:b("e37a86d1a1dbed0cd53c95582977f075"),value:"caocao"}],selectMode:"list",resultListModeFollowSelect:!1},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.panelTitle=b("685e5f4815e87c4690dda7d7aa163904"),a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("c776ab86eb24f6b3db35114e43026f75"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]},{eventName:"selectAll",eventLabel:b("66eeacd93a7c1bda93906fe908ad11a0"),description:b("8b3a9a5c912610c384bc8dc2c8514386"),dataSchema:[{type:"object",properties:{"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("91208131116f2823993daf99f15e1325")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("dda222620b789d07c2c5c279475caaf1")},{actionType:"selectAll",actionLabel:b("66eeacd93a7c1bda93906fe908ad11a0"),description:b("8b3a9a5c912610c384bc8dc2c8514386")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("1b09b6621ebf0d10ce98f0178fa1bda1")}],a.panelDefinitions={options:{label:b("25ae4ca8d4b8a67b273066a97a516327"),name:"options",type:"combo",multiple:!0,multiLine:!0,draggable:!0,addButtonText:b("65d76d0590aa6e05d61fe8db4c6a11ca"),scaffold:{label:"",value:""},items:[{type:"group",body:[wc("optionsLabel"),{type:"input-text",name:"value",placeholder:b("fe7509e0ed085b86f07e3e9975cc5b3d"),unique:!0}]},{$ref:"options",label:b("72453d792655604f1fab821146133d7d"),name:"children",addButtonText:b("210da23d108e85b2f0bbfa85846cb792")}]}},a.notRenderFormZone=!0,a.panelJustify=!0,a.panelBodyCreator=function(e){var t=e.info.renderer;return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),wc("valueFormula",{rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{type:"select",multiple:!0}),visibleOn:"data.options.length > 0"}),wc("labelRemark"),wc("remark"),wc("description"),wc("switch",{label:b("439a19857be1fb8d3e6017258e32c486"),name:"statistics"})]},{title:b("a2888bca5f435690ff9f5a5d615a968a"),body:[{label:b("1e409f26f9c1d58ce0c47a68104d45f0"),name:"selectMode",type:"select",options:[{label:b("6541f1702af367c41a3127ed8511eb50"),value:"list"},{label:b("d58ba4b5e94680fcb08300e176502fb8"),value:"table"},{label:b("eebda442c4bff2aaaf8274383d0ed12f"),value:"tree"}],onChange:function(e,a,t,n){n.setValues({options:void 0,columns:void 0,value:"",valueTpl:""}),setTimeout((function(){n.setValues({value:void 0,valueTpl:void 0})}),100)}},wc("optionControl",{visibleOn:'data.selectMode === "list"',multiple:!0}),wc("loadingConfig",{visibleOn:"this.source || !this.options"},{context:e}),{type:"ae-transferTableControl",label:b("0d83078816aa273f2941c9b55ec82bf3"),visibleOn:'data.selectMode === "table"',mode:"normal",onValueChange:function(e,a,t){if("options"===e)t(a);else if("columns"===e){var n=a.columns;a.columns.length>0&&(a.valueTpl="${".concat(n[0].name,"}")),t(a)}}},wc("treeOptionControl",{visibleOn:'data.selectMode === "tree"'}),wc("switch",{label:b("dbdae74eb12668e2b9568b013bf27d45"),name:"searchable"}),wc("optionsMenuTpl",{manager:a.manager,onChange:function(e){},visibleOn:'data.selectMode !== "table"'}),{label:b("32c65d8d7431e76029678ec7bb73a5ab"),name:"selectTitle",type:"input-text",inputClassName:"is-inline "}]},{title:b("d5dbf5285b2dbe07b481fbd5d4536c60"),body:[{type:"button-group-select",label:b("1e409f26f9c1d58ce0c47a68104d45f0"),name:"resultListModeFollowSelect",inputClassName:"items-center",options:[{label:b("6541f1702af367c41a3127ed8511eb50"),value:!1},{label:b("b720b2abd62161c3c99625c8160df987"),value:!0}],onChange:function(e,a,t,n){n.setValueByName("sortable",!e||void 0)}},wc("switch",{label:Sc(b("dbdae74eb12668e2b9568b013bf27d45"),b("acef03eee638dc4239ee60f627f33d85")),name:"resultSearchable"}),wc("sortable",{label:b("e3ed623b79100791f156d3586751c652"),mode:"horizontal",horizontal:{justify:!0,left:8},inputClassName:"is-inline",visibleOn:'data.selectMode === "list" && !data.resultListModeFollowSelect'}),wc("optionsMenuTpl",{name:"valueTpl",manager:a.manager,onChange:function(e){},visibleOn:'!(data.selectMode === "table" && data.resultListModeFollowSelect)'}),{label:b("32c65d8d7431e76029678ec7bb73a5ab"),name:"resultTitle",type:"input-text",inputClassName:"is-inline "}]},{title:b("dfac151de712ab0b3618072c8a7f0a0f"),body:[wc("virtualThreshold"),wc("virtualItemHeight")]},wc("status",{isFormItem:!0}),wc("validation",{tag:ci.MultiSelect})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:formItem",t),wc("style:classNames",[wc("className",{label:b("3bdd08adab6ea90b9164b20a0e4151ac"),name:"descriptionClassName",visibleOn:"this.description"}),wc("className",{name:"addOn.className",label:"AddOn",visibleOn:'this.addOn && this.addOn.type === "text"'})])])},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(Nd);var Od=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-time",a.$schema="/schemas/TimeControlSchema.json",a.name=b("82a61b32c76fba3dc83e2611624e93ec"),a.isBaseComponent=!0,a.icon="fa fa-clock-o",a.pluginIcon="input-time-plugin",a.description=b("c54993eb4c2a46263cca2e6bdebb051d"),a.docLink="/amis/zh-CN/components/form/input-time",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-time",label:b("19fcb9eb2594059036dfede5f4ec53e8"),name:"time"},a.disabledRendererPlugin=!0,a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:(0,f.pi)({},a.scaffold)},a.panelTitle=b("82a61b32c76fba3dc83e2611624e93ec"),a}return(0,f.ZT)(a,e),a}(Ei);za(Od);var Td=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-time-range",a.$schema="/schemas/DateRangeControlSchema.json",a.order=-440,a.icon="fa fa-calendar",a.pluginIcon="input-time-range-plugin",a.name=b("7866226eb814f681dcc4037e7489aab8"),a.isBaseComponent=!0,a.description=b("c166d8f9804ecef74b3b74190599a7b8"),a.docLink="/amis/zh-CN/components/form/time-range",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-time-range",label:b("7866226eb814f681dcc4037e7489aab8"),name:"time-range"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.disabledRendererPlugin=!0,a.notRenderFormZone=!0,a}return(0,f.ZT)(a,e),a}(Ti);za(Td);var Id=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-tree",a.$schema="/schemas/TreeControlSchema.json",a.name=b("479728c411bac59bc44d5ab8dc3cb4f0"),a.isBaseComponent=!0,a.icon="fa fa-list-alt",a.pluginIcon="input-tree-plugin",a.description=b("912beb37a3785e50d6483852be41111f"),a.searchKeywords=b("0b52d7d00ed28e41f4845fec1622d056"),a.docLink="/amis/zh-CN/components/form/input-tree",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-tree",label:b("479728c411bac59bc44d5ab8dc3cb4f0"),name:"tree",options:[{label:b("05f87b331e1c97691776d93a6598373f"),value:"A",children:[{label:b("57a6105deead3fec79028cce7bfa2004"),value:"C"},{label:b("9bc04a190ce0a5ba1ed473cb628b5ed4"),value:"D"}]},{label:b("f38c0a46797523b11051e35ec0f82a42"),value:"B"}]},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)((0,f.pi)({},a.scaffold),{label:b("ea687c59ff7d980afc55427853af864a"),mode:"normal"})]},a.notRenderFormZone=!0,a.panelTitle=b("f77f634e6892c6447c5d9df623e42aff"),a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("2fc76872efce1eabd3b74a3e4fd5b976"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("b35014ec330e91860bb188200fba12db")}}}]},{eventName:"add",eventLabel:b("65d76d0590aa6e05d61fe8db4c6a11ca"),description:b("0761b99481b1bd10c1d6aad6028a8281"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"object",title:b("de2392357fc78e9e0f0946bcc0af87b6")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]},{eventName:"edit",eventLabel:b("cd994c38456676f5a55c5593b6a652bf"),description:b("cd994c38456676f5a55c5593b6a652bf"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"object",title:b("e385c7c6f726dc2641866d9050777efb")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]},{eventName:"delete",eventLabel:b("d015e18748f42f53bb6ab213e9b06187"),description:b("d015e18748f42f53bb6ab213e9b06187"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"object",title:b("58cbd355c5bdb80653a8ae3d3b316c37")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]},{eventName:"loadFinished",eventLabel:b("58995b490ba67e5d29dd87f422b14861"),description:b("ec2fb7a5db150690b14b63f83d9d4b30"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"object",title:b("e6b94af26512b3f7ea8eb1433d4a2aaa")}}}]}],a.actions=[{actionType:"expand",actionLabel:b("e2edde5adbdf33f6dce59a299cbf5fad"),description:b("38747bcbc3c47924098076ee87e59933"),innerArgs:["openLevel"],descDetail:function(e){var a;return o.createElement("div",null,o.createElement("span",{className:"variable-right"},null==e?void 0:e.__rendererLabel),"展开到第",o.createElement("span",{className:"variable-left variable-right"},null===(a=null==e?void 0:e.args)||void 0===a?void 0:a.openLevel),"层")},schema:Gc(wc("formulaControl",{name:"openLevel",label:b("01356df4561f9da87d2876ec9c0dacfe"),variables:"${variables}",size:"lg",mode:"horizontal"}))},{actionType:"collapse",actionLabel:b("def9e98b60e3bfc493bcd7693e702096"),description:b("3ebb9059b6abc8f80a212b5795270ec2")},{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("d81f0b9079d5a38bbedffeacaad8b905")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("ce5e449208bb568eaf722bab9a20380e")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelDefinitions={options:{label:b("25ae4ca8d4b8a67b273066a97a516327"),name:"options",type:"combo",multiple:!0,multiLine:!0,draggable:!0,addButtonText:b("65d76d0590aa6e05d61fe8db4c6a11ca"),scaffold:{label:"",value:""},items:[{type:"group",body:[wc("optionsLabel"),{type:"input-text",name:"value",placeholder:b("fe7509e0ed085b86f07e3e9975cc5b3d"),unique:!0}]},{$ref:"options",label:b("72453d792655604f1fab821146133d7d"),name:"children",addButtonText:b("210da23d108e85b2f0bbfa85846cb792")}]}},a.panelJustify=!0,a.panelBodyCreator=function(e){var t=e.info.renderer,n=oa();return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),{type:"button-group-select",name:"type",label:b("f0789e79d48f135e5d870753f7a85d05"),pipeIn:kc("input-tree"),onChange:function(e,t,n,c){var o=Y()(c.getValueByName("onEvent")||{}),i=a.events;if("tree-select"===e){var d=a.manager.plugins.find((function(e){return"tree-select"===e.rendererName}));i=(null==d?void 0:d.events)||[]}var r=function(e){i.find((function(a){return a.eventName===e}))||delete o[e]};for(var l in o)r(l);c.setValueByName("onEvent",o)},options:[{label:b("c6e1b91d329a61b691d0d5d2eb343ddd"),value:"input-tree"},{label:b("a553741d5ebb9c80d7d2a63b202cf4b8"),value:"tree-select"}]},wc("clearable",{mode:"horizontal",horizontal:{justify:!0,left:8},inputClassName:"is-inline ",visibleOn:'data.type === "tree-select"'}),wc("switch",{label:b("dbdae74eb12668e2b9568b013bf27d45"),name:"searchable",visibleOn:'data.type === "tree-select"'}),wc("multiple",{body:[{type:"input-number",label:Sc(b("4e373f3ff64ad29a01da87317eb92088"),b("7a377ac3904628fd73e7d33ce6130ae1")),name:"minLength"},{type:"input-number",label:Sc(b("160cb9a7d57c5b5ca65b5cdf79e8fd28"),b("674ddb63a7cd9e14a49813d52cf7e25e")),name:"maxLength"}]}),wc("switch",{label:Sc(b("204770091fd4b7cd0611ddc65bf21d37"),b("be7d848c40dfdd3e20f233c373af00a5")),name:"autoCheckChildren",hiddenOn:"!data.multiple",value:!0}),wc("switch",{label:Sc(b("4c3ed2fc7331db687fc0e8ffb8f672a7"),b("0ae8c01434dc2a38a90561fcbf5d79b5")),name:"cascade",hiddenOn:"!data.multiple || !data.autoCheckChildren"}),wc("switch",{label:Sc(b("22c023bf51970a461cc164e711f3d3ff"),b("6e19e48a52986659ae5ba1bfe612ba8a")),name:"withChildren",hiddenOn:"!data.multiple || !data.autoCheckChildren && data.cascade"}),wc("switch",{label:Sc(b("cccb3595f8ff536e27d94ec91a49bfdf"),b("49ccf100ac35e1cc3d40b7222cdcd1a7")),name:"onlyChildren",hiddenOn:"!data.multiple || !data.autoCheckChildren"}),wc("valueFormula",{rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{type:"tree-select"}),visibleOn:"this.options && this.options.length > 0"}),wc("labelRemark"),wc("remark"),wc("placeholder"),wc("description")]},{title:b("ea15ae2b7fba76c83eec6d0986d15197"),body:[wc("treeOptionControl",{label:b("0d83078816aa273f2941c9b55ec82bf3"),showIconField:!0}),wc("loadingConfig",{visibleOn:"this.source || !this.options"},{context:e}),wc("switch",{label:b("a0e965072593eb1b19b4568fa26d977c"),name:"onlyLeaf"}),wc("creatable",{formType:"extend",hiddenOnDefault:!0,label:b("8865c6822a31e0da6bc7eece8677d8f0"),form:{body:[wc("switch",{label:b("bc560e477282dafc3c37b7a665af4f9c"),value:!0,name:"rootCreatable"}),{type:"input-text",label:b("89664aa96ba7eb788ea273c0d36467cc"),value:b("b4eab506cf436d3cdd1cd68fc857ec04"),name:"rootCreateTip",hiddenOn:"!data.rootCreatable"},wc("addApi")]}}),wc("editable",{formType:"extend",hiddenOnDefault:!0,form:{body:[wc("editApi")]}}),wc("removable",{formType:"extend",hiddenOnDefault:!0,form:{body:[wc("deleteApi")]}})]},{title:b("dfac151de712ab0b3618072c8a7f0a0f"),body:[wc("valueFormula",{name:"highlightTxt",label:b("2b3073b1ba5f9deab7818d8be02de3a1"),type:"input-text",visibleOn:'data.type === "input-tree"'}),{type:"ae-Switch-More",mode:"normal",name:"enableNodePath",label:Sc(b("14dc30e68a3d8d53e8ddd98876c1d480"),b("68c7da9593da32100cb82ef5106047e1")),value:!1,formType:"extend",form:{body:[{type:"input-text",label:b("9cb417cfac37e6d65dedbc35ee9e916e"),value:"/",name:"pathSeparator"}]}},{type:"ae-Switch-More",mode:"normal",name:"hideRoot",label:b("d6840c02c4d9cd5f4f5fd4d9f3e6b916"),value:!0,trueValue:!1,falseValue:!0,formType:"extend",form:{body:[{type:n?"input-text-i18n":"input-text",label:b("e2c310a329c2cf62a0764fc912f2f583"),value:b("c48d9f48ce8a798772f17d1f47560529"),name:"rootLabel"}]},visibleOn:'data.type === "input-tree"'},wc("switch",{label:Sc(b("0aa73cfbe5a84cd34a212de5bab2058d"),b("4dabfefd787102b8159b5c4a221aa048")),name:"hideNodePathLabel",visibleOn:'data.type==="tree-select"'}),wc("switch",{label:b("8c9a3a8cd5de83121c03c83f909a7534"),name:"showIcon",value:!0}),wc("switch",{label:Sc(b("ae7d563d3190ddbafdda8093fc28fc5f"),b("4444d03faa51f8550a8a4547fb471ab7")),name:"showRadio",hiddenOn:"data.multiple"}),wc("switch",{label:Sc(b("0f993a54d2c67716220632577d3b5b51"),b("846da282ebfa6dfe61deb1d58145158c")),name:"showOutline"}),wc("switch",{name:"withChildren",label:b("b39c6fb1cdf629d3f3032d6c7d4694a8"),visibleOn:"data.cascade !== true && data.multiple",disabledOn:"data.onlyChildren"}),wc("switch",{name:"onlyChildren",label:b("1fa482fed3042cac9f96c6f43c13f84a"),visibleOn:"data.cascade !== true && data.multiple",disabledOn:"data.withChildren"}),{type:"ae-Switch-More",mode:"normal",name:"initiallyOpen",label:Sc(b("d7eae84550f9b9bc0c78a94e4072ad0d"),b("346f7e0c7ef27b6a83f3c9f8f406d737")),value:!0,trueValue:!1,falseValue:!0,formType:"extend",form:{body:[{type:"input-number",label:b("b40163733b8e3a420e38f295bfab369d"),name:"unfoldedLevel",value:1,hiddenOn:"data.initiallyOpen"}]}},wc("virtualThreshold"),wc("virtualItemHeight")]},wc("status",{isFormItem:!0,readonly:!0}),wc("validation",{tag:ci.Tree})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:formItem",{renderer:t}),wc("style:classNames",{schema:[wc("className",{label:b("24c5febd312d27b5e80354cf03e241f0"),name:"treeContainerClassName"})]})])},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(Id);var Md=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="tree-select",a.$schema="/schemas/TreeSelectControlSchema.json",a.name=b("479728c411bac59bc44d5ab8dc3cb4f0"),a.isBaseComponent=!0,a.disabledRendererPlugin=!0,a.icon="fa fa-list-alt",a.pluginIcon="tree-select-plugin",a.description=b("912beb37a3785e50d6483852be41111f"),a.docLink="/amis/zh-CN/components/form/treeselect",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"tree-select",label:b("e40d15221a911e060b8a05ec7aa9533c"),name:"tree",clearable:!1,options:[{label:b("05f87b331e1c97691776d93a6598373f"),value:"A",children:[{label:b("57a6105deead3fec79028cce7bfa2004"),value:"C"},{label:b("9bc04a190ce0a5ba1ed473cb628b5ed4"),value:"D"}]},{label:b("f38c0a46797523b11051e35ec0f82a42"),value:"B"}]},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:(0,f.pi)({},a.scaffold)},a.notRenderFormZone=!0,a.panelTitle=b("f77f634e6892c6447c5d9df623e42aff"),a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("2fc76872efce1eabd3b74a3e4fd5b976"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("b35014ec330e91860bb188200fba12db")}}}]},{eventName:"add",eventLabel:b("65d76d0590aa6e05d61fe8db4c6a11ca"),description:b("ac34e635d05de0ac2de78737ea313995"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"object",title:b("5f5e2d89e987fa64d56471b2e3d50cda")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]},{eventName:"edit",eventLabel:b("cd994c38456676f5a55c5593b6a652bf"),description:b("8784005bbfb2b66592cc0c5cc0a62f2d"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"object",title:b("25a4d7b5ce2585aada1205e1121e9967")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]},{eventName:"delete",eventLabel:b("91a6d3a760184e581eccd52bfa3f7a18"),description:b("3c72d934764bb7205f593903c63ac7ec"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"object",title:b("7768e7d47fa6e9b811d1a1f684703cfb")},"event.data.items":{type:"array",title:b("cf965b232227a0e9d14f4f7e31b01c62")}}}]},{eventName:"loadFinished",eventLabel:b("58995b490ba67e5d29dd87f422b14861"),description:b("ec2fb7a5db150690b14b63f83d9d4b30"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("e6b94af26512b3f7ea8eb1433d4a2aaa")}}}]},{eventName:"focus",eventLabel:b("ab0710b367acefa1d6a78e2338291e86"),description:b("4638e799b95e1b71edd55f278a6f707c"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")}}}]},{eventName:"blur",eventLabel:b("fc96a5f1b79cb734afe08e401b6ba5e7"),description:b("c776ab86eb24f6b3db35114e43026f75"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("528609917710d813a55e5a6cecf1e458")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("d81f0b9079d5a38bbedffeacaad8b905")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("ce5e449208bb568eaf722bab9a20380e")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelDefinitions={options:{label:b("25ae4ca8d4b8a67b273066a97a516327"),name:"options",type:"combo",multiple:!0,multiLine:!0,draggable:!0,addButtonText:b("65d76d0590aa6e05d61fe8db4c6a11ca"),scaffold:{label:"",value:""},items:[{type:"group",body:[wc("optionsLabel"),{type:"input-text",name:"value",placeholder:b("fe7509e0ed085b86f07e3e9975cc5b3d"),unique:!0}]},{$ref:"options",label:b("72453d792655604f1fab821146133d7d"),name:"children",addButtonText:b("210da23d108e85b2f0bbfa85846cb792")}]}},a.panelJustify=!0,a.panelBodyCreator=function(e){var t=e.info.renderer,n=oa();return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),{type:"button-group-select",name:"type",label:b("f0789e79d48f135e5d870753f7a85d05"),pipeIn:kc("tree-select"),onChange:function(e,t,n,c){var o=Y()(c.getValueByName("onEvent")||{}),i=a.events;if("input-tree"===e){var d=a.manager.plugins.find((function(e){return"input-tree"===e.rendererName}));i=(null==d?void 0:d.events)||[]}var r=function(e){i.find((function(a){return a.eventName===e}))||delete o[e]};for(var l in o)r(l);c.setValueByName("onEvent",o)},options:[{label:b("c6e1b91d329a61b691d0d5d2eb343ddd"),value:"input-tree"},{label:b("a553741d5ebb9c80d7d2a63b202cf4b8"),value:"tree-select"}]},wc("clearable",{mode:"horizontal",horizontal:{justify:!0,left:8},inputClassName:"is-inline ",visibleOn:'data.type === "tree-select"'}),wc("switch",{label:b("dbdae74eb12668e2b9568b013bf27d45"),name:"searchable",visibleOn:'data.type === "tree-select"'}),wc("multiple",{body:[{type:"input-number",label:Sc(b("4e373f3ff64ad29a01da87317eb92088"),b("7a377ac3904628fd73e7d33ce6130ae1")),name:"minLength"},{type:"input-number",label:Sc(b("160cb9a7d57c5b5ca65b5cdf79e8fd28"),b("674ddb63a7cd9e14a49813d52cf7e25e")),name:"maxLength"}]}),wc("switch",{label:Sc(b("204770091fd4b7cd0611ddc65bf21d37"),b("be7d848c40dfdd3e20f233c373af00a5")),name:"autoCheckChildren",hiddenOn:"!data.multiple",value:!0}),wc("switch",{label:Sc(b("4c3ed2fc7331db687fc0e8ffb8f672a7"),b("0ae8c01434dc2a38a90561fcbf5d79b5")),name:"cascade",hiddenOn:"!data.multiple || !data.autoCheckChildren"}),wc("switch",{label:Sc(b("22c023bf51970a461cc164e711f3d3ff"),b("6e19e48a52986659ae5ba1bfe612ba8a")),name:"withChildren",hiddenOn:"!data.multiple || !data.autoCheckChildren && data.cascade"}),wc("switch",{label:Sc(b("cccb3595f8ff536e27d94ec91a49bfdf"),b("49ccf100ac35e1cc3d40b7222cdcd1a7")),name:"onlyChildren",hiddenOn:"!data.multiple || !data.autoCheckChildren"}),wc("valueFormula",{rendererSchema:(0,f.pi)((0,f.pi)({},null==e?void 0:e.schema),{type:"tree-select"}),visibleOn:"this.options && this.options.length > 0"}),wc("labelRemark"),wc("remark"),wc("placeholder"),wc("description")]},{title:b("ea15ae2b7fba76c83eec6d0986d15197"),body:[wc("treeOptionControl",{label:b("0d83078816aa273f2941c9b55ec82bf3"),showIconField:!0}),wc("loadingConfig",{visibleOn:"this.source || !this.options"},{context:e}),wc("switch",{label:b("a0e965072593eb1b19b4568fa26d977c"),name:"onlyLeaf"}),wc("creatable",{formType:"extend",hiddenOnDefault:!0,label:b("8865c6822a31e0da6bc7eece8677d8f0"),form:{body:[wc("switch",{label:b("bc560e477282dafc3c37b7a665af4f9c"),value:!0,name:"rootCreatable"}),{type:"input-text",label:b("89664aa96ba7eb788ea273c0d36467cc"),value:b("b4eab506cf436d3cdd1cd68fc857ec04"),name:"rootCreateTip",hiddenOn:"!data.rootCreatable"},wc("addApi")]}}),wc("editable",{formType:"extend",hiddenOnDefault:!0,form:{body:[wc("editApi")]}}),wc("removable",{formType:"extend",hiddenOnDefault:!0,form:{body:[wc("deleteApi")]}})]},{title:b("dfac151de712ab0b3618072c8a7f0a0f"),body:[wc("valueFormula",{name:"highlightTxt",label:b("2b3073b1ba5f9deab7818d8be02de3a1"),type:"input-text",visibleOn:'data.type === "input-tree"'}),{type:"ae-Switch-More",mode:"normal",name:"enableNodePath",label:Sc(b("14dc30e68a3d8d53e8ddd98876c1d480"),b("68c7da9593da32100cb82ef5106047e1")),value:!1,formType:"extend",form:{body:[{type:"input-text",label:b("9cb417cfac37e6d65dedbc35ee9e916e"),value:"/",name:"pathSeparator"}]}},{type:"ae-Switch-More",mode:"normal",name:"hideRoot",label:b("d6840c02c4d9cd5f4f5fd4d9f3e6b916"),value:!0,trueValue:!1,falseValue:!0,formType:"extend",form:{body:[{type:n?"input-text-i18n":"input-text",label:b("e2c310a329c2cf62a0764fc912f2f583"),value:b("c48d9f48ce8a798772f17d1f47560529"),name:"rootLabel"}]},visibleOn:'data.type === "input-tree"'},wc("switch",{label:Sc(b("0aa73cfbe5a84cd34a212de5bab2058d"),b("4dabfefd787102b8159b5c4a221aa048")),name:"hideNodePathLabel",visibleOn:'data.type==="tree-select"'}),wc("switch",{label:b("8c9a3a8cd5de83121c03c83f909a7534"),name:"showIcon",value:!0}),wc("switch",{label:Sc(b("ae7d563d3190ddbafdda8093fc28fc5f"),b("4444d03faa51f8550a8a4547fb471ab7")),name:"showRadio",hiddenOn:"data.multiple"}),wc("switch",{label:Sc(b("0f993a54d2c67716220632577d3b5b51"),b("846da282ebfa6dfe61deb1d58145158c")),name:"showOutline"}),wc("switch",{name:"withChildren",label:b("b39c6fb1cdf629d3f3032d6c7d4694a8"),visibleOn:"data.cascade !== true && data.multiple",disabledOn:"data.onlyChildren"}),wc("switch",{name:"onlyChildren",label:b("1fa482fed3042cac9f96c6f43c13f84a"),visibleOn:"data.cascade !== true && data.multiple",disabledOn:"data.withChildren"}),{type:"ae-Switch-More",mode:"normal",name:"initiallyOpen",label:Sc(b("d7eae84550f9b9bc0c78a94e4072ad0d"),b("346f7e0c7ef27b6a83f3c9f8f406d737")),value:!0,trueValue:!1,falseValue:!0,formType:"extend",form:{body:[{type:"input-number",label:b("b40163733b8e3a420e38f295bfab369d"),name:"unfoldedLevel",value:1,hiddenOn:"data.initiallyOpen"}]}},wc("virtualThreshold"),wc("virtualItemHeight")]},wc("status",{isFormItem:!0,readonly:!0}),wc("validation",{tag:ci.Tree})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:formItem",{renderer:t}),wc("style:classNames",{schema:[wc("className",{label:b("24c5febd312d27b5e80354cf03e241f0"),name:"treeContainerClassName"})]})])},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(Md);var Fd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-url",a.$schema="/schemas/TextControlSchema.json",a.name=b("13604cddfe74bc9b9078dd61f9fb94ef"),a.isBaseComponent=!0,a.icon="fa fa-link",a.pluginIcon="input-url-plugin",a.description=b("ed2e16700e32afdcdd745aa31454edb9"),a.docLink="/amis/zh-CN/components/form/input-url",a.scaffold={type:"input-url",label:b("bfe68d5844f8e54602760e18f45954f7"),name:"url"},a.disabledRendererPlugin=!0,a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:(0,f.pi)({},a.scaffold)},a.panelTitle="URL",a}return(0,f.ZT)(a,e),a}(Bi);za(Fd);var Rd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-year",a.$schema="/schemas/YearControlSchema.json",a.name="Year",a.isBaseComponent=!0,a.icon="fa fa-calendar",a.pluginIcon="input-year-plugin",a.description=b("b233766d3fae72574d3f9ee98c5be120"),a.docLink="/amis/zh-CN/components/form/input-year",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-year",name:"year"},a.disabledRendererPlugin=!0,a.previewSchema={type:"form",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.panelTitle="Year",a}return(0,f.ZT)(a,e),a}(Ei);za(Rd);var zd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-year-range",a.$schema="/schemas/DateRangeControlSchema.json",a.order=-440,a.icon="fa fa-calendar",a.pluginIcon="input-month-range-plugin",a.name=b("7866226eb814f681dcc4037e7489aab8"),a.isBaseComponent=!0,a.description=b("32a750b4fd61f1cfe37cac7147f05b3c"),a.docLink="/amis/zh-CN/components/form/year-range",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-year-range",label:b("7866226eb814f681dcc4037e7489aab8"),name:"year-range"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.disabledRendererPlugin=!0,a.notRenderFormZone=!0,a}return(0,f.ZT)(a,e),a}(Ti);za(zd);var Ad=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-excel",a.$schema="/schemas/ExcelControlSchema.json",a.name=b("899339c1133a6100a1b223680d26692c"),a.isBaseComponent=!0,a.icon="fa fa-eyedropper",a.pluginIcon="input-excel-plugin",a.description=b("b0e4a21f29af38986eebbbf867eee31b"),a.docLink="/amis/zh-CN/components/form/input-excel",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-excel",label:"Excel",name:"excel"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.panelTitle=b("899339c1133a6100a1b223680d26692c"),a.notRenderFormZone=!0,a.events=[{eventName:"change",eventLabel:b("755955372bcc0c7ebf161a656bc389b3"),description:b("7caadb59b5892d107a909816b6571c66"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("eb3daf37c93971703187ecbacb00c74e")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("c374a44713fa5ff5da2565beb398c7d3")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelBodyCreator=function(e){return wo({common:{body:[wc("layout:originPosition",{value:"left-top"}),{label:b("d9435aa8028acfc660276c4e0af5536a"),name:"parseMode",type:"select",options:[{label:b("b14494137c805dc66bdc9ed88d7fd2de"),value:"object"},{label:b("0e67d4b0e351b00f4bea9840aa6b99d7"),value:"array"}]},wc("switch",{name:"allSheets",label:b("fe5c59cbac3d45314ec6397d9f75789a")}),wc("switch",{name:"plainText",label:b("50b10b178196378f4359ce11bbc31372"),pipeIn:kc(!0)}),wc("switch",{name:"includeEmpty",label:b("1647e4bfb548f2e8468d10b4b3bfbe21"),visibleOn:'data.parseMode === "array"'})]}},e)},a}return(0,f.ZT)(a,e),a}(ua);za(Ad);var jd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="input-kv",a.$schema="/schemas/KVControlSchema.json",a.name=b("ed55564c631322fa3042c77286d6562c"),a.isBaseComponent=!0,a.icon="fa fa-eyedropper",a.pluginIcon="input-kv-plugin",a.description=b("746dd83e6891ccc9a19804c23c2c4443"),a.docLink="/amis/zh-CN/components/form/input-kv",a.tags=[b("55b45c73ae417c4dead67905b1550e85")],a.scaffold={type:"input-kv",label:"KV",name:"kv"},a.previewSchema={type:"form",className:"text-left",mode:"horizontal",wrapWithPanel:!1,body:[(0,f.pi)({},a.scaffold)]},a.events=[{eventName:"add",eventLabel:b("b58c7549c0246c55b9cac96383200338"),description:b("8575b828c7320de82b9f99058aa1f55f"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"object",title:b("aacd80d2c978abae7b955510a938788c")}}}]},{eventName:"delete",eventLabel:b("2f4aaddde33c9b93c36fd2503f3d122b"),description:b("b3747d09769d3a2ea8aa664edc901212"),dataSchema:[{type:"object",properties:{"event.data.key":{type:"string",title:b("0410242a74850f010a9a8061bc0cd891")},"event.data.value":{type:"string",title:b("aacd80d2c978abae7b955510a938788c")},"event.data.item":{type:"object",title:b("0d6581b6dd51f6c03a4edf26475d75c6")}}}]}],a.actions=[{actionType:"clear",actionLabel:b("288f0c404c4e546aa3683ff5054e85e2"),description:b("c374a44713fa5ff5da2565beb398c7d3")},{actionType:"reset",actionLabel:b("4b9c3271dc2f299dc3aeffb369187513"),description:b("8db57ba01ffb9bf29c1656de5f0208f5")},{actionType:"setValue",actionLabel:b("8f40db3b25528063f1b6a59602a05cd5"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelTitle=b("ed55564c631322fa3042c77286d6562c"),a.panelBody=[wc("layout:originPosition",{value:"left-top"}),{type:"input-text",name:"valueType",label:b("654ad5670efdd25f1417958a7026a355"),pipeIn:kc("input-text")},{type:"input-text",name:"keyPlaceholder",label:b("9648d874d516a87965066342394e86e6")},{type:"input-text",name:"valuePlaceholder",label:b("4dae7425b21494a318cd4a69ce24608f")},{type:"switch",name:"draggable",label:b("233662283039ded8c29f070d1a807029"),pipeIn:kc(!0)}],a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(jd);var Pd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="alert",a.$schema="/schemas/AlertSchema.json",a.name=b("02d9819ddaaaeb1b7b22b12608c7e5ca"),a.isBaseComponent=!0,a.description=b("4be3194e93cdd2899d06b499c184195b"),a.docLink="/amis/zh-CN/components/alert",a.icon="fa fa-exclamation-circle",a.pluginIcon="tooltip-plugin",a.scaffold={type:"alert",body:{type:"tpl",tpl:b("6f2b01db04cbf7e460b5c6f4e37a5e76"),wrapperComponent:"",inline:!1},level:"info"},a.previewSchema=(0,f.pi)((0,f.pi)({},a.scaffold),{className:"text-left",showCloseButton:!0}),a.regions=[{key:"body",label:b("132a78bdf68d6d17bde00aa807bbf032"),placeholder:b("6f2b01db04cbf7e460b5c6f4e37a5e76")}],a.notRenderFormZone=!0,a.panelTitle=b("02d9819ddaaaeb1b7b22b12608c7e5ca"),a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),{label:b("226b0912184333c81babf2f1894ec0c1"),name:"level",type:"select",options:[{label:b("02d9819ddaaaeb1b7b22b12608c7e5ca"),value:"info"},{label:b("330363dfc524cff2488f2ebde0500896"),value:"success"},{label:b("900c70fa5f7dbc014e6f762d5e0e885c"),value:"warning"},{label:b("e2e27a87257599f83c817c43e724b6aa"),value:"danger"}]},wc("label",{name:"title"}),wc("switch",{label:b("cbda486dbec5bdacb593294e240c5e63"),name:"showCloseButton"}),{type:"ae-switch-more",mode:"normal",name:"showIcon",label:b("5ef69f62dc668c1a3e68b51c50a2530a"),hiddenOnDefault:!e.schema.icon,formType:"extend",form:{body:[wc("icon",{label:b("7372dc9f39a173dd0c75a185373245b1")})]}}]},wc("status")])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:classNames",{isFormItem:!1})])}])},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(Pd);var Bd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="audio",a.$schema="/schemas/AudioSchema.json",a.name=b("726dd5df4319e9e158e2ca3c22177b6c"),a.isBaseComponent=!0,a.description=b("e7a707f9fc7da36828db940ca2960f4b"),a.tags=[b("997c7a5d34f6fc628893f509d0df32e0")],a.icon="fa fa-music",a.pluginIcon="audio-plugin",a.scaffold={type:"audio",autoPlay:!1,src:""},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle=b("726dd5df4319e9e158e2ca3c22177b6c"),a.panelBodyCreator=function(e){var a=/\/field\/\w+$/.test(e.path);return[wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:[wc("layout:originPosition",{value:"left-top"}),a?{type:"tpl",inline:!1,className:"text-info text-sm",tpl:b("37b12f2666b9e4e37f33eb5e83533d5e")}:null,wc("audioUrl",{name:"src",type:"input-text",label:b("f8f176147db276063e7ec15f076e39e0"),description:b("91d3cd46d6b6919749e56056d5acc9bc")}),{type:"select",name:"rates",label:b("a945269af10da66c82cdb7336bc490d1"),description:b("7ccd84ca5c16cd03d26f5ecd5e6f6bd2"),multiple:!0,pipeIn:function(e){return Array.isArray(e)?e.join(","):[]},pipeOut:function(e){if(e&&e.length){var a=e.split(",");return a=a.filter((function(e){return Number(e)&&Number(e)>0&&Number(e)<=16})).map((function(e){return Number(Number(e).toFixed(1))})),Array.from(new Set(a))}return[]},options:["0.5","1","1.5","2","2.5","3","3.5","4"]},{name:"controls",type:"select",label:b("fc03b83d19e2fd12f1e7c56a11d7dc18"),multiple:!0,extractValue:!0,joinValues:!1,options:[{label:b("d37d357dee041774b993daaf5c8bb752"),value:"rates"},{label:b("b85270cd3c06d8eb635eadcffbb10119"),value:"play"},{label:b("19fcb9eb2594059036dfede5f4ec53e8"),value:"time"},{label:b("c7bff79d059a0b7ff9b02441959d8be2"),value:"process"},{label:b("09b095d8fc867cb968673be9dcc00a93"),value:"volume"}],pipeIn:kc(["rates","play","time","process","volume"]),labelRemark:{trigger:"click",className:"m-l-xs",rootClose:!0,content:b("ad751bba0aed43a673c40b652a239fc3"),placement:"left"}},wc("switch",{name:"autoPlay",label:b("54c6bb48170611ec995f634319312156")}),wc("switch",{name:"loop",label:b("56e6ecf97176d30c06b30cfa428ef832")})]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("className"),wc("switch",{name:"inline",label:b("2fb0853874c2cc8cc42f0c7520af662a"),pipeIn:kc(!0)})]},{title:b("33bf801796fd255b5f6147e33146669b"),body:[wc("ref"),wc("visible")]}])]},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(Bd);var Ld=function(e,a){var t,n;return e||(null!==(n=null===(t=a.data)||void 0===t?void 0:t.size)&&void 0!==n?n:40)},Dd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="avatar",a.$schema="/schemas/AvatarSchema.json",a.name=b("4c50eef3bdaf0b4164ce179e576f2b2d"),a.isBaseComponent=!0,a.icon="fa fa-user",a.pluginIcon="avatar-plugin",a.description=b("18dc831ec12d358d05902bef1f00e1f1"),a.docLink="/amis/zh-CN/components/avatar",a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.scaffold={type:"avatar",showtype:"image",icon:"",fit:"cover",style:{width:40,height:40,borderRadius:20}},a.previewSchema=(0,f.pi)({},a.scaffold),a.notRenderFormZone=!0,a.panelJustify=!0,a.panelTitle=b("4c50eef3bdaf0b4164ce179e576f2b2d"),a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:[wc("collapseGroup",[{className:"p-none",title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),{type:"button-group-select",label:b("2d711b09bd0db0ad240cc83b30dd8014"),name:"showtype",tiled:!0,inputClassName:"items-center",options:[{label:b("20def7942674282277c3714ed7ea6ce0"),value:"image"},{label:b("5ef69f62dc668c1a3e68b51c50a2530a"),value:"icon"},{label:b("ca746b1ff10193a3ce20878dec04a733"),value:"text"}],pipeIn:function(e,a){var t,n;if(e)return e;var c=(null===(t=a.data)||void 0===t?void 0:t.text)?"text":(null===(n=a.data)||void 0===n?void 0:n.icon)?"icon":"image";return setTimeout((function(){return a.setValueByName("showtype",c)})),c},onChange:function(e,a,t,n){n.setValues({src:void 0,fit:"cover",text:void 0,gap:4,icon:""})}},{type:"container",className:"ae-ExtendMore mb-3",body:[wc("icon",{name:"icon",label:b("5ef69f62dc668c1a3e68b51c50a2530a"),visibleOn:'data.showtype === "icon"'}),wc("valueFormula",{rendererSchema:{type:"input-url"},name:"src",label:b("bfe68d5844f8e54602760e18f45954f7"),visibleOn:'data.showtype === "image"'}),{label:Sc(b("b54f4a65cd257c87db32ee1023e1daa1"),b("def423db04dd24b226911b9e4cf5dc9c")),name:"fit",type:"select",pipeIn:kc("cover"),options:[{label:b("74735df86a8e1c15bce50e2c1dd42e98"),value:"cover"},{label:b("9d7f3e170404f211a4f95c214f044b05"),value:"contain"},{label:b("9854f491213784118614be4a1970bcf9"),value:"fill"},{label:b("3d2b60dda894eba9a042beddf7daf3cc"),value:"none"}],visibleOn:'data.showtype === "image"'},wc("avatarText"),{type:"input-group",name:"gap",value:4,label:Sc(b("c7fff1a6f585d7fb22c94bb1ef82707d"),b("f1b4c635cdb39c91461f181d27d06f8c")),body:[{type:"input-number",name:"gap",min:0},{type:"tpl",addOnclassName:"border-0 bg-none",tpl:"px"}],visibleOn:'data.showtype === "text"'}]},wc("badge")]},wc("status")])]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),className:"p-none",body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{type:"input-number",label:b("dfd0cd7f2cba96917484569a646bdc8d"),min:0,name:"style.width",pipeIn:Ld},{type:"input-number",label:b("c1df04eec5fa0857bc0df2d68d8e953c"),min:1,name:"style.height",pipeIn:Ld},{type:"input-number",label:b("0103eb2d3dca70270d1a74e9ec987ac9"),min:0,name:"style.borderRadius",pipeIn:function(e,a){var t,n,c;return e||("circle"===(null===(t=a.data)||void 0===t?void 0:t.shape)?(a.setValueByName("shape","square"),.5*+((null===(n=a.data)||void 0===n?void 0:n.size)||40)):(null===(c=a.data)||void 0===c?void 0:c.size)?0:20)}}]},{header:b("ca746b1ff10193a3ce20878dec04a733"),key:"font",body:[{type:"style-font",label:!1,name:"style"}]},{header:b("9a233b241eef54521cfe9365bfaa7b2f"),key:"box-model",body:[{type:"style-box-model",label:!1,name:"style"}]},{header:b("961534b4ea37e4e88aada736b299d063"),key:"border",body:[{type:"style-border",label:!1,name:"style",disableRadius:!0}]},{title:b("8e1b944f4389bdaab6f11d5bc83190c8"),body:[{type:"style-background",label:!1,name:"style",noImage:!0}]},{header:b("803205e38834280d9e6a75993ac00764"),key:"box-shadow",body:[{type:"style-box-shadow",label:!1,name:"style.boxShadow"}]},{header:b("0d98c74797e49d00bcc4c17c9d557a2b"),key:"other",body:[{label:b("34dac4adbc96afd65f060cc4cfff1feb"),name:"style.opacity",min:0,max:1,step:.05,type:"input-range",pipeIn:kc(1),marks:{"0%":"0","50%":"0.5","100%":"1"}}]},wc("style:classNames",{isFormItem:!1})])}])},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(Dd);var $d=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="button",a.$schema="/schemas/ActionSchema.json",a.name=b("fa966345577ba81af19408f203db968f"),a.isBaseComponent=!0,a.description=b("89de611b2d759a1802542b5d3a06829f"),a.docLink="/amis/zh-CN/components/button",a.tags=[b("fa966345577ba81af19408f203db968f")],a.icon="fa fa-square",a.pluginIcon="button-plugin",a.scaffold=(0,f.pi)({type:"button",label:b("fa966345577ba81af19408f203db968f")},vo),a.previewSchema={type:"button",label:b("fa966345577ba81af19408f203db968f")},a.panelTitle=b("fa966345577ba81af19408f203db968f"),a.events=[{eventName:"click",eventLabel:b("4363c17ebb346b646af55bd8c8075915"),description:b("7af5e3ef39ff71d39fe3f645c8079124"),defaultShow:!0,dataSchema:[{type:"object",properties:{nativeEvent:{type:"object",title:b("64561733c68085af3d09315c1d4d7ed6")}}}]},{eventName:"mouseenter",eventLabel:b("f6d767f39ba3bf955077a3c0ce81e581"),description:b("bcdd89d453da0dc0622a2f3189728357"),dataSchema:[{type:"object",properties:{nativeEvent:{type:"object",title:b("64561733c68085af3d09315c1d4d7ed6")}}}]},{eventName:"mouseleave",eventLabel:b("e272b0b8c7fedc670a87075514d9b49f"),description:b("727309bc724ff237c5e2cdf7a90cf28e"),dataSchema:[{type:"object",properties:{nativeEvent:{type:"object",title:b("64561733c68085af3d09315c1d4d7ed6")}}}]}],a.actions=[],a.panelJustify=!0,a.panelBodyCreator=function(e){var t=/(?:\/|^)dialog\/.+$/.test(e.path),n=/(?:\/|^)drawer\/.+$/.test(e.path),c=/^button-group\/.+$/.test(e.path),o=function(e,a){return[wc("theme:font",{label:b("ca746b1ff10193a3ce20878dec04a733"),name:"themeCss.className.font:".concat(a),visibleOn:e,editorThemePath:["button1.type.${level}.".concat(a,".body.font-color"),"button1.size.${size}.body.font"]}),wc("theme:colorPicker",{label:b("8e1b944f4389bdaab6f11d5bc83190c8"),name:"themeCss.className.background:".concat(a),labelMode:"input",needGradient:!0,visibleOn:e,editorThemePath:"button1.type.${level}.".concat(a,".body.bg-color")}),wc("theme:border",{name:"themeCss.className.border:".concat(a),visibleOn:e,editorThemePath:"button1.type.${level}.".concat(a,".body.border")}),wc("theme:paddingAndMargin",{name:"themeCss.className.padding-and-margin:".concat(a),visibleOn:e,editorThemePath:"button1.size.${size}.body.padding-and-margin"}),wc("theme:radius",{name:"themeCss.className.radius:".concat(a),visibleOn:e,editorThemePath:"button1.size.${size}.body.border"})]};return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("label",{label:b("d7ec2d3fea4756bc1642e0f10c180cf5")}),{label:b("226b0912184333c81babf2f1894ec0c1"),type:"button-group-select",name:"type",size:"sm",visibleOn:'type === "submit" || type === "reset" ',options:[{label:b("fa966345577ba81af19408f203db968f"),value:"button"},{label:b("939d5345ad4345dbaabe14798f6ac0f1"),value:"submit"},{label:b("4b9c3271dc2f299dc3aeffb369187513"),value:"reset"}]},wc("switch",{name:"close",label:b("5e64227f46b221001e3b151d72fa6412"),clearValueOnHidden:!0,labelRemark:"指定此次操作完后关闭当前 ".concat(t?"dialog":"drawer"),hidden:!t&&!n,pipeIn:kc(!1)}),{type:"ae-switch-more",mode:"normal",formType:"extend",label:Sc(b("1e7196ce05260faa55e5b7ea5a1667c2"),b("f3dc08e3617d1e19cf8135be4412a80b")),form:{body:[wc("textareaFormulaControl",{label:b("0d0c6ff7b65e62eba3ddd523e2976389"),mode:"normal",name:"confirmText"})]}},{type:"ae-switch-more",formType:"extend",mode:"normal",label:b("7e9646e2db5ce66dc2b4b922ece483ba"),hidden:c,form:{body:[wc("textareaFormulaControl",{name:"tooltip",mode:"normal",label:Sc(b("5daaffe964aee9d884e0a681b2818a17"),b("faa29265819714253843e23437b9193e"))}),wc("textareaFormulaControl",{name:"disabledTip",mode:"normal",label:Sc(b("fb37b983a93aabdcdbbd59ae48c519fb"),b("f855f46ce6146aa17a9ed423da16bfa2")),clearValueOnHidden:!0,visibleOn:'data.tooltipTrigger !== "focus"'}),{type:"button-group-select",name:"tooltipTrigger",label:b("159dbc2fafd57b9d3652f16659b1b519"),size:"sm",options:[{label:b("d420160a9e04c481e55a9686ab158caa"),value:"hover"},{label:b("d6763cb7640bed39caa058f156007a86"),value:"focus"}],pipeIn:kc("hover")},{type:"button-group-select",name:"tooltipPlacement",label:b("d586324c6d6b45cb78a4172d836dab3e"),size:"sm",options:[{label:b("af767b7e4ae069d54f9ea839858d4c6d"),value:"top"},{label:b("4d9c32c23df5d234e629c922c58d8e12"),value:"right"},{label:b("3850a186c3235bc646d4c2f79cebac36"),value:"bottom"},{label:b("d2aff1417831aa621c16cd5b95306b4b"),value:"left"}],pipeIn:kc("bottom")}]}},wc("icon",{label:b("c182ad6b97f0909596a523b1f04c28d2")}),wc("icon",{name:"rightIcon",label:b("ad7e6f016bc1d9a9bbc6e18224d73247")})]},wc("status",{disabled:!0})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("buttonLevel",{label:b("39003734d1d700d5bd97bf1e7a2fcf73"),name:"level",hidden:c}),wc("buttonLevel",{label:b("c12ba7b658a9fccf0815f3951bc759b6"),name:"activeLevel",hidden:c,visibleOn:"data.active"}),wc("switch",{name:"block",label:b("6aa6b9e2dca63d27dc74eb155020271d"),hidden:c}),wc("size",{label:b("c8339fd2a85af4ba66084d28df808de4"),hidden:c})]},{title:b("f01c3cd99ecb0c534cc47081d3433c9f"),body:(0,f.ev)((0,f.ev)((0,f.ev)([{type:"select",name:"editorState",label:b("3fea7ca76cdece641436d7ab0d02ab1b"),selectFirst:!0,options:[{label:b("22b777e6fcb613b8ba83ced9594cd07e"),value:"default"},{label:b("062d0b688adb10f3af5ebc2fd2667f1c"),value:"hover"},{label:b("4363c17ebb346b646af55bd8c8075915"),value:"active"}]}],(0,f.CR)(o("${editorState == 'default' || !editorState}","default")),!1),(0,f.CR)(o("${editorState == 'hover'}","hover")),!1),(0,f.CR)(o("${editorState == 'active'}","active")),!1)},wc("theme:cssCode",{themeClass:[{value:"",state:["default","hover","active"]}]})])},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:e.schema.actionType||["submit","reset"].includes(e.schema.type)?[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e))),uo(a.manager,e)]:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a.prototype.filterProps=function(e){return e.disabled=!1,e},a.prototype.getRendererInfo=function(e){var a=e.renderer,t=e.schema,n=this;if(t.$$id&&n.name&&n.rendererName&&n.rendererName===a.name)return{name:t.label?t.label:n.name,regions:n.regions,patchContainers:n.patchContainers,vRendererConfig:n.vRendererConfig,wrapperProps:n.wrapperProps,wrapperResolve:n.wrapperResolve,filterProps:n.filterProps,$schema:n.$schema,renderRenderer:n.renderRenderer}},a.scene=["layout"],a}(ua);za($d);var Vd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="button-group",a.$schema="/schemas/ButtonGroupSchema.json",a.name=b("c8caf94205105bac5833ab31cc2129d7"),a.isBaseComponent=!0,a.description=b("66ae9ce23b0b2e243aff087d906a2489"),a.tags=[b("fa966345577ba81af19408f203db968f")],a.icon="fa fa-object-group",a.pluginIcon="btn-group-plugin",a.docLink="/amis/zh-CN/components/button-group",a.scaffold={type:"button-group",buttons:[(0,f.pi)({type:"button",label:b("e9d2f66bbd44c96a3e03494bf6b1ebf0")},vo),(0,f.pi)({type:"button",label:b("ce35a17d2ba7caac95092a7a66ac9a0d")},vo)]},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle=b("c8caf94205105bac5833ab31cc2129d7"),a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),{type:"button-group-select",name:"vertical",label:b("de26e1294acedb55155a418630d57924"),options:[{label:b("4cde06e6162ed66720e3133cb83bc059"),value:!1},{label:b("75ac842f8e77305846f1d776f97dfaf8"),value:!0}],pipeIn:kc(!1)},wc("switch",{name:"tiled",label:Sc(b("8eb18b36f5a27fa8e6d32bc66546ce05"),b("2e28645c67c5742e473888a27aab7bd6")),pipeIn:kc(!1)}),wc("combo-container",{type:"combo",label:b("66774850742a81e8b2393195290b7330"),name:"buttons",mode:"normal",multiple:!0,addable:!0,minLength:1,draggable:!0,editable:!1,pipeIn:function(e,a){return ia(e)},items:[{type:"tpl",inline:!1,className:"p-t-xs",tpl:'<% if (data.type === "button-group") { %> '.concat(b("c8caf94205105bac5833ab31cc2129d7"),' <% } else { %><%= data.label %><% if (data.icon) { %><% }%><% } %>')}],addButtonText:b("f9f2b9cc91cd332db6b2b732c3869233"),scaffold:{type:"button",label:b("fa966345577ba81af19408f203db968f")}})]},wc("status",{disabled:!0})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("buttonLevel",{label:b("39003734d1d700d5bd97bf1e7a2fcf73"),name:"btnLevel"}),wc("size",{label:b("c8339fd2a85af4ba66084d28df808de4")})]},wc("style:classNames",{isFormItem:!1,schema:[wc("className",{label:b("fa966345577ba81af19408f203db968f"),name:"btnClassName"})]})])]}])},a.regions=[{key:"buttons",label:b("40f3bc0a4f4d0f4230fc7fa6f4fcec92"),renderMethod:"render",preferTag:b("fa966345577ba81af19408f203db968f"),insertPosition:"inner"}],a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(Vd);var _d=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="breadcrumb",a.$schema="/schemas/BreadcrumbSchema.json",a.disabledRendererPlugin=!0,a.name=b("169b227aff15b834b64205d0fdcb0f33"),a.isBaseComponent=!0,a.icon="fa fa-list",a.pluginIcon="breadcrumb-plugin",a.description=b("3576258acd7269da9f44859a2edec1aa"),a.docLink="/amis/zh-CN/components/breadcrumb",a.tags=[b("0d98c74797e49d00bcc4c17c9d557a2b")],a.scaffold={type:"breadcrumb",items:[{label:b("db1c89e0f6e62f9642018cbb531bbd4f"),href:"/",icon:"fa fa-home"},{label:b("2e8bf3c87641fba59c2a9cb6636d7e88")},{label:b("12d358955755488ff3790bbd6d75673a")}]},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle=b("169b227aff15b834b64205d0fdcb0f33"),a.panelBody=[wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:[wc("layout:originPosition",{value:"left-top"}),{label:b("894b94fbb15650da7f9290e7106446f3"),type:"input-text",name:"separator"},wc("api",{label:b("a38100f22f59f7cd89e36139faa6fd4d"),name:"source"}),{label:b("169b227aff15b834b64205d0fdcb0f33"),name:"items",type:"combo",multiple:!0,multiLine:!0,draggable:!0,addButtonText:b("66ab5e9f24c8f46012a25c89919fb191"),items:[{type:"input-text",placeholder:b("97d07614380da93d257f9fbf81aa56fb"),name:"label"},{type:"input-text",name:"href",placeholder:b("bfe68d5844f8e54602760e18f45954f7")},wc("icon",{name:"icon",label:b("5ef69f62dc668c1a3e68b51c50a2530a")})]}]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("className"),wc("className",{name:"itemClassName",label:b("ba7f916a39c0beb545388ea3b7f6b3b7")}),,wc("className",{name:"separatorClassName",label:b("e3acc9857c852dae27e064ace5e5688e")})]},{title:b("33bf801796fd255b5f6147e33146669b"),body:[wc("ref"),wc("visible")]}])],a}return(0,f.ZT)(a,e),a}(ua);za(_d);var Hd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="card",a.$schema="/schemas/CardSchema.json",a.name=b("d87f215d9ac688b1d3399bf575a0ef6f"),a.isBaseComponent=!0,a.description=b("f49d40842a3c66c4de2e57a48157c707"),a.docLink="/amis/zh-CN/components/card",a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.icon="",a.pluginIcon="card-plugin",a.scaffold={type:"card",header:{title:b("32c65d8d7431e76029678ec7bb73a5ab"),subTitle:b("72cf373be86a38b29f6d2f15900b0da1")},body:b("2d711b09bd0db0ad240cc83b30dd8014"),actions:[{type:"button",label:b("fa966345577ba81af19408f203db968f"),actionType:"dialog",dialog:{title:b("32c65d8d7431e76029678ec7bb73a5ab"),body:b("2d711b09bd0db0ad240cc83b30dd8014")}}]},a.previewSchema=(0,f.pi)({},a.scaffold),a.regions=[{key:"body",label:b("132a78bdf68d6d17bde00aa807bbf032"),renderMethod:"renderBody",preferTag:b("027446c2f9070b0f5b16a18208bf5fc7")},{key:"actions",label:b("c8caf94205105bac5833ab31cc2129d7"),renderMethod:"renderActions",wrapperResolve:function(e){return e},preferTag:b("fa966345577ba81af19408f203db968f")}],a.panelTitle=b("d87f215d9ac688b1d3399bf575a0ef6f"),a.panelBodyCreator=function(e){return[wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:V()([wc("layout:originPosition",{value:"left-top"}),{children:o.createElement(oe.zx,{size:"sm",className:"m-b-sm",level:"info",block:!0,onClick:function(){return a.manager.showRendererPanel(b("fa966345577ba81af19408f203db968f"),b("0212e8c9b113143a031d1f3e25167794"))}},"新增按钮")},{children:o.createElement("div",null,o.createElement(oe.zx,{block:!0,level:"primary",size:"sm",onClick:function(){return a.manager.showRendererPanel(b("027446c2f9070b0f5b16a18208bf5fc7"),b("6312e80e416fa79ff3383e1577c243b8"))}},"新增内容"))},{type:"divider"},wc("cardTitle"),wc("cardSubTitle"),{name:"header.avatar",type:"input-text",label:b("f7a82c9758acc4ff4c5350182f2ca378"),description:b("00a1f644f34b9ee43adf82cb3449158c")},wc("cardDesc"),{name:"header.highlight",type:"input-text",label:b("d85562778760b00b1372af642c4630e6"),description:b("4011e5fb23b422f755d81269a5242d22")}])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[{type:"input-range",name:"actionsCount",pipeIn:kc(4),min:1,max:10,step:1,label:b("d4f223e0619836d03d488c89558f38e7")},wc("className",{name:"titleClassName",label:b("620868e5e60e5c22249c3277c971bb13")}),wc("className",{name:"highlightClassName",label:b("1fee6fa022c97f5dd7f48e362cea5acf")}),wc("className",{name:"subTitleClassName",label:b("2a3c7d647a29fb7dc5aedabac216575e")}),wc("className",{name:"descClassName",label:b("0e627e6a0ff773ee76bc4cc0871cb48d")}),wc("className",{name:"avatarClassName",label:b("a5680444d449b2099b067e9963fe43aa")}),wc("className",{name:"imageClassName",label:b("b8e1e46cbdea20de4e5fc130d31b7bcc")}),wc("className",{name:"bodyClassName",label:b("a31119cb2fddee3366163a311f317cf7")}),wc("className")]},{title:b("33bf801796fd255b5f6147e33146669b"),body:[wc("ref"),wc("visible")]}])]},a.fieldWrapperResolve=function(e){return e},a.overrides={renderFeild:function(e,a,t,n){var c=this.super(e,a,t,n),i=this.props.$$editor;if(!i||!a.$$id)return c;var d=i.plugin,r=a.$$id;return o.createElement(zc,{type:i.type,plugin:i.plugin,renderer:i.renderer,multifactor:!0,key:r,$schema:"/schemas/CardBodyField.json",hostId:i.id,memberIndex:t,name:"".concat("字段".concat(t+1)),id:r,draggable:!1,wrapperResolve:d.fieldWrapperResolve,schemaPath:"".concat(i.schemaPath,"/body/").concat(t),path:"".concat(this.props.$path,"/").concat(t),data:this.props.data},c)}},a.vRendererConfig={panelTitle:b("9caecd931b956381e0763d05aa42835c"),panelBodyCreator:function(e){return[wc("label"),wc("className",{name:"labelClassName",label:b("6d0034a2419e1f394dedab07994b9665"),visibleOn:"this.label"})]}},a}return(0,f.ZT)(a,e),a.prototype.beforeInsert=function(e){var a,t,n,c,o=e.context;o.info.plugin!==this&&(null===(a=o.node.sameIdChild)||void 0===a?void 0:a.info.plugin)!==this||"body"!==o.region||(o.data=(0,f.pi)((0,f.pi)({},o.data),{label:null!==(c=null!==(t=o.data.label)&&void 0!==t?t:null===(n=o.subRenderer)||void 0===n?void 0:n.name)&&void 0!==c?c:b("bcee820bc20342a4d388a35ed32a35fe")}))},a.scene=["layout"],a}(ua);za(Hd);var qd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="card2",a.$schema="/schemas/Card2Schema.json",a.name=b("d87f215d9ac688b1d3399bf575a0ef6f"),a.isBaseComponent=!0,a.disabledRendererPlugin=!0,a.description=b("f49d40842a3c66c4de2e57a48157c707"),a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.icon="",a.scaffold={type:"card2",body:b("2d711b09bd0db0ad240cc83b30dd8014")},a.previewSchema=(0,f.pi)({},a.scaffold),a.regions=[{key:"body",label:b("132a78bdf68d6d17bde00aa807bbf032"),renderMethod:"renderBody",preferTag:b("027446c2f9070b0f5b16a18208bf5fc7")}],a.panelTitle=b("d87f215d9ac688b1d3399bf575a0ef6f"),a.panelJustify=!0,a.panelBodyCreator=function(e){return[wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),{type:"button-group-select",label:Sc(b("97d03d4621f0024cf045afbd901197a5"),b("44705bb94d83e7bd6b3b6c1480ebfb38")),name:"checkOnItemClick",options:[{label:b("e30a958a6397e53fae9d5316e851d3aa"),value:!0},{label:b("31ad7a215f3df84c33b8c28223147b8e"),value:!1}],pipeIn:kc(!1)},wc("switch",{label:Sc(b("563ae5ccda5004fa1fce77c1ed5bf057"),b("aeca6900b9e45f7f235eb9d443f0dd61")),name:"hideCheckToggler",visibleOn:"this.checkOnItemClick"})]},wc("status",{isFormItem:!1})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:classNames",{isFormItem:!1,schema:[wc("className",{name:"bodyClassName",label:b("132a78bdf68d6d17bde00aa807bbf032"),visibleOn:"this.icon"}),wc("className",{name:"selectedClassName",label:b("1d4103a96a70de2cb69dd597d679fefe"),visibleOn:"this.icon"})]})])}])]},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(qd);var Wd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="cards",a.$schema="/schemas/CardsSchema.json",a.name=b("093c340f7e1fbde1928ca56b5c7f9cc4"),a.isBaseComponent=!0,a.description=b("85c17b016309a3f867a1803049b3bcd8"),a.docLink="/amis/zh-CN/components/cards",a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.icon="fa fa-window-maximize",a.pluginIcon="cards-plugin",a.scaffold={type:"cards",data:{items:[{a:1,b:2},{a:3,b:4}]},columnsCount:2,card:{type:"card",className:"m-b-none",header:{title:b("32c65d8d7431e76029678ec7bb73a5ab"),subTitle:b("72cf373be86a38b29f6d2f15900b0da1")},body:[{name:"a",label:"A"},{name:"b",label:"B"}],actions:[{label:b("f26225bde6a250894a04db4c53ea03d0"),type:"button"}]}},a.previewSchema=(0,f.pi)((0,f.pi)({},a.scaffold),{className:"text-left "}),a.panelTitle=b("6223c41373004e3111e768225450b4e8"),a.panelBodyCreator=function(e){var t,n,c="crud"===e.schema.type,d=null===(n=null===(t=null==e?void 0:e.schema)||void 0===t?void 0:t.style)||void 0===n?void 0:n.position,r="fixed"===d||"absolute"===d;return[wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:[wc("layout:originPosition",{visibleOn:r||void 0,value:"left-top"}),{children:o.createElement("div",{className:"m-b"},o.createElement(i.zxk,{level:"success",size:"sm",block:!0,onClick:a.editDetail.bind(a,e.id)},"配置单项信息"))},{type:"divider"},wc("title"),{name:"href",type:"input-text",label:b("a3f38735bf211edb2066ac4e51b55cb2")},c?null:{name:"source",type:"input-text",label:b("c11322c9cc43ce3c004cf03f5ac0acd0"),pipeIn:kc("${items}"),description:b("7ea26d0cb93e59339daf6a1ac68624f3"),test:!c},wc("cardsPlaceholder")]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("switch",{name:"showHeader",label:b("e18d033cc4baab3ebb329f6b29eb3cef"),pipeIn:kc(!0)}),wc("switch",{name:"showFooter",label:b("412593f58b9d062a43cbe2ce38f4dc65"),pipeIn:kc(!0)}),wc("className",{label:b("4434b33a8731a73613ba5fa1eb984efb")}),wc("className",{name:"headerClassName",label:b("e494f1aa112068688ca863db7f39a0b5")}),wc("className",{name:"footerClassName",label:b("d267231d2d8b60e267acc7d7d9955ae2")}),wc("className",{name:"itemsClassName",label:b("af1af0a7fad9e8bdcd21694d0e036e12")}),wc("className",{pipeIn:kc("Grid-col--sm6 Grid-col--md4 Grid-col--lg3"),name:"itemClassName",label:b("b2d2593bfb7a627817c0bd1ef6a254a8")}),{name:"columnsCount",type:"input-range",visibleOn:"!this.leftFixed",min:0,max:12,step:1,label:b("58e78d512d9ff40c73a263ab616cc652"),description:b("3cf0da9fe51f92842e0a6d375fa5c605")},wc("switch",{name:"masonryLayout",label:b("953e91f3df59837ac2965cc04dec4b0d")})]},{title:b("33bf801796fd255b5f6147e33146669b"),body:[wc("ref"),wc("visible")]}])]},a}return(0,f.ZT)(a,e),a.prototype.editDetail=function(e){var a=this.manager,t=a.store,n=t.getNodeById(e),c=t.getValueOf(e);n&&c&&this.manager.openSubEditor({title:b("39a6853b109ae98f1aabca90283d7edc"),value:(0,f.pi)({type:"card"},c.card),slot:{type:"container",body:"$$"},typeMutable:!1,onChange:function(e){e=(0,f.pi)((0,f.pi)({},c),{card:e}),a.panelChangeValue(e,We(c,e))},data:{item:"mocked data",index:0}})},a.prototype.buildEditorToolbar=function(e,a){var t=e.id,n=e.info,c=e.schema;("cards"===n.renderer.name||"crud"===n.renderer.name&&"cards"===c.mode)&&a.push({icon:"fa fa-expand",order:100,tooltip:b("39a6853b109ae98f1aabca90283d7edc"),onClick:this.editDetail.bind(this,t)})},a.prototype.buildEditorContextMenu=function(e,a){var t=e.id,n=e.schema;e.region;var c=e.info;e.selections.length||(null==c?void 0:c.plugin)!==this||("cards"===c.renderer.name||"crud"===c.renderer.name&&"cards"===n.mode)&&a.push("|",{label:b("39a6853b109ae98f1aabca90283d7edc"),onSelect:this.editDetail.bind(this,t)})},a.prototype.filterProps=function(e){var a=(0,f.pi)((0,f.pi)({},e.defaultData),e.data),t=Array.isArray(e.value)?e.value:"string"==typeof e.source?(0,i.H_J)(e.source,a):(0,i.H_J)("items",a);if(!Array.isArray(t)||!t.length){var n={id:666,title:b("6cb01692eea2fa7066d20fe2b6ccaea3"),description:b("6cb01692eea2fa7066d20fe2b6ccaea3"),a:b("6cb01692eea2fa7066d20fe2b6ccaea3"),b:b("6cb01692eea2fa7066d20fe2b6ccaea3")};e.value=qe(n,1).map((function(e,a){return(0,f.pi)((0,f.pi)({},e),{id:a+1})}))}var c=e.$schema,o=(0,f._T)(e,["$schema"]);return(0,f.pi)((0,f.pi)({},ke(o)),{$schema:c})},a.prototype.getRendererInfo=function(a){var t,n=this,c=a.renderer,o=a.schema;return o.$$id||"crud"!==(null===(t=o.$$editor)||void 0===t?void 0:t.renderer.name)||"cards"!==c.name?e.prototype.getRendererInfo.call(this,a):(0,f.pi)((0,f.pi)({},{id:o.$$editor.id}),{name:n.name,regions:n.regions,patchContainers:n.patchContainers,vRendererConfig:n.vRendererConfig,wrapperProps:n.wrapperProps,wrapperResolve:n.wrapperResolve,filterProps:n.filterProps,$schema:n.$schema,renderRenderer:n.renderRenderer})},a.scene=["layout"],a}(ua);za(Wd);var Ud=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="carousel",a.$schema="/schemas/CarouselSchema.json",a.name=b("0c0180cb06a322199a67f10d4ec41cd5"),a.isBaseComponent=!0,a.description=b("1007c97dbf952e032ce13be3cb811f23"),a.docLink="/amis/zh-CN/components/carousel",a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.icon="fa fa-images",a.pluginIcon="carousel-plugin",a.scaffold={type:"carousel",options:[{image:Nc({type:"image"})},{html:'
carousel data
'},{image:Nc({type:"image"})}]},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle=b("0c0180cb06a322199a67f10d4ec41cd5"),a.panelBodyCreator=function(e){var a=/\/field\/\w+$/.test(e.path);return[wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:[wc("layout:originPosition",{value:"left-top"}),a?{type:"tpl",inline:!1,className:"text-info text-sm",tpl:b("37b12f2666b9e4e37f33eb5e83533d5e")}:null,{type:"formula",name:"__mode",autoSet:!1,formula:"!this.name && !this.source && Array.isArray(this.options) ? 2 : 1"},{label:b("c11322c9cc43ce3c004cf03f5ac0acd0"),name:"__mode",type:"button-group-select",size:"xs",mode:"inline",className:"w-full",options:[{label:b("0a2907a421b8f980986117e4f3044f92"),value:1},{label:b("e760ec18028fc075c5705bf184589e70"),value:2}]},{label:b("d314558953b3c76adb7e131aaec8bd86"),name:"name",type:"input-text",description:b("793a763e73f1f742e3a16ddc2ed95ccb"),visibleOn:"this.__mode == 1"},{type:"combo",name:"options",visibleOn:"this.__mode == 2",label:b("b9994cc749b4cfbbac0a9b140addd242"),multiple:!0,multiLine:!0,addable:!0,removable:!0,typeSwitchable:!1,conditions:[{label:b("20def7942674282277c3714ed7ea6ce0"),test:'this.type === "image"',items:[wc("imageUrl",{name:"content"}),wc("imageTitle"),wc("className",{label:b("ab8a46ccf46acbf82d020d11468291b1"),name:"titleClassName",visibleOn:'this.type == "image"'}),wc("imageDesc"),wc("className",{label:b("c6fc4066471664a8602c636cfe1cc766"),name:"descriptionClassName",visibleOn:'this.type == "image"'}),{type:"input-text",label:b("a3f38735bf211edb2066ac4e51b55cb2"),name:"href",visibleOn:'this.type == "image"'}],scaffold:{type:"input-image",image:""}},{label:"HTML",test:'this.type === "html"',items:[wc("richText",{label:b("2d711b09bd0db0ad240cc83b30dd8014"),name:"content"})],scaffold:{type:"html",content:b("cfb6f6e4c92a61ed0e0717abc8d0eec7")}}],pipeIn:function(e){return Array.isArray(e)&&e.length?e.map((function(e){return e&&e.hasOwnProperty("html")?{type:"html",content:e.html}:{type:"image",content:e.image,title:e.title,titleClassName:e.titleClassName,description:e.description,descriptionClassName:e.descriptionClassName}})):[]},pipeOut:function(e,a,t){return Array.isArray(e)&&e.length?e.map((function(e){return"html"===e.type?{html:e.content}:{image:e.content,title:e.title,titleClassName:e.titleClassName,description:e.description,descriptionClassName:e.descriptionClassName}})):[]}}]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[{name:"auto",type:"switch",mode:"inline",className:"w-full",label:b("97cc997910b99083bd23c6ac39294ff3"),pipeIn:kc(!0)},{name:"interval",type:"input-range",label:b("8c2a12c5dee794b8b9608bc1f8087947"),min:1,max:100,step:1,unit:"s",pipeIn:function(e){return(null!=e?e:3e3)/1e3},pipeOut:function(e,a,t){return 1e3*e}},{name:"duration",type:"input-range",label:b("6265104f900789dd51d75b449c3b9f89"),min:100,max:2e3,step:10,pipeIn:kc(500),unit:"ms"},{name:"animation",label:b("5bc37c57ee54d407f441b222f02391db"),type:"button-group-select",mode:"inline",className:"w-full",size:"sm",pipeIn:kc("fade"),options:[{label:"fade",value:"fade"},{label:"slide",value:"slide"}]},{name:"controlsTheme",label:b("8a0d716ded7baa7ee356ff39c3cf0bec"),type:"button-group-select",size:"sm",pipeIn:kc("light"),mode:"inline",className:"w-full",options:[{label:"light",value:"light"},{label:"dark",value:"dark"}]},{name:"controls",label:b("f7471313dce32bc3669d338764a0d036"),type:"button-group-select",size:"sm",mode:"inline",className:"w-full",pipeIn:kc("dots,arrows"),multiple:!0,options:[{label:b("1c0fe943329339003e9e3c1b12a27fe3"),value:"dots"},{label:b("e030190fd1c10b0c967f48e789fa86b1"),value:"arrows"}]},{name:"width",type:"input-text",label:b("c28479019e24e0e4745f4948e9e97ee7"),validations:"isNumeric",addOn:{type:"button",label:"px"}},{name:"height",type:"input-text",label:b("c1df04eec5fa0857bc0df2d68d8e953c"),validations:"isNumeric",addOn:{type:"button",label:"px"}},wc("className")]},{title:b("33bf801796fd255b5f6147e33146669b"),body:[wc("ref"),wc("visible")]}])]},a}return(0,f.ZT)(a,e),a.prototype.filterProps=function(e){return e.auto=!1,e},a.prototype.buildEditorToolbar=function(e,a){if(e.info.plugin===this&&"carousel"===e.info.renderer.name&&!e.info.hostId){var t=e.node;a.push({level:"secondary",icon:"fa fa-chevron-left",tooltip:b("ad5a36ee5f4054594c30b6dc481e2d81"),onClick:function(){var e,a=t.getComponent();null===(e=null==a?void 0:a.prev)||void 0===e||e.call(a)}}),a.push({level:"secondary",icon:"fa fa-chevron-right",tooltip:b("49e0f68798e3c69b7990076bd8f1f47f"),onClick:function(){var e,a=t.getComponent();null===(e=null==a?void 0:a.next)||void 0===e||e.call(a)}})}},a}(ua);za(Ud);var Zd=function(e){var a=e.value,t=e.onChange;return o.createElement("div",{className:"ae-JsonEditor"},o.createElement(uc,{value:a,onChange:t}))},Gd=[{type:"object",properties:{"event.data.componentType":{type:"string",title:"componentType"},"event.data.seriesType":{type:"string",title:"seriesType"},"event.data.seriesIndex":{type:"number",title:"seriesIndex"},"event.data.seriesName":{type:"string",title:"seriesName"},"event.data.name":{type:"string",title:"name"},"event.data.dataIndex":{type:"number",title:"dataIndex"},"event.data.data":{type:"object",title:"data"},"event.data.dataType":{type:"string",title:"dataType"},"event.data.value":{type:"number",title:"value"},"event.data.color":{type:"string",title:"color"}}}],Jd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="chart",a.$schema="/schemas/ChartSchema.json",a.name=b("d09504750ebc1d75c38d86e16060f83d"),a.isBaseComponent=!0,a.description=b("10e14f791d73c7c0f4113787f36f1626"),a.docLink="/amis/zh-CN/components/chart",a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.icon="fa fa-pie-chart",a.pluginIcon="chart-plugin",a.scaffold={type:"chart",config:{xAxis:{type:"category",data:["Mon","Tue","Wed","Thu","Fri","Sat","Sun"]},yAxis:{type:"value"},series:[{data:[820,932,901,934,1290,1330,1320],type:"line"}]},replaceChartOption:!0},a.previewSchema=(0,f.pi)({},a.scaffold),a.events=[{eventName:"init",eventLabel:b("2cb472ff9cad0c89a033c53996b52053"),description:b("76ddcc0ad85aa4be6875b73244a64faf"),dataSchema:[{type:"object",properties:{"event.data":{type:"object",title:b("584e4b6108e132be92c9de09d7bbed72")}}}]},{eventName:"click",eventLabel:b("2ea6f1f33dec7cb3c23a1bf1f9eab11a"),description:b("fe9228649853d08eebee72ad5521a3dd"),dataSchema:Gd},{eventName:"mouseover",eventLabel:b("728c7cdfa431821d291b5108394ec65a"),description:b("a643d2fe12d205eb8fb5cffe92f62c35"),dataSchema:Gd},{eventName:"legendselectchanged",eventLabel:b("764c134791952dd1acb0f23587e75421"),description:b("262cd2f688751332c1907a659e686210"),dataSchema:[{type:"object",properties:{"event.data.name":{type:"string",title:"name"},"event.data.selected":{type:"object",title:"selected"}}}]}],a.actions=[{actionType:"reload",actionLabel:b("64ca9bab920a2983bcf270320d850d00"),description:b("9ef5597ac0b4da662bcd967da37eceb4")},{actionType:"setValue",actionLabel:b("e22855f53b7a1ab33e920375c0cd0e3d"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.panelTitle=b("d09504750ebc1d75c38d86e16060f83d"),a.panelBodyCreator=function(e){return[wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:[wc("layout:originPosition",{value:"left-top"}),wc("api",{label:b("3d6abfdea70af544603da70f93ed3d24"),description:b("03677b68a73eb59e5faf281f49f3c130")}),wc("switch",{label:b("1396ebc166bd49c1e3b67549a1b4caa0"),name:"initFetch",visibleOn:"data.api",pipeIn:kc(!0)}),{name:"interval",label:b("2af32ab13a9dece315cec2764d6aa7d4"),type:"input-number",step:500,visibleOn:"data.api",description:b("bc827aaffaa35a95607346cc104c0785")},{name:"config",asFormItem:!0,component:Zd,label:b("57c7d1125d2803b946a5b25c3f80f249"),description:b("3d3fa75d8b345b22a5fbd14a65a0af71")},{name:"clickAction",asFormItem:!0,children:function(t){var n=t.onChange,c=t.value;return o.createElement("div",{className:"m-b"},o.createElement(i.zxk,{size:"sm",level:c?"danger":"info",onClick:a.editDrillDown.bind(a,e.id)},"配置 DrillDown"),c?o.createElement(i.zxk,{size:"sm",level:"link",className:"m-l",onClick:function(){return n("")}},"删除 DrillDown"):null)}},{name:"dataFilter",type:"js-editor",allowFullscreen:!0,label:b("4fd9621d4facc101aba3afec055e14d1"),size:"lg",description:"\n 如果后端没有直接返回 Echart 配置,可以自己写一段函数来包装。\n

签名:(config, echarts, data) => config

\n

参数说明

\n
    \n
  • config 原始数据
  • \n
  • echarts echarts 对象
  • \n
  • data 如果配置了数据接口,接口返回的数据通过此变量传入
  • \n
\n

示例

\n
debugger; // 可以浏览器中断点调试\n\n// 查看原始数据\nconsole.log(config)\n\n// 返回新的结果 \nreturn {}
\n "},wc("switch",{label:b("d98ef182637b4d10e16e8073c1101e51"),name:"replaceChartOption",labelRemark:{trigger:"click",className:"m-l-xs",rootClose:!0,content:b("f1f13cb0ca4720a727cbfba4c82e5890"),placement:"left"}})]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("className")]},{title:b("33bf801796fd255b5f6147e33146669b"),body:[wc("visible")]},{title:b("0d98c74797e49d00bcc4c17c9d557a2b"),body:[wc("name")]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])]},a}return(0,f.ZT)(a,e),a.prototype.editDrillDown=function(e){var a=this.manager,t=a.store,n=t.getNodeById(e),c=t.getValueOf(e),o=c.clickAction&&c.clickAction.dialog||{title:b("32c65d8d7431e76029678ec7bb73a5ab"),body:[b("40128a51e9667fe6a20a0454069368ba")]};n&&c&&this.manager.openSubEditor({title:b("7e3f6245e2a6adb903cf85c77cb1bbd7"),value:(0,f.pi)({type:"container"},o),slot:{type:"container",body:"$$"},typeMutable:!1,onChange:function(e){e=(0,f.pi)((0,f.pi)({},c),{clickAction:{actionType:"dialog",dialog:e}}),a.panelChangeValue(e,We(c,e))}})},a}(ua);za(Jd);var Yd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="collapse",a.$schema="/schemas/CollapseSchema.json",a.name=b("e90e6ff080f179215c3566a61ca62367"),a.isBaseComponent=!0,a.description=b("452b62e9b7e650fa163300da2893654a"),a.docLink="/amis/zh-CN/components/collapse",a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.icon="fa fa-window-minimize",a.pluginIcon="collapse-plugin",a.scaffold={type:"collapse",header:b("32c65d8d7431e76029678ec7bb73a5ab"),body:[{type:"tpl",tpl:b("2d711b09bd0db0ad240cc83b30dd8014"),wrapperComponent:"",inline:!1}]},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle=b("e90e6ff080f179215c3566a61ca62367"),a.panelJustify=!0,a.panelBodyCreator=function(e){var a,t,n=oa();return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),{name:"header",label:b("32c65d8d7431e76029678ec7bb73a5ab"),type:n?"input-text-i18n":"input-text",pipeIn:kc((null===(a=null==e?void 0:e.schema)||void 0===a?void 0:a.title)||(null===(t=null==e?void 0:e.schema)||void 0===t?void 0:t.header)||""),onChange:function(e,a,t,n){n.setValueByName("header",e),n.setValueByName("title",void 0)}},wc("collapseOpenHeader"),{name:"headerPosition",label:b("3a8647306ee6456517b7bf9c8bc7de23"),type:"button-group-select",size:"sm",pipeIn:kc("top"),options:[{label:b("c949729cd1a1e425595c1a297649c7c6"),value:"top",icon:"fa fa-arrow-up"},{label:b("12c4c5e8abda77e1fdc93653d6414187"),value:"bottom",icon:"fa fa-arrow-down"}]},{name:"showArrow",label:b("731f9b470e0948cbf56341a53c423213"),mode:"row",inputClassName:"inline-flex justify-between flex-row-reverse",type:"switch",pipeIn:kc(!0)},wc("switch",{name:"collapsable",label:b("96c0cc844a06e0850c04f7c44b6475fb"),pipeIn:kc(!0)})]},wc("status",{disabled:!0})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:classNames",{isFormItem:!1,schema:[wc("className",{name:"headingClassName",label:b("63b67eead04256e42ea9f6f7218731ee")}),wc("className",{name:"bodyClassName",label:b("66d88b3e01aff17c7973181e53fc8c0c")})]})])}])},a.regions=[{key:"body",label:b("132a78bdf68d6d17bde00aa807bbf032")}],a}return(0,f.ZT)(a,e),a}(ua);za(Yd);var Kd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="collapse-group",a.$schema="/schemas/CollapseGroupSchema.json",a.name=b("d09980a88568f75e9267ca7b531c74eb"),a.isBaseComponent=!0,a.description=b("0d571a7ab19e098820e8cea4d5a80f7d"),a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7"),b("22c799040acdb2601b437ed5449de076")],a.icon="fa fa-align-justify",a.pluginIcon="collapse-plugin",a.scaffold={type:"collapse-group",activeKey:["1"],body:[{type:"collapse",key:"1",active:!0,header:b("17dcbf1f144607d4af0bb718e008682f"),body:[{type:"tpl",tpl:b("f7fb20f6cacd5e40c7f5732cb377d0bf"),wrapperComponent:"",inline:!1}]},{type:"collapse",key:"2",header:b("72d41bd9eb3882f7da6f55d0ff0a39f6"),body:[{type:"tpl",tpl:b("f7fb20f6cacd5e40c7f5732cb377d0bf"),wrapperComponent:"",inline:!1}]}]},a.previewSchema=(0,f.pi)({},a.scaffold),a.activeKeyData=[],a.panelTitle=b("d09980a88568f75e9267ca7b531c74eb"),a.panelJustify=!0,a.panelBodyCreator=function(e){var a=oa();return[wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),{name:"expandIconPosition",label:b("0431ee7033364800e261d1e560808231"),type:"button-group-select",pipeIn:kc("left"),options:[{label:b("a7eaff29603a9c40927f726013d2c016"),value:"left",icon:"fa fa-align-left"},{label:b("128d58f066a18ddb2ddb701921d5c77c"),value:"right",icon:"fa fa-align-right"}]},{type:"ae-switch-more",label:b("7372dc9f39a173dd0c75a185373245b1"),bulk:!0,mode:"normal",value:!1,formType:"extend",autoFocus:!1,form:{body:[wc("icon",{name:"expandIcon",label:b("5ef69f62dc668c1a3e68b51c50a2530a"),pipeIn:function(e){return null==e?void 0:e.icon},pipeOut:function(e){return{type:"icon",vendor:"",icon:e}}})]},pipeIn:function(e){if("string"==typeof e&&e.length)return{character:e}},pipeOut:function(e){if(Ke(e))return"string"==typeof e.character?e.character:void 0}},{name:"accordion",label:Sc(b("47b4e22880eb59ce9989b8419222e88a"),b("bb3548f0bb97ab11ee92284ecf37ec16")),mode:"row",inputClassName:"inline-flex justify-between flex-row-reverse",type:"switch",pipeIn:kc(!1)},wc("combo-container",{name:"body",type:"combo",label:b("f24544b06700857ec11b434cb2916692"),mode:"normal",multiple:!0,addable:!0,columnClassName:"w-20",addButtonText:b("c5ceab33d3e275262b4992a8cb43317f"),minLength:1,draggable:!0,draggableTip:"",placeholder:b("b839e579e920068bd817d34cd7927069"),items:[{type:"container",columnClassName:"flex-none",body:Sc([{name:"active",type:"checkbox"}],b("030a54b0afb54fc7f90e1a0f64eb8205"))},{name:"header",placeholder:b("32c65d8d7431e76029678ec7bb73a5ab"),type:a?"input-text-i18n":"input-text"}],onChange:function(e,a,t,n){var c=e.reduce((function(e,a){return!0===a.active&&e.push(a.key),e}),[]);n.setValues({activeKey:c})},pipeOut:function(e,a,t){var n=e.map((function(e){return e.key}));return e.forEach((function(a){if(!a.key){var t=function(e,a){for(var t=1;t<=a;t++)if(!e.includes(String(t)))return String(t)}(n,e.length);a.key=t,a.header="标题".concat(t)}})),e},scaffold:{type:"collapse",header:b("32c65d8d7431e76029678ec7bb73a5ab"),body:[{type:"tpl",tpl:b("2d711b09bd0db0ad240cc83b30dd8014"),wrapperComponent:"",inline:!1}],key:""}})]}])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:classNames",{isFormItem:!1})])}])]},a.regions=[{key:"body",label:b("132a78bdf68d6d17bde00aa807bbf032"),renderMethod:"render",insertPosition:"inner"}],a}return(0,f.ZT)(a,e),a}(ua);za(Kd);var Xd=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="container",a.$schema="/schemas/ContainerSchema.json",a.name=b("22c799040acdb2601b437ed5449de076"),a.isBaseComponent=!0,a.description=b("ded228f9173b241dd8df2a4811ea0e98"),a.tags=[b("5aefca559c5a41d10078e21e6d616825")],a.order=-2,a.icon="fa fa-square-o",a.pluginIcon="container-plugin",a.scaffold={type:"container",body:[],style:{position:"static",display:"block"},wrapperBody:!1},a.previewSchema=(0,f.pi)({},a.scaffold),a.regions=[{key:"body",label:b("132a78bdf68d6d17bde00aa807bbf032")}],a.panelTitle=b("22c799040acdb2601b437ed5449de076"),a.panelJustify=!0,a.panelBodyCreator=function(e){var t,n,c=null==e?void 0:e.schema;"row"===(null==c?void 0:c.direction)||null==c||c.direction;var o=(null==c?void 0:c.isFreeContainer)||!1,i=null===(t=a.manager)||void 0===t?void 0:t.isFlexItem(null==e?void 0:e.id),d=null===(n=a.manager)||void 0===n?void 0:n.isFlexColumnItem(null==e?void 0:e.id),r=[wc("layout:display"),wc("layout:flex-setting",{visibleOn:'data.style && (data.style.display === "flex" || data.style.display === "inline-flex")',direction:c.direction,justify:c.justify,alignItems:c.alignItems}),wc("layout:flex-wrap",{visibleOn:'data.style && (data.style.display === "flex" || data.style.display === "inline-flex")'})];return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{name:"wrapperComponent",label:b("a823cfa70cfa46c788e1eedae043f6e5"),type:"select",searchable:!0,options:["div","p","h1","h2","h3","h4","h5","h6","article","aside","code","footer","header","section"],pipeIn:kc("div"),validations:{isAlphanumeric:!0,matchRegexp:"/^(?!.*script).*$/"},validationErrors:{isAlpha:b("f7d64e5e79994c3c8853f2608d7b2d25"),matchRegexp:b("f7d64e5e79994c3c8853f2608d7b2d25")},validateOnChange:!1},wc("layout:padding")]},{title:b("5aefca559c5a41d10078e21e6d616825"),body:(0,f.ev)((0,f.ev)([wc("layout:position",{visibleOn:"!data.stickyStatus"}),wc("layout:originPosition"),wc("layout:inset",{mode:"vertical"})],(0,f.CR)(o?[]:r),!1),[i?wc("layout:flex",{isFlexColumnItem:d,label:b(d?"f02f876ee64cc016d97fa4dc498d4857":"a170a375b264f7fe0c02a7ca8c268784"),visibleOn:'data.style && (data.style.position === "static" || data.style.position === "relative")'}):null,i?wc("layout:flex-grow",{visibleOn:'data.style && data.style.flex === "1 1 auto" && (data.style.position === "static" || data.style.position === "relative")'}):null,i?wc("layout:flex-basis",{label:b(d?"183f00df0922a6be371fea58cd46a60a":"f92626f9e56b3e2d0c47495a446acf71"),visibleOn:'data.style && (data.style.position === "static" || data.style.position === "relative") && data.style.flex === "1 1 auto"'}):null,i?wc("layout:flex-basis",{label:b(d?"c19b79073b676b9bade80613aba2dbfa":"b591aed69defa2abf0486da6a58dfb5e"),visibleOn:'data.style && (data.style.position === "static" || data.style.position === "relative") && data.style.flex === "0 0 150px"'}):null,wc("layout:overflow-x",{visibleOn:"".concat(i&&!d," && data.style.flex === '0 0 150px'")}),wc("layout:isFixedHeight",{visibleOn:"".concat(!i||!d),onChange:function(a){null==e||e.node.setHeightMutable(a)}}),wc("layout:height",{visibleOn:"".concat(!i||!d)}),wc("layout:max-height",{visibleOn:"".concat(!i||!d)}),wc("layout:min-height",{visibleOn:"".concat(!i||!d)}),wc("layout:overflow-y",{visibleOn:"".concat(!i||!d," && (data.isFixedHeight || data.style && data.style.maxHeight) || (").concat(i&&d," && data.style.flex === '0 0 150px')")}),wc("layout:isFixedWidth",{visibleOn:"".concat(!i||d),onChange:function(a){null==e||e.node.setWidthMutable(a)}}),wc("layout:width",{visibleOn:"".concat(!i||d)}),wc("layout:max-width",{visibleOn:"".concat(!i||d)}),wc("layout:min-width",{visibleOn:"".concat(!i||d)}),wc("layout:overflow-x",{visibleOn:"".concat(!i||d," && (data.isFixedWidth || data.style && data.style.maxWidth)")}),i?null:wc("layout:margin-center"),i||o?null:wc("layout:textAlign",{name:"style.textAlign",label:b("a3221d2d224767df4afa7a8653ded8fe"),visibleOn:'data.style && data.style.display !== "flex" && data.style.display !== "inline-flex"'}),wc("layout:z-index"),wc("layout:sticky",{visibleOn:'data.style && (data.style.position !== "fixed" && data.style.position !== "absolute")'}),wc("layout:stickyPosition")],!1)},wc("status")])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),className:"p-none",body:wc("collapseGroup",(0,f.ev)([],(0,f.CR)(wc("theme:common",["layout"])),!1))}])},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(pa);za(Xd);var Qd=t(27361),er=t.n(Qd),ar=function(e){return"tpl"===e?"input-text":"status"===e||"mapping"===e?"select":"input-".concat(e)},tr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="crud",a.$schema="/schemas/CRUDSchema.json",a.order=-1e3,a.name=b("d7213304d1a8a02a73a2f4010839e061"),a.isBaseComponent=!0,a.description=b("7a9f1ec32752de8b69ef21138970f64d"),a.docLink="/amis/zh-CN/components/crud",a.tags=[b("997c7a5d34f6fc628893f509d0df32e0")],a.icon="fa fa-table",a.pluginIcon="table-plugin",a.scaffold={type:"crud",syncLocation:!1,api:"",columns:[{name:"id",label:"ID",type:"text"},{name:"engine",label:b("48c68eb5a42e2b3e679c53b00f6e203f"),type:"text"}],bulkActions:[],itemActions:[]},a.actions=[{actionType:"reload",actionLabel:b("64ca9bab920a2983bcf270320d850d00"),description:b("9ef5597ac0b4da662bcd967da37eceb4")}],a.btnSchemas={create:{label:b("66ab5e9f24c8f46012a25c89919fb191"),type:"button",actionType:"dialog",level:"primary",dialog:{title:b("66ab5e9f24c8f46012a25c89919fb191"),body:{type:"form",api:"xxx/create",body:[]}}},update:{label:b("95b351c86267f3aedf89520959bce689"),type:"button",actionType:"dialog",level:"link",dialog:{title:b("95b351c86267f3aedf89520959bce689"),body:{type:"form",api:"xxx/update",body:[]}}},view:{label:b("607e7a4f377fa66b0b28ce318aab841f"),type:"button",actionType:"dialog",level:"link",dialog:{title:b("5b48dbb8dc710cffe6313bb56a7f6d47"),body:{type:"form",api:"xxx/update",body:[]}}},delete:{type:"button",label:b("2f4aaddde33c9b93c36fd2503f3d122b"),actionType:"ajax",level:"link",className:"text-danger",confirmText:b("6c546666aab964c39cd8bfdf4fbd46b8"),api:"delete:/xxx/delete"},bulkDelete:{type:"button",level:"danger",label:b("7fb62b30119c3797a843a48368463314"),actionType:"ajax",confirmText:b("6c546666aab964c39cd8bfdf4fbd46b8"),api:"/xxx/batch-delete"},bulkUpdate:{type:"button",label:b("e73cefac9d030927da1618c7b15c98c9"),actionType:"dialog",dialog:{title:b("e73cefac9d030927da1618c7b15c98c9"),size:"md",body:{type:"form",api:"/xxx/bacth-edit",body:[{label:b("19c6b7463e1bf73bb4b12ba07abd5444"),text:b("19c6b7463e1bf73bb4b12ba07abd5444"),type:"input-text"}]}}},filter:{title:b("cf12e55021998a8328201800ec356773"),body:[{type:"input-text",name:"keywords",label:b("cfb5f18c43753ad5329348d626bd3739")}]}},a.multifactor=!0,a.previewSchema={syncLocation:!1,type:"crud",className:"text-left",bodyClassName:"m-b-none",affixHeader:!1,data:{items:[{a:1,b:2},{a:3,b:4},{a:5,b:6}]},source:"${items}",columns:[{label:"A",name:"a"},{label:"B",name:"b"},{type:"operation",label:b("2b6bc0f293f5ca01b006206c2535ccbc"),buttons:[{icon:"fa fa-eye",type:"button"},{icon:"fa fa-edit",type:"button"}]}]},a.panelTitle=b("d7213304d1a8a02a73a2f4010839e061"),a.panelBodyCreator=function(e){a.manager.store;var t=e.id;return wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:[wc("layout:originPosition",{value:"left-top"}),wc("switch",{name:"filter",label:b("07a88fae7dd11f87891af91fb54a74bb"),visibleOn:"data.api && data.api.url",pipeIn:function(e){return!!e},pipeOut:function(e,t){return e?a.oldFilter||Ee({title:b("cf12e55021998a8328201800ec356773"),body:[{type:"input-text",name:"keywords",label:b("cfb5f18c43753ad5329348d626bd3739")}]}):(a.oldFilter=t,null)}}),{type:"divider",visibleOn:"data.api && data.api.url"},wc("combo-container",{label:b("7f7c624a843b0d539a4ea59a696702f9"),name:"bulkActions",type:"combo",hiddenOn:"data.pickerMode && data.multiple",inputClassName:"ae-BulkActions-control",multiple:!0,draggable:!0,draggableTip:"",scaffold:{label:b("fa966345577ba81af19408f203db968f"),type:"button"},labelRemark:{className:"m-l-xs",trigger:"click",rootClose:!0,content:b("46e6edaeb9968e7f7ab549d4f2f82d6d"),placement:"left"},items:[wc("tpl:btnLabel"),{columnClassName:"p-t-xs col-edit",children:function(e){var n=e.index;return o.createElement("button",{onClick:a.handleBulkActionEdit.bind(a,t,n),"data-tooltip":"修改","data-position":"bottom",className:"text-muted"},o.createElement("i",{className:"fa fa-pencil"}))}}]}),{type:"divider"},wc("combo-container",{label:b("f13a0697d58d975d14eb3f3c72c2cbf2"),name:"itemActions",type:"combo",labelRemark:{className:"m-l-xs",trigger:"click",rootClose:!0,content:b("3674ea51498e7118732e5e1c53d4bc80"),placement:"left"},hiddenOn:'this.mode && this.mode !== "table" || this.pickerMode',inputClassName:"ae-BulkActions-control",multiple:!0,draggable:!0,scaffold:{label:b("fa966345577ba81af19408f203db968f"),type:"button"},items:[wc("tpl:btnLabel"),{type:"checkbox",className:"text-xs",option:b("4916771d080ddf6d0551de4d6d2f42a4"),name:"hiddenOnHover"},{columnClassName:"p-t-xs col-edit",children:function(e){var n=e.index;return o.createElement("button",{onClick:a.handleItemActionEdit.bind(a,t,n),"data-tooltip":"修改","data-position":"bottom",className:"text-muted"},o.createElement("i",{className:"fa fa-pencil"}))}}]}),{type:"divider",hiddenOn:'this.mode && this.mode !== "table" || this.pickerMode'},wc("switch",{name:"syncLocation",label:b("569343b4fe5e48131b78611c11eadbeb"),pipeIn:kc(!0),labelRemark:{className:"m-l-xs",trigger:"click",rootClose:!0,content:b("6dbee29a8c54eef9d042ef3280999ad9"),placement:"left"}}),wc("combo-container",{label:b("2171d1b07d045e796cba4a05bcf7d13f"),type:"input-kv",name:"defaultParams",labelRemark:{className:"m-l-xs",trigger:"click",rootClose:!0,content:b("01e7eb2256821085a14708d6ddf36814"),placement:"left"}}),{type:"divider"},wc("switch",{name:"keepItemSelectionOnPageChange",label:b("58ed0a7a5a91996dbb4c7d6dc7679364"),visbileOn:"this.bulkActions && this.bulkActions.length || this.itemActions && this.itemActions.length",labelRemark:{className:"m-l-xs",trigger:"click",rootClose:!0,content:b("36ac0011faae6f88ee0ec3e642328327"),placement:"left"}}),{name:"labelTpl",type:"input-text",label:b("2a0b47ba76e886070c3bd6abeae3d1c0"),visibleOn:"this.keepItemSelectionOnPageChange",labelRemark:{className:"m-l-xs",trigger:"click",rootClose:!0,content:b("6ab3e5b6c5d5d2cf621e911226495433"),placement:"left"}},{name:"primaryField",label:b("987b04af242bb2dafaf32d890ab952ff"),type:"input-text",pipeIn:kc("id"),description:b("a270e70be12fb13a24ca3e4ac70fa838")}]},{title:b("54ea89b497ec3bb319c68844dfa3687f"),body:[wc("apiControl",{label:b("db7ee36de8063c2d5a6c123eac65641a"),sampleBuilder:function(){var a,t,n={items:[],total:0},c=null!==(t=null===(a=null==e?void 0:e.schema)||void 0===a?void 0:a.columns)&&void 0!==t?t:[],o={};return c.forEach((function(e){e.name&&(0,d.NI0)(o,e.name,"sample")})),n.items.push(o),JSON.stringify({status:0,msg:"",data:n},null,2)}}),{name:"initFetch",type:"radios",label:b("0951dad1723aa1191ce1a2e96db76051"),pipeIn:function(e){return"boolean"==typeof e&&e||"boolean"!=typeof e&&""},inline:!0,onChange:function(){},options:[{label:b("0a60ac8f02ccd2cf723f927284877851"),value:!0},{label:b("c9744f45e76d885ae1c74d4f4a934b2e"),value:!1},{label:b("a9400c408441f1f7f6d6954deb05ae9a"),value:""}]},{name:"initFetchOn",autoComplete:!1,visibleOn:'typeof this.initFetch !== "boolean"',type:"input-text",placeholder:b("55b22f5d136e73b26cef65aedd8ba86e"),className:"m-t-n-sm"},wc("switch",{name:"loadDataOnce",label:b("bedc70d448b656d828bd3ed7926b3e4d"),labelRemark:{className:"m-l-xs",trigger:"click",rootClose:!0,content:b("559fa334442f0f75b0343bbf38b7ff05"),placement:"left"}}),wc("switch",{label:b("1af68c43e1780249f11b9de1eeaeb281"),name:"interval",visibleOn:"data.api",pipeIn:function(e){return!!e},pipeOut:function(e){return e?3e3:void 0}}),{name:"interval",type:"input-number",visibleOn:'typeof data.interval === "number"',step:500,className:"m-t-n-sm",description:b("9800f1ce2f78a23b81c8d944ebf9cce9")},wc("switch",{name:"silentPolling",label:b("19c5410b23fba4bbfd1a58bbd5268c9b"),visibleOn:"!!data.interval",description:b("04f840b0772f4b5d59954a29a76f4e7b")}),{name:"stopAutoRefreshWhen",label:b("6037dae99e9446deaed45f7e408f47ab"),type:"input-text",visibleOn:"!!data.interval",description:b("32e3a79e80dcf7f7304e8092dd7acc6f")},wc("switch",{name:"stopAutoRefreshWhenModalIsOpen",label:b("154ef40e477c031f6c1ec15caefb570a"),visibleOn:"!!data.interval",description:b("50f7c85bf60a9f43522789644566c62b")}),{type:"divider"},wc("switch",{name:"draggable",label:b("d8905a70e93a33c7a86240f467c653d4")}),wc("apiControl",{label:Sc(b("040a78b24eaff47d4fa7e266473635b4"),"

ids: 用 id 来记录新的顺序

\n

rows: 数组格式,新的顺序,数组里面包含所有原始信息

\n

insetAfter / insertBefore: 这是 amis 生成的 diff 信息,对象格式,key 为目标成员的 primaryField 值,即 id,value 为数组,数组中存放成员 primaryField 值

"),name:"saveOrderApi",visibleOn:"data.draggable"}),{type:"divider"},wc("apiControl",{label:b("ee850a0e326b217bdeb61d936c521177"),name:"quickSaveApi",description:b("8343f619879fa79bc8ef1a35b2fc3e78")}),{type:"divider"},wc("apiControl",{label:b("d891e79d4a8718a7dbd47ac68aaaa5cb"),name:"quickSaveItemApi",description:b("38db6e045e214ffcd03ede695002271c")}),{type:"divider"},wc("loadingConfig",{},{context:e}),{type:"divider"},{label:b("522110866c19dace2ce38336617405c2"),type:"combo",name:"messages",multiLine:!0,description:b("3b69c2e540c05e9ca530ed30cf224472"),items:[wc("fetchSuccess"),wc("fetchFailed"),wc("saveOrderSuccess"),wc("saveOrderFailed"),wc("quickSaveSuccess"),wc("quickSaveFailed")]}]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[{label:b("ff57a3bf69a1065707e77c18c51f7bbb"),name:"mode",type:"button-group-select",size:"xs",pipeIn:function(e,a){var t;return null!==(t="grid"===e?"cards":e)&&void 0!==t?t:"table"},onChange:function(e,t,n,c){var o,i,d,r,l,s,b=null===(i=null===(o=null==c?void 0:c.data)||void 0===o?void 0:o.headerToolbar)||void 0===i?void 0:i.some((function(e){return"columns-toggler"===e.type})),f=Y()(null===(d=null==c?void 0:c.data)||void 0===d?void 0:d.headerToolbar);"table"!==e&&"table"===t&&(s=(null==f?void 0:f.find((function(e){return"columns-toggler"===e.type})))||{type:"columns-toggler",align:"right"},c.setValues({__headerHasColumnsToggler:b})),f="table"===e?f:null==f?void 0:f.filter((function(e){return"columns-toggler"!==e.type})),"table"===e?((null===(r=null==c?void 0:c.data)||void 0===r?void 0:r.__headerHasColumnsToggler)&&!b&&(null==f||f.push((null===(l=null==c?void 0:c.data)||void 0===l?void 0:l.__cacheColumnsToggler)||{type:"columns-toggler",align:"right"})),c.setValues({headerToolbar:f,columns:c.data.__columns||a.transformByMode({from:t,to:e,schema:c.data}),__headerHasColumnsToggler:b,__card:c.data.card||c.data.__card,__listItem:c.data.listItem||c.data.__listItem}),c.deleteValueByName("card"),c.deleteValueByName("listItem")):"cards"===e?("table"===t&&c.setValues({__cacheColumnsToggler:s}),c.setValues({headerToolbar:f,card:c.data.__card||a.transformByMode({from:t,to:e,schema:c.data}),__columns:c.data.columns||c.data.__columns,__listItem:c.data.listItem||c.data.__listItem}),c.deleteValueByName("columns"),c.deleteValueByName("listItem")):("table"===t&&c.setValues({__cacheColumnsToggler:s}),c.setValues({headerToolbar:f,listItem:c.data.__listItem||a.transformByMode({from:t,to:e,schema:c.data}),__columns:c.data.columns||c.data.__columns,__card:c.data.card||c.data.__card}),c.deleteValueByName("columns"),c.deleteValueByName("card"))},options:[{value:"table",label:b("b339aa87104709397ba68e7ebbc6e5ba")},{value:"cards",label:b("d87f215d9ac688b1d3399bf575a0ef6f")},{value:"list",label:b("3712972d84adf48acbd6ad24b4d75ad0")}]},wc("combo-container",{name:"headerToolbar",type:"combo",draggable:!0,draggableTip:"",descrition:b("e4fd8d64804a4f3d743eff384a6eb20a"),label:b("14555503d6e09ecd66661d04c882e79b"),pipeIn:function(e){return Array.isArray(e)||(e=e?[e]:["bulkActions"]),e.map((function(e){var a=e.type;return"string"==typeof e&&~["bulkActions","bulk-actions","pagination","statistics","switch-per-page","filter-toggler","load-more","export-csv","export-excel"].indexOf(e)?e={type:a="bulkActions"===e?"bulk-actions":e}:"string"==typeof e&&(a="tpl",e="string"==typeof e?{type:"tpl",tpl:e,wrapperComponent:""}:e),(0,f.pi)({type:a},e)}))},pipeOut:function(e){return Array.isArray(e)?e.map((function(e){return"button"===e.type?Ee((0,f.pi)({label:b("fa966345577ba81af19408f203db968f"),type:"button"},e)):"tpl"===e.type?Ee((0,f.pi)({type:"tpl",tpl:b("2d711b09bd0db0ad240cc83b30dd8014"),wrapperComponent:""},e)):e})):[]},scaffold:{type:"tpl",wrapperComponent:"",tpl:b("2d711b09bd0db0ad240cc83b30dd8014")},multiple:!0,items:[{type:"select",name:"type",columnClassName:"w-ssm",options:[{value:"bulk-actions",label:b("8abc564260a1564521e0c3a1d5419b4a")},{value:"pagination",label:b("3862626c138ce5945e0e273a1bdfbad0")},{value:"statistics",label:b("439a19857be1fb8d3e6017258e32c486")},{value:"switch-per-page",label:b("bc908986a4e4eec3dca3530afd1d4306")},{value:"load-more",label:b("77281549955309c49f5eef77838a85e5")},{value:"export-csv",label:b("1add12ff3338a990b60154b75019c348")},{value:"export-excel",label:b("7d57852b946d9d4d64fb2a48ca2b4a44")},{value:"columns-toggler",label:b("16c6099bc0efaa669d8de698c105e333"),visibleOn:'!this.mode || this.mode === "table"'},{value:"filter-toggler",label:b("073694928db5b0b5423ebe095ec62d39")},{value:"drag-toggler",label:b("5b9c3e6ce478196f802722cb09d61f0b")},{value:"check-all",label:b("66eeacd93a7c1bda93906fe908ad11a0"),hiddenOn:'!this.mode || this.mode === "table"'},{value:"tpl",label:b("97d07614380da93d257f9fbf81aa56fb")},{value:"button",label:b("fa966345577ba81af19408f203db968f")}]},{name:"align",placeholder:b("d5bc35360607472de4525358af126de4"),type:"select",size:"xs",options:[{label:b("413f48cc71f71083ce532a86e3efdc21"),value:"left"},{label:b("fd8e9572cc6bf87653c4d8f8b8dd0db9"),value:"right"}]}]}),wc("combo-container",{name:"footerToolbar",type:"combo",draggable:!0,draggableTip:"",descrition:b("e4fd8d64804a4f3d743eff384a6eb20a"),label:b("1325969c143a639294c1c6ab370b35a3"),pipeIn:function(e){return Array.isArray(e)||(e=e?[e]:["statistics","pagination"]),e.map((function(e){var a=e.type;return"string"==typeof e&&~["bulkActions","bulk-actions","pagination","statistics","switch-per-page","filter-toggler","load-more","export-csv","export-excel"].indexOf(e)?e={type:a="bulkActions"===e?"bulk-actions":e}:"string"==typeof e&&(a="tpl",e="string"==typeof e?{type:"tpl",tpl:e,wrapperComponent:""}:e),(0,f.pi)({type:a},e)}))},pipeOut:function(e){return Array.isArray(e)?e.map((function(e){return"button"===e.type?Ee((0,f.pi)({label:b("fa966345577ba81af19408f203db968f"),type:"button"},e)):"tpl"===e.type?Ee((0,f.pi)({type:"tpl",tpl:b("2d711b09bd0db0ad240cc83b30dd8014"),wrapperComponent:""},e)):e})):[]},scaffold:{type:"tpl",tpl:b("2d711b09bd0db0ad240cc83b30dd8014"),wrapperComponent:""},multiple:!0,items:[{type:"select",name:"type",columnClassName:"w-ssm",options:[{value:"bulk-actions",label:b("8abc564260a1564521e0c3a1d5419b4a")},{value:"pagination",label:b("3862626c138ce5945e0e273a1bdfbad0")},{value:"statistics",label:b("439a19857be1fb8d3e6017258e32c486")},{value:"switch-per-page",label:b("bc908986a4e4eec3dca3530afd1d4306")},{value:"load-more",label:b("77281549955309c49f5eef77838a85e5")},{value:"export-csv",label:b("1add12ff3338a990b60154b75019c348")},{value:"export-excel",label:b("7d57852b946d9d4d64fb2a48ca2b4a44")},{value:"columns-toggler",label:b("16c6099bc0efaa669d8de698c105e333"),hiddenOn:'["grid", "cards", "list"].indexOf(this.mode)'},{value:"filter-toggler",label:b("073694928db5b0b5423ebe095ec62d39")},{value:"drag-toggler",label:b("5b9c3e6ce478196f802722cb09d61f0b")},{value:"check-all",label:b("66eeacd93a7c1bda93906fe908ad11a0"),hiddenOn:'!this.mode || this.mode === "table"'},{value:"tpl",label:b("97d07614380da93d257f9fbf81aa56fb")},{value:"button",label:b("fa966345577ba81af19408f203db968f")}]},{name:"align",placeholder:b("d5bc35360607472de4525358af126de4"),size:"xs",type:"select",options:[{label:b("413f48cc71f71083ce532a86e3efdc21"),value:"left"},{label:b("fd8e9572cc6bf87653c4d8f8b8dd0db9"),value:"right"}]},{type:"remark",content:b("440a3a2d7f1b123718be75e2baee8391"),trigger:["click"],rootClose:!0,placement:"left",visibleOn:'!~["bulkActions", "drag-toggler", "check-all", "bulk-actions", "pagination", "statistics", "switch-per-page", "filter-toggler", "load-more", "export-csv", "export-excel"].indexOf(this.type)',columnClassName:"no-grow w-3x p-t-xs",className:"m-l-none"}]}),wc("switch",{name:"filterTogglable",label:b("34da7e4a0ecdb63967427f43adf2de3e"),visibleOn:"data.filter"}),wc("switch",{name:"filterDefaultVisible",label:b("25c0db3ddce9bfffd497d0c824cf3c72"),visibleOn:"data.filter && data.filterTogglable",pipeIn:kc(!0)}),wc("switch",{name:"hideQuickSaveBtn",label:b("259d11c300a365b6767228c12d29ce53")}),wc("switch",{name:"alwaysShowPagination",label:b("fa9417bacb7714e82663655345ca213d")}),wc("switch",{name:"hideCheckToggler",label:b("e3d2a85f20608a5bde7d539969d03167"),visibleOn:"data.checkOnItemClick"}),wc("className"),wc("className",{name:"bodyClassName",label:b("af1af0a7fad9e8bdcd21694d0e036e12")})]},{title:b("0d98c74797e49d00bcc4c17c9d557a2b"),body:[wc("ref"),{name:"source",label:b("c11322c9cc43ce3c004cf03f5ac0acd0"),type:"input-text",description:b("62569fcb0fc8314daea97989bba3877c")},{name:"perPage",label:b("606bc931d2b3ebba2569cb1494719e2c"),type:"input-number"},wc("switch",{name:"keepItemSelectionOnPageChange",label:b("004d01f56242e07cbdc97256bb11c75b")}),{name:"maxKeepItemSelectionLength",label:b("3d330edb46341a26ccc9aaa7f7938a8e"),type:"input-number",mode:"horizontal",horizontal:{justify:!0}},{name:"pageField",label:b("95e68bea2d8c8e41ffa619d4364a0d6f"),type:"input-text",pipeIn:kc("page")},{name:"perPageField",label:b("537f8b09437bdb7fac429dc4e8666763"),type:"input-text",pipeIn:kc("perPage")},{name:"orderField",label:b("30c7bd5acd4564057bd89e0846f01728"),type:"input-text",labelRemark:{className:"m-l-xs",trigger:"click",rootClose:!0,content:b("dd8d217677e4c5df28b7f46aa99b22a8"),placement:"left"}},{name:"perPageAvailable",label:b("e04e8f570e2fb43a533b224f3c48523d"),type:"input-array",hiddenOn:"data.loadDataOnce",items:{type:"input-number",required:!0},value:[10]},wc("name"),{name:"itemCheckableOn",type:"input-text",label:b("0fc1de8f71a7470213fc68f981abdbc2"),description:b("7d5fefd589000879088063dceb4b2552"),visibleOn:"data.bulkActions && data.bulkActions.length || data.pickerMode"},wc("switch",{name:"checkOnItemClick",label:b("614ec7801e03f7ee009e4448e6ed4001"),visibleOn:"data.bulkActions && data.bulkActions.length || data.pickerMode"}),wc("switch",{name:"autoJumpToTopOnPagerChange",label:b("530ab79908eabe5b329ffe17695079e2"),description:b("9092afb1ccb692308ef06d8001da2208")}),wc("switch",{name:"syncResponse2Query",label:b("c8cf39b24bb52d0562472c33b86824fe"),description:b("d3c172700af4f3f3afb028d6bb4a90a4")})]}])},a.wrapperProps={affixHeader:!1},a}return(0,f.ZT)(a,e),Object.defineProperty(a.prototype,"scaffoldForm",{get:function(){var e=this,a=oa();return{title:b("4a1e3c50547e61503a2d1c356005eb08"),body:[wc("apiControl",{label:b("85624c8e8b0fc98954eecbe508e8b59d"),sampleBuilder:function(e){return JSON.stringify({status:0,msg:"",data:[{id:1,name:"Jack"},{id:2,name:"Rose"}]},null,2)}}),{type:"button",label:b("3dd674542204724eb5417efc7354ec73"),className:"m-t-xs m-b-xs",onClick:function(a,t){return(0,f.mG)(e,void 0,void 0,(function(){var e,a,n,c,o,d,r,l,s,u,p,m,h;return(0,f.Jh)(this,(function(v){switch(v.label){case 0:return e=t.data,a=(0,F.dU)(window.editorStore).schemaFilter,n=e.api,a&&(n=a({api:e.api}).api),[4,t.env.fetcher(n,e)];case 1:if(c=v.sent(),o=(0,i.Mpd)(c.data),d=[],r=null!==(h=null==o?void 0:o.items)&&void 0!==h?h:null==o?void 0:o.rows,!Array.isArray(r))try{for(l=(0,f.XA)(Object.keys(o)),s=l.next();!s.done;s=l.next())if(u=s.value,o.hasOwnProperty(u)&&Array.isArray(o[u])){r=o[u];break}}catch(e){p={error:e}}finally{try{s&&!s.done&&(m=l.return)&&m.call(l)}finally{if(p)throw p.error}}return Array.isArray(r)?(Object.keys(r[0]).forEach((function(e){r[0][e],d.push({label:e,type:"text",name:e})})),t.formStore.setValues({columns:d}),t.formStore.setValues({filterSettingSource:d.map((function(e){return e.name}))})):i.Amu.warning(b("522cddc343d72db3db80cf3d71f99210")),[2]}}))}))}},{name:"features",label:b("07b59fd09f6007bac246d9a73b793a49"),type:"checkboxes",joinValues:!1,extractValue:!0,itemClassName:"max-w-lg",options:[{label:b("66ab5e9f24c8f46012a25c89919fb191"),value:"create"},{label:b("bee912d79eefb7335988c4997aa9138d"),value:"filter"},{label:b("7fb62b30119c3797a843a48368463314"),value:"bulkDelete"},{label:b("0f61da949d2b45534967e197cc2eee29"),value:"bulkUpdate"},{label:b("aa85b3cd6aa4cdfd45bfe5a96678ad2f"),value:"update"},{label:b("653eb2792d3126a60caa6982f89a906b"),value:"view"},{label:b("8a4d6dfbcd8072555b5951091f171000"),value:"delete"}]},{type:"group",body:[{columnRatio:10,type:"checkboxes",label:b("f4b368051b455e386a314688c7c75c1f"),name:"filterEnabledList",joinValues:!1,source:"${filterSettingSource}"},{columnRatio:2,type:"input-number",label:b("23c7ea8ee9519459598b2de65fe2a2eb"),value:3,name:"filterColumnCount"}],visibleOn:'data.features && data.features.includes("filter")'},{name:"columns",type:"input-table",label:!1,addable:!0,removable:!0,needConfirm:!1,columns:[{type:a?"input-text-i18n":"input-text",name:"label",label:b("32c65d8d7431e76029678ec7bb73a5ab")},{type:"input-text",name:"name",label:b("41a344642681efaaa418c228ba7fb45c")},{type:"select",name:"type",label:b("226b0912184333c81babf2f1894ec0c1"),value:"text",options:[{value:"text",label:b("ffb01e5bcf4c00447f5150d3cba81371")},{value:"tpl",label:b("59cf15fe6b8d659c9bd2f86143534a06")},{value:"image",label:b("20def7942674282277c3714ed7ea6ce0")},{value:"date",label:b("4ff1e74e43a3586339251494117185ad")},{value:"progress",label:b("c7bff79d059a0b7ff9b02441959d8be2")},{value:"status",label:b("3fea7ca76cdece641436d7ab0d02ab1b")},{value:"mapping",label:b("9da188491dd34c4382a5b9f006194e41")},{value:"operation",label:b("8abc564260a1564521e0c3a1d5419b4a")}]}]}],pipeOut:function(a){var t=Y()(a),n=t.features,c={type:"operation",label:b("2b6bc0f293f5ca01b006206c2535ccbc"),buttons:[]},o=["update","view","delete"],i=er()(n,"length");t.bulkActions=[],t.api="string"==typeof t.api?(0,d._6r)(t.api):t.api,i&&n.forEach((function(n){var i,d,r,l;if(o.includes(n)){var s=void 0;"update"===n?(s=Y()(e.btnSchemas.update)).dialog.body.body=a.columns.filter((function(e){var a=e.type;return"progress"!==a&&"operation"!==a})).map((function(e){var a=e.type,t=(0,f._T)(e,["type"]);return(0,f.pi)((0,f.pi)({},t),{type:ar(a)})})):"view"===n?(s=Y()(e.btnSchemas.view)).dialog.body.body=a.columns.map((function(e){e.type;var a=(0,f._T)(e,["type"]);return(0,f.pi)((0,f.pi)({},a),{type:"static"})})):"delete"===n&&((s=Y()(e.btnSchemas.delete)).api=(null===(d=null===(i=t.api)||void 0===i?void 0:i.method)||void 0===d?void 0:d.match(/^(post|delete)$/i))?t.api:(0,f.pi)((0,f.pi)({},t.api),{method:"post"})),e.addItem(c.buttons,s)}else{if("bulkUpdate"===n&&e.addItem(t.bulkActions,Y()(e.btnSchemas.bulkUpdate)),"bulkDelete"===n&&e.addItem(t.bulkActions,Y()(e.btnSchemas.bulkDelete)),"create"===n){var u=e.btnSchemas.create;u.dialog.body={type:"form",api:(null===(l=null===(r=t.api)||void 0===r?void 0:r.method)||void 0===l?void 0:l.match(/^(post|put)$/i))?t.api:(0,f.pi)((0,f.pi)({},t.api),{method:"post"}),body:t.columns.map((function(e){var a=e.type;return{type:ar(a),name:e.name,label:e.label}}))},t.headerToolbar=[u,"bulkActions"]}var p=Object.keys(t.filter||{});"filter"!==n||p.length||t.filterEnabledList&&(t.filter={title:b("cf12e55021998a8328201800ec356773")},t.filter.columnCount=a.filterColumnCount,t.filter.mode="horizontal",t.filter.body=t.filterEnabledList.map((function(e){return{type:"input-text",label:e.label,name:e.value}})))}}));var r=t.columns.find((function(e){return"operation"===e.type}));return i&&!r&&t.columns.push(c),t},canRebuild:!0}},enumerable:!1,configurable:!0}),a.prototype.addItem=function(e,a){e.find((function(e){return e.label===a.label}))||e.push(a)},a.prototype.handleBulkActionEdit=function(e,a){var t=this.manager.store,n=t.getSchema(e),c=null==n?void 0:n.bulkActions[a];c&&c.$$id&&t.setActiveId(c.$$id)},a.prototype.handleItemActionEdit=function(e,a){var t=this.manager.store,n=t.getSchema(e),c=null==n?void 0:n.itemActions[a];c&&c.$$id&&t.setActiveId(c.$$id)},a.prototype.buildSubRenderers=function(e,a){var t=this;if(t.name&&t.description)return{name:t.name,icon:t.icon,pluginIcon:t.pluginIcon,description:t.description,previewSchema:t.previewSchema,tags:t.tags,docLink:t.docLink,type:t.type,scaffold:t.scaffold,disabledRendererPlugin:t.disabledRendererPlugin,isBaseComponent:t.isBaseComponent,scaffoldForm:this.scaffoldForm,rendererName:t.rendererName}},a.prototype.getRendererInfo=function(a){var t=e.prototype.getRendererInfo.call(this,a);return t&&(t.scaffoldForm=this.scaffoldForm),t},a.prototype.renderEditableComponents=function(e){var a=e.render,t=e.bulkActions,n=e.itemActions,c=[];return Array.isArray(t)&&t.length&&c.push(o.createElement("div",{key:"bulkActions",className:"ae-EditableRender"},o.createElement("div",{className:"ae-EditableRender-title"},"批量操作"),o.createElement("div",{className:"ae-EditableRender-body"},t.map((function(e){return a("bulk-action",(0,f.pi)({type:"button",size:"sm"},e),{key:e.$$id})}))))),Array.isArray(n)&&n.length&&c.push(o.createElement("div",{key:"itemActions",className:"ae-EditableRender"},o.createElement("div",{className:"ae-EditableRender-title"},"单条操作"),o.createElement("div",{className:"ae-EditableRender-body"},n.map((function(e){return a("bulk-action",(0,f.pi)({type:"button",size:"sm"},e),{key:e.$$id})}))))),c.length?o.createElement("div",{className:"ae-EditableRenderers"},o.createElement("div",{className:"ae-EditableRenderers-tip"},"「增删改查」编辑辅助区"),c):null},a.prototype.renderRenderer=function(e){var a=e.$$editor,t=e.style,n=(0,f._T)(e,["$$editor","style"]),c=a.renderer;return o.createElement("div",{className:"ae-CRUDEditor",style:t},this.renderEditableComponents(e),o.createElement(c.component,(0,f.pi)({$$editor:a},n)))},a.prototype.filterProps=function(e){return e.pickerMode&&(e.options=e.data.options),e},a.prototype.afterUpdate=function(e){var a,t=this,n=e.context;n.info.plugin===this&&(null===(a=n.diff)||void 0===a?void 0:a.some((function(e){var a;return"mode"===(null===(a=e.path)||void 0===a?void 0:a.join("."))})))&&setTimeout((function(){t.manager.buildPanels(),t.manager.buildToolbars()}),20)},a.prototype.buildDataSchemas=function(e,a,t){var n,c;return(0,f.mG)(this,void 0,void 0,(function(){var a;return(0,f.Jh)(this,(function(o){return a=e.children.find((function(e){return!!~["table","table2","cards","list"].indexOf(e.type)})),(null===(c=null===(n=null==a?void 0:a.info)||void 0===n?void 0:n.plugin)||void 0===c?void 0:c.buildDataSchemas)?[2,a.info.plugin.buildDataSchemas(a,void 0,t)]:[2]}))}))},a.prototype.transformByMode=function(e){var a,t,n=e.from,c=e.to,o=e.schema,i=[],d=[];if(n&&"table"!==n){var r="cards"===n?"card":"listItem";i.push.apply(i,(0,f.ev)([],(0,f.CR)((null===(a=null==o?void 0:o[r])||void 0===a?void 0:a.body)||[]),!1)),d.push.apply(d,(0,f.ev)([],(0,f.CR)((null===(t=null==o?void 0:o[r])||void 0===t?void 0:t.actions)||[]),!1))}else(o.columns||[]).forEach((function(e){C()(e)&&("operation"===e.type?d.push.apply(d,(0,f.ev)([],(0,f.CR)((null==e?void 0:e.buttons)||[]),!1)):i.push(e))}));return i.length||i.concat([{name:"a",label:"A"},{name:"b",label:"B"}]),"table"===c?i.concat({type:"operation",label:b("2b6bc0f293f5ca01b006206c2535ccbc"),buttons:d}):"cards"===c?{type:"card",header:{title:b("32c65d8d7431e76029678ec7bb73a5ab"),subTitle:b("72cf373be86a38b29f6d2f15900b0da1")},body:i,actions:d}:{body:i,actions:d}},a}(ua);za(tr);var nr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="custom",a.$schema="/schemas/CustomSchema.json",a.name=b("473d2078518479669823205110842376"),a.isBaseComponent=!0,a.description=b("8b9c77fa4e646b9cb270f833252e511b"),a.tags=[b("997c7a5d34f6fc628893f509d0df32e0")],a.icon="fa fa-gears",a.pluginIcon="custom-plugin",a.docLink="/amis/zh-CN/components/custom",a.scaffold={type:"custom",html:"

hello, world!

",onMount:"\n const button = document.createElement('button');\n button.innerText = '点击修改姓名';\n button.onclick = event => {\n event.preventDefault();\n };\n dom.appendChild(button);"},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle=b("473d2078518479669823205110842376"),a.panelBody=[wc("layout:originPosition",{value:"left-top"}),wc("fieldSet",{title:b("0b13dc6251002bf556263fb3e4675b11"),body:[{label:b("0b13dc6251002bf556263fb3e4675b11"),name:"html",type:"editor",allowFullscreen:!0}]}),wc("fieldSet",{title:"onMount",body:[{name:"onMount",type:"editor",allowFullscreen:!0,size:"xxl",label:b("d6b917c76b92aa9b92b6bebdcab993f3"),options:{lineNumbers:"off",glyphMargin:!1,lineDecorationsWidth:0,lineNumbersMinChars:0}}]}),wc("fieldSet",{title:"onUpdate",body:[{name:"onUpdate",type:"editor",allowFullscreen:!0,size:"xxl",label:b("e64739dd24bb0bfcb6f6e1ee2cce5413")}]}),wc("fieldSet",{title:"onUnmount",body:[{name:"onUnmount",type:"editor",allowFullscreen:!0,size:"xxl",label:b("0601b7aa5b53cbc3616e24719bcd2aaa")}]})],a}return(0,f.ZT)(a,e),a.prototype.buildSubRenderers=function(a,t){var n=e.prototype.buildSubRenderers.apply(this,arguments);return n.scaffold.onMount="\n const button = document.createElement('button');\n button.innerText = '点击修改姓名ddd';\n button.onclick = event => {\n onChange('new name');\n event.preventDefault();\n };\n dom.appendChild(button);",n},a}(ua);za(nr);var cr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="custom",a.$schema="/schemas/CustomSchema.json",a.name=b("b82231f254baf9a28bf752683d31b169"),a.isBaseComponent=!0,a.disabledRendererPlugin=!0,a.description=b("e5b5798a8bab7dc8a578431991731040"),a.docLink="/amis/zh-CN/components/custom",a.tags=[b("997c7a5d34f6fc628893f509d0df32e0"),b("22c799040acdb2601b437ed5449de076")],a.icon="fa fa-gears",a.scaffold={type:"custom",html:b("73ac822ddf4685dbfec661dec41a96b7"),onMount:"this.renderChild('body', props.body, document.getElementById('customBox'));",body:[{type:"tpl",wrapperComponent:"",tpl:b("5323ab3e5c12066101244f0577c30e22")}]},a.previewSchema=(0,f.pi)({},a.scaffold),a.regions=[{key:"body",label:b("132a78bdf68d6d17bde00aa807bbf032")}],a.panelTitle=b("473d2078518479669823205110842376"),a.panelBody=[wc("layout:originPosition",{value:"left-top"}),wc("fieldSet",{title:b("0b13dc6251002bf556263fb3e4675b11"),body:[{label:b("0b13dc6251002bf556263fb3e4675b11"),name:"html",type:"editor",allowFullscreen:!0}]}),wc("fieldSet",{title:"onMount",body:[{name:"onMount",type:"editor",allowFullscreen:!0,size:"xxl",label:b("d6b917c76b92aa9b92b6bebdcab993f3"),options:{lineNumbers:"off",glyphMargin:!1,lineDecorationsWidth:0,lineNumbersMinChars:0}}]}),wc("fieldSet",{title:"onUpdate",body:[{name:"onUpdate",type:"editor",allowFullscreen:!0,size:"xxl",label:b("e64739dd24bb0bfcb6f6e1ee2cce5413")}]}),wc("fieldSet",{title:"onUnmount",body:[{name:"onUnmount",type:"editor",allowFullscreen:!0,size:"xxl",label:b("0601b7aa5b53cbc3616e24719bcd2aaa")}]})],a}return(0,f.ZT)(a,e),a.prototype.getRendererInfo=function(e){var a=this,t=e.renderer,n=e.schema;if(n.$$id&&a.name&&a.rendererName&&a.rendererName===t.name){var c=a.regions;return!c&&n&&n.body&&Dc()(n.body)&&(c=[{key:"body",label:b("749f710d280419b1da031c9bc79b3b07")}]),{name:a.name,regions:c,patchContainers:a.patchContainers,vRendererConfig:a.vRendererConfig,wrapperProps:a.wrapperProps,wrapperResolve:a.wrapperResolve,filterProps:a.filterProps,$schema:a.$schema,renderRenderer:a.renderRenderer,multifactor:a.multifactor,scaffoldForm:a.scaffoldForm,disabledRendererPlugin:a.disabledRendererPlugin,isBaseComponent:a.isBaseComponent,rendererName:a.rendererName}}},a}(ua);za(cr);var or=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="date",a.$schema="/schemas/DateSchema.json",a.name=b("356b1959a9da95997b4de31415d9d74e"),a.isBaseComponent=!0,a.description=b("2bc6d101e5701a70f2fb9e0b67581594"),a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.icon="fa fa-calendar",a.pluginIcon="date-plugin",a.scaffold={type:"date",value:Math.round(Date.now()/1e3)},a.previewSchema=(0,f.pi)((0,f.pi)({},a.scaffold),{format:"YYYY-MM-DD",value:Math.round(Date.now()/1e3)}),a.panelTitle=b("356b1959a9da95997b4de31415d9d74e"),a.panelJustify=!0,a.panelBodyCreator=function(e){return[wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{type:"input-date",name:"value",label:b("a2344febfc246ddc7281f62217ba42c0")},{type:"input-text",name:"format",label:b("84ff80a2dc4717cc01acd486040a6763"),description:b("6eea1b15be458a6999c9259aa2280a70"),pipeIn:kc("YYYY-MM-DD")},{type:"input-text",name:"valueFormat",label:b("a7032449ae8761aea61cc30e32d3be10"),description:b("6eea1b15be458a6999c9259aa2280a70"),pipeIn:kc("X")},wc("placeholder",{pipeIn:kc("-"),label:b("4c1cff4d8c05daa6ed9352a241ee628c")})]},wc("status")])},wc("onlyClassNameTab")])]},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(or);var ir=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="datetime",a.scaffold={type:"datetime",value:Math.round(Date.now()/1e3)},a.name=b("b54e0f0a60f8e2c4c31f3b1ad7d5a613"),a.isBaseComponent=!0,a.pluginIcon="datetime-plugin",a.previewSchema=(0,f.pi)((0,f.pi)({},a.scaffold),{format:"YYYY-MM-DD HH:mm:ss",value:Math.round(Date.now()/1e3)}),a.panelJustify=!0,a.panelBodyCreator=function(e){return[wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{type:"input-datetime",name:"value",label:b("2a898869829eae8adcfca290fd34a67d")},{type:"input-text",name:"format",label:b("b0d6f2d882adc2163e6a08a121d18677"),description:b("6eea1b15be458a6999c9259aa2280a70"),pipeIn:kc("YYYY-MM-DD HH:mm:ss")},{type:"input-text",name:"valueFormat",label:b("a7032449ae8761aea61cc30e32d3be10"),description:b("6eea1b15be458a6999c9259aa2280a70"),pipeIn:kc("X")},wc("placeholder",{pipeIn:kc("-"),label:b("4c1cff4d8c05daa6ed9352a241ee628c")})]},wc("status")])},wc("onlyClassNameTab")])]},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(or);za(ir);var dr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="dialog",a.$schema="/schemas/DialogSchema.json",a.name=b("ab3aec075a09d055b2a28c8b61925ee0"),a.isBaseComponent=!0,a.wrapperProps={wrapperComponent:rr,onClose:me,show:!0},a.regions=[{key:"body",label:b("132a78bdf68d6d17bde00aa807bbf032"),renderMethod:"renderBody",renderMethodOverride:function(e,a){return function(){for(var t=[],n=0;ne?(a=a.concat()).splice(e-1,a.length-e):a=a.concat(qe({body:[]},e-a.length))),a},options:qe(null,12).map((function(e,a){return{label:"".concat(a+1),value:a+1}}))},{type:"button-group-select",name:"gap",label:b("c288b519484207bea1d51884a5e9acaf"),size:"sm",clearable:!0,tiled:!0,options:[{label:b("d81bb206a889656035b929cd8bb1ef10"),value:"none"},{label:b("23ecf42cada8bf2715792d718544d107"),value:"xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"sm"},{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"base"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"lg"}]},{type:"button-group-select",name:"align",size:"sm",label:b("98d695d6a6a48cfb4bc2f6396ee64787"),tiled:!0,pipeIn:kc("left"),options:[{value:"left",label:b("413f48cc71f71083ce532a86e3efdc21")},{value:"center",label:b("1cc9a6949b47913462ff832cb684bdde")},{value:"right",label:b("fd8e9572cc6bf87653c4d8f8b8dd0db9")},{value:"between",label:b("da1b972efb29f850b50e219ad4d98ba5")}]},{type:"button-group-select",name:"valign",size:"sm",label:b("11b7fc50778c89572391ec4c6c4b55e1"),tiled:!0,pipeIn:kc("top"),options:[{value:"top",label:b("2a6ad292447e6354ca39ee7f40d2fcc8")},{value:"middle",label:b("1cc9a6949b47913462ff832cb684bdde")},{value:"bottom",label:b("d68c21b6b65e7a2e361762b65b8a5032")},{value:"between",label:b("da1b972efb29f850b50e219ad4d98ba5")}]}]}])]},this.panelWithOutOthers?null:{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("className"),wc("subFormItemMode"),wc("subFormHorizontalMode"),wc("subFormHorizontal")]}])]},a.prototype.afterResolveJsonSchema=function(e){var a,t,n=null===(a=e.context.node.parent)||void 0===a?void 0:a.host;(null===(t=null==n?void 0:n.info)||void 0===t?void 0:t.plugin)===this&&e.setData("/schemas/GridColumn.json")},a.prototype.buildEditorContextMenu=function(e,a){var t,n=this;e.selections.length||(null===(t=e.info)||void 0===t?void 0:t.plugin)!==this||(e.node.isVitualRenderer?(a.push("|"),a.push({label:b("9cc03fc4b3e87e8410e10357a219b44e"),onSelect:function(){return n.insertColumnBefore(e)}}),a.push({label:b("6b12fc99e2a46aed982d46b93ac191a0"),onSelect:function(){return n.insertColumnAfter(e)}}),a.push("|"),a.push({label:b("57ff158884582ed498a87d03aed46146"),onSelect:function(){return n.insertRowBefore(e.node.host)}}),a.push({label:b("bd63eab86ac0e0b35a06d0f24a098096"),onSelect:function(){return n.insertRowAfter(e.node.host)}})):(a.push("|"),a.push({label:b("57ff158884582ed498a87d03aed46146"),onSelect:function(){return n.insertRowBefore(e.node)}}),a.push({label:b("bd63eab86ac0e0b35a06d0f24a098096"),onSelect:function(){return n.insertRowAfter(e.node)}})))},a.prototype.onWidthChangeStart=function(e){var a,t,n=e.context,c=n.node;if((null===(a=c.info)||void 0===a?void 0:a.plugin)===this){var o=c.host;if(o&&(null===(t=o.info)||void 0===t?void 0:t.plugin)===this){var i=n.dom,d=i.parentElement;if(d){var r=n.resizer,l=d.getBoundingClientRect(),s=o.schema.columns,b=c.index,u=s[b].md,p=i.getBoundingClientRect();e.setData({onMove:function(e){var a=e.pageX-p.left,t=u=Math.max(1,Math.min(12,Math.round(12*a/l.width)));(s=s.concat())[b]=(0,f.pi)((0,f.pi)({},s[b]),{md:t}),r.setAttribute("data-value","".concat(t)),o.updateState({columns:s}),requestAnimationFrame((function(){c.calculateHighlightBox()}))},onEnd:function(){o.updateState({},!0),r.removeAttribute("data-value"),c.updateSchema({md:u}),requestAnimationFrame((function(){c.calculateHighlightBox()}))}})}}}},a.prototype.insertRowAfter=function(e){var a,t=this;if((null===(a=e.info)||void 0===a?void 0:a.plugin)===this){var n=this.manager.store,c=n.schema,o=e.id;n.traceableSetSchema(Re(c,o,(function(e,a,n){e.splice(n+1,0,Ee({type:t.rendererName||"grid",align:a.align,valign:a.valign,columns:a.columns.map((function(e){return{body:[],md:null==e?void 0:e.md}}))}))})))}},a.prototype.insertRowBefore=function(e){var a,t=this;if((null===(a=e.info)||void 0===a?void 0:a.plugin)===this){var n=this.manager.store,c=n.schema,o=e.id;n.traceableSetSchema(Re(c,o,(function(e,a,n){e.splice(n,0,Ee({type:t.rendererName||"grid",align:a.align,valign:a.valign,columns:a.columns.map((function(e){return{body:[],md:null==e?void 0:e.md}}))}))})))}},a.prototype.insertColumnBefore=function(e){var a;if((null===(a=e.node.info)||void 0===a?void 0:a.plugin)===this){var t=this.manager.store,n=e.id,c=t.schema;t.traceableSetSchema(Re(c,n,(function(e,a,t){e.splice(t,0,Ee({body:[]}))})))}},a.prototype.insertColumnAfter=function(e){var a;if((null===(a=e.node.info)||void 0===a?void 0:a.plugin)===this){var t=this.manager.store,n=t.schema,c=e.id;t.traceableSetSchema(Re(n,c,(function(e,a,t){e.splice(t+1,0,Ee({body:[]}))})))}},a.scene=["layout"],a}(ua);za(hr);var vr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="hbox",a.$schema="/schemas/HBoxSchema.json",a.disabledRendererPlugin=!0,a.name="HBox",a.isBaseComponent=!0,a.icon="fa fa-columns",a.description=b("69a519f6b7fd6d0bebba72e7572ea1d6"),a.docLink="/amis/zh-CN/components/hbox",a.tags=[b("22c799040acdb2601b437ed5449de076")],a.scaffold={type:"hbox",gap:"base",columns:[{body:[]},{body:[]}]},a.previewSchema={type:"hbox",columns:[{type:"tpl",tpl:b("f9c91bffab8b1202cf32ab508879e805"),columnClassName:"bg-primary w-xs"},{type:"tpl",tpl:b("8c187c1862900db487c8d47e19490fac"),columnClassName:"bg-success"}]},a.panelTitle="HBox",a.panelBodyCreator=function(e){return[wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:[wc("layout:originPosition",{value:"left-top"}),wc("fieldSet",{title:b("9bdb07e72d3a9a6084201a7398523f5a"),collapsable:!1,body:[{type:"wrapper",size:"none",className:"grid grid-cols-2 gap-4 mb-4",body:[{children:o.createElement(i.zxk,{size:"sm",onClick:function(){return a.insertRowAfter(e.node)}},o.createElement(i.JO$,{className:"icon",icon:"arrow-to-bottom"}),o.createElement("span",null,"下方插入新行"))},{children:o.createElement(i.zxk,{size:"sm",onClick:function(){return a.insertRowBefore(e.node)}},o.createElement(i.JO$,{className:"icon",icon:"top-arrow-to-top"}),o.createElement("span",null,"上方插入新行"))}]},{label:b("eb22d47f16f92e6f621c2b9d87119303"),name:"columns",type:"select",pipeIn:function(e){return Array.isArray(e)?e.length:void 0},pipeOut:function(e,a){return Array.isArray(a)&&(a.length>e?(a=a.concat()).splice(e-1,a.length-e):a=a.concat(qe({body:[]},e-a.length))),a},options:qe(null,12).map((function(e,a){return{label:"".concat(a+1),value:a+1}}))}]}),{type:"list-select",name:"gap",label:b("c288b519484207bea1d51884a5e9acaf"),size:"sm",clearable:!0,tiled:!0,options:[{label:b("23ecf42cada8bf2715792d718544d107"),value:"xs"},{label:b("391b8fa9c747a1799353ab856e666ad5"),value:"sm"},{label:b("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),value:"base"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"md"},{label:b("ab18e30c0dc4093ceeda8961fac3d1f4"),value:"lg"}]},wc("combo-container",{name:"columns",label:b("1f9794dd5634220ed0a498c666cf46fe"),type:"combo",scaffold:{body:[]},minLength:1,multiple:!0,draggableTip:"",items:[{type:"tpl",tpl:''.concat(b("cb2f68c9c24e85d21e6b090b6e5657d8"),"${index | plus}"),columnClassName:"no-grow v-middle"},wc("className",{name:"columnClassName",labelRemark:"",label:""})]}),wc("fieldSet",{title:b("98d695d6a6a48cfb4bc2f6396ee64787"),collapsable:!1,body:[{type:"button-group-select",name:"align",size:"sm",label:!1,tiled:!0,pipeIn:kc("left"),options:[{value:"left",label:b("413f48cc71f71083ce532a86e3efdc21")},{value:"center",label:b("1cc9a6949b47913462ff832cb684bdde")},{value:"right",label:b("fd8e9572cc6bf87653c4d8f8b8dd0db9")},{value:"between",label:b("da1b972efb29f850b50e219ad4d98ba5")}]}]}),wc("fieldSet",{title:b("11b7fc50778c89572391ec4c6c4b55e1"),collapsable:!1,body:[{type:"button-group-select",name:"valign",size:"sm",label:!1,tiled:!0,pipeIn:kc("top"),options:[{value:"top",label:b("2a6ad292447e6354ca39ee7f40d2fcc8")},{value:"middle",label:b("1cc9a6949b47913462ff832cb684bdde")},{value:"bottom",label:b("d68c21b6b65e7a2e361762b65b8a5032")},{value:"between",label:b("da1b972efb29f850b50e219ad4d98ba5")}]}]})]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("className"),wc("subFormItemMode"),wc("subFormHorizontalMode"),wc("subFormHorizontal")]},{title:b("33bf801796fd255b5f6147e33146669b"),body:[wc("visible")]}])]},a.vRendererConfig={regions:{body:{key:"body",label:b("132a78bdf68d6d17bde00aa807bbf032"),placeholder:b("cb2f68c9c24e85d21e6b090b6e5657d8"),wrapperResolve:function(e){return e}}},panelTitle:b("cb2f68c9c24e85d21e6b090b6e5657d8"),panelBodyCreator:function(e){return[wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:[wc("fieldSet",{title:b("9bdb07e72d3a9a6084201a7398523f5a"),collapsable:!1,body:[{type:"wrapper",size:"none",className:"grid grid-cols-2 gap-4",body:[{children:o.createElement(i.zxk,{size:"sm",onClick:function(){return a.insertRowAfter(e.node.host)}},o.createElement(i.JO$,{className:"icon",icon:"arrow-to-bottom"}),o.createElement("span",null,"下方插入新行"))},{children:o.createElement(i.zxk,{size:"sm",onClick:function(){return a.insertRowBefore(e.node.host)}},o.createElement(i.JO$,{className:"icon",icon:"top-arrow-to-top"}),o.createElement("span",null,"上方插入新行"))},{children:o.createElement(i.zxk,{size:"sm",onClick:function(){return a.insertColumnBefore(e)}},o.createElement(i.JO$,{className:"icon",icon:"left-arrow-to-left"}),o.createElement("span",null,"左侧插入新列"))},{children:o.createElement(i.zxk,{size:"sm",onClick:function(){return a.insertColumnAfter(e)}},o.createElement(i.JO$,{className:"icon",icon:"arrow-to-right"}),o.createElement("span",null,"右侧插入新列"))}]}]}),wc("fieldSet",{title:b("a170a375b264f7fe0c02a7ca8c268784"),collapsable:!1,body:[{type:"button-group-select",name:"width",size:"sm",label:!1,pipeIn:function(e){return e&&"auto"!==e?"manual":e||""},pipeOut:function(e){return"manual"===e?"20%":e},options:[{value:"",label:b("daa0f354e189c0da577ea25be13f874d")},{value:"auto",label:b("4db804afe5c99f7ca4fe988ada35c77f")},{value:"manual",label:b("2a3e7f5c382c56faf261a87573658325")}],description:'<% if (this.width && this.width !== "auto") {%>'.concat(b("92e2c6523449dfad4350f58908260266"),"<%}%>")}]}),wc("fieldSet",{title:b("11b7fc50778c89572391ec4c6c4b55e1"),collapsable:!1,body:[{type:"button-group-select",name:"valign",size:"sm",label:!1,tiled:!0,clearable:!0,options:[{value:"top",label:b("2a6ad292447e6354ca39ee7f40d2fcc8")},{value:"middle",label:b("1cc9a6949b47913462ff832cb684bdde")},{value:"bottom",label:b("d68c21b6b65e7a2e361762b65b8a5032")},{value:"between",label:b("da1b972efb29f850b50e219ad4d98ba5")}]}]})]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("className",{name:"columnClassName",label:b("129b16a89a82c6d5e03ab075633b3892"),description:b("d34cc10492e80595a901a292d0c16bb8")})]}])]}},a.vWrapperResolve=function(e){return e},a.overrides={renderColumn:function(e,a){var t,n,c=this.super(e,a),i=this.props.$$editor;if(i&&e.$$id){var d=i.plugin,r=null===(n=null===(t=d.vRendererConfig)||void 0===t?void 0:t.regions)||void 0===n?void 0:n.body;return r?o.createElement(zc,{key:e.$$id,type:i.type,plugin:i.plugin,renderer:i.renderer,$schema:"",hostId:i.id,memberIndex:a,name:"第".concat(a+1,"列"),id:e.$$id,draggable:!1,schemaPath:"".concat(i.schemaPath,"/hbox/").concat(a),wrapperResolve:d.vWrapperResolve,path:"".concat(this.props.$path,"/").concat(a),data:this.props.data,widthMutable:!0},r?o.createElement(ga,{key:r.key,preferTag:r.preferTag,name:r.key,label:r.label,regionConfig:r,placeholder:r.placeholder,editorStore:d.manager.store,manager:d.manager,children:c,wrapperResolve:r.wrapperResolve,rendererName:i.renderer.name}):c):c}return c}},a}return(0,f.ZT)(a,e),a.prototype.afterResolveJsonSchema=function(e){var a,t,n=null===(a=e.context.node.parent)||void 0===a?void 0:a.host;(null===(t=null==n?void 0:n.info)||void 0===t?void 0:t.plugin)===this&&e.setData("/schemas/HBoxColumn.json")},a.prototype.buildEditorContextMenu=function(e,a){var t,n=this;e.selections.length||(null===(t=e.info)||void 0===t?void 0:t.plugin)!==this||(e.node.isVitualRenderer?(a.push("|"),a.push({label:b("4bfd6e7e1ec0fe485aa0e7741d1670db"),onSelect:function(){return n.insertColumnBefore(e)}}),a.push({label:b("9d75cc0b193601391a139285d55a3493"),onSelect:function(){return n.insertColumnAfter(e)}}),a.push("|"),a.push({label:b("57ff158884582ed498a87d03aed46146"),onSelect:function(){return n.insertRowBefore(e.node.host)}}),a.push({label:b("bd63eab86ac0e0b35a06d0f24a098096"),onSelect:function(){return n.insertRowAfter(e.node.host)}})):(a.push("|"),a.push({label:b("57ff158884582ed498a87d03aed46146"),onSelect:function(){return n.insertRowBefore(e.node)}}),a.push({label:b("bd63eab86ac0e0b35a06d0f24a098096"),onSelect:function(){return n.insertRowAfter(e.node)}})))},a.prototype.onWidthChangeStart=function(e){var a,t,n=e.context,c=n.node;if((null===(a=c.info)||void 0===a?void 0:a.plugin)===this){var o=c.host;if(o&&(null===(t=o.info)||void 0===t?void 0:t.plugin)===this){var i=n.dom,d=i.parentElement;if(d){var r=n.resizer,l=d.getBoundingClientRect(),s=o.schema.columns,b=c.index,u=s[b].width,p=i.getBoundingClientRect();e.setData({onMove:function(e){var a=e.pageX-p.left,t=u="".concat(Math.max(1,Math.min(99,Math.round(100*a/l.width))),"%");(s=s.concat())[b]=(0,f.pi)((0,f.pi)({},s[b]),{width:t}),r.setAttribute("data-value",t),o.updateState({columns:s}),requestAnimationFrame((function(){c.calculateHighlightBox()}))},onEnd:function(){o.updateState({},!0),r.removeAttribute("data-value"),c.updateSchema({width:u}),requestAnimationFrame((function(){c.calculateHighlightBox()}))}})}}}},a.prototype.insertRowAfter=function(e){var a;if((null===(a=e.info)||void 0===a?void 0:a.plugin)===this){var t=this.manager.store,n=t.schema,c=e.id;t.traceableSetSchema(Re(n,c,(function(e,a,t){e.splice(t+1,0,Ee({type:"hbox",align:a.align,valign:a.valign,columns:a.columns.map((function(e){return{body:[],width:null==e?void 0:e.width}}))}))})))}},a.prototype.insertRowBefore=function(e){var a;if((null===(a=e.info)||void 0===a?void 0:a.plugin)===this){var t=this.manager.store,n=e.id,c=t.schema;t.traceableSetSchema(Re(c,n,(function(e,a,t){e.splice(t,0,Ee({type:"hbox",align:a.align,valign:a.valign,columns:a.columns.map((function(e){return{body:[],width:null==e?void 0:e.width}}))}))})))}},a.prototype.insertColumnBefore=function(e){var a;if((null===(a=e.node.info)||void 0===a?void 0:a.plugin)===this){var t=this.manager.store,n=t.schema,c=e.id;t.traceableSetSchema(Re(n,c,(function(e,a,t){e.splice(t,0,Ee({body:[]}))})))}},a.prototype.insertColumnAfter=function(e){var a;if((null===(a=e.node.info)||void 0===a?void 0:a.plugin)===this){var t=e.id,n=this.manager.store,c=n.schema;n.traceableSetSchema(Re(c,t,(function(e,a,t){e.splice(t+1,0,Ee({body:[]}))})))}},a.scene=["layout"],a}(ua);za(vr);var gr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="iframe",a.$schema="/schemas/IFrameSchema.json",a.name="iFrame",a.isBaseComponent=!0,a.description=b("713315591970d7c8b49d1c732fe54fde"),a.tags=[b("22c799040acdb2601b437ed5449de076")],a.icon="fa fa-window-maximize",a.pluginIcon="iframe-plugin",a.scaffold={type:"iframe",src:"//www.baidu.com"},a.previewSchema={type:"tpl",tpl:"iFrame"},a.panelTitle="iFrame",a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("textareaFormulaControl",{name:"src",mode:"normal",label:b("8f1c078c6d42759e6ccb1a9bf35f1629")})]},wc("status")])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",(0,f.ev)([{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("style:widthHeight",{widthSchema:{label:Sc(b("c28479019e24e0e4745f4948e9e97ee7"),b("51ad722113289f70b6d77c78ddf0c64a")),pipeIn:kc("100%")},heightSchema:{label:Sc(b("c1df04eec5fa0857bc0df2d68d8e953c"),b("c78d9b9ab9db5951eb5526e8a46677d9")),pipeIn:kc("100%")}})]}],(0,f.CR)(wc("theme:common",["layout"])),!1))]}])},a}return(0,f.ZT)(a,e),a.prototype.renderRenderer=function(e){return this.renderPlaceholder("IFrame 页面(".concat(e.src,")"),e.key,e.style)},a}(ua);za(gr);var yr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="image",a.$schema="/schemas/ImageSchema.json",a.name=b("67997ccf7ea846c3c2d278b01ed9600b"),a.isBaseComponent=!0,a.description=b("6dcf991e992a0b765df0933411fe9bb2"),a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.icon="fa fa-photo",a.pluginIcon="image-plugin",a.scaffold={type:"image"},a.previewSchema=(0,f.pi)((0,f.pi)({},a.scaffold),{thumbMode:"cover",value:Nc({type:"image"})}),a.panelTitle=b("20def7942674282277c3714ed7ea6ce0"),a.panelJustify=!0,a.panelBodyCreator=function(e){var a=/\/field\/\w+$/.test(e.path),t=oa();return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{name:"title",type:t?"input-text-i18n":"input-text",label:b("c6c7456d446d62a906c2809b6ba19ce1")},{name:"imageCaption",type:t?"input-text-i18n":"input-text",label:b("098c3d959911b48b4d912cb85ccc4942")},{name:"imageMode",label:b("1fdadb49bcabfdc36a4a9e020f597f4d"),type:"select",pipeIn:kc("thumb"),options:[{label:b("e18aa5e376437da71083a29c4cddaf46"),value:"thumb"},{label:b("fb43d5ffa21f3c4055c29fad350f27e4"),value:"original"}]},{name:"width",label:b("c28479019e24e0e4745f4948e9e97ee7"),type:"input-number"},{name:"height",label:b("c1df04eec5fa0857bc0df2d68d8e953c"),type:"input-number"},a?null:wc("imageUrl",{name:"src",type:"input-text",label:b("582570bef8c57c5af7658c4a4eea45ff"),description:b("1193e1aab7bea094279ae7b4288ba848")}),{type:"ae-switch-more",mode:"normal",name:"enlargeAble",label:Sc(b("26122d95c72204c83ebdc37cd16a96f9"),b("a19769d02b8de60a1e3b46c3ef96f122")),value:!1,hiddenOnDefault:!1,formType:"extend",pipeIn:function(e){return!!e},form:{body:[wc("imageUrl",{name:"originalSrc",label:b("7ffade593e390a2a2cc43e6663461b71"),description:b("214953c5f7557b1a5f1310c87238ee03")})]}},{type:"input-text",label:b("a3f38735bf211edb2066ac4e51b55cb2"),name:"href",hiddenOn:"this.enlargeAble",clearValueOnHidden:!0},wc("imageUrl",{name:"defaultImage",label:Sc(b("d196eb8f65e84003b7ca64d5dd8fc737"),b("f5865bf2d791d293374af4aa76d27c4d"))})]},wc("status")])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{name:"thumbMode",type:"select",label:b("00cedb73310cc531a43d23cfa5ba0e5f"),mode:"horizontal",labelAlign:"left",horizontal:{left:5,right:7},pipeIn:kc("contain"),options:[{label:b("b0267f4aa776e75443b7ef6e8dad257e"),value:"w-full"},{label:b("c30b1b6f29debb05449aa3cb40268e7e"),value:"h-full"},{label:b("e13556bb3580ac3746e1f8663eb15896"),value:"contain"},{label:b("47303119ba97a66d168ff042575b9de4"),value:"cover"}]},{name:"thumbRatio",type:"button-group-select",label:b("319501b9acacdd6f94a9bdd0637a3cd2"),size:"sm",pipeIn:kc("1:1"),options:[{label:"1:1",value:"1:1"},{label:"4:3",value:"4:3"},{label:"16:9",value:"16:9"}]}]},{title:b("261bba7ad82914e477f4b37f6a83874e"),body:[wc("className",{label:b("5e5d3f13111593b2710673006d4c8297")}),wc("className",{name:"imageClassName",label:b("20def7942674282277c3714ed7ea6ce0")}),wc("className",{name:"thumbClassName",label:b("0f088d8f579c362068d7a3858e207280")})]}])}])},a}return(0,f.ZT)(a,e),a.prototype.onActive=function(e){var a,t=e.context;if((null===(a=t.info)||void 0===a?void 0:a.plugin)===this&&t.node){var n=t.node;n.setHeightMutable(!0),n.setWidthMutable(!0)}},a.prototype.onWidthChangeStart=function(e){return this.onSizeChangeStart(e,"horizontal")},a.prototype.onHeightChangeStart=function(e){return this.onSizeChangeStart(e,"vertical")},a.prototype.onSizeChangeStart=function(e,a){var t;void 0===a&&(a="both");var n=e.context,c=n.node;if((null===(t=c.info)||void 0===t?void 0:t.plugin)===this){var o=n.resizer,i=n.dom,d=i.parentElement.getBoundingClientRect(),r=i.getBoundingClientRect(),l=n.nativeEvent.pageX,s=n.nativeEvent.pageY;e.setData({onMove:function(e){var t=e.pageY-s,n=e.pageX-l,i=Math.max(50,r.height+t),b=Math.max(100,Math.min(r.width+n,d.width)),f={width:b,height:i};"both"===a?o.setAttribute("data-value","".concat(b,"px x ").concat(i,"px")):"vertical"===a?(o.setAttribute("data-value","".concat(i,"px")),delete f.width):(o.setAttribute("data-value","".concat(b,"px")),delete f.height),c.updateState(f),requestAnimationFrame((function(){c.calculateHighlightBox()}))},onEnd:function(e){var t=e.pageY-s,n=e.pageX-l,i=Math.max(50,r.height+t),b={width:Math.max(100,Math.min(r.width+n,d.width)),height:i};"vertical"===a?delete b.width:"horizontal"===a&&delete b.height,o.removeAttribute("data-value"),c.updateSchema(b),requestAnimationFrame((function(){c.calculateHighlightBox()}))}})}},a.scene=["layout"],a}(ua);za(yr);var wr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="images",a.$schema="/schemas/ImagesSchema.json",a.name=b("e040fc4bf539dd1cf6ebca6b4bff857a"),a.isBaseComponent=!0,a.description=b("93f46deec83b8f9005233a1467498d52"),a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.icon="fa fa-clone",a.pluginIcon="images-plugin",a.scaffold={type:"images"},a.previewSchema=(0,f.pi)((0,f.pi)({},a.scaffold),{listClassName:"nowrap",thumbMode:"cover",value:[{title:b("2382c315a6ba396be1932dd8dafaff52"),image:Nc({type:"image"}),src:Nc({type:"image"})},{title:b("ce6e2814f207c9333f10785606c57df3"),image:Nc({type:"image"}),src:Nc({type:"image"})}]}),a.panelTitle=b("e040fc4bf539dd1cf6ebca6b4bff857a"),a.panelJustify=!0,a.panelBodyCreator=function(e){var a=/\/field\/\w+$/.test(e.path),t=oa();return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:(a?[]:[{type:"formula",name:"__mode",autoSet:!1,formula:"!this.name && !this.source && Array.isArray(this.options) ? 2 : 1"},{label:b("c11322c9cc43ce3c004cf03f5ac0acd0"),name:"__mode",type:"button-group-select",size:"sm",options:[{label:b("0a2907a421b8f980986117e4f3044f92"),value:1},{label:b("e760ec18028fc075c5705bf184589e70"),value:2}],onChange:function(e,a,t,n){e!==a&&1==e&&n.deleteValueByName("options")}},{name:"source",type:"input-text",label:b("45a4922d3f42d0b137c6845c4c77031f"),description:b("2d4247be13246794180897b40fcdbcb1"),visibleOn:"this.__mode == 1"},{type:"combo",name:"options",visibleOn:"this.__mode == 2",minLength:1,label:b("81a2b634d7ddcffc21b787613673943c"),multiple:!0,multiLine:!0,addable:!0,removable:!0,value:[{}],items:[wc("imageUrl",{name:"image",label:b("0f088d8f579c362068d7a3858e207280")}),wc("imageUrl",{name:"src",label:b("fb43d5ffa21f3c4055c29fad350f27e4")}),{type:t?"input-text-i18n":"input-text",label:b("c6c7456d446d62a906c2809b6ba19ce1"),name:"title"},{type:t?"textarea-i18n":"textarea",label:b("098c3d959911b48b4d912cb85ccc4942"),name:"caption"}]},wc("switch",{name:"enlargeAble",label:b("26122d95c72204c83ebdc37cd16a96f9")})]).concat([wc("imageUrl",{name:"defaultImage",label:Sc(b("d196eb8f65e84003b7ca64d5dd8fc737"),b("f5865bf2d791d293374af4aa76d27c4d"))})])},wc("status")])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{name:"thumbMode",type:"select",label:b("00cedb73310cc531a43d23cfa5ba0e5f"),mode:"horizontal",labelAlign:"left",horizontal:{left:5,right:7},pipeIn:kc("contain"),options:[{label:b("b0267f4aa776e75443b7ef6e8dad257e"),value:"w-full"},{label:b("c30b1b6f29debb05449aa3cb40268e7e"),value:"h-full"},{label:b("e13556bb3580ac3746e1f8663eb15896"),value:"contain"},{label:b("47303119ba97a66d168ff042575b9de4"),value:"cover"}]},{name:"thumbRatio",type:"button-group-select",label:b("319501b9acacdd6f94a9bdd0637a3cd2"),size:"sm",pipeIn:kc("1:1"),options:[{label:"1:1",value:"1:1"},{label:"4:3",value:"4:3"},{label:"16:9",value:"16:9"}]}]},{title:b("261bba7ad82914e477f4b37f6a83874e"),body:[wc("className",{autoComplete:!1,label:b("5e5d3f13111593b2710673006d4c8297")}),wc("className",{name:"listClassName",label:b("d98b3f3d11e6dce8eac1a041247fbc50")})]}])}])},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(wr);var Cr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="json",a.$schema="/schemas/JsonSchema.json",a.name=b("5acc93183b7fe3816a845aca52baeff2"),a.isBaseComponent=!0,a.description=b("5a4b81442789f3b2e7b665bd430eeabf"),a.docLink="/amis/zh-CN/components/json",a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.icon="fa fa-code",a.pluginIcon="json-view-plugin",a.scaffold={type:"json"},a.previewSchema=(0,f.pi)((0,f.pi)({},a.scaffold),{name:"json",value:{a:1,b:{c:2}}}),a.panelTitle="JSON",a.panelJustify=!0,a.panelBodyCreator=function(e){var a=/\/field\/\w+$/.test(e.path);return[wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[a?{type:"tpl",inline:!1,className:"text-info text-sm",tpl:b("8e1fee898434093aad55f5888497f970")}:null,{name:"levelExpand",type:"input-number",label:b("f891291cbfaec7ba3754520e2a5227d8"),pipeIn:kc(1)}]},wc("status")])},wc("onlyClassNameTab")])]},a}return(0,f.ZT)(a,e),a}(ua);za(Cr);var xr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="link",a.$schema="/schemas/LinkSchema.json",a.name=b("bfe68d5844f8e54602760e18f45954f7"),a.isBaseComponent=!0,a.description=b("6dfe63d8c039df37787c87afe4c68604"),a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.icon="fa fa-link",a.pluginIcon="url-plugin",a.scaffold={type:"link",value:"http://www.baidu.com/"},a.previewSchema=(0,f.pi)((0,f.pi)({},a.scaffold),{label:a.name}),a.panelTitle=b("bfe68d5844f8e54602760e18f45954f7"),a.panelJustify=!0,a.panelBody=[wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),{name:"href",type:"input-text",label:Sc(b("6ab20dc4b64021b85886ad9c12b6e0cc"),b("78ce29fdc55e6d0980b591a264c537a8"))},wc("inputBody"),wc("switch",{name:"blank",label:b("88a5126f6a1463fc9986b590ee4ab99f")}),wc("iconLink",{name:"icon",label:b("c182ad6b97f0909596a523b1f04c28d2")}),wc("iconLink",{name:"rightIcon",label:b("ad7e6f016bc1d9a9bbc6e18224d73247")})]},wc("status",{disabled:!0}),wc("collapseGroup",[{title:b("e370757f933a8ecd87bf0255c3ce45d0"),body:[{name:"htmlTarget",type:"input-text",label:Sc(b("6be15e9949e4be7fc485e1eaae472942"),b("e35dbea2b0c097d7fb76173da0e0bba1"))}]}])])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:classNames",{isFormItem:!1,schema:[wc("className",{name:"iconClassName",label:b("c182ad6b97f0909596a523b1f04c28d2"),visibleOn:"this.icon"}),wc("className",{name:"rightIconClassName",label:b("ad7e6f016bc1d9a9bbc6e18224d73247"),visibleOn:"this.rightIcon"})]})])}])],a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(xr);var Er=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="list",a.$schema="/schemas/ListSchema.json",a.name=b("3712972d84adf48acbd6ad24b4d75ad0"),a.isBaseComponent=!0,a.description=b("9f556fb46ecef854282d17e631578b1c"),a.docLink="/amis/zh-CN/components/list",a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.icon="fa fa-list",a.pluginIcon="list-plugin",a.scaffold={type:"list",listItem:{body:[{type:"tpl",tpl:b("3bb4d608c6bee2b7b6d788417cde04e3"),wrapperComponent:""}],actions:[{icon:"fa fa-eye",type:"button"}]}},a.previewSchema=(0,f.pi)((0,f.pi)({},a.scaffold),{items:[{a:1,b:2},{a:3,b:4},{a:5,b:6}]}),a.panelTitle=b("3712972d84adf48acbd6ad24b4d75ad0"),a.panelJustify=!0,a.panelBodyCreator=function(e){var t="crud"===e.schema.type,n=oa();return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{children:o.createElement(i.zxk,{level:"primary",size:"sm",block:!0,onClick:a.editDetail.bind(a,e.id)},"配置成员详情")},{type:"divider"},{name:"title",type:n?"input-text-i18n":"input-text",label:b("32c65d8d7431e76029678ec7bb73a5ab")},t?null:{name:"source",type:"input-text",label:b("c11322c9cc43ce3c004cf03f5ac0acd0"),pipeIn:kc("${items}"),description:b("7ea26d0cb93e59339daf6a1ac68624f3")},{name:"placeholder",pipeIn:kc(b("1ac0e1626be43287983fe3e5559320eb")),type:n?"input-text-i18n":"input-text",label:b("35ba83e053cef95e55dfffde279822b5")},{type:"ae-switch-more",mode:"normal",formType:"extend",label:b("86aafaa75b388deb4a4cbdab2293c099"),name:"showHeader",form:{body:[{children:o.createElement(i.zxk,{level:"primary",size:"sm",block:!0,onClick:a.editHeaderDetail.bind(a,e.id)},"配置头部")}]}},{type:"ae-switch-more",mode:"normal",formType:"extend",label:b("12c4c5e8abda77e1fdc93653d6414187"),name:"showFooter",form:{body:[{children:o.createElement(i.zxk,{level:"primary",size:"sm",block:!0,onClick:a.editFooterDetail.bind(a,e.id)},"配置底部")}]}}]},wc("status")])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[{title:b("261bba7ad82914e477f4b37f6a83874e"),body:[wc("className",{label:b("5e5d3f13111593b2710673006d4c8297")}),wc("className",{name:"itemClassName",label:"ListItem"}),wc("className",{name:"headerClassName",label:b("86aafaa75b388deb4a4cbdab2293c099")}),wc("className",{name:"footerClassName",label:b("12c4c5e8abda77e1fdc93653d6414187")})]}])}])},a}return(0,f.ZT)(a,e),a.prototype.filterProps=function(e){if(e.isSlot)return e.value=[e.data],e;var a=(0,f.pi)((0,f.pi)({},e.defaultData),e.data),t=Array.isArray(e.value)?e.value:"string"==typeof e.source?(0,i.H_J)(e.source,a):(0,i.H_J)("items",a);if(!Array.isArray(t)||!t.length){var n=this.buildMockData();e.value=qe(n,1).map((function(e,a){return(0,f.pi)((0,f.pi)({},e),{id:a+1})}))}var c=e.$schema,o=(0,f._T)(e,["$schema"]);return(0,f.pi)((0,f.pi)({},ke(o)),{$schema:c})},a.prototype.buildMockData=function(){return{id:666,title:b("6cb01692eea2fa7066d20fe2b6ccaea3"),description:b("6cb01692eea2fa7066d20fe2b6ccaea3"),a:b("6cb01692eea2fa7066d20fe2b6ccaea3"),b:b("6cb01692eea2fa7066d20fe2b6ccaea3")}},a.prototype.editHeaderDetail=function(e){var a,t=this.manager,n=t.store,c=n.getNodeById(e),o=n.getValueOf(e),i={type:"tpl",tpl:b("86aafaa75b388deb4a4cbdab2293c099"),wrapperComponent:""};c&&o&&this.manager.openSubEditor({title:b("e6aa1b827415217c524ae9d9b665cca5"),value:null!==(a=o.header)&&void 0!==a?a:i,slot:{type:"container",body:"$$"},onChange:function(e){e=(0,f.pi)((0,f.pi)({},o),{header:e}),t.panelChangeValue(e,We(o,e))}})},a.prototype.editFooterDetail=function(e){var a,t=this.manager,n=t.store,c=n.getNodeById(e),o=n.getValueOf(e),i={type:"tpl",tpl:b("12c4c5e8abda77e1fdc93653d6414187"),wrapperComponent:""};c&&o&&this.manager.openSubEditor({title:b("a2ecfd5a0db9c855f59eea75083678e6"),value:null!==(a=o.footer)&&void 0!==a?a:i,slot:{type:"container",body:"$$"},onChange:function(e){e=(0,f.pi)((0,f.pi)({},o),{footer:e}),t.panelChangeValue(e,We(o,e))}})},a.prototype.editDetail=function(e){var a=this.manager,t=a.store,n=t.getNodeById(e),c=t.getValueOf(e);n&&c&&this.manager.openSubEditor({title:b("84c04f1e9ce6a6a228228dd3fb96b99e"),value:(0,f.pi)({},c.listItem),slot:{type:"list",listItem:"$$"},onChange:function(e){e=(0,f.pi)((0,f.pi)({},c),{listItem:e}),a.panelChangeValue(e,We(c,e))},data:{items:[this.buildMockData()]}})},a.prototype.buildEditorToolbar=function(e,a){var t=e.id,n=e.info,c=e.schema;("list"===n.renderer.name||"crud"===n.renderer.name&&"list"===c.mode)&&a.push({icon:"fa fa-expand",order:100,tooltip:b("39a6853b109ae98f1aabca90283d7edc"),onClick:this.editDetail.bind(this,t)})},a.prototype.buildEditorContextMenu=function(e,a){var t=e.id,n=e.schema;e.region;var c=e.info;e.selections.length||(null==c?void 0:c.plugin)!==this||("list"===c.renderer.name||"crud"===c.renderer.name&&"list"===n.mode)&&a.push("|",{label:b("84c04f1e9ce6a6a228228dd3fb96b99e"),onSelect:this.editDetail.bind(this,t)})},a.prototype.getRendererInfo=function(a){var t,n=this,c=a.renderer,o=a.schema;return o.$$id||"crud"!==(null===(t=o.$$editor)||void 0===t?void 0:t.renderer.name)||"list"!==c.name?e.prototype.getRendererInfo.call(this,a):(0,f.pi)((0,f.pi)({},{id:o.$$editor.id}),{name:n.name,regions:n.regions,patchContainers:n.patchContainers,vRendererConfig:n.vRendererConfig,wrapperProps:n.wrapperProps,wrapperResolve:n.wrapperResolve,filterProps:n.filterProps,$schema:n.$schema,renderRenderer:n.renderRenderer})},a.scene=["layout"],a}(ua);za(Er);var kr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="list-item",a.isBaseComponent=!0,a.$schema="/schemas/ListItemSchema.json",a.regions=[{key:"body",label:b("132a78bdf68d6d17bde00aa807bbf032"),renderMethod:"renderBody",preferTag:b("027446c2f9070b0f5b16a18208bf5fc7")},{key:"actions",label:b("3b49c8cece3f495f0e76b73823c68bfa"),preferTag:b("fa966345577ba81af19408f203db968f"),renderMethod:"renderRight",insertPosition:"inner"}],a.panelTitle=b("d9eac94850a74ec881198f4ffe4edcfa"),a.panelBodyCreator=function(e){var a=oa();return wc("tabs",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),{name:"title",type:a?"input-text-i18n":"input-text",label:b("32c65d8d7431e76029678ec7bb73a5ab"),descrition:b("3ed7b428165499a1b91ed1eb287ba343")},{name:"subTitle",type:a?"input-text-i18n":"input-text",label:b("72cf373be86a38b29f6d2f15900b0da1"),descrition:b("3ed7b428165499a1b91ed1eb287ba343")},{name:"avatar",type:"input-text",label:b("f7a82c9758acc4ff4c5350182f2ca378"),descrition:b("3ed7b428165499a1b91ed1eb287ba343")},{name:"desc",type:a?"textarea-i18n":"textarea",label:b("3bdd08adab6ea90b9164b20a0e4151ac"),descrition:b("3ed7b428165499a1b91ed1eb287ba343")}]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("className",{name:"avatarClassName",label:b("b8e1e46cbdea20de4e5fc130d31b7bcc"),pipeIn:kc("thumb-sm avatar m-r")}),wc("className",{name:"titleClassName",label:b("620868e5e60e5c22249c3277c971bb13")})]}])},a.fieldWrapperResolve=function(e){return e},a.overrides={renderFeild:function(e,a,t,n){var c=this.super(e,a,t,n),i=this.props.$$editor;if(!i||!a.$$id)return c;var d=i.plugin,r=a.$$id;return o.createElement(zc,{type:i.type,plugin:i.plugin,renderer:i.renderer,multifactor:!0,key:r,$schema:"/schemas/ListBodyField.json",hostId:i.id,memberIndex:t,name:"".concat("字段".concat(t+1)),id:r,draggable:!1,wrapperResolve:d.fieldWrapperResolve,schemaPath:"".concat(i.schemaPath,"/body/").concat(t),path:"".concat(this.props.$path,"/").concat(t),data:this.props.data},c)}},a.vRendererConfig={panelTitle:b("9caecd931b956381e0763d05aa42835c"),panelBodyCreator:function(e){return[wc("label"),wc("className",{name:"labelClassName",label:b("6d0034a2419e1f394dedab07994b9665"),visibleOn:"this.label"})]}},a}return(0,f.ZT)(a,e),a.prototype.getRendererInfo=function(e){var a=e.renderer;if(e.schema.$$id&&this.rendererName===a.name)return{name:this.panelTitle,regions:this.regions,$schema:this.$schema}},a.prototype.beforeInsert=function(e){var a,t,n,c,o=e.context;o.info.plugin!==this&&(null===(a=o.node.sameIdChild)||void 0===a?void 0:a.info.plugin)!==this||"body"!==o.region||(o.data=(0,f.pi)((0,f.pi)({},o.data),{label:null!==(c=null!==(t=o.data.label)&&void 0!==t?t:null===(n=o.subRenderer)||void 0===n?void 0:n.name)&&void 0!==c?c:b("bcee820bc20342a4d388a35ed32a35fe")}))},a.scene=["layout"],a}(ua);za(kr);var Sr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="log",a.$schema="/schemas/LogSchema.json",a.name=b("456d29ef8bafd5202547e50d3e64d4ea"),a.isBaseComponent=!0,a.icon="fa fa-file-text-o",a.pluginIcon="log-plugin",a.description=b("d06f8476d115020496058363a32bc40b"),a.docLink="/amis/zh-CN/components/log",a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.previewSchema={type:"log",height:120,autoScroll:!0},a.scaffold={type:"log",autoScroll:!0,height:500,encoding:"utf-8"},a.panelJustify=!0,a.panelTitle=b("456d29ef8bafd5202547e50d3e64d4ea"),a.panelBodyCreator=function(e){return e.info.renderer,wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("apiControl",{required:!0,name:"source",renderLabel:!0,label:Sc(b("c11322c9cc43ce3c004cf03f5ac0acd0"),'返回日志信息的服务,后端需要通过流的方式返回结果。\n 可参考示例')}),{type:"input-text",label:Sc(b("1d3d7de6b84f4d5d4a4e126e145af132"),b("d55bbcd785be46c3182dcd7663c3c041")),name:"encoding"},wc("placeholder",{label:b("0021bd6b2290ddca1ad6a9c8848377bc"),placeholder:b("f013ea9dcba3f5ca1278aa850931fec8")}),{type:"switch",label:Sc(b("d7eb1e98e6cfbe38ab3b242c4dda1b7b"),b("ab2dd531871defe1ef7d8d06548411f3")),name:"autoScroll",value:!0,inputClassName:"is-inline"},{label:Sc(b("2b6bc0f293f5ca01b006206c2535ccbc"),b("41058383885336fbe750665044e4e38a")),type:"checkboxes",name:"operation",inline:!1,options:[{label:b("095e938e2a09eaddc8db146b86879f4a"),value:"stop"},{label:b("694fc5efa9e1d1c2c5eb6525e1c7fb29"),value:"restart"},{label:b("288f0c404c4e546aa3683ff5054e85e2"),value:"clear"},{label:b("0cee3cd1e0b0956fb3447d7188553e4b"),value:"showLineNumber"},{label:b("bee912d79eefb7335988c4997aa9138d"),value:"filter"}]}]},{title:b("c2f42bd2a149bbeb4627b1e1b5fabedb"),body:[{type:"input-number",label:Sc(b("45f14d9548decc8a1df4e470efcf8d08"),"设置每行高度,这时就会默认启用虚拟渲染,避免渲染卡顿。\n
  • 优点:仍然可以查看所有日志
  • \n
  • 缺点:如果某一行日志很长也不会自动折行,会出现水平滚动条
\n "),name:"rowHeight",min:1},{type:"input-number",label:Sc(b("7a5d14c5f61745f08700ba315609cf9a"),"限制最大显示行数,避免渲染卡顿,默认不限制。\n
  • 优点:某一行日志很长的时候会自动折行
  • \n
  • 缺点:无法查看之前的日志
\n "),name:"maxLength",min:1}]},wc("status",{isFormItem:!1})])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{type:"input-number",label:Sc(b("c1df04eec5fa0857bc0df2d68d8e953c"),b("bddc8f2d9bdcc083bb4f3dd38eaba459")),name:"height",min:1}]},wc("style:classNames",{isFormItem:!1})])}])},a}return(0,f.ZT)(a,e),a}(ua);za(Sr);var Nr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="mapping",a.$schema="/schemas/MappingSchema.json",a.name=b("9da188491dd34c4382a5b9f006194e41"),a.isBaseComponent=!0,a.description=b("ddeeaa33ae62ead1a77a859fb79b78d7"),a.docLink="/amis/zh-CN/components/mapping",a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.icon="fa fa-exchange",a.pluginIcon="mapping-plugin",a.scaffold={type:"mapping",value:2,map:{1:b("0218cbc88086353118fea07e364334d4"),2:b("8167b3dd560a83cdc757d1022ff111e2"),3:b("8fa28f95c03faa7cc87e487a89a35a72"),4:b("d246bdddaf59436cb2160837f7bef634"),"*":b("2ab01e418dca1500dcb133d50656deea")},itemSchema:{type:"tag",label:"${item}"}},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle=b("9da188491dd34c4382a5b9f006194e41"),a.panelJustify=!0,a.panelBodyCreator=function(e){var t=/\/field\/\w+$/.test(e.path);return[wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[t?{type:"tpl",inline:!1,className:"text-info text-sm",tpl:b("8e1fee898434093aad55f5888497f970")}:null,wc("mapSourceControl"),{type:"ae-switch-more",mode:"normal",label:b("3585e4dd456b41fb8aec43f927b6a27c"),bulk:!1,name:"itemSchema",formType:"extend",form:{body:[{type:"button",level:"primary",size:"sm",block:!0,onClick:a.editDetail.bind(a,e.id),label:b("25e4c39320150bca74b4c05c7740e365")}]},pipeIn:function(e){return void 0!==e},pipeOut:function(e,t,n){return!0===e?{type:"tag",label:"${".concat(a.getDisplayField(n),' | default: "-"}')}:e||void 0}},wc("valueFormula",{pipeOut:function(e){return null==e||""===e?void 0:e}}),wc("placeholder",{pipeIn:kc("-"),label:b("4c1cff4d8c05daa6ed9352a241ee628c")})]},wc("status")])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[{title:b("261bba7ad82914e477f4b37f6a83874e"),body:[wc("className",{label:b("5e5d3f13111593b2710673006d4c8297")})]}])}])]},a}return(0,f.ZT)(a,e),a.prototype.getDisplayField=function(e){var a;return e.source||e.map&&Array.isArray(e.map)&&e.map[0]&&Object.keys(e.map[0]).length>1?null!==(a=e.labelField)&&void 0!==a?a:"label":"item"},a.prototype.filterProps=function(e){return ke(e)},a.prototype.buildEditorToolbar=function(e,a){var t=e.id,n=e.info;e.schema,"mapping"===n.renderer.name&&a.push({icon:"fa fa-expand",order:100,tooltip:b("25e4c39320150bca74b4c05c7740e365"),onClick:this.editDetail.bind(this,t)})},a.prototype.buildEditorContextMenu=function(e,a){var t=e.id;e.schema,e.region;var n=e.info;e.selections.length||(null==n?void 0:n.plugin)!==this||"mapping"===n.renderer.name&&a.push("|",{label:b("25e4c39320150bca74b4c05c7740e365"),onSelect:this.editDetail.bind(this,t)})},a.prototype.editDetail=function(e){var a,t=this.manager,n=t.store,c=n.getNodeById(e),o=n.getValueOf(e);c&&o&&this.manager.openSubEditor({title:b("25e4c39320150bca74b4c05c7740e365"),value:o.itemSchema||{type:"tag",label:"${".concat(this.getDisplayField(o),"}")},slot:{type:"container",body:"$$"},onChange:function(e){e=(0,f.pi)((0,f.pi)({},o),{itemSchema:e}),t.panelChangeValue(e,We(o,e))},data:(a={},a[o.labelField||"label"]=b("6cb01692eea2fa7066d20fe2b6ccaea3"),a[o.valueField||"value"]=b("6cb01692eea2fa7066d20fe2b6ccaea3"),a.item=b("6cb01692eea2fa7066d20fe2b6ccaea3"),a)})},a.scene=["layout"],a}(ua);za(Nr);var Or=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="markdown",a.$schema="/schemas/MarkdownSchema.json",a.name="Markdown",a.isBaseComponent=!0,a.description=b("87cac3a9c9576d9b5bad6639c891112c"),a.docLink="/amis/zh-CN/components/markdown",a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.icon="fa fa-file-text",a.pluginIcon="markdown-plugin",a.scaffold={type:"markdown",value:b("eb99816b4a216b2eb884cc6194f00ec6")},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle="MD",a.panelBodyCreator=function(e){return/\/field\/\w+$/.test(e.path),[wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:[wc("layout:originPosition",{value:"left-top"}),wc("markdownBody")]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("className")]},{title:b("33bf801796fd255b5f6147e33146669b"),body:[wc("ref"),wc("visible")]}])]},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(Or);var Tr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="nav",a.$schema="/schemas/NavSchema.json",a.name=b("056f2d7df6e6b64625c3a2d27ce07b05"),a.isBaseComponent=!0,a.description=b("f6a5891819c67a80c1179c7cdaa00935"),a.docLink="/amis/zh-CN/components/nav",a.tags=[b("997c7a5d34f6fc628893f509d0df32e0")],a.icon="fa fa-map-signs",a.pluginIcon="nav-plugin",a.scaffold={type:"nav",stacked:!0,links:[{label:b("4cb18f42ea06a97b382397c40ed64fb2"),to:"?id=1",id:"0"},{label:b("a004407ac524b6d331671fb7a013c3fc"),to:"?id=2",id:"1"}]},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle=b("056f2d7df6e6b64625c3a2d27ce07b05"),a.panelDefinitions={links:{label:b("310c10c1fcd37bf760bc15c30f54e722"),name:"links",type:"combo",multiple:!0,draggable:!0,addButtonText:b("ba750e6e302292402a4c61ed72331cba"),multiLine:!0,messages:{validateFailed:b("f7a63e1e77fac1bfa05a060d55e27692")},scaffold:{label:"",to:""},items:[wc("label",{label:b("d7ec2d3fea4756bc1642e0f10c180cf5"),required:!0}),{type:"input-text",name:"to",label:b("7fa141f341e173e2339dcf0ce6869b5c"),required:!0},wc("switch",{label:b("136ecd1380f3fa10c1fd99b93c63fc9b"),name:"target",pipeIn:function(e){return"_parent"===e},pipeOut:function(e){return e?"_parent":"_blank"}}),wc("icon",{name:"icon",label:b("5ef69f62dc668c1a3e68b51c50a2530a")}),wc("switch",{label:b("9778ba8e0cbbae9471485dfc28df8948"),name:"unfolded"}),{type:"group",label:b("720fc47e20be9b7a2e67a4ed808b3bf2"),direction:"vertical",className:"m-b-none",labelRemark:{trigger:"click",rootClose:!0,className:"m-l-xs",content:b("a6ed2640c41d0e3df4acb4f15d37f6e3"),placement:"left"},body:[{name:"active",type:"radios",inline:!0,options:[{label:b("0a60ac8f02ccd2cf723f927284877851"),value:!0},{label:b("c9744f45e76d885ae1c74d4f4a934b2e"),value:!1},{label:b("a9400c408441f1f7f6d6954deb05ae9a"),value:""}]},{name:"activeOn",autoComplete:!1,visibleOn:'typeof this.active !== "boolean"',type:"input-text",placeholder:b("dc55fd2e990771fd670743ca5dd59275"),className:"m-t-n-sm"}]},wc("switch",{label:b("78b7cf23a2b93db1ec36e6c6cfe170db"),name:"children",pipeIn:function(e){return!!e},pipeOut:function(e){return e?[{label:"",to:""}]:void 0},messages:{validateFailed:b("710b20ff1d85f7965bfaac44ae26344e")}}),{name:"children",$ref:"links",visibleOn:"this.children",label:b("02f925f6a5136c2b65b5da8d1216b5b8"),addButtonText:b("59ad4734917af165482774de9c2d50cc")}]}},a.events=[{eventName:"click",eventLabel:b("18eae9f567a9c425bf59147a2601ee6a"),description:b("12b91237057ca7d81d50cca9873c8267"),dataSchema:[{type:"object",properties:{"event.data":{type:"object",title:b("66f1115691b0a3e434dd3e8a6e733730")}}}]},{eventName:"change",eventLabel:b("0a974408aab362095e939e5364315971"),description:b("4b5f4893cf06a9d9ea5b8486bef87c26"),dataSchema:[{type:"object",properties:{"event.data":{type:"object",title:b("66f1115691b0a3e434dd3e8a6e733730")}}}]},{eventName:"toggled",eventLabel:b("9b317a5d43f72026b0c0699b1d596436"),description:b("9ef3c85c39e1e686f6b8c58292352ce1"),dataSchema:[{type:"object",properties:{"event.data":{type:"object",title:b("66f1115691b0a3e434dd3e8a6e733730")}}}]},{eventName:"collapsed",eventLabel:b("afce1df2e30a4674f507292d642fe270"),description:b("4015091668f286adf085d60a040f89a1"),dataSchema:[{type:"object",properties:{"event.data":{type:"object",title:b("66f1115691b0a3e434dd3e8a6e733730")}}}]},{eventName:"loaded",eventLabel:b("2631c12c40aa18fff4c6a2793f03f95b"),description:b("26a92da0738fed6a6178be565cfb3a59"),dataSchema:[{type:"object",properties:{"event.data":{type:"object",title:b("66f1115691b0a3e434dd3e8a6e733730")}}}]}],a.actions=[{actionType:"updateItems",actionLabel:b("67d8dc76a8c8a3f0f52232969d72e8bb"),description:b("12fbc0729d69e4243c4818093e96de8c")},{actionType:"collapse",actionLabel:b("afce1df2e30a4674f507292d642fe270"),description:b("ee621e1f1429f1150a69bd02eecf6964")},{actionType:"reload",actionLabel:b("64ca9bab920a2983bcf270320d850d00"),description:b("9ef5597ac0b4da662bcd967da37eceb4")}],a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("switch",{name:"stacked",label:b("e0e2b0cf2a3c8379b1d9144b10b3824d"),pipeIn:function(e){return!e},pipeOut:function(e){return!e}}),wc("switch",{name:"mode",label:[{children:o.createElement(oe.pf,{tooltipClassName:"ae-nav-tooltip-wrapper",trigger:"hover",rootClose:!0,placement:"top",tooltipTheme:"dark",style:{fontSize:"12px"},tooltip:{children:function(){return o.createElement("div",null,o.createElement("span",null,"默认为内联模式,开启后子菜单不在父级下方展开,会悬浮在菜单的侧边展示"),o.createElement("div",{className:"nav-mode-gif"}))}}},o.createElement("span",null,"子菜单悬浮展示"))}],visibleOn:"this.stacked",pipeIn:function(e){return"float"===e},pipeOut:function(e){return e?"float":"inline"}}),wc("switch",{label:Sc(b("47b4e22880eb59ce9989b8419222e88a"),b("9dcb6b749d6682f1ac51b2dcdefd3208")),visibleOn:'this.stacked && this.mode !== "float"',name:"accordion"}),{type:"input-number",name:"defaultOpenLevel",label:Sc(b("49a84da9b39148af54903ba4c6ed257f"),b("d4b70ea3a756ec4d06c8ecb2f27330ab")),visibleOn:'this.stacked && this.mode !== "float"',mode:"horizontal",labelAlign:"left"},{type:"input-number",name:"level",label:Sc(b("96198d14846a941a60824bd6ebda4d9e"),b("cac013d011fe1ac71c3b9f0bd0594d65")),mode:"horizontal",labelAlign:"left"}]},{title:b("7419d6bab78d959d5c3b7a38f9888258"),body:[wc("navControl"),wc("nav-badge",{visibleOn:"this.links"})]},{title:b("3fea7ca76cdece641436d7ab0d02ab1b"),body:[wc("hidden")]}])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",wc("style:common",["layout"]))},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(Tr);var Ir=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="operation",a.$schema="/schemas/OperationSchema.json",a.name=b("8abc564260a1564521e0c3a1d5419b4a"),a.isBaseComponent=!0,a.description=b("8d79a8cbe0ed37accbe0739024d5d896"),a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.icon="",a.scaffold={type:"operation",label:b("2b6bc0f293f5ca01b006206c2535ccbc"),buttons:[{label:b("fa966345577ba81af19408f203db968f"),type:"button"}]},a.previewSchema={type:"tpl",tpl:b("8abc564260a1564521e0c3a1d5419b4a")},a.regions=[{key:"buttons",label:b("6c0fe599b36c2a55efd8705681783ee5"),renderMethod:"render",insertPosition:"inner",preferTag:b("fa966345577ba81af19408f203db968f")}],a.panelTitle=b("8abc564260a1564521e0c3a1d5419b4a"),a.panelBodyCreator=function(e){return[wc("className",{name:"innerClassName"}),{children:o.createElement(i.zxk,{level:"info",size:"sm",className:"m-b-sm",block:!0,onClick:function(){a.manager.showRendererPanel(b("fa966345577ba81af19408f203db968f"),b("975903dc39691813530e108986e49ac1"))}},"添加按钮")}]},a}return(0,f.ZT)(a,e),a.prototype.buildSubRenderers=function(a,t){if(a&&a.info&&a.info.renderer&&("table"===a.info.renderer.name||"crud"===a.info.renderer.name))return e.prototype.buildSubRenderers.apply(this,arguments)},a}(ua);za(Ir);var Mr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="page",a.$schema="/schemas/PageSchema.json",a.name=b("59ceff465ad16932d8972191ad815dfb"),a.isBaseComponent=!0,a.disabledRendererPlugin=!0,a.description=b("243e91d5fbc5a03a5c54da6d8e662e4f"),a.docLink="/amis/zh-CN/components/page",a.tags=b("22c799040acdb2601b437ed5449de076"),a.icon="fa fa-desktop",a.scaffold={type:"page",regions:["body"],body:[{type:"tpl",tpl:b("2d711b09bd0db0ad240cc83b30dd8014")}]},a.previewSchema={type:"page",className:"text-left b-a",asideClassName:"w-xs",title:b("32c65d8d7431e76029678ec7bb73a5ab"),subTitle:b("72cf373be86a38b29f6d2f15900b0da1"),aside:b("54002bbf7eb3da8346dd4be61d642bca"),body:b("2d711b09bd0db0ad240cc83b30dd8014")},a.events=[{eventName:"init",eventLabel:b("2cb472ff9cad0c89a033c53996b52053"),description:b("76ddcc0ad85aa4be6875b73244a64faf"),dataSchema:[{type:"object",properties:{"event.data":{type:"object",title:b("584e4b6108e132be92c9de09d7bbed72")}}}]},{eventName:"inited",eventLabel:b("9328b90ded33d16a873db5c0dbd815b8"),description:b("f3b97bd71a77cca1e9288089a537cf3b"),dataSchema:[{type:"object",properties:{"event.data":{type:"object",title:b("9787088794f42c7e476cf7580f81447e")}}}]},{eventName:"pullRefresh",eventLabel:b("5d758dc5e33ba0122c256d80c1572e88"),description:b("d6fdfa4f989be6586a7a29ea85522f24")}],a.actions=[{actionType:"reload",actionLabel:b("64ca9bab920a2983bcf270320d850d00"),description:b("9ef5597ac0b4da662bcd967da37eceb4")},{actionType:"setValue",actionLabel:b("e22855f53b7a1ab33e920375c0cd0e3d"),description:b("0310aa5a05fe07147d8b7ef20616f659")}],a.regions=[{key:"toolbar",label:b("012f602372cd2dbd639cd966c63e1f90"),preferTag:b("56e6db657d4775698984f883b71cb379")},{key:"aside",label:b("54002bbf7eb3da8346dd4be61d642bca"),placeholder:b("4f9fa9ee5b0604d97da73e77fdbc281e")},{key:"body",label:b("132a78bdf68d6d17bde00aa807bbf032"),placeholder:b("40fd4b2a194b2b1284a7f7f738b69640")}],a.wrapper=ya,a.panelTitle=b("59ceff465ad16932d8972191ad815dfb"),a.panelJustify=!0,a.panelBodyCreator=function(e){return[wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:[wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{type:"checkboxes",name:"regions",label:b("0e82bfaaec104a9f0eeb14820b42e7c8"),pipeIn:function(e){return Array.isArray(e)?e:["body","toolbar","aside","header"]},pipeOut:function(e){return Array.isArray(e)&&e.length?e:["body","toolbar","aside","header"]},joinValues:!1,extractValue:!0,inline:!1,options:[{label:b("132a78bdf68d6d17bde00aa807bbf032"),value:"body"},{label:b("391555a3772260743f19278f01adf75e"),value:"header"},{label:b("012f602372cd2dbd639cd966c63e1f90"),value:"toolbar"},{label:b("54002bbf7eb3da8346dd4be61d642bca"),value:"aside"}]},wc("pageTitle"),wc("pageSubTitle"),wc("remark",{label:b("3ba265c6b63bde0319822afd6b9a649d"),hiddenOn:'data.regions && !data.regions.includes("header") || !data.title'}),{type:"ae-Switch-More",name:"asideResizor",mode:"normal",label:b("e7f2f04f7c2b2e9e07b69767ea28d6ab"),hiddenOn:'data.regions && !data.regions.includes("aside")',value:!1,hiddenOnDefault:!0,formType:"extend",form:{body:[{type:"input-number",label:b("a2b62974f4d7564bb68b570116f25a10"),min:0,name:"asideMinWidth",pipeIn:kc(160),pipeOut:function(e){return e||0}},{type:"input-number",label:b("99b57d8c9244ff9a695fcd519b4e2e57"),min:0,name:"asideMaxWidth",pipeIn:kc(350),pipeOut:function(e){return e||0}}]}},{type:"switch",label:Sc(b("28d602809bd1dc6b47ceb38cb54f32de"),b("36bded76593f98fab62453c7430b2918")),name:"asideSticky",inputClassName:"is-inline",pipeIn:kc(!0),hiddenOn:'data.regions && !data.regions.includes("aside")'}]},{title:b("0d83078816aa273f2941c9b55ec82bf3"),body:[wc("combo-container",{type:"input-kv",mode:"normal",name:"data",label:b("c70638412c6cffd150117ae403dea939")}),wc("apiControl",{name:"initApi",mode:"row",labelClassName:"none",label:Sc(b("b4bc91701b86fe8543d649e97daea602"),b("4143d7418de740e8bc26ef4b27c63534"))})]},,{title:b("c95e748d5811faae5c52bdc07bee51a0"),body:[{type:"combo",name:"pullRefresh",mode:"normal",noBorder:!0,items:[{type:"ae-Switch-More",mode:"normal",label:b("5d758dc5e33ba0122c256d80c1572e88"),name:"disabled",formType:"extend",value:!0,trueValue:!1,falseValue:!0,autoFocus:!1,form:{body:[{name:"pullingText",label:Sc(b("04f767eaa571383ea271432bee6deedf"),b("e24bc5fd094c7c272725c6340d8aeb8e")),type:"input-text"},{name:"loosingText",label:Sc(b("0b3eef4f8a8061baa22416dc1e5dad03"),b("717b23399e04873441478fef1cc16d43")),type:"input-text"}]}}]}]}])]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),className:"p-none",body:[wc("collapseGroup",(0,f.ev)([],(0,f.CR)(wc("theme:common",["layout"])),!1))]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])]},a}return(0,f.ZT)(a,e),a.prototype.rendererBeforeDispatchEvent=function(e,a,t){if("init"===a){var n=this.manager.dataSchema.getScope("".concat(e.id,"-").concat(e.type)),c=(0,f.pi)({$id:"pageInitData"},Xe(t));null==n||n.removeSchema(c.$id),null==n||n.addSchema(c)}"inited"===a&&(n=this.manager.dataSchema.getScope("".concat(e.id,"-").concat(e.type)),c=(0,f.pi)({$id:"pageInitedData"},Xe(t)),null==n||n.removeSchema(c.$id),null==n||n.addSchema(c))},a}(ua);za(Mr);var Fr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="pagination",a.$schema="/schemas/PaginationSchema.json",a.name=b("f59b11ff84daeb60b027dc02490b627a"),a.isBaseComponent=!0,a.disabledRendererPlugin=!0,a.description=b("7cfb5e222a5954e891fba6e3802c7ea6"),a.tags=[b("22c799040acdb2601b437ed5449de076")],a.icon="fa fa-window-minimize",a.lastLayoutSetting=["pager"],a.layoutOptions=[{text:b("9ed7d3adc032f6b78808e7f3786ec9cc"),value:"total",checked:!1},{text:b("8e60090c332693095d5852d92ee149ee"),value:"perPage",checked:!1},{text:b("3862626c138ce5945e0e273a1bdfbad0"),value:"pager",checked:!0},{text:b("0059d50e3f7b2fe7f1822ccc218fed66"),value:"go",checked:!1}],a.scaffold={type:"pagination",mode:"normal",layout:["pager"],activePage:1,lastPage:1,total:1,hasNext:!1,disabled:!1,perPageAvailable:[10,20,50,100],perPage:10,maxButtons:7},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle=b("47c62ec10a240c35b8446cc923c5e8ef"),a.events=[{eventName:"pageChange",eventLabel:b("97b8cf6ae269b6f6d75063073cd565cc"),description:b("97b8cf6ae269b6f6d75063073cd565cc")}],a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),{name:"mode",label:b("f0789e79d48f135e5d870753f7a85d05"),type:"button-group-select",size:"sm",pipeIn:kc("normal"),options:[{label:b("18c63459a2c069022c7790430f761214"),value:"normal"},{label:b("b30f254eccefa14c9980235bcbec74f9"),value:"simple"}]},wc("combo-container",{name:"layout",type:"combo",label:Sc(b("07b59fd09f6007bac246d9a73b793a49"),b("41ed1e238b846005dfb0f087cbec644b")),visibleOn:'data.mode === "normal"',mode:"normal",multiple:!0,multiLine:!1,addable:!1,removable:!1,draggable:!0,editable:!1,minLength:1,tabsStyle:"inline",formClassName:"ae-pagination-layout-item",items:[{type:"checkbox",name:"checked",className:"m-t-n-xxs"},{type:"tpl",name:"text",className:"p-t-xs"}],pipeIn:function(e){return e?"string"==typeof e&&(e=e.split(",")):e=a.lastLayoutSetting,a.layoutOptions.map((function(a){return(0,f.pi)((0,f.pi)({},a),{checked:e.includes(a.value)})}))},pipeOut:function(e){return a.lastLayoutSetting=e.filter((function(e){return e.checked})).map((function(e){return e.value})),a.lastLayoutSetting.concat()}}),wc("combo-container",{name:"perPageAvailable",type:"combo",label:b("71fa2ba926cd032c0ebe0bcdd5d3eb10"),visibleOn:'data.mode === "normal" && data.layout && data.layout.includes("perPage")',mode:"normal",multiple:!0,multiLine:!1,addable:!0,removable:!0,draggable:!0,editable:!0,minLength:1,tabsStyle:"inline",addButtonClassName:"m-b-sm",items:[{type:"input-number",name:"value",min:1}],pipeIn:function(e){return(null==e?void 0:e.map((function(e){return{value:e}})))||[10]},pipeOut:function(e){return e.map((function(e){return e.value}))}}),{name:"perPage",type:"input-text",label:b("04519bf3bf428bb1a75938ac65dba040"),visibleOn:'data.mode === "normal" && data.layout?.includes("perPage")'},{name:"maxButtons",label:Sc(b("040f05137eb37e880873a763ff653fe9"),b("2ee8eb6b1a80a4b025f97fca6afb800d")),type:"input-number",min:5,max:20,pipeOut:function(e){return e||5},visibleOn:'data.mode === "normal"'}]},{title:b("3fea7ca76cdece641436d7ab0d02ab1b"),body:[wc("disabled")]}])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:classNames",{isFormItem:!1})])},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a.regions=[{key:"body",label:b("132a78bdf68d6d17bde00aa807bbf032")}],a}return(0,f.ZT)(a,e),a}(ua);za(Fr);var Rr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="panel",a.$schema="/schemas/panelSchema.json",a.name=b("cd6f79e7bff1337c12c86a15ceedd6da"),a.isBaseComponent=!0,a.icon="fa fa-window-maximize",a.pluginIcon="panel-plugin",a.description=b("e04a2f1662121e5a3c397d496114185b"),a.docLink="/amis/zh-CN/components/panel",a.tags=b("22c799040acdb2601b437ed5449de076"),a.scaffold={type:"panel",title:b("32c65d8d7431e76029678ec7bb73a5ab"),body:b("2d711b09bd0db0ad240cc83b30dd8014")},a.previewSchema={type:"panel",title:b("4e9bb0326ab4d3a2af94d901c7f1b6a7"),body:b("5bf5f1fd54476671bd6fd9d97e3e6b6b"),className:"Panel--default text-left m-b-none",actions:[{label:b("e9d2f66bbd44c96a3e03494bf6b1ebf0"),type:"button"},{label:b("ce35a17d2ba7caac95092a7a66ac9a0d"),type:"button"}]},a.regions=[{key:"body",label:b("132a78bdf68d6d17bde00aa807bbf032"),renderMethod:"renderBody",renderMethodOverride:function(e,a){return function(){for(var t=[],n=0;n0?c:void 0})}}),wc("valueFormula",{pipeOut:function(e){return null==e||""===e?void 0:e}}),wc("placeholder",{label:b("4c1cff4d8c05daa6ed9352a241ee628c"),pipeIn:kc("-")})]},wc("status")])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[{title:b("261bba7ad82914e477f4b37f6a83874e"),body:[wc("className",{label:b("5e5d3f13111593b2710673006d4c8297")})]}])}])]},a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(Dr);var $r=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="steps",a.$schema="/schemas/StepsSchema.json",a.name=b("aacb2b36c47395e4b4b409e351eb4279"),a.isBaseComponent=!0,a.icon="fa fa-forward",a.pluginIcon="steps-plugin",a.description=b("aacb2b36c47395e4b4b409e351eb4279"),a.docLink="/amis/zh-CN/components/steps",a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.scaffold={type:"steps",value:1,steps:[{title:b("863a8583132d087e57aebb7d89e18a50"),subTitle:b("72cf373be86a38b29f6d2f15900b0da1"),description:b("3bdd08adab6ea90b9164b20a0e4151ac")},{title:b("9757f2c59c17e9aea46e0c8adb69597e")},{title:b("207e30c0e7318027d521dd7c6fab6a99")}]},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle="Steps",a.panelBody=[wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:[wc("layout:originPosition",{value:"left-top"}),wc("combo-container",{name:"steps",label:b("b8a2d347bdb22fde367a851df8335771"),type:"combo",scaffold:{type:"wrapper",body:b("bc78248b34b7bf18691e6d385e0f544b")},minLength:2,multiple:!0,draggable:!0,items:[wc("title",{label:!1,placeholder:b("32c65d8d7431e76029678ec7bb73a5ab")}),wc("stepSubTitle"),wc("stepDescription")]}),{name:"value",type:"input-text",label:b("59cecbff0cc77511590d2161cc3058e9"),description:b("c207ba29769aca6ffd45db9f80bcb29e")},{name:"status",type:"select",label:b("6bf1f392c0a404d1f7558e6dcdd6c2e6"),creatable:!0,value:"finish",options:[{label:b("fb852fc6cce168301447d1baff276dc5"),value:"process"},{label:b("8797922788916874c39ee1524bbc3638"),value:"wait"},{label:b("769d88e425e03120b83ee4ed6b9d588e"),value:"finish"},{label:b("ad8e01fe719bf1a5af82ee0d100d246b"),value:"error"}]},wc("api",{name:"source",label:b("d1f03ea8d9d3c3a241e8a340b8a384d3")})]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[{name:"mode",type:"select",label:b("f0789e79d48f135e5d870753f7a85d05"),value:"horizontal",options:[{label:b("4cde06e6162ed66720e3133cb83bc059"),value:"horizontal"},{label:"竖直",value:"vertical"},{label:"简单",value:"simple"}]},wc("className")]},{title:b("33bf801796fd255b5f6147e33146669b"),body:[wc("visible")]}])],a}return(0,f.ZT)(a,e),a}(ua);za($r);var Vr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="sparkline",a.$schema="/schemas/SparklineSchema.json",a.name=b("29326bcd28fb39bd41e54242fa532c85"),a.isBaseComponent=!0,a.description=b("270301455c3de762a7e2b145dac7a8b4"),a.docLink="/amis/zh-CN/components/sparkline",a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.icon="fa fa-area-chart",a.pluginIcon="sparkline-plugin",a.scaffold={type:"sparkline",height:30,value:[3,5,2,4,1,8,3,7]},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle=b("29326bcd28fb39bd41e54242fa532c85"),a.panelBody=[wc("layout:originPosition",{value:"left-top"}),{name:"height",type:"input-number",label:b("c1df04eec5fa0857bc0df2d68d8e953c")}],a}return(0,f.ZT)(a,e),a}(ua);za(Vr);var _r=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="submit",a.disabledRendererPlugin=!0,a.name=b("939d5345ad4345dbaabe14798f6ac0f1"),a.isBaseComponent=!0,a.description=b("74f0f6730053049f4c9beca2ab00c193"),a.panelTitle=b("fa966345577ba81af19408f203db968f"),a.scaffold={type:"submit",label:b("939d5345ad4345dbaabe14798f6ac0f1"),level:"primary"},a.previewSchema=(0,f.pi)({},a.scaffold),a}return(0,f.ZT)(a,e),a}($d);za(_r);var Hr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="table",a.$schema="/schemas/TableSchema.json",a.name=b("b339aa87104709397ba68e7ebbc6e5ba"),a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.isBaseComponent=!0,a.description=b("ea2b32f5d78d2305b9b7bc21e056a009"),a.docLink="/amis/zh-CN/components/table",a.icon="fa fa-table",a.pluginIcon="table-plugin",a.scaffold={type:"table",columns:[{label:b("20aadc3f9b7edb564dc58898898e0dc8"),name:"a"}]},a.regions=[{key:"columns",label:b("1f9794dd5634220ed0a498c666cf46fe"),renderMethod:"renderTableContent",preferTag:b("027446c2f9070b0f5b16a18208bf5fc7"),dndMode:"position-h"}],a.previewSchema={type:"table",className:"text-left m-b-none",affixHeader:!1,items:[{a:1,b:2},{a:3,b:4},{a:5,b:6}],columns:[{label:"A",name:"a"},{label:"B",name:"b"}]},a.panelTitle=b("b339aa87104709397ba68e7ebbc6e5ba"),a.events=[{eventName:"selectedChange",eventLabel:b("257f5a3886d87d2255206f86b880d07e"),description:b("6130b1f75d624b2f73f5d923492e92f7"),dataSchema:[{type:"object",properties:{"event.data.selectedItems":{type:"array",title:b("aeddca0456d8fe520dc95545a83458e9")},"event.data.unSelectedItems":{type:"array",title:b("4f907cb94921bb62a8399adec922bb60")}}}]},{eventName:"columnSort",eventLabel:b("f3d21138c8ecf5683503c4f814cc7199"),description:b("d84464cfb2a5828a200fe9c28a323122"),dataSchema:[{type:"object",properties:{"event.data.orderBy":{type:"string",title:b("652f155e644e82ebb0a1aed97ab6ab23")},"event.data.orderDir":{type:"string",title:b("460e3a697d1680445a47139c0816fbe6")}}}]},{eventName:"columnFilter",eventLabel:b("3d0b957a99d0c366612c01913e17a0c7"),description:b("b35963687361af98e6acdc004e87fc3c"),dataSchema:[{type:"object",properties:{"event.data.filterName":{type:"string",title:b("ad11fba3ac676233f3105e76e7de0501")},"event.data.filterValue":{type:"string",title:b("8e4b9c88c51aaad1a28a28e8b536697f")}}}]},{eventName:"columnSearch",eventLabel:b("93a5a0253f11e3a2e58f4e87a52fb094"),description:b("6d4c4990ab2c32efe8a17c5f22e10cb5"),dataSchema:[{type:"object",properties:{"event.data.searchName":{type:"string",title:b("a80a4486100baf3f45fab3a59e4a816d")},"event.data.searchValue":{type:"object",title:b("b9a565fe1dc488efae1d63464f277f09")}}}]},{eventName:"orderChange",eventLabel:b("85ddd38957256b6e9026f42ed570bc35"),description:b("d7a66def82af88cd5d408e38feb8a65a"),dataSchema:[{type:"object",properties:{"event.data.movedItems":{type:"array",title:b("1987561c006c7192ab619f81103d2a2f")}}}]},{eventName:"columnToggled",eventLabel:b("ecfebbc91e2c18a512aeb11b7da15193"),description:b("c94f45773a42dc386b9c9dcdc6fa542b"),dataSchema:[{type:"object",properties:{"event.data.columns":{type:"array",title:b("70567329ee851a5ba7e7301bd8e9d9a1")}}}]},{eventName:"rowClick",eventLabel:b("76e47871d654c3b0b0e301c0a076e55a"),description:b("cc13521eab2c7423b3fb857772405cc3"),dataSchema:[{type:"object",properties:{"event.data.rowItem":{type:"object",title:b("2fbbf5c38b66ac5496ac42246bbe9e0b")}}}]}],a.actions=[{actionType:"select",actionLabel:b("8eb3c8b16106e5487cd1fa3b8a1342ce"),description:b("908cc16fe4f7972450167e26276ac726"),innerArgs:["selected"],schema:Gc([wc("formulaControl",{name:"selected",label:b("a2b39e5a8b5015234dcd8e07a2e00e3d"),variables:"${variables}",size:"lg",mode:"horizontal"})])},{actionType:"selectAll",actionLabel:b("366a3c07289bd6efb7c2a182f7a12772"),description:b("e97c09cd119b64ae0a8dfd42a1d449cb")},{actionType:"clearAll",actionLabel:b("c3e8652924c258e121eed16414d3a9e5"),description:b("7619ec29c0a854dd49e0a7a47bf1a127")},{actionType:"initDrag",actionLabel:b("b94bd878cae4ddc567b00a2dc4f21d74"),description:b("5dc3017c21ae2e31ab127dbde8ec80e9")}],a.panelJustify=!0,a.panelBodyCreator=function(e){var t="crud"===e.schema.type,n=oa();return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{name:"title",type:n?"input-text-i18n":"input-text",label:b("32c65d8d7431e76029678ec7bb73a5ab")},t?null:{name:"source",type:"input-text",label:b("c11322c9cc43ce3c004cf03f5ac0acd0"),pipeIn:kc("${items}"),description:b("7ea26d0cb93e59339daf6a1ac68624f3")},{name:"combineNum",label:Sc(b("25915fb58615ba9a5e145efa252fec30"),b("80174cabf025dfe269aee5390b813708")),type:"input-number",labelAlign:"left",horizontal:{left:5,right:7},placeholder:b("d7d0936858fcdf4ffdb2899451ec74fc")},{type:"ae-switch-more",mode:"normal",formType:"extend",label:b("86aafaa75b388deb4a4cbdab2293c099"),name:"showHeader",form:{body:[{children:o.createElement(i.zxk,{level:"primary",size:"sm",block:!0,onClick:a.editHeaderDetail.bind(a,e.id)},"配置头部")}]}},{type:"ae-switch-more",mode:"normal",formType:"extend",label:b("12c4c5e8abda77e1fdc93653d6414187"),name:"showFooter",form:{body:[{children:o.createElement(i.zxk,{level:"primary",size:"sm",block:!0,onClick:a.editFooterDetail.bind(a,e.id)},"配置底部")}]}}]},wc("status")])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{name:"columnsTogglable",label:b("14921c3831512876f6d58b2a497b86df"),type:"button-group-select",pipeIn:kc("auto"),size:"sm",labelAlign:"left",horizontal:{left:5,right:7},options:[{label:b("3aed2c11e95a9c0ea1d853d4aee72e8c"),value:"auto"},{label:b("cc42dd3170fdf36bdc2b0f58ab23eb84"),value:!0},{label:b("b15d91274e9fc68608c609999e0413fa"),value:!1}],description:b("6fe0b71c07a5ce5f7a09f7fdb1d63827")},wc("switch",{name:"affixHeader",label:b("e8bb313fb86cf474c0e264794bc85896"),pipeIn:kc(!0)}),wc("switch",{name:"footable",label:Sc(b("5006fdc5659989e42c3855c17c57f878"),b("9db359f376a1a588ef7dcbef53cc114a")),pipeIn:function(e){return!!e}}),{name:"footable.expand",type:"button-group-select",size:"sm",visibleOn:"data.footable",label:b("df74194830e695efbfce16c0c64223cf"),pipeIn:kc("none"),options:[{label:b("94be543c4fd399f0839211464c8583ce"),value:"first"},{label:b("9a7b52fc8659f1786907fe93efa85bf7"),value:"all"},{label:b("b07deca9076bd3354b1b2709d58d725a"),value:"none"}]},{name:"placeholder",pipeIn:kc(b("21efd88b67a39834582ad99aabb9dc60")),type:"input-text",label:b("35ba83e053cef95e55dfffde279822b5")},{name:"rowClassNameExpr",type:"input-text",label:b("76b3250fb1e8593fac075b64029300fa"),placeholder:"支持模板语法,如 <%= data.id % 2 ? 'bg-success' : '' %>"}]},{title:b("261bba7ad82914e477f4b37f6a83874e"),body:[wc("className",{label:b("5e5d3f13111593b2710673006d4c8297")}),wc("className",{name:"tableClassName",label:b("b339aa87104709397ba68e7ebbc6e5ba")}),wc("className",{name:"headerClassName",label:b("9e25d776a57c610940bcc1c19847b97d")}),wc("className",{name:"footerClassName",label:b("2ec1b0bb189b486945e79c167a4a024d")}),wc("className",{name:"toolbarClassName",label:b("012f602372cd2dbd639cd966c63e1f90")})]}])},t?null:{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),Object.defineProperty(a.prototype,"scaffoldForm",{get:function(){var e=oa();return{title:b("6b93fcfc1a5795189c6072fa6e86d4f6"),body:[{name:"columns",type:"combo",multiple:!0,label:!1,addButtonText:b("0c14e431f1b5ecd163f8fa010a0654c7"),draggable:!0,items:[{type:e?"input-text-i18n":"input-text",name:"label",placeholder:b("32c65d8d7431e76029678ec7bb73a5ab")},{type:"input-text",name:"name",placeholder:b("41a344642681efaaa418c228ba7fb45c")},{type:"select",name:"type",placeholder:b("226b0912184333c81babf2f1894ec0c1"),value:"text",options:[{value:"text",label:b("ffb01e5bcf4c00447f5150d3cba81371")},{value:"tpl",label:b("59cf15fe6b8d659c9bd2f86143534a06")},{value:"image",label:b("20def7942674282277c3714ed7ea6ce0")},{value:"date",label:b("4ff1e74e43a3586339251494117185ad")},{value:"progress",label:b("c7bff79d059a0b7ff9b02441959d8be2")},{value:"status",label:b("3fea7ca76cdece641436d7ab0d02ab1b")},{value:"mapping",label:b("9da188491dd34c4382a5b9f006194e41")},{value:"operation",label:b("8abc564260a1564521e0c3a1d5419b4a")}]}]}],canRebuild:!0}},enumerable:!1,configurable:!0}),a.prototype.filterProps=function(e){var a=Array.isArray(e.value)?e.value:"string"==typeof e.source?(0,i.H_J)(e.source,e.data):(0,i.H_J)("items",e.data);if(Array.isArray(a)&&a.length)e.value=a.slice(0,10);else{var t={};Array.isArray(e.columns)&&e.columns.forEach((function(e){e.name&&(0,d.NI0)(t,e.name,Nc(e))})),e.value=qe(t,1).map((function(e,a){return(0,f.pi)((0,f.pi)({},e),{id:a+1})}))}return e.resizable=!1,e},a.prototype.getRendererInfo=function(a){var t,n=this,c=a.schema,o=a.renderer;return c.$$id||"crud"!==(null===(t=c.$$editor)||void 0===t?void 0:t.renderer.name)||"table"!==o.name?e.prototype.getRendererInfo.call(this,a):(0,f.pi)((0,f.pi)({},{id:c.$$editor.id}),{name:n.name,regions:n.regions,patchContainers:n.patchContainers,vRendererConfig:n.vRendererConfig,wrapperProps:n.wrapperProps,wrapperResolve:n.wrapperResolve,filterProps:n.filterProps,$schema:n.$schema,renderRenderer:n.renderRenderer})},a.prototype.beforeInsert=function(e){var a,t,n,c,o=e.context;o.info.plugin!==this&&(null===(a=o.node.sameIdChild)||void 0===a?void 0:a.info.plugin)!==this||"columns"!==o.region||(o.data=(0,f.pi)((0,f.pi)({},o.data),{label:null!==(c=null!==(t=o.data.label)&&void 0!==t?t:null===(n=o.subRenderer)||void 0===n?void 0:n.name)&&void 0!==c?c:b("bcee820bc20342a4d388a35ed32a35fe")}))},a.prototype.buildDataSchemas=function(e,a,t){var n,c;return(0,f.mG)(this,void 0,void 0,(function(){var o,i,r,l,s,u,p,m,h,v,g,y,w;return(0,f.Jh)(this,(function(C){switch(C.label){case 0:o={$id:"tableRow",type:"object",properties:{}},i=e.children.find((function(e){return e.isRegion&&"columns"===e.region})),C.label=1;case 1:C.trys.push([1,8,9,10]),r=(0,f.XA)(null==i?void 0:i.children),l=r.next(),C.label=2;case 2:return l.done?[3,7]:(s=l.value,(u=s.schema).name?(p=o.properties,m=u.name,(null===(c=null===(n=s.info)||void 0===n?void 0:n.plugin)||void 0===c?void 0:c.buildDataSchemas)?[4,s.info.plugin.buildDataSchemas(s,a)]:[3,4]):[3,6]);case 3:return h=C.sent(),[3,5];case 4:h={type:"string",title:u.label||u.name},C.label=5;case 5:p[m]=h,C.label=6;case 6:return l=r.next(),[3,2];case 7:return[3,10];case 8:return v=C.sent(),y={error:v},[3,10];case 9:try{l&&!l.done&&(w=r.return)&&w.call(r)}finally{if(y)throw y.error}return[7];case 10:return"columns"===(null==a?void 0:a.region)?[2,o]:(g={},t&&(0,d.Jyg)(null==i?void 0:i.children,(function(e){return e.id===t.id}))&&(g=o.properties),[2,{$id:"table",type:"object",properties:(0,f.pi)((0,f.pi)({},g),{rows:{type:"array",title:b("77fdd35933c099cdcb64b71f3fbe7a6c"),items:o}})}])}}))}))},a.prototype.editHeaderDetail=function(e){var a,t=this.manager,n=t.store,c=n.getNodeById(e),o=n.getValueOf(e),i={type:"tpl",tpl:b("86aafaa75b388deb4a4cbdab2293c099"),wrapperComponent:""};c&&o&&this.manager.openSubEditor({title:b("e6aa1b827415217c524ae9d9b665cca5"),value:null!==(a=o.header)&&void 0!==a?a:i,slot:{type:"container",body:"$$"},onChange:function(e){e=(0,f.pi)((0,f.pi)({},o),{header:e}),t.panelChangeValue(e,We(o,e))}})},a.prototype.editFooterDetail=function(e){var a,t=this.manager,n=t.store,c=n.getNodeById(e),o=n.getValueOf(e),i={type:"tpl",tpl:b("12c4c5e8abda77e1fdc93653d6414187"),wrapperComponent:""};c&&o&&this.manager.openSubEditor({title:b("a2ecfd5a0db9c855f59eea75083678e6"),value:null!==(a=o.footer)&&void 0!==a?a:i,slot:{type:"container",body:"$$"},onChange:function(e){e=(0,f.pi)((0,f.pi)({},o),{footer:e}),t.panelChangeValue(e,We(o,e))}})},a}(ua);za(Hr);var qr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="table2",a.$schema="/schemas/TableSchema.json",a.name=b("0d1f68afa19f3f3dd88e28d17c98ddf9"),a.isBaseComponent=!0,a.panelJustify=!0,a.disabledRendererPlugin=!0,a.description=b("ea2b32f5d78d2305b9b7bc21e056a009"),a.docLink="/amis/zh-CN/components/table2",a.icon="fa fa-table",a.scaffold={type:"table2",columns:[{title:b("20aadc3f9b7edb564dc58898898e0dc8"),name:"a"}],source:"$item"},a.regions=[{key:"columns",label:b("1f9794dd5634220ed0a498c666cf46fe"),renderMethod:"renderTable",preferTag:b("027446c2f9070b0f5b16a18208bf5fc7"),dndMode:"position-h"}],a.previewSchema={type:"table2",className:"text-left m-b-none",items:[{a:1,b:2,c:9},{a:3,b:4,c:8},{a:5,b:6,c:7}],columns:[{title:"A",name:"a"},{title:"B",name:"b"}]},a.scaffoldForm={title:b("6b93fcfc1a5795189c6072fa6e86d4f6"),body:[{name:"columns",type:"combo",multiple:!0,label:!1,addButtonText:b("0c14e431f1b5ecd163f8fa010a0654c7"),draggable:!0,items:[{type:"input-text",name:"title",placeholder:b("32c65d8d7431e76029678ec7bb73a5ab")},{type:"input-text",name:"name",placeholder:b("41a344642681efaaa418c228ba7fb45c")},{type:"select",name:"type",placeholder:b("226b0912184333c81babf2f1894ec0c1"),value:"text",options:[{value:"text",label:b("ffb01e5bcf4c00447f5150d3cba81371")},{value:"tpl",label:b("59cf15fe6b8d659c9bd2f86143534a06")},{value:"image",label:b("20def7942674282277c3714ed7ea6ce0")},{value:"date",label:b("4ff1e74e43a3586339251494117185ad")},{value:"progress",label:b("c7bff79d059a0b7ff9b02441959d8be2")},{value:"status",label:b("3fea7ca76cdece641436d7ab0d02ab1b")},{value:"mapping",label:b("9da188491dd34c4382a5b9f006194e41")},{value:"container",label:b("22c799040acdb2601b437ed5449de076")},{value:"operation",label:b("8abc564260a1564521e0c3a1d5419b4a")}]}]}],canRebuild:!0},a.panelTitle=b("b339aa87104709397ba68e7ebbc6e5ba"),a.events=[{eventName:"selectedChange",eventLabel:b("257f5a3886d87d2255206f86b880d07e"),description:b("6130b1f75d624b2f73f5d923492e92f7"),dataSchema:[{type:"object",properties:{"event.data.selectedItems":{type:"array",title:b("aeddca0456d8fe520dc95545a83458e9")},"event.data.unSelectedItems":{type:"array",title:b("4f907cb94921bb62a8399adec922bb60")}}}]},{eventName:"columnSort",eventLabel:b("f3d21138c8ecf5683503c4f814cc7199"),description:b("d84464cfb2a5828a200fe9c28a323122"),dataSchema:[{type:"object",properties:{"event.data.orderBy":{type:"string",title:b("652f155e644e82ebb0a1aed97ab6ab23")},"event.data.orderDir":{type:"string",title:b("460e3a697d1680445a47139c0816fbe6")}}}]},{eventName:"columnFilter",eventLabel:b("3d0b957a99d0c366612c01913e17a0c7"),description:b("b35963687361af98e6acdc004e87fc3c"),dataSchema:[{type:"object",properties:{"event.data.filterName":{type:"string",title:b("ad11fba3ac676233f3105e76e7de0501")},"event.data.filterValue":{type:"string",title:b("8e4b9c88c51aaad1a28a28e8b536697f")}}}]},{eventName:"columnSearch",eventLabel:b("93a5a0253f11e3a2e58f4e87a52fb094"),description:b("6d4c4990ab2c32efe8a17c5f22e10cb5"),dataSchema:[{type:"object",properties:{"event.data.searchName":{type:"string",title:b("a80a4486100baf3f45fab3a59e4a816d")},"event.data.searchValue":{type:"object",title:b("b9a565fe1dc488efae1d63464f277f09")}}}]},{eventName:"orderChange",eventLabel:b("85ddd38957256b6e9026f42ed570bc35"),description:b("d7a66def82af88cd5d408e38feb8a65a"),dataSchema:[{type:"object",properties:{"event.data.movedItems":{type:"array",title:b("1987561c006c7192ab619f81103d2a2f")}}}]},{eventName:"columnToggled",eventLabel:b("ecfebbc91e2c18a512aeb11b7da15193"),description:b("c94f45773a42dc386b9c9dcdc6fa542b"),dataSchema:[{type:"object",properties:{"event.data.columns":{type:"array",title:b("70567329ee851a5ba7e7301bd8e9d9a1")}}}]},{eventName:"rowClick",eventLabel:b("76e47871d654c3b0b0e301c0a076e55a"),description:b("cc13521eab2c7423b3fb857772405cc3"),dataSchema:[{type:"object",properties:{"event.data.rowItem":{type:"object",title:b("2fbbf5c38b66ac5496ac42246bbe9e0b")}}}]}],a.actions=[{actionType:"select",actionLabel:b("8eb3c8b16106e5487cd1fa3b8a1342ce"),description:b("908cc16fe4f7972450167e26276ac726"),schema:Gc([wc("formulaControl",{name:"selected",label:b("a2b39e5a8b5015234dcd8e07a2e00e3d"),variables:"${variables}",size:"lg",mode:"horizontal"})])},{actionType:"selectAll",actionLabel:b("366a3c07289bd6efb7c2a182f7a12772"),description:b("e97c09cd119b64ae0a8dfd42a1d449cb")},{actionType:"clearAll",actionLabel:b("c3e8652924c258e121eed16414d3a9e5"),description:b("7619ec29c0a854dd49e0a7a47bf1a127")}],a.panelBodyCreator=function(e){var t=["crud","crud2"].includes(e.schema.type);return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:[wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),{name:"source",type:"input-text",label:Sc(b("c11322c9cc43ce3c004cf03f5ac0acd0"),b("8369004103635f8e75026217ebf237da")),hidden:t,pipeIn:kc("${items}")},wc("switch",{name:"title",label:b("bd3e7a1b636e4477a4ea59922ed2cc1e"),pipeIn:function(e){return!!e},pipeOut:function(e){return e?{type:"container",body:[{type:"tpl",wrapperComponent:"",tpl:b("11d00f37d934b2464f3258952a398626"),inline:!1,style:{fontSize:14}}]}:null}}),wc("switch",{name:"showHeader",label:b("4e3cd1a7b193e2fd3458278d10c530e2"),value:!0,pipeIn:function(e){return!!e},pipeOut:function(e){return!!e}}),wc("switch",{visibleOn:"this.showHeader !== false",name:"sticky",label:b("023ff3530e48493e653eb48e958a4eb8"),pipeIn:kc(!1)}),wc("switch",{name:"footer",label:b("dd9b85b2cd13ca724afd1f43567abdbf"),pipeIn:function(e){return!!e},pipeOut:function(e){return e?{type:"container",body:[{type:"tpl",tpl:b("c89b5fd3b706a17feb016d93c80e34b1"),wrapperComponent:"",inline:!1,style:{fontSize:14}}]}:null}}),{name:"scroll.y",label:b("a5baa4818b14f4680955aa34dd559d02"),type:"button-group-select",pipeIn:function(e){return null!=e},pipeOut:function(e){return e?"":null},options:[{label:b("4db804afe5c99f7ca4fe988ada35c77f"),value:!1},{label:b("1ef8fd21130d17cb7c1613eaed6ca1e4"),value:!0}]},{type:"input-group",visibleOn:"data.scroll && data.scroll.y !== null",label:b("ee18dc475df8654cb13ad67dd84eec28"),body:[{type:"input-number",name:"scroll.y"},{type:"tpl",addOnclassName:"border-0 bg-none",tpl:"px"}]},{name:"scroll.x",label:Sc(b("8bb5781dc5f2745e6356cdc5e6d76b16"),b("88a364068f684dc77aca5b6c006ef576")),type:"button-group-select",pipeIn:function(e){return null!=e},pipeOut:function(e){return e?"":null},options:[{label:b("4db804afe5c99f7ca4fe988ada35c77f"),value:!1},{label:b("1ef8fd21130d17cb7c1613eaed6ca1e4"),value:!0}]},{type:"input-group",visibleOn:"data.scroll && data.scroll.x !== null",name:"scroll.x",label:b("6e3d35b57c29b1b419569cc55b3a5d33"),body:[{type:"input-number",name:"scroll.x"},{type:"tpl",addOnclassName:"border-0 bg-none",tpl:"px"}]},wc("tablePlaceholder")]},{title:b("949a8b7bd2c10070a2fae16f9c66afbb"),body:[wc("switch",{name:"resizable",label:Sc(b("ba4f461832cbdb7fbdb170fc9c1db647"),b("aa2bd9f54608c0c85d3ceecb707938c9")),pipeIn:function(e){return!!e},pipeOut:function(e){return e}}),t?null:{type:"ae-Switch-More",mode:"normal",name:"columnsTogglable",hiddenOnDefault:!0,formType:"extend",label:Sc(b("2816cea6c4887a53c417831deb5fbe00"),b("d3c5079f7e26b1a7374ff76341376de4")),pipeOut:function(e){return e&&e.columnsTogglable?{columnsTogglable:{type:"column-toggler"}}:e},form:{body:[{mode:"normal",type:"ae-columnControl"}]}}]},{title:b("ed85be57262e5a0c3116293e88278fef"),body:[{name:"lineHeight",label:b("5a431ad16d8f7f23fac3be5650e51caa"),type:"select",placeholder:b("3d2ac2fd2c60931fff1db814662334c3"),options:[{label:b("85a49c5ed4628647f2ead9206224dba3"),value:""},{label:b("4296d7d293c9ea4a0e52c6415f0b5c96"),value:"large"},{label:b("aed1dfbc31703955e64806b799b67645"),value:"middle"}],clearable:!1,value:""},t?{type:"ae-Switch-More",mode:"normal",name:"rowSelection",label:b("e3be7b8a459a08fec8f378a0660b642b"),visibleOn:"data.selectable",hiddenOnDefault:!0,formType:"extend",form:{body:[{label:b("1f1ca9df5fa3648c718ad04649888943"),name:"rowSelection.rowClick",type:"button-group-select",value:!1,options:[{label:"CheckBox",value:!1},{label:b("596171970b639a35dadde2aa930d666a"),value:!0}]},wc("formulaControl",{name:"rowSelection.disableOn",label:b("388855093d17f3df43ff80242d7a1bed")}),{name:"rowSelection.selections",label:b("46705a530ba9721527a4202bae7091bd"),type:"checkboxes",joinValues:!1,inline:!1,itemClassName:"text-sm",options:[{label:b("66eeacd93a7c1bda93906fe908ad11a0"),value:"all"},{label:b("aab57a3547a451f756bb8231a1eee8d7"),value:"invert"},{label:b("76159d0d1261c0b6c310901244457e36"),value:"none"},{label:b("be4751b0c9adf1d8deee45226c6124ee"),value:"odd"},{label:b("49f4010dade8652e5aff6a2c67aa23a4"),value:"even"}],pipeIn:function(e){if(e)return e.map((function(e){return{label:e.text,value:e.key}}))},pipeOut:function(e){if(e)return e.map((function(e){return{key:e.value,text:e.label}}))}}]}}:null,{type:"ae-Switch-More",mode:"normal",name:"expandable",label:b("49b4aa407b91ac997e27314e30c03110"),hiddenOnDefault:!0,formType:"extend",form:{body:[wc("formulaControl",{name:"expandable.expandableOn",visibleOn:"data.expandable",label:b("8c1f5c49de09adab9a0e0c39e0106f78")})]}},wc("switch",{name:"childrenColumnName",label:b("caca6cb58342bb604483d94f49515234"),pipeIn:function(e){return!!e},pipeOut:function(e){return e?"children":""}}),wc("switch",{name:"draggable",label:b("5bdff9fd07d2a2430ac50e1559dbee27"),pipeIn:function(e){return!!e},pipeOut:function(e){return e}})]},{title:b("3fea7ca76cdece641436d7ab0d02ab1b"),body:[wc("hidden",{label:b("dce5379cb978a8259ecfca8f08f00817")})]},{title:b("dfac151de712ab0b3618072c8a7f0a0f"),body:[wc("apiControl",{label:b("33eaf97ecb3465754855e847f14d129c"),name:"quickSaveApi"}),wc("apiControl",{label:b("ce7d31d64f2315e1d4cede288b9dfc60"),name:"quickSaveItemApi"})]}]),t?null:{type:"divider"}]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("switch",{name:"bordered",label:b("961534b4ea37e4e88aada736b299d063"),pipeIn:kc(!1)}),{name:"scroll.x",type:"input-number",label:b("927b639f244953f237cd12943c8b815c")},{name:"indentSize",visibleOn:"data.childrenColumnName",type:"input-number",unitOptions:[{label:"px",value:"px"}],label:b("fdd59ca00eba17d4bfebf744056ce4ab")},{name:"rowSelection.columnWidth",visibleOn:"data.rowSelection",type:"input-number",label:b("6bfd4423d8aebbf0cac7ba4d74f245bd"),description:b("21922c6479665dcba83106f8e9ffdf68")},{name:"expandable.columnWidth",visibleOn:"data.expandable",type:"input-number",label:b("31b7c58c2d9a170829b90314ff98b66a"),description:b("81ccf26d9622d139a13ba2a61bd9fea4")}]},wc("style:classNames",{isFormItem:!0,schema:[wc("formulaControl",{name:"rowClassNameExpr",label:b("68e9249db7bd12ab17994b1761b049f5")}),wc("formulaControl",{name:"expandable.expandedRowClassNameExpr",visibleOn:"data.expandable",label:b("ef0c5b6fa16497343eedb76171d61d68")})]})])]},{title:b("10b2761db5a8e089049df39675abc550"),body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a.prototype.buildDataSchemas=function(e,a,t){var n,c;return(0,f.mG)(this,void 0,void 0,(function(){var o,i,r,l,s,u,p,m,h,v,g,y,w,C;return(0,f.Jh)(this,(function(x){switch(x.label){case 0:if(o={$id:"tableRow",type:"object",properties:{}},!(i=e.children.find((function(e){return e.isRegion&&"columns"===e.region}))))return[3,10];x.label=1;case 1:x.trys.push([1,8,9,10]),r=(0,f.XA)(i.children),l=r.next(),x.label=2;case 2:return l.done?[3,7]:(s=l.value,(null==(u=s.schema)?void 0:u.name)?(p=o.properties,m=u.name,(null===(c=null===(n=s.info)||void 0===n?void 0:n.plugin)||void 0===c?void 0:c.buildDataSchemas)?[4,s.info.plugin.buildDataSchemas(s,a)]:[3,4]):[3,6]);case 3:return h=x.sent(),[3,5];case 4:h={type:"string",title:u.label||u.title},x.label=5;case 5:p[m]=h,x.label=6;case 6:return l=r.next(),[3,2];case 7:return[3,10];case 8:return v=x.sent(),w={error:v},[3,10];case 9:try{l&&!l.done&&(C=r.return)&&C.call(r)}finally{if(w)throw w.error}return[7];case 10:return g={},t&&(0,d.Jyg)(null==i?void 0:i.children,(function(e){return e.id===t.id}))&&(g=o.properties),y={$id:"table2",type:"object",properties:(0,f.pi)((0,f.pi)({},g),{rows:{type:"array",title:b("77fdd35933c099cdcb64b71f3fbe7a6c"),items:o}})},"columns"===(null==a?void 0:a.region)&&(y.properties=(0,f.pi)((0,f.pi)({},o.properties),y.properties)),[2,y]}}))}))},a.prototype.getAvailableContextFields=function(e,a,t){return(0,f.mG)(this,void 0,void 0,(function(){return(0,f.Jh)(this,(function(e){return[2]}))}))},a.prototype.filterProps=function(e){var a=Array.isArray(e.value)?e.value:"string"==typeof e.source?(0,i.H_J)(e.source,e.data):(0,i.H_J)("items",e.data);if(Array.isArray(a)&&a.length)e.value=a.slice(0,10);else{var t={};Array.isArray(e.columns)&&e.columns.forEach((function(e){e.name&&(0,d.NI0)(t,e.name,Nc(e))})),e.value=qe(t,10).map((function(e,a){return(0,f.pi)((0,f.pi)({},e),{id:a+1})}))}return e.expandable&&("boolean"==typeof e.expandable&&(e.expandable={}),e.expandable.type||(e.expandable.type="container",e.expandable.body=[{type:"tpl",tpl:b("1a7bd457c08093cf2cf887403dc249d8"),wrapperComponent:"",inline:!1}]),e.expandable.keyField="id",e.expandable.expandedRowKeys=[1]),e},a.prototype.getRendererInfo=function(a){var t,n=this,c=a.schema,o=a.renderer;return!c.$$id&&["crud","crud2"].includes(null===(t=c.$$editor)||void 0===t?void 0:t.renderer.name)&&"table2"===o.name?(0,f.pi)((0,f.pi)({},{id:c.$$editor.id}),{name:n.name,regions:n.regions,patchContainers:n.patchContainers,vRendererConfig:n.vRendererConfig,wrapperProps:n.wrapperProps,wrapperResolve:n.wrapperResolve,filterProps:n.filterProps,$schema:n.$schema,renderRenderer:n.renderRenderer}):e.prototype.getRendererInfo.call(this,a)},a.prototype.beforeInsert=function(e){var a,t,n,c,o=e.context;o.info.plugin!==this&&(null===(a=o.node.sameIdChild)||void 0===a?void 0:a.info.plugin)!==this||"columns"!==o.region||(o.data=(0,f.pi)((0,f.pi)({},o.data),{title:null!==(c=null!==(t=o.data.label)&&void 0!==t?t:null===(n=o.subRenderer)||void 0===n?void 0:n.name)&&void 0!==c?c:b("bcee820bc20342a4d388a35ed32a35fe")}))},a}(ua);za(qr);var Wr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.panelTitle=b("dc7558211f2990370954c2e7ca498ee9"),a.panelIcon="fa fa-columns",a}return(0,f.ZT)(a,e),a.prototype.afterBuildPanelBody=function(e){var a,t,n,c=this,r=e.context,l=r.context,s=r.data;if((null===(t=null===(a=l.node.parent)||void 0===a?void 0:a.parent)||void 0===t?void 0:t.type)&&"table2"===l.node.parent.parent.type){var u=[!1!==l.node.info.plugin.withDataSource&&{sameName:l.info.renderer.isFormItem?"name":void 0,name:"name",type:"ae-DataBindingControl",label:b("4ca07911d10b74cc7c357b510e7cc948"),onBindingChange:function(e,a){var t;a((null===(t=null==e?void 0:e.resolveColumnSchema)||void 0===t?void 0:t.call(e,"List"))||{title:e.label})}},{sameName:l.info.renderer.isFormItem?"label":void 0,name:"title",label:b("eb2719a7e6cebda7ca234560f21fb448"),type:"input-text"},Co({name:"remark",label:b("3ba265c6b63bde0319822afd6b9a649d"),labelRemark:b("7ad83bbe4646a0011ece7fd338d1e189")}),{name:"placeholder",type:"input-text",label:Sc(b("940b12c19fcf7aced0cdd164edc9acbc"),b("f35c90b504521a2da346960b9db23828")),value:"-"}].filter(Boolean),p=[wc("switch",{name:"sorter",label:Sc(b("b4521626a48dcb61001fc563d2433ed3"),b("ac83dbca40c9d2151b5f7d81795535cc"))}),wc("switch",{name:"searchable",label:b("af9cbd3988196fc104af4fed9461e152"),pipeIn:function(e){return!!e}}),{visibleOn:"data.searchable",name:"searchable",asFormItem:!0,label:!1,children:function(e){var a=e.value,t=e.onChange,n=e.data;!0===a?a={}:void 0===a&&(a=(0,d.E04)(n,"searchable"));var r=a.mode;return delete(a=(0,f.pi)((0,f.pi)({},a),{type:"form",mode:"normal",wrapWithPanel:!1,body:[{type:"input-text",name:n.key}]})).mode,o.createElement(i.zxk,{className:"w-full flex flex-col items-center",onClick:function(){c.manager.openSubEditor({title:b("34dceb7c51000849ea3596fbaab6f67c"),value:a,onChange:function(e){return t((0,f.pi)((0,f.pi)({},e),{mode:r}),"searchable")}})}},o.createElement("span",{className:"inline-flex items-center"},o.createElement(i.JO$,{icon:"edit",className:"mr-1 w-3"}),"配置列搜索类型"))}},{name:"quickEdit",label:Sc(b("9a899d9ab83d8ffa6308fb31e93f23a1"),b("9306b956ca5950203ee49a2680cac63d")),type:"ae-switch-more",mode:"normal",formType:"extend",bulk:!0,defaultData:{mode:"popOver"},form:{body:[{name:"quickEdit.mode",type:"button-group-select",label:b("f0789e79d48f135e5d870753f7a85d05"),value:"popOver",options:[{label:b("78f395c15aaf8c92d9223f6ca69b41a4"),value:"popOver"},{label:b("c6e1b91d329a61b691d0d5d2eb343ddd"),value:"inline"}]},wc("switch",{name:"quickEdit.saveImmediately",label:Sc(b("4562be5a3f9823a5f61b25f8d14b2b43"),b("c115f372bcdced1e70824bcbf42b5923")),pipeIn:function(e){return!!e}}),{name:"quickEdit",asFormItem:!0,label:!1,children:function(e){var a=e.value,t=e.onBulkChange,n=e.name,r=e.data;!0===a?a={}:void 0===a&&(a=(0,d.E04)(r,"quickEdit"));var l=(null==a?void 0:a.mode)||"popOver";return(a=(0,f.pi)((0,f.pi)({},a),{type:"form",mode:"normal",wrapWithPanel:!1,body:[{type:"input-text",name:r.key}]})).mode&&delete a.mode,o.createElement(i.zxk,{className:"w-full flex flex-col items-center",onClick:function(){c.manager.openSubEditor({title:b("c3ed36e4abb96c18a6c83350994cdea7"),value:a,onChange:function(e){var a;return t(((a={})[n]=(0,f.pi)((0,f.pi)({},e),{mode:l}),a))}})}},o.createElement("span",{className:"inline-flex items-center"},o.createElement(i.JO$,{icon:"edit",className:"mr-1 w-3"}),"配置编辑表单"))}}]}},{name:"popOver",label:b("90ef7c485bd31fab681c6e9d9afd5be8"),type:"ae-switch-more",mode:"normal",formType:"extend",bulk:!0,form:{body:[{name:"popOver.mode",label:b("f0789e79d48f135e5d870753f7a85d05"),type:"button-group-select",pipeIn:kc("popOver"),options:[{label:b("71c0319fce9f416330b18e554e0acc55"),value:"popOver"},{label:b("ab3aec075a09d055b2a28c8b61925ee0"),value:"dialog"},{label:b("2a2924380dfcaea998bd8a49703545a9"),value:"drawer"}]},{name:"popOver.position",label:b("64035b04a21bc337a351b5a2a5d12acb"),type:"select",visibleOn:'data.popOver.mode === "popOver"',pipeIn:kc("center"),options:[{label:b("68b54e7b408c4fb83561c931aa668eae"),value:"center"},{label:b("e18459c93769a5afec01e1ce60f9b9fd"),value:"left-top"},{label:b("1fc3cdd8437f5057774cde2f2c51f97c"),value:"right-top"},{label:b("63dd9faca92bccfd436ff21a6b4b3151"),value:"left-bottom"},{label:b("d01c239688b9c8fc145191ee642dc080"),value:"right-bottom"},{label:b("8fcf9802436282672a8e28ebd6262390"),value:"fixed-left-top"},{label:b("aed25160b4e8cfc613a743c4549e9222"),value:"fixed-right-top"},{label:b("d4a4ab1916187e09b9c037705fd49ffa"),value:"fixed-left-bottom"},{label:b("921fccbb84c829bf8c6f0b9957029f44"),value:"fixed-right-bottom"}]},{name:"popOver",asFormItem:!0,label:!1,children:function(e){var a=e.value,t=e.onBulkChange,n=e.name;return a=(0,f.pi)({type:"panel",title:b("5b48dbb8dc710cffe6313bb56a7f6d47"),body:b("1d53f83df1d889a70131b7a93c819575")},a),o.createElement(i.zxk,{className:"w-full flex flex-col items-center",onClick:function(){c.manager.openSubEditor({title:b("8dda45360dcf9ca501fd7d0eb53045b5"),value:a,onChange:function(e){var a;return t(((a={})[n]=e,a))}})}},o.createElement("span",{className:"inline-flex items-center"},o.createElement(i.JO$,{icon:"edit",className:"mr-1 w-3"}),"配置内容"))}}]}},{name:"copyable",label:Sc(b("6a086902a84969a835423002718e86b4"),b("622e14515c4fd5ca6fe6946e3a1bfb4a")),type:"ae-switch-more",mode:"normal",formType:"extend",bulk:!0,defaultData:{},form:{body:[{name:"copyable.content",type:"textarea",placehoder:b("ca60c525372028b9f75ee4c708cccae1"),label:b("ac04259507be8ba6b891dc9dc208f491")}]}},wc("formulaControl",{name:"rowSpanExpr",label:b("c9f7324519225bc72fce24a09518a8a8")}),wc("formulaControl",{name:"colSpanExpr",label:b("9af45e91a08b54764610ada28272d590")})],m=[wc("withUnit",{name:"width",label:Sc(b("bdd9d38d7e2929024089363dc8f48b7a"),b("b198805e7a6b35830ba813f51db2fdc4")),control:{name:"width",type:"input-number"},unit:"px"}),{name:"fixed",type:"button-group-select",label:b("65f7e01d58cb5065f49e0e8f48cc16be"),pipeIn:kc(""),pipeOut:function(e){if(e)return e},options:[{value:"",label:b("9ed8a4c5d1b3726121175dc986268b0c")},{value:"left",label:b("39a2cb79c6d9762783e20522ea86dcff")},{value:"right",label:b("de2a774bf98944b8f0ec8755d5f59d64")}]},wc("switch",{name:"toggled",label:b("ad96280bb24a38f9a83051b16ebc9688"),pipeIn:kc(!0)}),wc("switch",{name:"className",label:b("eb58b078f2f8560160ebf87bc7109de9"),pipeIn:function(e){return"string"==typeof e&&/\word\-break\b/.test(e)},pipeOut:function(e,a){return(e?"word-break ":"")+(a||"").replace(/\bword\-break\b/g,"").trim()}})];Array.isArray(s)?"tabs"===s[0].type?s[0].tabs.forEach((function(e){var a,t;e.title===b("22b777e6fcb613b8ba83ced9594cd07e")&&(a=e.body).unshift.apply(a,(0,f.ev)([],(0,f.CR)(u.concat(p)),!1)),e.title===b("afcde2611bdd13c1e65b4fb6a2f13425")&&(t=e.body).unshift.apply(t,(0,f.ev)([],(0,f.CR)(m),!1))})):console.error(b("f1f4c88f30744f2365b65f1790c71da8")):null===(n=s.tabs)||void 0===n||n.forEach((function(e){var a,t,n,c;if(e.title===b("24d67862f87f439db7ca957aecb77cce")){e.body[0].body.forEach((function(e){var a;if(e.title===b("4092ed98e9035652d4c9ca9441701ed7")){var t=(0,k.fromPairs)(u.map((function(e){var a;return[null!==(a=e.sameName)&&void 0!==a?a:e.name,e]}))),n=[];e.body.forEach((function(e,a){var c=e.name;if(t.hasOwnProperty(c))return n.push(a),void(t[c]=(0,f.pi)((0,f.pi)({},e),t[c]));"labelRemark"===e.name&&n.push(a)})),n.reverse(),n.forEach((function(a){e.body.splice(a,1)})),(a=e.body).unshift.apply(a,(0,f.ev)([],(0,f.CR)(Object.values(t)),!1))}}));var o=wc("collapseGroup",[{title:b("cb2f68c9c24e85d21e6b090b6e5657d8"),body:p}]);(a=e.body[0].body).splice.apply(a,(0,f.ev)([1,0],(0,f.CR)(o.body),!1)),(t=e.body[0].activeKey).push.apply(t,(0,f.ev)([],(0,f.CR)(o.activeKey),!1))}e.title===b("afcde2611bdd13c1e65b4fb6a2f13425")&&(o=wc("collapseGroup",[{title:b("cb2f68c9c24e85d21e6b090b6e5657d8"),body:m}]),(n=e.body[0].body).splice.apply(n,(0,f.ev)([1,0],(0,f.CR)(o.body),!1)),(c=e.body[0].activeKey).push.apply(c,(0,f.ev)([],(0,f.CR)(o.activeKey),!1)))}))}},a.prototype.getRendererInfo=function(e){var a=e.renderer,t=e.schema;if("cell-field"===a.name)return{name:t.title?"<".concat(t.title,">列"):b("044892c0c637f2d9e78e78956b1ded01"),$schema:"/schemas/TableColumn.json",multifactor:!0,wrapperResolve:function(e){var a,t,n=null===(a=e.parentElement)||void 0===a?void 0:a.parentElement,c=null==n?void 0:n.getAttribute("data-group-id"),o=null===(t=e.closest("table").parentElement)||void 0===t?void 0:t.parentElement;return[].slice.call(null==o?void 0:o.querySelectorAll('th[data-group-id="'.concat(c,'"],\n td[data-group-id="').concat(c,'"]')))}}},a.prototype.beforeReplace=function(e){var a=e.context;a.info.plugin===this&&a.data&&(a.data.title=a.data.title||a.schema.title,a.data.key=a.data.key||a.schema.key)},a}(ua);za(Wr);var Ur=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="tabs",a.$schema="/schemas/TabsSchema.json",a.name=b("9377e388f7189d6103a3985a321115c8"),a.isBaseComponent=!0,a.description=b("a8b1273cb2d53ad858906ff9744a9891"),a.docLink="/amis/zh-CN/components/tabs",a.tags=[b("22c799040acdb2601b437ed5449de076")],a.icon="fa fa-folder-o",a.pluginIcon="tabs-plugin",a.scaffold={type:"tabs",tabs:[{title:b("f78416dbd6c6a40a3ecd1c1f2b0672c8"),body:b("9769ee568100b0c530a06ec3f0c0044d")},{title:b("4be268145385303e8ebeb480458a380e"),body:b("c50159e2acff0f4ffdce4c67ec3513a3")}]},a.previewSchema=(0,f.pi)({},a.scaffold),a.notRenderFormZone=!0,a.regions=[{key:"toolbar",label:b("012f602372cd2dbd639cd966c63e1f90"),preferTag:b("027446c2f9070b0f5b16a18208bf5fc7")}],a.panelTitle=b("9377e388f7189d6103a3985a321115c8"),a.events=[{eventName:"change",eventLabel:b("e1112a529dc969a03bbbb409905ff2ec"),description:b("e1112a529dc969a03bbbb409905ff2ec"),dataSchema:[{type:"object",properties:{"event.data.value":{type:"string",title:b("b04c6cf9cb1212b9c173ddfeec129028")}}}]}],a.actions=[{actionType:"changeActiveKey",actionLabel:b("7bb3e24cc54f4b8ee0a65d14fa4c067c"),description:b("fcd3abb110aab48ebd0ac2a1d7040d6d"),config:["activeKey"],descDetail:function(e){var a;return o.createElement("div",null,"激活第",o.createElement("span",{className:"variable-left variable-right"},null===(a=null==e?void 0:e.args)||void 0===a?void 0:a.activeKey),"项")},schema:Gc(wc("formulaControl",{name:"activeKey",label:b("9578012b7d75a3a47c76acc176caf403"),variables:"${variables}",size:"lg",mode:"horizontal"}))}],a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("combo-container",{type:"combo",label:b("9377e388f7189d6103a3985a321115c8"),mode:"normal",name:"tabs",draggableTip:"",draggable:!0,multiple:!0,minLength:1,scaffold:{title:b("9377e388f7189d6103a3985a321115c8"),body:{type:"tpl",tpl:b("2d711b09bd0db0ad240cc83b30dd8014"),inline:!1}},items:[wc("title",{label:!1,required:!0})]}),wc("switch",{name:"showTip",label:Sc(b("3ba265c6b63bde0319822afd6b9a649d"),b("b744b72fd649d904e561358fc26c455f")),visibleOn:'data.tabsMode !=="vertical" && data.tabsMode !=="sidebar" && data.tabsMode !=="chrome"',clearValueOnHidden:!0}),{label:Sc(b("6e7fe62a865cb9ae90e52f85f4c6b8a0"),b("a8986713e2b83c9ecafe5b107c09b68e")),type:"input-text",name:"activeKey",pipeOut:function(e){return""===e||isNaN(Number(e))?e:Number(e)}}]},wc("status"),{title:b("dfac151de712ab0b3618072c8a7f0a0f"),body:[wc("expressionFormulaControl",{evalMode:!0,label:Sc(b("45a4922d3f42d0b137c6845c4c77031f"),b("eadd1d64cd6ceb2c50554281cd2d3be0")),name:"source"}),wc("switch",{name:"mountOnEnter",label:Sc(b("5b9af1bc3012bb3c8e07b983b423ec17"),b("4bcecc15d16e8c851dc3d155b8f30929"))}),wc("switch",{name:"unmountOnExit",label:Sc(b("12c6a62683d63e404d71a31c9cb5209c"),b("5b52bcb62a2e1dab99ef841b05395b6d"))})]}])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{name:"tabsMode",label:b("39003734d1d700d5bd97bf1e7a2fcf73"),type:"select",options:[{label:b("18c63459a2c069022c7790430f761214"),value:""},{label:b("ecfcea4b381d761fecd512761bc07954"),value:"line"},{label:b("b30f254eccefa14c9980235bcbec74f9"),value:"simple"},{label:b("3d7443aeba7c8eaf1cbb42ad5232fa10"),value:"strong"},{label:b("d87f215d9ac688b1d3399bf575a0ef6f"),value:"card"},{label:b("ee5e5a588705699a51eb3c5778c3020a"),value:"chrome"},{label:b("c5b8044dacf2e63931d85e5e307a9168"),value:"tiled"},{label:b("22d18bf0c476ebe7aa9303108677ff2e"),value:"radio"},{label:b("75ac842f8e77305846f1d776f97dfaf8"),value:"vertical"},{label:b("5bff38cb05e3710a0c0cb16ed3ced78f"),value:"sidebar"}],pipeIn:kc("")},wc("horizontal-align",{label:b("593c1c61592f80831f58b2e44cfe63fa"),name:"sidePosition",pipeIn:kc("left"),visibleOn:'data.tabsMode === "sidebar"',clearValueOnHidden:!0})]},wc("style:classNames",{isFormItem:!1,schema:[wc("className",{name:"linksClassName",label:b("030c8cb75e9707285b28c4931bfeddc5")}),wc("className",{name:"toolbarClassName",label:b("012f602372cd2dbd639cd966c63e1f90")}),wc("className",{name:"contentClassName",label:b("132a78bdf68d6d17bde00aa807bbf032")}),wc("className",{name:"showTipClassName",label:b("02d9819ddaaaeb1b7b22b12608c7e5ca"),visibleOn:"data.showTip",clearValueOnHidden:!0})]})])]},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a.patchContainers=["tabs.body"],a.vRendererConfig={regions:{body:{key:"body",label:b("132a78bdf68d6d17bde00aa807bbf032")}},panelTitle:b("d87f215d9ac688b1d3399bf575a0ef6f"),panelJustify:!0,panelBodyCreator:function(e){var a=oa();return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{name:"title",label:b("32c65d8d7431e76029678ec7bb73a5ab"),type:a?"input-text-i18n":"input-text",required:!0},{type:"ae-switch-more",formType:"extend",mode:"normal",label:b("32b4bc87bf7f95cd6094992f0135ff7f"),form:{body:[wc("icon"),wc("horizontal-align",{label:b("d4d2a66820d30e07b44c850eb3f116c0"),name:"iconPosition",pipeIn:kc("left"),visibleOn:"data.icon",clearValueOnHidden:!0})]}},{label:Sc("Hash",b("996a919888ae86e842c76245daae2360")),name:"hash",type:"input-text"}]},wc("status",{disabled:!0}),{title:b("dfac151de712ab0b3618072c8a7f0a0f"),body:[wc("switch",{name:"mountOnEnter",label:Sc(b("f3051dd9b3538e170322fd5224b28de0"),b("ee51f2d49fa12c730d2a0efef0d67e44")),visibleOn:"!this.reload",clearValueOnHidden:!0}),wc("switch",{name:"unmountOnExit",label:Sc(b("024f24defb08c5c9d463a2668cbb9802"),b("370bb4d6806c88a7df2ac17ca2a7b6a6")),visibleOn:"!this.reload",clearValueOnHidden:!0})]}])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:classNames",{isFormItem:!1})])}])}},a.wrapperProps={unmountOnExit:!0,mountOnEnter:!0},a.tabWrapperResolve=function(e){return e.parentElement},a.overrides={renderTabs:function(){var e=this,a=this.super();if(!this.renderTab&&this.props.$$editor&&a){var t=this.props.tabs;return ka(a,(function(a){var n,c;if(a.type===i.OK9&&a.props.$$id){var d=a.props.$$id,r=D()(t,(function(e){return e.$$id===d})),l=e.props.$$editor,s=l.plugin;if(~r){var b=null===(c=null===(n=s.vRendererConfig)||void 0===n?void 0:n.regions)||void 0===c?void 0:c.body;return b?o.cloneElement(a,{children:o.createElement(zc,{key:d,type:l.type,plugin:l.plugin,renderer:l.renderer,$schema:"/schemas/TabSchema.json",hostId:l.id,memberIndex:r,name:"".concat(a.props.title||"卡片".concat(r+1)),id:d,draggable:!1,wrapperResolve:s.tabWrapperResolve,schemaPath:"".concat(l.schemaPath,"/tabs/").concat(r),path:"".concat(e.props.$path,"/").concat(r),data:e.props.data},o.createElement(ga,{key:b.key,preferTag:b.preferTag,name:b.key,label:b.label,regionConfig:b,placeholder:b.placeholder,editorStore:s.manager.store,manager:s.manager,children:a.props.children,wrapperResolve:b.wrapperResolve,rendererName:l.renderer.name}))}):a}}return a}))}return a}},a}return(0,f.ZT)(a,e),a.prototype.buildEditorToolbar=function(e,a){if(e.info.plugin===this&&"tabs"===e.info.renderer.name&&!e.info.hostId){var t=e.node;a.push({level:"secondary",icon:"fa fa-chevron-left",tooltip:b("ad5a36ee5f4054594c30b6dc481e2d81"),onClick:function(){var e=t.getComponent();if(null==e?void 0:e.switchTo){var a=e.currentIndex();e.switchTo(a-1)}}}),a.push({level:"secondary",icon:"fa fa-chevron-right",tooltip:b("49e0f68798e3c69b7990076bd8f1f47f"),onClick:function(){var e=t.getComponent();if(null==e?void 0:e.switchTo){var a=e.currentIndex();e.switchTo(a+1)}}})}},a.prototype.onPreventClick=function(e){var a=e.context.data;return!a.defaultPrevented&&!a.target.closest("[role=tablist]>li")&&void 0},a}(ua);za(Ur);var Zr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="tasks",a.$schema="/schemas/TasksSchema.json",a.name=b("8a471486c6c7bbe43e14392c6b127aea"),a.isBaseComponent=!0,a.description=b("4f58f808d62c4e31c347e483898396d5"),a.docLink="/amis/zh-CN/components/tasks",a.tags=[b("997c7a5d34f6fc628893f509d0df32e0")],a.icon="",a.pluginIcon="tasks-plugin",a.scaffold={type:"tasks",name:"tasks",items:[{label:b("9ee043b0a77a26d22eec0f4ea99afbd3"),key:"hive",status:4,remark:b("2c8a99d35cb5704994cabcc61a4c3a4a")},{label:b("3709f71c9552ed5db76cbe8f3cb5d4be"),key:"partial",status:4},{label:b("c60ad696dee4e1eeff6f0f2c2e9b9fc0"),key:"full",status:4}]},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle=b("8a471486c6c7bbe43e14392c6b127aea"),a.panelBodyCreator=function(e){var a=oa();return wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:[wc("layout:originPosition",{value:"left-top"}),{name:"items",label:b("5c0dc424442c913c6d16a2cf43137da4"),type:"combo",multiple:!0,multiLine:!0,items:[wc("label",{label:b("78caf7115c5140f8913c581920239f22")}),{name:"key",type:"input-text",label:b("3a3778f20c0e1a55adafad4861a71216")},{name:"status",type:"input-number",label:b("bc7e74f7ccf8ed6fa5b7b7649b221daa")},wc("taskRemark")],addButtonText:b("76ba17faedd82297d09b2edd70c5914e"),scaffold:{label:b("d7ec2d3fea4756bc1642e0f10c180cf5"),key:"key",status:0,remark:b("f411d0f1f925d9b48d8c1d451bd809b1")},description:b("093bcd735847b8464d683464165adbb8")},wc("api",{name:"checkApi",label:b("7dca021cccc260dbe1d81dfc6b29f513")}),{name:"interval",type:"input-number",min:3e3,step:500,visibleOn:"data.checkApi",pipeIn:kc(3e3),label:b("358e55678114f19424efbb42c0a927d9")},wc("api",{name:"submitApi",label:b("77bd60ba17a73ede5d81c4eeba0f830d")}),wc("api",{name:"reSubmitApi",label:b("1e057692fcf81e07e20b5f7c9073ea35")}),wc("loadingConfig",{},{context:e}),{type:"divider"},wc("taskNameLabel"),wc("operationLabel"),wc("statusLabel"),wc("remarkLabel"),{name:"btnText",label:b("cf6e87cb9edfa398ccfc3db377e34ca4"),type:a?"input-text-i18n":"input-text",pipeIn:kc(b("879eb99c7b1aa3223925b9b2dbad4c63"))},{name:"retryBtnText",label:b("804b6382fa6d8b53c5a2a409f30f7fe2"),type:a?"input-text-i18n":"input-text",pipeIn:kc(b("132c5cdcceb0f1f17c8c088a42959aa4"))},{name:"statusTextMap",pipeIn:kc([b("dd4e55c39cee201b82dbc9cb2aca173f"),b("c0d2181d579cd1e965ed10d5183b1fc0"),b("fb852fc6cce168301447d1baff276dc5"),b("ad8e01fe719bf1a5af82ee0d100d246b"),b("fad5222ca0acfaee54f06458188d916a"),b("ad8e01fe719bf1a5af82ee0d100d246b")]),type:"input-array",label:b("7a4b9e6f14bda48d2c3bf0fa431bd2b3"),multiple:!0,addable:!1,removable:!1,items:wc("inputArrayItem")},{name:"initialStatusCode",label:b("f198581dbbc357ccc0283cfe02d56edd"),pipeIn:kc(0),type:"input-number"},{name:"readyStatusCode",label:b("d6bab2368de31490741ed95f732aaa25"),pipeIn:kc(1),type:"input-number"},{name:"loadingStatusCode",label:b("6eafca9359acbb0bedcf86d6b8609e41"),pipeIn:kc(2),type:"input-number"},{name:"errorStatusCode",label:b("7e8b2e41a303cb8532b9ad2006da3c25"),pipeIn:kc(3),type:"input-number"},{name:"finishStatusCode",label:b("231b6f799949f9a743d5193006a15af7"),pipeIn:kc(4),type:"input-number"},{name:"canRetryStatusCode",label:b("003797f6b66c67cd87ec684cacb4ab70"),pipeIn:kc(5),type:"input-number"}]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("className",{pipeIn:kc("b-a bg-white table-responsive")}),wc("className",{name:"tableClassName",label:b("320f489db3dade075d69f155b346f98b"),pipeIn:kc("table table-striped m-b-none")}),wc("className",{name:"btnClassName",label:b("89d19c1fda4906bd7a336895835ce20e"),pipeIn:kc("btn-sm btn-default")}),wc("className",{name:"retryBtnClassName",label:b("c52b46333f6d5d2796ee64cb359cd58a"),pipeIn:kc("btn-sm btn-danger")}),{name:"statusLabelMap",pipeIn:kc(["label-warning","label-info","label-info","label-danger","label-success","label-danger"]),type:"input-array",label:b("b091a100499d48dd4ccf0b982aa37d68"),multiple:!0,addable:!1,removable:!1,items:{type:"input-text",placeholder:b("4434b33a8731a73613ba5fa1eb984efb")}}]},{title:b("33bf801796fd255b5f6147e33146669b"),body:[wc("visible")]}])},a}return(0,f.ZT)(a,e),a}(ua);za(Zr);var Gr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="time",a.name=b("7ac24322bc8eeac88db6823942423ac3"),a.isBaseComponent=!0,a.pluginIcon="time-plugin",a.scaffold={type:"time",value:Math.round(Date.now()/1e3),format:"HH:mm:ss"},a.previewSchema=(0,f.pi)((0,f.pi)({},a.scaffold),{format:"HH:mm:ss",value:Math.round(Date.now()/1e3)}),a.panelJustify=!0,a.panelBodyCreator=function(e){return[wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{type:"input-time",name:"value",inputFormat:"HH:mm:ss",timeFormat:"HH:mm:ss",label:b("82315a0cd63e7f81233ad804e0d02deb")},{type:"input-text",name:"format",label:b("a389ce9c52a94bbdd5c7fa84af85348c"),description:b("6eea1b15be458a6999c9259aa2280a70"),pipeIn:kc("HH:mm:ss")},{type:"input-text",name:"valueFormat",label:b("a7032449ae8761aea61cc30e32d3be10"),description:b("6eea1b15be458a6999c9259aa2280a70"),pipeIn:kc("X")},wc("placeholder",{pipeIn:kc("-"),label:b("4c1cff4d8c05daa6ed9352a241ee628c")})]},wc("status")])},wc("onlyClassNameTab")])]},a}return(0,f.ZT)(a,e),a}(or);za(Gr);var Jr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="timeline",a.$schema="/schemas/TimelineSchema.json",a.name=b("7cef725b75da8afecda59900b780be75"),a.isBaseComponent=!0,a.icon="fa fa-bars",a.description=b("8f32bcb8d5baf6cbb410ef3f6dbed8d5"),a.docLink="/amis/zh-CN/components/timeline",a.tags=[b("997c7a5d34f6fc628893f509d0df32e0")],a.scaffold={type:"timeline",label:b("7cef725b75da8afecda59900b780be75"),name:"timeline",items:[{time:"2012-12-21",title:b("70b8342d743374233bfee0f56c7f0fc7")},{time:"2012-12-24",title:b("70b8342d743374233bfee0f56c7f0fc7")},{time:"2012-12-27",title:b("70b8342d743374233bfee0f56c7f0fc7")}]},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle=b("7cef725b75da8afecda59900b780be75"),a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("formItemName",{required:!0}),wc("label"),{label:b("c360e994dbcffdf31e86d2d8875370e1"),name:"reverse",value:!1,type:"button-group-select",inline:!1,size:"sm",options:[{label:b("825f53899a11e598fc9f9b43e0814a58"),value:!1},{label:b("8eb4b7abb66f0922778a39044b42d345"),value:!0}]},{label:b("0da2ab28a6e03922d4a0c78451146b87"),name:"direction",value:"vertical",type:"button-group-select",size:"sm",inline:!0,options:[{label:b("75ac842f8e77305846f1d776f97dfaf8"),value:"vertical"},{label:b("4cde06e6162ed66720e3133cb83bc059"),value:"horizontal"}]},{label:Sc(b("d1b490c01d24a1a70e9c83a29ac38fde"),b("00ff9356c34d05ecbfd6559a46f56e25")),name:"mode",value:"right",type:"button-group-select",visibleOn:'data.direction === "vertical"',size:"sm",options:[{label:b("39a2cb79c6d9762783e20522ea86dcff"),value:"right"},{label:b("de2a774bf98944b8f0ec8755d5f59d64"),value:"left"},{label:b("71039986e2386573ab6e5681986c2230"),value:"alternate"}]}]},{title:b("0d83078816aa273f2941c9b55ec82bf3"),body:[wc("timelineItemControl",{name:"items",mode:"normal"})]},wc("status")])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[wc("style:classNames",{isFormItem:!1})])}])},a}return(0,f.ZT)(a,e),a}(ua);za(Jr),Cc("tpl:content",wc("textareaFormulaControl",{label:b("edb5acdc9ee5e75fbc238ab4a0300eaf"),mode:"normal",visibleOn:"data.wrapperComponent !== undefined",pipeIn:function(e,a){return e||a&&a.html},name:"tpl"})),Cc("tpl:rich-text",{label:b("2d711b09bd0db0ad240cc83b30dd8014"),type:"input-rich-text",mode:"normal",buttons:["paragraphFormat","quote","textColor","backgroundColor","|","bold","italic","underline","strikeThrough","|","formatOL","formatUL","align","|","insertLink","insertImage","insertTable","|","undo","redo","fullscreen"],minRows:5,language:"html",visibleOn:"data.wrapperComponent === undefined",pipeIn:function(e,a){return e||a&&a.html},name:"tpl"}),Cc("tpl:wrapperComponent",{name:"wrapperComponent",type:"select",pipeIn:function(e){return void 0===e?"rich-text":e},pipeOut:function(e){return"rich-text"===e?void 0:e},label:b("b1f824deef0d11e1fe3b73167a902e31"),options:[{label:b("74cfa7e77be335e8e5489a00ef099cb9"),value:""},{label:b("d482086f653d92fa8f1011d39738dba3"),value:"p"},{label:b("ae27115431c46fa374ac28200304f341"),value:"h1"},{label:b("de86106d6632da3fafb946f85ba91324"),value:"h2"},{label:b("27f2c5c60f373a4380ec107ad8895f0e"),value:"h3"},{label:b("c961174771e843ac4046b2b21c49424b"),value:"h4"},{label:b("a791de104833c917f801c1976b9af960"),value:"h5"},{label:b("de2687f9a16fea3654be84c74137b805"),value:"h6"},{label:b("e2591e971f4c28db7c80a5f546084a1d"),value:"rich-text"}],onChange:function(e,a,t,n){(void 0===e||void 0===a)&&n.setValueByName("tpl","")}});var Yr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="tpl",a.$schema="/schemas/TplSchema.json",a.name=b("ca746b1ff10193a3ce20878dec04a733"),a.isBaseComponent=!0,a.icon="fa fa-file-o",a.pluginIcon="plain-plugin",a.description=b("65862c97143c6c5479e0c623093a25d6"),a.docLink="/amis/zh-CN/components/tpl",a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.previewSchema={type:"tpl",tpl:b("38accbc34901ee6fd7bd7cd9f92f0a2a")},a.scaffold={type:"tpl",tpl:b("590e147e49735ebbfc51ae2175c36eb0"),inline:!0,wrapperComponent:""},a.panelTitle=b("ca746b1ff10193a3ce20878dec04a733"),a.panelJustify=!0,a.events=[{eventName:"click",eventLabel:b("4363c17ebb346b646af55bd8c8075915"),description:b("7af5e3ef39ff71d39fe3f645c8079124"),dataSchema:[{type:"object",properties:{nativeEvent:{type:"object",title:b("64561733c68085af3d09315c1d4d7ed6")}}}]},{eventName:"mouseenter",eventLabel:b("f6d767f39ba3bf955077a3c0ce81e581"),description:b("bcdd89d453da0dc0622a2f3189728357"),dataSchema:[{type:"object",properties:{nativeEvent:{type:"object",title:b("64561733c68085af3d09315c1d4d7ed6")}}}]},{eventName:"mouseleave",eventLabel:b("e272b0b8c7fedc670a87075514d9b49f"),description:b("727309bc724ff237c5e2cdf7a90cf28e"),dataSchema:[{type:"object",properties:{nativeEvent:{type:"object",title:b("64561733c68085af3d09315c1d4d7ed6")}}}]}],a.actions=[],a.panelBodyCreator=function(e){var t=/\/cell\/field\/tpl$/.test(e.path);return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),t?null:wc("tpl:wrapperComponent"),wc("switch",{label:Sc(b("2fb0853874c2cc8cc42f0c7520af662a"),b("47ae015d04dda362d066e4f9ac09d647")),name:"inline",pipeIn:kc(!0),hiddenOn:'data.wrapperComponent !== ""'}),wc("tpl:content"),wc("tpl:rich-text")]},wc("status")])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",(0,f.ev)([],(0,f.CR)(wc("theme:common",["layout"],["font"])),!1))},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a.popOverBody=[wc("tpl:content"),wc("tpl:rich-text"),wc("tpl:wrapperComponent")],a}return(0,f.ZT)(a,e),a.scene=["layout"],a}(ua);za(Yr);var Kr=["#2468f2","#b8babf","#528eff","#30bf13","#f33e3e","#ff9326","#fff","#000"],Xr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="tag",a.$schema="/schemas/TagSchema.json",a.name=b("14d342362f66aa86e2aa1c1e11aa1204"),a.isBaseComponent=!0,a.icon="fa fa-tag",a.pluginIcon="tag-plugin",a.description=b("77ad0879912d0a306724c319eed113e2"),a.docLink="/amis/zh-CN/components/tag",a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.previewSchema={type:"tag",label:b("ee66d7a2d02188816d633d11cf1a8b27"),color:"processing"},a.scaffold={type:"tag",label:b("ee66d7a2d02188816d633d11cf1a8b27"),color:"processing"},a.panelTitle=b("14d342362f66aa86e2aa1c1e11aa1204"),a.panelJustify=!0,a.events=[{eventName:"click",eventLabel:b("4363c17ebb346b646af55bd8c8075915"),description:b("7af5e3ef39ff71d39fe3f645c8079124"),dataSchema:[{type:"object",properties:{nativeEvent:{type:"object",title:b("64561733c68085af3d09315c1d4d7ed6")}}}]},{eventName:"mouseenter",eventLabel:b("f6d767f39ba3bf955077a3c0ce81e581"),description:b("bcdd89d453da0dc0622a2f3189728357"),dataSchema:[{type:"object",properties:{nativeEvent:{type:"object",title:b("64561733c68085af3d09315c1d4d7ed6")}}}]},{eventName:"mouseleave",eventLabel:b("e272b0b8c7fedc670a87075514d9b49f"),description:b("727309bc724ff237c5e2cdf7a90cf28e"),dataSchema:[{type:"object",properties:{nativeEvent:{type:"object",title:b("64561733c68085af3d09315c1d4d7ed6")}}}]}],a.actions=[],a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("label"),{type:"button-group-select",label:b("f0789e79d48f135e5d870753f7a85d05"),name:"displayMode",value:"normal",size:"md",options:[{label:b("35242cff1266fd3610f124b0e5e76f9b"),value:"normal"},{label:b("0103eb2d3dca70270d1a74e9ec987ac9"),value:"rounded"},{label:b("3fea7ca76cdece641436d7ab0d02ab1b"),value:"status"}]},wc("icon",{visibleOn:'data.displayMode === "status"',label:b("092c4410e162bb3371f2aab804501f24")})]},wc("status")])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[{title:b("6b36c6f7ec834692ec6c8e3816349fdd"),body:[{type:"input-color",label:b("9970ad07468267e2f309f1467c75bb80"),name:"color",presetColors:Kr,pipeOut:Ec},{type:"input-color",label:b("2f97db95d75280bfedc5afa72d2c717d"),name:"style.backgroundColor",presetColors:Kr,pipeOut:Ec},{type:"input-color",label:b("961534b4ea37e4e88aada736b299d063"),name:"style.borderColor",presetColors:Kr,pipeOut:Ec},{type:"input-color",label:b("ca746b1ff10193a3ce20878dec04a733"),name:"style.color",presetColors:Kr,pipeOut:Ec}]},wc("style:classNames",{isFormItem:!1})])},{title:b("10b2761db5a8e089049df39675abc550"),className:"p-none",body:[wc("eventControl",(0,f.pi)({name:"onEvent"},ho(a.manager,e)))]}])},a}return(0,f.ZT)(a,e),a}(ua);za(Xr),(0,t(980).Pu)("appTranslate",(function(e){return ia(e)}));var Qr=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="anchor-nav",a.$schema="/schemas/AnchorNavSchema.json",a.name=b("bede211909a1022b13e9728ed162b77e"),a.isBaseComponent=!0,a.description=b("f6da8aa86fa3e399da95dab399a67985"),a.docLink="/amis/zh-CN/components/anchor-nav",a.tags=[b("22c799040acdb2601b437ed5449de076")],a.icon="fa fa-link",a.pluginIcon="anchor-nav-plugin",a.scaffold={type:"anchor-nav",links:[{title:b("5879dec0aea52871e0ae6969893a315b"),href:"1",body:[{type:"tpl",tpl:b("ce08bc4247c040bac13155befc7c1638"),wrapperComponent:"",inline:!1}]},{title:b("d89a42cb938819f67172ea64037c19fe"),href:"2",body:[{type:"tpl",tpl:b("96f05e63c6f606925636d6810167e7ea"),wrapperComponent:"",inline:!1}]},{title:b("31327b9041b825a0b455b3ff9ddd3909"),href:"3",body:[{type:"tpl",tpl:b("68284dd430993f495a6f2254ae5480ae"),wrapperComponent:"",inline:!1}]}]},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle=b("bede211909a1022b13e9728ed162b77e"),a.panelJustify=!0,a.panelBody=[wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),wc("combo-container",{type:"combo",name:"links",label:b("9ad515106f02f3909974b75d22625b0d"),mode:"normal",multiple:!0,draggable:!0,minLength:1,addButtonText:b("40c6e9ed3d9949a326f5a216d936324d"),deleteBtn:{icon:"fa fa-trash"},items:[wc("anchorTitle")],scaffold:{title:b("6be15e9949e4be7fc485e1eaae472942"),href:"",body:[{type:"tpl",tpl:b("c624c875ea37f790665d0cae8959d4e2"),wrapperComponent:"",inline:!1}]},draggableTip:"",onChange:function(e,a,t,n){var c=n.data.active,o=e.findIndex((function(e){return e.href===c}))>-1;n.setValues({active:o?c:e[0].href})},pipeOut:function(e){var a=e.map((function(e){return e.href}));return e.forEach((function(t){if(!t.href){var n=function(e,a){for(var t=1;t<=a;t++)if(!e.includes(String(t)))return String(t)}(a,e.length);t.href=n,t.title="锚点".concat(n),t.body[0].tpl="这里是锚点内容".concat(n)}})),e}}),{name:"active",type:"select",label:b("39f4fbc5b5ba681f7e8c4d4a4ddb3e2f"),source:"${links|appTranslate}",labelField:"title",valueField:"href",value:"1"}]},wc("status")])},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:wc("collapseGroup",[{title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[{type:"button-group-select",name:"direction",label:b("9959b2ad2d4f75f7a6be46872642df6d"),value:"vertical",options:[{label:b("4cde06e6162ed66720e3133cb83bc059"),value:"horizontal"},{label:b("75ac842f8e77305846f1d776f97dfaf8"),value:"vertical"}]}]},wc("style:classNames",{isFormItem:!1,schema:[wc("className",{name:"linkClassName",label:b("056f2d7df6e6b64625c3a2d27ce07b05")}),wc("className",{name:"sectionClassName",label:b("696754a8b2b23e30b11187303d1238f5")})]})])}])],a.patchContainers=["anchor-nav.body"],a.vRendererConfig={regions:{body:{key:"body",label:b("132a78bdf68d6d17bde00aa807bbf032"),renderMethod:"renderBody",renderMethodOverride:function(e,a){return function(){for(var t=[],n=0;na&&(t=n,a=c)}return t}za(nl);var ol=function(e){function a(a){var t=e.call(this,a)||this;t.preventTableClick=!1,t.tableViewWrapperRef=o.createRef(),t.store=t.props.manager.store;var n=t.props.schema.trs||[];if(n.length){var c=n.map((function(e){return e.$$id})),i=cl(n);t.maxChildTrIndex=i;var d=(n[i].tds||[]).map((function(e){return e.$$id}));t.state={trIds:c,tdIds:d,displayMergeCell:!1}}else t.state={trIds:[],tdIds:[],displayMergeCell:!1};return t.listenTdSelection(),t}return(0,f.ZT)(a,e),a.prototype.componentDidMount=function(){this.syncLinePos(),this.listenTdSelection()},a.prototype.componentWillUnmount=function(){this.removeListenTdSelection()},a.prototype.syncLineState=function(){var e=this,a=this.props.schema.trs||[];if(a.length){var t=a.map((function(e){return e.$$id})),n=cl(a);this.maxChildTrIndex=n;var c=(a[n].tds||[]).map((function(e){return e.$$id}));this.setState({trIds:t,tdIds:c},(function(){e.syncLinePos()}))}},a.prototype.removeListenTdSelection=function(){var e=this.tableViewWrapperRef.current;if(e){var a=e.querySelector("tbody");a.removeEventListener("mousedown",this.handleCellMouseDown),a.removeEventListener("mousemove",this.handleCellMouseMove),a.removeEventListener("mouseup",this.handleCellMouseUp),a.removeEventListener("click",this.handleCellMouseClick)}},a.prototype.listenTdSelection=function(){var e=this.tableViewWrapperRef.current;if(e){var a=e.querySelector("tbody");a.addEventListener("mousedown",this.handleCellMouseDown),a.addEventListener("mousemove",this.handleCellMouseMove),a.addEventListener("mouseup",this.handleCellMouseUp),a.addEventListener("click",this.handleCellMouseClick)}},a.prototype.handleCellMouseDown=function(e){var a,t=e.target;if(!t||"TD"===t.tagName){this.removeAllSelectionMark(),this.setState({displayMergeCell:!1});var n=t.getAttribute("data-editor-id");this.isSelectionCell=!0,this.selectedCell=((a={})[n]=Te(this.props.schema,n),a)}},a.prototype.handleCellMouseMove=function(e){if(this.isSelectionCell){this.preventTableClick=!0;var a=e.target;if(a&&"TD"!==a.tagName)return;var t=a.getAttribute("data-editor-id");t in this.selectedCell||(this.selectedCell[t]=Te(this.props.schema,t),this.markSelectingCell(),this.setState({displayMergeCell:!0}))}},a.prototype.findFirstAndLastCell=function(){var e,a,t=[];for(var n in this.selectedCell)t.push(this.selectedCell[n]);t.length||console.warn(b("9efb0ce5a4510ef29345b6edb3e58bc2"));var c=t[0].$$col,o=t[0].$$row,i=0,d=0,r=null;try{for(var l=(0,f.XA)(t),s=l.next();!s.done;s=l.next()){var u=s.value,p=u.$$col+(u.colspan||1)-1,m=u.$$row+(u.rowspan||1)-1;p>=i&&(i=p),m>=d&&(d=m),u.$$col<=c&&(c=u.$$col),u.$$row<=o&&(o=u.$$row),u.$$col===c&&u.$$row===o&&(r=u)}}catch(a){e={error:a}}finally{try{s&&!s.done&&(a=l.return)&&a.call(l)}finally{if(e)throw e.error}}return{minRow:o,minCol:c,maxRow:d,maxCol:i,firstCell:r,lastCell:null}},a.prototype.markSelectingCell=function(){var e,a,t,n,c=this,o=this.findFirstAndLastCell(),i=o.minRow,d=o.minCol,r=o.maxRow,l=o.maxCol;try{for(var s=(0,f.XA)(this.props.schema.trs),b=s.next();!b.done;b=s.next()){var u=b.value;try{for(var p=(t=void 0,(0,f.XA)(u.tds)),m=p.next();!m.done;m=p.next()){var h=m.value,v=h;v.$$col>=d&&v.$$col<=l&&v.$$row>=i&&v.$$row<=r&&(v.$$id in this.selectedCell||(this.selectedCell[v.$$id]=h))}}catch(e){t={error:e}}finally{try{m&&!m.done&&(n=p.return)&&n.call(p)}finally{if(t)throw t.error}}}}catch(a){e={error:a}}finally{try{b&&!b.done&&(a=s.return)&&a.call(s)}finally{if(e)throw e.error}}var g=this.tableViewWrapperRef.current;g&&g.querySelectorAll("td").forEach((function(e){e.getAttribute("data-editor-id")in c.selectedCell&&e.setAttribute("data-selected","1")}))},a.prototype.removeAllSelectionMark=function(){var e=this.tableViewWrapperRef.current;e&&e.querySelectorAll("td").forEach((function(e){e.removeAttribute("data-selected")}))},a.prototype.handleCellMouseUp=function(e){this.isSelectionCell=!1},a.prototype.handleCellMouseClick=function(e){this.preventTableClick&&(e.stopPropagation(),e.preventDefault(),this.preventTableClick=!1)},a.prototype.handleMergeCell=function(){var e=this.findFirstAndLastCell(),a=e.firstCell,t=e.minRow,n=e.minCol,c=e.maxRow,o=e.maxCol;if(a){var i=a.$$id,d=o-n+1,r=c-t+1;a.colspan=d,a.rowspan=r;var l=[];for(var s in this.selectedCell)l.push(this.selectedCell[s]);for(var f=l.filter((function(e){return e.$$id!==i})).map((function(e){return e.$$id})),u=this.props.schema.trs,p=u.length;p--;){var m=u[p];m.tds=m.tds.filter((function(e){return!f.includes(e.$$id)})),m.tds.length||u.splice(p,1)}var h=this.props.schema.$$id;this.store.changeValueById(h,this.props.schema),this.setState({displayMergeCell:!1})}else console.warn(b("3ce57bd19e37d2b27145dc6fcfff3520"))},a.prototype.syncLinePos=function(){var e=this.tableViewWrapperRef.current;if(e){var a=e.querySelector("table").getBoundingClientRect(),t=e.querySelectorAll("tr");if(!t.length||void 0===this.maxChildTrIndex)return;for(var n=Array.from(e.querySelectorAll(".ae-TableViewEditor-rowLine")),c=0;c20&&i.Amu.warning(b("38d2ccdde0ae0c2329defd3c75c59d8b"))}else console.warn(b("26526c3354307798dfa84f17decf5140"),n)},a.prototype.handleColMouseDown=function(e){this.lineMouseDownCommon(e),document.addEventListener("mousemove",this.handleColMouseMove),document.addEventListener("mouseup",this.handleColMouseUp)},a.prototype.handleColMouseMove=function(e){var a=e.clientX-this.startX;this.draggingElement.style.left=this.draggingElementLeft+a+"px"},a.prototype.handleColMouseUp=function(e){document.removeEventListener("mousemove",this.handleColMouseMove),document.removeEventListener("mouseup",this.handleColMouseUp);var a=e.clientX-this.startX,t=this.store,n=this.draggingId,c=t.getValueOf(n),o=this.tableViewWrapperRef.current.querySelector('td[data-editor-id="'.concat(n,'"]'));if(this.draggingElement.style.background="none",c&&o){var i=o.getBoundingClientRect().width+a;t.changeValueById(n,(0,f.pi)((0,f.pi)({},c),{width:i}))}else console.warn(b("26526c3354307798dfa84f17decf5140"),n)},a.prototype.handleLineClick=function(e){e.stopPropagation(),e.preventDefault()},a.prototype.renderMergeIcon=function(){return this.state.displayMergeCell?o.createElement("div",{className:"ae-TableViewEditor-mergeIcon",onMouseDown:this.handleMergeCell},"合并单元格"):null},a.prototype.render=function(){var e=this,a=this.props,t=a.children,n=a.schema,c=this.state.trIds.map((function(a){return o.createElement("div",{className:"ae-TableViewEditor-rowLine",key:"row-".concat(a),"data-id":a,onMouseDown:e.handleRowMouseDown})})),i=this.state.tdIds.map((function(a){return o.createElement("div",{className:"ae-TableViewEditor-colLine",key:"row-".concat(a),"data-id":a,onMouseDown:e.handleColMouseDown})}));return o.createElement("div",{className:"ae-TableViewEditor",ref:this.tableViewWrapperRef,style:null==n?void 0:n.style},t,this.renderMergeIcon(),c,i)},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"removeListenTdSelection",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"listenTdSelection",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[MouseEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleCellMouseDown",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[MouseEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleCellMouseMove",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[MouseEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleCellMouseUp",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[MouseEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleCellMouseClick",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleMergeCell",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleRowMouseDown",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[MouseEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleRowMouseMove",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[MouseEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleRowMouseUp",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleColMouseDown",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[MouseEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleColMouseMove",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[MouseEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleColMouseUp",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[MouseEvent]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleLineClick",null),a}(o.Component),il={body:{type:"tpl",wrapperComponent:"",tpl:"---"}};function dl(e){var a,t,n,c;if(!e)return{trs:[]};var o=[],i=e.trs||[],d=0;try{for(var r=(0,f.XA)(i),l=r.next();!l.done;l=r.next()){var s=l.value.tds||[],b=0;try{for(var u=(n=void 0,(0,f.XA)(s)),p=u.next();!p.done;p=u.next()){for(var m=p.value;o[d]&&o[d][b];)b+=1;var h=m.rowspan||1,v=m.colspan||1;if(h>1||v>1)for(var g=0;g1&&w+C>l&&(y.rowspan=C+1,p-=x),w===l){m=h;break}}}catch(e){t={error:e}}finally{try{g&&!g.done&&(n=v.return)&&n.call(v)}finally{if(t)throw t.error}}for(var E=[],k=0;k1&&y+g>l){v.colspan=g+1,m=!0;break}if(l<=y){p.splice(h,0,il),m=!0;break}}m||p.push(il)}}catch(e){t={error:e}}finally{try{u&&!u.done&&(n=s.return)&&n.call(s)}finally{if(t)throw t.error}}this.manager.store.changeValueById(i,d)}else console.warn(b("49d45317662097180e27fa53235d9b13"))},a.prototype.splitCell=function(e){var a,t,n=this.manager.store,c=n.getNodePathById(e),o=c[c.length-3].id,i=n.getSchema(o);dl(i);var d=Te(i,e);if(d){var r=d.rowspan||1,l=d.colspan||1;d.colspan=1,d.rowspan=1;for(var s=d.$$row,u=d.$$col,p=[],m=0;m1||i>1)&&a.push({icon:"fa fa-columns",order:100,tooltip:b("488d0742c010851e9c6ce3264df9542b"),onClick:function(){t.splitCell(c)}})}},a}(ua);za(rl);var ll=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="code",a.$schema="/schemas/CodeSchema.json",a.name=b("38bbd995a790f5a67211e034b007c145"),a.isBaseComponent=!0,a.icon="fa fa-code",a.pluginIcon="code-plugin",a.description=b("38bbd995a790f5a67211e034b007c145"),a.docLink="/amis/zh-CN/components/code",a.tags=[b("027446c2f9070b0f5b16a18208bf5fc7")],a.scaffold={type:"code",language:"html",value:"
html
"},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle=b("38bbd995a790f5a67211e034b007c145"),a.panelBodyCreator=function(e){return wc("tabs",[{title:b("22b777e6fcb613b8ba83ced9594cd07e"),body:[wc("layout:originPosition",{value:"left-top"}),{type:"input-text",label:b("d7ec2d3fea4756bc1642e0f10c180cf5"),name:"name"},{type:"editor",label:b("86e38e6425f722ba725718af2366ac08"),allowFullscreen:!0,name:"value"}]},{title:b("afcde2611bdd13c1e65b4fb6a2f13425"),body:[wc("className")]},{title:b("33bf801796fd255b5f6147e33146669b"),body:[wc("ref"),wc("visible")]}])},a}return(0,f.ZT)(a,e),a}(ua);za(ll),t(10628);var sl=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.connectedCallback=function(){this.attachShadow({mode:"open"}).textContent="web-component-demo"},a}(HTMLElement);try{customElements.define("web-component-demo",sl)}catch(e){console.log("[amis-editor]",e)}var bl=function(e){function a(){var a=null!==e&&e.apply(this,arguments)||this;return a.rendererName="web-component",a.$schema="/schemas/WebComponentSchema.json",a.name="Web Component",a.isBaseComponent=!0,a.description=b("1fa035e78c5408c9079c20637acdb2bb"),a.docLink="/amis/zh-CN/components/web-component",a.tags=[b("22c799040acdb2601b437ed5449de076")],a.icon="fa fa-square-o",a.pluginIcon="web-component-plugin",a.scaffold={type:"web-component",tag:"web-component-demo"},a.previewSchema=(0,f.pi)({},a.scaffold),a.panelTitle=b("8df7c8a1f9f579f0ddc35bb4ee50f166"),a.notRenderFormZone=!0,a.panelJustify=!0,a.panelBodyCreator=function(e){return wc("tabs",[{title:b("24d67862f87f439db7ca957aecb77cce"),body:[wc("collapseGroup",[{className:"p-none",title:b("4092ed98e9035652d4c9ca9441701ed7"),body:[wc("layout:originPosition",{value:"left-top"}),{type:"input-text",label:b("14d342362f66aa86e2aa1c1e11aa1204"),name:"tag"},wc("combo-container",{type:"input-kv",mode:"normal",name:"props",label:b("24d67862f87f439db7ca957aecb77cce")})]}])]}])},a}return(0,f.ZT)(a,e),a}(ua);za(bl);var fl=function(e,a,t){for(var n=[e];n.length;){var c=n.pop();if(Array.isArray(c))n.push.apply(n,(0,f.ev)([],(0,f.CR)(c),!1));else if(!(!(0,k.isObject)(c)||t&&t(c))){if(a(c))return c;n.push.apply(n,(0,f.ev)([],(0,f.CR)(Object.values(c)),!1))}}},ul=function(e,a){for(var t=[e],n=function(){var e=t.pop();return Array.isArray(e)?((0,k.remove)(e,a),t.push.apply(t,(0,f.ev)([],(0,f.CR)(e),!1)),"continue"):(0,k.isObject)(e)?void Object.entries(e).forEach((function(n){var c=(0,f.CR)(n,2),o=c[0],i=c[1];(0,k.isObject)(i)&&a(i)&&delete e[o],t.push(i)})):"continue"};t.length;)n()},pl=[{label:b("a4313469fd7361486fe47076629c76ac"),value:"Insert",resolveSchema:function(e,a){void 0===e&&(e={});var t={type:"form",body:[],onEvent:{submitSucc:{actions:[{actionType:"search",componentId:e.id}]}}};return a.resolveCreateSchema({schema:t,setting:e,feat:"Insert",inCrud:!0}),{type:"button",behavior:"Insert",label:b("66ab5e9f24c8f46012a25c89919fb191"),level:"primary",className:"m-r-xs",onEvent:{click:{actions:[{actionType:"dialog",dialog:{title:b("50abd0bf31e07dbee84e9e5b9a407840"),body:t}}]}}}},align:"left"},{label:b("e73cefac9d030927da1618c7b15c98c9"),value:"BulkEdit",resolveSchema:function(e,a){void 0===e&&(e={});var t={type:"form",behavior:"BulkEdit",body:[],onEvent:{submitSucc:{actions:[{actionType:"search",componentId:e.id}]}}};return a.resolveCreateSchema({schema:t,setting:e,feat:"BulkEdit",inCrud:!0}),{type:"button",behavior:"BulkEdit",label:b("e73cefac9d030927da1618c7b15c98c9"),className:"m-r-xs",onEvent:{click:{actions:[{actionType:"dialog",dialog:{title:b("e73cefac9d030927da1618c7b15c98c9"),body:t}}]}},disabledOn:"selectedItems != null && selectedItems.length < 1"}},align:"left"},{label:b("7fb62b30119c3797a843a48368463314"),value:"BulkDelete",resolveSchema:function(e,a){var t,n,c;void 0===e&&(e={});var o={type:"button",className:"m-r-xs",label:b("7fb62b30119c3797a843a48368463314"),level:"danger",behavior:"BulkDelete",disabledOn:"selectedItems != null && selectedItems.length < 1"};return a.resolveDeleteSchema({schema:o,setting:e,feat:"BulkDelete"}),null===(c=null===(n=null===(t=o.onEvent)||void 0===t?void 0:t.click)||void 0===n?void 0:n.actions)||void 0===c||c.push({actionType:"search",componentId:e.id}),o},align:"left"},{label:b("73f28ac83b623fb81d73f16fb3856fa0"),value:"Import",resolveSchema:function(e,a){return{type:"button",className:"m-r-xs",label:b("8d9a071ee2ef45e045968e117a205c07"),behavior:"Import"}},align:"left"},{label:b("09d44261d7883bf5141a462a790d2816"),value:"Export",resolveSchema:function(e,a){return{type:"button",className:"m-r-xs",label:b("55405ea6ff6fd823ffab7e6b10ddfa95"),behavior:"Export"}},align:"left"}],ml=[{label:b("6ff4bf3d567e977aa4c90c27dff1e6db"),value:"FuzzyQuery",resolveSchema:function(e,a){void 0===e&&(e={});var t=Qe();return{type:"form",behavior:"FuzzyQuery",id:t,submitOnChange:!0,wrapWithPanel:!1,onEvent:{validateSucc:{actions:[{actionType:"search",componentId:e.id,args:{query:"${event.data}"}}]}},body:[{name:"keywords",type:"input-text",label:!1,addOn:{type:"button",label:b("e5f71fc31e7246dd6ccc5539570471b0"),onEvent:{click:{actions:[{actionType:"submit",componentId:t}]}}}}]}}},{label:b("c26996a6506adf397f0668d376d0b40b"),value:"SimpleQuery",resolveSchema:function(e,a){return void 0===e&&(e={}),{title:b("c26996a6506adf397f0668d376d0b40b"),type:"form",mode:"inline",behavior:"SimpleQuery",body:a.resolveSimpleFilterSchema({setting:e})||[],actions:[{type:"submit",label:b("bee912d79eefb7335988c4997aa9138d")},{type:"reset",label:b("4b9c3271dc2f299dc3aeffb369187513")}],onEvent:{validateSucc:{actions:[{actionType:"search",componentId:e.id,args:{query:{simpleFilters:"${event.data}"}}}]}}}}},{label:b("9c4666fd08c2738eb9611a3721cb5f0f"),value:"AdvancedQuery",resolveSchema:function(e,a){return void 0===e&&(e={}),{title:b("9c4666fd08c2738eb9611a3721cb5f0f"),type:"form",mode:"inline",behavior:"AdvancedQuery",body:a.resolveAdvancedFilterSchema({setting:e})||[],actions:[{type:"submit",label:b("bee912d79eefb7335988c4997aa9138d")},{type:"reset",label:b("4b9c3271dc2f299dc3aeffb369187513")}],onEvent:{validateSucc:{actions:[{actionType:"search",componentId:e.id,args:{query:{customFilters:"${event.data}"}}}]}}}}}],hl=[{label:b("5b48dbb8dc710cffe6313bb56a7f6d47"),value:"View",resolveSchema:function(e,a){return void 0===e&&(e={}),{type:"button",label:b("607e7a4f377fa66b0b28ce318aab841f"),level:"link",behavior:"View",onEvent:{click:{actions:[{actionType:"dialog",dialog:{type:"form",title:b("607e7a4f377fa66b0b28ce318aab841f"),body:a.resolveViewSchema({setting:e})}}]}}}}},{label:b("e22b59b6bda1cf9a58f8979fd0a0b43c"),value:"Edit",resolveSchema:function(e,a){void 0===e&&(e={});var t={type:"form",body:[],onEvent:{submitSucc:{actions:[{actionType:"search",componentId:e.id}]}}};return a.resolveCreateSchema({schema:t,setting:e,feat:"Edit",inCrud:!0}),{type:"button",label:b("95b351c86267f3aedf89520959bce689"),level:"link",behavior:"Edit",onEvent:{click:{actions:[{actionType:"dialog",dialog:{title:b("95b351c86267f3aedf89520959bce689"),body:t}}]}}}}},{label:b("a790208cafd5c95a18dd9a168319ecf8"),value:"Delete",resolveSchema:function(e,a){var t,n,c;void 0===e&&(e={});var o={type:"button",className:"m-r-xs",label:b("2f4aaddde33c9b93c36fd2503f3d122b"),level:"link",behavior:"Delete"};return a.resolveDeleteSchema({schema:o,setting:e,feat:"Delete"}),null===(c=null===(n=null===(t=o.onEvent)||void 0===t?void 0:t.click)||void 0===n?void 0:n.actions)||void 0===c||c.push({actionType:"search",componentId:e.id}),o}}],vl=function(e){function a(a){var t=e.call(this,a)||this;return t.disabledRendererPlugin=!0,t.rendererName="crud2",t.multifactor=!0,t.$schema="/schemas/CRUD2Schema.json",t.order=-1e3,t.docLink="/amis/zh-CN/components/crud",t.tags=[b("73721e611daaafe5c34aa9f3f901d016")],t.events=[{eventName:"get-data",eventLabel:b("1b79a4f49b7a21e62b8868f12189b0b0"),description:b("5a28d015b7b3518f75bc4cc27d9f6c20")}],t.actions=[{actionType:"search",actionLabel:b("cfd84204d9476936c949d071cc2338cf"),description:b("c6bd3393c21379d3f75d179abe36da3d"),descDetail:function(e){return o.createElement("div",null,o.createElement("span",{className:"variable-right"},null==e?void 0:e.__rendererLabel),"触发数据查询")},schema:Gc(wc("formulaControl",{name:"query",label:b("cf12e55021998a8328201800ec356773"),variables:"${variables}",size:"md",mode:"horizontal"}))},{actionType:"loadMore",actionLabel:b("77281549955309c49f5eef77838a85e5"),description:b("b3a4d6a345372c5def1d5a1bf6077bce"),descDetail:function(e){return o.createElement("div",null,o.createElement("span",{className:"variable-right"},null==e?void 0:e.__rendererLabel),"加载更多数据")}}],t.previewSchema={syncLocation:!1,type:"crud2",className:"text-left",bodyClassName:"m-b-none",affixHeader:!1,data:{items:[{a:1,b:2},{a:3,b:4},{a:5,b:6}]},source:"${items}",columns:[{title:"A",name:"a"},{title:"B",name:"b"},{name:"operation",title:b("2b6bc0f293f5ca01b006206c2535ccbc"),buttons:[{icon:"fa fa-eye",type:"button"},{icon:"fa fa-edit",type:"button"}]}]},t.dsBuilderMgr=new Ic("crud2","api"),t}return(0,f.ZT)(a,e),a.prototype.afterBuildPanelBody=function(e){var a;return(0,f.mG)(this,void 0,void 0,(function(){var t;return(0,f.Jh)(this,(function(n){switch(n.label){case 0:return t=e.context.context,(null===(a=t.info.renderer)||void 0===a?void 0:a.isFormItem)&&new RegExp("/crud2/filter/").test(t.path)?[4,this.addFilterPanelSetting(e.context)]:[3,2];case 1:return n.sent(),[3,3];case 2:"crud2"===t.schema.type&&t.schema.mode===this.scaffold.mode&&this.addListPanelSetting(e.context),n.label=3;case 3:return[2]}}))}))},a.prototype.addFilterPanelSetting=function(e){var a;return(0,f.mG)(this,void 0,void 0,(function(){var t,n,c,o,i,d;return(0,f.Jh)(this,(function(r){switch(r.label){case 0:return t=e.context,n=t.info,c=t.node,(null===(a=n.renderer)||void 0===a?void 0:a.isFormItem)?(o=c.getClosestParentByType("form"),(i=c.getClosestParentByType("crud2"))&&o&&o.schema.behavior&&i.schema.mode===this.scaffold.mode?[4,this.dsBuilderMgr.resolveBuilderBySchema(i.schema,"api").makeFieldFilterSetting({schema:i.schema,sourceKey:"api",fieldName:c.schema.name})]:[2]):[3,2];case 1:if(!(d=r.sent())||!d.length)return[2];e.data.tabs.forEach((function(e){e.title===b("24d67862f87f439db7ca957aecb77cce")&&e.body[0].body.forEach((function(e){var a;e.title===b("4092ed98e9035652d4c9ca9441701ed7")&&(a=e.body).splice.apply(a,(0,f.ev)([2,0],(0,f.CR)(d),!1))}))})),r.label=2;case 2:return[2]}}))}))},a.prototype.addDataOperatorSchema=function(e,a){},a.prototype.addFeatToToolbar=function(e,a,t,n){var c="".concat(t,"Toolbar");e[c]=e[c]||[{type:"grid",columns:[{body:[]},{columnClassName:"text-right",body:[]}]}];try{e[c][0].columns["left"===n?0:1].body.unshift(a)}catch(t){e[c].unshift(a)}},a.prototype.filterOperators=function(e,a){var t=this,n=[];return pl.forEach((function(a){e.features.includes(a.value)&&n.push((0,f.pi)((0,f.pi)({},a),{remove:function(e){ul(e.headerToolbar,(function(e){return e.behavior===a.value})),ul(e.footerToolbar,(function(e){return e.behavior===a.value}))},add:function(n){t.addFeatToToolbar(n,a.resolveSchema(n,e),"header",a.align)},isActive:function(e){return t.isFeatActive(e,a.value,"headerToolbar","footerToolbar")}}))})),"table2"===a.schema.mode&&hl.forEach((function(a){e.features.includes(a.value)&&n.push((0,f.pi)((0,f.pi)({},a),{remove:function(e){ul(e.columns,(function(e){return e.behavior===a.value}))},add:function(n){t.addDataOperatorSchema(n,a.resolveSchema(n,e))},isActive:function(e){return t.isFeatActive(e,a.value,"columns")}}))})),n},a.prototype.makeFeatSetting=function(e,a,t){return e.makeSetting?e.makeSetting(a):a.makeFieldsSettingForm({feat:e.value,inCrud:!0,inScaffold:t})},a.prototype.isFeatActive=function(e,a){for(var t=[],n=2;n=2&&(o[0]=n.offset[0],o[1]=n.offset[1]),(0,f.pi)((0,f.pi)({},n),{size:c,offset:o})},a.prototype.normalizeBadgeValue=function(e){var a,t,n=Ke(null==e?void 0:e.offset)&&(null===(a=null==e?void 0:e.offset)||void 0===a?void 0:a[0])&&(null===(t=null==e?void 0:e.offset)||void 0===t?void 0:t[1])?{offset:[e.offset[0],e.offset[1]]}:{};return(0,f.pi)((0,f.pi)({},e),n)},a.prototype.handleSwitchChange=function(e){var a=this.props,t=a.onBulkChange,n=a.data;this.setState({checked:e}),e?n.badge?null==t||t({badge:n.badge}):null==t||t({badge:{mode:"dot"}}):null==t||t({badge:void 0})},a.prototype.handleSubmit=function(e,a){e.visibleOn="${badge}","dot"===e.mode?e.text=void 0:e.text="${badge}";var t=this.props.onBulkChange;"submit"===(null==a?void 0:a.type)&&(null==t||t({badge:this.normalizeBadgeValue(e)}))},a.prototype.renderBody=function(){var e=this.props.render,a=this.transformBadgeValue();return oa(),e("badge-form",{type:"form",className:"ae-BadgeControl-form w-full",wrapWithPanel:!1,panelClassName:"border-none shadow-none mb-0",bodyClassName:"p-none",actionsClassName:"border-none mt-2.5",wrapperComponent:"div",preventEnterSubmit:!0,submitOnChange:!0,body:[{label:b("a7999d1390b7dc775e4287511c395d6c"),name:"mode",type:"button-group-select",size:"sm",tiled:!0,className:"ae-BadgeControl-buttonGroup",options:[{label:b("be604f8b7ec5e80288b091ee12bbab7f"),value:"dot"},{label:b("ca746b1ff10193a3ce20878dec04a733"),value:"text"},{label:b("9adcfe38533f68035b2bf7831d310381"),value:"ribbon"}],mode:"horizontal",horizontal:{justify:!0,left:4},pipeIn:kc("dot")},{label:Sc(b("29e13ada94b145a1359291d5e1564655"),b("31175366279c15232e27b6736ccb2fd4")),name:"overflowCount",type:"input-number",size:"sm",visibleOn:"data.mode === 'text'",mode:"horizontal",horizontal:{justify:!0,left:4}},{label:b("58f966670529f4753fb3c5a0647606be"),name:"size",type:"input-number",size:"sm",suffix:"px",mode:"horizontal",horizontal:{justify:!0,left:4}},{label:b("9970ad07468267e2f309f1467c75bb80"),name:"level",type:"select",size:"sm",mode:"horizontal",horizontal:{justify:!0,left:4},tiled:!0,className:"input-select",options:[{label:b("330363dfc524cff2488f2ebde0500896"),value:"success"},{label:b("900c70fa5f7dbc014e6f762d5e0e885c"),value:"warning"},{label:b("540f84ddc0883866b229f71c2844199a"),value:"danger"},{label:b("d8c7e04c8e2be23dd3b81a31db6e04f1"),value:"info"}],pipeIn:kc("danger")},{label:b("d4d2a66820d30e07b44c850eb3f116c0"),name:"position",type:"select",size:"sm",mode:"horizontal",horizontal:{justify:!0,left:4},tiled:!0,className:"input-select",options:[{label:b("df68a5dc8f8847179b7afdf943f80796"),value:"top-left"},{label:b("e717b4ae480e7c073fd5a44647a7f0da"),value:"top-right"},{label:b("2a97dfb2d236c87c41fd588f006111dc"),value:"bottom-left"},{label:b("1c9bc9dab33944e953412f8b22cb024a"),value:"bottom-right"}],pipeIn:kc("top-right")},{type:"group",mode:"horizontal",horizontal:{justify:!0,left:4},label:Sc(b("ebc556841a9264ebaab728efad7af777"),b("81cdf47e8d8adfc70faac2cbc55e4067")),body:[{type:"input-text",name:"offset[0]",label:!1,addOn:{label:"X",type:"text",position:"left"},validateOnChange:!0,validations:{isNumeric:!0}},{type:"input-text",label:!1,name:"offset[1]",addOn:{label:"Y",type:"text",position:"left"},validateOnChange:!0,validations:{isNumeric:!0}}]}]},{data:a,onSubmit:this.handleSubmit.bind(this)})},a.prototype.render=function(){var e=this,a=this.props;a.classPrefix;var t=a.className;a.labelClassName,a.label,a.disabled;var n=a.render,c=this.state.checked;return o.createElement("div",{className:p()("ae-BadgeControl",t)},n("",wc("switch",{label:Sc(b("b8c467fce096a649583c0bc9d9281a5c"),b("b3c1b71ed42c7f2fe55f3c64346f1ae6")),name:"checked",mode:"horizontal",value:c,onChange:function(a){return e.handleSwitchChange(a)}})),c?this.renderBody():null)},a.defaultProps={mode:"dot",overflowCount:99,position:"top-right",level:"danger"},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Boolean]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSwitchChange",null),a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.xJW)({type:"ae-nav-badge",renderLabel:!1})],a)}(Al);var jl,Pl=function(e){function a(a){return e.call(this,a)||this}return(0,f.ZT)(a,e),a.prototype.deleteActive=function(e){var a,t;try{for(var n=(0,f.XA)(e),c=n.next();!c.done;c=n.next()){var o=c.value;o.active&&delete o.active,o.children&&this.deleteActive(o.children)}}catch(e){a={error:e}}finally{try{c&&!c.done&&(t=n.return)&&t.call(n)}finally{if(a)throw a.error}}},a.prototype.findActiveKey=function(e,a){for(var t=0;t2),r=oa();return o.createElement("li",{className:"ae-TimelineItemControlItem",key:c},o.createElement("div",{className:"ae-TimelineItemControlItem-Main"},o.createElement("a",{className:"ae-TimelineItemControlItem-dragBar"},o.createElement(i.JO$,{icon:"drag-bar",className:"icon"})),(0,i.sYA)({type:r?"input-text-i18n":"input-text",className:"ae-TimelineItemControlItem-input",value:t,placeholder:b("72a3c1690dead6e24f7ac1abc90d5063"),clearable:!1,onChange:function(e){return a.handleEditLabel(c,e,"time")}}),(0,i.sYA)({type:"dropdown-button",className:"ae-TimelineItemControlItem-dropdown",btnClassName:"px-2",icon:"fa fa-ellipsis-h",hideCaret:!0,closeOnClick:!0,align:"right",menuClassName:"ae-TimelineItemControlItem-ulmenu",buttons:[{type:"action",className:"ae-TimelineItemControlItem-action",label:b("95b351c86267f3aedf89520959bce689"),actionType:"dialog",dialog:{title:b("d584018521820dac9e92120737b733ba"),headerClassName:"font-bold",closeOnEsc:!0,closeOnOutside:!1,showCloseButton:!0,body:[{type:"form",wrapWithPanel:!1,wrapperComponent:"div",resetAfterSubmit:!0,autoFocus:!0,preventEnterSubmit:!0,horizontal:{justify:!0,left:3,right:9},body:this.buildAddOrEditSchema(e),onSubmit:function(e){return a.toggleEdit(e,c)}}]}},{type:"button",className:"ae-TimelineItemControlItem-action",label:b("79d3abe929f67f0644a78bf32adb3a89"),onClick:function(){return a.toggleCopy(c)}},{type:"button",className:"ae-TimelineItemControlItem-action",label:b("2f4aaddde33c9b93c36fd2503f3d122b"),disabled:d,onClick:function(){return a.toggleDelete(c)}}]},{popOverContainer:null})),o.createElement("div",{className:"ae-TimelineItemControlItem-Main"},(0,i.sYA)({type:r?"input-text-i18n":"input-text",className:"ae-TimelineItemControlItem-input-title",value:n,clearable:!1,placeholder:b("96641a78cfd9f9f8ba68f0524347b186"),onChange:function(e){return a.handleEditLabel(c,e,"title")}})))},a.prototype.renderApiPanel=function(){var e=this.props.render,a=this.state,t=a.source,n=a.api;return"api"!==t?null:e("api",wc("apiControl",{label:b("54ea89b497ec3bb319c68844dfa3687f"),name:"source",className:"ae-ExtendMore",visibleOn:"data.autoComplete !== false",value:n,onChange:this.handleAPIChange}))},a.prototype.render=function(){var e=this,a=this.state,t=a.source,n=a.items,c=this.props;c.render;var d=c.className;return o.createElement("div",{className:p()("ae-TimelineItemControl",d)},this.renderHeader(),"custom"===t?o.createElement("div",{className:"ae-TimelineItemControl-wrapper"},Array.isArray(n)&&n.length?o.createElement("ul",{className:"ae-TimelineItemControl-content",ref:this.dragRef},n.map((function(a,t){return e.renderOption((0,f.pi)((0,f.pi)({},a),{index:t}))}))):o.createElement("div",{className:"ae-TimelineItemControl-placeholder"},"无选项"),o.createElement("div",{className:"ae-TimelineItemControl-footer"},(0,i.sYA)(this.buildAddSchema(),{onSubmit:this.handleAdd}),(0,i.sYA)(this.buildBatchAddSchema(),{onSubmit:this.handleBatchAdd}))):null,this.renderApiPanel())},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSourceChange",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleAPIChange",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object,Number]),(0,f.w6)("design:returntype",void 0)],a.prototype,"toggleEdit",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object,Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleBatchAdd",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleAdd",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"dragRef",null),a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a.prototype.render=function(){return o.createElement(Ll,(0,f.pi)({},this.props))},a=(0,f.gn)([(0,i.xJW)({type:"ae-timelineItemControl",renderLabel:!1})],a)}(o.Component);var Dl=t(30236),$l=t.n(Dl),Vl=function(e){function a(a){var t=e.call(this,a)||this;return t.state={apiStr:t.transformApi2Str(a.value),selectedItem:[],schema:a.pickerSchema,loading:!1},t}return(0,f.ZT)(a,e),a.prototype.componentDidMount=function(){this.updatePickerOptions()},a.prototype.componentDidUpdate=function(e){var a=this.props;e.value!==a.value&&(this.setState({apiStr:this.transformApi2Str(a.value)}),this.updatePickerOptions()),pe(["enablePickerMode","pickerSchema"],e,a)&&this.setState({schema:a.pickerSchema}),(0,d.rMT)(null==e?void 0:e.pickerSource,null==a?void 0:a.pickerSource,e.data,a.data)&&this.fetchOptions()},a.prototype.updatePickerOptions=function(){var e;return(0,f.mG)(this,void 0,void 0,(function(){var a,t;return(0,f.Jh)(this,(function(n){switch(n.label){case 0:if(a=(0,d._6r)(this.props.value),!(null===(e=null==a?void 0:a.url)||void 0===e?void 0:e.startsWith("api://")))return[3,4];this.setState({loading:!0}),t=a.url.replace("api://",""),n.label=1;case 1:return n.trys.push([1,3,,4]),[4,this.fetchOptions(t)];case 2:case 3:return n.sent(),[3,4];case 4:return this.setState({loading:!1}),[2]}}))}))},a.prototype.transformApi2Str=function(e){var a=(0,d._6r)(e);return a.url?"".concat(a.method&&"get"!==a.method.toLowerCase()?"".concat(a.method,":"):"").concat(a.url):""},a.prototype.fetchOptions=function(e){var a,t,n,c;return(0,f.mG)(this,void 0,void 0,(function(){var o,i,r,l,s,b,u,p,m,h,v,g,y,w,C;return(0,f.Jh)(this,(function(x){switch(x.label){case 0:return o=this.props,i=o.value,r=o.data,l=o.env,s=o.searchField,b=o.searchType,u=this.props.pickerSource,p=(0,d._6r)(i),u&&(null==p?void 0:p.url)?(m=null===(t=null===(a=null==p?void 0:p.url)||void 0===a?void 0:a.split("api://"))||void 0===t?void 0:t[1],h=we(r,(0,f.pi)({value:i,op:"loadOptions"},e&&s?((C={})[s]=e,C.searchType=b,C):{})),(v=(0,F.dU)(window.editorStore).schemaFilter)&&(u=v({api:u}).api),(0,d.X1t)(u,h)?[4,l.fetcher(u,h)]:[3,2]):[2];case 1:g=x.sent(),(y=(null===(n=g.data)||void 0===n?void 0:n.items)||(null===(c=null==g?void 0:g.data)||void 0===c?void 0:c.rows)).length&&(w=y.find((function(e){return e.key===m})),this.setState({selectedItem:w?[w]:[]})),x.label=2;case 2:return[2]}}))}))},a.prototype.inputRef=function(e){this.input=e},a.prototype.focus=function(){this.input&&this.input.focus()},a.prototype.clearPickerValue=function(){var e=this,a=this.props.onChange;this.setState({apiStr:this.transformApi2Str(void 0),selectedItem:[]},(function(){null==a||a(void 0),e.focus()}))},a.prototype.handleSimpleInputChange=function(e){var a=e.currentTarget.value;this.handleSubmit(a,"input")},a.prototype.handleSubmit=function(e,a){var t=this.props,n=t.onChange,c=t.value,o=e;(e||"picker-submit"!==a)&&("string"==typeof c&&"string"==typeof e||(o=$l()({},(0,d._6r)(c),(0,d._6r)(e),(function(e,a,t){if(["data","responseData","headers"].includes(t))return a})),["data","responseData","headers"].forEach((function(e){null==o[e]&&delete o[e]}))),null==n||n(o))},a.prototype.handleAction=function(e,a,t,n){var c=this.props.onAction;null==c||c(e,a,t,n)},a.prototype.normalizeValue=function(e,a){var t=Y()(e);return"function"==typeof a&&(t=a(e)),t},a.prototype.handlePickerConfirm=function(e){var a=this.props.onPickerConfirm;this.handleSubmit(this.normalizeValue(e,a),"picker-submit")},a.prototype.handlePickerClose=function(){var e=this.props.onPickerClose;null==e||e()},a.prototype.renderHeader=function(){var e,a=this.props,t=a.render,n=a.labelRemark,c=a.useMobileUI,i=a.popOverContainer,d=a.env,r=this.props.label,l=null===(e=null==d?void 0:d.theme)||void 0===e?void 0:e.classPrefix;return o.createElement("header",{className:"ApiControl-header",key:"header"},o.createElement("label",{className:p()("".concat(l,"Form-label"))},(null==r?void 0:r.type)?t("label",r):r||"",n?t("label-remark",{type:"remark",icon:n.icon||"warning-mark",tooltip:n,className:p()("Form-lableRemark",null==n?void 0:n.className),useMobileUI:c,container:i||(d&&d.getModalContainer?d.getModalContainer:void 0)}):null))},a.prototype.renderPickerSchema=function(){var e=this,a=this.props,t=a.render,n=a.pickerTitle;a.pickerName;var c=a.pickerSize,d=a.pickerHeaderClassName,r=a.pickerBtnSchema,l=a.enablePickerMode,s=a.onPickerSelect,b=this.state,u=b.selectedItem,m=b.schema;return m?o.createElement(oe.U1,{title:n,headerClassName:p()(d,"font-bold"),onConfirm:this.handlePickerConfirm,onCancel:this.handlePickerClose,size:c,bodyRender:function(a){var n=a.onChange,c=a.setState;return t("api-control-picker",m,{value:u,onSelect:function(a){c({selectedItem:a}),n(e.normalizeValue(a,s))}})}},(function(a){var n=a.onClick,c=a.isOpened;return t("picker-action",(0,f.pi)((0,f.pi)({icon:o.createElement(i.JO$,{icon:"picker-icon",className:"icon ae-ApiControl-icon"})},r),{className:p()("ae-ApiControl-PickerBtn",null==r?void 0:r.className)}),{onClick:function(a){return(0,f.mG)(e,void 0,void 0,(function(){return(0,f.Jh)(this,(function(e){switch(e.label){case 0:if(c||!l)return[3,4];e.label=1;case 1:return e.trys.push([1,3,,4]),[4,this.fetchOptions()];case 2:case 3:return e.sent(),[3,4];case 4:return n(a),[2]}}))}))}})})):null},a.prototype.renderApiDialog=function(){return{label:"",type:"action",acitonType:"dialog",size:"sm",icon:o.createElement(i.JO$,{icon:"setting",className:"icon ae-ApiControl-icon"}),className:"ae-ApiControl-setting-button",actionType:"dialog",dialog:{title:b("e370757f933a8ecd87bf0255c3ce45d0"),size:"md",className:"ae-ApiControl-dialog",headerClassName:"font-bold",bodyClassName:"ae-ApiControl-dialog-body",closeOnEsc:!0,closeOnOutside:!1,showCloseButton:!0,body:[this.renderApiConfigTabs()]}}},a.prototype.renderApiConfigTabs=function(e){void 0===e&&(e=!1);var a=this.props;a.messageDesc;var t=a.debug,n=void 0!==t&&t;return{type:"form",className:"ae-ApiControl-form",mode:"horizontal",submitOnChange:e,wrapWithPanel:!1,onSubmit:this.handleSubmit,debug:n,body:[{type:"tabs",className:"ae-ApiControl-tabs",contentClassName:"ae-ApiControl-tabContent",tabs:[{title:b("7c57a563ab87bc6eb5edd8f5b953f499"),tab:[{label:b("6aa351f5dacd13d3d862d9c93e4a0241"),name:"method",value:"get",type:"button-group-select",mode:"horizontal",options:[{value:"get",label:"GET"},{value:"post",label:"POST"},{value:"put",label:"PUT"},{value:"patch",label:"PATCH"},{value:"delete",label:"DELETE"}]},{label:b("85624c8e8b0fc98954eecbe508e8b59d"),type:"input-text",name:"url",mode:"horizontal",size:"lg",placeholder:"http://",required:!0},{label:b("8dc91bca9bc83efea73150e3478657fc"),type:"input-text",name:"sendOn",mode:"horizontal",size:"lg",placeholder:b("bf9e242338d2c26b182aa6b9c015d84c"),description:b("91ee84292a5bf5e59d3b6309f948f2f1")},{label:b("7c6722203327e8173be987f36fadf610"),type:"button-group-select",name:"dataType",size:"sm",mode:"horizontal",description:"".concat(b("55409342e28d37db86fb23efbd84a025"),':<%= data.dataType === "json" ? "application/json" : (data.dataType === "form-data" ? "multipart/form-data" : (data.dataType === "form" ? "application/x-www-form-urlencoded" : "")) %>,').concat(b("e06a14abe7ef66a8ead143db4ae9786e")),options:[{label:"JSON",value:"json"},{label:"FormData",value:"form-data"},{label:"Form",value:"form"}],disabled:!1},{type:"switch",label:b("773a0e8384fd6f784088b829d7cc2f68"),name:"cache",mode:"horizontal",pipeIn:function(e){return!!e},pipeOut:function(e){return e?3e3:void 0}},{label:"",type:"input-number",name:"cache",mode:"horizontal",size:"md",min:0,step:500,visibleOn:"this.cache",description:b("c1b110f13431df9662299f26def71df1"),pipeIn:function(e){return"number"==typeof e?e:0}},{label:b("a18ea11244325dd3d20c5988bc7f6e39"),name:"responseType",type:"switch",mode:"horizontal",description:b("68caa6082eda1745aa3f6b6d12efe423"),pipeIn:function(e){return"blob"===e},pipeOut:function(e){return e?"blob":void 0}},{label:b("91831507074270c0da8a31ad9ff87495"),name:"replaceData",type:"switch",mode:"horizontal",description:b("42be3061671b38468cc6ac84f6a0dd77")},{label:"",name:"interval",type:"input-number",mode:"horizontal",size:"md",visibleOn:'typeof this.interval === "number"',step:500,description:b("81fe75a5216d4f612f1809c122f5145a")},{label:b("19c5410b23fba4bbfd1a58bbd5268c9b"),name:"silentPolling",type:"switch",mode:"horizontal",visibleOn:"!!data.interval",description:b("04f840b0772f4b5d59954a29a76f4e7b")},{label:Sc(b("83f16354dd1532422dc8b3581d096e7b"),b("620f826a77f079c5683a9d3c59461ea1")),name:"stopAutoRefreshWhen",type:"input-text",mode:"horizontal",horizontal:{leftFixed:"md"},size:"lg",visibleOn:"!!data.interval",placeholder:b("6037dae99e9446deaed45f7e408f47ab")}]},{title:b("90260d55567cfd97ec2f085963a60bcf"),tab:[{type:"switch",label:Sc(b("be47bd270e7756d4233e59bbe4cd5b96"),b("f80cc88446cc10da4838556666f6b9f1")),name:"headers",mode:"horizontal",className:"m-b-xs",pipeIn:function(e){return!!e},pipeOut:function(e){return e?{"":""}:null}},{type:"combo",name:"headers",mode:"horizontal",syncDefaultValue:!1,multiple:!0,visibleOn:"this.headers",items:[{type:"input-text",name:"key",placeholder:"Key",unique:!0,required:!0,options:[{label:"Content-Encoding",value:"Content-Encoding"},{label:"Content-Type",value:"Content-Type"}]},{type:"input-text",name:"value",placeholder:"Value",disabled:!1}],pipeIn:function(e){if(!Ke(e))return e;var a=[];return Object.keys(e).forEach((function(t){a.push({key:t||"",value:"string"==typeof e[t]?e[t]:JSON.stringify(e[t])})})),a},pipeOut:function(e){if(!Array.isArray(e))return e;var a={};return e.forEach((function(e){var t=e.key||"",n=e.value;try{n=JSON.parse(n)}catch(e){}a[t]=n})),a}},{type:"switch",label:Sc(b("8f0064a9cfd7dcbb3c729f1357f11772"),b("0fcbf036057c6dd88b7b809daa0c5eb7")),name:"data",mode:"horizontal",pipeIn:function(e){return!!e},pipeOut:function(e){return e?{"&":"$$"}:null}},{type:"combo",syncDefaultValue:!1,name:"data",mode:"horizontal",renderLabel:!1,visibleOn:"this.data",descriptionClassName:"help-block text-xs m-b-none",description:b("5414824fb8efdb7d59beae4bf95fdefd"),multiple:!0,pipeIn:function(e){if(!Ke(e))return e;var a=[];return Object.keys(e).forEach((function(t){a.push({key:t||"",value:"string"==typeof e[t]?e[t]:JSON.stringify(e[t])})})),a},pipeOut:function(e){if(!Array.isArray(e))return e;var a={};return e.forEach((function(e){var t=e.key||"",n=e.value;try{n=JSON.parse(n)}catch(e){}a[t]=n})),a},items:[{placeholder:"Key",type:"input-text",unique:!0,name:"key",required:!0},wc("DataPickerControl",{placeholder:"Value",name:"value"})]},{label:b("417125a06b1d2bfff025e83a4e067bf0"),name:"requestAdaptor",type:"js-editor",mode:"horizontal",horizontal:{justify:!0},clasName:"m-t-sm",allowFullscreen:!0,description:b("62efcb25e5b21da47c09780119da3458")},{type:"switch",label:Sc(b("6d33298a54888a30753373ca5bfe3bc2"),b("542e06175ff4f7407c467bbde90de56a")),name:"responseData",mode:"horizontal",pipeIn:function(e){return!!e},pipeOut:function(e){return e?{"&":"$$"}:null}},{type:"combo",syncDefaultValue:!1,name:"responseData",mode:"horizontal",renderLabel:!1,visibleOn:"this.responseData",descriptionClassName:"help-block text-xs m-b-none",multiple:!0,pipeIn:function(e){if(!Ke(e))return e;var a=[];return Object.keys(e).forEach((function(t){a.push({key:t||"",value:"string"==typeof e[t]?e[t]:JSON.stringify(e[t])})})),a},pipeOut:function(e){if(!Array.isArray(e))return e;var a={};return e.forEach((function(e){var t=e.key||"",n=e.value;try{n=JSON.parse(n)}catch(e){}a[t]=n})),a},items:[{placeholder:"Key",type:"input-text",unique:!0,name:"key",required:!0},{placeholder:"Value",type:"input-text",name:"value"}]},{label:b("6eb8944029108ad3b6bb3572a648fafa"),name:"adaptor",type:"js-editor",mode:"horizontal",horizontal:{justify:!0},clasName:"m-t-sm",allowFullscreen:!0,description:b("e83cbec70e17988749c4a02a3b73f55c")}]},{title:b("99c74120cc62f4bf31d661e3212b7121"),tab:[{label:b("7c583ecdf795ce4f1f40d7960ead9344"),type:"combo",name:"messages",mode:"normal",multiLine:!0,items:[{label:b("70941a02776496ec446f21f98ebf754e"),type:"input-text",name:"success"},{label:b("f50bf418323ee425eca7208c09a4577e"),type:"input-text",name:"failed"}]}]}]}]}},a.prototype.render=function(){var e,a,t=this.props,n=t.render,c=t.className,r=t.footerClassName;t.classPrefix,t.label,t.labelRemark;var l=t.value,s=t.footer,b=t.border,f=void 0!==b&&b,u=t.onlyTabs,m=void 0!==u&&u;t.messageDesc;var h=t.enablePickerMode,v=t.disabled;t.mode;var g=t.enableHighlight,y=t.labelField,w=void 0===y?"label":y;t.useMobileUI,t.popOverContainer,t.env;var C=t.renderLabel,x=this.state,E=x.apiStr,k=x.selectedItem,S=x.loading,N=null!==(a=null===(e=null==(k=Array.isArray(k)&&0!==k.length?k:[])?void 0:k[0])||void 0===e?void 0:e[w])&&void 0!==a?a:"";return o.createElement(o.Fragment,null,o.createElement("div",{className:p()("ae-ApiControl",c,{border:f})},m?n("api-control-tabs",this.renderApiConfigTabs(!0),{data:(0,d._6r)(l)}):o.createElement(o.Fragment,null,!C&&this.renderHeader(),o.createElement("div",{className:"ae-ApiControl-content",key:"content"},o.createElement("div",{className:p()("ae-ApiControl-input")},g&&N?o.createElement("div",{className:p()("ae-ApiControl-highlight")},S?o.createElement(oe.$j,{show:!0,icon:"reload",size:"sm",spinnerClassName:p()("Select-spinner")}):o.createElement("span",{className:p()("ae-ApiControl-highlight-tag")},o.createElement("span",null,N),o.createElement("a",{onClick:this.clearPickerValue,className:p()("Modal-close")},o.createElement(i.JO$,{icon:"close",className:p()("icon","ae-ApiControl-highlight-close")})))):o.createElement(oe.II,{ref:this.inputRef,value:E,type:"text",disabled:v,placeholder:"http://",onChange:this.handleSimpleInputChange}),h?this.renderPickerSchema():null),n("api-control-dialog",this.renderApiDialog(),{data:(0,d._6r)(l)})))),Array.isArray(s)&&0!==s.length?o.createElement("footer",{className:p()("mt-3",r),key:"footer"},n("api-control-footer",s)):null)},a.defaultProps={pickerBtnSchema:{type:"button",level:"link",size:"sm"},labelField:"label",searchType:"key"},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"inputRef",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"clearPickerValue",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSimpleInputChange",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object,String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSubmit",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handlePickerConfirm",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handlePickerClose",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"renderHeader",null),a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.xJW)({type:"ae-apiControl",renderLabel:!1})],a)}(Vl);var _l=t(82729),Hl=t.n(_l),ql=function(e){function a(a){var t=e.call(this,a)||this,n=t.props.data;return t.validator=t.props.validator,t.state={value:null==n?void 0:n.value,checked:null!=n.value,message:(null==n?void 0:n.message)||"",isBuiltIn:null==n?void 0:n.isBuiltIn},t}return(0,f.ZT)(a,e),a.prototype.handleEdit=function(e,a){var t=this.props,n=t.onEdit,c=t.data;"submit"===(null==a?void 0:a.type)&&n&&n((0,f.pi)({name:c.name},e))},a.prototype.handleDelete=function(){var e=this.props,a=e.onDelete,t=e.data;a&&a(t.name)},a.prototype.handleSwitch=function(e){var a=this.props,t=a.onSwitch,n=a.data,c=this.state,o=c.value;c.message,this.setState({checked:e}),e&&(n.value=!this.validator.schema||o,n.message=""),t&&t(e,n)},a.prototype.renderActions=function(){var e=[];return this.props.isDefault||e.push(o.createElement(i.zxk,{className:"ae-ValidationControl-item-action",level:"link",size:"md",key:"delete",onClick:this.handleDelete},o.createElement("i",{className:"fa fa-trash"}))),0!==e.length?o.createElement(o.Fragment,null,o.createElement("div",{className:"ae-ValidationControl-item-actions"},e)):null},a.prototype.renderInputControl=function(){var e=this,a=this.state,t=a.value,n=a.message,c=a.checked,d=oa(),r=[];return c?(this.validator.schema&&(r=r.concat(this.validator.schema)),this.validator.message&&r.push({name:"message",type:d?"input-text-i18n":"input-text",label:Sc(b("d7a169e81b60ee08c82b5d9de473e362"),"系统默认提示:".concat(this.validator.message)),pipeIn:function(a,t){return e.props.data.message},placeholder:b("5ef6ce89f52b4331b080a0f3019414f3")}),0!==r.length?o.createElement("section",{className:p()("ae-ValidationControl-item-input","ae-ExtendMore")},(0,i.sYA)({type:"form",className:"w-full",wrapWithPanel:!1,panelClassName:"border-none shadow-none mb-0",bodyClassName:"p-none",actionsClassName:"border-none mt-2.5",wrapperComponent:"div",mode:"horizontal",horizontal:{justify:!0,left:4,right:8},preventEnterSubmit:!0,submitOnChange:!0,body:r,data:{value:t,message:n}},{onSubmit:this.handleEdit})):null):null},a.prototype.render=function(){var e=this.props,a=e.classPrefix,t=e.data;e.isDefault;var n=this.state,c=n.checked,d=n.isBuiltIn;return o.createElement("div",{className:p()("ae-ValidationControl-item",{"is-active":c}),key:t.name},o.createElement("section",{className:p()("ae-ValidationControl-item-control",{"is-active":c&&"required"!==t.name})},o.createElement("label",{className:p()("".concat(a,"Form-label"))},this.validator.label),o.createElement("div",null,this.renderActions(),o.createElement(i.rsf,{key:"switch",value:c,disabled:d,onChange:this.handleSwitch}))),this.renderInputControl())},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object,Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleEdit",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleDelete",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Boolean]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSwitch",null),a}(o.Component),Wl=function(e){function a(a){var t=e.call(this,a)||this;return t.state={avaliableValids:t.getAvaliableValids(a)},t}return(0,f.ZT)(a,e),a.prototype.componentWillReceiveProps=function(e){if(this.props.data.type!==e.data.type){this.setState({avaliableValids:this.getAvaliableValids(e)});var a=this.transformValid(this.props.data);this.updateValidation(a)}},a.prototype.getAvaliableValids=function(e){var a=e.data,t=e.tag;return function(e){var a={},t={},n={};return oi.forEach((function(c){var o=c.tag[e];null==o?null!=(o=c.tag[ci.All])&&(o===ni.isDefault?a[c.name]=c:o===ni.isMore?t[c.name]=c:o===ni.isBuiltIn&&(n[c.name]=c)):o===ni.isDefault?a[c.name]=c:o===ni.isMore?t[c.name]=c:o===ni.isBuiltIn&&(n[c.name]=c)})),{defaultValidators:a,moreValidators:t,builtInValidators:n}}(t="string"==typeof t?t:t(a))},a.prototype.transformValid=function(e){var a=e.required,t=e.validations,n=e.validationErrors,c=[];return a&&c.push({name:"required",value:!0,message:null==n?void 0:n.required}),t&&Object.keys(t).forEach((function(e){c.push({name:e,value:t[e],message:null==n?void 0:n[e]})})),c},a.prototype.updateValidation=function(e){var a=this.props.onBulkChange;if(e.length){var t=void 0,n={},c={};e.forEach((function(e){var a=e.name,o=e.value,i=e.message;"required"!==a?null!=o&&(n[a]=o,i&&(c[a]=i)):t=o})),a&&a({required:t,validations:Object.keys(n).length?n:void 0,validationErrors:Object.keys(c).length?c:void 0})}else a&&a({required:void 0,validations:void 0,validationErrors:void 0})},a.prototype.handleAddValidator=function(e){var a=this.transformValid(this.props.data);a.push({name:e.name,value:!e.schema||"",message:""}),this.updateValidation(a)},a.prototype.handleEditRule=function(e){var a=this.transformValid(this.props.data),t=a.find((function(a){return a.name===e.name}));t?(t.value=e.value,t.message=e.message):a.push(e),this.updateValidation(a)},a.prototype.handleRemoveRule=function(e){var a=this.transformValid(this.props.data);Hl()(a,(function(a){return a.name===e})),this.updateValidation(a)},a.prototype.handleSwitchRule=function(e,a){var t=this.transformValid(this.props.data),n=t.find((function(e){return e.name===a.name}));n||(n={name:a.name},t.push(n)),n.value=e?a.value:void 0,n.message=e?a.message:void 0,this.updateValidation(t)},a.prototype.renderDropdown=function(){var e=this,a=this.props,t=a.render,n=a.validations,c=void 0===n?{}:n,i=this.state.avaliableValids.moreValidators,d=Object.values(i).filter((function(e){return!c.hasOwnProperty(e.name)})),r=Object.entries(j()(d,"group")).map((function(a){var t=(0,f.CR)(a,2);return{label:t[0],children:t[1].map((function(a){return{label:a.label,onClick:function(){return e.handleAddValidator(a)}}}))}}));return o.createElement("div",{className:"ae-ValidationControl-dropdown"},t("validation-control-dropdown",{type:"dropdown-button",btnClassName:"ae-ValidationControl-dropdown-btn",menuClassName:"ae-ValidationControl-dropdown-menu",level:"link",size:"md",icon:"fa fa-plus",label:"",tooltip:b("442781667396d6eff51113f482d89e54"),placement:"left",align:"right",tooltipTrigger:"hover",closeOnClick:!0,closeOnOutside:!0,hideCaret:!0,disabled:0===r.length,buttons:r},{key:"validation-control-dropdown",popOverContainer:null}))},a.prototype.renderValidaton=function(){var e,a,t,n=this,c=null===(t=null===(a=null===(e=this.props)||void 0===e?void 0:e.env)||void 0===a?void 0:a.theme)||void 0===t?void 0:t.classPrefix,i=this.state.avaliableValids,d=i.defaultValidators,r=i.moreValidators,l=i.builtInValidators,s=this.transformValid(this.props.data),b=[];return s=s.concat(),Object.keys(d).forEach((function(e){var a=Hl()(s,(function(a){return a.name===e}));b.push(o.createElement(ql,{key:e,validator:d[e],data:a.length?a[0]:{name:e},classPrefix:c,isDefault:d.hasOwnProperty(e),onEdit:n.handleEditRule,onDelete:n.handleRemoveRule,onSwitch:n.handleSwitchRule}))})),Object.keys(l).forEach((function(e){var a=Hl()(s,(function(a){return a.name===e}));b.push(o.createElement(ql,{key:e,validator:l[e],data:a.length?a[0]:{name:e,value:!0,isBuiltIn:!0},classPrefix:c,isDefault:l.hasOwnProperty(e),onEdit:n.handleEditRule,onDelete:n.handleRemoveRule,onSwitch:n.handleSwitchRule}))})),s.length&&s.forEach((function(e){var a,t=r[e.name]||(a=e.name,oi.find((function(e){return e.name===a})));t&&b.push(o.createElement(ql,{key:e.name,data:e,classPrefix:c,validator:t,isDefault:d.hasOwnProperty(e.name),onEdit:n.handleEditRule,onDelete:n.handleRemoveRule,onSwitch:n.handleSwitchRule}))})),o.createElement("div",{className:"ae-ValidationControl-rules",key:"rules"},b)},a.prototype.render=function(){var e=this.props.className;return o.createElement("div",{className:p()("ae-ValidationControl",e),key:"validation-control"},this.renderDropdown(),this.renderValidaton())},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleEditRule",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleRemoveRule",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Boolean,Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSwitchRule",null),a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.xJW)({type:"ae-validationControl",renderLabel:!1})],a)}(Wl);var Ul=function(e){function a(a){var t=e.call(this,a)||this;return t.state=t.initState(),t}return(0,f.ZT)(a,e),a.prototype.initState=function(){var e=this.props,a=e.data,t=e.value,n=e.trueValue;e.falseValue;var c=e.name,o=e.bulk;e.hiddenOnDefault;var i=!1,d=!1;if(c)i=!!t===n;else if(o){var r=this.getFormItemNames();i=(0,k.some)(r,(function(e){return void 0!==a[e]})),d=i}else i=t===n;return{checked:i,show:d}},a.prototype.getFormItemNames=function(){var e=this.props.form;return e&&Array.isArray(null==e?void 0:e.body)?e.body.map((function(e){return"string"==typeof e||null==e?void 0:e.name})).filter((function(e){return e})):[]},a.prototype.overlayRef=function(e){this.overlay=e?(0,M.findDOMNode)(e):null},a.prototype.openPopover=function(){this.setState({show:!0})},a.prototype.toogleExtend=function(){this.setState({show:!this.state.show})},a.prototype.closePopover=function(){this.setState({show:!1})},a.prototype.handleDelete=function(e){var a=this.props.onRemove;a&&a(e)},a.prototype.handleSwitchChange=function(e){var a=this.props,t=a.onBulkChange,n=a.onChange,c=a.bulk,o=a.defaultData,i=a.name,d=a.trueValue,r=a.falseValue;if(this.setState({checked:e}),c)if(e){var l=o?(0,f.pi)({},o):{};i&&(l[i]=d),t&&t(l)}else{var s=(0,k.fromPairs)(this.getFormItemNames().map((function(e){return[e,void 0]})));i&&(s[i]=r),t&&t(s)}else n(e?o||!0:void 0)},a.prototype.handleSubmit=function(e){var a=this.props,t=a.onChange,n=a.onBulkChange;a.bulk?n&&n(e):t&&t(e)},a.prototype.handleAction=function(e,a,t,n,c){var o=this.props.onClose;"close"===a.actionType&&(this.setState({show:!1}),o&&o(e))},a.prototype.renderActions=function(){var e=this.props,a=e.render,t=e.removable,n=e.disabled,c=e.form,d=e.formType,r=e.hiddenOnDefault,l=e.bulk,s=this.state,f=s.checked,u=s.show;if(!c||!f||n)return null;var p=[];return"dialog"===d?p.push(a("switch-more-form",this.renderDialogMore(),{key:"edit",onSubmit:this.handleSubmit})):"pop"===d?p.push(o.createElement(i.zxk,{key:"edit",level:"link",size:"sm",className:"action-btn",ref:this.overlayRef,onClick:this.openPopover},o.createElement(i.JO$,{icon:"pencil",className:"icon"}))):l&&r&&"extend"===d&&p.push(o.createElement("div",{key:"open","data-tooltip":u?void 0:b("311f6d1fa5f13b0e280d7b3c9d40c5be"),"data-position":"bottom"},o.createElement(i.zxk,{level:"link",size:"sm",className:"action-btn open-btn"+(u?" opening":""),onClick:this.toogleExtend},o.createElement(i.JO$,{icon:"caret",className:"icon"})))),t&&p.push(o.createElement(i.zxk,{key:"remove",level:"link",size:"sm",onClick:this.handleDelete},o.createElement(i.JO$,{icon:"delete-btn",className:"icon ae-SwitchMore-icon"}))),p},a.prototype.renderPopover=function(){var e=this.props,a=e.render,t=e.popOverclassName,n=e.overlay,c=e.offset,d=e.target,r=e.container,l=e.placement,s=e.rootClose,f=e.style,u=e.title;return o.createElement(i.aVW,{show:!0,rootClose:s,placement:l,target:d||this.overlay,container:r},o.createElement(i.v$m,{className:p()("ae-SwitchMore-popover",t),placement:l,overlay:n,offset:c,style:f},o.createElement("header",null,o.createElement("p",{className:"ae-SwitchMore-title"},u||b("38aa9dc2a0f14555322061d2ff997349")),o.createElement("a",{onClick:this.closePopover,className:"ae-SwitchMore-close"},o.createElement(i.JO$,{icon:"close",className:"icon"}))),a("switch-more-form",this.renderForm(),{onSubmit:this.handleSubmit})))},a.prototype.renderExtend=function(){var e=this.props,a=e.render;e.form,e.bulk;var t=e.hiddenOnDefault,n=this.state.show;return t&&!n?null:o.createElement("div",null,o.createElement("div",{className:p()("ae-SwitchMore-content","inFormItem")},a("switch-more-form",this.renderForm(),{onSubmit:this.handleSubmit})))},a.prototype.renderDialogMore=function(){return{type:"input-sub-form",btnLabel:"",className:"inline-block m-0 h-6 bg-white ",itemClassName:"bg-white hover:bg-white m-0 p-0",icon:"fa fa-cog",form:(0,f.pi)({title:this.props.label},this.renderForm())}},a.prototype.renderForm=function(){var e,a=this.props,t=a.form,n=a.name,c=a.formType,o=a.data,i=a.bulk,d=a.defaultData,r=a.autoFocus;return(0,f.pi)({type:"form",wrapWithPanel:!1,panelClassName:"border-none shadow-none mb-0",actionsClassName:"border-none mt-2.5",wrapperComponent:"div",mode:"horizontal",horizontal:{justify:!0,left:4},autoFocus:r,formLazyChange:!0,preventEnterSubmit:!0,submitOnChange:["pop","extend"].includes(c),data:o&&n&&!i?null!==(e=o[n])&&void 0!==e?e:d:null!=d?d:{}},t)},a.prototype.renderMoreSection=function(){var e=this.props.formType,a=this.state,t=a.show;return a.checked?"pop"===e?t?this.renderPopover():null:"extend"===e?this.renderExtend():null:null},a.prototype.render=function(){var e,a=this.props,t=a.render,n=a.disabled,c=a.className,d=a.body,r=a.env,l=a.hidden,s=a.formType,b=a.onText,f=a.offText;if(l)return null;var u=this.state;u.show;var m=u.checked,h=this.renderActions();return null===(e=null==r?void 0:r.theme)||void 0===e||e.classPrefix,o.createElement("div",{className:p()("ae-SwitchMore","ae-SwitchMore-"+s,c)},o.createElement("div",{className:p()("ae-SwitchMore-switch")},d?t("body",d):null,h&&h.length?o.createElement("div",{className:"ae-SwitchMore-actions"},h,m?o.createElement("hr",null):null):null,o.createElement(i.rsf,{value:m,onChange:this.handleSwitchChange,disabled:n,onText:b,offText:f})),this.renderMoreSection())},a.defaultProps={container:document.body,autoFocus:!0,overlay:!0,rootClose:!1,trueValue:!0,falseValue:!1,formType:"pop",bulk:!0},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"overlayRef",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"openPopover",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"toogleExtend",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"closePopover",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleDelete",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Boolean]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSwitchChange",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSubmit",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object,Object,Object,Boolean,Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleAction",null),a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.xJW)({type:"ae-switch-more"})],a)}(Ul);var Zl=function(e){function a(a){var t=e.call(this,a)||this;return t.state=t.initState(),t}return(0,f.ZT)(a,e),a.prototype.initState=function(){var e=this.props,a=e.data,t=void 0===a?{}:a,n=e.expressionName,c=e.name,o=e.trueValue,i={statusType:1,expression:""};return(t[n]||""===t[n])&&(i.statusType=2,i.expression=t[n]),{checked:t[c]==o||"string"==typeof t[n],formData:i}},a.prototype.shouldComponentUpdate=function(e,a){return a.checked!==this.state.checked},a.prototype.handleSwitch=function(e){var a=this,t=this.props,n=t.trueValue,c=t.falseValue;this.setState({checked:e==n},(function(){var t,o=a.props,i=o.onBulkChange,d=o.expressionName,r=o.name;i&&i(((t={})[r]=e==n?n:c,t[d]=void 0,t))}))},a.prototype.handleFormSubmit=function(e){var a,t=this.props,n=t.onBulkChange,c=t.name,o=t.expressionName,i=((a={})[c]=void 0,a[o]=void 0,a);switch(this.setState({formData:e}),e.statusType){case 1:i[c]=!0;break;case 2:i[o]=e.expression}n&&n(i)},a.prototype.render=function(){var e=this.props,a=e.className;e.data;var t=e.trueValue,n=e.falseValue;e.env;var c=this.state.checked;return o.createElement("div",{className:p()("ae-StatusControl",a)},o.createElement("header",{className:p()("ae-StatusControl-switch")},o.createElement("div",null,o.createElement(i.rsf,{className:"ae-BaseSwitch",size:"md",trueValue:t,falseValue:n,checked:c,onChange:this.handleSwitch}))),c?this.renderContent():null)},a.prototype.renderContent=function(){var e=this.props,a=e.render,t=e.label;e.data,e.name,e.expressionName;var n=e.options;e.children;var c=e.messages,i=this.state.formData;return o.createElement("div",{className:"ae-StatusControl-content"},a("status-control-form",{type:"form",title:"",panelClassName:"border-none shadow-none mb-0",bodyClassName:"p-none",actionsClassName:"border-none mt-2.5",wrapperComponent:"div",submitOnChange:!0,autoFocus:!0,formLazyChange:!0,footerWrapClassName:"hidden",preventEnterSubmit:!0,messages:c,mode:"horizontal",horizontal:{justify:!0,left:3},body:[{type:"select",label:b("69fbb2e5fc9eb3ba06096cbedbf5a622"),name:"statusType",options:n||[{label:b("8baf21fa26d6d24b4faa872953275d8d"),value:1},{label:b("a9400c408441f1f7f6d6954deb05ae9a"),value:2}]},wc("expressionFormulaControl",{evalMode:!1,label:b("a9400c408441f1f7f6d6954deb05ae9a"),name:"expression",placeholder:"请输入".concat(t,"条件"),visibleOn:"this.statusType === 2",onChange:function(e){}})]},{data:i,onSubmit:this.handleFormSubmit}))},a.defaultProps={trueValue:!0,falseValue:!1},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Boolean]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSwitch",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleFormSubmit",null),a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.xJW)({type:"ae-statusControl"})],a)}(Zl);var Gl=function(e){function a(a){var t=e.call(this,a)||this;return t.state={variables:[],formulaPickerValue:""},t}return(0,f.ZT)(a,e),a.prototype.componentDidMount=function(){return(0,f.mG)(this,void 0,void 0,(function(){var e,a,t=this;return(0,f.Jh)(this,(function(n){switch(n.label){case 0:return this.initFormulaPickerValue(this.props.value),e=window.editorStore,this.appLocale=null==e?void 0:e.appLocale,this.appCorpusData=null==e?void 0:e.appCorpusData,this.unReaction=(0,v.U5)((function(){return null==e?void 0:e.appLocaleState}),(function(){return(0,f.mG)(t,void 0,void 0,(function(){var a;return(0,f.Jh)(this,(function(t){switch(t.label){case 0:return this.appLocale=null==e?void 0:e.appLocale,this.appCorpusData=null==e?void 0:e.appCorpusData,[4,_c(this)];case 1:return a=t.sent(),this.setState({variables:a}),[2]}}))}))})),[4,_c(this)];case 1:return a=n.sent(),this.setState({variables:a}),[2]}}))}))},a.prototype.componentDidUpdate=function(e){return(0,f.mG)(this,void 0,void 0,(function(){var a;return(0,f.Jh)(this,(function(t){switch(t.label){case 0:return this.props.data===e.data?[3,2]:[4,_c(this)];case 1:a=t.sent(),this.setState({variables:a}),t.label=2;case 2:return e.value!==this.props.value&&this.initFormulaPickerValue(this.props.value),[2]}}))}))},a.prototype.componentWillUnmount=function(){var e;this.isUnmount=!0,null===(e=this.unReaction)||void 0===e||e.call(this)},a.prototype.initFormulaPickerValue=function(e){var a=e;this.props.evalMode&&(a=(null==e?void 0:e.replace(/^\$\{(.*)\}$/,(function(e,a){return a})))||""),this.setState({formulaPickerValue:a})},a.prototype.renderFormulaValue=function(e){var a={__html:e.html};return o.createElement("span",{dangerouslySetInnerHTML:a})},a.prototype.handleConfirm=function(e){var a,t;void 0===e&&(e=""),this.props.evalMode&&(e=(e=e.replace(/^\$\{(.*)\}$/,(function(e,a){return a})))?"${".concat(e,"}"):""),null===(t=null===(a=this.props)||void 0===a?void 0:a.onChange)||void 0===t||t.call(a,e)},a.prototype.handleClearExpression=function(e){var a,t;e.stopPropagation(),e.preventDefault(),null===(t=null===(a=this.props)||void 0===a?void 0:a.onChange)||void 0===t||t.call(a,"")},a.prototype.render=function(){var e,a,t=this,n=this.props,c=n.value,d=n.className,r=n.variableMode,l=n.header,s=(0,f._T)(n,["value","className","variableMode","header"]),u=this.state,m=u.formulaPickerValue,h=u.variables,v=$c.t.highlightValue(m,h)||{html:m},g=null===(a=null===(e=this.props)||void 0===e?void 0:e.data)||void 0===a?void 0:a.name;return o.createElement("div",{className:p()("ae-ExpressionFormulaControl",d)},o.createElement(i.U1C,{showTitle:!1,bodyRender:function(e){e.value;var a=e.onChange;return o.createElement($c.t,(0,f.pi)({},s,{evalMode:!0,variableMode:r,variables:h,header:l||b("a9400c408441f1f7f6d6954deb05ae9a"),value:m,onChange:a,selfVariableName:g}))},value:m,onConfirm:this.handleConfirm,size:"md"},(function(e){var a=e.onClick;return m?o.createElement(i.zxk,{className:"btn-configured",tooltip:{placement:"top",tooltipTheme:"dark",mouseLeaveDelay:20,content:c,tooltipClassName:"btn-configured-tooltip",children:function(){return t.renderFormulaValue(v)}},onClick:a},"已配置表达式",o.createElement(i.JO$,{icon:"input-clear",className:"icon",onClick:t.handleClearExpression})):o.createElement(o.Fragment,null,o.createElement(i.zxk,{className:"btn-set-expression",onClick:a},"点击编写表达式"))})))},a.defaultProps={variableMode:"tabs",requiredDataPropsVariables:!1,evalMode:!0},(0,f.gn)([d.NjZ,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"initFormulaPickerValue",null),(0,f.gn)([d.NjZ,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"renderFormulaValue",null),(0,f.gn)([d.NjZ,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleConfirm",null),(0,f.gn)([d.NjZ,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleClearExpression",null),a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.xJW)({type:"ae-expressionFormulaControl"})],a)}(Gl);var Jl,Yl=t(30158),Kl=function(){function e(e,a,t,n){this.editor=e,this.cm=a,this.getProps=t,this.onExpressionClick=n;var c=this.getProps().value;c&&(this.autoMark(),this.focus(c))}return e.prototype.autoMark=function(){for(var e=this.editor,a=e.lineCount(),t=0;t=d.begin&&c<=d.end){o=!0;break}}return o},e.prototype.insertBraces=function(e,a){var t=this.editor.getValue(),n=this.computedBracesPosition(t);this.checkStrIsInBraces([e.ch,a.ch],n)||(this.editor.setCursor({line:e.line,ch:e.ch}),this.editor.replaceSelection("${"),this.editor.setCursor({line:a.line,ch:a.ch+2}),this.editor.replaceSelection("}"))},e.prototype.insertContent=function(e,a,t){if(t){var n=(0,f.CR)(t,2),c=n[0],o=n[1];"expression"===a?(this.editor.replaceRange(e,c,o),this.autoMark()):"string"==typeof e&&this.editor.replaceRange(e,c,o)}else"expression"===a?(this.editor.replaceSelection(e),this.autoMark()):"string"==typeof e&&this.editor.replaceSelection(e),this.editor.focus()},e.prototype.markExpression=function(e,a,t,n){var c=this;void 0===t&&(t=""),void 0===n&&(n="cm-expression");var o=document.createElement("span");o.className=n;var i=document.createElement("span");i.className="".concat(n,"-text"),i.innerText=t,i.setAttribute("data-expression",t),i.onclick=function(){var e=c.getExpressionBrace(t);c.onExpressionClick(t,e)};var d=this.getProps().variables,r=$c.t.highlightValue(t,d)||{html:t},l=document.createElement("div");l.innerHTML=r.html,l.classList.add("expression-popover");var s=document.createElement("div");s.classList.add("expression-popover-arrow"),l.appendChild(s),o.appendChild(i),o.appendChild(l),this.editor.markText(e,a,{atomic:!0,replacedWith:o})},e.prototype.focus=function(e){this.editor.setCursor({line:0,ch:(null==e?void 0:e.length)||0})},e.prototype.dispose=function(){},e.prototype.validate=function(){},e}(),Xl=function(e){var a=e.variables,t=e.variableMode,n=e.evalMode,c=void 0===n||n,d=(0,f.CR)(o.useState(""),2),r=d[0],l=d[1];(0,o.useEffect)((function(){var a=e.initable,t=e.value;a&&t&&l(t)}),[e.value]);var s=function(){e.onClose&&e.onClose()};return o.createElement(i.u_l,{className:p()("FormulaPicker-Modal"),size:"md",show:!0,onHide:s,closeOnEsc:!0},o.createElement(i.u_l.Body,null,o.createElement($c.Z,(0,f.pi)({},e,{header:"表达式",variables:a,variableMode:t,value:r,evalMode:c,onChange:function(e){l(e)}}))),o.createElement(i.u_l.Footer,null,o.createElement(i.zxk,{onClick:s},"取消"),o.createElement(i.zxk,{onClick:function(){e.onConfirm&&e.onConfirm(r)},level:"primary"},"确认")))},Ql=function(e){function a(a){var t=e.call(this,a)||this;return t.handleOnChange=W()((function(e){var a,n;null===(n=(a=t.props).onChange)||void 0===n||n.call(a,e)}),200),t.state={value:"",variables:[],formulaPickerOpen:!1,formulaPickerValue:"",isFullscreen:!1},t}return(0,f.ZT)(a,e),a.prototype.componentDidMount=function(){return(0,f.mG)(this,void 0,void 0,(function(){var e,a,t=this;return(0,f.Jh)(this,(function(n){switch(n.label){case 0:return e=window.editorStore,this.appLocale=null==e?void 0:e.appLocale,this.appCorpusData=null==e?void 0:e.appCorpusData,this.unReaction=(0,v.U5)((function(){return null==e?void 0:e.appLocaleState}),(function(){return(0,f.mG)(t,void 0,void 0,(function(){var a;return(0,f.Jh)(this,(function(t){switch(t.label){case 0:return this.appLocale=null==e?void 0:e.appLocale,this.appCorpusData=null==e?void 0:e.appCorpusData,[4,_c(this)];case 1:return a=t.sent(),this.setState({variables:a}),[2]}}))}))})),[4,_c(this)];case 1:return a=n.sent(),this.setState({variables:a}),[2]}}))}))},a.prototype.componentDidUpdate=function(e){return(0,f.mG)(this,void 0,void 0,(function(){var a;return(0,f.Jh)(this,(function(t){switch(t.label){case 0:return this.props.data===e.data?[3,2]:[4,_c(this)];case 1:a=t.sent(),this.setState({variables:a}),t.label=2;case 2:return[2]}}))}))},a.prototype.componentWillUnmount=function(){var e;this.isUnmount=!0,null===(e=this.unReaction)||void 0===e||e.call(this)},a.prototype.onExpressionClick=function(e,a){this.setState({formulaPickerValue:e,formulaPickerOpen:!0,expressionBrace:a})},a.prototype.closeFormulaPicker=function(){this.setState({formulaPickerOpen:!1})},a.prototype.handleConfirm=function(e){var a,t=this.state.expressionBrace;e=(e=e.replace(/^\$\{(.*)\}$/,(function(e,a){return a})))?"${".concat(e,"}"):e,null===(a=this.editorPlugin)||void 0===a||a.insertContent(e,"expression",t),this.setState({formulaPickerOpen:!1,expressionBrace:void 0}),this.closeFormulaPicker()},a.prototype.editorFactory=function(e,a){var t=this.props.variables||this.state.variables;return function(e,a,t){return a(e,{value:t.value||"",autofocus:!1,lineWrapping:!0})}(e,a,(0,f.pi)((0,f.pi)({},this.props),{variables:t}))},a.prototype.handleEditorMounted=function(e,a){var t=this,n=this.props.variables||this.state.variables;this.editorPlugin=new Kl(a,e,(function(){return(0,f.pi)((0,f.pi)({},t.props),{variables:n})}),this.onExpressionClick)},a.prototype.handleFullscreenModeChange=function(){this.props.onOverallClick||this.setState({isFullscreen:!this.state.isFullscreen})},a.prototype.handleFormulaClick=function(){this.props.onOverallClick||this.setState({formulaPickerOpen:!0,formulaPickerValue:"",expressionBrace:void 0})},a.prototype.editorAutoMark=function(){var e;null===(e=this.editorPlugin)||void 0===e||e.autoMark()},a.prototype.render=function(){var e=this,a=this.props,t=a.className;a.header,a.label,a.placeholder;var n=a.height,c=a.additionalMenus,d=a.onOverallClick,r=a.customFormulaPicker,l=(0,f._T)(a,["className","header","label","placeholder","height","additionalMenus","onOverallClick","customFormulaPicker"]),s=this.state,u=s.value,m=s.formulaPickerOpen,h=s.formulaPickerValue,v=s.isFullscreen,g=s.variables,y=null!=r?r:Xl,w={};return n&&(w.height="".concat(n,"px")),o.createElement("div",{className:p()("ae-TextareaFormulaControl",{"is-fullscreen":this.state.isFullscreen},t)},o.createElement("div",{className:p()("ae-TextareaResultBox"),style:w},o.createElement(Yl.Z,{className:"ae-TextareaResultBox-editor",value:u,onChange:this.handleOnChange,editorFactory:this.editorFactory,editorDidMount:this.handleEditorMounted,onBlur:this.editorAutoMark}),o.createElement("ul",{className:"ae-TextareaResultBox-footer"},o.createElement("li",{className:"ae-TextareaResultBox-footer-fullscreen"},o.createElement("a",{className:p()("Modal-fullscreen"),"data-tooltip":b(v?"49041f245018a6d799fee3c6f177c782":"185926bf986c784d03a9a73102da6542"),"data-position":"top",onClick:this.handleFullscreenModeChange},o.createElement(i.JO$,{icon:v?"compress-alt":"expand-alt",className:"icon"}))),o.createElement("li",{className:"ae-TextareaResultBox-footer-fxIcon"},o.createElement("a",{"data-tooltip":"表达式","data-position":"top",onClick:this.handleFormulaClick},o.createElement(i.JO$,{icon:"function",className:"icon"}))),(null==c?void 0:c.length)&&(null==c?void 0:c.map((function(e,a){return o.createElement("li",{key:a,className:(null==e?void 0:e.className)||""},e.icon?o.createElement("a",{"data-tooltip":e.label,"data-position":"top",onClick:function(){return e.onClick()}},o.createElement(i.JO$,{icon:e.icon,className:"icon"})):o.createElement("a",{onClick:function(){return null==e?void 0:e.onClick()}},e.label))}))))),d?o.createElement("div",{className:p()("ae-TextareaResultBox-overlay"),onClick:d}):null,m?o.createElement(y,(0,f.pi)({},this.props,{value:h,initable:!0,variables:g,variableMode:l.variableMode,evalMode:!0,onClose:function(){return e.setState({formulaPickerOpen:!1})},onConfirm:this.handleConfirm})):null)},a.defaultProps={variableMode:"tabs",requiredDataPropsVariables:!1,height:100},(0,f.gn)([d.NjZ,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String,Array]),(0,f.w6)("design:returntype",void 0)],a.prototype,"onExpressionClick",null),(0,f.gn)([d.NjZ,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"closeFormulaPicker",null),(0,f.gn)([d.NjZ,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleConfirm",null),(0,f.gn)([d.NjZ,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[HTMLElement,Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"editorFactory",null),(0,f.gn)([d.NjZ,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object,Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleEditorMounted",null),(0,f.gn)([d.NjZ,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleFullscreenModeChange",null),(0,f.gn)([d.NjZ,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleFormulaClick",null),(0,f.gn)([d.NjZ,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"editorAutoMark",null),a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.xJW)({type:"ae-textareaFormulaControl"})],a)}(Ql),function(e){e.Normal="Normal",e.Custom="Custom"}(Jl||(Jl={}));var es=function(e){return o.createElement(o.Fragment,null,o.createElement("a",{className:as+"Item-dragBar"},o.createElement(i.JO$,{icon:"drag-bar",className:"icon"})),o.createElement("span",{className:as+"Item-content"},e.children),o.createElement("span",{className:as+"Item-close",onClick:function(a){return e.handleDelete(e.index,a)}},o.createElement(i.JO$,{icon:"status-close",className:"icon"})))},as="ae-DateShortCutControl",ts=function(e){function a(a){var t,n=this;n=e.call(this,a)||this;var c=a.normalDropDownOption,o=a.customDropDownOption,i=a.data;return n.normalDropDownOptionArr=Object.keys(c).map((function(e){return{label:c[e],value:e}})),n.customDropDownOptionArr=Object.keys(o).map((function(e){return{label:o[e],value:e}})),n.state={options:(null!==(t=null==i?void 0:i.ranges)&&void 0!==t?t:["yesterday","7daysago","prevweek","thismonth","prevmonth","prevquarter"]).map((function(e,a){var t,n=e.match(/^(\d+)[a-zA-Z]+/);return n?{value:n[1],type:Jl.Custom,inputType:null===(t=e.match(/[a-zA-Z]+/))||void 0===t?void 0:t[0]}:{label:c[e],value:e,type:Jl.Normal}}))},n}return(0,f.ZT)(a,e),a.prototype.dragRef=function(e){!this.drag&&e?this.initDragging():this.drag&&!e&&this.destroyDragging(),this.drag=e},a.prototype.scrollToBottom=function(){var e,a;this.drag&&(null===(a=null===(e=this.drag)||void 0===e?void 0:e.lastElementChild)||void 0===a||a.scrollIntoView({behavior:"smooth",block:"nearest",inline:"start"}))},a.prototype.initDragging=function(){var e=this,a=(0,M.findDOMNode)(this);this.sortable=new Tl.ZP(a.querySelector(".".concat(as,"-content")),{group:"OptionControlGroup",animation:150,handle:".".concat(as,"Item-dragBar"),ghostClass:"".concat(as,"Item-dragging"),onEnd:function(a){if(a.newIndex!==a.oldIndex){var t=a.to;a.newIndex=2&&(o[0]=n.offset[0],o[1]=n.offset[1]),(0,f.pi)((0,f.pi)({},n),{size:c,offset:o})},a.prototype.normalizeBadgeValue=function(e){var a,t,n=Ke(null==e?void 0:e.offset)&&(null===(a=null==e?void 0:e.offset)||void 0===a?void 0:a[0])&&(null===(t=null==e?void 0:e.offset)||void 0===t?void 0:t[1])?{offset:[e.offset[0],e.offset[1]]}:{};return(0,f.pi)((0,f.pi)({},e),n)},a.prototype.handleSwitchChange=function(e){var a=this.props,t=a.onChange;a.disabled||(this.setState({checked:e}),null==t||t(e?{mode:"dot"}:void 0))},a.prototype.handleSubmit=function(e,a){var t=this.props.onBulkChange;"submit"===(null==a?void 0:a.type)&&(null==t||t({badge:this.normalizeBadgeValue(e)}))},a.prototype.renderBody=function(){var e=this.props.render,a=this.transformBadgeValue(),t=oa();return e("badge-form",{type:"form",className:"ae-BadgeControl-form w-full",wrapWithPanel:!1,panelClassName:"border-none shadow-none mb-0",bodyClassName:"p-none",actionsClassName:"border-none mt-2.5",wrapperComponent:"div",preventEnterSubmit:!0,submitOnChange:!0,body:[{label:b("226b0912184333c81babf2f1894ec0c1"),name:"mode",type:"button-group-select",size:"sm",mode:"row",tiled:!0,className:"ae-BadgeControl-buttonGroup",options:[{label:b("be604f8b7ec5e80288b091ee12bbab7f"),value:"dot",icon:"fa fa-circle"},{label:b("ca746b1ff10193a3ce20878dec04a733"),value:"text",icon:"fa fa-font"},{label:b("9adcfe38533f68035b2bf7831d310381"),value:"ribbon",icon:"fa fa-ribbon"}],pipeIn:kc("dot")},{label:b("cbc608353218e1d63e6f47c9db1eae64"),name:"text",type:t?"input-text-i18n":"input-text",mode:"row",visibleOn:"data.mode !== 'dot'",pipeOut:function(e){return Number.isNaN(Number(e))||""===e?e:Number(e)}},{label:b("2613e43b46ca52dabc232054c1611c80"),name:"level",type:"button-group-select",size:"sm",mode:"row",tiled:!0,className:"ae-BadgeControl-buttonGroup",options:[{label:b("330363dfc524cff2488f2ebde0500896"),value:"success"},{label:b("900c70fa5f7dbc014e6f762d5e0e885c"),value:"warning"},{label:b("540f84ddc0883866b229f71c2844199a"),value:"danger"},{label:b("d8c7e04c8e2be23dd3b81a31db6e04f1"),value:"info"}],pipeIn:kc("danger")},{label:b("e4f10a8916d4c5375529e21d9b66e5f9"),name:"position",type:"button-group-select",size:"sm",mode:"row",tiled:!0,className:"ae-BadgeControl-buttonGroup",options:[{label:"",value:"top-left",icon:"fa fa-long-arrow-alt-up",className:"ae-BadgeControl-position--antiClockwise"},{label:"",value:"top-right",icon:"fa fa-long-arrow-alt-up",className:"ae-BadgeControl-position--clockwise"},{label:"",value:"bottom-left",icon:"fa fa-long-arrow-alt-down",className:"ae-BadgeControl-position--clockwise"},{label:"",value:"bottom-right",icon:"fa fa-long-arrow-alt-down",className:"ae-BadgeControl-position--antiClockwise"}],pipeIn:kc("top-right")},{type:"input-group",mode:"row",inputClassName:"inline-flex justify-right flex-row-reverse",label:Sc(b("ebc556841a9264ebaab728efad7af777"),b("81cdf47e8d8adfc70faac2cbc55e4067")),body:[{type:"input-number",name:"offset",suffix:"px",pipeIn:function(e){return Array.isArray(e)&&e[0]||0},pipeOut:function(e,a,t){return[e,t.offset[1]]}},{type:"input-number",name:"offset",suffix:"px",pipeIn:function(e){return Array.isArray(e)&&e[1]||0},pipeOut:function(e,a,t){return[t.offset[0],e]}}]},{label:b("7ba3812c61e01b3049404a46fac8deda"),name:"size",type:"switch",mode:"row",inputClassName:"inline-flex justify-between flex-row-reverse",pipeIn:function(e){return!!e},pipeOut:function(e,a,t){return e?"dot"===(null==t?void 0:t.mode)?6:"ribbon"===(null==t?void 0:t.mode)?12:16:void 0}},{label:"",name:"size",type:"input-number",size:"sm",mode:"row",min:1,max:100,suffix:"px",visibleOn:"this.size",pipeIn:function(e){return"number"==typeof e?e:0}},{label:Sc(b("29e13ada94b145a1359291d5e1564655"),b("42becf09dfd209746b66726e7d21d014")),name:"overflowCount",type:"input-number",size:"sm",mode:"row",visibleOn:"data.mode === 'text'"},{label:b("b599979e9a40823363451aeaadc0723f"),name:"animation",type:"switch",mode:"row",inputClassName:"inline-flex justify-between flex-row-reverse"}]},{data:a,onSubmit:this.handleSubmit.bind(this)})},a.prototype.render=function(){var e=this.props,a=e.classPrefix,t=e.className,n=e.labelClassName,c=e.label,d=e.disabled,r=this.state.checked;return o.createElement("div",{className:p()("ae-BadgeControl",t)},o.createElement("div",{className:p()("ae-BadgeControl-switch")},o.createElement("label",{className:p()("".concat(a,"Form-label"),n)},c||b("b8c467fce096a649583c0bc9d9281a5c")),o.createElement(i.rsf,{value:r,onChange:this.handleSwitchChange,disabled:d})),r?this.renderBody():null)},a.defaultProps={mode:"dot",overflowCount:99,position:"top-right",level:"danger",animation:!1},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Boolean]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSwitchChange",null),a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.xJW)({type:"ae-badge",renderLabel:!1})],a)}(ns);var cs=t(68929),os=t.n(cs),is=function(e){return!!(e&&ce()(e)&&/^((a)|(au)|(aut)|(auto))$/.test(e))};function ds(e){var a=e.value,t=e.onChange,n=["left","right","top","bottom"];function c(e){return o.createElement(o.Fragment,null,n.map((function(n){var c,i=os()("".concat(e,"-").concat(n));return o.createElement("input",{key:i,placeholder:"0",className:"ae-BoxModel-input ".concat(n),type:"text",onChange:(c=i,function(e){var n,o,i=e.target.value;i?(Ge(i)||is(i)||/^(-?(\d*\.)?\d+)((px)|(em)|(%)|(ex)|(ch)|(rem)|(vw)|(vh)|(vmin)|(vmax)|(cm)|(mm)|(in)|(pt)|(pc))$/.test(i))&&t((0,f.pi)((0,f.pi)({},a),((o={})[c]=i,o))):t((0,f.pi)((0,f.pi)({},a),((n={})[c]=void 0,n)))}),value:(null==a?void 0:a[i])||""})})),o.createElement("div",{className:"ae-BoxModel-title"},e.toUpperCase()),["lt","lb","rt","rb"].map((function(e){return o.createElement("div",{key:e,className:p()("ae-BoxModel-line",e)})})))}return o.createElement("div",{className:"mx-2 ae-BoxModel"},o.createElement("div",{className:"ae-BoxModel-inner"},o.createElement("div",{className:"ae-BoxModel"},o.createElement("div",{className:"ae-BoxModel-inner"}),c("padding"))),c("margin"))}(0,I.Pi)(ds),function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a.prototype.render=function(){return o.createElement(ds,(0,f.pi)({},this.props))},a=(0,f.gn)([(0,i.xJW)({type:"style-box-model"})],a)}(o.Component);var rs=t(66604),ls=t.n(rs),ss=[{label:b("65786fea9d354015d3a2724086f7f3d6"),value:""},{label:"Times New Roman",value:"Times New Roman"}];ss.reduce((function(e,a){var t;return(0,f.pi)((0,f.pi)({},e),((t={})[a.label]=a.value,t))}),{}),ss.reduce((function(e,a){var t;return(0,f.pi)((0,f.pi)({},e),((t={})[a.value]=a.label,t))}),{});var bs=function(e){var a,t,n,c,i,d=e.value,r=e.onChange,l=e.render,s=["color","fontFamily","fontSize","fontWeight","fontStyle","textAlign","letterSpacing","lineHeight"],u=Ke(d)?(0,f.pi)((0,f.pi)({},ee()(d,s)),{underline:~(null!==(a=null==d?void 0:d.textDecoration)&&void 0!==a?a:"").indexOf("underline")?"underline":void 0,lineThrough:~(null!==(t=null==d?void 0:d.textDecoration)&&void 0!==t?t:"").indexOf("line-through")?"line-through":void 0}):{};return o.createElement(o.Fragment,null,l("inner",{type:"form",wrapWithPanel:!1,panelClassName:"border-none shadow-none mb-0",bodyClassName:"p-none",actionsClassName:"border-none mt-2.5",wrapperComponent:"div",preventEnterSubmit:!0,submitOnChange:!0,body:[{name:"fontFamily",label:b("6b461e0a4ffef9438fb8f01369091cac"),type:"select",mode:"row",size:"md",placeholder:b("2539fe0e6d40a023dd95d0bd71d10bc9"),menuTpl:'
${label}
',options:ss,clearable:!1,value:null!==(n=null==d?void 0:d.fontFamily)&&void 0!==n?n:""},{name:"color",label:b("690660d9dbd7312ad2825e554736e2f8"),type:"input-color",mode:"row",size:"md",value:null!==(c=null==d?void 0:d.color)&&void 0!==c?c:""},{name:"fontSize",label:b("5f15efdc32badce0902c46a7a0105c51"),type:"input-range",max:100,min:12,step:1,clearable:!1,value:null!==(i=null==d?void 0:d.fontSize)&&void 0!==i?i:12},{type:"input-group",name:"input-group",label:b("4c5fead0489fbc7651c91400dec5d379"),mode:"row",body:[{type:"button-group-select",name:"fontWeight",clearable:!0,label:!1,options:[{label:"",value:"bold",icon:"fa fa-bold",className:"ae-Font-group-lhs ae-Font-relative-left"}]},{type:"button-group-select",name:"fontStyle",clearable:!0,label:!1,options:[{label:"",value:"italic",icon:"fa fa-italic",className:"ae-Font-group-middle"}]},{type:"button-group-select",name:"underline",clearable:!0,label:!1,options:[{label:"",value:"underline",icon:"fa fa-underline",className:"ae-Font-group-middle ae-Font-relative-right"}]},{type:"button-group-select",name:"lineThrough",clearable:!0,label:!1,options:[{label:"",value:"line-through",icon:"fa fa-strikethrough",className:"ae-Font-group-rhs ae-Font-relative-right-2"}]}]},wc("layout:textAlign",{label:b("d1b490c01d24a1a70e9c83a29ac38fde"),mode:"row"}),{type:"group",label:b("4ae7f423d9ed9ffa48c3e404f96bb51f"),body:[{name:"letterSpacing",label:"",type:"input-text",addOn:{className:"ae-Font-group-lhs",label:"",type:"text",position:"left",icon:"fa fa-text-width"}},{name:"lineHeight",label:"",type:"input-text",addOn:{className:"ae-Font-group-lhs",label:"",type:"text",position:"left",icon:"fa fa-text-height"}}]}]},{data:u,onSubmit:function(e,a){null==r||r((0,f.pi)((0,f.pi)((0,f.pi)({},d),ls()((0,f.pi)((0,f.pi)({},ee()(e,s)),{textDecoration:[e.underline,e.lineThrough].filter(Boolean).join(" "),letterSpacing:Je(e.letterSpacing),lineHeight:Je(e.lineHeight)}),(function(e){return e||void 0}))),{fontFamily:e.fontFamily}))}}))};!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a.prototype.render=function(){return o.createElement(bs,(0,f.pi)({},this.props))},a=(0,f.gn)([(0,i.xJW)({type:"style-font",renderLabel:!1})],a)}(o.Component);var fs=[{item:"left",tip:b("a80a25b59908402cf7ee31a07d0e7739"),content:"┣"},{item:"top",tip:b("e0dfa25ebceabddb2180720d36d4c3b6"),content:"┳"},{item:"right",tip:b("57463587977a534f7859eb9d7c536629"),content:"┫"},{item:"bottom",tip:b("154d5216e42c916884431f0eea951999"),content:"┻"},{item:"all",tip:b("a8b0c20416853bda54120bf19477ad11"),content:"╋"}],us=[{item:"top-left",tip:b("df68a5dc8f8847179b7afdf943f80796"),content:"┏"},{item:"top-right",tip:b("e717b4ae480e7c073fd5a44647a7f0da"),content:"┓"},{item:"bottom-left",tip:b("2a97dfb2d236c87c41fd588f006111dc"),content:"┗"},{item:"bottom-right",tip:b("1c9bc9dab33944e953412f8b22cb024a"),content:"┛"},{item:"all",tip:b("a8b0c20416853bda54120bf19477ad11"),content:"╋"}];function ps(e){var a=e.disableBorder,t=void 0!==a&&a,n=e.disableRadius,c=void 0!==n&&n,d=e.onChange,r=e.value,l=void 0===r?{}:r,s=e.render,u=(0,f.CR)((0,o.useState)("all"),2),m=u[0],h=u[1],v=(0,f.CR)((0,o.useState)("all"),2),g=v[0],y=v[1];function w(e,a){var t="radius"===a?g:m;return"all"===t?"radius"===a?os()("".concat(e,"-top-left-").concat(a)):os()("".concat(e,"-left-").concat(a)):os()("".concat(e,"-").concat(t,"-").concat(a))}function C(e,a){return function(t){var n,c=(null==t?void 0:t.value)||t,o=w(e,a),i="radius"===a;if("all"===(i?g:m)){var r={};(i?us:fs).filter((function(e){return"all"!==(null==e?void 0:e.item)})).forEach((function(t){var n=os()("".concat(e,"-").concat(t.item,"-").concat(a));r[n]=c})),d((0,f.pi)((0,f.pi)({},l),r))}else d((0,f.pi)((0,f.pi)({},l),((n={})[o]=c,n)))}}return o.createElement("div",{className:"p-2 ae-border"},!t&&o.createElement("div",{className:"ae-border-wrap flex flex-top mb-2"},o.createElement("div",{className:"ae-border-items"},fs.map((function(e){var a=os()("border-".concat(e.item));return o.createElement("div",{key:a,className:p()("ae-border-item ".concat(e.item),{active:m===e.item}),onClick:function(){return h(e.item)}},o.createElement("span",{"data-tooltip":e.tip,"data-position":"top"},e.content))}))),o.createElement("div",{className:"ae-border-settings"},o.createElement("div",{className:"flex items-center"},o.createElement("label",null,"线形"),o.createElement(i.PhF,{className:"ae-border-input",placeholder:"边框线型",onChange:C("border","style"),value:l[w("border","style")],options:[{label:b("d81bb206a889656035b929cd8bb1ef10"),value:"none"},{label:b("cc4c575642609fbf059a5df81eb86bfc"),value:"solid"},{label:b("b1e0ebac23ed95807ecc566da3ffab48"),value:"dotted"},{label:b("61f6f4fc0b806ac9d41ad0792e6155f6"),value:"dashed"}]})),o.createElement("div",{className:"flex items-center"},o.createElement("label",null,"线宽"),o.createElement(i.Y2U,{placeholder:"边框宽度",value:l[w("border","width")],step:1,min:0,onChange:C("border","width")})),o.createElement("div",{className:"flex items-center"},o.createElement("label",null,"颜色"),s("color",{type:"input-color",placeholder:b("9b4bae5d8251de0b6f00b704936b00d3"),clearable:!0,value:l[w("border","color")],inputClassName:"ae-border-colorpicker",label:!1},{onChange:C("border","color")})))),!c&&o.createElement("div",{className:"ae-border-wrap ae-border-radius flex items-center"},o.createElement("div",{className:"ae-border-items"},us.map((function(e){var a=os()("border-".concat(e.item));return o.createElement("div",{key:a,className:p()("ae-border-item ".concat(e.item),{active:g===e.item}),onClick:function(){return y(e.item)}},o.createElement("span",{"data-tooltip":e.tip,"data-position":"top"},e.content))}))),o.createElement("div",{className:"ae-border-settings"},o.createElement("div",{className:"flex items-center"},o.createElement("label",null,"圆角"),o.createElement(i.Y2U,{placeholder:"圆角尺寸",value:l[w("border","radius")],step:1,min:0,onChange:C("border","radius")})))))}(0,I.Pi)(ps),function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a.prototype.render=function(){return o.createElement(ps,(0,f.pi)({},this.props))},a=(0,f.gn)([(0,i.xJW)({type:"style-border",renderLabel:!1})],a)}(o.Component);var ms=t(39693),hs=t.n(ms);function vs(e){var a,t,n,c=e.value,i=void 0===c?"":c,d=e.onChange,r=e.render,l=ls()((a=/\s(?![^(]*\))/,t=/^[0-9]+[a-zA-Z%]+?$/,n=function(e){if(!e.endsWith("px")&&"0"!==e)return e;var a=parseFloat(e);return isNaN(a)?e:a},function(e){var c,o=e.split(a),i=o.includes("inset"),d=o.slice(-1)[0],r="0"===(c=d)||t.test(c)?void 0:d,l=o.filter((function(e){return"inset"!==e})).filter((function(e){return e!==r})).map(n),s=(0,f.CR)(l,4);return{inset:i,x:s[0],y:s[1],blur:s[2],spread:s[3],color:r}}("string"!=typeof i?"":i)),(function(e,a,t){return"color"===a||"inset"===a?e:{length:e,unit:"px"}}));return o.createElement(o.Fragment,null,r("inner",{type:"form",wrapWithPanel:!1,panelClassName:"border-none shadow-none mb-0",bodyClassName:"p-none",actionsClassName:"border-none mt-2.5",wrapperComponent:"div",formLazyChange:!0,preventEnterSubmit:!0,submitOnChange:!0,body:(0,f.ev)((0,f.ev)([],(0,f.CR)([{name:b("af208c560d926f0daf4b2ce2d396505d"),field:"x"},{name:b("b6b46126bfb0851ca10e74541c5d7be1"),field:"y"},{name:b("4a32b29da68a6ee204b3743e0fab8bb3"),field:"blur"},{name:b("22d460dcddb7fda718bc62034c459158"),field:"spread"}].map((function(e){return{type:"combo",name:e.field,label:e.name,formClassName:"ae-BoxShadow-group",items:[{type:"input-range",label:!1,name:"length",max:120,min:0,step:1},{type:"select",label:!1,name:"unit",columnClassName:"ae-BoxShadow-unit",size:"xs",options:["px"]}]}}))),!1),[{type:"switch",name:"inset",label:b("b24a723b73f96ab3340fe9502370ee13"),mode:"row",inputClassName:"inline-flex justify-between flex-row-reverse"},{type:"input-color",name:"color",label:b("1cbac849ccc41edb12271d9fe9b65b5f"),placeholder:b("e94d6fc08a97892ff9d8c8d9a8d9e0ab"),mode:"row"}],!1)},{data:l,onSubmit:function(e,a){null==d||d(function(e){var a=e.x,t=e.y,n=e.blur,c=e.spread,o=e.color;e.inset;var i=[];if((null==e?void 0:e.inset)&&i.push("inset"),a||t||c||n){var d=function(e){return E()(null==e?void 0:e.length)&&e.length>0?Math.round(null==e?void 0:e.length)+(null==e?void 0:e.unit):void 0};i.push(hs()([d(a),d(t),d(n),d(c)]).join(" "))}return o&&i.push(o),i.length?{boxShadow:i.join(" ")}:{boxShadow:void 0}}(e).boxShadow)}}))}!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a.prototype.render=function(){return o.createElement(vs,(0,f.pi)({},this.props))},a=(0,f.gn)([(0,i.xJW)({type:"style-box-shadow"})],a)}(o.Component);var gs=function(e){var a,t=(0,f.CR)((0,o.useState)(0),2),n=t[0],c=t[1],i=e.noImage,d=e.render,r=i?["pure","gradient","noset"]:["pure","gradient","image","noset"];function l(a){return function(t){var n,c,o,i,d=null!==t&&"object"==typeof t?"object"==typeof t.target?t.target.value:t.value:t,r=e.value,l=e.onChange,s=(0,f.pi)((0,f.pi)({},r),((n={})[a]=d,n));if("alpha"===a&&(s.backgroundColor=null===(c=s.backgroundColor)||void 0===c?void 0:c.replace(/,\s(1|0){1}.?[0-9]*\)$/g,", ".concat(t/100,")"))),"backgroundPosition"===a&&(s.backgroundPosition=t.target.getAttribute("data-pos")),"backgroundSize"===a){var b=null!=d?d:"",u=b.split(" ");u.length>1?(s.backgroundSize=u[0],s.backgroundRepeat=u[1]):(s.backgroundSize=b,s.backgroundRepeat="no-repeat")}if("angle"===a){var p=-1!==(m=null!==(o=s.backgroundImage)&&void 0!==o?o:"").indexOf("linear-gradient")?m:"linear-gradient(180deg, transparent, transparent)";s.backgroundImage=p.replace(/linear-gradient\(\d{1,3}/g,"linear-gradient(".concat(d))}if("gradientPrev"===a||"gradientNext"===a){var m,h=(p=-1!==(m=null!==(i=s.backgroundImage)&&void 0!==i?i:"").indexOf("linear-gradient")?m:"linear-gradient(180deg, transparent, transparent)").split(", "),v=h.length;if("gradientPrev"===a)if(3===v)h[1]=d;else if(5===v||6===v){for(var g=0,y=0,w=0;w=7)for(w=0;w=7){var C=0;for(w=0;w=7){var b=0,f=0,u=0,p=0;for(s=0;s${label}${value}",className:"ae-selection-code"},i=ee()(Ke(t)?t:{},["display","flexWrap","flexDirection","justifyContent","alignItems"]);return i.display||(i.display="default"),o.createElement(o.Fragment,null,n("inner",{type:"form",wrapWithPanel:!1,panelClassName:"border-none shadow-none mb-0",bodyClassName:"p-none",actionsClassName:"border-none mt-2.5",wrapperComponent:"div",formLazyChange:!0,preventEnterSubmit:!0,submitOnChange:!0,body:[{label:b("a5d833839a610994dc4752e2d91f4192"),name:"display",type:"select",mode:"row",menuTpl:c,options:[{label:b("18c63459a2c069022c7790430f761214"),value:"default"},{label:b("2c86d897c71cc9c2e648222a200d5bbb"),icon:"display-block",value:"block"},{label:b("0b0052c532b457b2d032c9f56af9e4e5"),icon:"display-inline-block",value:"inline-block"},{label:b("70d457cd36de1acefe7d9587f3f862c9"),icon:"display-inline",value:"inline"},{label:b("b5f55e5c7101d9be5218d63850e1ad8b"),icon:"display-flex",value:"flex"}]},{type:"wrapper",visibleOn:"this.display === 'flex'",className:"ae-Display-group",body:[{type:"tpl",tpl:b("a648bd0b9eb3c86e39cabeac484917a5"),className:"text-base font-bold mb-1"},{label:b("452dba7c65211630f8066b070fdf157f"),name:"flexWrap",type:"switch",trueValue:"wrap",falseValue:"nowrap",mode:"row",inputClassName:"inline-flex justify-between flex-row-reverse",clearValueOnHidden:!0},{label:b("098d946b6f0cc85110c54cfac8691cc3"),name:"flexDirection",type:"select",clearValueOnHidden:!0,menuTpl:c,options:[{label:b("aee1aeb8d65547f8a368bd7364cacf12"),value:"row",icon:"drow"},{label:b("4c38eb0fea71a9506fd434a7ac5cb1c2"),value:"column",icon:"dcolumn"},{label:b("ae07817b441091793c8af39256908373"),value:"row-reverse",icon:"drowReverse"},{label:b("618515fd68ecfc4a5b58462f0cb9666b"),value:"column-reverse",icon:"dcolumnReverse"}]},{label:b("58554717be87c1f8a6d6c769f74f0679"),type:"select",name:"justifyContent",clearValueOnHidden:!0,menuTpl:c,options:[{label:b("4ba6c2256050d805ae5cd1e0e84737cf"),value:"flex-start"},{label:b("56c17ba6a56c01706ae00a31611deb03"),value:"center"},{label:b("abeb360ab1e66534a041fb8b44e1a00e"),value:"flex-end"},{label:b("dfc71567fb75f5c73da377013a223168"),value:"space-around"},{label:b("eb5ec10ef70689996dd5cd66e17a64aa"),value:"space-between"},{label:b("ba3a7db7cc1ac5a908358f62fdbb21de"),value:"space-evenly"},{label:b("7ac1519928de413cfe36f5d2e0610430"),value:"stretch"}]},{label:b("f6cbf29fdb5e94052a22986533c7267f"),type:"select",name:"alignItems",clearValueOnHidden:!0,menuTpl:c,options:[{label:b("4ba6c2256050d805ae5cd1e0e84737cf"),value:"flex-start"},{label:b("56c17ba6a56c01706ae00a31611deb03"),value:"center"},{label:b("abeb360ab1e66534a041fb8b44e1a00e"),value:"flex-end"},{label:b("ed97c73866617b40a7b1215867e0f489"),value:"baseline"},{label:b("7ac1519928de413cfe36f5d2e0610430"),value:"stretch"}]}]}]},{data:i,onSubmit:function(e,n){var c="flex"===e.display?e:ls()(i,(function(a,t){return"display"!==t||"display"===t&&"default"===e[t]?void 0:e[t]}));null==a||a((0,f.pi)((0,f.pi)({},t),c))}}))};function ws(e){var a,t=e.value,n=e.onChange;return o.createElement("div",{className:"mx-2 ae-BoxModel"},o.createElement("div",{className:"ae-BoxModel-inner"}),(a="inset",o.createElement(o.Fragment,null,["left","right","top","bottom"].map((function(e){var c,i=os()("".concat(a,"-").concat(e));return o.createElement("input",{key:i,placeholder:"0",className:"ae-BoxModel-input ".concat(e),type:"text",onChange:(c=i,function(e){var a,o,i=e.target.value;i?(Ge(i)||is(i)||/^(-?(\d*\.)?\d+)((px)|(em)|(%)|(ex)|(ch)|(rem)|(vw)|(vh)|(vmin)|(vmax)|(cm)|(mm)|(in)|(pt)|(pc))$/.test(i))&&n((0,f.pi)((0,f.pi)({},t),((o={})[c]=i,o))):n((0,f.pi)((0,f.pi)({},t),((a={})[c]="",a)))}),value:(null==t?void 0:t[i])||""})})),o.createElement("div",{className:"ae-BoxModel-title"},a.toUpperCase()),["lt","lb","rt","rb"].map((function(e){return o.createElement("div",{key:e,className:p()("ae-BoxModel-line",e)})})))))}!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a.prototype.render=function(){return o.createElement(ys,(0,f.pi)({},this.props))},a=(0,f.gn)([(0,i.xJW)({type:"style-display"})],a)}(o.Component),(0,I.Pi)(ws),function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a.prototype.render=function(){return o.createElement(ws,(0,f.pi)({},this.props))},a=(0,f.gn)([(0,i.xJW)({type:"inset-box-model"})],a)}(o.Component);var Cs="NO_BLOCK",xs="AVERAGE",Es="STEPS",ks="CUSTOM",Ss="PARKS",Ns="CUSTOM",Os=[{label:b("5b4ffa2eadaf629b833b37a3e8742b2c"),value:Cs},{label:b("3569877e498155b59ef5299870c43f80"),value:xs},{label:b("15e1fdd9d5cc4dc595fba0eee0719cba"),value:Es},{label:b("f1d4ff50f3828f9b73412e7d94e6dd6e"),value:ks}],Ts=[{label:b("56d37871117270ce5d157a8de90dacd6"),value:Ss},{label:b("f1d4ff50f3828f9b73412e7d94e6dd6e"),value:Ns}],Is=function(e,a){return Array.isArray(e)?ks:e>1?xs:a?Es:Cs},Ms=function(e){function a(a){var t=e.call(this,a)||this,n=a.data,c=n.parts,o=void 0===c?1:c,i=n.showSteps;return t.state={options:t.transformOptionValue(Is(o),o),source:Is(o,i),parts:o},t}return(0,f.ZT)(a,e),a.prototype.transformOptionValue=function(e,a){return e===ks&&Array.isArray(a)?a.map((function(e){return{number:Number(e)}})):[]},a.prototype.onChange=function(){var e=this.state,a=e.source,t=e.parts,n=e.options,c=this.props.onBulkChange,o={parts:t,showSteps:!1};switch(a){case Cs:o.parts=1;break;case xs:o.parts=t;break;case Es:o.parts=1,o.showSteps=!0;break;case ks:o.parts=[],n&&n.length&&n.forEach((function(e){o.parts.push(e.number)}))}c&&c(o)},a.prototype.handleSourceChange=function(e){this.setState({source:e},this.onChange)},a.prototype.handleOptionsChange=function(e){void 0===e&&(e=[]),this.setState({options:e},this.onChange)},a.prototype.renderHeader=function(){var e,a=this.props,t=a.env,n=a.render,c=this.state.source,i=null===(e=null==t?void 0:t.theme)||void 0===e?void 0:e.classPrefix;return o.createElement("div",{className:p()("".concat(i,"Form-item"),"".concat(i,"Form-item--horizontal"),"".concat(i,"Form-item--horizontal-justify"))},o.createElement("label",{className:p()("".concat(i,"Form-label"),"".concat(i,"Form-itemColumn--4"))},"分块"),o.createElement("div",{className:p()("".concat(i,"Form-value"))},n("header",{type:"select",name:"optionSourceList",options:Os,value:c,onChange:this.handleSourceChange})))},a.prototype.renderContent=function(e){var a=this,t=this.props,n=t.classPrefix,c=t.render,d=this.state,r=d.parts,l=d.options;return e===xs?o.createElement("div",{className:p()("ae-ExtendMore","".concat(n,"Form-item"),"".concat(n,"Form-item--horizontal"),"".concat(n,"Form-item--horizontal-justify"))},o.createElement("label",{className:p()("".concat(n,"Form-label"),"".concat(n,"Form-itemColumn--4"))},"块数"),o.createElement("div",{className:p()("".concat(n,"Form-value"))},o.createElement(i.Y2U,{value:r,onChange:this.handlePartsChange}))):e===ks?o.createElement("div",{className:"ae-OptionControl-wrapper"},c("content",wc("combo-container",{type:"combo",label:!1,name:"texts",items:[{type:"input-number",name:"number",require:!0}],draggable:!1,multiple:!0,value:l,onChange:function(e){return a.setState({options:e},a.onChange)},addButtonText:b("1c8737ec7da60e12207c9eb04ccabcd4")}))):o.createElement(o.Fragment,null)},a.prototype.handlePartsChange=function(e){this.setState({parts:e},this.onChange)},a.prototype.render=function(){var e=this.props.className,a=this.state.source;return o.createElement("div",{className:p()("ae-OptionControl",e)},this.renderHeader(),this.renderContent(a))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String,Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"transformOptionValue",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSourceChange",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Array]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleOptionsChange",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Number]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handlePartsChange",null),a}(o.Component),Fs=function(e){function a(a){var t=e.call(this,a)||this,n=a.data.marks,c=void 0===n?{}:n;return t.state={options:t.transformOptionValue(c),source:Object.keys(c).length?Ns:Ss},t}return(0,f.ZT)(a,e),a.prototype.componentDidUpdate=function(e){var a=e.data,t=a.parts,n=a.unit,c=a.max,o=a.min,i=a.showSteps,d=this.props.data,r=d.parts,l=d.unit,s=d.max,b=d.min,f=d.showSteps,u=this.state.source;t===r&&n===l&&c===s&&o===b&&i===f||u===Ss&&this.onSynchronismParts()},a.prototype.transformOptionValue=function(e){return Object.keys(e).map((function(a){return{number:+a,label:e[a]}}))},a.prototype.onChange=function(){var e=this.state.options,a=this.props.onChange,t={};e&&e.length&&e.forEach((function(e){t[e.number]=e.label||e.number})),a&&a(t)},a.prototype.onSynchronismParts=function(){var e=this.props.data,a=e.parts,t=e.max,n=e.min,c=e.step,o=void 0===c?1:c,i=e.unit,d=void 0===i?"":i,r=e.showSteps,l=[];switch(Is(a,r)){case xs:for(var s=(t-n)/a,b=0;b<=a;b++)l.push({number:b*s+n,label:b*s+n+d});break;case Es:var f=(t-n)/o;for(b=0;b<=f;b++)l.push({number:b*o+n,label:b*o+n+d});break;case ks:Array.isArray(a)&&a.forEach((function(e){(e||0===e)&&l.push({number:e,label:e+d})}))}this.setState({options:l},this.onChange)},a.prototype.handleSourceChange=function(e){this.setState({source:e}),e===Ss&&this.onSynchronismParts()},a.prototype.renderHeader=function(){var e,a=this.props,t=a.env,n=a.render,c=this.state.source,i=null===(e=null==t?void 0:t.theme)||void 0===e?void 0:e.classPrefix;return o.createElement("div",{className:p()("".concat(i,"Form-item"),"".concat(i,"Form-item--horizontal"),"".concat(i,"Form-item--horizontal-justify"))},o.createElement("label",{className:p()("".concat(i,"Form-label"),"".concat(i,"Form-itemColumn--4"))},"下标"),o.createElement("div",{className:p()("".concat(i,"Form-value"))},n("header",{type:"select",name:"optionSourceList",options:Ts,value:c,onChange:this.handleSourceChange})))},a.prototype.render=function(){var e=this,a=this.props,t=a.className,n=a.render,c=this.state,i=c.source,d=c.options;return o.createElement("div",{className:p()("ae-OptionControl",t)},this.renderHeader(),i===Ns&&n("inner",wc("combo-container",{type:"combo",label:!1,name:"texts",draggable:!1,multiple:!0,items:[{type:"input-number",name:"number",required:!0},{type:"input-text",name:"label",required:!0}],addButtonText:b("662d8b49913650f543c024d4d02009a2"),value:d,onChange:function(a){e.setState({options:a},e.onChange)}})))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"transformOptionValue",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"onChange",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"onSynchronismParts",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSourceChange",null),a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.xJW)({type:"ae-partsControl",renderLabel:!1})],a)}(Ms),function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.xJW)({type:"ae-marksControl",renderLabel:!1})],a)}(Fs);var Rs=t(90233),zs=function(e){function a(a){var t=e.call(this,a)||this;return t.state={loading:!1,hint:void 0},t}var t;return(0,f.ZT)(a,e),a.prototype.handleConfirm=function(e){var a,t,n=this.props,c=n.manager,o=n.data,i=n.onChange,d=n.onBulkChange,r=n.onBindingChange;(null==e?void 0:e.value)&&(i(e.value),d&&(null==r||r(e,d)),null===(t=null===(a=c.config)||void 0===a?void 0:a.dataBindingChange)||void 0===t||t.call(a,e.value,o,c))},a.prototype.handlePickerOpen=function(){return(0,f.mG)(this,void 0,void 0,(function(){var e,a,t,n;return(0,f.Jh)(this,(function(c){switch(c.label){case 0:e=this.props,a=e.manager,t=e.node,this.setState({loading:!0,schema:void 0}),c.label=1;case 1:return c.trys.push([1,3,,4]),[4,a.getAvailableContextFields(t)];case 2:return n=c.sent(),[3,4];case 3:return c.sent(),this.setState({loading:!1,hint:b("005c50d1af6e833d6991ab882653b7ae")}),[2];case 4:return this.setState({loading:!1,hint:n?void 0:b("76f47297fe988267a26073a9aaf7911f"),schema:null!=n?n:void 0}),[2]}}))}))},a.prototype.render=function(){var e=this,a=this.props,t=a.className;a.classnames;var n=a.value,c=a.onChange;a.multiple;var d=a.disabled,r=a.render,l=this.state,s=l.schema,b=l.loading,u=l.hint;return o.createElement(i.U1C,{onPickerOpen:this.handlePickerOpen,className:t,title:"绑定字段",bodyRender:function(e){var a=e.value,t=e.isOpened,c=e.onChange;return t?b?o.createElement(i.$jN,{show:!0,icon:"reload",spinnerClassName:"ae-DataBindingList-spinner"}):u?o.createElement("p",{className:"ae-DataBindingList-hint"},u):r("content",s,{onSelect:c,value:a?a.value:n}):null},value:n,onConfirm:this.handleConfirm},(function(a){var t=a.onClick;return o.createElement(i.Wzg,{className:"ae-InputVariable",clearable:!1,value:n,onChange:c,disabled:d},o.createElement("span",{onClick:function(a){return(0,f.mG)(e,void 0,void 0,(function(){return(0,f.Jh)(this,(function(e){return t(a),[2]}))}))}},o.createElement(i.JO$,{icon:"info",className:"icon cursor-pointer"})))}))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",["function"==typeof(t=void 0!==n.DSField&&n.DSField)?t:Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleConfirm",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",Promise)],a.prototype,"handlePickerOpen",null),a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.xJW)({type:"ae-DataBindingControl"})],a)}(zs);var As=function(e){function a(a){var t=e.call(this,a)||this;return t.handleSearchDebounced=(0,k.debounce)(t.handleSearch,250,{trailing:!0,leading:!1}),t.state={filteredFields:a.fields},t}return(0,f.ZT)(a,e),a.prototype.handleSearch=function(e){return(0,f.mG)(this,void 0,void 0,(function(){return(0,f.Jh)(this,(function(a){return this.setState({filteredFields:(0,Rs.Lu)(this.props.fields,e,{keys:["label","value","children"]})}),[2]}))}))},a.prototype.handleSelect=function(){},a.prototype.render=function(){var e=this.props,a=e.className,t=e.value,n=e.onSelect,c=e.isSelected,r=this.state.filteredFields;return o.createElement("div",{className:p()("ae-DataBindingList",a)},o.createElement("div",{className:p()("ae-DataBindingList-searchBox")},o.createElement(i.Rj2,{mini:!1,placeholder:b("91be693dd1ccea38f8f514318fd8a944"),onSearch:this.handleSearchDebounced})),o.createElement("div",{className:p()("ae-DataBindingList-body")},o.createElement(i.wjf,{className:p()("ae-DataBindingList-collapseGroup"),defaultActiveKey:r.map((function(e){return e.value||e.label})),expandIcon:(0,d.rew)(p(),"fa fa-chevron-right expandIcon","Icon"),expandIconPosition:"right"},r.map((function(e,a){return o.createElement(i.UO1,{className:p()("ae-DataBindingList-collapse"),headingClassName:p()("ae-DataBindingList-collapse-title"),bodyClassName:p()("ae-DataBindingList-collapse-body"),propKey:e.value||e.label,key:e.value||e.label,header:o.createElement("span",null,e.label)},Array.isArray(e.children)&&e.children.length>0?e.children.map((function(e){var a=c?c(e):e.value===t;return o.createElement("div",{className:p()("ae-DataBindingList-item",{"is-active":a}),onClick:function(){return n(e)},key:e.value},e.label)})):o.createElement("p",{className:p()("ae-DataBindingList-hint")},"暂无可用字段"))})))))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",Promise)],a.prototype,"handleSearch",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSelect",null),a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,d.Thl)({type:"ae-SimpleDataBindingPanel"})],a)}(As);var js=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.renderValue=function(e,a,t){return(0,this.props.render)("value",wc("DataPickerControl",{inputOnly:!0,name:"any"}),{value:e,onChange:a})},a.prototype.render=function(){var e=this.props,a=e.schema,t=e.render,n=e.name,c=e.description,o=e.required,i=(0,f._T)(e,["schema","render","name","description","required"]);return t("inner",{type:"json-schema",schema:a,name:n,description:c,required:o},(0,f.pi)((0,f.pi)({},i),{renderValue:this.renderValue}))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object,Function,Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"renderValue",null),a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.Thl)({type:"ae-DataMappingControl"})],a)}(js);var Ps=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.handleConfirm=function(e){this.props.onChange(e)},a.prototype.handlePickerOpen=function(){var e;return(0,f.mG)(this,void 0,void 0,(function(){var a,t,n,c;return(0,f.Jh)(this,(function(o){switch(o.label){case 0:return a=this.props,t=a.manager,n=a.node,(c=null!==(e=this.props.variables)&&void 0!==e?e:this.props.data.variables)?[3,2]:[4,t.getContextSchemas(n.info.id)];case 1:o.sent(),c=t.dataSchema.getDataPropsAsOptions(),o.label=2;case 2:return[2,{variables:c.map((function(e){return(0,f.pi)((0,f.pi)({},e),{selectMode:"tree"})})),variableMode:"tabs"}]}}))}))},a.prototype.render=function(){var e=this.props;e.classnames;var a=e.value,t=e.onChange,n=e.disabled;return e.manager,e.node,o.createElement(i.l1,(0,f.pi)({},this.props,{onPickerOpen:this.handlePickerOpen,evalMode:!1,onConfirm:this.handleConfirm,value:a,onChange:function(){},header:""}),(function(e){var c=e.onClick;return o.createElement(i.Wzg,{className:"ae-InputVariable",clearable:!1,value:a,onChange:t,disabled:n},o.createElement("span",{onClick:c},o.createElement(i.JO$,{icon:"info",className:"icon"})))}))},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleConfirm",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",Promise)],a.prototype,"handlePickerOpen",null),a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.xJW)({type:"ae-DataPickerControl",renderLabel:!1})],a)}(Ps);var Bs=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.onClick=function(){var e=this.props,a=e.data,t=void 0===a?{}:a,n=e.compId,c=e.manager,o="string"==typeof n?n:n(t);o?c.setActiveId(o):i.Amu.error(b("b51796f5778fdc31bac73769a85f89c7"))},a.prototype.render=function(){var e=this.props,a=e.className,t=e.label;return e.data,o.createElement("div",{className:p()("ae-GoConfig",a),onClick:this.onClick},t,o.createElement("div",{className:p()("ae-GoConfig-trigger")},"去编辑"))},(0,f.gn)([d.NjZ,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"onClick",null),a}(o.PureComponent);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.Thl)({type:"ae-go-config"})],a)}(Bs);var Ls="ae-FeatureControl",Ds=function(e){function a(t){var n=e.call(this,t)||this;return n.state=a.initState(t.data,t.features),n}return(0,f.ZT)(a,e),a.getDerivedStateFromProps=function(e,t){return a.initState(e.data,e.features,t.inUseFeat,t.unUseFeat)},a.initState=function(e,a,t,n){var c=[],o=[];return Array.isArray(a)||(a=a(e)),a.forEach((function(a){var t;null==a.isActive||(null===(t=a.isActive)||void 0===t?void 0:t.call(a,e))?c.push(a):a.add&&o.push(a)})),{inUseFeat:c,unUseFeat:o}},a.prototype.handleRemove=function(e,a){var t,n=this.props,c=n.removeFeature,o=n.data,i=n.onBulkChange,d=this.state,r=d.inUseFeat,l=d.unUseFeat;null===(t=e.remove)||void 0===t||t.call(e,o),null==c||c(e,o),null==i||i(o),(0,k.remove)(r,e),e.add&&l.push(e),this.setState({inUseFeat:r,unUseFeat:l})},a.prototype.handleAdd=function(e){var a,t=this.props,n=t.addFeature,c=t.data,o=t.onBulkChange,i=this.state,d=i.inUseFeat,r=i.unUseFeat;d.push(e),(0,k.remove)(r,e);var l=(0,k.clone)(c);null===(a=e.add)||void 0===a||a.call(e,l),null==n||n(e,l),null==o||o(l)},a.prototype.dragRef=function(e){this.props.sortable&&(!this.drag&&e?this.initDragging():this.drag&&!e&&this.destroyDragging(),this.drag=e)},a.prototype.initDragging=function(){var e=this,a=(0,M.findDOMNode)(this);this.sortable=new Tl.ZP(a.querySelector(".".concat(Ls,"-features")),{group:"FeatureControlGroup",animation:150,handle:".".concat(Ls,"Item-dragBar"),ghostClass:"".concat(Ls,"Item-dragging"),onEnd:function(a){if(a.newIndex!==a.oldIndex){var t=a.to;a.newIndexa.newIndex?i=(0,f.ev)((0,f.ev)((0,f.ev)((0,f.ev)([],(0,f.CR)(i.slice(0,a.newIndex)),!1),[i[a.oldIndex]],!1),(0,f.CR)(i.slice(a.newIndex,a.oldIndex)),!1),(0,f.CR)(i.slice(a.oldIndex+1,i.length)),!1):a.oldIndex=6)i.Amu.warning(b("9046ad86a1a47f16e954f2ec38fb680a"),{closeButton:!0});else{var t=Y()(this.state.options),n=this.getNodePath(e).path,c=er()(t,n)||[];c.children?c.children.push((0,f.pi)({},Hs)):c.children=[(0,f.pi)({},Hs)],Rl()(t,n,c),this.setState({options:t},(function(){return a.rereshBindDrag()}))}},a.prototype.hideModal=function(e){this.setState({modalVisible:!1}),e||this.setState({options:this.transformOptions(this.props)})},a.prototype.renderOptions=function(e,a,t){var n=this,c=this.props.render,d=oa(),r=t.join("-");if(e.children&&e.children.length){var l=Y()(e);return delete l.children,o.createElement("div",{className:p()("ae-TreeOptionControlItem-parent"),key:"parent".concat(r).concat(a).concat(e.label)},this.renderOptions(l,a,t),o.createElement("div",{className:p()("ae-TreeOptionControlItem-son"),key:"son".concat(r).concat(a).concat(e.label),"data-level":r},e.children.map((function(e,a){return n.renderOptions(e,a,t.concat(a))}))))}return o.createElement("div",{className:"ae-TreeOptionControlItem",key:"child".concat(r).concat(a).concat(e.label),"data-path":r},o.createElement("a",{className:"ae-TreeOptionControlItem-dragBar"},o.createElement(i.JO$,{icon:"drag-bar",className:"icon"})),d?(0,i.sYA)({type:"input-text-i18n",className:"ae-TreeOptionControlItem-input-label",value:e.label,placeholder:b("f69608e93e9728f4fbef583bfa1326c1"),clearable:!1,onBlur:function(e){n.handleEditLabelOrValue(e.target.value,r,"label")},onI18nChange:function(e){n.handleEditLabelOrValue(e,r,"label")}}):o.createElement(i.Wzg,{className:"ae-TreeOptionControlItem-input-label",value:e.label,placeholder:"选项名称",clearable:!1,onBlur:function(e){n.handleEditLabelOrValue(e.target.value,r,"label")}}),o.createElement(i.Wzg,{className:"ae-TreeOptionControlItem-input-value",value:e.value,placeholder:"选项值",clearable:!1,onBlur:function(e){n.handleEditLabelOrValue(e.target.value,r,"value")}}),o.createElement("div",{className:"ae-TreeOptionControlItem-btns"},c("dropdown",{type:"dropdown-button",className:"ae-TreeOptionControlItem-dropdown fa-sm",btnClassName:"px-2",icon:"add",hideCaret:!0,closeOnClick:!0,trigger:"hover",align:"right",menuClassName:"ae-TreeOptionControlItem-ulmenu",buttons:[{type:"button",className:"ae-OptionControlItem-action",label:b("e8755fb1e985a5d26df0fce1f0b7b0f8"),onClick:function(){n.addOption(r)}},{type:"button",className:"ae-OptionControlItem-action",label:b("bbcbe681f9225f8adf3663f563a9f294"),onClick:function(){n.addChildOption(r)}}]},{popOverContainer:null}),o.createElement(i.zxk,{size:"sm",onClick:function(){n.handleDelete(r,a)}},o.createElement(i.JO$,{className:"icon",icon:"delete-bold-btn"}))))},a.prototype.dragRef=function(e){!this.drag&&e?(this.drag=e,this.initDragging()):this.drag&&!e&&this.destroyDragging(!0)},a.prototype.rereshBindDrag=function(){this.drag&&(this.destroyDragging(),this.initDragging())},a.prototype.initDragging=function(){var e,a=this,t=new Tl.ZP(this.drag,{group:"TreeOptionControlGroup",animation:150,handle:".ae-TreeOptionControlItem-dragBar",ghostClass:"ae-TreeOptionControlItem-dragging",onEnd:function(e){var t,n=Y()(a.state.options),c=e.oldIndex,o=e.newIndex;t=(0,f.CR)([n[c],n[o]],2),n[o]=t[0],n[c]=t[1],a.setState({options:n},(function(){return a.rereshBindDrag()}))},onMove:function(e){var a=e.from,t=e.to;return a.dataset.level===t.dataset.level}});this.sortables.push(t);var n=null===(e=this.drag)||void 0===e?void 0:e.querySelectorAll(".ae-TreeOptionControlItem-son");n&&Array.from(n).forEach((function(e){var t=new Tl.ZP(e,{group:"TreeOptionControlGroup",animation:150,handle:".ae-TreeOptionControlItem-dragBar",ghostClass:"ae-TreeOptionControlItem-dragging",onEnd:function(e){var t,n=e.item,c=e.oldIndex,o=e.newIndex,i=Y()(a.state.options),d=n.dataset.path;if(d){var r=a.getNodePath(d).parentPath,l=er()(i,"".concat(r,".children"))||[];l&&(t=(0,f.CR)([l[o],l[c]],2),l[c]=t[0],l[o]=t[1],Rl()(i,"".concat(r,".children"),l),a.setState({options:i}))}},onMove:function(e){var a=e.from,t=e.to;return a.dataset.level===t.dataset.level}});a.sortables.push(t)}))},a.prototype.destroyDragging=function(e){this.sortables.forEach((function(e){null==e||e.destroy()})),this.sortables=[],e&&(this.drag=null)},a.prototype.renderModal=function(){var e=this,a=this.state,t=a.modalVisible,n=a.options;return o.createElement(i.u_l,{className:"ae-TreeOptionControl-Modal",show:t,onHide:function(){e.hideModal()}},o.createElement(i.u_l.Header,{onClose:function(){e.hideModal()}},"选项管理"),o.createElement(i.u_l.Body,null,o.createElement("div",{className:"ae-TreeOptionControl-content",ref:this.dragRef},n.map((function(a,t){return e.renderOptions(a,t,[t])})))),o.createElement(i.u_l.Footer,null,o.createElement(i.zxk,{onClick:function(){e.hideModal()}},"取消"),o.createElement(i.zxk,{level:"primary",onClick:function(){e.onChange(),e.hideModal(!0)}},"确认")))},a.prototype.handleAPIChange=function(e){this.setState({api:e},this.onChange)},a.prototype.handleLableFieldChange=function(e){this.setState({labelField:e},this.onChange)},a.prototype.handleValueFieldChange=function(e){this.setState({valueField:e},this.onChange)},a.prototype.handleIconFieldChange=function(e){this.setState({iconField:e},this.onChange)},a.prototype.renderApiPanel=function(){var e=this.props,a=e.render,t=e.showIconField,n=void 0!==t&&t,c=this.state,o=c.source,i=c.api,d=c.labelField,r=c.valueField,l=c.iconField;return"custom"===o?null:a("api",wc("apiControl",{label:b("54ea89b497ec3bb319c68844dfa3687f"),name:"source",className:"ae-ExtendMore",visibleOn:"data.autoComplete !== false",value:i,onChange:this.handleAPIChange,sourceType:o,footer:[{label:Sc(b("7e9c83e86beb612377a94e6e8d1fc644"),b("26ff46d82166741297ce666b2792af85")),type:"input-text",name:"labelField",value:d,placeholder:b("6d4ce0631f37676a887c9599691fabec"),onChange:this.handleLableFieldChange},{label:b("2e01f5f5889e33d003bec7857cd38445"),type:"input-text",name:"valueField",value:r,placeholder:b("959c27193eb0a41d01f4b53dcc4b9245"),onChange:this.handleValueFieldChange},{type:"input-text",label:b("1cd9e1bb335cb0643d9e310dd4edd830"),name:"iconField",value:l,placeholder:b("152b66069787294e53cfc176a189c81f"),visible:n,onChange:this.handleIconFieldChange}]}))},a.prototype.render=function(){var e=this,a=this.state.source,t=this.props.className;return o.createElement("div",{className:p()("ae-TreeOptionControl",t)},this.renderHeader(),"custom"===a?o.createElement("div",{className:"ae-TreeOptionControl-wrapper"},o.createElement("div",null,o.createElement(i.zxk,{block:!0,onClick:function(){e.setState({modalVisible:!0})}},"选项管理"),this.renderModal())):null,this.renderApiPanel())},(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleSourceChange",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String,Number]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleDelete",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"getNodePath",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"addOption",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"addChildOption",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Boolean]),(0,f.w6)("design:returntype",void 0)],a.prototype,"hideModal",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object,Number,Array]),(0,f.w6)("design:returntype",Object)],a.prototype,"renderOptions",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"dragRef",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Boolean]),(0,f.w6)("design:returntype",void 0)],a.prototype,"destroyDragging",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[]),(0,f.w6)("design:returntype",void 0)],a.prototype,"renderModal",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleAPIChange",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleLableFieldChange",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String,Object]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleValueFieldChange",null),(0,f.gn)([Ve,(0,f.w6)("design:type",Function),(0,f.w6)("design:paramtypes",[String]),(0,f.w6)("design:returntype",void 0)],a.prototype,"handleIconFieldChange",null),a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.xJW)({type:"ae-treeOptionControl",renderLabel:!1})],a)}(qs);var Ws,Us=function(e,a,t,n){return void 0===t&&(t=!0),void 0===n&&(n=!1),{type:"input-text",name:e,placeholder:a,required:t,unique:n}},Zs=function(e){function a(){return null!==e&&e.apply(this,arguments)||this}return(0,f.ZT)(a,e),a.prototype.addColumns=function(){var e=this,a=this.props.data.columns,t=void 0===a?[{type:"text"}]:a;return{type:"action",actionType:"dialog",label:b("f86418b525af4b573aed36b8e3f9aeb8"),level:"enhance",dialog:{title:b("ec159d98c6c25fadd38bcd9362f6a28e"),headerClassName:"font-bold",closeOnEsc:!0,closeOnOutside:!1,showCloseButton:!0,onConfirm:function(){for(var a=[],t=0;t=6?"md":"",onConfirm:function(){for(var a=[],t=0;t=\\+\\-\\*\\/\\^\\|\\~,])","delimiter"],[",","delimiter"]],warndebug:[["[@](warn|debug)",{token:"keyword",next:"@declarationbody"}]],urldeclaration:[{include:"@strings"},["[^)\r\n]+","string"],["\\)",{token:"delimiter.parenthesis",next:"@pop"}]],parenthizedterm:[{include:"@term"},["\\)",{token:"delimiter.parenthesis",next:"@pop"}]],declarationbody:[{include:"@term"},[";","delimiter","@pop"],["(?=})",{token:"",next:"@pop"}]],name:[["@identifier","attribute.value"]],numbers:[["-?(\\d*\\.)?\\d+([eE][\\-+]?\\d+)?",{token:"attribute.value.number",next:"@units"}],["#[0-9a-fA-F_]+(?!\\w)","attribute.value.hex"]],units:[["(em|ex|ch|rem|fr|vmin|vmax|vw|vh|vm|cm|mm|in|px|pt|pc|deg|grad|rad|turn|s|ms|Hz|kHz|%)?","attribute.value.unit","@pop"]],strings:[['~?"',{token:"string",next:"@stringenddoublequote"}],["~?'",{token:"string",next:"@stringendquote"}]],stringenddoublequote:[["\\\\.","string"],['"',{token:"string",next:"@pop"}],[/[^\\"]+/,"string"],[".","string"]],stringendquote:[["\\\\.","string"],["'",{token:"string",next:"@pop"}],[/[^\\']+/,"string"],[".","string"]]}},rv={"additive-symbols":{},"align-content":{values:["center","flex-end","flex-start","space-around","space-between","stretch","start","end","normal","baseline","first baseline","last baseline","space-around","space-between","space-evenly","stretch","safe","unsafe"]},"align-items":{values:["baseline","center","flex-end","flex-start","stretch","normal","start","end","self-start","self-end","first baseline","last baseline","stretch","safe","unsafe"]},"justify-items":{values:["auto","normal","end","start","flex-end","flex-start","self-end","self-start","center","left","right","baseline","first baseline","last baseline","stretch","safe","unsafe","legacy"]},"justify-self":{values:["auto","normal","end","start","flex-end","flex-start","self-end","self-start","center","left","right","baseline","first baseline","last baseline","stretch","save","unsave"]},"align-self":{values:["auto","normal","self-end","self-start","baseline","center","flex-end","flex-start","stretch","baseline","first baseline","last baseline","safe","unsafe"]},all:{values:[]},alt:{values:[]},animation:{values:["alternate","alternate-reverse","backwards","both","forwards","infinite","none","normal","reverse"]},"animation-delay":{},"animation-direction":{values:["alternate","alternate-reverse","normal","reverse"]},"animation-duration":{},"animation-fill-mode":{values:["backwards","both","forwards","none"]},"animation-iteration-count":{values:["infinite"]},"animation-name":{values:["none"]},"animation-play-state":{values:["paused","running"]},"animation-timing-function":{},"backface-visibility":{values:["hidden","visible"]},background:{values:["fixed","local","none","scroll"]},"background-attachment":{values:["fixed","local","scroll"]},"background-blend-mode":{values:["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"]},"background-clip":{},"background-color":{},"background-image":{values:["none"]},"background-origin":{},"background-position":{},"background-position-x":{values:["center","left","right"]},"background-position-y":{values:["bottom","center","top"]},"background-repeat":{values:[]},"background-size":{values:["auto","contain","cover"]},behavior:{},"block-size":{values:["auto"]},border:{},"border-block-end":{},"border-block-start":{},"border-block-end-color":{},"border-block-start-color":{},"border-block-end-style":{},"border-block-start-style":{},"border-block-end-width":{},"border-block-start-width":{},"border-bottom":{},"border-bottom-color":{},"border-bottom-left-radius":{},"border-bottom-right-radius":{},"border-bottom-style":{},"border-bottom-width":{},"border-collapse":{values:["collapse","separate"]},"border-color":{values:[]},"border-image":{values:["auto","fill","none","repeat","round","space","stretch","url()"]},"border-image-outset":{},"border-image-repeat":{values:["repeat","round","space","stretch"]},"border-image-slice":{values:["fill"]},"border-image-source":{values:["none"]},"border-image-width":{values:["auto"]},"border-inline-end":{},"border-inline-start":{},"border-inline-end-color":{},"border-inline-start-color":{},"border-inline-end-style":{},"border-inline-start-style":{},"border-inline-end-width":{},"border-inline-start-width":{},"border-left":{},"border-left-color":{},"border-left-style":{},"border-left-width":{},"border-radius":{},"border-right":{},"border-right-color":{},"border-right-style":{},"border-right-width":{},"border-spacing":{},"border-style":{values:[]},"border-top":{},"border-top-color":{},"border-top-left-radius":{},"border-top-right-radius":{},"border-top-style":{},"border-top-width":{},"border-width":{values:[]},bottom:{values:["auto"]},"box-decoration-break":{values:["clone","slice"]},"box-shadow":{values:["inset","none"]},"box-sizing":{values:["border-box","content-box"]},"break-after":{values:["always","auto","avoid","avoid-column","avoid-page","column","left","page","right"]},"break-before":{values:["always","auto","avoid","avoid-column","avoid-page","column","left","page","right"]},"break-inside":{values:["auto","avoid","avoid-column","avoid-page"]},"caption-side":{values:["bottom","top"]},"caret-color":{values:["auto"]},clear:{values:["both","left","none","right"]},clip:{values:["auto","rect()"]},"clip-path":{values:["none","url()"]},"clip-rule":{values:["evenodd","nonzero"]},color:{},"color-interpolation-filters":{values:["auto","linearRGB","sRGB"]},"column-count":{values:["auto"]},"column-fill":{values:["auto","balance"]},"column-gap":{values:["normal"]},"column-rule":{},"column-rule-color":{},"column-rule-style":{},"column-rule-width":{},columns:{values:["auto"]},"column-span":{values:["all","none"]},"column-width":{values:["auto"]},contain:{values:["none","strict","content","size","layout","style","paint"]},content:{values:["attr()","counter(name)","icon","none","normal","url()"]},"counter-increment":{values:["none"]},"counter-reset":{values:["none"]},cursor:{values:["alias","all-scroll","auto","cell","col-resize","context-menu","copy","crosshair","default","e-resize","ew-resize","grab","grabbing","help","move","-moz-grab","-moz-grabbing","-moz-zoom-in","-moz-zoom-out","ne-resize","nesw-resize","no-drop","none","not-allowed","n-resize","ns-resize","nw-resize","nwse-resize","pointer","progress","row-resize","se-resize","s-resize","sw-resize","text","vertical-text","wait","-webkit-grab","-webkit-grabbing","-webkit-zoom-in","-webkit-zoom-out","w-resize","zoom-in","zoom-out"]},direction:{values:["ltr","rtl"]},display:{values:["block","contents","flex","flexbox","flow-root","grid","inline","inline-block","inline-flex","inline-flexbox","inline-table","list-item","-moz-box","-moz-deck","-moz-grid","-moz-grid-group","-moz-grid-line","-moz-groupbox","-moz-inline-box","-moz-inline-grid","-moz-inline-stack","-moz-marker","-moz-popup","-moz-stack","-ms-flexbox","-ms-grid","-ms-inline-flexbox","-ms-inline-grid","none","ruby","ruby-base","ruby-base-container","ruby-text","ruby-text-container","run-in","table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row","table-row-group","-webkit-box","-webkit-flex","-webkit-inline-box","-webkit-inline-flex"]},"empty-cells":{values:["hide","-moz-show-background","show"]},"enable-background":{values:["accumulate","new"]},fallback:{},fill:{values:["url()","none"]},"fill-opacity":{},"fill-rule":{values:["evenodd","nonzero"]},filter:{values:["none","blur()","brightness()","contrast()","drop-shadow()","grayscale()","hue-rotate()","invert()","opacity()","saturate()","sepia()","url()"]},flex:{values:["auto","content","none"]},"flex-basis":{values:["auto","content"]},"flex-direction":{values:["column","column-reverse","row","row-reverse"]},"flex-flow":{values:["column","column-reverse","nowrap","row","row-reverse","wrap","wrap-reverse"]},"flex-grow":{},"flex-shrink":{},"flex-wrap":{values:["nowrap","wrap","wrap-reverse"]},float:{values:["inline-end","inline-start","left","none","right"]},"flood-color":{},"flood-opacity":{},font:{values:["100","200","300","400","500","600","700","800","900","bold","bolder","caption","icon","italic","large","larger","lighter","medium","menu","message-box","normal","oblique","small","small-caps","small-caption","smaller","status-bar","x-large","x-small","xx-large","xx-small"]},"font-family":{values:["system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif","Arial, Helvetica, sans-serif","Cambria, Cochin, Georgia, Times, 'Times New Roman', serif","'Courier New', Courier, monospace","cursive","fantasy","'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif","Georgia, 'Times New Roman', Times, serif","'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif","Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif","'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif","monospace","sans-serif","'Segoe UI', Tahoma, Geneva, Verdana, sans-serif","serif","'Times New Roman', Times, serif","'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif","Verdana, Geneva, Tahoma, sans-serif"]},"font-feature-settings":{values:['"aalt"','"abvf"','"abvm"','"abvs"','"afrc"','"akhn"','"blwf"','"blwm"','"blws"','"calt"','"case"','"ccmp"','"cfar"','"cjct"','"clig"','"cpct"','"cpsp"','"cswh"','"curs"','"c2pc"','"c2sc"','"dist"','"dlig"','"dnom"','"dtls"','"expt"','"falt"','"fin2"','"fin3"','"fina"','"flac"','"frac"','"fwid"','"half"','"haln"','"halt"','"hist"','"hkna"','"hlig"','"hngl"','"hojo"','"hwid"','"init"','"isol"','"ital"','"jalt"','"jp78"','"jp83"','"jp90"','"jp04"','"kern"','"lfbd"','"liga"','"ljmo"','"lnum"','"locl"','"ltra"','"ltrm"','"mark"','"med2"','"medi"','"mgrk"','"mkmk"','"nalt"','"nlck"','"nukt"','"numr"','"onum"','"opbd"','"ordn"','"ornm"','"palt"','"pcap"','"pkna"','"pnum"','"pref"','"pres"','"pstf"','"psts"','"pwid"','"qwid"','"rand"','"rclt"','"rlig"','"rkrf"','"rphf"','"rtbd"','"rtla"','"rtlm"','"ruby"','"salt"','"sinf"','"size"','"smcp"','"smpl"','"ssty"','"stch"','"subs"','"sups"','"swsh"','"titl"','"tjmo"','"tnam"','"tnum"','"trad"','"twid"','"unic"','"valt"','"vatu"','"vert"','"vhal"','"vjmo"','"vkna"','"vkrn"','"vpal"','"vrt2"','"zero"',"normal","off","on"]},"font-kerning":{values:["auto","none","normal"]},"font-language-override":{values:["normal"]},"font-size":{values:["large","larger","medium","small","smaller","x-large","x-small","xx-large","xx-small"]},"font-size-adjust":{values:["none"]},"font-stretch":{values:["condensed","expanded","extra-condensed","extra-expanded","narrower","normal","semi-condensed","semi-expanded","ultra-condensed","ultra-expanded","wider"]},"font-style":{values:["italic","normal","oblique"]},"font-synthesis":{values:["none","style","weight"]},"font-variant":{values:["normal","small-caps"]},"font-variant-alternates":{values:["annotation()","character-variant()","historical-forms","normal","ornaments()","styleset()","stylistic()","swash()"]},"font-variant-caps":{values:["all-petite-caps","all-small-caps","normal","petite-caps","small-caps","titling-caps","unicase"]},"font-variant-east-asian":{values:["full-width","jis04","jis78","jis83","jis90","normal","proportional-width","ruby","simplified","traditional"]},"font-variant-ligatures":{values:["additional-ligatures","common-ligatures","contextual","discretionary-ligatures","historical-ligatures","no-additional-ligatures","no-common-ligatures","no-contextual","no-discretionary-ligatures","no-historical-ligatures","none","normal"]},"font-variant-numeric":{values:["diagonal-fractions","lining-nums","normal","oldstyle-nums","ordinal","proportional-nums","slashed-zero","stacked-fractions","tabular-nums"]},"font-variant-position":{values:["normal","sub","super"]},"font-weight":{values:["100","200","300","400","500","600","700","800","900","bold","bolder","lighter","normal"]},"glyph-orientation-horizontal":{},"glyph-orientation-vertical":{values:["auto"]},"grid-area":{values:["auto","span"]},grid:{},"grid-auto-columns":{values:["min-content","max-content","auto","minmax()"]},"grid-auto-flow":{values:["row","column","dense"]},"grid-auto-rows":{values:["min-content","max-content","auto","minmax()"]},"grid-column":{values:["auto","span"]},"grid-column-end":{values:["auto","span"]},"grid-column-gap":{},"grid-column-start":{values:["auto","span"]},"grid-gap":{},"grid-row":{values:["auto","span"]},"grid-row-end":{values:["auto","span"]},"grid-row-gap":{},"grid-row-start":{values:["auto","span"]},"grid-template":{values:["none","min-content","max-content","auto","subgrid","minmax()","repeat()"]},"grid-template-areas":{values:["none"]},"grid-template-columns":{values:["none","min-content","max-content","auto","subgrid","minmax()","repeat()"]},"grid-template-rows":{values:["none","min-content","max-content","auto","subgrid","minmax()","repeat()"]},height:{values:["auto","fit-content","max-content","min-content"]},hyphens:{values:["auto","manual","none"]},"image-orientation":{values:["flip","from-image"]},"image-rendering":{values:["auto","crisp-edges","-moz-crisp-edges","optimizeQuality","optimizeSpeed","pixelated"]},"ime-mode":{values:["active","auto","disabled","inactive","normal"]},"inline-size":{values:["auto"]},isolation:{values:["auto","isolate"]},"justify-content":{values:["center","start","end","left","right","safe","unsafe","stretch","space-evenly","flex-end","flex-start","space-around","space-between","baseline","first baseline","last baseline"]},kerning:{values:["auto"]},left:{values:["auto"]},"letter-spacing":{values:["normal"]},"lighting-color":{},"line-break":{values:["auto","loose","normal","strict","anywhere"]},"line-height":{values:["normal"]},"list-style":{values:["armenian","circle","decimal","decimal-leading-zero","disc","georgian","inside","lower-alpha","lower-greek","lower-latin","lower-roman","none","outside","square","symbols()","upper-alpha","upper-latin","upper-roman","url()"]},"list-style-image":{values:["none"]},"list-style-position":{values:["inside","outside"]},"list-style-type":{values:["armenian","circle","decimal","decimal-leading-zero","disc","georgian","lower-alpha","lower-greek","lower-latin","lower-roman","none","square","symbols()","upper-alpha","upper-latin","upper-roman"]},margin:{values:["auto"]},"margin-block-end":{values:["auto"]},"margin-block-start":{values:["auto"]},"margin-bottom":{values:["auto"]},"margin-inline-end":{values:["auto"]},"margin-inline-start":{values:["auto"]},"margin-left":{values:["auto"]},"margin-right":{values:["auto"]},"margin-top":{values:["auto"]},marker:{values:["none","url()"]},"marker-end":{values:["none","url()"]},"marker-mid":{values:["none","url()"]},"marker-start":{values:["none","url()"]},"mask-image":{values:["none","url()"]},"mask-mode":{values:["alpha","auto","luminance"]},"mask-origin":{},"mask-position":{},"mask-repeat":{},"mask-size":{values:["auto","contain","cover"]},"mask-type":{values:["alpha","luminance"]},"max-block-size":{values:["none"]},"max-height":{values:["none","fit-content","max-content","min-content"]},"max-inline-size":{values:["none"]},"max-width":{values:["none","fit-content","max-content","min-content"]},"min-block-size":{},"min-height":{values:["auto","fit-content","max-content","min-content"]},"min-inline-size":{},"min-width":{values:["auto","fit-content","max-content","min-content"]},"mix-blend-mode":{values:["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"]},motion:{values:["none","path()","auto","reverse"]},"motion-offset":{},"motion-path":{values:["none","path()"]},"motion-rotation":{values:["auto","reverse"]},"-moz-animation":{values:["alternate","alternate-reverse","backwards","both","forwards","infinite","none","normal","reverse"]},"-moz-animation-delay":{},"-moz-animation-direction":{values:["alternate","alternate-reverse","normal","reverse"]},"-moz-animation-duration":{},"-moz-animation-iteration-count":{values:["infinite"]},"-moz-animation-name":{values:["none"]},"-moz-animation-play-state":{values:["paused","running"]},"-moz-animation-timing-function":{},"-moz-appearance":{values:["button","button-arrow-down","button-arrow-next","button-arrow-previous","button-arrow-up","button-bevel","checkbox","checkbox-container","checkbox-label","dialog","groupbox","listbox","menuarrow","menuimage","menuitem","menuitemtext","menulist","menulist-button","menulist-text","menulist-textfield","menupopup","menuradio","menuseparator","-moz-mac-unified-toolbar","-moz-win-borderless-glass","-moz-win-browsertabbar-toolbox","-moz-win-communications-toolbox","-moz-win-glass","-moz-win-media-toolbox","none","progressbar","progresschunk","radio","radio-container","radio-label","radiomenuitem","resizer","resizerpanel","scrollbarbutton-down","scrollbarbutton-left","scrollbarbutton-right","scrollbarbutton-up","scrollbar-small","scrollbartrack-horizontal","scrollbartrack-vertical","separator","spinner","spinner-downbutton","spinner-textfield","spinner-upbutton","statusbar","statusbarpanel","tab","tabpanels","tab-scroll-arrow-back","tab-scroll-arrow-forward","textfield","textfield-multiline","toolbar","toolbox","tooltip","treeheadercell","treeheadersortarrow","treeitem","treetwistyopen","treeview","treewisty","window"]},"-moz-backface-visibility":{values:["hidden","visible"]},"-moz-background-clip":{values:["padding"]},"-moz-background-inline-policy":{values:["bounding-box","continuous","each-box"]},"-moz-background-origin":{},"-moz-border-bottom-colors":{},"-moz-border-image":{values:["auto","fill","none","repeat","round","space","stretch","url()"]},"-moz-border-left-colors":{},"-moz-border-right-colors":{},"-moz-border-top-colors":{},"-moz-box-align":{values:["baseline","center","end","start","stretch"]},"-moz-box-direction":{values:["normal","reverse"]},"-moz-box-flex":{},"-moz-box-flexgroup":{},"-moz-box-ordinal-group":{},"-moz-box-orient":{values:["block-axis","horizontal","inline-axis","vertical"]},"-moz-box-pack":{values:["center","end","justify","start"]},"-moz-box-sizing":{values:["border-box","content-box","padding-box"]},"-moz-column-count":{values:["auto"]},"-moz-column-gap":{values:["normal"]},"-moz-column-rule":{},"-moz-column-rule-color":{},"-moz-column-rule-style":{},"-moz-column-rule-width":{},"-moz-columns":{values:["auto"]},"-moz-column-width":{values:["auto"]},"-moz-font-feature-settings":{values:['"c2cs"','"dlig"','"kern"','"liga"','"lnum"','"onum"','"smcp"','"swsh"','"tnum"',"normal","off","on"]},"-moz-hyphens":{values:["auto","manual","none"]},"-moz-perspective":{values:["none"]},"-moz-perspective-origin":{},"-moz-text-align-last":{values:["auto","center","justify","left","right"]},"-moz-text-decoration-color":{},"-moz-text-decoration-line":{values:["line-through","none","overline","underline"]},"-moz-text-decoration-style":{values:["dashed","dotted","double","none","solid","wavy"]},"-moz-text-size-adjust":{values:["auto","none"]},"-moz-transform":{values:["matrix()","matrix3d()","none","perspective","rotate()","rotate3d()","rotateX('angle')","rotateY('angle')","rotateZ('angle')","scale()","scale3d()","scaleX()","scaleY()","scaleZ()","skew()","skewX()","skewY()","translate()","translate3d()","translateX()","translateY()","translateZ()"]},"-moz-transform-origin":{},"-moz-transition":{values:["all","none"]},"-moz-transition-delay":{},"-moz-transition-duration":{},"-moz-transition-property":{values:["all","none"]},"-moz-transition-timing-function":{},"-moz-user-focus":{values:["ignore","normal"]},"-moz-user-select":{values:["all","element","elements","-moz-all","-moz-none","none","text","toggle"]},"-ms-accelerator":{values:["false","true"]},"-ms-behavior":{},"-ms-block-progression":{values:["bt","lr","rl","tb"]},"-ms-content-zoom-chaining":{values:["chained","none"]},"-ms-content-zooming":{values:["none","zoom"]},"-ms-content-zoom-limit":{},"-ms-content-zoom-limit-max":{},"-ms-content-zoom-limit-min":{},"-ms-content-zoom-snap":{values:["mandatory","none","proximity","snapInterval(100%, 100%)","snapList()"]},"-ms-content-zoom-snap-points":{values:["snapInterval(100%, 100%)","snapList()"]},"-ms-content-zoom-snap-type":{values:["mandatory","none","proximity"]},"-ms-filter":{},"-ms-flex":{values:["auto","none"]},"-ms-flex-align":{values:["baseline","center","end","start","stretch"]},"-ms-flex-direction":{values:["column","column-reverse","row","row-reverse"]},"-ms-flex-flow":{values:["column","column-reverse","nowrap","row","wrap","wrap-reverse"]},"-ms-flex-item-align":{values:["auto","baseline","center","end","start","stretch"]},"-ms-flex-line-pack":{values:["center","distribute","end","justify","start","stretch"]},"-ms-flex-order":{},"-ms-flex-pack":{values:["center","distribute","end","justify","start"]},"-ms-flex-wrap":{values:["nowrap","wrap","wrap-reverse"]},"-ms-flow-from":{values:["none"]},"-ms-flow-into":{values:["none"]},"-ms-grid-column":{values:["auto","end","start"]},"-ms-grid-column-align":{values:["center","end","start","stretch"]},"-ms-grid-columns":{},"-ms-grid-column-span":{},"-ms-grid-layer":{},"-ms-grid-row":{values:["auto","end","start"]},"-ms-grid-row-align":{values:["center","end","start","stretch"]},"-ms-grid-rows":{},"-ms-grid-row-span":{},"-ms-high-contrast-adjust":{values:["auto","none"]},"-ms-hyphenate-limit-chars":{values:["auto"]},"-ms-hyphenate-limit-lines":{values:["no-limit"]},"-ms-hyphenate-limit-zone":{},"-ms-hyphens":{values:["auto","manual","none"]},"-ms-ime-mode":{values:["active","auto","disabled","inactive","normal"]},"-ms-interpolation-mode":{values:["bicubic","nearest-neighbor"]},"-ms-layout-grid":{values:["char","line","mode","type"]},"-ms-layout-grid-char":{values:["auto","none"]},"-ms-layout-grid-line":{values:["auto","none"]},"-ms-layout-grid-mode":{values:["both","char","line","none"]},"-ms-layout-grid-type":{values:["fixed","loose","strict"]},"-ms-line-break":{values:["auto","keep-all","newspaper","normal","strict"]},"-ms-overflow-style":{values:["auto","-ms-autohiding-scrollbar","none","scrollbar"]},"-ms-perspective":{values:["none"]},"-ms-perspective-origin":{},"-ms-perspective-origin-x":{},"-ms-perspective-origin-y":{},"-ms-progress-appearance":{values:["bar","ring"]},"-ms-scrollbar-3dlight-color":{},"-ms-scrollbar-arrow-color":{},"-ms-scrollbar-base-color":{},"-ms-scrollbar-darkshadow-color":{},"-ms-scrollbar-face-color":{},"-ms-scrollbar-highlight-color":{},"-ms-scrollbar-shadow-color":{},"-ms-scrollbar-track-color":{},"-ms-scroll-chaining":{values:["chained","none"]},"-ms-scroll-limit":{values:["auto"]},"-ms-scroll-limit-x-max":{values:["auto"]},"-ms-scroll-limit-x-min":{},"-ms-scroll-limit-y-max":{values:["auto"]},"-ms-scroll-limit-y-min":{},"-ms-scroll-rails":{values:["none","railed"]},"-ms-scroll-snap-points-x":{values:["snapInterval(100%, 100%)","snapList()"]},"-ms-scroll-snap-points-y":{values:["snapInterval(100%, 100%)","snapList()"]},"-ms-scroll-snap-type":{values:["none","mandatory","proximity"]},"-ms-scroll-snap-x":{values:["mandatory","none","proximity","snapInterval(100%, 100%)","snapList()"]},"-ms-scroll-snap-y":{values:["mandatory","none","proximity","snapInterval(100%, 100%)","snapList()"]},"-ms-scroll-translation":{values:["none","vertical-to-horizontal"]},"-ms-text-align-last":{values:["auto","center","justify","left","right"]},"-ms-text-autospace":{values:["ideograph-alpha","ideograph-numeric","ideograph-parenthesis","ideograph-space","none","punctuation"]},"-ms-text-combine-horizontal":{values:["all","digits","none"]},"-ms-text-justify":{values:["auto","distribute","inter-cluster","inter-ideograph","inter-word","kashida"]},"-ms-text-kashida-space":{},"-ms-text-overflow":{values:["clip","ellipsis"]},"-ms-text-size-adjust":{values:["auto","none"]},"-ms-text-underline-position":{values:["alphabetic","auto","over","under"]},"-ms-touch-action":{values:["auto","double-tap-zoom","manipulation","none","pan-x","pan-y","pinch-zoom"]},"-ms-touch-select":{values:["grippers","none"]},"-ms-transform":{values:["matrix()","matrix3d()","none","rotate()","rotate3d()","rotateX('angle')","rotateY('angle')","rotateZ('angle')","scale()","scale3d()","scaleX()","scaleY()","scaleZ()","skew()","skewX()","skewY()","translate()","translate3d()","translateX()","translateY()","translateZ()"]},"-ms-transform-origin":{},"-ms-transform-origin-x":{},"-ms-transform-origin-y":{},"-ms-transform-origin-z":{},"-ms-user-select":{values:["element","none","text"]},"-ms-word-break":{values:["break-all","keep-all","normal"]},"-ms-word-wrap":{values:["break-word","normal"]},"-ms-wrap-flow":{values:["auto","both","clear","end","maximum","minimum","start"]},"-ms-wrap-margin":{},"-ms-wrap-through":{values:["none","wrap"]},"-ms-writing-mode":{values:["bt-lr","bt-rl","lr-bt","lr-tb","rl-bt","rl-tb","tb-lr","tb-rl"]},"-ms-zoom":{values:["normal"]},"-ms-zoom-animation":{values:["default","none"]},"nav-down":{values:["auto","current","root"]},"nav-index":{values:["auto"]},"nav-left":{values:["auto","current","root"]},"nav-right":{values:["auto","current","root"]},"nav-up":{values:["auto","current","root"]},negative:{},"-o-animation":{values:["alternate","alternate-reverse","backwards","both","forwards","infinite","none","normal","reverse"]},"-o-animation-delay":{},"-o-animation-direction":{values:["alternate","alternate-reverse","normal","reverse"]},"-o-animation-duration":{},"-o-animation-fill-mode":{values:["backwards","both","forwards","none"]},"-o-animation-iteration-count":{values:["infinite"]},"-o-animation-name":{values:["none"]},"-o-animation-play-state":{values:["paused","running"]},"-o-animation-timing-function":{},"object-fit":{values:["contain","cover","fill","none","scale-down"]},"object-position":{},"-o-border-image":{values:["auto","fill","none","repeat","round","space","stretch"]},"-o-object-fit":{values:["contain","cover","fill","none","scale-down"]},"-o-object-position":{},opacity:{},order:{},orphans:{},"-o-table-baseline":{},"-o-tab-size":{},"-o-text-overflow":{values:["clip","ellipsis"]},"-o-transform":{values:["matrix()","matrix3d()","none","rotate()","rotate3d()","rotateX('angle')","rotateY('angle')","rotateZ('angle')","scale()","scale3d()","scaleX()","scaleY()","scaleZ()","skew()","skewX()","skewY()","translate()","translate3d()","translateX()","translateY()","translateZ()"]},"-o-transform-origin":{},"-o-transition":{values:["all","none"]},"-o-transition-delay":{},"-o-transition-duration":{},"-o-transition-property":{values:["all","none"]},"-o-transition-timing-function":{},"offset-block-end":{values:["auto"]},"offset-block-start":{values:["auto"]},"offset-inline-end":{values:["auto"]},"offset-inline-start":{values:["auto"]},outline:{values:["auto","invert"]},"outline-color":{values:["invert"]},"outline-offset":{},"outline-style":{values:["auto"]},"outline-width":{},overflow:{values:["auto","hidden","-moz-hidden-unscrollable","scroll","visible"]},"overflow-wrap":{values:["break-word","normal"]},"overflow-x":{values:["auto","hidden","scroll","visible"]},"overflow-y":{values:["auto","hidden","scroll","visible"]},pad:{},padding:{values:[]},"padding-bottom":{},"padding-block-end":{},"padding-block-start":{},"padding-inline-end":{},"padding-inline-start":{},"padding-left":{},"padding-right":{},"padding-top":{},"page-break-after":{values:["always","auto","avoid","left","right"]},"page-break-before":{values:["always","auto","avoid","left","right"]},"page-break-inside":{values:["auto","avoid"]},"paint-order":{values:["fill","markers","normal","stroke"]},perspective:{values:["none"]},"perspective-origin":{},"pointer-events":{values:["all","fill","none","painted","stroke","visible","visibleFill","visiblePainted","visibleStroke"]},position:{values:["absolute","fixed","-ms-page","relative","static","sticky","-webkit-sticky"]},prefix:{},quotes:{values:["none"]},range:{values:["auto","infinite"]},resize:{values:["both","horizontal","none","vertical"]},right:{values:["auto"]},"ruby-align":{values:["auto","center","distribute-letter","distribute-space","left","line-edge","right","start","space-between","space-around"]},"ruby-overhang":{values:["auto","end","none","start"]},"ruby-position":{values:["after","before","inline","right"]},"ruby-span":{values:["attr(x)","none"]},"scrollbar-3dlight-color":{},"scrollbar-arrow-color":{},"scrollbar-base-color":{},"scrollbar-darkshadow-color":{},"scrollbar-face-color":{},"scrollbar-highlight-color":{},"scrollbar-shadow-color":{},"scrollbar-track-color":{},"scroll-behavior":{values:["auto","smooth"]},"scroll-snap-coordinate":{values:["none"]},"scroll-snap-destination":{},"scroll-snap-points-x":{values:["none","repeat()"]},"scroll-snap-points-y":{values:["none","repeat()"]},"scroll-snap-type":{values:["none","mandatory","proximity"]},"shape-image-threshold":{},"shape-margin":{},"shape-outside":{values:["margin-box","none"]},"shape-rendering":{values:["auto","crispEdges","geometricPrecision","optimizeSpeed"]},size:{},src:{values:["url()","format()","local()"]},"stop-color":{},"stop-opacity":{},stroke:{values:["url()","none"]},"stroke-dasharray":{values:["none"]},"stroke-dashoffset":{},"stroke-linecap":{values:["butt","round","square"]},"stroke-linejoin":{values:["bevel","miter","round"]},"stroke-miterlimit":{},"stroke-opacity":{},"stroke-width":{},suffix:{},system:{values:["additive","alphabetic","cyclic","extends","fixed","numeric","symbolic"]},symbols:{},"table-layout":{values:["auto","fixed"]},"tab-size":{},"text-align":{values:["center","end","justify","left","right","start"]},"text-align-last":{values:["auto","center","justify","left","right"]},"text-anchor":{values:["end","middle","start"]},"text-decoration":{values:["dashed","dotted","double","line-through","none","overline","solid","underline","wavy"]},"text-decoration-color":{},"text-decoration-line":{values:["line-through","none","overline","underline"]},"text-decoration-style":{values:["dashed","dotted","double","none","solid","wavy"]},"text-indent":{values:[]},"text-justify":{values:["auto","distribute","distribute-all-lines","inter-cluster","inter-ideograph","inter-word","kashida","newspaper"]},"text-orientation":{values:["sideways","sideways-right","upright"]},"text-overflow":{values:["clip","ellipsis"]},"text-rendering":{values:["auto","geometricPrecision","optimizeLegibility","optimizeSpeed"]},"text-shadow":{values:["none"]},"text-transform":{values:["capitalize","lowercase","none","uppercase"]},"text-underline-position":{values:["above","auto","below"]},top:{values:["auto"]},"touch-action":{values:["auto","cross-slide-x","cross-slide-y","double-tap-zoom","manipulation","none","pan-x","pan-y","pinch-zoom"]},transform:{values:["matrix()","matrix3d()","none","perspective()","rotate()","rotate3d()","rotateX('angle')","rotateY('angle')","rotateZ('angle')","scale()","scale3d()","scaleX()","scaleY()","scaleZ()","skew()","skewX()","skewY()","translate()","translate3d()","translateX()","translateY()","translateZ()"]},"transform-origin":{},"transform-style":{values:["flat","preserve-3d"]},transition:{values:["all","none"]},"transition-delay":{},"transition-duration":{},"transition-property":{values:["all","none"]},"transition-timing-function":{},"unicode-bidi":{values:["bidi-override","embed","isolate","isolate-override","normal","plaintext"]},"unicode-range":{values:["U+26","U+20-24F, U+2B0-2FF, U+370-4FF, U+1E00-1EFF, U+2000-20CF, U+2100-23FF, U+2500-26FF, U+E000-F8FF, U+FB00-FB4F","U+20-17F, U+2B0-2FF, U+2000-206F, U+20A0-20CF, U+2100-21FF, U+2600-26FF","U+20-2FF, U+370-4FF, U+1E00-20CF, U+2100-23FF, U+2500-26FF, U+FB00-FB4F, U+FFF0-FFFD","U+20-4FF, U+530-58F, U+10D0-10FF, U+1E00-23FF, U+2440-245F, U+2500-26FF, U+FB00-FB4F, U+FE20-FE2F, U+FFF0-FFFD","U+00-7F","U+80-FF","U+100-17F","U+180-24F","U+1E00-1EFF","U+250-2AF","U+370-3FF","U+1F00-1FFF","U+400-4FF","U+500-52F","U+00-52F, U+1E00-1FFF, U+2200-22FF","U+530-58F","U+590-5FF","U+600-6FF","U+750-77F","U+8A0-8FF","U+700-74F","U+900-97F","U+980-9FF","U+A00-A7F","U+A80-AFF","U+B00-B7F","U+B80-BFF","U+C00-C7F","U+C80-CFF","U+D00-D7F","U+D80-DFF","U+118A0-118FF","U+E00-E7F","U+1A20-1AAF","U+AA80-AADF","U+E80-EFF","U+F00-FFF","U+1000-109F","U+10A0-10FF","U+1200-137F","U+1380-139F","U+2D80-2DDF","U+AB00-AB2F","U+1780-17FF","U+1800-18AF","U+1B80-1BBF","U+1CC0-1CCF","U+4E00-9FD5","U+3400-4DB5","U+2F00-2FDF","U+2E80-2EFF","U+1100-11FF","U+AC00-D7AF","U+3040-309F","U+30A0-30FF","U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F","U+A4D0-A4FF","U+A000-A48F","U+A490-A4CF","U+2000-206F","U+3000-303F","U+2070-209F","U+20A0-20CF","U+2100-214F","U+2150-218F","U+2190-21FF","U+2200-22FF","U+2300-23FF","U+E000-F8FF","U+FB00-FB4F","U+FB50-FDFF","U+1F600-1F64F","U+2600-26FF","U+1F300-1F5FF","U+1F900-1F9FF","U+1F680-1F6FF"]},"user-select":{values:["all","auto","contain","none","text"]},"vertical-align":{values:["auto","baseline","bottom","middle","sub","super","text-bottom","text-top","top","-webkit-baseline-middle"]},visibility:{values:["collapse","hidden","visible"]},"-webkit-animation":{values:["alternate","alternate-reverse","backwards","both","forwards","infinite","none","normal","reverse"]},"-webkit-animation-delay":{},"-webkit-animation-direction":{values:["alternate","alternate-reverse","normal","reverse"]},"-webkit-animation-duration":{},"-webkit-animation-fill-mode":{values:["backwards","both","forwards","none"]},"-webkit-animation-iteration-count":{values:["infinite"]},"-webkit-animation-name":{values:["none"]},"-webkit-animation-play-state":{values:["paused","running"]},"-webkit-animation-timing-function":{},"-webkit-appearance":{values:["button","button-bevel","caps-lock-indicator","caret","checkbox","default-button","listbox","listitem","media-fullscreen-button","media-mute-button","media-play-button","media-seek-back-button","media-seek-forward-button","media-slider","media-sliderthumb","menulist","menulist-button","menulist-text","menulist-textfield","none","push-button","radio","scrollbarbutton-down","scrollbarbutton-left","scrollbarbutton-right","scrollbarbutton-up","scrollbargripper-horizontal","scrollbargripper-vertical","scrollbarthumb-horizontal","scrollbarthumb-vertical","scrollbartrack-horizontal","scrollbartrack-vertical","searchfield","searchfield-cancel-button","searchfield-decoration","searchfield-results-button","searchfield-results-decoration","slider-horizontal","sliderthumb-horizontal","sliderthumb-vertical","slider-vertical","square-button","textarea","textfield"]},"-webkit-backdrop-filter":{values:["none","blur()","brightness()","contrast()","drop-shadow()","grayscale()","hue-rotate()","invert()","opacity()","saturate()","sepia()","url()"]},"-webkit-backface-visibility":{values:["hidden","visible"]},"-webkit-background-clip":{},"-webkit-background-composite":{values:["border","padding"]},"-webkit-background-origin":{},"-webkit-border-image":{values:["auto","fill","none","repeat","round","space","stretch","url()"]},"-webkit-box-align":{values:["baseline","center","end","start","stretch"]},"-webkit-box-direction":{values:["normal","reverse"]},"-webkit-box-flex":{},"-webkit-box-flex-group":{},"-webkit-box-ordinal-group":{},"-webkit-box-orient":{values:["block-axis","horizontal","inline-axis","vertical"]},"-webkit-box-pack":{values:["center","end","justify","start"]},"-webkit-box-reflect":{values:["above","below","left","right"]},"-webkit-box-sizing":{values:["border-box","content-box"]},"-webkit-break-after":{values:["always","auto","avoid","avoid-column","avoid-page","avoid-region","column","left","page","region","right"]},"-webkit-break-before":{values:["always","auto","avoid","avoid-column","avoid-page","avoid-region","column","left","page","region","right"]},"-webkit-break-inside":{values:["auto","avoid","avoid-column","avoid-page","avoid-region"]},"-webkit-column-break-after":{values:["always","auto","avoid","avoid-column","avoid-page","avoid-region","column","left","page","region","right"]},"-webkit-column-break-before":{values:["always","auto","avoid","avoid-column","avoid-page","avoid-region","column","left","page","region","right"]},"-webkit-column-break-inside":{values:["auto","avoid","avoid-column","avoid-page","avoid-region"]},"-webkit-column-count":{values:["auto"]},"-webkit-column-gap":{values:["normal"]},"-webkit-column-rule":{},"-webkit-column-rule-color":{},"-webkit-column-rule-style":{},"-webkit-column-rule-width":{},"-webkit-columns":{values:["auto"]},"-webkit-column-span":{values:["all","none"]},"-webkit-column-width":{values:["auto"]},"-webkit-filter":{values:["none","blur()","brightness()","contrast()","drop-shadow()","grayscale()","hue-rotate()","invert()","opacity()","saturate()","sepia()","url()"]},"-webkit-flow-from":{values:["none"]},"-webkit-flow-into":{values:["none"]},"-webkit-font-feature-settings":{values:['"c2cs"','"dlig"','"kern"','"liga"','"lnum"','"onum"','"smcp"','"swsh"','"tnum"',"normal","off","on"]},"-webkit-hyphens":{values:["auto","manual","none"]},"-webkit-line-break":{values:["after-white-space","normal"]},"-webkit-margin-bottom-collapse":{values:["collapse","discard","separate"]},"-webkit-margin-collapse":{values:["collapse","discard","separate"]},"-webkit-margin-start":{values:["auto"]},"-webkit-margin-top-collapse":{values:["collapse","discard","separate"]},"-webkit-mask-clip":{},"-webkit-mask-image":{values:["none","url()"]},"-webkit-mask-origin":{},"-webkit-mask-repeat":{},"-webkit-mask-size":{values:["auto","contain","cover"]},"-webkit-nbsp-mode":{values:["normal","space"]},"-webkit-overflow-scrolling":{values:["auto","touch"]},"-webkit-padding-start":{},"-webkit-perspective":{values:["none"]},"-webkit-perspective-origin":{},"-webkit-region-fragment":{values:["auto","break"]},"-webkit-tap-highlight-color":{},"-webkit-text-fill-color":{},"-webkit-text-size-adjust":{values:["auto","none"]},"-webkit-text-stroke":{},"-webkit-text-stroke-color":{},"-webkit-text-stroke-width":{},"-webkit-touch-callout":{values:["none"]},"-webkit-transform":{values:["matrix()","matrix3d()","none","perspective()","rotate()","rotate3d()","rotateX('angle')","rotateY('angle')","rotateZ('angle')","scale()","scale3d()","scaleX()","scaleY()","scaleZ()","skew()","skewX()","skewY()","translate()","translate3d()","translateX()","translateY()","translateZ()"]},"-webkit-transform-origin":{},"-webkit-transform-origin-x":{},"-webkit-transform-origin-y":{},"-webkit-transform-origin-z":{},"-webkit-transform-style":{values:["flat"]},"-webkit-transition":{values:["all","none"]},"-webkit-transition-delay":{},"-webkit-transition-duration":{},"-webkit-transition-property":{values:["all","none"]},"-webkit-transition-timing-function":{},"-webkit-user-drag":{values:["auto","element","none"]},"-webkit-user-modify":{values:["read-only","read-write","read-write-plaintext-only"]},"-webkit-user-select":{values:["auto","none","text"]},widows:{},width:{values:["auto","fit-content","max-content","min-content"]},"will-change":{values:["auto","contents","scroll-position"]},"word-break":{values:["break-all","keep-all","normal"]},"word-spacing":{values:["normal"]},"word-wrap":{values:["break-word","normal"]},"writing-mode":{values:["horizontal-tb","sideways-lr","sideways-rl","vertical-lr","vertical-rl"]},"z-index":{values:["auto"]},zoom:{values:["normal"]},"-ms-ime-align":{values:["auto","after"]},"-moz-binding":{},"-moz-context-properties":{},"-moz-float-edge":{values:["border-box","content-box","margin-box","padding-box"]},"-moz-force-broken-image-icon":{values:["0","1"]},"-moz-image-region":{},"-moz-orient":{values:["inline","block","horizontal","vertical"]},"-moz-outline-radius":{},"-moz-outline-radius-bottomleft":{},"-moz-outline-radius-bottomright":{},"-moz-outline-radius-topleft":{},"-moz-outline-radius-topright":{},"-moz-stack-sizing":{values:["ignore","stretch-to-fit"]},"-moz-text-blink":{values:["none","blink"]},"-moz-user-input":{values:["auto","none","enabled","disabled"]},"-moz-user-modify":{values:["read-only","read-write","write-only"]},"-moz-window-dragging":{values:["drag","no-drag"]},"-moz-window-shadow":{values:["default","menu","tooltip","sheet","none"]},"-webkit-border-before":{},"-webkit-border-before-color":{},"-webkit-border-before-style":{},"-webkit-border-before-width":{},"-webkit-line-clamp":{},"-webkit-mask":{},"-webkit-mask-attachment":{},"-webkit-mask-composite":{},"-webkit-mask-position":{},"-webkit-mask-position-x":{},"-webkit-mask-position-y":{},"-webkit-mask-repeat-x":{values:["repeat","no-repeat","space","round"]},"-webkit-mask-repeat-y":{values:["repeat","no-repeat","space","round"]},"accent-color":{},"align-tracks":{},"animation-composition":{},"animation-timeline":{},appearance:{},"aspect-ratio":{},azimuth:{},"backdrop-filter":{},"border-block":{},"border-block-color":{},"border-block-style":{},"border-block-width":{},"border-end-end-radius":{},"border-end-start-radius":{},"border-inline":{},"border-inline-color":{},"border-inline-style":{},"border-inline-width":{},"border-start-end-radius":{},"border-start-start-radius":{},"box-align":{values:["start","center","end","baseline","stretch"]},"box-direction":{values:["normal","reverse","inherit"]},"box-flex":{},"box-flex-group":{},"box-lines":{values:["single","multiple"]},"box-ordinal-group":{},"box-orient":{values:["horizontal","vertical","inline-axis","block-axis","inherit"]},"box-pack":{values:["start","center","end","justify"]},caret:{},"caret-shape":{values:["auto","bar","block","underscore"]},"print-color-adjust":{values:["economy","exact"]},"color-scheme":{},"contain-intrinsic-size":{},"contain-intrinsic-block-size":{},"contain-intrinsic-height":{},"contain-intrinsic-inline-size":{},"contain-intrinsic-width":{},"content-visibility":{values:["visible","auto","hidden"]},"counter-set":{},"font-optical-sizing":{values:["auto","none"]},"font-variation-settings":{},"font-smooth":{},"forced-color-adjust":{values:["auto","none"]},gap:{},"hanging-punctuation":{},"hyphenate-character":{},"image-resolution":{},"initial-letter":{},"initial-letter-align":{},"input-security":{values:["auto","none"]},inset:{},"inset-block":{},"inset-block-end":{},"inset-block-start":{},"inset-inline":{},"inset-inline-end":{},"inset-inline-start":{},"justify-tracks":{},"line-clamp":{},"line-height-step":{},"margin-block":{},"margin-inline":{},"margin-trim":{values:["none","in-flow","all"]},mask:{},"mask-border":{},"mask-border-mode":{values:["luminance","alpha"]},"mask-border-outset":{},"mask-border-repeat":{},"mask-border-slice":{},"mask-border-source":{},"mask-border-width":{},"mask-clip":{},"mask-composite":{},"masonry-auto-flow":{},"math-depth":{},"math-shift":{values:["normal","compact"]},"math-style":{values:["normal","compact"]},"max-lines":{},offset:{},"offset-anchor":{},"offset-distance":{},"offset-path":{},"offset-position":{},"offset-rotate":{},"overflow-anchor":{values:["auto","none"]},"overflow-block":{values:["visible","hidden","clip","scroll","auto"]},"overflow-clip-box":{values:["padding-box","content-box"]},"overflow-clip-margin":{},"overflow-inline":{values:["visible","hidden","clip","scroll","auto"]},"overscroll-behavior":{},"overscroll-behavior-block":{values:["contain","none","auto"]},"overscroll-behavior-inline":{values:["contain","none","auto"]},"overscroll-behavior-x":{values:["contain","none","auto"]},"overscroll-behavior-y":{values:["contain","none","auto"]},"padding-block":{},"padding-inline":{},"place-content":{},"place-items":{},"place-self":{},rotate:{},"row-gap":{},"ruby-merge":{values:["separate","collapse","auto"]},scale:{},"scrollbar-color":{},"scrollbar-gutter":{},"scrollbar-width":{values:["auto","thin","none"]},"scroll-margin":{},"scroll-margin-block":{},"scroll-margin-block-start":{},"scroll-margin-block-end":{},"scroll-margin-bottom":{},"scroll-margin-inline":{},"scroll-margin-inline-start":{},"scroll-margin-inline-end":{},"scroll-margin-left":{},"scroll-margin-right":{},"scroll-margin-top":{},"scroll-padding":{},"scroll-padding-block":{},"scroll-padding-block-start":{},"scroll-padding-block-end":{},"scroll-padding-bottom":{},"scroll-padding-inline":{},"scroll-padding-inline-start":{},"scroll-padding-inline-end":{},"scroll-padding-left":{},"scroll-padding-right":{},"scroll-padding-top":{},"scroll-snap-align":{},"scroll-snap-stop":{values:["normal","always"]},"scroll-snap-type-x":{values:["none","mandatory","proximity"]},"scroll-snap-type-y":{values:["none","mandatory","proximity"]},"scroll-timeline":{},"scroll-timeline-axis":{values:["block","inline","vertical","horizontal"]},"scroll-timeline-name":{},"text-combine-upright":{},"text-decoration-skip":{},"text-decoration-skip-ink":{values:["auto","all","none"]},"text-decoration-thickness":{},"text-emphasis":{},"text-emphasis-color":{},"text-emphasis-position":{},"text-emphasis-style":{},"text-size-adjust":{},"text-underline-offset":{},"transform-box":{values:["content-box","border-box","fill-box","stroke-box","view-box"]},translate:{},"white-space":{values:["normal","pre","nowrap","pre-wrap","pre-line","break-spaces"]},"speak-as":{},"ascent-override":{},"descent-override":{},"font-display":{},"line-gap-override":{},"size-adjust":{},bleed:{},marks:{},syntax:{},inherits:{values:["true","false"]},"initial-value":{},"max-zoom":{},"min-zoom":{},orientation:{values:["auto","portrait","landscape"]},"user-zoom":{values:["zoom","fixed"]},"viewport-fit":{values:["auto","contain","cover"]}};function lv(e,a,t){a.languages.getEncodedLanguageId("amisTheme")||(a.languages.register({id:"amisTheme"}),a.languages.setMonarchTokensProvider("amisTheme",dv),a.languages.registerCompletionItemProvider("amisTheme",{provideCompletionItems:function(e,t){var n=t.lineNumber,c=t.column,o=e.getValueInRange({startLineNumber:n,startColumn:0,endLineNumber:n,endColumn:c});if(/(.*):(.*);/.test(o))return{suggestions:[]};var i=/(.*):/.exec(o)||[],d=rv[i[1]];return{suggestions:(0,k.isEmpty)(d)?(0,f.ev)([],(0,f.CR)(Object.keys(rv).map((function(e){return{label:e,kind:a.languages.CompletionItemKind.Keyword,insertText:e+": "}}))),!1):(0,f.ev)([],(0,f.CR)(d.values.map((function(e){return{label:e,kind:a.languages.CompletionItemKind.Enum,insertText:e+";"}}))),!1)}},triggerCharacters:[" "]}));var n=a.editor.create(e,(0,f.pi)((0,f.pi)({},t),{language:"amisTheme",autoIndent:!0,formatOnType:!0,formatOnPaste:!0,selectOnLineNumbers:!0,scrollBeyondLastLine:!1,folding:!0,minimap:{enabled:!1},scrollbar:{alwaysConsumeMouseWheel:!1},"bracketPairColorization.enabled":!0,automaticLayout:!0,lineNumbers:"off",glyphMargin:!1,wordWrap:"on",lineDecorationsWidth:0,lineNumbersMinChars:0}));return n.onDidChangeModelContent((function(){!function(e,a){for(var t=e.getModel(),n=[],c=t.getLineCount(),o=1;o1?o.createElement("div",{className:"ThemeCssCode-editor-content-body-title"},(i=e.selector).endsWith("hover")?"悬浮态样式":i.endsWith("active")?"点击态样式":i.endsWith("disabled")?"禁用态样式":"常规态样式"):null,o.createElement("div",{className:"ThemeCssCode-editor-content-body-editor"},o.createElement(oe.ML,{value:e.value,editorFactory:lv,options:{onChange:function(e){return function(e,a,t){var n=c;n[a].children[t].value=e,d(n),u(n)}(e,a,n)}}})));var i})))})))))}function pv(e){var a=e.data,t=e.onBulkChange,n=a.style,c=(0,f.CR)((0,o.useState)(""),2),r=c[0],l=c[1];(0,o.useEffect)((function(){var e=function(e){if((0,k.isEmpty)(e))return"";var a="";for(var t in e)a+="radius"===t?"border-radius: ".concat(e.radius["top-left-border-radius"]+" "+e.radius["top-right-border-radius"]+" "+e.radius["bottom-right-border-radius"]+" "+e.radius["bottom-left-border-radius"],";\n"):"".concat(d.styleMap[t]||t,": ").concat(e[t],";\n");return a}(n);l(e)}),[]);var s=(0,k.debounce)((function(e){var a={};try{(0,Op.parse)(e).nodes.forEach((function(e){var t=e.prop,n=e.value;if(n)if("border-radius"===t){var c=n.split(" ");a.radius={"top-left-border-radius":c[0]||"","top-right-border-radius":c[1]||"","bottom-right-border-radius":c[2]||"","bottom-left-border-radius":c[3]||""}}else a[sv[t]||t]=n})),t&&t({style:a})}catch(e){console.error(e)}}));return o.createElement("div",{className:"ThemeCssCode-editor"},o.createElement("div",{className:"ThemeCssCode-editor-title"},"编辑样式源码"),o.createElement("div",{className:"ThemeCssCode-editor-close"},o.createElement(oe.zx,{onClick:e.onHide,level:"link"},o.createElement(i.JO$,{icon:"close",className:"icon"}))),o.createElement("div",{className:"ThemeCssCode-editor-content"},o.createElement(oe.ML,{value:r,editorFactory:lv,options:{onChange:function(e){s(e),l(e)}}})))}function mv(e){var a=(0,o.useRef)(null),t=(0,f.CR)((0,o.useState)(!1),2),n=t[0],c=t[1];return o.createElement(o.Fragment,null,o.createElement("div",{ref:a,className:"ThemeCssCode"},o.createElement(oe.zx,{onClick:function(){c(!0)},className:":ThemeCssCode-button"},o.createElement(i.JO$,{icon:"theme-css",className:"icon"})," 编辑样式源码")),o.createElement(oe.aV,{container:document.body,placement:"left",target:a.current,show:n,rootClose:!1},o.createElement(oe.v$,{overlay:!0,onHide:function(){return c(!1)}},e.isLayout?o.createElement(pv,(0,f.pi)({},e,{onHide:function(){return c(!1)}})):o.createElement(uv,(0,f.pi)({},e,{onHide:function(){return c(!1)}})))))}!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a.prototype.render=function(){return o.createElement(mv,(0,f.pi)({},this.props))},a=(0,f.gn)([(0,d.xJW)({type:"theme-cssCode",strictMode:!1})],a)}(o.Component);var hv=function(e){function a(a){return e.call(this,a)||this}return(0,f.ZT)(a,e),a.prototype.render=function(){var e=this.props,a=e.options,t=e.value,n=e.onChange,c=e.classnames||p();return o.createElement("div",{className:c("ButtonGroup","icon-ButtonList")},a&&a.map((function(e){return o.createElement(i.zxk,{key:e.value,onClick:function(){return n(e.value)},level:t===e.value?"primary":"default",tooltip:e.label,active:t===e.value},e.icon?o.createElement(i.JO$,{icon:e.icon,className:p()("icon",e.iconClassName)}):e.label)})))},a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.xJW)({type:"button-icon-group"})],a)}(hv);var vv={row:[b("413f48cc71f71083ce532a86e3efdc21"),b("fd8e9572cc6bf87653c4d8f8b8dd0db9"),b("2a6ad292447e6354ca39ee7f40d2fcc8"),b("d68c21b6b65e7a2e361762b65b8a5032")],column:[b("2a6ad292447e6354ca39ee7f40d2fcc8"),b("d68c21b6b65e7a2e361762b65b8a5032"),b("413f48cc71f71083ce532a86e3efdc21"),b("fd8e9572cc6bf87653c4d8f8b8dd0db9")],"row-reverse":[b("fd8e9572cc6bf87653c4d8f8b8dd0db9"),b("413f48cc71f71083ce532a86e3efdc21"),b("2a6ad292447e6354ca39ee7f40d2fcc8"),b("d68c21b6b65e7a2e361762b65b8a5032")],"column-reverse":[b("d68c21b6b65e7a2e361762b65b8a5032"),b("2a6ad292447e6354ca39ee7f40d2fcc8"),b("413f48cc71f71083ce532a86e3efdc21"),b("fd8e9572cc6bf87653c4d8f8b8dd0db9")]},gv={row:"",column:"scaleX-90","row-reverse":"scaleX-180","column-reverse":"scaleX-270"},yv={row:"",column:"scaleX-270","row-reverse":"","column-reverse":"scaleX-270"},wv=function(e){function a(a){return e.call(this,a)||this}return(0,f.ZT)(a,e),a.prototype.setField=function(e){var a=this.props,t=a.value,n=a.onChange;return function(a){var c;n((0,f.pi)((0,f.pi)({},t),((c={})[e]=a,c)))}},a.prototype.render=function(){var e=this,a=this.props,t=a.value,n=a.label,c=(0,f._T)(a,["value","label"]),i=function(e){var a=e.value,t=e.direction,n=e.justify,c=e.alignItems,o=(null==a?void 0:a.flexDirection)||t||"row",i="column"===o||"column-reverse"===o;return[{field:"flexDirection",options:[{label:"水平方向",value:"row",icon:"drow"},{label:"垂直方向",value:"column",icon:"dcolumn"},{label:b("ae07817b441091793c8af39256908373"),value:"row-reverse",icon:"drowReverse",iconClassName:"scaleX-180"},{label:b("618515fd68ecfc4a5b58462f0cb9666b"),value:"column-reverse",icon:"dcolumnReverse",iconClassName:"scaleX-180"}],default:t||"row"},{field:"justifyContent",options:[{label:vv[o][0],value:"flex-start",icon:"jFlexStart",iconClassName:gv[o]},{label:i?"垂直居中":"水平居中",value:"center",icon:"jCenter",iconClassName:gv[o]},{label:vv[o][1],value:"flex-end",icon:"jFlexEnd",iconClassName:gv[o]},{label:b("da1b972efb29f850b50e219ad4d98ba5"),value:"space-between",icon:"jSpaceBetween",iconClassName:gv[o]},{label:"间隔分布",value:"space-around",icon:"jSpaceAround",iconClassName:gv[o]}],default:n||"flex-start"},{field:"alignItems",options:[{label:vv[o][2],value:"flex-start",icon:"aFlexStart",iconClassName:yv[o]},{label:i?"水平居中":"垂直居中",value:"center",icon:"aCenter",iconClassName:yv[o]},{label:vv[o][3],value:"flex-end",icon:"aFlexEnd",iconClassName:yv[o]},{label:b("ed97c73866617b40a7b1215867e0f489"),value:"baseline",icon:"aBaseline",iconClassName:yv[o]},{label:i?"水平铺开":b("cbac406a3f51abad691702015b0784ba"),value:"stretch",icon:"aStretch",iconClassName:i?"scaleX-90":""}],default:c||"stretch"}]}(this.props);return o.createElement("div",{className:"ap-Flex"},!n&&o.createElement("div",{className:"ap-Flex-label"},"弹性布局设置"),i.map((function(a){return o.createElement("div",{className:"ap-Flex-item ap-Flex-".concat(a.field),key:a.field},o.createElement(hv,(0,f.pi)({},c,{options:a.options,value:(null==t?void 0:t[a.field])||a.default,onChange:e.setField(a.field)})))})))},a}(o.Component);!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),a=(0,f.gn)([(0,i.xJW)({type:"flex-setting"})],a)}(wv);var Cv=t(93565);function xv(e,a){try{if(!e||!a)return null;var t={},n=function(e){for(var t=e.split("."),n=Y()(a.themeConfig.component),c="",o=function(e){var o=t[e],i=/\$\{(.*)\}/.exec(o)||[];i[1]&&(o=a[i[1]]||"default"),Array.isArray(n)?n=n.find((function(e){return e.type===o})):("hover"!==o&&"active"!==o&&"disabled"!==o||(c=n.default.token),n=n[o])},i=0;i30&&c.length>2)c.splice(N,1),m(0),b(c),O(v,c);else if(n>=0&&n<=100){if(c[N].position=n,c[N-1]&&nc[N+1].position&&(o=(0,k.cloneDeep)(c[N+1]),c[N+1]=(0,k.cloneDeep)(c[N]),c[N]=o,m(N+1));b(c),O(v,c)}}function I(){window.removeEventListener("mousemove",T),window.removeEventListener("mouseup",I),setTimeout((function(){S(!1)}),0)}function M(e){void 0===e&&(e=0);var a=Math.PI/180*e;return{left:21+25*Math.sin(a),top:21-25*Math.cos(a)}}function F(e){var a=c.current.getBoundingClientRect(),t=a.x+25,n=a.y+25,o=Math.abs(e.x-t),i=Math.abs(e.y-n),d=Math.round(180*Math.atan(o/i)/Math.PI);e.y>n&&e.x>t&&(d=180-d),e.x<=t&&e.y>n&&(d=180+d),e.xt)n.unshift({color:n[0].color,position:t});else if(n[c-1].positiont){o=i+1,n.splice(o,0,{color:n[i].color,position:t});break}b(n),m(o),O(v,n)}}},s.map((function(e,a){return o.createElement("div",{key:a,className:p()("Theme-GradientColor-slider-inner-item",a===u&&"Theme-GradientColor-slider-inner-item--active"),onMouseDown:function(e){!function(e,a){m(a),S(!0),N=a,window.addEventListener("mousemove",T),window.addEventListener("mouseup",I)}(0,a)},onClick:function(e){e.stopPropagation()},style:{left:"calc(".concat(e.position,"% - 7px)"),background:e.color}})}))),o.createElement("div",{className:"Theme-GradientColor-range",ref:n,onClick:function(e){C(!0),e.stopPropagation(),window.addEventListener("click",(function(){C(!1)}))}},o.createElement(oe.Y2,{formatter:function(e){return e+"°"},max:360,min:0,value:v,onChange:function(e){g(e),O(e,s)}}),o.createElement(oe.aV,{container:document.body,target:n.current,show:w,placement:"center-bottom-center-top",rootClose:!1,offset:[0,4]},o.createElement(oe.v$,null,o.createElement("div",{className:"Theme-GradientColor-range-panel"},o.createElement("div",{className:"Theme-GradientColor-range-panel-title"},"渐变角度"),o.createElement("div",{className:"Theme-GradientColor-range-panel-content",ref:c},o.createElement("div",{className:"Theme-GradientColor-range-panel-content-handler",onMouseDown:function(){window.addEventListener("mousemove",F),window.addEventListener("mouseup",R)},style:{left:M(v).left+"px",top:M(v).top+"px"}}))))))),o.createElement(Cv.xS,{width:"216px",color:null===(a=s[u])||void 0===a?void 0:a.color,onChangeComplete:function(e){var a=e.hex;if(1!==e.rgb.a){var t=e.rgb;a="rgba(".concat(t.r,", ").concat(t.g,", ").concat(t.b,", ").concat(t.a,")")}var n=(0,k.cloneDeep)(s);n[u].color=a,b(n),O(v,n)}}))}function Ov(e){var a,t=e.show,n=e.target,c=e.themeList,i=e.onChange,d=e.close,r=e.value,l=e.needGradient,s=e.needTheme,u=e.needCustom,m=(0,o.useState)(0),h=m[0],v=m[1],g=(0,o.useState)(0),y=g[0],w=g[1],C=[{name:"color"},l&&{name:"gradient"}].filter((function(e){return e})),x=[s&&c&&c.length>0&&{name:b("a1c76c6e1bd796959e536718e04d10ca"),parent:0,id:0},u&&{name:b("255f442c4a1b92624a6e96541202a0be"),parent:0,id:1}].filter((function(e){return e}));return(0,o.useEffect)((function(){!s||0!==(null==r?void 0:r.indexOf("var"))&&"transparent"!==r?l&&0===(null==r?void 0:r.indexOf("linear-gradient"))?v(1):u&&(v(0),w(1)):(v(0),w(0))}),[t]),(0,o.useEffect)((function(){s?w(0):u&&w(1)}),[u,s]),o.createElement(oe.aV,{container:document.body,target:n.current,show:t,offset:[0,4]},o.createElement(oe.v$,{overlay:!0,onHide:d},o.createElement("div",{className:"Theme-ColorSelect"},C.length>1?o.createElement("div",{className:"Theme-ColorSelect-tab"},C.map((function(e,a){return o.createElement("div",{key:a,className:p()("Theme-ColorSelect-tab-"+e.name,h===a&&"Theme-ColorSelect-tab-".concat(e.name,"--active")),onClick:function(){v(a),s&&0===(null==r?void 0:r.indexOf("var"))||"transparent"===r?w(0):u&&w(1)}},h===a?e.activeIcon:e.icon)}))):null,(a=x.filter((function(e){return e.parent===h}))).length>1?o.createElement("div",{className:"Theme-ColorSelect-tab-sub"},a.map((function(e){return o.createElement("div",{key:e.id,className:p()("Theme-ColorSelect-tab-sub-item",y===e.id&&"Theme-ColorSelect-tab-sub--active"),onClick:function(){return w(e.id)}},e.name)}))):null,o.createElement("div",{className:"Theme-ColorSelect-content"},0===h?o.createElement("div",{className:"Theme-ColorSelect-content-color"},0===y?o.createElement(kv,(0,f.pi)({},e,{themeList:c,onChange:function(e){i(e),d(!0)},value:r})):null,1===y?o.createElement(Sv,{onChange:i,value:r,themeList:c}):null):null,1===h?o.createElement(Nv,{value:r,onChange:i,themeList:c}):null))))}function Tv(e){var a=e.value,t=e.options,n=e.data,c=e.onChange,i=e.labelMode,r=e.needGradient,l=e.needTheme,s=e.needCustom,b=e.placeholder,u=t;"string"==typeof t&&(u=(0,d.OgC)(t,n,"| raw"));var m=(0,o.useRef)(null),h=(0,o.useRef)(null),v=(0,o.useState)(a||b),g=v[0],y=v[1],w=(0,o.useState)(!1),C=w[0],x=w[1];return(0,o.useEffect)((function(){y(a||b)}),[a]),o.createElement("div",{className:"Theme-ColorPicker",ref:m},o.createElement("div",{className:p()("Theme-ColorPicker","input"===i&&"Theme-ColorPicker--input"),onClick:function(){x(!C)},ref:h},o.createElement("div",{className:"ThemeColor--transparent Theme-ColorPicker-label-out"},Ev(g,u).value?o.createElement(oe.pf,{trigger:"hover",placement:"left",disabled:"input"===i,tooltip:{children:function(){return o.createElement("div",null,Ev(g,u).label)}}},o.createElement("div",{className:p()("Theme-ColorPicker-label"),style:{background:Ev(g,u).value}})):null),"input"===i?o.createElement(o.Fragment,null,o.createElement("div",{className:p()("Theme-ColorPicker-input")},o.createElement("div",null,Ev(g,u).label)),o.createElement("span",{className:p()("Theme-ColorPicker-arrow",C&&"Theme-ColorPicker-arrow--active")},o.createElement(oe.JO,{icon:"right-arrow-bold",className:"icon"}))):null),o.createElement(Ov,(0,f.pi)({},e,{needGradient:r,needTheme:l,needCustom:s,value:a||b||"",show:C,close:function(){x(!1)},container:m,target:h,themeList:u,onChange:c})))}function Iv(e){var a,t,n,c,i=xv(e.editorThemePath||"",e.data),d=e.value||i;return o.createElement(o.Fragment,null,o.createElement(Tv,(0,f.pi)({},e,{value:d,options:e.options||e.data.colorOptions,labelMode:null!==(a=e.labelMode)&&void 0!==a?a:"default",needGradient:null!==(t=e.needGradient)&&void 0!==t&&t,needTheme:null===(n=e.needTheme)||void 0===n||n,needCustom:null!==(c=e.needCustom)&&void 0!==c&&c})))}function Mv(e){var a=e.options,t=e.value,n=e.onChange,c=e.extraUnit,i=e.target,r=e.disabled,l=e.menuTpl,s=e.onBlur,u=e.placeholder,m=(0,o.useRef)(null),h=(0,o.useState)(void 0),v=h[0],g=h[1],y=(0,o.useState)(a),w=y[0],C=y[1],x=(0,o.useState)(!1),E=x[0],S=x[1],N=(0,o.useState)(null),O=N[0],T=N[1];function I(e){var t=(0,k.cloneDeep)(a)||[],n=t.filter((function(a){var t;return null===(t=a.realValue)||void 0===t?void 0:t.includes(e)})),o=[];if(!e)return o.push.apply(o,t),void C(o);n.length>0&&o.push.apply(o,n);var i=parseFloat(e),r=c.map((function(e){return{value:i+e,label:i+e,realValue:i+e}}))||[];o.unshift.apply(o,r),C(o.map((function(a){return(0,f.pi)((0,f.pi)({},a),{label:(0,d.CHQ)(a.label,e)})})))}function M(e,a){if(O&&clearTimeout(O),a)T(null);else{var t=e.currentTarget.value;T(setTimeout((function(){s&&s(t),t&&n(t)}),100))}}function F(){r||S(!0)}(0,o.useEffect)((function(){var e=null==a?void 0:a.find((function(e){return e.value===t}));g(e),e||(I(t),m.current&&(m.current.value=t))}),[t]);var R="inherit"===t?b("a4f758412c3797290c957544c56db443"):(null==v?void 0:v.label)||b("d8a4e8cdc29e9aa576e669ed165892c9");return o.createElement(o.Fragment,null,v||"custom"===t||(null==t?void 0:t.includes("var"))||"inherit"===t?o.createElement("div",{onClick:F,className:p()("theme-select",r&&"theme-select--disabled",E,E&&"theme-select--active")},o.createElement(oe.pf,{trigger:"hover",placement:"top",tooltip:{children:function(){return o.createElement("div",null,R)}},disabled:!!l},o.createElement("div",{className:"ThemeSelectContent-theme"},l?o.createElement("div",null,v&&v[l]||b("d8a4e8cdc29e9aa576e669ed165892c9")):o.createElement("div",null,R),r?null:o.createElement(oe.JO,{icon:"close",className:"icon",onClick:function(){n(""),setTimeout((function(){var e;null===(e=m.current)||void 0===e||e.focus()}),10)}})))):o.createElement("div",{className:p()("theme-select",r&&"theme-select--disabled",E&&"theme-select--active")},o.createElement("input",{className:"ThemeSelectContent-input",type:"text",onChange:function(e){I(e.currentTarget.value)},onFocus:F,onBlur:M,ref:m,disabled:r,placeholder:function(e){if("inherit"===e)return b("a4f758412c3797290c957544c56db443");var t=null==a?void 0:a.find((function(a){return a.value===e}));return t?t.label:e}(u)})),o.createElement(oe.aV,{container:document.body,target:i,show:E&&!!(null==w?void 0:w.length),rootClose:!0},o.createElement(oe.v$,{overlay:!0,onHide:function(){return S(!1)}},o.createElement("div",{className:"ThemeSelectContent-input-select",style:{minWidth:(null==i?void 0:i.clientWidth)+"px"}},null==w?void 0:w.map((function(e){return o.createElement("div",{key:e.value,onClick:function(){return function(e){M({},!0),n(e.value),S(!1),m.current&&(m.current.value=e.value)}(e)},className:p()((null==v?void 0:v.value)===e.value&&"ThemeSelectContent-input-select-item--active")},e.label)}))))))}function Fv(e){var a=e.data,t=e.value,n=e.options,c=e.extraUnit,i=void 0===c?["px","rem","%"]:c,r=e.disabled,l=e.state,s=e.itemName,u=e.inheritValue,p=(0,o.useRef)(null),m=o.useState(g()),h=m[0],v=m[1];function g(){var e,t,c=(0,k.cloneDeep)("string"==typeof n?(0,d.OgC)(n,a,"| raw"):n||[]);if(l&&"default"!==l&&c[0]&&c[0].value!=="var(".concat(null===(e=null==a?void 0:a.default)||void 0===e?void 0:e.token).concat(s,")")){var o="".concat(null===(t=null==a?void 0:a.default)||void 0===t?void 0:t.token).concat(s);c.unshift({label:b("a4f758412c3797290c957544c56db443"),value:u||"var(".concat(o,")"),realValue:b("a4f758412c3797290c957544c56db443")})}return c}return(0,o.useEffect)((function(){v(g())}),[n]),o.createElement("div",{ref:p},o.createElement(Mv,(0,f.pi)({},e,{value:t||"",options:h,extraUnit:i,target:p.current,disabled:r})))}!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),Object.defineProperty(a.prototype,"render",{enumerable:!1,configurable:!0,writable:!0,value:function(){var e,a,t,n;return o.createElement(Iv,(0,f.pi)({},this.props,{labelMode:null!==(e=this.props.labelMode)&&void 0!==e?e:"default",needGradient:null!==(a=this.props.needGradient)&&void 0!==a&&a,needTheme:null===(t=this.props.needTheme)||void 0===t||t,needCustom:null!==(n=this.props.needCustom)&&void 0!==n&&n}))}}),a=(0,f.gn)([(0,d.xJW)({type:"amis-theme-color-picker",strictMode:!1,renderLabel:!0})],a)}(o.Component),function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),Object.defineProperty(a.prototype,"render",{enumerable:!1,configurable:!0,writable:!0,value:function(){return o.createElement(Fv,(0,f.pi)({},this.props))}}),a=(0,f.gn)([(0,d.xJW)({type:"amis-theme-select",strictMode:!1,renderLabel:!0})],a)}(o.Component);var Rv,zv,Av,jv,Pv,Bv,Lv,Dv,$v,Vv,_v,Hv,qv,Wv,Uv,Zv,Gv,Jv,Yv,Kv,Xv,Qv,eg,ag,tg,ng,cg=[{label:b("cc4c575642609fbf059a5df81eb86bfc"),value:"solid",realValue:"solid"},{label:b("61f6f4fc0b806ac9d41ad0792e6155f6"),value:"dashed",realValue:"dashed"},{label:b("b1e0ebac23ed95807ecc566da3ffab48"),value:"dotted",realValue:"dotted"}],og=[{value:"none",label:b("d81bb206a889656035b929cd8bb1ef10"),realValue:"none"},{value:"1px",label:"1px",realValue:"1px"},{value:"2px",label:"2px",realValue:"2px"},{value:"4px",label:"4px",realValue:"4px"}],ig=[{item:"top",tip:b("e0dfa25ebceabddb2180720d36d4c3b6")},{item:"all",tip:b("a8b0c20416853bda54120bf19477ad11")},{item:"left",tip:b("a80a25b59908402cf7ee31a07d0e7739")},{item:"right",tip:b("57463587977a534f7859eb9d7c536629")},{item:"bottom",tip:b("154d5216e42c916884431f0eea951999")}];function dg(e){var a=e.onChange,t=e.value,n=void 0===t?{}:t,c=e.data,i=e.custom,d=e.label,r=e.needColorCustom,l=e.state,s=e.editorThemePath,u=(0,o.useState)((0,k.cloneDeep)(e.borderWidthOptions||c.borderWidthOptions||og)),m=u[0];u[1];var h=(0,o.useState)((0,k.cloneDeep)(e.borderStyleOptions||c.borderStyleOptions||cg)),v=h[0],g=h[1],y=(0,o.useState)((0,k.cloneDeep)(e.colorOptions||c.colorOptions)),w=y[0];y[1];var C=(0,o.useState)("all"),x=C[0],E=C[1],S=O(xv(s,c)),N=O(n||{});function O(e){if(!e)return null;var a=(0,k.cloneDeep)(e),t=function(e){a["top-border-".concat(e)]===a["right-border-".concat(e)]&&a["right-border-".concat(e)]===a["bottom-border-".concat(e)]&&a["bottom-border-".concat(e)]===a["left-border-".concat(e)]?a["all-border-".concat(e)]=a["top-border-".concat(e)]:a["all-border-".concat(e)]="custom"};return t("width"),t("style"),t("color"),a}function T(e){return"".concat(x,"-border-").concat(e)}function I(e){return function(t){var c,o=T(e);if("custom"!==t)if("all"===x){var i={};ig.filter((function(e){return"all"!==(null==e?void 0:e.item)})).forEach((function(a){var n="".concat(a.item,"-border-").concat(e);i[n]=t})),a((0,f.pi)((0,f.pi)({},n),i))}else a((0,f.pi)((0,f.pi)({},n),((c={})[o]=t,c)))}}return(0,o.useEffect)((function(){var e;if(l&&"default"!==l){var a="all"===x?"top":x,t=(0,k.cloneDeep)(v);t[0].parent?(t[0].value=s?"inherit":"var(".concat(c.default.token).concat(a,"-border-style)"),t[0].realValue=b("a4f758412c3797290c957544c56db443")):t.unshift({label:b("a4f758412c3797290c957544c56db443"),value:s?"inherit":"var(".concat(null===(e=null==c?void 0:c.default)||void 0===e?void 0:e.token).concat(a,"-border-style)"),parent:!0,realValue:b("a4f758412c3797290c957544c56db443")}),g(t)}}),[x]),o.createElement("div",{className:"Theme-Border"},d?o.createElement("div",{className:"Theme-Border-label"},d):null,o.createElement("div",{className:"Theme-Border-content"},i?o.createElement("div",{className:"Theme-Border-items"},ig.map((function(e){var a="border-".concat(e.item);return o.createElement("div",{key:a,className:p()("Theme-Border-item Theme-Border-item--".concat(e.item),{"Theme-Border-item--active":x===e.item}),onClick:function(){return function(e){E(e)}(e.item)}},o.createElement("span",{"data-tooltip":e.tip,"data-position":"top"}))}))):o.createElement("div",{className:"Theme-Border-all"}),o.createElement("div",{className:p()("Theme-Border-settings",!i&&"Theme-Border-settings--all")},o.createElement(Fv,(0,f.pi)({},e,{options:m,value:N[T("width")],onChange:function(e){return I("width")(e)},itemName:"".concat("all"===x?"top":x,"-border-width"),state:l,inheritValue:s?"inherit":"",placeholder:null==S?void 0:S[T("width")]})),o.createElement("div",{className:"Theme-Border-settings-style-color"},o.createElement(oe.Ph,{options:v,value:N[T("style")],placeholder:function(e,a){if("inherit"===e)return b("a4f758412c3797290c957544c56db443");var t=null==a?void 0:a.find((function(a){return a.value===e}));return t?t.label:e}(null==S?void 0:S[T("style")],v),onChange:function(e){return I("style")(e.value)},clearable:!!S,renderMenu:function(e){return"none"===e.realValue?o.createElement("span",null,"无"):e.parent?o.createElement("span",null,e.label):o.createElement("div",{className:"Theme-Border-style"},o.createElement("div",{className:"Theme-Border-style-line",style:{borderStyle:e.realValue}}),o.createElement("span",null,b(e.label)))},renderValueLabel:function(e){return"none"===e.realValue?o.createElement("span",null,"无"):e.parent?o.createElement("span",null,e.label):o.createElement("div",{className:"Theme-Border-style"},o.createElement("div",{className:"Theme-Border-style-line",style:{borderStyle:e.realValue}}))}}),o.createElement(Tv,(0,f.pi)({},e,{value:N[T("color")],options:w,onChange:I("color"),needCustom:null!=r&&r,needTheme:!0,itemName:"".concat("all"===x?"top":x,"-border-color"),placeholder:null==S?void 0:S[T("color")]}))))))}function rg(){return rg=Object.assign?Object.assign.bind():function(e){for(var a=1;a-1&&t[a]===e?t[a]="":t[a]=e,W(t),d(t)}}return(0,o.useEffect)((function(){var e=setTimeout((function(){c&&W((0,k.assign)({},c))}),100);return function(){return clearTimeout(e)}}),[c]),o.createElement("div",{className:"Theme-FontEditor"},o.createElement(Mg,{title:n||b("9c07532d0c9acfecfc4ec2eb265c3e03"),hasSenior:v,senior:$,toggleSenior:V,open:B,toggleOpen:L}),B&&o.createElement("div",{className:"Theme-FontEditor-body"},o.createElement("div",{className:"Theme-FontEditor-line"},!r&&o.createElement("div",{className:"Theme-FontEditor-item Theme-FontEditor-item-color-picker"},o.createElement(Tv,(0,f.pi)({},e,{needCustom:null!=E&&E,value:q.color,options:N,onChange:function(e){U(e,"color")},itemName:"color",state:a,placeholder:null==_?void 0:_.color}))),!l&&o.createElement("div",{className:"Theme-FontEditor-item"},o.createElement(Fv,(0,f.pi)({},e,{options:T,value:q.fontSize,onChange:function(e){U(e,"fontSize")},itemName:"fontSize",menuTpl:"label",state:a,inheritValue:j?"inherit":"",placeholder:null==_?void 0:_.fontSize})))),o.createElement("div",{className:"Theme-FontEditor-line Theme-FontEditor-font-line"},!s&&o.createElement("div",{className:"Theme-FontEditor-item"},o.createElement(Fv,(0,f.pi)({},e,{options:M,value:q.fontWeight,onChange:function(e){U(e,"fontWeight")},itemName:"fontWeight",menuTpl:"label",state:a,inheritValue:j?"inherit":"",placeholder:null==_?void 0:_.fontWeight})),o.createElement("div",{className:"Theme-FontEditor-item-label"},"字重")),!u&&o.createElement("div",{className:"Theme-FontEditor-item"},o.createElement(Fv,(0,f.pi)({},e,{options:R,value:q.lineHeight,onChange:function(e){U(e,"lineHeight")},itemName:"lineHeight",menuTpl:"label",state:a,inheritValue:j?"inherit":"",placeholder:null==_?void 0:_.lineHeight})),o.createElement("div",{className:"Theme-FontEditor-item-label"},"行高")),!m&&o.createElement("div",{className:"Theme-FontEditor-item Theme-FontEditor-item-font-family"},o.createElement(Fv,(0,f.pi)({},e,{options:A,value:q["font-family"],onChange:function(e){U(e,"font-family")},itemName:"fontFamily",menuTpl:"label",state:a,inheritValue:j?"inherit":""})),o.createElement("div",{className:"Theme-FontEditor-item-label"},"字体"))),$&&y&&o.createElement("div",{className:"Theme-FontEditor-font-style"},Pg.map((function(e,a){return o.createElement(oe.pf,{tooltip:e.label,tooltipTheme:"dark",key:e.value},o.createElement("div",{className:p()("Theme-FontEditor-font-style-icon",q[e.type]===e.value&&"Theme-FontEditor-font-style-selected")},o.createElement(i.JO$,{icon:e.value,className:"common-icon",onClick:function(){return U(e.value,e.type)}})))}))),$&&C&&o.createElement("div",{className:"Theme-FontEditor-font-style"},Bg.map((function(e,a){return o.createElement(oe.pf,{tooltip:e.label,tooltipTheme:"dark",key:e.value},o.createElement("div",{className:p()("Theme-FontEditor-font-style-icon",3===a&&"right-line",q[e.type]===e.value&&"Theme-FontEditor-font-style-selected")},o.createElement(i.JO$,{icon:"".concat(e.type,"-").concat(e.value),className:"common-icon",onClick:function(){return U(e.value,e.type)}})))})))))}function Dg(e){var a=e.onChange,t=e.value,n=e.data,c=e.custom,i=e.label,d=e.options,r=e.hideMargin,l=e.hidePadding,s=e.state,b=e.editorThemePath,u=(0,o.useState)("all"),m=u[0],h=u[1],v=(0,o.useState)(null),g=v[0],y=v[1],w=(0,o.useState)(!1),C=w[0],x=w[1],E=(0,o.useState)(0),S=E[0],N=E[1],O=(0,o.useState)("marginTop"),T=O[0],I=O[1],M=(0,o.useState)(!1),F=M[0],R=M[1],z=(0,o.useState)(!1),A=z[0],j=z[1],P=[{value:"marginTop"},{value:"marginRight"},{value:"marginBottom"},{value:"marginLeft"},{value:"paddingTop"},{value:"paddingRight"},{value:"paddingBottom"},{value:"paddingLeft"}].filter((function(e){return r?!!~e.value.indexOf("padding"):l?!!~e.value.indexOf("margin"):e})),B=$(xv(b,n)),L=$(t||{}),D=d||n.sizesOptions||[];function $(e){if(!e)return null;var a=(0,k.cloneDeep)(e);return(null==a?void 0:a.marginTop)===(null==a?void 0:a.marginRight)&&(null==a?void 0:a.marginRight)===(null==a?void 0:a.marginBottom)&&(null==a?void 0:a.marginBottom)===(null==a?void 0:a.marginLeft)?a.margin=null==a?void 0:a.marginTop:a.margin="custom",(null==a?void 0:a.paddingTop)===(null==a?void 0:a.paddingRight)&&(null==a?void 0:a.paddingRight)===(null==a?void 0:a.paddingBottom)&&(null==a?void 0:a.paddingBottom)===(null==a?void 0:a.paddingLeft)?a.padding=null==a?void 0:a.paddingTop:a.padding="custom",a}function V(e){return function(t){var c=(0,k.cloneDeep)(L);if(delete c.margin,delete c.padding,"custom"!==t){if("margin-all"===e)if(t.includes("all")){var o=function(e){return"var(".concat(n.default.token).concat(e,")")};c.marginTop=o("marginTop"),c.marginRight=o("marginRight"),c.marginBottom=o("marginBottom"),c.marginLeft=o("marginLeft")}else c.marginTop=t,c.marginRight=t,c.marginBottom=t,c.marginLeft=t;else if("padding-all"===e)t.includes("all")?(o=function(e){return"var(".concat(n.default.token).concat(e,")")},c.paddingTop=o("paddingTop"),c.paddingRight=o("paddingRight"),c.paddingBottom=o("paddingBottom"),c.paddingLeft=o("paddingLeft")):(c.paddingTop=t,c.paddingRight=t,c.paddingBottom=t,c.paddingLeft=t);else if("number"==typeof e){var i=P[e].value;c[i]=t,i.includes("padding")?R(!1):j(!1)}a(c)}}}return(0,o.useEffect)((function(){var e,a,n,c,o,i,d,r;s&&"default"!==s&&t&&((null===(e=t.paddingTop)||void 0===e?void 0:e.includes("default-paddingTop"))&&(null===(a=t.paddingBottom)||void 0===a?void 0:a.includes("default-paddingBottom"))&&(null===(n=t.paddingRight)||void 0===n?void 0:n.includes("default-paddingRight"))&&(null===(c=t.paddingLeft)||void 0===c?void 0:c.includes("default-paddingLeft"))&&R(!0),(null===(o=t.marginTop)||void 0===o?void 0:o.includes("default-marginTop"))&&(null===(i=t.marginBottom)||void 0===i?void 0:i.includes("default-marginBottom"))&&(null===(d=t.marginRight)||void 0===d?void 0:d.includes("default-marginRight"))&&(null===(r=t.marginLeft)||void 0===r?void 0:r.includes("default-marginLeft"))&&j(!0))}),[t]),o.createElement("div",{className:"Theme-PaddingAndMargin"},i?o.createElement("div",{className:"Theme-PaddingAndMargin-title"},i):null,o.createElement("div",{className:"Theme-PaddingAndMargin-inner"},o.createElement("div",{className:p()("Theme-PaddingAndMargin-label",c&&"Theme-PaddingAndMargin-label--custom")},o.createElement("div",{className:p()("Theme-PaddingAndMargin-label-all","all"===m&&"Theme-PaddingAndMargin-label-all--active"),onClick:function(){return h("all")}}),c?o.createElement("div",{className:p()("Theme-PaddingAndMargin-label-custom","all"!==m&&"Theme-PaddingAndMargin-label-custom--active"),onClick:function(){return h("custom")}},o.createElement("div",null),o.createElement("div",null)):null),"all"===m?o.createElement(o.Fragment,null,!r&&o.createElement("div",{className:"Theme-PaddingAndMargin-input"},o.createElement(Fv,(0,f.pi)({},e,{options:D,value:A?"var(".concat(n.default.token,"margin-all)"):L.margin,onChange:V("margin-all"),itemName:"margin-all",state:s,inheritValue:b?"inherit":"",placeholder:null==B?void 0:B.margin})),o.createElement("div",{className:"Theme-PaddingAndMargin-input-label"},"Margin")),!l&&o.createElement("div",{className:"Theme-PaddingAndMargin-input"},o.createElement(Fv,(0,f.pi)({},e,{options:D,value:F?"var(".concat(n.default.token,"padding-all)"):L.padding,onChange:V("padding-all"),itemName:"padding-all",state:s,inheritValue:b?"inherit":"",placeholder:null==B?void 0:B.padding})),o.createElement("div",{className:"Theme-PaddingAndMargin-input-label"},"Padding"))):null),"all"!==m?o.createElement("div",{className:p()("Theme-PaddingAndMargin-custom",!l&&"Theme-PaddingAndMargin-custom--padding",!r&&"Theme-PaddingAndMargin-custom--margin")},P.map((function(e,a){return o.createElement("div",{key:e.value,className:p()("Theme-PaddingAndMargin-custom-"+e.value),onClick:function(t){return function(e,a,t){x(!0),y(e.currentTarget),N(a),I(t)}(t,a,e.value)}},o.createElement("div",null,function(e){return function(e,a){void 0===a&&(a=".ThemeEditor-body-content-item-content"),e=null==e?void 0:e.replace("var","").replace("(","").replace(")","");try{return getComputedStyle(document.querySelector(a)).getPropertyValue(e)}catch(e){return""}}(e)||e}(L[e.value]||(null==B?void 0:B[e.value]))||"-"))})),o.createElement(oe.aV,{container:document.body,target:g,show:C,rootClose:!1},o.createElement(oe.v$,{overlay:!0,onHide:function(){return x(!1)}},o.createElement("div",{className:"Theme-PaddingAndMargin-custom-popover"},o.createElement(Fv,(0,f.pi)({},e,{options:D,value:L[T],onChange:V(S),itemName:T,state:s,inheritValue:b?"inherit":"",placeholder:null==B?void 0:B[T]})))))):null)}!function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),Object.defineProperty(a.prototype,"render",{enumerable:!1,configurable:!0,writable:!0,value:function(){return o.createElement(Lg,(0,f.pi)({},this.props))}}),a=(0,f.gn)([(0,d.xJW)({type:"amis-theme-font-editor",strictMode:!1,renderLabel:!1})],a)}(o.Component),function(e){function a(){return null!==e&&e.apply(this,arguments)||this}(0,f.ZT)(a,e),Object.defineProperty(a.prototype,"render",{enumerable:!1,configurable:!0,writable:!0,value:function(){var e;return o.createElement(Dg,(0,f.pi)({},this.props,{custom:null===(e=this.props.custom)||void 0===e||e}))}}),a=(0,f.gn)([(0,d.xJW)({type:"amis-theme-padding-and-margin",strictMode:!1,renderLabel:!1})],a)}(o.Component);var $g,Vg=[{item:"top-left",tip:b("df68a5dc8f8847179b7afdf943f80796")},{item:"top-right",tip:b("e717b4ae480e7c073fd5a44647a7f0da")},{item:"bottom-left",tip:b("2a97dfb2d236c87c41fd588f006111dc")},{item:"bottom-right",tip:b("1c9bc9dab33944e953412f8b22cb024a")}];function _g(e){var a=e.onChange,t=e.value,n=void 0===t?{}:t,c=e.data,i=e.custom,r=e.label,l=e.borderRadiusOptions,s=e.state,b=e.editorThemePath,u=(0,k.cloneDeep)(l||c.borderRadiusOptions);"string"==typeof l&&(u=(0,d.OgC)(l,c,"| raw"));var m=(0,o.useState)("all"),h=m[0],v=m[1],g=(0,o.useState)(!1),y=g[0],w=g[1],C=E(xv(b,c)),x=E(n||{});function E(e){if(!e)return null;var a=(0,k.cloneDeep)(e);return a["top-right-border-radius"]===a["top-left-border-radius"]&&a["top-left-border-radius"]===a["bottom-right-border-radius"]&&a["bottom-right-border-radius"]===a["bottom-left-border-radius"]?a["all-border-radius"]=a["top-right-border-radius"]:a["all-border-radius"]="custom",a}function S(e){return"".concat(e,"-border-radius")}function N(e){return function(t){var o,i=S(e);if("custom"!==t)if("all"===e){var d={};Vg.forEach((function(e){var a="".concat(e.item,"-border-radius");s&&"default"!==s&&(null==t?void 0:t.includes("all-border-radius"))?d[a]=function(e){return"var(".concat(c.default.token).concat(e,")")}(a):d[a]=t})),a((0,f.pi)((0,f.pi)({},n),d))}else w(!1),a((0,f.pi)((0,f.pi)({},n),((o={})[i]=t,o)))}}return(0,o.useEffect)((function(){var e,a,t,c;s&&"default"!==s&&(null===(e=n["top-left-border-radius"])||void 0===e?void 0:e.includes("default-top-left-border-radius"))&&(null===(a=n["top-right-border-radius"])||void 0===a?void 0:a.includes("default-top-right-border-radius"))&&(null===(t=n["bottom-left-border-radius"])||void 0===t?void 0:t.includes("default-bottom-left-border-radius"))&&(null===(c=n["bottom-right-border-radius"])||void 0===c?void 0:c.includes("default-bottom-right-border-radius"))&&w(!0)}),[n]),o.createElement("div",{className:"Theme-Radius"},r?o.createElement("div",{className:"Theme-Radius-label"},r):null,o.createElement("div",{className:"Theme-Radius-inner"},o.createElement("div",{className:p()("Theme-Radius-item",i&&"Theme-Radius-item--custom")},o.createElement("div",{className:p()("Theme-Radius-item-all","all"===h&&"Theme-Radius-item-all--active"),onClick:function(){return v("all")}}),i?o.createElement("div",{className:p()("Theme-Radius-item-custom","custom"===h&&"Theme-Radius-item-custom--active"),onClick:function(){return v("custom")}}):null),o.createElement("div",{className:"Theme-Radius-settings"},o.createElement(Fv,(0,f.pi)({},e,{options:u,value:y?"var(".concat(c.default.token,"all-border-radius)"):x[S("all")],onChange:N("all"),extraUnit:["px"],disabled:"custom"===h,itemName:"all-border-radius",state:s,inheritValue:b?"inherit":"",placeholder:null==C?void 0:C[S("all")]})))),o.createElement("div",{className:"Theme-Radius-settings-custom"},"custom"===h?Vg.map((function(a){var t=a.item;return o.createElement("div",{className:"Theme-Radius-settings-custom-item",key:a.item},o.createElement(Fv,(0,f.pi)({},e,{options:u,value:x[S(t)],onChange:N(t),extraUnit:["px"],itemName:t+"-border-radius",state:s,inheritValue:b?"inherit":"",placeholder:null==C?void 0:C[S(t)],menuTpl:"realValue"})),o.createElement("div",{className:p()("Theme-Radius-settings-custom-item-label","Theme-Radius-settings-custom-item-"+t)}))})):null))}function Hg(e){var a=e.show,t=e.target,n=e.name,c=e.value,i=e.close;return o.createElement(oe.aV,{container:document.body,target:t.current,show:a,placement:"top",offset:[0,-8]},o.createElement(oe.v$,{overlay:!1,onHide:i},o.createElement("div",{className:"Theme-ShadowView"},o.createElement("div",{className:"Theme-ShadowView-header"},"阴影预览"),o.createElement("div",{className:"Theme-ShadowView-body"},o.createElement("div",{className:"Theme-ShadowView-body-shadow"},o.createElement("div",{className:"Theme-ShadowView-body-shadow-square",style:{boxShadow:(null==c?void 0:c.join(", "))||"none"}})),o.createElement("div",{className:"Theme-ShadowView-body-title"},n),o.createElement("div",{className:"Theme-ShadowView-body-value"},null==c?void 0:c.map((function(e,a){return o.createElement("div",{className:"Theme-ShadowView-body-value-item",key:a},e)})))))))}function qg(e){var a=e.data,t=e.onChange,n=e.value,c=e.hasSenior,r=e.options,l=e.colorOptions,s=e.state,u=e.itemName,m=e.editorThemePath,h=o.useRef(null),v=o.useState(!0),g=v[0],y=v[1],w=o.useState(!1),C=w[0],x=w[1],E=o.useState(!1),S=E[0],N=E[1],O={label:b("f1d4ff50f3828f9b73412e7d94e6dd6e"),value:"custom",realValue:[{inset:!1,x:"0px",y:"0px",blur:"0px",spread:"0px",color:"transparent"}],visible:!1},T=r?(0,f.ev)((0,f.ev)([],r,!0),[O],!1):(0,f.ev)((0,f.ev)([],(0,k.cloneDeep)(a.shadowOptions||[]),!0),[O],!1);s&&"default"!==s&&T.unshift({value:m?"inherit":"var(".concat(a.default.token,"shadow)"),label:b("a4f758412c3797290c957544c56db443"),realValue:m?[b("a4f758412c3797290c957544c56db443")]:["var(".concat(a.default.token).concat(u,")")]});var I=xv(m,a),M=n?(0,k.find)((0,k.cloneDeep)(a.shadowOptions),(function(e){return e.value===n}))||function(e){var a={};e=e.trim().replace(/((rgba|rgb|var)\(.*?\))|(#.{6})/g,(function(e,t,n){var c="$"+n;return a[c]=e,c}));var t=e.split(",").map((function(e){var t=!1;e.includes("inset")&&(t=!0,e=e.replace("inset",""));var n=(e=e.trim()).split(" ");return{inset:t,x:n[0],y:n[1],blur:n[2],spread:n[3],color:a[n[4]]}}));return{label:b("f1d4ff50f3828f9b73412e7d94e6dd6e"),value:"custom",realValue:t}}(n):null,F=o.useState(M),R=F[0],z=F[1];function A(e){if(!e)return{value:"",source:[]};var a=e.map((function(e){return"".concat(e.inset?"inset":""," ").concat(e.x||""," ").concat(e.y||""," ").concat(e.blur||""," ").concat(e.spread||""," ").concat(e.color||"")}));return{value:a.join(", "),source:a}}function j(e){if(!e.value)return e;var a=(0,k.find)(T,(function(a){return a.value===e.value}));return(0,k.isEqual)(e.realValue,a.realValue)?e:(0,f.pi)((0,f.pi)({},e),{label:b("f1d4ff50f3828f9b73412e7d94e6dd6e"),value:"custom"})}function P(e,a,n){"color"!==a&&(e+="px"),R.realValue[n][a]=e;var c=j(R);z(c),t(A(c.realValue).value)}var B=function(e){return e+"px"},L=function(e){return parseFloat(e)};return o.createElement("div",{className:"Theme-ShadowEditor"},o.createElement(Mg,{title:"阴影",hasSenior:c,senior:C,toggleSenior:x,open:g,toggleOpen:y}),g&&o.createElement("div",{className:"Theme-ShadowEditor-body"},o.createElement("div",{className:"Theme-ShadowEditor-line"},o.createElement("div",{ref:h,className:"Theme-ShadowEditor-view",onMouseOver:function(){return N(!0)},onMouseOut:function(){return N(!1)}},o.createElement("div",{style:{boxShadow:A(null==R?void 0:R.realValue).value},className:"Theme-ShadowEditor-view-inner"})),o.createElement(Hg,{target:h,show:S,close:function(){N(!1)},name:(null==R?void 0:R.label)||"无阴影",value:A(null==R?void 0:R.realValue).source}),o.createElement("div",{className:"Theme-ShadowEditor-item"},(0,d.sYA)({type:"select",options:T,name:"shadow",clearable:!0,value:null==R?void 0:R.value,onChange:function(e){!function(e){if("custom"!==e)if(e){var a=(0,k.find)(T,(function(a){return a.value===e}));(null==a?void 0:a.value)&&(z(a),t(a.value))}else z(void 0),t(void 0)}(e)},placeholder:I||"无阴影"}))),C||"custom"===(null==R?void 0:R.value)?o.createElement("div",{className:"Theme-ShadowEditor-customContent"},o.createElement("div",{className:"Theme-Wrapper-header Theme-ShadowEditor-sub-header"},o.createElement("div",{className:"Theme-Wrapper-header-left"},"阴影层"),o.createElement("div",{className:"Theme-Wrapper-header-right"},(0,d.sYA)({type:"dropdown-button",level:"link",btnClassName:"Theme-ShadowEditor-add",icon:"plus",hideCaret:!0,closeOnClick:!0,align:"right",buttons:["","inset"].map((function(e){return{label:b(e?"b24a723b73f96ab3340fe9502370ee13":"92d393c2ae53f424856479d090de718f"),onClick:function(){return a=!!e,n=j((0,f.pi)((0,f.pi)({},R||{label:b("f1d4ff50f3828f9b73412e7d94e6dd6e"),value:"custom"}),{realValue:(0,f.ev)((0,f.ev)([],(null==R?void 0:R.realValue)||[],!0),[{inset:a,x:"0px",y:"0px",blur:"0px",spread:"0px",color:"transparent"}],!1)})),z(n),void t(A(n.realValue).value);var a,n}}}))}))),(null==R?void 0:R.realValue.length)?R.realValue.map((function(e,n){return o.createElement("div",{className:"Theme-ShadowEditor-line",key:n},o.createElement("div",{className:"Theme-ShadowEditor-item"},o.createElement("div",{className:"Theme-ShadowEditor-color-picker"},o.createElement(Tv,{needCustom:!0,needTheme:!0,value:e.color,options:l||a.colorOptions||[],onChange:function(e){P(e,"color",n)}})),o.createElement("div",{className:"Theme-ShadowEditor-item-label"},e.inset?b("b24a723b73f96ab3340fe9502370ee13"):b("92d393c2ae53f424856479d090de718f"))),o.createElement("div",{className:"Theme-ShadowEditor-item"},o.createElement(oe.Y2,{value:parseFloat(e.x),parser:L,formatter:B,onChange:function(e){P(e,"x",n)}}),o.createElement("div",{className:"Theme-ShadowEditor-item-label"},"X")),o.createElement("div",{className:"Theme-ShadowEditor-item"},o.createElement(oe.Y2,{value:parseFloat(e.y),parser:L,formatter:B,onChange:function(e){P(e,"y",n)}}),o.createElement("div",{className:"Theme-ShadowEditor-item-label"},"Y")),o.createElement("div",{className:"Theme-ShadowEditor-item"},o.createElement(oe.Y2,{value:parseFloat(e.blur),parser:L,formatter:B,onChange:function(e){P(e,"blur",n)}}),o.createElement("div",{className:"Theme-ShadowEditor-item-label"},"模糊")),o.createElement("div",{className:"Theme-ShadowEditor-item"},o.createElement(oe.Y2,{value:parseFloat(e.spread),parser:L,formatter:B,onChange:function(e){P(e,"spread",n)}}),o.createElement("div",{className:"Theme-ShadowEditor-item-label"},"扩展")),o.createElement("div",{className:"Theme-ShadowEditor-item trash-icon"},o.createElement(i.JO$,{icon:"trash",className:p()("common-icon",1===R.realValue.length&&"disabled-icon"),onClick:function(){!function(e){if(1!==R.realValue.length){var a=(0,k.cloneDeep)(R);a.realValue.splice(e,1);var n=j(a);z(n),t(A(n.realValue).value)}}(n)}})))})):null):null))}function Wg(e){var a=e.data,t=e.sizesOptions,n=void 0===t?a.sizesOptions:t,c=e.value,d=e.onChange,r=e.hideWidth,l=e.hideHeight,s=e.hideMinWidth,b=e.editorThemePath,u=o.useState(0),m=u[0],h=u[1],v=o.useState({width:"",height:"",minWidth:""}),g=v[0],y=v[1],w=/[0-9\.]*/,C=xv(b,a);function x(e){if(n&&n.length){var a={};return["width","height","minWidth"].forEach((function(t){var c=(0,k.find)(n,(function(a){return a.realValue===e[t]}));a[t]=c?c.value:e[t]})),void d(a)}d(e)}function E(e,a){var t;if(!m||"width"!==a&&"height"!==a){var c=(0,f.pi)((0,f.pi)({},g),((t={})[a]=e,t));y(c),x(c)}else!function(e){var a,t=e.data,c=e.type;if(m){var o="width"===c?"height":"width",i="",d=S(t);if(d="width"===c?d/m:d*m,1===m)i=t;else if(t.indexOf("var")>-1){var r=(0,k.find)(n,(function(e){return e.realValue===d+"rem"}));r&&(i=r.value)}else{var l=t.replace(d.toString(),"");i=d+l}var s=(0,f.pi)((0,f.pi)({},g),((a={})[c]=t,a[o]=i,a));y(s),x(s)}}({data:e,type:a})}function S(e){if(!e)return 0;var a=e.match(w);if(a&&a[0])return Number(a[0]);if(!n||!n.length)return 0;var t=(0,k.find)(n,(function(a){return a.value===e})),c=t?t.realValue.match(w):0;return c&&c[0]?Number(c[0]):0}return o.useEffect((function(){var e=setTimeout((function(){c&&y(c)}),100);return function(){return clearTimeout(e)}}),[c]),o.createElement("div",{className:"Theme-SizeEditor"},o.createElement("div",{className:"Theme-SizeEditor-body"},o.createElement("div",{className:p()("Theme-SizeEditor-line",!r&&!l&&"Theme-SizeEditor-line-no-hide")},o.createElement("div",{className:"Theme-SizeEditor-size"},!r&&o.createElement("div",{className:"Theme-SizeEditor-item"},o.createElement("div",{className:"Theme-SizeEditor-item-label"},"W"),o.createElement(Fv,(0,f.pi)({},e,{options:n,value:g.width,onChange:function(e){return E(e,"width")},itemName:"width",placeholder:null==C?void 0:C.width}))),!l&&o.createElement("div",{className:"Theme-SizeEditor-item"},o.createElement("div",{className:"Theme-SizeEditor-item-label"},"H"),o.createElement(Fv,(0,f.pi)({},e,{options:n,value:g.height,onChange:function(e){return E(e,"height")},itemName:"height",placeholder:null==C?void 0:C.height})))),!r&&!l&&o.createElement("div",{className:"Theme-SizeEditor-lock"},m?o.createElement(oe.zx,{tooltip:"解除锁定",tooltipPlacement:"left",onClick:function(){h(0)}},o.createElement(i.JO$,{icon:"lock",className:"common-icon"})):o.createElement(oe.zx,{tooltip:"锁定比例",tooltipPlacement:"left",onClick:function(){if(g.width&&g.height){var e=S(g.width),a=S(g.height);h(e&&a?Number((e/a).toFixed(2)):0)}else h(0)}},o.createElement(i.JO$,{icon:"unlock",className:"common-icon"})))),!s&&o.createElement("div",{className:"Theme-SizeEditor-line Theme-SizeEditor-item-sigle"},o.createElement("div",{className:"Theme-SizeEditor-item"},o.createElement("div",{className:"Theme-SizeEditor-item-label"},"最小宽度"),o.createElement(Fv,(0,f.pi)({},e,{options:n,value:g.minWidth,onChange:function(e){return E(e,"minWidth")},itemName:"minWidth",placeholder:null==C?void 0:C.minWidth}))))))}function Ug(){return Ug=Object.assign?Object.assign.bind():function(e){for(var a=1;a-1&&(a[t].disabledRendererPlugin=!0)}},a}(ua);za(Xg);var Qg=(Jg=function(e){function a(){return e.apply(this,arguments)||this}return(0,Yg.Z)(a,e),a.prototype.render=function(){var e=this.props.target;return o.createElement("p",null,"Hello ",e,"! @amis-editor")},a}(o.Component),Jg.defaultProps={target:"world"},Jg);Qg=function(e,a,t,n){var c,o=arguments.length,i=o<3?a:null===n?n=Object.getOwnPropertyDescriptor(a,t):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,a,t,n);else for(var d=e.length-1;d>=0;d--)(c=e[d])&&(i=(o<3?c(i):o>3?c(a,t,i):c(a,t))||i);return o>3&&i&&Object.defineProperty(a,t,i),i}([(0,i.Thl)({test:/\bmy-renderer$/,name:"my-renderer"})],Qg);var ey=function(e){function a(){for(var a,t=arguments.length,n=new Array(t),c=0;c=0;d--)(c=e[d])&&(i=(o<3?c(i):o>3?c(a,t,i):c(a,t))||i);return o>3&&i&&Object.defineProperty(a,t,i),i}([Mc("my-renderer",{name:"自定义渲染器",description:"这只是个示例",type:"my-renderer",previewSchema:{type:"my-renderer",target:"demo"},scaffold:{type:"my-renderer",target:"233"}})],ey);var ay=-1,ty=window.location.protocol+"//"+window.location.host+"/schema.json",ny=[{label:"简体中文",value:"zh-CN"},{label:"English",value:"en-US"}],cy=window.location.href.split("?")[1],oy="",iy="";if(cy){var dy=cy.substr(3);dy=window.atob(dy),oy=dy.split(",")[0],iy=dy.split(",")[1]}var ry=window.common.TOKEN_KEY,ly=window.common.API_QUERY_URL,sy=window.common.API_SAVE_URL,by=(0,I.f3)("store")((0,I.Pi)((function(e){var a,t=e.store,n=(e.location,e.history,e.match),c=parseInt(n.params.id,10),d=localStorage.getItem(l)||s;return c!==ay&&(ay=c,oy&&""!=oy?H().get(ly+oy,{headers:(a={},a[ry]=iy,a)}).then((function(e){e.data.result&&e.data.result.pageschema?t.updateSchema(JSON.parse(e.data.result.pageschema)):i.Amu.error("服务器异常,请联系管理员!","提示")})).catch((function(e){console.log(e),i.Amu.error("服务器异常,请联系管理员!","提示")})):(t.updateSchema({}),setTimeout((function(){i.Amu.error("服务器异常,请联系管理员!","提示")}),1e3))),o.createElement("div",{className:"Editor-Demo"},o.createElement("div",{className:"Editor-header"},o.createElement("div",{className:"Editor-title"},"可视化编辑器"),o.createElement("div",{className:"Editor-view-mode-group-container"},o.createElement("div",{className:"Editor-view-mode-group"},o.createElement("div",{className:"Editor-view-mode-btn editor-header-icon "+(t.isMobile?"":"is-active"),onClick:function(){t.setIsMobile(!1)}},o.createElement(i.JO$,{icon:"pc-preview",title:"PC模式"})),o.createElement("div",{className:"Editor-view-mode-btn editor-header-icon "+(t.isMobile?"is-active":""),onClick:function(){t.setIsMobile(!0)}},o.createElement(i.JO$,{icon:"h5-preview",title:"移动模式"})))),o.createElement("div",{className:"Editor-header-actions"},o.createElement(jc,null),o.createElement(i.PhF,{className:"margin-left-space",options:ny,value:d,clearable:!1,onChange:function(e){return a=e.value,localStorage.setItem("suda-i18n-locale",a),void window.location.reload();var a}}),o.createElement("div",{className:"header-action-btn m-1 "+(t.preview?"primary":""),onClick:function(){t.setPreview(!t.preview)}},t.preview?"编辑":"预览"),o.createElement("div",{className:"header-action-btn m-1 primary",onClick:function(e){return function(e){if(oy&&""!=oy){var a;t.updatePageSchemaAt(c);var n=t.pages[c].schema;H().post(sy,{id:oy,pageschema:JSON.stringify(n)},{headers:(a={},a[ry]=iy,a)}).then((function(e){console.log("保存:",e),200==e.data.code?i.Amu.success("操作成功!","提示"):i.Amu.error(e.data.message,"提示")})).catch((function(e){console.log(e),i.Amu.error("服务器异常,请联系管理员!","提示")}))}}()}},"保存"))),o.createElement("div",{className:"Editor-inner"},o.createElement(ic,{theme:"cxd",preview:t.preview,isMobile:t.isMobile,value:t.schema,onChange:function(e){t.updateSchema(e),t.updatePageSchemaAt(c)},onPreview:function(){t.setPreview(!0)},onSave:function(){t.updatePageSchemaAt(c),i.Amu.success("保存成功","提示")},className:"is-fixed",$schemaUrl:ty,iframeUrl:"/editor.html",showCustomRenderersPanel:!0,amisEnv:{fetcher:t.fetcher,notify:t.notify,alert:t.alert,copy:t.copy}})))})))},27681:function(e,a,t){var n,c;c=function(e){var a=["N","E","A","D"];function t(e,a){e.super_=a,e.prototype=Object.create(a.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}function n(e,a){Object.defineProperty(this,"kind",{value:e,enumerable:!0}),a&&a.length&&Object.defineProperty(this,"path",{value:a,enumerable:!0})}function c(e,a,t){c.super_.call(this,"E",e),Object.defineProperty(this,"lhs",{value:a,enumerable:!0}),Object.defineProperty(this,"rhs",{value:t,enumerable:!0})}function o(e,a){o.super_.call(this,"N",e),Object.defineProperty(this,"rhs",{value:a,enumerable:!0})}function i(e,a){i.super_.call(this,"D",e),Object.defineProperty(this,"lhs",{value:a,enumerable:!0})}function d(e,a,t){d.super_.call(this,"A",e),Object.defineProperty(this,"index",{value:a,enumerable:!0}),Object.defineProperty(this,"item",{value:t,enumerable:!0})}function r(e,a,t){var n=e.slice((t||a)+1||e.length);return e.length=a<0?e.length+a:a,e.push.apply(e,n),e}function l(e){var a=typeof e;return"object"!==a?a:e===Math?"math":null===e?"null":Array.isArray(e)?"array":"[object Date]"===Object.prototype.toString.call(e)?"date":"function"==typeof e.toString&&/^\/.*\//.test(e.toString())?"regexp":"object"}function s(e){var a=0;if(0===e.length)return a;for(var t=0;t0&&u[u.length-1].lhs&&Object.getOwnPropertyDescriptor(u[u.length-1].lhs,s),k="undefined"!==x||u&&u.length>0&&u[u.length-1].rhs&&Object.getOwnPropertyDescriptor(u[u.length-1].rhs,s);if(!E&&k)t.push(new o(m,a));else if(!k&&E)t.push(new i(m,e));else if(l(e)!==l(a))t.push(new c(m,e,a));else if("date"===l(e)&&e-a!=0)t.push(new c(m,e,a));else if("object"===C&&null!==e&&null!==a){for(v=u.length-1;v>-1;--v)if(u[v].lhs===e){w=!0;break}if(w)e!==a&&t.push(new c(m,e,a));else{if(u.push({lhs:e,rhs:a}),Array.isArray(e)){for(p&&(e.sort((function(e,a){return b(e)-b(a)})),a.sort((function(e,a){return b(e)-b(a)}))),v=a.length-1,g=e.length-1;v>g;)t.push(new d(m,v,new o(void 0,a[v--])));for(;g>v;)t.push(new d(m,g,new i(void 0,e[g--])));for(;v>=0;--v)f(e[v],a[v],t,n,m,v,u,p)}else{var S=Object.keys(e),N=Object.keys(a);for(v=0;v=0?(f(e[y],a[y],t,n,m,y,u,p),N[w]=null):f(e[y],void 0,t,n,m,y,u,p);for(v=0;v=0&&"comment"===(d=e.members[r]).type;)r--;"comment"!==o.type?(a&&(a[t.length]=[n.length?n:0]),t.push(c(o)),n=[]):a&&"comment"!==(null==d?void 0:d.type)&&(null==d?void 0:d.range.end.line)===o.range.start.line?(a[t.length-1][1]=a[t.length-1][1]||[],a[t.length-1][1].push(c(o))):n.push(c(o))})),n.length&&a&&(a.$$=n),t}(e,a);if("object"===e.type)return function(e){var a={};a.$$comments=a.$$comments||{};var t=[];return e.members.forEach((function(n,o){var i,d,r;if("comment"!==n.type){var l=o>0?e.members[o-1]:null,s=null===(i=l)||void 0===i?void 0:i.key.filter((function(e){return"comment"!==e.type}))[0],b=s?c(s):"",f=null===(d=l)||void 0===d?void 0:d.value.filter((function(e){return"comment"!==e.type}))[0],u=[],p=[],m=[],h=[],v=null,g=null;n.key.forEach((function(e){"comment"!==e.type?v=e:v?p.push(c(e)):f&&(null==e?void 0:e.range.start.line)===(null==f?void 0:f.range.end.line)?(a.$$comments[b][4]=a.$$comments[b][4]||[],a.$$comments[b][4].push(c(e))):u.push(c(e))})),n.value.forEach((function(e){"comment"!==e.type?g=e:g?h.push(c(e)):m.push(c(e))}));var y=c(v);"array"===(null===(r=g)||void 0===r?void 0:r.type)?(a.$$comments["$"+y]={},a[y]=c(g,a.$$comments["$"+y])):a[y]=c(g),a.$$comments[y]=[u.length?u:0,p.length?p:0,m.length?m:0,h.length?h:0]}else t.push(c(n))})),t.length&&(a.$$comments=a.$$comments||{},a.$$comments.$$=t),function(e){e.$$comments&&(Object.keys(e.$$comments).forEach((function(a){var t=e.$$comments[a];if("$"===a[0]&&r(t)){var n=Object.keys(t);n.length&&n.forEach((function(e){if("$$"!==e){for(var a=t[e],n=a.length;n-- >0&&!a[n];)a.splice(n,1);a.length||delete t[e]}})),Object.keys(t).length||delete e.$$comments[a]}else if(Array.isArray(t)){for(var c=t.length;c-- >0&&!t[c];)t.splice(c,1);t.length||delete e.$$comments[a]}})),Object.keys(e.$$comments).length||delete e.$$comments)}(a),a}(e);throw new Error("Unknown ast type: "+e.type)}a.Qc=function(e){return c(n.parse(e))},a.Pz=function(e){return d(e)};var o=2;function i(e){for(var a="";e-- >0;)a+=" ";return a}function d(e,a,t){if(void 0===a&&(a=0),r(e)){var n=e.$$comments,c=Object.keys(e),l=c.indexOf("$$comments");~l&&c.splice(l,1);var s=c.length,b=["{"];if(c.forEach((function(t,c){var r=null==n?void 0:n[t],l=e[t],f="",u="";r?(f=(r[0]?r[0].join(""):"")+'"'+t+'"',u=(r[1]?r[1].join(""):"")+":"+(r[2]?r[2].join(""):" ")+d(l,a+o,null==n?void 0:n["$"+t])+(r[3]?r[3].join("").replace(/\n *$/,""):"")+(s-1===c?"":",")+(r[4]?r[4].join("").replace(/\n *$/,""):""),f=f.replace(/^\n/,"").replace(/(\n|^) *?([^\s])/g,(function(e,t,n){return""+t+i(a+o)+("*"===n?" *":n)}))):(f=i(a+o)+'"'+t+'"',u=": "+d(l,a+o,null==n?void 0:n["$"+t])+(s-1===c?"":",")),b.push(f+u)})),Array.isArray(null==n?void 0:n.$$)){var f=(""+n.$$.join("")).trim().replace(/(\n|^) *?([^\s])/g,(function(e,t,n){return""+t+i(a+o)+("*"===n?" *":n)}));b.push(f)}return b.push(i(a)+"}"),b.join("\n")}if(Array.isArray(e)){var u=["["],p=e.length;return e.forEach((function(e,n){var c=null==t?void 0:t[n];if(Array.isArray(c)){var r=""+(c[0]?c[0].join("").replace(/^\n/,""):""),l=d(e,a+o)+(p-1===n?"":",")+(c[1]?c[1].join(""):"");r=(r+l.substring(0,1)).replace(/^\n/,"").replace(/(\n|^) *?([^\s])/g,(function(e,t,n){return""+t+i(a+o)+("*"===n?" *":n)})),u.push(r+l.substring(1))}else u.push(i(a+o)+d(e,a+o)+(p-1===n?"":","))})),Array.isArray(null==t?void 0:t.$$)&&u.push(t.$$.join("").replace(/^\n|\n$/g,"").replace(/(\n|^) *?([^\s])/g,(function(e,t,n){return""+t+i(a+o)+("*"===n?" *":n)}))),u.push(i(a)+"]"),u.join("\n")}return JSON.stringify(e,null,o)}function r(e){return"[object Object]"===Object.prototype.toString.call(e)}},65632:function(e,a){var t=function(){var e=function(e,a,t,n){for(t=t||{},n=e.length;n--;t[e[n]]=a);return t},a=[1,13],t=[1,14],n=[1,15],c=[1,16],o=[1,17],i=[1,18],d=[1,19],r=[1,20],l=[5,17,21,26],s=[5,17,21,26,30],b=[5,7,9,10,12,14,16,17,21,22,25,26,30],f=[17,21],u=[21,26],p={trace:function(){},yy:{},symbols_:{error:2,json_document:3,json_document_body:4,EOF:5,json_null_literal:6,NULLTOKEN:7,json_boolean_literal:8,TRUETOKEN:9,FALSETOKEN:10,json_string:11,STRING_LITERAL:12,json_number:13,NUMBER_LITERAL:14,json_object:15,"{":16,"}":17,json_comments:18,json_member_list:19,json_member:20,",":21,":":22,json_with_comments_value:23,json_array:24,"[":25,"]":26,json_element_list:27,json_value:28,json_comment:29,COMMENTS:30,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",7:"NULLTOKEN",9:"TRUETOKEN",10:"FALSETOKEN",12:"STRING_LITERAL",14:"NUMBER_LITERAL",16:"{",17:"}",21:",",22:":",25:"[",26:"]",30:"COMMENTS"},productions_:[0,[3,2],[6,1],[8,1],[8,1],[11,1],[13,1],[15,2],[15,3],[15,3],[19,1],[19,3],[20,3],[20,4],[20,4],[20,5],[24,2],[24,3],[24,3],[27,1],[27,3],[28,1],[28,1],[28,1],[28,1],[28,1],[28,1],[29,1],[18,1],[18,2],[23,1],[23,2],[23,2],[23,3],[4,1]],performAction:function(e,a,t,n,c,o,i){var d,r,l,s=o.length-1;switch(c){case 1:return{type:"document",body:o[s-1],range:m(t,e)};case 2:this.$={type:"null",value:null,range:m(t,e)};break;case 3:this.$={type:"boolean",value:!0,range:m(t,e)};break;case 4:this.$={type:"boolean",value:!1,range:m(t,e)};break;case 5:this.$={type:"string",value:(d=o[s].substring(1,o[s].length-1),r=o[s].substring(0,1),l="`"===r?/\\([\\bfnrtv`\$])/g:'"'===r?/\\([\"\\bfnrtv])/g:/\\([\'\\bfnrtv])/g,d.replace(l,(function(e,a){return"b"===a?"\b":"f"===a?"\f":"n"===a?"\n":"r"===a?"\r":"t"===a?"\t":"v"===a?"\v":a}))),range:m(t,e)};break;case 6:this.$={type:"number",value:/\./.test(o[s])?parseFloat(o[s]):parseInt(o[s],10),raw:o[s],range:m(t,e)};break;case 7:this.$={type:"object",members:[],range:m(t,e)};break;case 8:case 9:this.$={type:"object",members:o[s-1],range:m(t,e)};break;case 10:case 28:case 30:this.$=[o[s]];break;case 11:case 20:this.$=o[s-2].concat(o[s]);break;case 12:this.$={type:"property",key:[o[s-2]],value:o[s],range:m(t,e)};break;case 13:this.$={type:"property",key:o[s-3].concat(o[s-2]),value:o[s],range:m(t,e)};break;case 14:this.$={type:"property",key:[o[s-3]].concat(o[s-2]),value:o[s],range:m(t,e)};break;case 15:this.$={type:"property",key:o[s-4].concat(o[s-3]).concat(o[s-2]),value:o[s],range:m(t,e)};break;case 16:this.$={type:"array",members:[],range:m(t,e)};break;case 17:case 18:this.$={type:"array",members:o[s-1],range:m(t,e)};break;case 19:case 34:this.$=o[s];break;case 27:this.$={type:"comment",value:o[s],range:m(t,e)};break;case 29:case 31:this.$=o[s-1].concat(o[s]);break;case 32:this.$=[o[s-1]].concat(o[s]);break;case 33:this.$=o[s-2].concat(o[s-1]).concat(o[s])}},table:[{3:1,4:2,6:6,7:a,8:7,9:t,10:n,11:8,12:c,13:9,14:o,15:10,16:i,18:5,23:3,24:11,25:d,28:4,29:12,30:r},{1:[3]},{5:[1,21]},{5:[2,34]},e(l,[2,30],{29:12,18:22,30:r}),{6:6,7:a,8:7,9:t,10:n,11:8,12:c,13:9,14:o,15:10,16:i,24:11,25:d,28:23,29:24,30:r},e(s,[2,21]),e(s,[2,22]),e(s,[2,23]),e(s,[2,24]),e(s,[2,25]),e(s,[2,26]),e(b,[2,28]),e(s,[2,2]),e(s,[2,3]),e(s,[2,4]),e([5,17,21,22,26,30],[2,5]),e(s,[2,6]),{11:29,12:c,17:[1,25],18:26,19:27,20:28,29:12,30:r},{6:6,7:a,8:7,9:t,10:n,11:8,12:c,13:9,14:o,15:10,16:i,18:32,23:33,24:11,25:d,26:[1,30],27:31,28:4,29:12,30:r},e(b,[2,27]),{1:[2,1]},e(l,[2,32],{29:24,30:r}),e(l,[2,31],{29:12,18:34,30:r}),e(b,[2,29]),e(s,[2,7]),{11:36,12:c,17:[1,35],29:24,30:r},{17:[1,37],21:[1,38]},e(f,[2,10]),{18:40,22:[1,39],29:12,30:r},e(s,[2,16]),{21:[1,42],26:[1,41]},{6:6,7:a,8:7,9:t,10:n,11:8,12:c,13:9,14:o,15:10,16:i,24:11,25:d,26:[1,43],28:23,29:24,30:r},e(u,[2,19]),e(l,[2,33],{29:24,30:r}),e(s,[2,8]),{18:45,22:[1,44],29:12,30:r},e(s,[2,9]),{11:29,12:c,18:47,20:46,29:12,30:r},{6:6,7:a,8:7,9:t,10:n,11:8,12:c,13:9,14:o,15:10,16:i,18:5,23:48,24:11,25:d,28:4,29:12,30:r},{22:[1,49],29:24,30:r},e(s,[2,17]),{6:6,7:a,8:7,9:t,10:n,11:8,12:c,13:9,14:o,15:10,16:i,18:5,23:50,24:11,25:d,28:4,29:12,30:r},e(s,[2,18]),{6:6,7:a,8:7,9:t,10:n,11:8,12:c,13:9,14:o,15:10,16:i,18:5,23:51,24:11,25:d,28:4,29:12,30:r},{22:[1,52],29:24,30:r},e(f,[2,11]),{11:36,12:c,29:24,30:r},e(f,[2,12]),{6:6,7:a,8:7,9:t,10:n,11:8,12:c,13:9,14:o,15:10,16:i,18:5,23:53,24:11,25:d,28:4,29:12,30:r},e(u,[2,20]),e(f,[2,13]),{6:6,7:a,8:7,9:t,10:n,11:8,12:c,13:9,14:o,15:10,16:i,18:5,23:54,24:11,25:d,28:4,29:12,30:r},e(f,[2,14]),e(f,[2,15])],defaultActions:{3:[2,34],21:[2,1]},parseError:function(e,a){if(!a.recoverable){var t=new Error(e);throw t.hash=a,t}this.trace(e)},parse:function(e){var a=this,t=[0],n=[null],c=[],o=this.table,i="",d=0,r=0,l=0,s=c.slice.call(arguments,1),b=Object.create(this.lexer),f={yy:{}};for(var u in this.yy)Object.prototype.hasOwnProperty.call(this.yy,u)&&(f.yy[u]=this.yy[u]);b.setInput(e,f.yy),f.yy.lexer=b,f.yy.parser=this,void 0===b.yylloc&&(b.yylloc={});var p=b.yylloc;c.push(p);var m,h=b.options&&b.options.ranges;"function"==typeof f.yy.parseError?this.parseError=f.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;for(var v,g,y,w,C,x,E,k,S,N={};;){if(y=t[t.length-1],this.defaultActions[y]?w=this.defaultActions[y]:(null==v&&(m=void 0,"number"!=typeof(m=b.lex()||1)&&(m=a.symbols_[m]||m),v=m),w=o[y]&&o[y][v]),void 0===w||!w.length||!w[0]){var O;for(x in S=[],o[y])this.terminals_[x]&&x>2&&S.push("'"+this.terminals_[x]+"'");O=b.showPosition?"Parse error on line "+(d+1)+":\n"+b.showPosition()+"\nExpecting "+S.join(", ")+", got '"+(this.terminals_[v]||v)+"'":"Parse error on line "+(d+1)+": Unexpected "+(1==v?"end of input":"'"+(this.terminals_[v]||v)+"'"),this.parseError(O,{text:b.match,token:this.terminals_[v]||v,line:b.yylineno,loc:p,expected:S})}if(w[0]instanceof Array&&w.length>1)throw new Error("Parse Error: multiple actions possible at state: "+y+", token: "+v);switch(w[0]){case 1:t.push(v),n.push(b.yytext),c.push(b.yylloc),t.push(w[1]),v=null,g?(v=g,g=null):(r=b.yyleng,i=b.yytext,d=b.yylineno,p=b.yylloc,l>0&&l--);break;case 2:if(E=this.productions_[w[1]][1],N.$=n[n.length-E],N._$={first_line:c[c.length-(E||1)].first_line,last_line:c[c.length-1].last_line,first_column:c[c.length-(E||1)].first_column,last_column:c[c.length-1].last_column},h&&(N._$.range=[c[c.length-(E||1)].range[0],c[c.length-1].range[1]]),void 0!==(C=this.performAction.apply(N,[i,r,d,f.yy,w[1],n,c].concat(s))))return C;E&&(t=t.slice(0,-1*E*2),n=n.slice(0,-1*E),c=c.slice(0,-1*E)),t.push(this.productions_[w[1]][0]),n.push(N.$),c.push(N._$),k=o[t[t.length-2]][t[t.length-1]],t.push(k);break;case 3:return!0}}return!0}};function m(e,a){return{start:{line:e-a.replace(/^\s+/,"").split(/(?:\r\n|\n|\r)/).length+1},end:{line:e}}}var h={EOF:1,parseError:function(e,a){if(!this.yy.parser)throw new Error(e);this.yy.parser.parseError(e,a)},setInput:function(e,a){return this.yy=a||this.yy||{},this._input=e,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var e=this._input[0];return this.yytext+=e,this.yyleng++,this.offset++,this.match+=e,this.matched+=e,e.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),e},unput:function(e){var a=e.length,t=e.split(/(?:\r\n?|\n)/g);this._input=e+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-a),this.offset-=a;var n=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),t.length-1&&(this.yylineno-=t.length-1);var c=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:t?(t.length===n.length?this.yylloc.first_column:0)+n[n.length-t.length].length-t[0].length:this.yylloc.first_column-a},this.options.ranges&&(this.yylloc.range=[c[0],c[0]+this.yyleng-a]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},less:function(e){this.unput(this.match.slice(e))},pastInput:function(){var e=this.matched.substr(0,this.matched.length-this.match.length);return(e.length>20?"...":"")+e.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var e=this.match;return e.length<20&&(e+=this._input.substr(0,20-e.length)),(e.substr(0,20)+(e.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var e=this.pastInput(),a=new Array(e.length+1).join("-");return e+this.upcomingInput()+"\n"+a+"^"},test_match:function(e,a){var t,n,c;if(this.options.backtrack_lexer&&(c={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(c.yylloc.range=this.yylloc.range.slice(0))),(n=e[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=n.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:n?n[n.length-1].length-n[n.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+e[0].length},this.yytext+=e[0],this.match+=e[0],this.matches=e,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(e[0].length),this.matched+=e[0],t=this.performAction.call(this,this.yy,this,a,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),t)return t;if(this._backtrack){for(var o in c)this[o]=c[o];return!1}return!1},next:function(){if(this.done)return this.EOF;var e,a,t,n;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var c=this._currentRules(),o=0;oa[0].length)){if(a=t,n=o,this.options.backtrack_lexer){if(!1!==(e=this.test_match(t,c[o])))return e;if(this._backtrack){a=!1;continue}return!1}if(!this.options.flex)break}return a?!1!==(e=this.test_match(a,c[n]))&&e:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){return this.next()||this.lex()},begin:function(e){this.conditionStack.push(e)},popState:function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(e){return(e=this.conditionStack.length-1-Math.abs(e||0))>=0?this.conditionStack[e]:"INITIAL"},pushState:function(e){this.begin(e)},stateStackSize:function(){return this.conditionStack.length},options:{flex:!0},performAction:function(e,a,t,n){switch(t){case 0:break;case 1:return 12;case 2:return 7;case 3:return 9;case 4:return 10;case 5:return 14;case 6:return"/";case 7:return"*";case 8:return 22;case 9:return 25;case 10:return 26;case 11:return 16;case 12:return 17;case 13:return";";case 14:return 21;case 15:case 16:return 30;case 17:return 5;case 18:return"INVALID";case 19:console.log(a.yytext)}},rules:[/^(?:\s+)/,/^(?:("((\\([\'\"\\bfnrtv]))|([^\"\\]))*"))/,/^(?:null)/,/^(?:true)/,/^(?:false)/,/^(?:((([-+]?([0]|(([1-9])([0-9])*))\.([0-9])*(([eE])([-+]?([0-9])))?)|([-+]?\.([0-9])(([eE])([-+]?([0-9])))?)|([-+]?([0]|(([1-9])([0-9])*))(([eE])([-+]?([0-9])))?))))/,/^(?:\/)/,/^(?:\*)/,/^(?::)/,/^(?:\[)/,/^(?:\])/,/^(?:\{)/,/^(?:\})/,/^(?:;)/,/^(?:,)/,/^(?:\s*\/\/.*\s*)/,/^(?:\s*[/][*][^*]*[*]+([^/*][^*]*[*]+)*[/]\s*)/,/^(?:$)/,/^(?:.)/,/^(?:.)/],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19],inclusive:!0}}};function v(){this.yy={}}return p.lexer=h,v.prototype=p,p.Parser=v,new v}();a.parser=t,a.Parser=t.Parser,a.parse=function(){return t.parse.apply(t,arguments)}},15742:function(e,a,t){var n=t(57406),c=t(65776),o=Array.prototype.splice;e.exports=function(e,a){for(var t=e?a.length:0,i=t-1;t--;){var d=a[t];if(t==i||d!==r){var r=d;c(d)?o.call(e,d,1):n(e,d)}}return e}},10107:function(e){e.exports=function(e,a,t,n,c){return c(e,(function(e,c,o){t=n?(n=!1,e):a(t,e,c,o)})),t}},54061:function(e,a,t){var n=t(62663),c=t(89881),o=t(67206),i=t(10107),d=t(1469);e.exports=function(e,a,t){var r=d(e)?n:i,l=arguments.length<3;return r(e,o(a,4),t,l,c)}},82729:function(e,a,t){var n=t(67206),c=t(15742);e.exports=function(e,a){var t=[];if(!e||!e.length)return t;var o=-1,i=[],d=e.length;for(a=n(a,3);++o"},{open:"'",close:"'",notIn:["string","comment"]},{open:'"',close:'"',notIn:["string","comment"]}]},r={defaultToken:"",tokenPostfix:".m3",brackets:[{token:"delimiter.curly",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{token:"delimiter.square",open:"[",close:"]"}],keywords:["AND","ANY","ARRAY","AS","BEGIN","BITS","BRANDED","BY","CASE","CONST","DIV","DO","ELSE","ELSIF","END","EVAL","EXCEPT","EXCEPTION","EXIT","EXPORTS","FINALLY","FOR","FROM","GENERIC","IF","IMPORT","IN","INTERFACE","LOCK","LOOP","METHODS","MOD","MODULE","NOT","OBJECT","OF","OR","OVERRIDES","PROCEDURE","RAISE","RAISES","READONLY","RECORD","REF","REPEAT","RETURN","REVEAL","SET","THEN","TO","TRY","TYPE","TYPECASE","UNSAFE","UNTIL","UNTRACED","VALUE","VAR","WHILE","WITH"],reservedConstNames:["ABS","ADR","ADRSIZE","BITSIZE","BYTESIZE","CEILING","DEC","DISPOSE","FALSE","FIRST","FLOAT","FLOOR","INC","ISTYPE","LAST","LOOPHOLE","MAX","MIN","NARROW","NEW","NIL","NUMBER","ORD","ROUND","SUBARRAY","TRUE","TRUNC","TYPECODE","VAL"],reservedTypeNames:["ADDRESS","ANY","BOOLEAN","CARDINAL","CHAR","EXTENDED","INTEGER","LONGCARD","LONGINT","LONGREAL","MUTEX","NULL","REAL","REFANY","ROOT","TEXT"],operators:["+","-","*","/","&","^","."],relations:["=","#","<","<=",">",">=","<:",":"],delimiters:["|","..","=>",",",";",":="],symbols:/[>=<#.,:;+\-*/&^]+/,escapes:/\\(?:[\\fnrt"']|[0-7]{3})/,tokenizer:{root:[[/_\w*/,"invalid"],[/[a-zA-Z][a-zA-Z0-9_]*/,{cases:{"@keywords":{token:"keyword.$0"},"@reservedConstNames":{token:"constant.reserved.$0"},"@reservedTypeNames":{token:"type.reserved.$0"},"@default":"identifier"}}],{include:"@whitespace"},[/[{}()\[\]]/,"@brackets"],[/[0-9]+\.[0-9]+(?:[DdEeXx][\+\-]?[0-9]+)?/,"number.float"],[/[0-9]+(?:\_[0-9a-fA-F]+)?L?/,"number"],[/@symbols/,{cases:{"@operators":"operators","@relations":"operators","@delimiters":"delimiter","@default":"invalid"}}],[/'[^\\']'/,"string.char"],[/(')(@escapes)(')/,["string.char","string.escape","string.char"]],[/'/,"invalid"],[/"([^"\\]|\\.)*$/,"invalid"],[/"/,"string.text","@text"]],text:[[/[^\\"]+/,"string.text"],[/@escapes/,"string.escape"],[/\\./,"invalid"],[/"/,"string.text","@pop"]],comment:[[/\(\*/,"comment","@push"],[/\*\)/,"comment","@pop"],[/./,"comment"]],pragma:[[/<\*/,"keyword.pragma","@push"],[/\*>/,"keyword.pragma","@pop"],[/./,"keyword.pragma"]],whitespace:[[/[ \t\r\n]+/,"white"],[/\(\*/,"comment","@comment"],[/<\*/,"keyword.pragma","@pragma"]]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/8946.6c5f42b8.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/8946.6c5f42b8.js new file mode 100644 index 0000000..53ea46f --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/8946.6c5f42b8.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[8946],{68946:function(t,r,e){e.r(r),e.d(r,{conf:function(){return s},language:function(){return o}});var s={brackets:[],autoClosingPairs:[],surroundingPairs:[]},o={keywords:[],typeKeywords:[],tokenPostfix:".csp",operators:[],symbols:/[=>=","<",">","=",";",":",",",".","..","..."],symbols:/[=>m){var w=[u,y];"vertical"===t.layout&&w.reverse(),n.push(w)}}}return{boxData:a,outliers:n,axisData:o}}var g="1.0.0";n.dataTool&&(n.dataTool.version=g,n.dataTool.gexf=a,n.dataTool.prepareBoxplotData=p)}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/9343.c35d755f.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/9343.c35d755f.js new file mode 100644 index 0000000..0934e0f --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/9343.c35d755f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[9343],{39343:function(e,n,t){t.r(n),t.d(n,{conf:function(){return o},language:function(){return r}});var o={comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"'",close:"'",notIn:["string","comment"]},{open:'"',close:'"',notIn:["string"]},{open:"`",close:"`",notIn:["string","comment"]},{open:"/**",close:" */",notIn:["string"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:"'",close:"'"},{open:"(",close:")"},{open:'"',close:'"'},{open:"`",close:"`"}],folding:{markers:{start:/^\s*\s*#?region\b/,end:/^\s*\s*#?endregion\b/}}},r={defaultToken:"invalid",tokenPostfix:".dart",keywords:["abstract","dynamic","implements","show","as","else","import","static","assert","enum","in","super","async","export","interface","switch","await","extends","is","sync","break","external","library","this","case","factory","mixin","throw","catch","false","new","true","class","final","null","try","const","finally","on","typedef","continue","for","operator","var","covariant","Function","part","void","default","get","rethrow","while","deferred","hide","return","with","do","if","set","yield"],typeKeywords:["int","double","String","bool"],operators:["+","-","*","/","~/","%","++","--","==","!=",">","<",">=","<=","=","-=","/=","%=",">>=","^=","+=","*=","~/=","<<=","&=","!=","||","&&","&","|","^","~","<<",">>","!",">>>","??","?",":","|="],symbols:/[=>](?!@symbols)/,"@brackets"],[/!(?=([^=]|$))/,"delimiter"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/(@digits)[eE]([\-+]?(@digits))?/,"number.float"],[/(@digits)\.(@digits)([eE][\-+]?(@digits))?/,"number.float"],[/0[xX](@hexdigits)n?/,"number.hex"],[/0[oO]?(@octaldigits)n?/,"number.octal"],[/0[bB](@binarydigits)n?/,"number.binary"],[/(@digits)n?/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/"/,"string","@string_double"],[/'/,"string","@string_single"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*\*(?!\/)/,"comment.doc","@jsdoc"],[/\/\*/,"comment","@comment"],[/\/\/\/.*$/,"comment.doc"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],jsdoc:[[/[^\/*]+/,"comment.doc"],[/\*\//,"comment.doc","@pop"],[/[\/*]/,"comment.doc"]],regexp:[[/(\{)(\d+(?:,\d*)?)(\})/,["regexp.escape.control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/]|\\.)+)/,["regexp.escape.control",{token:"regexp.escape.control",next:"@regexrange"}]],[/(\()(\?:|\?=|\?!)/,["regexp.escape.control","regexp.escape.control"]],[/[()]/,"regexp.escape.control"],[/@regexpctl/,"regexp.escape.control"],[/[^\\\/]/,"regexp"],[/@regexpesc/,"regexp.escape"],[/\\\./,"regexp.invalid"],[/(\/)([gimsuy]*)/,[{token:"regexp",bracket:"@close",next:"@pop"},"keyword.other"]]],regexrange:[[/-/,"regexp.escape.control"],[/\^/,"regexp.invalid"],[/@regexpesc/,"regexp.escape"],[/[^\]]/,"regexp"],[/\]/,{token:"regexp.escape.control",next:"@pop",bracket:"@close"}]],string_double:[[/[^\\"\$]+/,"string"],[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"],[/\$\w+/,"identifier"]],string_single:[[/[^\\'\$]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/'/,"string","@pop"],[/\$\w+/,"identifier"]]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/9398.d5a48e66.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/9398.d5a48e66.js new file mode 100644 index 0000000..a5a8d1f --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/9398.d5a48e66.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[9398],{79398:function(E,T,A){A.r(T),A.d(T,{conf:function(){return N},language:function(){return e}});var N={comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["[","]"],["(",")"],["{","}"]],autoClosingPairs:[{open:'"',close:'"',notIn:["string","comment"]},{open:"'",close:"'",notIn:["string","comment"]},{open:"[",close:"]",notIn:["string","comment"]},{open:"(",close:")",notIn:["string","comment"]},{open:"{",close:"}",notIn:["string","comment"]}]},e={defaultToken:"",tokenPostfix:".msdax",ignoreCase:!0,brackets:[{open:"[",close:"]",token:"delimiter.square"},{open:"{",close:"}",token:"delimiter.brackets"},{open:"(",close:")",token:"delimiter.parenthesis"}],keywords:["VAR","RETURN","NOT","EVALUATE","DATATABLE","ORDER","BY","START","AT","DEFINE","MEASURE","ASC","DESC","IN","BOOLEAN","DOUBLE","INTEGER","DATETIME","CURRENCY","STRING"],functions:["CLOSINGBALANCEMONTH","CLOSINGBALANCEQUARTER","CLOSINGBALANCEYEAR","DATEADD","DATESBETWEEN","DATESINPERIOD","DATESMTD","DATESQTD","DATESYTD","ENDOFMONTH","ENDOFQUARTER","ENDOFYEAR","FIRSTDATE","FIRSTNONBLANK","LASTDATE","LASTNONBLANK","NEXTDAY","NEXTMONTH","NEXTQUARTER","NEXTYEAR","OPENINGBALANCEMONTH","OPENINGBALANCEQUARTER","OPENINGBALANCEYEAR","PARALLELPERIOD","PREVIOUSDAY","PREVIOUSMONTH","PREVIOUSQUARTER","PREVIOUSYEAR","SAMEPERIODLASTYEAR","STARTOFMONTH","STARTOFQUARTER","STARTOFYEAR","TOTALMTD","TOTALQTD","TOTALYTD","ADDCOLUMNS","ADDMISSINGITEMS","ALL","ALLEXCEPT","ALLNOBLANKROW","ALLSELECTED","CALCULATE","CALCULATETABLE","CALENDAR","CALENDARAUTO","CROSSFILTER","CROSSJOIN","CURRENTGROUP","DATATABLE","DETAILROWS","DISTINCT","EARLIER","EARLIEST","EXCEPT","FILTER","FILTERS","GENERATE","GENERATEALL","GROUPBY","IGNORE","INTERSECT","ISONORAFTER","KEEPFILTERS","LOOKUPVALUE","NATURALINNERJOIN","NATURALLEFTOUTERJOIN","RELATED","RELATEDTABLE","ROLLUP","ROLLUPADDISSUBTOTAL","ROLLUPGROUP","ROLLUPISSUBTOTAL","ROW","SAMPLE","SELECTCOLUMNS","SUBSTITUTEWITHINDEX","SUMMARIZE","SUMMARIZECOLUMNS","TOPN","TREATAS","UNION","USERELATIONSHIP","VALUES","SUM","SUMX","PATH","PATHCONTAINS","PATHITEM","PATHITEMREVERSE","PATHLENGTH","AVERAGE","AVERAGEA","AVERAGEX","COUNT","COUNTA","COUNTAX","COUNTBLANK","COUNTROWS","COUNTX","DISTINCTCOUNT","DIVIDE","GEOMEAN","GEOMEANX","MAX","MAXA","MAXX","MEDIAN","MEDIANX","MIN","MINA","MINX","PERCENTILE.EXC","PERCENTILE.INC","PERCENTILEX.EXC","PERCENTILEX.INC","PRODUCT","PRODUCTX","RANK.EQ","RANKX","STDEV.P","STDEV.S","STDEVX.P","STDEVX.S","VAR.P","VAR.S","VARX.P","VARX.S","XIRR","XNPV","DATE","DATEDIFF","DATEVALUE","DAY","EDATE","EOMONTH","HOUR","MINUTE","MONTH","NOW","SECOND","TIME","TIMEVALUE","TODAY","WEEKDAY","WEEKNUM","YEAR","YEARFRAC","CONTAINS","CONTAINSROW","CUSTOMDATA","ERROR","HASONEFILTER","HASONEVALUE","ISBLANK","ISCROSSFILTERED","ISEMPTY","ISERROR","ISEVEN","ISFILTERED","ISLOGICAL","ISNONTEXT","ISNUMBER","ISODD","ISSUBTOTAL","ISTEXT","USERNAME","USERPRINCIPALNAME","AND","FALSE","IF","IFERROR","NOT","OR","SWITCH","TRUE","ABS","ACOS","ACOSH","ACOT","ACOTH","ASIN","ASINH","ATAN","ATANH","BETA.DIST","BETA.INV","CEILING","CHISQ.DIST","CHISQ.DIST.RT","CHISQ.INV","CHISQ.INV.RT","COMBIN","COMBINA","CONFIDENCE.NORM","CONFIDENCE.T","COS","COSH","COT","COTH","CURRENCY","DEGREES","EVEN","EXP","EXPON.DIST","FACT","FLOOR","GCD","INT","ISO.CEILING","LCM","LN","LOG","LOG10","MOD","MROUND","ODD","PERMUT","PI","POISSON.DIST","POWER","QUOTIENT","RADIANS","RAND","RANDBETWEEN","ROUND","ROUNDDOWN","ROUNDUP","SIGN","SIN","SINH","SQRT","SQRTPI","TAN","TANH","TRUNC","BLANK","CONCATENATE","CONCATENATEX","EXACT","FIND","FIXED","FORMAT","LEFT","LEN","LOWER","MID","REPLACE","REPT","RIGHT","SEARCH","SUBSTITUTE","TRIM","UNICHAR","UNICODE","UPPER","VALUE"],tokenizer:{root:[{include:"@comments"},{include:"@whitespace"},{include:"@numbers"},{include:"@strings"},{include:"@complexIdentifiers"},[/[;,.]/,"delimiter"],[/[({})]/,"@brackets"],[/[a-z_][a-zA-Z0-9_]*/,{cases:{"@keywords":"keyword","@functions":"keyword","@default":"identifier"}}],[/[<>=!%&+\-*/|~^]/,"operator"]],whitespace:[[/\s+/,"white"]],comments:[[/\/\/+.*/,"comment"],[/\/\*/,{token:"comment.quote",next:"@comment"}]],comment:[[/[^*/]+/,"comment"],[/\*\//,{token:"comment.quote",next:"@pop"}],[/./,"comment"]],numbers:[[/0[xX][0-9a-fA-F]*/,"number"],[/[$][+-]*\d*(\.\d*)?/,"number"],[/((\d+(\.\d*)?)|(\.\d+))([eE][\-+]?\d+)?/,"number"]],strings:[[/N"/,{token:"string",next:"@string"}],[/"/,{token:"string",next:"@string"}]],string:[[/[^"]+/,"string"],[/""/,"string"],[/"/,{token:"string",next:"@pop"}]],complexIdentifiers:[[/\[/,{token:"identifier.quote",next:"@bracketedIdentifier"}],[/'/,{token:"identifier.quote",next:"@quotedIdentifier"}]],bracketedIdentifier:[[/[^\]]+/,"identifier"],[/]]/,"identifier"],[/]/,{token:"identifier.quote",next:"@pop"}]],quotedIdentifier:[[/[^']+/,"identifier"],[/''/,"identifier"],[/'/,{token:"identifier.quote",next:"@pop"}]]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/9400.0ce52b01.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/9400.0ce52b01.js new file mode 100644 index 0000000..2640a5d --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/9400.0ce52b01.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[9400],{69400:function(e,t,o){o.r(t),o.d(t,{conf:function(){return n},language:function(){return s}});var n={comments:{lineComment:"//"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string","comment"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'}]},s={keywords:["namespace","open","as","operation","function","body","adjoint","newtype","controlled","if","elif","else","repeat","until","fixup","for","in","while","return","fail","within","apply","Adjoint","Controlled","Adj","Ctl","is","self","auto","distribute","invert","intrinsic","let","set","w/","new","not","and","or","use","borrow","using","borrowing","mutable"],typeKeywords:["Unit","Int","BigInt","Double","Bool","String","Qubit","Result","Pauli","Range"],invalidKeywords:["abstract","base","bool","break","byte","case","catch","char","checked","class","const","continue","decimal","default","delegate","do","double","enum","event","explicit","extern","finally","fixed","float","foreach","goto","implicit","int","interface","lock","long","null","object","operator","out","override","params","private","protected","public","readonly","ref","sbyte","sealed","short","sizeof","stackalloc","static","string","struct","switch","this","throw","try","typeof","unit","ulong","unchecked","unsafe","ushort","virtual","void","volatile"],constants:["true","false","PauliI","PauliX","PauliY","PauliZ","One","Zero"],builtin:["X","Y","Z","H","HY","S","T","SWAP","CNOT","CCNOT","MultiX","R","RFrac","Rx","Ry","Rz","R1","R1Frac","Exp","ExpFrac","Measure","M","MultiM","Message","Length","Assert","AssertProb","AssertEqual"],operators:["and=","<-","->","*","*=","@","!","^","^=",":","::","..","==","...","=","=>",">",">=","<","<=","-","-=","!=","or=","%","%=","|","+","+=","?","/","/=","&&&","&&&=","^^^","^^^=",">>>",">>>=","<<<","<<<=","|||","|||=","~~~","_","w/","w/="],namespaceFollows:["namespace","open"],symbols:/[=>]/,"@brackets"],[/[a-zA-Z@#]\w*/,{cases:{"@keywords":"keyword","@default":"identifier"}}],[/[<>=\\+\\-\\*\\/\\^\\|\\~,]|and\\b|or\\b|not\\b]/,"operator"]],whitespace:[[/\s+/,"white"]],comments:[["\\/\\*","comment","@comment"],["\\/\\/+.*","comment"]],comment:[["\\*\\/","comment","@pop"],[".","comment"]],numbers:[[/0[xX][0-9a-fA-F]*(_?[0-9a-fA-F])*/,"number.hex"],[/@decimal((\.@decpart)?([eE][\-+]?@decpart)?)[fF]*/,{cases:{"(\\d)*":"number",$0:"number.float"}}]],strings:[[/'$/,"string.escape","@popall"],[/'/,"string.escape","@stringBody"],[/"$/,"string.escape","@popall"],[/"/,"string.escape","@dblStringBody"]],stringBody:[[/[^\\']+$/,"string","@popall"],[/[^\\']+/,"string"],[/\\./,"string"],[/'/,"string.escape","@popall"],[/\\$/,"string"]],dblStringBody:[[/[^\\"]+$/,"string","@popall"],[/[^\\"]+/,"string"],[/\\./,"string"],[/"/,"string.escape","@popall"],[/\\$/,"string"]]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/9684.0babbede.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/9684.0babbede.js new file mode 100644 index 0000000..554e0d0 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/9684.0babbede.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[9684],{69684:function(e,t,n){n.r(t),n.d(t,{conf:function(){return r},language:function(){return o}});var r={comments:{lineComment:"#",blockComment:["=begin","=end"]},brackets:[["(",")"],["{","}"],["[","]"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],indentationRules:{increaseIndentPattern:new RegExp("^\\s*((begin|class|(private|protected)\\s+def|def|else|elsif|ensure|for|if|module|rescue|unless|until|when|while|case)|([^#]*\\sdo\\b)|([^#]*=\\s*(case|if|unless)))\\b([^#\\{;]|(\"|'|/).*\\4)*(#.*)?$"),decreaseIndentPattern:new RegExp("^\\s*([}\\]]([,)]?\\s*(#|$)|\\.[a-zA-Z_]\\w*\\b)|(end|rescue|ensure|else|elsif|when)\\b)")}},o={tokenPostfix:".ruby",keywords:["__LINE__","__ENCODING__","__FILE__","BEGIN","END","alias","and","begin","break","case","class","def","defined?","do","else","elsif","end","ensure","for","false","if","in","module","next","nil","not","or","redo","rescue","retry","return","self","super","then","true","undef","unless","until","when","while","yield"],keywordops:["::","..","...","?",":","=>"],builtins:["require","public","private","include","extend","attr_reader","protected","private_class_method","protected_class_method","new"],declarations:["module","class","def","case","do","begin","for","if","while","until","unless"],linedecls:["def","case","do","begin","for","if","while","until","unless"],operators:["^","&","|","<=>","==","===","!~","=~",">",">=","<","<=","<<",">>","+","-","*","/","%","**","~","+@","-@","[]","[]=","`","+=","-=","*=","**=","/=","^=","%=","<<=",">>=","&=","&&=","||=","|="],brackets:[{open:"(",close:")",token:"delimiter.parenthesis"},{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"}],symbols:/[=>"}],[/%([qws])(@delim)/,{token:"string.$1.delim",switchTo:"@qstring.$1.$2.$2"}],[/%r\(/,{token:"regexp.delim",switchTo:"@pregexp.(.)"}],[/%r\[/,{token:"regexp.delim",switchTo:"@pregexp.[.]"}],[/%r\{/,{token:"regexp.delim",switchTo:"@pregexp.{.}"}],[/%r"}],[/%r(@delim)/,{token:"regexp.delim",switchTo:"@pregexp.$1.$1"}],[/%(x|W|Q?)\(/,{token:"string.$1.delim",switchTo:"@qqstring.$1.(.)"}],[/%(x|W|Q?)\[/,{token:"string.$1.delim",switchTo:"@qqstring.$1.[.]"}],[/%(x|W|Q?)\{/,{token:"string.$1.delim",switchTo:"@qqstring.$1.{.}"}],[/%(x|W|Q?)"}],[/%(x|W|Q?)(@delim)/,{token:"string.$1.delim",switchTo:"@qqstring.$1.$2.$2"}],[/%([rqwsxW]|Q?)./,{token:"invalid",next:"@pop"}],[/./,{token:"invalid",next:"@pop"}]],qstring:[[/\\$/,"string.$S2.escape"],[/\\./,"string.$S2.escape"],[/./,{cases:{"$#==$S4":{token:"string.$S2.delim",next:"@pop"},"$#==$S3":{token:"string.$S2.delim",next:"@push"},"@default":"string.$S2"}}]],qqstring:[[/#/,"string.$S2.escape","@interpolated"],{include:"@qstring"}],whitespace:[[/[ \t\r\n]+/,""],[/^\s*=begin\b/,"comment","@comment"],[/#.*$/,"comment"]],comment:[[/[^=]+/,"comment"],[/^\s*=begin\b/,"comment.invalid"],[/^\s*=end\b.*/,"comment","@pop"],[/[=]/,"comment"]]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/9775.5e6ed683.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/9775.5e6ed683.js new file mode 100644 index 0000000..b747106 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/9775.5e6ed683.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[9775],{9775:function(t,e,n){n.r(e),n.d(e,{BarCode:function(){return f},default:function(){return c}});var r=n(70655),o=n(67294),i=n(34594),a=n(55961),u=n.n(a),f=function(t){function e(e){var n=t.call(this,e)||this;return n.dom=o.createRef(),n}return(0,r.ZT)(e,t),e.prototype.componentDidUpdate=function(t){this.props.value===t.value&&JSON.stringify(this.props.options)===JSON.stringify(t.options)||this.renderBarCode()},e.prototype.renderBarCode=function(){this.dom.current&&u()(this.dom.current,this.props.value,this.props.options)},e.prototype.componentDidMount=function(){this.renderBarCode()},e.prototype.render=function(){return o.createElement("img",{ref:this.dom})},e}(o.Component),c=(0,i.YYN)(f)},55961:function(t,e,n){var r=p(n(82289)),o=p(n(62276)),i=p(n(25443)),a=p(n(87044)),u=p(n(49972)),f=p(n(75065)),c=p(n(88532)),s=n(82362),l=p(n(66025));function p(t){return t&&t.__esModule?t:{default:t}}var d=function(){},h=function(t,e,n){var r=new d;if(void 0===t)throw Error("No element to render on was provided.");return r._renderProperties=(0,u.default)(t),r._encodings=[],r._options=l.default,r._errorHandler=new c.default(r),void 0!==e&&((n=n||{}).format||(n.format=_()),r.options(n)[n.format](e,n).render()),r};for(var y in h.getModule=function(t){return r.default[t]},r.default)r.default.hasOwnProperty(y)&&b(r.default,y);function b(t,e){d.prototype[e]=d.prototype[e.toUpperCase()]=d.prototype[e.toLowerCase()]=function(n,r){var i=this;return i._errorHandler.wrapBarcodeCall((function(){r.text=void 0===r.text?void 0:""+r.text;var a=(0,o.default)(i._options,r);a=(0,f.default)(a);var u=t[e],c=v(n,u,a);return i._encodings.push(c),i}))}}function v(t,e,n){var r=new e(t=""+t,n);if(!r.valid())throw new s.InvalidInputException(r.constructor.name,t);var a=r.encode();a=(0,i.default)(a);for(var u=0;u=200){i=t.shift()-105;var u=a.SWAP[i];void 0!==u?o=e.next(t,n+1,u):(r!==a.SET_A&&r!==a.SET_B||i!==a.SHIFT||(t[0]=r===a.SET_A?t[0]>95?t[0]-96:t[0]:t[0]<32?t[0]+96:t[0]),o=e.next(t,n+1,r))}else i=e.correctIndex(t,r),o=e.next(t,n+1,r);var f=i*n;return{result:e.getBar(i)+o.result,checksum:f+o.checksum}}}]),e}(i.default);e.default=u},98238:function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0});var r,o=function(){function t(t,e){for(var n=0;n=i(t);return e+String.fromCharCode(r?206:205)+u(t,r)}e.default=function(t){var e=void 0;if(a(t).length>=2)e=r.C_START_CHAR+f(t);else{var n=o(t)>i(t);e=(n?r.A_START_CHAR:r.B_START_CHAR)+u(t,n)}return e.replace(/[\xCD\xCE]([^])[\xCD\xCE]/,(function(t,e){return String.fromCharCode(203)+e}))}},14602:function(t,e){var n;function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}Object.defineProperty(e,"__esModule",{value:!0});var o=e.SET_A=0,i=e.SET_B=1,a=e.SET_C=2,u=(e.SHIFT=98,e.START_A=103),f=e.START_B=104,c=e.START_C=105;e.MODULO=103,e.STOP=106,e.FNC1=207,e.SET_BY_CODE=(r(n={},u,o),r(n,f,i),r(n,c,a),n),e.SWAP={101:o,100:i,99:a},e.A_START_CHAR=String.fromCharCode(208),e.B_START_CHAR=String.fromCharCode(209),e.C_START_CHAR=String.fromCharCode(210),e.A_CHARS="[\0-_È-Ï]",e.B_CHARS="[ -È-Ï]",e.C_CHARS="(Ï*[0-9]{2}Ï*)",e.BARS=[11011001100,11001101100,11001100110,10010011e3,10010001100,10001001100,10011001e3,10011000100,10001100100,11001001e3,11001000100,11000100100,10110011100,10011011100,10011001110,10111001100,10011101100,10011100110,11001110010,11001011100,11001001110,11011100100,11001110100,11101101110,11101001100,11100101100,11100100110,11101100100,11100110100,11100110010,11011011e3,11011000110,11000110110,10100011e3,10001011e3,10001000110,10110001e3,10001101e3,10001100010,11010001e3,11000101e3,11000100010,10110111e3,10110001110,10001101110,10111011e3,10111000110,10001110110,11101110110,11010001110,11000101110,11011101e3,11011100010,11011101110,11101011e3,11101000110,11100010110,11101101e3,11101100010,11100011010,11101111010,11001000010,11110001010,1010011e4,10100001100,1001011e4,10010000110,10000101100,10000100110,1011001e4,10110000100,1001101e4,10011000010,10000110100,10000110010,11000010010,1100101e4,11110111010,11000010100,10001111010,10100111100,10010111100,10010011110,10111100100,10011110100,10011110010,11110100100,11110010100,11110010010,11011011110,11011110110,11110110110,10101111e3,10100011110,10001011110,10111101e3,10111100010,11110101e3,11110100010,10111011110,10111101110,11101011110,11110101110,11010000100,1101001e4,11010011100,1100011101011]},74935:function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0}),e.CODE128C=e.CODE128B=e.CODE128A=e.CODE128=void 0;var r=u(n(88845)),o=u(n(98238)),i=u(n(21180)),a=u(n(20944));function u(t){return t&&t.__esModule?t:{default:t}}e.CODE128=r.default,e.CODE128A=o.default,e.CODE128B=i.default,e.CODE128C=a.default},93361:function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0}),e.CODE39=void 0;var r,o=function(){function t(t,e){for(var n=0;n10*n.width?10*n.width:n.fontSize,r.guardHeight=n.height+r.fontSize/2+n.textMargin,r}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}(e,t),r(e,[{key:"encode",value:function(){return this.options.flat?this.encodeFlat():this.encodeGuarded()}},{key:"leftText",value:function(t,e){return this.text.substr(t,e)}},{key:"leftEncode",value:function(t,e){return(0,i.default)(t,e)}},{key:"rightText",value:function(t,e){return this.text.substr(t,e)}},{key:"rightEncode",value:function(t,e){return(0,i.default)(t,e)}},{key:"encodeGuarded",value:function(){var t={fontSize:this.fontSize},e={height:this.guardHeight};return[{data:o.SIDE_BIN,options:e},{data:this.leftEncode(),text:this.leftText(),options:t},{data:o.MIDDLE_BIN,options:e},{data:this.rightEncode(),text:this.rightText(),options:t},{data:o.SIDE_BIN,options:e}]}},{key:"encodeFlat",value:function(){return{data:[o.SIDE_BIN,this.leftEncode(),o.MIDDLE_BIN,this.rightEncode(),o.SIDE_BIN].join(""),text:this.text}}}]),e}(a(n(28012)).default);e.default=u},20023:function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0});var r,o=function(){function t(t,e){for(var n=0;n10*n.width?r.fontSize=10*n.width:r.fontSize=n.fontSize,r.guardHeight=n.height+r.fontSize/2+n.textMargin,r}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}(e,t),r(e,[{key:"valid",value:function(){return-1!==this.data.search(/^[0-9]{12}$/)&&this.data[11]==u(this.data)}},{key:"encode",value:function(){return this.options.flat?this.flatEncoding():this.guardedEncoding()}},{key:"flatEncoding",value:function(){var t="";return t+="101",t+=(0,o.default)(this.data.substr(0,6),"LLLLLL"),t+="01010",t+=(0,o.default)(this.data.substr(6,6),"RRRRRR"),{data:t+="101",text:this.text}}},{key:"guardedEncoding",value:function(){var t=[];return this.displayValue&&t.push({data:"00000000",text:this.text.substr(0,1),options:{textAlign:"left",fontSize:this.fontSize}}),t.push({data:"101"+(0,o.default)(this.data[0],"L"),options:{height:this.guardHeight}}),t.push({data:(0,o.default)(this.data.substr(1,5),"LLLLL"),text:this.text.substr(1,5),options:{fontSize:this.fontSize}}),t.push({data:"01010",options:{height:this.guardHeight}}),t.push({data:(0,o.default)(this.data.substr(6,5),"RRRRR"),text:this.text.substr(6,5),options:{fontSize:this.fontSize}}),t.push({data:(0,o.default)(this.data[11],"R")+"101",options:{height:this.guardHeight}}),this.displayValue&&t.push({data:"00000000",text:this.text.substr(11,1),options:{textAlign:"right",fontSize:this.fontSize}}),t}}]),e}(i(n(28012)).default);function u(t){var e,n=0;for(e=1;e<11;e+=2)n+=parseInt(t[e]);for(e=0;e<11;e+=2)n+=3*parseInt(t[e]);return(10-n%10)%10}e.default=a},60930:function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){for(var n=0;n10*n.width?r.fontSize=10*n.width:r.fontSize=n.fontSize,r.guardHeight=n.height+r.fontSize/2+n.textMargin,r}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}(e,t),r(e,[{key:"valid",value:function(){return this.isValid}},{key:"encode",value:function(){return this.options.flat?this.flatEncoding():this.guardedEncoding()}},{key:"flatEncoding",value:function(){var t="";return t+="101",t+=this.encodeMiddleDigits(),{data:t+="010101",text:this.text}}},{key:"guardedEncoding",value:function(){var t=[];return this.displayValue&&t.push({data:"00000000",text:this.text[0],options:{textAlign:"left",fontSize:this.fontSize}}),t.push({data:"101",options:{height:this.guardHeight}}),t.push({data:this.encodeMiddleDigits(),text:this.text.substring(1,7),options:{fontSize:this.fontSize}}),t.push({data:"010101",options:{height:this.guardHeight}}),this.displayValue&&t.push({data:"00000000",text:this.text[7],options:{textAlign:"right",fontSize:this.fontSize}}),t}},{key:"encodeMiddleDigits",value:function(){var t=this.upcA[0],e=this.upcA[this.upcA.length-1],n=s[parseInt(e)][parseInt(t)];return(0,o.default)(this.middleDigits,n)}}]),e}(i.default);function p(t,e){for(var n=parseInt(t[t.length-1]),r=c[n],o="",i=0,u=0;u=3&&this.number<=131070}}]),e}(((r=n(28012))&&r.__esModule?r:{default:r}).default);e.pharmacode=i},88532:function(t,e){Object.defineProperty(e,"__esModule",{value:!0});var n=function(){function t(t,e){for(var n=0;n0?(n=0,o.textAlign="left"):"right"==t.textAlign?(n=e.width-1,o.textAlign="right"):(n=e.width/2,o.textAlign="center"),o.fillText(e.text,n,r))}},{key:"moveCanvasDrawing",value:function(t){this.canvas.getContext("2d").translate(t.width,0)}},{key:"restoreCanvas",value:function(){this.canvas.getContext("2d").restore()}}]),t}();e.default=u},32804:function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0});var r=a(n(98204)),o=a(n(36917)),i=a(n(98652));function a(t){return t&&t.__esModule?t:{default:t}}e.default={CanvasRenderer:r.default,SVGRenderer:o.default,ObjectRenderer:i.default}},98652:function(t,e){Object.defineProperty(e,"__esModule",{value:!0});var n=function(){function t(t,e){for(var n=0;n0?e.fontSize+e.textMargin:0)+e.marginTop+e.marginBottom}function a(t,e,n){if(n.displayValue&&ee&&(e=t[n].height);return e},e.getEncodingHeight=i,e.getBarcodePadding=a,e.calculateEncodingAttributes=function(t,e,n){for(var r=0;r0&&(this.drawRect(a-e.width*i,r,e.width*i,e.height,t),i=0);i>0&&this.drawRect(a-e.width*(i-1),r,e.width*i,e.height,t)}},{key:"drawSVGText",value:function(t,e,n){var r,o,i=this.document.createElementNS(u,"text");e.displayValue&&(i.setAttribute("style","font:"+e.fontOptions+" "+e.fontSize+"px "+e.font),o="top"==e.textPosition?e.fontSize-e.textMargin:e.height+e.textMargin+e.fontSize,"left"==e.textAlign||n.barcodePadding>0?(r=0,i.setAttribute("text-anchor","start")):"right"==e.textAlign?(r=n.width-1,i.setAttribute("text-anchor","end")):(r=n.width/2,i.setAttribute("text-anchor","middle")),i.setAttribute("x",r),i.setAttribute("y",o),i.appendChild(this.document.createTextNode(n.text)),t.appendChild(i))}},{key:"setSvgAttributes",value:function(t,e){var n=this.svg;n.setAttribute("width",t+"px"),n.setAttribute("height",e+"px"),n.setAttribute("x","0px"),n.setAttribute("y","0px"),n.setAttribute("viewBox","0 0 "+t+" "+e),n.setAttribute("xmlns",u),n.setAttribute("version","1.1"),n.setAttribute("style","transform: translate(0,0)")}},{key:"createGroup",value:function(t,e,n){var r=this.document.createElementNS(u,"g");return r.setAttribute("transform","translate("+t+", "+e+")"),n.appendChild(r),r}},{key:"setGroupOptions",value:function(t,e){t.setAttribute("style","fill:"+e.lineColor+";")}},{key:"drawRect",value:function(t,e,n,r,o){var i=this.document.createElementNS(u,"rect");return i.setAttribute("x",t),i.setAttribute("y",e),i.setAttribute("width",n),i.setAttribute("height",r),o.appendChild(i),i}}]),t}();e.default=f}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/9907.ca2a4edb.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/9907.ca2a4edb.js new file mode 100644 index 0000000..5b6b5e7 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/9907.ca2a4edb.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[9907],{39907:function(e,n,t){t.r(n),t.d(n,{conf:function(){return o},language:function(){return r}});var o={comments:{lineComment:"'",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"],["<",">"],["addhandler","end addhandler"],["class","end class"],["enum","end enum"],["event","end event"],["function","end function"],["get","end get"],["if","end if"],["interface","end interface"],["module","end module"],["namespace","end namespace"],["operator","end operator"],["property","end property"],["raiseevent","end raiseevent"],["removehandler","end removehandler"],["select","end select"],["set","end set"],["structure","end structure"],["sub","end sub"],["synclock","end synclock"],["try","end try"],["while","end while"],["with","end with"],["using","end using"],["do","loop"],["for","next"]],autoClosingPairs:[{open:"{",close:"}",notIn:["string","comment"]},{open:"[",close:"]",notIn:["string","comment"]},{open:"(",close:")",notIn:["string","comment"]},{open:'"',close:'"',notIn:["string","comment"]},{open:"<",close:">",notIn:["string","comment"]}],folding:{markers:{start:new RegExp("^\\s*#Region\\b"),end:new RegExp("^\\s*#End Region\\b")}}},r={defaultToken:"",tokenPostfix:".vb",ignoreCase:!0,brackets:[{token:"delimiter.bracket",open:"{",close:"}"},{token:"delimiter.array",open:"[",close:"]"},{token:"delimiter.parenthesis",open:"(",close:")"},{token:"delimiter.angle",open:"<",close:">"},{token:"keyword.tag-addhandler",open:"addhandler",close:"end addhandler"},{token:"keyword.tag-class",open:"class",close:"end class"},{token:"keyword.tag-enum",open:"enum",close:"end enum"},{token:"keyword.tag-event",open:"event",close:"end event"},{token:"keyword.tag-function",open:"function",close:"end function"},{token:"keyword.tag-get",open:"get",close:"end get"},{token:"keyword.tag-if",open:"if",close:"end if"},{token:"keyword.tag-interface",open:"interface",close:"end interface"},{token:"keyword.tag-module",open:"module",close:"end module"},{token:"keyword.tag-namespace",open:"namespace",close:"end namespace"},{token:"keyword.tag-operator",open:"operator",close:"end operator"},{token:"keyword.tag-property",open:"property",close:"end property"},{token:"keyword.tag-raiseevent",open:"raiseevent",close:"end raiseevent"},{token:"keyword.tag-removehandler",open:"removehandler",close:"end removehandler"},{token:"keyword.tag-select",open:"select",close:"end select"},{token:"keyword.tag-set",open:"set",close:"end set"},{token:"keyword.tag-structure",open:"structure",close:"end structure"},{token:"keyword.tag-sub",open:"sub",close:"end sub"},{token:"keyword.tag-synclock",open:"synclock",close:"end synclock"},{token:"keyword.tag-try",open:"try",close:"end try"},{token:"keyword.tag-while",open:"while",close:"end while"},{token:"keyword.tag-with",open:"with",close:"end with"},{token:"keyword.tag-using",open:"using",close:"end using"},{token:"keyword.tag-do",open:"do",close:"loop"},{token:"keyword.tag-for",open:"for",close:"next"}],keywords:["AddHandler","AddressOf","Alias","And","AndAlso","As","Async","Boolean","ByRef","Byte","ByVal","Call","Case","Catch","CBool","CByte","CChar","CDate","CDbl","CDec","Char","CInt","Class","CLng","CObj","Const","Continue","CSByte","CShort","CSng","CStr","CType","CUInt","CULng","CUShort","Date","Decimal","Declare","Default","Delegate","Dim","DirectCast","Do","Double","Each","Else","ElseIf","End","EndIf","Enum","Erase","Error","Event","Exit","False","Finally","For","Friend","Function","Get","GetType","GetXMLNamespace","Global","GoSub","GoTo","Handles","If","Implements","Imports","In","Inherits","Integer","Interface","Is","IsNot","Let","Lib","Like","Long","Loop","Me","Mod","Module","MustInherit","MustOverride","MyBase","MyClass","NameOf","Namespace","Narrowing","New","Next","Not","Nothing","NotInheritable","NotOverridable","Object","Of","On","Operator","Option","Optional","Or","OrElse","Out","Overloads","Overridable","Overrides","ParamArray","Partial","Private","Property","Protected","Public","RaiseEvent","ReadOnly","ReDim","RemoveHandler","Resume","Return","SByte","Select","Set","Shadows","Shared","Short","Single","Static","Step","Stop","String","Structure","Sub","SyncLock","Then","Throw","To","True","Try","TryCast","TypeOf","UInteger","ULong","UShort","Using","Variant","Wend","When","While","Widening","With","WithEvents","WriteOnly","Xor"],tagwords:["If","Sub","Select","Try","Class","Enum","Function","Get","Interface","Module","Namespace","Operator","Set","Structure","Using","While","With","Do","Loop","For","Next","Property","Continue","AddHandler","RemoveHandler","Event","RaiseEvent","SyncLock"],symbols:/[=>=!%&+\-*/|~^]/,"operator"]],whitespace:[[/\s+/,"white"]],comments:[[/--+.*/,"comment"],[/\/\*/,{token:"comment.quote",next:"@comment"}]],comment:[[/[^*/]+/,"comment"],[/\*\//,{token:"comment.quote",next:"@pop"}],[/./,"comment"]],pseudoColumns:[[/[$][A-Za-z_][\w@#$]*/,{cases:{"@pseudoColumns":"predefined","@default":"identifier"}}]],numbers:[[/0[xX][0-9a-fA-F]*/,"number"],[/[$][+-]*\d*(\.\d*)?/,"number"],[/((\d+(\.\d*)?)|(\.\d+))([eE][\-+]?\d+)?/,"number"]],strings:[[/'/,{token:"string",next:"@string"}]],string:[[/[^']+/,"string"],[/''/,"string"],[/'/,{token:"string",next:"@pop"}]],complexIdentifiers:[[/"/,{token:"identifier.quote",next:"@quotedIdentifier"}]],quotedIdentifier:[[/[^"]+/,"identifier"],[/""/,"identifier"],[/"/,{token:"identifier.quote",next:"@pop"}]],scopes:[]}}}}]); \ No newline at end of file diff --git a/tansci-boot-ui/public/gh-pages/scripts/chunk/common.ae4d53e7.js b/tansci-boot-ui/public/gh-pages/scripts/chunk/common.ae4d53e7.js new file mode 100644 index 0000000..c331690 --- /dev/null +++ b/tansci-boot-ui/public/gh-pages/scripts/chunk/common.ae4d53e7.js @@ -0,0 +1,2 @@ +/*! For license information please see common.ae4d53e7.js.LICENSE.txt */ +(self.webpackChunktansci_boot_ui_editor=self.webpackChunktansci_boot_ui_editor||[]).push([[8592],{42048:function(e,t,n){"use strict";n.d(t,{FH:function(){return p},ZP:function(){return d}});var r=n(15671),a=n(43144),i=n(4942),o=n(55252),s=n(10432);function l(e){return!e&&0!==e&&!Number.isNaN(e)||!String(e).trim()}var u=function(){function e(t){(0,r.Z)(this,e),(0,i.Z)(this,"origin",""),(0,i.Z)(this,"number",void 0),(0,i.Z)(this,"empty",void 0),l(t)?this.empty=!0:(this.origin=String(t),this.number=Number(t))}return(0,a.Z)(e,[{key:"negate",value:function(){return new e(-this.toNumber())}},{key:"add",value:function(t){if(this.isInvalidate())return new e(t);var n=Number(t);if(Number.isNaN(n))return this;var r=this.number+n;if(r>Number.MAX_SAFE_INTEGER)return new e(Number.MAX_SAFE_INTEGER);if(r0&&void 0!==arguments[0]&&!arguments[0]?this.origin:this.isInvalidate()?"":(0,o.vP)(this.number)}}]),e}(),c=function(){function e(t){if((0,r.Z)(this,e),(0,i.Z)(this,"origin",""),(0,i.Z)(this,"negative",void 0),(0,i.Z)(this,"integer",void 0),(0,i.Z)(this,"decimal",void 0),(0,i.Z)(this,"decimalLen",void 0),(0,i.Z)(this,"empty",void 0),(0,i.Z)(this,"nan",void 0),l(t))this.empty=!0;else if(this.origin=String(t),"-"===t||Number.isNaN(t))this.nan=!0;else{var n=t;if((0,o.CC)(n)&&(n=Number(n)),n="string"==typeof n?n:(0,o.vP)(n),(0,o.mE)(n)){var a=(0,o._V)(n);this.negative=a.negative;var s=a.trimStr.split(".");this.integer=BigInt(s[0]);var u=s[1]||"0";this.decimal=BigInt(u),this.decimalLen=u.length}else this.nan=!0}}return(0,a.Z)(e,[{key:"getMark",value:function(){return this.negative?"-":""}},{key:"getIntegerStr",value:function(){return this.integer.toString()}},{key:"getDecimalStr",value:function(){return this.decimal.toString().padStart(this.decimalLen,"0")}},{key:"alignDecimal",value:function(e){var t="".concat(this.getMark()).concat(this.getIntegerStr()).concat(this.getDecimalStr().padEnd(e,"0"));return BigInt(t)}},{key:"negate",value:function(){var t=new e(this.toString());return t.negative=!t.negative,t}},{key:"add",value:function(t){if(this.isInvalidate())return new e(t);var n=new e(t);if(n.isInvalidate())return this;var r=Math.max(this.getDecimalStr().length,n.getDecimalStr().length),a=(this.alignDecimal(r)+n.alignDecimal(r)).toString(),i=(0,o._V)(a),s=i.negativeStr,l=i.trimStr,u="".concat(s).concat(l.padStart(r+1,"0"));return new e("".concat(u.slice(0,-r),".").concat(u.slice(-r)))}},{key:"isEmpty",value:function(){return this.empty}},{key:"isNaN",value:function(){return this.nan}},{key:"isInvalidate",value:function(){return this.isEmpty()||this.isNaN()}},{key:"equals",value:function(e){return this.toString()===(null==e?void 0:e.toString())}},{key:"lessEquals",value:function(e){return this.add(e.negate().toString()).toNumber()<=0}},{key:"toNumber",value:function(){return this.isNaN()?NaN:Number(this.toString())}},{key:"toString",value:function(){return arguments.length>0&&void 0!==arguments[0]&&!arguments[0]?this.origin:this.isInvalidate()?"":(0,o._V)("".concat(this.getMark()).concat(this.getIntegerStr(),".").concat(this.getDecimalStr())).fullStr}}]),e}();function d(e){return(0,s.L)()?new c(e):new u(e)}function p(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(""===e)return"";var a=(0,o._V)(e),i=a.negativeStr,s=a.integerStr,l=a.decimalStr,u="".concat(t).concat(l),c="".concat(i).concat(s);if(n>=0){var h=Number(l[n]);return h>=5&&!r?p(d(e).add("".concat(i,"0.").concat("0".repeat(n)).concat(10-h)).toString(),t,n,r):0===n?c:"".concat(c).concat(t).concat(l.padEnd(n,"0").slice(0,n))}return".0"===u?c:"".concat(c).concat(u)}},55252:function(e,t,n){"use strict";n.d(t,{CC:function(){return i},NX:function(){return o},_V:function(){return a},mE:function(){return l},vP:function(){return s}});var r=n(10432);function a(e){var t=e.trim(),n=t.startsWith("-");n&&(t=t.slice(1)),(t=t.replace(/(\.\d*[^0])0*$/,"$1").replace(/\.0*$/,"").replace(/^0+/,"")).startsWith(".")&&(t="0".concat(t));var r=t||"0",a=r.split("."),i=a[0]||"0",o=a[1]||"0";"0"===i&&"0"===o&&(n=!1);var s=n?"-":"";return{negative:n,negativeStr:s,trimStr:r,integerStr:i,decimalStr:o,fullStr:"".concat(s).concat(r)}}function i(e){var t=String(e);return!Number.isNaN(Number(t))&&t.includes("e")}function o(e){var t=String(e);if(i(e)){var n=Number(t.slice(t.indexOf("e-")+2)),r=t.match(/\.(\d+)/);return null!=r&&r[1]&&(n+=r[1].length),n}return t.includes(".")&&l(t)?t.length-t.indexOf(".")-1:0}function s(e){var t=String(e);if(i(e)){if(e>Number.MAX_SAFE_INTEGER)return String((0,r.L)()?BigInt(e).toString():Number.MAX_SAFE_INTEGER);if(e1&&b()(d[t[0]])){var n=(0,p.E)(u,e);(0,c.NI)(d,e,n),h[t[0]]=d[t[0]]}})),i(h)}},l.prototype.normalizeValue=function(){var e=this.props,t=e.joinValues,n=e.extractValue,r=e.value,a=e.multiple,i=e.formItem,o=e.valueField;e.enableNodePath,e.pathSeparator;var s=e.onChange;if(i&&!1===t&&i.options.length)if(!1!==n||"string"!=typeof r&&"number"!=typeof r)!0===n&&r&&!(Array.isArray(r)&&r.every((function(e){return"string"==typeof e||"number"==typeof e}))||"string"==typeof r||"number"==typeof r)&&(l=i.getSelectedOptions(r).map((function(e){return e[o||"value"]})),null==s||s(a?l.concat():l[0]));else{var l=i.getSelectedOptions(r);null==s||s(a?l.concat():l[0])}},l.prototype.getWrappedInstance=function(){return this.input},l.prototype.inputRef=function(e){this.input=e},l.prototype.handleToggle=function(e,t,n){return(0,r.mG)(this,void 0,void 0,(function(){var a,i,o,s,l;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return a=this.props,i=a.onChange,o=a.formItem,s=a.value,o?(l=this.toggleValue(e,s),[4,this.dispatchOptionEvent("change",l)]):[2];case 1:return r.sent()||i&&i(l,t,n),[2]}}))}))},l.prototype.defaultCheckAll=function(){var e=this.props,t=e.value,n=e.formItem,r=e.setPrinstineValue;if(n&&!n.getSelectedOptions(t).length){var a=n.filteredOptions.concat(),i=this.formatValueArray(a);null==r||r(i)}},l.prototype.formatValueArray=function(e){var t=this.props,n=t.joinValues,r=t.extractValue,a=t.valueField,i=t.delimiter,s=t.resetValue,l="";return t.multiple?(l=(0,o.getTreeDepth)(e)>1?(0,o.flattenTree)(e):e,n?l=l.map((function(e){return e[a||"value"]})).filter((function(e){return null!=e})).join(i):r&&(l=l.map((function(e){return e[a||"value"]})).filter((function(e){return null!=e})))):(l=e[0]||s,n&&l&&(l=l[a||"value"])),l},l.prototype.handleToggleAll=function(){return(0,r.mG)(this,void 0,void 0,(function(){var e,t,n,a,i,s,l,u,c;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e=this.props,t=e.value,n=e.onChange,a=e.formItem,i=e.valueField,a?(s=a.getSelectedOptions(t),l=(0,o.flattenTree)(a.filteredOptions.concat()).filter((function(e){return null!=e&&null!=e[i||"value"]})),u=s.length===l.length?[]:a.filteredOptions.concat(),c=this.formatValueArray(u),[4,this.dispatchOptionEvent("change",c)]):[2];case 1:return r.sent()||n&&n(c),[2]}}))}))},l.prototype.toggleValue=function(e,t){var n=this.props,r=n.joinValues,a=n.extractValue,i=n.valueField,o=n.delimiter,s=n.clearable,l=n.resetValue,u=n.multiple,c=n.formItem,d=void 0!==t?c.getSelectedOptions(t).concat():[],p=g()(d,(0,_.I)(e[i||"value"],i||"value")),h="";return u?(~p?d.splice(p,1):d.push(e),h=d,r?h=h.map((function(e){return e[i||"value"]})).join(o):a&&(h=h.map((function(e){return e[i||"value"]})))):(~p&&s?d.splice(p,1):d=[e],h=d[0]||l,(r||a)&&h&&(h=h[i||"value"])),h},l.prototype.reload=function(){return this.reloadOptions()},l.prototype.reloadOptions=function(e,t){void 0===t&&(t=!1);var n=this.props,r=n.source,o=n.formItem,s=n.data,l=n.onChange,u=n.setPrinstineValue,c=n.valueField;if(o&&(0,d.S)(r))(0,i.fh)(o)&&o.setOptions((0,w.G)((0,h.O)(r,s,"| raw")||[],void 0,c),this.changeOptionValue,s);else if(o&&(0,a.X1)(r,s))return o.loadOptions(r,s,void 0,!1,t?u:l,e)},l.prototype.deferLoad=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,i,o,s,l,u;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.deferApi,a=t.source,i=t.env,o=t.formItem,s=t.data,(l=e.deferApi||n||a)?[4,null==o?void 0:o.deferLoadOptions(e,l,(0,c.nW)(s,e))]:(i.notify("error","请在选项中设置 `deferApi` 或者表单项中设置 `deferApi`,用来加载子选项。"),[2]);case 1:return u=r.sent(),this.dispatchOptionEvent("loadFinished",u),[2]}}))}))},l.prototype.leftDeferLoad=function(e,t){var n=this.props,r=n.deferApi,a=n.source,i=n.env,o=n.formItem,s=n.data,l=e.deferApi||r||a;l?null==o||o.deferLoadLeftOptions(e,t,l,(0,c.nW)(s,e)):i.notify("error","请在选项中设置 `deferApi` 或者表单项中设置 `deferApi`,用来加载子选项。")},l.prototype.expandTreeOptions=function(e){var t=this.props,n=t.deferApi,r=t.source,a=t.env,i=t.formItem,o=t.data,s=n||r;s?null==i||i.expandTreeOptions(e,s,(0,c.nW)(o)):a.notify("error","请在选项中设置 `deferApi` 或者表单项中设置 `deferApi`,用来加载子选项。")},l.prototype.initOptions=function(e){var t;return(0,r.mG)(this,void 0,void 0,(function(){var n,a,o,s,l;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.reloadOptions(!1,!0)];case 1:return r.sent(),n=this.props,a=n.formItem,o=n.name,s=n.multiple,l=n.defaultCheckAll,a?((0,i.fh)(a)&&a.value&&(0,c.NI)(e,o,a.value),s&&l&&(null===(t=a.filteredOptions)||void 0===t?void 0:t.length)&&this.defaultCheckAll(),[2]):[2]}}))}))},l.prototype.focus=function(){this.input&&this.input.focus&&this.input.focus()},l.prototype.changeOptionValue=function(e){var t=this.props,n=t.onChange,r=t.formInited,a=t.setPrinstineValue,i=t.value;!1===r?void 0===i&&(null==a||a(e)):null==n||n(e)},l.prototype.setOptions=function(e,t){void 0===t&&(t=!1);var n=this.props.formItem;n&&n.setOptions(t?e:(0,w.G)(e||[],void 0,this.props.valueField),this.changeOptionValue,this.props.data)},l.prototype.syncOptions=function(){var e=this.props.formItem;e&&e.syncOptions(void 0,this.props.data)},l.prototype.setLoading=function(e){var t=this.props.formItem;t&&t.setLoading(e)},l.prototype.handleOptionAdd=function(e,t,n){var a,i;return void 0===e&&(e=-1),void 0===n&&(n=!1),(0,r.mG)(this,void 0,void 0,(function(){var s,l,u,d,p,h,f,m,v,g,y,b,w,_,C,E,k,S,x,T,M,O,N;return(0,r.Jh)(this,(function(D){switch(D.label){case 0:return s=this.props,l=s.addControls,u=s.addDialog,d=s.disabled,p=s.labelField,h=s.onOpenDialog,f=s.optionLabel,m=s.addApi,v=s.source,g=s.data,y=s.valueField,b=s.formItem,w=s.createBtnLabel,_=s.env,C=s.translate,d||!b?[2]:(n||Array.isArray(l)&&l.length||(l=[{type:"text",name:p||"label",label:!1,required:!0,placeholder:C("Options.addPlaceholder")}]),E=Array.isArray(e)?(0,o.getTree)(b.options,e.slice(0,-1)):void 0,k=(0,c.nW)(g,Array.isArray(e)?(0,r.pi)({parent:E},t):t),n?(x=k,[3,3]):[3,1]);case 1:return[4,h((0,r.pi)((0,r.pi)({type:"dialog",title:w||"新增".concat(f||"选项")},u),{body:{type:"form",api:m,controls:(0,r.ev)([{type:"hidden",name:"idx",value:e},{type:"hidden",name:"parent",value:E}],(0,r.CR)(l||[]),!1)}}),k)];case 2:x=D.sent(),D.label=3;case 3:if(S=x,!n||!m)return[3,7];D.label=4;case 4:return D.trys.push([4,6,,7]),[4,_.fetcher(m,S,{method:"post"})];case 5:return(T=D.sent()).ok?S=T.data||S:(_.notify("error",null!==(i=null===(a=null==m?void 0:m.messages)||void 0===a?void 0:a.failed)&&void 0!==i?i:T.msg||C("Options.createFailed")),S=null),[3,7];case 6:return M=D.sent(),S=null,console.error(M),_.notify("error",M.message),[3,7];case 7:return S?(S.hasOwnProperty(y||"value")||(S=(0,r.pi)((0,r.pi)({},S),((N={})[y||"value"]=S[p||"label"],N))),[4,this.dispatchOptionEvent("add",(0,r.pi)((0,r.pi)({},S),{idx:e}))]):[2];case 8:return D.sent()?[2]:(null==E?void 0:E.defer)?[4,this.deferLoad(E)]:[3,10];case 9:return D.sent(),[3,11];case 10:v&&m?this.reload():(O=b.options.concat(),Array.isArray(e)?O=(0,o.spliceTree)(O,e,0,(0,r.pi)({},S)):~e?O.splice(e,0,(0,r.pi)({},S)):O.push((0,r.pi)({},S)),b.setOptions(O,this.changeOptionValue,g)),D.label=11;case 11:return[2]}}))}))},l.prototype.handleOptionEdit=function(e,t,n){var a,i;return void 0===t&&(t=e),void 0===n&&(n=!1),(0,r.mG)(this,void 0,void 0,(function(){var s,l,u,d,p,h,f,m,v,g,y,b,w,_,C,E,k,S,x;return(0,r.Jh)(this,(function(T){switch(T.label){case 0:return s=this.props,l=s.editControls,u=s.editDialog,d=s.disabled,p=s.labelField,h=s.onOpenDialog,f=s.editApi,m=s.editInitApi,v=s.env,g=s.source,y=s.data,b=s.formItem,w=s.optionLabel,_=s.translate,d||!b?[2]:(n||Array.isArray(l)&&l.length||(l=[{type:"text",name:p||"label",label:!1,placeholder:_("Options.addPlaceholder")}]),n?(E=e,[3,3]):[3,1]);case 1:return[4,h((0,r.pi)((0,r.pi)({type:"dialog",title:_("Options.editLabel",{label:w||_("Options.label")})},u),{body:{type:"form",initApi:m,api:f,controls:l}}),(0,c.nW)(y,e))];case 2:E=T.sent(),T.label=3;case 3:if(C=E,!n||!f)return[3,7];T.label=4;case 4:return T.trys.push([4,6,,7]),[4,v.fetcher(f,(0,c.nW)(y,C),{method:"post"})];case 5:return(k=T.sent()).ok?C=k.data||C:(v.notify("error",null!==(i=null===(a=null==f?void 0:f.messages)||void 0===a?void 0:a.failed)&&void 0!==i?i:k.msg||_("saveFailed")),C=null),[3,7];case 6:return S=T.sent(),C=null,console.error(S),v.notify("error",S.message),[3,7];case 7:return C?[4,this.dispatchOptionEvent("edit",C)]:[2];case 8:return T.sent()||(g&&f?this.reload():(x=(0,o.findTreeIndex)(b.options,(function(e){return e===t})))&&b.setOptions((0,o.spliceTree)(b.options,x,1,(0,r.pi)((0,r.pi)({},t),C)),this.changeOptionValue,y)),[2]}}))}))},l.prototype.handleOptionDelete=function(e){var t,n;return(0,r.mG)(this,void 0,void 0,(function(){var a,i,s,l,u,d,p,h,f,v,g,y,b,w,_,C,E;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return a=this.props,i=a.deleteConfirmText,s=a.disabled,l=a.data,u=a.deleteApi,d=a.onDelete,p=a.env,h=a.formItem,f=a.source,v=a.valueField,g=a.translate,s||!h?[2]:(y=(0,c.nW)(l,e),i?[4,p.confirm((0,m.hX)(g(i),y))]:[3,2]);case 1:return b=r.sent(),[3,3];case 2:b=!0,r.label=3;case 3:return b?[4,this.dispatchOptionEvent("delete",y)]:[2];case 4:if(r.sent())return[2];r.label=5;case 5:return r.trys.push([5,8,,9]),u?[4,p.fetcher(u,y,{method:"delete"})]:[3,7];case 6:if(!(w=r.sent()).ok)return p.notify("error",null!==(n=null===(t=null==u?void 0:u.messages)||void 0===t?void 0:t.failed)&&void 0!==n?n:w.msg||g("deleteFailed")),[2];r.label=7;case 7:return d&&d(y),f?this.reload():(_=h.options.concat(),(C=(0,o.findTreeIndex)(_,(function(t){return t[v||"value"]==e[v||"value"]})))&&h.setOptions((0,o.spliceTree)(_,C,1),this.changeOptionValue,l)),[3,9];case 8:return E=r.sent(),console.error(E),p.notify("error",E.message),[3,9];case 9:return[2]}}))}))},l.prototype.render=function(){var e=this.props,n=e.value,i=e.formItem,s=e.addApi,l=e.editApi,c=e.deleteApi,d=e.creatable,p=e.editable,h=e.removable,f=e.enableNodePath,m=e.pathSeparator,v=e.delimiter,g=void 0===v?",":v,y=e.labelField,b=void 0===y?"label":y,w=e.valueField,_=void 0===w?"value":w,C=e.translate,E=(0,o.normalizeNodePath)(n,f,b,_,m,g),k=E.nodePathArray,S=E.nodeValueArray;return u.createElement(t,(0,r.pi)({},this.props,{placeholder:C(this.props.placeholder),ref:this.inputRef,options:i?i.filteredOptions:[],onToggle:this.handleToggle,onToggleAll:this.handleToggleAll,selectedOptions:i?i.getSelectedOptions(n,f?S:void 0):[],nodePath:k,loading:!!i&&i.loading,setLoading:this.setLoading,setOptions:this.setOptions,syncOptions:this.syncOptions,reloadOptions:this.reload,deferLoad:this.deferLoad,leftDeferLoad:this.leftDeferLoad,expandTreeOptions:this.expandTreeOptions,creatable:!(!1===d||!(0,a.X1)(s))||d,editable:p||!1!==p&&(0,a.X1)(l),removable:h||!1!==h&&(0,a.X1)(c),onAdd:this.handleOptionAdd,onEdit:this.handleOptionEdit,onDelete:this.handleOptionDelete}))},l.displayName="OptionsControl(".concat(e.type,")"),l.defaultProps=(0,r.pi)({delimiter:",",labelField:"label",valueField:"value",joinValues:!0,extractValue:!1,multiple:!1,placeholder:"Select.placeholder",resetValue:"",deleteConfirmText:"deleteConfirm"},t.defaultProps),l.propsList=t.propsList?(0,r.ev)([],(0,r.CR)(t.propsList),!1):[],l.ComposedComponent=t,(0,r.gn)([o.autobind,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],l.prototype,"inputRef",null),(0,r.gn)([o.autobind,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Boolean,Boolean]),(0,r.w6)("design:returntype",Promise)],l.prototype,"handleToggle",null),(0,r.gn)([o.autobind,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",Promise)],l.prototype,"handleToggleAll",null),(0,r.gn)([o.autobind,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],l.prototype,"reload",null),(0,r.gn)([o.autobind,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Boolean,Object]),(0,r.w6)("design:returntype",void 0)],l.prototype,"reloadOptions",null),(0,r.gn)([o.autobind,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],l.prototype,"deferLoad",null),(0,r.gn)([o.autobind,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],l.prototype,"leftDeferLoad",null),(0,r.gn)([o.autobind,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Array]),(0,r.w6)("design:returntype",void 0)],l.prototype,"expandTreeOptions",null),(0,r.gn)([o.autobind,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],l.prototype,"initOptions",null),(0,r.gn)([o.autobind,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],l.prototype,"changeOptionValue",null),(0,r.gn)([o.autobind,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Array,Object]),(0,r.w6)("design:returntype",void 0)],l.prototype,"setOptions",null),(0,r.gn)([o.autobind,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],l.prototype,"syncOptions",null),(0,r.gn)([o.autobind,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Boolean]),(0,r.w6)("design:returntype",void 0)],l.prototype,"setLoading",null),(0,r.gn)([o.autobind,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object,Boolean]),(0,r.w6)("design:returntype",Promise)],l.prototype,"handleOptionAdd",null),(0,r.gn)([o.autobind,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object,Boolean]),(0,r.w6)("design:returntype",Promise)],l.prototype,"handleOptionEdit",null),(0,r.gn)([o.autobind,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],l.prototype,"handleOptionDelete",null),l}(u.Component);return(0,l.OS)((0,r.pi)((0,r.pi)({},e),{strictMode:!1,component:n}))}((0,r.pi)((0,r.pi)({},e),{component:t}));return n.component}}},90396:function(e,t,n){"use strict";n.d(t,{V:function(){return a}});var r=n(70655),a=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){console.warn("Please implement this renderer(".concat(this.props.type,")"))},t.prototype.render=function(){return null},t}(n(67294).Component)},28785:function(e,t,n){"use strict";var r=n(90396),a=(n(14346),n(59623));(0,a.zn)({type:"spinner",component:r.V}),(0,a.zn)({type:"alert",component:r.V}),(0,a.zn)({type:"dialog",component:r.V}),(0,a.zn)({type:"drawer",component:r.V})},84532:function(e,t,n){"use strict";var r=n(70655),a=n(59623),i=n(42946),o=n(54503);function s(e,t){var n={renderer:a.Th,formitem:o.xJ,options:i.oZ},s=t.component;!s&&window.AmisCustomRenderers&&window.AmisCustomRenderers[t.type]&&window.AmisCustomRenderers[t.type].component&&(s=window.AmisCustomRenderers[t.type].component),s&&["renderer","formitem","options"].includes(e)&&n[e]&&n[e]((0,r.pi)((0,r.pi)({},t.config||{}),{type:t.type,weight:t.weight||0,autoVar:t.autoVar||!1}))(s)}window.AmisCustomRenderers&&Object.keys(window.AmisCustomRenderers).forEach((function(e){if(a.b7[e])console.warn("[amis-core]:预注册渲染器失败,当前已存在重名渲染器(".concat(e,")。"));else{var t=window.AmisCustomRenderers[e];t&&s(e,t)}})),window.addEventListener("message",(function(e){var t,n,r;if(e.data&&"amis-renderer-register-event"===(null===(t=e.data)||void 0===t?void 0:t.type)&&(null===(n=e.data)||void 0===n?void 0:n.amisRenderer)&&e.data.amisRenderer.type){var i=null===(r=e.data)||void 0===r?void 0:r.amisRenderer,o=(null==i?void 0:i.usage)||"renderer";a.b7[i.type]?console.warn("[amis-core]:动态注册渲染器失败,当前已存在重名渲染器(".concat(i.type,")。")):(console.info("[amis-core]响应动态注册渲染器事件:",i.type),s(o,i))}}),!1)},6014:function(e,t,n){"use strict";n.d(t,{R:function(){return E}});var r=n(70655),a=n(67294),i=n(23279),o=n.n(i),s=n(18446),l=n.n(s),u=n(34193),c=n(16297),d=n(20723),p=n(68e3),h=n(45600),f=n(67090),m=n(29323),v=n(8679),g=n.n(v),y=n(13276),b=n(47938),w=n(78718),_=n.n(w),C=n(43560);function E(e){var t,n=g()((0,y.C)((0,m.Pi)((t=function(t){function n(n){var a,i,s=this;(s=t.call(this,n)||this).value=void 0,s.lazyEmitChange=o()(s.emitChange.bind(s),250,{trailing:!0,leading:!1});var l=s.props,p=l.formStore,f=l.formItem,m=l.rootStore,v=l.store,g=l.onChange,y=l.data,w=l.inputGroupControl,C=l.$schema,E=C.name,k=C.id,S=C.type,x=C.required,T=C.validations,M=C.validationErrors,O=C.unique,N=C.value;C.multiple;var D=C.delimiter,A=C.valueField,L=C.labelField,P=C.joinValues,F=C.extractValue,R=C.selectFirst,j=C.autoFill,I=C.clearValueOnHidden,Y=C.validateApi,V=C.minLength,H=C.maxLength,Z=C.validateOnChange,B=C.label;if(s.getValue=s.getValue.bind(s),s.setValue=s.setValue.bind(s),s.handleChange=s.handleChange.bind(s),s.setPrinstineValue=s.setPrinstineValue.bind(s),s.controlRef=s.controlRef.bind(s),s.handleBlur=s.handleBlur.bind(s),!E)return"string"==typeof S&&(S.startsWith("input-")||S.endsWith("select")||"switch"===S||"textarea"===S||"radios"===S)&&"input-group"!==S&&console.warn("name is required",s.props.$schema),s;var z=s.props.value,W=m.addStore({id:(0,c.guid)(),path:s.props.$path,storeType:h.o.name,parentId:null==v?void 0:v.id,name:E});if(s.model=W,null==f||f.addSubFormItem(W),W.config((0,r.pi)((0,r.pi)({},_()((0,r.pi)((0,r.pi)({},e.defaultProps),s.props.$schema),["multiple"])),{id:k,type:S,required:x,unique:O,value:N,isValueSchemaExp:(0,d.UT)(N),rules:T,messages:M,delimiter:D,valueField:A,labelField:L,joinValues:P,extractValue:F,selectFirst:R,autoFill:j,clearValueOnHidden:I,validateApi:Y,minLength:V,maxLength:H,validateOnChange:Z,label:B,inputGroupControl:w})),s.model.unique&&(null===(a=null==p?void 0:p.parentStore)||void 0===a?void 0:a.storeType)===u.t.name&&p.parentStore.bindUniuqueItem(W),null!=z)W.changeTmpValue(z);else{var U=(0,d.UT)(N)?d.jo.formula(N,y):null!==(i=null==v?void 0:v.getValueByName(W.name))&&void 0!==i?i:(0,d.sR)(N);W.changeTmpValue(U),g&&void 0!==N&&void 0!==U&&g(W.tmpValue,W.name,!1,!0)}return g&&void 0===z&&void 0===(null==v?void 0:v.getValueByName(W.name,!1))&&(null==v?void 0:v.storeType)!==b.kK.name&&g(W.tmpValue,W.name,!1,!0),s}return(0,r.ZT)(n,t),n.prototype.componentDidMount=function(){var e=this,t=this.props;t.store,t.formStore;var n=t.$schema,r=n.name,a=n.validate,i=t.addHook;this.hook3=function(){e.lazyEmitChange.flush()},null==i||i(this.hook3,"flush");var o=this.model;if(o&&a){var s=(0,c.promisify)(a.bind(o));this.hook2=function(){return o.clearError("control:valdiate"),s(e.props.data,e.getValue(),r).then((function(e){("string"==typeof e||Array.isArray(e))&&e&&o.addError(e,"control:valdiate")}))},null==i||i(this.hook2)}},n.prototype.componentDidUpdate=function(e){var t=this.props;t.formStore;var n=this.model;if(n&&(0,c.anyChanged)(["id","validations","validationErrors","value","defaultValue","required","unique","multiple","delimiter","valueField","labelField","joinValues","extractValue","selectFirst","autoFill","clearValueOnHidden","validateApi","minLength","maxLength","label"],e.$schema,t.$schema)&&n.config({required:t.$schema.required,id:t.$schema.id,unique:t.$schema.unique,value:t.$schema.value,isValueSchemaExp:(0,d.UT)(t.$schema.value),rules:t.$schema.validations,multiple:t.$schema.multiple,delimiter:t.$schema.delimiter,valueField:t.$schema.valueField,labelField:t.$schema.labelField,joinValues:t.$schema.joinValues,extractValue:t.$schema.extractValue,messages:t.$schema.validationErrors,selectFirst:t.$schema.selectFirst,autoFill:t.$schema.autoFill,clearValueOnHidden:t.$schema.clearValueOnHidden,validateApi:t.$schema.validateApi,minLength:t.$schema.minLength,maxLength:t.$schema.maxLength,label:t.$schema.label,inputGroupControl:null==t?void 0:t.inputGroupControl}),n&&void 0!==t.value)l()(t.value,e.value)||l()(t.value,n.tmpValue)||n.changeTmpValue(t.value);else if(n&&void 0!==t.defaultValue&&(0,d.UT)(t.defaultValue)){var r=(0,d.R7)(t.defaultValue);if(!l()(t.defaultValue,e.defaultValue)||t.data!==e.data&&((0,d.EF)(t.defaultValue,t.data,e.data)||r)){var a=d.jo.formula(t.defaultValue,t.data),i=d.jo.formula(e.defaultValue,e.data);if(l()(a,i)||l()(a,n.tmpValue)){if(r){var o=t.data[n.name];n.changeTmpValue(o),t.onChange&&t.onChange(o,n.name,!1)}}else n.changeTmpValue(a),t.onChange&&t.onChange(a,n.name,!1)}}else if(n){var s=(0,C.E)(t.data,n.name);if(l()(t.defaultValue,e.defaultValue)){if(t.data!==e.data&&(!n.emitedValue||l()(n.emitedValue,n.tmpValue))){n.changeEmitedValue(void 0);var u=(0,C.E)(t.data,n.name);l()(s,u)&&(0,C.E)(t.data,n.name,!1)===(0,C.E)(e.data,n.name,!1)||l()(s,n.tmpValue)||n.changeTmpValue(s)}}else if(!l()(t.defaultValue,e.defaultValue)&&!l()(t.defaultValue,n.tmpValue)){var p=(0,d.sR)(t.defaultValue);n.changeTmpValue(p),t.onChange&&t.onChange(p,n.name,!1)}}},n.prototype.componentWillUnmount=function(){var e,t,n,r,a,i,o;this.hook&&(null===(t=(e=this.props).removeHook)||void 0===t||t.call(e,this.hook)),this.hook2&&(null===(r=(n=this.props).removeHook)||void 0===r||r.call(n,this.hook2)),this.hook3&&(null===(i=(a=this.props).removeHook)||void 0===i||i.call(a,this.hook3,"flush")),this.lazyEmitChange.cancel(),null===(o=this.reaction)||void 0===o||o.call(this),this.disposeModel()},n.prototype.disposeModel=function(){var e,t=this.props,n=t.formStore,r=t.formItem,a=t.rootStore;this.model&&this.model.unique&&(null==n?void 0:n.parentStore)&&(null==n?void 0:n.parentStore.storeType)===u.t.name&&n.parentStore.unBindUniuqueItem(this.model),this.model&&(r&&(0,f.fh)(r)&&r.removeSubFormItem(this.model),this.model.clearValueOnHidden&&(null===(e=this.model.form)||void 0===e||e.deleteValueByName(this.model.name)),(0,f.fh)(a)&&a.removeStore(this.model)),delete this.model},n.prototype.controlRef=function(e){var t=this,n=this.props,r=n.addHook,a=n.removeHook;n.formStore;for(var i=n.$schema.name;e&&e.getWrappedInstance;)e=e.getWrappedInstance();if(e&&e.validate&&this.model){var o=this.model,s=(0,c.promisify)(e.validate.bind(e));this.hook=function(){return o.clearError("component:valdiate"),s(t.props.data,t.getValue(),i).then((function(e){("string"==typeof e||Array.isArray(e))&&e&&o.setError(e,"component:valdiate")}))},null==r||r(this.hook)}else!e&&this.hook&&(null==a||a(this.hook),this.hook=void 0);var l=this.control;this.control=e;var u=this.context;e?u.registerComponent(this.control):l&&u.unRegisterComponent(l)},n.prototype.validate=function(){return(0,r.mG)(this,void 0,void 0,(function(){var e,t,n,a,i,o,s,l;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e=this.props,t=e.formStore,n=e.data,a=e.formItemDispatchEvent,this.model?this.model.unique&&(null==t?void 0:t.parentStore)&&t.parentStore.storeType===u.t.name?(o=t.parentStore,s=o.uniques.get(this.model.name),l=s.items.map((function(e){return e.validate(n)})),[4,Promise.all(l)]):[3,2]:[3,4];case 1:return i=r.sent(),[3,4];case 2:return(l=null==t?void 0:t.getItemsByName(this.model.name).map((function(e){return e.validate(n)})))&&l.length?[4,Promise.all(l)]:[3,4];case 3:i=r.sent(),r.label=4;case 4:return i&&i.length&&(i.indexOf(!1)>-1?a("formItemValidateError",n):a("formItemValidateSucc",n)),[2]}}))}))},n.prototype.handleChange=function(e,t,n){void 0===t&&(t=this.props.$schema.submitOnChange),void 0===n&&(n=!1);var r=this.props;r.formStore;var a=r.onChange,i=r.$schema,o=i.type,s=i.pipeOut,l=i.changeImmediately,u=r.formInited,c=r.data;this.model&&!~["service","group","hbox","panel","grid","input-group"].indexOf(o)?(s&&(e=s(e,this.model.value,c)),this.model.changeTmpValue(e),n||l||!u?this.emitChange(t):this.lazyEmitChange(t)):a&&a.apply(null,arguments)},n.prototype.emitChange=function(e){var t;void 0===e&&(e=this.props.$schema.submitOnChange);var n=this.props,r=n.formStore,a=n.onChange,i=n.$schema,o=i.name,s=i.id,l=i.label,u=i.type,c=i.onChange;i.maxLength,i.minLength;var d=n.data,p=n.env,h=n.validateOnChange,f=n.formSubmited;if(this.model){var m=this.model.tmpValue,v=(0,C.E)(d,this.model.name,!1);if(v!==m&&("input-password"!==u&&(null==p||p.tracker({eventType:"formItemChange",eventData:{id:s,name:o,label:l,type:u,value:m}},this.props)),this.model.changeEmitedValue(m),!1!==(null==c?void 0:c(m,v,this.model,r))&&this.model)){var g=this.model.validated;null==a||a(m,o,!0===e),!0===h||!1!==h&&(f||g)?this.validate():!1===h&&(null===(t=this.model)||void 0===t||t.reset())}}},n.prototype.handleBlur=function(e){var t=this.props,n=t.onBlur;t.$schema.validateOnBlur&&this.model&&this.validate(),n&&n(e)},n.prototype.setPrinstineValue=function(e){if(this.model){var t=this.props;t.formStore;var n=t.name,r=t.$schema.pipeOut,a=t.onChange,i=t.value,o=t.data;r&&(e=r(e,i,o)),null==a||a(e,n,!1,!0)}},n.prototype.getValue=function(){var e=this.props,t=e.formStore,n=e.$schema,r=this.model?this.model.tmpValue:n.value;return n.pipeIn&&(r=n.pipeIn(r,t)),r},n.prototype.setValue=function(e,t){var n,r=this.props,a=r.$schema.name,i=r.onBulkChange;t&&t!==a?i&&i(((n={})[t]=e,n)):this.handleChange(e)},n.prototype.render=function(){var t,n=this.props,i=n.controlWidth,o=n.disabled,s=n.formMode,l=n.$schema,u=n.store,c=n.data;if(n.invisible)return null;var d=this.getValue(),p=this.model,h={defaultSize:i,disabled:null!=o?o:l.disabled,formItem:this.model,formMode:l.mode||s,ref:this.controlRef,data:c||(null==u?void 0:u.data),value:d,defaultValue:l.value,formItemValue:d,onChange:this.handleChange,onBlur:this.handleBlur,setValue:this.setValue,getValue:this.getValue,prinstine:p?p.prinstine:void 0,setPrinstineValue:this.setPrinstineValue,_filteredOptions:null===(t=this.model)||void 0===t?void 0:t.filteredOptions};return a.createElement(e,(0,r.pi)({},this.props,h))},n}(a.Component),t.contextType=p.ZH,t.defaultProps={},t))),e);return n}},89015:function(e,t,n){"use strict";n.d(t,{d:function(){return l}});var r=n(70655),a=n(67090),i=n(16297),o=n(68691),s=n(94219),l=o.Y.named("AppStore").props({pages:a.V5.frozen(),activePage:a.V5.frozen(),folded:!1,offScreen:!1}).views((function(e){return{get navigations(){return Array.isArray(e.pages)?(0,i.mapTree)(e.pages,(function(e){var t=e.visible;return!1!==t&&e.path&&!~e.path.indexOf("http")&&~e.path.indexOf(":")&&(t=!1),{label:e.label,icon:e.icon,path:e.path,children:e.children,className:e.className,visible:t}})):[{label:e.__("App.navigation"),children:[]}]},get bcn(){var t;return(null===(t=e.activePage)||void 0===t?void 0:t.bcn)||[]},get pageData(){var t;return(0,s.nW)(e.data,{params:(null===(t=e.activePage)||void 0===t?void 0:t.params)||{}})}}})).actions((function(e){return{toggleFolded:function(){e.folded=!e.folded},toggleOffScreen:function(){e.offScreen=!e.offScreen},setPages:function(t){if(t&&!Array.isArray(t))t=[t];else if(!Array.isArray(t))return;t=(0,i.mapTree)(t,(function(e,t,n,a){var o=e.link||e.url;if((e.schema||e.schemaApi)&&(o=e.url||"/".concat(a.map((function(e){return e.index})).concat(t).map((function(e){return"page-".concat(e+1)})).join("/")),o&&"/"!==o[0])){for(var s="/",l=a.length;l>0;){var u=a[l-1];if(null==u?void 0:u.path){s=u.path+"/";break}l--}o=s+o}return(0,r.pi)((0,r.pi)({},e),{index:t,id:e.id||(0,i.guid)(),label:e.label,icon:e.icon,path:o})})),e.pages=t},rewrite:function(t,n){var r=(0,i.findTree)(e.pages,(function(e){return e.path===t}));r&&this.setActivePage(r,n)},setActivePage:function(t,n,a){var o;if((null===(o=e.activePage)||void 0===o?void 0:o.id)!==t.id){var s=[];if((0,i.findTree)(e.pages,(function(a,i,o,l){return a.id===t.id&&(s=l.filter((function(e){return e.path&&e.label})),n.showFullBreadcrumbPath&&(s=l.filter((function(e){return e.label}))),s.push((0,r.pi)((0,r.pi)({},a),{path:""})),e.__,n.showBreadcrumbHomePath&&"/"!==s[0].path&&s.unshift({label:e.__("App.home"),path:"/"}),!0)})),e.activePage=(0,r.pi)((0,r.pi)({},t),{params:a||{},bcn:s}),t.label&&(document.title=t.label),t.schema)e.schema=t.schema,e.schemaKey=""+Date.now();else if(t.schemaApi)e.schema=null,e.fetchSchema(t.schemaApi,e.activePage,{method:"get"});else{if(t.redirect)return void n.jumpTo(t.redirect);t.rewrite?this.rewrite(t.rewrite,n):(e.schema=null,e.schemaKey="")}}},updateActivePage:function(t){if(Array.isArray(e.pages)){var n,r=(0,i.findTree)(e.pages,(function(e){return!(!e.path||!(n=t.isCurrentUrl(e.path,e)))}));if(r)this.setActivePage(r,t,"object"==typeof n?n.params:void 0);else{var a=(0,i.findTree)(e.pages,(function(e){return e.isDefaultPage}));a?this.setActivePage(a,t):e.activePage=null}}}}}))},34193:function(e,t,n){"use strict";n.d(t,{t:function(){return s}});var r=n(67090),a=n(63038),i=n(66755),o=r.V5.model("UniqueGroup",{name:r.V5.identifier,itemsRef:r.V5.array(r.V5.string)}).views((function(e){return{get items(){return e.itemsRef.map((function(e){return(0,i.ce)(e)}))}}})).actions((function(e){return{removeItem:function(t){e.itemsRef.replace(e.itemsRef.filter((function(e){return e!==t.id})))},addItem:function(t){e.itemsRef.push(t.id)}}})),s=a._.named("ComboStore").props({uniques:r.V5.map(o),multiple:!1,formsRef:r.V5.optional(r.V5.array(r.V5.string),[]),minLength:0,maxLength:0,length:0,activeKey:0}).views((function(e){function t(){return e.formsRef.map((function(e){return(0,i.ce)(e)}))}return{get forms(){return t()},get addable(){if(e.maxLength&&e.length>=e.maxLength)return!1;if(e.uniques.size){var t=!1;if(e.uniques.forEach((function(e){if(!t&&e.items.length){var n=e.items[0].options.length,r=e.items.reduce((function(e,t){return e+t.selectedOptions.length}),0);t=!!(n&&r>=n)}})),t)return!1}return!0},get removable(){return!(e.minLength&&e.minLength>=e.length)},getItemsByName:function(n){var r=t();return e.multiple?[r[parseInt(n,10)]]:r[0].getItemsByName(n)}}})).actions((function(e){function t(t){var n=e.uniques.get(t.name);n.removeItem(t),n.items.length||e.uniques.delete(t.name)}return{config:function(t){void 0!==t.multiple&&(e.multiple=t.multiple),void 0!==t.minLength&&(e.minLength=parseInt(t.minLength,10)),void 0!==t.maxLength&&(e.maxLength=parseInt(t.maxLength,10)),void 0!==t.length&&(e.length=t.length)},setActiveKey:function(t){e.activeKey=t},bindUniuqueItem:function(t){e.uniques.has(t.name)||e.uniques.put({name:t.name}),e.uniques.get(t.name).addItem(t)},unBindUniuqueItem:t,addForm:function(t){e.formsRef.push(t.id)},onChildStoreDispose:function(n){if("FormStore"===n.storeType){var r=e.formsRef.indexOf(n.id);~r&&(e.formsRef.splice(r,1),n.items.forEach((function(e){e.unique&&t(e)})),e.forms.forEach((function(e){return e.items.forEach((function(t){return t.unique&&t.syncOptions(void 0,e.data)}))})))}e.removeChildId(n.id)}}}))},26718:function(e,t,n){"use strict";n.d(t,{q:function(){return v}});var r=n(70655),a=n(93162),i=n(67090),o=n(68691),s=n(16297),l=n(78718),u=n.n(l),c=(n(980),n(30381),n(94219)),d=n(43560),p=n(41165),h=(n(68630),n(35373),n(88731)),f=n(90233),m=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="ServerError",t}return(0,r.ZT)(t,e),t}(Error),v=o.Y.named("CRUDStore").props({pristineQuery:i.V5.optional(i.V5.frozen(),{}),query:i.V5.optional(i.V5.frozen(),{}),prevPage:1,page:1,perPage:10,total:0,mode:"normal",hasNext:!1,selectedAction:i.V5.frozen(),columns:i.V5.frozen(),items:i.V5.optional(i.V5.array(i.V5.frozen()),[]),selectedItems:i.V5.optional(i.V5.array(i.V5.frozen()),[]),unSelectedItems:i.V5.optional(i.V5.array(i.V5.frozen()),[]),filterTogggable:!1,filterVisible:!0,hasInnerModalOpen:!1}).views((function(e){return{get lastPage(){return Math.max(Math.ceil(e.total/(e.perPage<1?10:e.perPage)),1)},get filterData(){return(0,c.nW)(e.data,(0,r.pi)({},e.query))},get mergedData(){return(0,c.kt)(e.data,(0,r.pi)((0,r.pi)((0,r.pi)({},e.query),e.data),{selectedItems:e.selectedItems,unSelectedItems:e.unSelectedItems}))},get hasModalOpened(){return e.dialogOpen||e.drawerOpen||e.hasInnerModalOpen},get selectedItemsAsArray(){return e.selectedItems.concat()},fetchCtxOf:function(t,n){var a;return(0,c.nW)(t,(0,r.pi)((0,r.pi)((0,r.pi)({},e.query),((a={})[n.pageField||"page"]=e.page,a[n.perPageField||"perPage"]=e.perPage,a)),t))}}})).actions((function(e){var t=null;function o(t,n,a,i,o){void 0===a&&(a="page"),void 0===i&&(i="perPage"),void 0===o&&(o=!1);var l=e.query;e.query=o?(0,r.pi)({},t):(0,r.pi)((0,r.pi)({},e.query),t),e.query[a||"page"]&&(e.page=parseInt(e.query[a||"page"],10)),e.query[i||"perPage"]&&(e.perPage=parseInt(e.query[i||"perPage"],10)),n&&(0,s.isObjectShallowModified)(l,e.query,!1)&&setTimeout(n.bind(null,"?".concat((0,s.qsstringify)(e.query))),4)}var l=(0,i.ls)((function(n,a,l){var m,v,g,y,b,w,_,C,E,k,S,x,T,M,O,N,D,A,L,P,F,R,j,I,Y,V,H,Z,B,z,W,U,K,J,q,G;return void 0===l&&(l={}),(0,r.Jh)(this,(function($){switch($.label){case 0:return $.trys.push([0,2,,3]),!l.forceReload&&l.loadDataOnce&&e.total?(m=l.source?(0,p.O)(l.source,(0,c.nW)(e.mergedData,{items:e.data.itemsRaw,rows:e.data.itemsRaw}),"| raw"):e.items.concat(),Array.isArray(l.columns)&&l.columns.forEach((function(t){var n,r=t.name;(t.searchable||t.filterable)&&r&&null!=(n=(0,d.E)(e.query,r))&&(m=(0,f.Lu)(m,n,{keys:[r]}))})),e.query.orderBy&&(F=/desc/i.test(e.query.orderDir)?-1:1,m=(0,s.sortArray)(m,e.query.orderBy,F)),v=(0,r.pi)((0,r.pi)({},e.data),{total:m.length,items:m.slice((e.page-1)*e.perPage,e.page*e.perPage)}),e.total=parseInt(null!==(H=v.total)&&void 0!==H?H:v.count,10)||0,e.reInitData(v),[2]):(t&&(t(),t=null,e.fetching=!1),l.silent||e.markFetching(!0),g=(0,c.nW)(e.data,(0,r.pi)((0,r.pi)((0,r.pi)({},e.query),a),((I={})[l.pageField||"page"]=e.page,I[l.perPageField||"perPage"]=e.perPage,I))),l.loadDataOnce&&delete g[l.perPageField||"perPage"],[4,(0,i.dU)(e).fetcher(n,g,(0,r.pi)((0,r.pi)({},l),{cancelExecutor:function(e){return t=e}}))]);case 1:if(y=$.sent(),t=null,y.ok){if(!y.data)throw new Error(e.__("CRUD.invalidData"));if(e.updatedAt=Date.now(),b=(0,h.Mp)(y.data),w=b.total,_=b.count,C=b.page,E=b.hasNext,k=b.items,S=b.rows,x=b.columns,T=(0,r._T)(b,["total","count","page","hasNext","items","rows","columns"]),M=void 0,M=l.source?(0,p.O)(l.source,(0,c.nW)(e.filterData,b),"| raw"):b.items||b.rows,!Array.isArray(M))try{for(O=(0,r.XA)(Object.keys(b)),N=O.next();!N.done;N=O.next())if(D=N.value,b.hasOwnProperty(D)&&Array.isArray(b[D])){M=b[D];break}}catch(e){Y={error:e}}finally{try{N&&!N.done&&(V=O.return)&&V.call(O)}finally{if(Y)throw Y.error}}if(!Array.isArray(M))throw new Error(e.__("CRUD.invalidArray"));M.map((function(e){return"string"==typeof e?{text:e}:e})),A=[],A=l.loadDataMode&&Array.isArray(e.data.items)?e.data.items.concat(M):M,L=(0,r.pi)((0,r.pi)((0,r.pi)({},n.replaceData?{}:e.pristine),{items:A,count:_,total:w}),T),l.loadDataOnce&&(L.itemsRaw=k||S,P=A.concat(),Array.isArray(l.columns)&&l.columns.forEach((function(t){var n,a=t.name;if(t.searchable&&a&&(n=(0,d.E)(e.query,a)))if(Array.isArray(n)){if(n.length>0){var i=(0,r.ev)([],(0,r.CR)(P),!1),o=[];n.forEach((function(e){o=(0,r.ev)((0,r.ev)([],(0,r.CR)(o),!1),(0,r.CR)((0,f.Lu)(i,e,{keys:[a]})),!1)})),P=P.filter((function(e){return o.find((function(t){return t===e}))}))}}else P=(0,f.Lu)(P,n,{keys:[a]})})),e.query.orderBy&&(F=/desc/i.test(e.query.orderDir)?-1:1,P=(0,s.sortArray)(P,e.query.orderBy,F)),L.items=P.slice((e.page-1)*e.perPage,e.page*e.perPage),L.count=L.total=P.length),Array.isArray(x)?e.columns=x.concat():T.isTable2&&(e.columns=l.columns),e.items.replace(A),e.reInitData(L,!!n.replaceData),!1!==l.syncResponse2Query&&o(u()(T,Object.keys(e.query)),void 0,l.pageField||"page",l.perPageField||"perPage"),e.total=parseInt(null!==(U=L.total)&&void 0!==U?U:L.count,10)||0,void 0!==C&&(e.page=parseInt(C,10)),void 0!==E&&(e.mode="simple",e.total=0,e.hasNext=!!E),e.updateMessage(null!==(G=null!==(q=null!==(J=null===(K=n.messages)||void 0===K?void 0:K.success)&&void 0!==J?J:y.msg)&&void 0!==q?q:l.successMessage)&&void 0!==G?G:y.defaultMsg),l&&l.successMessage&&(0,i.dU)(e).notify("success",e.msg)}else e.updateMessage(null!==(W=null!==(z=null!==(B=null===(Z=null==n?void 0:n.messages)||void 0===Z?void 0:Z.failed)&&void 0!==B?B:y.msg)&&void 0!==z?z:l.errorMessage)&&void 0!==W?W:e.__("CRUD.fetchFailed"),!0),(0,i.dU)(e).notify("error",y.msg,void 0!==y.msgTimeout?{closeButton:!0,timeout:y.msgTimeout}:void 0);return e.markFetching(!1),[2,y];case 2:return R=$.sent(),j=(0,i.dU)(e),!(0,i.fh)(e)||e.disposed||(e.markFetching(!1),j.isCancel(R)||(console.error(R),j.notify("error",R.message))),[2];case 3:return[2]}}))}));function v(t){e.perPage=parseInt(t,10)}return{getData:function(t){return(0,c.nW)(t,{total:e.total,page:e.page,items:e.items.concat(),selectedItems:e.selectedItems.concat(),unSelectedItems:e.unSelectedItems.concat()})},updateSelectData:function(t,n){e.selectedItems.replace(t),e.unSelectedItems.replace(n),e.reInitData({selectedItems:t,unSelectedItems:n})},setPristineQuery:function(){e.pristineQuery=e.query},updateQuery:o,fetchInitData:l,changePage:function(t,n){e.page=t,n&&v(n)},changePerPage:v,selectAction:function(t){e.selectedAction=t},saveRemote:(0,i.ls)((function(t,n,a){var o,l,u,c,d,p,f,v,g,y;return void 0===a&&(a={}),(0,r.Jh)(this,(function(b){switch(b.label){case 0:return b.trys.push([0,2,,3]),a=(0,r.pi)({method:"post"},a),e.markSaving(!0),[4,(0,i.dU)(e).fetcher(t,n,a)];case 1:if(o=b.sent(),e.markSaving(!1),(0,s.isEmpty)(o.data)&&!o.ok||(e.updateData((0,h.Mp)(o.data),{__saved:Date.now()},!!t&&t.replaceData),e.updatedAt=Date.now()),!o.ok)throw e.updateMessage(null!==(p=null!==(d=null!==(c=null===(u=null==t?void 0:t.messages)||void 0===u?void 0:u.failed)&&void 0!==c?c:o.msg)&&void 0!==d?d:a.errorMessage)&&void 0!==p?p:e.__("saveFailed"),!0),(0,i.dU)(e).notify("error",e.msg,void 0!==o.msgTimeout?{closeButton:!0,timeout:o.msgTimeout}:void 0),new m(e.msg);return e.updateMessage(null!==(y=null!==(g=null!==(v=null===(f=null==t?void 0:t.messages)||void 0===f?void 0:f.success)&&void 0!==v?v:o.msg)&&void 0!==g?g:a.successMessage)&&void 0!==y?y:o.defaultMsg),e.msg&&(0,i.dU)(e).notify("success",e.msg,void 0!==o.msgTimeout?{closeButton:!0,timeout:o.msgTimeout}:void 0),[2,o.data];case 2:if(l=b.sent(),e.markSaving(!1),!(0,i.fh)(e)||e.disposed)return[2];throw"ServerError"!==l.type&&(0,i.dU)(e).notify("error",l.message),l;case 3:return[2]}}))})),setFilterTogglable:function(t,n){e.filterTogggable=t,void 0!==n&&(e.filterVisible=n)},setFilterVisible:function(t){e.filterVisible=t},setSelectedItems:function(t){e.selectedItems.replace(t)},setUnSelectedItems:function(t){e.unSelectedItems.replace(t)},setInnerModalOpened:function(t){e.hasInnerModalOpen=t},initFromScope:function(t,n){var a=(0,p.O)(n,t,"| raw");if(Array.isArray(a)||e.items.length){a=Array.isArray(a)?a:[];var i=(0,r.pi)((0,r.pi)({},e.pristine),{items:a,count:0,total:a.length});e.items.replace(a),e.reInitData(i)}},exportAsCSV:function(t){return void 0===t&&(t={}),(0,r.mG)(void 0,void 0,void 0,(function(){var o,s;return(0,r.Jh)(this,(function(l){switch(l.label){case 0:return o=t.loadDataOnce?e.data.itemsRaw:e.data.items,t.api?[4,(0,i.dU)(e).fetcher(t.api,t.data)]:[3,2];case 1:if(!(s=l.sent()).data)return[2];o=Array.isArray(s.data)?s.data:s.data.rows||s.data.items,l.label=2;case 2:return n.e(7460).then(n.t.bind(n,57460,23)).then((function(e){var t,n,i=[];try{for(var s=(0,r.XA)(o),l=s.next();!l.done;l=s.next()){var u=l.value,c={};for(var d in u){var p=u[d];c[d]="object"==typeof p?JSON.stringify(p):p}i.push(c)}}catch(e){t={error:e}}finally{try{l&&!l.done&&(n=s.return)&&n.call(s)}finally{if(t)throw t.error}}var h=e.unparse(i);if(h){var f=new Blob([new Uint8Array([239,187,191]),h],{type:"text/plain;charset=utf-8"});(0,a.saveAs)(f,"data.csv")}})),[2]}}))}))},updateColumns:function(t){e.columns=t}}}))},11303:function(e,t,n){"use strict";n.d(t,{l:function(){return M}});var r=n(70655),a=n(67090),i=n(23279),o=n.n(i),s=n(23493),l=n.n(s),u=n(93220),c=n.n(u),d=n(78718),p=n.n(d),h=n(68691),f=n(24717),m=n(16297),v=n(18446),g=n.n(v),y=n(85564),b=n.n(y),w=n(13311),_=n.n(w),C=n(8990),E=(n(980),n(30381),n(94219)),k=n(43097),S=n(43560),x=(n(68630),n(35373),n(88731)),T=n(24666),M=h.Y.named("FormStore").props({inited:!1,validated:!1,submited:!1,submiting:!1,savedData:a.V5.frozen(),canAccessSuperData:!0,persistData:a.V5.optional(a.V5.union(a.V5.string,a.V5.boolean),""),restError:a.V5.optional(a.V5.array(a.V5.string),[])}).views((function(e){function t(){for(var t=[],n=e.children.concat();n.length;){var a=n.shift();"FormItemStore"===a.storeType?t.push(a):n.push.apply(n,(0,r.ev)([],(0,r.CR)(a.children),!1))}return t}return{get loading(){return e.saving||e.fetching},get items(){return t()},get directItems(){for(var t=[],n=e.children.concat();n.length;){var a=n.shift();"FormItemStore"===a.storeType?t.push(a):["ComboStore","TableStore"].includes(a.storeType)||n.push.apply(n,(0,r.ev)([],(0,r.CR)(a.children),!1))}return t},get inputGroupItems(){for(var t,n,r={},a=e.children.concat();a.length;){var i=a.shift();if(i.inputGroupControl&&(null===(t=i.inputGroupControl)||void 0===t?void 0:t.name)){var o=null===(n=i.inputGroupControl)||void 0===n?void 0:n.name;r.hasOwnProperty(o)?r[o].push(i):r[o]=[i]}}return r},get errors(){var e={};return t().forEach((function(t){t.valid||(e[t.name]=Array.isArray(e[t.name])?e[t.name].concat(t.errors):t.errors.concat())})),e},getValueByName:function(t,n){return void 0===n&&(n=e.canAccessSuperData),(0,S.E)(e.data,t,n)},getPristineValueByName:function(t){return(0,S.E)(e.pristine,t)},getItemById:function(e){return t().find((function(t){return t.itemId===e}))},getItemByName:function(e){return t().find((function(t){return t.name===e}))},getItemsByName:function(e){return t().filter((function(t){return t.name===e}))},get valid(){return t().every((function(e){return e.valid}))&&(!e.restError||!e.restError.length)},get validating(){return t().some((function(e){return e.validating}))},get isPristine(){return g()(e.pristine,e.data)},get modified(){return e.savedData?e.savedData!==e.data:!this.isPristine},get persistKey(){return"".concat(location.pathname,"/").concat(e.path,"/").concat("string"==typeof e.persistData?(0,C.hX)(e.persistData,e.data):e.persistData)}}})).actions((function(e){function t(t,r,a){e.updateData(t,r,a),e.items.forEach((function(e){return e.reset()})),n()}var n=o()((function(){return e.items.forEach((function(t){return t.syncOptions(void 0,e.data)}))}),250,{trailing:!0,leading:!1});function i(t){e.restError.replace(t)}function s(){i([])}var u=(0,a.ls)((function(n,i,o){var l,u,c,p,h,v,g,y,b,w,_,E,k,S,T,M,O,N;return void 0===o&&(o={}),(0,r.Jh)(this,(function(D){switch(D.label){case 0:s(),D.label=1;case 1:return D.trys.push([1,12,,15]),(o=(0,r.pi)({method:"post"},o))&&o.beforeSend?(c=o.beforeSend(i))&&c.then?[4,c]:[3,3]:[3,4];case 2:c=D.sent(),D.label=3;case 3:if(!1===c)return[2];D.label=4;case 4:return e.markSaving(!0),[4,(0,a.dU)(e).fetcher(n,i,o)];case 5:if(l=D.sent(),(0,m.isEmpty)(l.data)&&!l.ok||(e.updatedAt=Date.now(),t((0,x.Mp)(l.data),l.ok?{__saved:Date.now()}:void 0,!!n.replaceData)),l.ok)return[3,6];throw 422===l.status&&l.errors?(d(l.errors),e.updateMessage(null!==(y=null!==(g=null!==(v=null===(h=null==n?void 0:n.messages)||void 0===h?void 0:h.failed)&&void 0!==v?v:l.msg)&&void 0!==g?g:e.__(o&&o.errorMessage))&&void 0!==y?y:e.__("Form.validateFailed"),!0)):e.updateMessage(null!==(_=null!==(w=null===(b=null==n?void 0:n.messages)||void 0===b?void 0:b.failed)&&void 0!==w?w:l.msg)&&void 0!==_?_:e.__(o&&o.errorMessage),!0),new f.n(e.msg,l);case 6:return C(),(null==(c=o&&o.onSuccess&&o.onSuccess(l))?void 0:c.then)?[4,c]:[3,8];case 7:c=D.sent(),D.label=8;case 8:return(null===(E=null==c?void 0:c.cbResult)||void 0===E?void 0:E.then)?[4,c.cbResult]:[3,10];case 9:D.sent(),D.label=10;case 10:return e.markSaving(!1),e.updateMessage(null!==(M=null!==(T=null!==(S=null===(k=null==n?void 0:n.messages)||void 0===k?void 0:k.success)&&void 0!==S?S:l.msg)&&void 0!==T?T:"saveSuccess"===o.successMessage?l.defaultMsg:e.__(o&&o.successMessage))&&void 0!==M?M:l.defaultMsg),(null===(O=null==c?void 0:c.dispatcher)||void 0===O?void 0:O.prevented)||e.msg&&(0,a.dU)(e).notify("success",e.msg,void 0!==l.msgTimeout?{closeButton:!0,timeout:l.msgTimeout}:void 0),[2,l.data];case 11:return[3,15];case 12:return u=D.sent(),e.markSaving(!1),(null==(c=o&&o.onFailed&&o.onFailed(u.response||{}))?void 0:c.then)?[4,c]:[3,14];case 13:c=D.sent(),D.label=14;case 14:if(!(0,a.fh)(e)||e.disposed)return[2];if(null===(N=null==c?void 0:c.dispatcher)||void 0===N?void 0:N.prevented)return[2];throw"ServerError"===u.type?(p=u.response,(0,a.dU)(e).notify("error",u.message,void 0!==p.msgTimeout?{closeButton:!0,timeout:p.msgTimeout}:void 0)):(0,a.dU)(e).notify("error",u.message),u;case 15:return[2]}}))}));function d(t,n){void 0===n&&(n="remote"),Object.keys(t).forEach((function(r){var a=e.getItemById(r),i=e.getItemsByName(r);if(a)a.setError(t[r],n),delete t[r];else if(i.length)i.forEach((function(e){return e.setError(t[r],n)})),delete t[r];else{var o=h(r);Array.isArray(o)&&o.length&&(o.forEach((function(e){return e.setError("".concat(t[r]),n)})),delete t[r])}})),!(0,m.isEmpty)(t)&&i(Object.keys(t).map((function(e){return String(t[e])})))}var h=function(t){var n=(0,T.i)(t),r=n.length;return n.reduce((function(e,t,n){if(Array.isArray(e)&&e.every((function(e){return e.getItemsByName}))){var a=b()(e.map((function(e){return e.getItemsByName(t)}))).filter((function(e){return e})),i=a.map((function(e){var t;return null===(t=null==e?void 0:e.getSubStore)||void 0===t?void 0:t.call(e)})).filter((function(e){return e}));return i.length&&n0&&e.selectedOptions.forEach((function(t){(0,f.findTree)(u,(0,E.I)(t,e.valueField||"value"))||u.push(t)})),_(u,o,n),l.data&&void 0!==l.data.value?o&&o(l.data.value,!1,!0):i&&!e.selectFirst&&e.selectedOptions.some((function(e){return e.__unmatched}))&&o&&o("",!1,!0),[2,l]):[2,null]}}))})),N=(0,a.ls)((function(t,i,o){var s,l,u,c;return void 0===o&&(o=!0),(0,r.Jh)(this,(function(r){switch(r.label){case 0:return n&&(n(),n=null),[4,(0,a.dU)(e).fetcher(t,i,{cancelExecutor:function(e){return n=e}})];case 1:return s=r.sent(),n=null,s?1===(null==(l=(null===(u=s.data)||void 0===u?void 0:u.items)||(null===(c=s.data)||void 0===c?void 0:c.rows))?void 0:l.length)?[2,l[0]]:y()(s.data)?[2,s.data]:(!o&&(0,a.dU)(e).notify("info",e.__("FormItem.autoFillLoadFailed")),[2]):[2]}}))})),D=(0,a.ls)((function(t,n,a,i,o){var s,l,u,c,d,p,h,m;return(0,r.Jh)(this,(function(v){switch(v.label){case 0:return Array.isArray(n)?(s=(0,f.findTreeIndex)(e.options,(function(e){return e.leftOptions===n})),l=(0,f.findTreeIndex)(n,(function(e){return e===t})),u=(0,f.findTree)(e.options,(function(e){return e.leftOptions===n})),s&&l&&u?(_((0,f.spliceTree)(e.options,s,1,(0,r.pi)((0,r.pi)({},u),{loading:!0,leftOptions:(0,f.spliceTree)(u.leftOptions,l,1,(0,r.pi)((0,r.pi)({},t),{loading:!0}))})),void 0,i),[4,M(a,i,(0,r.pi)((0,r.pi)({},o),{silent:!0}),!1)]):[2]):[2];case 1:return(c=v.sent())?(d=(null===(m=c.data)||void 0===m?void 0:m.options)||c.data.items||c.data.rows||c.data||[],p=(0,f.spliceTree)(u.leftOptions,l,1,(0,r.pi)((0,r.pi)({},t),{loading:!1,loaded:!0,children:d})),_((0,f.spliceTree)(e.options,s,1,(0,r.pi)((0,r.pi)({},u),{loading:!1,loaded:!0,children:d,leftOptions:p})),void 0,i),Array.isArray(u.children)&&(h=u.children.concat(),(0,f.flattenTree)(p).forEach((function(e){(0,f.findTree)(u.children,(function(t){return t.ref===e.value}))||h.push({ref:e.value,defer:!0})})),_((0,f.spliceTree)(e.options,s,1,(0,r.pi)((0,r.pi)({},u),{leftOptions:p,children:h})),void 0,i)),[2,c]):(_((0,f.spliceTree)(e.options,s,1,(0,r.pi)((0,r.pi)({},u),{loading:!1,error:!0,leftOptions:(0,f.spliceTree)(u.leftOptions,l,1,(0,r.pi)((0,r.pi)({},t),{loading:!1,error:!0}))})),void 0,i),[2])}}))})),A=(0,a.ls)((function(e,t,n,a,i){return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,D(e,t,n,a,i)];case 1:return[2,r.sent()]}}))})),L=(0,a.ls)((function(t,n,a,i){var s,l,u,c,d,p,h,m;return(0,r.Jh)(this,(function(v){switch(v.label){case 0:return s=e.labelField||"label",l=e.valueField||"value",(u=(0,f.findTreeIndex)(e.options,(function(e){return e===t||o()(e,t,(function(e,t){return null!=(null==e?void 0:e[l])&&null!=(null==t?void 0:t[l])&&(null==e?void 0:e[s])===(null==t?void 0:t[s])&&(null==e?void 0:e[l])===(null==t?void 0:t[l])}))})))?[3,2]:(c=null===(h=e.options[0])||void 0===h?void 0:h.leftOptions,[4,D(t,c,n,a,i)]);case 1:return[2,v.sent()];case 2:return _((0,f.spliceTree)(e.options,u,1,(0,r.pi)((0,r.pi)({},t),{loading:!0})),void 0,a),[4,M(n,a,(0,r.pi)((0,r.pi)({},i),{silent:!0}),!1)];case 3:return(d=v.sent())?(p=(null===(m=d.data)||void 0===m?void 0:m.options)||d.data.items||d.data.rows||d.data||[],_((0,f.spliceTree)(e.options,u,1,(0,r.pi)((0,r.pi)({},t),{loading:!1,loaded:!0,children:p})),void 0,a),[2,d]):(_((0,f.spliceTree)(e.options,u,1,(0,r.pi)((0,r.pi)({},t),{loading:!1,error:!0})),void 0,a),[2])}}))})),P=(0,a.ls)((function(t,n,a,i){var o,s,l,u,c,d,p,h,m,v;return(0,r.Jh)(this,(function(a){switch(a.label){case 0:o=new Map,a.label=1;case 1:a.trys.push([1,8,9,10]),s=(0,r.XA)(t),l=s.next(),a.label=2;case 2:if(l.done)return[3,7];if((u=l.value).length<=1)return[3,6];c=function(t){var a,s,l,c,d,p;return(0,r.Jh)(this,(function(h){switch(h.label){case 0:return a=e.options.concat(),s=u[t],o.has(s)?[2,"continue"]:(l=(0,f.findTree)(a,(function(n,r,a){return a===t+1&&(0,E.I)(s,e.valueField||"value")(n)})))&&l.defer?(c=(0,f.findTreeIndex)(a,(function(e){return e===l})),_((0,f.spliceTree)(a,c,1,(0,r.pi)((0,r.pi)({},l),{loading:!0})),void 0,l),[4,M(n,l,(0,r.pi)((0,r.pi)({},i),{silent:!0}),!1)]):[2,"continue"];case 1:return(d=h.sent())||_((0,f.spliceTree)(a,c,1,(0,r.pi)((0,r.pi)({},l),{loading:!1,error:!0})),void 0,l),o.set(s,!0),p=(null===(v=d.data)||void 0===v?void 0:v.options)||d.data.items||d.data.rows||d.data||[],_((0,f.spliceTree)(a,c,1,(0,r.pi)((0,r.pi)({},l),{loading:!1,loaded:!0,children:p})),void 0,l),[2]}}))},d=0,a.label=3;case 3:return da&&e.filteredOptions[a].disabled===i?e.filteredOptions[a]:(0,r.pi)((0,r.pi)({},t),{disabled:i}):t}));e.expressionsInOptions=s;var d=(0,f.flattenTree)(l),p=[];o.forEach((function(n,r){var a,o,s=h()(d,(0,E.I)(n,e.valueField||"value"));if(~s)p.push(d[s]);else{var l=i&&i[r]||n;if(!l||"string"!=typeof l&&"number"!=typeof l)l&&e.extractValue&&((o={})[e.valueField||"value"]=n,o[e.labelField||"label"]="UnKnown",o.__unmatched=!0,l=o);else{(a={})[e.valueField||"value"]=n,a[e.labelField||"label"]=n,a.__unmatched=!0,l=a;var u=t&&v()(t,(0,E.I)(n,e.valueField||"value"));u&&(l[e.labelField||"label"]=u[e.labelField||"label"])}l&&p.push(l)}}));var m=e.form,g=null==m?void 0:m.parentStore;if((null==g?void 0:g.storeType)===u.t.name){var y=g.uniques.get(e.name),b=[];y&&y.items.forEach((function(t){e!==t&&b.push.apply(b,(0,r.ev)([],(0,r.CR)(t.selectedOptions.map((function(e){return e&&e.value}))),!1))})),l.length&&(l=l.filter((function(e){return!~b.indexOf(e.value)})))}(0,f.isArrayChildrenModified)(e.selectedOptions,p)&&(e.selectedOptions=p),(0,f.isArrayChildrenModified)(e.filteredOptions,l)&&(e.filteredOptions=l)}return{focus:function(){e.isFocused=!0},blur:function(){e.isFocused=!1},config:function(t){var n=t.required,a=t.unique;t.value;var i=t.isValueSchemaExp,o=t.rules,s=t.messages,u=t.delimiter,c=t.multiple,d=t.valueField,p=t.labelField,h=t.joinValues,m=t.extractValue,v=t.type,y=t.id,b=t.selectFirst,w=t.autoFill,_=t.clearValueOnHidden,C=t.validateApi,E=t.maxLength,k=t.minLength,x=t.validateOnChange,T=t.label,M=t.inputGroupControl;"string"==typeof o&&(o=(0,l.Xw)(o)),void 0!==v&&(e.type=v),void 0!==y&&(e.itemId=y),void 0!==s&&(e.messages=s),void 0!==n&&(e.required=!!n),void 0!==a&&(e.unique=!!a),void 0!==c&&(e.multiple=!!c),void 0!==b&&(e.selectFirst=!!b),void 0!==w&&(e.autoFill=w),void 0!==h&&(e.joinValues=!!h),void 0!==m&&(e.extractValue=!!m),void 0!==u&&(e.delimiter=u||","),void 0!==d&&(e.valueField=d||"value"),void 0!==p&&(e.labelField=p||"label"),void 0!==_&&(e.clearValueOnHidden=!!_),void 0!==C&&(e.validateApi=C),void 0!==x&&(e.validateOnChange=!!x),"string"==typeof T&&(e.label=T),e.isValueSchemaExp=!!i,(0,S.Kn)(M)&&null!=(null==M?void 0:M.name)&&(e.inputGroupControl=M),o=(0,r.pi)((0,r.pi)({},o),{isRequired:e.required||(null==o?void 0:o.isRequired)}),~["input-text","textarea"].indexOf(e.type)&&("number"==typeof k&&(o.minLength=k),"number"==typeof E&&(o.maxLength=E)),(0,f.isObjectShallowModified)(o,e.rules)&&(e.rules=o,g("builtin"),e.validated=!1)},validate:s,setError:p,addError:m,clearError:g,setOptions:_,loadOptions:O,deferLoadOptions:L,deferLoadLeftOptions:A,expandTreeOptions:P,syncOptions:F,setLoading:function(t){e.loading=t},setSubStore:function(e){x=e},getSubStore:function(){return x},reset:function(t){void 0===t&&(t=!1),e.validated=!1,x&&"ComboStore"===x.storeType&&x.forms.forEach((function(e){return e.reset()})),!t&&g()},resetValidationStatus:function(t){e.validated=!1,g()},openDialog:function(n,r,a){n.data?e.dialogData=(0,k.bu)(n.data,r):e.dialogData=r,e.dialogSchema=n,e.dialogOpen=!0,a&&t.set(e.dialogData,a)},closeDialog:function(n){var r=t.get(e.dialogData);e.dialogOpen=!1,r&&(t.delete(e.dialogData),setTimeout((function(){return r(n)}),200))},changeTmpValue:function(t){e.tmpValue=t},changeEmitedValue:function(t){e.emitedValue=t},addSubFormItem:function(t){e.itemsRef.push(t.id)},removeSubFormItem:function(t){var n=e.itemsRef.findIndex((function(e){return e===t.id}));~n&&e.itemsRef.splice(n,1)},loadAutoUpdateData:N}}))},63038:function(e,t,n){"use strict";n.d(t,{_:function(){return u}});var r=n(70655),a=n(67090),i=(n(16297),n(980),n(30381),n(94219)),o=n(43560),s=n(64136),l=(n(35373),n(60319)),u=n(23520).k.named("iRendererStore").props({hasRemoteData:a.V5.optional(a.V5.boolean,!1),data:a.V5.optional(a.V5.frozen(),{}),initedAt:0,updatedAt:0,pristine:a.V5.optional(a.V5.frozen(),{}),action:a.V5.optional(a.V5.frozen(),void 0),dialogOpen:!1,dialogData:a.V5.optional(a.V5.frozen(),void 0),drawerOpen:!1,drawerData:a.V5.optional(a.V5.frozen(),void 0)}).views((function(e){return{getValueByName:function(t,n){return void 0===n&&(n=!0),(0,o.E)(e.data,t,n)},getPristineValueByName:function(t){return(0,o.E)(e.pristine,t,!1)}}})).actions((function(e){var t=new l.a,n=null,a=null;return{initData:function(t,n){void 0===t&&(t={}),void 0===n&&(n=!1),e.initedAt=Date.now(),!n&&(e.pristine=t),e.data=t},reset:function(){e.data=e.pristine},updateData:function(t,n,a){void 0===t&&(t={});var o,s=e.data;if(n){var l=(0,i.nW)(e.data.__super||null,n);o=(0,i.nW)(l,(0,r.pi)((0,r.pi)({},a?{}:e.data),t))}else o=(0,i.kt)(e.data,t,!a);Object.defineProperty(o,"__prev",{value:(0,r.pi)({},s),enumerable:!1,configurable:!1,writable:!1}),e.data=o},changeValue:function(t,n,a,s,l){if(t){var u=(0,o.E)(e.data,t,!1);if(n!==u||s){var c=e.data,d=(0,i.kI)(e.data);if(c.__prev){var p=(0,i.kI)(c.__prev);(0,i.NI)(p,t,u),Object.defineProperty(d,"__prev",{value:p,enumerable:!1,configurable:!1,writable:!1})}else Object.defineProperty(d,"__prev",{value:(0,r.pi)({},c),enumerable:!1,configurable:!1,writable:!1});if(void 0===n?(0,i.HK)(d,t):(0,i.NI)(d,t,n),null==l||l(d),a){var h=(0,i.kI)(e.pristine);(0,i.NI)(h,t,n),null==l||l(h),e.pristine=h}d.__pristine||Object.defineProperty(d,"__pristine",{value:e.pristine,enumerable:!1,configurable:!1,writable:!1}),e.data=d}}},setCurrentAction:function(t){e.action=t},openDialog:function(a,o,l,u){var c=a.__super?a.__super:e.data;o&&(c=(0,i.nW)(c,o));var d=(0,i.nW)(c,(0,r.pi)({},a));if(e.action.dialog&&e.action.dialog.data){e.dialogData=(0,s.bu)(e.action.dialog.data,d);var p=(0,r.pi)((0,r.pi)({},e.action),{dialog:(0,r.pi)({},e.action.dialog)});delete p.dialog.data,e.action=p}else e.dialogData=d;e.dialogOpen=!0,l&&t.set(e.dialogData,l),n=u||null},closeDialog:function(r){var a=t.get(e.dialogData);e.dialogOpen=!1,n=null,a&&(t.delete(e.dialogData),setTimeout((function(){return a(r)}),200))},openDrawer:function(n,o,l,u){var c=n.__super?n.__super:e.data;o&&(c=(0,i.nW)(c,o));var d=(0,i.nW)(c,(0,r.pi)({},n));if(e.action.drawer.data){e.drawerData=(0,s.bu)(e.action.drawer.data,d);var p=(0,r.pi)((0,r.pi)({},e.action),{dialog:(0,r.pi)({},e.action.dialog)});delete p.dialog.data,e.action=p}else e.drawerData=d;e.drawerOpen=!0,l&&t.set(e.drawerData,l),a=u||null},closeDrawer:function(n){var r=t.get(e.drawerData);e.drawerOpen=!1,a=null,r&&(t.delete(e.drawerData),setTimeout((function(){return r(n)}),200))},getDialogScoped:function(){return n},getDrawerScoped:function(){return a}}}))},34030:function(e,t,n){"use strict";n.d(t,{p2:function(){return w}});var r=n(67090),a=(n(63038),n(68691)),i=n(34193),o=n(11303),s=n(26718),l=n(47938),u=n(74693),c=n(87996),d=n(99653),p=n(13311),h=n.n(p),f=(n(23520),n(45600)),m=n(66755),v=n(16441),g=n(89015),y=n(989);(0,r.UF)("ignore");var b=[a.Y,o.l,i.t,s.q,l.kK,u.Qj,c.o,d.v,f.o,v.L,g.d],w=r.V5.model("RendererStore",{storeType:"RendererStore"}).views((function(e){return{get fetcher(){return(0,r.dU)(e).fetcher},get notify(){return(0,r.dU)(e).notify},get isCancel(){return(0,r.dU)(e).isCancel},get __(){return(0,r.dU)(e).translate},getStoreById:function(e){return(0,m.ce)(e)},get stores(){return(0,m.r8)()}}})).actions((function(e){return{addStore:function(t){if(t.storeType===y.M.name)return(0,m.QL)(y.M.create(t,(0,r.dU)(e)));var n=h()(b,(function(e){return e.name===t.storeType}));return(0,m.QL)(n.create(t,(0,r.dU)(e)))},removeStore:function(e){(0,m.kr)(e)}}}))},87996:function(e,t,n){"use strict";n.d(t,{o:function(){return h}});var r=n(67090),a=n(63038),i=n(18446),o=n.n(i),s=n(13311),l=n.n(s),u=n(16297),c=n(8990),d=n(94219),p=r.V5.model("Item",{id:r.V5.identifier,pristine:r.V5.frozen(),data:r.V5.frozen(),index:r.V5.number,newIndex:r.V5.number}).views((function(e){return{get checked(){return(0,r.G_)(e,2).isSelected(e)},get modified(){return!!e.data&&Object.keys(e.data).some((function(t){return!o()(e.data[t],e.pristine[t])}))},get moved(){return e.index!==e.newIndex},get locals(){return(0,d.nW)((0,d.kt)((0,r.G_)(e,2).data,{index:e.index}),e.data)},get checkable(){var t=(0,r.G_)(e,2);return!t||!t.itemCheckableOn||(0,c.fz)(t.itemCheckableOn,e.locals)},get draggable(){var t=(0,r.G_)(e,2);return t&&t.itemDraggableOn?(0,c.fz)(t.itemDraggableOn,e.locals):t.draggable}}})).actions((function(e){return{toggle:function(){(0,r.G_)(e,2).toggle(e)},change:function(t,n){e.data=(0,u.immutableExtends)(e.data,t),n&&(e.pristine=e.data)},reset:function(){e.newIndex=e.index,e.data=e.pristine}}})),h=a._.named("ListStore").props({items:r.V5.array(p),selectedItems:r.V5.array(r.V5.reference(p)),primaryField:"id",orderBy:"",orderDir:r.V5.optional(r.V5.union(r.V5.literal("asc"),r.V5.literal("desc")),"asc"),draggable:!1,dragging:!1,multiple:!0,selectable:!1,itemCheckableOn:"",itemDraggableOn:"",hideCheckToggler:!1}).views((function(e){function t(){return e.items.filter((function(e){return e.modified}))}function n(){return e.items.filter((function(e){return e.moved}))}return{get allChecked(){return!(e.selectedItems.length!==e.checkableItems.length||!e.checkableItems.length)},get checkableItems(){return e.items.filter((function(e){return e.checkable}))},get unSelectedItems(){return e.items.filter((function(e){return!e.checked}))},isSelected:function(t){return!!~e.selectedItems.indexOf(t)},get modified(){return t().length},get modifiedItems(){return t()},get moved(){return n().length},get movedItems(){return n()}}})).actions((function(e){function t(t,n){e.orderBy=t,e.orderDir=n}return{update:function(n){void 0===n.selectable||(e.selectable=n.selectable),void 0===n.draggable||(e.draggable=n.draggable),void 0===n.multiple||(e.multiple=n.multiple),void 0===n.hideCheckToggler||(e.hideCheckToggler=n.hideCheckToggler),void 0!==n.orderBy&&t(n.orderBy,"desc"===n.orderDir?"desc":"asc"),void 0===n.itemCheckableOn||(e.itemCheckableOn=n.itemCheckableOn),void 0===n.itemDraggableOn||(e.itemDraggableOn=n.itemDraggableOn)},initItems:function(t){var n=t.map((function(e,t){return e=(0,d.Kn)(e)?e:{item:e},{id:(0,u.guid)(),index:t,newIndex:t,pristine:e,data:e,modified:!1}}));e.selectedItems.clear(),e.items.replace(n),e.dragging=!1},updateSelected:function(t,n){e.selectedItems.clear(),e.items.forEach((function(r){(~t.indexOf(r.pristine)||l()(t,(function(e){return e[n||"value"]==r.pristine[n||"value"]})))&&e.selectedItems.push(r)}))},toggleAll:function(){e.allChecked?e.selectedItems.clear():e.selectedItems.replace(e.checkableItems)},clearAll:function(){e.selectedItems.clear()},selectAll:function(){e.selectedItems.replace(e.checkableItems)},toggle:function(t){if(t.checkable){var n=e.selectedItems.indexOf(t);e.multiple?~n?e.selectedItems.splice(n,1):e.selectedItems.push(t):~n?e.selectedItems.splice(n,1):e.selectedItems.replace([t])}},clear:function(){e.selectedItems.clear()},setOrderByInfo:t,reset:function(){e.items.forEach((function(e){return e.reset()})),e.dragging=!1},toggleDragging:function(){e.dragging=!e.dragging},stopDragging:function(){e.dragging=!1},exchange:function(t,n){var r=e.items[t];r.newIndex=n;var a=e.items.slice();a.splice(t,1),a.splice(n,0,r),e.items.replace(a)}}}))},66755:function(e,t,n){"use strict";n.d(t,{QL:function(){return i},ce:function(){return u},kr:function(){return s},r8:function(){return c}});var r=n(67090),a={};function i(e){return a[e.id]?a[e.id]:(a[e.id]=e,e.parentId&&!/(?:dialog|drawer)$/.test(e.path)&&a[e.parentId].addChildId(e.id),l(),e)}var o=[];function s(e){var t=e.id;o.push(t),e.dispose(l)}function l(){for(var e=o.length-1;e>=0;){var t=o[e],n=a[t];n&&!(0,r.fh)(n)?(delete a[t],o.splice(e,1)):e--}}function u(e){return a[e]}function c(){return a}},99653:function(e,t,n){"use strict";n.d(t,{v:function(){return o}});var r=n(68691),a=n(67090),i=(n(16297),n(94219)),o=r.Y.named("ModalStore").props({form:a.V5.frozen(),entered:!1,resizeCoord:0,schema:a.V5.frozen()}).views((function(e){return{get formData(){return(0,i.nW)(e.data,e.form)}}})).actions((function(e){return{setEntered:function(t){e.entered=t},setFormData:function(t){e.form=t},reset:function(){e.form={},e.reInitData({},!0)},setResizeCoord:function(t){e.resizeCoord=t},setSchema:function(t){t&&t.then?t.then((function(t){return(0,a.fh)(e)&&e.setSchema(t)})):e.schema=t}}}))},23520:function(e,t,n){"use strict";n.d(t,{k:function(){return i}});var r=n(67090),a=n(66755),i=r.V5.model("StoreNode",{id:r.V5.identifier,path:"",storeType:r.V5.string,disposed:!1,parentId:"",childrenIds:r.V5.optional(r.V5.array(r.V5.string),[])}).views((function(e){return{get parentStore(){return(0,r.fh)(e)&&e.parentId?(0,a.ce)(e.parentId):null},get __(){return(0,r.dU)(e).translate},get hasChildren(){return!!e.childrenIds.length},get children(){return e.childrenIds.map((function(e){return(0,a.ce)(e)}))}}})).actions((function(e){function t(t){var r=e.childrenIds.filter((function(e){return e!==t}));e.childrenIds.replace(r),e.disposed&&n()}function n(t){var n;if(e.disposed=!0,/(?:dialog|drawer)$/.test(e.path))(0,r.ob)(e),null==t||t();else if(!e.childrenIds.length){var a=e.parentStore;null===(n=null==a?void 0:a.onChildStoreDispose)||void 0===n||n.call(a,e),(0,r.ob)(e),null==t||t()}}return{onChildStoreDispose:function(e){t(e.id)},syncProps:function(t,n,r){void 0===r&&(r=Object.keys(t));var a=e;r.forEach((function(e){if(!n||t[e]!==n[e]){var r="set".concat(e.substring(0,1).toUpperCase()).concat(e.substring(1));"function"==typeof a[r]?a[r](t[e]):a.hasOwnProperty(e)&&(a[e]=t[e])}}))},dispose:n,addChildId:function(t){e.childrenIds.push(t)},removeChildId:t}}))},16441:function(e,t,n){"use strict";n.d(t,{L:function(){return i}}),n(16297),n(980),n(30381);var r=n(94219),a=n(26747),i=(n(68630),n(35373),n(63038)._.named("PaginationStore").props({page:1,perPage:10,inputName:"",outputName:"",mode:"normal"}).views((function(e){return{get inputItems(){var t=(0,a.H)(e.inputName||"items",e.data);return Array.isArray(t)?t:[]},get locals(){var t,n=(e.page-1)*e.perPage;return(0,r.nW)(e.data,((t={currentPage:e.page,lastPage:this.lastPage})[e.outputName||"items"]=this.inputItems.slice(n,n+e.perPage),t))},get lastPage(){return Math.ceil(this.inputItems.length/e.perPage)}}})).actions((function(e){return{switchTo:function(t,n){e.page=t,"number"==typeof n&&(e.perPage=n)}}})))},989:function(e,t,n){"use strict";n.d(t,{M:function(){return l}});var r=n(70655),a=n(67090),i=n(16297),o=n(68691),s=n(94219),l=o.Y.named("RootStore").props({runtimeError:a.V5.frozen(),runtimeErrorStack:a.V5.frozen(),query:a.V5.frozen(),visibleState:a.V5.optional(a.V5.frozen(),{}),disableState:a.V5.optional(a.V5.frozen(),{}),staticState:a.V5.optional(a.V5.frozen(),{})}).views((function(e){return{get downStream(){return e.query?(0,s.nW)((0,s.kt)(e.data&&e.data.__super?e.data.__super:null,(0,r.pi)((0,r.pi)({},e.query),{__query:e.query})),e.data):e.data}}})).actions((function(e){return{setRuntimeError:function(t,n){e.runtimeError=t,e.runtimeErrorStack=n},updateLocation:function(t,n){e.query=n?n(t):(0,i.parseQuery)(t)},setVisible:function(t,n){var a,i=(0,r.pi)((0,r.pi)({},e.visibleState),((a={})[t]=n,a));e.visibleState=i},setDisable:function(t,n){var a,i=(0,r.pi)((0,r.pi)({},e.disableState),((a={})[t]=n,a));e.disableState=i},setStatic:function(t,n){var a,i=(0,r.pi)((0,r.pi)({},e.staticState),((a={})[t]=n,a));e.staticState=i}}}))},68691:function(e,t,n){"use strict";n.d(t,{Y:function(){return d}});var r=n(70655),a=n(67090),i=n(63038),o=n(16297),s=n(24717),l=n(88731),u=n(46958),c=n(94219),d=i._.named("ServiceStore").props({msg:"",error:!1,fetching:!1,saving:!1,busying:!1,checking:!1,initializing:!1,schema:a.V5.optional(a.V5.frozen(),null),schemaKey:""}).views((function(e){return{get loading(){return e.fetching||e.saving||e.busying||e.initializing}}})).actions((function(e){var t,n;function i(t){void 0===t&&(t=!0),e.fetching=t}function d(t){void 0===t&&(t=!0),e.saving=t}function p(t,n){void 0===n&&(n=!1);var r=(0,c.kt)(e.pristine,t,!n);e.data=e.pristine=r}function h(t,n){void 0===n&&(n=!1),e.msg=t&&String(t)||"",e.error=n}var f=(0,a.ls)((function(n,o,s){var u,c,d,f,m,v,g,y,b,w,_,C,E;return(0,r.Jh)(this,(function(k){switch(k.label){case 0:return k.trys.push([0,6,,7]),t&&(t(),t=null,e.fetching=!1),e.fetching?[2]:(s&&s.silent||i(!0),[4,(0,a.dU)(e).fetcher(n,o,(0,r.pi)((0,r.pi)({},s),{cancelExecutor:function(e){return t=e}}))]);case 1:return u=k.sent(),t=null,u.ok?[3,2]:(h(null!==(b=null!==(y=null===(g=null==n?void 0:n.messages)||void 0===g?void 0:g.failed)&&void 0!==y?y:u.msg)&&void 0!==b?b:s&&s.errorMessage,!0),(0,a.dU)(e).notify("error",e.msg,void 0!==u.msgTimeout?{closeButton:!0,timeout:u.msgTimeout}:void 0),[3,5]);case 2:return e.updatedAt=Date.now(),c=!!n.replaceData,p((0,r.pi)((0,r.pi)({},c?{}:e.data),(0,l.Mp)(u.data)),c),e.hasRemoteData=!0,s&&s.onSuccess&&(d=s.onSuccess(u))&&d.then?[4,d]:[3,4];case 3:k.sent(),k.label=4;case 4:h(null!==(E=null!==(C=null!==(_=null===(w=null==n?void 0:n.messages)||void 0===w?void 0:w.success)&&void 0!==_?_:u.msg)&&void 0!==C?C:s&&s.successMessage)&&void 0!==E?E:u.defaultMsg),s&&s.successMessage&&(0,a.dU)(e).notify("success",e.msg),k.label=5;case 5:return i(!1),[2,u];case 6:return f=k.sent(),m=(0,a.dU)(e),!(0,a.fh)(e)||e.disposed||m.isCancel(f)||(i(!1),console.error(f),v=f.message||f,f&&"Network Error"===f.message&&(v=e.__("networkError")),m.notify("error",v)),[2];case 7:return[2]}}))})),m=(0,a.ls)((function(n,s,u){var c,d,p,f,m,v,g,y,b,w,_;return(0,r.Jh)(this,(function(C){switch(C.label){case 0:return C.trys.push([0,6,,7]),t&&(t(),t=null,e.fetching=!1),e.fetching?[2]:(u&&u.silent||i(!0),[4,(0,a.dU)(e).fetcher(n,s,(0,r.pi)((0,r.pi)({},u),{cancelExecutor:function(e){return t=e}}))]);case 1:return c=C.sent(),t=null,(0,o.isEmpty)(c.data)&&!c.ok||(e.updatedAt=Date.now(),c.data&&e.updateData((0,l.Mp)(c.data),void 0,!!n.replaceData),e.hasRemoteData=!0),c.ok?[3,2]:(h(null!==(y=null!==(g=null===(v=null==n?void 0:n.messages)||void 0===v?void 0:v.failed)&&void 0!==g?g:c.msg)&&void 0!==y?y:u&&u.errorMessage,!0),(0,a.dU)(e).notify("error",e.msg,void 0!==c.msgTimeout?{closeButton:!0,timeout:c.msgTimeout}:void 0),[3,5]);case 2:return u&&u.onSuccess&&(d=u.onSuccess(c))&&d.then?[4,d]:[3,4];case 3:C.sent(),C.label=4;case 4:h(null!==(_=null!==(w=null===(b=null==n?void 0:n.messages)||void 0===b?void 0:b.success)&&void 0!==w?w:c.msg)&&void 0!==_?_:u&&u.successMessage),u&&u.successMessage&&(0,a.dU)(e).notify("success",e.msg),C.label=5;case 5:return i(!1),[2,c];case 6:return p=C.sent(),f=(0,a.dU)(e),!(0,a.fh)(e)||e.disposed||f.isCancel(p)||(i(!1),console.error(p),m=p.message||p,p&&"Network Error"===p.message&&(m=e.__("networkError")),f.notify("error",m)),[2];case 7:return[2]}}))})),v=(0,a.ls)((function(t,n,i){var u,c,p,f,m,v,g,y,b,w,_;return void 0===i&&(i={}),(0,r.Jh)(this,(function(C){switch(C.label){case 0:return C.trys.push([0,8,,9]),i=(0,r.pi)({method:"post"},i),e.saving?[2]:(d(!0),[4,(0,a.dU)(e).fetcher(t,n,i)]);case 1:return u=C.sent(),(0,o.isEmpty)(u.data)&&!u.ok||(e.updatedAt=Date.now(),u.data&&e.updateData((0,l.Mp)(u.data),void 0,!!t.replaceData)),u.ok?[3,4]:i&&i.onFailed&&(c=i.onFailed(u))&&c.then?[4,c]:[3,3];case 2:C.sent(),C.label=3;case 3:throw h(null!==(y=null!==(g=null!==(v=null===(m=null==t?void 0:t.messages)||void 0===m?void 0:m.failed)&&void 0!==v?v:u.msg)&&void 0!==g?g:i&&i.errorMessage)&&void 0!==y?y:e.__("saveFailed"),!0),new s.n(e.msg,u);case 4:return i&&i.onSuccess&&(c=i.onSuccess(u))&&c.then?[4,c]:[3,6];case 5:C.sent(),C.label=6;case 6:h(null!==(_=null!==(w=null===(b=null==t?void 0:t.messages)||void 0===b?void 0:b.success)&&void 0!==w?w:u.msg)&&void 0!==_?_:i&&i.successMessage),e.msg&&(0,a.dU)(e).notify("success",e.msg,void 0!==u.msgTimeout?{closeButton:!0,timeout:u.msgTimeout}:void 0),C.label=7;case 7:return d(!1),[2,u.data];case 8:if(p=C.sent(),e.saving=!1,!(0,a.fh)(e)||e.disposed)return[2];throw console.error(p),"ServerError"===p.type?(f=p.response,(0,a.dU)(e).notify("error",p.message,void 0!==f.msgTimeout?{closeButton:!0,timeout:f.msgTimeout}:void 0)):(0,a.dU)(e).notify("error",p.message),p;case 9:return[2]}}))})),g=(0,a.ls)((function(t,i,o){var s,d,p,f,m,v,g,y,b,w,_;return void 0===o&&(o={}),(0,r.Jh)(this,(function(C){switch(C.label){case 0:return C.trys.push([0,2,,3]),o=(0,r.pi)((0,r.pi)({method:"post"},o),{cancelExecutor:function(e){return n=e}}),n&&(n(),n=null,e.initializing=!1),e.initializing?[2]:(e.initializing=!0,"string"==typeof t?t+=(~t.indexOf("?")?"&":"?")+"_replace=1":t=(0,r.pi)((0,r.pi)({},t),{url:t.url+(~t.url.indexOf("?")?"&":"?")+"_replace=1"}),[4,(0,a.dU)(e).fetcher(t,i,o)]);case 1:return s=C.sent(),n=null,s.ok?(s.data&&(p=(0,a.dU)(e),s.data=(0,u.l)(s.data,p.replaceText,p.replaceTextIgnoreKeys),e.schema=Array.isArray(s.data)?s.data:(0,r.pi)({type:"wrapper",wrap:!1},(0,l.Mp)(s.data)),e.schemaKey=""+Date.now(),(0,c.Kn)(s.data.data)&&e.updateData(s.data.data,void 0,!!t.replaceData)),h(null!==(_=null!==(w=null===(b=null==t?void 0:t.messages)||void 0===b?void 0:b.success)&&void 0!==w?w:s.msg)&&void 0!==_?_:o&&o.successMessage),o&&o.successMessage&&(0,a.dU)(e).notify("success",e.msg)):(h(null!==(y=null!==(g=null!==(v=null===(m=null==t?void 0:t.messages)||void 0===m?void 0:m.failed)&&void 0!==v?v:s.msg)&&void 0!==g?g:o&&o.errorMessage)&&void 0!==y?y:e.__("fetchFailed"),!0),(0,a.dU)(e).notify("error",e.msg,void 0!==s.msgTimeout?{closeButton:!0,timeout:s.msgTimeout}:void 0)),e.initializing=!1,[2,s.data];case 2:return d=C.sent(),p=(0,a.dU)(e),e.initializing=!1,!(0,a.fh)(e)||e.disposed||p.isCancel(d)?[2]:(console.error(d),f=d.message||d,d&&"Network Error"===d.message&&(f=e.__("networkError")),p.notify("error",f),[3,3]);case 3:return[2]}}))}));return{markFetching:i,markSaving:d,markBusying:function(t){void 0===t&&(t=!0),e.busying=t},fetchInitData:f,fetchData:m,reInitData:p,updateMessage:h,clearMessage:function(){h("")},setHasRemoteData:function(){e.hasRemoteData=!0},saveRemote:v,fetchSchema:g,checkRemote:(0,a.ls)((function(t,n,i){var o;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:if(e.checking)return[2];r.label=1;case 1:return r.trys.push([1,,3,4]),e.checking=!0,[4,(0,a.dU)(e).fetcher(t,n,i)];case 2:if((o=r.sent()).ok&&e.updateData(o.data,void 0,!!t.replaceData),!o.ok)throw new Error(o.msg);return[2,o.data];case 3:return e.checking=!1,[7];case 4:return[2]}}))}))}}))},47938:function(e,t,n){"use strict";n.d(t,{kK:function(){return _}});var r=n(70655),a=n(67090),i=n(63038),o=(n(980),n(30381),n(94219)),s=n(43097),l=n(26747),u=n(41165),c=(n(68630),n(35373),n(18446)),d=n.n(c),p=n(13311),h=n.n(p),f=n(89734),m=n.n(f),v=n(16297),g=n(8990),y=n(66755),b=a.V5.model("Column",{label:a.V5.optional(a.V5.frozen(),void 0),type:a.V5.optional(a.V5.string,"plain"),name:a.V5.maybe(a.V5.string),value:a.V5.frozen(),groupName:"",toggled:!1,toggable:!0,expandable:!1,checkdisable:!1,isPrimary:!1,searchable:a.V5.maybe(a.V5.frozen()),enableSearch:!0,sortable:!1,filterable:a.V5.optional(a.V5.frozen(),void 0),fixed:"",index:0,rawIndex:0,breakpoint:a.V5.optional(a.V5.frozen(),void 0),pristine:a.V5.optional(a.V5.frozen(),void 0),remark:a.V5.optional(a.V5.frozen(),void 0),className:a.V5.union(a.V5.string,a.V5.frozen())}).actions((function(e){return{toggleToggle:function(){e.toggled=!e.toggled;var t=(0,a.G_)(e,2);t.activeToggaleColumns.length||(e.toggled=!0),t.persistSaveToggledColumns()},setToggled:function(t){e.toggled=t},setEnableSearch:function(t){e.enableSearch=t,(0,a.G_)(e,2).persistSaveToggledColumns()}}})),w=a.V5.model("Row",{storeType:"Row",id:a.V5.identifier,parentId:"",key:a.V5.string,pristine:a.V5.frozen({}),data:a.V5.frozen({}),rowSpans:a.V5.frozen({}),index:a.V5.number,newIndex:a.V5.number,path:"",expandable:!1,checkdisable:!1,isHover:!1,children:a.V5.optional(a.V5.array(a.V5.late((function(){return w}))),[]),depth:a.V5.number}).views((function(e){return{get checked(){return(0,a.G_)(e,2*e.depth).isSelected(e)},get modified(){return!!e.data&&Object.keys(e.data).some((function(t){return!d()(e.data[t],e.pristine[t])}))},getDataWithModifiedChilden:function(){var t=(0,r.pi)({},e.data);return t.children&&e.children&&(t.children=e.children.map((function(e){return e.getDataWithModifiedChilden()}))),t},get collapsed(){var t=(0,a.G_)(e,2*e.depth);if(t.dragging)return!0;for(var n=e;n&&n!==t;){if(!t.isExpanded(n))return!0;n=(0,a.G_)(n,2)}return!1},get expanded(){return!this.collapsed},get moved(){return e.index!==e.newIndex},get locals(){var t=null;e.children.length&&(t=e.children.map((function(e){return e.locals})));var n=(0,a.G_)(e,2);return(0,o.nW)((0,o.kt)((0,a.G_)(e,2*e.depth).data,{index:e.index,parent:n.storeType===w.name?n.data:void 0}),t?(0,r.pi)((0,r.pi)({},e.data),{children:t}):e.data)},get checkable(){var t=(0,a.G_)(e,2*e.depth);return!t||!t.itemCheckableOn||(0,g.fz)(t.itemCheckableOn,e.locals)},get draggable(){var t=(0,a.G_)(e,2*e.depth);return!t||!t.itemDraggableOn||(0,g.fz)(t.itemDraggableOn,e.locals)},get isCheckAvaiableOnClick(){var t,n=(0,a.G_)(e,2*e.depth),r=null==n?void 0:n.keepItemSelectionOnPageChange,i=null==n?void 0:n.maxKeepItemSelectionLength;if(!r||!Number.isInteger(i)||i===1/0)return!0;var o=(null!==(t=null==n?void 0:n.selectedRows)&&void 0!==t?t:[]).map((function(e){return e.id}));return!((o.includes(e.id)?o.length-1:o.length+1)>i)}}})).actions((function(e){return{toggle:function(){(0,a.G_)(e,2*e.depth).toggle(e)},toggleExpanded:function(){(0,a.G_)(e,2*e.depth).toggleExpanded(e)},change:function(t,n){e.data=(0,v.immutableExtends)(e.data,t),n&&(e.pristine=e.data)},reset:function(){e.newIndex=e.index,e.data=e.pristine},setCheckdisable:function(t){e.checkdisable=t},setIsHover:function(t){e.isHover=t},replaceWith:function(t){if(Object.keys(t).forEach((function(n){"id"!==n&&(e[n]=t[n])})),Array.isArray(t.children)){var n=t.children,a=n.concat();e.children.length>n.length&&e.children.splice(n.length,e.children.length-n.length);for(var i=0,o=e.children.length;a.length;){var s=(0,r.pi)((0,r.pi)({},a.shift()),{parentId:e.id});if(i5:e.columnsTogglable},get modified(){return i().length},get modifiedRows(){return i()},get unSelectedRows(){return l()},get checkableRows(){return(0,v.flattenTree)(e.rows).filter((function(e){return e.checkable}))},get expandableRows(){return e.rows.filter((function(e){return e.expandable}))},get moved(){return s().length},get movedRows(){return s()},get hoverRow(){return(0,v.flattenTree)(e.rows).find((function(e){return e.isHover}))},get isSelectionThresholdReached(){var t,n,r=null===(n=null===(t=e.data)||void 0===t?void 0:t.selectedItems)||void 0===n?void 0:n.length,a=e.maxKeepItemSelectionLength;return!!(e.data&&e.keepItemSelectionOnPageChange&&a)&&a<=r},get firstToggledColumnIndex(){return null==(t=e.columns.find((function(e){return!/^__/.test(e.type)&&e.toggled})))?null:t.index;var t},getData:function(t){return(0,o.nW)(t,{items:e.rows.map((function(e){return e.data})),selectedItems:e.selectedRows.map((function(e){return e.data})),unSelectedItems:l().map((function(e){return e.data}))})},get columnGroup(){return function(){var n=t(),a=n.length;if(!a)return[];for(var i=[{label:n[0].groupName,colSpan:1,rowSpan:1,index:n[0].index,has:[n[0]]}],o=n.some((function(e){return e.groupName})),s=1;s1&&t(e.slice(a,s),n.concat()),a=s,(i=c).rowSpans[r]=1,o=(0,l.H)(r,i.data))}return i.rowSpans[r]>1&&n.length&&t(e.slice(a,e.length),n.concat()),e}function n(e,n,r,a){if(void 0===a&&(a=0),!n.length||!r||!e.length)return e;a=a||(e.some((function(e){return Array.isArray(e.children)&&e.children.length}))?1:0);for(var i=[],o=0;o0?a--:i.push(l)}}return t(e,i)}function i(t,n,r,a,s){return void 0===s&&(s=""),n+=1,t.map((function(t,l){var u,c=null!==(u=(t=(0,o.Kn)(t)?t:{item:t}).__id)&&void 0!==u?u:(0,v.guid)();return{id:String(c),parentId:String(a),key:String("".concat(r,"-").concat(n,"-").concat(l)),path:"".concat(s).concat(l),depth:n,index:l,newIndex:l,pristine:t,data:t,rowSpans:{},children:t&&Array.isArray(t.children)?i(t.children,n,l,c,"".concat(s).concat(l,".")):[],expandable:!!(t&&Array.isArray(t.children)&&t.children.length||e.footable&&e.footableColumns.length)}}))}function c(e){return e.reduce((function(e,t){return e.push(t.id),t.children&&t.children.length&&(e=e.concat(c(t.children))),e}),[])}function p(){var t,n=e.maxKeepItemSelectionLength,a=e.keepItemSelectionOnPageChange,i=null===(t=e.data)||void 0===t?void 0:t.selectedItems;if(a&&n&&i&&n>=i.length){var o=e.checkableRows.filter((function(e){return!e.checked})).filter((function(e,t){return tt.length&&e.rows.splice(t.length,e.rows.length-t.length);for(var a=0,i=e.rows.length;r.length;){var o=r.shift();if(al?l:s,c=s>l?s:l,d=o.slice(u,c);d.push(t);try{for(var p=(0,r.XA)(d),h=p.next();!h.done;h=p.next()){var m=h.value,v=e.selectedRows.indexOf(m);-1===v?f.checked&&(i?e.selectedRows.lengthn.length&&e.children.splice(n.length,e.children.length-n.length);for(var i=0,o=e.children.length;a.length;){var s=(0,r.pi)((0,r.pi)({},a.shift()),{parentId:e.id});if(i10:!!e.columnsTogglable},get columnsData(){return e.columns},get toggableColumns(){return t()},get filteredColumns(){return a()},get activeToggaleColumns(){return t().filter((function(e){return e.toggled}))},get dataSource(){return e.rows.map((function(e){return e.data}))},get currentSelectedRowKeys(){return e.selectedRowKeys.map((function(e){return e}))},get currentExpandedKeys(){return e.expandedRowKeys.map((function(e){return e}))},get unSelectedRows(){return i()},hasColumnHidden:function(){return-1!==e.columns.findIndex((function(e){return!e.toggled}))},getData:function(t){return(0,p.nW)(t,{items:e.rows.map((function(e){return e.data})),selectedItems:e.selectedRows.map((function(e){return e.data})),unSelectedItems:i().map((function(e){return e.data}))})},getRowById:function(t){return(0,u.findTree)(e.rows,(function(e){return e.id===t}))},isSelected:function(t){return!!~e.selectedRows.indexOf(t)},getRowByIndex:function t(n,r){return r&&r.length>0?t(+(r.shift()||0),r):e.rows[n]},get moved(){return o().length},get movedRows(){return o()}}})).actions((function(e){function t(e){if(e&&Array.isArray(e)){var n=e.filter((function(e){return e})).concat();return n.map((function(e,n){return(0,r.pi)((0,r.pi)({},e),{index:n,type:e.type||"plain",pristine:e,toggled:!1!==e.toggled,breakpoint:e.breakpoint,children:e.children?t(e.children):[]})}))}}function n(){var t=location.pathname+e.path+e.toggableColumns.map((function(e){return e.name||e.index})).join("-");localStorage.setItem(t,JSON.stringify(e.activeToggaleColumns.map((function(e){return e.index}))))}function i(t,n){e.orderBy=t,e.order=n}function s(t,n,r){(0,u.eachTree)(t,(function(t){~n.indexOf(t.pristine[r||"key"])||o()(n,(function(e){return e&&e==t.pristine[r||"key"]}))?(e.selectedRows.push(t.id),e.selectedRowKeys.push(t.pristine[r||"key"])):t.children&&s(t.children,n,r)}))}function l(e,t,n,r,a,i){void 0===a&&(a="");var o=i||"children";return t+=1,e.map((function(e,i){e=(0,p.Kn)(e)?e:{item:e};var s=(0,u.guid)();return{id:s,parentId:r,name:String("".concat(n,"-").concat(t,"-").concat(i)),path:"".concat(a).concat(i),depth:t,index:i,newIndex:i,pristine:e,data:e,rowSpans:{},children:e&&Array.isArray(e[o])?l(e[o],t,i,s,"".concat(a).concat(i,".")):[]}}))}return{update:function(n){void 0!==n.columnsTogglable&&(e.columnsTogglable=n.columnsTogglable),"string"==typeof n.orderBy&&i(n.orderBy,"desc"===n.order?"desc":"asc"),void 0!==n.maxKeepItemSelectionLength&&(e.maxKeepItemSelectionLength=n.maxKeepItemSelectionLength),void 0!==n.keepItemSelectionOnPageChange&&(e.keepItemSelectionOnPageChange=n.keepItemSelectionOnPageChange),n.columns&&Array.isArray(n.columns)&&e.columns.replace(t(n.columns))},persistSaveToggledColumns:n,setOrderByInfo:i,updateQuery:function(t,n,a,i,o){void 0===a&&(a="pageNo"),void 0===i&&(i="pageSize"),void 0===o&&(o=!1);var s=e.query;e.query=o?(0,r.pi)({},t):(0,r.pi)((0,r.pi)({},e.query),t),e.query[a||"pageNo"]&&(e.pageNo=parseInt(e.query[a||"pageNo"],10)),e.query[i||"pageSize"]&&(e.pageSize=parseInt(e.query[i||"pageSize"],10)),n&&(0,u.isObjectShallowModified)(s,e.query,!1)&&setTimeout(n.bind(null,"?".concat((0,u.qsstringify)(e.query))),4)},initRows:function(t,n,r,a){e.selectedRows.clear();var i=a||"children";!function(t,n){if(!1!==n){var r=t.concat();e.rows.length>t.length&&e.rows.splice(t.length,e.rows.length-t.length);for(var a=0,i=e.rows.length;r.length;){var o=r.shift();if(athis.max)return this.colorStops[t-1];var n=this.max-this.min,r=(e-this.min)/n,i=Math.max(Math.ceil(r*(t-1)),1),o=this.colorStops[i-1],s=this.colorStops[i];r=r*(t-1)-(i-1);var l=Math.floor(r*s.r+(1-r)*o.r),u=Math.floor(r*s.g+(1-r)*o.g),c=Math.floor(r*s.b+(1-r)*o.b);return new a(l,u,c,this.alpha)},e}()},72557:function(e,t,n){"use strict";n.d(t,{J:function(){return o}});var r=n(70655),a=n(26153),i=n(16297),o=function(){function e(e){this.idMap={},this.root=new a.C(e,"root"),this.idMap.root=this.root,this.current=this.root}return e.prototype.setSchema=function(e){return this.current.setSchemas(e),this},e.prototype.addSchema=function(e){return this.current.addSchema(e),this},e.prototype.removeSchema=function(e){return this.current.removeSchema(e),delete this.idMap[e],this},e.prototype.getSchemas=function(){for(var e=[],t=this.current;t;)e.push.apply(e,(0,r.ev)([],(0,r.CR)(t.schemas),!1)),t=t.parent;return e},e.prototype.addScope=function(e,t){if(void 0===t&&(t=(0,i.guid)()),this.idMap[t])throw new Error("scope id `"+t+"` already exists");return this.current=this.current.addChild(t,e),this.idMap[t]=this.current,this},e.prototype.removeScope=function(e){var t,n=this.getScope(e);if(!n.parent)throw new Error("cannot remove root scope");return n.contains(this.current)&&(this.current=n.parent),null===(t=n.parent)||void 0===t||t.removeChild(n),delete this.idMap[n.id],this},e.prototype.hasScope=function(e){var t="string"==typeof e?e:e.id;return!!this.idMap[t]},e.prototype.getScope=function(e){var t="string"==typeof e?e:e.id;return this.idMap[t]},e.prototype.switchToRoot=function(){return this.current=this.root,this},e.prototype.switchTo=function(e){var t=this.getScope(e);return this.current=t,this},e.prototype.getDataPropsAsOptions=function(){for(var e=[],t=this.current;t;)t.tag?e.push({label:t.tag,children:t.getDataPropsAsOptions()}):e.push.apply(e,(0,r.ev)([],(0,r.CR)(t.getDataPropsAsOptions()),!1)),t=t.parent;return e},e.prototype.getSchemaByPath=function(e){for(var t=this.current;t;){var n=t.getSchemaByPath(e);if(n)return n;t=t.parent}return null},e}()},26153:function(e,t,n){"use strict";n.d(t,{C:function(){return o}});var r=n(70655),a=n(16297),i=n(24666),o=function(){function e(e,t){this.children=[],this.schemas=[],this.setSchemas(Array.isArray(e)?e:[e]),this.id=t}return e.prototype.addChild=function(t,n){var r=new e(n||{type:"object",properties:{}},t);return this.children.push(r),r.parent=this,r},e.prototype.removeChild=function(e){var t=this.children.findIndex((function(t){return"string"==typeof e?e===t.id:t===e}));~t&&(delete this.children[t].parent,this.children.splice(t,1))},e.prototype.setSchemas=function(e){var t,n;this.schemas.splice(0,this.schemas.length);try{for(var i=(0,r.XA)(e),o=i.next();!o.done;o=i.next()){var s=o.value;if("object"!==s.type)throw new TypeError("data scope accept only object");this.schemas.push((0,r.pi)({$id:(0,a.guid)()},s))}}catch(e){t={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return this},e.prototype.addSchema=function(e){return e=(0,r.pi)({$id:(0,a.guid)()},e),this.schemas.push(e),this},e.prototype.removeSchema=function(e){var t=this.schemas.findIndex((function(t){return t.$id===e}));return~t&&this.schemas.splice(t,1),this},e.prototype.contains=function(e){for(var t=e;t;){if(this===t)return!0;t=t.parent}return!1},e.prototype.getMergedSchema=function(){var e={type:"object",properties:{}};return this.schemas.forEach((function(t){var n=t.properties||{};Object.keys(n).forEach((function(t){var r=n[t];e.properties[t]?Array.isArray(e.properties[t].oneOf)?e.properties[t].oneOf.push():e.properties[t].type&&e.properties[t].type!==r.type&&(e.properties[t]={oneOf:[e.properties[t],r]}):e.properties[t]=r}))})),e},e.prototype.buildOptions=function(e,t,n,a,i,o){var s,l=this;void 0===n&&(n=""),void 0===a&&(a=""),void 0===i&&(i=!1);var u={label:t.title||a,value:n,type:t.type,tag:null!==(s=t.description)&&void 0!==s?s:t.type,disabled:o};e.push(u),"object"===t.type&&t.properties?(u.children=[],Object.keys(t.properties).forEach((function(e){var r=t.properties[e],a=i?"ARRAYMAP(".concat(n,", item => item.").concat(e,")"):n+(n?".":"")+e;l.buildOptions(u.children,r,a,e,i,!1)}))):"array"===t.type&&t.items&&(u.children=[],this.buildOptions(u.children,(0,r.pi)({title:"成员"},t.items),n,"items",!0,!0),this.buildOptions(u.children,{title:"总数",type:"number"},n+(n?".":"")+"length","length",!0,i))},e.prototype.getDataPropsAsOptions=function(){var e=[];return this.buildOptions(e,this.getMergedSchema()),e[0].children},e.prototype.getSchemaByPath=function(e){var t,n,a=(0,i.i)(e);try{for(var o=(0,r.XA)(this.schemas),s=o.next();!s.done;s=o.next()){var l=s.value,u=a.reduce((function(e,t){return e&&"object"===e.type&&e.properties?e.properties[t]:null}),l);if(u)return u}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}return null},e}()},99284:function(e,t,n){"use strict";n.d(t,{y:function(){return y}});var r=n(70655),a=n(67294),i=!("undefined"==typeof window||!window.document||!window.document.createElement),o=!1,s=!1;try{var l={get passive(){return o=!0},get once(){return s=o=!0}};i&&(window.addEventListener("test",l,l),window.removeEventListener("test",l,!0))}catch(e){}var u=function(e,t,n,r){return function(e,t,n,r){if(r&&"boolean"!=typeof r&&!s){var a=r.once,i=r.capture,l=n;!s&&a&&(l=n.__once||function e(r){this.removeEventListener(t,e,i),n.call(this,r)},n.__once=l),e.addEventListener(t,l,o?r:i)}e.addEventListener(t,n,r)}(e,t,n,r),function(){!function(e,t,n,r){var a=r&&"boolean"!=typeof r?r.capture:r;e.removeEventListener(t,n,a),n.__once&&e.removeEventListener(t,n.__once,a)}(e,t,n,r)}};function c(e){var t=function(e){var t=(0,a.useRef)(e);return(0,a.useEffect)((function(){t.current=e}),[e]),t}(e);return(0,a.useCallback)((function(){return t.current&&t.current.apply(t,arguments)}),[t])}var d=n(42473),p=n.n(d),h=n(67216),f=n(73935),m=function(){},v=function(e){return e&&("current"in e?e.current:e)},g=function(e,t,n){var r=void 0===n?{}:n,i=r.disabled,o=r.clickTrigger,s=void 0===o?"click":o,l=(0,a.useRef)(!1),d=t||m,g=(0,a.useCallback)((function(t){var n,r,a=v(e);p()(!!a,"RootClose captured a close event but does not have a ref to compare it to. useRootClose(), should be passed a ref that resolves to a DOM node"),l.current=!a||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(t)||!function(e){return 0===e.button}(t)||(n=a,r=t.target,!!(n.contains?n.contains(r):n.compareDocumentPosition?n===r||16&n.compareDocumentPosition(r):void 0))}),[e]),y=c((function(e){l.current||d(e)})),b=c((function(e){27===e.keyCode&&d(e)}));(0,a.useEffect)((function(){if(!i&&null!=e){var t=window.event,n=(c=v(e),(0,h.Z)(function(e){return e&&"setState"in e?f.findDOMNode(e):null!=e?e:null}(c))),r=u(n,s,g,!0),a=u(n,s,(function(e){e!==t?y(e):t=void 0})),o=u(n,"keyup",(function(e){e!==t?b(e):t=void 0})),l=[];return"ontouchstart"in n.documentElement&&(l=[].slice.call(n.body.children).map((function(e){return u(e,"mousemove",m)}))),function(){r(),a(),o(),l.forEach((function(e){return e()}))}}var c}),[e,i,s,g,y,b])},y=function(e){var t=e.children,n=e.onRootClose,i=(0,r._T)(e,["children","onRootClose"]),o=(0,r.CR)((0,a.useState)(null),2),s=o[0],l=o[1],u=(0,f.findDOMNode)(s);return g(u,n,i),"function"==typeof t?t(l):t}},60319:function(e,t,n){"use strict";n.d(t,{a:function(){return s}});var r=n(13311),a=n.n(r),i=n(30998),o=n.n(i),s=function(){function e(){this.list=[]}return e.prototype.has=function(e){return!!a()(this.list,(function(t){return t.key===e}))},e.prototype.set=function(e,t){this.list.push({key:e,value:t})},e.prototype.get=function(e){var t=a()(this.list,(function(t){return t.key===e}));return t?t.value:null},e.prototype.delete=function(e){var t=o()(this.list,(function(t){return t.key===e}));~t&&this.list.splice(t,1)},e.prototype.dispose=function(){this.list.splice(0,this.list.length)},e}()},88731:function(e,t,n){"use strict";n.d(t,{Fe:function(){return O},Kj:function(){return S},Mp:function(){return D},Pq:function(){return _},S0:function(){return E},X1:function(){return N},_6:function(){return b},di:function(){return T},rM:function(){return M},xk:function(){return w}});var r=n(70655),a=n(57557),i=n.n(a),o=n(980),s=n(13913),l=(n(30381),n(94219)),u=n(71464),c=n(64136),d=(n(35373),n(8990)),p=n(16297),h=n(68630),f=n.n(h),m=n(95209),v=/(?:^|raw\:)(get|post|put|delete|patch|options|head|jsonp|js):/i,g=[],y=!!document.documentMode;function b(e,t){if(void 0===t&&(t="get"),"string"==typeof e){var n=v.test(e)?RegExp.$1:"";n&&(e=e.replace(n+":","")),e={method:n||t,url:e}}else e=(0,r.pi)({},e);return e.url="string"==typeof e.url?e.url.trim():e.url,e}function w(e,t,n){void 0===n&&(n={}),e=b(e,n.method);var a=n.autoAppend,i=n.ignoreData,s=(0,r._T)(n,["autoAppend","ignoreData"]);if(e.config=(0,r.pi)({},s),e.method=(e.method||n.method||"get").toLowerCase(),e.headers&&(e.headers=(0,c.bu)(e.headers,t,void 0,!1)),e.requestAdaptor&&"string"==typeof e.requestAdaptor&&(e.requestAdaptor=_(e.requestAdaptor,"api")),e.adaptor&&"string"==typeof e.adaptor&&(e.adaptor=_(e.adaptor,"payload","response","api")),!t)return e;if(t instanceof FormData||t instanceof Blob||t instanceof ArrayBuffer)return e.data=t,e;var u=e.url=e.url||"",d=void 0;try{d=(0,o.Qc)(e.url)}catch(t){return console.warn("api 配置语法出错:".concat(t)),e}var h=d.body.map((function(e,t){return"raw"===e.type?e.value:"__expression__".concat(t,"__")})).join(""),f=h.indexOf("?"),m=function(e,n,r){return void 0===n&&(n="url_encode"),void 0===r&&(r=void 0),e.replace(/__expression__(\d+)__/g,(function(e,a){var i;return null!==(i=(0,o.ku)(d.body[a],t,{defaultFilter:n}))&&void 0!==i?i:r}))},v=function(t){return(0,p.qsstringify)(t,(null==e?void 0:e.filterEmptyQuery)?{filter:function(e,t){return""===t?void 0:t}}:void 0)};if(~f){var g=h.indexOf("#"),y=(0,p.qsparse)(h.substring(f+1,~g&&g>f?g:void 0));(0,p.JSONTraverse)(y,(function(e,n,r){var a;"string"==typeof e&&/^__expression__(\d+)__$/.test(e)?r[n]=null!==(a=(0,o.ku)(d.body[RegExp.$1].body,t))&&void 0!==a?a:"":"string"==typeof e&&(r[n]=m(r[n],"raw",""))}));var w=m(h.substring(0,f),"raw","");Object.assign(y,e.query),e.url=w+(~w.indexOf("?")?"&":"?")+v(e.query=(0,c.bu)(y,t,void 0,e.convertKeyToPath))+(~g&&g>f?m(h.substring(g)):"")}else e.url=m(h,"raw","");if(i)return e;if(e.data?e.body=e.data=(0,c.bu)(e.data,t,void 0,e.convertKeyToPath):"post"!==e.method&&"put"!==e.method&&"patch"!==e.method||(e.body=e.data=t),e.query&&(e.query=(0,c.bu)(e.query,t,void 0,e.convertKeyToPath)),"get"===e.method||"jsonp"===e.method||"js"===e.method){if(!e.data&&(!~u.indexOf("$")&&a||e.forceAppendDataToQuery))e.data=t,e.query=(0,r.pi)((0,r.pi)({},e.query),t);else if(!1===e.attachDataToQuery&&e.data&&(!~u.indexOf("$")&&a||e.forceAppendDataToQuery)){var C=e.url.indexOf("?");~C?(y=e.query=(0,r.pi)((0,r.pi)((0,r.pi)({},(0,p.qsparse)(e.url.substring(C+1))),e.query),t),e.url=e.url.substring(0,C)+"?"+v(y)):(e.query=(0,r.pi)((0,r.pi)({},e.query),t),(k=v(t))&&(e.url="".concat(e.url,"?").concat(k)))}if(e.data&&!1!==e.attachDataToQuery){var E=e.url.indexOf("?");~E?(y=e.query=(0,r.pi)((0,r.pi)((0,r.pi)({},(0,p.qsparse)(e.url.substring(E+1))),e.query),e.data),e.url=e.url.substring(0,E)+"?"+v(y)):(e.query=(0,r.pi)((0,r.pi)({},e.query),e.data),(k=v(e.query))&&(e.url="".concat(e.url,"?").concat(k))),delete e.data}}else if(e.method){var k,S=e.url.indexOf("?");if(~S)y=e.query=(0,r.pi)((0,r.pi)({},(0,p.qsparse)(e.url.substring(S+1))),e.query),e.url=e.url.substring(0,S)+"?"+v(y);else(k=v(e.query))&&(e.url="".concat(e.url,"?").concat(k))}return e.graphql?"get"===e.method?e.query=e.data=(0,r.pi)((0,r.pi)({},e.query),{query:e.graphql}):"post"!==e.method&&"put"!==e.method&&"patch"!==e.method||(e.body=e.data={query:e.graphql,operationName:e.operationName,variables:(0,l.kI)(e.data)}):e.jsonql&&(e.method="post",e.jsonql=(0,c.bu)(e.jsonql,(0,r.pi)((0,r.pi)({},e.query),t),void 0,!1,!0),e.body=e.data=e.jsonql),e}function _(e){for(var t=[],n=1;n=0?"&":"?")+(0,p.qsstringify)(u),a.onload=a.onreadystatechange=function(){a.readyState&&!/loaded|complete/.test(a.readyState)||o()},a.onerror=function(){o(),n({status:0,headers:{}})},a.src=i,document.head.appendChild(a)}))}(n),n);if("js"===(null===(l=n.method)||void 0===l?void 0:l.toLocaleLowerCase()))return x(function(e,t){return new Promise((function(n,r){t.method="get",e(t).then((function(e){if("string"==typeof e.data){var a=new Function("api",e.data)(t);n({status:200,headers:{},data:{status:0,msg:"",data:a}})}else r("must return string: "+e.data)}))}))}(e,n),n);if("number"==typeof n.cache&&n.cache>0){var c=function(e){for(var t,n=Date.now(),r=0,a=g.length;ri.cache)g.splice(r,1),a--,r--;else if(s=i,(o=e).method===s.method&&o.url===s.url&&!(0,p.isObjectShallowModified)(o.data,s.data,!1)){t=i;break}}var o,s;return t}(n);return x(c?c.cachedPromise:function(e,t){return g.push((0,r.pi)((0,r.pi)({},e),{cachedPromise:t,requestTime:Date.now()})),t}(n,e(n)),n)}if(y&&n&&"get"===(null===(u=n.method)||void 0===u?void 0:u.toLocaleLowerCase())){var d="_t=".concat(Date.now());-1===n.url.indexOf("?")?n.url=n.url+"?".concat(d):n.url=n.url+"&".concat(d)}return x(e(n),n)};return n._wrappedFetcher=!0,n}function x(e,t){var n=this,a=t.adaptor;return a?e.then((function(e){return(0,r.mG)(n,void 0,void 0,(function(){var n;return(0,r.Jh)(this,(function(i){switch(i.label){case 0:return(0,m.fF)("api","before adaptor data",e.data),(null==(n=a(e.data,e,t))?void 0:n.then)?[4,n]:[3,2];case 1:n=i.sent(),i.label=2;case 2:return(0,m.fF)("api","after adaptor data",n),[2,(0,r.pi)((0,r.pi)({},e),{data:n})]}}))}))})).then((function(e){return k(e,t)})):e.then((function(e){return k(e,t)}))}function T(e,t,n,r){return!!t&&(!e||(0,p.isObjectShallowModified)(w(b(e),n),w(b(t),r)))}function M(e,t,n,r){var a;if(!t)return!1;if(!1===(t=b(t)).autoRefresh)return!1;var i=null!==(a=t.trackExpression)&&void 0!==a?a:t.url;if("string"!=typeof i||!~i.indexOf("$"))return!1;var o=!1;return e?(e=b(e),t.trackExpression||e.trackExpression?o=(0,u.w)(e.trackExpression||"",n)!==(0,u.w)(t.trackExpression||"",r):(e=w(e,n,{ignoreData:!0}),t=w(t,r,{ignoreData:!0}),o=e.url!==t.url)):o=!0,!(!o||!O(t.url)||t.sendOn&&!(0,d.fz)(t.sendOn,r))}function O(e){return e&&/^(?:(https?|wss?|taf):\/\/[^\/]+)?(\/?[^\s\/\?]*){1,}(\?.*)?$/.test(e)}function N(e,t,n,r){return!(!e||!1===n||r&&t&&!(0,d.fz)(r,t)||("string"!=typeof e||!e.length)&&(!(0,l.Kn)(e)||!e.url||e.sendOn&&t&&!(0,d.fz)(e.sendOn,t)))}function D(e){var t;return void 0===e?e={}:f()(e)||((t={})[Array.isArray(e)?"items":"result"]=e,e=t),e}},74202:function(e,t,n){"use strict";n.d(t,{q:function(){return a}});var r=n(70655);function a(e,t){if(e&&e.headers&&e.headers["content-disposition"]){var n=e.headers["content-disposition"],a="";if(n&&-1!==n.indexOf("attachment")){var i=n.match(/filename[^;=\n]*=((['"]).*?\2|[^;\n]*)$/);i&&i.length&&(a=i[1].replace("UTF-8''","").replace(/['"]/g,"")),a&&a.replace(/[^%]/g,"").length>2&&(a=decodeURIComponent(a));var o=e.headers["content-type"],s="[object Blob]"===e.data.toString()?e.data:new Blob([e.data],{type:o});if(void 0!==window.navigator.msSaveBlob)window.navigator.msSaveBlob(s,a);else{var l=window.URL||window.webkitURL,u=l.createObjectURL(s);if(a){var c=document.createElement("a");void 0===c.download?window.location=u:(c.href=u,c.download=a,document.body.appendChild(c),c.click())}else window.location=u;setTimeout((function(){l.revokeObjectURL(u)}),100)}return(0,r.pi)((0,r.pi)({},e),{data:{status:0,msg:t("Embed.downloading")}})}}else if(e.data&&"[object Blob]"===e.data.toString())return new Promise((function(t,n){var a=new FileReader;a.addEventListener("loadend",(function(i){var o=a.result;try{t((0,r.pi)((0,r.pi)({},e),{data:(0,r.pi)({},JSON.parse(o))}))}catch(i){n(i)}})),a.readAsText(e.data)}));return e}},36970:function(e,t,n){"use strict";n.d(t,{$:function(){return l}});var r,a=Object.defineProperty,i=Object.getPrototypeOf;function o(e,t){return e.bind?e.bind(t):function(){return e.apply(t,arguments)}}function s(e){return function(t){return Object.defineProperty(this,e,{configurable:!0,writable:!0,enumerable:!0,value:t}),t}}function l(e,t,n){var l=n.value,u=n.configurable,c=n.enumerable;if("function"!=typeof l)throw new SyntaxError("@autobind can only be used on functions, not: ".concat(l));var d=e.constructor;return{configurable:u,enumerable:c,get:function(){if(this===e)return l;if(this.constructor!==d&&i(this).constructor===d)return l;if(this.constructor!==d&&t in this.constructor.prototype)return function(e,t){if("undefined"==typeof WeakMap)throw new Error("Using @autobind on ".concat(t.name,"() requires WeakMap support due to its use of super.").concat(t.name,"()\n See https://github.com/jayphelps/core-decorators.js/issues/20"));r||(r=new WeakMap),!1===r.has(e)&&r.set(e,new WeakMap);var n=r.get(e);return!1===n.has(t)&&n.set(t,o(t,e)),n.get(t)}(this,l);var n=o(l,this);return a(this,t,{configurable:!0,writable:!0,enumerable:!1,value:n}),n},set:s(t)}}},79565:function(e,t,n){"use strict";n.d(t,{U:function(){return s}});var r=n(70655),a=n(67294),i=n(8400),o=n.n(i);function s(e,t,n){if(Array.isArray(n)&&n.length){var i=0,s=[],l=Math.max(Math.round(12/Math.max.apply(Math,(0,r.ev)([],(0,r.CR)(n),!1))),1),u="Grid-col--sm".concat(l);n.forEach((function(n,r){n&&(s.push(a.createElement("div",{className:t("Grid"),key:r},Array.from({length:n}).map((function(n,r){return i+r1){var c=12/n,d="Grid-col--sm".concat(c===Math.round(c)?c:"");e=o()(e,n).map((function(e,r){return a.createElement("div",{className:t("Grid"),key:r},Array.from({length:n}).map((function(n,r){return a.createElement("div",{key:r,className:t(d)},e[r])})))}))}return e}},64136:function(e,t,n){"use strict";n.d(t,{aC:function(){return d},bu:function(){return p}});var r=n(70655),a=n(43097),i=n(41165),o=n(71464),s=n(68630),l=n.n(s),u=n(94219);function c(e,t,n,r){void 0===n&&(n="| raw"),void 0===r&&(r=!1);var s="string"==typeof e&&(0,a.S)(e)?(0,i.O)(e,t,n,(function(){return""})):"string"==typeof e&&~e.indexOf("$")?(0,o.w)(e,t,n):e;return!r||null!=s&&""!==s?s:e}function d(e,t){var n,a;try{for(var i=(0,r.XA)(Object.keys(e)),o=i.next();!o.done;o=i.next()){var s=o.value;"string"==typeof e[s]&&(e[s]=c(e[s],t))}}catch(e){n={error:e}}finally{try{o&&!o.done&&(a=i.return)&&a.call(i)}finally{if(n)throw n.error}}return e}function p(e,t,n,a,i){if(void 0===t&&(t={}),void 0===n&&(n=!1),void 0===i&&(i=!1),Array.isArray(e))return e.map((function(e){return p(e,t,n,a,i)}));if("string"==typeof e)return c(e,t,void 0,i);if(!l()(e))return e;var o={},s=Object.keys(e);if(1===s.length&&"$"===s[0][0]&&l()(e[s[0]])){var d=c(s[0],t,"| raw");if(!Array.isArray(d)&&i)o[s[0]]=e[s[0]];else{var h=Array.isArray(d)?d:[],f=e[s[0]];o=h.map((function(e){return p(f,(0,u.nW)(t,(0,r.pi)({item:e},e)),n,a,i)}))}}else Object.keys(e).forEach((function(s){var d,h=e[s];if("function"==typeof n&&n(s,h))(0,u.NI)(o,s,h,a);else if("&"===s&&"$$"===h)o=(0,r.pi)((0,r.pi)({},o),t);else if("&"===s){var f=l()(h)&&(d=Object.keys(h))&&1===d.length&&t[d[0].substring(1)]&&Array.isArray(t[d[0].substring(1)])?t[d[0].substring(1)].map((function(e){return p(h[d[0]],(0,u.nW)(t,e),n,a,i)})):c(h,t,void 0,i);o=Array.isArray(f)||"string"==typeof f?f:"function"==typeof f?(0,r.pi)((0,r.pi)({},o),f(t)):(0,r.pi)((0,r.pi)({},o),f)}else"$$"===h?(0,u.NI)(o,s,t,a):h&&"$"===h[0]?(f=c(h,t,void 0,i),(0,u.NI)(o,s,f,a),"__undefined"===f&&(0,u.HK)(o,s)):l()(h)||Array.isArray(h)?(0,u.NI)(o,s,p(h,t,n,a,i),a):"string"==typeof h&&~h.indexOf("$")?(0,u.NI)(o,s,c(h,t,void 0,i),a):"function"==typeof h&&!0!==n?(0,u.NI)(o,s,h(t),a):((0,u.NI)(o,s,h,a),"__undefined"===h&&(0,u.HK)(o,s))}));return o}},19760:function(e,t,n){"use strict";n.d(t,{RA:function(){return c},kX:function(){return u}});var r=n(30381),a=n.n(r),i=n(94219),o=n(71464),s={year:"Y",month:"M",week:"w",weekday:"W",day:"d",hour:"h",minute:"m",min:"m",second:"s",millisecond:"ms"},l=/^(.+)?(\+|-)(\d+)(minute|min|hour|day|week|month|year|weekday|second|millisecond)s?$/i,u=function(e,t,n,r){void 0===t&&(t={}),void 0===n&&(n="X"),void 0===r&&(r=!1);var c,d=r?a().utc:a();"string"==typeof e&&(e=e.trim());var p=new Date;if((e=(0,o.w)(e,(0,i.nW)(t,{now:d().toDate(),today:d([p.getFullYear(),p.getMonth(),p.getDate()])}),"| raw"))&&"string"==typeof e&&(c=l.exec(e))){var h=new Date,f=parseInt(c[3],10),m=c[1]?u(c[1],t,n,r):d(/(minute|min|hour|second)s?/.test(c[4])?[h.getFullYear(),h.getMonth(),h.getDate(),h.getHours(),h.getMinutes(),h.getSeconds()]:[h.getFullYear(),h.getMonth(),h.getDate()]);return"-"===c[2]?m.subtract(f,s[c[4]]):m.add(f,s[c[4]])}if("now"===e)return d();if("today"===e){var v=new Date;return d([v.getFullYear(),v.getMonth(),v.getDate()])}var g=d(e);return g.isValid()?g:d(e,n)};function c(e){var t=/^((?:\-|\+)?(?:\d*\.)?\d+)(minute|min|hour|day|week|month|quarter|year|weekday|second|millisecond)s?$/.exec(e);if(t){var n=a().duration(parseFloat(t[1]),t[2]);if(a().isDuration(n))return n}}},95209:function(e,t,n){"use strict";n.d(t,{Cy:function(){return E},Uz:function(){return k},fF:function(){return S}});var r=n(70655),a=n(67294),i=n(94184),o=n.n(i),s=n(73935),l=n(55171),u=n.n(l),c=n(22188),d=n(29323),p=n(16297),h=n(33557);!function(){function e(){this.cat="",this.level="",this.msg="",this.ext=""}(0,r.gn)([c.LO,(0,r.w6)("design:type",Object)],e.prototype,"cat",void 0),(0,r.gn)([c.LO,(0,r.w6)("design:type",Object)],e.prototype,"level",void 0),(0,r.gn)([c.LO,(0,r.w6)("design:type",Object)],e.prototype,"msg",void 0),(0,r.gn)([c.LO,(0,r.w6)("design:type",Object)],e.prototype,"ext",void 0)}();var f=new(function(){function e(){this.tab="log",this.position="right",this.logs=[],this.isExpanded=!1,this.inspectMode=!1}return(0,r.gn)([c.LO,(0,r.w6)("design:type",String)],e.prototype,"tab",void 0),(0,r.gn)([c.LO,(0,r.w6)("design:type",String)],e.prototype,"position",void 0),(0,r.gn)([c.LO,(0,r.w6)("design:type",Array)],e.prototype,"logs",void 0),(0,r.gn)([c.LO,(0,r.w6)("design:type",Object)],e.prototype,"isExpanded",void 0),(0,r.gn)([c.LO,(0,r.w6)("design:type",Object)],e.prototype,"inspectMode",void 0),(0,r.gn)([c.LO,(0,r.w6)("design:type",String)],e.prototype,"hoverId",void 0),(0,r.gn)([c.LO,(0,r.w6)("design:type",String)],e.prototype,"activeId",void 0),(0,r.gn)([c.LO,(0,r.w6)("design:type",Number)],e.prototype,"ellipsisThreshold",void 0),e}()),m={},v=(0,d.Pi)((function(e){var t,n=e.store,r=n.logs,i=null!==(t=n.ellipsisThreshold)&&void 0!==t?t:50;return a.createElement(a.Fragment,null,r.map((function(e,t){return a.createElement("div",{className:"AMISDebug-logLine",key:"log-".concat(t)},a.createElement("div",{className:"AMISDebug-logLineMsg"},"[",e.cat,"] ",e.msg),e.ext?a.createElement(u(),{name:null,theme:"monokai",src:JSON.parse(e.ext),collapsed:!0,enableClipboard:!1,displayDataTypes:!1,collapseStringsAfterLength:i,iconStyle:"square"}):null)})))})),g=(0,d.Pi)((function(e){for(var t,n,i,s,l=e.store,c=l.activeId,d=m[c],p=(null===(s=null===(i=null==d?void 0:d.component)||void 0===i?void 0:i.props)||void 0===s?void 0:s.data)||{},h=[p];Object.getPrototypeOf(p)!==Object.prototype;){var f=Object.getPrototypeOf(p);if("[object Object]"!==Object.prototype.toString.call(f))break;h.push(f),p=f}var g=[];if(Object.keys(h[0]).length||h.length>1){var y=0;try{for(var b=(0,r.XA)(h),w=b.next();!w.done;w=b.next()){var _=w.value;g.push(a.createElement("div",{key:"data-".concat(y)},a.createElement("h3",null,"Data Level-",y),a.createElement(u(),{key:"dataview-".concat(_),name:null,theme:"monokai",src:_,collapsed:0!==y,enableClipboard:!1,displayDataTypes:!1,iconStyle:"square"}))),y+=1}}catch(e){t={error:e}}finally{try{w&&!w.done&&(n=b.return)&&n.call(b)}finally{if(t)throw t.error}}}var C=(0,a.useRef)(null),E=(0,r.CR)((0,a.useState)(!1),2),k=E[0],S=E[1],x=(0,r.CR)((0,a.useState)(0),2),T=x[0],M=x[1],O=(0,r.CR)((0,a.useState)(0),2),N=O[0],D=O[1];return(0,a.useEffect)((function(){var e=function(){S(!1)},t=function(e){if(k){var t="right"===l.position?e.clientX-T:T-e.clientX,n=C.current,r=Math.max(200,N-t);return n.style.width=r+"px",e.stopPropagation&&e.stopPropagation(),e.preventDefault&&e.preventDefault(),e.cancelBubble=!0,!1}};return k&&(document.addEventListener("mousemove",t),document.addEventListener("mouseup",e)),function(){k&&(document.removeEventListener("mousemove",t),document.removeEventListener("mouseup",e))}}),[k]),a.createElement("div",{className:o()("AMISDebug",{"is-expanded":l.isExpanded,"is-left":"left"===l.position}),ref:C},a.createElement("div",{className:"AMISDebug-toggle",title:"open debug",onClick:function(){l.isExpanded=!0}},l.isExpanded?a.createElement("i",{className:"fas fa-times"}):a.createElement("i",{className:"fas fa-bug"})),a.createElement("div",{className:o()("AMISDebug-content")},a.createElement("div",{className:"AMISDebug-close",title:"Close",onClick:function(){l.isExpanded=!1,l.activeId="",l.hoverId=""}},a.createElement("i",{className:"fas fa-times"})),a.createElement("div",{className:"AMISDebug-resize",onMouseDown:function(e){M(e.clientX),D(parseInt(getComputedStyle(C.current).getPropertyValue("width"),10)),S(!0)}}),a.createElement("div",{className:"AMISDebug-tab"},a.createElement("button",{className:o()({active:"log"===l.tab}),onClick:function(){l.tab="log"}},"Log"),a.createElement("button",{className:o()({active:"inspect"===l.tab}),onClick:function(){l.tab="inspect"}},"Inspect")),a.createElement("div",{className:"AMISDebug-changePosition"},"right"===l.position?a.createElement("i",{className:"fas fa-chevron-left",title:"move to left",onClick:function(){l.position="left"}}):a.createElement("i",{className:"fas fa-chevron-right",title:"move to right",onClick:function(){l.position="right"}})),"log"===l.tab?a.createElement("div",{className:"AMISDebug-log"},a.createElement("button",{onClick:function(){l.logs=[]}},"Clear Log"),a.createElement(v,{store:l})):null,"inspect"===l.tab?a.createElement("div",{className:"AMISDebug-inspect"},c?a.createElement(a.Fragment,null,a.createElement("h3",null,"Component:"," ",a.createElement("span",{className:"primary"},d.name)),g):"Click component to display inspect"):null))}));function y(e){if(f.isExpanded){var t=e.target.closest("[data-debug-id]");t&&(f.hoverId=t.getAttribute("data-debug-id"))}}function b(e){if(f.isExpanded){var t=e.target.closest("[data-debug-id]");t&&(f.activeId=t.getAttribute("data-debug-id"),f.tab="inspect")}}var w=document.createElement("div");w.className="AMISDebug-hoverBox";var _=document.createElement("div");_.className="AMISDebug-activeBox",(0,c.EH)((function(){var e=f.hoverId,t=document.querySelector('[data-debug-id="'.concat(e,'"]'));if(t){var n=(0,h.F)(t,document.body);w.style.top="".concat(n.top,"px"),w.style.left="".concat(n.left,"px"),w.style.width="".concat(n.width,"px"),w.style.height="".concat(n.height,"px")}else w.style.top="-999999px"})),(0,c.EH)((function(){var e=f.activeId,t=document.querySelector('[data-debug-id="'.concat(e,'"]'));if(t){var n=(0,h.F)(t,document.body);_.style.top="".concat(n.top,"px"),_.style.left="".concat(n.left,"px"),_.style.width="".concat(n.width,"px"),_.style.height="".concat(n.height,"px")}else _.style.top="-999999px"}));var C=!1;function E(){if(!C){C=!0;var e=document.createElement("div");document.body.appendChild(e);var t=a.createElement(g,{store:f});(0,s.render)(t,e),document.body.appendChild(w),document.body.appendChild(_),document.addEventListener("mousemove",y),document.addEventListener("click",b)}}var k=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.debugId=(0,p.uuidv4)(),t}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=(0,s.findDOMNode)(this);if(e){var t=this.props.renderer;e.setAttribute("data-debug-id",this.debugId),m[this.debugId]={name:t.name,component:this.props.children}}},t.prototype.componentDidUpdate=function(e){var t=this.props.renderer;m[this.debugId]&&(m[this.debugId]={name:t.name,component:this.props.children})},t.prototype.componentWillUnmount=function(){delete m[this.debugId]},t.prototype.render=function(){return this.props.children},t}(a.Component);function S(e,t,n){if(console.groupCollapsed("[amis debug]",t),console.debug(n),console.groupEnd(),C){var r={cat:e,level:"debug",msg:t,ext:JSON.stringify(n)};f.logs.push(r)}}},44478:function(e,t,n){"use strict";n.d(t,{M:function(){return r}});var r=function(e){var t=document.createElement("textarea");return t.innerHTML=e,t.value}},12169:function(e,t,n){"use strict";n.d(t,{Mm:function(){return d},PG:function(){return l},ZO:function(){return s},kl:function(){return c}});var r=n(70655),a=n(73935),i=n(16622),o=n(33557);function s(e,t){return e="function"==typeof e?e():e,a.findDOMNode(e)||t}function l(e){var t;return(null===(t=a.findDOMNode(e))||void 0===t?void 0:t.ownerDocument)||document}function u(e){var t,n,r,a;return"BODY"===e.tagName?(n=window.innerWidth,r=window.innerHeight,a=l(e).documentElement.scrollTop||(null==e?void 0:e.scrollTop)):(n=(t=(0,i.c)(e)).width,r=t.height,a=e.scrollTop),{width:n,height:r,scroll:a}}function c(e,t,n,a,s,l){void 0===s&&(s=0),void 0===l&&(l=[0,0]);var c="BODY"===a.tagName?(0,i.c)(n):(0,o.F)(n,a),d=(0,i.c)(t),p=d.height,h=d.width,f=a.getBoundingClientRect(),m=t.getBoundingClientRect(),v=t.offsetWidth?m.width/t.offsetWidth:1,g=t.offsetHeight?m.height/t.offsetHeight:1,y=0,b=0,w="",_="",C=e="auto"===e?"left-bottom-left-top right-bottom-right-top left-top-left-bottom right-top-right-bottom left-bottom-left-top":e;if(~e.indexOf("-"))for(var E=e.split(/\s+/);E.length;){var k=C=E.shift(),S=(0,r.CR)(k.split("-"),4),x=S[0],T=S[1],M=S[2],O=S[3];if(M=M||x,O=O||T,y="left"===x?c.left:"right"===x?c.left+c.width:c.left+c.width/2,b="top"===T?c.top:"bottom"===T?c.top+c.height:c.top+c.height/2,y-="left"===M?0:"right"===M?h:h/2,b-="top"===O?0:"bottom"===O?p:p/2,E.length){var N={x:f.x+y/v,y:f.y+b/g,width:h,height:p};if(N.x>0&&N.x+N.width0&&N.y+N.heighto?o-l:0}(b=c.top+(c.height-p)/2,p,a,s);b+=D,_=50*(1-2*D/p)+"%"}else if("top"===e||"bottom"===e){b="top"===e?c.top-p:c.top+c.height;var A=function(e,t,n,r){var a=u(n).width,i=e-r,o=e+r+t;return i<0?-i:o>a?a-o:0}(y=c.left+(c.width-h)/2,h,a,s);y+=A,w=50*(1-2*A/p)+"%"}else{if("center"!==e)throw new Error('calcOverlayPosition(): No such placement of "'.concat(e,'" found.'));y=c.left+(c.width-h)/2,b=c.top+(c.height-p)/2,w=_=void 0}var L=(0,r.CR)(l,2),P=L[0],F=void 0===P?0:P,R=L[1],j=void 0===R?0:R;return{positionLeft:(y+F)/v,positionTop:(b+j)/g,arrowOffsetLeft:(w+F)/v,arrowOffsetTop:(_+j)/g,activePlacement:C}}function d(e,t){return e&&parseInt(getComputedStyle(e).getPropertyValue(t),10)||0}},24717:function(e,t,n){"use strict";n.d(t,{n:function(){return a}});var r=n(70655),a=function(e){function t(t,n){var r=e.call(this,t)||this;return r.type="ServerError",r.response=n,r}return(0,r.ZT)(t,e),t}(Error)},13913:function(e,t,n){"use strict";n.d(t,{X:function(){return a}});var r={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"},a=function(e){return String(e).replace(/[&<>"'\/]/g,(function(e){return r[e]}))}},9056:function(e,t,n){"use strict";n.d(t,{L:function(){return u}});var r=n(8990),a=n(16297),i=n(68630),o=n.n(i),s=n(94184),l=n.n(s);function u(e,t,n,i){void 0===t&&(t={}),void 0===n&&(n=["addOn","ref"]);var s={},u=null;return Object.getOwnPropertyNames(e).forEach((function(c){if(!n||!~n.indexOf(c)){var d=/^(.*)(On|Expr|(?:c|C)lassName)(Raw)?$/.exec(c),p=e[c];p&&"string"==typeof p&&(null==d?void 0:d[1])&&("On"===d[2]||"Expr"===d[2])?(c=d[1],"On"!==d[2]&&"Expr"!==d[2]||(!u&&i&&"string"==typeof p&&~p.indexOf("__props")&&(u=(0,a.injectPropsToObject)(t,{__props:i})),p="On"===d[2]?(null==i?void 0:i[c])||(0,r.fz)(p,u||t):(0,r.hX)(p,u||t)),s[c]=p):p&&o()(p)&&("className"===(null==d?void 0:d[2])||"ClassName"===(null==d?void 0:d[2]))&&(c=d[1]+d[2],s["".concat(c,"Raw")]=p,s[c]=l()((0,a.mapObject)(p,(function(e){return"string"==typeof e?(0,r.fz)(e,t):e}))))}})),s}},35373:function(e,t,n){"use strict";var r=n(70655),a=n(980),i=n(30381),o=n.n(i),s=n(69327),l=n(68718),u=n.n(l),c=n(7739),d=n.n(c),p=n(45578),h=n.n(p),f=n(44908),m=n.n(f),v=n(94219),g=n(25607),y=n(26747),b=n(13913),w=n(32544),_=n(32739),C=n(19760);function E(e,t,n,r,a,i,o){var s,l,u;void 0===o&&(o=1),(t||r)&&function(e){for(var t;~["isTrue","isFalse","isMatch","isEquals","notMatch","notEquals"].indexOf(null===(t=e[0])||void 0===t?void 0:t.name);)e.shift()}(n.restFilters);var c=r?a:i,d=r?null===(s=n.filter)||void 0===s?void 0:s.args[0+o]:null===(l=n.filter)||void 0===l?void 0:l.args[1+o];return r||t?null!==(u=k(c,n.data,d))&&void 0!==u?u:c:e}function k(e,t,n){return(null==n?void 0:n.type)&&"literal"!==n.type?e:"string"==typeof e&&/,/.test(e)?e.split(/\s*,\s*/).filter((function(e){return e})):"string"==typeof e?(0,y.H)(e,t):e}function S(e){return e&&"string"==typeof e?/^\[.*\]$/.test(e)?e.substring(1,e.length-1).split(/\s*,\s*/).filter((function(e){return e})):e.split(/\s*,\s*/).filter((function(e){return e})):e}(0,a.HV)({map:function(e,t){for(var n=this,i=[],o=2;o=n[r]?(a.push(Math.floor(e/n[r])+t[r]),e%=n[r]):0===r&&e&&a.push((e.toFixed?e.toFixed(2):"0")+t[0]);return a.join("")}(e):e},bytes:function(e,t){var n;return void 0===t&&(t=1e3),e?(0,w.H)(e,null!==(n=parseInt(t,10))&&void 0!==n?n:1e3):e},round:function(e,t){var n;if(void 0===t&&(t=2),isNaN(e))return 0;t=null!==(n=parseInt(t,10))&&void 0!==n?n:2;var r=Math.pow(10,t);return(Math.round(e*r)/r).toFixed(t)},truncate:function(e,t,n){return"string"!=typeof e?e:(n=n||"...",null==t?e:(t=parseInt(t,10)||200,e.substring(0,t)+(e.length>t?n:"")))},url_encode:function(e){return null==e?"":encodeURIComponent(e)},url_decode:function(e){var t,n;try{n=decodeURIComponent(e)}catch(e){console.warn("[amis] ".concat(null!==(t=null==e?void 0:e.name)&&void 0!==t?t:"URIError",": input string is not valid."))}return n},default:function(e,t,n){var r;return void 0===n&&(n=!1),null!==(r=n?e:e||void 0)&&void 0!==r?r:function(){try{if("undefined"===t)return;return JSON.parse(t)}catch(e){return t}}()},join:function(e,t){return e&&e.join?e.join(t):e},split:function(e,t){return void 0===t&&(t=","),"string"==typeof e?e.split(t):e},sortBy:function(e,t,n,r){return void 0===t&&(t="&"),void 0===n&&(n="alpha"),Array.isArray(e)?e.sort((0,s.E)(t,n,r)):e},objectToArray:function(e,t,n){return void 0===t&&(t="label"),void 0===n&&(n="value"),u()(e,(function(e,r,a){var i;(e||(e=[])).push(((i={})[t]=r,i[n]=a,i))}),[])},unique:function(e,t){return Array.isArray(e)?t?h()(e,t):m()(e):e},topAndOther:function(e,t,n,r){if(void 0===t&&(t=10),void 0===n&&(n="name"),void 0===r&&(r="其他"),Array.isArray(e)&&t){var a=d()(e,(function(n){var r=e.indexOf(n)+1;return r>=t?t:r}));return Object.keys(a).map((function(e,i){var o=a[e].reduce((function(e,t){return Object.keys(t).forEach((function(n){e.hasOwnProperty(n)&&"labelField"!==n?"number"==typeof t[n]&&"number"==typeof e[n]?e[n]+=t[n]:"string"==typeof t[n]&&/^(?:\-|\.)\d/.test(t[n])&&"number"==typeof e[n]?e[n]+=parseFloat(t[n])||0:"string"==typeof t[n]&&"string"==typeof e[n]?e[n]+=", ".concat(t[n]):e[n]=t[n]:e[n]=t[n]})),e}),{});return i===t-1&&(o[n]=r||"其他"),o}))}return e},first:function(e){return e&&e[0]},nth:function(e,t){return void 0===t&&(t=0),e&&e[t]},last:function(e){return e&&(e.length?e[e.length-1]:null)},minus:function(e,t){var n;return void 0===t&&(t=1),(0,_.Z)((Number(e)||0)-Number(k(t,this.data,null===(n=this.filter)||void 0===n?void 0:n.args[0])))},plus:function(e,t){var n;return void 0===t&&(t=1),(0,_.Z)((Number(e)||0)+Number(k(t,this.data,null===(n=this.filter)||void 0===n?void 0:n.args[0])))},times:function(e,t){var n;return void 0===t&&(t=1),(0,_.Z)((Number(e)||0)*Number(k(t,this.data,null===(n=this.filter)||void 0===n?void 0:n.args[0])))},division:function(e,t){var n;return void 0===t&&(t=1),(0,_.Z)((Number(e)||0)/Number(k(t,this.data,null===(n=this.filter)||void 0===n?void 0:n.args[0])))},count:function(e){return Array.isArray(e)||"string"==typeof e?e.length:0},sum:function(e,t){if(!Array.isArray(e))return e;var n=e.reduce((function(e,n){return e+(parseFloat(t?(0,v.hY)(t,n):n)||0)}),0);return(0,_.Z)(n)},abs:function(e){return"number"==typeof e?Math.abs(e):e},pick:function(e,t){return void 0===t&&(t="&"),Array.isArray(e)&&!/^\d+$/.test(t)?e.map((function(e,n){return(0,v.hY)(t,(0,v.nW)({index:n},e))})):(0,v.hY)(t,e)},pick_if_exist:function(e,t){return void 0===t&&(t="&"),Array.isArray(e)?e.map((function(e){return(0,y.H)(t,e)||e})):(0,y.H)(t,e)||e},str2date:function(e,t,n){return void 0===t&&(t="X"),void 0===n&&(n="X"),e?(0,C.kX)(e,this.data,t).format(n):""},asArray:function(e){return Array.isArray(e)?e:e?[e]:e},concat:function(e){for(var t=this,n=[],a=1;a2,this,!!e,t,n,0)},isFalse:function(e,t,n){return E(e,arguments.length>2,this,!e,t,n,0)},isMatch:function(e,t,n,r){var a,i;return E(e,arguments.length>3,this,(t=null!==(i=k(t,this.data,null===(a=this.filter)||void 0===a?void 0:a.args[0]))&&void 0!==i?i:t)&&(0,g.E)("".concat(t),!1).test(String(e)),n,r)},notMatch:function(e,t,n,r){var a,i;return E(e,arguments.length>3,this,(t=null!==(i=k(t,this.data,null===(a=this.filter)||void 0===a?void 0:a.args[0]))&&void 0!==i?i:t)&&!(0,g.E)("".concat(t),!1).test(String(e)),n,r)},isEquals:function(e,t,n,r){var a,i;return t=null!==(i=k(t,this.data,null===(a=this.filter)||void 0===a?void 0:a.args[0]))&&void 0!==i?i:t,E(e,arguments.length>3,this,e===t,n,r)},notEquals:function(e,t,n,r){var a,i;return t=null!==(i=k(t,this.data,null===(a=this.filter)||void 0===a?void 0:a.args[0]))&&void 0!==i?i:t,E(e,arguments.length>3,this,e!==t,n,r)}})},20723:function(e,t,n){"use strict";n.d(t,{EF:function(){return m},R7:function(){return v},UT:function(){return f},jo:function(){return h},sR:function(){return g}});var r=n(13218),a=n.n(r),i=n(47037),o=n.n(i),s=(n(51584),n(980)),l=n(8990),u=(n(30381),n(68630),n(43560)),c=n(41165),d=(n(35373),n(15804)),p={},h={tpl:function(e,t){var n=t||{};return(0,l.hX)(e,n)},formula:function(e,t){if(/^\$\{([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((.[a-zA-Z0-9_-]{2,3}){1,2})\}$/.test(e))return e.substring(2,e.length-1);var n=t||{},r=void 0;try{r=(0,c.O)(e,n,"| raw")}catch(n){return console.warn("[formula]表达式执行异常,当前表达式: ",e,",当前上下文数据: ",t),e}return r},evalFormula:function(e,t){var n=t||{},r=void 0;try{r=(0,s.ku)(e,n,{evalMode:!0,allowFilter:!1})}catch(n){return console.warn("[evalFormula]表达式执行异常,当前表达式: ",e,",当前上下文数据: ",t),e}return null!=r?r:e},js:function(e,t){var n,r=!1;~e.indexOf("debugger")&&(r=!0,e=e.replace(/debugger;?/,"")),e in p?n=p[e]:(n=new Function("data","utils","with(data) {".concat(r?"debugger;":"","return (").concat(e,");}")),p[e]=n),t=t||{};var a=void 0;try{a=n.call(t,t,(0,s.Zj)())}catch(n){return console.warn("[formula:js]表达式执行异常,当前表达式: ",e,",当前上下文数据: ",t),e}return a},var:function(e,t){var n=t||{},r=(0,u.E)(n,e);return null!=r?r:e},collect:function(e){return a()(e)||o()(e)?(0,d.C)(e):[]}};function f(e){return!(!e||!o()(e))&&/(^|[^\\])\$\{.+\}/.test(e)}function m(e,t,n){try{return h.collect(e).some((function(e){return h.var(e,t)!==h.var(e,n)}))}catch(t){return console.warn("[isNeedFormula]表达式执行异常,当前表达式: ",e,",当前上下文数据: ",n),!1}}function v(e){return"now"===e.split(/\${|\||}/).filter((function(e){return e}))[1]}function g(e){return e&&o()(e)&&/(\\)(\${).+(\})/.test(e)?e.replace(/\\\$\{/g,"${"):e}},43560:function(e,t,n){"use strict";n.d(t,{E:function(){return a}});var r=n(24666);function a(e,t,n){if(void 0===n&&(n=!0),e&&t&&"object"==typeof e)return(n?t in e:e.hasOwnProperty(t))?e[t]:(0,r.i)(t).reduce((function(e,t){return e&&"object"==typeof e&&(n?t in e:e.hasOwnProperty(t))?e[t]:void 0}),e)}},15804:function(e,t,n){"use strict";n.d(t,{C:function(){return o}});var r=n(980);function a(e,t){e&&e.type&&(t(e),Object.keys(e).forEach((function(n){var r=e[n];Array.isArray(r)?r.forEach((function(e){return a(e,t)})):a(r,t)})))}var i={};function o(e,t){var n=[];return"string"==typeof e&&i[e]?i[e]:(a("string"==typeof e?(0,r.Qc)(e,{evalMode:null!=t&&t}):e,(function(e){"variable"===e.type&&n.push(e.name)})),"string"==typeof e&&(i[e]=n),n)}},33894:function(e,t,n){"use strict";n.d(t,{G:function(){return a}});var r=n(88731);function a(e,t,n,a){e.persist();var i=n.onAction,o=t.onClick;"string"==typeof o&&(o=(0,r.Pq)(o,"event","props","data"));var s=o&&o(e,n,a||n.data);if(!e.isDefaultPrevented()&&!1!==s&&i){if(e.preventDefault(),"download"===t.actionType){t.actionType="ajax";var l=(0,r._6)(t.api);l.responseType="blob",t.api=l}i(e,t,a||n.data)}}},16297:function(e,t,n){"use strict";n.r(t),n.d(t,{JSONTraverse:function(){return Xe},SkipOperation:function(){return He},__uri:function(){return te},anyChanged:function(){return I},autobind:function(){return Oe},bulkBindFunctions:function(){return Ne},camel:function(){return Se},chainEvents:function(){return je},chainFunctions:function(){return Re},cloneObject:function(){return w.kI},convertArrayValueToMoment:function(){return Qe},createObject:function(){return w.nW},deleteVariable:function(){return w.HK},detectPropValueChanged:function(){return Ke},difference:function(){return Q},eachTree:function(){return ce},everyTree:function(){return me},extendObject:function(){return w.kt},filterTree:function(){return fe},findIndex:function(){return F},findObjectsWithKey:function(){return Be},findTree:function(){return de},findTreeIndex:function(){return pe},flattenTree:function(){return ge},flattenTreeWithLeafNodes:function(){return ye},getLevelFromClassName:function(){return Te},getPropValue:function(){return Ue},getRange:function(){return et},getScrollParent:function(){return X},getScrollbarWidth:function(){return ze},getTree:function(){return he},getTreeAncestors:function(){return _e},getTreeDepth:function(){return we},getTreeParent:function(){return Ce},getVariable:function(){return x.E},getWidthRate:function(){return xe},guid:function(){return P},hasAbility:function(){return q},hasFile:function(){return Ae},hasOwnPropertyInPath:function(){return R},hasVisibleExpression:function(){return z},hashCode:function(){return $e},immutableExtends:function(){return Z},injectPropsToObject:function(){return D},isArrayChildrenModified:function(){return H},isBreakpoint:function(){return ne},isClickOnInput:function(){return Ge},isDisabled:function(){return J},isEmpty:function(){return ie},isMobile:function(){return O},isNumeric:function(){return nt},isObject:function(){return w.Kn},isObjectShallowModified:function(){return V},isSuperDataModified:function(){return A},isUnfolded:function(){return U},isVisible:function(){return W},keyToPath:function(){return T.i},lcFirst:function(){return ke},loadScript:function(){return Ye},makeColumnClassBuild:function(){return B},makeHorizontalDeeper:function(){return G},mapObject:function(){return Ie},mapTree:function(){return ue},noop:function(){return j},normalizeNodePath:function(){return qe},object2formData:function(){return Fe},omitControls:function(){return ae},padArr:function(){return ee},parseQuery:function(){return rt},pickEventsProps:function(){return Me},preventDefault:function(){return M},promisify:function(){return $},qsparse:function(){return Pe},qsstringify:function(){return Le},range:function(){return N},removeHTMLTag:function(){return Je},repeatCount:function(){return tt},rmUndefined:function(){return Y},setVariable:function(){return w.NI},someTree:function(){return ve},sortArray:function(){return De},spliceTree:function(){return be},string2regExp:function(){return S.E},syncDataFromSuper:function(){return L},ucFirst:function(){return Ee},until:function(){return re},uuid:function(){return oe},uuidv4:function(){return le},visibilityFilter:function(){return K}});var r=n(70655),a=n(68630),i=n.n(a),o=n(18446),s=n.n(o),l=n(7654),u=n.n(l),c=n(44908),d=n.n(c),p=n(10928),h=n.n(p),f=n(82492),m=n.n(f),v=n(8990),g=n(95654),y=n.n(g),b=n(36970),w=(n(980),n(30381),n(94219)),_=n(43097),C=n(26747),E=n(41165),k=(n(35373),n(22188)),S=n(25607),x=n(43560),T=n(24666);function M(e){("boolean"!=typeof e.cancelable||e.cancelable)&&e.preventDefault()}function O(){var e,t;return null===(t=(e=window).matchMedia)||void 0===t?void 0:t.call(e,"(max-width: 768px)").matches}function N(e,t,n){return Math.min(Math.max(e,t),n)}function D(e,t){var n=Object.create(e.__super||null);Object.keys(t).forEach((function(e){return n[e]=t[e]}));var r=Object.create(n);return Object.keys(e).forEach((function(t){return r[t]=e[t]})),r}function A(e,t,n){var r=[];return r=n&&"FormStore"===n.storeType?d()(n.items.map((function(e){return"".concat(e.name).replace(/\..*$/,"")})).concat(Object.keys(n.data))):Object.keys(n.data),!(!Array.isArray(r)||!r.length)&&r.some((function(n){return e[n]!==t[n]}))}function L(e,t,n,a,i){var o=(0,r.pi)({},e),s=[];return a&&"FormStore"===a.storeType?s=d()(a.items.map((function(e){return"".concat(e.name).replace(/\..*$/,"")})).concat(Object.keys(o))):i&&(s=Object.keys(o)),(t||n)&&s.forEach((function(e){e&&(t&&void 0!==t[e]||n&&void 0!==n[e])&&(n&&!t||!n&&t||n[e]!==t[e])&&(o[e]=t[e])})),o}function P(){function e(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return e()+e()+e()}function F(e,t){for(var n=0,r=e.length;n=0;s--){var l=i[s];if(V(e[l],t[l],n,r,a))return!0}return!1}function H(e,t,n){if(void 0===n&&(n=!0),!Array.isArray(e)||!Array.isArray(t))return n?e!==t:e!=t;if(e.length!==t.length)return!0;for(var r=e.length-1;r>=0;r--)if(n?e[r]!==t[r]:e[r]!=t[r]||H(e[r].children,t[r].children,n))return!0;return!1}function Z(e,t,n){if(!(0,w.Kn)(e)||!(0,w.Kn)(t))return e;var a=e;return Object.keys(t).forEach((function(n){var i=e[n],o=t[n];i!==o&&((a=a!==e?a:(0,r.pi)({},e))[n]=o)})),a}function B(e,t){void 0===t&&(t="col-sm-$value");var n=12,r=Math.floor(n/e);return function(a){if(a.columnClassName&&/\bcol-(?:xs|sm|md|lg)-(\d+)\b/.test(a.columnClassName)){var i=parseInt(RegExp.$1,10);return n-=i,e--,r=Math.floor(n/e),a.columnClassName}return a.columnClassName?(n-=r,e--,a.columnClassName):(n-=r,e--,t.replace("$value",""+r))}}function z(e){return(null==e?void 0:e.visibleOn)||(null==e?void 0:e.hiddenOn)}function W(e,t){return!(e.hidden||!1===e.visible||e.hiddenOn&&!0===(0,v.fz)(e.hiddenOn,t)||e.visibleOn&&!1===(0,v.fz)(e.visibleOn,t))}function U(e,t){var n=t.foldedField,r=t.unfoldedField;n=n||"folded";var a=!1;return(r=r||"unfolded")&&void 0!==e[r]?a=!!e[r]:n&&void 0!==e[n]&&(a=!e[n]),a}function K(e,t){return e.filter((function(e){return W(e,t)}))}function J(e,t){return e.disabled||e.disabledOn&&(0,v.fz)(e.disabledOn,t)}function q(e,t,n,r){return void 0===r&&(r=!0),e.hasOwnProperty(t)?e[t]:e.hasOwnProperty("".concat(t,"On"))?(0,v.fz)(e["".concat(t,"On")],n||e):r}function G(e,t){if(t>1&&/\bcol-(xs|sm|md|lg)-(\d+)\b/.test(e.left)){var n=parseInt(RegExp.$2,10)*t;return{leftFixed:e.leftFixed,left:n,right:12-n,offset:n}}return t>1&&"number"==typeof e.left?(n=e.left*t,{leftFixed:e.leftFixed,left:n,right:12-n,offset:n}):e}function $(e){if(e._promisified)return e;var t=function(){try{var t=e.apply(null,arguments);return t&&t.then?t:"function"==typeof t?new Promise((function(e,n){return t((function(t,r){return t?n(t):e(r)}))})):Promise.resolve(t)}catch(e){return Promise.reject(e)}};return t.raw=e,t._promisified=!0,t}function X(e,t){if(void 0===t&&(t=function(){return!0}),null==e)return null;var n=getComputedStyle(e);if(!n)return null;var r=n.getPropertyValue("overflow")+n.getPropertyValue("overflow-x")+n.getPropertyValue("overflow-y");return"BODY"===e.nodeName||/auto|scroll/.test(r)&&t(e)?e:X(e.parentNode,t)}function Q(e,t,n){return function e(t,r){if((0,w.Kn)(t)&&(0,w.Kn)(r)){var a=d()(Object.keys(t).concat(Object.keys(r))),i={};return a.forEach((function(a){var o=t[a],l=r[a];n&&~n.indexOf(a)&&(i[a]=o),s()(o,l)||(t.hasOwnProperty(a)?Array.isArray(o)&&Array.isArray(l)?i[a]=o:i[a]=e(o,l):i[a]=void 0)})),i}return t}(e,t)}var ee=function(e,t,n){void 0===t&&(t=4),void 0===n&&(n=!1);for(var r=[[]],a=e.concat(),i=0;a.length||n&&r[r.length-1].length=t?i+=1:o.push(a.shift())}return r};function te(e){return e}function ne(e){if("string"!=typeof e)return!!e;var t=e.split(/\s*,\s*|\s+/);if(window.matchMedia)return t.some((function(e){return"*"===e||"xs"===e&&matchMedia("screen and (max-width: 767px)").matches||"sm"===e&&matchMedia("screen and (min-width: 768px) and (max-width: 991px)").matches||"md"===e&&matchMedia("screen and (min-width: 992px) and (max-width: 1199px)").matches||"lg"===e&&matchMedia("screen and (min-width: 1200px)").matches}));var n=window.innerWidth;return t.some((function(e){return"*"===e||"xs"===e&&n<768||"sm"===e&&n>=768&&n<992||"md"===e&&n>=992&&n<1200||"lg"===e&&n>=1200}))}function re(e,t,n,a){var i,o=this;void 0===a&&(a=5e3);var s=!1;return new Promise((function(l,u){var c=function(){return(0,r.mG)(o,void 0,void 0,(function(){var n,o;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4,e()];case 1:return n=r.sent(),s?[2]:(t(n)?(s=!0,l(n)):i=setTimeout(c,a),[3,3]);case 2:return o=r.sent(),u(o),[3,3];case 3:return[2]}}))}))};c(),n&&n((function(){clearTimeout(i),s=!0}))}))}function ae(e,t){return e.filter((function(e){return!~t.indexOf(e.name||e._name)}))}function ie(e){return!(0,w.Kn)(e)||!Object.keys(e).length}var oe=function(){return(+new Date).toString(36)},se=function(){return("00000000000000000"+(0x10000000000000000*Math.random()).toString(16)).slice(-16)},le=function(){var e=se(),t=se();return e.slice(0,8)+"-"+e.slice(8,12)+"-4"+e.slice(13)+"-a"+t.slice(1,4)+"-"+t.slice(4)};function ue(e,t,n,a,i){return void 0===n&&(n=1),void 0===a&&(a=!1),void 0===i&&(i=[]),e.map((function(e,o){if(a){var s=e.children?ue(e.children,t,n+1,a,i.concat(e)):void 0;return s&&(e=(0,r.pi)((0,r.pi)({},e),{children:s})),t(e,o,n,i)||(0,r.pi)({},e)}return(e=t(e,o,n,i)||(0,r.pi)({},e)).children&&e.children.splice&&(e.children=ue(e.children,t,n+1,a,i.concat(e))),e}))}function ce(e,t,n,r){void 0===n&&(n=1),void 0===r&&(r=[]),e.map((function(e,a){var i,o=r.concat(e);t(e,a,n,o),(null===(i=e.children)||void 0===i?void 0:i.splice)&&ce(e.children,t,n+1,o)}))}function de(e,t){var n=null;return me(e,(function(e,r,a,i){return!t(e,r,a,i)||(n=e,!1)})),n}function pe(e,t){var n=[];return de(e,(function(r,a,i,o){if(t(r,a,i,o)){n=[a],(o=o.concat()).unshift({children:e});for(var s=o.length-1;s>0;s--){var l=o[s-1],u=o[s];n.unshift(l.children.indexOf(u))}return!0}return!1})),n.length?n:void 0}function he(e,t){for(var n=Array.isArray(t)?t.concat():[t],r=n.pop(),a=e,i=0,o=n.length;i]+(>|$)/g,""):e}function qe(e,t,n,a,i,o){var s;void 0===n&&(n="label"),void 0===a&&(a="value"),void 0===i&&(i="/"),void 0===o&&(o=",");var l=[],u=[],c=function(e){return h()(e?e.toString().split(i):[])};return void 0!==e&&t?(Array.isArray(e)?e.forEach((function(e){var t;e&&e.hasOwnProperty(a)?(l.push((0,r.pi)((0,r.pi)({},e),((t={})[n]=c(e[n]),t[a]=c(e[a]),t))),u.push(e[a])):(l.push(c(e)),u.push(e))})):"string"==typeof e?e.toString().split(o).forEach((function(e){l.push(c(e)),u.push(e)})):(l.push((0,r.pi)((0,r.pi)({},e),((s={})[n]=c(e[n]),s[a||"value"]=c(e[a]),s))),u.push(e[a])),{nodeValueArray:l,nodePathArray:u}):{nodeValueArray:l,nodePathArray:u}}function Ge(e){var t,n=e.target;return!!(!e.currentTarget.contains(n)||~["INPUT","TEXTAREA"].indexOf(n.tagName)||(t=n.closest('button, a, [data-role="form-item"]'))&&e.currentTarget.contains(t))}function $e(e){return e.split("").reduce((function(e,t){return(e=(e<<5)-e+t.charCodeAt(0))&e}),0)}function Xe(e,t){Object.keys(e).forEach((function(n){var r=e[n];(0,k.bi)(r)||(i()(r)||Array.isArray(r)?Xe(r,t):t(r,n,e))}))}function Qe(e,t,n){if(0===e.length)return n;for(var r=0;r\n
\n \n
\n
\n
\n
'),e.appendChild(n),e.hasInlineStyle=e.hasAttribute("style");var s=e.originPosition=i(e,"position");~["fixed","absolute"].indexOf(s)||(e.style.position="relative");var l,u,c=n.children[0],d=c.children[0],p=n.children[1],h=n.children[2],f=function(){d.style.width=c.offsetWidth+10+"px",d.style.height=c.offsetHeight+10+"px",c.scrollLeft=c.scrollWidth,c.scrollTop=c.scrollHeight,p.scrollLeft=p.scrollWidth,p.scrollTop=p.scrollHeight,l=e.offsetWidth,u=e.offsetHeight},m=function(){f(),w&&(v(),w=!1)};f();var v=function(){e.resizedAttached&&e.resizedAttached.call()},g=function(e,t,n){e.attachEvent?e.attachEvent("on"+t,n):e.addEventListener(t,n)},y=function(e,t,n){e.detachEvent?e.detachEvent("on"+t,n):e.removeEventListener(t,n)},b=function(t){e.offsetWidth==l&&e.offsetHeight==u||v(),f()};g(c,"scroll",b),g(p,"scroll",b),g(h,"animationstart",m);var w=!c.offsetWidth;return function(){y(c,"scroll",b),y(p,"scroll",b),y(h,"animationstart",m)}}}function s(e){if(e.resizeSensor){e.hasInlineStyle?e.style.position=e.originPosition:e.removeAttribute("style");try{e.removeChild(e.resizeSensor)}catch(e){}delete e.resizeSensor,delete e.resizedAttached,delete e.hasInlineStyle,delete e.originPosition}}function l(e,t,n){if(void 0===n&&(n=!1),!e)return function(){};var r=void 0;if(!n){r=o(e,t);var a=!1;return function(){a||(a=!0,null==r||r(),s(e))}}r=o(e,(function(){t.apply(this,arguments),null==r||r(),s(e)}))}},7038:function(e,t,n){"use strict";n.d(t,{$6:function(){return _}});var r=n(70655),a=n(27361),i=n.n(a),o=n(66654),s=n.n(o),l=n(41609),u=n.n(l),c=n(18446),d=n.n(c),p=n(10240),h=n.n(p),f=n(68062),m=n(30381),v=n.n(m),g=n(48403),y=n.n(g),b={},w=!0;function _(e,t,n){return void 0===n&&(n=!0),(0,r.mG)(this,void 0,void 0,(function(){return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e&&e.conjunction&&Array.isArray(e.children)&&e.children.length?[4,C(e.children,e.conjunction,t)]:[2,n];case 1:return[2,r.sent()]}}))}))}function C(e,t,n){return void 0===t&&(t="and"),(0,r.mG)(this,void 0,void 0,(function(){var a,i,o,s,l,u;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:a=!0,i=0,o=e.length,r.label=1;case 1:return iparseFloat(t)})),A("greater",x,"date"),A("greater",x,"time"),A("greater",x,"datetime"),A("greater_or_equal",(function(e,t){return void 0===e||void 0===t?w:parseFloat(e)>=parseFloat(t)})),A("greater_or_equal",T,"date"),A("greater_or_equal",T,"time"),A("greater_or_equal",T,"datetime"),A("less",(function(e,t){return void 0===e||void 0===t?w:parseFloat(e)=parseFloat(a)&&e<=parseFloat(i)}return w})),A("between",N,"date"),A("between",N,"time"),A("between",N,"datetime"),A("not_between",(function(e,t){if("number"==typeof e&&void 0!==t){var n=(0,r.CR)(t.sort(),2),a=n[0],i=n[1];return eparseFloat(i)}return w})),A("not_between",D,"date"),A("not_between",D,"time"),A("not_between",D,"datetime"),A("equal",(function(e,t){return d()(e,t)})),A("not_equal",(function(e,t){return!d()(e,t)})),A("like",(function(e,t){return void 0===e||void 0===t?w:!!~e.indexOf(t)})),A("not_like",(function(e,t){return void 0===e||void 0===t?w:!~e.indexOf(t)})),A("select_any_in",(function(e,t){return Array.isArray(t)?Array.isArray(e)?t.every((function(t){return e.includes(t)})):t.includes(e):w})),A("select_not_any_in",(function(e,t){return Array.isArray(t)?Array.isArray(e)?!t.every((function(t){return e.includes(t)})):!t.includes(e):w})),A("starts_with",(function(e,t){return void 0===e||void 0===t?w:h()(e,t)})),A("ends_with",(function(e,t){return void 0===e||void 0===t?w:s()(e,t)}))},26747:function(e,t,n){"use strict";n.d(t,{H:function(){return i}});var r=n(980),a=n(43560);function i(e,t,n){if(void 0===t&&(t={}),"&"===e||"$$"==e)return t;if(e&&"string"==typeof e){if(!~e.indexOf(":"))return(0,a.E)(t,"$"===e[0]?e.substring(1):e,n);try{return new r.vX(t).evalute((0,r.Qc)(e,{variableMode:!0,allowFilter:!1}))}catch(e){return}}}},41165:function(e,t,n){"use strict";n.d(t,{O:function(){return a}});var r=n(980),a=function(e,t,n,a){if(void 0===t&&(t={}),void 0===n&&(n="| html"),void 0===a&&(a=function(e){return e}),e&&"string"==typeof e)try{var i=(0,r.Qc)(e,{evalMode:!1,allowFilter:!0}),o=new r.vX(t,{defaultFilter:n}).evalute(i);return null!=o||~e.indexOf("default")||~e.indexOf("now")?o:a(o)}catch(e){return void console.warn(e)}}},68062:function(e,t,n){"use strict";n.d(t,{v:function(){return i}});var r=n(70655),a=n(980),i=function(e,t,n,i){return void 0===t&&(t={}),void 0===n&&(n="| html"),void 0===i&&(i=function(e){return e}),(0,r.mG)(void 0,void 0,void 0,(function(){var o,s,l;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:if(!e||"string"!=typeof e)return[2,void 0];r.label=1;case 1:return r.trys.push([1,3,,4]),o=(0,a.Qc)(e,{evalMode:!1,allowFilter:!0}),[4,new a.jO(t,{defaultFilter:n}).evalute(o)];case 2:return[2,null!=(s=r.sent())||~e.indexOf("default")||~e.indexOf("now")?s:i(s)];case 3:return l=r.sent(),console.warn(l),[2,void 0];case 4:return[2]}}))}))}},22830:function(e,t,n){"use strict";n.d(t,{o:function(){return a}});var r=n(33557);function a(e){return(0,r.F)(e,function(e,t){if(!e)return document.body;var n=getComputedStyle(e),r="absolute"===n.position,a=/(auto|scroll)/;if("fixed"===n.position)return document.body;for(var i=e;i=i.parentElement;)if(n=getComputedStyle(i),(!r||"static"!==n.position)&&a.test(n.overflow+n.overflowY+n.overflowX))return i;return document.body}(e))}},25607:function(e,t,n){"use strict";function r(e,t){if(void 0===t&&(t=!1),"string"!=typeof e)throw new TypeError("Expected a string");return new RegExp(e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d"),t?"":"i")}n.d(t,{E:function(){return r}})},32739:function(e,t,n){"use strict";function r(e){return"number"!=typeof e||Number.isInteger(e)?e:parseFloat(e.toPrecision(16))}n.d(t,{Z:function(){return r}})},71137:function(e,t,n){"use strict";n.d(t,{Gn:function(){return i},yy:function(){return o}});var r=n(70655),a=n(16297),i={marginTop:"margin-top",marginRight:"margin-right",marginBottom:"margin-bottom",marginLeft:"margin-left",paddingTop:"padding-top",paddingRight:"padding-right",paddingBottom:"padding-bottom",paddingLeft:"padding-left","top-border-width":"border-top-width","right-border-width":"border-right-width","bottom-border-width":"border-bottom-width","left-border-width":"border-left-width","top-border-style":"border-top-style","right-border-style":"border-right-style","bottom-border-style":"border-bottom-style","left-border-style":"border-left-style","top-border-color":"border-top-color","right-border-color":"border-right-color","bottom-border-color":"border-bottom-color","left-border-color":"border-left-color",fontSize:"font-size",fontWeight:"font-weight",lineHeight:"line-height"};function o(e,t,n){if(e){var o=function(e,t,n){var a,o,s;if(!e)return{value:"",origin:[]};var l=[],u={default:"",hover:":hover",active:":hover:active",disabled:".is-disabled"},c=function(t){var a,o,c=e[t.key],d=null===(s=t.value)||void 0===s?void 0:s.split(" "),p=[];if(!c)return"continue";null==d||d.forEach((function(e){/(\S*[C|c]lassName-\S*)/.test(e)&&~e.indexOf((null==n?void 0:n.replace("u:","").replace("-label","").replace("-description","").replace("-addOn",""))||"")&&p.push(e)}));var h=t.weights||{};try{for(var f=(a=void 0,(0,r.XA)(p)),m=f.next();!m.done;m=f.next()){var v=m.value,g={default:{},hover:{},active:{},disabled:{}};for(var y in c)"$$id"!==y&&(~y.indexOf(":default")?g.default[y.replace(":default","")]=c[y]:~y.indexOf(":hover")?g.hover[y.replace(":hover","")]=c[y]:~y.indexOf(":active")?g.active[y.replace(":active","")]=c[y]:~y.indexOf(":disabled")?g.disabled[y.replace(":disabled","")]=c[y]:g.default[y]=c[y]);var b=function(e){var t=h[e],n=[],r=function(e,t){e=i[e]||e,n.push("".concat(e,": ").concat(t,";"))};for(var a in g[e])if("$$id"!==a){var o=g[e][a];if("object"==typeof o)if("radius"===a)r("border-radius",[o["top-left-border-radius"],o["top-right-border-radius"],o["bottom-right-border-radius"],o["bottom-left-border-radius"]].join(" "));else for(var s in o){var c;"$$id"!==s&&(c=o[s])&&r(s,c)}else(c=o)&&r(a,c)}if(n.length>0){var d=((null==t?void 0:t.pre)||"")+v+((null==t?void 0:t.suf)||"");l.push({className:d+u[e],content:".".concat(d+u[e]," {\n ").concat(n.join("\n "),"\n}")}),["hover","active","disabled"].includes(e)&&l.push({className:d+"."+e,content:".".concat(d,".").concat(e," {\n ").concat(n.join("\n "),"\n}")})}};for(var w in g)b(w)}}catch(e){a={error:e}}finally{try{m&&!m.done&&(o=f.return)&&o.call(f)}finally{if(a)throw a.error}}};try{for(var d=(0,r.XA)(t),p=d.next();!p.done;p=d.next())c(p.value)}catch(e){a={error:e}}finally{try{p&&!p.done&&(o=d.return)&&o.call(d)}finally{if(a)throw a.error}}return{value:l.map((function(e){return e.content})).join("\n"),origin:l}}(e,t,n).value;!function(e,t){(function(e){var t=document.getElementById(e);return t||((t=document.createElement("style")).id=e,document.body.appendChild(t)),t}(t)).innerHTML=e}(o,(null==n?void 0:n.replace("u:",""))||(0,a.uuid)())}}},73542:function(e,t,n){"use strict";n.d(t,{u:function(){return c}}),n(980),n(30381),n(68630);var r=n(41165),a=(n(35373),n(66604)),i=n.n(a),o=n(68929),s=n.n(o),l=n(71137);function u(e){return"string"==typeof e&&-1===e.indexOf(",")&&-1===e.indexOf("(")?'url("'.concat(e,'")'):e}function c(e,t){if(!e)return e;var n="string"==typeof e?(0,r.O)(e,t,"| raw")||{}:i()(e,(function(e){return(0,r.O)(e,t,"| raw")||e}));return Object.keys(n).forEach((function(e){"radius"===e&&(n.borderRadius=n.radius["top-left-border-radius"]+" "+n.radius["top-right-border-radius"]+" "+n.radius["bottom-right-border-radius"]+" "+n.radius["bottom-left-border-radius"],delete n.radius),-1!==e.indexOf("-")&&(n[s()(l.Gn[e]||e)]=n[e],delete n[e])})),n.backgroundImage&&(n.backgroundImage=u(n.backgroundImage)),n.borderImage&&(n.borderImage=u(n.borderImage)),n.listStyleImage&&(n.listStyleImage=u(n.listStyleImage)),n}},57963:function(e,t,n){"use strict";function r(e,t){void 0===t&&(t=0);var n=parseInt(e,10);return isNaN(n)?t:n}n.d(t,{H:function(){return r}})},71464:function(e,t,n){"use strict";n.d(t,{w:function(){return a}});var r=n(980),a=function(e,t,n){if(void 0===n&&(n="| html"),!e||"string"!=typeof e)return e;try{var a=(0,r.Qc)(e,{evalMode:!1,allowFilter:!0}),i=new r.vX(t,{defaultFilter:n}).evalute(a);return"".concat(null==i?"":i)}catch(t){return console.warn(t),e}}},45060:function(e,t,n){"use strict";n.d(t,{z2:function(){return a}}),n(980),n(30381),n(68630);var r=n(71464);function a(){return{name:"builtin",test:function(e){return"string"==typeof e&&function(e){for(var t=0;;){var n=e.indexOf("$",t);if(~n){var r=e[n+1];if(!r||~['"',"'"," "].indexOf(r)){t=n+1;continue}var a=e[n-1];if(a&&"\\"===a){t=n+1;continue}return!0}break}return!1}(e)},removeEscapeToken:function(e){return"string"==typeof e?e.replace(/\\\$/g,"$"):e},compile:function(e,t,n){void 0===n&&(n="| html");try{return(0,r.w)(e,t,n)}catch(e){return"error: ".concat(e.message)}}}}n(35373)},8990:function(e,t,n){"use strict";n.d(t,{fz:function(){return g},DG:function(){return y},qZ:function(){return C},hX:function(){return f}});var r=n(70655),a=n(45060),i=n(41106),o=n.n(i),s=n(980),l=n(30381),u=n.n(l),c=(n(68630),n(35373),{default:void 0,moment:u(),countDown:function(e){if(!e)return"--";var t=new Date(1e3*parseInt(e,10)),n=Date.now();return t.getTime()/g}))).call(t,t)}catch(e){return''.concat(e.message,"")}}(e,t)}}}].forEach((function(e){if(e){var t,n,r=e();t=r.name,n={test:r.test,compile:r.compile,removeEscapeToken:r.removeEscapeToken},h[t]=n}}))},51477:function(e,t,n){"use strict";n.d(t,{n:function(){return o}});var r=n(14289),a=n(8679),i=n.n(a);function o(e,t,n){var a=(0,r.nm)(e,t,n);return i()(a,e)}},2284:function(e,t,n){"use strict";n.d(t,{FF:function(){return y},Gu:function(){return g},Xw:function(){return w},tV:function(){return m}});var r=n(70655),a=n(30381),i=n.n(a),o=n(8990),s=(n(980),n(68630)),l=n.n(s),u=n(43097),c=n(41165),d=(n(35373),n(88306)),p=function(e){return null!=e},h=function(e){return""===e},f=n.n(d)()((function(e){var t=(e=(0,r.pi)({schemes:["http","https","ftp","sftp"],allowLocal:!0,allowDataUrl:!1},l()(e)?e:{})).schemes,n=e.allowLocal,a=e.allowDataUrl;Array.isArray(t)||(t=["http","https","ftp","sftp"]);var i="^(?:(?:"+t.join("|")+")://)(?:\\S+(?::\\S*)?@)?(?:",o="(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))";return n?o+="?":i+="(?!(?:10|127)(?:\\.\\d{1,3}){3})(?!(?:169\\.254|192\\.168)(?:\\.\\d{1,3}){2})(?!172\\.(?:1[6-9]|2\\d|3[0-1])(?:\\.\\d{1,3}){2})",i+="(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[1-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*"+o+")(?::\\d{2,5})?(?:[/?#]\\S*)?$",a&&(i="(?:"+i+")|(?:^data:(?:\\w+\\/[-+.\\w]+(?:;[\\w=]+)*)?(?:;base64)?,[A-Za-z0-9-_.!~\\*'();\\/?:@&=+$,%]*$)"),new RegExp(i,"i")})),m={isRequired:function(e,t){return!(void 0===t||""===t||null===t||Array.isArray(t)&&!t.length)},isExisty:function(e,t){return p(t)},matchRegexp:function(e,t,n){return!p(t)||h(t)||(r=n,r instanceof RegExp?r:/^(?:matchRegexp\:)?\/(.+)\/([gimuy]*)$/.test(r)?new RegExp(RegExp.$1,RegExp.$2||""):"string"==typeof r?new RegExp(r):/^$/).test(t);var r},isUndefined:function(e,t){return void 0===t},isEmptyString:function(e,t){return h(t)},isEmail:function(e,t){return m.matchRegexp(e,t,/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))$/i)},isUrl:function(e,t,n){return m.matchRegexp(e,t,f(n))},isTrue:function(e,t){return!0===t},isFalse:function(e,t){return!1===t},isNumeric:function(e,t){return"number"==typeof t||m.matchRegexp(e,t,/^[-+]?(?:\d*[.])?\d+$/)},isAlpha:function(e,t){return m.matchRegexp(e,t,/^[A-Z]+$/i)},isAlphanumeric:function(e,t){return m.matchRegexp(e,t,/^[0-9A-Z]+$/i)},isInt:function(e,t){return m.matchRegexp(e,t,/^(?:[-+]?(?:0|[1-9]\d*))$/)},isFloat:function(e,t){return m.matchRegexp(e,t,/^(?:[-+]?(?:\d+))?(?:\.\d*)?(?:[eE][\+\-]?(?:\d+))?$/)},isWords:function(e,t){return m.matchRegexp(e,t,/^[A-Z\s]+$/i)},isSpecialWords:function(e,t){return m.matchRegexp(e,t,/^[A-Z\s\u00C0-\u017F]+$/i)},isLength:function(e,t,n){return"number"==typeof t&&(t=String(t)),!p(t)||h(t)||t.length===n},equals:function(e,t,n){return!p(t)||h(t)||t==n},equalsField:function(e,t,n){return t==e[n]},maxLength:function(e,t,n){return"number"==typeof t&&(t=String(t)),!p(t)||t.length<=n},minLength:function(e,t,n){return"number"==typeof t&&(t=String(t)),!p(t)||h(t)||t.length>=n},isUrlPath:function(e,t,n){return!p(t)||h(t)||/^[a-z0-9_\\-]+$/i.test(t)},maximum:function(e,t,n){return!p(t)||h(t)||(parseFloat(t)||0)<=(parseFloat(n)||0)},lt:function(e,t,n){return!p(t)||h(t)||(parseFloat(t)||0)<(parseFloat(n)||0)},minimum:function(e,t,n){return!p(t)||h(t)||(parseFloat(t)||0)>=(parseFloat(n)||0)},gt:function(e,t,n){return!p(t)||h(t)||(parseFloat(t)||0)>(parseFloat(n)||0)},isJson:function(e,t,n){if(p(t)&&!h(t)&&"string"==typeof t)try{var r=JSON.parse(t);return!("object"!=typeof r||!r)}catch(e){return!1}return!0},isPhoneNumber:function(e,t){return!p(t)||h(t)||/^[1]([3-9])[0-9]{9}$/.test(t)},isTelNumber:function(e,t){return!p(t)||h(t)||/^(\(\d{3,4}\)|\d{3,4}-|\s)?\d{7,14}$/.test(t)},isZipcode:function(e,t){return!p(t)||h(t)||/^\d{6}$/.test(t)},isId:function(e,t){return!p(t)||h(t)||/(^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$)|(^[1-9]\d{5}\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}$)/.test(t)},notEmptyString:function(e,t){return!p(t)||!(String(t)&&""===String(t).trim())},matchRegexp1:function(e,t,n){return m.matchRegexp(e,t,n)},matchRegexp2:function(e,t,n){return m.matchRegexp(e,t,n)},matchRegexp3:function(e,t,n){return m.matchRegexp(e,t,n)},matchRegexp4:function(e,t,n){return m.matchRegexp(e,t,n)},matchRegexp5:function(e,t,n){return m.matchRegexp(e,t,n)},matchRegexp6:function(e,t,n){return m.matchRegexp(e,t,n)},matchRegexp7:function(e,t,n){return m.matchRegexp(e,t,n)},matchRegexp8:function(e,t,n){return m.matchRegexp(e,t,n)},matchRegexp9:function(e,t,n){return m.matchRegexp(e,t,n)},isDateTimeSame:function(e,t,n,r){return i()(t).isSame(i()(n),r)},isDateTimeBefore:function(e,t,n,r){return i()(t).isBefore(i()(n),r)},isDateTimeAfter:function(e,t,n,r){return i()(t).isAfter(i()(n),r)},isDateTimeSameOrBefore:function(e,t,n,r){return i()(t).isSameOrBefore(i()(n),r)},isDateTimeSameOrAfter:function(e,t,n,r){return i()(t).isSameOrAfter(i()(n),r)},isDateTimeBetween:function(e,t,n,r,a,o){return i()(t).isBetween(i()(n),i()(r),a,o)},isTimeSame:function(e,t,n,r,a){return a=null!=a?a:"hh:mm:ss",i()(t,a).isSame(i()(n,a),r)},isTimeBefore:function(e,t,n,r,a){return a=null!=a?a:"hh:mm:ss",i()(t,a).isBefore(i()(n,a),r)},isTimeAfter:function(e,t,n,r,a){return a=null!=a?a:"hh:mm:ss",i()(t,a).isAfter(i()(n,a),r)},isTimeSameOrBefore:function(e,t,n,r,a){return a=null!=a?a:"hh:mm:ss",i()(t,a).isSameOrBefore(i()(n,a),r)},isTimeSameOrAfter:function(e,t,n,r,a){return a=null!=a?a:"hh:mm:ss",i()(t,a).isSameOrAfter(i()(n,a),r)},isTimeBetween:function(e,t,n,r,a,o,s){return s=null!=s?s:"hh:mm:ss",i()(t,s).isBetween(i()(n,s),i()(r,s),a,o)},isVariableName:function(e,t,n){return m.matchRegexp(e,t,n instanceof RegExp?n:/^[a-zA-Z_]+[a-zA-Z0-9_]*$/)}},v={isEmail:"validate.isEmail",isRequired:"validate.isRequired",isUrl:"validate.isUrl",isInt:"validate.isInt",isAlpha:"validate.isAlpha",isNumeric:"validate.isNumeric",isAlphanumeric:"validate.isAlphanumeric",isFloat:"validate.isFloat",isWords:"validate.isWords",isUrlPath:"validate.isUrlPath",matchRegexp:"validate.matchRegexp",minLength:"validate.minLength",maxLength:"validate.maxLength",minLengthArray:"validate.array.minLength",maxLengthArray:"validate.array.maxLength",maximum:"validate.maximum",lt:"validate.lt",minimum:"validate.minimum",gt:"validate.gt",isJson:"validate.isJson",isLength:"validate.isLength",notEmptyString:"validate.notEmptyString",equalsField:"validate.equalsField",equals:"validate.equals",isPhoneNumber:"validate.isPhoneNumber",isTelNumber:"validate.isTelNumber",isZipcode:"validate.isZipcode",isId:"validate.isId",isDateTimeSame:"validate.isDateTimeSame",isDateTimeBefore:"validate.isDateTimeBefore",isDateTimeAfter:"validate.isDateTimeAfter",isDateTimeSameOrBefore:"validate.isDateTimeSameOrBefore",isDateTimeSameOrAfter:"validate.isDateTimeSameOrAfter",isDateTimeBetween:"validate.isDateTimeBetween",isTimeSame:"validate.isTimeSame",isTimeBefore:"validate.isTimeBefore",isTimeAfter:"validate.isTimeAfter",isTimeSameOrBefore:"validate.isTimeSameOrBefore",isTimeSameOrAfter:"validate.isTimeSameOrAfter",isTimeBetween:"validate.isTimeBetween",isVariableName:"validate.isVariableName"};function g(e,t,n,a,i){void 0===i&&(i=function(e){return e});var s=[];return n&&Object.keys(n).forEach((function(l){if(n[l]||0===n[l]){if("function"!=typeof m[l])throw new Error("Validation `"+l+"` not exists!");var d=m[l],p=(Array.isArray(n[l])?n[l]:[n[l]]).map((function(e){return"string"==typeof e&&(0,u.S)(e)?(0,c.O)(e,t,"|raw"):e}));if(!d.apply(void 0,(0,r.ev)([t,e],(0,r.CR)(p),!1))){var h=l;Array.isArray(e)&&(h="".concat(l,"Array")),s.push({rule:l,msg:(0,o.hX)(i(a&&a[l]||v[h]||v[l]),(0,r.pi)({},[""].concat(p)))})}}})),s}function y(e,t,n,r){void 0===r&&(r=function(e){return e});var a={};return Object.keys(t).forEach((function(i){var o=g(e[i],e,!0===t[i]?{isRequired:!0}:t[i],n,r);o.length&&(a[i]=o)})),a}var b=function(e){var t=0,n={};return e.replace(/matchRegexp\d*\s*\:\s*\/.*?\/[igm]*/g,(function(e){return n["__".concat(t)]=e,"__".concat(t++)})).split(/,(?![^{\[]*[}\]])/g).map((function(e){return/^__\d+$/.test(e)?n[e]:e.trim()}))};function w(e){return"string"==typeof e?e?b(e).reduce((function(e,t){var n=t.indexOf(":"),r=t,a=[];return~n&&(r=t.substring(0,n),a=/^matchRegexp/.test(r)?[t.substring(n+1).trim()]:t.substring(n+1).split(",").map((function(e){try{return JSON.parse(e)}catch(t){return e}}))),e[r]=!a.length||a,e}),{}):{}:e||{}}},3218:function(e){"use strict";var t=String.prototype.replace,n=/%20/g,r="RFC3986";e.exports={default:r,formatters:{RFC1738:function(e){return t.call(e,n,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:r}},32266:function(e,t,n){"use strict";var r=n(91359),a=Object.prototype.hasOwnProperty,i=Array.isArray,o={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:r.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},s=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},l=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},u=function(e,t,n,r){if(e){var i=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,s=n.depth>0&&/(\[[^[\]]*])/.exec(i),u=s?i.slice(0,s.index):i,c=[];if(u){if(!n.plainObjects&&a.call(Object.prototype,u)&&!n.allowPrototypes)return;c.push(u)}for(var d=0;n.depth>0&&null!==(s=o.exec(i))&&d=0;--i){var o,s=e[i];if("[]"===s&&n.parseArrays)o=[].concat(a);else{o=n.plainObjects?Object.create(null):{};var u="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,c=parseInt(u,10);n.parseArrays||""!==u?!isNaN(c)&&s!==u&&String(c)===u&&c>=0&&n.parseArrays&&c<=n.arrayLimit?(o=[])[c]=a:"__proto__"!==u&&(o[u]=a):o={0:a}}a=o}return a}(c,t,n,r)}};e.exports=function(e,t){var n=function(e){if(!e)return o;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?o.charset:e.charset;return{allowDots:void 0===e.allowDots?o.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:o.allowPrototypes,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:o.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:o.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:o.comma,decoder:"function"==typeof e.decoder?e.decoder:o.decoder,delimiter:"string"==typeof e.delimiter||r.isRegExp(e.delimiter)?e.delimiter:o.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:o.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:o.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:o.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:o.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:o.strictNullHandling}}(t);if(""===e||null==e)return n.plainObjects?Object.create(null):{};for(var c="string"==typeof e?function(e,t){var n,u={},c=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,d=t.parameterLimit===1/0?void 0:t.parameterLimit,p=c.split(t.delimiter,d),h=-1,f=t.charset;if(t.charsetSentinel)for(n=0;n-1&&(v=i(v)?[v]:v),a.call(u,m)?u[m]=r.combine(u[m],v):u[m]=v}return u}(e,n):e,d=n.plainObjects?Object.create(null):{},p=Object.keys(c),h=0;h0?_.join(",")||null:void 0}];else if(s(d))x=d;else{var M=Object.keys(_);x=p?M.sort(p):M}for(var O=0;O0?y+g:""}},91359:function(e,t,n){"use strict";var r=n(3218),a=Object.prototype.hasOwnProperty,i=Array.isArray,o=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),s=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},r=0;r1;){var t=e.pop(),n=t.obj[t.prop];if(i(n)){for(var r=[],a=0;a=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122||i===r.RFC1738&&(40===c||41===c)?l+=s.charAt(u):c<128?l+=o[c]:c<2048?l+=o[192|c>>6]+o[128|63&c]:c<55296||c>=57344?l+=o[224|c>>12]+o[128|c>>6&63]+o[128|63&c]:(u+=1,c=65536+((1023&c)<<10|1023&s.charCodeAt(u)),l+=o[240|c>>18]+o[128|c>>12&63]+o[128|c>>6&63]+o[128|63&c])}return l},isBuffer:function(e){return!(!e||"object"!=typeof e||!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e)))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(i(e)){for(var n=[],r=0;r1,r=e.body.map((function(e){var r=t.evalute(e);return n&&null==r?"":r}));return 1===r.length?r[0]:r.join("")}},e.prototype.filter=function(e){for(var t=this,n=this.evalute(e.input),r=e.filters.concat(),a={filter:void 0,data:this.context,restFilters:r};r.length;){var i=r.shift(),o=this.filters[i.name];if(!o)throw new Error("filter `".concat(i.name,"` not exists."));a.filter=i,n=o.apply(a,[n].concat(i.args.map((function(e){return"mixed"===(null==e?void 0:e.type)?e.body.map((function(e){return"string"==typeof e?e:t.evalute(e)})).join(""):e.type?t.evalute(e):e}))))}return n},e.prototype.raw=function(e){return e.value},e.prototype.script=function(e){var t,n=this.options.defaultFilter;return n&&~["getter","variable"].indexOf(null===(t=e.body)||void 0===t?void 0:t.type)&&(e.body={type:"filter",input:e.body,filters:[{name:n.replace(/^\s*\|\s*/,""),args:[]}]}),this.evalute(e.body)},e.prototype.expressionList=function(e){var t=this;return e.body.reduce((function(e,n){return t.evalute(n)}))},e.prototype.template=function(e){var t=this;return e.body.map((function(e){return t.evalute(e)})).join("")},e.prototype.templateRaw=function(e){return e.value},e.prototype.getter=function(e){var t,n=this.evalute(e.host),r=this.evalute(e.key);return void 0===r&&"variable"===(null===(t=e.key)||void 0===t?void 0:t.type)&&(r=e.key.name),null==n?void 0:n[r]},e.prototype.unary=function(e){var t=this.evalute(e.value);switch(e.op){case"+":return+t;case"-":return-t;case"~":return~t;case"!":return!t}},e.prototype.formatNumber=function(e,t){void 0===t&&(t=!1);var n=typeof e;return"string"===n?(t?parseInt(e,10):parseFloat(e))||0:"number"===n&&t?Math.round(e):null!=e?e:0},e.prototype.power=function(e){var t=this.evalute(e.left),n=this.evalute(e.right);return Math.pow(this.formatNumber(t),this.formatNumber(n))},e.prototype.multiply=function(e){var t=this.evalute(e.left),n=this.evalute(e.right);return T(this.formatNumber(t)*this.formatNumber(n))},e.prototype.divide=function(e){var t=this.evalute(e.left),n=this.evalute(e.right);return T(this.formatNumber(t)/this.formatNumber(n))},e.prototype.remainder=function(e){var t=this.evalute(e.left),n=this.evalute(e.right);return this.formatNumber(t)%this.formatNumber(n)},e.prototype.add=function(e){var t=this.evalute(e.left),n=this.evalute(e.right);return isNaN(t)||isNaN(n)?t+n:T(this.formatNumber(t)+this.formatNumber(n))},e.prototype.minus=function(e){var t=this.evalute(e.left),n=this.evalute(e.right);return T(this.formatNumber(t)-this.formatNumber(n))},e.prototype.shift=function(e){var t=this.evalute(e.left),n=this.formatNumber(this.evalute(e.right),!0);return"<<"===e.op?t<>"==e.op?t>>n:t>>>n},e.prototype.lt=function(e){return this.evalute(e.left)this.evalute(e.right)},e.prototype.le=function(e){return this.evalute(e.left)<=this.evalute(e.right)},e.prototype.ge=function(e){return this.evalute(e.left)>=this.evalute(e.right)},e.prototype.eq=function(e){return this.evalute(e.left)==this.evalute(e.right)},e.prototype.ne=function(e){return this.evalute(e.left)!=this.evalute(e.right)},e.prototype.streq=function(e){return this.evalute(e.left)===this.evalute(e.right)},e.prototype.strneq=function(e){return this.evalute(e.left)!==this.evalute(e.right)},e.prototype.binary=function(e){var t=this.evalute(e.left),n=this.evalute(e.right);return"&"===e.op?t&n:"^"===e.op?t^n:t|n},e.prototype.and=function(e){return this.evalute(e.left)&&this.evalute(e.right)},e.prototype.or=function(e){return this.evalute(e.left)||this.evalute(e.right)},e.prototype.number=function(e){return e.value},e.prototype.nsVariable=function(e){if("window"===e.namespace)this.contextStack.push((function(e){return"&"===e?window:window[e]}));else if("cookie"===e.namespace)this.contextStack.push((function(e){return function(e){var t="; ".concat(document.cookie).split("; ".concat(e,"="));if(2===t.length)return t.pop().split(";").shift()}(e)}));else{if("ls"!==e.namespace&&"ss"!==e.namespace)throw new Error("Unsupported namespace: "+e.namespace);var t=e.namespace;this.contextStack.push((function(e){var n="ss"===t?sessionStorage.getItem(e):localStorage.getItem(e);if("string"==typeof n){if(/^\d+$/.test(n)){var r=JSON.parse(n);return"".concat(r)===n?r:n}return function(e,t){try{return JSON.parse(e)}catch(e){return t}}(n,n)}}))}var n=this.evalute(e.body);return this.contextStack.pop(),n},e.prototype.variable=function(e){return(0,this.contextStack[this.contextStack.length-1])(e.name)},e.prototype.identifier=function(e){return e.name},e.prototype.array=function(e){var t=this;return e.members.map((function(e){return t.evalute(e)}))},e.prototype.literal=function(e){return e.value},e.prototype.string=function(e){return e.value},e.prototype.object=function(e){var t=this,n={};return e.members.forEach((function(e){var r=e.key,a=e.value;n[t.evalute(r)]=t.evalute(a)})),n},e.prototype.conditional=function(e){return this.evalute(e.test)?this.evalute(e.consequent):this.evalute(e.alternate)},e.prototype.funcCall=function(e){var t=this,n="fn".concat(e.identifier),r=this.functions[n]||this[n]||this.filters.hasOwnProperty(e.identifier)&&this.filters[e.identifier];if(!r)throw new Error("".concat(e.identifier,"函数没有定义"));var a=e.args;return a=~["IF","AND","OR","XOR","IFS"].indexOf(e.identifier)?a.map((function(e){return function(){return t.evalute(e)}})):a.map((function(e){return t.evalute(e)})),r.apply(this,a)},e.prototype.anonymousFunction=function(e){return e},e.prototype.callAnonymousFunction=function(e,t){var n=O(this.contextStack[this.contextStack.length-1]("&")||{},{});e.args.forEach((function(e){if("variable"!==e.type)throw new Error("expected a variable as argument");n[e.name]=t.shift()})),this.contextStack.push((function(e){return"&"===e?n:n[e]}));var r=this.evalute(e.return);return this.contextStack.pop(),r},e.prototype.fnIF=function(e,t,n){return e()?t():n()},e.prototype.fnAND=function(){for(var e=[],t=0;t14)return"最大数额只支持到兆(既小数点前".concat(14,"位)");var n=["角","分"],r=["零","壹","贰","叁","肆","伍","陆","柒","捌","玖"],a=[["元","万","亿","兆"],["","拾","佰","仟"]],i=e<0?"欠":"";e=Math.abs(e);for(var o="",s=0;s0;s++){for(var l="",u=0;u0;u++)l=r[e%10]+a[1][u]+l,e=Math.floor(e/10);o=l.replace(/(零.)*零$/,"").replace(/^$/,"零")+a[0][s]+o}return i+o.replace(/(零.)*零元/,"元").replace(/(零.)+/g,"零").replace(/^整$/,"零元整")},e.prototype.fnRAND=function(){return Math.random()},e.prototype.fnLAST=function(e){return e.length?e[e.length-1]:null},e.prototype.normalizeText=function(e){return e instanceof Date?i()(e).format():"".concat(e)},e.prototype.fnLEFT=function(e,t){return(e=this.normalizeText(e)).substring(0,t)},e.prototype.fnRIGHT=function(e,t){return(e=this.normalizeText(e)).substring(e.length-t,e.length)},e.prototype.fnLEN=function(e){return null==(e=this.normalizeText(e))?void 0:e.length},e.prototype.fnLENGTH=function(){for(var e=[],t=0;t]+(>|$)/g,"")},e.prototype.fnLINEBREAK=function(e){return(e=this.normalizeText(e)).replace(/(?:\r\n|\r|\n)/g,"
")},e.prototype.fnSTARTSWITH=function(e,t){return!!t&&0===(e=this.normalizeText(e)).indexOf(t)},e.prototype.fnENDSWITH=function(e,t){return!!t&&-1!==(e=this.normalizeText(e)).indexOf(t,e.length-t.length)},e.prototype.fnCONTAINS=function(e,t){return!!t&&!!~(e=this.normalizeText(e)).indexOf(t)},e.prototype.fnREPLACE=function(e,t,n){for(var r=e=this.normalizeText(e);;){var a=r.indexOf(t);if(!~a)break;r=r.substring(0,a)+n+r.substring(a+t.length)}return r},e.prototype.fnSEARCH=function(e,t,n){void 0===n&&(n=0),e=this.normalizeText(e),n=this.formatNumber(n);var r=e.indexOf(t,n);return~r?r:-1},e.prototype.fnMID=function(e,t,n){return(e=this.normalizeText(e)).substring(t,t+n)},e.prototype.fnBASENAME=function(e){return(e=this.normalizeText(e)).split(/[\\/]/).pop()},e.prototype.fnDATE=function(e,t,n,r,a,i){return void 0===t?new Date(e):new Date(e,t,n,r,a,i)},e.prototype.fnTIMESTAMP=function(e,t){return parseInt(i()(this.normalizeDate(e)).format("x"===t?"x":"X"),10)},e.prototype.fnTODAY=function(){return new Date},e.prototype.fnNOW=function(){return new Date},e.prototype.fnWEEKDAY=function(e,t){var n=i()(this.normalizeDate(e));return 2===t?n.isoWeekday():n.weekday()},e.prototype.fnWEEK=function(e,t){void 0===t&&(t=!1);var n=i()(this.normalizeDate(e));return t?n.isoWeek():n.week()},e.prototype.fnDATETOSTR=function(e,t){return void 0===t&&(t="YYYY-MM-DD HH:mm:ss"),e=this.normalizeDate(e),i()(e).format(t)},e.prototype.fnDATERANGESPLIT=function(e,t,n,r){var a=this;if(void 0===r&&(r=","),!e||"string"!=typeof e)return e;var o=e.split(r).map((function(e){return e&&n?i()(a.normalizeDate(e.trim())).format(n):e.trim()}));return[0,"0","start"].includes(t)?o[0]:[1,"1","end"].includes(t)?o[1]:o},e.prototype.fnSTARTOF=function(e,t,n){var r=i()(this.normalizeDate(e)).startOf(t||"day");return n?r.format(n):r.toDate()},e.prototype.fnENDOF=function(e,t,n){var r=i()(this.normalizeDate(e)).endOf(t||"day");return n?r.format(n):r.toDate()},e.prototype.normalizeDate=function(e){if("string"==typeof e||"number"==typeof e){var t=["","YYYY-MM-DD HH:mm:ss","X"];for(/^\d{10}((\.\d+)*)$/.test(e.toString())?t=["X","x","YYYY-MM-DD HH:mm:ss",""]:/^\d{13}((\.\d+)*)$/.test(e.toString())&&(t=["x","X","YYYY-MM-DD HH:mm:ss",""]);t.length;){var n=t.shift(),r=i()(e,n);if(r.isValid())return r.toDate()}}return e},e.prototype.normalizeDateRange=function(e){var t=this;return(Array.isArray(e)?e:e.split(",")).map((function(e){return t.normalizeDate(String(e).trim())}))},e.prototype.fnYEAR=function(e){return(e=this.normalizeDate(e)).getFullYear()},e.prototype.fnMONTH=function(e){return(e=this.normalizeDate(e)).getMonth()+1},e.prototype.fnDAY=function(e){return(e=this.normalizeDate(e)).getDate()},e.prototype.fnHOUR=function(e){return(e=this.normalizeDate(e)).getHours()},e.prototype.fnMINUTE=function(e){return(e=this.normalizeDate(e)).getMinutes()},e.prototype.fnSECOND=function(e){return(e=this.normalizeDate(e)).getSeconds()},e.prototype.fnYEARS=function(e,t){return e=this.normalizeDate(e),t=this.normalizeDate(t),i()(e).diff(i()(t),"year")},e.prototype.fnMINUTES=function(e,t){return e=this.normalizeDate(e),t=this.normalizeDate(t),i()(e).diff(i()(t),"minutes")},e.prototype.fnDAYS=function(e,t){return e=this.normalizeDate(e),t=this.normalizeDate(t),i()(e).diff(i()(t),"days")},e.prototype.fnHOURS=function(e,t){return e=this.normalizeDate(e),t=this.normalizeDate(t),i()(e).diff(i()(t),"hour")},e.prototype.fnDATEMODIFY=function(e,t,n){return e=this.normalizeDate(e),i()(e).add(t,n).toDate()},e.prototype.fnSTRTODATE=function(e,t){return void 0===t&&(t=""),i()(e,t).toDate()},e.prototype.fnISBEFORE=function(e,t,n){return void 0===n&&(n="day"),e=this.normalizeDate(e),t=this.normalizeDate(t),i()(e).isBefore(i()(t),n)},e.prototype.fnISAFTER=function(e,t,n){return void 0===n&&(n="day"),e=this.normalizeDate(e),t=this.normalizeDate(t),i()(e).isAfter(i()(t),n)},e.prototype.fnBETWEENRANGE=function(e,t,n,r){void 0===n&&(n="day"),void 0===r&&(r="[]");var a=this.normalizeDateRange(t);return i()(this.normalizeDate(e)).isBetween(a[0],a[1],n,r)},e.prototype.fnISSAMEORBEFORE=function(e,t,n){return void 0===n&&(n="day"),e=this.normalizeDate(e),t=this.normalizeDate(t),i()(e).isSameOrBefore(i()(t),n)},e.prototype.fnISSAMEORAFTER=function(e,t,n){return void 0===n&&(n="day"),e=this.normalizeDate(e),t=this.normalizeDate(t),i()(e).isSameOrAfter(i()(t),n)},e.prototype.fnCOUNT=function(e){return Array.isArray(e)?e.length:e?1:0},e.prototype.fnARRAYMAP=function(e,t){var n=this;if(!t||"anonymous_function"!==t.type)throw new Error("expected an anonymous function get "+t);return(Array.isArray(e)?e:[]).map((function(e,r,a){return n.callAnonymousFunction(t,[e,r,a])}))},e.prototype.fnARRAYFILTER=function(e,t){var n=this;if(!t||"anonymous_function"!==t.type)throw new Error("expected an anonymous function get "+t);return(Array.isArray(e)?e:[]).filter((function(e,r,a){return n.callAnonymousFunction(t,[e,r,a])}))},e.prototype.fnARRAYFINDINDEX=function(e,t){var n=this;if(!t||"anonymous_function"!==t.type)throw new Error("expected an anonymous function get "+t);return(Array.isArray(e)?e:[]).findIndex((function(e,r,a){return n.callAnonymousFunction(t,[e,r,a])}))},e.prototype.fnARRAYFIND=function(e,t){var n=this;if(!t||"anonymous_function"!==t.type)throw new Error("expected an anonymous function get "+t);return(Array.isArray(e)?e:[]).find((function(e,r,a){return n.callAnonymousFunction(t,[e,r,a])}))},e.prototype.fnARRAYSOME=function(e,t){var n=this;if(!t||"anonymous_function"!==t.type)throw new Error("expected an anonymous function get "+t);return(Array.isArray(e)?e:[]).some((function(e,r,a){return n.callAnonymousFunction(t,[e,r,a])}))},e.prototype.fnARRAYEVERY=function(e,t){var n=this;if(!t||"anonymous_function"!==t.type)throw new Error("expected an anonymous function get "+t);return(Array.isArray(e)?e:[]).every((function(e,r,a){return n.callAnonymousFunction(t,[e,r,a])}))},e.prototype.fnARRAYINCLUDES=function(e,t){return(Array.isArray(e)?e:[]).includes(t)},e.prototype.fnCOMPACT=function(e){var t,n;if(Array.isArray(e)){var a=0,i=[];try{for(var o=(0,r.XA)(e),s=o.next();!s.done;s=o.next()){var l=s.value;l&&(i[a++]=l)}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}return i}return[]},e.prototype.fnJOIN=function(e,t){return void 0===t&&(t=""),Array.isArray(e)?e.join(t):""},e.prototype.fnCONCAT=function(){for(var e=[],t=0;t1,[4,i(e.body,(function(e){return(0,r.mG)(a,void 0,void 0,(function(){var n;return(0,r.Jh)(this,(function(r){return n=this.evalute(e),t&&null==n?[2,""]:[2,n]}))}))}))]):[2,void 0];case 1:return[2,1===(n=o.sent()).length?n[0]:n.join("")]}}))}))},t.prototype.filter=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,o=this;return(0,r.Jh)(this,(function(s){switch(s.label){case 0:return[4,this.evalute(e.input)];case 1:return t=s.sent(),n=e.filters.concat(),a={filter:void 0,data:this.context,restFilters:n},[4,n.reduce((function(e,t,n){return(0,r.mG)(o,void 0,void 0,(function(){var n,o,s,l=this;return(0,r.Jh)(this,(function(u){switch(u.label){case 0:return[4,e];case 1:if(n=u.sent(),!(o=this.filters[t.name]))throw new Error("filter `".concat(t.name,"` not exists."));return a.filter=t,[4,t.args.reduce((function(e,t){return(0,r.mG)(l,void 0,void 0,(function(){var n=this;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,e];case 1:return r.sent(),"mixed"===(null==t?void 0:t.type)?[2,i(t.body,(function(e){return"string"==typeof e?e:n.evalute(e)}))]:t.type?[2,this.evalute(t)]:[2,t]}}))}))}),Promise.resolve([]))];case 2:return s=u.sent(),[2,o.apply(a,[n].concat(s))]}}))}))}),Promise.resolve(t))];case 2:return[2,s.sent()]}}))}))},t.prototype.template=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t=this;return(0,r.Jh)(this,(function(n){switch(n.label){case 0:return[4,i(e.body,(function(e){return t.evalute(e)}))];case 1:return[2,n.sent().join("")]}}))}))},t.prototype.getter=function(e){var t;return(0,r.mG)(this,void 0,void 0,(function(){var n,a;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.evalute(e.host)];case 1:return n=r.sent(),[4,this.evalute(e.key)];case 2:return void 0===(a=r.sent())&&"variable"===(null===(t=e.key)||void 0===t?void 0:t.type)&&(a=e.key.name),[2,null==n?void 0:n[a]]}}))}))},t.prototype.unary=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t;return(0,r.Jh)(this,(function(n){switch(n.label){case 0:return[4,this.evalute(e.value)];case 1:switch(t=n.sent(),e.op){case"+":return[2,+t];case"-":return[2,-t];case"~":return[2,~t];case"!":return[2,!t]}return[2]}}))}))},t.prototype.power=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.evalute(e.left)];case 1:return t=r.sent(),[4,this.evalute(e.right)];case 2:return n=r.sent(),[2,Math.pow(this.formatNumber(t),this.formatNumber(n))]}}))}))},t.prototype.multiply=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.evalute(e.left)];case 1:return t=r.sent(),[4,this.evalute(e.right)];case 2:return n=r.sent(),[2,(0,a.ZW)(this.formatNumber(t)*this.formatNumber(n))]}}))}))},t.prototype.divide=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.evalute(e.left)];case 1:return t=r.sent(),[4,this.evalute(e.right)];case 2:return n=r.sent(),[2,(0,a.ZW)(this.formatNumber(t)/this.formatNumber(n))]}}))}))},t.prototype.remainder=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.evalute(e.left)];case 1:return t=r.sent(),[4,this.evalute(e.right)];case 2:return n=r.sent(),[2,this.formatNumber(t)%this.formatNumber(n)]}}))}))},t.prototype.add=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.evalute(e.left)];case 1:return t=r.sent(),[4,this.evalute(e.right)];case 2:return n=r.sent(),isNaN(t)||isNaN(n)?[2,t+n]:[2,(0,a.ZW)(this.formatNumber(t)+this.formatNumber(n))]}}))}))},t.prototype.minus=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.evalute(e.left)];case 1:return t=r.sent(),[4,this.evalute(e.right)];case 2:return n=r.sent(),[2,(0,a.ZW)(this.formatNumber(t)-this.formatNumber(n))]}}))}))},t.prototype.shift=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.evalute(e.left)];case 1:return t=r.sent(),[4,this.formatNumber(this.evalute(e.right),!0)];case 2:return n=r.sent(),"<<"===e.op?[2,t<>"==e.op?[2,t>>n]:[2,t>>>n]}}))}))},t.prototype.lt=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.evalute(e.left)];case 1:return t=r.sent(),[4,this.evalute(e.right)];case 2:return n=r.sent(),[2,tn]}}))}))},t.prototype.le=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.evalute(e.left)];case 1:return t=r.sent(),[4,this.evalute(e.right)];case 2:return n=r.sent(),[2,t<=n]}}))}))},t.prototype.ge=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.evalute(e.left)];case 1:return t=r.sent(),[4,this.evalute(e.right)];case 2:return n=r.sent(),[2,t>=n]}}))}))},t.prototype.eq=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.evalute(e.left)];case 1:return t=r.sent(),[4,this.evalute(e.right)];case 2:return n=r.sent(),[2,t==n]}}))}))},t.prototype.ne=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.evalute(e.left)];case 1:return t=r.sent(),[4,this.evalute(e.right)];case 2:return n=r.sent(),[2,t!=n]}}))}))},t.prototype.streq=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.evalute(e.left)];case 1:return t=r.sent(),[4,this.evalute(e.right)];case 2:return n=r.sent(),[2,t===n]}}))}))},t.prototype.strneq=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.evalute(e.left)];case 1:return t=r.sent(),[4,this.evalute(e.right)];case 2:return n=r.sent(),[2,t!==n]}}))}))},t.prototype.binary=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.evalute(e.left)];case 1:return t=r.sent(),[4,this.evalute(e.right)];case 2:return n=r.sent(),"&"===e.op?[2,t&n]:"^"===e.op?[2,t^n]:[2,t|n]}}))}))},t.prototype.and=function(e){return(0,r.mG)(this,void 0,void 0,(function(){return(0,r.Jh)(this,(function(t){switch(t.label){case 0:return[4,this.evalute(e.left)];case 1:return[2,t.sent()&&this.evalute(e.right)]}}))}))},t.prototype.or=function(e){return(0,r.mG)(this,void 0,void 0,(function(){return(0,r.Jh)(this,(function(t){switch(t.label){case 0:return[4,this.evalute(e.left)];case 1:return[2,t.sent()||this.evalute(e.right)]}}))}))},t.prototype.array=function(e){var t=this;return i(e.members,(function(e){return t.evalute(e)}))},t.prototype.object=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n=this;return(0,r.Jh)(this,(function(a){switch(a.label){case 0:return t={},[4,e.members.reduce((function(e,a,i){var o=a.key,s=a.value;return(0,r.mG)(n,void 0,void 0,(function(){var n,a;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,e];case 1:return r.sent(),[4,this.evalute(o)];case 2:return n=r.sent(),[4,this.evalute(s)];case 3:return a=r.sent(),t[n]=a,[2]}}))}))}),Promise.resolve())];case 1:return a.sent(),[2,t]}}))}))},t.prototype.conditional=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t;return(0,r.Jh)(this,(function(n){switch(n.label){case 0:return[4,this.evalute(e.test)];case 1:return n.sent()?[4,this.evalute(e.consequent)]:[3,3];case 2:return t=n.sent(),[3,5];case 3:return[4,this.evalute(e.alternate)];case 4:t=n.sent(),n.label=5;case 5:return[2,t]}}))}))},t.prototype.funcCall=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,o=this;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:if(t="fn".concat(e.identifier),!(n=this.functions[t]||this[t]||this.filters.hasOwnProperty(e.identifier)&&this.filters[e.identifier]))throw new Error("".concat(e.identifier,"函数没有定义"));return a=e.args,~["IF","AND","OR","XOR","IFS"].indexOf(e.identifier)?(a=a.map((function(e){return function(){return o.evalute(e)}})),[3,3]):[3,1];case 1:return[4,i(a,(function(e){return o.evalute(e)}))];case 2:a=r.sent(),r.label=3;case 3:return[2,n.apply(this,a)]}}))}))},t.prototype.callAnonymousFunction=function(e,t){return(0,r.mG)(this,void 0,void 0,(function(){var n,i;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return n=(0,a.nW)(this.contextStack[this.contextStack.length-1]("&")||{},{}),e.args.forEach((function(e){if("variable"!==e.type)throw new Error("expected a variable as argument");n[e.name]=t.shift()})),this.contextStack.push((function(e){return"&"===e?n:n[e]})),[4,this.evalute(e.return)];case 1:return i=r.sent(),this.contextStack.pop(),[2,i]}}))}))},t.prototype.fnIF=function(e,t,n){return(0,r.mG)(this,void 0,void 0,(function(){var a;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,e()];case 1:return r.sent()?[4,t()]:[3,3];case 2:return a=r.sent(),[3,5];case 3:return[4,n()];case 4:a=r.sent(),r.label=5;case 5:return[2,a]}}))}))},t.prototype.fnAND=function(){for(var e=[],t=0;t>>","==","!=","<>","<=",">=","||","&&","++","--","<<",">>","**","+=","*=","/=","<",">","=","*","/","-","+","^","!","~","%","&","|","(",")","[","]","{","}","?",":",";",",",".","$"],u={'"':0,"\\":1,"/":2,b:3,f:4,n:5,r:6,t:7,u:8};function c(e){return e>="0"&&e<="9"}function d(e){return"e"===e||"E"===e}function p(e,t){return void 0===t&&(t=[]),e.replace(/\\(.)/g,(function(e,n){return"b"===n?"\b":"f"===n?"\f":"n"===n?"\n":"r"===n?"\r":"t"===n?"\t":"v"===n?"\v":~t.indexOf(n)?n:e}))}function h(e){return Number(e)}function f(e,t){var n=1,f=1,m=0,v=a.START,g=[v],y=[],b=!1!==(null==t?void 0:t.allowFilter);function w(e){g.push(v=e)}function _(){g.pop(),v=g[g.length-1]}function C(e){if(e&&"string"==typeof e){var t=e.split(/[\r\n]+/);return{index:m+e.length,line:n+t.length-1,column:f+t[t.length-1].length}}return{index:m,line:n,column:f}}function E(){return y.length?y.shift():(v!==a.SCRIPT&&v!==a.EXPRESSION&&v!==a.BLOCK||function(){for(;m=e.length)return{type:r[6],value:void 0,start:C(),end:C()}}()||function(){if(v!==a.START)return null;for(var t="",n=i.START,o=m;om?{type:r[2],value:p(t,["`","$"]),raw:t,start:C(),end:C(t)}:y.length?y.shift():null}()||function(){if(v===a.Template||v===a.EXPRESSION)return null;if("$"===e[m]&&"{"===e[m+1]){w(a.SCRIPT);var t=e.substring(m,m+2);return{type:r[4],value:t,start:C(),end:C(t)}}return null}()||function(){if(v!==a.SCRIPT&&v!==a.EXPRESSION&&v!==a.BLOCK&&v!==a.Filter)return null;var n,i,f=function(){var t=e.substring(m).match(/^\w{4,10}/);if(!t)return null;var n=t[0].toLowerCase(),a=n,i=!1;return"true"===n||"null"===n?(i=!0,a="true"===n||null):"false"===n?(i=!0,a=!1):"undefined"===n&&(i=!0,a=void 0),i?{type:!0===a||!1===a?r[1]:r[8],value:a,raw:n,start:C(),end:C(n)}:null}()||((i=((null==t?void 0:t.variableMode)?/^[\u4e00-\u9fa5A-Za-z0-9_$@][\u4e00-\u9fa5A-Za-z0-9_\-$@]*/:/^(?:[\u4e00-\u9fa5A-Za-z_$@]([\u4e00-\u9fa5A-Za-z0-9_\-$@]|\\(?:\.|\[|\]|\(|\)|\{|\}|\s|=|!|>|<|\||&|\+|-|\*|\/|\^|~|%|&|\?|:|;|,))*|\d+[\u4e00-\u9fa5A-Za-z_$@](?:[\u4e00-\u9fa5A-Za-z0-9_\-$@]|\\(?:\.|\[|\]|\(|\)|\{|\}|\s|=|!|>|<|\||&|\+|-|\*|\/|\^|~|%|&|\?|:|;|,))*)/).exec(e.substring(m,m+256)))?{type:r[7],value:i[0].replace(/\\(\.|\[|\]|\(|\)|\{|\}|\s|=|!|>|<|\||&|\+|-|\*|\/|\^|~|%|&|\?|:|;|,)/g,(function(e,t){return t})),start:C(),end:C(i[0])}:null)||function(){var t,n=m,a=n,i=o.START;e:for(;n="1"&&t<="9"))return null;a=n+1,i=o.DIGIT}break;case o.ZERO:if("."===s)i=o.POINT;else{if(!d(s))break e;i=o.EXP}break;case o.DIGIT:if(c(s))a=n+1;else if("."===s)i=o.POINT;else{if(!d(s))break e;i=o.EXP}break;case o.POINT:if(!c(s))break e;a=n+1,i=o.DIGIT_FRACTION;break;case o.DIGIT_FRACTION:if(c(s))a=n+1;else{if(!d(s))break e;i=o.EXP}}n++}if(a>0){var l=e.slice(m,a);return{type:r[9],value:h(l),raw:l,start:C(),end:C(l)}}return null}()||function(){for(var t='"',n=s.START,a=m;am){var l=e.substring(m,a);return{type:r[11],value:p(l.substring(1,l.length-1),[t]),raw:l,start:C(),end:C(l)}}return null}()||((n=l.find((function(t){return e.substring(m,m+t.length)===t})))?{type:r[10],value:n,start:C(),end:C(n)}:null)||function(){if(v!==a.Filter)return null;var t=m,n=e[t];if("\\"===n){var i=e[t+1];if("$"!==i&&!~l.indexOf(i)&&!u.hasOwnProperty(i)){var o=C(e.substring(m,m+2));throw new SyntaxError("Unexpected token ".concat(i," in ").concat(o.line,":").concat(o.column))}t++,n="b"===i?"\b":"f"===i?"\f":"n"===i?"\n":"r"===i?"\r":"t"===i?"\t":"v"===i?"\v":i}return{type:r[17],value:n,start:C(),end:C(e.substring(m,t+1))}}();if("{"===(null==f?void 0:f.value))w(a.BLOCK);else if("}"===(null==f?void 0:f.value)){v===a.Filter&&_();var g=v;if(_(),g===a.SCRIPT||g===a.EXPRESSION)return{type:r[g===a.EXPRESSION?15:5],value:f.value,start:C(),end:C(f.value)}}return v===a.SCRIPT&&"|"===(null==f?void 0:f.value)&&b?(w(a.Filter),{type:r[16],value:"|",start:C(),end:C("|")}):v===a.Filter&&"|"===(null==f?void 0:f.value)?{type:r[16],value:"|",start:C(),end:C("|")}:f||"`"!==e[m]?f:(w(a.Template),{type:r[10],value:"`",start:C(),end:C("`")})}()||function(){if(v!==a.Template)return null;for(var t=s.START,n=m;nm){var l=e.substring(m,n);return{type:r[13],value:p(l,["`","$"]),raw:l,start:C(),end:C(l)}}return y.length?y.shift():null}())}return((null==t?void 0:t.evalMode)||(null==t?void 0:t.variableMode))&&w(a.EXPRESSION),{next:function(){var t=E();if(t)return m=t.end.index,n=t.end.line,f=t.end.column,t;var r=C();throw new SyntaxError('unexpected character "'.concat(e[m],'" at ').concat(r.line,":").concat(r.column))}}}},76877:function(e,t,n){"use strict";n.d(t,{Q:function(){return s}});var r=n(20108),a={START:0,COMMA:1,SET:2},i={START:0,SCRIPTING:1},o={START:0,KEY:1,COLON:2,VALUE:3,COMMA:4};function s(e,t){var n,s,l=(0,r.c)(e,t),u=[],c=[],d=null!==(n=null==t?void 0:t.variableNamespaces)&&void 0!==n?n:["window","cookie","ls","ss"];function p(){if(!(s=c.length?c.shift():l.next()))throw new TypeError("next token is undefined");u.push(s)}function h(){c.unshift(u.pop()),s=u[u.length-1]}function f(e){return s.type===r.O[10]&&(Array.isArray(e)?~e.indexOf(s.value):s.value===e)}function m(){throw TypeError("Unexpected token ".concat(s.value," in ").concat(s.start.line,":").concat(s.start.column))}function v(e){return e||m(),e}function g(){return Z()}function y(){for(;s.type===r.O[17]&&/^\s+$/m.test(s.value);)p()}function b(){for(var e=[];!f(":")&&s.type!==r.O[16]&&s.type!==r.O[5];){var t=I()||F()||P()||R()||Y()||z()||H();t?e.push(t):(v(~[r.O[7],r.O[10],r.O[17]].indexOf(s.type)),e.length&&"string"==typeof e[e.length-1]?e[e.length-1]+=s.raw||s.value:e.push(s.raw||s.value),p())}return e.length&&"string"==typeof e[e.length-1]&&(e[e.length-1]=e[e.length-1].replace(/\s+$/,""),e[e.length-1]||e.pop()),e}function w(e,t,n,r,a,i){var o;void 0===r&&(r=n),void 0===a&&(a="left"),void 0===i&&(i="right");var s=n();if(!s)return null;if(f(t))for(;f(t);){p();var l=v(r());(o={type:e,op:t})[a]=s,o[i]=l,o.start=s.start,o.end=l.end,s=o}return s}function _(){return w("and","&&",C)}function C(){return w("binary","|",E)}function E(){return w("binary","^",k)}function k(){return w("binary","&",S)}function S(){return w("eq","==",(function(){return w("ne","!=",(function(){return w("streq","===",(function(){return w("strneq","!==",x)}))}))}))}function x(){return w("lt","<",(function(){return w("gt",">",(function(){return w("le","<=",(function(){return w("ge",">=",T)}))}))}))}function T(){return w("shift","<<",(function(){return w("shift",">>",(function(){return w("shift",">>>",M)}))}))}function M(){return w("add","+",(function(){return w("minus","-",O)}))}function O(){return w("multiply","*",(function(){return w("divide","/",(function(){return w("remainder","%",N)}))}))}function N(){return w("power","**",D)}function D(){for(var e=["+","-","~","!"],t=[];f(e);)t.push(s),p();var n=A();for(v(!t.length||n);t.length;){var r=t.pop();n={type:"unary",op:r.value,value:n,start:r.start,end:r.end}}return n}function A(e){void 0===e&&(e=L);var t=e();if(!t)return null;for(;f("[")||f(".");){var n=f(".");p();var r=v(n?j()||F()||z():g());n||(v(f("]")),p()),t={type:"getter",host:t,key:r,start:t.start,end:r.end}}return t}function L(){return function(){if(s.type===r.O[7]){var e=s;if(p(),f("(")){var t=V();return v(t),{type:"func_call",identifier:e.value,args:null==t?void 0:t.body,start:e.start,end:t.end}}h()}return null}()||function(){var e,t=function(e,t){void 0===e&&(e="("),void 0===t&&(t=")");var n=0,r=function(){for(;n-- >0;)h();return null};if(f(e)){var i=s,o=i;p(),n++;for(var l=[],u=a.START;!f(t);)if(u===a.COMMA||u===a.START){var c=W(!1);if(!c)return r();n++,l.push(c),u=a.SET}else{if(u!==a.SET||!f(","))return r();p(),n++,u=a.COMMA}return f(t)?(o=s,p(),{type:"arg-list",body:l,start:i.start,end:o.end}):r()}return null}()||W(),n=[];if("variable"===(null==t?void 0:t.type)?(n=[t],e=t.start):"arg-list"===(null==t?void 0:t.type)&&(e=t.start,n=t.body),Array.isArray(n)&&f("=")){if(p(),f(">")){p();var r=v(g());return{type:"anonymous_function",args:n,return:r,start:e,end:r.end}}h()}return t}()||W()||I()||F()||P()||R()||Y()||H()||function(){var e=V();return 1===(null==e?void 0:e.body.length)?e.body[0]:e}()||z()}function P(){if(s.type===r.O[11]){var e=s;return p(),{type:"string",value:e.value,start:e.start,end:e.end}}return null}function F(){if(s.type===r.O[9]){var e=s.value,t=s;return p(),{type:"literal",value:e,start:t.start,end:t.end}}return null}function R(){if(f("`")){var e=s,t=e;p();for(var n=i.START,a={type:"template",body:[],start:e.start,end:e.end};;)if(n===i.SCRIPTING){var o=v(g());a.body.push(o),v(s.type===r.O[15]),p(),n=i.START}else{if(f("`")){t=s,p();break}s.type===r.O[14]?(p(),n=i.SCRIPTING):s.type===r.O[13]?(a.body.push({type:"template_raw",value:s.value,start:s.start,end:s.end}),p()):m()}return a.end=t.end,a}return null}function j(){if(s.type===r.O[7]){var e=s;return p(),{type:"identifier",name:e.value,start:e.start,end:e.end}}return null}function I(){if(s.type===r.O[8]||s.type===r.O[1]){var e=s.value,t=s;return p(),{type:"literal",value:e,start:t.start,end:t.end}}return null}function Y(){if(f("[")){var e=V("[","]");return v(e),{type:"array",members:null==e?void 0:e.body,start:e.start,end:e.end}}return null}function V(e,t){if(void 0===e&&(e="("),void 0===t&&(t=")"),f(e)){var n=s,r=void 0;p();for(var i=[],o=a.START;;)if(o!==a.COMMA&&f(t)){if(f(t)){r=s,p();break}}else{var l=v(g());i.push(l),o=a.START,f(",")&&(p(),o=a.COMMA)}return{type:"expression-list",body:i,start:n.start,end:r.end}}return null}function H(){if(f("{")){var e=s,t=e;p();for(var n={type:"object",members:[],start:e.start,end:e.end},r=o.START,a=void 0,i=void 0;;)if(r===o.KEY)v(f(":")),p(),r=o.COLON;else if(r===o.COLON)i=v(g()),n.members.push({key:a,value:i}),r=o.VALUE;else if(r===o.VALUE)if(f(","))p(),r=o.COMMA;else{if(f("}")){t=s,p();break}m()}else{if(r!=o.COMMA&&f("}")){t=s,p();break}a=v((void 0===(l=!1)&&(l=!1),void 0===(u=!0)&&(u=!1),(l?W():j())||P()||F()||(u?function(){if(f("[")){p();var e=v(R());return v(f("]")),p(),e}return null}():R()))),r=o.KEY}return n.end=t.end,n}var l,u;return null}function Z(){return function(){var e=w("or","||",_);if(!e)return null;if(f("?")){p();var t=Z();v(t),v(f(":")),p();var n=Z();return v(n),{type:"conditional",test:e,consequent:t,alternate:n,start:e.start,end:n.end}}return e}()}function B(){if(s.type!==r.O[2])return null;var e=s;return p(),{type:"raw",value:e.value,start:e.start,end:e.end}}function z(){if(s.type!==r.O[4])return null;var e,t=s;p();var n=v(function(){for(var e=g(),t=[];s.type===r.O[16];){p(),y();var n=v(j()).name,a=[];for(y();f(":");){p(),y();var i=b();1===i.length?i=i[0]:i.length||(i=""),a.push(Array.isArray(i)?{type:"mixed",body:i}:i)}t.push({name:n,args:a})}return t.length&&(e={type:"filter",input:e,filters:t,start:e.start,end:t[t.length-1].end}),e}());return v(s.type===r.O[5]),e=s,p(),{type:"script",body:n,start:t.start,end:e.end}}function W(e){if(void 0===e&&(e=!0),s.type===r.O[7]){var t=s;if(p(),e&&f(":")&&~d.indexOf(t.value)){p();var n=v(A());return{type:"ns-variable",namespace:t.value,body:n,start:t.start,end:n.end}}return{type:"variable",name:t.value,start:t.start,end:t.end}}if(f("&")){var a=s;return p(),{type:"variable",name:"&",start:a.start,end:a.end}}return null}function U(){if(s.type!==r.O[3])return null;var e=s;return p(),{type:"script",body:e.value.split(".").reduce((function(t,n){return t?{type:"getter",host:t,key:n,start:e.start,end:e.end}:{type:"variable",name:n,start:e.start,end:e.end}}),null),start:e.start,end:e.end}}Array.isArray(d)||(d=[]),p();var K=(null==t?void 0:t.variableMode)?A(W):(null==t?void 0:t.evalMode)?g():function(){for(var e={type:"document",body:[],start:s.start,end:s.end};s.type!==r.O[6];){var t=B()||z()||U();if(!t)break;e.body.push(t)}return e.body.length&&(e.end=e.body[e.body.length-1].end),e}();return v((null==s?void 0:s.type)===r.O[6]),K}},27708:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});var r=n(70655),a=n(67294),i=n(34594),o=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.links,n=e.footerText,r=e.description,i=e.children,o=e.code;return a.createElement("div",{className:"container w-xxl w-auto-xs m-auto"},a.createElement("div",{className:"text-center m-b-lg"},a.createElement("h1",{className:"text-shadow text-white"},o||"404"),r?a.createElement("div",{className:"text-danger"},r):null),i,t?a.createElement("div",{className:"list-group bg-info auto m-b-sm m-b-lg"},t):null,n?a.createElement("div",{className:"text-center"},a.createElement("p",null,a.createElement("small",{className:"text-muted"},n))):null)},t}(a.Component),s=(0,i.YYN)(o)},9544:function(e,t,n){"use strict";n.d(t,{Z:function(){return l}});var r=n(70655),a=n(67294),i=n(34594),o=n(95483),s=function(e){function t(t){var n=e.call(this,t)||this;return n.handleClick=n.handleClick.bind(n),n.state={show:!0},n}return(0,r.ZT)(t,e),t.prototype.handleClick=function(){this.setState({show:!1},this.props.onClose)},t.prototype.render=function(){var e,t=this.props,n=t.classnames,r=t.className,s=t.style,l=t.level,u=t.children,c=t.showCloseButton,d=t.title,p=t.icon,h=t.showIcon,f=t.iconClassName,m=t.closeButtonClassName,v=p?["string","object"].includes(typeof p)?"object"==typeof p?(0,i.rew)(n,p,"icon"):(0,o.q7)(p)&&a.createElement(o.JO,{icon:p,className:n("icon")}):a.isValidElement(p)?a.cloneElement(p,{className:n("Alert-icon",null===(e=p.props)||void 0===e?void 0:e.className)}):null:h?a.createElement(o.JO,{icon:"alert-".concat(l),className:n("icon")}):null;return this.state.show?a.createElement("div",{className:n("Alert",l?"Alert--".concat(l):"",d?"Alert-has-title":"",r),style:s},h&&v?a.createElement("div",{className:n("Alert-icon",f)},v):null,a.createElement("div",{className:n("Alert-content")},d?a.createElement("div",{className:n("Alert-title")},d):null,a.createElement("div",{className:n("Alert-desc")},u)),c?a.createElement("button",{className:n("Alert-close",m),onClick:this.handleClick,type:"button"},a.createElement(o.JO,{icon:"close",className:"icon"})):null):null},t.defaultProps={level:"info",className:"",showCloseButton:!1},t.propsList=["level","className","showCloseButton","onClose"],t}(a.Component),l=(0,i.YYN)(s)},73560:function(e,t,n){"use strict";n.d(t,{ZP:function(){return d},kS:function(){return u}});var r=n(70655),a=n(67294),i=n(34594),o=n(13311),s=n.n(o),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.contentRef=function(e){return t.contentDom=e},t}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.children,r=e.className;return a.createElement("div",{ref:this.contentRef,className:t("AnchorNav-section",r)},n)},t}(a.PureComponent),u=(0,i.YYN)(l),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.contentDom=a.createRef(),t}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=this;this.setState({fromSelect:!1});var t=this.contentDom&&this.contentDom.current;this.updateSectionOffset(t,!1),this.observer=new MutationObserver((function(){return e.updateSectionOffset(t,!0)})),this.observer.observe(t,{childList:!0,subtree:!0})},t.prototype.componentWillUnmount=function(){this.contentDom&&this.contentDom.current&&this.contentDom.current.removeEventListener("scroll",this.scrollToNav),this.observer&&this.observer.disconnect()},t.prototype.updateSectionOffset=function(e,t){var n=this,r=[],i=this.props,o=i.children,s=i.active;t||e.addEventListener("scroll",this.scrollToNav),o&&a.Children.forEach(o,(function(t,n){r.push({key:t.props.name,offsetTop:e.children[n].offsetTop})})),this.setState({offsetArr:r},t?void 0:function(){return s&&n.scrollToSection(s)})},t.prototype.scrollToNav=function(e){var t=this;if(!this.state.fromSelect){var n=e.target,r=n.scrollTop,a=n.scrollHeight,i=r+n.clientHeight>=a,o=this.state.offsetArr,s=o[0],l=o[o.length-1],u=r+s.offsetTop;u<=s.offsetTop?this.fireSelect(s.key):i||u>=l.offsetTop?this.fireSelect(l.key):o.forEach((function(e,n){u>=e.offsetTop&&u1&&!o?a.createElement("a",{className:l("ArrayInput-itemDrager drag-bar")},a.createElement(s.JO,{icon:"drag-bar",className:"icon"})):null,i({value:e,onChange:this.handleItemOnChange.bind(this,t),index:t,disabled:o}),!1===c||o||d&&!(n.length>d)?null:a.createElement("a",{"data-index":t,className:l("ArrayInput-itemRemove"),onClick:this.handleRemove},a.createElement(s.JO,{icon:"close",className:"icon"})))},t.prototype.render=function(){var e=this,t=this.props,n=t.classnames,r=t.value,i=t.placeholder,o=t.translate,u=t.maxLength,c=t.sortable,d=t.sortTip,p=t.disabled;return a.createElement("div",{className:n("ArrayInput")},Array.isArray(r)&&r.length?a.createElement("div",{className:n("ArrayInput-items drag-group")},r.map((function(t,n){return e.renderItem(t,n,r)}))):a.createElement("div",{className:n("ArrayInput-placeholder")},o(i)),a.createElement("div",{className:n("ArrayInput-toolbar",c&&Array.isArray(r)&&r.length>1?"ArrayInput-toolbar--dnd":"")},!Array.isArray(r)||!u||r.length1?o(d):""):null))},t.defaultProps={placeholder:"empty",itemRender:function(e){var t=e.value,n=e.onChange;return a.createElement(o.Z,{value:t,onChange:n})}},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"dragTipRef",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleAdd",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleRemove",null),t}(a.Component);(0,i.YYN)((0,i.eAU)((0,i.nmi)(d,{value:"onChange"})))},90632:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});var r=n(70655),a=n(67294),i=n(34594),o=function(e){function t(t){var n=e.call(this,t)||this,a=t.isOpen,o=1;return n.state={navigations:(0,i.GyU)(t.navigations,(function(e){var n=void 0===e.active?t.isActive(e):e.active;return(0,r.pi)((0,r.pi)({},e),{id:o++,active:n,open:n||a(e)})}),1,!0)},n.renderLink=n.renderLink.bind(n),n.toggleExpand=n.toggleExpand.bind(n),n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props,n=e.isOpen;if(e.navigations!==t.navigations||e.isActive!==t.isActive){var a=1;this.setState({navigations:(0,i.GyU)(t.navigations,(function(e){var i=void 0===e.active?t.isActive(e):e.active;return(0,r.pi)((0,r.pi)({},e),{id:a++,active:i,open:i||n(e)})}),1,!0)})}},t.prototype.toggleExpand=function(e,t){t&&(t.stopPropagation(),t.preventDefault()),this.setState({navigations:(0,i.GyU)(this.state.navigations,(function(t){return(0,r.pi)((0,r.pi)({},t),{open:e.id===t.id?!t.open:t.open})}),1,!0)})},t.prototype.renderLink=function(e,t,n,i){var o;void 0===n&&(n={}),void 0===i&&(i=1);var s=this.props,l=s.renderLink;s.isActive;var u=s.renderSubLinks,c=s.classnames,d=(0,r._T)(s,["renderLink","isActive","renderSubLinks","classnames"]),p=l((0,r.pi)({link:e,active:e.active,open:e.open,toggleExpand:this.toggleExpand,depth:i,classnames:c,subHeader:"subHeader"===t},d));if(p)return"subHeader"===t?a.cloneElement(p,{key:t}):a.createElement("li",(0,r.pi)({},n,{key:t,className:c("AsideNav-item",e.className,(o={},o["is-open"]=e.open,o["is-active"]=e.active,o))}),p,u(e,this.renderLink,i,this.props))},t.prototype.render=function(){var e=this,t=this.state.navigations,n=[],i=this.props,o=i.className,s=i.classnames;return t.forEach((function(t,i){if(Array.isArray(t.children)){if(t.prefix){var o="function"==typeof t.prefix?t.prefix(e.props):t.prefix;n.push(a.cloneElement(o,(0,r.pi)((0,r.pi)({},o.props),{key:"".concat(i,"-prefix")})))}if(t.label&&n.push(a.createElement("li",{key:"".concat(i,"-label"),className:s("AsideNav-label",t.className)},a.createElement("span",null,t.label))),t.children.forEach((function(t,r){var a=e.renderLink(t,"".concat(i,"-").concat(r));a&&n.push(a)})),t.affix){var l="function"==typeof t.affix?t.affix(e.props):t.affix;n.push(a.cloneElement(l,(0,r.pi)((0,r.pi)({},l.props),{key:"".concat(i,"-affix")})))}}})),a.createElement("nav",{className:s("AsideNav",o)},a.createElement("ul",{className:s("AsideNav-list")},n))},t.defaultProps={renderLink:function(e){return a.createElement("a",null,e.label)},renderSubLinks:function(e,t,n,i){var o=i.classnames;return e.children&&e.children.length?a.createElement("ul",{className:o("AsideNav-subList")},e.label?a.createElement("li",{key:"subHeader",className:o("AsideNav-subHeader")},t((0,r.pi)((0,r.pi)({},e),{children:void 0}),"subHeader",{},n)):null,e.children.map((function(e,r){return t(e,r,{},n+1)}))):e.label&&1===n?a.createElement("div",{className:o("AsideNav-tooltip")},e.label):null},isActive:function(e){return e.open},isOpen:function(e){return!!e.children&&e.children.some((function(e){return e.open}))}},t}(a.Component),s=(0,i.YYN)(o)},6314:function(e,t,n){"use strict";n.d(t,{Z:function(){return h}});var r=n(70655),a=n(67294),i=n(87271),o=n(34594),s=n(41649),l=n(43318),u=n(96352),c=n(95483),d=n(49294),p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={leftValue:t.props.leftDefaultValue},t}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=this.state.leftValue,t=this.props,n=t.options,r=t.onDeferLoad;if(e){var a=i.PA.resolveSelected(e,n,(function(e){return e.ref}));a&&r&&a.defer&&r(a)}},t.prototype.leftOption2Value=function(e){return e.value},t.prototype.handleLeftSelect=function(e){var t=this.props,n=t.options,r=t.onDeferLoad;this.setState({leftValue:e});var a=i.PA.resolveSelected(e,n,(function(e){return e.ref}));a&&r&&a.defer&&r(a)},t.prototype.handleLeftDeferLoad=function(e){var t=this.props,n=t.leftOptions,r=t.onLeftDeferLoad,a=t.onDeferLoad;return"function"==typeof r?null==r?void 0:r(e,n):"function"==typeof a?null==a?void 0:a(e):void 0},t.prototype.handleRetry=function(e){var t=this.props.onDeferLoad;null==t||t(e)},t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.className,r=e.leftOptions,o=e.options,p=e.option2value,h=e.rightMode,f=e.onChange,m=e.columns,v=e.value,g=e.disabled,y=e.leftMode,b=e.cellRender,w=e.multiple,_=e.itemRender,C=e.labelField,E=e.virtualThreshold,k=e.itemHeight,S=e.loadingConfig,x=e.checkAll,T=e.checkAllLabel,M=i.PA.resolveSelected(this.state.leftValue,o,(function(e){return e.ref})),O=this.props.translate;return a.createElement("div",{className:t("AssociatedSelection",n)},a.createElement("div",{className:t("AssociatedSelection-left")},"tree"===y?a.createElement(d.Z,{multiple:!1,disabled:g,value:this.state.leftValue,options:r,onChange:this.handleLeftSelect,onDeferLoad:this.handleLeftDeferLoad,virtualThreshold:E,itemHeight:k,loadingConfig:S}):a.createElement(s.Z,{option2value:this.leftOption2Value,options:r,value:this.state.leftValue,disabled:g,onChange:this.handleLeftSelect,multiple:!1,clearable:!1,virtualThreshold:E,itemHeight:k})),a.createElement("div",{className:t("AssociatedSelection-right")},this.state.leftValue?M?M.defer&&!M.loaded?a.createElement("div",{className:t("AssociatedSelection-box")},a.createElement("div",{className:t("AssociatedSelection-reload",M.loading?"is-spin":"is-clickable"),onClick:M.loading?void 0:this.handleRetry.bind(this,M)},a.createElement(c.JO,{icon:"reload",className:"icon"})),M.loading?a.createElement("p",null,O("loading")):a.createElement("p",null,O("Transfer.refreshIcon"))):"table"===h?a.createElement(l.Z,{columns:m,value:v,disabled:g,options:M.children||[],onChange:f,option2value:p,cellRender:b,multiple:w,virtualThreshold:E,itemHeight:k}):"tree"===h?a.createElement(d.Z,{value:v,disabled:g,options:M.children||[],onChange:f,multiple:w,labelField:C,virtualThreshold:E,itemHeight:k,loadingConfig:S,checkAllLabel:T,checkAll:x}):"chained"===h?a.createElement(u.Z,{value:v,disabled:g,options:M.children||[],onChange:f,option2value:p,multiple:w,itemRender:_,labelField:C,virtualThreshold:E,itemHeight:k,loadingConfig:S,checkAllLabel:T,checkAll:x}):a.createElement(s.Z,{value:v,disabled:g,options:M.children||[],onChange:f,option2value:p,multiple:w,itemRender:_,labelField:C,virtualThreshold:E,itemHeight:k,checkAllLabel:T,checkAll:x}):a.createElement("div",{className:t("AssociatedSelection-box")},O("Transfer.configError")):a.createElement("div",{className:t("AssociatedSelection-box")},O("Transfer.selectFromLeft"))))},(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"leftOption2Value",null),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleLeftSelect",null),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleLeftDeferLoad",null),t}(i.PA),h=(0,o.YYN)((0,o.eAU)((0,o.nmi)(p,{value:"onChange"})))},81839:function(e,t,n){"use strict";n.d(t,{Z:function(){return u}});var r=n(70655),a=n(67294),i=n(34594),o="Avatar--",s=o+"text",l=function(e){function t(t){var n=e.call(this,t)||this;return n.state={scale:1,hasImg:!0},n.avatarChildrenRef=a.createRef(),n.avatarRef=a.createRef(),n.handleImageLoadError=n.handleImageLoadError.bind(n),n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){this.setScaleByGap()},t.prototype.componentDidUpdate=function(e,t){var n=this.props,r=n.src,a=n.gap,i=n.text,o=n.children,s=this.state.hasImg;e.src!==r&&this.setState({hasImg:!!r}),(t.hasImg&&!s||e.text!==i||e.children!==o||e.gap!==a)&&this.setScaleByGap()},t.prototype.handleImageLoadError=function(e){var t=this.props.onError;this.setState({hasImg:!!t&&!t(e)})},t.prototype.setScaleByGap=function(){var e=this.props.gap,t=void 0===e?4:e;if(this.avatarChildrenRef.current&&this.avatarRef.current){var n=this.avatarChildrenRef.current.offsetWidth,r=this.avatarRef.current.offsetWidth;if(n&&r&&2*tg?"".concat(g,"+"):c),c||(o=!1)),"dot"===u&&(_={width:d,height:d}),"ribbon"===u&&(_={height:d,lineHeight:d+"px",fontSize:d});var C={};if(h&&h.length){var E="calc(50% + ".concat(parseInt(h[0],10),"px)"),k="calc(-50% + ".concat(parseInt(h[1],10),"px)");C={transform:"translate(".concat(E,", ").concat(k,")")}}var S="var(--danger)";p&&p.background&&(S=p.background);var x=w?a.createElement("div",{style:{position:"absolute",top:0,left:0,width:"100%",height:"100%",border:"1px solid ".concat(S),borderRadius:"50%",animation:"badgeDotAnimation 1.2s infinite ease-in-out"}}):null;return a.createElement("div",{className:r("Badge",b)},n,o?this.renderBadge(c,d,m,C,_,x):null)},t.propsList=["body","className","children"],t}(a.Component);function u(e){var t;return o()((t=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return(0,r.ZT)(n,t),n.prototype.render=function(){return this.props.badge?a.createElement(l,(0,r.pi)({},this.props),a.createElement(e,(0,r.pi)({},this.props))):a.createElement(e,(0,r.pi)({},this.props))},n}(a.Component),t.displayName="WithBadge(".concat(e.displayName||e.name,")"),t),e)}},55686:function(e,t,n){"use strict";n.d(t,{Z:function(){return c}});var r=n(70655),a=n(67294),i=n(34594),o=n(23279),s=n.n(o),l=n(95483),u=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={inputValue:"",locs:[],locIndex:-1,sugs:[]},t.id=(0,i.VjN)(),t.mapRef=a.createRef(),t.search=s()((function(){var e;t.state.inputValue?null===(e=t.ac)||void 0===e||e.search(t.state.inputValue):t.setState({sugs:[]})}),250,{trailing:!0,leading:!1}),t}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){window.BMap?this.initMap():(0,i.veE)("//api.map.baidu.com/api?v=3.0&ak=".concat(this.props.ak,"&callback={{callback}}")).then(this.initMap)},t.prototype.componentWillUnmount=function(){var e,t;null===(t=null===(e=this.ac)||void 0===e?void 0:e.dispose)||void 0===t||t.call(e),document.body.removeChild(this.placeholderInput),delete this.placeholderInput,delete this.map},t.prototype.initMap=function(){return(0,r.mG)(this,void 0,void 0,(function(){var e,t,n,a,i,o=this;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e=new BMap.Map(this.mapRef.current,{enableMapClick:!1}),this.map=e,this.convertor=new BMap.Convertor,t=this.props.value,n=t?new BMap.Point(t.lng,t.lat):new BMap.Point(116.404,39.915),"gcj02"!=this.props.coordinatesType?[3,2]:[4,this.covertPoint(n,3,5)];case 1:return n=r.sent(),e.centerAndZoom(n,15),[3,3];case 2:e.centerAndZoom(n,15),r.label=3;case 3:return e.addControl(new BMap.NavigationControl({type:BMAP_NAVIGATION_CONTROL_SMALL})),(a=new BMap.GeolocationControl).addEventListener("locationSuccess",(function(e){o.getLocations(e.point)})),e.addControl(a),e.addEventListener("click",(function(e){o.getLocations(e.point,!0)})),(i=document.createElement("input")).className="invisible",this.placeholderInput=i,document.body.appendChild(i),this.ac=new BMap.Autocomplete({input:i,location:e,onSearchComplete:function(e){if(o.map){var t=[],n=e.getNumPois();if(n){for(var r=0;r",labelMaxLength:16,tooltipPosition:"top"},t}(a.Component),u=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={tooltipTrigger:["hover","focus"],tooltipRootClose:!1,isOpened:!1},t.domRef=function(e){t.target=e},t.toogle=function(e){e.preventDefault(),t.setState({isOpened:!t.state.isOpened})},t.close=function(){t.setState({isOpened:!1})},t}return(0,r.ZT)(t,e),t.prototype.renderBreadcrumbBaseItem=function(e,t,n,r){var i=this.props,s=i.itemClassName,l=i.dropdownItemClassName,u=i.classnames,c="default"===t?s:l;return e?a.createElement("a",{href:n.href,className:u("Breadcrumb-item-"+t,c)},n.icon?(0,o.rew)(u,n.icon,"Icon","Breadcrumb-icon"):null,a.createElement("span",{className:u("TplField")},r)):a.createElement("span",{className:u("Breadcrumb-item-"+t,c)},n.icon?(0,o.rew)(u,n.icon,"Icon","Breadcrumb-icon"):null,a.createElement("span",{className:u("TplField")},r))},t.prototype.renderBreadcrumbNode=function(e,t,n,r){void 0===t&&(t="top");var s=this.props,l=s.labelMaxLength,u=s.tooltipContainer,c=this.state,d=c.tooltipTrigger,p=c.tooltipRootClose,h=e.label?(0,o.B7F)(e.label):"",f=l&&+l>1?+l:1;if(h.length>f&&"middle"===n)return a.createElement(i.Z,{tooltip:h,placement:t,container:u,trigger:d,rootClose:p},this.renderBreadcrumbBaseItem(!0,r,e,h.substring(0,f)+"..."));var m=!e.href||"end"===n;return this.renderBreadcrumbBaseItem(!m,r,e,h)},t.prototype.renderDropdownNode=function(e){var t=this,n=this.props,r=n.dropdownClassName,i=n.classnames;return a.createElement(o.yzG,{disabled:!this.state.isOpened,onRootClose:this.close},(function(n){return a.createElement("ul",{className:i("Breadcrumb-dropdown",r),onClick:t.close,ref:n},Array.isArray(e)&&e.map((function(e,n){return a.createElement("li",{key:"dropdown-item"+n},t.renderBreadcrumbNode(e,"right","middle","dropdown"))})))}))},t.prototype.render=function(){var e=this.props,t=e.item,n=e.itemPlace,i=e.tooltipPosition,o=e.classnames,l=t.dropdown,u=(0,r._T)(t,["dropdown"]);return a.createElement("span",{className:o("Breadcrumb-item",{"is-opened":this.state.isOpened},{"Breadcrumb-item-last":"end"===n}),ref:this.domRef},this.renderBreadcrumbNode((0,r.pi)({},u),i,n,"default"),l?a.createElement("span",{onClick:this.toogle,className:o("Breadcrumb-item-caret")},a.createElement(s.JO,{icon:"down",className:"icon"})):null,l&&this.state.isOpened?this.renderDropdownNode(l):null)},t}(a.Component),c=(0,o.YYN)(l)},64179:function(e,t,n){"use strict";n.d(t,{Z:function(){return u}});var r=n(70655),a=n(67294),i=n(52014),o=n(34594),s=n(55843),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.renderButton=function(){var e,t,n=this.props,i=n.level,l=n.size,u=void 0===l?"default":l,c=n.disabled,d=n.className,p=n.style,h=n.title,f=n.componentClass,m=n.classnames,v=n.children;n.disabledTip;var g=n.block,y=n.type,b=n.active,w=n.iconOnly,_=n.href,C=n.loading,E=n.loadingClassName,k=n.overrideClassName,S=n.loadingConfig,x=(0,r._T)(n,["level","size","disabled","className","style","title","componentClass","classnames","children","disabledTip","block","type","active","iconOnly","href","loading","loadingClassName","overrideClassName","loadingConfig"]);return _?f="a":("button"===f&&c||C)&&(f="div"),a.createElement(f,(0,r.pi)({type:"input"===f||"button"===f?y:void 0},(0,o.vMA)(x),{onClick:x.onClick&&c?function(){}:x.onClick,href:_,className:m(k?"":(e={Button:!0},e["Button--".concat(i)]=i,e["Button--size-".concat(u)]=u,e["Button--block"]=g,e["Button--iconOnly"]=w,e["is-disabled"]=c,e["is-active"]=b,e),d),style:p,title:h,disabled:c}),C&&!c&&a.createElement(s.Z,{loadingConfig:S,size:"sm",show:!0,icon:"loading-outline",className:m(k?"":(t={},t["Button--loading Button--loading--".concat(i)]=i,t),E)}),v)},t.prototype.render=function(){var e=this.props,t=e.tooltip,n=e.tooltipPlacement,r=e.tooltipContainer,o=e.tooltipTrigger,s=e.tooltipRootClose,l=e.disabled,u=e.disabledTip;return e.classnames,a.createElement(i.Z,{placement:n,tooltip:l?u:t,container:r,trigger:o,rootClose:s},this.renderButton())},t.defaultProps={componentClass:"button",level:"default",type:"button",tooltipPlacement:"top",tooltipTrigger:["hover","focus"],tooltipRootClose:!1},t}(a.Component),u=(0,o.YYN)(l)},88817:function(e,t,n){"use strict";n.d(t,{Z:function(){return c}});var r=n(70655),a=n(67294),i=n(30381),o=n.n(i),s=n(14607),l=n(34594),u=function(e){function t(t){var n=e.call(this,t)||this;n.mobileBody=a.createRef(),n.mobileHeader=a.createRef();var r=n.props,i=r.startDate,o=r.endDate,s=r.defaultDate,l=r.minDate,u=r.maxDate,c=n.getDateRange(l,u,s);return n.state={minDate:c.minDate,maxDate:c.maxDate,startDate:i,endDate:o,showToast:!1,currentDate:c.currentDate,isScrollToBottom:!1,dateTime:o?[o.hour(),o.minute()]:[0,0]},n}return(0,r.ZT)(t,e),t.prototype.getDateRange=function(e,t,n){!o().isMoment(e)||!e.isValid()&&(e=void 0),!o().isMoment(t)||!t.isValid()&&(t=void 0);var a=n||o()(),i={minDate:a.clone().subtract(1,"year").startOf("months"),maxDate:a.clone().add(1,"year").endOf("months")};return e&&t?i={minDate:e,maxDate:t}:e&&!t?(i={minDate:e,maxDate:o()(e).add(2,"year")},a=e.clone()):!e&&t&&(i={minDate:o()(t).subtract(2,"year"),maxDate:t},a=t.clone()),a.isBetween(i.minDate,i.maxDate,"days","[]")||(a=i.minDate.clone()),(0,r.pi)((0,r.pi)({},i),{currentDate:a})},t.prototype.componentDidMount=function(){this.initMonths()},t.prototype.componentDidUpdate=function(e){var t=this,n=this.props;if(e.minDate!==n.minDate||e.maxDate!==n.maxDate){var r=this.state.currentDate,a=this.getDateRange(n.minDate,n.maxDate,o()(r));this.setState({minDate:a.minDate,maxDate:a.maxDate,currentDate:a.currentDate},(function(){return t.initMonths()}))}},t.prototype.componentWillUnmount=function(){this.setState({showToast:!1}),clearTimeout(this.timer)},t.prototype.initMonths=function(){if(this.mobileBody.current){for(var e=this.mobileHeader.current,t=[],n=this.mobileBody.current.children,r=0;r-1;return{props:e,footerText:c,rdtDisabled:d}},t.prototype.handleTimeChange=function(e){var t=this;if(e){var n=this.props.onChange,r=this.state,a=r.startDate,i=r.endDate;if(a){var o={dateTime:e,startDate:i?a:null==a?void 0:a.clone().set({hour:e[0],minute:e[1],second:e[2]||0}),endDate:i?null==i?void 0:i.clone().set({hour:e[0],minute:e[1],second:e[2]||0}):i};this.setState(o,(function(){n&&n(t.state)}))}}},t.prototype.checkIsValidDate=function(e){var t=this.state,n=t.startDate,r=t.endDate,a=t.minDate,i=t.maxDate,o=this.props,s=o.minDuration,l=o.maxDuration,u=o.viewMode,c="time"===u?"hours":u||"day";if(a&&e.isBefore(a,c))return!1;if(i&&e.isAfter(i,c))return!1;if(n&&!r){if(s&&e.isBefore(n.clone().add(s))&&e.isSameOrAfter(n))return!1;if(l&&e.isAfter(n.clone().add(l)))return!1}return!0},t.prototype.renderMobileDay=function(e,t){var n=this,i=this.props.classnames,o=this.getRenderProps(e,t);return a.createElement("td",(0,r.pi)({},o.props),a.createElement("div",{className:"calendar-wrap",onClick:function(){return n.handleCalendarClick(o.rdtDisabled)}},t.date(),a.createElement("div",{className:i("CalendarMobile-range-text")},o.footerText)))},t.prototype.renderMonth=function(e,t,n){var i=this,s=this.props.classnames,l=o()().year(n).month(t),u=l.localeData().monthsShort(l.month(t)).substring(0,3),c=this.getRenderProps(e,l);return a.createElement("td",(0,r.pi)({},c.props),a.createElement("div",{className:"calendar-wrap",onClick:function(){return i.handleCalendarClick(c.rdtDisabled)}},u,a.createElement("div",{className:s("CalendarMobile-range-text")},c.footerText)))},t.prototype.renderQuarter=function(e,t,n){var i=this,s=this.props.classnames,l=o()().year(n).quarter(t),u=this.getRenderProps(e,l);return a.createElement("td",(0,r.pi)({},e),a.createElement("div",{className:"calendar-wrap",onClick:function(){return i.handleCalendarClick(u.rdtDisabled)}},"Q",t,a.createElement("div",{className:s("CalendarMobile-range-text")},u.footerText)))},t.prototype.handleMobileChange=function(e){var t=this,n=this.props,r=n.embed,a=n.minDuration,i=n.maxDuration,o=n.confirm,s=n.onChange,l=n.viewMode,u=n.isDatePicker,c=this.state,d=c.startDate,p=c.endDate,h=c.dateTime,f=c.minDate,m=c.maxDate,v="time"===l?"hours":l||"day";if(f&&e&&e.isBefore(f,"second")&&(e=f),m&&e&&e.isAfter(m,"second")&&(e=m),!u&&d&&!p&&e.isSameOrAfter(d)&&(!a||e.isSameOrAfter(d.clone().add(a)))&&(!i||e.isSameOrBefore(d.clone().add(i))))return this.setState({endDate:e.clone().endOf(v).set({hour:h[0],minute:h[1],second:h[2]||0})},(function(){s&&s(t.state,(function(){return r&&o&&o(d,p)}))}));this.setState({startDate:e.clone().startOf(v).set({hour:h[0],minute:h[1],second:h[2]||0}),endDate:void 0},(function(){s&&s(t.state)}))},t.prototype.renderMobileCalendarBody=function(){var e=this,t=this.props,n=t.classnames,r=t.dateFormat;t.timeFormat;var i=t.inputFormat,l=t.locale,u=t.viewMode,c=void 0===u?"days":u,d=t.close,p=t.defaultDate,h=t.showViewMode,f=this.props.translate,m=this.state,v=m.minDate,g=m.maxDate;if(v&&g){for(var y=[],b=v.clone();b.isSameOrBefore(g);b.add(1,h)){var w=b.clone();p&&(w=o()(p).set({year:w.get("year"),month:w.get("month")})),y.push(w)}return a.createElement("div",{className:n("CalendarMobile-body"),ref:this.mobileBody,onScroll:this.onMobileBodyScroll},y.map((function(t,o){var u="months"===h&&1===t.clone().startOf("month").day()?"rdtOldNone":"";return a.createElement("div",{className:n("CalendarMobile-calendar-wrap",u),key:"calendar-wrap"+o},"months"===h&&a.createElement("div",{className:n("CalendarMobile-calendar-mark"),key:"calendar-mark"+o},t.month()+1),a.createElement("div",{className:n("CalendarMobile-calendar-header")},a.createElement("span",{className:"rdtSwitch"},t.format(f("dateformat.year"))),"months"===h&&a.createElement("span",{className:"rdtSwitch"},t.format(f("MMM")))),a.createElement(s.Z,{className:n("CalendarMobile-calendar",u),viewDate:t,value:t,onChange:e.handleMobileChange,requiredConfirm:!1,dateFormat:r,inputFormat:i,timeFormat:"",isValidDate:e.checkIsValidDate,viewMode:c,input:!1,onClose:d,renderDay:e.renderMobileDay,renderMonth:e.renderMonth,renderQuarter:e.renderQuarter,locale:l,hideHeader:!0,updateOn:c,key:"calendar"+o}))})))}},t.prototype.renderMobileTimePicker=function(){var e=this.props,t=e.classnames,n=e.timeFormat,r=e.locale,i=e.close,l=e.timeConstraints,u=e.defaultDate,c=e.isDatePicker,d=this.props.translate,p=this.state,h=p.startDate,f=p.endDate,m=p.dateTime;return a.createElement("div",{className:t("CalendarMobile-time")},a.createElement("div",{className:t("CalendarMobile-time-title")},d(c?"Date.titleTime":h&&f?"Calendar.endPick":"Calendar.startPick")),a.createElement(s.Z,{className:t("CalendarMobile-time-calendar"),value:u,onChange:this.handleTimeChange,requiredConfirm:!1,timeFormat:n,viewMode:"time",input:!1,onClose:i,locale:r,useMobileUI:!0,showToolbar:!1,viewDate:o()().set({hour:m[0],minute:m[1],second:m[2]||0}),timeConstraints:l,isValidDate:this.checkIsValidDate}))},t.prototype.render=function(){var e=this.props,t=e.className,n=e.classnames,r=e.embed,i=e.close,s=e.confirm,l=e.footerExtra,u=e.timeFormat,c=e.showViewMode,d=e.isDatePicker,p=this.props.translate,h=this.state,f=h.startDate,m=h.endDate,v=h.currentDate,g=h.showToast,y=h.isScrollToBottom,b=h.minDate,w=h.maxDate,_=v?v.format(p("Calendar.".concat("months"===c?"yearmonth":"year"))):o()().format(p("Calendar.".concat("months"===c?"yearmonth":"year"))),C=a.createElement("div",{className:n("CalendarMobile-header"),ref:this.mobileHeader},a.createElement("div",{className:n("CalendarMobile-subtitle")},a.createElement("span",{className:"subtitle-text"},v&&v.isSameOrBefore(b,c)?null:a.createElement("a",{className:"rdtPrev",onClick:this.scrollPreYear},"‹"),_,v&&v.isSameOrAfter(w,c)||y?null:a.createElement("a",{className:"rdtNext",onClick:this.scrollAfterYear},"›"))),"months"===c?a.createElement("div",{className:n("CalendarMobile-weekdays")},this.getDaysOfWeek().map((function(e,t){return a.createElement("span",{key:e+t,className:"weekday"},e)}))):null),E=a.createElement("div",{className:n("CalendarMobile-footer")},u&&f&&this.renderMobileTimePicker(),a.createElement("div",{className:n("CalendarMobile-footer-toolbar")},a.createElement("div",{className:n("CalendarMobile-footer-ranges")},l),s&&!r&&a.createElement("a",{className:n("Button","Button--primary","date-range-confirm",{"is-disabled":!f||!(m||d)}),onClick:function(){s(f,m),i&&i()}},p("confirm"))));return a.createElement("div",{className:n("CalendarMobile",r?"CalendarMobile-embed":"",t)},a.createElement("div",{className:n("CalendarMobile-wrap")},C,this.renderMobileCalendarBody(),E),g?a.createElement("div",{className:n("CalendarMobile-toast")},p("Calendar.toast")):null)},t.defaultProps={showViewMode:"months"},(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onMobileBodyScroll",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"scrollPreYear",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"scrollAfterYear",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Boolean]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleCalendarClick",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleTimeChange",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"checkIsValidDate",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderMobileDay",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Number,Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderMonth",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Number,Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderQuarter",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleMobileChange",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderMobileCalendarBody",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderMobileTimePicker",null),t}(a.Component),c=(0,l.YYN)((0,l.eAU)(u))},66e3:function(e,t,n){"use strict";n.d(t,{C:function(){return s}});var r=n(70655),a=n(67294),i=n(34594),o=function(e){function t(t){var n=e.call(this,t)||this;return n.handleClick=n.handleClick.bind(n),n}return(0,r.ZT)(t,e),t.prototype.handleClick=function(e){(0,i.Pbn)(e)||this.props.onClick&&this.props.onClick(e)},t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.className,r=e.style,o=e.headerClassName,s=e.bodyClassName,l=e.titleClassName,u=e.subTitleClassName,c=e.descriptionClassName,d=e.avatarClassName,p=e.avatarTextStyle,h=e.imageClassName,f=e.avatarTextClassName,m=e.secondaryClassName,v=e.footerClassName,g=e.media,y=e.mediaPosition,b=e.actions,w=e.children,_=e.onClick,C=e.toolbar,E=e.title,k=e.subTitle,S=e.subTitlePlaceholder,x=e.description,T=e.descriptionPlaceholder,M=e.secondary,O=e.avatar,N=e.avatarText,D=e.data,A=null;(O||N||E||k||S||x||T||C)&&(A=a.createElement("div",{className:t("Card-heading",o)},O?a.createElement("span",{className:t("Card-avtar",d)},a.createElement("img",{className:t("Card-img",h),src:O})):N?a.createElement("span",{className:t("Card-avtarText",f),style:(0,i.uBL)(p,D)},N):null,a.createElement("div",{className:t("Card-meta")},E?a.createElement("div",{className:t("Card-title",l)},E):null,k||S?a.createElement("div",{className:t("Card-subTitle",u)},k||S||null):null,x||T?a.createElement("div",{className:t("Card-desc",c)},x||T||null):null),C));var L=w;return a.createElement("div",{onClick:this.handleClick,className:t("Card",n,{"Card--link":_}),style:r},g?a.createElement("div",{className:t("Card-multiMedia--".concat(y))},g,a.createElement("div",{className:t("Card-multiMedia-flex")},A,L?a.createElement("div",{className:t("Card-body",s)},L):null,M||b?a.createElement("div",{className:t("Card-footer-wrapper",v)},M?a.createElement("div",{className:t("Card-secondary",m)},M):null,b?a.createElement("div",{className:t("Card-actions-wrapper")},b):null):null)):a.createElement(a.Fragment,null,A,L?a.createElement("div",{className:t("Card-body",s)},L):null,M||b?a.createElement("div",{className:t("Card-footer-wrapper",v)},M?a.createElement("div",{className:t("Card-secondary",m)},M):null,b?a.createElement("div",{className:t("Card-actions-wrapper")},b):null):null))},t.defaultProps={className:"",avatarClassName:"",headerClassName:"",footerClassName:"",secondaryClassName:"",avatarTextClassName:"",bodyClassName:"",titleClassName:"",subTitleClassName:"",descriptionClassName:"",imageClassName:"",mediaPosition:"left"},t}(a.Component),s=(0,i.YYN)(o)},35255:function(e,t,n){"use strict";n.d(t,{Z:function(){return v}});var r=n(70655),a=n(67294),i=n(34594),o=n(71843),s=n.n(o),l=n(39693),u=n.n(l),c=n(13311),d=n.n(c),p=n(45578),h=n.n(p),f=n(64179),m=function(e){function t(t){var n=e.call(this,t)||this;return n.tabsRef=a.createRef(),n.tabRef=a.createRef(),n.getParentTree=function(e,t){var r=n.getOptionParent(e);return r?(t.push(r),n.getParentTree(r,t)):t},n.state={selectedOptions:n.props.selectedOptions||[],activeTab:0,tabs:[{options:n.props.options.slice()||[]}],disableConfirm:!1},n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.multiple,n=e.options,a=e.valueField,o=void 0===a?"value":a,s=e.cascade,l=e.onlyLeaf,u=this.props.selectedOptions.slice(),c=0,d=[];u.forEach((function(e){var t=(0,i.kSg)(n,e);t&&(null==t?void 0:t.length)>c&&(c=(d=t).length)}));var p=u.map((function(e){return e[o]})),h=d.map((function(e){var n;return t&&!s&&p.includes(e[o])&&(null===(n=null==e?void 0:e.children)||void 0===n?void 0:n.length)&&e.children.forEach((function(e){return e.disabled=!0})),t&&!l?{options:(0,r.ev)([(0,r.pi)((0,r.pi)({},e),{isCheckAll:!0})],(0,r.CR)(e.children?e.children:[]),!1)}:{options:e.children?e.children:[]}}));this.setState({selectedOptions:u,tabs:(0,r.ev)((0,r.ev)([],(0,r.CR)(this.state.tabs),!1),(0,r.CR)(h),!1)})},t.prototype.handleTabSelect=function(e){var t=this.state.tabs.slice(0,e+1);this.setState({activeTab:e,tabs:t})},t.prototype.getOptionParent=function(e){var t=this.props,n=t.options,r=t.valueField,a=void 0===r?"value":r,o=[];return(0,i.hEs)(n,(function(t,n,r,i){return t[a]===e[a]&&(o=i,!0)})),o.length?o[o.length-1]:null},t.prototype.dealParentSelect=function(e,t){var n,r=this.props,a=r.valueField,i=void 0===a?"value":a,o=r.onlyLeaf,l=this.getOptionParent(e);if(l&&!o){var u=null==l?void 0:l.children,c=s()(t,u,i),p=d()(t,((n={})[i]=l[i],n));if(c.length!==(null==u?void 0:u.length)||p||t.push(l),c.length!==(null==u?void 0:u.length)&&p){var h=t.findIndex((function(e){return e[i]===l[i]}));t.splice(h,1)}return this.dealParentSelect(l,t)}return t},t.prototype.flattenTreeWithLeafNodes=function(e){return u()((0,i.fKU)(Array.isArray(e)?e:[e],(function(e){return e})))},t.prototype.adjustOptionSelect=function(e){var t,n=this.props.valueField,r=void 0===n?"value":n;return!!(t=this.state.selectedOptions).length&&t.some((function(t){return t[r]===e[r]}))},t.prototype.getSelectedChildNum=function(e){var t=this,n=0,a=function(e){var i,o;if(e&&e.length)try{for(var s=(0,r.XA)(e),l=s.next();!l.done;l=s.next()){var u=l.value;u.children?a(u.children||[]):t.adjustOptionSelect(u)&&n++}}catch(e){i={error:e}}finally{try{l&&!l.done&&(o=s.return)&&o.call(s)}finally{if(i)throw i.error}}};return a(e.children||[]),n},t.prototype.dealOptionDisable=function(e){var t=this.props,n=t.valueField,r=void 0===n?"value":n,a=t.options,i=t.cascade,o=t.multiple,s=t.onlyLeaf,l=t.onlyChildren;if(o&&!i&&!l&&!s){var u=e.map((function(e){return e[r]})),c=function(e){e.children&&e.children&&e.children.forEach((function(t){u.includes(e[r])||e.disabled||(t.disabled=!1),(u.includes(e[r])||e.disabled)&&(t.disabled=!0),c(t)}))};a.forEach((function(e){return c(e)}))}},t.prototype.dealChildrenSelect=function(e,t){var n,r=this.props,a=r.valueField,i=void 0===a?"value":a,o=r.onlyChildren,s=t.findIndex((function(t){return t[i]===e[i]}));return-1!==s?t.splice(s,1):o&&(null===(n=e.children)||void 0===n?void 0:n.length)||t.push(e),function e(n){n.children&&n.children.forEach((function(n){var r;-1!==s?t=t.filter((function(e){return e[i]!==n[i]})):o&&(null===(r=n.children)||void 0===r?void 0:r.length)||t.push(n),e(n)}))}(e),t},t.prototype.onSelect=function(e,t){var n=this,a=this.props,i=a.multiple,o=a.valueField,s=void 0===o?"value":o,l=a.cascade,u=a.onlyLeaf,c=a.onlyChildren,d=this.state.tabs.slice(),p=this.state.activeTab,h=this.state.selectedOptions;if(!e.disabled)if(i)if(l){if(e.isCheckAll||!e.children||!e.children.length){var f=h.findIndex((function(t){return t[s]===e[s]}));-1!==f?h.splice(f,1):h.push(e)}}else!e.isCheckAll&&e.children&&e.children.length||(h=this.dealChildrenSelect(e,h),c||(h=this.dealParentSelect(e,h)));else h=[e];if(this.dealOptionDisable(h),d.length>t+1&&(d=d.slice(0,t+1)),requestAnimationFrame((function(){var t,r,a=(null===(t=n.tabRef.current)||void 0===t?void 0:t.offsetWidth)||1,i=(n.getParentTree(e,[e]).length-2)*a;0!==i&&(null===(r=n.tabsRef.current)||void 0===r||r.scrollTo(i,0))})),(null==e?void 0:e.children)&&!e.isCheckAll){var m=i&&!u?{options:(0,r.ev)([(0,r.pi)((0,r.pi)({},e),{isCheckAll:!0})],(0,r.CR)(e.children),!1)}:{options:e.children};d[t+1]?d[t+1]=m:d.push(m),p+=1}var v=!1;u&&h.length&&h[0].children&&(v=!0),this.setState({tabs:d,activeTab:p,selectedOptions:h,disableConfirm:v})},t.prototype.onNextClick=function(e,t){var n=this.state.activeTab,r=this.state.tabs.slice();if(e.c&&(null==e?void 0:e.children)){var a={options:e.children};r[t+1]?r[t+1]=a:r.push(a),n+=1}this.setState({tabs:r,activeTab:n})},t.prototype.getSubmitOptions=function(e){var t=[],n=this.props,r=n.multiple,a=n.options,i=n.valueField,o=void 0===i?"value":i,s=n.cascade,l=n.onlyChildren,u=n.withChildren;if(s||l||u||!r)return e;var c=e.map((function(e){return e[o]}));return function e(n){n&&n.length&&n.forEach((function(n){c.includes(n[o])?t.push(n):e(n.children?n.children:[])}))}(a),t},t.prototype.confirm=function(){var e=this.props,t=e.onChange;e.joinValues,e.delimiter,e.extractValue,e.valueField;var n=e.onClose,r=e.onlyLeaf,a=this.getSelectedOptions();r&&a.length&&a[0].children||(t(a),n&&n())},t.prototype.getSelectedOptions=function(){return h()(this.getSubmitOptions(this.state.selectedOptions),this.props.valueField)},t.prototype.renderOption=function(e,t){var n=this,r=this.props,i=r.activeColor,o=r.optionRender,s=r.labelField,l=r.valueField,u=void 0===l?"value":l,c=r.classnames;r.cascade,r.multiple;var d=this.state.selectedOptions.map((function(e){return e[u]})).includes(e[u]),p=e.color||(d?i:void 0),h=o?o({option:e,selected:d}):a.createElement("span",null,e[s]);return a.createElement("li",{className:c("Cascader-option",{selected:d,disabled:e.disabled},e.className),style:{color:p},onClick:function(){return n.onSelect(e,t)},key:t+"-"+e[u]},a.createElement("span",{className:c("Cascader-option--text")},h))},t.prototype.renderOptions=function(e,t){var n=this,r=this.props.classnames;return a.createElement("ul",{key:t,className:r("Cascader-options")},e.map((function(e){return n.renderOption(e,t)})))},t.prototype.renderTabs=function(){var e=this,t=this.props,n=t.classnames,r=t.options,o=this.state.tabs,s=(0,i.pk8)(r);return a.createElement("div",{className:n("Cascader-tabs",s>3?"scrollable":""),ref:this.tabsRef},o.map((function(t,r){var i=t.options;return a.createElement("div",{className:n("Cascader-tab"),ref:e.tabRef,key:r},e.renderOptions(i,r))})),s<=3&&r.length?Array((0,i.pk8)(r)-o.length).fill(1).map((function(e,t){return a.createElement("div",{className:n("Cascader-tab"),key:t})})):null)},t.prototype.render=function(){var e=this.props;e.classPrefix;var t=e.classnames,n=e.className,r=e.onClose;e.valueField;var i=e.translate;return a.createElement("div",{className:t("Cascader",n)},a.createElement("div",{className:t("Cascader-btnGroup")},a.createElement(f.Z,{className:t("Cascader-btnCancel"),level:"text",onClick:r},i("cancel")),a.createElement(f.Z,{className:t("Cascader-btnConfirm"),level:"text",onClick:this.confirm,disabled:this.state.disableConfirm},i("confirm"))),this.renderTabs())},t.defaultProps={labelField:"label",valueField:"value"},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleTabSelect",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getOptionParent",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",Object)],t.prototype,"dealParentSelect",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"flattenTreeWithLeafNodes",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Boolean)],t.prototype,"adjustOptionSelect",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Number)],t.prototype,"getSelectedChildNum",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"dealOptionDisable",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"dealChildrenSelect",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onSelect",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onNextClick",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Object)],t.prototype,"getSubmitOptions",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"confirm",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getSelectedOptions",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderOption",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderOptions",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderTabs",null),t}(a.Component),v=(0,i.YYN)(m)},96352:function(e,t,n){"use strict";n.d(t,{Z:function(){return f}});var r=n(70655),a=n(87271),i=n(34594),o=n(67294),s=n(10156),l=n(98913),u=n.n(l),c=n(55843),d=n(91680),p=n(54175),h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={selected:[]},t}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=this.props.defaultSelectedIndex;void 0!==e&&this.setState({selected:["".concat(e)]})},t.prototype.selectOption=function(e,t,n){var r=this.props.onDeferLoad,a=this.state.selected.concat();a.splice(t,a.length-t),a.push(n),this.setState({selected:a},e.defer&&r?function(){return r(e)}:void 0)},t.prototype.renderItem=function(e,t,n,r,a){var i=this;void 0===a&&(a={});var l=this.props,u=l.labelClassName,c=l.disabled,d=l.classnames,p=l.itemClassName,h=l.itemRender,f=l.multiple,m=l.labelField,v=this.valueArray;return o.createElement("div",{style:a,key:t,className:d("ChainedSelection-item",p,e.className,c||e.disabled?"is-disabled":"",~v.indexOf(e)?"is-active":""),onClick:function(){return i.toggleOption(e)}},f?o.createElement(s.Z,{size:"sm",checked:!!~v.indexOf(e),disabled:c||e.disabled,labelClassName:u,description:e.description}):null,o.createElement("div",{className:d("ChainedSelection-itemLabel")},h(e,{index:t,multiple:f,checked:!!~v.indexOf(e),onChange:function(){return i.toggleOption(e)},disabled:c||e.disabled,labelField:m})))},t.prototype.renderOption=function(e,t,n,r,a){var i=this;void 0===a&&(a={});var s=this.props;s.labelClassName;var l=s.disabled,u=s.classnames,d=s.itemClassName,p=s.itemRender,h=s.multiple,f=s.labelField,m=s.loadingConfig;return this.valueArray,Array.isArray(e.children)||e.defer?o.createElement("div",{style:a,key:t,className:u("ChainedSelection-item",d,e.className,l||e.disabled?"is-disabled":"",~this.state.selected.indexOf(r)?"is-active":""),onClick:function(){return i.selectOption(e,n,r)}},o.createElement("div",{className:u("ChainedSelection-itemLabel")},p(e,{index:t,multiple:h,checked:!!~this.state.selected.indexOf(r),onChange:function(){return i.selectOption(e,n,r)},disabled:l||e.disabled,labelField:f})),e.defer&&e.loading?o.createElement(c.Z,{loadingConfig:m,size:"sm",show:!0}):null):this.renderItem(e,t,n,r,a)},t.prototype.renderCheckAll=function(){var e=this.props,t=e.multiple,n=e.checkAll,r=e.checkAllLabel,a=e.classnames,i=e.translate,l=e.labelClassName,u=e.itemClassName;if(!t||!n)return null;var c=this.getAvailableOptions(),d=this.valueArray,p=c.every((function(e){return d.indexOf(e)>-1})),h=c.some((function(e){return d.indexOf(e)>-1}));return o.createElement("div",{className:a("ChainedSelection-item","ChainedSelection-checkAll",u),onClick:this.toggleAll},o.createElement(s.Z,{checked:h,partial:h&&!p,size:"sm",labelClassName:l}),o.createElement("div",{className:a("ChainedSelection-itemLabel")},o.createElement("span",null,i(r))))},t.prototype.render=function(){var e=this,t=this.props,n=t.value,s=t.options,l=t.className,c=t.placeholder,h=t.classnames,f=t.option2value;t.itemRender;var m=t.translate,v=t.virtualThreshold,g=void 0===v?1e3:v,y=t.itemHeight,b=void 0===y?32:y,w=t.virtualListHeight;this.valueArray=a.PA.value2array(n,s,f);var _=[];if(Array.isArray(s)&&s.length){var C=this.state.selected.concat(),E=Math.min((0,i.pk8)(s),3);u()(Math.max(E-C.length,1),(function(){return C.push(null)})),C.reduce((function(t,n,a){var i=t.body,s=t.options,l=t.subTitle,u=t.indexes,c=t.placeholder,f=[],v="",y="",_=u;if(Array.isArray(s)&&s.length>g){s.forEach((function(e,t){u.concat(t).join("-")===n&&(v=e.subTitle,f=e.children,_=u.concat(t),y=e.placeholder)}));var C=s.concat();l&&C.unshift({type:"chainedSelection-subTitle",value:l}),i.push(o.createElement("div",{key:a,className:h("ChainedSelection-col")},o.createElement(p.Z,{minHeight:w},(function(t){var n=t.height;return o.createElement(d.ZP,{height:n,itemCount:C.length,itemSize:b,renderItem:function(t){var n=t.index,i=t.style,s=C[n];if(!s)return null;if("chainedSelection-subTitle"===(null==s?void 0:s.type))return o.createElement("div",{style:(0,r.pi)((0,r.pi)({},i),{width:"100%"}),key:u.join("-")+"subTitle",className:h("ChainedSelection-subTitle")},s.value);n=l?n-1:n;var c=u.concat(n).join("-");return e.renderOption(s,n,a,c,(0,r.pi)((0,r.pi)({},i),{width:"100%"}))}})}))))}else i.push(o.createElement("div",{key:a,className:h("ChainedSelection-col")},l?o.createElement("div",{className:h("ChainedSelection-subTitle")},l):null,Array.isArray(s)&&s.length?s.map((function(t,r){var i=u.concat(r).join("-");return i===n&&(v=t.subTitle,f=t.children,_=u.concat(r),y=t.placeholder),e.renderOption(t,r,a,i)})):o.createElement("div",{className:h("ChainedSelection-placeholder")},m(c))));return{options:f,subTitle:v,placeholder:y,indexes:_,body:i}}),{options:s,body:_,indexes:[],placeholder:c})}return o.createElement("div",{className:h("ChainedSelection",l)},_&&_.length?o.createElement(o.Fragment,null,this.renderCheckAll(),_):o.createElement("div",{className:h("ChainedSelection-placeholder")},m(c)))},t}(a.PA),f=(0,i.YYN)((0,i.eAU)((0,i.nmi)(h,{value:"onChange"})))},10156:function(e,t,n){"use strict";n.d(t,{Z:function(){return l}});var r=n(70655),a=n(67294),i=n(34594),o=function(e){return e.stopPropagation()},s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.handleCheck=function(e){var t=this.props,n=t.trueValue,r=t.falseValue,a=t.onChange;a&&a(e.currentTarget.checked?n:r,e.nativeEvent.shiftKey)},t.prototype.render=function(){var e,t=this.props,n=t.size,r=t.className,i=t.classnames,s=t.value,l=t.label,u=t.partial,c=t.trueValue,d=t.children,p=t.disabled,h=t.description,f=t.readOnly,m=t.checked,v=t.type,g=t.name,y=t.labelClassName,b=t.optionType,w=void 0!==m?m:void 0===s?s:s==c;return a.createElement("label",{className:i("Checkbox Checkbox--".concat(v),r,(e={"Checkbox--full":!u},e["Checkbox--".concat(n)]=n,e["Checkbox--button"]="button"===b,e["Checkbox--button--checked"]="button"===b&&w,e["Checkbox--button--disabled--unchecked"]="button"===b&&p&&!w,e["Checkbox--button--disabled--checked"]="button"===b&&p&&w,e))},a.createElement("input",{type:v,checked:void 0!==m?m:void 0===s?s:s==c,onChange:this.handleCheck,onClick:o,disabled:p,readOnly:f,name:g}),a.createElement("i",null),a.createElement("span",{className:i(y)},d||l),h?a.createElement("div",{className:i("Checkbox-desc")},h):null)},t.defaultProps={trueValue:!0,falseValue:!1,type:"checkbox"},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleCheck",null),t}(a.Component),l=(0,i.YYN)(s)},68689:function(e,t,n){"use strict";n.d(t,{Z:function(){return p}});var r=n(70655),a=n(67294),i=n(51632),o=n(95318),s=n(14791),l=n(65643),u=(n(78718),n(34594)),c=n(21686),d=(0,a.memo)((function(e){var t,u=e.joinValues,d=void 0===u||u,p=e.extractValue,h=void 0===p||p,f=e.delimiter,m=void 0===f?",":f,v=e.allowCity,g=void 0===v||v,y=e.allowDistrict,b=void 0===y||y,w=e.allowStreet,_=void 0!==w&&w,C=e.value,E=void 0===C?110101:C,k=e.classnames,S=e.style,x=e.translate,T=e.disabled,M=void 0!==T&&T,O=e.popOverContainer,N=e.useMobileUI,D=(0,r.CR)((0,a.useState)([]),2),A=D[0],L=D[1],P=(0,r.CR)((0,a.useState)(""),2),F=P[0],R=P[1],j=(0,r.CR)((0,a.useState)(),2),I=j[0],Y=j[1],V=(0,r.CR)((0,s.Z)(),2),H=V[0],Z=V[1],B=(0,r.CR)((0,s.Z)({columns:[]}),2),z=B[0],W=B[1],U=(0,r.CR)((0,a.useState)(!1),2),K=U[0],J=U[1],q=function(){var t=e.onChange,n=(0,r.CR)(A,3),a=n[0],i=n[1],o=n[2],s=b&&o?o:g&&i?i:a;t((void 0===h?d:h)?s?_&&F?[s,F].join(m):String(s):"":{code:s,provinceCode:a,province:H[a],cityCode:i,city:H[i],districtCode:o,district:H[o],street:F})};(0,a.useEffect)((function(){n.e(2835).then(n.bind(n,62835)).then((function(e){Z((0,r.pi)((0,r.pi)({},e.default),{province:e.province,city:e.city,district:e.district}))}))}),[]),(0,a.useEffect)((function(){H&&(e.value||K)&&function(){var t,n=E&&E.code||"number"==typeof E&&E||"string"==typeof E&&/(\d{6})/.test(E)&&RegExp.$1||110101,r=[];if(n&&H[n]){var a=(n=parseInt(n,10))-n%1e4,i=n-n%100;if(H[a]&&(r[0]=a),H[i]&&g?r[1]=i:~(null===(t=H.city[a])||void 0===t?void 0:t.indexOf(n))&&g&&(r[1]=n),n%100&&b&&(r[2]=n),L(r),e.value){var o=r.map((function(e){return{text:H[e],value:e}}));Y(o)}}}()}),[H,K,e.value]),(0,a.useEffect)((function(){F&&q()}),[F]),(0,l.Z)((function(){A.length&&function(){if(H){var e=(0,r.CR)(A,3),t=e[0],n=e[1],a=e[2],i=[{options:H.province.map((function(e){return{text:H[e],value:e,disabled:M}}))},{options:n?H.city[t].map((function(e){return{text:H[e],value:e,disabled:M}})):[]},{options:n&&a?H.district[t][n].map((function(e){return{text:H[e],value:e,disabled:M}})):[]}];b&&g||i.splice(2,1),g||i.splice(1,1),W({columns:i})}}()}),[A]);var G=null===(t=null==I?void 0:I.filter((function(e){return null==e?void 0:e.value})))||void 0===t?void 0:t.map((function(e){return e.text})).join(m);return a.createElement("div",{className:k("CityArea"),style:S},a.createElement(o.Z,{className:k("CityArea-Input",K?"is-active":""),allowInput:!1,result:G,onResultChange:function(){},onResultClick:function(){return J(!K)},placeholder:x("Condition.cond_placeholder"),useMobileUI:N}),_&&A[0]?a.createElement("input",{className:k("CityArea-Input"),value:F,onChange:function(e){return R(e.currentTarget.value)},placeholder:x("City.street"),disabled:M}):null,a.createElement(c.Z,{className:k("CityArea-popup"),container:O,isShow:K,showConfirm:!0,onConfirm:function(){var e=A.map((function(e){return{text:H[e],value:e}}));Y(e),q(),J(!1)},onHide:function(){J(!1),e.onCancel&&e.onCancel()}},a.createElement(i.Z,{className:"CityArea-picker",columns:z.columns,onChange:function(e,t){for(var n,a,i,o,s;e[t++];)e[t++]=-1;var l=(0,r.CR)(e,3),u=l[0],c=l[1],d=l[2];-1===c&&(c=null===(a=null===(n=H.city)||void 0===n?void 0:n[u])||void 0===a?void 0:a[0]),-1===d&&(d=null===(s=null===(o=null===(i=H.district)||void 0===i?void 0:i[u])||void 0===o?void 0:o[c])||void 0===s?void 0:s[0]);var p=[u,c,d];b||p.splice(2,1),g||p.splice(1,1),L(p)},showToolbar:!1,labelField:"text",itemHeight:40,value:A,classnames:e.classnames,classPrefix:e.classPrefix})))})),p=(0,u.YYN)((0,u.eAU)((0,u.nmi)(d,{value:"onChange"})))},15730:function(e,t,n){"use strict";n.d(t,{Z:function(){return d}});var r,a=n(70655),i=n(67294),o=n(34594),s=n(20660),l=n(95483),u=((r={})[s.Wj]="out",r[s.Ix]="out",r[s.d0]="in",r),c=function(e){function t(t){var n=e.call(this,t)||this;return n.state={collapsed:!1},n.contentRef=function(e){return n.contentDom=e},n.toggleCollapsed=n.toggleCollapsed.bind(n),n.state.collapsed=!!t.collapsable&&!!t.collapsed,n}return(0,a.ZT)(t,e),t.getDerivedStateFromProps=function(e,t){return e.propsUpdate&&e.collapsed!==t.collapsed?{collapsed:!!e.collapsed}:null},t.prototype.toggleCollapsed=function(e){if(!(0,o.Pbn)(e)){var t=this.props;t.disabled||!1===t.collapsable||(t.onCollapse&&t.onCollapse(t,!this.state.collapsed),this.setState({collapsed:!this.state.collapsed}))}},t.prototype.handleEnter=function(e){e.style.height=""},t.prototype.handleEntering=function(e){e.style.height="".concat(e.scrollHeight,"px")},t.prototype.handleEntered=function(e){e.style.height=""},t.prototype.handleExit=function(e){var t=e.offsetHeight+parseInt(getComputedStyle(e).getPropertyValue("margin-top"),10)+parseInt(getComputedStyle(e).getPropertyValue("margin-bottom"),10);e.style.height="".concat(t,"px"),e.offsetHeight},t.prototype.handleExiting=function(e){e.style.height=""},t.prototype.render=function(){var e,t,n=this,r=this.props,o=r.classnames,c=r.mountOnEnter,d=r.unmountOnExit;r.classPrefix;var p=r.size,h=r.wrapperComponent,f=r.headingComponent,m=r.className,v=r.style,g=r.headingClassName,y=r.headerPosition,b=r.collapseHeader,w=r.header,_=r.body,C=r.bodyClassName,E=r.collapsable;r.translate;var k=r.showArrow,S=r.expandIcon,x=r.disabled,T=r.children,M=this.state.collapsed?w:b||w,O=[M?i.createElement(f,{key:"header",onClick:this.toggleCollapsed,className:o("Collapse-header",g)},k&&E?S?i.cloneElement(S,(0,a.pi)((0,a.pi)({},S.props),{className:o("Collapse-icon-tranform",null===(t=S.props)||void 0===t?void 0:t.className)})):i.createElement("span",{className:o("Collapse-arrow-wrap")},i.createElement(l.JO,{icon:"right-arrow-bold",className:o("Collapse-arrow","icon"),wrapClassName:o("Collapse-arrow"),iconContent:"Collapse-arrow"})):"",M):null,i.createElement(s.ZP,{key:"body",mountOnEnter:c,unmountOnExit:d,in:!this.state.collapsed,timeout:300,onEnter:this.handleEnter,onEntering:this.handleEntering,onEntered:this.handleEntered,onExit:this.handleExit,onExiting:this.handleExiting},(function(e){return e===s.d0&&n.contentDom.offsetWidth,i.createElement("div",{className:o("Collapse-contentWrapper",u[e]),ref:n.contentRef},i.createElement("div",{className:o("Collapse-body",C)},i.createElement("div",{className:o("Collapse-content")},_||T)))}))];return"bottom"===y&&O.reverse(),i.createElement(h,{className:o("Collapse",(e={"is-active":!this.state.collapsed},e["Collapse--".concat(p)]=p,e["Collapse--disabled"]=x,e["Collapse--title-bottom"]="bottom"===y,e),m),style:v},O)},t.defaultProps={mountOnEnter:!1,unmountOnExit:!1,headerPosition:"top",wrapperComponent:"div",headingComponent:"div",className:"",headingClassName:"",bodyClassName:"",collapsable:!0,disabled:!1,showArrow:!0,propsUpdate:!1},(0,a.gn)([o.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[HTMLElement]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleEnter",null),(0,a.gn)([o.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[HTMLElement]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleEntering",null),(0,a.gn)([o.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[HTMLElement]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleEntered",null),(0,a.gn)([o.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[HTMLElement]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleExit",null),(0,a.gn)([o.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[HTMLElement]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleExiting",null),t}(i.Component),d=(0,o.YYN)(c)},84935:function(e,t,n){"use strict";n.d(t,{Z:function(){return u}});var r=n(70655),a=n(67294),i=n(34594),o=n(18446),s=n.n(o),l=function(e){function t(t){var n=e.call(this,t)||this;return n.getItems=function(e){return Array.isArray(e)?e.map((function(e,t){var i=e.props,o=i.propKey||String(t),s=-1===n.state.activeKey.indexOf(o);return a.cloneElement(e,(0,r.pi)((0,r.pi)({},i),{key:o,collapseId:o,collapsed:s,expandIcon:n.props.expandIcon,propsUpdate:!0,onCollapse:function(){return n.collapseChange(o,s)}}))})):e},n.updateActiveKey(t.defaultActiveKey,!0),n}return(0,r.ZT)(t,e),t.prototype.UNSAFE_componentWillReceiveProps=function(e){var t=this.props;s()(t.defaultActiveKey,e.defaultActiveKey)||this.updateActiveKey(e.defaultActiveKey)},t.prototype.updateActiveKey=function(e,t){var n=this.props,r=e;Array.isArray(r)||(r=r?[r]:[]),n.accordion&&(r=r.length?[r[0]]:[]),t?this.state={activeKey:r.map((function(e){return String(e)}))}:this.setState({activeKey:r.map((function(e){return String(e)}))})},t.prototype.collapseChange=function(e,t){var n=this.state.activeKey.concat();if(t)this.props.accordion?n=[e]:n.push(e);else if(this.props.accordion)n=[];else for(var r=0;r-1;if(N){var K=void 0;if(P&&Array.isArray(P)){var J=0;K=P.map((function(e){var t=e.className;return!t&&R&&(t=R[J],++J>=R.length&&(J=0)),(0,r.pi)((0,r.pi)({},e),{className:t})}))}return a.createElement("div",{className:i("DateCalendar",{"is-disabled":g,ScheduleCalendar:K,"ScheduleCalendar-large":F},o)},a.createElement(c.Z,{value:B,onChange:this.handleChange,requiredConfirm:!1,dateFormat:b,timeFormat:w,isValidDate:this.checkIsValidDate,viewMode:_,timeConstraints:C,input:!1,onClose:this.close,locale:T,minDate:D,maxDate:L,schedules:K,largeMode:F,todayActiveStyle:j,onScheduleClick:I,embed:N,useMobileUI:A}))}return a.createElement("div",{tabIndex:0,onKeyPress:this.handleKeyPress,onFocus:this.handleFocus,onBlur:this.handleBlur,className:i("DatePicker",(e={"is-disabled":g,"is-focused":!g&&this.state.isFocused},e["DatePicker--border".concat((0,l.zfV)(O))]=O,e["is-mobile"]=A&&(0,l.tqC)(),e),o),ref:this.domRef,onClick:this.handleClick},a.createElement(p.Z,{className:i("DatePicker-input"),onChange:this.inputChange,onBlur:this.onInputBlur,ref:this.inputRef,placeholder:v,autoComplete:"off",value:this.state.inputValue||"",disabled:g}),k&&!g&&m(f,M)?a.createElement("a",{className:i("DatePicker-clear"),onClick:this.clearValue},a.createElement(s.JO,{icon:"input-clear",className:"icon"})):null,a.createElement("a",{className:i("DatePicker-toggler")},a.createElement(s.JO,{icon:"time"===_?"clock":"date",className:"icon",iconContent:"time"===_?"DatePicker-toggler-clock":"DatePicker-toggler-date"})),A&&(0,l.tqC)()||!Z?null:a.createElement(l.aVW,{target:this.getTarget,container:E||this.getParent,rootClose:!1,placement:x,show:!0},a.createElement(l.v$m,{classPrefix:n,className:i("DatePicker-popover",h),onHide:this.close,overlay:!0,onClick:this.handlePopOverClick},this.renderShortCuts(S),a.createElement(c.Z,{value:B,onChange:this.handleChange,requiredConfirm:"time"===_,dateFormat:b,inputFormat:y,timeFormat:w,isValidDate:this.checkIsValidDate,viewMode:_,timeConstraints:C,input:!1,onClose:this.close,locale:T,minDate:D,maxDate:L,useMobileUI:A}))),A&&(0,l.tqC)()?"calendar"===Y&&U?a.createElement(u.Z,{isShow:Z,className:i("".concat(n,"CalendarMobile-pop")),onHide:this.close,header:W},z):a.createElement(u.Z,{className:i("".concat(n,"DatePicker-popup DatePicker-mobile")),container:E,isShow:Z,showClose:!1,onHide:this.handleClick},a.createElement(c.Z,{value:B,onChange:this.handleChange,requiredConfirm:!1,dateFormat:b,inputFormat:y,timeFormat:w,isValidDate:this.checkIsValidDate,viewMode:_,timeConstraints:C,input:!1,onClose:this.close,locale:T,minDate:D,maxDate:L,useMobileUI:A})):null)},t.defaultProps={viewMode:"days",shortcuts:"",closeOnSelect:!0,overlayPlacement:"auto",scheduleClassNames:["bg-warning","bg-danger","bg-success","bg-info","bg-secondary"]},t}(a.Component),g=(0,l.YYN)((0,l.eAU)(v))},46933:function(e,t,n){"use strict";n.d(t,{ZP:function(){return C}});var r=n(70655),a=n(67294),i=n(30381),o=n.n(i),s=n(57557),l=n.n(s),u=n(21804),c=n.n(u),d=n(73935),p=n(95483),h=n(34594),f=n(14607),m=n(21686),v=n(88817),g=n(86225),y=n(64179),b={today:{label:"Date.today",startDate:function(e){return e.startOf("day")},endDate:function(e){return e}},yesterday:{label:"Date.yesterday",startDate:function(e){return e.add(-1,"days").startOf("day")},endDate:function(e){return e.add(-1,"days").endOf("day")}},tomorrow:{label:"Date.tomorrow",startDate:function(e){return e.add(1,"days").startOf("day")},endDate:function(e){return e.add(1,"days").endOf("day")}},"1daysago":{label:"DateRange.1daysago",startDate:function(e){return e.add(-1,"days")},endDate:function(e){return e}},"1dayago":{label:"DateRange.1daysago",startDate:function(e){return e.add(-1,"days")},endDate:function(e){return e}},"7daysago":{label:"DateRange.7daysago",startDate:function(e){return e.add(-7,"days").startOf("day")},endDate:function(e){return e.add(-1,"days").endOf("day")}},"30daysago":{label:"DateRange.30daysago",startDate:function(e){return e.add(-30,"days").startOf("day")},endDate:function(e){return e.add(-1,"days").endOf("day")}},"90daysago":{label:"DateRange.90daysago",startDate:function(e){return e.add(-90,"days").startOf("day")},endDate:function(e){return e.add(-1,"days").endOf("day")}},prevweek:{label:"DateRange.lastWeek",startDate:function(e){return e.startOf("week").add(-1,"weeks")},endDate:function(e){return e.startOf("week").add(-1,"days").endOf("day")}},thisweek:{label:"DateRange.thisWeek",startDate:function(e){return e.startOf("week")},endDate:function(e){return e.endOf("week")}},thismonth:{label:"DateRange.thisMonth",startDate:function(e){return e.startOf("month")},endDate:function(e){return e.endOf("month")}},thisquarter:{label:"DateRange.thisQuarter",startDate:function(e){return e.startOf("quarter")},endDate:function(e){return e.endOf("quarter")}},prevmonth:{label:"DateRange.lastMonth",startDate:function(e){return e.startOf("month").add(-1,"month")},endDate:function(e){return e.startOf("month").add(-1,"day").endOf("day")}},prevquarter:{label:"DateRange.lastQuarter",startDate:function(e){return e.startOf("quarter").add(-1,"quarter")},endDate:function(e){return e.startOf("quarter").add(-1,"day").endOf("day")}},thisyear:{label:"DateRange.thisYear",startDate:function(e){return e.startOf("year")},endDate:function(e){return e.endOf("year")}},prevyear:{label:"DateRange.lastYear",startDate:function(e){return e.startOf("year").add(-1,"year")},endDate:function(e){return e.endOf("year").add(-1,"year").endOf("day")}},lastYear:{label:"DateRange.lastYear",startDate:function(e){return e.startOf("year").add(-1,"year")},endDate:function(e){return e.endOf("year").add(-1,"year").endOf("day")}}},w=[{regexp:/^(\d+)hoursago$/,resolve:function(e,t,n){return{label:e("DateRange.hoursago",{hours:n}),startDate:function(e){return e.add(-n,"hours").startOf("hour")},endDate:function(e){return e.add(-1,"hours").endOf("hours")}}}},{regexp:/^(\d+)hourslater$/,resolve:function(e,t,n){return{label:e("DateRange.hourslater",{hours:n}),startDate:function(e){return e.startOf("hour")},endDate:function(e){return e.add(n,"hours").endOf("hour")}}}},{regexp:/^(\d+)daysago$/,resolve:function(e,t,n){return{label:e("DateRange.daysago",{days:n}),startDate:function(e){return e.add(-n,"days").startOf("day")},endDate:function(e){return e.add(-1,"days").endOf("day")}}}},{regexp:/^(\d+)dayslater$/,resolve:function(e,t,n){return{label:e("DateRange.dayslater",{days:n}),startDate:function(e){return e.startOf("day")},endDate:function(e){return e.add(n,"days").endOf("day")}}}},{regexp:/^(\d+)weeksago$/,resolve:function(e,t,n){return{label:e("DateRange.weeksago",{weeks:n}),startDate:function(e){return e.startOf("week").add(-n,"weeks")},endDate:function(e){return e.startOf("week").add(-1,"days").endOf("day")}}}},{regexp:/^(\d+)weekslater$/,resolve:function(e,t,n){return{label:e("DateRange.weekslater",{weeks:n}),startDate:function(e){return e.startOf("week")},endDate:function(e){return e.startOf("week").add(n,"weeks").endOf("day")}}}},{regexp:/^(\d+)monthsago$/,resolve:function(e,t,n){return{label:e("DateRange.monthsago",{months:n}),startDate:function(e){return e.startOf("months").add(-n,"months")},endDate:function(e){return e.startOf("month").add(-1,"days").endOf("day")}}}},{regexp:/^(\d+)monthslater$/,resolve:function(e,t,n){return{label:e("DateRange.monthslater",{months:n}),startDate:function(e){return e.startOf("month")},endDate:function(e){return e.startOf("month").add(n,"months").endOf("day")}}}},{regexp:/^(\d+)quartersago$/,resolve:function(e,t,n){return{label:e("DateRange.quartersago",{quarters:n}),startDate:function(e){return e.startOf("quarters").add(-n,"quarters")},endDate:function(e){return e.startOf("quarter").add(-1,"days").endOf("day")}}}},{regexp:/^(\d+)quarterslater$/,resolve:function(e,t,n){return{label:e("DateRange.quarterslater",{quarters:n}),startDate:function(e){return e.startOf("quarter")},endDate:function(e){return e.startOf("quarter").add(n,"quarters").endOf("day")}}}},{regexp:/^(\d+)yearsago$/,resolve:function(e,t,n){return{label:e("DateRange.yearsago",{years:n}),startDate:function(e){return e.startOf("years").add(-n,"years")},endDate:function(e){return e.startOf("year").add(-1,"days").endOf("day")}}}},{regexp:/^(\d+)yearslater$/,resolve:function(e,t,n){return{label:e("DateRange.yearslater",{years:n}),startDate:function(e){return e.startOf("year")},endDate:function(e){return e.startOf("year").add(n,"years").endOf("day")}}}}],_=function(e){function t(n){var r=e.call(this,n)||this;r.isFirstClick=!0,r.nextMonth=o()().add(1,"months").startOf("day"),r.currentMonth=o()().startOf("day"),r.startInputRef=a.createRef(),r.endInputRef=a.createRef(),r.separatorRef=a.createRef(),r.calendarRef=a.createRef(),r.open=r.open.bind(r),r.openStart=r.openStart.bind(r),r.openEnd=r.openEnd.bind(r),r.close=r.close.bind(r),r.startInputChange=r.startInputChange.bind(r),r.endInputChange=r.endInputChange.bind(r),r.handleDateChange=r.handleDateChange.bind(r),r.handleStartDateChange=r.handleStartDateChange.bind(r),r.handelEndDateChange=r.handelEndDateChange.bind(r),r.handleTimeStartChange=r.handleTimeStartChange.bind(r),r.handleTimeEndChange=r.handleTimeEndChange.bind(r),r.handleFocus=r.handleFocus.bind(r),r.handleBlur=r.handleBlur.bind(r),r.checkStartIsValidDate=r.checkStartIsValidDate.bind(r),r.checkEndIsValidDate=r.checkEndIsValidDate.bind(r),r.confirm=r.confirm.bind(r),r.clearValue=r.clearValue.bind(r),r.dom=a.createRef(),r.handleClick=r.handleClick.bind(r),r.handleKeyPress=r.handleKeyPress.bind(r),r.handlePopOverClick=r.handlePopOverClick.bind(r),r.renderDay=r.renderDay.bind(r),r.renderMonth=r.renderMonth.bind(r),r.renderQuarter=r.renderQuarter.bind(r),r.renderYear=r.renderYear.bind(r),r.handleMobileChange=r.handleMobileChange.bind(r),r.handleOutClick=r.handleOutClick.bind(r);var i=r.props,s=i.format,l=i.joinValues,u=i.delimiter,c=i.value,d=i.inputFormat,p=t.unFormatValue(c,s,l,u),h=p.startDate,f=p.endDate;return r.state={isOpened:!1,isFocused:!1,editState:"start",startDate:h,endDate:f,oldStartDate:h,oldEndDate:f,startInputValue:null==h?void 0:h.format(d),endInputValue:null==f?void 0:f.format(d),endDateOpenedFirst:!1},r}return(0,r.ZT)(t,e),t.formatValue=function(e,t,n,r,a){var i,s;return void 0===a&&(a=!1),e=[null===(i=a?o().utc(e.startDate):e.startDate)||void 0===i?void 0:i.format(t),null===(s=a?o().utc(e.endDate):e.endDate)||void 0===s?void 0:s.format(t)],n&&(e=e.join(r)),e},t.unFormatValue=function(e,t,n,r){if(!e)return{startDate:void 0,endDate:void 0};n&&"string"==typeof e&&(e=e.split(r));var a=o()(null==e?void 0:e[0],t),i=o()(null==e?void 0:e[1],t);return{startDate:e[0]&&a.isValid()?a:void 0,endDate:e[1]&&i.isValid()?i:void 0}},t.prototype.componentDidMount=function(){var e,t;document.body.addEventListener("click",this.handleOutClick,!0),null===(t=null===(e=this.props)||void 0===e?void 0:e.onRef)||void 0===t||t.call(e,this)},t.prototype.componentWillUnmount=function(){document.body.removeEventListener("click",this.handleOutClick,!0)},t.prototype.handleOutClick=function(e){e.target&&this.dom.current&&!this.dom.current.contains(e.target)&&this.calendarRef.current&&!this.calendarRef.current.contains(e.target)&&this.state.isOpened&&(e.preventDefault(),this.close())},t.prototype.componentDidUpdate=function(e){var n=this.props,r=n.value,a=n.format,i=n.joinValues,o=n.inputFormat,s=n.delimiter;if(e.value!==r){var l=t.unFormatValue(r,a,i,s),u=l.startDate,c=l.endDate;this.setState({startDate:u,endDate:c,startInputValue:u&&(null==u?void 0:u.isValid())?null==u?void 0:u.format(o):"",endInputValue:c&&(null==c?void 0:c.isValid())?null==c?void 0:c.format(o):""})}},t.prototype.focus=function(){this.dom.current&&!this.props.disabled&&this.dom.current.focus()},t.prototype.blur=function(){this.dom.current&&!this.props.disabled&&this.dom.current.blur()},t.prototype.handleFocus=function(e){this.setState({isFocused:!0});var t=this.props.onFocus;t&&t(e)},t.prototype.handleBlur=function(e){this.setState({isFocused:!1});var t=this.props.onBlur;t&&t(e)},t.prototype.open=function(){this.props.disabled||this.setState({isOpened:!0})},t.prototype.openStart=function(){this.props.disabled||this.setState({isOpened:!0,editState:"start"})},t.prototype.openEnd=function(){this.props.disabled||this.setState({isOpened:!0,editState:"end",endDateOpenedFirst:!0})},t.prototype.close=function(e){if(void 0===e&&(e=!1),e)this.setState({oldStartDate:this.state.startDate,oldEndDate:this.state.endDate});else{var n=this.props,r=n.value,a=n.format,i=n.joinValues,s=n.delimiter,l=n.inputFormat,u=t.unFormatValue(r,a,i,s),c=u.startDate,d=u.endDate;this.setState({startDate:c,endDate:d,oldStartDate:c,oldEndDate:d,startInputValue:c&&o()(c).isValid()?c.format(l):"",endInputValue:d&&o()(d).isValid()?d.format(l):""})}this.setState({isOpened:!1,editState:void 0,endDateOpenedFirst:!1},this.blur)},t.prototype.handleClick=function(){this.state.isOpened?this.close():this.open()},t.prototype.handlePopOverClick=function(e){e.stopPropagation(),e.preventDefault()},t.prototype.handleKeyPress=function(e){" "===e.key&&(this.handleClick(),e.preventDefault())},t.prototype.confirm=function(){var e=this.props,n=e.format,r=e.joinValues,a=e.delimiter,i=e.utc,o=this.state,s=o.startDate,l=o.endDate;(s||l)&&(l&&(null==s?void 0:s.isAfter(this.state.endDate))||(this.props.onChange(t.formatValue({startDate:s,endDate:l},n,r,a,i)),s&&!l?this.setState({editState:"end",endDateOpenedFirst:!1}):this.close(!0)))},t.prototype.filterDate=function(e,t,n,r){void 0===r&&(r="start");var a=e.clone();return t?"string"==typeof n&&/ss/.test(n)?a["start"===r?"startOf":"endOf"]("second"):"string"==typeof n&&/mm/.test(n)?a["start"===r?"startOf":"endOf"]("minute"):"string"==typeof n&&/HH/i.test(n)?a["start"===r?"startOf":"endOf"]("hour"):"string"==typeof n&&/Q/i.test(n)?a["start"===r?"startOf":"endOf"]("quarter"):a["start"===r?"startOf":"endOf"]("day"):a["start"===r?"startOf":"endOf"]("day")},t.prototype.handleDateChange=function(e){var t=this.state.editState;"start"===t?this.handleStartDateChange(e):"end"===t&&this.handelEndDateChange(e)},t.prototype.handleStartDateChange=function(e){var t=this.props,n=t.timeFormat,r=t.minDate,a=t.inputFormat,i=t.type,o=this.state,s=o.startDate,l=o.endDateOpenedFirst;r&&e.isBefore(r)&&(e=r);var u=this.filterDate(e,s||r,n,"start"),c={startDate:u,startInputValue:u.format(a)};l||"input-date-range"!==i&&"input-year-range"!==i&&"input-quarter-range"!==i&&"input-month-range"!==i||(c.editState="end"),this.setState(c)},t.prototype.handelEndDateChange=function(e){var t=this,n=this.props,r=n.embed,a=n.timeFormat,i=n.inputFormat,o=n.type,s=this.state;s.startDate;var l=s.endDate,u=s.endDateOpenedFirst;e=this.getEndDateByDuration(e);var c=u?"start":"end",d=this.filterDate(e,l,a,"end");this.setState({endDate:d,endInputValue:d.format(i)},(function(){r&&t.confirm()})),"input-datetime-range"!==o&&this.setState({editState:c})},t.prototype.startInputChange=function(e){var t=this.props,n=t.onChange,r=t.inputFormat;t.format,t.utc;var a=e.currentTarget.value;if(this.setState({startInputValue:a}),""===a)n("");else{var i=this.getStartDateByDuration(o()(a,r));this.setState({startDate:i})}},t.prototype.endInputChange=function(e){var t=this.props,n=t.onChange,r=t.inputFormat;t.format,t.utc;var a=e.currentTarget.value;if(this.setState({endInputValue:a}),""===a)n("");else{var i=this.getEndDateByDuration(o()(a,r));this.setState({endDate:i})}},t.prototype.getEndDateByDuration=function(e){var t=this.props,n=t.minDuration,r=t.maxDuration,a=t.type,i=this.state,o=i.startDate;return i.endDate,i.editState,o?("input-time-range"===a&&o&&e.set({year:o.year(),month:o.month(),date:o.date()}),n&&e.isBefore(o.clone().add(n))&&(e=o.clone().add(n)),r&&e.isAfter(o.clone().add(r))&&(e=o.clone().add(r)),e):e},t.prototype.getStartDateByDuration=function(e){var t=this.props,n=t.minDuration,r=t.maxDuration,a=t.type,i=this.state,o=i.endDate;return i.editState,o?("input-time-range"===a&&o&&e.set({year:o.year(),month:o.month(),date:o.date()}),n&&e.isBefore(o.clone().subtract(n))&&(e=o.clone().subtract(n)),r&&e.isAfter(o.clone().subtract(r))&&(e=o.clone().subtract(r)),e):e},t.prototype.handleTimeStartChange=function(e){var t=this,n=this.props,r=n.embed;n.timeFormat;var a=n.inputFormat;n.minDuration,n.maxDuration;var i=n.minDate,o=this.state;o.startDate;var s=o.endDate;s&&e.set({year:s.year(),month:s.month(),date:s.date()}),i&&e&&e.isBefore(i,"second")&&(e=i),this.setState({startDate:e,startInputValue:e.format(a)},(function(){r&&t.confirm()}))},t.prototype.handleTimeEndChange=function(e){var t=this,n=this.props,r=n.embed;n.timeFormat;var a=n.inputFormat,i=n.minDuration,o=n.maxDuration,s=n.maxDate,l=this.state,u=l.startDate;l.endDate,u&&e.set({year:u.year(),month:u.month(),date:u.date()}),s&&e&&e.isAfter(s,"second")&&(e=s),u&&i&&e.isBefore(u.clone().add(i))&&(e=u.clone().add(i)),u&&o&&e.isAfter(u.clone().add(o))&&(e=u.clone().add(o)),this.setState({endDate:e,endInputValue:e.format(a)},(function(){r&&t.confirm()}))},t.prototype.handleMobileChange=function(e,t){this.setState({startDate:e.startDate,endDate:e.endDate},t)},t.prototype.selectRannge=function(e){var t=this.props,n=t.closeOnSelect,r=t.minDate,a=t.maxDate,i=o()();this.setState({startDate:r&&r.isValid()?o().max(e.startDate(i.clone()),r):e.startDate(i.clone()),endDate:a&&a.isValid()?o().min(a,e.endDate(i.clone())):e.endDate(i.clone())},n?this.confirm:h.ZTd)},t.prototype.renderRanges=function(e){var t=this;if(!e)return null;var n,i=this.props.classPrefix;n="string"==typeof e?e.split(","):e;var o=this.props.translate;return a.createElement("ul",{className:"".concat(i,"DateRangePicker-rangers")},n.map((function(e){if(!e)return null;var n={};if("string"==typeof e)if(b[e])(n=b[e]).key=e;else for(var s=0,l=w.length;s-1,j=this.state,I=j.isOpened,Y=j.isFocused,V=j.startDate,H=j.endDate,Z=this.props.translate,B=a.createElement(v.Z,{timeFormat:S,inputFormat:y,startDate:V,endDate:H,minDate:x,maxDate:T,minDuration:M,maxDuration:O,dateFormat:N,embed:_,viewMode:A,close:this.close,confirm:this.confirm,onChange:this.handleMobileChange,footerExtra:this.renderRanges(L),showViewMode:"quarters"===A||"months"===A?"years":"months"});if(_)return a.createElement("div",{className:s("".concat(o,"DateRangeCalendar"),{"is-disabled":w},r)},R?B:this.renderCalendar());var z=a.createElement("div",{className:"".concat(o,"CalendarMobile-title")},P&&"string"==typeof P?P:Z("Calendar.datepicker")),W=!1!==F;return a.createElement("div",{tabIndex:0,onKeyPress:this.handleKeyPress,onFocus:this.handleFocus,onBlur:this.handleBlur,className:s("".concat(o,"DateRangePicker"),(e={"is-disabled":w,"is-focused":Y},e["".concat(o,"DateRangePicker--border").concat((0,h.zfV)(E))]=E,e["is-mobile"]=k&&(0,h.tqC)(),e),r),ref:this.dom},a.createElement(g.Z,{className:s("DateRangePicker-input",{isActive:!W&&"start"===this.state.editState&&I}),onChange:this.startInputChange,onClick:this.openStart,ref:this.startInputRef,placeholder:Z(u),autoComplete:"off",value:this.state.startInputValue||"",disabled:w}),a.createElement("span",{className:s("DateRangePicker-input-separator"),ref:this.separatorRef},a.createElement("span",{className:s("DateRangePicker-input-separator-line")})),a.createElement(g.Z,{className:s("DateRangePicker-input",{isActive:!W&&"end"===this.state.editState&&I}),onChange:this.endInputChange,onClick:this.openEnd,ref:this.endInputRef,placeholder:Z(c),autoComplete:"off",value:this.state.endInputValue||"",disabled:w}),W?this.renderActiveCursor():null,b&&!w&&l?a.createElement("a",{className:"".concat(o,"DateRangePicker-clear"),onClick:this.clearValue},a.createElement(p.JO,{icon:"input-clear",className:"icon"})):null,a.createElement("a",{className:s("DateRangePicker-toggler")},a.createElement(p.JO,{icon:"time"===A?"clock":"date",className:"icon",iconContent:"time"===A?"DatePicker-toggler-clock":"DatePicker-toggler-date"})),I?k&&(0,h.tqC)()?a.createElement(m.Z,{isShow:I,container:f,className:s("".concat(o,"CalendarMobile-pop"),"".concat(o,"CalendarMobile-pop--").concat(A)),onHide:this.close,header:z},R?B:this.renderCalendar()):a.createElement(h.aVW,{target:function(){return t.dom.current},onHide:this.close,container:f||function(){return(0,d.findDOMNode)(t)},rootClose:!1,placement:C,show:!0},a.createElement(h.v$m,{classPrefix:o,className:s("".concat(o,"DateRangePicker-popover"),i),onHide:this.close,onClick:this.handlePopOverClick},this.renderCalendar())):null)},t.defaultProps={startPlaceholder:"Calendar.startPick",endPlaceholder:"Calendar.endPick",format:"X",inputFormat:"YYYY-MM-DD",joinValues:!0,clearable:!0,delimiter:",",ranges:"yesterday,7daysago,prevweek,thismonth,prevmonth,prevquarter",resetValue:"",closeOnSelect:!0,overlayPlacement:"auto",endDateOpenedFirst:!1},t}(a.Component),C=(0,h.YYN)((0,h.eAU)(_))},42810:function(e,t,n){"use strict";n.d(t,{Z:function(){return l}});var r=n(67294),a=n(61193),i=n.n(a),o=n(34594),s=function(e){var t=e.className,n=e.classnames,a=e.children,o=e.axis,s=e.position,l=e.defaultPosition,u=e.bounds,c=e.grid,d=e.handle,p=e.cancel,h=e.draggable,f=e.scale,m=e.enableUserSelect,v=e.nodeRef,g=e.onDrag,y=e.onStart,b=e.onStop;return r.createElement(i(),{axis:o,position:s,defaultPosition:l,bounds:u,grid:c,handle:d,cancel:p,disabled:!h,scale:f,enableUserSelectHack:!m,nodeRef:v,defaultClassName:n(t),defaultClassNameDragging:n("DndContainer--dragging"),defaultClassNameDragged:n("DndContainer--dragged"),onStart:y,onDrag:g,onStop:b},a)};s.defaultProps={axis:"both",scale:1,enableUserSelect:!1};var l=(0,o.eAU)((0,o.YYN)(s))},14850:function(e,t,n){"use strict";n.d(t,{Z:function(){return m}});var r,a=n(70655),i=n(67294),o=n(20660),s=n(52690),l=n(95483),u=n(94184),c=n.n(u),d=n(71816),p=n(34594),h=((r={})[o.d0]="in",r[o.cn]="in",r),f=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.isRootClosed=!1,t.resizer=i.createRef(),t.resizeCoord=0,t.contentRef=function(e){return t.contentDom=e},t.handleEnter=function(){if(document.body.classList.add("is-modalOpened"),window.innerWidth-document.documentElement.clientWidth>0||document.body.scrollHeight>document.body.clientHeight){var e=(0,p.npq)();e&&(document.body.style.width="calc(100% - ".concat(e,"px)"))}},t.handleEntered=function(){var e=t.props.onEntered;e&&e()},t.handleExited=function(){var e,n,r=t.props.onExited;document.activeElement&&(null===(n=null===(e=document.activeElement)||void 0===e?void 0:e.blur)||void 0===n||n.call(e)),r&&r(),setTimeout((function(){document.querySelector(".amis-dialog-widget")||(document.body.classList.remove("is-modalOpened"),document.body.style.width="")}),200)},t.modalRef=function(e){t.modalDom=e,e?((0,d.Y_)(t),e.classList.add("".concat(t.props.classPrefix,"Modal--").concat((0,d.Vk)(),"th"))):(0,d.a_)(t)},t}return(0,a.ZT)(t,e),t.prototype.componentDidMount=function(){this.props.show&&this.handleEntered(),document.body.addEventListener("click",this.handleRootClickCapture,!0),document.body.addEventListener("click",this.handleRootClick)},t.prototype.componentDidUpdate=function(e){var t=this;"undefined"!=typeof jest&&e.show!==this.props.show&&this.props.show&&setTimeout((function(){t.handleEntered()}),300)},t.prototype.componentWillUnmount=function(){this.props.show&&this.handleExited(),document.body.removeEventListener("click",this.handleRootClick),document.body.removeEventListener("click",this.handleRootClickCapture,!0)},t.prototype.handleRootClickCapture=function(e){var t=e.target,n=this.props,r=n.closeOnOutside,a=n.classPrefix,i=1===e.button&&null!==window.event||0===e.button;this.isRootClosed=!!(i&&r&&t&&this.modalDom&&(!this.modalDom.contains(t)&&!t.closest("[role=dialog]")||t.matches(".".concat(a,"Drawer-overlay"))&&t.parentElement===this.modalDom))},t.prototype.handleRootClick=function(e){var t=this.props.onHide;this.isRootClosed&&!e.defaultPrevented&&t(e)},t.prototype.getDrawerStyle=function(){var e=this.props,t=e.width,n=e.height,r=e.position,a={};return"left"!==r&&"right"!==r||void 0===t?"top"!==r&&"bottom"!==r||void 0===n||(a.height=n):a.width=t,a},t.prototype.resizeMouseDown=function(e){var t=this.props,n=t.position;t.classPrefix;var r=this.contentDom,a=this.resizer.current,i=getComputedStyle(r).width,o=getComputedStyle(r).height;this.resizeCoord="left"===n&&e.clientX-a.offsetWidth-parseInt(i.substring(0,i.length-2))||"right"===n&&document.body.offsetWidth-e.clientX-a.offsetWidth-parseInt(i.substring(0,i.length-2))||"top"===n&&e.clientY-a.offsetHeight-parseInt(o.substring(0,o.length-2))||"bottom"===n&&document.body.offsetHeight-e.clientY-a.offsetHeight-parseInt(o.substring(0,o.length-2))||0,document.body.addEventListener("mousemove",this.bindResize),document.body.addEventListener("mouseup",this.removeResize)},t.prototype.bindResize=function(e){var t=this.props.position,n="calc(100% - 50px)",r=this.contentDom.style,a="left"===t&&e.clientX||"right"===t&&document.body.offsetWidth-e.clientX||"top"===t&&e.clientY||"bottom"===t&&document.body.offsetHeight-e.clientY||0;a=a-this.resizeCoord+"px","left"!==t&&"right"!==t||(r.maxWidth=n,r.width=a),"top"!==t&&"bottom"!==t||(r.maxHeight=n,r.height=a)},t.prototype.removeResize=function(){document.body.removeEventListener("mousemove",this.bindResize),document.body.removeEventListener("mouseup",this.removeResize)},t.prototype.renderResizeCtrl=function(){var e=this.props.classnames;return i.createElement("div",{className:e("Drawer-resizeCtrl"),ref:this.resizer,onMouseDown:this.resizeMouseDown},i.createElement("div",{className:e("Drawer-resizeIcon")},"···"))},t.prototype.render=function(){var e=this,t=this.props,n=t.classPrefix,r=t.className,a=t.children,u=t.container,d=t.show,p=t.showCloseButton,f=t.position,m=t.size,v=t.onHide,g=t.disabled,y=t.overlay,b=t.bodyClassName,w=t.resizable,_=this.getDrawerStyle();return i.createElement(s.Z,{container:u},i.createElement(o.ZP,{mountOnEnter:!0,unmountOnExit:!0,appear:!0,in:d,timeout:500,onEnter:this.handleEnter,onExited:this.handleExited,onEntered:this.handleEntered},(function(t){var s;return t===o.d0&&e.contentDom.offsetWidth,i.createElement("div",{ref:e.modalRef,role:"dialog",className:c()("amis-dialog-widget ".concat(n,"Drawer"),(s={},s["".concat(n,"Drawer--").concat(f)]=f,s["".concat(n,"Drawer--").concat(m)]=m,s["".concat(n,"Drawer--noOverlay")]=!y,s),r)},y?i.createElement("div",{className:c()("".concat(n,"Drawer-overlay"),h[t])}):null,i.createElement("div",{ref:e.contentRef,style:_,className:c()("".concat(n,"Drawer-content"),b,h[t])},d&&p?i.createElement("a",{onClick:g?void 0:v,className:"".concat(n,"Drawer-close")},i.createElement(l.JO,{icon:"close",className:"icon"})):null,t===o.Wj?null:a,w?e.renderResizeCtrl():null))})))},t.defaultProps={container:document.body,position:"left",size:"md",showCloseButton:!0,overlay:!0},(0,a.gn)([p.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[MouseEvent]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleRootClickCapture",null),(0,a.gn)([p.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[MouseEvent]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleRootClick",null),(0,a.gn)([p.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[Object]),(0,a.w6)("design:returntype",void 0)],t.prototype,"resizeMouseDown",null),(0,a.gn)([p.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[Object]),(0,a.w6)("design:returntype",void 0)],t.prototype,"bindResize",null),(0,a.gn)([p.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[]),(0,a.w6)("design:returntype",void 0)],t.prototype,"removeResize",null),t}(i.Component),m=(0,p.YYN)(f)},96838:function(e,t,n){"use strict";n.r(t),n.d(t,{Editor:function(){return l},default:function(){return u},monacoFactory:function(){return s}});var r=n(70655),a=n(67294),i=n(34594),o=n(95483);function s(e,t,n){return t.editor.create(e,(0,r.pi)({autoIndent:!0,formatOnType:!0,formatOnPaste:!0,selectOnLineNumbers:!0,scrollBeyondLastLine:!1,folding:!0,minimap:{enabled:!1},scrollbar:{alwaysConsumeMouseWheel:!1},"bracketPairColorization.enabled":!0},n))}window.MonacoEnvironment||(window.MonacoEnvironment={getWorkerUrl:function(e,t){var n="/pkg/editor.worker.js";return"json"===t?n="/pkg/json.worker.js":"css"===t?n="/pkg/css.worker.js":"html"===t?n="/pkg/html.worker.js":"typescript"!==t&&"javascript"!==t||(n="/pkg/ts.worker.js"),/^https?/.test(n)?"data:text/javascript;charset=utf-8,".concat(encodeURIComponent("\n importScripts('".concat(n,"');")),"\n "):n}});var l=function(e){function t(t){var n=e.call(this,t)||this;return n.state={isFullscreen:!1,innerWidth:"auto",innerHeight:"auto"},n.disposes=[],n.wrapperRef=n.wrapperRef.bind(n),n.currentValue=t.value,n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t,n;if(this.props.value!==this.currentValue&&this.editor&&!this.props.isDiffEditor){var r=String(this.props.value);if("json"===this.props.language)try{r=JSON.stringify(JSON.parse(r),null,2)}catch(e){}this.preventTriggerChangeEvent=!0;var a=this.editor.getModifiedEditor?this.editor.getModifiedEditor():this.editor,i=a.getModel();a.pushUndoStop(),i.pushEditOperations([],[{range:i.getFullModelRange(),text:r}]),a.pushUndoStop(),this.preventTriggerChangeEvent=!1}this.props.options.readOnly!==e.options.readOnly&&this.editor&&(null===(n=(t=this.editor).updateOptions)||void 0===n||n.call(t,this.props.options))},t.prototype.componentWillUnmount=function(){var e;if(this.editor){var t=(this.props.context||window).monaco||window.monaco,n=this.props.editorWillUnmount;n&&n(this.editor,t)}this.disposes.forEach((function(e){return(0,e.dispose)()})),this.disposes=[],null===(e=this.editor)||void 0===e||e.dispose()},t.prototype.wrapperRef=function(e){if(this.container=e,e)this.loadMonaco();else try{this.disposes.forEach((function(e){return(0,e.dispose)()})),this.disposes=[],this.editor&&(this.editor.getModel().dispose(),this.editor.dispose()),this.editor=null}catch(e){}},t.prototype.loadMonaco=function(){var e=this;n.e(1813).then(n.bind(n,31813)).then((function(t){return e.initMonaco(t)}))},t.prototype.initMonaco=function(e){var t,n,a=null!==this.props.value?this.props.value:this.props.defaultValue,i=this.props,o=i.language,l=i.editorTheme,u=i.options,c=i.editorFactory,d=this.container;if(d){if(this.editorWillMount(e),"json"===this.props.language)try{a=JSON.stringify("string"==typeof a?JSON.parse(a):a,null,2)}catch(e){}var p=c||s;this.editor=p(d,e,(0,r.pi)((0,r.pi)({},u),{automaticLayout:!0,value:a,language:o,editorTheme:l,theme:l})),null===(t=e.languages.json)||void 0===t||t.jsonDefaults.setDiagnosticsOptions((0,r.pi)({enableSchemaRequest:!0,validate:!0,allowComments:!0},null===(n=e.languages.json)||void 0===n?void 0:n.jsonDefaults.diagnosticsOptions)),this.editorDidMount(this.editor,e)}},t.prototype.editorWillMount=function(e){var t=this.props.editorWillMount;t&&t(e)},t.prototype.editorDidMount=function(e,t){var n,r,a,i=this,o=this.props,s=o.editorDidMount,l=o.onChange,u=o.onFocus,c=o.onBlur;s&&s(e,t),e.onDidChangeModelContent&&this.disposes.push(e.onDidChangeModelContent((function(t){var n=e.getValue();i.currentValue=n,!i.preventTriggerChangeEvent&&l&&l(n,t)}))),u&&e.onDidFocusEditorWidget&&this.disposes.push(e.onDidFocusEditorWidget(u)),c&&e.onDidBlurEditorWidget&&this.disposes.push(e.onDidBlurEditorWidget(c));var d=null!==(a=null===(r=null===(n=null==this?void 0:this.editor)||void 0===n?void 0:n._configuration)||void 0===r?void 0:r._elementSizeObserver)&&void 0!==a?a:{},p=d.width,h=void 0===p?"auto":p,f=d.height,m=void 0===f?"auto":f;this.setState({innerHeight:m,innerWidth:h})},t.prototype.handleFullscreenModeChange=function(){var e=this;this.setState({isFullscreen:!this.state.isFullscreen},(function(){return!e.state.isFullscreen&&e.editor.layout({width:e.state.innerWidth,height:e.state.innerHeight})}))},t.prototype.render=function(){var e=this.props,t=e.className,n=e.width,i=e.height,s=e.translate,l=e.placeholder,u=e.classnames,c=e.value,d=(0,r.pi)({},this.props.style||{});return d.width=n,d.height=i,a.createElement("div",{className:u("MonacoEditor",{"is-fullscreen":this.state.isFullscreen},t),style:d,ref:this.wrapperRef},this.editor&&l&&!c?a.createElement("span",{className:u("MonacoEditor-placeholder")},l):null,this.editor&&this.props.allowFullscreen?a.createElement("div",{className:u("MonacoEditor-header")},a.createElement("a",{className:u("Modal-close","MonacoEditor-fullscreen"),"data-tooltip":this.state.isFullscreen?s("Editor.exitFullscreen"):s("Editor.fullscreen"),"data-position":"left",onClick:this.handleFullscreenModeChange},a.createElement(o.JO,{icon:this.state.isFullscreen?"compress-alt":"expand-alt",className:"icon"}))):null)},t.defaultProps={language:"javascript",editorTheme:"vs",width:"100%",height:"100%",allowFullscreen:!1,options:{}},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleFullscreenModeChange",null),t}(a.Component),u=(0,i.YYN)((0,i.eAU)(l))},29463:function(e,t,n){"use strict";n.d(t,{Z:function(){return d}});var r=n(70655),a=n(67294),i=n(34594),o=n(65710),s=n(26831),l=n(23279),u=n.n(l),c=(0,i.YYN)((0,i.eAU)((function(e){var t,n,l=e.classnames,c=e.className,d=e.autoSubmit,p=e.value,h=e.onChange,f=(0,o.cI)({defaultValues:null!==(t=e.value)&&void 0!==t?t:e.defaultValue,resolver:(0,s.J)(e.translate,e.onValidate)}),m=a.useRef(f.handleSubmit(e.onSubmit||i.ZTd));return d&&(m=a.useRef(u()(f.handleSubmit(e.onSubmit||i.ZTd),250,{leading:!1,trailing:!0})),a.useEffect((function(){var e=f.watch(m.current);return function(){var t,n;e.unsubscribe(),null===(n=null===(t=m.current)||void 0===t?void 0:t.cancel)||void 0===n||n.call(t)}}),[])),a.useEffect((function(){p&&(0,i.RjM)(p,f.getValues())&&Object.keys(p).forEach((function(e){f.setValue(e,p[e])}))}),[p]),h&&a.useEffect((function(){var e=f.watch((function(e){h(e)}));return function(){return e.unsubscribe()}}),[h]),a.useEffect((function(){return e.forwardRef&&(e.forwardRef.current={submit:function(){return new Promise((function(t){f.handleSubmit((function(n){var r;null===(r=e.onSubmit)||void 0===r||r.call(e,n),t(n)}),(function(e){var n;return t((null===(n=e.customValidate)||void 0===n?void 0:n.message)||!1)}))()}))}}),function(){e.forwardRef&&(e.forwardRef.current=void 0)}})),a.createElement(o.RV,(0,r.pi)({},f),a.createElement("form",{className:l("Form",c),onSubmit:m.current,noValidate:!0},a.createElement("input",{type:"submit",style:{display:"none"}}),null===(n=e.children)||void 0===n?void 0:n.call(e,(0,r.pi)((0,r.pi)({},f),{onSubmit:m.current}))))}))),d=a.forwardRef((function(e,t){return a.createElement(c,(0,r.pi)({},e,{forwardRef:t}))}))},37601:function(e,t,n){"use strict";n.d(t,{Q:function(){return l},Z:function(){return s}});var r=n(70655),a=n(67294),i=n(34594),o=n(65710),s=(0,i.YYN)((0,i.eAU)((function(e){var t,n,r,i,o=e.mode,s=e.children,l=e.classnames,u=e.className;e.style;var c=e.hasError,d=e.isRequired,p=e.label,h=e.labelAlign,f=e.labelClassName,m=e.description,v=Array.isArray(e.errors)?e.errors:e.errors?[e.errors]:[];if("horizontal"===o){var g=e.horizontal||{leftFixed:!0};return a.createElement("div",{"data-role":"form-item",className:l("Form-item Form-item--horizontal",u,(t={"is-error":c},t["is-required"]=d,t["Form-item--horizontal-justify"]=g.justify,t))},!1!==p?a.createElement("label",{className:l("Form-label",(n={},n["Form-itemColumn--".concat("string"==typeof g.leftFixed?g.leftFixed:"normal")]=g.leftFixed,n["Form-itemColumn--".concat(g.left)]=!g.leftFixed,n["Form-label--left"]="left"===h,n),f)},a.createElement("span",null,p,d&&p?a.createElement("span",{className:l("Form-star")},"*"):null)):null,a.createElement("div",{className:l("Form-value",(r={},r["Form-itemColumn--".concat(g.right)]=!g.leftFixed&&!!g.right&&g.right!==12-g.left,r))},s,c&&v.length?a.createElement("ul",{className:l("Form-feedback")},v.map((function(e,t){return a.createElement("li",{key:t},e)}))):null,m?a.createElement("div",{className:l("Form-description")},m):null))}return a.createElement("div",{"data-role":"form-item",className:l("Form-item Form-item--normal",u,(i={"is-error":c},i["is-required"]=d,i))},p?a.createElement("label",{className:l("Form-label",f)},a.createElement("span",null,p,d&&p?a.createElement("span",{className:l("Form-star")},"*"):null)):null,s,c&&v.length?a.createElement("ul",{className:l("Form-feedback")},v.map((function(e,t){return a.createElement("li",{key:t},e)}))):null,m?a.createElement("div",{className:l("Form-description")},m):null)})));function l(e){var t=e.render,n=e.name,i=e.shouldUnregister,l=e.defaultValue,u=e.control,c=e.wrap,d=(0,r._T)(e,["render","name","shouldUnregister","defaultValue","control","wrap"]),p=(0,r.pi)({},e.rules);return d.isRequired&&(p.required=!0),a.createElement(o.Qr,{name:n||"",rules:p,shouldUnregister:i,defaultValue:l,control:u,render:function(e){var n;return!1===c?t(e):a.createElement(s,(0,r.pi)({},d,{hasError:!!e.fieldState.error,errors:null===(n=e.fieldState.error)||void 0===n?void 0:n.message}),t(e))}})}},23499:function(e,t,n){"use strict";n.d(t,{N:function(){return s},Z:function(){return l}});var r=n(70655),a=n(67294),i=n(50819);function o(e){if(null!=e)return e=String(e),/^\d+(\.\d+)?$/.test(e)?"".concat(e,"px"):e}var s=function(e){var t,n=e.children,s=e.classnames,l=e.className,u=e.style,c=(0,r._T)(e,["children","classnames","className","style"]),d=c.index,p=void 0===d?0:d,h=c.parent;if(!h)return null;var f,m=(0,a.useMemo)((function(){var e=h.square,t=h.gutter,n=h.columnNum,a=void 0===n?4:n,i="".concat(100/+a,"%"),s=(0,r.pi)((0,r.pi)({},u),{flexBasis:i});if(e)s.paddingTop=i;else if(t){var l=o(t);s.paddingRight=l,p>=a&&(s.marginTop=l)}return s}),[h.style,h.gutter,h.columnNum]),v=(0,a.useMemo)((function(){var e=h.square,t=h.gutter;if(e&&t){var n=o(t);return(0,r.pi)((0,r.pi)({},c.contentStyle),{right:n,bottom:n,height:"auto"})}return c.contentStyle}),[h.gutter,h.columnNum,c.contentStyle]),g=h.center,y=h.border,b=h.square,w=h.gutter,_=h.reverse,C=h.direction,E="GridNavItem-content",k=s("".concat(E," ").concat(c.contentClassName||""),((t={})["".concat(E,"--").concat(C)]=!!C,t["".concat(E,"--center")]=g,t["".concat(E,"--square")]=b,t["".concat(E,"--reverse")]=_,t["".concat(E,"--clickable")]=!!c.onClick,t["".concat(E,"--surround")]=y&&w,t["".concat(E,"--border u-hairline")]=y,t));return a.createElement("div",{className:s(l,{"GridNavItem--square":b}),style:m},a.createElement("div",{role:c.onClick?"button":void 0,className:k,style:v,onClick:c.onClick},n||a.createElement(a.Fragment,null,(f=h.iconRatio||60,"string"==typeof c.icon?c.badge?a.createElement(i.C,(0,r.pi)({},c.badge),a.createElement("div",{className:s("GridNavItem-image")},a.createElement("img",{src:c.icon,style:{width:f+"%"}}))):a.createElement("div",{className:s("GridNavItem-image")},a.createElement("img",{src:c.icon,style:{width:f+"%"}})):a.isValidElement(c.icon)?a.createElement(i.C,(0,r.pi)({},c.badge),c.icon):null),a.isValidElement(c.text)?c.text:c.text?a.createElement("span",{className:s("GridNavItem-text")},c.text):null)))},l=function(e){var t=e.children,n=e.className,i=e.classnames,s=e.itemClassName,l=e.style,u=(0,r._T)(e,["children","className","classnames","itemClassName","style"]);return a.createElement("div",{style:(0,r.pi)({paddingLeft:o(u.gutter)},l),className:i("GridNav ".concat(n||""),{"GridNav-top u-hairline":u.border&&!u.gutter})},a.Children.toArray(t).filter(Boolean).map((function(e,t){return a.cloneElement(e,{index:t,parent:u,className:s,classnames:i})})))};l.defaultProps={direction:"vertical",center:!0,border:!0,columnNum:4}},41649:function(e,t,n){"use strict";n.d(t,{Z:function(){return d}});var r=n(70655),a=n(67294),i=n(34594),o=n(87271),s=n(10156),l=n(91680),u=n(54175),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.renderOption=function(e,t,n,r){var i=this;void 0===n&&(n="".concat(t)),void 0===r&&(r={});var o=this.props,s=o.disabled,l=o.classnames,u=o.itemRender,c=o.multiple,d=o.labelField,p=void 0===d?"label":d;return Array.isArray(e.children)?e[p]?a.createElement("div",{key:t,className:l("GroupedSelection-group",e.className)},a.createElement("div",{className:l("GroupedSelection-itemLabel")},u(e,{index:t,multiple:c,checked:!1,onChange:function(){},disabled:s||e.disabled,labelField:p})),a.createElement("div",{className:l("GroupedSelection-items",e.className)},e.children.map((function(e,t){return i.renderOption(e,t)})))):a.createElement(a.Fragment,null,e.children.map((function(e,t){return i.renderOption(e,t)}))):this.renderPureOption(e,t,n,r)},t.prototype.renderOptionOrLabel=function(e,t,n,r){void 0===n&&(n=!1),void 0===r&&(r={});var i=this.props,o=i.disabled,s=i.classnames,l=i.itemRender,u=i.multiple,c=i.labelField;return e.children?a.createElement("div",{key:t,style:r,className:s("GroupedSelection-group",e.className)},a.createElement("div",{className:s("GroupedSelection-itemLabel")},l(e,{index:t,multiple:u,checked:!1,onChange:function(){},disabled:o||e.disabled,labelField:c}))):n?a.createElement("div",{key:"group"+t,style:r,className:s("GroupedSelection-group",e.className)},a.createElement("div",{className:s("GroupedSelection-items",e.className)},this.renderPureOption(e,t))):this.renderPureOption(e,t,void 0,r)},t.prototype.renderPureOption=function(e,t,n,r){var i=this;void 0===r&&(r={});var o=this.props,l=o.labelClassName,u=o.disabled,c=o.classnames,d=o.itemClassName,p=o.itemRender,h=o.multiple,f=o.labelField,m=this.valueArray;return a.createElement("div",{key:t,style:r,className:c("GroupedSelection-item",d,e.className,u||e.disabled?"is-disabled":"",~m.indexOf(e)?"is-active":""),onClick:function(){return i.toggleOption(e)}},h?a.createElement(s.Z,{size:"sm",checked:!!~m.indexOf(e),disabled:u||e.disabled,labelClassName:l,description:e.description}):null,a.createElement("div",{className:c("GroupedSelection-itemLabel")},p(e,{index:t,multiple:h,checked:!!~m.indexOf(e),onChange:function(){return i.toggleOption(e)},disabled:u||e.disabled,labelField:f})))},t.prototype.renderCheckAll=function(){var e=this.props,t=e.multiple,n=e.checkAll,r=e.checkAllLabel,i=e.classnames,o=e.translate,l=e.labelClassName,u=e.itemClassName;if(!t||!n)return null;var c=this.getAvailableOptions(),d=this.valueArray,p=c.every((function(e){return d.indexOf(e)>-1})),h=c.some((function(e){return d.indexOf(e)>-1}));return a.createElement("div",{className:i("GroupedSelection-item",u),onClick:this.toggleAll},a.createElement(s.Z,{checked:h,partial:h&&!p,size:"sm",labelClassName:l}),a.createElement("div",{className:i("GroupedSelection-itemLabel")},o(r)))},t.prototype.render=function(){var e,t=this,n=this.props,s=n.value,c=n.options,d=n.className,p=n.placeholder,h=n.classnames,f=n.option2value,m=n.onClick,v=n.placeholderRender,g=n.virtualThreshold,y=void 0===g?1e3:g,b=n.itemHeight,w=void 0===b?32:b,_=n.virtualListHeight,C=this.props.translate;this.valueArray=o.PA.value2array(s,c,f);var E=null;if(Array.isArray(c)&&c.length){var k=(0,i.fKU)(c,(function(e,t,n){return{option:e,hasParent:n>1}}));E=k.length>y?a.createElement(u.Z,{minHeight:_},(function(e){var n=e.height;return a.createElement(l.ZP,{height:n,itemCount:k.length,itemSize:w,prefix:t.renderCheckAll(),renderItem:function(e){var n=e.index,a=e.style,i=k[n]||{},o=i.option,s=i.hasParent;return o?t.renderOptionOrLabel(o,n,s,(0,r.pi)((0,r.pi)({},a),{width:"100%"})):null}})})):a.createElement(a.Fragment,null,this.renderCheckAll(),c.map((function(e,n){return t.renderOption(e,n)})))}return a.createElement("div",{className:h("GroupedSelection",d),onClick:m},E||a.createElement("div",{className:h("GroupedSelection-placeholder")},null!==(e=null==v?void 0:v(this.props))&&void 0!==e?e:C(p)))},t}(o.PA),d=(0,i.YYN)((0,i.eAU)((0,i.nmi)(c,{value:"onChange"})))},61709:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});var r=n(70655),a=n(67294),i=n(34594),o=function(e){function t(t){var n=e.call(this,t)||this;return n.htmlRef=n.htmlRef.bind(n),n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){this.props.html!==e.html&&this._render()},t.prototype.htmlRef=function(e){this.dom=e,e&&this._render()},t.prototype._render=function(){var e=this.props.html;e&&(this.dom.innerHTML=e)},t.prototype.render=function(){var e=this.props,t=e.className,n=e.wrapperComponent,r=e.inline;e.classPrefix;var i=e.classnames,o=n||(r?"span":"div");return a.createElement(o,{ref:this.htmlRef,className:i("Html",t)})},t.defaultProps={inline:!0},t}(a.Component),s=(0,i.YYN)(o)},68008:function(e,t,n){"use strict";n.d(t,{ZP:function(){return p}});var r,a=n(70655),i=n(67294),o=n(23279),s=n.n(o),l=n(34594),u=n(54997),c=n(95483);!function(e){e.ROTATE_RIGHT="rotateRight",e.ROTATE_LEFT="rotateLeft",e.ZOOM_IN="zoomIn",e.ZOOM_OUT="zoomOut",e.SCALE_ORIGIN="scaleOrigin"}(r||(r={}));var d=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.state={isOpened:!1,index:-1,items:[],scale:1,rotate:0,showToolbar:!1,actions:t.defaultProps.actions},n.handleToolbarAction=s()((function(e){if(!e.disabled){switch(e.key){case r.ROTATE_LEFT:n.setState((function(e){return{rotate:e.rotate-90}}));break;case r.ROTATE_RIGHT:n.setState((function(e){return{rotate:e.rotate+90}}));break;case r.ZOOM_IN:n.setState((function(e){return{scale:e.scale+.5}}));break;case r.ZOOM_OUT:n.setState((function(e){return e.scale-.5>0?{scale:e.scale-.5}:null}));break;case r.SCALE_ORIGIN:n.setState((function(){return{scale:1}}))}e.onClick&&"function"==typeof e.onClick&&e.onClick(n)}}),250,{leading:!0,trailing:!1}),n}return(0,a.ZT)(t,e),t.prototype.galleryMainRef=function(e){var t;e?e.addEventListener("wheel",this.onWheelScroll,{passive:!1}):null===(t=this.galleryMain)||void 0===t||t.removeEventListener("wheel",this.onWheelScroll),this.galleryMain=e},t.prototype.onWheelScroll=function(e){var t;(null===(t=this.state)||void 0===t?void 0:t.showToolbar)&&(e.preventDefault(),e.deltaY>0?this.handleToolbarAction({key:"zoomOut"}):e.deltaY<0&&this.handleToolbarAction({key:"zoomIn"}))},t.prototype.handleImageEnlarge=function(e){var t=this.props.actions,n=Object.values(r);this.setState({isOpened:!0,items:e.list?e.list:[e],index:e.index||0,showToolbar:!!e.showToolbar,actions:Array.isArray(e.toolbarActions)?e.toolbarActions.filter((function(e){return n.includes(null==e?void 0:e.key)})):t})},t.prototype.resetImageAction=function(){this.setState({scale:1,rotate:0})},t.prototype.close=function(){this.setState({isOpened:!1}),this.resetImageAction()},t.prototype.prev=function(){var e=this.state.index;this.setState({index:e-1}),this.resetImageAction()},t.prototype.next=function(){var e=this.state.index;this.setState({index:e+1}),this.resetImageAction()},t.prototype.handleItemClick=function(e){var t=parseInt(e.currentTarget.getAttribute("data-index"),10);this.setState({index:t}),this.resetImageAction()},t.prototype.renderToolbar=function(e){var t=this,n=this.props,a=n.classnames,o=n.translate,s=n.className,l=this.state.scale;return i.createElement("div",{className:a("ImageGallery-toolbar",s)},e.map((function(e){return i.createElement("div",{className:a("ImageGallery-toolbar-action",{"is-disabled":e.disabled||e.key===r.ZOOM_OUT&&l-.5<=0}),key:e.key,onClick:function(){return t.handleToolbarAction(e)}},i.createElement("a",{className:a("ImageGallery-toolbar-action-icon"),"data-tooltip":o(e.label),"data-position":"top"},i.isValidElement(e.icon)?i.cloneElement(e.icon,{className:a("icon",e.iconClassName)}):i.createElement(c.JO,{icon:e.icon,className:a("icon",e.iconClassName)})))})))},t.prototype.render=function(){var e=this,t=this.props,n=t.children,r=t.classnames,a=t.modalContainer,o=this.state,s=o.index,l=o.items,d=o.rotate,p=o.scale,h=o.showToolbar,f=o.actions,m=this.props.translate;return i.createElement(i.Fragment,null,i.cloneElement(n,{onImageEnlarge:this.handleImageEnlarge}),i.createElement(u.Z,{closeOnEsc:!0,size:"full",onHide:this.close,show:this.state.isOpened,contentClassName:r("ImageGallery"),container:a},i.createElement("a",{"data-tooltip":m("Dialog.close"),"data-position":"left",className:r("ImageGallery-close"),onClick:this.close},i.createElement(c.JO,{icon:"close",className:"icon"})),~s&&l[s]?i.createElement(i.Fragment,null,i.createElement("div",{className:r("ImageGallery-title")},l[s].title),i.createElement("div",{className:r("ImageGallery-main"),ref:this.galleryMainRef},i.createElement("img",{src:l[s].originalSrc,style:{transform:"scale(".concat(p,") rotate(").concat(d,"deg)")}}),h&&Array.isArray(f)&&f.length>0?this.renderToolbar(f):null,l.length>1?i.createElement(i.Fragment,null,i.createElement("a",{className:r("ImageGallery-prevBtn",s<=0?"is-disabled":""),onClick:this.prev},i.createElement(c.JO,{icon:"prev",className:"icon"})),i.createElement("a",{className:r("ImageGallery-nextBtn",s>=l.length-1?"is-disabled":""),onClick:this.next},i.createElement(c.JO,{icon:"next",className:"icon"}))):null)):null,l.length>1?i.createElement("div",{className:r("ImageGallery-footer")},i.createElement("a",{className:r("ImageGallery-prevList is-disabled")},i.createElement(c.JO,{icon:"prev",className:"icon"})),i.createElement("div",{className:r("ImageGallery-itemsWrap")},i.createElement("div",{className:r("ImageGallery-items")},l.map((function(t,n){return i.createElement("div",{key:n,"data-index":n,onClick:e.handleItemClick,className:r("ImageGallery-item",n===s?"is-active":"")},i.createElement("img",{src:t.src}))})))),i.createElement("a",{className:r("ImageGallery-nextList is-disabled")},i.createElement(c.JO,{icon:"next",className:"icon"}))):null))},t.defaultProps={actions:[{key:r.ROTATE_LEFT,icon:"rotate-left",label:"rotate.left"},{key:r.ROTATE_RIGHT,icon:"rotate-right",label:"rotate.right"},{key:r.ZOOM_IN,icon:"zoom-in",label:"zoomIn"},{key:r.ZOOM_OUT,icon:"zoom-out",label:"zoomOut"},{key:r.SCALE_ORIGIN,icon:"scale-origin",label:"scale.origin"}]},(0,a.gn)([l.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[HTMLDivElement]),(0,a.w6)("design:returntype",void 0)],t.prototype,"galleryMainRef",null),(0,a.gn)([l.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[WheelEvent]),(0,a.w6)("design:returntype",void 0)],t.prototype,"onWheelScroll",null),(0,a.gn)([l.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[Object]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleImageEnlarge",null),(0,a.gn)([l.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[]),(0,a.w6)("design:returntype",void 0)],t.prototype,"close",null),(0,a.gn)([l.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[]),(0,a.w6)("design:returntype",void 0)],t.prototype,"prev",null),(0,a.gn)([l.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[]),(0,a.w6)("design:returntype",void 0)],t.prototype,"next",null),(0,a.gn)([l.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[Object]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleItemClick",null),t}(i.Component),p=(0,l.YYN)((0,l.eAU)(d))},86225:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});var r=n(70655),a=n(67294),i=n(34594),o=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.isOnComposition=!1,t.state={value:t.props.value},t}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props;e.value!==t.value&&this.setState({value:t.value})},t.prototype.handleComposition=function(e){this.isOnComposition="compositionend"!==e.type,this.isOnComposition||this.handleChange(e)},t.prototype.handleChange=function(e){var t=this.props.onChange,n=e.currentTarget.value;this.isOnComposition||t&&t(e),this.setState({value:n})},t.prototype.render=function(){var e=this.props,t=e.forwardedRef,n=(0,r._T)(e,["forwardedRef"]);return a.createElement("input",(0,r.pi)({type:"text"},n,{value:this.state.value,ref:t,onChange:this.handleChange,onCompositionStart:this.handleComposition,onCompositionUpdate:this.handleComposition,onCompositionEnd:this.handleComposition}))},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleComposition",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleChange",null),t}(a.Component),s=a.forwardRef((function(e,t){return a.createElement(o,(0,r.pi)({},e,{forwardedRef:t}))}))},91936:function(e,t,n){"use strict";n.d(t,{Z:function(){return u}});var r=n(70655),a=n(67294),i=n(34594),o=n(86225),s=n(95483),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={isFocused:!1},t}return(0,r.ZT)(t,e),t.prototype.clearValue=function(e){e.preventDefault(),e.stopPropagation();var t=this.props.onClear,n=this.props.onChange;null==t||t(e),null==n||n("")},t.prototype.handleChange=function(e){var t=this.props.onChange;t&&t(e.currentTarget.value)},t.prototype.handleFocus=function(e){var t=this.props.onFocus;t&&t(e),this.setState({isFocused:!0})},t.prototype.handleBlur=function(e){var t=this.props.onBlur;t&&t(e),this.setState({isFocused:!1})},t.prototype.render=function(){var e,t=this.props,n=t.className,l=t.classnames;t.classPrefix;var u=t.clearable,c=t.disabled,d=t.hasError,p=t.value,h=t.placeholder,f=t.prefix,m=t.children,v=t.borderMode,g=t.onClick,y=(0,r._T)(t,["className","classnames","classPrefix","clearable","disabled","hasError","value","placeholder","prefix","children","borderMode","onClick"]),b=this.state.isFocused;return a.createElement("div",{className:l("InputBox",n,(e={"is-focused":b,"is-disabled":c,"is-error":d,"is-clickable":g},e["InputBox--border".concat((0,i.zfV)(v))]=v,e)),onClick:g},f,a.createElement(o.Z,(0,r.pi)({},y,{value:p||"",onChange:this.handleChange,placeholder:h,onFocus:this.handleFocus,onBlur:this.handleBlur,size:12,disabled:c})),m,u&&!c&&p?a.createElement("a",{onClick:this.clearValue,className:l("InputBox-clear")},a.createElement(s.JO,{icon:"close",className:"icon"})):null)},t.defaultProps={clearable:!0,placeholder:""},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"clearValue",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleFocus",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleBlur",null),t}(a.Component),u=(0,i.YYN)(l)},50648:function(e,t,n){"use strict";n.d(t,{Z:function(){return m}});var r=n(70655),a=n(67294),i=n(73935),o=n(34594),s=n(90233),l=n(94018),u=n(78961),c=n(41649),d=n(91936),p=n(95483),h=function(e){return e.value},f=function(e){function t(t){var n=e.call(this,t)||this;return n.state={searchText:""},n.onSearch=n.onSearch.bind(n),n.filterOptions=n.filterOptions.bind(n),n}return(0,r.ZT)(t,e),t.prototype.onSearch=function(e){var t=e.toLowerCase();this.setState({searchText:t})},t.prototype.filterOptions=function(e){return this.props.value?(0,s.Lu)(e,this.props.value,{keys:["label","value"]}):e},t.prototype.onPopClose=function(e,t){this.setState({searchText:""}),t()},t.prototype.render=function(){var e=this,t=this.props,n=t.placeholder,r=t.onChange,o=t.value,s=t.classnames,f=t.disabled;t.translate;var m=t.searchable,v=t.popOverContainer,g=t.clearable,y=t.hasError,b=this.filterOptions(Array.isArray(this.props.options)?this.props.options:[]);return a.createElement(l.e,{popOverContainer:v||function(){return(0,i.findDOMNode)(e)},popOverRender:function(t){var n=t.onClose;return a.createElement(a.Fragment,null,m?a.createElement(u.Z,{mini:!1,onSearch:e.onSearch}):null,a.createElement(c.Z,{multiple:!1,onClick:function(t){return e.onPopClose(t,n)},options:b,value:[o],option2value:h,onChange:function(e){null==r||r(e)}}))}},(function(e){var t,i,l=e.onClick,u=e.ref,c=e.isOpened;return a.createElement(d.Z,{className:s("InputBox--sug",c?"is-active":""),ref:u,placeholder:n,disabled:f,value:null!==(i=null===(t=b.find((function(e){return e.value===o})))||void 0===t?void 0:t.label)&&void 0!==i?i:o,onChange:r,clearable:g,onClick:l,hasError:y},a.createElement("span",{className:s("InputBox-caret")},a.createElement(p.JO,{icon:"caret",className:"icon"})))}))},t}(a.Component),m=(0,o.YYN)((0,o.eAU)(f))},9224:function(e,t,n){"use strict";var r=n(70655),a=n(34594),i=n(67294),o=n(65710),s=n(27687),l=n(64179),u=n(37601),c=n(95483);function d(e){var t=e.value,n=e.columns,r=e.index,a=e.translate,o=e.update,l=e.formRef;e.classnames;var u=(0,s.Z)(t,a,(function(e){return o(r,e)}));return i.useEffect((function(){return null==l||l(u,r),function(){null==l||l(null,r)}}),[u]),i.createElement(i.Fragment,null,n.map((function(e,t){return i.createElement("td",{key:t,className:e.className},e.tdRender(u,t))})))}(0,a.YYN)((0,a.eAU)((function(e){var t,n,a=this,s=e.control,p=e.name,h=e.wrap,f=e.mode,m=e.label,v=e.labelAlign,g=e.labelClassName,y=e.description,b=e.fieldClassName,w=e.className,_=e.translate,C=e.classnames,E=e.removable,k=e.columns,S=e.addable,x=e.addButtonText,T=e.addButtonClassName,M=e.scaffold,O=e.minLength,N=e.maxLength,D=e.isRequired,A=e.rules,L=i.useRef({}),P=i.useCallback((function(e,t){e?L.current[t]=e:delete L.current[t]}),[L]),F=(0,r.pi)({},A);D&&(F.required=!0),O&&(F.minLength=O),N&&(F.maxLength=N),F.validate=i.useCallback((function(e){return(0,r.mG)(a,void 0,void 0,(function(){var t,n,a,i,o,s,l,u;return(0,r.Jh)(this,(function(c){switch(c.label){case 0:return t=L.current,"function"!=typeof(null==A?void 0:A.validate)?[3,2]:[4,A.validate(e)];case 1:if(n=c.sent())return[2,n];c.label=2;case 2:c.trys.push([2,7,8,9]),a=(0,r.XA)(Object.keys(t)),i=a.next(),c.label=3;case 3:return i.done?[3,6]:(o=i.value,[4,(d=t[o],new Promise((function(e){d.handleSubmit((function(){return e(!0)}),(function(){return e(!1)}))()})))]);case 4:if(!c.sent())return[2,_("validateFailed")];c.label=5;case 5:return i=a.next(),[3,3];case 6:return[3,9];case 7:return s=c.sent(),l={error:s},[3,9];case 8:try{i&&!i.done&&(u=a.return)&&u.call(a)}finally{if(l)throw l.error}return[7];case 9:return[2]}var d}))}))}),[L]);var R=(0,o.Dq)({control:s,name:p,rules:F}),j=R.fields,I=R.append;R.update;var Y=R.remove;Array.isArray(k)||(k=[]);var V=(0,o.cl)({control:s}).errors,H=(0,o.Gc)().trigger,Z=i.useCallback((function(e,t){var n=s._getFieldArray(p);n[e]=(0,r.pi)({},t),s._updateFieldArray(p,n),H(p),s._subjects.watch.next({})}),[s]);function B(){return i.createElement("div",{className:C("Table",w)},i.createElement("div",{className:C("Table-contentWrap")},i.createElement("table",{className:C("Table-table")},i.createElement("thead",null,i.createElement("tr",null,k.map((function(e,t){return i.createElement("th",{key:t,className:e.className},e.thRender?e.thRender():e.title)})),i.createElement("th",{key:"operation"},_("Table.operation")))),i.createElement("tbody",null,j.length?j.map((function(e,t){return i.createElement("tr",{key:e.id},i.createElement(d,{key:"columns",control:s,update:Z,index:t,value:e,columns:k,translate:_,classnames:C,formRef:P}),i.createElement("td",{key:"operation"},i.createElement(l.Z,{level:"link",key:"delete",disabled:!1===E||!!(O&&j.length<=O),className:C("Table-delBtn"),onClick:function(){return Y(t)}},_("delete"))))})):i.createElement("tr",null,i.createElement("td",{colSpan:k.length+1},i.createElement(c.JO,{icon:"desk-empty",className:C("Table-placeholder-empty-icon","icon")}),_("placeholder.noData")))))),!1!==S&&(!N||j.length0||document.body.scrollHeight>document.body.clientHeight){var e=(0,c.npq)();document.body.style.width="calc(100% - ".concat(e,"px)")}},t.handleEntered=function(){var e=t.props.onEntered;e&&e()},t.handleExited=function(){var e=t.props.onExited;e&&e(),setTimeout((function(){document.querySelector(".amis-dialog-widget")||(document.body.classList.remove("is-modalOpened"),document.body.style.width="")}),200)},t.modalRef=function(e){t.modalDom=e;var n=t.props.classPrefix;e?((0,u.Y_)(t),e.classList.add("".concat(n,"Modal--").concat((0,u.Vk)(),"th"))):(0,u.a_)(t)},t}return(0,i.ZT)(t,e),t.prototype.componentDidMount=function(){this.props.show&&(this.handleEnter(),this.handleEntered()),document.body.addEventListener("click",this.handleRootClickCapture,!0),document.body.addEventListener("click",this.handleRootClick)},t.prototype.componentWillUnmount=function(){this.props.show&&this.handleExited(),document.body.removeEventListener("click",this.handleRootClick),document.body.removeEventListener("click",this.handleRootClickCapture,!0)},t.prototype.handleRootClickCapture=function(e){var t=e.target,n=this.props,r=n.closeOnOutside,a=n.classPrefix,i=1===e.button&&null!==window.event||0===e.button;this.isRootClosed=!!(i&&r&&t&&this.modalDom&&(!this.modalDom.contains(t)&&!t.closest("[role=dialog]")||t.matches(".".concat(a,"Modal"))&&t===this.modalDom))},t.prototype.handleRootClick=function(e){var t=this.props.onHide;this.isRootClosed&&!e.defaultPrevented&&t(e)},t.prototype.render=function(){var e=this,t=this.props,n=t.className,r=t.contentClassName,a=t.children,i=t.container,u=t.show,c=t.size,d=t.overlay,f=t.width,m=t.height,v=t.classnames;return o.createElement(s.ZP,{mountOnEnter:!0,unmountOnExit:!0,appear:!0,in:u,timeout:500,onEnter:this.handleEnter,onExited:this.handleExited,onEntered:this.handleEntered},(function(t){var u;return o.createElement(l.Z,{container:i},o.createElement("div",{ref:e.modalRef,role:"dialog",className:v("amis-dialog-widget Modal",(u={},u["Modal--".concat(c)]=c,u),n)},d?o.createElement("div",{className:v("Modal-overlay",p[t])}):null,o.createElement("div",{className:v("Modal-content",r,h[t]),style:{width:f,height:m}},t===s.Wj?null:a)))}))},t.defaultProps={container:document.body,size:"",overlay:!0},t.Header=(0,c.YYN)((0,c.eAU)((function(e){var t=e.classnames,n=e.className,r=e.showCloseButton,a=e.onClose,s=e.children;e.classPrefix;var l=e.translate;e.forwardedRef;var u=(0,i._T)(e,["classnames","className","showCloseButton","onClose","children","classPrefix","translate","forwardedRef"]);return o.createElement("div",(0,i.pi)({},u,{className:t("Modal-header",n)}),!1!==r?o.createElement("a",{"data-tooltip":l("Dialog.close"),"data-position":"left",onClick:a,className:t("Modal-close")},o.createElement(d.JO,{icon:"close",className:"icon"})):null,s)}))),t.Title=(0,c.YYN)((function(e){var t=e.classnames,n=e.className,r=e.children;e.classPrefix,e.forwardedRef;var a=(0,i._T)(e,["classnames","className","children","classPrefix","forwardedRef"]);return o.createElement("div",(0,i.pi)({},a,{className:t("Modal-title",n)}),r)})),t.Body=(0,c.YYN)((function(e){var t=e.classnames,n=e.className,r=e.children;e.classPrefix,e.forwardedRef;var a=(0,i._T)(e,["classnames","className","children","classPrefix","forwardedRef"]);return o.createElement("div",(0,i.pi)({},a,{className:t("Modal-body",n)}),r)})),t.Footer=(0,c.YYN)((function(e){var t=e.classnames,n=e.className,r=e.children;e.classPrefix,e.forwardedRef;var a=(0,i._T)(e,["classnames","className","children","classPrefix","forwardedRef"]);return o.createElement("div",(0,i.pi)({},a,{className:t("Modal-footer",n)}),r)})),(0,i.gn)([c.NjZ,(0,i.w6)("design:type",Function),(0,i.w6)("design:paramtypes",[MouseEvent]),(0,i.w6)("design:returntype",void 0)],t.prototype,"handleRootClickCapture",null),(0,i.gn)([c.NjZ,(0,i.w6)("design:type",Function),(0,i.w6)("design:paramtypes",[MouseEvent]),(0,i.w6)("design:returntype",void 0)],t.prototype,"handleRootClick",null),t}(o.Component),m=(0,c.YYN)((0,c.eAU)(f))},71816:function(e,t,n){"use strict";n.d(t,{Vk:function(){return o},Y_:function(){return s},a_:function(){return l}});var r=n(27537),a=n.n(r),i=[];function o(){return i.length}function s(e){i.push(e)}function l(e){i=i.filter((function(t){return t!==e}))}window.addEventListener("keydown",(function(e){if("esc"===a()(e)){var t=i[i.length-1];if(t){var n=t.props,r=n.disabled;!n.closeOnEsc||r||e.defaultPrevented||t.props.onHide(e)}}}))},94076:function(e,t,n){"use strict";n.d(t,{Z:function(){return l}});var r=n(70655),a=n(67294),i=n(34594),o=n(64179),s=function(e){function t(t){var n=e.call(this,t)||this;return n.state={isExpend:!1,showBtn:!1},n.ref=a.createRef(),n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){this.ref&&this.ref.current&&this.ref.current.scrollHeight>this.ref.current.clientHeight&&this.setState({showBtn:!0})},t.prototype.shouldComponentUpdate=function(e,t,n){return!(!(0,i.aGv)(["text","maxRows","expendButtonText","collapseButtonText","className"],this.props,e)&&!(0,i.aGv)(["isExpend","showBtn"],this.state,t))},t.prototype.componentDidUpdate=function(e,t){var n=this.props,r=n.text,a=n.maxRows;r===e.text&&a===e||this.ref&&this.ref.current&&this.setState({showBtn:this.ref.current.scrollHeight>this.ref.current.clientHeight})},t.prototype.toggleExpend=function(){this.setState({isExpend:!this.state.isExpend})},t.prototype.render=function(){var e=this.props,t=e.className,n=e.style,r=e.text,i=e.classnames,s=e.maxRows,l=void 0===s?5:s,u=e.expendButtonText,c=e.collapseButtonText;if(!r)return null;var d=this.state,p=d.showBtn,h=d.isExpend;return a.createElement("div",{className:i("MultilineText",t),style:n},a.createElement("div",{ref:this.ref,className:i("MultilineText-counter"),style:{height:"".concat(20*l,"px")}},r),a.createElement("div",{className:i("MultilineText-display"),style:{height:p&&!h?"".concat(20*l,"px"):"auto"}},r),p&&a.createElement("div",{className:i("MultilineText-button-wrapper")},a.createElement(o.Z,{className:i("MultilineText-button"),level:"link",onClick:this.toggleExpend},h?c:u)))},t.defaultProps={maxRows:5,expendButtonText:"展开",collapseButtonText:"收起"},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"toggleExpend",null),t}(a.Component),l=(0,i.YYN)((0,i.eAU)(s))},39501:function(e,t,n){"use strict";n.d(t,{Z:function(){return L}});var r=n(70655),a=n(67294),i=n(93754),o=n.n(i),s=n(87462),l=n(4942),u=n(71002),c=n(70885),d=n(45987),p=n(94184),h=n.n(p),f=n(15105),m=n(8410),v=n(42550),g=n(42048),y=g.ZP,b=n(55252),w=n(31131);function _(e){var t=e.prefixCls,n=e.upNode,r=e.downNode,i=e.upDisabled,o=e.downDisabled,u=e.onStep,d=a.useRef(),p=a.useRef();p.current=u;var f,v,g,y,b=function(e,t){e.preventDefault(),p.current(t),d.current=setTimeout((function e(){p.current(t),d.current=setTimeout(e,200)}),600)},_=function(){clearTimeout(d.current)};if(a.useEffect((function(){return _}),[]),f=(0,a.useState)(!1),v=(0,c.Z)(f,2),g=v[0],y=v[1],(0,m.Z)((function(){y((0,w.Z)())}),[]),g)return null;var C="".concat(t,"-handler"),E=h()(C,"".concat(C,"-up"),(0,l.Z)({},"".concat(C,"-up-disabled"),i)),k=h()(C,"".concat(C,"-down"),(0,l.Z)({},"".concat(C,"-down-disabled"),o)),S={unselectable:"on",role:"button",onMouseUp:_,onMouseLeave:_};return a.createElement("div",{className:"".concat(C,"-wrap")},a.createElement("span",(0,s.Z)({},S,{onMouseDown:function(e){b(e,!0)},"aria-label":"Increase Value","aria-disabled":i,className:E}),n||a.createElement("span",{unselectable:"on",className:"".concat(t,"-handler-up-inner")})),a.createElement("span",(0,s.Z)({},S,{onMouseDown:function(e){b(e,!1)},"aria-label":"Decrease Value","aria-disabled":o,className:k}),r||a.createElement("span",{unselectable:"on",className:"".concat(t,"-handler-down-inner")})))}function C(e){var t="number"==typeof e?(0,b.vP)(e):(0,b._V)(e).fullStr;return t.includes(".")?(0,b._V)(t.replace(/(\d)\.(\d)/g,"$1$2.")).fullStr:e+"0"}var E=n(80334),k=n(75164),S=["prefixCls","className","style","min","max","step","defaultValue","value","disabled","readOnly","upHandler","downHandler","keyboard","controls","stringMode","parser","formatter","precision","decimalSeparator","onChange","onInput","onPressEnter","onStep"],x=function(e,t){return e||t.isEmpty()?t.toString():t.toNumber()},T=function(e){var t=y(e);return t.isInvalidate()?null:t},M=a.forwardRef((function(e,t){var n,r=e.prefixCls,i=void 0===r?"rc-input-number":r,o=e.className,p=e.style,w=e.min,M=e.max,O=e.step,N=void 0===O?1:O,D=e.defaultValue,A=e.value,L=e.disabled,P=e.readOnly,F=e.upHandler,R=e.downHandler,j=e.keyboard,I=e.controls,Y=void 0===I||I,V=e.stringMode,H=e.parser,Z=e.formatter,B=e.precision,z=e.decimalSeparator,W=e.onChange,U=e.onInput,K=e.onPressEnter,J=e.onStep,q=(0,d.Z)(e,S),G="".concat(i,"-input"),$=a.useRef(null),X=a.useState(!1),Q=(0,c.Z)(X,2),ee=Q[0],te=Q[1],ne=a.useRef(!1),re=a.useRef(!1),ae=a.useRef(!1),ie=a.useState((function(){return y(null!=A?A:D)})),oe=(0,c.Z)(ie,2),se=oe[0],le=oe[1],ue=a.useCallback((function(e,t){if(!t)return B>=0?B:Math.max((0,b.NX)(e),(0,b.NX)(N))}),[B,N]),ce=a.useCallback((function(e){var t=String(e);if(H)return H(t);var n=t;return z&&(n=n.replace(z,".")),n.replace(/[^\w.-]+/g,"")}),[H,z]),de=a.useRef(""),pe=a.useCallback((function(e,t){if(Z)return Z(e,{userTyping:t,input:String(de.current)});var n="number"==typeof e?(0,b.vP)(e):e;if(!t){var r=ue(n,t);if((0,b.mE)(n)&&(z||r>=0)){var a=z||".";n=(0,g.FH)(n,a,r)}}return n}),[Z,ue,z]),he=a.useState((function(){var e=null!=D?D:A;return se.isInvalidate()&&["string","number"].includes((0,u.Z)(e))?Number.isNaN(e)?"":e:pe(se.toString(),!1)})),fe=(0,c.Z)(he,2),me=fe[0],ve=fe[1];function ge(e,t){ve(pe(e.isInvalidate()?e.toString(!1):e.toString(!t),t))}de.current=me;var ye,be,we,_e,Ce,Ee=a.useMemo((function(){return T(M)}),[M,B]),ke=a.useMemo((function(){return T(w)}),[w,B]),Se=a.useMemo((function(){return!(!Ee||!se||se.isInvalidate())&&Ee.lessEquals(se)}),[Ee,se]),xe=a.useMemo((function(){return!(!ke||!se||se.isInvalidate())&&se.lessEquals(ke)}),[ke,se]),Te=(ye=$.current,be=ee,we=(0,a.useRef)(null),[function(){try{var e=ye.selectionStart,t=ye.selectionEnd,n=ye.value,r=n.substring(0,e),a=n.substring(t);we.current={start:e,end:t,value:n,beforeTxt:r,afterTxt:a}}catch(e){}},function(){if(ye&&we.current&&be)try{var e=ye.value,t=we.current,n=t.beforeTxt,r=t.afterTxt,a=t.start,i=e.length;if(e.endsWith(r))i=e.length-we.current.afterTxt.length;else if(e.startsWith(n))i=n.length;else{var o=n[a-1],s=e.indexOf(o,a-1);-1!==s&&(i=s+1)}ye.setSelectionRange(i,i)}catch(e){(0,E.ZP)(!1,"Something warning of cursor restore. Please fire issue about this: ".concat(e.message))}}]),Me=(0,c.Z)(Te,2),Oe=Me[0],Ne=Me[1],De=function(e){return Ee&&!e.lessEquals(Ee)?Ee:ke&&!ke.lessEquals(e)?ke:null},Ae=function(e){return!De(e)},Le=function(e,t){var n=e,r=Ae(n)||n.isEmpty();if(n.isEmpty()||t||(n=De(n)||n,r=!0),!P&&!L&&r){var a=n.toString(),i=ue(a,t);return i>=0&&(n=y((0,g.FH)(a,".",i)),Ae(n)||(n=y((0,g.FH)(a,".",i,!0)))),n.equals(se)||(void 0===A&&le(n),null==W||W(n.isEmpty()?null:x(V,n)),void 0===A&&ge(n,t)),n}return se},Pe=(_e=(0,a.useRef)(0),Ce=function(){k.Z.cancel(_e.current)},(0,a.useEffect)((function(){return Ce}),[]),function(e){Ce(),_e.current=(0,k.Z)((function(){e()}))}),Fe=function e(t){if(Oe(),ve(t),!re.current){var n=ce(t),r=y(n);r.isNaN()||Le(r,!0)}null==U||U(t),Pe((function(){var n=t;H||(n=t.replace(/。/g,".")),n!==t&&e(n)}))},Re=function(e){var t;if(!(e&&Se||!e&&xe)){ne.current=!1;var n=y(ae.current?C(N):N);e||(n=n.negate());var r=(se||y(0)).add(n.toString()),a=Le(r,!1);null==J||J(x(V,a),{offset:ae.current?C(N):N,type:e?"up":"down"}),null===(t=$.current)||void 0===t||t.focus()}},je=function(e){var t=y(ce(me)),n=t;n=t.isNaN()?se:Le(t,e),void 0!==A?ge(se,!1):n.isNaN()||ge(n,!1)};return(0,m.o)((function(){se.isInvalidate()||ge(se,!1)}),[B]),(0,m.o)((function(){var e=y(A);le(e);var t=y(ce(me));e.equals(t)&&ne.current&&!Z||ge(e,ne.current)}),[A]),(0,m.o)((function(){Z&&Ne()}),[me]),a.createElement("div",{className:h()(i,o,(n={},(0,l.Z)(n,"".concat(i,"-focused"),ee),(0,l.Z)(n,"".concat(i,"-disabled"),L),(0,l.Z)(n,"".concat(i,"-readonly"),P),(0,l.Z)(n,"".concat(i,"-not-a-number"),se.isNaN()),(0,l.Z)(n,"".concat(i,"-out-of-range"),!se.isInvalidate()&&!Ae(se)),n)),style:p,onFocus:function(){te(!0)},onBlur:function(){je(!1),te(!1),ne.current=!1},onKeyDown:function(e){var t=e.which,n=e.shiftKey;ne.current=!0,ae.current=!!n,t===f.Z.ENTER&&(re.current||(ne.current=!1),je(!1),null==K||K(e)),!1!==j&&!re.current&&[f.Z.UP,f.Z.DOWN].includes(t)&&(Re(f.Z.UP===t),e.preventDefault())},onKeyUp:function(){ne.current=!1,ae.current=!1},onCompositionStart:function(){re.current=!0},onCompositionEnd:function(){re.current=!1,Fe($.current.value)},onBeforeInput:function(){ne.current=!0}},Y&&a.createElement(_,{prefixCls:i,upNode:F,downNode:R,upDisabled:Se,downDisabled:xe,onStep:Re}),a.createElement("div",{className:"".concat(G,"-wrap")},a.createElement("input",(0,s.Z)({autoComplete:"off",role:"spinbutton","aria-valuemin":w,"aria-valuemax":M,"aria-valuenow":se.isInvalidate()?null:se.toString(),step:N},q,{ref:(0,v.sQ)($,t),className:G,value:me,onChange:function(e){Fe(e.target.value)},disabled:L,readOnly:P}))))}));M.displayName="InputNumber";var O=M,N=n(95483),D=n(34594),A=function(e){function t(t){var n=e.call(this,t)||this;return n.isBig=!1,n.isBig=!!t.big,n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=!!this.props.big;!!(null==e?void 0:e.big)!==t&&(this.isBig=t)},t.prototype.handleChange=function(e){var n=this.props,r=n.min,a=n.max,i=n.step,o=n.precision,s=n.resetValue,l=n.clearValueOnEmpty,u=n.onChange,c=t.normalizePrecision(o,i),d=t.normalizeValue(e,r,a,c,s,l,this.isBig);null==u||u(d)},t.prototype.handleFocus=function(e){var t=this.props.onFocus;t&&t(e)},t.prototype.handleBlur=function(e){var t=this.props.onBlur;t&&t(e)},t.prototype.handleEnhanceModeChange=function(e){var t=this.props,n=t.value,r=t.step,a=void 0===r?1:r,i=t.disabled,o=t.readOnly,s=t.precision,l=n||0;if(!i&&!o&&!isNaN(Number(a))&&Number(a)){var u=y(a);"add"!==e&&(u=u.negate());var c,d,p,h=((p=function(e){return null!=s&&s>=0?s:Math.max((0,b.NX)(e),(0,b.NX)(Number(a)||1))}(d=(c=y(l).add(u.toString())).toString()))>=0&&(c=y((0,g.FH)(d,".",p))),c);this.isBig?this.handleChange(h.toString()):(l=Number(h.toString()),this.handleChange(l))}},t.prototype.renderBase=function(){var e,n=this.props,i=n.className,o=n.classPrefix,s=n.classnames,l=n.value,u=n.step,c=n.precision,d=n.max,p=n.min,h=n.disabled,f=n.placeholder,m=n.showSteps,v=n.formatter,g=n.parser,y=n.borderMode,b=n.readOnly,w=n.displayMode,_=n.inputRef,C=n.keyboard,E={precision:t.normalizePrecision(c,u)};return a.createElement(O,(0,r.pi)({className:s(i,!1===m?"no-steps":"","enhance"===w?"Number--enhance-input":"",(e={},e["Number--border".concat((0,D.zfV)(y))]=y,e)),ref:_,readOnly:b,prefixCls:"".concat(o,"Number"),value:l,step:u,max:d,min:p,formatter:v,parser:g,onChange:this.handleChange,disabled:h,placeholder:f,onFocus:this.handleFocus,onBlur:this.handleBlur,stringMode:!!this.isBig,keyboard:C},E))},t.prototype.render=function(){var e,t=this,n=this.props,r=n.classnames,i=n.value,o=n.max,s=n.min,l=n.disabled,u=n.showSteps,c=n.borderMode,d=n.readOnly,p=n.displayMode;return a.createElement(a.Fragment,null,"enhance"===p?a.createElement("div",{className:r("Number--enhance",l?"Number--enhance-disabled":"",!1===u?"Number--enhance-no-steps":"",(e={},e["Number--enhance-border".concat((0,D.zfV)(c))]=c,e))},a.createElement("div",{className:r("Number--enhance-left-icon",i&&i===s?"Number--enhance-border-min":"",l?"Number--enhance-border-disabled":"",d?"Number--enhance-border-readOnly":""),onClick:function(){return t.handleEnhanceModeChange("subtract")}},a.createElement(N.JO,{icon:"minus",className:"icon",wrapClassName:r("InputNumber-enhance-minus icon"),iconContent:"InputNumber-enhance-minus"})),this.renderBase(),a.createElement("div",{className:r("Number--enhance-right-icon",i&&i===o?"Number--enhance-border-max":"",l?"Number--enhance-border-disabled":"",d?"Number--enhance-border-readOnly":""),onClick:function(){return t.handleEnhanceModeChange("add")}},a.createElement(N.JO,{icon:"plus",className:"icon",wrapClassName:r("InputNumber-enhance-plus icon"),iconContent:"InputNumber-enhance-plus"}))):this.renderBase())},t.defaultProps={step:1,readOnly:!1,borderMode:"full",resetValue:""},t.normalizeValue=function(e,t,n,r,a,i,o){if(!(0,D.kEn)(e)){if(!(0,D.kEn)(a))return i?void 0:"";e=a}if("number"==typeof e&&("number"==typeof t&&(e=Math.max(e,t)),"number"==typeof n&&(e=Math.min(e,n))),"string"==typeof e){var s=y(e);if(void 0!==t){var l=y(t);s.lessEquals(l)&&(e=t)}void 0!==n&&y(n).lessEquals(s)&&(e=n)}return o||(0,b.NX)(e)===r||(e=y((0,g.FH)((0,b.vP)(e),".",r)).toNumber()),e},t.normalizePrecision=function(e,t){return"number"==typeof e&&o()(e)&&e>=0?Math.max(e,(0,b.NX)(null!=t?t:1)):null!=t?Math.max(0,(0,b.NX)(t)):0},(0,r.gn)([D.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleChange",null),(0,r.gn)([D.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleFocus",null),(0,r.gn)([D.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleBlur",null),(0,r.gn)([D.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleEnhanceModeChange",null),(0,r.gn)([D.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderBase",null),t}(a.Component),L=(0,D.YYN)(A)},74022:function(e,t,n){"use strict";n.d(t,{Z:function(){return d}});var r=n(70655),a=n(67294),i=n(93754),o=n.n(i),s=n(34594),l=n(95483),u=n(50800),c=function(e){function t(t){var n=e.call(this,t)||this;return n.state={pageNum:"",perPage:Number(n.props.perPage)},n.handlePageNumChange=n.handlePageNumChange.bind(n),n.renderPageItem=n.renderPageItem.bind(n),n.renderEllipsis=n.renderEllipsis.bind(n),n.handlePageNums=n.handlePageNums.bind(n),n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){if(e.perPage!==this.props.perPage){var t=Number(this.props.perPage);this.setState({perPage:o()(t)?t:10})}},t.prototype.handlePageNumChange=function(e,t){var n=this.props,r=n.disabled,a=n.onPageChange;r||null==a||a(isNaN(Number(e))||Number(e)<1?1:e,t)},t.prototype.renderPageItem=function(e){var t=this,n=this.props,r=n.classnames,i=n.activePage,o=this.state.perPage;return a.createElement("li",{onClick:function(){return t.handlePageNumChange(e,o)},key:e,className:r("Pagination-pager-item",{"is-active":e===i})},a.createElement("a",{role:"button"},e))},t.prototype.renderEllipsis=function(e){var t=this.props.classnames;return a.createElement("li",{key:e,className:t("ellipsis")},a.createElement("a",{role:"button"},"..."))},t.prototype.handlePageNums=function(e,t,n,r){var a=[];if(0===t)return a;for(var i=0,o=e;;){if(a.length>=t)return a;if(e-ir)return a;o=e-i,a.length=n&&a.unshift(this.renderPageItem(o)),o=e+i,0!==i&&a.lengtht&&(n=String(t)),this.setState({pageNum:n})},t.prototype.render=function(){var e=this,t=this.props,n=t.layout,r=t.maxButtons,i=t.mode,o=t.activePage,s=t.total,c=t.showPerPage,d=t.perPageAvailable,p=t.classnames,h=t.showPageInput,f=t.className,m=t.style,v=t.disabled,g=t.hasNext,y=t.popOverContainer,b=t.popOverContainerSelector,w=t.translate,_=this.state,C=_.pageNum,E=_.perPage,k=this.getLastPage();if("simple"===i)return a.createElement("div",{className:p("Pagination-wrap","Pagination-simple",{disabled:v},f),style:m},a.createElement("ul",{key:"pager-items",className:p("Pagination","Pagination--sm","Pagination-pager-items","Pagination-item")},a.createElement("li",{className:p("Pagination-prev",{"is-disabled":o<2}),onClick:function(t){return o<2?t.preventDefault():e.handlePageNumChange(o-1)},key:"prev"},a.createElement("span",null,a.createElement(l.JO,{icon:"left-arrow",className:"icon"}))),a.createElement("li",{className:p("Pagination-next",{"is-disabled":!g}),onClick:function(t){return g?e.handlePageNumChange(o+1,E):t.preventDefault()},key:"next"},a.createElement("span",null,a.createElement(l.JO,{icon:"right-arrow",className:"icon"})))));var S=[],x=Array.isArray(n)?n:"string"==typeof n?n.split(","):[];if(x.includes("pager")||x.unshift("pager"),x=x.map((function(e){return e.trim().toLowerCase()})),h&&!x.includes("go")&&x.push("go"),c&&!x.includes("perpage")&&x.unshift("perpage"),k<=r)S=this.handlePageNums(o,r,1,Math.min(r,k));else if(o<=r-3)(S=this.handlePageNums(o,r-2,1,Math.min(r-2,k))).push(this.renderEllipsis("next-ellipsis")),S.push(this.renderPageItem(k));else if(o>k-(r-3)){var T=k-(r-3);(S=this.handlePageNums(o,r-2,T,k)).unshift(this.renderEllipsis("prev-ellipsis")),S.unshift(this.renderPageItem(1))}else(S=this.handlePageNums(o,r-2,3,k-3)).unshift(this.renderEllipsis("prev-ellipsis")),S.unshift(this.renderPageItem(1)),S.push(this.renderEllipsis("next-ellipsis")),S.push(this.renderPageItem(k));S.unshift(a.createElement("li",{className:p("Pagination-prev",{"is-disabled":o<2}),onClick:function(t){return o<2?t.preventDefault():e.handlePageNumChange(o-1,E)},key:"prev"},a.createElement("span",null,a.createElement(l.JO,{icon:"left-arrow",className:"icon"})))),S.push(a.createElement("li",{className:p("Pagination-next",{"is-disabled":o===k}),onClick:function(t){return o===k?t.preventDefault():e.handlePageNumChange(o+1,E)},key:"next"},a.createElement("span",null,a.createElement(l.JO,{icon:"right-arrow",className:"icon"}))));var M=a.createElement("div",{className:p("Pagination-inputGroup Pagination-item"),key:"go"},a.createElement("span",{className:p("Pagination-inputGroup-left"),key:"go-left"},w("Pagination.goto")),a.createElement("input",{className:p("Pagination-inputGroup-input"),key:"go-input",type:"text",disabled:v,onChange:this.handlePageChange,onFocus:function(e){return e.currentTarget.select()},onKeyUp:function(t){var n=parseInt(t.currentTarget.value,10);n&&"Enter"==t.code&&(e.setState({pageNum:""}),e.handlePageNumChange(n,E))},value:C}),a.createElement("span",{className:p("Pagination-inputGroup-right"),key:"go-right",onClick:function(t){C&&(e.setState({pageNum:""}),e.handlePageNumChange(+C,E))}},w("Pagination.go"))),O=d.filter((function(e){return!!e})).map((function(e){return{label:w("Pagination.select",{count:e}),value:e}})),N=a.createElement(u.ZP,{key:"perpage",className:p("Pagination-perpage","Pagination-item"),clearable:!1,disabled:v,value:E,options:O,popOverContainer:y,popOverContainerSelector:b,onChange:function(t){e.setState({perPage:t.value,pageNum:""}),e.handlePageNumChange(1,t.value)}}),D=s||k?a.createElement("div",{className:p("Pagination-total Pagination-item"),key:"total"},s||0===s?w("Pagination.totalCount",{total:s}):w("Pagination.totalPage",{lastPage:k})):null;return a.createElement("div",{className:p("Pagination-wrap",{disabled:v},f)},x.map((function(e){return"pager"===e?a.createElement("ul",{key:"pager-items",className:p("Pagination","Pagination--sm","Pagination-item")},S):"go"===e?M:"perpage"===e?N:"total"===e?D:null})))},t.defaultProps={layout:["pager"],maxButtons:5,mode:"normal",activePage:1,perPage:10,perPageAvailable:[10,20,50,100]},(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handlePageChange",null),t}(a.Component),d=(0,s.YYN)((0,s.eAU)(c))},51632:function(e,t,n){"use strict";n.d(t,{Z:function(){return b}});var r=n(70655),a=n(67294),i=n(34594),o=n(64179),s=n(13218),l=n.n(s),u=n(50361),c=n.n(u),d=n(14791),p=n(65643),h=n(14776);function f(e){return l()(e)&&e.disabled}n(78718);var m=(0,a.forwardRef)((function(e,t){var n=e.visibleItemCount,o=void 0===n?5:n,s=e.itemHeight,u=void 0===s?48:s,m=e.value,v=e.valueField,g=void 0===v?"value":v,y=e.swipeDuration,b=void 0===y?1e3:y,w=e.labelField,_=void 0===w?"text":w,C=e.options,E=void 0===C?[]:C;e.classnames;var k=(0,a.useRef)(null),S=(0,a.useRef)(null),x=(0,a.useRef)(null),T=(0,a.useRef)(!1),M=(0,a.useRef)(0),O=(0,a.useRef)(null),N=(0,a.useRef)(0),D=(0,a.useRef)(0),A=(0,h.Z)(),L=E.length,P=function(e){return l()(e)&&g in e?e[g]:e},F=E.findIndex((function(e){return P(e)===m})),R=(0,a.useMemo)((function(){return u*(+o-1)/2}),[u,o]),j=function(e){if(e=(0,i.w6H)(e,0,L),E){for(var t=e;t=0;t-=1)if(!f(E[t]))return t;return null}},I=(0,r.CR)((0,d.Z)({index:j(F)||0,offset:0,duration:0,options:c()(E)}),2),Y=I[0],V=I[1],H=function(t,n,r){var a=-(t=j(t)||0)*u,i=function(){V({index:t}),n&&e.onChange&&requestAnimationFrame((function(){var n;null===(n=e.onChange)||void 0===n||n.call(e,P(E[t]),t,r)}))};T.current&&a!==Y.offset?O.current=i:i(),V({offset:a})},Z=function(e){if(JSON.stringify(e)!==JSON.stringify(Y.options)){V({options:e});var t=e.findIndex((function(e){return P(e)===m}))||0;H(t,!0,!0)}},B=function(e){return(0,i.w6H)(Math.round(-e/u),0,L-1)},z=function(){T.current=!1,V({duration:0}),O.current&&(O.current(),O.current=null)},W=function(){if(!e.readonly){var t=Y.offset-D.current,n=Date.now()-N.current;if(n<300&&Math.abs(t)>15)!function(e,t){var n=Math.abs(e/t);e=Y.offset+n/.003*(e<0?-1:1);var r=B(e);V({duration:+b}),H(r,!0)}(t,n);else{var r=B(Y.offset);V({duration:200}),H(r,!0),setTimeout((function(){T.current=!1}),0)}}},U=function(e){for(var t=Y.options,n=0;n300&&(N.current=r,D.current=n)}},onTouchEnd:W,onTouchCancel:W},a.createElement("ul",{ref:x,style:q,className:e.classnames("PickerColumns-columnWrapper"),onTransitionEnd:z},(J={height:"".concat(u,"px"),lineHeight:"".concat(u,"px")},Y.options.map((function(t,n){var i=function(e){return l()(e)&&_ in e?e[_]:e}(t),o=f(t),s={role:"button",key:n,style:J,tabIndex:o?-1:0,className:e.classnames("PickerColumns-columnItem",{"is-disabled":o,"is-selected":n===Y.index}),onClick:function(){!function(t){T.current||e.readonly||(O.current=null,V({duration:200}),H(t,!0,!0))}(n)}},u={className:"text-ellipsis",children:i};return a.createElement("li",(0,r.pi)({},s,{ref:S}),e.optionRender?e.optionRender(t):a.createElement("div",(0,r.pi)({},u)))})))))}));m.defaultProps={options:[],visibleItemCount:5,swipeDuration:1e3,itemHeight:48};var v=(0,i.YYN)((0,i.nmi)(m,{value:"onChange"}));function g(e){return Array.isArray(e)?e:[e]}var y=(0,a.memo)((function(e){var t=e.title,n=e.labelField,i=e.valueField,s=e.visibleItemCount,l=void 0===s?5:s,u=e.value,c=void 0===u?[]:u,d=e.swipeDuration,p=void 0===d?1e3:d,h=e.columns,f=void 0===h?[]:h,m=e.itemHeight,y=void 0===m?48:m,b=e.showToolbar,w=void 0===b||b,_=e.className,C=void 0===_?"":_,E=e.classnames,k=e.classPrefix,S=e.translate,x=g(f),T=(0,r.CR)((0,a.useState)(g(void 0===e.value?e.defaultValue||[]:c)),2),M=T[0],O=T[1];(0,a.useEffect)((function(){c!==M&&O(g(c))}),[c]);var N=y*+l,D={height:"".concat(y,"px")},A={height:"".concat(N,"px")},L={backgroundSize:"100% ".concat((N-y)/2,"px")},P=w||t;return a.createElement("div",{className:E(C,"PickerColumns","PickerColumns-popOver")},P&&a.createElement("div",{className:E("PickerColumns-header")},w&&a.createElement(o.Z,{className:"PickerColumns-cancel",level:"default",onClick:function(){e.onClose&&e.onClose(M)}},S("cancel")),t&&a.createElement("div",{className:E("PickerColumns-title")},t),w&&a.createElement(o.Z,{className:"PickerColumns-confirm",level:"primary",onClick:function(){e.onConfirm&&e.onConfirm(M)}},S("confirm"))),a.createElement("div",{className:E("PickerColumns-columns"),style:A},x.map((function(t,o){return function(t,o){return a.createElement(v,(0,r.pi)({},t,{classnames:E,classPrefix:k,labelField:n||t.labelField,valueField:i||t.valueField,itemHeight:y,swipeDuration:p,visibleItemCount:l,value:M[o],onChange:function(t,n,a){!function(t,n,a){var i=(0,r.ev)([],(0,r.CR)(M),!1);i[n]=t,O(i),e.onChange&&e.onChange(i,n,a)}(t,o,a)},key:"column".concat(o)}))}(t,o)})),a.createElement("div",{className:E("PickerColumns-mask"),style:L}),a.createElement("div",{className:E("PickerColumns-frame"),style:D})))})),b=(0,i.YYN)((0,i.eAU)((0,i.nmi)(y,{value:"onChange"})))},12806:function(e,t,n){"use strict";n.d(t,{Z:function(){return l}});var r=n(70655),a=n(67294),i=n(34594),o=n(78512),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={isOpened:!1,value:t.props.value},t.bodyRef=a.createRef(),t}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props;t.value!==e.value&&this.setState({value:t.value})},t.prototype.handleClick=function(){var e,t;return(0,r.mG)(this,void 0,void 0,(function(){var n,a,i=this;return(0,r.Jh)(this,(function(o){switch(o.label){case 0:return a=[{}],[4,null===(t=(e=this.props).onPickerOpen)||void 0===t?void 0:t.call(e,this.props)];case 1:return n=r.pi.apply(void 0,[r.pi.apply(void 0,a.concat([o.sent()])),{isOpened:!0}]),this.setState(n,(function(){var e,t;return null===(t=(e=i.props).onFocus)||void 0===t?void 0:t.call(e)})),[2]}}))}))},t.prototype.close=function(e,t){var n=this;this.setState({isOpened:!1},(function(){var e,r,a,i;null===(r=(e=n.props).onClose)||void 0===r||r.call(e),t?t():null===(i=(a=n.props).onCancel)||void 0===i||i.call(a)}))},t.prototype.handleChange=function(e){this.setState({value:e})},t.prototype.confirm=function(){return(0,r.mG)(this,void 0,void 0,(function(){var e,t,n,a,o,s=this;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e=this.props,t=e.onConfirm,[4,null==(n=e.beforeConfirm)?void 0:n(this.bodyRef.current)];case 1:return a=r.sent(),o={isOpened:!1},!1===a?[2,!1]:((0,i.Kn2)(a)&&(o.value=a),this.setState(o,(function(){return null==t?void 0:t(s.state.value)})),[2])}}))}))},t.prototype.updateState=function(e){void 0===e&&(e={}),e.isOpened;var t=(0,r._T)(e,["isOpened"]);this.setState((0,r.pi)((0,r.pi)({},this.state),t))},t.prototype.render=function(){var e=this,t=this.props,n=t.children,i=t.bodyRender,s=t.title,l=t.showTitle,u=t.headerClassName,c=t.bodyClassName,d=t.translate,p=t.size,h=t.showFooter,f=t.closeOnEsc;return a.createElement(a.Fragment,null,n({isOpened:this.state.isOpened,onClick:this.handleClick,setState:this.updateState}),a.createElement(o.Z,{type:"dialog",size:p,closeOnEsc:f,show:this.state.isOpened,onCancel:this.close,title:s||d("Select.placeholder"),showTitle:l,headerClassName:u,bodyClassName:c,showFooter:h,beforeConfirm:this.confirm},(function(){return i((0,r.pi)((0,r.pi)({},e.state),{ref:e.bodyRef,setState:e.updateState,onClose:e.close,onChange:e.handleChange,onConfirm:e.confirm}))})))},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleClick",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Function]),(0,r.w6)("design:returntype",void 0)],t.prototype,"close",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",Promise)],t.prototype,"confirm",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"updateState",null),t}(a.Component),l=(0,i.YYN)((0,i.eAU)(s))},94018:function(e,t,n){"use strict";n.d(t,{e:function(){return c}});var r=n(70655),a=n(67294),i=n(34594),o=n(21686),s=n(73935),l=n(81763),u=n.n(l),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={isOpened:!1},t}return(0,r.ZT)(t,e),t.prototype.targetRef=function(e){this.target=e?(0,s.findDOMNode)(e):null},t.prototype.handleClick=function(){this.setState({isOpened:!0})},t.prototype.close=function(){var e=this.props,t=e.onBeforeHide,n=e.onAfterHide;t&&"function"==typeof t&&(null==t||t()),this.setState({isOpened:!1}),n&&"function"==typeof n&&(null==n||n())},t.prototype.getTarget=function(){return this.target||(0,s.findDOMNode)(this)},t.prototype.getParent=function(){var e;return null===(e=this.getTarget())||void 0===e?void 0:e.parentElement},t.calcOverlayWidth=function(e,t){var n=e&&e.width;if(n&&u()(t)&&!(t<1))return"number"==typeof n||/^\d+$/.test(n)?(0,i.He2)(n):/^\d+(px|%|rem|em|vw)$/.test(n)?n:/^(\+|\-)\d+(px|%|rem|em|vw)$/.test(n)?n.replace(/^(\+|\-)(.*)/,"calc(".concat(t,"px $1 $2)")):void 0},t.alignToPlacement=function(e){var n=e&&e.align;return n&&t.alignPlacementMap[n]||"auto"},t.prototype.getOverlayStyle=function(){var e,n,r=this.props,a=r.overlayWidth;return(e={})[r.overlayWidthField||"minWidth"]=t.calcOverlayWidth({width:a},null===(n=this.target)||void 0===n?void 0:n.offsetWidth)||(this.target?Math.max(this.target.offsetWidth,100):"auto"),e},t.prototype.render=function(){var e=this.props,n=e.useMobileUI,r=e.children,s=e.popOverContainer,l=e.popOverClassName,u=e.popOverRender,c=e.placement,d=e.align,p=n&&(0,i.tqC)();return a.createElement(a.Fragment,null,r({isOpened:this.state.isOpened,onClick:this.handleClick,ref:this.targetRef}),p?a.createElement(o.Z,{isShow:this.state.isOpened,container:s,className:l,onHide:this.close},u({onClose:this.close})):a.createElement(i.aVW,{container:s||this.getParent,target:this.getTarget,placement:c||t.alignToPlacement({align:d}),show:this.state.isOpened},a.createElement(i.v$m,{overlay:!0,className:l,style:this.getOverlayStyle(),onHide:this.close},u({onClose:this.close}))))},t.alignPlacementMap={left:"left-bottom-left-top",right:"right-bottom-right-top",center:"center-bottom-center-top"},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"targetRef",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClick",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"close",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getTarget",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getParent",null),t}(a.Component)},21686:function(e,t,n){"use strict";n.d(t,{Z:function(){return h}});var r,a=n(70655),i=n(67294),o=n(34594),s=n(20660),l=n(52690),u=n(95483),c=n(64179),d=((r={})[s.cn]="",r[s.Ix]="out",r[s.Wj]="",r[s.d0]="in",r),p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.scrollTop=0,t}return(0,a.ZT)(t,e),t.prototype.componentDidUpdate=function(){this.props.isShow?(this.scrollTop=document.body.scrollTop||document.documentElement.scrollTop,document.body.style.overflow="hidden"):(document.body.style.overflow="auto",document.body.scrollTop=this.scrollTop)},t.prototype.componentWillUnmount=function(){document.body.style.overflow="auto",document.body.scrollTop=this.scrollTop},t.prototype.handleClick=function(e){e.stopPropagation()},t.prototype.render=function(){var e=this,t=this.props,n=t.style,r=t.title,o=t.children,p=t.overlay,h=t.onHide,f=t.onConfirm,m=t.classPrefix,v=t.classnames,g=t.className,y=t.isShow,b=t.container,w=t.showConfirm,_=t.translate,C=t.showClose,E=t.header,k=t.placement,S=void 0===k?"center":k,x=(0,a._T)(t,["style","title","children","overlay","onHide","onConfirm","classPrefix","classnames","className","isShow","container","showConfirm","translate","showClose","header","placement"]),T=(0,a.pi)({},n);return delete T.top,i.createElement(l.Z,{container:b},i.createElement(s.ZP,{mountOnEnter:!0,unmountOnExit:!0,in:y,timeout:500,appear:!0},(function(t){return i.createElement("div",(0,a.pi)({className:v("".concat(m,"PopUp"),g,d[t]),style:T},x,{onClick:e.handleClick}),p&&i.createElement("div",{className:"".concat(m,"PopUp-overlay"),onClick:h}),i.createElement("div",{className:v("".concat(m,"PopUp-inner"))},!w&&C?i.createElement("div",{className:v("".concat(m,"PopUp-closeWrap"))},E,i.createElement("span",{className:v("PopUp-closeBox"),onClick:h},i.createElement(u.JO,{icon:"close",className:v("icon","".concat(m,"PopUp-close"))}))):null,w&&i.createElement("div",{className:v("".concat(m,"PopUp-toolbar"))},i.createElement(c.Z,{className:v("".concat(m,"PopUp-cancel")),level:"text",onClick:h},_("cancel")),r&&i.createElement("span",{className:v("".concat(m,"PopUp-title"))},r),i.createElement(c.Z,{className:v("".concat(m,"PopUp-confirm")),level:"text",onClick:f},_("confirm"))),i.createElement("div",{className:v("".concat(m,"PopUp-content"),"justify-".concat(S))},y?o:null),i.createElement("div",{className:v("PopUp-safearea")})))})))},t.defaultProps={className:"",overlay:!0,isShow:!1,container:document.body,showClose:!0,onConfirm:function(){}},t}(i.PureComponent),h=(0,o.YYN)((0,o.eAU)(p))},12265:function(e,t,n){"use strict";n.d(t,{Z:function(){return x}});var r=n(70655),a=n(67294),i=n(87462),o=n(45987),s=n(94184),l=n.n(s),u={className:"",percent:0,prefixCls:"rc-progress",strokeColor:"#2db7f5",strokeLinecap:"round",strokeWidth:1,style:{},trailColor:"#D9D9D9",trailWidth:1,gapPosition:"bottom"},c=function(){var e=(0,a.useRef)([]),t=(0,a.useRef)(null);return(0,a.useEffect)((function(){var n=Date.now(),r=!1;e.current.forEach((function(e){if(e){r=!0;var a=e.style;a.transitionDuration=".3s, .3s, .3s, .06s",t.current&&n-t.current<100&&(a.transitionDuration="0s, 0s")}})),r&&(t.current=Date.now())})),e.current},d=["className","percent","prefixCls","strokeColor","strokeLinecap","strokeWidth","style","trailColor","trailWidth","transition"],p=function(e){var t=e.className,n=e.percent,r=e.prefixCls,s=e.strokeColor,u=e.strokeLinecap,p=e.strokeWidth,h=e.style,f=e.trailColor,m=e.trailWidth,v=e.transition,g=(0,o.Z)(e,d);delete g.gapPosition;var y=Array.isArray(n)?n:[n],b=Array.isArray(s)?s:[s],w=c(),_=p/2,C=100-p/2,E="M ".concat("round"===u?_:0,",").concat(_,"\n L ").concat("round"===u?C:100,",").concat(_),k="0 0 100 ".concat(p),S=0;return a.createElement("svg",(0,i.Z)({className:l()("".concat(r,"-line"),t),viewBox:k,preserveAspectRatio:"none",style:h},g),a.createElement("path",{className:"".concat(r,"-line-trail"),d:E,strokeLinecap:u,stroke:f,strokeWidth:m||p,fillOpacity:"0"}),y.map((function(e,t){var n=1;switch(u){case"round":n=1-p/100;break;case"square":n=1-p/2/100;break;default:n=1}var i={strokeDasharray:"".concat(e*n,"px, 100px"),strokeDashoffset:"-".concat(S,"px"),transition:v||"stroke-dashoffset 0.3s ease 0s, stroke-dasharray .3s ease 0s, stroke 0.3s linear"},o=b[t]||b[b.length-1];return S+=e,a.createElement("path",{key:t,className:"".concat(r,"-line-path"),d:E,strokeLinecap:u,stroke:o,strokeWidth:p,fillOpacity:"0",ref:function(e){w[t]=e},style:i})})))};p.defaultProps=u,p.displayName="Line";var h=n(71002),f=n(70885),m=n(98924),v=0,g=(0,m.Z)(),y=["id","prefixCls","steps","strokeWidth","trailWidth","gapDegree","gapPosition","trailColor","strokeLinecap","style","className","strokeColor","percent"];function b(e){return+e.replace("%","")}function w(e){var t=null!=e?e:[];return Array.isArray(t)?t:[t]}var _=function(e,t,n,r,a,i,o,s,l,u){var c=arguments.length>10&&void 0!==arguments[10]?arguments[10]:0,d=n/100*360*((360-i)/360),p=0===i?0:{bottom:0,top:180,left:90,right:-90}[o],h=(100-r)/100*t;return"round"===l&&100!==r&&(h+=u/2)>=t&&(h=t-.01),{stroke:"string"==typeof s?s:void 0,strokeDasharray:"".concat(t,"px ").concat(e),strokeDashoffset:h+c,transform:"rotate(".concat(a+d+p,"deg)"),transformOrigin:"0 0",transition:"stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s",fillOpacity:0}},C=function(e){var t,n,r,s=e.id,u=e.prefixCls,d=e.steps,p=e.strokeWidth,m=e.trailWidth,C=e.gapDegree,E=void 0===C?0:C,k=e.gapPosition,S=e.trailColor,x=e.strokeLinecap,T=e.style,M=e.className,O=e.strokeColor,N=e.percent,D=(0,o.Z)(e,y),A=function(e){var t=a.useState(),n=(0,f.Z)(t,2),r=n[0],i=n[1];return a.useEffect((function(){var e;i("rc_progress_".concat((g?(e=v,v+=1):e="TEST_OR_SSR",e)))}),[]),e||r}(s),L="".concat(A,"-gradient"),P=50-p/2,F=2*Math.PI*P,R=E>0?90+E/2:-90,j=F*((360-E)/360),I="object"===(0,h.Z)(d)?d:{count:d,space:2},Y=I.count,V=I.space,H=_(F,j,0,100,R,E,k,S,x,p),Z=w(N),B=w(O),z=B.find((function(e){return e&&"object"===(0,h.Z)(e)})),W=c();return a.createElement("svg",(0,i.Z)({className:l()("".concat(u,"-circle"),M),viewBox:"".concat(-50," ").concat(-50," ").concat(100," ").concat(100),style:T,id:s,role:"presentation"},D),z&&a.createElement("defs",null,a.createElement("linearGradient",{id:L,x1:"100%",y1:"0%",x2:"0%",y2:"0%"},Object.keys(z).sort((function(e,t){return b(e)-b(t)})).map((function(e,t){return a.createElement("stop",{key:t,offset:e,stopColor:z[e]})})))),!Y&&a.createElement("circle",{className:"".concat(u,"-circle-trail"),r:P,cx:0,cy:0,stroke:S,strokeLinecap:x,strokeWidth:m||p,style:H}),Y?(t=Math.round(Y*(Z[0]/100)),n=100/Y,r=0,new Array(Y).fill(null).map((function(e,i){var o=i<=t-1?B[0]:S,s=o&&"object"===(0,h.Z)(o)?"url(#".concat(L,")"):void 0,l=_(F,j,r,n,R,E,k,o,"butt",p,V);return r+=100*(j-l.strokeDashoffset+V)/j,a.createElement("circle",{key:i,className:"".concat(u,"-circle-path"),r:P,cx:0,cy:0,stroke:s,strokeWidth:p,opacity:1,style:l,ref:function(e){W[i]=e}})}))):function(){var e=0;return Z.map((function(t,n){var r=B[n]||B[B.length-1],i=r&&"object"===(0,h.Z)(r)?"url(#".concat(L,")"):void 0,o=_(F,j,e,t,R,E,k,r,x,p);return e+=t,a.createElement("circle",{key:n,className:"".concat(u,"-circle-path"),r:P,cx:0,cy:0,stroke:i,strokeLinecap:x,strokeWidth:p,opacity:0===t?0:1,style:o,ref:function(e){W[n]=e}})})).reverse()}())};C.defaultProps=u,C.displayName="Circle";var E=C,k=n(34594),S=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.getCurrentColor=function(){var e=this.props.map;return e&&e.length?"string"==typeof e?e:this.getLevelColor(e):"bg-primary"},t.prototype.getLevelColor=function(e){for(var t=this.props.value,n=this.getColorArray(e).sort((function(e,t){return e.value-t.value})),r=0;r=t)return n[r].color;return n[n.length-1].color},t.prototype.getColorArray=function(e){var t=100/e.length;return e.map((function(e,n){return"string"==typeof e?{color:e,value:(n+1)*t}:e}))},t.prototype.getLabel=function(e){var t=this.props,n=t.value,r=t.format,i=t.showLabel,o=t.classnames;if(!i)return null;var s=r||function(e){return"".concat(e,"%")},l=s(n);return a.createElement("span",{className:o("".concat(e,"-text")),key:"value"},l)},t.prototype.render=function(){var e,t,n,r,i,o=this.props,s=o.className,l=o.style,u=o.progressClassName,c=o.type,d=o.value,p=o.placeholder,h=o.stripe,f=o.animate,m=o.gapDegree,v=o.gapPosition,g=o.strokeWidth,y=o.classnames,b=o.threshold,w=o.showThresholdText,_="line"===c?"Progress-line":"Progress-circle",C=this.getCurrentColor(),k=/bg-/.test(C);if("number"!=typeof d)i=a.createElement("span",{className:"text-muted"},p);else if("line"===c){var S={width:"".concat(d,"%")};g&&(S.height=g),!k&&(S.backgroundColor=C);var x=null;if(b){var T=function(e,t){return a.createElement("div",{style:{left:e,borderColor:t||"var(--text-color)"},className:y("".concat(_,"-threshold")),key:e},w?a.createElement("span",{className:y("".concat(_,"-threshold-text"))},e):null)};if(Array.isArray(b))x=b.map((function(e){var t=parseFloat(e.value)+"%";return T(t,e.color)}));else{var M=parseFloat(b.value)+"%";x=T(M,b.color)}}i=[a.createElement("div",{key:"progress",className:y(_,u)},x,a.createElement("div",{className:y("".concat(_,"-inter"))},a.createElement("div",{className:y("".concat(_,"-bar"),(e={},e[C]=k,e),(t={},t["".concat(_,"-bar--stripe")]=h,t),(n={},n["".concat(_,"-bar--animate")]=f&&!h,n),(r={},r["".concat(_,"-bar--stripe-animate")]=f&&h,r)),title:"".concat(d,"%"),style:S}))),this.getLabel(_)]}else if("circle"===c||"dashboard"===c){var O=g||8,N={width:10*O+"px",height:10*O+"px"},D=v||"dashboard"===c&&"bottom"||"top";i=[a.createElement("div",{className:y(_,u),key:"circle",style:N},a.createElement(E,{percent:d,strokeColor:k?"":C,strokeWidth:O,trailWidth:O,prefixCls:k?C:"",gapDegree:m||0===m?m:"dashboard"===c?75:void 0,gapPosition:D,style:N}),this.getLabel(_))]}return a.createElement("div",{className:y("Progress",s),style:l},i)},t.defaultProps={type:"line",placeholder:"-",progressClassName:"",map:["bg-danger","bg-warning","bg-info","bg-success","bg-success"],showLabel:!0},t}(a.Component),x=(0,k.YYN)(S)},73992:function(e,t,n){"use strict";n.d(t,{Z:function(){return c}});var r=n(70655),a=n(67294),i=n(34594),o=n(14791),s=n(14776),l=(n(78718),n(95483)),u=(0,a.forwardRef)((function(e,t){var n=e.classnames,i=e.translate,u=e.children,c=e.successDuration,d=e.loadingDuration,p={pullingText:i("pullRefresh.pullingText"),loosingText:i("pullRefresh.loosingText"),loadingText:i("pullRefresh.loadingText"),successText:i("pullRefresh.successText")},h=(0,s.Z)();(0,a.useEffect)((function(){!1===e.loading&&w()}),[e.loading]);var f,m=(0,r.CR)((0,o.Z)({status:"normal",offsetY:0}),2),v=m[0],g=m[1],y=function(){return!e.disabled&&"loading"!==v.status&&"success"!==v.status},b=function(e,t){g({offsetY:e,status:t?"loading":0===e?"normal":e<28?"pulling":"loosing"})},w=function(){c?(g({status:"success"}),setTimeout((function(){b(0)}),c)):b(0)},_=function(t){t.stopPropagation(),y()&&v.offsetY>0&&("loosing"===v.status?(d?b(28,!0):b(0),e.onRefresh&&e.onRefresh()):b(0))},C={transform:"translate3d(0, ".concat(v.offsetY,"px, 0)"),touchAction:"none"};return a.createElement("div",{className:n("PullRefresh"),onTouchStart:function(e){e.stopPropagation(),y()&&0===v.offsetY&&(h.start(e),g({}))},onTouchMove:function(e){var t;return e.stopPropagation(),y()&&(h.move(e),g({}),h.isVertical()&&h.deltaY>0&&b(((t=h.deltaY)>28&&(t=t<56?28+(t-28)/2:42+(t-56)/4),Math.round(t)))),!1},onTouchEnd:_,onTouchCancel:_},a.createElement("div",{className:n("PullRefresh-wrap"),style:C},a.createElement("div",{className:n("PullRefresh-header")},"loading"===v.status&&a.createElement(l.JO,{icon:"loading-outline",className:"icon loading-icon"}),"normal"===(f=v.status)?"":e["".concat(f,"Text")]||p["".concat(f,"Text")]),u))}));u.defaultProps={successDuration:0,loadingDuration:0};var c=(0,i.YYN)(u)},8715:function(e,t,n){"use strict";n.d(t,{Z:function(){return c}});var r=n(70655),a=n(67294),i=n(34594),o=n(10156),s=n(64179),l=n(50800),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.toggleOption=function(e){var t=this.props,n=t.value,r=t.onChange,a=t.valueField,i=t.clearable,o=t.delimiter,s=t.options,u=(0,l.G0)(n,{multiple:!1,delimiter:o,valueField:a,options:s}),c=u.indexOf(e);~c?i&&u.splice(c,1):u=[e];var d=u[0];r&&r(d)},t.prototype.renderGroup=function(e,t,n){var r=this,i=this.props,o=i.classnames;return i.optionType,i.classPrefix,a.createElement("div",{key:t,className:o("RadiosControl-group",e.className)},a.createElement("label",{className:o("RadiosControl-groupLabel",e.labelClassName)},e.label),e.children&&e.children.length?e.children.map((function(e,t){return r.renderItem(e,t,n)})):null)},t.prototype.renderItem=function(e,t,n){var r=this;if(e.children)return this.renderGroup(e,t,n);var i=this.props,l=i.disabled,u=i.inline,c=i.itemClassName,d=i.classnames,p=i.labelClassName,h=i.labelField,f=i.optionType,m=i.level,v=i.btnActiveLevel;if(i.classPrefix,"button"===f){var g=!!~n.indexOf(e);return a.createElement(s.Z,{key:t,active:g,onClick:function(){return r.toggleOption(e)},className:d(c,e.className),disabled:l||e.disabled,level:(g?v:"")||m},a.createElement("span",null,"".concat(e[h||"label"])))}return a.createElement(o.Z,{type:"radio",key:t,onChange:function(){return r.toggleOption(e)},checked:!!~n.indexOf(e),className:d(c,e.className),disabled:l||e.disabled,description:e.description,inline:u,labelClassName:p},"".concat(e[h||"label"]))},t.prototype.render=function(){var e=this,t=this.props,n=t.value,r=t.options,o=t.className,s=t.style,u=t.classnames,c=t.placeholder,d=t.columnsCount;t.joinValues,t.extractValue,t.disabled;var p=t.inline,h=t.delimiter,f=t.valueField,m=(0,l.G0)(n,{multiple:!1,delimiter:h,valueField:f,options:r}),v=[];return r&&(v=r.map((function(t,n){return e.renderItem(t,n,m)}))),p||(v=(0,i.UOr)(v,u,d)),a.createElement("div",{className:o,style:s},v&&v.length?v:c)},t.defaultProps={type:"radio",optionType:"default",btnActiveLevel:"primary",resetValue:"",inline:!0,joinValues:!0,clearable:!1,columnsCount:1},t}(a.Component),c=(0,i.YYN)((0,i.nmi)(u,{value:"onChange"}))},28506:function(e,t,n){"use strict";n.d(t,{Z:function(){return _}});var r=n(70655),a=n(96026),i=n.n(a),o=n(3674),s=n.n(o),l=n(47037),u=n.n(l),c=n(91966),d=n.n(c),p=n(67294),h=n(34594),f=n(73935),m=n(95483),v=/^[0-9]+(\.?[0-9]+)?%$/,g=function(e,t,n){return Math.floor(1e4*(e-t)/(n-t))/100+"%"},y=function(e){function t(t){var n=e.call(this,t)||this;return n.handleRef=p.createRef(),n.state={isDrag:!1,labelActive:!1},n}return(0,r.ZT)(t,e),t.prototype.onMouseDown=function(){this.setState({isDrag:!0,labelActive:!0}),window.addEventListener("mousemove",this.onMouseMove),window.addEventListener("mouseup",this.onMouseUp)},t.prototype.onMouseMove=function(e){var t=this.state.isDrag,n=this.props.type,r=void 0===n?"min":n;t&&this.props.onChange(e.pageX,r)},t.prototype.onMouseUp=function(){this.setState({isDrag:!1});var e=this.props.onAfterChange;e&&e(),window.removeEventListener("mousemove",this.onMouseMove),window.removeEventListener("mouseup",this.onMouseUp)},t.prototype.onMouseEnter=function(){this.setState({labelActive:!0})},t.prototype.onMouseLeave=function(){this.state.isDrag||this.setState({labelActive:!1})},t.prototype.render=function(){var e=this,t=this.props,n=t.classnames,r=t.disabled,a=t.value,i=t.min,o=t.max,s=t.tooltipVisible,l=t.tipFormatter,u=t.unit,c=t.tooltipPlacement,d=void 0===c?"auto":c,v=this.state,y=v.isDrag,w=v.labelActive,_={left:g(a,i,o),zIndex:y?2:1};return r?p.createElement("div",{className:n("InputRange-handle"),style:_},p.createElement("div",{className:n("InputRange-handle-icon")},p.createElement(m.JO,{icon:"slider-handle",className:"icon"}))):p.createElement("div",{className:n("InputRange-handle"),style:_,ref:this.handleRef},p.createElement("div",{className:n(y?"InputRange-handle-drage":"InputRange-handle-icon"),onMouseDown:this.onMouseDown,onMouseEnter:this.onMouseEnter,onMouseLeave:this.onMouseLeave},p.createElement(m.JO,{icon:"slider-handle",className:"icon"})),p.createElement(h.aVW,{placement:d,target:function(){return(0,f.findDOMNode)(e)},container:function(){return(0,f.findDOMNode)(e)},rootClose:!1,show:!0},p.createElement(b,{show:w,classPrefix:this.props.classPrefix,classnames:n,value:a,tooltipVisible:s,tipFormatter:l,unit:u,placement:d})))},(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onMouseDown",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[MouseEvent]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onMouseMove",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onMouseUp",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onMouseEnter",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onMouseLeave",null),t}(p.Component),b=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.value,r=e.show,a=e.tooltipVisible,i=e.tipFormatter,o=e.unit,s=void 0===o?"":o,l=e.positionLeft,u=void 0===l?0:l,c=e.positionTop,d=void 0===c?0:c,f=this.props.placement;"auto"===f&&(u>=0&&d>=0&&(f="top"),u>=0&&d<0&&(f="bottom"),u<0&&d>=0&&(f="left"),u<0&&d<0&&(f="right"));var m=void 0!==a?a&&i?i(n):a:r;return p.createElement("div",{className:t("InputRange-label","pos-".concat((0,h.qRO)(f)),{"InputRange-label-visible":m})},p.createElement("span",null,n+s))},t}(p.Component),w=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.multipleValue={min:t.props.value.min,max:t.props.value.max},t.trackRef=p.createRef(),t}return(0,r.ZT)(t,e),t.prototype.updateValue=function(e){var t=this.props.onChange;t&&t(e)},t.prototype.getBoundingClient=function(e){var t=null==e?void 0:e.getBoundingClientRect();return{x:t.x,y:t.y,width:t.width,height:t.height}},t.prototype.pageXToValue=function(e){var t=this.getBoundingClient(this.trackRef.current),n=t.x,r=t.width,a=this.props,i=a.max,o=a.min;return(e-n)*(i-o)/r+o},t.prototype.onChange=function(e,t){var n;void 0===t&&(t="min");var a=this.props,i=a.max,o=a.min,s=a.step,l=a.multiple,u=a.value,c=this.pageXToValue(e);if(!(c>i||c=t/2?e:e-t;n<=r;)n+=t;return n},t.prototype.onClickTrack=function(e){if(!this.props.disabled){var t=this.props.value,n=this.pageXToValue(e.pageX),r=Math.abs(n-t.min)>Math.abs(n-t.max)?"max":"min";this.onChange(e.pageX,r)}},t.prototype.renderSteps=function(){var e=this.props,t=e.max,n=e.min,r=e.step,a=e.showSteps,o=e.classnames,s=e.parts,l=a;(s>1||Array.isArray(s))&&(l=!0);var u=t-n,c=s>1?s:Math.floor(u/r),d=u/c,h=Array.isArray(s)?s.map((function(e){return e-n})):i()(c-1).map((function(e){return(e+1)*d}));return l&&p.createElement("div",null,h.map((function(e){return p.createElement("span",{key:e,className:o("InputRange-track-dot"),style:{left:100*e/(t-n)+"%"}})})))},t.prototype.onGetChangeValue=function(e,t){var n=this.props,r=n.max,a=n.min,i=this.pageXToValue(e);if(!(i>r||in.clientWidth/2},t.prototype.mouseLeave=function(){var e=this.state,t=e.value,n=e.isClear,r=this.props,a=r.half;if(!r.readOnly){if(n)return this.setState({isClear:!1,hoverValue:null});a&&this.setState({halfStar:{at:Math.floor(t),hidden:t%1==0}}),this.setState({stars:this.getStars(),hoverValue:null}),this.getShowColorAndText(t)}},t.prototype.handleStarMouseLeave=function(e,t){var n=this.starsNode[t].getBoundingClientRect().left;if(this.state.isClear)return this.setState({isClear:!1});e.clientX<=n&&(this.getShowColorAndText(t),this.setState({stars:this.getStars(t),halfStar:{at:t,hidden:!0}}))},t.prototype.handleClick=function(e,t){var n=this.props,r=n.half,a=n.readOnly,i=n.onChange,o=n.allowClear;if(!a){var s;if(r){var l=this.moreThanHalf(e,t);l&&(t+=1),s=l?t:t+.5,this.setState({halfStar:{at:t,hidden:l}})}else s=t+=1;var u=o&&s===this.state.value;u&&(s=t=0),this.setState({value:s,stars:this.getStars(t),isClear:u}),this.getShowColorAndText(s),i&&i(s)}},t.prototype.renderStars=function(){var e=this,t=this.state,n=t.halfStar,r=t.stars,i=t.showColor,o=this.props,s=o.inactiveColor,l=o.char,u=o.half,c=o.disabled,d=o.readOnly,p=o.charClassName,h=o.classnames;return a.createElement("ul",{onMouseLeave:this.mouseLeave},r.map((function(t,r){var o=u&&!n.hidden&&n.at===r;return a.createElement("li",{ref:e.saveRef(r),className:h("Rating-star",p,{"is-half":o,"is-active":t.active,"is-disabled":d||c}),key:r,style:{color:t.active?i:s},onMouseOver:function(t){return e.mouseOver(t,r)},onMouseMove:function(t){return e.mouseOver(t,r)},onClick:function(t){return e.handleClick(t,r)},onMouseLeave:function(t){return e.handleStarMouseLeave(t,r)}},o&&a.createElement("div",{className:h("Rating-star-half"),style:{color:i}},l),l)})))},t.prototype.renderText=function(){var e,t=this.state.showText,n=this.props,r=n.textClassName,i=n.textPosition,o=n.classnames;return t?a.createElement("span",{className:o("Rating-text",r,(e={},e["Rating-text--".concat("left"===i?"left":"right")]=i,e))},t):null},t.prototype.render=function(){var e=this.props,t=e.className,n=e.textPosition,r=e.classnames;return a.createElement("div",{className:r("Rating",t),ref:this.ratingRef},"left"===n?a.createElement(a.Fragment,null,this.renderText(),this.renderStars()):a.createElement(a.Fragment,null,this.renderStars(),this.renderText()))},t.defaultProps={containerClass:"rating",readOnly:!1,half:!0,allowClear:!0,value:0,count:5,char:a.createElement(o.JO,{icon:"star",className:"icon",iconContent:"Rating-star-icon"}),colors:"",textPosition:"right"},t}(a.Component),u=(0,i.YYN)(l)},95318:function(e,t,n){"use strict";n.d(t,{Z:function(){return v}});var r=n(70655),a=n(34594),i=n(67294),o=n(57557),s=n.n(o),l=n(93754),u=n.n(l),c=n(95483),d=n(86225),p=n(68630),h=n.n(p),f=n(52014),m=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={isFocused:!1},t.inputRef=i.createRef(),t}return(0,r.ZT)(t,e),t.prototype.focus=function(){var e;null===(e=this.inputRef.current)||void 0===e||e.focus()},t.prototype.blur=function(){var e;null===(e=this.inputRef.current)||void 0===e||e.blur()},t.prototype.clearValue=function(e){e.preventDefault(),e.stopPropagation(),this.props.onClear&&this.props.onClear(e),this.props.onResultChange&&this.props.onResultChange([])},t.prototype.handleFocus=function(e){var t=this.props.onFocus;t&&t(e),this.setState({isFocused:!0})},t.prototype.handleBlur=function(e){var t=this.props.onBlur;t&&t(e),this.setState({isFocused:!1})},t.prototype.removeItem=function(e){e.stopPropagation(),e.preventDefault();var t=this.props,n=t.result,r=t.onResultChange,a=parseInt(e.currentTarget.getAttribute("data-index"),10),i=Array.isArray(n)?n.concat():[];i.splice(a,1),r&&r(i)},t.prototype.handleChange=function(e){var t=this.props.onChange;null==t||t(e.currentTarget.value)},t.prototype.renderMultipeTags=function(e){var t=this,n=this.props,a=n.maxTagCount,o=n.overflowTagPopover,l=n.itemRender,d=n.classnames,p=n.showInvalidMatch;if(null!=a&&u()(Math.floor(a))&&Math.floor(a)>=0&&Math.floor(a)0?b:m:p?"":m),onFocus:this.handleFocus,onBlur:this.handleBlur})):null,v),i.createElement("div",{className:o("ResultBox-actions")},s&&!l&&(Array.isArray(p)?p.length:p)?i.createElement("a",{onClick:this.clearValue,className:o("ResultBox-clear",{"ResultBox-clear-with-arrow":T})},i.createElement("div",{className:o("ResultBox-clear-wrap")},i.createElement(c.JO,{icon:"input-clear",className:"icon"}))):null,M,T&&!D&&i.createElement("span",{className:o("ResultBox-pc-arrow")},i.createElement(c.JO,{icon:"right-arrow-bold",className:"icon"})),!y&&D?i.createElement("span",{className:o("ResultBox-arrow")},i.createElement(c.JO,{icon:"caret",className:"icon"})):null))},t.defaultProps={clearable:!1,placeholder:"placeholder.noData",inputPlaceholder:"placeholder.enter",itemRender:function(e){return i.createElement("span",null,"".concat(e.scopeLabel||"").concat(e.label))}},(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"clearValue",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleFocus",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleBlur",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"removeItem",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleChange",null),t}(i.Component),v=(0,a.YYN)((0,a.eAU)((0,a.nmi)(m,{value:"onChange",result:"onResultChange"})))},88505:function(e,t,n){"use strict";n.d(t,{Z:function(){return f}});var r=n(70655),a=n(67294),i=n(51474),o=n(73935),s=n(96486),l=n(34594),u=n(95483),c=n(24009),d=n(91680),p=n(54175),h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={searchResult:null},t.id=(0,l.M8z)(),t.unmounted=!1,t}var n;return(0,r.ZT)(t,e),t.itemRender=function(e,t){return a.createElement("span",null,"".concat(e.scopeLabel||"").concat(e[(null==t?void 0:t.labelField)||"label"]))},t.prototype.componentDidMount=function(){this.props.sortable&&this.initSortable()},t.prototype.componentDidUpdate=function(){this.props.sortable?this.sortable||this.initSortable():this.desposeSortable()},t.prototype.componentWillUnmount=function(){this.desposeSortable(),this.unmounted=!0},t.prototype.initSortable=function(){var e=this,t=this.props.classPrefix,n=(0,o.findDOMNode)(this).querySelector(".".concat(t,"Selections-items"));n&&(this.sortable=new i.ZP(n,{group:"selections-".concat(this.id),animation:150,handle:".".concat(t,"Selections-dragbar"),ghostClass:"".concat(t,"Selections-item--dragging"),onEnd:function(t){var n,r;if(t.newIndex!==t.oldIndex){var a=t.to;t.newIndex-1&&(d.splice(p,1),a&&a(d));var h=parseInt(e.currentTarget.getAttribute("data-index"),10);h>-1&&(c.splice(h,1),this.setState({searchResult:c}))}else{var f=parseInt(e.currentTarget.getAttribute("data-index"),10),m=this.props,v=m.value,g=m.onChange;if(!Array.isArray(v))return;var y=v.concat();y.splice(f,1),null==g||g(y)}}},t.prototype.renderOption=function(e,t,n,r){var i=this;void 0===r&&(r={});var o=this.props,s=o.classnames,l=o.itemRender,c=o.disabled,d=o.itemClassName,p=o.sortable,h=o.labelField;o.translate;var f=o.showInvalidMatch;return a.createElement("div",{style:r,className:s("Selections-item",d,null==e?void 0:e.className),key:t},p&&!c&&n.length>1?a.createElement(u.JO,{className:s("Selections-dragbar icon"),icon:"drag-bar"}):null,a.createElement("label",{className:s("Selections-label",{"is-invalid":!!f&&(null==e?void 0:e.__unmatched)})},l(e,{index:t,disabled:c,onChange:this.handleValueChange.bind(this,t),labelField:h})),c?null:a.createElement("a",{className:s("Selections-delBtn"),"data-index":t,onClick:function(t){return i.handleCloseItem(t,e)}},a.createElement(u.JO,{icon:"close",className:"icon"})))},t.prototype.renderNormalList=function(e){var t=this,n=this.props,i=n.classnames,o=n.translate,s=n.placeholder,l=n.virtualThreshold,u=void 0===l?1e3:l,c=n.itemHeight,h=void 0===c?30:c;return a.createElement(a.Fragment,null,Array.isArray(e)&&e.length?a.createElement("div",{className:i("Selections-items")},e.length>u?a.createElement(p.Z,null,(function(n){var i=n.height;return a.createElement(d.ZP,{height:i,itemCount:e.length,itemSize:h,renderItem:function(n){var a=n.index,i=n.style,o=e[a];return o?t.renderOption(o,a,e,(0,r.pi)((0,r.pi)({},i),{width:"100%"})):null}})})):e.map((function(n,r){return t.renderOption(n,r,e)}))):a.createElement("div",{className:i("Selections-placeholder")},o(s)))},t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.className,r=e.title,i=e.searchable,o=e.value,s=e.translate,l=e.searchPlaceholder,u=void 0===l?s("Transfer.searchKeyword"):l,d=this.state.searchResult;return a.createElement("div",{className:t("Selections",n)},r?a.createElement("div",{className:t("Selections-title")},r):null,i?a.createElement(c.Z,{placeholder:u,onSearch:this.search,onCancelSearch:this.clearSearch}):null,this.renderNormalList(null!==d?d:o))},n=t,t.defaultProps={placeholder:"placeholder.selectData",itemRender:n.itemRender,searchPlaceholder:"",virtualThreshold:100,itemHeight:32},(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"search",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"clearSearch",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleCloseItem",null),t}(a.Component),f=(0,l.YYN)((0,l.eAU)(h))},78961:function(e,t,n){"use strict";n.d(t,{Z:function(){return g}});var r=n(70655),a=n(67294),i=n(96486),o=n.n(i),s=n(93754),l=n.n(s),u=n(23279),c=n.n(u),d=n(30381),p=n.n(d),h=n(34594),f=n(95483),m={enable:!1,key:"amis:search_history",limit:5,dropdownClassName:""},v=function(e){function t(){var t,n=this;return(n=e.apply(this,(0,r.ev)([],(0,r.CR)(arguments),!1))||this).inputRef=a.createRef(),n.state={isHistoryOpened:!1,isFocused:!1,inputValue:null!==(t=n.props.value)&&void 0!==t?t:"",historyRecords:n.getHistoryRecords()},n.lazyEmitSearch=c()((function(){var e,t=n.props.onSearch;null==t||t(null!==(e=n.state.inputValue)&&void 0!==e?e:"")}),250,{leading:!1,trailing:!0}),n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t;e.value!==this.props.value&&this.setState({inputValue:null!==(t=this.props.value)&&void 0!==t?t:""})},t.prototype.componentWillUnmount=function(){this.lazyEmitSearch.cancel()},t.prototype.handleActive=function(){var e,t=this.props.onActiveChange;null==t||t(!0),null===(e=this.inputRef.current)||void 0===e||e.focus()},t.prototype.handleCancel=function(){var e=this.props,t=e.onActiveChange,n=e.onCancel,r=e.onChange;null==t||t(!1),null==n||n(),this.setState({inputValue:""},(function(){return null==r?void 0:r("")}))},t.prototype.handleChange=function(e){var t=this,n=this.props,r=n.searchImediately,a=n.onChange,i=e.currentTarget.value;this.setState({inputValue:i},(function(){null==a||a(i),r&&t.lazyEmitSearch()}))},t.prototype.handleSearch=function(){var e=this.props.onSearch,t=this.state.inputValue;this.getHistoryOptions().enable&&(this.insertHistoryRecord(t),this.setState({isFocused:!1,isHistoryOpened:!1})),null==e||e(t||"")},t.prototype.handleKeyDown=function(e){"Enter"===e.key&&(this.handleSearch(),e.preventDefault())},t.prototype.handleClear=function(){var e=this,t=this.props,n=t.searchImediately,r=t.clearAndSubmit,a=t.onChange;this.setState({inputValue:""},(function(){null==a||a(""),(!0===r||n)&&e.lazyEmitSearch()}))},t.prototype.handleFocus=function(){var e,t,n=this.getHistoryOptions().enable;this.setState({isFocused:!0,isHistoryOpened:n}),null===(t=(e=this.props).onFocus)||void 0===t||t.call(e)},t.prototype.handleBlur=function(e){var t,n;this.setState({isFocused:!1,isHistoryOpened:!1}),null===(n=(t=this.props).onBlur)||void 0===n||n.call(t)},t.prototype.handleHistoryRecordSelect=function(e){var t=this;this.setState({inputValue:e.value,isHistoryOpened:!1,isFocused:!1},(function(){return t.handleSearch()}))},t.prototype.getHistoryOptions=function(){var e,t,n=this.props.history;return{enable:!!(null==n?void 0:n.enable),key:null!==(e=null==n?void 0:n.key)&&void 0!==e?e:m.key,limit:(null==n?void 0:n.limit)&&l()(null==n?void 0:n.limit)&&(null==n?void 0:n.limit)>0?null==n?void 0:n.limit:m.limit,dropdownClassName:null!==(t=null==n?void 0:n.dropdownClassName)&&void 0!==t?t:""}},t.prototype.getHistoryRecords=function(){var e=this.getHistoryOptions(),t=e.key,n=e.limit;try{var r=localStorage.getItem(t);return o().chain(r?JSON.parse(r):[]).uniqBy("value").orderBy(["timestamp"],["desc"]).slice(0,n).value()}catch(e){}return[]},t.prototype.clearHistoryRecords=function(){var e=this.getHistoryOptions().key;return localStorage.removeItem(e),this.setState({historyRecords:[]}),[]},t.prototype.removeHistoryRecord=function(e){var t=this.getHistoryOptions().key,n=this.getHistoryRecords(),r=n.findIndex((function(t){return t.value===e.value}));return~r&&(n.splice(r,1),localStorage.setItem(t,JSON.stringify(n)),this.setState({historyRecords:n})),n},t.prototype.insertHistoryRecord=function(e){var t=this.getHistoryRecords();if(!e||t.find((function(t){return t.value===e})))return t;try{var n=this.getHistoryOptions(),a=n.key,i=n.limit,s=o().chain((0,r.ev)((0,r.ev)([],(0,r.CR)(t),!1),[{value:e,timestamp:p()().unix()}],!1)).orderBy(["timestamp"],["desc"]).slice(0,i).value();return localStorage.setItem(a,JSON.stringify(s)),this.setState({historyRecords:s}),s}catch(e){}return t},t.prototype.renderInput=function(e){var t=this.props,n=t.classnames,r=t.active,i=t.name,o=t.className,s=t.style,l=t.disabled,u=t.placeholder,c=t.mini,d=t.enhance,p=t.clearable,h=t.translate,m=this.state,v=m.isFocused,g=m.inputValue,y=this.getHistoryOptions().enable;return a.createElement("div",{className:n("SearchBox",d&&"SearchBox--enhance",e?"":o,l?"is-disabled":"",v?"is-focused":"",!c||r?"is-active":"",{"is-history":y}),style:s},a.createElement("input",{name:i,ref:this.inputRef,onFocus:this.handleFocus,onBlur:this.handleBlur,onChange:this.handleChange,onKeyDown:this.handleKeyDown,value:null!=g?g:"",disabled:l,placeholder:h(u||"placeholder.enter"),autoComplete:"off"}),!c&&p&&g&&!l?a.createElement("div",{className:n("SearchBox-clearable"),onClick:this.handleClear},a.createElement(f.JO,{icon:"input-clear",className:"icon"})):null,c?r?a.createElement("a",{className:n("SearchBox-cancelBtn"),onClick:this.handleCancel},a.createElement(f.JO,{icon:"close",className:"icon"})):a.createElement("a",{className:n("SearchBox-activeBtn"),onClick:this.handleActive},a.createElement(f.JO,{icon:"search",className:"icon"})):a.createElement("a",{className:n("SearchBox-searchBtn"),onClick:this.handleSearch},a.createElement(f.JO,{icon:"search",className:"icon"})))},t.prototype.renderTag=function(e,t){var n=this,r=this.props.classnames;return a.createElement("span",{className:r("Tag","SearchBox-history-tag"),key:t},a.createElement("span",{className:r("SearchBox-history-tag-text"),onMouseDown:function(t){t.preventDefault(),n.handleHistoryRecordSelect(e)}},e.value),a.createElement("span",{className:r("SearchBox-history-tag-close"),onMouseDown:function(t){t.preventDefault(),n.removeHistoryRecord(e)}},a.createElement(f.JO,{icon:"close",className:"icon"})))},t.prototype.renderHitoryMode=function(){var e=this,t=this.props,n=t.classnames,r=t.translate,i=t.className,o=t.style,s=this.state,l=s.isHistoryOpened,u=s.inputValue,c=s.historyRecords,d=this.getHistoryOptions().dropdownClassName,p=l&&!u&&c.length>0;return a.createElement("div",{id:"searchbox-history",className:n("SearchBox-history",i),style:o},this.renderInput(!0),a.createElement("div",{className:n("SearchBox-history-dropdown",d,{"is-active":p})},a.createElement("header",null,a.createElement("h4",null,r("searchHistory")),a.createElement("a",{onMouseDown:function(t){t.preventDefault(),e.clearHistoryRecords()}},r("clear"))),a.createElement("div",{className:n("SearchBox-history-content")},c.map((function(t,n){return e.renderTag(t,n)})))))},t.prototype.render=function(){return this.getHistoryOptions().enable?this.renderHitoryMode():this.renderInput()},t.defaultProps={mini:!0,enhance:!1,clearable:!1,searchImediately:!0,history:m,clearAndSubmit:!1},(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleActive",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleCancel",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleChange",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSearch",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleKeyDown",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClear",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleFocus",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleBlur",null),t}(a.Component),g=(0,h.YYN)((0,h.eAU)((0,h.nmi)(v,{active:"onActiveChange",value:"onChange"})))},50800:function(e,t,n){"use strict";n.d(t,{G0:function(){return x},IW:function(){return M},ZP:function(){return A},_:function(){return L}});var r=n(70655),a=n(34594),i=n(67294),o=n(93754),s=n.n(o),l=n(57557),u=n.n(l),c=n(82492),d=n.n(c),p=n(91680),h=n(52014),f=n(21261),m=n(95483),v=n(90233),g=n(68630),y=n.n(g),b=n(73935),w=n(10156),_=n(86225),C=n(55843),E=n(8543),k=n(21686),S=n(94018);function x(e,t,n){if(void 0===n&&(n=!1),n&&(e=(0,a.LYx)(e,n,t.labelField,t.valueField,t.pathSeparator,t.delimiter).nodeValueArray),t.multi||t.multiple){if("string"==typeof e&&(e=e.split(t.delimiter||",")),!Array.isArray(e)){if(null==e)return[];e=[e]}return e.map((function(e){return T(e,t.options,t.valueField)||((0,a.Kn2)(e)&&e.hasOwnProperty(t.valueField||"value")?e:void 0)})).filter((function(e){return e}))}Array.isArray(e)&&(e=e[0]);var r=T(e,t.options,t.valueField);return r?[r]:(0,a.Kn2)(e)&&e.hasOwnProperty(t.valueField||"value")?[e]:[]}function T(e,t,n){var r;void 0===n&&(n="value");var i=typeof e;return"string"!==i&&"number"!==i&&"boolean"!==i&&"object"!==i?e:t?("object"===i&&e&&e.hasOwnProperty(n||"value")&&(e=null!==(r=e[n||"value"])&&void 0!==r?r:""),(0,a.hEs)(t,M(e,n||"value"))):null}function M(e,t){return void 0===t&&(t="value"),function(n){return function(e,t,n){return void 0===n&&(n="value"),(0,a.Kn2)(e)?e===t[n||"value"]:String(t[n||"value"])===String(e)}(e,n,t)}}function O(e,t,n){return void 0===t&&(t={values:[],options:[]}),void 0===n&&(n="value"),"string"==typeof e?e.split(",").map((function(e){var n=t.values.indexOf(e);if(~n)return t.options[n];var r={label:e,value:e};return t.values.push(r.value),t.options.push(r),r})):Array.isArray(e)&&"string"==typeof e[0]?e.map((function(e){var n=t.values.indexOf(e);if(~n)return t.options[n];var r={label:e,value:e};return t.values.push(r.value),t.options.push(r),r})):Array.isArray(e)?e.map((function(e){var a=e&&e[n],i=void 0===a||e.children?-1:t.values.indexOf(a);if(~i)return t.options[i];var o=(0,r.pi)((0,r.pi)({},e),{value:a});return void 0!==o.children?o.children=O(o.children,t,n):void 0!==a&&(t.values.push(a),t.options.push(o)),o})):y()(e)?Object.keys(e).map((function(n){var r=t.values.indexOf(n);if(~r)return t.options[r];var a={label:e[n],value:n};return t.values.push(a.value),t.options.push(a),a})):[]}var N=f.ZP.stateChangeTypes,D=function(e){function t(t){var n=e.call(this,t)||this;return n.menu=i.createRef(),n.state={isOpen:t.defaultOpen||!1,isFocused:!1,inputValue:"",highlightedIndex:-1,selection:x(t.value,t),itemHeight:32,pickerSelectItem:""},n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=this.props.loadOptions;e&&e("")},t.prototype.componentDidUpdate=function(e){var t=this.props,n=a.ZTd;if(JSON.stringify(t.value)!==JSON.stringify(e.value)||JSON.stringify(t.options)!==JSON.stringify(e.options)){var r=x(t.value,t);this.setState({selection:r},n)}},t.prototype.open=function(){var e=this;this.props.disabled||this.setState({isOpen:!0,highlightedIndex:-1},(function(){return setTimeout(e.focus,500)}))},t.prototype.close=function(){this.setState({isOpen:!1})},t.prototype.confirm=function(){this.handleChange(this.state.pickerSelectItem),this.setState({isOpen:!1})},t.prototype.toggle=function(e){var t=this;e&&this.menu.current&&this.menu.current.contains(e.target)||this.props.disabled||this.setState({isOpen:!this.state.isOpen,highlightedIndex:-1},this.state.isOpen?void 0:function(){return setTimeout(t.focus,500)})},t.prototype.onFocus=function(e){var t=this.props.simpleValue,n=this.state.selection,a=t?n.map((function(e){return e.value})):n;this.props.disabled||this.state.isOpen||this.setState({isFocused:!0},this.focus),this.props.onFocus&&this.props.onFocus((0,r.pi)((0,r.pi)({},e),{value:a}))},t.prototype.onBlur=function(e){var t=this.props.simpleValue,n=this.state.selection,a=t?n.map((function(e){return e.value})):n;this.setState({isFocused:!1}),this.props.onBlur&&this.props.onBlur((0,r.pi)((0,r.pi)({},e),{value:a}))},t.prototype.focus=function(){this.input?this.input.focus():this.getTarget()&&this.getTarget().focus()},t.prototype.blur=function(){this.input?this.input.blur():this.getTarget()&&this.getTarget().blur()},t.prototype.getTarget=function(){return this.target||(this.target=(0,b.findDOMNode)(this)),this.target},t.prototype.inputRef=function(e){this.input=e},t.prototype.toggleCheckAll=function(){var e=this.props,t=e.options,n=e.onChange,r=e.simpleValue,a=e.checkAllBySearch,i=e.labelField,o=e.valueField,s=this.state.inputValue,l=this.state.selection,u=s&&!1!==a?(0,v.Lu)(t,s,{keys:[i||"label",o||"value"]}):t.concat(),c=u.map((function(e){return e.value})),d=l.map((function(e){return e.value}));l=c.every((function(e){return d.indexOf(e)>-1}))?[]:u,n(r?l.map((function(e){return e.value})):l)},t.prototype.removeItem=function(e,t){var n=this.props,r=n.onChange,a=n.simpleValue;if(!n.disabled){var i=this.state.selection;t&&t.stopPropagation(),(i=Array.isArray(i)?i.concat():[i]).splice(e,1),r(a?i.map((function(e){return e.value})):i)}},t.prototype.handleInputChange=function(e){var t=this,n=this.props.loadOptions;this.setState({inputValue:e.currentTarget.value},(function(){return n&&n(t.state.inputValue)}))},t.prototype.handlePickerChange=function(e,t,n){this.props.multiple||(e=e[0]),this.setState({pickerSelectItem:e}),n&&this.handleChange(e)},t.prototype.handleChange=function(e){var t=this.props,n=t.onChange,r=t.multiple,a=t.simpleValue,i=t.valueField,o=this.state.selection;if(r){var s=o.map((function(e){return e[i]}));o=o.concat();var l=s.indexOf(e[i]);~l?o.splice(l,1):o.push(e),n(a?o.map((function(e){return e[i]})):o)}else n(a?e[i]:e)},t.prototype.handleStateChange=function(e){var t=this.props,n=t.multiple,a=t.checkAll,i={};switch(e.type){case N.keyDownEnter:case N.clickItem:i=(0,r.pi)((0,r.pi)({},i),{isOpen:!!n,isFocused:!(!n||!a)});break;case N.controlledPropUpdatedSelectedItem:break;case N.changeInput:i.highlightedIndex=0;break;case N.keyDownArrowDown:case N.keyDownArrowUp:case N.itemMouseEnter:i=(0,r.pi)((0,r.pi)({},i),e)}Object.keys(i).length&&this.setState(i)},t.prototype.handleKeyPress=function(e){" "===e.key&&e.shiftKey&&(this.toggle(),e.preventDefault())},t.prototype.clearValue=function(e){var t=this.props.onChange;e.preventDefault(),e.stopPropagation(),t(this.props.resetValue)},t.prototype.clearSearchValue=function(){var e=this.props.loadOptions;this.setState({inputValue:""},(function(){return null==e?void 0:e("")}))},t.prototype.handleAddClick=function(){var e=this.props.onAdd;e&&e()},t.prototype.handleEditClick=function(e,t){var n=this.props.onEdit;e.preventDefault(),e.stopPropagation(),n&&n(t)},t.prototype.handleDeleteClick=function(e,t){var n=this.props.onDelete;e.preventDefault(),e.stopPropagation(),n&&n(t)},t.prototype.renderValue=function(e){var t=this;e.inputValue,e.isOpen;var n=this.props,a=n.classnames,o=n.multiple,l=n.valuesNoWrap,c=n.placeholder,d=n.labelField,p=n.disabled,f=n.maxTagCount,v=n.overflowTagPopover,g=n.showInvalidMatch,y=n.renderValueLabel,b=n.translate,w=this.state.selection;if(!w.length)return i.createElement("div",{key:"placeholder",className:a("Select-placeholder")},b(c));if(o&&null!=f&&s()(Math.floor(f))&&Math.floor(f)>=0&&Math.floor(f)U,te=G.map((function(e){return e[b]}));if(M&&A){var ne=(!1!==P?Q:y).map((function(e){return e[b]}));$=ne.every((function(e){return te.indexOf(e)>-1})),X=ne.some((function(e){return te.indexOf(e)>-1}))}var re=this.props.itemHeight||this.state.itemHeight,ae=function(e){var t=e.index,c=e.style,p=Q[t];if(!p)return null;var h=o===p||!!~te.indexOf(p[b]);return B&&h?null:i.createElement("div",(0,r.pi)({},s({key:"string"==typeof p.value?"".concat(p.label,"-").concat(p.value):t,index:t,item:p,disabled:p.disabled}),{style:d()(c,ee?{width:"100%"}:{}),className:N("Select-option",{"is-disabled":p.disabled,"is-highlight":l===t,"is-active":h})}),z?M?i.createElement(w.Z,{checked:h,trueValue:p.value,onChange:function(){n.handleChange(p)},disabled:p.disabled},z(p,{multiple:M,checkAll:A,checked:h,onChange:function(){return n.handleChange(p)},inputValue:u||"",searchable:F,index:t})):z(p,{multiple:M,checkAll:A,checked:h,onChange:function(){return n.handleChange(p)},inputValue:u||"",searchable:F,index:t}):M?i.createElement("div",{title:p[C],className:N("Select-option-checkbox")},i.createElement(w.Z,{checked:h,trueValue:p.value,onChange:function(){n.handleChange(p)},disabled:p.disabled,size:"sm"},p.disabled?p[C]:(0,a.CHQ)(p[C],u,N("Select-option-hl")),p.tip)):i.createElement("span",{className:N("Select-option-content"),title:"string"==typeof p[C]?p[C]:""},p.disabled?p[C]:(0,a.CHQ)(p[C],u,N("Select-option-hl")),p.tip),Y?i.createElement("a",{"data-tooltip":Z("Select.edit"),"data-position":"left"},i.createElement(m.JO,{icon:"pencil",className:"icon",onClick:function(e){return n.handleEditClick(e,p)}})):null,V?i.createElement("a",{"data-tooltip":Z("Select.clear"),"data-position":"left"},i.createElement(m.JO,{icon:"close",className:"icon",onClick:function(e){return n.handleDeleteClick(e,p)}})):null)},ie=(0,a.tqC)()&&J,oe=i.createElement("div",{ref:this.menu,className:N("Select-menu",{"Select--longlist":ee,"is-mobile":ie})},F?i.createElement("div",{className:N("Select-input",{"is-focused":this.state.isFocused})},i.createElement(m.JO,{icon:"search",className:"icon"}),i.createElement(_.Z,(0,r.pi)({},h({onFocus:this.onFocus,onBlur:this.onBlur,disabled:j,placeholder:Z(I),onChange:this.handleInputChange,ref:this.inputRef}))),(null==u?void 0:u.length)?i.createElement("a",{onClick:this.clearSearchValue,className:N("Select-clear")},i.createElement(m.JO,{icon:"close",className:"icon"})):null):null,M&&O?i.createElement("div",{className:N("Select-option")},"已选择(",te.length,")"):null,M&&A&&Q.length?i.createElement("div",{className:N("Select-option")},i.createElement(w.Z,{checked:X,partial:X&&!$,onChange:this.toggleCheckAll,size:"sm"},Z(L))):null,T&&!j?i.createElement("a",{className:N("Select-addBtn"),onClick:this.handleAddClick},i.createElement(m.JO,{icon:"plus",className:"icon"}),Z(R)):null,Q.length?Q.length>U?i.createElement(p.ZP,{height:Q.length>8?266:Q.length*re,itemCount:Q.length,itemSize:re,renderItem:ae}):Q.map((function(e,t){return ae({index:t})})):i.createElement("div",{className:N("Select-noResult")},Z(E)));return ie?i.createElement(k.Z,{className:N("Select-popup"),container:g,isShow:this.state.isOpen,onHide:this.close},oe):i.createElement(a.aVW,{container:g||this.getTarget,containerSelector:D,target:this.getTarget,placement:"auto"===H?S.e.alignToPlacement(q):H,show:!0},i.createElement(a.v$m,{overlay:!0,className:N("Select-popover"),style:{width:q&&S.e.calcOverlayWidth(q,null===(t=this.target)||void 0===t?void 0:t.offsetWidth)||(this.target?this.target.offsetWidth:"auto")},onHide:this.close},oe))},t.prototype.render=function(){var e=this,t=this.props,n=t.classnames,r=t.multiple,o=t.valuesNoWrap,s=t.searchable,l=t.inline,u=t.block,c=t.className,d=t.value,p=t.loading,h=t.clearable,v=t.labelField,g=t.disabled;t.checkAll;var y=t.borderMode,b=t.useMobileUI,w=t.hasError,_=t.loadingConfig,E=this.state.selection,k=this.state.inputValue,S=this.props.resetValue,x=b&&(0,a.tqC)();return i.createElement(f.ZP,{selectedItem:E,highlightedIndex:this.state.highlightedIndex,isOpen:this.state.isOpen,inputValue:k,onChange:r?a.ZTd:this.handleChange,onStateChange:this.handleStateChange,itemToString:function(e){return e?"".concat(e[v]):""}},(function(t){var f,v=t.isOpen;return i.createElement("div",{tabIndex:g?-1:0,onKeyPress:e.handleKeyPress,onClick:e.toggle,onFocus:e.onFocus,onBlur:e.onBlur,className:n("Select",(f={},f["Select--multi"]=r,f["Select--inline"]=l,f["Select--block"]=u,f["Select--searchable"]=s,f["is-opened"]=v,f["is-focused"]=e.state.isFocused,f["is-disabled"]=g,f["is-mobile"]=x,f["is-error"]=w,f["Select--border".concat((0,a.zfV)(y))]=y,f),c)},i.createElement("div",{className:n("Select-valueWrap",{"Select-valuesNoWrap":o})},e.renderValue(t)),h&&!g&&(Array.isArray(d)?d.length:null!=d&&d!==S)?i.createElement("a",{onClick:e.clearValue,className:n("Select-clear")},i.createElement(m.JO,{icon:"input-clear",className:"icon"})):null,p?i.createElement(C.Z,{show:!0,icon:"reload",size:"sm",spinnerClassName:n("Select-spinner"),loadingConfig:_}):null,i.createElement("span",{className:n("Select-arrow")},i.createElement(m.JO,{icon:"right-arrow-bold",className:"icon"})),v?e.renderOuter(t):null)}))},t.defaultProps={multiple:!1,clearable:!0,creatable:!1,showInvalidMatch:!1,createBtnLabel:"Select.createLabel",searchPromptText:"Select.searchPromptText",loadingPlaceholder:"loading",noResultsText:"noResult",clearAllText:"Select.clearAll",clearValueText:"Select.clear",placeholder:"Select.placeholder",valueField:"value",labelField:"label",resetValue:"",inline:!1,disabled:!1,checkAll:!1,checkAllLabel:"Select.checkAll",defaultCheckAll:!1,overlayPlacement:"auto",virtualThreshold:100},(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"open",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"close",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"confirm",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"toggle",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onFocus",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onBlur",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"focus",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getTarget",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[HTMLInputElement]),(0,r.w6)("design:returntype",void 0)],t.prototype,"inputRef",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"toggleCheckAll",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleInputChange",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Number,Boolean]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handlePickerChange",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleChange",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleStateChange",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleKeyPress",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"clearValue",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"clearSearchValue",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleAddClick",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Event,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleEditClick",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Event,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleDeleteClick",null),t}(i.Component),A=(0,a.YYN)((0,a.eAU)((0,a.nmi)(D,{value:"onChange"}))),L=(0,E.i)({adaptor:function(e){return e.options||e.items||e.rows||e},normalizeConfig:function(e,t){return e=O(e),Array.isArray(e)?e.concat():t}})(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.loading,n=e.config;e.deferLoad,e.updateConfig;var a=(0,r._T)(e,["loading","config","deferLoad","updateConfig"]);return i.createElement(A,(0,r.pi)({},a,{options:n||a.options||[],loading:t}))},t}(i.Component))},87271:function(e,t,n){"use strict";n.d(t,{PA:function(){return d},ZP:function(){return h}});var r=n(70655),a=n(67294),i=n(18446),o=n.n(i),s=n(94184),l=n.n(s),u=n(34594),c=n(10156),d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}var n;return(0,r.ZT)(t,e),t.itemRender=function(e,t){return a.createElement("span",{className:l()({"is-invalid":null==e?void 0:e.__unmatched})},e[(null==t?void 0:t.labelField)||"label"],e.tip||"")},t.value2array=function(e,t,n){return void 0===n&&(n=function(e){return e}),void 0===e?[]:(Array.isArray(e)||(e=[e]),e.map((function(e){return(0,u.hEs)(t,(function(t){return o()(n(t),e)}))||e})))},t.resolveSelected=function(e,t,n){return void 0===n&&(n=function(e){return e}),e=Array.isArray(e)?e[0]:e,(0,u.hEs)(t,(function(t){return o()(n(t),e)}))},t.prototype.intersectArray=function(e,t){return Array.isArray(e)&&Array.isArray(t)?e.length1?a.createElement("svg",{className:t("Sparkline-svg"),width:o,height:s,viewBox:"0 0 ".concat(o," ").concat(s)},this.renderLines()):null!=l?l:u("placeholder.empty"))},t.defaultProps={width:100,height:50},t}(a.Component),s=(0,i.YYN)((0,i.eAU)(o))},55843:function(e,t,n){"use strict";n.d(t,{Z:function(){return m}});var r,a=n(70655),i=n(67294),o=n(73935),s=n(34594),l=n(20660),u=n(95483),c=n(67090),d=n(22188),p=((r={})[l.cn]="in",r[l.d0]="in",r),h=c.V5.model("SpinnerSharedStore",{}).volatile((function(e){return{spinningContainers:d.LO.set([],{deep:!1})}})).actions((function(e){return{push:function(t){e.spinningContainers.has(t)||e.spinningContainers.add(t)},remove:function(t){e.spinningContainers.has(t)&&e.spinningContainers.delete(t)},checkLoading:function(t){if(e.spinningContainers.has(t)){if(!e.spinningContainers.size)return!1;var n=!0;return e.spinningContainers.forEach((function(e){e.contains(t)&&e!==t&&(n=!1)})),n}return!1}}})).create({}),f=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={spinning:!1,showMarker:!0},t.parent=null,t.loadingTriggered=!1,t.spinnerRef=function(e){e&&(t.parent=e.parentNode)},t.loadingChecker=(0,d.U5)((function(){return h.spinningContainers.size}),(function(){t.parent&&t.setState({spinning:h.checkLoading(t.parent)&&t.loadingTriggered})})),t}return(0,a.ZT)(t,e),t.prototype.componentDidUpdate=function(){var e,t,n=!0===(null===(e=this.props.loadingConfig)||void 0===e?void 0:e.show)||void 0===(null===(t=this.props.loadingConfig)||void 0===t?void 0:t.show);this.parent&&n&&(this.props.show?(this.loadingTriggered=!0,h.push(this.parent)):this.state.spinning&&this.loadingTriggered&&(this.loadingTriggered=!1,h.remove(this.parent)))},t.prototype.componentDidMount=function(){this.parent&&this.state.showMarker&&this.setState({showMarker:!1})},t.prototype.componentWillUnmount=function(){this.loadingChecker(),h.remove(this.parent)},t.prototype.renderBody=function(){var e=this.props,t=e.classnames,n=e.className,r=e.spinnerClassName,a=e.size,o=void 0===a?"":a,c=e.overlay,d=e.delay,h=e.icon,f=e.tip,m=e.tipPlacement,v=void 0===m?"":m,g=e.loadingConfig,y=(null==g?void 0:g.root)?h:"",b=y&&i.isValidElement(y),w={enter:d,exit:0},_=(null==g?void 0:g.root)||c;return i.createElement(i.Fragment,null,this.state.showMarker&&i.createElement("span",{className:t("Spinner-mark"),ref:this.spinnerRef}),i.createElement(l.ZP,{mountOnEnter:!0,unmountOnExit:!0,in:this.state.spinning,timeout:w},(function(e){var a,l,c;return i.createElement(i.Fragment,null,_?i.createElement("div",{className:t("Spinner-overlay",p[e])}):null,i.createElement("div",{"data-testid":"spinner",className:t("Spinner",f&&(a={},a["Spinner-tip--".concat(v)]=["top","right","bottom","left"].includes(v),a),(l={},l["Spinner--overlay"]=_,l),p[e],n)},i.createElement("div",{className:t("Spinner-icon",(c={},c["Spinner-icon--".concat(o)]=["lg","sm"].includes(o),c["Spinner-icon--default"]=!y,c["Spinner-icon--simple"]=!b&&y,c["Spinner-icon--custom"]=b,c),r)},y?b?y:(0,u.OL)(y)?i.createElement(u.JO,{icon:y,className:"icon"}):(0,s.rew)(t,y,"icon"):null),f?i.createElement("span",{className:t("Spinner-tip")},f):""))})))},t.prototype.render=function(){var e=this.props.loadingConfig,t=this.renderBody(),n=null==e?void 0:e.root,r=n?document.querySelector(n):null;return r?o.createPortal(t,r):t},t.defaultProps={show:!0,className:"",spinnerClassName:"",size:"",icon:"",tip:"",tipPlacement:"bottom",delay:0,overlay:!1,loadingConfig:{}},t}(i.Component),m=(0,s.YYN)(f)},79188:function(e,t,n){"use strict";n.d(t,{ZP:function(){return s},kd:function(){return r}});var r,a=n(67294),i=n(34594),o=n(95483);!function(e){e.wait="wait",e.process="process",e.finish="finish",e.error="error"}(r||(r={}));var s=(0,i.YYN)((function(e){var t=e.steps,n=e.classnames,s=e.className,l=e.style,u=e.current,c=e.status,d=e.mode,p=void 0===d?"horizontal":d,h=e.labelPlacement,f=void 0===h?"horizontal":h,m=e.progressDot,v=void 0!==m&&m,g=e.useMobileUI&&(0,i.tqC)();return a.createElement("ul",{className:n("Steps","Steps--Placement-".concat(v||"vertical"===f&&"vertical"!=p?"vertical":""),"Steps--".concat(v?"ProgressDot":""),"Steps--".concat(p),g?"Steps-mobile":"",s),style:l},t.map((function(e,t){var i=function(e,t){var n=r.wait,a=e.icon;if(ttr:last-child>th"),(function(e,t){n[t]=e.getBoundingClientRect().width}));var r=[];Object.keys(n).filter((function(e){return!isNaN(Number(e))})).sort().forEach((function(e){r.push(n[e])})),this.setState({colsWidth:r,tableWidth:t})}},t.prototype.renderVirtualTable=function(){var e=this,t=this.props,n=t.options,i=t.value,s=t.classnames,d=t.option2value;t.translate;var p=t.itemHeight,h=void 0===p?30:p,f=t.virtualListHeight,m=this.getColumns(),v=a.PA.value2array(i,n,d),g=this.state.rowRenderScope||{},y=g.startIndex,b=void 0===y?0:y,w=g.stopIndex,_=void 0===w?10:w,C=null;if(void 0!==b&&void 0!==_){for(var E=[],k=b;k<=_;k++){var S=n[k];if(!S)break;E.push(this.renderTr({option:S,rowIndex:k,valueArray:v,columns:m,styles:{height:"".concat(h,"px")}}))}C=o.createElement("table",{className:s("Table-table"),style:{marginTop:(b||0)*h+"px"}},this.state.colsWidth.length?o.createElement("colgroup",null,this.state.colsWidth.map((function(e,t){return o.createElement("col",{style:{width:"".concat(e,"px")},key:"col-".concat(t)})}))):null,o.createElement("tbody",null,E))}return o.createElement("div",{className:s("Table-content","is-virtual")},o.createElement("table",{className:s("Table-table"),ref:this.tableHeadRef.bind(this)},this.renderTHead()),o.createElement("div",{className:s("Table-content-virtual")},o.createElement(c.Z,{minHeight:f,onResize:this.handleVirtualTableResize.bind(this)},(function(t){var a=t.height;return o.createElement(l.ZP,{onItemsRendered:function(t){(0,u.isEqual)(e.state.rowRenderScope,t)||setTimeout((function(){e.setState({rowRenderScope:t})}))},height:a,itemCount:n.length,itemSize:h,WrapperComponent:"div",InnerComponent:"div",prefix:C,innerStyleFilter:function(e){return(0,r.pi)((0,r.pi)({},e),{position:"absolute",top:0,minWidth:void 0,width:"1px",visibility:"hidden"})},renderItem:function(){return null}})}))))},t.prototype.render=function(){var e=this.props,t=e.className,n=e.classnames,r=e.options,a=e.virtualThreshold,i=void 0===a?1e3:a,s=Array.isArray(r)&&r.length>i?this.renderVirtualTable():o.createElement("div",{className:n("Table-content")},o.createElement("table",{className:n("Table-table")},this.renderTHead(),this.renderTBody()));return o.createElement("div",{className:n("TableSelection",t)},s)},t.defaultProps=(0,r.pi)((0,r.pi)({},a.PA.defaultProps),{cellRender:function(e,t,n,r){return o.createElement("span",null,(0,i.H_J)(e.name,t))}}),t}(a.PA),p=(0,i.YYN)((0,i.eAU)((0,i.nmi)(d,{value:"onChange"})))},98391:function(e,t,n){"use strict";n.d(t,{OK:function(){return g},ZP:function(){return b}});var r,a=n(70655),i=n(67294),o=n(34594),s=n(20660),l=n(95483),u=n(23279),c=n.n(u),d=n(73935),p=n(52014),h=n(94018),f=n(51474),m=((r={})[s.d0]="in",r[s.cn]="in",r),v=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.contentRef=function(e){return t.contentDom=e},t}return(0,a.ZT)(t,e),t.prototype.render=function(){var e=this,t=this.props,n=t.classnames,r=t.mountOnEnter,a=t.reload,o=t.unmountOnExit,l=t.eventKey,u=t.activeKey,c=t.children,d=t.className;return i.createElement(s.ZP,{in:u===l,mountOnEnter:r,unmountOnExit:"boolean"==typeof a?a:o,timeout:500},(function(t){return t===s.d0&&e.contentDom.offsetWidth,i.createElement("div",{ref:e.contentRef,className:n(m[t],u===l?"is-active":"","Tabs-pane",d)},c)}))},t}(i.PureComponent),g=(0,o.YYN)(v),y=function(e){function t(t){var n=e.call(this,t)||this;return n.navMain=i.createRef(),n.scroll=!1,n.id=(0,o.M8z)(),n.draging=!1,n.toDispose=[],n.resizeDom=i.createRef(),n.checkArrowStatus=c()((function(){var e=n.navMain.current||{scrollLeft:0,scrollWidth:0,clientWidth:0},t=e.scrollLeft,r=e.scrollWidth,a=e.clientWidth,i=n.state,o=i.arrowRightDisabled,s=i.arrowLeftDisabled;0!==t||s?r!==t+a||o?0!==t&&s?n.setState({arrowLeftDisabled:!1}):r!==t+a&&o&&n.setState({arrowRightDisabled:!1}):n.setState({arrowRightDisabled:!0,arrowLeftDisabled:!1}):n.setState({arrowRightDisabled:!1,arrowLeftDisabled:!0})}),100,{trailing:!0,leading:!1}),n.state={isOverflow:!1,arrowLeftDisabled:!1,arrowRightDisabled:!1,dragIndicator:null,editingIndex:null,editInputText:null,editOriginText:null},n}return(0,a.ZT)(t,e),t.prototype.componentDidMount=function(){var e,t,n=this;this.computedWidth(),this.navMain&&(null===(e=this.navMain.current)||void 0===e||e.addEventListener("wheel",this.handleWheel,{passive:!1}),this.checkArrowStatus()),(null===(t=this.resizeDom)||void 0===t?void 0:t.current)&&this.toDispose.push((0,o.Adl)(this.resizeDom.current,(function(){return n.computedWidth()})))},t.prototype.componentDidUpdate=function(e){var t=(0,o.RjM)({activeKey:this.props.activeKey,children:Array.isArray(this.props.children)?this.props.children.map((function(e){var t,n;return{eventKey:null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.eventKey,title:"string"==typeof(null===(n=null==e?void 0:e.props)||void 0===n?void 0:n.title)?e.props.title:""}})):[]},{activeKey:e.activeKey,children:Array.isArray(e.children)?e.children.map((function(e){var t,n;return{eventKey:null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.eventKey,title:"string"==typeof(null===(n=null==e?void 0:e.props)||void 0===n?void 0:n.title)?e.props.title:""}})):[]});this.scroll||this.draging||!t||this.computedWidth(),this.scroll=!1},t.prototype.componentWillUnmount=function(){this.checkArrowStatus.cancel(),this.toDispose.forEach((function(e){return e()})),this.toDispose=[]},t.prototype.computedWidth=function(){var e=this.props,t=e.mode,n=e.tabsMode;if(!["vertical","sidebar"].includes(n||t)){var r=this.navMain.current,a=(null==r?void 0:r.clientWidth)||0,i=((null==r?void 0:r.scrollWidth)||0)>a;i!==this.state.isOverflow&&this.setState({isOverflow:i}),i&&!this.draging&&this.showSelected()}},t.prototype.showSelected=function(e){var t,n,r,a,i,o=this.props,s=o.mode,l=o.tabsMode,u=this.state.isOverflow;if(!["vertical","sidebar"].includes(l||s)&&u){var c=this.props,d=c.activeKey,p=c.children,h=void 0!==e?e:d,f=null==p?void 0:p.findIndex((function(e){return e.props.eventKey===h})),m=((null===(t=this.navMain.current)||void 0===t?void 0:t.children)||[])[f],v=null==m?void 0:m.offsetLeft,g=null==m?void 0:m.clientWidth,y=(null===(n=this.navMain.current)||void 0===n?void 0:n.scrollLeft)||0,b=(null===(r=this.navMain.current)||void 0===r?void 0:r.clientWidth)||0;y>v&&(null===(a=this.navMain.current)||void 0===a||a.scrollTo({left:v,behavior:"smooth"})),v+g>y+b&&(null===(i=this.navMain.current)||void 0===i||i.scrollTo({left:v+g-b,behavior:"smooth"}))}},t.prototype.handleSelect=function(e){var t=this,n=this.props.onSelect;this.showSelected(e),setTimeout((function(){t.checkArrowStatus()}),500),n&&n(e)},t.prototype.handleStartEdit=function(e,t){this.setState({editingIndex:e,editInputText:t,editOriginText:t})},t.prototype.handleEditInputChange=function(e){this.setState({editInputText:e.currentTarget.value})},t.prototype.handleEdit=function(){var e=this.state,t=e.editingIndex,n=e.editInputText,r=e.editOriginText,a=this.props.onEdit;this.setState({editingIndex:null,editInputText:null,editOriginText:null}),a&&(n=String(n).trim())&&n!==r&&a(t,n)},t.prototype.dragTipRef=function(e){!this.dragTip&&e?this.initDragging():this.dragTip&&!e&&this.destroyDragging(),this.dragTip=e},t.prototype.destroyDragging=function(){this.sortable&&this.sortable.destroy()},t.prototype.initDragging=function(){var e=this,t=this.props,n=t.classPrefix,r=t.onDragChange,a=(0,d.findDOMNode)(this);this.sortable=new f.ZP(a.querySelector(".".concat(n,"Tabs-links")),{group:this.id,animation:250,handle:".".concat(n,"Tabs-link"),ghostClass:"".concat(n,"Tabs-link--dragging"),onStart:function(){e.draging=!0},onEnd:function(t){if(t.newIndex!==t.oldIndex){var n=t.to;t.oldIndext.newIndex?t.oldIndex+1:t.oldIndex]):n.appendChild(t.item),setTimeout((function(){e.draging=!1})),r&&r(t)}}})},t.prototype.handleArrow=function(e){var t,n,r=this.navMain.current||{scrollLeft:0,scrollWidth:0,clientWidth:0},a=r.scrollLeft,i=r.scrollWidth,o=r.clientWidth;if("left"===e&&a>0){var s=a-o;null===(t=this.navMain.current)||void 0===t||t.scrollTo({left:s>0?s:0,behavior:"smooth"}),this.setState({arrowRightDisabled:!1,arrowLeftDisabled:s<=0})}else"right"===e&&i>a+o&&(s=a+o,null===(n=this.navMain.current)||void 0===n||n.scrollTo({left:s>i?i:s,behavior:"smooth"}),this.setState({arrowRightDisabled:s>i-o,arrowLeftDisabled:!1}));this.scroll=!0},t.prototype.handleWheel=function(e){var t,n,r=e.deltaY,a=e.deltaX,i=Math.abs(a);Math.abs(r)>i&&(null===(t=this.navMain.current)||void 0===t||t.scrollTo({left:(null===(n=this.navMain.current)||void 0===n?void 0:n.scrollLeft)+r}),e.preventDefault()),this.checkArrowStatus(),this.scroll=!0},t.prototype.generateTabKey=function(e,t,n){return(e===t?"hash-":"")+(null!=t?t:n)},t.prototype.renderNav=function(e,t,n){var r=this;if(e){var a=this.props,s=a.classnames,u=a.activeKey,c=a.mode,d=a.closable;a.draggable;var h=a.showTip,f=a.showTipClassName,m=a.editable,v=e.props,g=v.eventKey,y=v.disabled,b=v.icon,w=v.iconPosition,_=v.title,C=v.toolbar,E=v.tabClassName,k=v.closable,S=v.hash,x=this.state,T=x.editingIndex,M=x.editInputText,O=void 0===u&&0===t?g:u,N=(0,o.rew)(s,b,"Icon"),D=i.createElement("a",{title:"string"==typeof _?_:void 0},m&&T===t?i.createElement("input",{className:s("Tabs-link-edit"),type:"text",value:M,autoFocus:!0,onFocus:function(e){return e.currentTarget.select()},onChange:this.handleEditInputChange,onBlur:this.handleEdit,onKeyPress:function(e){return e&&"Enter"===e.key&&r.handleEdit()}}):i.createElement(i.Fragment,null,b?"right"===w?i.createElement(i.Fragment,null,_," ",N):i.createElement(i.Fragment,null,N," ",_):_,i.isValidElement(C)?C:null));return i.createElement("li",{className:s("Tabs-link",O===g?"is-active":"",y?"is-disabled":"",E),key:this.generateTabKey(S,g,t),onClick:function(){return y?"":r.handleSelect(g)},onDoubleClick:function(){m&&r.handleStartEdit(t,_)}},h?i.createElement(p.Z,{placement:"top",tooltip:_,trigger:"hover",tooltipClassName:f},D):D,n&&(null!=k?k:d)&&i.createElement("span",{className:s("Tabs-link-close"),onClick:function(e){e.stopPropagation(),r.props.onClose&&r.props.onClose(t,null!=g?g:t)}},i.createElement(l.JO,{icon:"close",className:s("Tabs-link-close-icon")})),"chrome"===c?i.createElement("div",{className:"chrome-tab-background"},i.createElement("svg",{viewBox:"0 0 124 124",className:"chrome-tab-background--right"},i.createElement("path",{d:"M0,0 C0,68.483309 55.516691,124 124,124 L0,124 L0,-1 C0.00132103964,-0.667821298 0,-0.334064922 0,0 Z"})),i.createElement("svg",{viewBox:"0 0 124 124",className:"chrome-tab-background--left"},i.createElement("path",{d:"M124,0 L124,125 L0,125 L0,125 C68.483309,125 124,69.483309 124,1 L123.992,0 L124,0 Z"}))):null)}},t.prototype.renderTab=function(e,t){if(e){var n=(null==e?void 0:e.props)||{},r=n.hash,o=n.eventKey,s=this.props,l=s.activeKey,u=s.classnames,c=void 0===l&&0===t?o:l;return i.cloneElement(e,(0,a.pi)((0,a.pi)({},e.props),{key:this.generateTabKey(r,o,t),classnames:u,activeKey:c}))}},t.prototype.renderArrow=function(e){var t=this,n=this.props,r=n.mode,a=n.tabsMode;if(!["vertical","sidebar"].includes(a||r)){var o=this.props.classnames,s=this.state,l=s.isOverflow,u=s.arrowLeftDisabled,c=s.arrowRightDisabled,d="left"===e?u:c;return l?i.createElement("div",{onClick:function(){return t.handleArrow(e)},className:o("Tabs-linksContainer-arrow","Tabs-linksContainer-arrow--"+e,d&&"Tabs-linksContainer-arrow--disabled")},i.createElement("i",{className:"iconfont icon-arrow-"+e})):null}},t.prototype.handleAddBtn=function(){var e=this.props.onAdd;e&&e()},t.prototype.renderNavs=function(e){var t=this;void 0===e&&(e=!1);var n=this.props,r=n.children,a=n.collapseOnExceed,o=n.translate,s=n.classnames,u=n.popOverContainer,c=n.collapseBtnLabel;if(!Array.isArray(r))return null;var p=r.map((function(n,r){return t.renderNav(n,r,e)}));if("number"==typeof a&&a&&p.length>a){var f=p.splice(a-1,p.length+1-a);p.push(i.createElement(h.e,{key:"togglor",placement:"center-bottom-center-top center-top-center-bottom",popOverClassName:s("Tabs-PopOver"),popOverContainer:u||function(){return(0,d.findDOMNode)(t)},popOverRender:function(e){var t=e.onClose;return i.createElement("ul",{className:s("Tabs-PopOverList","DropDown-menu"),onClick:t},f)}},(function(e){var t=e.onClick;e.ref;var n=e.isOpened;return i.createElement("li",{className:s("Tabs-link",f.some((function(e){return~e.props.className.indexOf("is-active")}))?"is-active":"")},i.createElement("a",{className:s("Tabs-togglor",n?"is-opened":""),onClick:t},i.createElement("span",null,o(c||"more")),i.createElement("span",{className:s("Tabs-togglor-arrow")},i.createElement(l.JO,{icon:"right-arrow-bold",className:"icon"}))))})))}return p},t.prototype.render=function(){var e,t=this,n=this.props,r=n.classnames,a=n.contentClassName,o=n.className,s=n.style,u=n.mode,c=n.tabsMode,d=n.children,p=n.additionBtns,h=n.toolbar,f=n.linksClassName,m=n.addable,v=n.draggable,g=n.sidePosition,y=n.addBtnText,b=this.state.isOverflow;if(!Array.isArray(d))return null;var w=c||u,_=i.createElement(i.Fragment,null,m&&i.createElement("div",{className:r("Tabs-addable"),onClick:function(){return t.handleAddBtn()}},i.createElement(l.JO,{icon:"plus",className:r("Tabs-addable-icon")}),y),h);return i.createElement("div",{className:r("Tabs",(e={},e["Tabs--".concat(w)]=w,e["sidebar--".concat(g)]="sidebar"===w,e),o),style:s},["vertical","sidebar","chrome"].includes(w)?i.createElement("div",{className:r("Tabs-linksWrapper")},i.createElement("ul",{className:r("Tabs-links",f),role:"tablist"},this.renderNavs(),p,h)):i.createElement("div",{className:r("Tabs-linksContainer-wrapper",h&&"Tabs-linksContainer-wrapper--toolbar"),ref:this.resizeDom},i.createElement("div",{className:r("Tabs-linksContainer",b&&"Tabs-linksContainer--overflow")},this.renderArrow("left"),i.createElement("div",{className:r("Tabs-linksContainer-main")},i.createElement("ul",{className:r("Tabs-links",f),role:"tablist",ref:this.navMain},this.renderNavs(!0),p,!b&&_)),this.renderArrow("right")),b&&_),i.createElement("div",{className:r("Tabs-content",a)},d.map((function(e,n){return t.renderTab(e,n)}))),v&&i.createElement("div",{className:r("Tabs-drag-tip"),ref:this.dragTipRef}))},t.defaultProps={mode:"",contentClassName:"",showTip:!1,showTipClassName:"",sidePosition:"left",addBtnText:"新增",collapseBtnLabel:"more"},t.Tab=g,(0,a.gn)([o.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[Number,String]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleStartEdit",null),(0,a.gn)([o.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[Object]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleEditInputChange",null),(0,a.gn)([o.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleEdit",null),(0,a.gn)([o.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[Object]),(0,a.w6)("design:returntype",void 0)],t.prototype,"dragTipRef",null),(0,a.gn)([o.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[]),(0,a.w6)("design:returntype",void 0)],t.prototype,"destroyDragging",null),(0,a.gn)([o.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[]),(0,a.w6)("design:returntype",void 0)],t.prototype,"initDragging",null),(0,a.gn)([o.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[WheelEvent]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleWheel",null),t}(i.Component),b=(0,o.eAU)((0,o.YYN)((0,o.nmi)(y,{activeKey:"onSelect"})))},41338:function(e,t,n){"use strict";n.d(t,{Z:function(){return y}});var r=n(70655),a=n(67294),i=n(34594),o=n(98391),s=n(91936),l=n(43318),u=n(49294),c=n(96352),d=n(41649),p=n(77468),h=n(6314),f=n(95483),m=n(23279),v=n.n(m),g=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={inputValue:"",searchResult:null},t.unmounted=!1,t.lazySearch=v()((function(e,n){(function(e){return(0,r.mG)(t,void 0,void 0,(function(){var t,a=this;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,(0,this.props.onSearch)(e,n,(function(e){return a.cancelSearch=e}))];case 1:if(t=r.sent(),this.unmounted)return[2];if(!Array.isArray(t))throw new Error("onSearch 需要返回数组");return this.setState({searchResult:t}),[2]}}))}))})(e).catch((function(e){return console.error(e)}))}),250,{trailing:!0,leading:!1}),t}return(0,r.ZT)(t,e),t.prototype.componentWillUnmount=function(){this.lazySearch.cancel(),this.unmounted=!0},t.prototype.handleSearch=function(e,t){var n=this;e?this.setState({inputValue:e},(function(){n.cancelSearch&&n.cancelSearch(),n.lazySearch(e,t)})):this.handleSeachCancel()},t.prototype.handleSeachCancel=function(){this.setState({inputValue:"",searchResult:null})},t.prototype.handleSearchKeyDown=function(e){"Enter"===e.key&&e.preventDefault()},t.prototype.handleTabChange=function(e){var t,n;null===(n=null===(t=this.props)||void 0===t?void 0:t.onTabChange)||void 0===n||n.call(t,e),this.handleSeachCancel()},t.prototype.renderSearchResult=function(e){var t=this.props,n=t.searchResultMode,r=t.noResultsText,i=t.searchResultColumns,o=t.classnames,s=t.value,p=t.disabled,h=t.onChange,f=t.option2value,m=t.cellRender,v=t.optionItemRender,g=t.itemHeight,y=t.virtualThreshold,b=t.onlyChildren;t.loadingConfig;var w=e||[],_=n;return"table"===_?a.createElement(l.Z,{placeholder:r,className:o("Transfer-checkboxes"),columns:i,options:w,value:s,disabled:p,onChange:h,option2value:f,cellRender:m,itemHeight:g,virtualThreshold:y}):"tree"===_?a.createElement(u.Z,{placeholder:r,className:o("Transfer-checkboxes"),options:w,value:s,disabled:p,onChange:h,joinValues:!1,onlyChildren:b,showIcon:!1,multiple:!0,cascade:!0,itemRender:v?function(e,t){return v(e,t,{panel:"result"})}:void 0}):"chained"===_?a.createElement(c.Z,{placeholder:r,className:o("Transfer-checkboxes"),options:w,value:s,disabled:p,onChange:h,option2value:f,itemRender:v?function(e,t){return v(e,t,{panel:"result"})}:void 0,itemHeight:g,virtualThreshold:y}):a.createElement(d.Z,{placeholder:r,className:o("Transfer-checkboxes"),options:w,value:s,disabled:p,onChange:h,option2value:f,itemRender:v?function(e,t){return v(e,t,{panel:"result"})}:void 0,itemHeight:g,virtualThreshold:y})},t.prototype.renderSelect=function(){var e=this,t=this.props,n=t.options,r=t.placeholder,i=t.activeKey,l=t.classnames,u=t.translate,c=n.filter((function(e){return!1!==e.visible}));return Array.isArray(n)&&n.length?a.createElement(o.ZP,{mode:"line",className:l("TabsTransfer-tabs"),onSelect:this.handleTabChange,activeKey:i},c.map((function(t,n){return a.createElement(o.OK,{eventKey:n,key:n,title:t.label||t.title,className:"TabsTransfer-tab"},t.searchable?a.createElement("div",{className:l("TabsTransfer-search")},a.createElement(s.Z,{value:e.state.inputValue,onChange:function(n){return e.handleSearch(n,t)},placeholder:u("Transfer.searchKeyword"),clearable:!1,onKeyDown:e.handleSearchKeyDown},null!==e.state.searchResult?a.createElement("a",{onClick:e.handleSeachCancel},a.createElement(f.JO,{icon:"close",className:"icon"})):a.createElement(f.JO,{icon:"search",className:"icon"}))):null,null!==e.state.searchResult?e.renderSearchResult(e.state.searchResult):e.renderOptions(t))}))):a.createElement("div",{className:l("TabsTransfer-placeholder")},u(r||"placeholder.noOption"))},t.prototype.renderOptions=function(e){var t,n=this.props,r=n.classnames,i=n.value,o=n.disabled,s=n.multiple,p=n.onChange,f=n.option2value,m=n.onDeferLoad,v=n.onLeftDeferLoad,g=n.cellRender;n.translate;var y=n.optionItemRender,b=n.itemHeight,w=n.virtualThreshold,_=n.onlyChildren,C=n.loadingConfig;return"table"===e.selectMode?a.createElement(l.Z,{className:r("Transfer-checkboxes"),columns:e.columns,options:e.children||[],value:i,multiple:s,disabled:o,onChange:p,option2value:f,onDeferLoad:m,cellRender:g,itemHeight:b,virtualThreshold:w}):"tree"===e.selectMode?a.createElement(u.Z,{loadingConfig:C,className:r("Transfer-checkboxes"),options:e.children||[],value:i,multiple:s,disabled:o,onChange:p,joinValues:!1,showIcon:!1,onlyChildren:null!==(t=e.onlyChildren)&&void 0!==t?t:_,cascade:!0,onDeferLoad:m,autoCheckChildren:e.autoCheckChildren,itemRender:y?function(t,n){return y(t,n,{panel:"tab",tag:e})}:void 0,itemHeight:b,virtualThreshold:w}):"chained"===e.selectMode?a.createElement(c.Z,{className:r("Transfer-checkboxes"),options:e.children||[],value:i,multiple:s,disabled:o,onChange:p,option2value:f,onDeferLoad:m,defaultSelectedIndex:e.defaultSelectedIndex,itemRender:y?function(t,n){return y(t,n,{panel:"tab",tag:e})}:void 0,itemHeight:b,virtualThreshold:w}):"associated"===e.selectMode?a.createElement(h.Z,{className:r("Transfer-checkboxes"),options:e.children||[],value:i,multiple:s,disabled:o,onChange:p,option2value:f,onDeferLoad:m,onLeftDeferLoad:v,leftMode:e.leftMode,leftOptions:e.leftOptions,leftDefaultValue:e.leftDefaultValue,loadingConfig:C,itemRender:y?function(t,n){return y(t,n,{panel:"tab",tag:e})}:void 0,itemHeight:b,virtualThreshold:w}):a.createElement(d.Z,{className:r("Transfer-checkboxes"),options:e.children||[],value:i,multiple:s,disabled:o,onChange:p,option2value:f,onDeferLoad:m,itemRender:y?function(t,n){return y(t,n,{panel:"tab",tag:e})}:void 0,itemHeight:b,virtualThreshold:w})},t.prototype.render=function(){var e=this.props,t=e.className,n=e.classnames;e.optionItemRender,e.onSearch;var i=(0,r._T)(e,["className","classnames","optionItemRender","onSearch"]);return a.createElement(p.Z,(0,r.pi)({},i,{statistics:!1,classnames:n,className:n("TabsTransfer",t),selectRender:this.renderSelect}))},t.defaultProps={multiple:!0,onlyChildren:!0},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSearch",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSeachCancel",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSearchKeyDown",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleTabChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderSelect",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderOptions",null),t}(a.Component),y=(0,i.YYN)((0,i.eAU)(g))},58772:function(e,t,n){"use strict";n.d(t,{Z:function(){return d}});var r=n(70655),a=n(34594),i=n(67294),o=n(95318),s=n(95483),l=n(12806),u=n(41338),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.optionModified=!1,t}return(0,r.ZT)(t,e),t.prototype.handleConfirm=function(e){var t,n;null===(n=(t=this.props).onChange)||void 0===n||n.call(t,e,this.optionModified),this.optionModified=!1},t.prototype.onFoucs=function(){var e,t;null===(t=(e=this.props).onFocus)||void 0===t||t.call(e)},t.prototype.onBlur=function(){var e,t;null===(t=(e=this.props).onBlur)||void 0===t||t.call(e)},t.prototype.render=function(){var e=this,t=this.props,n=t.classnames,c=t.value,d=t.translate,p=t.disabled,h=t.className,f=t.onChange,m=t.size,v=(0,r._T)(t,["classnames","value","translate","disabled","className","onChange","size"]);return i.createElement(l.Z,{title:d("Select.placeholder"),onFocus:this.onFoucs,onClose:this.onBlur,bodyRender:function(t){t.onClose;var n=t.value,o=t.onChange,s=t.setState,l=(0,r._T)(t,["onClose","value","onChange","setState"]);return i.createElement(u.Z,(0,r.pi)({},v,l,{value:n,onChange:function(t,n){if(n){var r=(0,a.GyU)(v.options,(function(e){return t.find((function(t){return t.value===e.value}))||e}));e.optionModified=!0,s({options:r,value:t})}else o(t)}}))},value:c,onConfirm:this.handleConfirm,size:m},(function(e){var t=e.onClick,r=e.isOpened;return i.createElement(o.Z,{className:n("TransferPicker",h,r?"is-active":""),allowInput:!1,result:c,onResultChange:f,onResultClick:t,placeholder:d("Select.placeholder"),disabled:p},i.createElement("span",{className:n("TransferPicker-icon")},i.createElement(s.JO,{icon:"pencil",className:"icon"})))}))},(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleConfirm",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onFoucs",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onBlur",null),t}(i.Component),d=(0,a.YYN)((0,a.eAU)((0,a.nmi)(c,{value:"onChange"})))},5232:function(e,t,n){"use strict";n.d(t,{Z:function(){return c}});var r=n(70655),a=n(67294),i=n(34594),o=n(95483),s=["inactive","active","success","processing","error","warning"],l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.renderCloseIcon=function(){var e=this.props,t=e.closeIcon,n=e.classnames;if(!e.closable)return null;var r="string"==typeof t?(0,o.q7)(t)?a.createElement(o.JO,{icon:t,className:"icon"}):(0,i.rew)(n,t,"Icon"):a.isValidElement(t)?t:a.createElement(o.JO,{icon:"close",className:"icon"});return a.createElement("span",{className:n("Tag--close"),onClick:this.handleClose},r)},t.prototype.handleClose=function(e){var t=this.props.onClose;e.stopPropagation(),null==t||t(e)},t.prototype.handleClick=function(e){var t=this.props.onClick;null==t||t(e)},t.prototype.handleMouseEnter=function(e){var t=this.props.onMouseEnter;null==t||t(e)},t.prototype.handleMouseLeave=function(e){var t=this.props.onMouseLeave;null==t||t(e)},t.prototype.render=function(){var e,t=this.props,n=t.children,l=t.classnames,u=t.className,c=t.displayMode,d=t.disabled,p=t.color,h=t.icon,f=t.style,m=t.label;t.closable;var v=p&&-1!==s.indexOf(p),g=p&&!v?p:void 0,y=(0,r.pi)({backgroundColor:"normal"===c?g:void 0,borderColor:"rounded"===c?g:void 0,color:"rounded"===c?g:void 0},f),b="status"===c&&a.createElement("span",{className:l("Tag--prev")},"string"==typeof h?(0,o.q7)(h)?a.createElement(o.JO,{icon:h,className:"icon"}):(0,i.rew)(l,h,"Icon"):a.isValidElement(h)?h:a.createElement(o.JO,{icon:"dot",className:"icon"}));return a.createElement("span",{className:l("Tag","Tag--".concat(c),u,(e={},e["Tag--".concat(c,"--").concat(p)]=v,e["Tag--".concat(c,"--hasColor")]=p,e["Tag--disabled"]=d,e)),style:y,onClick:this.handleClick},a.createElement("span",{className:l("Tag-text")},b,m||n),this.renderCloseIcon())},t.defaultProps={displayMode:"normal"},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClose",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClick",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleMouseEnter",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleMouseLeave",null),t}(a.Component),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.handleClick=function(e){var t=this.props,n=t.onChange,r=t.onClick,a=t.checked;null==n||n(!a),null==r||r(e)},t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.className,r=e.disabled,o=e.label,s=e.children,l=e.checked,u=e.style,c=void 0===u?{}:u;return a.createElement("span",{className:t(n,"Tag","Tag--checkable",{"Tag--checkable--checked":l,"Tag--checkable--disabled":r}),onClick:r?i.ZTd:this.handleClick,style:c},o||s)},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClick",null),t}(a.Component);(0,i.YYN)(u);var c=(0,i.YYN)(l)},39972:function(e,t,n){"use strict";n.d(t,{Z:function(){return _}});var r=n(70655),a=n(67294),i=n(73935),o=n(87462),s=n(63366),l=a.useLayoutEffect,u=function(e,t){"function"!=typeof e?e.current=t:e(t)},c={"min-height":"0","max-height":"none",height:"0",visibility:"hidden",overflow:"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0"},d=function(e){Object.keys(c).forEach((function(t){e.style.setProperty(t,c[t],"important")}))},p=null,h=function(){},f=["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth","boxSizing","fontFamily","fontSize","fontStyle","fontWeight","letterSpacing","lineHeight","paddingBottom","paddingLeft","paddingRight","paddingTop","tabSize","textIndent","textRendering","textTransform","width","wordBreak"],m=!!document.documentElement.currentStyle,v=function(e,t){var n=e.cacheMeasurements,r=e.maxRows,i=e.minRows,c=e.onChange,v=void 0===c?h:c,g=e.onHeightChange,y=void 0===g?h:g,b=(0,s.Z)(e,["cacheMeasurements","maxRows","minRows","onChange","onHeightChange"]),w=void 0!==b.value,_=(0,a.useRef)(null),C=function(e,t){var n=(0,a.useRef)();return(0,a.useCallback)((function(r){e.current=r,n.current&&u(n.current,null),n.current=t,t&&u(t,r)}),[t])}(_,t),E=(0,a.useRef)(0),k=(0,a.useRef)(),S=function(){var e=_.current,t=n&&k.current?k.current:function(e){var t=window.getComputedStyle(e);if(null===t)return null;var n,r=(n=t,f.reduce((function(e,t){return e[t]=n[t],e}),{})),a=r.boxSizing;return""===a?null:(m&&"border-box"===a&&(r.width=parseFloat(r.width)+parseFloat(r.borderRightWidth)+parseFloat(r.borderLeftWidth)+parseFloat(r.paddingRight)+parseFloat(r.paddingLeft)+"px"),{sizingStyle:r,paddingSize:parseFloat(r.paddingBottom)+parseFloat(r.paddingTop),borderSize:parseFloat(r.borderBottomWidth)+parseFloat(r.borderTopWidth)})}(e);if(t){k.current=t;var a=function(e,t,n,r){void 0===n&&(n=1),void 0===r&&(r=1/0),p||((p=document.createElement("textarea")).setAttribute("tabindex","-1"),p.setAttribute("aria-hidden","true"),d(p)),null===p.parentNode&&document.body.appendChild(p);var a=e.paddingSize,i=e.borderSize,o=e.sizingStyle,s=o.boxSizing;Object.keys(o).forEach((function(e){var t=e;p.style[t]=o[t]})),d(p),p.value=t;var l=function(e,t){var n=e.scrollHeight;return"border-box"===t.sizingStyle.boxSizing?n+t.borderSize:n-t.paddingSize}(p,e);p.value="x";var u=p.scrollHeight-a,c=u*n;"border-box"===s&&(c=c+a+i),l=Math.max(c,l);var h=u*r;return"border-box"===s&&(h=h+a+i),[l=Math.min(h,l),u]}(t,e.value||e.placeholder||"x",i,r),o=a[0],s=a[1];E.current!==o&&(E.current=o,e.style.setProperty("height",o+"px","important"),y(o,{rowHeight:s}))}};return(0,a.useLayoutEffect)(S),function(e){var t,n,r=(t=e,n=a.useRef(t),l((function(){n.current=t})),n);(0,a.useLayoutEffect)((function(){var e=function(e){r.current(e)};return window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}}),[])}(S),(0,a.createElement)("textarea",(0,o.Z)({},b,{onChange:function(e){w||S(),v(e)},ref:C}))},g=(0,a.forwardRef)(v),y=n(34594),b=n(95483),w=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={focused:!1},t.inputRef=function(e){return t.input=(0,i.findDOMNode)(e),t.props.forwardRef&&(t.props.forwardRef.current=t.input),t.input},t}return(0,r.ZT)(t,e),t.prototype.valueToString=function(e){return null==e?"":"string"==typeof e?e:JSON.stringify(e)},t.prototype.focus=function(){var e=this;this.input&&this.setState({focused:!0},(function(){if(e.input){e.input.focus();var t=e.input.value.length;t&&e.input.setSelectionRange(t,t)}}))},t.prototype.handleChange=function(e){var t=this.props.onChange,n=e.currentTarget.value;null==t||t(n)},t.prototype.handleFocus=function(e){var t=this.props.onFocus;this.setState({focused:!0},(function(){null==t||t(e)}))},t.prototype.handleBlur=function(e){var t=this.props,n=t.onBlur;t.trimContents,t.value,t.onChange,this.setState({focused:!1},(function(){n&&n(e)}))},t.prototype.handleClear=function(){return(0,r.mG)(this,void 0,void 0,(function(){var e,t,n;return(0,r.Jh)(this,(function(r){return e=this.props,t=e.onChange,n=e.resetValue,null==t||t(n),this.focus(),[2]}))}))},t.prototype.render=function(){var e,t=this.props,n=t.className;t.classPrefix;var r=t.value,i=t.placeholder,o=t.disabled,s=t.minRows,l=t.maxRows,u=t.readOnly,c=t.name,d=t.borderMode,p=t.classnames,h=t.maxLength,f=t.showCounter,m=t.clearable,v=f?this.valueToString(r).length:0;return a.createElement("div",{className:p("TextareaControl",(e={},e["TextareaControl--border".concat((0,y.zfV)(d))]=d,e["is-focused"]=this.state.focused,e["is-disabled"]=o,e),n)},a.createElement(g,{className:p("TextareaControl-input",{"TextareaControl-input--counter":f}),autoComplete:"off",ref:this.inputRef,name:c,disabled:o,value:this.valueToString(r),placeholder:i,autoCorrect:"off",spellCheck:"false",maxLength:h,readOnly:u,minRows:s||void 0,maxRows:l||void 0,onChange:this.handleChange,onFocus:this.handleFocus,onBlur:this.handleBlur}),m&&!o&&r?a.createElement("a",{onClick:this.handleClear,className:p("TextareaControl-clear")},a.createElement(b.JO,{icon:"input-clear",className:"icon"})):null,f?a.createElement("span",{className:p("TextareaControl-counter",{"is-empty":0===v,"is-clearable":m&&!o&&r})},"".concat(v).concat("number"==typeof h&&h?"/".concat(h):"")):null)},t.defaultProps={minRows:3,maxRows:20,trimContents:!0,resetValue:"",clearable:!1},(0,r.gn)([y.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleChange",null),(0,r.gn)([y.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleFocus",null),(0,r.gn)([y.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleBlur",null),(0,r.gn)([y.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleClear",null),t}(a.Component),_=(0,y.YYN)((0,y.eAU)(w))},77768:function(e,t,n){"use strict";n.d(t,{Z:function(){return l}});var r=n(70655),a=n(67294),i=n(34594),o=n(95483),s=(0,i.YYN)((0,i.eAU)((function(e){var t,n=e.time,s=e.title,l=e.detail,u=e.detailCollapsedText,c=e.detailExpandedText,d=e.color,p=e.icon,h=e.iconClassName,f=e.classnames,m=e.translate,v=e.classPrefix,g=e.key,y=(0,r.CR)((0,a.useState)(!1),2),b=y[0],w=y[1],_=d&&/^#([0-9a-fA-F]{6}|[0-9a-fA-F]{3})$/.test(d),C=!_&&d;return a.createElement("div",{className:f("TimelineItem"),key:g},a.createElement("div",{className:f("TimelineItem-axle")},a.createElement("div",{className:f("TimelineItem-line")}),p?a.createElement("div",{className:f("TimelineItem-icon",h)},"string"==typeof p?a.createElement(o.JO,{icon:p,className:"icon",classPrefix:v}):(0,i.rew)(f,p)):a.createElement("div",{className:f("TimelineItem-round",h,(t={},t["TimelineItem-round--".concat(C)]=!!C,t)),style:_?{backgroundColor:d}:void 0})),a.createElement("div",{className:f("TimelineItem-content")},a.createElement("div",{className:f("TimelineItem-time")},n),a.createElement("div",{className:f("TimelineItem-title")},s),l&&a.createElement("div",{className:f("TimelineItem-detail")},function(e,t,n){return void 0===t&&(t=m("Timeline.collapseText")),void 0===n&&(n=m("Timeline.expandText")),a.createElement(a.Fragment,null,a.createElement("div",{className:f("TimelineItem-detail-button"),onClick:function(){return w(!b)}},b?t:n,a.createElement("div",{className:f("TimelineItem-detail-arrow","".concat(b&&"TimelineItem-detail-arrow-top"))},a.createElement(o.JO,{icon:"down-arrow-bold"}))),a.createElement("div",{className:f("".concat(b?"TimelineItem-detail-visible":"TimelineItem-detail-invisible"))},e))}(l,u,c))))}))),l=(0,i.YYN)((function(e){var t=e.items,n=e.style,i=e.classnames,o=e.direction,l=void 0===o?"vertical":o,u=e.reverse,c=void 0!==u&&u,d=e.mode,p=void 0===d?"right":d,h=null==t?void 0:t.slice();return c&&(null==h||h.reverse()),a.createElement("div",{className:i("Timeline","Timeline-".concat(l),"Timeline-".concat(p)),style:n},null==h?void 0:h.map((function(e,t){return a.createElement(s,(0,r.pi)({},e,{key:"TimelineItem-".concat(t)}))})))}))},2039:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e,t=this.props,n=t.className,r=t.title,i=t.titleClassName,o=t.right,s=t.classnames,l=r?a.createElement("div",{className:i},r):null;return e=o?a.createElement("div",{className:"hbox hbox-auto-xs h-auto"},a.createElement("div",{className:"col bg-light b-b wrapper"},l),a.createElement("div",{className:"col v-middle padder-md text-right bg-light b-b wrapper-sm"},o)):a.createElement("div",{className:"wrapper"},l),a.createElement("div",{className:s(n,"TitleBar")},e)},t.defaultProps={className:"bg-light lter b-b",title:"标题",titleClassName:"m-n font-thin h3",right:!1},t}(a.PureComponent);(0,i.YYN)(o)},10045:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});var r=n(70655),a=n(67294),i=n(34594),o=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props;e.classPrefix;var t=e.className,n=e.tooltipTheme,i=e.title,o=e.children,s=e.arrowProps,l=e.style;e.placement,e.arrowOffsetLeft,e.arrowOffsetTop,e.positionLeft,e.positionTop;var u=e.classnames,c=e.activePlacement,d=e.showArrow,p=e.onMouseEnter,h=e.onMouseLeave,f=(0,r._T)(e,["classPrefix","className","tooltipTheme","title","children","arrowProps","style","placement","arrowOffsetLeft","arrowOffsetTop","positionLeft","positionTop","classnames","activePlacement","showArrow","onMouseEnter","onMouseLeave"]);return a.createElement("div",(0,r.pi)({},f,{className:u("Tooltip",c?"Tooltip--".concat(c):"",t,"Tooltip--".concat("dark"===n?"dark":"light")),style:l,onMouseEnter:p,onMouseLeave:h,role:"tooltip"}),d?a.createElement("div",(0,r.pi)({className:u("Tooltip-arrow")},s)):null,i?a.createElement("div",{className:u("Tooltip-title")},i):null,a.createElement("div",{className:u("Tooltip-body")},o))},t.defaultProps={className:"",tooltipTheme:"light",showArrow:!0},t}(a.Component),s=(0,i.YYN)(o)},52014:function(e,t,n){"use strict";n.d(t,{Z:function(){return d}});var r=n(70655),a=n(67294),i=n(61709),o=n(34594),s=n(73935),l=n(10045),u=null,c=function(e){function t(t){var n=e.call(this,t)||this;return n.moutned=!0,n.tooltipMouseEnter=function(e){var t,r=n.props.tooltip;(null===(t=null==r?void 0:r.enterable)||void 0===t||t)&&clearTimeout(n.timer)},n.tooltipMouseLeave=function(e){var t,r=n.props.tooltip;(null===(t=null==r?void 0:r.enterable)||void 0===t||t)&&clearTimeout(n.timer),n.hide()},n.getTarget=n.getTarget.bind(n),n.show=n.show.bind(n),n.hide=n.hide.bind(n),n.handleShow=n.handleShow.bind(n),n.handleHide=n.handleHide.bind(n),n.handleClick=n.handleClick.bind(n),n.handleFocus=n.handleFocus.bind(n),n.handleBlur=n.handleBlur.bind(n),n.handleMouseOver=n.handleMouseOver.bind(n),n.handleMouseOut=n.handleMouseOut.bind(n),n.state={show:!1},n}return(0,r.ZT)(t,e),t.prototype.componentWillUnmount=function(){clearTimeout(this.timer),this.moutned=!1},t.prototype.getTarget=function(){return(0,s.findDOMNode)(this)},t.prototype.show=function(){var e=this;this.setState({show:!0},(function(){e.props.onVisibleChange&&e.props.onVisibleChange(!0)}))},t.prototype.hide=function(){var e=this;u=null,this.moutned&&this.setState({show:!1},(function(){e.props.onVisibleChange&&e.props.onVisibleChange(!1)}))},t.prototype.getChildProps=function(){var e=a.Children.only(this.props.children);return e&&e.props},t.prototype.handleShow=function(){this.timer&&clearTimeout(this.timer),u&&u();var e=this.props.tooltip;if((0,o.Kn2)(e)){var t=e.mouseEnterDelay,n=void 0===t?0:t;this.timer=setTimeout(this.show,n)}else this.timer=setTimeout(this.show,0)},t.prototype.handleHide=function(){clearTimeout(this.timer);var e=this.props,t=e.delay,n=e.tooltip;if(u=this.hide.bind(this),(0,o.Kn2)(n)){var r=n.mouseLeaveDelay,a=void 0===r?300:r;this.timer=setTimeout(this.hide,a)}else this.timer=setTimeout(this.hide,t)},t.prototype.handleFocus=function(e){var t=this.getChildProps().onFocus;this.handleShow(),t&&t(e)},t.prototype.handleBlur=function(e){var t=this.getChildProps().onBlur;this.handleHide(),t&&t(e)},t.prototype.handleMouseOver=function(e){this.handleMouseOverOut(this.handleShow,e,"fromElement")},t.prototype.handleMouseOut=function(e){this.handleMouseOverOut(this.handleHide,e,"toElement")},t.prototype.handleMouseOverOut=function(e,t,n){var r=t.currentTarget,a=t.relatedTarget||t.nativeEvent[n];a&&a===r||r.contains(a)||e(t)},t.prototype.handleClick=function(e){var t=this.getChildProps().onClick;this.state.show?this.hide():this.show(),t&&t(e)},t.prototype.render=function(){var e=this.props,t=a.Children.only(e.children);if(!e.tooltip)return t;var n=(0,r.pi)({placement:e.placement,container:e.container,trigger:e.trigger,rootClose:e.rootClose,tooltipClassName:e.tooltipClassName,style:e.style,mouseLeaveDelay:e.delay,tooltipTheme:e.tooltipTheme},"string"==typeof e.tooltip?{content:e.tooltip}:e.tooltip),s=n.title,u=n.content,c=n.placement,d=n.container,p=n.trigger,h=n.rootClose,f=n.tooltipClassName,m=n.style,v=n.disabled,g=void 0!==v&&v,y=n.offset,b=n.tooltipTheme,w=void 0===b?"light":b,_=n.showArrow,C=void 0===_||_,E=n.children,k={key:"target"},S=Array.isArray(p)?p.concat():[p];return~S.indexOf("click")&&(k.onClick=this.handleClick),~S.indexOf("focus")&&(k.onFocus=this.handleShow,k.onBlur=this.handleHide),~S.indexOf("hover")&&(k.onMouseOver=this.handleMouseOver,k.onMouseOut=this.handleMouseOut),[t?a.cloneElement(t,k):null,a.createElement(o.aVW,{key:"overlay",target:this.getTarget,show:this.state.show&&!g,onHide:this.handleHide,rootClose:h,placement:c,container:d,offset:Array.isArray(y)?y:[0,0]},a.createElement(l.Z,{title:"string"==typeof s?s:void 0,style:m,className:f,tooltipTheme:w,showArrow:C,onMouseEnter:~S.indexOf("hover")?this.tooltipMouseEnter:function(){},onMouseLeave:~S.indexOf("hover")?this.tooltipMouseLeave:function(){}},E?a.createElement(a.Fragment,null,"function"==typeof E?E():E):a.createElement(i.Z,{html:"string"==typeof u?u:""})))]},t.defaultProps={placement:"top",trigger:["hover","focus"],rootClose:!1,delay:300},t}(a.Component),d=(0,o.YYN)((0,o.nmi)(c,{show:"onVisibleChange"}))},77468:function(e,t,n){"use strict";n.d(t,{F:function(){return T},Z:function(){return M}});var r=n(70655),a=n(67294),i=n(96486),o=n(34594),s=n(87271),l=n(88505),u=n(43318),c=n(91936),d=n(10156),p=n(49294),h=n(95483),f=n(6314),m=n(41649),v=n(96352),g=n(24009),y=n(82295),b=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={tableOptions:[],searching:!1,searchTableOptions:[]},t}return(0,r.ZT)(t,e),t.getDerivedStateFromProps=function(e){var t=e.options,n=e.value,r=e.option2value;return{tableOptions:s.PA.value2array(n,t,r)}},t.prototype.handleCloseItem=function(e){var t=this.props,n=t.value,r=t.onChange,a=t.option2value,i=t.options,o=t.disabled,l=this.state,u=l.searching,c=l.searchTableOptions;if(!o&&!e.disabled){var d=s.PA.value2array(n,i,a),p=d.indexOf(e);d.splice(p,1);var h=a?d.map((function(e){return a(e)})):d;if(r&&r(h),u){var f=s.PA.value2array(c,i,a).indexOf(e);c.splice(f,1),this.setState({searchTableOptions:c})}}},t.prototype.search=function(e){if(e){var t=this.props,n=t.value,r=t.onSearch,a=(n||[]).filter((function(t){return null==r?void 0:r(e,t)}));this.setState({searching:!0,searchTableOptions:a})}else this.clearSearch()},t.prototype.clearSearch=function(){this.setState({searching:!1,searchTableOptions:[]})},t.prototype.renderTable=function(){var e=this,t=this.props,n=t.classnames,r=t.className,i=t.columns,o=t.cellRender,s=t.value,l=t.disabled,c=t.option2value,d=t.onChange,p=t.translate,h=t.placeholder,f=t.virtualThreshold,m=t.itemHeight,v=this.state,g=v.searching,b=v.tableOptions,w=v.searchTableOptions;return a.createElement("div",{className:n("ResultTableList",r)},Array.isArray(s)&&s.length?a.createElement(u.Z,{columns:i,options:g?w:b,value:s,disabled:l,option2value:c,onChange:d,multiple:!1,resultMode:!0,virtualThreshold:f,itemHeight:m,cellRender:function(t,r,s,l){var u=o(t,r,s,l);return s===i.length-1?a.createElement(a.Fragment,null,u,a.createElement("span",{className:n("ResultTableList-close-btn"),onClick:function(t){t.stopPropagation(),e.handleCloseItem(r)}},a.createElement(y.Z,null))):u}}):a.createElement("div",{className:n("Selections-placeholder")},p(h)))},t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.className,r=e.title,i=e.searchable,o=e.translate,s=e.searchPlaceholder,l=void 0===s?o("Transfer.searchKeyword"):s;return a.createElement("div",{className:t("Selections",n)},r?a.createElement("div",{className:t("Selections-title")},r):null,i?a.createElement(g.Z,{placeholder:l,onSearch:this.search,onCancelSearch:this.clearSearch}):null,this.renderTable())},t.defaultProps=(0,r.pi)((0,r.pi)({},s.PA.defaultProps),{cellRender:function(e,t,n,r){return a.createElement("span",null,(0,o.H_J)(e.name,t))}}),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleCloseItem",null),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"search",null),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"clearSearch",null),t}(s.PA),w=(0,o.YYN)((0,o.eAU)(b));function _(e,t,n,r){if(e[r]&&t(e)){e.isChecked=!0;for(var a=n.length-2;a>=0&&!n[a].isChecked;a--)n[a].isChecked=!0}else e.children&&Array.isArray(e.children)&&e.children.forEach((function(e){n.push(e),_(e,t,n,r),n.pop()}))}function C(e){for(var t=[],n=0;n0||void 0!==o[n])&&r.push(o))}return r}var S=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={searching:!1,treeOptions:[],searchTreeOptions:[]},t}var n;return(0,r.ZT)(t,e),t.itemRender=function(e){return a.createElement("span",null,"".concat(e.scopeLabel||"").concat(e.label))},t.getDerivedStateFromProps=function(e){var t=function(e,t,n){void 0===e&&(e=[]);var r=(0,i.cloneDeep)(t),a=function(t){return!!(e||[]).find((function(e){return e[n]===t[n]}))};return r&&r.forEach((function(e){_(e,a,[e],n)})),C(r)}(e.value,e.options,e.valueField);return{treeOptions:(0,i.cloneDeep)(t)}},t.prototype.deleteTreeChecked=function(e){var t=this.props,n=t.value,r=void 0===n?[]:n,a=t.onChange,o=t.valueField,s=this.state,l=s.searching,u=s.treeOptions,c=[];E(u||[],(function(t){(0,i.isEqual)((0,i.omit)(t,"parent"),(0,i.omit)(e,"parent"))&&(c=[t])}));var d=[];E(c,(function(e){e.isChecked&&e[o]&&d.push(e)})),a&&a(r.filter((function(e){return!d.find((function(t){return(0,i.isEqual)((0,i.omit)(t,["isChecked","childrens","parent"]),(0,i.omit)(e,"parent"))}))}))),l&&this.deleteResultTreeNode(e)},t.prototype.deleteResultTreeNode=function(e){var t=k((0,i.cloneDeep)(this.state.searchTreeOptions)||[],e,this.props.valueField);this.setState({searchTreeOptions:t})},t.prototype.search=function(e){if(e){var t=this.props,n=t.valueField,r=t.onSearch,a=this.state.treeOptions||[];E(a,(function(e){return e.isChecked=!1,!0}));var i=function(t){return null==r?void 0:r(e,t)};a&&a.forEach((function(e){_(e,i,[e],n)})),this.setState({searching:!0,searchTreeOptions:C(a)})}else this.clearSearch()},t.prototype.clearSearch=function(){this.setState({searching:!1,searchTreeOptions:[]})},t.prototype.renderTree=function(){var e=this,t=this.props,n=t.className,r=t.classnames,i=t.value,s=t.valueField,l=t.itemRender,u=t.translate,c=t.placeholder,d=t.virtualThreshold,h=t.itemHeight,f=t.loadingConfig,m=this.state,v=m.treeOptions,g=m.searching,y=m.searchTreeOptions;return a.createElement("div",{className:r("ResultTreeList",n)},Array.isArray(i)&&i.length?a.createElement(p.Z,{className:r("Transfer-tree"),options:g?y:v,valueField:s,value:[],onChange:o.ZTd,showIcon:!1,itemRender:l,removable:!0,loadingConfig:f,onDelete:function(t){return e.deleteTreeChecked(t)},virtualThreshold:d,itemHeight:h}):a.createElement("div",{className:r("Selections-placeholder")},u(c)))},t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.className,r=e.title,i=e.searchable,o=e.translate,s=e.searchPlaceholder,l=void 0===s?o("Transfer.searchKeyword"):s;return a.createElement("div",{className:t("Selections",n)},r?a.createElement("div",{className:t("Selections-title")},r):null,i?a.createElement(g.Z,{placeholder:l,onSearch:this.search,onCancelSearch:this.clearSearch}):null,this.renderTree())},n=t,t.defaultProps={placeholder:"placeholder.selectData",itemRender:n.itemRender},(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"deleteTreeChecked",null),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"search",null),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"clearSearch",null),t}(a.Component),x=(0,o.YYN)((0,o.eAU)(S)),T=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={inputValue:"",searchResult:null,isTreeDeferLoad:!1,resultSelectMode:"list"},t.unmounted=!1,t.lazySearch=(0,i.debounce)((function(){return(0,r.mG)(t,void 0,void 0,(function(){var e,t,n=this;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return(e=this.state.inputValue)?[4,(0,this.props.onSearch)(e,(function(e){return n.cancelSearch=e}))]:[2];case 1:if(t=r.sent(),this.unmounted)return[2];if(!Array.isArray(t))throw new Error("onSearch 需要返回数组");return this.setState({searchResult:t}),[2]}}))}))}),250,{trailing:!0,leading:!1}),t}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e,t;null===(t=null===(e=this.props)||void 0===e?void 0:e.onRef)||void 0===t||t.call(e,this)},t.getDerivedStateFromProps=function(e){var t="tree"===e.selectMode&&!!(0,o.hEs)(e.options,(function(e){return e.deferApi||e.defer})),n="list";return"tree"===e.selectMode&&e.resultListModeFollowSelect&&!t&&(n="tree"),"table"===e.selectMode&&e.resultListModeFollowSelect&&(n="table"),{isTreeDeferLoad:t,resultSelectMode:n}},t.prototype.componentWillUnmount=function(){this.lazySearch.cancel(),this.unmounted=!0},t.prototype.domRef=function(e){this.treeRef=e},t.prototype.toggleAll=function(){var e=this.props,t=e.options,n=e.option2value,r=e.onChange,a=e.value,o=e.onSelectAll,l=s.PA.value2array(a,t,n),u=this.availableOptions,c=(0,i.intersectionWith)(u,l,i.isEqual).length===u.length;l=c?(0,i.differenceWith)(l,u,i.isEqual):(0,i.unionWith)(l,u,i.isEqual);var d=n?l.map((function(e){return n(e)})):l;c||null==o||o(d),null==r||r(d)},t.prototype.selectAll=function(){var e=this.props,t=e.options,n=e.option2value,r=e.onChange,a=(0,o.fKU)(t).filter((function(e,t,n){return!e.disabled&&void 0!==e.value&&n.indexOf(e)===t})),i=n?a.map((function(e){return n(e)})):a;null==r||r(i)},t.prototype.clearAll=function(){var e=this.props.onChange;e&&e([])},t.prototype.handleSearchKeyDown=function(e){"Enter"===e.key&&e.preventDefault()},t.prototype.handleSearch=function(e){var t=this;this.setState({inputValue:e},(function(){e?(t.cancelSearch&&t.cancelSearch(),t.lazySearch()):t.handleSeachCancel()}))},t.prototype.handleSeachCancel=function(){this.setState({inputValue:"",searchResult:null})},t.prototype.getFlattenArr=function(e){return(0,o.fKU)(e).filter((function(e,t,n){return!e.disabled&&void 0!==e.value&&n.indexOf(e)===t}))},t.prototype.handleSearchTreeChange=function(e,t){var n=this.props,r=n.onChange,a=n.value,o=this.getFlattenArr(t),s=(0,i.intersectionWith)(o,e,(function(e,t){return e.value===t.value})),l=(0,i.differenceWith)(o,e,(function(e,t){return e.value===t.value})),u=[];Array.isArray(a)&&a.forEach((function(e){l.find((function(t){return t.value===e.value}))||u.push(e)})),s.forEach((function(e){u.find((function(t){return t.value===e.value}))||u.push(e)})),r&&r(u)},t.prototype.renderSelect=function(e){var t,n,o=this,s=e.selectRender,l=e.selectMode,u=e.classnames,p=e.selectTitle,f=e.onSearch,m=e.disabled,v=e.options,g=e.statistics,y=e.translate,b=e.searchPlaceholder,w=void 0===b?y("Transfer.searchKeyword"):b;if(s)return s((0,r.pi)((0,r.pi)({},e),{onSearch:this.handleSearch,onSearchCancel:this.handleSeachCancel,searchResult:this.state.searchResult}));n=this.availableOptions.every((function(e){return o.valueArray.indexOf(e)>-1})),t=this.availableOptions.some((function(e){return o.valueArray.indexOf(e)>-1}));var _=(0,i.differenceWith)(this.valueArray,this.availableOptions,i.isEqual).length;return a.createElement(a.Fragment,null,a.createElement("div",{className:u("Transfer-title","table"===l?"Transfer-title--light":"")},a.createElement("span",null,(0,i.includes)(["list","tree"],l)?a.createElement(d.Z,{checked:t,partial:t&&!n,onChange:e.onToggleAll||this.toggleAll,size:"sm"}):null,y(p||"Transfer.available"),!1!==g?a.createElement("span",null,"(",this.availableOptions.length-this.valueArray.length+_,"/",this.availableOptions.length,")"):null),(0,i.includes)(["chained","associated"],l)?a.createElement("a",{onClick:e.onToggleAll||this.toggleAll,className:u("Transfer-checkAll",m||!v.length?"is-disabled":"")},y("Select.checkAll")):null),f?a.createElement("div",{className:u("Transfer-search")},a.createElement(c.Z,{value:this.state.inputValue,onChange:this.handleSearch,clearable:!1,onKeyDown:this.handleSearchKeyDown,placeholder:w},null!==this.state.searchResult?a.createElement("a",{onClick:this.handleSeachCancel},a.createElement(h.JO,{icon:"close",className:"icon"})):a.createElement(h.JO,{icon:"search",className:"icon"}))):null,null!==this.state.searchResult?this.renderSearchResult(e):this.renderOptions(e))},t.prototype.renderSearchResult=function(e){var t=this,n=e.searchResultMode,r=e.selectMode,i=e.noResultsText,o=e.searchResultColumns,s=e.columns,l=e.classnames,c=e.value,d=e.disabled,h=e.onChange,f=e.option2value,g=e.optionItemRender,y=e.cellRender,b=e.multiple,w=e.labelField,_=e.virtualThreshold,C=e.itemHeight,E=e.virtualListHeight,k=e.checkAll,S=e.checkAllLabel,x=e.onlyChildren,T=this.state,M=T.isTreeDeferLoad,O=T.searchResult,N=null!=O?O:[],D=n||r,A=o||s;return"table"===D?a.createElement(u.Z,{placeholder:i,className:l("Transfer-selection"),columns:A,options:N,value:c,disabled:d,onChange:h,option2value:f,cellRender:y,itemRender:g,multiple:b,virtualThreshold:_,itemHeight:C,virtualListHeight:E}):"tree"===D?a.createElement(p.Z,{onRef:this.domRef,placeholder:i,className:l("Transfer-selection"),options:N,value:c,disabled:d,onChange:function(e){return t.handleSearchTreeChange(e,N)},joinValues:!1,showIcon:!1,multiple:b,cascade:!0,onlyChildren:null!=x?x:!M,itemRender:g,labelField:w,virtualThreshold:_,itemHeight:C,checkAllLabel:S,checkAll:k}):"chained"===D?a.createElement(v.Z,{placeholder:i,className:l("Transfer-selection"),options:N,value:c,disabled:d,onChange:h,option2value:f,itemRender:g,multiple:b,labelField:w,virtualThreshold:_,itemHeight:C,virtualListHeight:E,checkAllLabel:S,checkAll:k}):a.createElement(m.Z,{placeholder:i,className:l("Transfer-selection"),options:N,value:c,disabled:d,onChange:h,option2value:f,itemRender:g,multiple:b,labelField:w,virtualThreshold:_,itemHeight:C,virtualListHeight:E,checkAllLabel:S,checkAll:k})},t.prototype.renderOptions=function(e){var t=e.selectMode,n=e.columns,r=e.options,i=e.value,o=e.disabled,s=e.onChange,l=e.option2value,c=e.classnames,d=e.onDeferLoad,h=e.leftOptions,g=e.leftMode,y=e.rightMode,b=e.cellRender,w=e.leftDefaultValue,_=e.optionItemRender,C=e.multiple,E=e.noResultsText,k=e.labelField,S=e.virtualThreshold,x=e.itemHeight,T=e.virtualListHeight,M=e.loadingConfig,O=e.checkAll,N=e.checkAllLabel,D=e.onlyChildren;return"table"===t?a.createElement(u.Z,{className:c("Transfer-selection"),columns:n,options:r||[],value:i,disabled:o,onChange:s,option2value:l,onDeferLoad:d,cellRender:b,multiple:C,virtualThreshold:S,itemHeight:x,virtualListHeight:T,checkAllLabel:N,checkAll:O}):"tree"===t?a.createElement(p.Z,{onRef:this.domRef,placeholder:E,className:c("Transfer-selection"),options:r,value:i,onChange:s,onlyChildren:null!=D?D:!this.state.isTreeDeferLoad,itemRender:_,onDeferLoad:d,joinValues:!1,showIcon:!1,multiple:C,cascade:!0,labelField:k,virtualThreshold:S,itemHeight:x,loadingConfig:M,checkAllLabel:N,checkAll:O}):"chained"===t?a.createElement(v.Z,{className:c("Transfer-selection"),options:r||[],value:i,disabled:o,onChange:s,option2value:l,onDeferLoad:d,itemRender:_,multiple:C,labelField:k,virtualThreshold:S,itemHeight:x,virtualListHeight:T,loadingConfig:M,checkAllLabel:N,checkAll:O}):"associated"===t?a.createElement(f.Z,{className:c("Transfer-selection"),options:r||[],value:i,disabled:o,onChange:s,option2value:l,onDeferLoad:d,columns:n,leftOptions:h||[],leftMode:g,rightMode:y,leftDefaultValue:w,itemRender:_,multiple:C,labelField:k,virtualThreshold:S,itemHeight:x,virtualListHeight:T,loadingConfig:M,checkAllLabel:N,checkAll:O}):a.createElement(m.Z,{className:c("Transfer-selection"),options:r||[],value:i,disabled:o,onChange:s,option2value:l,onDeferLoad:d,itemRender:_,multiple:C,labelField:k,virtualThreshold:S,itemHeight:x,virtualListHeight:T,checkAllLabel:N,checkAll:O})},t.prototype.renderResult=function(){var e=this.props,t=e.columns,n=e.options,r=e.disabled,i=e.option2value,o=e.classnames,s=e.cellRender,u=e.onChange,c=e.value,d=e.resultItemRender,p=e.resultSearchable,h=e.resultSearchPlaceholder,f=e.onResultSearch,m=e.sortable,v=e.labelField,g=e.translate,y=e.placeholder,b=void 0===y?g("Transfer.selectFromLeft"):y,_=e.virtualThreshold,C=e.itemHeight,E=e.loadingConfig,k=e.showInvalidMatch,S=this.state,T=S.resultSelectMode,M=!S.isTreeDeferLoad&&p;switch(T){case"table":return a.createElement(w,{classnames:o,columns:t,options:n||[],value:c,disabled:r,option2value:i,cellRender:s,onChange:u,multiple:!1,searchable:M,placeholder:b,searchPlaceholder:h,onSearch:f,virtualThreshold:_,itemHeight:C});case"tree":return a.createElement(x,{loadingConfig:E,classnames:o,className:o("Transfer-value"),options:n,valueField:"value",value:c||[],onChange:u,itemRender:d,searchable:M,placeholder:b,searchPlaceholder:h,onSearch:f,labelField:v,virtualThreshold:_,itemHeight:C});default:return a.createElement(l.Z,{className:o("Transfer-value"),sortable:m,disabled:r,value:c,onChange:u,placeholder:b,searchPlaceholder:h,itemRender:d,searchable:M,onSearch:f,labelField:v,virtualThreshold:_,itemHeight:C,showInvalidMatch:k})}},t.prototype.render=function(){var e=this.props,t=e.inline,n=e.classnames,r=e.className,i=e.value,l=e.resultTitle,u=e.options,c=e.option2value,d=e.disabled,p=e.statistics,f=e.showArrow,m=e.resultListModeFollowSelect,v=e.selectMode,g=void 0===v?"list":v,y=e.translate,b=this.state.searchResult;this.valueArray=s.PA.value2array(i,u,c),this.availableOptions=(0,o.fKU)(null!=b?b:u).filter((function(e,t,n){return!e.disabled&&void 0!==e.value&&n.indexOf(e)===t}));var w=m&&"table"===g;return a.createElement("div",{className:n("Transfer",r,t?"Transfer--inline":"")},a.createElement("div",{className:n("Transfer-select")},this.renderSelect(this.props)),a.createElement("div",{className:n("Transfer-mid")},f?a.createElement("div",{className:n("Transfer-arrow")},a.createElement(h.JO,{icon:"right-arrow",className:"icon"})):null),a.createElement("div",{className:n("Transfer-result")},a.createElement("div",{className:n("Transfer-title",w?"Transfer-table-title":"","table"===g?"Transfer-title--light":"")},a.createElement("span",null,y(l||"Transfer.selectd"),!1!==p?a.createElement("span",null,"(",this.valueArray.length,")"):null),a.createElement("a",{onClick:this.clearAll,className:n("Transfer-clearAll",d||!this.valueArray.length?"is-disabled":"")},y("clear"))),this.renderResult()))},t.defaultProps={multiple:!0,resultListModeFollowSelect:!1,selectMode:"list",statistics:!0,virtualThreshold:100,checkAllLabel:"Select.checkAll"},(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"domRef",null),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"toggleAll",null),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"clearAll",null),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSearchKeyDown",null),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSearch",null),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSeachCancel",null),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Array,Array]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSearchTreeChange",null),t}(a.Component),M=(0,o.YYN)((0,o.eAU)((0,o.nmi)(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t}(T),{value:"onChange"})))},95955:function(e,t,n){"use strict";n.d(t,{Z:function(){return p}});var r=n(70655),a=n(34594),i=n(77468),o=n(67294),s=n(95318),l=n(95483),u=n(91936),c=n(94018),d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.handleAfterPopoverHide=function(){this.setState({inputValue:"",searchResult:null})},t.prototype.render=function(){var e=this,t=this.props,n=t.classnames,i=t.value,d=t.itemRender,p=t.translate,h=t.disabled,f=t.clearable,m=t.className,v=t.onChange,g=t.onSearch,y=t.multiple,b=t.borderMode,w=t.useMobileUI,_=t.popOverContainer,C=t.placeholder,E=t.maxTagCount,k=t.overflowTagPopover;t.itemHeight,t.virtualThreshold;var S=t.showInvalidMatch,x=t.overlay,T=this.state,M=T.inputValue,O=T.searchResult,N=w&&(0,a.tqC)();return o.createElement(c.e,{onAfterHide:this.handleAfterPopoverHide,useMobileUI:w,popOverContainer:_,overlayWidth:x&&(null==x?void 0:x.width),align:x&&(null==x?void 0:x.align),popOverClassName:n("TransferDropDown-popover"),popOverRender:function(t){var a=t.onClose;return o.createElement("div",{className:n("TransferDropDown-content",{"is-mobile":N})},g?o.createElement("div",{className:n("Transfer-search")},o.createElement(u.Z,{value:M,onChange:e.handleSearch,placeholder:null!=C?C:p("Transfer.searchKeyword"),clearable:!1,onKeyDown:e.handleSearchKeyDown},null!==O?o.createElement("a",{onClick:e.handleSeachCancel},o.createElement(l.JO,{icon:"close",className:"icon"})):o.createElement(l.JO,{icon:"search",className:"icon"}))):null,null!==O?e.renderSearchResult((0,r.pi)((0,r.pi)({},e.props),{value:i,onChange:y?v:function(e){a(),null==v||v(e)},multiple:y})):e.renderOptions((0,r.pi)((0,r.pi)({},e.props),{value:i,onChange:y?v:function(e){a(),null==v||v(e)},multiple:y})))}},(function(e){var t=e.onClick,r=e.isOpened,a=e.ref;return o.createElement(s.Z,{className:n("TransferDropDown",m,r?"is-opened":""),borderMode:b,allowInput:!1,result:y?i:(null==i?void 0:i[0])?null==i?void 0:i[0]:null,onResultChange:v,onResultClick:t,placeholder:null!=C?C:p("Select.placeholder"),disabled:h,clearable:f,maxTagCount:E,overflowTagPopover:k,ref:a,itemRender:d,useMobileUI:w,hasDropDownArrow:!N,showInvalidMatch:S})}))},(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleAfterPopoverHide",null),t}(i.F),p=(0,a.YYN)((0,a.eAU)((0,a.nmi)(d,{value:"onChange"})))},88293:function(e,t,n){"use strict";n.d(t,{Z:function(){return d}});var r=n(70655),a=n(34594),i=n(77468),o=n(67294),s=n(95318),l=n(95483),u=n(12806),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.optionModified=!1,t}return(0,r.ZT)(t,e),t.prototype.handleConfirm=function(e){var t,n;null===(n=(t=this.props).onChange)||void 0===n||n.call(t,e,this.optionModified),this.optionModified=!1},t.prototype.onFoucs=function(){var e,t;null===(t=(e=this.props).onFocus)||void 0===t||t.call(e)},t.prototype.onBlur=function(){var e,t;null===(t=(e=this.props).onBlur)||void 0===t||t.call(e)},t.prototype.render=function(){var e=this,t=this.props,n=t.classnames,c=t.value,d=t.translate,p=t.disabled,h=t.className,f=t.onChange,m=t.size,v=t.borderMode,g=(0,r._T)(t,["classnames","value","translate","disabled","className","onChange","size","borderMode"]);return o.createElement(u.Z,{title:d("Select.placeholder"),onFocus:this.onFoucs,onClose:this.onBlur,bodyRender:function(t){t.onClose;var n=t.value,s=t.onChange,l=t.setState,u=(0,r._T)(t,["onClose","value","onChange","setState"]);return o.createElement(i.Z,(0,r.pi)({},g,u,{value:n,onChange:function(t,n){if(n){var r=(0,a.GyU)(g.options,(function(e){return t.find((function(t){return t.value===e.value}))||e}));e.optionModified=!0,l({options:r,value:t})}else s(t)}}))},value:c,onConfirm:this.handleConfirm,size:m},(function(e){var t=e.onClick,r=e.isOpened;return o.createElement(s.Z,{className:n("TransferPicker",h,r?"is-active":""),allowInput:!1,result:c,onResultChange:f,onResultClick:t,placeholder:d("Select.placeholder"),disabled:p,borderMode:v},o.createElement("span",{className:n("TransferPicker-icon")},o.createElement(l.JO,{icon:"pencil",className:"icon"})))}))},(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleConfirm",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onFoucs",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onBlur",null),t}(o.Component),d=(0,a.YYN)((0,a.eAU)((0,a.nmi)(c,{value:"onChange"})))},24009:function(e,t,n){"use strict";n.d(t,{Z:function(){return c}});var r=n(70655),a=n(67294),i=n(96486),o=n(34594),s=n(95483),l=n(91936),u=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={inputValue:""},t.lazySearch=(0,i.debounce)((function(){var e=t.state.inputValue;e&&(0,t.props.onSearch)(e)}),250,{trailing:!0,leading:!1}),t}return(0,r.ZT)(t,e),t.prototype.componentWillUnmount=function(){this.lazySearch.cancel()},t.prototype.handleSearch=function(e){var t=this;this.setState({inputValue:e},(function(){e?(t.cancelSearch&&t.cancelSearch(),t.lazySearch()):t.handleSeachCancel()}))},t.prototype.handleSearchKeyDown=function(e){"Enter"===e.key&&e.preventDefault()},t.prototype.handleSeachCancel=function(){var e,t;null===(t=(e=this.props).onCancelSearch)||void 0===t||t.call(e),this.setState({inputValue:""})},t.prototype.render=function(){var e=this.props,t=e.classnames;e.translate;var n=e.placeholder,r=this.state.inputValue;return a.createElement("div",{className:t("Transfer-search")},a.createElement(l.Z,{value:r,onChange:this.handleSearch,clearable:!1,onKeyDown:this.handleSearchKeyDown,placeholder:n},r?a.createElement("a",{onClick:this.handleSeachCancel},a.createElement(s.JO,{icon:"close",className:"icon"})):a.createElement(s.JO,{icon:"search",className:"icon"})))},(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSearch",null),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSearchKeyDown",null),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSeachCancel",null),t}(a.Component),c=(0,o.YYN)((0,o.eAU)(u))},49294:function(e,t,n){"use strict";n.d(t,{Z:function(){return p}});var r=n(70655),a=n(67294),i=n(34594),o=n(50800),s=n(95483),l=n(10156),u=n(55843),c=n(91680),d=function(e){function t(t){var n=e.call(this,t)||this;return n.unfolded=new WeakMap,n.relations=new WeakMap,n.startPoint={x:0,y:0},n.root=a.createRef(),n.state={value:(0,o.G0)(t.value,{multiple:t.multiple,delimiter:t.delimiter,valueField:t.valueField,labelField:t.labelField,options:t.options,pathSeparator:t.pathSeparator},t.enableNodePath),flattenedOptions:[],inputValue:"",addingParent:null,isAdding:!1,isEditing:!1,editingItem:null,dropIndicator:void 0},n.syncUnFolded(t),n.flattenOptions(t,!0),n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e,t,n=this.props.enableNodePath;null===(t=(e=this.props).onRef)||void 0===t||t.call(e,this),n&&this.expandLazyLoadNodes()},t.prototype.componentDidUpdate=function(e){var t=this.props;e.options!==t.options&&(this.syncUnFolded(t),this.flattenOptions(t)),e.value===t.value&&e.options===t.options||this.setState({value:(0,o.G0)(t.value,{multiple:t.multiple,delimiter:t.delimiter,valueField:t.valueField,pathSeparator:t.pathSeparator,options:t.options,labelField:t.labelField},t.enableNodePath)})},t.prototype.expandLazyLoadNodes=function(){var e=this.props,t=e.pathSeparator,n=e.onExpandTree,r=e.nodePath,a=(void 0===r?[]:r).map((function(e){return e?e.toString().split(t):[]}));null==n||n(a)},t.prototype.syncUnFolded=function(e,t){var n=void 0!==t,r=Number(n?t:e.unfoldedLevel)-1,a=this.unfolded,o=this.props,s=o.foldedField,l=o.unfoldedField;return(0,i.oxs)(e.options,(function(t,i,o){if((!a.has(t)||n)&&t.children&&t.children.length){var u=!0;t.defer&&t.loaded&&!n&&l&&!1!==t[l]?u=!0:l&&void 0!==t[l]?u=!!t[l]:s&&void 0!==t[s]?u=!t[s]:!(u=!!e.initiallyOpen&&!n)&&o<=r&&(u=!0),a.set(t,u)}})),n&&this.forceUpdate(),a},t.prototype.toggleUnfolded=function(e){var t=this.unfolded,n=this.props,r=n.onDeferLoad,a=n.unfoldedField;!e.defer||e.loaded?(e.defer&&e.loaded&&(e[a]=!t.get(e)),t.set(e,!t.get(e)),this.flattenOptions(),this.forceUpdate()):null==r||r(e)},t.prototype.isUnfolded=function(e){var t=this.unfolded,n=this.relations.get(e);return n?!!t.get(e)&&this.isUnfolded(n):!!t.get(e)},t.prototype.clearSelect=function(){var e=this;this.setState({value:[]},(function(){var t=e.props,n=t.joinValues,r=t.rootValue;(0,t.onChange)(n?r:[])}))},t.prototype.transform2NodePath=function(e){var t=this.props,n=t.multiple,a=t.options,o=t.valueField,s=t.labelField,l=t.joinValues,u=t.extractValue,c=t.pathSeparator,d=t.delimiter,p=[],h=(Array.isArray(e)?e.concat():[e]).map((function(e){var t,n,l,u=null===(l=(0,i.kSg)(a,e,!0))||void 0===l?void 0:l.reduce((function(e,t){return e[s].push(t[s]),e[o].push(t[o]),e}),((t={})[s]=[],t[o]=[],t)),d=u[o].join(c);return p.push(d),(0,r.pi)((0,r.pi)({},e),((n={})[s]=u[s].join(c),n[o]=d,n))}));return n?l?p.join(d):u?p:h:l||u?h[0][o]:h[0]},t.prototype.handleSelect=function(e,t){var n=this,r=this.props,a=r.joinValues,i=r.valueField,o=r.onChange,s=r.enableNodePath,l=r.onlyLeaf;void 0!==e[i]?l&&e.children||this.setState({value:[e]},(function(){o(s?n.transform2NodePath(e):a?e[i]:e)})):e.defer&&!e.loaded&&this.toggleUnfolded(e)},t.prototype.handleCheck=function(e,t){var n=this,r=this.props,a=this.state.value.concat(),o=a.indexOf(e),s=r.onlyChildren,l=r.withChildren,u=r.cascade,c=r.autoCheckChildren;if(t){if(~o||a.push(e),c){var d=e.children?e.children.concat([]):[];if(s)for(!~o&&d.length&&a.pop();d.length;){var p=d.shift(),h=a.indexOf(p);p.children&&p.children.length?d.push.apply(d,p.children):~h||"undefined"===p.value||a.push(p)}else{for(;d.length;)p=d.shift(),~(h=a.indexOf(p))&&a.splice(h,1),(l||u)&&a.push(p),p.children&&p.children.length&&d.push.apply(d,p.children);for(var f=e;;){var m=(0,i.dGi)(r.options,f);if(!(null==m?void 0:m.value)||~a.indexOf(m)||!m.children.every((function(e){return~a.indexOf(e)})))break;u||l||m.children.forEach((function(e){var t=a.indexOf(e);~t&&a.splice(t,1)})),a.push(m),f=m}}}}else if(~o&&a.splice(o,1),c&&(u||l||s))for(d=e.children?e.children.concat([]):[];d.length;)p=d.shift(),~(h=a.indexOf(p))&&a.splice(h,1),p.children&&p.children.length&&d.push.apply(d,p.children);this.setState({value:a},(function(){return n.fireChange(a)}))},t.prototype.fireChange=function(e){var t=this.props,n=t.joinValues,r=t.extractValue,a=t.valueField,i=t.delimiter;(0,t.onChange)(t.enableNodePath?this.transform2NodePath(e):n?e.map((function(e){return e[a]})).join(i):r?e.map((function(e){return e[a]})):e)},t.prototype.handleAdd=function(e){var t=this;void 0===e&&(e=null);var n=this.props,a=n.bultinCUD,o=n.onAdd,s=n.options;if(!a){var l=(0,i.L$8)(s,(function(t){return t===e}))||[];return o&&o(l.concat(0))}this.setState({isEditing:!1,isAdding:!0,addingParent:e},(function(){var n,a;if(e){var i=[];try{for(var o=(0,r.XA)(t.state.flattenedOptions),s=o.next();!s.done;s=o.next()){var l=s.value;i.push(l),l===e&&i.push((0,r.pi)((0,r.pi)({},l),{isAdding:!0}))}}catch(e){n={error:e}}finally{try{s&&!s.done&&(a=o.return)&&a.call(o)}finally{if(n)throw n.error}}t.setState({flattenedOptions:i})}}))},t.prototype.handleEdit=function(e){var t=this.props,n=t.bultinCUD,r=t.onEdit,a=t.labelField;t.options,n?this.setState({isEditing:!0,isAdding:!1,editingItem:e,inputValue:e[a]}):null==r||r(e)},t.prototype.handleRemove=function(e){var t=this.props.onDelete;t&&t(e)},t.prototype.handleInputChange=function(e){this.setState({inputValue:e.currentTarget.value})},t.prototype.handleConfirm=function(){var e=this.state,t=e.inputValue,n=e.isAdding,a=e.addingParent,o=e.editingItem,s=e.isEditing;if(t){var l=this.props,u=l.labelField,c=l.onAdd,d=l.options,p=l.onEdit;this.setState({inputValue:"",isAdding:!1,isEditing:!1},(function(){var e,l;if(n&&c){var h=a&&(0,i.L$8)(d,(function(e){return e===a}))||[];c(h.concat(0),((e={})[u]=t,e),!0)}else s&&p&&p((0,r.pi)((0,r.pi)({},o),((l={})[u]=t,l)),o,!0)}))}},t.prototype.handleCancel=function(){var e=this.state.flattenedOptions.filter((function(e){return!e.isAdding}));this.setState({inputValue:"",isAdding:!1,isEditing:!1,flattenedOptions:e})},t.prototype.renderInput=function(e){void 0===e&&(e=null);var t=this.props,n=t.classnames,r=t.translate,i=this.state.inputValue;return a.createElement("div",{className:n("Tree-itemLabel")},a.createElement("div",{className:n("Tree-itemInput")},e,a.createElement("input",{onChange:this.handleInputChange,value:i,placeholder:r("placeholder.enter")}),a.createElement("a",{"data-tooltip":r("cancel"),onClick:this.handleCancel},a.createElement(s.JO,{icon:"close",className:"icon"})),a.createElement("a",{"data-tooltip":r("confirm"),onClick:this.handleConfirm},a.createElement(s.JO,{icon:"check",className:"icon"}))))},t.prototype.getOffsetPosition=function(e){for(var t=0,n=0;e.offsetParent;)t+=e.offsetLeft,n+=e.offsetTop,e=e.offsetParent;return{left:t,top:n}},t.prototype.getDropInfo=function(e,t){var n,r,a=e.currentTarget.getBoundingClientRect(),i=this.dragNode,o=Math.min(50,.3*a.width),s=(null===(n=null==t?void 0:t.children)||void 0===n?void 0:n.length)?0:16,l=this.getOffsetPosition(this.root.current),u=this.getOffsetPosition(e.currentTarget),c=u.left-l.left,d=u.top-l.top,p=e.clientX,h=e.clientY>=a.top+a.height/2?"bottom":"top";return"bottom"===h&&p>=this.startPoint.x+o?(h="self",r={top:d,left:c,width:a.width,height:a.height}):r={top:"bottom"===h?d+a.height:d,left:c+s,width:a.width-s},{node:t,dragNode:i,position:h,indicator:r}},t.prototype.updateDropIndicator=function(e,t){this.dropInfo=this.getDropInfo(e,t);var n=this.dropInfo,r=n.dragNode,a=n.indicator;t!==r?this.setState({dropIndicator:a}):this.setState({dropIndicator:void 0})},t.prototype.onDragStart=function(e){var t=this,n=this.props.draggable;return function(r){var a;n?(r.dataTransfer.effectAllowed="copyMove",t.dragNode=e,t.dropInfo=null,t.startPoint={x:r.clientX,y:r.clientY},(null===(a=null==e?void 0:e.children)||void 0===a?void 0:a.length)&&(t.unfolded.set(e,!1),t.flattenOptions(),t.forceUpdate())):(t.dragNode=null,t.dropInfo=null),r.stopPropagation()}},t.prototype.onDragOver=function(e){var t=this;return function(n){t.dragNode&&(t.updateDropIndicator(n,e),n.preventDefault())}},t.prototype.onDragEnd=function(e){var t=this;return function(n){var r,a,i;t.setState({dropIndicator:void 0});var o=null===(r=t.dropInfo)||void 0===r?void 0:r.node;t.dropInfo&&o&&e!==o&&(null===(i=(a=t.props).onMove)||void 0===i||i.call(a,t.dropInfo),t.dragNode=null,t.dropInfo=null,n.preventDefault())}},t.prototype.flattenOptions=function(e,t){var n=this,a=[];(0,i.oxs)((null==e?void 0:e.options)||this.props.options,(function(e,t,r,o){var s=o[o.length-2];(0,i.pn4)(e)&&(1===o.length?a.push(e):n.isUnfolded(s)&&(n.relations.set(e,s),e.level=r,a.push(e)))})),t?this.state=(0,r.pi)((0,r.pi)({},this.state),{flattenedOptions:a}):this.setState({flattenedOptions:a})},t.prototype.isParentChecked=function(e){if(!e||!this.relations.get(e))return!1;var t=this.relations.get(e);return!!~this.state.value.indexOf(t)||this.isParentChecked(t)},t.prototype.isItemChildrenChecked=function(e){var t=this;return!e||!e.children||!e.children.some((function(e){return!t.isItemChecked(e)}))},t.prototype.isItemChildrenPartialChecked=function(e,t){var n,a;if(!e||!e.children||t)return!1;var i=0,o=0;try{for(var s=(0,r.XA)(e.children),l=s.next();!l.done;l=s.next()){var u=l.value;this.isItemChecked(u)?i++:this.isItemChildrenPartialChecked(u,!1)&&o++}}catch(e){n={error:e}}finally{try{l&&!l.done&&(a=s.return)&&a.call(s)}finally{if(n)throw n.error}}return 0!==i||0!==o},t.prototype.isItemChecked=function(e){var t;if(!e)return!1;var n=this.props,r=n.autoCheckChildren,a=n.onlyChildren,i=n.multiple,o=n.withChildren,s=n.cascade;return!!~this.state.value.indexOf(e)||!!((null===(t=e.children)||void 0===t?void 0:t.length)&&a&&r&&this.isItemChildrenChecked(e))||!!(this.relations.get(e)&&i&&r)&&!o&&!s&&this.isParentChecked(e)},t.prototype.isItemDisabled=function(e,t){var n=this.props,r=n.disabledField,a=n.disabled,i=n.autoCheckChildren,o=n.valueField,s=n.multiple,l=n.maxLength,u=n.minLength,c=n.cascade,d=n.onlyChildren,p=this.state.value,h=e[r];if(a||h||s&&!i&&!e[o])return!0;if(l&&!t&&p.length>=l||u&&t&&p.length<=u)return!0;var f=this.relations.get(e);return!!(i&&s&&t&&f&&this.isItemChecked(f))&&!d&&!c},t.prototype.renderItem=function(e){var t=this,n=e.index,o=e.style,c=this.props,d=c.itemClassName,p=c.showIcon,h=c.showRadio,f=c.multiple,m=c.labelField,v=c.iconField,g=c.cascade,y=c.classnames,b=c.highlightTxt,w=c.creatable,_=c.editable,C=c.removable,E=c.createTip,k=c.editTip,S=c.removeTip,x=c.translate,T=c.itemRender,M=c.draggable,O=c.loadingConfig,N=c.enableDefaultIcon,D=c.valueField,A=this.state.flattenedOptions[n];if(!A)return null;var L,P=this.state,F=P.isAdding,R=P.editingItem,j=P.isEditing,I=this.isItemChecked(A),Y=this.isItemDisabled(A,I),V=this.isItemChildrenPartialChecked(A,I),H=!!~this.state.value.indexOf(A),Z=f?a.createElement(l.Z,{size:"sm",disabled:Y,checked:I||V,partial:V,onChange:this.handleCheck.bind(this,A,!I)}):h?a.createElement(l.Z,{size:"sm",disabled:Y,checked:I,onChange:this.handleSelect.bind(this,A)}):null,B=!(A.children&&A.children.length||A.placeholder),z=A[v]||!1!==N&&(A.children?"folder":"file"),W=A.level?A.level-1:0;return L=j&&R===A||A.isAdding?this.renderInput(Z):a.createElement("div",{className:y("Tree-itemLabel",{"is-children-checked":f&&!g&&this.isItemChildrenChecked(A)&&!Y,"is-checked":H,"is-disabled":Y}),draggable:M,onDragStart:this.onDragStart(A),onDragOver:this.onDragOver(A),onDragEnd:this.onDragEnd(A)},M&&a.createElement("a",{className:y("Tree-itemDrager drag-bar")},a.createElement(s.JO,{icon:"drag-bar",className:"icon"})),A.loading?a.createElement(u.Z,{size:"sm",show:!0,icon:"reload",spinnerClassName:y("Tree-spinner"),loadingConfig:O}):!B||A.defer&&!A.loaded?a.createElement("div",{onClick:function(){return t.toggleUnfolded(A)},className:y("Tree-itemArrow",{"is-folded":!this.isUnfolded(A)})},a.createElement(s.JO,{icon:"down-arrow-bold",className:"icon"})):a.createElement("span",{className:y("Tree-itemArrowPlaceholder")}),Z,a.createElement("div",{className:y("Tree-itemLabel-item")},p?a.createElement("i",{className:y("Tree-itemIcon ".concat(A.children?"Tree-folderIcon":"Tree-leafIcon")),onClick:function(){return!Y&&(f?t.handleCheck(A,!I):t.handleSelect(A))}},z?(0,s.q7)(z)?a.createElement(s.JO,{icon:z,className:"icon"}):a.isValidElement(z)?z:a.createElement("i",{className:z}):null):null,a.createElement("span",{className:y("Tree-itemText"),onClick:function(){return!Y&&(f?t.handleCheck(A,!I):t.handleSelect(A))},title:A[m]},T?T(A,{index:n,multiple:f,checked:I,onChange:function(){return t.handleCheck(A,!I)},disabled:Y||A.disabled}):b?(0,i.CHQ)("".concat(A[m]),b):"".concat(A[m])),Y||F||j||A.defer&&!A.loaded?null:a.createElement("div",{className:y("Tree-item-icons")},w&&(0,i.rIu)(A,"creatable")?a.createElement("a",{onClick:this.handleAdd.bind(this,A),"data-tooltip":x(E),"data-position":"left"},a.createElement(s.JO,{icon:"plus",className:"icon"})):null,C&&(0,i.rIu)(A,"removable")?a.createElement("a",{onClick:this.handleRemove.bind(this,A),"data-tooltip":x(S),"data-position":"left"},a.createElement(s.JO,{icon:"minus",className:"icon"})):null,_&&(0,i.rIu)(A,"editable")?a.createElement("a",{onClick:this.handleEdit.bind(this,A),"data-tooltip":x(k),"data-position":"left"},a.createElement(s.JO,{icon:"new-edit",className:"icon"})):null))),a.createElement("li",{key:A[D],className:y("Tree-item ".concat(d||""),{"Tree-item--isLeaf":B,"is-child":this.relations.get(A)}),style:(0,r.pi)((0,r.pi)({},o),{left:"calc(".concat(W," * var(--Tree-indent))"),width:"calc(100% - ".concat(W," * var(--Tree-indent))")})},L)},t.prototype.isEmptyOrNotExist=function(e){return""===e||null==e},t.prototype.getAvailableOptions=function(){var e=this,t=this.props,n=t.options,r=t.onlyChildren,a=t.valueField;return(0,i.fKU)(n,(function(t){return r?t.children?null:t:e.isEmptyOrNotExist(t[a||"value"])?null:t})).filter((function(e){return e&&!e.disabled}))},t.prototype.handleCheckAll=function(e,t){var n=this;this.setState({value:t?[]:e},(function(){return n.fireChange(t?[]:e)}))},t.prototype.renderCheckAll=function(){var e=this,t=this.props,n=t.multiple,r=t.checkAll,i=t.checkAllLabel,o=t.classnames,s=t.translate,u=t.disabled;if(!n||!r)return null;var c=this.getAvailableOptions(),d=c.every((function(t){return e.isItemChecked(t)})),p=c.some((function(t){return e.isItemChecked(t)}));return a.createElement("div",{className:o("Tree-itemLabel"),onClick:function(){return e.handleCheckAll(c,d)}},a.createElement(l.Z,{size:"sm",disabled:u,checked:p,partial:p&&!d}),a.createElement("div",{className:o("Tree-itemLabel-item")},a.createElement("span",{className:o("Tree-itemText")},s(i))))},t.prototype.renderList=function(e,t){var n=this,r=this.props,i=r.virtualThreshold,o=r.itemHeight,s=void 0===o?32:o;return i&&e.length>i?a.createElement(c.ZP,{height:e.length>8?266:e.length*s,itemCount:e.length,prefix:this.renderCheckAll(),itemSize:s,renderItem:this.renderItem.bind(this)}):a.createElement(a.Fragment,null,this.renderCheckAll(),e.map((function(e,t){return n.renderItem({index:t})})))},t.prototype.render=function(){var e=this.props,t=e.className,n=e.placeholder,r=e.hideRoot,i=e.rootLabel,o=e.showOutline,l=e.showIcon,u=e.classnames,c=e.creatable,d=e.rootCreatable,p=e.rootCreateTip,h=e.disabled,f=e.draggable,m=e.translate,v=this.state,g=v.value,y=v.isAdding,b=v.addingParent,w=v.isEditing,_=v.dropIndicator,C=v.flattenedOptions,E=null;return c&&!1!==d&&r&&(E=a.createElement("a",{className:u("Tree-addTopBtn",{"is-disabled":y||w}),onClick:this.handleAdd.bind(this,null)},a.createElement(s.JO,{icon:"plus",className:"icon"}),a.createElement("span",null,m(p)))),a.createElement("div",{className:u("Tree ".concat(t||""),{"Tree--outline":o,"is-disabled":h,"is-draggable":f}),ref:this.root},C&&C.length||E||!1===r?a.createElement("ul",{className:u("Tree-list")},r?a.createElement(a.Fragment,null,E,y&&!b?a.createElement("li",{className:u("Tree-item")},this.renderInput()):null,this.renderList(C,g)):a.createElement("li",{className:u("Tree-rootItem",{"is-checked":!g||!g.length})},a.createElement("div",{className:u("Tree-itemLabel")},a.createElement("span",{className:u("Tree-itemText"),onClick:this.clearSelect},l?a.createElement("i",{className:u("Tree-itemIcon Tree-rootIcon")},a.createElement(s.JO,{icon:"home",className:"icon"})):null,i),h||!c||!1===d||y||w?null:a.createElement("div",{className:u("Tree-item-icons")},c?a.createElement("a",{onClick:this.handleAdd.bind(this,null),"data-tooltip":p,"data-position":"left"},a.createElement(s.JO,{icon:"plus",className:"icon"})):null)),a.createElement("ul",{className:u("Tree-sublist")},y&&!b?a.createElement("li",{className:u("Tree-item")},this.renderInput()):null,this.renderList(C,g)))):a.createElement("div",{className:u("Tree-placeholder")},n),_&&a.createElement("div",{className:u("Tree-dropIndicator",{"Tree-dropIndicator--hover":!!_.height}),style:_}))},t.defaultProps={showIcon:!0,showOutline:!1,initiallyOpen:!0,unfoldedLevel:1,showRadio:!1,multiple:!1,disabled:!1,withChildren:!1,onlyChildren:!1,labelField:"label",valueField:"value",iconField:"icon",unfoldedField:"unfolded",foldedField:"foled",disabledField:"disabled",joinValues:!0,extractValue:!1,delimiter:",",hideRoot:!0,rootLabel:"Tree.root",rootValue:0,autoCheckChildren:!0,cascade:!1,selfDisabledAffectChildren:!0,rootCreateTip:"Tree.addRoot",createTip:"Tree.addChild",editTip:"Tree.editNode",removeTip:"Tree.removeNode",enableNodePath:!1,pathSeparator:"/",nodePath:[],virtualThreshold:100,itemHeight:32,enableDefaultIcon:!0},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"toggleUnfolded",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"clearSelect",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSelect",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Boolean]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleCheck",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleAdd",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleEdit",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleRemove",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleInputChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleConfirm",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleCancel",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",Object)],t.prototype,"getDropInfo",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"updateDropIndicator",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onDragStart",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onDragOver",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onDragEnd",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderItem",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Array,Boolean]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleCheckAll",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Array]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderList",null),t}(a.Component),p=(0,i.YYN)((0,i.eAU)(d))},83496:function(e,t,n){"use strict";n.d(t,{Z:function(){return d}});var r=n(70655),a=n(87271),i=n(34594),o=n(67294),s=n(10156),l=n(55843),u=n(95483),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={expanded:[]},t}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){this.syncExpanded()},t.prototype.componentDidUpdate=function(e){var t=this.props;this.state.expanded.length||t.expand===e.expand&&t.options===e.options||this.syncExpanded()},t.prototype.syncExpanded=function(){var e=this.props.options,t=this.props.expand,n=[];Array.isArray(e)&&("first"===t||"root"===t?e.every((function(e,r){return!Array.isArray(e.children)||(n.push("".concat(r)),"root"===t)})):"all"===t&&(0,i.P8h)(e,(function(e,t,r,a,i){return Array.isArray(e.children)&&n.push("".concat(i.concat(t).join("-"))),!0})),this.setState({expanded:n}))},t.prototype.toggleOption=function(e){var t=this.props,n=t.value,r=t.onChange,i=t.option2value,o=t.options,s=t.onDeferLoad,l=t.disabled,u=t.multiple,c=t.clearable;if(!l&&!e.disabled)if(!e.defer||e.loaded){var d=a.PA.value2array(n,o,i);if(void 0===e.value&&Array.isArray(e.children)&&e.children.length&&u){var p=function(e){return!(!Array.isArray(e.children)||!e.children.length)&&e.children.some(p)||void 0!==e.value&&~d.indexOf(e)},h=e.children.some(p),f=function(e){if(Array.isArray(e.children)&&e.children.length&&e.children.forEach(f),void 0!==e.value){var t=d.indexOf(e);~t&&d.splice(t,1),h||d.push(e)}};e.children.forEach(f)}else{var m=d.indexOf(e);~m&&(u||c)?d.splice(m,1):u?d.push(e):d=[e]}var v=i?d.map((function(e){return i(e)})):d;r&&r(u?v:v[0])}else null==s||s(e)},t.prototype.toggleCollapsed=function(e,t){var n=this.props.onDeferLoad,r=this.state.expanded.concat(),a=r.indexOf(t);~a?r.splice(a,1):r.push(t),this.setState({expanded:r},e.defer&&n?function(){return n(e)}:void 0)},t.prototype.renderItem=function(e,t,n){var r=this;void 0===n&&(n=[]);var a=this.props,i=a.labelClassName,c=a.disabled,d=a.classnames,p=a.itemClassName,h=a.itemRender,f=a.multiple,m=a.loadingConfig,v=n.join("-"),g=this.valueArray,y=!1,b=!1,w=Array.isArray(e.children)&&e.children.length;if(void 0===e.value&&w){var _=!0,C=!1,E=function(e){if(Array.isArray(e.children)&&e.children.length&&e.children.forEach(E),void 0!==e.value){var t=!!~g.indexOf(e);t&&!C?C=!0:!t&&_&&(_=!1),b=C,y=C&&!_}};e.children.forEach(E)}else b=!!~g.indexOf(e);var k=!!~this.state.expanded.indexOf(v);return o.createElement("div",{key:t,className:d("TreeSelection-item",c||e.disabled||e.defer&&e.loading?"is-disabled":"",k?"is-expanded":"")},o.createElement("div",{className:d("TreeSelection-itemInner",p,e.className,b?"is-active":""),onClick:function(){return r.toggleOption(e)}},w||e.defer?o.createElement("a",{onClick:function(t){t.stopPropagation(),r.toggleCollapsed(e,v)},className:d("Table-expandBtn",k?"is-active":"")},o.createElement(u.JO,{icon:"right-arrow-bold",className:"icon"})):null,e.defer&&e.loading?o.createElement(l.Z,{loadingConfig:m,show:!0,size:"sm"}):null,!f||e.defer&&!e.loaded?null:o.createElement(s.Z,{size:"sm",checked:b,partial:y,disabled:c||e.disabled,labelClassName:i,description:e.description}),o.createElement("div",{className:d("TreeSelection-itemLabel")},h(e,{index:t,multiple:f,checked:b,onChange:function(){return r.toggleOption(e)},disabled:c||e.disabled})),e.defer&&e.loading?o.createElement(l.Z,{loadingConfig:m,show:!0,size:"sm"}):null),w?o.createElement("div",{className:d("TreeSelection-sublist")},e.children.map((function(e,t){return r.renderItem(e,t,n.concat(t))}))):null)},t.prototype.render=function(){var e,t=this,n=this.props,r=n.value,i=n.options,s=n.className,l=n.placeholder,u=n.classnames,c=n.option2value,d=n.placeholderRender,p=n.translate;this.valueArray=a.PA.value2array(r,i,c);var h=[];return Array.isArray(i)&&i.length&&(h=i.map((function(e,n){return t.renderItem(e,n,[n])}))),o.createElement("div",{className:u("TreeSelection",s)},h&&h.length?h:o.createElement("div",{className:u("TreeSelection-placeholder")},null!==(e=null==d?void 0:d(this.props))&&void 0!==e?e:p(l)))},t.defaultProps=(0,r.pi)((0,r.pi)({},a.PA.defaultProps),{expand:"first"}),t}(a.PA),d=(0,i.YYN)((0,i.eAU)((0,i.nmi)(c,{value:"onChange"})))},78024:function(e,t,n){"use strict";n.d(t,{Z:function(){return w}});var r=n(70655),a=n(67294),i=n(34594),o=(n(27708),n(47750),n(44628),n(90632),n(81839),n(64179),n(47809),n(10156)),s=(n(87271),n(15730),n(84935),n(12724),n(46933),n(14850),n(98391),n(96838),n(61709),n(95483)),l=(n(81658),n(54997),n(8715),n(28506),n(19693),n(50800)),u=(n(4686),n(55843)),c=(n(94485),n(39972),n(2039),n(86438),n(10045),n(52014),n(49294),n(9544),n(77468),n(41338),n(95318)),d=n(91936),p=(n(85382),n(39501),n(75896),n(78961),n(73560),n(41649),n(96352),n(43318),n(83496),n(6314),n(73992),n(7095),n(53612),n(74205),n(83225),n(73757),n(12806),n(28667),n(50819),n(8543),n(16996),n(68689),n(91220),n(86225),n(85148),n(11938),n(21686)),h=(n(35255),n(95955),n(58772),n(88505),n(88293),n(56412),n(14743),n(66e3),n(23499),n(48780),n(91680),n(8679),n(94018),n(74022),n(12265),n(79188),n(5232),n(77768),n(68008),n(55686),n(94076),n(29463),n(37601),n(46008),n(9224),n(78512),n(42810),n(42812),n(50648),n(51474)),f=n(23279),m=n.n(f),v=n(85564),g=n.n(v),y=["user-default-department","user-default-role","user-default-post"],b=function(e){function t(t){var n=e.call(this,t)||this;return n.unmounted=!1,n.lazySearch=m()((function(e){(function(e){return(0,r.mG)(n,void 0,void 0,(function(){var t,n=this;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,(0,this.props.onSearch)(e,(function(e){return n.cancelSearch=e}))];case 1:if(t=r.sent(),this.unmounted)return[2];if(!Array.isArray(t))throw new Error("onSearch 需要返回数组");return this.setState({searchList:t,searchLoading:!1}),[2]}}))}))})(e).catch((function(e){n.setState({searchLoading:!1}),console.error(e)}))}),250,{trailing:!0,leading:!1}),n.state={isOpened:!1,isSelectOpened:!1,inputValue:"",options:n.props.options||[],breadList:[],searchList:[],tempSelection:[],selection:t.selection||[],isSearch:!1,searchLoading:!1,isEdit:!1},n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){},t.prototype.componentDidUpdate=function(e){var t,n=this.props,r=n.options,a=n.value;if(e.options!==r)if(r&&r.length&&r[0].leftOptions&&Array.isArray(r[0].children)){var i=r[0].leftOptions;this.setState({options:i})}else this.setState({options:r});if(JSON.stringify(a)!==JSON.stringify(e.value)||JSON.stringify(r)!==JSON.stringify(e.options)&&(null===(t=e.options)||void 0===t?void 0:t.length)){var o=(0,l.G0)(a,this.props);this.setState({selection:o})}},t.prototype.componentWillUnmount=function(){this.unmounted=!0},t.prototype.onClose=function(){this.setState({isOpened:!1,isSearch:!1,inputValue:"",searchList:[],searchLoading:!1})},t.prototype.handleSearch=function(e){var t=this;e?this.setState({isSearch:!0,searchLoading:!0,inputValue:e},(function(){t.cancelSearch&&t.cancelSearch(),t.lazySearch(e)})):this.handleSeachCancel()},t.prototype.handleSeachCancel=function(){this.setState({isSearch:!1,searchLoading:!1,inputValue:""})},t.prototype.swapSelectPosition=function(e,t){var n=this.state.tempSelection;n.splice(t,0,n.splice(e,1)[0]),this.setState({tempSelection:n})},t.prototype.dragRef=function(e){e&&this.initDragging()},t.prototype.initDragging=function(){var e=this,t=this.props.classPrefix;this.sortable=new h.ZP(document.querySelector(".".concat(t,"UserSelect-checkContent")),{group:"UserSelect-checkContent",animation:150,handle:".".concat(t,"UserSelect-dragBar"),ghostClass:"".concat(t,"UserSelect--dragging"),onEnd:function(t){if(e.state.isEdit&&t.newIndex!==t.oldIndex){var n=t.to;t.oldIndex0){var f={scheduleData:h.map((function(e){return(0,r.pi)((0,r.pi)({},e),{time:o()(e.startTime).format("YYYY-MM-DD HH:mm:ss")+" - "+o()(e.endTime).format("YYYY-MM-DD HH:mm:ss")})})),currentDate:t};if(n.props.largeMode){for(var v=[],y=0;y3);y++)if(o()(h[y].startTime).isSame(t,"day"))v.push(h[y]);else if(0===t.weekday()){var w=Math.min(o()(h[y].endTime).diff(t,"days")+1,7);v.push((0,r.pi)((0,r.pi)({},h[y]),{width:w,startTime:o()(t),endTime:o()(t).add(w-1,"days")})),void 0===h[y].height&&(h[y].height=0)}else v.push({width:1,className:"bg-transparent",content:"",height:h[y].height});[0,1,2].forEach((function(e){var t=u()(v,(function(t){return t.height===e}));if(-1===t&&(t=u()(v,(function(e){return void 0===e.height}))),t>-1&&t!==e){var n=v[e];v[e]=v[t],v[t]=n}v[e]&&void 0===v[e].height&&(v[e].height=e)}));var _=(v=v.slice(0,3)).map((function(e,t){var r=o()(e.endTime).diff(o()(e.startTime),"days");r<=0&&(r=o()(e.endTime).endOf("day").diff(o()(e.startTime).startOf("day"),"days")),r+=1;var i=e.width||Math.min(r,7-o()(e.startTime).weekday());return a.createElement("div",{key:d.key+"content"+t,className:l("ScheduleCalendar-large-schedule-content",e.className),style:{width:i+"00%"},onClick:function(){return n.props.onScheduleClick&&n.props.onScheduleClick(f)}},a.createElement("div",{className:l("ScheduleCalendar-text-overflow")},e.content))}));return a.createElement("td",(0,r.pi)({},d),a.createElement("div",{className:l("ScheduleCalendar-large-day-wrap")},a.createElement("div",{className:l("ScheduleCalendar-large-schedule-header")},a.createElement("span",null,t.date())),_,h.length>3&&a.createElement("div",{className:l("ScheduleCalendar-large-schedule-footer")},h.length-3," ",c("more"))))}var C=a.createElement("span",{className:l("ScheduleCalendar-icon",h[0].className),onClick:function(){return n.props.onScheduleClick&&n.props.onScheduleClick(f)}});return a.createElement("td",(0,r.pi)({},d),a.createElement("span",{style:i,ref:p},t.date(),C))}}return a.createElement("td",(0,r.pi)({},d),a.createElement("span",{style:i,ref:p},t.date()))},n.renderTimes=function(){var e=n.props,t=e.timeFormat,r=e.selectedDate,i=e.viewDate,o=e.isEndDate,l=e.classnames,u=r||(o?i.endOf("day"):i),c=[],d=n.timeConstraints;return t.split(":").forEach((function(e,t){var i=/h/i.test(e)?"hours":/m/.test(e)?"minutes":/s/.test(e)?"seconds":"";if(i){var o=d[i].min,p=d[i].max,h=n.computedTimeOptions(i),f={hours:"HH",minutes:"mm",seconds:"ss"};c.push(a.createElement(s.ZP,{key:t+"input",inputValue:u.format(f[i])},(function(e){var s=e.getInputProps,c=e.openMenu,d=e.closeMenu;return s({onFocus:function(){return c()},onChange:function(e){return n.setTime(i,Math.max(o,Math.min(parseInt(e.currentTarget.value.replace(/\D/g,""),10)||0,p)))}}),a.createElement("div",{className:l("CalendarInputWrapper","CalendarInputWrapperMT")},a.createElement("div",{className:l("CalendarInput-sugs","hours"===i?"CalendarInput-sugsHours":"CalendarInput-sugsTimes"),id:"".concat(n.state.uniqueTag,"-").concat(t,"-input")},h.map((function(e){var o;return a.createElement("div",{key:e.value,className:l("CalendarInput-sugsItem",{"is-highlight":r?e.value===u.format(f[i]):e.value===(null===(o=null==h?void 0:h[0])||void 0===o?void 0:o.value)}),onClick:function(){n.setTime(i,parseInt(e.value,10)),n.scrollToTop(i,parseInt(e.value,10),t),d()}},e.value)}))))}))),c.push(a.createElement("span",{key:t+"divider"}))}})),c.length&&c.pop(),a.createElement("div",{className:l("CalendarTimesWrapper")},n.showTime(),a.createElement("div",{className:l("CalendarInputsWrapper")},c))},n.renderFooter=function(){if(!n.props.requiredConfirm)return null;var e=n.props,t=e.translate,r=e.classnames;return a.createElement("tfoot",{key:"tf"},a.createElement("tr",null,a.createElement("td",{colSpan:7},n.props.requiredConfirm?a.createElement("div",{key:"button",className:"rdtActions"},a.createElement("a",{className:r("Button","Button--default"),onClick:n.cancel},t("cancel")),a.createElement("a",{className:r("Button","Button--primary","m-l-sm"),onClick:n.confirm},t("confirm"))):null)))},n.onPickerConfirm=function(e){n.props.onConfirm&&n.props.onConfirm(e,n.state.types)},n.onPickerChange=function(e,t){var r=n.props,a=r.selectedDate,i=r.viewDate;if(1===t||0===t){var s=(a||i||o()()).clone(),l=(0,w.hGw)(e,["year","month"],s),u=n.props.getDateBoundary(l);n.setState({columns:n.props.getColumns(n.state.types,u),pickerValue:e})}},n.renderPicker=function(){var e=n.props.translate,t=n.state.types.length>3?e("Date.titleTime"):e("Date.titleDate");return a.createElement(_.Z,{translate:n.props.translate,locale:n.props.locale,title:t,columns:n.state.columns,value:n.state.pickerValue,onChange:n.onPickerChange,onConfirm:n.onPickerConfirm,onClose:n.cancel})};var i=t.selectedDate;t.viewDate;var l=t.timeFormat,c=i||o()(),d=["year","month","date"];l.split(":").forEach((function(e){var t=/h/i.test(e)?"hours":/m/.test(e)?"minutes":/s/.test(e)?"seconds":"";t&&d.push(t)}));var p=n.props.getDateBoundary(c),f=n.props.getColumns(d,p);return n.state={columns:f,types:d,pickerValue:c.toArray(),uniqueTag:(new Date).valueOf()},n.props.timeConstraints&&(n.timeConstraints=h()(n.timeConstraints,t.timeConstraints)),n}return(0,r.ZT)(t,e),t.prototype.getDaysOfWeek=function(e){var t=e._weekdaysMin,n=e.firstDayOfWeek(),r=[],a=0;return t.forEach((function(e){r[(7+a++-n)%7]=e})),r},t.prototype.alwaysValidDate=function(){return 1},t.prototype.renderDays=function(){var e,t,n,r,i=this.props.viewDate,s=this.props.selectedDate&&this.props.selectedDate.clone(),l=i.clone().subtract(1,"months"),u=i.year(),c=i.month(),p=[],h=[],f=this.props.renderDay||this.renderDay,m=this.props.isValidDate||this.alwaysValidDate,v=this.props.todayActiveStyle,g=void 0===v?{}:v;l.date(l.daysInMonth()).startOf("week");for(var y=l.clone().add(42,"d");l.isBefore(y);)e="rdtDay",r=l.clone(),l.year()===u&&l.month()c||l.year()>u)&&(e+=" rdtNew"),s&&l.isSame(s,"day")&&(e+=" rdtActive"),l.isSame(o()(),"day")&&(e+=" rdtToday"),(t=!m(r,s))&&(e+=" rdtDisabled"),n=d()({key:l.format("M_D"),"data-value":l.date(),className:e},e.includes("rdtToday")?{todayActiveStyle:g}:{}),t||(n.onClick=this.updateSelectedDate),h.push(f(n,r,s)),7===h.length&&(p.push(a.createElement("tr",{key:l.format("M_D")},h)),h=[]),l.add(1,"d");return p},t.prototype.componentDidMount=function(){var e=this,t=this.props,n=t.timeFormat,r=t.selectedDate,a=t.viewDate,i=t.isEndDate,o={hours:"HH",minutes:"mm",seconds:"ss"},s=r||(i?a.endOf("day"):a);n.split(":").forEach((function(t,n){var r=/h/i.test(t)?"hours":/m/.test(t)?"minutes":/s/.test(t)?"seconds":"";r&&e.scrollToTop(r,parseInt(s.format(o[r]),10),n,"init")}))},t.prototype.computedTimeOptions=function(e){var t,n=null===(t=this.timeConstraints)||void 0===t?void 0:t[e],r=n.min,a=n.max,i=n.step;return Array.from({length:a-r+1},(function(t,n){var a=(n+r).toString().padStart("milliseconds"!==e?2:3,"0");return n%i==0?{label:a,value:a}:void 0})).filter((function(e){return!!e}))},t.prototype.render=function(){var e=this.props,t=e.viewDate,n=e.useMobileUI,r=e.embed,i=e.timeFormat;e.classnames;var o=t.localeData(),s=this.props.translate;if((0,w.tqC)()&&n&&!r)return a.createElement("div",{className:"rdtYears"},this.renderPicker());var l=[this.props.hideHeader?null:a.createElement("thead",{key:"th"},a.createElement("tr",null,a.createElement("th",{colSpan:7},a.createElement("div",{className:"rdtHeader"},a.createElement("a",{className:"rdtPrev",onClick:this.props.subtractTime(1,"years")},a.createElement(C.JO,{icon:"right-double-arrow",className:"icon date-icon-arrow-left"})),a.createElement("a",{className:"rdtPrev",onClick:this.props.subtractTime(1,"months")},a.createElement(C.JO,{icon:"right-arrow",className:"icon date-icon-arrow-left"})),a.createElement("div",{className:"rdtCenter"},a.createElement("a",{className:"rdtSwitch",onClick:this.props.showView("years")},t.format(s("dateformat.year"))),a.createElement("a",{className:"rdtSwitch",onClick:this.props.showView("months")},t.format(s("MMM")))),a.createElement("a",{className:"rdtNext",onClick:this.props.addTime(1,"months")},a.createElement(C.JO,{icon:"right-arrow",className:"icon date-icon-arrow"})),a.createElement("a",{className:"rdtNext",onClick:this.props.addTime(1,"years")},a.createElement(C.JO,{icon:"right-double-arrow",className:"icon date-icon-arrow"}))),a.createElement("div",{className:"header-line"}))),a.createElement("tr",null,this.getDaysOfWeek(o).map((function(e,t){return a.createElement("th",{key:e+t,className:"dow"},e)})))),a.createElement("tbody",{key:"tb"},this.renderDays())];return a.createElement(a.Fragment,null,a.createElement("div",{className:i?"rdtDays":""},a.createElement("table",{className:i?"rdtDaysPart":""},l),i?a.createElement("div",{className:i.toLowerCase().indexOf("s")>0?"rdtTimePartWithS":"rdtTimePart"},this.renderTimes()):null),a.createElement("table",null,this.renderFooter()))},t}(a.Component),k=(0,w.eAU)(E),S=function(e){function t(t){var n=e.call(this,t)||this;n.renderYear=function(e,t,n){return a.createElement("td",(0,r.pi)({},e),a.createElement("span",null,t))},n.onConfirm=function(e){n.props.onConfirm&&n.props.onConfirm(e,["year"])},n.onPickerChange=function(e){n.setState({pickerValue:e[0]})},n.renderYearPicker=function(){var e=n.props,t=e.translate,r=e.minDate,i=e.maxDate,s=e.selectedDate,l=e.viewDate,u=(s||l||o()()).year(),c=i?i.toObject().years:u+100,d=r?r.toObject().years:u-100,p=t("Date.titleYear"),h=[{options:(0,w.rxh)(d,c,1)}];return a.createElement(_.Z,{translate:n.props.translate,locale:n.props.locale,title:p,columns:h,value:n.state.pickerValue,onConfirm:n.onConfirm,onChange:n.onPickerChange,onClose:n.props.onClose})};var i=t.selectedDate,s=t.viewDate,l=i||s||o()();return n.state={pickerValue:l.toObject().years},n.updateSelectedYear=n.updateSelectedYear.bind(n),n}return(0,r.ZT)(t,e),t.prototype.renderYears=function(e){var t,n,r,i,o,s,l=[],u=-1,c=[],d=this.props.renderYear||this.renderYear,p=this.props.selectedDate,h=this.props.isValidDate||this.alwaysValidDate;for(e--;u<11;)t="rdtYear",r=this.props.viewDate.clone().set({year:e,month:0,date:1}),o=parseInt(r.endOf("year").format("DDD"),10),s=Array.from({length:o},(function(e,t){return t+1})),(i=void 0===s.find((function(e){var t=r.clone().dayOfYear(e);return h(t)})))&&(t+=" rdtDisabled"),p&&p.year()===e&&(t+=" rdtActive"),-1!==u&&10!==u||(t+=" text-muted"),n={key:e,"data-value":e,className:t},i||(n.onClick="years"===this.props.updateOn?this.updateSelectedYear:this.props.setDate&&this.props.setDate("year")),l.push(d(n,e,p&&p.clone())),3===l.length&&(c.push(a.createElement("tr",{key:u},l)),l=[]),e++,u++;return c},t.prototype.updateSelectedYear=function(e){this.props.updateSelectedDate(e)},t.prototype.alwaysValidDate=function(){return!0},t.prototype.render=function(){var e=this.props.viewDate.year();e-=e%10;var t=this.props.translate;return(0,w.tqC)()&&this.props.useMobileUI?a.createElement("div",{className:"rdtYears"},this.renderYearPicker()):a.createElement("div",{className:"rdtYears"},a.createElement("table",{className:"headerTable"},a.createElement("thead",null,a.createElement("tr",null,a.createElement("th",{className:"rdtPrev",onClick:this.props.subtractTime(10,"years")},"«"),a.createElement("th",{className:"rdtSwitch"},t("year-to-year",{from:e,to:e+9})),a.createElement("th",{className:"rdtNext",onClick:this.props.addTime(10,"years")},"»")))),a.createElement("table",null,a.createElement("tbody",null,this.renderYears(e))))},t}(a.Component),x=(0,w.eAU)(S),T=function(e){function t(t){var n=e.call(this,t)||this;n.renderMonth=function(e,t,i,o){var s=n.props.viewDate,l=s.localeData().monthsShort(s.month(t)).substring(0,3);return a.createElement("td",(0,r.pi)({},e),a.createElement("span",null,l))},n.onConfirm=function(e,t){n.props.onConfirm&&n.props.onConfirm(e,["year","month"])},n.onPickerChange=function(e,t){var a=n.props,i=a.maxDate,s=a.minDate,l=o()().year(),u=(0,r.ev)([],(0,r.CR)(n.state.columns),!1),c=i?i.toObject():{years:l+100,months:11},d=s?s.toObject():{years:l-100,months:0},p=[];0===t&&(p=e[0]===d.years&&e[0]===c.years?(0,w.rxh)(d.months,c.months,1):e[0]===d.years?(0,w.rxh)(d.months,11,1):e[0]===c.years?(0,w.rxh)(0,c.months,1):(0,w.rxh)(0,11,1),u[1]={options:p.map((function(e){return{text:n.props.timeCell(e+1,"month"),value:e}}))},n.setState({columns:u,pickerValue:e}))},n.renderPicker=function(){var e=(0,n.props.translate)("Date.titleMonth");return a.createElement(_.Z,{translate:n.props.translate,locale:n.props.locale,title:e,columns:n.state.columns,value:n.state.pickerValue,onChange:n.onPickerChange,onConfirm:n.onConfirm,onClose:n.props.onClose})};var i=t.selectedDate,s=t.viewDate,l=i||s||o()(),u=n.props.getDateBoundary(l),c=n.props.getColumns(["year","month"],u);return n.state={columns:c,pickerValue:l.toArray()},n.updateSelectedMonth=n.updateSelectedMonth.bind(n),n}return(0,r.ZT)(t,e),t.prototype.renderMonths=function(){var e=this.props.selectedDate;this.props.viewDate.month();for(var t,n,r,i,o,s,l=this.props.viewDate.year(),u=[],c=0,d=[],p=this.props.renderMonth||this.renderMonth,h=this.props.isValidDate||this.alwaysValidDate;c<12;)t="rdtMonth",r=this.props.viewDate.clone().set({year:l,month:c,date:1}),o=parseInt(r.endOf("month").format("D"),10),s=Array.from({length:o},(function(e,t){return t+1})),(i=void 0===s.find((function(e){var t=r.clone().set("date",e);return h(t)})))&&(t+=" rdtDisabled"),e&&c===e.month()&&l===e.year()&&(t+=" rdtActive"),n={key:c,"data-value":c,className:t},i||(n.onClick="months"===this.props.updateOn?this.updateSelectedMonth:this.props.setDate&&this.props.setDate("month")),d.push(p(n,c,l,e&&e.clone())),3===d.length&&(u.push(a.createElement("tr",{key:c},d)),d=[]),c++;return u},t.prototype.updateSelectedMonth=function(e){this.props.updateSelectedDate(e)},t.prototype.alwaysValidDate=function(){return!0},t.prototype.render=function(){var e=this.props.translate,t=!/^mm$/i.test(this.props.inputFormat||"")&&!this.props.hideHeader,n=/yy/i.test(this.props.inputFormat||"");return(0,w.tqC)()&&this.props.useMobileUI?a.createElement("div",{className:"rdtYears"},this.renderPicker()):a.createElement("div",{className:"rdtMonths"},t&&a.createElement("table",{className:"headerTable"},a.createElement("thead",null,a.createElement("tr",null,a.createElement("th",{className:"rdtPrev",onClick:this.props.subtractTime(1,"years")},"«"),n?a.createElement("th",{className:"rdtSwitch",onClick:this.props.showView("years")},this.props.viewDate.format(e("dateformat.year"))):a.createElement("th",{className:"rdtSwitch"},this.props.viewDate.format(e("dateformat.year"))),a.createElement("th",{className:"rdtNext",onClick:this.props.addTime(1,"years")},"»")))),a.createElement("table",null,a.createElement("tbody",null,this.renderMonths())))},t}(a.Component),M=(0,w.eAU)(T),O=function(e){function t(t){var n=e.call(this,t)||this;return n.padValues={hours:2,minutes:2,seconds:2,milliseconds:3},n.timeConstraints={hours:{min:0,max:23,step:1},minutes:{min:0,max:59,step:1},seconds:{min:0,max:59,step:1},milliseconds:{min:0,max:999,step:1}},n.updateSelectedDate=function(e){if(n.props.requiredConfirm){var t=n.props.viewDate.clone(),r=n.props.selectedDate||t,a=e.target,i=0;return~a.className.indexOf("rdtNew")&&(i=1),~a.className.indexOf("rdtOld")&&(i=-1),t.month(t.month()+i).date(parseInt(a.getAttribute("data-value"),10)).hours(r.hours()).minutes(r.minutes()).seconds(r.seconds()).milliseconds(r.milliseconds()),void n.props.setDateTimeState({viewDate:t,selectedDate:t.clone()})}n.props.updateSelectedDate(e,!0)},n.renderDayPart=function(){var e=n.props,t=e.translate,r=e.classnames;return a.createElement("div",{key:"dayPart",className:r("CalendarCounter CalendarCounter--daypart")},a.createElement("span",{key:"up",className:r("CalendarCounter-btn CalendarCounter-btn--up"),onClick:n.onStartClicking("toggleDayPart","hours"),onContextMenu:n.disableContextMenu},a.createElement(C.JO,{icon:"right-arrow-bold"})),a.createElement("div",{className:r("CalendarCounter-value"),key:n.state.daypart},t(n.state.daypart)),a.createElement("span",{key:"down",className:r("CalendarCounter-btn CalendarCounter-btn--down"),onClick:n.onStartClicking("toggleDayPart","hours"),onContextMenu:n.disableContextMenu},a.createElement(C.JO,{icon:"right-arrow-bold"})))},n.getCounterValue=function(e){if("daypart"!==e){var t=n.state[e];return"hours"===e&&-1!==n.props.timeFormat.toLowerCase().indexOf(" a")&&0==(t=(t-1)%12+1)&&(t=12),parseInt(t)}return 0},n.renderCounter=function(e){var t=n.props.classnames;if("daypart"!==e){var r=n.getCounterValue(e),i=n.timeConstraints[e],o=i.min,s=i.max,l=i.step;return a.createElement("div",{key:e,className:t("CalendarCounter")},a.createElement("span",{key:"up",className:t("CalendarCounter-btn CalendarCounter-btn--up"),onMouseDown:n.onStartClicking("increase",e),onContextMenu:n.disableContextMenu},a.createElement(C.JO,{icon:"right-arrow-bold"})),a.createElement("div",{key:"c",className:t("CalendarCounter-value")},a.createElement("input",{type:"text",value:n.pad(e,r),className:t("CalendarInput"),min:o,max:s,step:l,onChange:function(t){return n.props.setTime(e,Math.max(o,Math.min(parseInt(t.currentTarget.value.replace(/\D/g,""),10)||0,s)))}})),a.createElement("span",{key:"do",className:t("CalendarCounter-btn CalendarCounter-btn--down"),onMouseDown:n.onStartClicking("decrease",e),onContextMenu:n.disableContextMenu},a.createElement(C.JO,{icon:"right-arrow-bold"})))}return null},n.onConfirm=function(e){var t=n.state.counters.indexOf("hours");if(-1!==t&&!1!==n.state.daypart&&-1!==n.props.timeFormat.toLowerCase().indexOf(" a")){var r=e.splice(-1,1)[0],a=e[t]%12;-1!==r.toLowerCase().indexOf("p")&&(a+=12),e[t]=a}n.props.onConfirm&&n.props.onConfirm(e,n.state.counters)},n.getDayPartOptions=function(){var e=n.props.translate,t=["am","pm"];return-1!==n.props.timeFormat.indexOf(" A")&&(t=["AM","PM"]),t.map((function(t){return{text:e(t),value:t}}))},n.onPickerChange=function(e,t){var a={};n.state.counters.forEach((function(t,n){return a[t]=e[n]})),!1!==n.state.daypart&&t>n.state.counters.length-1&&(a.daypart=e[e.length-1]),n.setState((function(e){return(0,r.pi)((0,r.pi)({},e),a)})),n.props.onChange&&n.props.onChange(e)},n.renderTimeViewPicker=function(){var e=(0,n.props.translate)("Date.titleTime"),t=[],r=[];return n.state.counters.forEach((function(e){if("daypart"!==e){var a=n.timeConstraints[e],i=a.min,o=a.max,s=a.step;"hours"===e&&!1!==n.state.daypart&&-1!==n.props.timeFormat.toLowerCase().indexOf(" a")&&(o=o>12?12:o),t.push({options:(0,w.rxh)(i,o,s).map((function(t){return{text:n.pad(e,t),value:t}}))}),r.push(parseInt(n.state[e],10))}})),!1!==n.state.daypart&&(t.push({options:n.getDayPartOptions()}),r.push(n.state.daypart)),a.createElement(_.Z,{translate:n.props.translate,locale:n.props.locale,title:e,columns:t,value:r,onConfirm:n.onConfirm,onClose:n.props.onClose,showToolbar:n.props.showToolbar,onChange:n.onPickerChange})},n.setTime=function(e,t){var r=(n.props.selectedDate||n.props.viewDate).clone();r[e](t),n.props.setDateTimeState({viewDate:r.clone(),selectedDate:r.clone()}),n.props.requiredConfirm||n.props.onChange(r)},n.scrollToTop=function(e,t,r,a){var i,o,s=document.getElementById("".concat(n.state.uniqueTag,"-").concat(r,"-input")),l=n.timeConstraints[e],u=(t-l.min)/l.step;null===(o=null===(i=null==s?void 0:s.parentNode)||void 0===i?void 0:i.scrollTo)||void 0===o||o.call(i,{top:28*u,behavior:"init"===a?"auto":"smooth"})},n.selectNowTime=function(){n.props.setDateTimeState({viewDate:o()().clone(),selectedDate:o()().clone()},(function(){n.confirm()}))},n.confirm=function(){var e,t,r=(n.props.selectedDate||n.props.viewDate).clone();(null===(e=n.props.minDate)||void 0===e?void 0:e.isValid())&&(null===(t=n.props.minDate)||void 0===t?void 0:t.isAfter(r))&&(r=n.props.minDate.clone()),n.props.setDateTimeState({selectedDate:r}),n.props.onChange(r),n.props.onClose&&n.props.onClose()},n.cancel=function(){n.props.onClose&&n.props.onClose()},n.state=(0,r.pi)((0,r.pi)({},n.calculateState(n.props)),{uniqueTag:(new Date).valueOf()}),n.props.timeConstraints&&(n.timeConstraints=h()(n.timeConstraints,n.props.timeConstraints)),n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=this,t=this.props,n=t.timeFormat,r=t.selectedDate,a=t.viewDate,i=t.isEndDate,o={hours:"HH",minutes:"mm",seconds:"ss"},s=r||(i?a.endOf("day"):a);n.split(":").forEach((function(t,n){var r=/h/i.test(t)?"hours":/m/.test(t)?"minutes":/s/.test(t)?"seconds":"";r&&e.scrollToTop(r,parseInt(s.format(o[r]),10),n,"init")}))},t.prototype.componentDidUpdate=function(e){e.viewDate===this.props.viewDate&&e.selectedDate===this.props.selectedDate&&e.timeFormat===this.props.timeFormat||this.setState(this.calculateState(this.props))},t.prototype.onStartClicking=function(e,t){var n=this;return function(){var r={};r[t]=n[e](t),n.setState(r),n.timer=setTimeout((function(){n.increaseTimer=setInterval((function(){r[t]=n[e](t),n.setState(r)}),70)}),500),n.mouseUpListener=function(){clearTimeout(n.timer),clearInterval(n.increaseTimer),n.props.setTime(t,n.state[t]),document.body.removeEventListener("mouseup",n.mouseUpListener),document.body.removeEventListener("touchend",n.mouseUpListener)},document.body.addEventListener("mouseup",n.mouseUpListener),document.body.addEventListener("touchend",n.mouseUpListener)}},t.prototype.updateMilli=function(e){var t=parseInt(e.target.value,10);t===e.target.value&&t>=0&&t<1e3&&(this.props.setTime("milliseconds",t),this.setState({milliseconds:t}))},t.prototype.renderHeader=function(){if(!this.props.dateFormat)return null;var e=this.props.selectedDate||this.props.viewDate;return a.createElement("thead",{key:"h"},a.createElement("tr",{},a.createElement("th",{className:"rdtSwitch",colSpan:4,onClick:this.props.showView("days")},e.format(this.props.dateFormat))))},t.prototype.toggleDayPart=function(e){var t=parseInt(this.state[e],10)+12;return t>this.timeConstraints[e].max&&(t=this.timeConstraints[e].min+(t-(this.timeConstraints[e].max+1))),this.pad(e,t)},t.prototype.increase=function(e){var t=parseInt(this.state[e],10)+this.timeConstraints[e].step;return t>this.timeConstraints[e].max&&(t=this.timeConstraints[e].min+(t-(this.timeConstraints[e].max+1))),t=12?"PM":"AM":a>=12?"pm":"am"),{hours:a,minutes:t.format("mm"),seconds:t.format("ss"),milliseconds:t.format("SSS"),daypart:i,counters:r}},t.prototype.computedTimeOptions=function(e){var t,n=null===(t=this.timeConstraints)||void 0===t?void 0:t[e],r=n.min,a=n.max,i=n.step;return Array.from({length:a-r+1},(function(t,n){var a=(n+r).toString().padStart("milliseconds"!==e?2:3,"0");return n%i==0?{label:a,value:a}:void 0})).filter((function(e){return!!e}))},t.prototype.render=function(){var e=this,t=this.props,n=t.timeFormat,r=t.selectedDate,i=t.viewDate,o=t.isEndDate,l=t.classnames,u=t.timeRangeHeader,c=this.props.translate,d=r||(o?i.endOf("day"):i),p=[],h=this.timeConstraints;if((0,w.tqC)()&&this.props.useMobileUI)return a.createElement("div",{className:l("CalendarTime")},this.renderTimeViewPicker());n.split(":").forEach((function(t,n){var i=/h/i.test(t)?"hours":/m/.test(t)?"minutes":/s/.test(t)?"seconds":"";if(i){var o=h[i].min,u=h[i].max,c=e.computedTimeOptions(i),f={hours:"HH",minutes:"mm",seconds:"ss"};p.push(a.createElement(s.ZP,{key:n+"input",inputValue:d.format(f[i])},(function(t){var s=t.getInputProps,p=t.openMenu,h=t.closeMenu;return s({onFocus:function(){return p()},onChange:function(t){return e.setTime(i,Math.max(o,Math.min(parseInt(t.currentTarget.value.replace(/\D/g,""),10)||0,u)))}}),a.createElement("div",{className:l("CalendarInputWrapper")},a.createElement("div",{className:l("CalendarInput-sugs","hours"===i?"CalendarInput-sugsHours":"CalendarInput-sugsTimes"),id:"".concat(e.state.uniqueTag,"-").concat(n,"-input")},c.map((function(t){var o;return a.createElement("div",{key:t.value,className:l("CalendarInput-sugsItem",{"is-highlight":r?t.value===d.format(f[i]):t.value===(null===(o=null==c?void 0:c[0])||void 0===o?void 0:o.value)}),onClick:function(){e.setTime(i,parseInt(t.value,10)),e.scrollToTop(i,parseInt(t.value,10),n),h()}},t.value)}))))}))),p.push(a.createElement("span",{key:n+"divider"}))}})),p.length&&p.pop();var f=[a.createElement("a",{key:"select-now",onClick:this.selectNowTime},c("TimeNow"))];return a.createElement(a.Fragment,null,a.createElement("div",{className:l(u?"TimeRangeHeaderWrapper":null)},u),a.createElement("div",{className:l("TimeContentWrapper")},p),this.props.requiredConfirm&&a.createElement("div",{className:l("TimeFooterWrapper")},a.createElement("div",{className:l("QuickWrapper")},f),a.createElement("a",{className:l("Button","Button--primary","Button--size-sm"),onClick:this.confirm},c("confirm"))))},t.defaultProps={showToolbar:!0},t}(a.Component),N=(0,w.eAU)(O),D=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.renderQuarter=function(e,t,n,i){return a.createElement("td",(0,r.pi)({},e),a.createElement("span",null,"Q",t))},t.updateSelectedQuarter=function(e){t.props.updateSelectedDate(e)},t}return(0,r.ZT)(t,e),t.prototype.renderYear=function(){var e=this.props.translate;if(/^mm$/i.test(this.props.inputFormat||""))return null;var t=/yy/i.test(this.props.inputFormat||"");return a.createElement("table",null,a.createElement("thead",null,a.createElement("tr",null,a.createElement("th",{className:"rdtPrev",onClick:this.props.subtractTime(1,"years")},"«"),t?a.createElement("th",{className:"rdtSwitch",onClick:this.props.showView("years")},this.props.viewDate.format(e("dateformat.year"))):a.createElement("th",{className:"rdtSwitch"},this.props.viewDate.format(e("dateformat.year"))),a.createElement("th",{className:"rdtNext",onClick:this.props.addTime(1,"years")},"»"))))},t.prototype.renderQuarters=function(){for(var e,t,n,r=this.props.selectedDate,i=this.props.viewDate.quarter(),s=this.props.viewDate.year(),l=[],u=1,c=[],d=this.props.renderQuarter||this.renderQuarter,p=this.props.isValidDate||this.alwaysValidDate;u<5;)e="rdtQuarter",(n=!p(o()("".concat(s,"-").concat(u),"YYYY-Q")))&&(e+=" rdtDisabled"),r&&u===r.quarter()&&s===r.year()&&(e+=" rdtActive"),t={key:u,"data-value":u,className:e},n||(t.onClick="quarters"===this.props.updateOn?this.updateSelectedQuarter:this.props.setDate("quarter")),c.push(d(t,u,s,r&&r.clone())),2===c.length&&(l.push(a.createElement("tr",{key:i+"_"+l.length},c)),c=[]),u++;return l},t.prototype.alwaysValidDate=function(){return!0},t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.hideHeader;return a.createElement("div",{className:t("ClalendarQuarter")},n?null:this.renderYear(),a.createElement("table",null,a.createElement("tbody",null,this.renderQuarters())))},t}(a.Component),A=(0,w.eAU)(D),L=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.viewComponents=(0,r.pi)((0,r.pi)({},t.viewComponents),{days:k,years:x,months:M,time:N,quarters:A}),t}return(0,r.ZT)(t,e),t.prototype.render=function(){return a.createElement(this.viewComponents[this.props.view],this.props.viewProps)},t}(a.Component),P=n(94184),F=n.n(P),R=Object.freeze({YEARS:"years",MONTHS:"months",DAYS:"days",TIME:"time"}),j=function(e){function t(t){var n=e.call(this,t)||this;n.timeCellLength={year:4,month:2,date:2,hours:2,minutes:2,seconds:2,milliseconds:3},n.getUpdateOn=function(e){return e.date.match(/[lLD]/)?"days":-1!==e.date.indexOf("M")?"months":-1!==e.date.indexOf("Q")?"quarters":-1!==e.date.indexOf("Y")?"years":"days"},n.componentProps={fromProps:["value","isValidDate","renderDay","renderMonth","renderYear","timeConstraints"],fromState:["viewDate","selectedDate","updateOn"],fromThis:["setDate","setTime","showView","addTime","subtractTime","updateSelectedDate","localMoment","handleClickOutside"]},n.showView=function(e){return function(){n.setState({currentView:e})}},n.subtractTime=function(e,t,r){return function(){n.updateTime("subtract",e,t,r)}},n.addTime=function(e,t,r){return function(){n.updateTime("add",e,t,r)}},n.allowedSetTime=["hours","minutes","seconds","milliseconds"],n.setTime=function(e,t){var r,a=n.allowedSetTime.indexOf(e)+1,i=n.state,o=(i.selectedDate||i.viewDate).clone();for(o[e](t);a0?"rdtTimeWithS":i?"rdtTime":"")},a.createElement("div",{key:"dt",className:F()("rdtPicker",i&&!o?"rdtPickerTimeWithoutD":i&&o?"rdtPickerTime":o&&!i?"rdtPickerDate":"")},a.createElement(l,{view:this.state.currentView,viewProps:u,timeRangeHeader:s})))},t}(a.Component),I=(0,w.YYN)(j)},60232:function(e,t,n){"use strict";n.d(t,{Z:function(){return a},h:function(){return r}});var r={equal:"Condition.equal",not_equal:"Condition.not_equal",less:"Condition.less",less_or_equal:"Condition.less_or_equal",greater:"Condition.greater",greater_or_equal:"Condition.greater_or_equal",between:"Condition.between",not_between:"Condition.not_between",is_empty:"Condition.is_empty",is_not_empty:"Condition.is_not_empty",like:"Condition.like",not_like:"Condition.not_like",starts_with:"Condition.starts_with",ends_with:"Condition.ends_with",select_equals:"Condition.select_equals",select_not_equals:"Condition.select_not_equals",select_any_in:"Condition.select_any_in",select_not_any_in:"Condition.select_not_any_in"},a={valueTypes:["value"],types:{text:{placeholder:"Condition.placeholder",defaultOp:"equal",operators:["equal","not_equal","is_empty","is_not_empty","like","not_like","starts_with","ends_with"]},number:{operators:["equal","not_equal","less","less_or_equal","greater","greater_or_equal","between","not_between","is_empty","is_not_empty"]},date:{operators:["equal","not_equal","less","less_or_equal","greater","greater_or_equal","between","not_between","is_empty","is_not_empty"]},time:{operators:["equal","not_equal","less","less_or_equal","greater","greater_or_equal","between","not_between","is_empty","is_not_empty"]},datetime:{operators:["equal","not_equal","less","less_or_equal","greater","greater_or_equal","between","not_between","is_empty","is_not_empty"]},select:{operators:["select_equals","select_not_equals","select_any_in","select_not_any_in"],valueTypes:["value"]},boolean:{operators:["equal","not_equal"]}}}},16996:function(e,t,n){"use strict";n.d(t,{Z:function(){return U}});var r=n(70655),a=n(67294),i=n(34594),o=n(64179),s=n(95483),l=n(73935),u=n(94018),c=n(41649),d=n(95318),p=n(78961),h=n(83496),f=function(e){return e.name},m=function(e){function t(t){var n=e.call(this,t)||this;return n.state={searchText:""},n.onSearch=n.onSearch.bind(n),n.filterOptions=n.filterOptions.bind(n),n}return(0,r.ZT)(t,e),t.prototype.onSearch=function(e){var t=e.toLowerCase();this.setState({searchText:t})},t.prototype.filterOptions=function(e){var t=this.state.searchText;return t?e.map((function(e){if(e.children){var n=e.children.filter((function(e){return e.name.toLowerCase().includes(t)||e.label.toLowerCase().includes(t)}));return n.length>0&&Object.assign({},e,{children:n})}return!(!e.name.toLowerCase().includes(t)&&!e.label.toLowerCase().includes(t))&&e})).filter((function(e){return!!e})):this.props.options},t.prototype.onPopClose=function(e){this.setState({searchText:""}),e()},t.prototype.render=function(){var e=this,t=this.props,n=t.options,r=t.onChange,o=t.value,m=t.classnames,v=t.fieldClassName,g=t.disabled,y=t.translate,b=t.searchable,w=t.popOverContainer,_=t.selectMode,C=void 0===_?"list":_,E=t.loadingConfig;return a.createElement(u.e,{popOverContainer:w||function(){return(0,l.findDOMNode)(e)},popOverRender:function(t){var n=t.onClose;return a.createElement(a.Fragment,null,b?a.createElement(p.Z,{mini:!1,onSearch:e.onSearch}):null,"tree"===C?a.createElement(h.Z,{className:"is-scrollable",multiple:!1,options:e.filterOptions(e.props.options),value:o,loadingConfig:E,onChange:function(t){e.onPopClose(n),r(t.name)}}):a.createElement(c.Z,{multiple:!1,onClick:function(){return e.onPopClose(n)},options:e.filterOptions(e.props.options),value:[o],option2value:f,onChange:function(e){return r(Array.isArray(e)?e[0]:e)}}))}},(function(e){var t=e.onClick,r=e.ref,l=e.isOpened;return a.createElement("div",{className:m("CBGroup-field")},a.createElement(d.Z,{className:m("CBGroup-fieldInput",v,l?"is-active":""),ref:r,allowInput:!1,result:o?(0,i.hEs)(n,(function(e){return e.name===o})):"",onResultChange:i.ZTd,onResultClick:t,placeholder:y("Condition.field_placeholder"),disabled:g},a.createElement("span",{className:m("CBGroup-fieldCaret")},a.createElement(s.JO,{icon:"caret",className:"icon"}))))}))},t}(a.Component),v=(0,i.YYN)((0,i.eAU)(m)),g=n(91936),y=n(39501),b=n(12724),w=n(50800),_=n(94485),C=n(73757),E=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e,t=this.props,n=t.classnames,i=t.field,o=t.value,s=t.onChange,l=t.op,u=t.translate,c=t.data,d=t.disabled,p=t.formula,h=t.popOverContainer,f=t.renderEtrValue,m=void 0;if(p)p=Object.assign(p,{translate:u,classnames:n,data:c,value:null!=o?o:i.defaultValue,onChange:s,disabled:d}),m=a.createElement(C.l,(0,r.pi)({},p));else if("text"===i.type)m=a.createElement(g.Z,{value:null!=o?o:i.defaultValue,onChange:s,placeholder:u(i.placeholder),disabled:d});else if("number"===i.type)m=a.createElement(y.Z,{placeholder:u(i.placeholder)||u("NumberInput.placeholder"),step:i.step,min:i.minimum,max:i.maximum,precision:i.precision,value:null!=o?o:i.defaultValue,onChange:s,disabled:d});else if("date"===i.type)m=a.createElement(b.Z,{placeholder:u(i.placeholder)||u("Date.placeholder"),format:i.format||"YYYY-MM-DD",inputFormat:i.inputFormat||"YYYY-MM-DD",value:null!=o?o:i.defaultValue,onChange:s,timeFormat:"",disabled:d,popOverContainer:h});else if("time"===i.type)m=a.createElement(b.Z,{viewMode:"time",placeholder:u(i.placeholder)||u("Time.placeholder"),format:i.format||"HH:mm",inputFormat:i.inputFormat||"HH:mm",value:null!=o?o:i.defaultValue,onChange:s,dateFormat:"",timeFormat:i.format||"HH:mm",disabled:d,popOverContainer:h});else if("datetime"===i.type)m=a.createElement(b.Z,{placeholder:u(i.placeholder)||"Time.placeholder",format:i.format||"",inputFormat:i.inputFormat||"YYYY-MM-DD HH:mm",value:null!=o?o:i.defaultValue,onChange:s,timeFormat:i.timeFormat||"HH:mm",disabled:d,popOverContainer:h});else if("select"===i.type){var v=i.autoComplete;m=a.createElement(w._,{simpleValue:!0,options:i.options,placeholder:u(i.placeholder)||"Select.placeholder",source:i.source,autoComplete:v,searchable:i.searchable,value:null!==(e=null!=o?o:i.defaultValue)&&void 0!==e?e:"",data:c,onChange:s,multiple:"select_any_in"===l||"select_not_any_in"===l,disabled:d,popOverContainer:h})}else if("boolean"===i.type)m=a.createElement(_.Z,{value:null!=o?o:i.defaultValue,onChange:s,disabled:d});else if("custom"===i.type)m=f?f((0,r.pi)((0,r.pi)({},i.value),{name:i.name}),{data:c,onChange:s,value:null!=o?o:i.defaultValue}):null;else{var E=null!=o?o:i.defaultValue;m=f?f(i,{data:c,onChange:s,value:E?E[i.name]:E}):null}return a.createElement("div",{className:n("CBValue")},m)},t}(a.Component),k=(0,i.YYN)((0,i.eAU)(E)),S=function(e){return e.value},x=(0,i.YYN)((function(e){var t=e.options,n=e.value,r=e.onChange,i=e.classnames,o=e.disabled,l=e.popOverContainer;return a.createElement(u.e,{popOverContainer:l,popOverRender:function(e){var i=e.onClose;return a.createElement(c.Z,{onClick:i,option2value:S,onChange:r,options:t,value:n,multiple:!1,disabled:o})}},(function(e){var t=e.onClick,n=e.isOpened,r=e.ref;return a.createElement("div",{className:i("CBInputSwitch",n?"is-active":"")},a.createElement("a",{onClick:t,ref:r},a.createElement(s.JO,{icon:"ellipsis-v"})))}))})),T=function(e){return e.type},M=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.handleFuncChange=function(e){var t=(0,r.pi)({},this.props.value);t.func=e,this.props.onChange(t)},t.prototype.handleArgChange=function(e,t){var n=(0,r.pi)({},this.props.value);n.args=Array.isArray(n.args)?n.args.concat():[],n.args.splice(t,1,e),this.props.onChange(n)},t.prototype.renderFunc=function(e){var t=this,n=this.props,r=n.classnames,i=n.fields,o=n.value,s=n.funcs,l=n.config,u=n.disabled;return a.createElement("div",{className:r("CBFunc-args")},a.createElement("span",null,"("),Array.isArray(e.args)&&e.args.length?a.createElement("div",null,e.args.map((function(e,n){return a.createElement(P,{config:l,key:n,index:n,fields:i,value:null==o?void 0:o.args[n],valueField:{type:e.type},onChange:t.handleArgChange,funcs:s,disabled:u})}))):null,a.createElement("span",null,")"))},t.prototype.render=function(){var e=this,t=this.props,n=t.value,r=t.classnames,o=t.fieldClassName,l=t.funcs,p=t.disabled,h=t.translate,f=n?(0,i.hEs)(l,(function(e){return e.type===n.func})):null;return a.createElement("div",{className:r("CBFunc")},a.createElement(u.e,{popOverRender:function(t){var n=t.onClose;return a.createElement(c.Z,{onClick:n,options:l,value:null==f?void 0:f.type,option2value:T,onChange:e.handleFuncChange,multiple:!1})}},(function(e){var t=e.onClick,n=e.ref,l=e.isOpened;return a.createElement("div",{className:r("CBFunc-select")},a.createElement(d.Z,{className:r("CBGroup-fieldInput",o,l?"is-active":""),ref:n,allowInput:!1,result:f,onResultChange:i.ZTd,onResultClick:t,placeholder:h("Condition.field_placeholder"),disabled:p},a.createElement("span",{className:r("CBGroup-fieldCaret")},a.createElement(s.JO,{icon:"caret",className:"icon"}))))})),f?this.renderFunc(f):a.createElement("span",{className:r("CBFunc-error")},h("Condition.fun_error")))},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleFuncChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleArgChange",null),t}(a.Component),O=(0,i.YYN)((0,i.eAU)(M)),N=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.value,r=e.onChange,i=e.disabled,o=e.translate;return a.createElement("div",{className:t("CBFormula")},a.createElement(g.Z,{disabled:i,value:n,onChange:r,placeholder:o("Condition.formula_placeholder"),prefix:a.createElement("span",{className:t("CBFormula-label")},o("Condition.expression"))}))},t}(a.Component),D=(0,i.YYN)((0,i.eAU)(N)),A={value:"值",field:"字段",func:"函数",formula:"公式"},L=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.handleInputTypeChange=function(e){var t,n=this.props.value,r=this.props.onChange;"value"===e?n="":"func"===e?n={type:"func",func:null===(t=(0,i.hEs)(this.props.funcs,(function(e){return e.type})))||void 0===t?void 0:t.type,args:[]}:"field"===e?n={type:"field",field:""}:"formula"===e&&(n={type:"formula",value:""}),r(n,this.props.index)},t.prototype.handleValueChange=function(e){this.props.onChange(e,this.props.index)},t.prototype.handleFieldChange=function(e){this.props.value,(0,this.props.onChange)({type:"field",field:e},this.props.index)},t.prototype.handleFuncChange=function(e){this.props.value,(0,this.props.onChange)((0,r.pi)((0,r.pi)({},e),{type:"func"}),this.props.index)},t.prototype.handleFormulaChange=function(e){this.props.value,(0,this.props.onChange)({type:"formula",value:e},this.props.index)},t.prototype.render=function(){var e=this.props,t=e.value,n=e.valueField,r=e.allowedTypes,o=e.funcs,s=e.fields,l=e.op;e.classnames;var u=e.fieldClassName,c=e.config,d=e.data,p=e.disabled,h=e.searchable,f=e.formula,m=e.popOverContainer,g=e.selectMode,y=e.renderEtrValue,b=("field"===(null==t?void 0:t.type)?"field":"func"===(null==t?void 0:t.type)?"func":"formula"===(null==t?void 0:t.type)?"formula":void 0!==t?"value":void 0)||(null==r?void 0:r[0])||"value",w=r||["value","field","func"];return Array.isArray(o)&&o.length||!~w.indexOf("func")||w.splice(w.indexOf("func"),1),a.createElement(a.Fragment,null,"value"===b?a.createElement(k,{field:n,value:t,onChange:this.handleValueChange,op:l,data:d,disabled:p,formula:f,popOverContainer:m,renderEtrValue:y}):null,"field"===b?a.createElement(v,{value:null==t?void 0:t.field,onChange:this.handleFieldChange,fieldClassName:u,disabled:p,searchable:h,popOverContainer:m,selectMode:g,options:n?(0,i.get)(s,(function(e){return e.children||e.type===n.type})):s}):null,"func"===b?a.createElement(O,{config:c,value:t,onChange:this.handleFuncChange,fieldClassName:u,funcs:o,fields:s,allowedTypes:r,disabled:p}):null,"formula"===b?a.createElement(D,{value:null==t?void 0:t.value,onChange:this.handleFormulaChange,disabled:p}):null,w.length>1?a.createElement(x,{disabled:p,value:b,popOverContainer:m,onChange:this.handleInputTypeChange,options:w.map((function(e){return{label:A[e],value:e}}))}):null)},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleInputTypeChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleValueChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleFieldChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleFuncChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleFormulaChange",null),t}(a.Component),P=(0,i.YYN)((0,i.eAU)(L)),F=n(60232),R=function(e){return e.value},j=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.handleLeftFieldSelect=function(e){var t=(0,r.pi)({},this.props.value),n=this.props.onChange;t.left=e,n(t,this.props.index)},t.prototype.handleLeftInputTypeChange=function(e){var t=(0,r.pi)({},this.props.value),n=this.props.onChange;t.left="func"===e?{type:"func"}:"",n(t,this.props.index)},t.prototype.handleLeftChange=function(e){var t=(0,r.pi)((0,r.pi)({},this.props.value),{left:e,op:void 0,right:void 0});(0,this.props.onChange)(t,this.props.index)},t.prototype.handleOperatorChange=function(e){var t=(0,r.pi)((0,r.pi)({},this.props.value),{op:e,right:void 0});this.props.onChange(t,this.props.index)},t.prototype.handleRightChange=function(e){var t=(0,r.pi)((0,r.pi)({},this.props.value),{right:e});(0,this.props.onChange)(t,this.props.index)},t.prototype.handleRightSubChange=function(e,t,n){var a,i,o;e?(o=Object.assign({},null===(a=this.props.value)||void 0===a?void 0:a.right))[t]=n:(o=Array.isArray(null===(i=this.props.value)||void 0===i?void 0:i.right)?this.props.value.right.concat():[])[t]=n;var s=(0,r.pi)((0,r.pi)({},this.props.value),{right:o});(0,this.props.onChange)(s,this.props.index)},t.prototype.renderLeft=function(){var e=this.props,t=e.value,n=e.fields,r=e.funcs,i=e.config,o=e.disabled,s=e.fieldClassName,l=e.searchable,u=e.popOverContainer,c=e.selectMode;return a.createElement(P,{config:i,funcs:r,value:t.left,fieldClassName:s,onChange:this.handleLeftChange,fields:n,disabled:o,searchable:l,popOverContainer:u,selectMode:c,allowedTypes:["field","func"].filter((function(e){return"field"===e||"func"===e}))})},t.prototype.renderOperator=function(){var e,t,n=this,r=this.props,o=r.funcs,p=r.config,h=r.fields,f=r.value,m=r.classnames,v=r.disabled,g=r.popOverContainer,y=null==f?void 0:f.left,b=[];if("func"===(null==y?void 0:y.type)){var w=(0,i.hEs)(o,(function(e){return e.type===y.func}));w&&(b=null===(e=p.types[w.returnType])||void 0===e?void 0:e.operators)}else if("field"===(null==y?void 0:y.type)){var _=(0,i.hEs)(h,(function(e){return e.name===y.field}));_&&(b=_.operators||(null===(t=p.types[_.type])||void 0===t?void 0:t.operators))}if(Array.isArray(b)&&b.length){var C=this.props.translate,E=b.map((function(e){return"string"==typeof e?{label:C(F.h[e]),value:e}:e}));return a.createElement(u.e,{popOverContainer:g||function(){return(0,l.findDOMNode)(n)},popOverRender:function(e){var t=e.onClose;return a.createElement(c.Z,{onClick:t,option2value:R,onChange:n.handleOperatorChange,options:E,value:f.op,multiple:!1})}},(function(e){var t,n=e.onClick,r=e.isOpened,o=e.ref;return a.createElement("div",{className:m("CBGroup-operator")},a.createElement(d.Z,{className:m("CBGroup-operatorInput",r?"is-active":""),ref:o,allowInput:!1,result:C(F.h[null==f?void 0:f.op])||(null===(t=E.find((function(e){return e.value===f.op})))||void 0===t?void 0:t.label),onResultChange:i.ZTd,onResultClick:n,disabled:v,placeholder:C("Condition.cond_placeholder")},a.createElement("span",{className:m("CBGroup-operatorCaret")},a.createElement(s.JO,{icon:"caret",className:"icon"}))))}))}return null},t.prototype.renderRight=function(){var e=this.props,t=e.value,n=e.funcs,r=e.fields;if(!(null==t?void 0:t.op))return null;var a=null==t?void 0:t.left,o="";if("func"===(null==a?void 0:a.type)){var s=(0,i.hEs)(n,(function(e){return e.type===a.func}));s&&(o=s.returnType)}else if("field"===(null==a?void 0:a.type)){var l=(0,i.hEs)(r,(function(e){return e.name===a.field}));l&&(o=l.type)}return o?this.renderRightWidgets(o,t.op):null},t.prototype.renderRightWidgets=function(e,t){var n,o,s,l,u,c=this,d=this.props,p=d.funcs,h=d.value,f=d.data,m=d.fields,v=d.config,g=d.classnames,y=d.disabled,b=d.formula,w=d.popOverContainer,_=d.renderEtrValue,C=(0,r.pi)((0,r.pi)({},v.types[e]),{type:e});if("field"===(null===(n=null==h?void 0:h.left)||void 0===n?void 0:n.type)){var E=(0,i.hEs)(m,(function(e){return e.name===(null==h?void 0:h.left).field}));E&&(u=null===(o=(C=(0,r.pi)((0,r.pi)({},C),E)).operators)||void 0===o?void 0:o.find((function(e){return"string"!=typeof e&&(null==e?void 0:e.value)===t})))}return"is_empty"===t||"is_not_empty"===t?null:"between"===t||"not_between"===t?a.createElement(a.Fragment,null,a.createElement(P,{config:v,funcs:p,valueField:C,value:null===(s=h.right)||void 0===s?void 0:s[0],data:f,onChange:this.handleRightSubChange.bind(this,!1,0),fields:m,allowedTypes:(null==C?void 0:C.valueTypes)||v.valueTypes||["value","field","func","formula"],disabled:y,formula:b,popOverContainer:w,renderEtrValue:_}),a.createElement("span",{className:g("CBSeprator")},"~"),a.createElement(P,{config:v,funcs:p,valueField:C,value:null===(l=h.right)||void 0===l?void 0:l[1],data:f,onChange:this.handleRightSubChange.bind(this,!1,1),fields:m,allowedTypes:(null==C?void 0:C.valueTypes)||v.valueTypes||["value","field","func","formula"],disabled:y,formula:b,popOverContainer:w,renderEtrValue:_})):u&&"string"!=typeof u&&u.values?u.values.map((function(e,n){return a.createElement("span",{key:n},a.createElement(P,{config:v,op:t,funcs:p,valueField:e,value:h.right,data:f,onChange:c.handleRightSubChange.bind(c,!0,e.name),fields:m,allowedTypes:(null==C?void 0:C.valueTypes)||v.valueTypes||["value","field","func","formula"],disabled:y,formula:b,popOverContainer:w,renderEtrValue:_}))})):a.createElement(P,{config:v,op:t,funcs:p,valueField:C,value:h.right,data:f,onChange:this.handleRightChange,fields:m,allowedTypes:(null==C?void 0:C.valueTypes)||v.valueTypes||["value","field","func","formula"],disabled:y,formula:b,popOverContainer:w,renderEtrValue:_})},t.prototype.render=function(){var e=this.props.classnames;return a.createElement("div",{className:e("CBItem")},this.renderLeft(),this.renderOperator(),this.renderRight())},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleLeftFieldSelect",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleLeftInputTypeChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleLeftChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleOperatorChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleRightChange",null),t}(a.Component),I=(0,i.YYN)((0,i.eAU)(j)),Y=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={hover:!1},t}return(0,r.ZT)(t,e),t.prototype.handleItemChange=function(e){this.props.onChange(e,this.props.index)},t.prototype.handleItemRemove=function(){var e,t;null===(t=(e=this.props).onRemove)||void 0===t||t.call(e,this.props.index)},t.prototype.handlerHoverIn=function(e){e.stopPropagation(),this.setState({hover:!0})},t.prototype.handlerHoverOut=function(e){this.setState({hover:!1})},t.prototype.render=function(){var e=this.props,t=e.builderMode,n=e.classnames,r=e.fieldClassName,i=e.value,l=e.config,u=e.fields,c=e.funcs,d=e.draggable,p=e.data,h=e.disabled,f=e.searchable,m=e.onDragStart,v=e.formula,g=e.popOverContainer,y=e.selectMode,b=e.renderEtrValue,w=e.isCollapsed;return a.createElement("div",{className:n("CBGroupOrItem".concat("simple"===t?"-simple":"")),"data-id":null==i?void 0:i.id},a.createElement("div",{className:n("CBGroupOrItem-body")},(null==i?void 0:i.conjunction)?a.createElement("div",{className:n("CBGroupOrItem-body-group",{"is-hover":this.state.hover}),onMouseOver:this.handlerHoverIn,onMouseOut:this.handlerHoverOut},d&&!h?a.createElement("a",{draggable:!0,onDragStart:m,className:n("CBGroupOrItem-dragbar")},a.createElement(s.JO,{icon:"drag-bar",className:"icon"})):null,a.createElement(B,{isCollapsed:w,draggable:d,disabled:h,searchable:f,onDragStart:m,config:l,fields:u,value:i,onChange:this.handleItemChange,fieldClassName:r,funcs:c,removeable:!0,onRemove:this.handleItemRemove,data:p,renderEtrValue:b})):a.createElement("div",{className:n("CBGroupOrItem-body-item")},d&&!h?a.createElement("a",{draggable:!0,onDragStart:m,className:n("CBGroupOrItem-dragbar")},a.createElement(s.JO,{icon:"drag-bar",className:"icon"})):null,a.createElement(I,{disabled:h,searchable:f,config:l,fields:u,value:i,onChange:this.handleItemChange,fieldClassName:r,funcs:c,data:p,formula:v,popOverContainer:g,renderEtrValue:b,selectMode:y}),a.createElement(o.Z,{className:n("CBDelete"),onClick:this.handleItemRemove,disabled:h,level:"link"},a.createElement(s.JO,{icon:"remove",className:"icon"})))))},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleItemChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleItemRemove",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handlerHoverIn",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handlerHoverOut",null),t}(a.Component),V=(0,i.YYN)(Y),H=n(52954),Z=function(e){function t(t){var n=e.call(this,t)||this;return n.state={isCollapsed:!1},n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){e.isCollapsed!==this.props.isCollapsed&&this.setState({isCollapsed:this.props.isCollapsed||!1})},t.prototype.getValue=function(){return(0,r.pi)({id:(0,i.M8z)(),conjunction:"and"},this.props.value)},t.prototype.handleNotClick=function(){var e=this.props.onChange,t=this.getValue();t.not=!t.not,e(t)},t.prototype.handleConjunctionChange=function(e){var t=this.props.onChange,n=this.getValue();n.conjunction=e.value,t(n)},t.prototype.handleAdd=function(){var e=this.props.onChange,t=this.getValue();t.children=Array.isArray(t.children)?t.children.concat():[],t.children.push({id:(0,i.M8z)()}),e(t)},t.prototype.handleAddGroup=function(){var e=this.props.onChange,t=this.getValue();t.children=Array.isArray(t.children)?t.children.concat():[],t.children.push({id:(0,i.M8z)(),conjunction:"and",children:[{id:(0,i.M8z)()}]}),e(t)},t.prototype.handleItemChange=function(e,t){var n=this.props.onChange,r=this.getValue();r.children=Array.isArray(r.children)?r.children.concat():[],r.children.splice(t,1,e),n(r)},t.prototype.handleItemRemove=function(e){var t=this.props.onChange,n=this.getValue();n.children=Array.isArray(n.children)?n.children.concat():[],n.children.splice(e,1),t(n)},t.prototype.toggleCollapse=function(){this.setState((function(e){return{isCollapsed:!e.isCollapsed}}))},t.prototype.render=function(){var e=this,t=this.props,n=t.builderMode,r=t.classnames,i=t.fieldClassName,s=t.value,l=t.data,u=t.fields,c=t.funcs,d=t.config,p=t.removeable,h=t.onRemove,f=t.onDragStart,m=t.showNot,v=t.showANDOR,g=void 0!==v&&v,y=t.disabled,b=t.searchable,_=t.translate,C=t.formula,E=t.popOverContainer,k=t.selectMode,S=t.renderEtrValue,x=t.draggable,T=this.state.isCollapsed,M=Array.isArray(null==s?void 0:s.children)&&s.children.length?T?s.children.slice(0,1):s.children:null;return a.createElement("div",{className:r("CBGroup"),"data-group-id":null==s?void 0:s.id},"simple"===n&&!1===g?null:a.createElement("div",{className:r("CBGroup-toolbarCondition"),draggable:x,onDragStart:f},Array.isArray(null==s?void 0:s.children)&&s.children.length>1?a.createElement("div",{className:r("CBGroup-toolbarCondition-arrow",{"is-collapse":T}),onClick:this.toggleCollapse},a.createElement(H.Z,null)):null,m?a.createElement(o.Z,{onClick:this.handleNotClick,className:"m-b-sm z-10",size:"xs",active:null==s?void 0:s.not,disabled:y},_("Condition.not")):null,a.createElement(w.ZP,{options:[{label:_("Condition.and"),value:"and"},{label:_("Condition.or"),value:"or"}],value:(null==s?void 0:s.conjunction)||"and",disabled:y,onChange:this.handleConjunctionChange,clearable:!1})),a.createElement("div",{className:r("CBGroup-body-wrapper")},a.createElement("div",{className:r("CBGroup-body")},M?M.map((function(t,r){return a.createElement(V,{draggable:s.children.length>1,onDragStart:f,config:d,key:t.id,fields:u,fieldClassName:i,value:t,index:r,onChange:e.handleItemChange,funcs:c,onRemove:e.handleItemRemove,data:l,disabled:y,searchable:b,builderMode:n,formula:C,popOverContainer:E,renderEtrValue:S,selectMode:k,isCollapsed:T})})):a.createElement("div",{className:r("CBGroup-placeholder ".concat("simple"===n?"simple":""))},_("Condition.blank")),T?a.createElement("div",{className:r("CBGroup-body-collapse")},a.createElement("span",{onClick:this.toggleCollapse},_("Condition.collapse")," ",a.createElement(H.Z,null))):null),T?null:a.createElement("div",{className:r("CBGroup-toolbar"),draggable:x,onDragStart:f},a.createElement("div",{className:r("CBGroup-toolbarConditionAdd".concat("simple"===n?"-simple":""))},a.createElement("div",{className:r("ButtonGroup")},a.createElement(o.Z,{level:"link",onClick:this.handleAdd,size:"xs",disabled:y},_("Condition.add_cond")),"simple"===n?null:a.createElement(o.Z,{onClick:this.handleAddGroup,size:"xs",disabled:y,level:"link"},_("Condition.add_cond_group")),p?a.createElement(o.Z,{onClick:h,size:"xs",disabled:y,level:"link"},_("Condition.delete_cond_group")):null)))))},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleNotClick",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleConjunctionChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleAdd",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleAddGroup",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleItemChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleItemRemove",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"toggleCollapse",null),t}(a.Component),B=(0,i.YYN)((0,i.eAU)(Z)),z=n(12806),W=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.config=(0,r.pi)((0,r.pi)({},F.Z),t.props.config),t.lastMoveAt=0,t}return(0,r.ZT)(t,e),t.prototype.handleDragStart=function(e){var t=e.currentTarget,n=t.closest("[data-id]");this.dragTarget=n,this.host=n.closest("[data-group-id]");var r=n.cloneNode(!0);r.classList.add("is-ghost"),this.ghost=r,e.dataTransfer.setDragImage(n.firstChild,0,0),t.addEventListener("dragend",this.handleDragEnd),document.body.addEventListener("dragover",this.handleDragOver),document.body.addEventListener("drop",this.handleDragDrop),this.lastX=e.clientX,this.lastY=e.clientY,setTimeout((function(){n.classList.add("is-dragging")}),5)},t.prototype.handleDragOver=function(e){e.preventDefault();var t=e.target.closest("[data-id]"),n=e.clientX-this.lastX,r=e.clientY-this.lastY,a=Math.max(Math.abs(n),Math.abs(r)),o=Date.now();if(a<5){if(0===this.lastMoveAt);else if(o-this.lastMoveAt>500){var s=e.target.closest("[data-group-id]");if(s)return this.host=s,this.lastMoveAt=o,this.lastX=0,this.lastY=0,void this.handleDragOver(e)}}else if(this.lastMoveAt=o,this.lastX=e.clientX,this.lastY=e.clientY,t&&!t.classList.contains("is-ghost")&&t.closest("[data-group-id]")===this.host){var l=t.parentElement,u=[].slice.apply(l.children),c=u.indexOf(t);this.ghost.parentElement!==l&&l.appendChild(this.ghost);var d=t.getBoundingClientRect(),p=r>0&&e.clientY>d.top+d.height/2?c:c-1;p!==u.indexOf(this.ghost)&&(i.oQ4.capture(l),p===u.length-1?l.appendChild(this.ghost):l.insertBefore(this.ghost,u[p+1]),i.oQ4.animateAll())}},t.prototype.handleDragDrop=function(){var e=this.props.onChange,t=this.dragTarget.getAttribute("data-id"),n=this.host.getAttribute("data-group-id"),a=[].slice.call(this.ghost.parentElement.children),o=a.indexOf(this.dragTarget);~o&&a.splice(o,1);var s=a.indexOf(this.ghost),l=this.props.value,u=(0,i.L$8)([l],(function(e){return e.id===t}));if(u){var c=(0,i.IMU)([l],u.concat());l=(0,r.CR)((0,i.o5f)([l],u,1),1)[0];var d=(0,i.L$8)([l],(function(e){return e.id===n}));d&&e(l=(0,r.CR)((0,i.o5f)([l],d.concat(s),0,c),1)[0])}},t.prototype.handleDragEnd=function(e){var t;e.target.removeEventListener("dragend",this.handleDragEnd),document.body.removeEventListener("dragover",this.handleDragOver),document.body.removeEventListener("drop",this.handleDragDrop),this.dragTarget.classList.remove("is-dragging"),delete this.dragTarget,null===(t=this.ghost.parentElement)||void 0===t||t.removeChild(this.ghost),delete this.ghost},t.prototype.handleClear=function(){this.props.onChange()},t.prototype.highlightValue=function(e){var t=this.props,n=t.classnames,r=t.translate,i={__html:''.concat(r("Condition.configured"),"")};return a.createElement("div",{className:n("CPGroup-result"),dangerouslySetInnerHTML:i})},t.prototype.renderBody=function(e,t,n){var o=this.props,s=o.classnames,l=o.fieldClassName,u=o.fields,c=o.funcs,d=o.showNot,p=o.showANDOR,h=o.data,f=o.disabled,m=o.searchable,v=o.builderMode,g=o.formula,y=o.renderEtrValue,b=o.selectMode,w=Array.isArray(null==t?void 0:t.children)?(0,r.pi)((0,r.pi)({},t),{children:(0,i.GyU)(t.children,(function(e){return e.id?e:(0,r.pi)((0,r.pi)({},e),{id:(0,i.M8z)()})}))}):t;return a.createElement(B,{builderMode:v,config:this.config,funcs:c||this.config.funcs,fields:u||this.config.fields,value:w,onChange:e,classnames:s,fieldClassName:l,removeable:!1,onDragStart:this.handleDragStart,showANDOR:p,showNot:d,data:h,disabled:f,searchable:m,formula:g,renderEtrValue:y,popOverContainer:n,selectMode:b})},t.prototype.render=function(){var e=this,t=this.props,n=t.classnames,r=t.placeholder,o=t.embed,s=void 0===o||o,l=t.pickerIcon,u=t.locale,c=t.translate,p=t.classPrefix,h=t.onChange,f=t.value,m=t.title,v=t.disabled,g=t.popOverContainer;return s?this.renderBody(h,f,g):a.createElement(z.Z,{classnames:n,classPrefix:p,translate:c,locale:u,onConfirm:h,value:f,size:"md",popOverContainer:g,bodyRender:function(t){return e.renderBody(t.onChange,t.value)},title:m},(function(t){var o=t.onClick,s=t.isOpened;return a.createElement(d.Z,{classnames:n,classPrefix:p,translate:c,locale:u,className:n("CBGroup-result",{"is-active":s}),allowInput:!1,clearable:!0,result:f,itemRender:e.highlightValue,onResultChange:i.ZTd,onClear:e.handleClear,disabled:v,borderMode:"full",placeholder:r,actions:l&&a.createElement("span",{className:n("CBPicker-trigger"),onClick:o},l),onResultClick:l?void 0:o})}))},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleDragStart",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[DragEvent]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleDragOver",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleDragDrop",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Event]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleDragEnd",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClear",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"highlightValue",null),t}(a.Component),U=(0,i.YYN)((0,i.eAU)((0,i.nmi)(W,{value:"onChange"})))},60204:function(e,t,n){"use strict";n.d(t,{t:function(){return v},Z:function(){return g}});var r=n(70655),a=n(67294),i=n(34594),o=[{name:"IF",description:"示例:IF(A, B, C)\n\n如果满足条件A,则返回B,否则返回C,支持多层嵌套IF函数。\n\n也可以用表达式如:A ? B : C",example:"IF(condition, consequent, alternate)",params:[{type:"expression",name:"condition",description:"条件表达式."},{type:"any",name:"consequent",description:"条件判断通过的返回结果"},{type:"any",name:"alternate",description:"条件判断不通过的返回结果"}],returns:{type:"any",description:"根据条件返回不同的结果"},namespace:"逻辑函数"},{name:"AND",description:"条件全部符合,返回 true,否则返回 false\n\n示例:AND(语文成绩>80, 数学成绩>80)\n\n语文成绩和数学成绩都大于 80,则返回 true,否则返回 false\n\n也可以直接用表达式如:语文成绩>80 && 数学成绩>80",example:"AND(expression1, expression2, ...expressionN)",params:[{type:"...expression",name:"conditions",description:"条件表达式."}],returns:{type:"boolean",description:null},namespace:"逻辑函数"},{name:"OR",description:"条件任意一个满足条件,返回 true,否则返回 false\n\n示例:OR(语文成绩>80, 数学成绩>80)\n\n语文成绩和数学成绩任意一个大于 80,则返回 true,否则返回 false\n\n也可以直接用表达式如:语文成绩>80 || 数学成绩>80",example:"OR(expression1, expression2, ...expressionN)",params:[{type:"...expression",name:"conditions",description:"条件表达式."}],returns:{type:"boolean",description:null},namespace:"逻辑函数"},{name:"XOR",description:"异或处理,多个表达式组中存在奇数个真时认为真。",example:"XOR(condition1, condition2)",params:[{type:"expression",name:"condition1",description:"条件表达式1"},{type:"expression",name:"condition2",description:"条件表达式2"}],returns:{type:"boolean",description:null},namespace:"逻辑函数"},{name:"IFS",description:'判断函数集合,相当于多个 else if 合并成一个。\n\n示例:IFS(语文成绩 > 80, "优秀", 语文成绩 > 60, "良", "继续努力")\n\n如果语文成绩大于 80,则返回优秀,否则判断大于 60 分,则返回良,否则返回继续努力。',example:"IFS(condition1, result1, condition2, result2,...conditionN, resultN)",params:[{type:"...any",name:"args",description:"条件,返回值集合"}],returns:{type:"any",description:"第一个满足条件的结果,没有命中的返回 false。"},namespace:"逻辑函数"},{name:"ABS",description:"返回传入数字的绝对值",example:"ABS(num)",params:[{type:"number",name:"num",description:"数值"}],returns:{type:"number",description:"传入数值的绝对值"},namespace:"数学函数"},{name:"MAX",description:"获取最大值,如果只有一个参数且是数组,则计算这个数组内的值",example:"MAX(num1, num2, ...numN)",params:[{type:"...number",name:"num",description:"数值"}],returns:{type:"number",description:"所有传入值中最大的那个"},namespace:"数学函数"},{name:"MIN",description:"获取最小值,如果只有一个参数且是数组,则计算这个数组内的值",example:"MIN(num1, num2, ...numN)",params:[{type:"...number",name:"num",description:"数值"}],returns:{type:"number",description:"所有传入值中最小的那个"},namespace:"数学函数"},{name:"SUM",description:"求和,如果只有一个参数且是数组,则计算这个数组内的值",example:"SUM(num1, num2, ...numN)",params:[{type:"...number",name:"num",description:"数值"}],returns:{type:"number",description:"所有传入数值的总和"},namespace:"数学函数"},{name:"INT",description:"将数值向下取整为最接近的整数",example:"INT(num)",params:[{type:"number",name:"num",description:"数值"}],returns:{type:"number",description:"数值对应的整形"},namespace:"数学函数"},{name:"MOD",description:"返回两数相除的余数,参数 number 是被除数,divisor 是除数",example:"MOD(num, divisor)",params:[{type:"number",name:"num",description:"被除数"},{type:"number",name:"divisor",description:"除数"}],returns:{type:"number",description:"两数相除的余数"},namespace:"数学函数"},{name:"PI",description:"圆周率 3.1415...",example:"PI()",params:[],returns:{type:"number",description:"圆周率数值"},namespace:"数学函数"},{name:"ROUND",description:"将数字四舍五入到指定的位数,可以设置小数位。",example:"ROUND(num[, numDigits = 2])",params:[{type:"number",name:"num",description:"要处理的数字"},{type:"number",name:"numDigits",description:"小数位数"}],returns:{type:"number",description:"传入数值四舍五入后的结果"},namespace:"数学函数"},{name:"FLOOR",description:"将数字向下取整到指定的位数,可以设置小数位。",example:"FLOOR(num[, numDigits=2])",params:[{type:"number",name:"num",description:"要处理的数字"},{type:"number",name:"numDigits",description:"小数位数"}],returns:{type:"number",description:"传入数值向下取整后的结果"},namespace:"数学函数"},{name:"CEIL",description:"将数字向上取整到指定的位数,可以设置小数位。",example:"CEIL(num[, numDigits=2])",params:[{type:"number",name:"num",description:"要处理的数字"},{type:"number",name:"numDigits",description:"小数位数"}],returns:{type:"number",description:"传入数值向上取整后的结果"},namespace:"数学函数"},{name:"SQRT",description:"开平方,参数 number 为非负数",example:"SQRT(num)",params:[{type:"number",name:"num",description:"要处理的数字"}],returns:{type:"number",description:"开平方的结果"},namespace:"数学函数"},{name:"AVG",description:"返回所有参数的平均值,如果只有一个参数且是数组,则计算这个数组内的值",example:"AVG(num1, num2, ...numN)",params:[{type:"...number",name:"num",description:"要处理的数字"}],returns:{type:"number",description:"所有数值的平均值"},namespace:"数学函数"},{name:"DEVSQ",description:"返回数据点与数据均值点之差(数据偏差)的平方和,如果只有一个参数且是数组,则计算这个数组内的值",example:"DEVSQ(num1, num2, ...numN)",params:[{type:"...number",name:"num",description:"要处理的数字"}],returns:{type:"number",description:"所有数值的平均值"},namespace:"数学函数"},{name:"AVEDEV",description:"数据点到其算术平均值的绝对偏差的平均值",example:"AVEDEV(num1, num2, ...numN)",params:[{type:"...number",name:"num",description:"要处理的数字"}],returns:{type:"number",description:"所有数值的平均值"},namespace:"数学函数"},{name:"HARMEAN",description:"数据点的调和平均值,如果只有一个参数且是数组,则计算这个数组内的值",example:"HARMEAN(num1, num2, ...numN)",params:[{type:"...number",name:"num",description:"要处理的数字"}],returns:{type:"number",description:"所有数值的平均值"},namespace:"数学函数"},{name:"LARGE",description:"数据集中第 k 个最大值",example:"LARGE(array, k)",params:[{type:"array",name:"nums",description:"要处理的数字"},{type:"number",name:"k",description:"第几大"}],returns:{type:"number",description:"所有数值的平均值"},namespace:"数学函数"},{name:"UPPERMONEY",description:"将数值转为中文大写金额",example:"UPPERMONEY(num)",params:[{type:"number",name:"num",description:"要处理的数字"}],returns:{type:"string",description:"数值中文大写字符"},namespace:"数学函数"},{name:"RAND",description:"返回大于等于 0 且小于 1 的均匀分布随机实数。每一次触发计算都会变化。\n\n示例:`RAND()*100`\n\n返回 0-100 之间的随机数",example:"RAND()",params:[],returns:{type:"number",description:"随机数"},namespace:"数学函数"},{name:"LAST",description:"取数据最后一个",example:"LAST(array)",params:[{type:"...number",name:"arr",description:"要处理的数组"}],returns:{type:"any",description:"最后一个值"},namespace:"数学函数"},{name:"LEFT",description:"返回传入文本左侧的指定长度字符串。",example:"LEFT(text, len)",params:[{type:"string",name:"text",description:"要处理的文本"},{type:"number",name:"len",description:"要处理的长度"}],returns:{type:"string",description:"对应字符串"},namespace:"文本函数"},{name:"RIGHT",description:"返回传入文本右侧的指定长度字符串。",example:"RIGHT(text, len)",params:[{type:"string",name:"text",description:"要处理的文本"},{type:"number",name:"len",description:"要处理的长度"}],returns:{type:"string",description:"对应字符串"},namespace:"文本函数"},{name:"LEN",description:"计算文本的长度",example:"LEN(text)",params:[{type:"string",name:"text",description:"要处理的文本"}],returns:{type:"number",description:"长度"},namespace:"文本函数"},{name:"LENGTH",description:"计算文本集合中所有文本的长度",example:"LENGTH(textArr)",params:[{type:"Array",name:"textArr",description:"要处理的文本集合"}],returns:{type:"Array",description:"长度集合"},namespace:"文本函数"},{name:"ISEMPTY",description:"判断文本是否为空",example:"ISEMPTY(text)",params:[{type:"string",name:"text",description:"要处理的文本"}],returns:{type:"boolean",description:"判断结果"},namespace:"文本函数"},{name:"CONCATENATE",description:"将多个传入值连接成文本",example:"CONCATENATE(text1, text2, ...textN)",params:[{type:"...string",name:"text",description:"文本集合"}],returns:{type:"string",description:"连接后的文本"},namespace:"文本函数"},{name:"CHAR",description:'返回计算机字符集的数字代码所对应的字符。\n\n`CHAR(97)` 等价于 "a"',example:"CHAR(code)",params:[{type:"number",name:"code",description:"编码值"}],returns:{type:"string",description:"指定位置的字符"},namespace:"文本函数"},{name:"LOWER",description:"将传入文本转成小写",example:"LOWER(text)",params:[{type:"string",name:"text",description:"文本"}],returns:{type:"string",description:"结果文本"},namespace:"文本函数"},{name:"UPPER",description:"将传入文本转成大写",example:"UPPER(text)",params:[{type:"string",name:"text",description:"文本"}],returns:{type:"string",description:"结果文本"},namespace:"文本函数"},{name:"UPPERFIRST",description:"将传入文本首字母转成大写",example:"UPPERFIRST(text)",params:[{type:"string",name:"text",description:"文本"}],returns:{type:"string",description:"结果文本"},namespace:"文本函数"},{name:"PADSTART",description:'向前补齐文本长度\n\n示例 `PADSTART("6", 2, "0")`\n\n返回 `06`',example:"PADSTART(text)",params:[{type:"string",name:"text",description:"文本"},{type:"number",name:"num",description:"目标长度"},{type:"string",name:"pad",description:"用于补齐的文本"}],returns:{type:"string",description:"结果文本"},namespace:"文本函数"},{name:"CAPITALIZE",description:'将文本转成标题\n\n示例 `CAPITALIZE("star")`\n\n返回 `Star`',example:"CAPITALIZE(text)",params:[{type:"string",name:"text",description:"文本"}],returns:{type:"string",description:"结果文本"},namespace:"文本函数"},{name:"ESCAPE",description:'对文本进行 HTML 转义\n\n示例 `ESCAPE("&")`\n\n返回 `<start>&`',example:"ESCAPE(text)",params:[{type:"string",name:"text",description:"文本"}],returns:{type:"string",description:"结果文本"},namespace:"文本函数"},{name:"TRUNCATE",description:'对文本长度进行截断\n\n示例 `TRUNCATE("amis.baidu.com", 6)`\n\n返回 `amis...`',example:"TRUNCATE(text, 6)",params:[{type:"string",name:"text",description:"文本"},{type:"number",name:"text",description:"最长长度"}],returns:{type:"string",description:"结果文本"},namespace:"文本函数"},{name:"BEFORELAST",description:"取在某个分隔符之前的所有字符串",example:"BEFORELAST(text, '.')",params:[{type:"string",name:"text",description:"文本"},{type:"string",name:"delimiter",description:"结束文本"}],returns:{type:"string",description:"判断结果"},namespace:"文本函数"},{name:"SPLIT",description:'将文本根据指定片段分割成数组\n\n示例:`SPLIT("a,b,c", ",")`\n\n返回 `["a", "b", "c"]`',example:"SPLIT(text, ',')",params:[{type:"string",name:"text",description:"文本"},{type:"string",name:"delimiter",description:"文本片段"}],returns:{type:"Array",description:"文本集"},namespace:"文本函数"},{name:"TRIM",description:"将文本去除前后空格",example:"TRIM(text)",params:[{type:"string",name:"text",description:"文本"}],returns:{type:"string",description:"处理后的文本"},namespace:"文本函数"},{name:"STRIPTAG",description:'去除文本中的 HTML 标签\n\n示例:`STRIPTAG("amis")`\n\n返回:`amis`',example:"STRIPTAG(text)",params:[{type:"string",name:"text",description:"文本"}],returns:{type:"string",description:"处理后的文本"},namespace:"文本函数"},{name:"LINEBREAK",description:'将字符串中的换行转成 HTML `
`,用于简单换行的场景\n\n示例:`LINEBREAK("\\n")`\n\n返回:`
`',example:"LINEBREAK(text)",params:[{type:"string",name:"text",description:"文本"}],returns:{type:"string",description:"处理后的文本"},namespace:"文本函数"},{name:"STARTSWITH",description:"判断字符串(text)是否以特定字符串(startString)开始,是则返回 True,否则返回 False",example:"STARTSWITH(text, '片段')",params:[{type:"string",name:"text",description:"文本"},{type:"string",name:"startString",description:"起始文本"}],returns:{type:"string",description:"判断结果"},namespace:"文本函数"},{name:"ENDSWITH",description:"判断字符串(text)是否以特定字符串(endString)结束,是则返回 True,否则返回 False",example:"ENDSWITH(text, '片段')",params:[{type:"string",name:"text",description:"文本"},{type:"string",name:"endString",description:"结束文本"}],returns:{type:"string",description:"判断结果"},namespace:"文本函数"},{name:"CONTAINS",description:"判断参数 1 中的文本是否包含参数 2 中的文本。",example:"CONTAINS(text, searchText)",params:[{type:"string",name:"text",description:"文本"},{type:"string",name:"searchText",description:"搜索文本"}],returns:{type:"string",description:"判断结果"},namespace:"文本函数"},{name:"REPLACE",description:"对文本进行全量替换。",example:"REPLACE(text, search, replace)",params:[{type:"string",name:"text",description:"要处理的文本"},{type:"string",name:"search",description:"要被替换的文本"},{type:"string",name:"replace",description:"要替换的文本"}],returns:{type:"string",description:"处理结果"},namespace:"文本函数"},{name:"SEARCH",description:"对文本进行搜索,返回命中的位置",example:"SEARCH(text, search, 0)",params:[{type:"string",name:"text",description:"要处理的文本"},{type:"string",name:"search",description:"用来搜索的文本"},{type:"number",name:"start",description:"起始位置"}],returns:{type:"number",description:"命中的位置"},namespace:"文本函数"},{name:"MID",description:"返回文本字符串中从指定位置开始的特定数目的字符",example:"MID(text, from, len)",params:[{type:"string",name:"text",description:"要处理的文本"},{type:"number",name:"from",description:"起始位置"},{type:"number",name:"len",description:"处理长度"}],returns:{type:"number",description:"命中的位置"},namespace:"文本函数"},{name:"BASENAME",description:"返回路径中的文件名\n\n示例:`/home/amis/a.json`\n\n返回:a.json`",example:"BASENAME(text)",params:[{type:"string",name:"text",description:"要处理的文本"}],returns:{type:"string",description:"文件名"},namespace:"文本函数"},{name:"DATE",description:"创建日期对象,可以通过特定格式的字符串,或者数值。\n\n需要注意的是,其中月份的数值是从0开始的,也就是说,\n如果是12月份,你应该传入数值11。",example:"DATE('2021-12-06 08:20:00')",params:[],returns:{type:"Date",description:"日期对象"},namespace:"日期函数"},{name:"TIMESTAMP",description:"返回时间的时间戳",example:"TIMESTAMP(date, 'x')",params:[{type:"date",name:"date",description:"日期对象"},{type:"string",name:"format",description:"时间戳格式,带毫秒传入 'x'。默认为 'X' 不带毫秒的。"}],returns:{type:"number",description:"时间戳"},namespace:"日期函数"},{name:"TODAY",description:"返回今天的日期",example:"TODAY()",params:[],returns:{type:"number",description:"日期"},namespace:"日期函数"},{name:"NOW",description:"返回现在的日期",example:"NOW()",params:[],returns:{type:"number",description:"日期"},namespace:"日期函数"},{name:"WEEKDAY",description:"获取日期的星期几,\n\n示例:\n\nWEEKDAY('2023-02-27') 得到 1",example:"WEEKDAY(date)",params:[{type:"any",name:"date",description:"日期"},{type:"number",name:"type",description:"星期定义类型,默认为1,1表示0至6代表星期一到星期日,2表示1至7代表星期一到星期日"}],returns:{type:"number",description:"星期几的数字标识"},namespace:"日期函数"},{name:"WEEK",description:"获取年份的星期,即第几周\n\n示例:\n\nWEEK('2023-03-05') 得到 10",example:"WEEK(date)",params:[{type:"any",name:"date",description:"日期"},{type:"boolean",name:"isISO",description:"是否ISO星期"}],returns:{type:"number",description:"星期几的数字标识"},namespace:"日期函数"},{name:"DATETOSTR",description:"对日期、日期字符串、时间戳进行格式化\n\n示例:\n\nDATETOSTR('12/25/2022', 'YYYY-MM-DD') 得到 '2022.12.25'\nDATETOSTR(1676563200, 'YYYY.MM.DD') 得到 '2023.02.17'\nDATETOSTR(1676563200000, 'YYYY.MM.DD hh:mm:ss') 得到 '2023.02.17 12:00:00'\nDATETOSTR(DATE('2021-12-21'), 'YYYY.MM.DD hh:mm:ss') 得到 '2021.12.21 08:00:00'",example:"DATETOSTR(date, 'YYYY-MM-DD')",params:[{type:"any",name:"date",description:"日期对象、日期字符串、时间戳"},{type:"string",name:"format",description:'日期格式,默认为 "YYYY-MM-DD HH:mm:ss"'}],returns:{type:"string",description:"日期字符串"},namespace:"日期函数"},{name:"DATERANGESPLIT",description:"获取日期范围字符串中的开始时间、结束时间\n\n示例:\n\nDATERANGESPLIT('1676563200, 1676735999') 得到 [1676563200, 1676735999]\nDATERANGESPLIT('1676563200, 1676735999', undefined , 'YYYY.MM.DD hh:mm:ss') 得到 [2023.02.17 12:00:00, 2023.02.18 11:59:59]\nDATERANGESPLIT('1676563200, 1676735999', 0 , 'YYYY.MM.DD hh:mm:ss') 得到 '2023.02.17 12:00:00'\nDATERANGESPLIT('1676563200, 1676735999', 'start' , 'YYYY.MM.DD hh:mm:ss') 得到 '2023.02.17 12:00:00'\nDATERANGESPLIT('1676563200, 1676735999', 1 , 'YYYY.MM.DD hh:mm:ss') 得到 '2023.02.18 11:59:59'\nDATERANGESPLIT('1676563200, 1676735999', 'end' , 'YYYY.MM.DD hh:mm:ss') 得到 '2023.02.18 11:59:59'",example:"DATERANGESPLIT(date, 'YYYY-MM-DD')",params:[{type:"string",name:"date",description:"日期范围字符串"},{type:"string",name:"key",description:"取值标识,0或'start'表示获取开始时间,1或'end'表示获取结束时间"},{type:"string",name:"format",description:"日期格式,可选"},{type:"string",name:"delimiter",description:"分隔符,可选,默认为','"}],returns:{type:"string",description:"日期字符串"},namespace:"日期函数"},{name:"STARTOF",description:"返回日期的指定范围的开端",example:'STARTOF(date[unit = "day"])',params:[{type:"date",name:"date",description:"日期对象"},{type:"string",name:"unit",description:"比如可以传入 'day'、'month'、'year' 或者 `week` 等等"},{type:"string",name:"format",description:"日期格式,可选"}],returns:{type:"date",description:"新的日期对象"},namespace:"日期函数"},{name:"ENDOF",description:"返回日期的指定范围的末尾",example:'ENDOF(date[unit = "day"])',params:[{type:"date",name:"date",description:"日期对象"},{type:"string",name:"unit",description:"比如可以传入 'day'、'month'、'year' 或者 `week` 等等"},{type:"string",name:"format",description:"日期格式,可选"}],returns:{type:"date",description:"新的日期对象"},namespace:"日期函数"},{name:"YEAR",description:"返回日期的年份",example:"YEAR(date)",params:[{type:"date",name:"date",description:"日期对象"}],returns:{type:"number",description:"数值"},namespace:"日期函数"},{name:"MONTH",description:"返回日期的月份,这里就是自然月份。",example:"MONTH(date)",params:[{type:"date",name:"date",description:"日期对象"}],returns:{type:"number",description:"数值"},namespace:"日期函数"},{name:"DAY",description:"返回日期的天",example:"DAY(date)",params:[{type:"date",name:"date",description:"日期对象"}],returns:{type:"number",description:"数值"},namespace:"日期函数"},{name:"HOUR",description:"返回日期的小时",example:"HOUR(date)",params:[{type:"date",name:"date",description:"日期对象"}],returns:{type:"number",description:"数值"},namespace:"日期函数"},{name:"MINUTE",description:"返回日期的分",example:"MINUTE(date)",params:[{type:"date",name:"date",description:"日期对象"}],returns:{type:"number",description:"数值"},namespace:"日期函数"},{name:"SECOND",description:"返回日期的秒",example:"SECOND(date)",params:[{type:"date",name:"date",description:"日期对象"}],returns:{type:"number",description:"数值"},namespace:"日期函数"},{name:"YEARS",description:"返回两个日期相差多少年",example:"YEARS(endDate, startDate)",params:[{type:"date",name:"endDate",description:"日期对象"},{type:"date",name:"startDate",description:"日期对象"}],returns:{type:"number",description:"数值"},namespace:"日期函数"},{name:"MINUTES",description:"返回两个日期相差多少分钟",example:"MINUTES(endDate, startDate)",params:[{type:"date",name:"endDate",description:"日期对象"},{type:"date",name:"startDate",description:"日期对象"}],returns:{type:"number",description:"数值"},namespace:"日期函数"},{name:"DAYS",description:"返回两个日期相差多少天",example:"DAYS(endDate, startDate)",params:[{type:"date",name:"endDate",description:"日期对象"},{type:"date",name:"startDate",description:"日期对象"}],returns:{type:"number",description:"数值"},namespace:"日期函数"},{name:"HOURS",description:"返回两个日期相差多少小时",example:"HOURS(endDate, startDate)",params:[{type:"date",name:"endDate",description:"日期对象"},{type:"date",name:"startDate",description:"日期对象"}],returns:{type:"number",description:"数值"},namespace:"日期函数"},{name:"DATEMODIFY",description:"修改日期,对日期进行加减天、月份、年等操作\n\n示例:\n\nDATEMODIFY(A, -2, 'month')\n\n对日期 A 进行往前减2月的操作。",example:"DATEMODIFY(date, 2, 'days')",params:[{type:"date",name:"date",description:"日期对象"},{type:"number",name:"num",description:"数值"},{type:"string",name:"unit",description:"单位:支持年、月、天等等"}],returns:{type:"date",description:"日期对象"},namespace:"日期函数"},{name:"STRTODATE",description:"将字符日期转成日期对象,可以指定日期格式。\n\n示例:STRTODATE('2021/12/6', 'YYYY/MM/DD')",example:'STRTODATE(value[, format=""])',params:[{type:"string",name:"value",description:"日期字符"},{type:"string",name:"format",description:"日期格式"}],returns:{type:"date",description:"日期对象"},namespace:"日期函数"},{name:"ISBEFORE",description:"判断两个日期,是否第一个日期在第二个日期的前面",example:"ISBEFORE(a, b)",params:[{type:"date",name:"a",description:"第一个日期"},{type:"date",name:"b",description:"第二个日期"},{type:"string",name:"unit",description:"单位,默认是 'day', 即之比较到天"}],returns:{type:"boolean",description:"判断结果"},namespace:"日期函数"},{name:"ISAFTER",description:"判断两个日期,是否第一个日期在第二个日期的后面",example:"ISAFTER(a, b)",params:[{type:"date",name:"a",description:"第一个日期"},{type:"date",name:"b",description:"第二个日期"},{type:"string",name:"unit",description:"单位,默认是 'day', 即之比较到天"}],returns:{type:"boolean",description:"判断结果"},namespace:"日期函数"},{name:"BETWEENRANGE",description:"判断日期是否在指定范围内\n\n示例:BETWEENRANGE('2021/12/6', ['2021/12/5','2021/12/7'])",example:"BETWEENRANGE(date, [start, end])",params:[{type:"any",name:"date",description:"第一个日期"},{type:"Array",name:"daterange",description:"日期范围"},{type:"string",name:"unit",description:"单位,默认是 'day', 即之比较到天"},{type:"string",name:"inclusivity",description:"包容性规则,默认为'[]'。[ 表示包含、( 表示排除,如果使用包容性参数,则必须传入两个指示符,如'()'表示左右范围都排除"}],returns:{type:"boolean",description:"判断结果"},namespace:"日期函数"},{name:"ISSAMEORBEFORE",description:"判断两个日期,是否第一个日期在第二个日期的前面或者相等",example:"ISSAMEORBEFORE(a, b)",params:[{type:"date",name:"a",description:"第一个日期"},{type:"date",name:"b",description:"第二个日期"},{type:"string",name:"unit",description:"单位,默认是 'day', 即之比较到天"}],returns:{type:"boolean",description:"判断结果"},namespace:"日期函数"},{name:"ISSAMEORAFTER",description:"判断两个日期,是否第一个日期在第二个日期的后面或者相等",example:"ISSAMEORAFTER(a, b)",params:[{type:"date",name:"a",description:"第一个日期"},{type:"date",name:"b",description:"第二个日期"},{type:"string",name:"unit",description:"单位,默认是 'day', 即之比较到天"}],returns:{type:"boolean",description:"判断结果"},namespace:"日期函数"},{name:"COUNT",description:"返回数组的长度",example:"COUNT(arr)",params:[{type:"Array",name:"arr",description:"数组"}],returns:{type:"boolean",description:"结果"},namespace:"数组"},{name:"ARRAYMAP",description:"数组做数据转换,需要搭配箭头函数一起使用,注意箭头函数只支持单表达式用法。",example:"ARRAYMAP(arr, item => item)",params:[{type:"Array",name:"arr",description:"数组"},{type:"Array",name:"iterator",description:"箭头函数"}],returns:{type:"boolean",description:"结果"},namespace:"数组"},{name:"ARRAYFILTER",description:"数据做数据过滤,需要搭配箭头函数一起使用,注意箭头函数只支持单表达式用法。\n将第二个箭头函数返回为 false 的成员过滤掉。",example:"ARRAYFILTER(arr, item => item)",params:[{type:"Array",name:"arr",description:"数组"},{type:"Array",name:"iterator",description:"箭头函数"}],returns:{type:"boolean",description:"结果"},namespace:"数组"},{name:"ARRAYFINDINDEX",description:"数据做数据查找,需要搭配箭头函数一起使用,注意箭头函数只支持单表达式用法。\n找出第二个箭头函数返回为 true 的成员的索引。\n\n示例:\n\nARRAYFINDINDEX([0, 2, false], item => item === 2) 得到 1",example:"ARRAYFINDINDEX(arr, item => item === 2)",params:[{type:"Array",name:"arr",description:"数组"},{type:"Array",name:"iterator",description:"箭头函数"}],returns:{type:"number",description:"结果"},namespace:"数组"},{name:"ARRAYFIND",description:"数据做数据查找,需要搭配箭头函数一起使用,注意箭头函数只支持单表达式用法。\n找出第二个箭头函数返回为 true 的成员。\n\n示例:\n\nARRAYFIND([0, 2, false], item => item === 2) 得到 2",example:"ARRAYFIND(arr, item => item === 2)",params:[{type:"Array",name:"arr",description:"数组"},{type:"Array",name:"iterator",description:"箭头函数"}],returns:{type:"any",description:"结果"},namespace:"数组"},{name:"ARRAYSOME",description:"数据做数据遍历判断,需要搭配箭头函数一起使用,注意箭头函数只支持单表达式用法。\n判断第二个箭头函数是否存在返回为 true 的成员。\n\n示例:\n\nARRAYSOME([0, 2, false], item => item === 2) 得到 true",example:"ARRAYSOME(arr, item => item === 2)",params:[{type:"Array",name:"arr",description:"数组"},{type:"Array",name:"iterator",description:"箭头函数"}],returns:{type:"boolean",description:"结果"},namespace:"数组"},{name:"ARRAYEVERY",description:"数据做数据遍历判断,需要搭配箭头函数一起使用,注意箭头函数只支持单表达式用法。\n判断第二个箭头函数返回是否都为 true。\n\n示例:\n\nARRAYEVERY([0, 2, false], item => item === 2) 得到 false",example:"ARRAYEVERY(arr, item => item === 2)",params:[{type:"Array",name:"arr",description:"数组"},{type:"Array",name:"iterator",description:"箭头函数"}],returns:{type:"boolean",description:"结果"},namespace:"数组"},{name:"ARRAYINCLUDES",description:"判断数据中是否存在指定元素\n\n示例:\n\nARRAYINCLUDES([0, 2, false], 2) 得到 true",example:"ARRAYINCLUDES(arr, 2)",params:[{type:"Array",name:"arr",description:"数组"},{type:"any",name:"item",description:"元素"}],returns:{type:"any",description:"结果"},namespace:"数组"},{name:"COMPACT",description:"数组过滤掉 false、null、0 和 \"\"\n\n示例:\n\nCOMPACT([0, 1, false, 2, '', 3]) 得到 [1, 2, 3]",example:"COMPACT(arr)",params:[{type:"Array",name:"arr",description:"数组"}],returns:{type:"Array",description:"结果"},namespace:"数组"},{name:"JOIN",description:"数组转成字符串\n\n示例:\n\nJOIN(['a', 'b', 'c'], '=') 得到 'a=b=c'",example:"JOIN(arr, string)",params:[{type:"Array",name:"arr",description:"数组"},{type:"String",name:"separator",description:"分隔符"}],returns:{type:"String",description:"结果"},namespace:"数组"},{name:"CONCAT",description:"数组合并\n\n示例:\n\nCONCAT(['a', 'b', 'c'], ['1'], ['3']) 得到 ['a', 'b', 'c', '1', '3']",example:"CONCAT(['a', 'b', 'c'], ['1'], ['3'])",params:[{type:"Array",name:"arr",description:"数组"}],returns:{type:"Array",description:"结果"},namespace:"数组"},{name:"UNIQ",description:"数组去重,第二个参数「field」,可指定根据该字段去重\n\n示例:\n\nUNIQ([{a: '1'}, {b: '2'}, {a: '1'}], 'id')",example:"UNIQ([{a: '1'}, {b: '2'}, {a: '1'}], 'x')",params:[{type:"Array",name:"arr",description:"数组"},{type:"string",name:"field",description:"字段"}],returns:{type:"Array",description:"结果"},namespace:"数组"},{name:"ENCODEJSON",description:"将JS对象转换成JSON字符串\n\n示例:\n\nENCODEJSON({name: 'amis'}) 得到 '{\"name\":\"amis\"}'",example:"ENCODEJSON({name: 'amis'})",params:[{type:"object",name:"obj",description:"JS对象"}],returns:{type:"string",description:"结果"},namespace:"编码"},{name:"DECODEJSON",description:"解析JSON编码数据,返回JS对象\n\n示例:\n\nDECODEJSON('{\\\"name\\\": \"amis\"}') 得到 {name: 'amis'}",example:'DECODEJSON(\'{\\"name\\": "amis"}\')',params:[{type:"string",name:"str",description:"字符串"}],returns:{type:"object",description:"结果"},namespace:"编码"},{name:"GET",description:"根据对象或者数组的path路径获取值。 如果解析 value 是 undefined 会以 defaultValue 取代\n\n示例:\n\nGET([0, 2, {name: 'amis', age: 18}], 1) 得到 2\nGET([0, 2, {name: 'amis', age: 18}], '2.name') 得到 'amis'\nGET({arr: [{name: 'amis', age: 18}]}, 'arr[0].name') 得到 'amis'\nGET({arr: [{name: 'amis', age: 18}]}, 'arr.0.name') 得到 'amis'\nGET({arr: [{name: 'amis', age: 18}]}, 'arr.1.name', 'not-found') 得到 'not-found'",example:"GET(arr, 2)",params:[{type:"any",name:"obj",description:"对象或数组"},{type:"string",name:"path",description:"路径"},{type:"any",name:"defaultValue",description:"如果解析不到则返回该值"}],returns:{type:"any",description:"结果"},namespace:"其他"},{name:"ISTYPE",description:"判断是否为类型支持:string, number, array, date, plain-object。",example:"ISTYPE([{a: '1'}, {b: '2'}, {a: '1'}], 'array')",params:[{type:"string",name:"判断对象",description:null}],returns:{type:"boolean",description:"结果"},namespace:"其他"}];var s=function(){function e(e,t,n){this.editor=e,this.cm=t,this.getProps=n,this.autoMarkText()}return e.prototype.autoMarkText=function(){var e=this.getProps();e.functions;var t=e.variables,n=e.value;n&&(this.autoMark(t),this.focus(n))},e.prototype.computedBracesPosition=function(e){var t=[];return null==e||e.replace(/\$\{/g,(function(n,r){if(n)for(var a=e.slice(r+n.length).split(""),i=["${"],o=0;o=l.begin&&i<=l.end){o=!0;break}}return o},e.prototype.insertBraces=function(e,t){var n=this.editor.getValue(),r=this.computedBracesPosition(n);this.checkStrIsInBraces([e.ch,t.ch],r)||(this.editor.setCursor({line:e.line,ch:e.ch}),this.editor.replaceSelection("${"),this.editor.setCursor({line:t.line,ch:t.ch+2}),this.editor.replaceSelection("}"))},e.prototype.insertContent=function(e,t){var n=this.editor.getCursor(),r=this.getProps().evalMode;if("variable"===t){this.editor.replaceSelection(e.key);var a=this.editor.getCursor();this.markText(n,a,e.name,"cm-field"),!r&&this.insertBraces(n,a)}else"func"===t?(this.editor.replaceSelection("".concat(e,"()")),a=this.editor.getCursor(),this.markText(n,{line:a.line,ch:a.ch-2},e,"cm-func"),this.editor.setCursor({line:a.line,ch:a.ch-1}),r||(this.insertBraces(n,a),this.editor.setCursor({line:a.line,ch:a.ch+1}))):"string"==typeof e&&this.editor.replaceSelection(e);this.editor.focus()},e.prototype.markText=function(e,t,n,r){void 0===r&&(r="cm-func");var a=document.createElement("span");a.className=r,a.innerText=n,this.editor.markText(e,t,{atomic:!0,replacedWith:a})},e.prototype.autoMark=function(e){var t=this;if(Array.isArray(e)&&e.length){var n={};(0,i.oxs)(e,(function(e){e.value&&(n[e.value]=e.label)}));for(var r=Object.keys(n).sort((function(e,t){return t.length-e.length})),a=this.editor,o=a.lineCount(),s=this.getProps().evalMode,l=void 0===s||s,u=function(e){var i=a.getLine(e);i.replace(/([A-Z]+)\s*\(/g,(function(n,r,a){return t.markText({line:e,ch:a},{line:e,ch:a+r.length},r,"cm-func"),n}));var o="AMIS_FORMULA_REPLACE_KEY";r.forEach((function(r){for(var a=0,s=-1;~(s=i.indexOf(r,a));){var u=v.replaceStrByIndex(i,s,r,o);v.getRegExpByMode(l,o).test(u)&&t.markText({line:e,ch:s},{line:e,ch:s+r.length},n[r],"cm-field"),a=s+r.length}}))},c=0;c'.concat(t,""))}));var u="AMIS_FORMULA_REPLACE_KEY";return o.forEach((function(e){for(var n=0,i=-1;~(i=s.indexOf(e,n));){var o=t.replaceStrByIndex(l,i,e,u),c=t.getRegExpByMode(r,u);l=c.test(o)?o.replace(u,''.concat(a[e],"")):o.replace(u,e),n=i+e.length}})),{html:l}}},t.prototype.componentWillUnmount=function(){var e;null===(e=this.editorPlugin)||void 0===e||e.dispose()},t.prototype.handleFocus=function(){this.setState({focused:!0})},t.prototype.handleBlur=function(){this.setState({focused:!1})},t.prototype.insertValue=function(e,t){var n;null===(n=this.editorPlugin)||void 0===n||n.insertContent(e,t)},t.prototype.handleEditorMounted=function(e,t){var n=this;this.editorPlugin=new s(t,e,(function(){return n.props}))},t.prototype.validate=function(){var e=this.props.value;try{e&&(0,i.Qc3)(e,{evalMode:this.props.evalMode})}catch(e){return e.message}},t.prototype.handleFunctionSelect=function(e){var t;null===(t=this.editorPlugin)||void 0===t||t.insertContent("".concat(e.name),"func")},t.prototype.handleVariableSelect=function(e){var t,n=this.props;n.evalMode;var r=n.selfVariableName;e&&e.value&&r&&r===e.value?m.Am.warning("不能使用当前变量[self],避免循环引用。"):e.value&&(null===(t=this.editorPlugin)||void 0===t||t.insertContent({key:e.value,name:e.label},"variable"))},t.prototype.handleOnChange=function(e){var t=this.props.onChange;null==t||t(e)},t.prototype.editorFactory=function(e,t){return function(e,t,n){return function(e){l||(l=!0,e.defineMode("formula",(function(t,n){var r=e.getMode(t,"javascript");return n&&n.base?e.multiplexingMode(e.getMode(t,n.base),{open:"${",close:"}",mode:r}):r})),e.defineMIME("text/formula",{name:"formula"}),e.defineMIME("text/formula-template",{name:"formula",base:"htmlmixed"}))}(t),t(e,{value:n.value||"",autofocus:!0,mode:n.evalMode?"text/formula":"text/formula-template"})}(e,t,this.props)},t.prototype.render=function(){var e=this.props,n=e.variables,i=e.header,s=e.value,l=e.functions,u=e.variableMode,c=e.translate,d=e.classnames,m=e.variableClassName,v=e.functionClassName,g=e.classPrefix,y=e.selfVariableName,b=this.state.focused,w=Array.isArray(l)?l:[],_=(0,r.ev)((0,r.ev)([],(0,r.CR)(t.buildDefaultFunctions(o)),!1),(0,r.CR)(w),!1);return a.createElement("div",{className:d("FormulaEditor",{"is-focused":b})},a.createElement("section",{className:d("FormulaEditor-content")},a.createElement("header",{className:d("FormulaEditor-header")},c(i||"FormulaEditor.title")),a.createElement(f.s,{className:d("FormulaEditor-editor"),value:s,onChange:this.handleOnChange,editorFactory:this.editorFactory,editorDidMount:this.handleEditorMounted,onFocus:this.handleFocus,onBlur:this.handleBlur})),a.createElement("section",{className:d("FormulaEditor-settings")},a.createElement("div",{className:d("FormulaEditor-panel")},"tabs"!==u?a.createElement("div",{className:d("FormulaEditor-panel-header")},c("FormulaEditor.variable")):null,a.createElement("div",{className:d("FormulaEditor-panel-body",u&&"FormulaEditor-panel-body--".concat(u))},a.createElement(h.Z,{classPrefix:g,className:d("FormulaEditor-VariableList","FormulaEditor-VariableList-root",m),selectMode:u,data:n,onSelect:this.handleVariableSelect,selfVariableName:y}))),a.createElement(p,{className:v,title:c("FormulaEditor.function"),data:_,onSelect:this.handleFunctionSelect})))},t.defaultProps={variables:[],evalMode:!0},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleFocus",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleBlur",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"insertValue",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleEditorMounted",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"validate",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleFunctionSelect",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleVariableSelect",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleOnChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[HTMLElement,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"editorFactory",null),t}(a.Component),g=(0,i.nmi)((0,i.YYN)((0,i.eAU)(v)),{value:"onChange"},["validate"])},73757:function(e,t,n){"use strict";n.d(t,{Z:function(){return p},l:function(){return d}});var r=n(70655),a=n(34594),i=n(67294),o=n(60204),s=n(95318),l=n(64179),u=n(95483),c=n(54997),d=function(e){function t(t){var n=e.call(this,t)||this;return n.props.onRef&&n.props.onRef(n),n.state={isOpened:!1,value:n.props.value,editorValue:n.value2EditorValue(n.props),isError:!1},n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props.value;t!==e.value&&this.setState({value:"string"==typeof t?t:"",editorValue:this.value2EditorValue(this.props)})},t.prototype.value2EditorValue=function(e){return e.mixedMode?"string"==typeof e.value&&/^\s*\$\{(.+?)\}\s*$/.test(e.value)?RegExp.$1:"":String(e.value||"")},t.prototype.handleConfirm=function(){var e,t,n=this.state.value;this.props.onConfirm?this.props.onConfirm(n):null===(t=(e=this.props).onChange)||void 0===t||t.call(e,n)},t.prototype.renderFormulaValue=function(e){var t=this.props,n=t.allowInput,r=t.classnames,a={__html:e.html};return n?"":i.createElement("div",{className:r("FormulaPicker-ResultBox"),dangerouslySetInnerHTML:a})},t.prototype.handleInputChange=function(e){var t=this;this.setState({value:e},(function(){return t.handleConfirm()}))},t.prototype.handleInputGroupChange=function(e){var t=this.props.onChange;t&&t(e.currentTarget.value)},t.prototype.handleEditorChange=function(e){this.setState({editorValue:e,isError:!1})},t.prototype.handleEditorConfirm=function(){this.props.translate;var e=this.state.editorValue;this.confirm(e)},t.prototype.confirm=function(e){var t=this,n=this.props.mixedMode,r=this.validate(e);!0===r?this.setState({value:n&&e?"${".concat(e,"}"):e},(function(){t.close(void 0,(function(){return t.handleConfirm()}))})):this.setState({isError:r})},t.prototype.handleClick=function(){var e,t;return(0,r.mG)(this,void 0,void 0,(function(){var n,a;return(0,r.Jh)(this,(function(i){switch(i.label){case 0:return a=[{}],[4,null===(t=(e=this.props).onPickerOpen)||void 0===t?void 0:t.call(e,this.props)];case 1:return n=r.pi.apply(void 0,[r.pi.apply(void 0,a.concat([i.sent()])),{editorValue:this.value2EditorValue(this.props),isOpened:!0}]),this.setState(n),[2]}}))}))},t.prototype.close=function(e,t){this.setState({isOpened:!1,isError:!1},(function(){t&&t()}))},t.prototype.updateState=function(e){void 0===e&&(e={}),e.isOpened;var t=(0,r._T)(e,["isOpened"]);this.setState((0,r.pi)((0,r.pi)({},this.state),t))},t.prototype.validate=function(e){this.props.translate;try{return e&&(0,a.Qc3)(e,{evalMode:!!this.props.mixedMode||this.props.evalMode,allowFilter:!1}),!0}catch(e){return/\s(\d+:\d+)$/.test(e.message)?(0,r.CR)(/\s(\d+:\d+)$/.exec(e.message)||[],2)[1]:e.message}},t.prototype.render=function(){var e,t,n,d,p,h,f,m,v=this.props,g=v.classnames,y=v.translate,b=v.disabled,w=v.allowInput,_=void 0===w||w,C=v.className,E=v.style;v.onChange,v.size;var k=v.borderMode,S=v.placeholder,x=v.mode,T=void 0===x?"input-button":x,M=v.btnLabel,O=v.level,N=v.btnSize,D=v.icon,A=v.title,L=v.clearable,P=v.variables,F=v.functions,R=v.children,j=v.variableMode,I=v.mixedMode,Y=v.evalMode,V=(0,r._T)(v,["classnames","translate","disabled","allowInput","className","style","onChange","size","borderMode","placeholder","mode","btnLabel","level","btnSize","icon","title","clearable","variables","functions","children","variableMode","mixedMode","evalMode"]),H=this.state,Z=H.isOpened,B=H.value,z=H.editorValue,W=H.isError,U=(0,a.rew)(g,D,"Icon");return i.createElement(i.Fragment,null,R?R({isOpened:this.state.isOpened,onClick:this.handleClick,setState:this.updateState}):i.createElement("div",{className:g("FormulaPicker",C,"input-group"===T?"is-input-group":""),style:E},"button"===T&&i.createElement(l.Z,{className:g("FormulaPicker-action","w-full"),level:O,size:N,onClick:this.handleClick},U?i.cloneElement(U,{className:g(null!==(p=null===(d=null==U?void 0:U.props)||void 0===d?void 0:d.className)&&void 0!==p?p:"","FormulaPicker-icon",(e={},e["is-filled"]=!!B,e))}):i.createElement(u.JO,{icon:"function",className:g("FormulaPicker-icon","icon",(t={},t["is-filled"]=!!B,t))}),i.createElement("span",{className:g("FormulaPicker-label")},y(M||"FormulaEditor.btnLabel"))),"input-button"===T&&i.createElement(i.Fragment,null,i.createElement(s.Z,{className:g("FormulaPicker-input",Z?"is-active":"",W?"is-error":""),allowInput:_,clearable:L,value:B,result:_?void 0:o.t.highlightValue(B,P,this.props.evalMode),itemRender:this.renderFormulaValue,onResultChange:a.ZTd,onChange:this.handleInputChange,disabled:b,borderMode:k,placeholder:S}),i.createElement(l.Z,{className:g("FormulaPicker-action"),onClick:this.handleClick},i.createElement(u.JO,{icon:"function",className:g("FormulaPicker-icon","icon",(n={},n["is-filled"]=!!B,n))}))),"input-group"===T&&i.createElement(i.Fragment,null,i.createElement(s.Z,{className:g("FormulaPicker-input",Z?"is-active":"",W?"is-error":""),allowInput:_,clearable:L,value:B,result:_?void 0:o.t.highlightValue(B,P,this.props.evalMode),itemRender:this.renderFormulaValue,onResultChange:a.ZTd,onChange:this.handleInputChange,disabled:b,borderMode:k,placeholder:S}),i.createElement("a",{className:g("FormulaPicker-toggler"),onClick:this.handleClick},i.createElement(u.JO,{icon:"function",className:"icon"})))),i.createElement(c.Z,{size:"md",closeOnEsc:!0,show:this.state.isOpened,onHide:this.close},i.createElement(c.Z.Header,{onClose:this.close,className:"font-bold"},y(A||"FormulaEditor.title")),i.createElement(c.Z.Body,null,i.createElement(o.Z,(0,r.pi)({},V,{evalMode:!!I||Y,variables:null!==(h=this.state.variables)&&void 0!==h?h:P,functions:null!==(f=this.state.functions)&&void 0!==f?f:F,variableMode:null!==(m=this.state.variableMode)&&void 0!==m?m:j,value:z,onChange:this.handleEditorChange,selfVariableName:this.props.selfVariableName}))),i.createElement(c.Z.Footer,null,W?i.createElement("div",{className:g("Dialog-info"),key:"info"},i.createElement("span",{className:g("Dialog-error")},y("FormulaEditor.invalidData",{err:W}))):null,i.createElement(l.Z,{onClick:this.close},y("cancel")),i.createElement(l.Z,{onClick:this.handleEditorConfirm,level:"primary"},y("confirm")))))},t.defaultProps={evalMode:!0},(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleConfirm",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderFormulaValue",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleInputChange",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleInputGroupChange",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleEditorChange",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleEditorConfirm",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleClick",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Function]),(0,r.w6)("design:returntype",void 0)],t.prototype,"close",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"updateState",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"validate",null),t}(i.Component),p=(0,a.YYN)((0,a.eAU)((0,a.nmi)(d,{value:"onChange"})))},83225:function(e,t,n){"use strict";n.d(t,{Z:function(){return d}});var r=n(70655),a=n(67294),i=n(34594),o=n(41649),s=n(98391),l=n(83496),u=n(78961),c=n(50819),d=(0,i.YYN)((function e(t){var n=t.data,d=t.className,p=t.classnames,h=t.tabsMode,f=void 0===h?"line":h,m=t.classPrefix,v=t.itemClassName,g=t.selectMode,y=t.onSelect,b=t.placeholderRender,w=t.selfVariableName,_=(0,r.CR)(a.useState(n),2),C=_[0],E=_[1],k="".concat(m,"FormulaEditor-VariableList"),S=t.itemRender&&"function"==typeof t.itemRender?t.itemRender:function(e,t){return a.createElement("span",{className:p("".concat(k,"-item"),v)},e.label&&w&&e.value===w&&a.createElement(c.C,{classnames:p,badge:{mode:"text",text:"self",offset:[15,2]}},a.createElement("label",null,e.label)),e.label&&(!w||e.value!==w)&&a.createElement("label",null,e.label),(null==e?void 0:e.tag)?a.createElement("span",{className:p("".concat(k,"-item-tag"))},e.tag):null)};function x(e){var t=(0,i.hEs)(n,(function(t){return~t.label.indexOf(e)}));E(e?t?[t]:[]:n)}function T(){return a.createElement("div",{className:p("FormulaEditor-VariableList-searchBox")},a.createElement(u.Z,{mini:!1,onSearch:x}))}return a.createElement("div",{className:p(d,"FormulaEditor-VariableList",g&&"FormulaEditor-VariableList-".concat(g))},"tabs"===g?a.createElement(s.ZP,{tabsMode:f,className:p("".concat(k,"-base ").concat(k,"-tabs"))},C.map((function(t,n){return a.createElement(s.OK,{className:p("".concat(k,"-tab")),eventKey:n,key:n,title:t.label},a.createElement(e,{classnames:p,classPrefix:"".concat(k,"-sub-"),className:p("".concat(k,"-sub")),itemRender:S,placeholderRender:b,selectMode:t.selectMode,data:t.children,onSelect:y,selfVariableName:w}))}))):"tree"===g?a.createElement("div",{className:p("FormulaEditor-VariableList-body")},T(),a.createElement(l.Z,{itemRender:S,placeholderRender:b,className:p("".concat(k,"-base"),"is-scrollable"),multiple:!1,options:C,onChange:function(e){return null==y?void 0:y(e)}})):a.createElement("div",{className:p("FormulaEditor-VariableList-body")},T(),a.createElement(o.Z,{itemRender:S,placeholderRender:b,className:p("".concat(k,"-base"),"is-scrollable"),multiple:!1,options:C,onChange:function(e){return null==y?void 0:y(e)}})))}))},95483:function(e,t,n){"use strict";n.d(t,{JO:function(){return xn},q7:function(){return En},OL:function(){return kn},q5:function(){return Sn}});var r,a,i,o=n(70655),s=n(67294),l=n(94184),u=n.n(l),c=n(82295);function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t)/.exec(t);if(n){var r=n[0].replace(/\\"/g,'"');e.svgHTMLClone!==r&&(e.innerHTML=r,e.svgHTMLClone=r,e.style.display="",h(!0))}else e.style.display="none",h(!1)}}}):null,p?null:s.createElement(f,(0,o.pi)({},c,{className:"".concat(n||""," icon-").concat(t)}))):m?s.createElement("img",{className:u()("".concat(i,"Icon"),n),src:t}):s.createElement("span",{className:"text-danger"},"没有 icon ",t)}Sn("close",c.Z),Sn("close-small",(function(e){return s.createElement("svg",d({viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),r||(r=s.createElement("path",{d:"M512 832a320 320 0 1 1 0-640 320 320 0 0 1 0 640z",fill:"currentColor"})),a||(a=s.createElement("path",{d:"M670.144 398.848 556.992 512l113.152 113.152-45.248 45.248-113.152-113.152L398.592 670.4l-45.248-45.248L466.56 512 353.344 398.848l45.248-45.248 113.152 113.152L624.896 353.6l45.248 45.248z",fill:"#fff"})))})),Sn("status-close",(function(e){return s.createElement("svg",p({viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),i||(i=s.createElement("path",{d:"m12.549 2.65.707.707-4.597 4.595 4.597 4.597-.707.708-4.596-4.598-4.596 4.598-.707-.708 4.596-4.597L2.65 3.357l.707-.707 4.596 4.595 4.596-4.595Z",fill:"#080E1A",opacity:.5,fillRule:"evenodd"})))})),Sn("undo",m.Z),Sn("redo",v.Z),Sn("enter",g.Z),Sn("volume",y.Z),Sn("mute",b.Z),Sn("play",w.Z),Sn("pause",_.Z),Sn("left-arrow",C.Z),Sn("right-arrow",E.Z),Sn("prev",C.Z),Sn("next",E.Z),Sn("check",k.Z),Sn("plus",S.Z),Sn("add",S.Z),Sn("minus",x.Z),Sn("pencil",T.Z),Sn("view",(function(e){return s.createElement("svg",M({viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),h||(h=s.createElement("path",{d:"M8 3c3.989 0 7 3.873 7 5 0 .883-3.011 5-7 5-4.04 0-7-4.117-7-5 0-1.127 2.96-5 7-5Zm0 1C4.733 4 2.218 7.086 2.009 7.973 2.275 8.771 4.719 12 7.999 12c3.21 0 5.735-3.269 5.994-4.037C13.807 7.126 11.27 4 8 4ZM7.975 5.88a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm0 1a1.001 1.001 0 0 0 0 2 1.001 1.001 0 0 0 0-2Z",fill:"currentColor",fillRule:"evenodd"})))})),Sn("remove",z),Sn("retry",(function(e){return s.createElement("svg",W({viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),N||(N=s.createElement("g",{fill:"currentColor"},s.createElement("path",{d:"M7 1v5l3.75-2.5z"}),s.createElement("path",{d:"M8 3v1.44A4.56 4.56 0 1 0 12.56 9H14a6 6 0 1 1-6-6Z"}))))})),Sn("upload",(function(e){return s.createElement("svg",U({viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),D||(D=s.createElement("path",{d:"M3 10v2.995h10V10h1v4h-1v-.005H3V14H2v-4h1Zm5.026-8 3.814 3.815-.707.707-2.616-2.617V11h-1V3.923L4.89 6.548l-.707-.706L8.026 2Z",fill:"currentColor",fillRule:"nonzero"})))})),Sn("download",(function(e){return s.createElement("svg",K({"aria-hidden":"true","data-prefix":"fas","data-icon":"download",className:"icon",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},e),A||(A=s.createElement("path",{fill:"currentColor",d:"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z"})))})),Sn("file",(function(e){return s.createElement("svg",J({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 14 16",className:"icon"},e),L||(L=s.createElement("path",{d:"M0 0v16h14V4.001L9.939 0H0Zm1 1h8v4h4v10H1V1Zm9 .464 2.575 2.537H10V1.464Z"})),P||(P=s.createElement("path",{d:"M4 12h6v-1H4zM4 9h6V8H4z"})))})),Sn("success",(function(e){return s.createElement("svg",q({viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),F||(F=s.createElement("g",{fill:"none",fillRule:"evenodd",strokeLinejoin:"round"},s.createElement("path",{d:"M8 14.5a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13Z",stroke:"currentColor",fill:"currentColor"}),s.createElement("path",{stroke:"#FFF",d:"m11.512 5.975-4.537 4.537L4.5 8.037"}))))})),Sn("fail",(function(e){return s.createElement("svg",G({viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),R||(R=s.createElement("g",{transform:"translate(1 1)",strokeLinejoin:"round"},s.createElement("circle",{cx:7,cy:7,r:7,stroke:"currentColor",fill:"currentColor"}),s.createElement("path",{stroke:"#FFF",fill:"none",d:"m4.643 9.357 4.714-4.714M4.643 4.643l4.714 4.714"}))))})),Sn("warning",(function(e){return s.createElement("svg",yt({viewBox:"0 0 150 138",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Ze||(Ze=s.createElement("path",{d:"M81.07 2.48a12.5 12.5 0 0 1 4.855 4.853l62.092 111.763a12.5 12.5 0 0 1-10.934 18.57H12.917a12.502 12.502 0 0 1-10.93-18.57L64.076 7.333C67.428 1.3 75.037-.873 81.071 2.48ZM75 13.403 12.913 125.167h124.17L75 13.404Zm6.25 86.763v12.5h-12.5v-12.5h12.5Zm0-53.992v45.658h-12.5V46.175h12.5Z",fill:"currentColor"})))})),Sn("warning-mark",(function(e){return s.createElement("svg",bt({viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Be||(Be=s.createElement("g",{stroke:"currentColor",fill:"none",fillRule:"evenodd"},s.createElement("path",{d:"M5.5 2.5h1v5h-1zM5.5 9.5h1v1h-1z"}))))})),Sn("search",(function(e){return s.createElement("svg",$({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 18 18",className:"icon"},e),j||(j=s.createElement("path",{d:"M2 8c0-3.309 2.691-6 6-6s6 2.691 6 6-2.691 6-6 6-6-2.691-6-6Zm16 8.586L14.314 12.9A7.955 7.955 0 0 0 16 8a8 8 0 1 0-8 8 7.955 7.955 0 0 0 4.9-1.686L16.586 18 18 16.586Z"})))})),Sn("back",(function(e){return s.createElement("svg",X({viewBox:"0 0 9 12",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),I||(I=s.createElement("path",{d:"M8.294 10.473 3.494 6l4.8-4.473L6.694 0l-6.4 6 6.4 6z",fill:"currentColor",fillRule:"nonzero"})))})),Sn("move",(function(e){return s.createElement("svg",Q({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",className:"icon"},e),Y||(Y=s.createElement("path",{d:"M8.02 0 5.161 2.859l1 1 .859-.858V7.02H3.001l.858-.86-1-.999L0 8.02l2.82 2.82 1-1-.819-.82H7.02v3.981l-.859-.86-1 1L8.02 16l2.819-2.82-1-.999-.819.82V9.02h3.981l-.821.82 1 1L16 8.02l-2.859-2.859-1 .999.86.86H9.02V3.001l.819.819 1-1z",fill:"currentColor",fillRule:"evenodd"})))})),Sn("info",(function(e){return s.createElement("svg",ee({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",className:"icon"},e),V||(V=s.createElement("circle",{stroke:"currentColor",fill:"transparent",cx:8,cy:8,r:7.5})),H||(H=s.createElement("path",{fill:"currentColor",d:"M7 3h2v2H7zM7 6h2v7H7z"})))})),Sn("info-circle",(function(e){return s.createElement("svg",gt({viewBox:"0 0 172 172",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),He||(He=s.createElement("path",{d:"M114.571 139.571v-17.857c0-1.041-.334-1.897-1.004-2.567-.67-.67-1.525-1.004-2.567-1.004h-10.714V61c0-1.042-.335-1.897-1.005-2.567-.67-.67-1.525-1.004-2.567-1.004H61c-1.042 0-1.897.334-2.567 1.004-.67.67-1.004 1.525-1.004 2.567v17.857c0 1.042.334 1.897 1.004 2.567.67.67 1.525 1.005 2.567 1.005h10.714v35.714H61c-1.042 0-1.897.335-2.567 1.004-.67.67-1.004 1.526-1.004 2.567v17.857c0 1.042.334 1.898 1.004 2.567.67.67 1.525 1.005 2.567 1.005h50c1.042 0 1.897-.335 2.567-1.005.67-.67 1.004-1.525 1.004-2.567Zm-14.285-100V21.714c0-1.041-.335-1.897-1.005-2.567-.67-.67-1.525-1.004-2.567-1.004H75.286c-1.042 0-1.898.335-2.567 1.004-.67.67-1.005 1.526-1.005 2.567v17.857c0 1.042.335 1.898 1.005 2.567.67.67 1.525 1.005 2.567 1.005h21.428c1.042 0 1.898-.335 2.567-1.005.67-.67 1.005-1.525 1.005-2.567ZM171.714 86c0 15.55-3.832 29.892-11.495 43.025-7.664 13.132-18.062 23.53-31.194 31.194-13.133 7.663-27.474 11.495-43.025 11.495-15.55 0-29.892-3.832-43.025-11.495-13.132-7.664-23.53-18.062-31.194-31.194C4.118 115.892.286 101.55.286 86c0-15.55 3.832-29.892 11.495-43.025 7.664-13.132 18.062-23.53 31.194-31.194C56.108 4.118 70.45.286 86 .286c15.55 0 29.892 3.832 43.025 11.495 13.132 7.664 23.53 18.062 31.194 31.194C167.882 56.108 171.714 70.45 171.714 86Z",fill:"currentColor"})))})),Sn("location",(function(e){return s.createElement("svg",te({className:"icon",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},e),Z||(Z=s.createElement("path",{d:"M511.968 0c-207.84 0-376.96 169.12-376.96 376.992 0 54.208 11.104 105.984 32.96 153.888 94.24 206.24 274.976 424 328.128 485.824 3.968 4.608 9.792 7.296 15.904 7.296s11.904-2.656 15.904-7.296c53.12-61.824 233.856-279.552 328.128-485.824 21.888-47.904 32.96-99.648 32.96-153.888C888.96 169.12 719.84 0 512 0zm0 572.8C404 572.8 316.16 484.96 316.16 376.992s87.84-195.84 195.808-195.84 195.808 87.84 195.808 195.84c0 107.968-87.84 195.808-195.808 195.808z"})))})),Sn("drag-bar",(function(e){return s.createElement("svg",ne({viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),B||(B=s.createElement("g",{transform:"translate(5 1)",stroke:"currentColor"},s.createElement("circle",{cx:1,cy:1,r:1}),s.createElement("circle",{cx:5,cy:1,r:1}),s.createElement("circle",{cx:1,cy:5,r:1}),s.createElement("circle",{cx:5,cy:5,r:1}),s.createElement("circle",{cx:1,cy:9,r:1}),s.createElement("circle",{cx:5,cy:9,r:1}),s.createElement("circle",{cx:1,cy:13,r:1}),s.createElement("circle",{cx:5,cy:13,r:1}))))})),Sn("reload",be.Z),Sn("exchange",(function(e){return s.createElement("svg",we({viewBox:"0 0 175 201",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),re||(re=s.createElement("path",{d:"M104.295 11.995v177.5c0 6.2 5.1 11.3 11.3 11.3 3.4 0 6.5-1.5 8.7-4.1.8-.6 1.5-1.4 2.1-2.2l46.5-66.3c3.6-5.1 2.4-12.1-2.7-15.7-5.1-3.6-12.1-2.3-15.7 2.8l-27.6 39.3v-142.6c-.1-6.2-5.2-11.3-11.4-11.3s-11.2 5.1-11.2 11.3Zm-33.2 0c0-6.2-5.1-11.3-11.3-11.3-3.4 0-6.5 1.5-8.7 4.1-.8.7-1.5 1.4-2.1 2.2l-46.5 66.3c-1.3 1.9-2 4.1-2 6.5 0 3.7 1.8 7.1 4.8 9.2 2.5 1.7 5.4 2.4 8.4 1.9s5.5-2.2 7.3-4.6l27.6-39.3v142.5c0 6.2 5.1 11.3 11.3 11.3 6.2-.1 11.2-5.2 11.2-11.4v-177.4Z",fill:"currentColor",fillRule:"nonzero"})))})),Sn("columns",(function(e){return s.createElement("svg",_e({viewBox:"0 0 122 123",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),ae||(ae=s.createElement("path",{d:"M5.583.75h22.084c1.666 0 2.916.417 3.75 1.667.833 1.25 1.666 2.5 1.666 3.75V28.25c0 1.667-.416 2.917-1.666 3.75-1.25.833-2.5 1.667-3.75 1.667H5.583c-1.666 0-2.916-.417-3.75-1.667C.583 30.75.167 29.5.167 28.25V6.167c0-1.667.416-2.917 1.666-3.75C2.667 1.583 3.917.75 5.583.75Zm44.167 0h22.083c1.667 0 2.917.417 3.75 1.667 1.25 1.25 1.667 2.5 1.667 3.75V28.25c0 1.667-.417 2.917-1.667 3.75-1.25 1.25-2.5 1.667-3.75 1.667H49.75c-1.667 0-2.917-.417-3.75-1.667-1.25-1.25-1.667-2.5-1.667-3.75V6.167c0-1.667.417-2.917 1.667-3.75.833-.834 2.5-1.667 3.75-1.667Zm44.583 0h22.084c1.666 0 2.916.417 3.75 1.667.833 1.25 1.666 2.5 1.666 3.75V28.25c0 1.667-.416 2.917-1.666 3.75-1.25.833-2.5 1.667-3.75 1.667H94.333c-1.666 0-2.916-.417-3.75-1.667-.833-1.25-1.666-2.5-1.666-3.75V6.167c0-1.667.416-2.917 1.666-3.75 1.25-.834 2.084-1.667 3.75-1.667ZM5.583 45.333h22.084c1.666 0 2.916.417 3.75 1.667 1.25 1.25 1.666 2.5 1.666 3.75v22.083c0 1.667-.416 2.917-1.666 3.75-1.25.834-2.5 1.667-3.75 1.667H5.583c-1.666 0-2.916-.417-3.75-1.667-1.25-1.25-1.666-2.5-1.666-3.75V50.75c0-1.667.416-2.917 1.666-3.75.834-1.25 2.084-1.667 3.75-1.667Zm44.167 0h22.083c1.667 0 2.917.417 3.75 1.667 1.25 1.25 1.667 2.5 1.667 3.75v22.083c0 1.667-.417 2.917-1.667 3.75-1.25 1.25-2.5 1.667-3.75 1.667H49.75c-1.667 0-2.917-.417-3.75-1.667-1.25-1.25-1.667-2.5-1.667-3.75V50.75c0-1.667.417-2.917 1.667-3.75.833-1.25 2.5-1.667 3.75-1.667Zm44.583 0h22.084c1.666 0 2.916.417 3.75 1.667 1.25 1.25 1.666 2.5 1.666 3.75v22.083c0 1.667-.416 2.917-1.666 3.75-1.25.834-2.5 1.667-3.75 1.667H94.333c-1.666 0-2.916-.417-3.75-1.667-.833-1.25-1.666-2.5-1.666-3.75V50.75c0-1.667.416-2.917 1.666-3.75.834-1.25 2.084-1.667 3.75-1.667ZM5.583 89.917h22.084c1.666 0 2.916.416 3.75 1.666.833 1.25 1.666 2.5 1.666 3.75v22.084c0 1.666-.416 2.916-1.666 3.75-1.25.833-2.5 1.666-3.75 1.666H5.583c-1.666 0-2.916-.416-3.75-1.666-1.25-1.25-1.666-2.5-1.666-3.75V95.333c0-1.666.416-2.916 1.666-3.75.834-1.25 2.084-1.666 3.75-1.666Zm44.167 0h22.083c1.667 0 2.917.416 3.75 1.666 1.25 1.25 1.667 2.5 1.667 3.75v22.084c0 1.666-.417 2.916-1.667 3.75-1.25 1.25-2.5 1.666-3.75 1.666H49.75c-1.667 0-2.917-.416-3.75-1.666-1.25-1.25-1.667-2.5-1.667-3.75V95.333c0-1.666.417-2.916 1.667-3.75.833-1.25 2.5-1.666 3.75-1.666Zm44.583 0h22.084c1.666 0 2.916.416 3.75 1.666.833 1.25 1.666 2.5 1.666 3.75v22.084c0 1.666-.416 2.916-1.666 3.75-1.25.833-2.5 1.666-3.75 1.666H94.333c-1.666 0-2.916-.416-3.75-1.666-.833-1.25-1.666-2.5-1.666-3.75V95.333c0-1.666.416-2.916 1.666-3.75.834-1.25 2.084-1.666 3.75-1.666Z",fill:"currentColor"})))})),Sn("calendar",(function(e){return s.createElement("svg",Ce({viewBox:"0 0 14 14",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),ie||(ie=s.createElement("g",{fill:"none",fillRule:"evenodd"},s.createElement("path",{d:"M23.5-7.5h-159v29h159v-29Z",stroke:"currentColor"}),s.createElement("g",{fill:"currentColor",fillRule:"nonzero"},s.createElement("path",{d:"M0 14h14V3H0v11Zm2-9h10v7H2V5ZM0 0h14v2H0z"}),s.createElement("path",{d:"M9 6h2v2H9zM9 9h2v2H9zM6 6h2v2H6zM6 9h2v2H6zM3 6h2v2H3zM3 9h2v2H3z"})))))})),Sn("clock",(function(e){return s.createElement("svg",Ee({viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),oe||(oe=s.createElement("g",{fill:"none",fillRule:"evenodd",stroke:"currentColor",strokeLinejoin:"round"},s.createElement("circle",{cx:8,cy:8,r:6.5}),s.createElement("path",{d:"M7.874 5.5v3.038L5.5 9.28"}))))})),Sn("copy",(function(e){return s.createElement("svg",De({viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),me||(me=s.createElement("g",{fill:"none",fillRule:"evenodd",stroke:"currentColor"},s.createElement("path",{d:"M2.5 9.5h-2v-9h9v2"}),s.createElement("path",{d:"M2.5 11.5h9v-9h-9z"}))))})),Sn("filter",(function(e){return s.createElement("svg",Ae({viewBox:"0 0 150 100",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),ve||(ve=s.createElement("path",{d:"M58.333 100h33.334V83.333H58.333V100ZM0 0v16.667h150V0H0Zm25 58.333h100V41.667H25v16.666Z",fill:"currentColor"})))})),Sn("column-filter",(function(e){return s.createElement("svg",dt({viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Fe||(Fe=s.createElement("path",{d:"m0 0 4 4.999L4.082 10 8 12V4.999L12 0H0Zm5.053 9.054-.074-4.227-.006-.327-.217-.257L2 1h8L7.244 4.243l-.223.263V10l-1.968-.946Z",fill:"currentColor",fillRule:"evenodd"})))})),Sn("caret",(function(e){return s.createElement("svg",Le({viewBox:"0 0 12 8",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),ge||(ge=s.createElement("path",{fill:"currentColor",d:"M10.473 0 6 4.8 1.527 0 0 1.6 6 8l6-6.4z"})))})),Sn("right-arrow-bold",(function(e){return s.createElement("svg",Pe({viewBox:"0 0 99 176",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),ye||(ye=s.createElement("path",{d:"M95.503 79.708a10.77 10.77 0 0 0-.914-.813L19.687 3.605c-4.17-4.17-10.932-4.17-15.102 0s-4.17 10.93 0 15.1L72.8 87.31 3.12 156.922c-4.17 4.17-4.17 10.931 0 15.102 4.17 4.17 10.931 4.17 15.102 0l76.366-76.301a10.645 10.645 0 0 0 4.04-8.414 10.643 10.643 0 0 0-3.125-7.601Z",fill:"currentColor"})))})),Sn("down-arrow-bold",ct.Z),Sn("zoom-in",(function(e){return s.createElement("svg",pt({viewBox:"0 0 201 200",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Re||(Re=s.createElement("path",{d:"m200.774 185.426-14.392 14.46-54.05-54.213a80.503 80.503 0 0 1-50.224 17.6c-37.958.228-71.066-25.737-79.89-62.657-8.824-36.92 8.964-75.05 42.924-92.01 33.96-16.96 75.128-8.275 99.343 20.959 24.214 29.233 25.083 71.3 2.097 101.508l54.192 54.353ZM82.108 18.666c-25.551-.097-48.642 15.22-58.488 38.798-9.845 23.58-4.504 50.768 13.53 68.87 18.034 18.102 45.203 23.545 68.819 13.788 23.615-9.758 39.019-32.79 39.016-58.343.026-34.775-28.102-63.008-62.877-63.113Zm9.117 99.787h-18.26v-27.51H45.583V72.609h27.382V45.12h18.26v27.49h27.402v18.334H91.225v27.51Z",fill:"currentColor"})))})),Sn("zoom-out",(function(e){return s.createElement("svg",ht({viewBox:"0 0 187 187",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),je||(je=s.createElement("path",{d:"M45.455 90.91h72.727V72.726H45.455V90.91Zm100.254 41.945a81.39 81.39 0 0 0 17.927-51.037C163.636 36.628 127.01 0 81.818 0 36.628 0 0 36.627 0 81.818c0 45.191 36.627 81.818 81.818 81.818 19.318 0 37.037-6.727 51.037-17.927l40.972 40.973 12.855-12.855-40.973-40.972Zm-63.89 12.6c-35.146 0-63.637-28.491-63.637-63.637 0-35.145 28.49-63.636 63.636-63.636s63.637 28.49 63.637 63.636-28.491 63.637-63.637 63.637Z",fill:"currentColor"})))})),Sn("question",(function(e){return s.createElement("svg",ft({viewBox:"0 0 175 175",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Ie||(Ie=s.createElement("path",{d:"M167.873 53.888c-4.389-10.378-10.671-19.696-18.672-27.697-8.001-8-17.32-14.283-27.697-18.672C110.757 2.973 99.344.668 87.584.668c-11.762 0-23.175 2.305-33.922 6.85-10.377 4.39-19.696 10.672-27.697 18.673-8 8-14.283 17.32-18.672 27.697-4.546 10.747-6.85 22.16-6.85 33.92 0 11.762 2.304 23.175 6.85 33.922 4.39 10.377 10.672 19.696 18.672 27.697 8.001 8 17.32 14.283 27.697 18.672 10.747 4.546 22.16 6.85 33.921 6.85s23.174-2.304 33.921-6.85c10.378-4.39 19.696-10.671 27.697-18.672 8.001-8.001 14.283-17.32 18.673-27.697 4.545-10.747 6.85-22.16 6.85-33.921s-2.305-23.174-6.85-33.921Zm-72.008 95.818c-2.37 2.109-5.109 3.16-8.216 3.16-3.212 0-6.016-1.04-8.413-3.12-2.396-2.08-3.594-4.99-3.594-8.726 0-3.321 1.158-6.11 3.476-8.377 2.317-2.263 5.16-3.395 8.531-3.395 3.318 0 6.109 1.132 8.374 3.395 2.263 2.267 3.397 5.056 3.397 8.377 0 3.685-1.185 6.58-3.555 8.686Zm29.504-73.146c-1.816 3.37-3.976 6.28-6.478 8.727-2.5 2.45-6.99 6.57-13.468 12.363-1.791 1.632-3.226 3.068-4.304 4.306-1.08 1.238-1.885 2.37-2.41 3.395a16.574 16.574 0 0 0-1.224 3.083c-.29 1.025-.726 2.83-1.304 5.412-1.001 5.475-4.135 8.215-9.4 8.215-2.74 0-5.043-.896-6.913-2.689-1.869-1.79-2.804-4.45-2.804-7.977 0-4.423.684-8.255 2.054-11.493 1.369-3.24 3.186-6.084 5.45-8.531 2.264-2.45 5.32-5.36 9.164-8.73 3.37-2.95 5.807-5.173 7.306-6.676a22.513 22.513 0 0 0 3.792-5.015c1.028-1.844 1.541-3.843 1.541-6.004 0-4.214-1.567-7.767-4.7-10.665-3.133-2.896-7.176-4.344-12.126-4.344-5.794 0-10.06 1.462-12.797 4.384-2.739 2.924-5.056 7.227-6.952 12.915-1.79 5.952-5.187 8.928-10.19 8.928-2.95 0-5.437-1.04-7.464-3.12-2.028-2.08-3.042-4.332-3.042-6.756 0-5.001 1.606-10.071 4.819-15.204 3.211-5.137 7.9-9.388 14.06-12.757 6.162-3.373 13.351-5.056 21.567-5.056 7.635 0 14.377 1.408 20.222 4.225 5.846 2.818 10.361 6.648 13.547 11.493 3.187 4.846 4.78 10.112 4.78 15.8 0 4.475-.908 8.398-2.726 11.771Z",fill:"currentColor"})))})),Sn("question-mark",(function(e){return s.createElement("svg",mt({viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Ye||(Ye=s.createElement("text",{fontFamily:"PingFangSC-Regular, PingFang SC",fontSize:12,fill:"currentColor",fillRule:"evenodd"},s.createElement("tspan",{x:3,y:10.5},"\n\t\t\t\t\t?\n\t\t\t\t"))))})),Sn("window-restore",(function(e){return s.createElement("svg",vt({viewBox:"0 0 200 200",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Ve||(Ve=s.createElement("path",{d:"M181.25 0h-125C45.898 0 37.5 8.398 37.5 18.75V37.5H18.75C8.398 37.5 0 45.898 0 56.25v125C0 191.602 8.398 200 18.75 200h125c10.352 0 18.75-8.398 18.75-18.75V162.5h18.75c10.352 0 18.75-8.398 18.75-18.75v-125C200 8.398 191.602 0 181.25 0Zm-37.5 181.25h-125V100h125v81.25Zm37.5-37.5H162.5v-87.5c0-10.352-8.398-18.75-18.75-18.75h-87.5V18.75h125v125Z",fill:"currentColor"})))})),Sn("schedule",(function(e){return s.createElement("svg",wt({viewBox:"0 0 176 176",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),ze||(ze=s.createElement("g",{fill:"currentColor"},s.createElement("path",{d:"M88 .46C39.962.46.66 39.762.66 87.8c0 48.038 39.302 87.34 87.34 87.34 48.037 0 87.34-39.302 87.34-87.34C175.34 39.763 136.038.46 88 .46Zm0 157.213c-38.425 0-69.873-31.44-69.873-69.873 0-38.433 31.448-69.872 69.873-69.872 38.425 0 69.873 31.439 69.873 69.872S126.425 157.673 88 157.673Z"}),s.createElement("path",{d:"M92.367 44.13H79.266v52.404l45.419 27.95 6.985-11.352L92.367 89.55z"}))))})),Sn("home",(function(e){return s.createElement("svg",_t({viewBox:"0 0 200 189",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),We||(We=s.createElement("path",{d:"M195.851 92.925 110.601 7.75 104.914 2a6.95 6.95 0 0 0-9.8 0L4.15 92.925a14.104 14.104 0 0 0-4.15 10.15c.157 7.782 6.53 13.998 14.313 13.962h9.375v71.85h152.625v-71.85h9.575c3.762 0 7.312-1.475 9.987-4.137 2.675-2.675 4.125-6.225 4.125-10 0-3.75-1.475-7.3-4.15-9.975Zm-83.5 80.087h-24.7v-45h24.7v45Zm48.075-71.85v71.85h-33.95v-50.3a8.825 8.825 0 0 0-8.825-8.825h-35.3a8.825 8.825 0 0 0-8.825 8.826v50.3h-33.95v-71.85H18.401L100.026 19.6l5.088 5.1 76.5 76.462h-21.188Z",fill:"currentColor"})))})),Sn("folder",(function(e){return s.createElement("svg",Ct({viewBox:"0 0 200 168",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Ue||(Ue=s.createElement("g",{fill:"currentFolder"},s.createElement("path",{d:"M166.667 167.333H8.333C3.333 167.333 0 164 0 159V9C0 4 3.333.667 8.333.667h58.334C71.667.667 75 4 75 9v8.333h91.667c5 0 8.333 3.334 8.333 8.334V59c0 5-3.333 8.333-8.333 8.333S158.333 64 158.333 59V34H66.667c-5 0-8.334-3.333-8.334-8.333v-8.334H16.667v133.334h150c5 0 8.333 3.333 8.333 8.333s-3.333 8.333-8.333 8.333Z"}),s.createElement("path",{d:"M166.667 167.333H8.333c-2.5 0-5-.833-6.666-3.333C0 161.5 0 159.833 0 157.333l25-100c.833-4.166 4.167-6.666 8.333-6.666h158.334c2.5 0 5 .833 6.666 3.333C200 56.5 200 58.167 200 60.667l-25 100c-.833 4.166-4.167 6.666-8.333 6.666Zm-147.5-16.666H160l20.833-83.334H40l-20.833 83.334Z"}))))})),Sn("sort-default",(function(e){return s.createElement("svg",Et({viewBox:"0 0 7 12",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Ke||(Ke=s.createElement("g",{fill:"currentColor"},s.createElement("path",{d:"m3.535 0-.707.706L0 3.534l.707.708 2.328-2.329v3.122h1V1.913l2.328 2.33.707-.709L4.242.706zM3.035 7.035v3.12L.708 7.829 0 8.535l2.828 2.828.707.708.708-.708 2.828-2.828-.708-.707-2.327 2.328V7.035z"}))))})),Sn("sort-asc",(function(e){return s.createElement("svg",kt({viewBox:"0 0 7 10",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Je||(Je=s.createElement("path",{d:"m3.5 0-.7.703L0 3.514l.7.703 2.305-2.314V10h.99V1.903L6.3 4.217l.7-.703L4.2.703z",fill:"currentColor"})))})),Sn("sort-desc",(function(e){return s.createElement("svg",St({viewBox:"0 0 7 10",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),qe||(qe=s.createElement("path",{d:"m3.5 10-.7-.703L0 6.486l.7-.703 2.305 2.314V0h.99v8.097L6.3 5.783l.7.703-2.8 2.811z",fill:"currentColor"})))})),Sn("setting",(function(e){return s.createElement("svg",xt({viewBox:"0 0 196 200",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Ge||(Ge=s.createElement("path",{d:"M170.89 170.22c-2.881-1.067-4.91-1.707-6.83-2.454-5.87-2.241-11.526-4.803-17.502-6.83-1.708-.534-4.163-.32-5.763.533a91.14 91.14 0 0 0-12.06 7.044c-1.28.854-2.348 2.775-2.668 4.375-1.28 7.044-2.241 14.194-3.095 21.345-.533 4.055-2.454 5.87-6.617 5.763a2117.107 2117.107 0 0 0-36.818 0c-4.056 0-6.19-1.601-6.724-5.657-.96-7.15-2.134-14.194-2.988-21.344-.32-2.454-1.174-3.949-3.522-5.123-3.948-1.92-7.47-4.589-11.419-6.51-1.387-.747-3.522-1.067-5.016-.533-6.937 2.454-13.66 5.23-20.49 7.897-4.91 1.921-6.297 1.494-9.072-3.201-6.083-10.352-12.06-20.704-18.035-31.056-2.775-4.803-2.669-5.977 1.707-9.392 5.763-4.589 11.633-8.964 17.289-13.66 1.067-.854 1.814-2.775 1.814-4.162.214-3.949-.64-8.111 0-11.953.747-4.162-.96-6.297-3.949-8.538-5.336-3.842-10.245-8.11-15.474-11.952-3.095-2.348-3.842-4.803-1.814-8.218 6.51-10.992 12.913-22.091 19.316-33.19 1.814-3.095 4.162-3.736 7.47-2.455 7.044 2.775 14.088 5.656 21.238 8.218 1.494.533 3.842.213 5.336-.534 4.056-2.028 7.684-4.696 11.74-6.723 2.134-1.068 2.881-2.348 3.094-4.483.961-7.257 2.135-14.514 3.095-21.77C73.453 1.493 75.695 0 79.643 0c12.273.107 24.546.107 36.82 0 3.841 0 5.976 1.6 6.402 5.443.961 7.15 2.135 14.194 2.989 21.344.32 2.668 1.28 4.269 3.842 5.443 3.735 1.707 7.257 3.842 10.672 6.19 2.24 1.6 4.162 1.6 6.616.533 6.617-2.775 13.34-5.23 20.064-8.004 3.735-1.494 6.297-.747 8.324 2.882 6.083 10.778 12.487 21.45 18.677 32.123 2.454 4.269 2.134 5.656-1.815 8.75-5.656 4.376-11.312 8.859-17.075 13.234-1.921 1.494-2.455 2.882-2.241 5.336.427 4.483-.107 9.072.106 13.554.107 1.6.854 3.522 2.028 4.482 5.656 4.696 11.526 9.072 17.289 13.554 3.949 3.095 4.162 4.482 1.708 8.751a3226.595 3226.595 0 0 1-18.997 32.443c-1.067 1.921-2.881 2.988-4.162 4.162Zm-73.21-35.004c19.316.107 35.324-15.582 35.431-34.685.106-19.636-15.475-35.538-34.898-35.645C78.79 64.78 62.78 80.575 62.78 99.998c-.106 19.21 15.688 35.111 34.898 35.218Z",fill:"currentColor",fillRule:"nonzero"})))})),Sn("plus-cicle",(function(e){return s.createElement("svg",Tt({viewBox:"0 0 163 163",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),$e||($e=s.createElement("path",{d:"M81.75.5C36.905.569.569 36.905.5 81.75c.069 44.845 36.405 81.181 81.25 81.25 44.845-.069 81.181-36.405 81.25-81.25C162.931 36.905 126.595.569 81.75.5Zm0 12.5c38.037 0 68.75 30.712 68.75 68.75 0 38.037-30.713 68.75-68.75 68.75A68.663 68.663 0 0 1 13 81.75C13 43.712 43.712 13 81.75 13ZM75.5 38v37.5H38V88h37.5v37.5H88V88h37.5V75.5H88V38H75.5Z",fill:"#000",fillRule:"nonzero"})))})),Sn("ellipsis-v",(function(e){return s.createElement("svg",Ot({viewBox:"0 0 26 126",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Qe||(Qe=s.createElement("path",{d:"M13 .5C6.125.5.5 6.125.5 13S6.125 25.5 13 25.5 25.5 19.875 25.5 13 19.875.5 13 .5Zm0 50C6.125 50.5.5 56.125.5 63S6.125 75.5 13 75.5 25.5 69.875 25.5 63 19.875 50.5 13 50.5Zm0 50C6.125 100.5.5 106.125.5 113s5.625 12.5 12.5 12.5 12.5-5.625 12.5-12.5-5.625-12.5-12.5-12.5Z",fill:"currentColor",fillRule:"nonzero"})))})),Sn("expand-alt",(function(e){return s.createElement("svg",Nt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512",className:"icon"},e),et||(et=s.createElement("path",{fill:"currentColor",d:"M212.686 315.314 120 408l32.922 31.029c15.12 15.12 4.412 40.971-16.97 40.971h-112C10.697 480 0 469.255 0 456V344c0-21.382 25.803-32.09 40.922-16.971L72 360l92.686-92.686c6.248-6.248 16.379-6.248 22.627 0l25.373 25.373c6.249 6.248 6.249 16.378 0 22.627zm22.628-118.628L328 104l-32.922-31.029C279.958 57.851 290.666 32 312.048 32h112C437.303 32 448 42.745 448 56v112c0 21.382-25.803 32.09-40.922 16.971L376 152l-92.686 92.686c-6.248 6.248-16.379 6.248-22.627 0l-25.373-25.373c-6.249-6.248-6.249-16.378 0-22.627z"})))})),Sn("compress-alt",(function(e){return s.createElement("svg",Dt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512",className:"icon"},e),tt||(tt=s.createElement("path",{fill:"currentColor",d:"M4.686 427.314 104 328l-32.922-31.029C55.958 281.851 66.666 256 88.048 256h112C213.303 256 224 266.745 224 280v112c0 21.382-25.803 32.09-40.922 16.971L152 376l-99.314 99.314c-6.248 6.248-16.379 6.248-22.627 0L4.686 449.941c-6.248-6.248-6.248-16.379 0-22.627zM443.314 84.686 344 184l32.922 31.029c15.12 15.12 4.412 40.971-16.97 40.971h-112C234.697 256 224 245.255 224 232V120c0-21.382 25.803-32.09 40.922-16.971L296 136l99.314-99.314c6.248-6.248 16.379-6.248 22.627 0l25.373 25.373c6.248 6.248 6.248 16.379 0 22.627z"})))})),Sn("transparent",(function(e){return s.createElement("svg",At({xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),nt||(nt=s.createElement("defs",null,s.createElement("pattern",{id:"transparent_svg__a",width:20,height:20,patternUnits:"userSpaceOnUse"},s.createElement("path",{opacity:.1,d:"M0 0h10v10H0z"}),s.createElement("path",{fill:"#fff",d:"M10 0h10v10H10z"}),s.createElement("path",{opacity:.1,d:"M10 10h10v10H10z"}),s.createElement("path",{fill:"#fff",d:"M0 10h10v10H0z"})))),rt||(rt=s.createElement("rect",{fill:"url(#transparent_svg__a)",width:"100%",height:"100%"})))})),Sn("loading-outline",(function(e){return s.createElement("svg",Lt({viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",className:"icon"},e),at||(at=s.createElement("path",{d:"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"})))})),Sn("star",(function(e){return s.createElement("svg",Pt({viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),it||(it=s.createElement("path",{d:"m3.991 3.57-2.485.36a1 1 0 0 0-.554 1.706L2.75 7.389l-.425 2.477a1 1 0 0 0 1.45 1.054L6 9.75l2.224 1.17a1 1 0 0 0 1.451-1.055L9.25 7.389l1.798-1.752a1 1 0 0 0-.554-1.706L8.008 3.57 6.897 1.317a1 1 0 0 0-1.794 0L3.991 3.57Z",fillRule:"evenodd"})))})),Sn("alert-success",(function(e){return s.createElement("svg",Ft({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024",fill:"currentColor",className:"icon"},e),ot||(ot=s.createElement("path",{d:"m449.856 706.56-45.44-45.056.128-.064L268.16 526.016l45.12-45.44L449.6 616.064 720.192 343.68l45.376 45.056-315.712 317.888zM510.528 64A448 448 0 1 0 960 510.528 448 448 0 0 0 510.528 64z",fill:"#30BF13"})))})),Sn("alert-info",(function(e){return s.createElement("svg",Rt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024",fill:"currentColor",className:"icon"},e),st||(st=s.createElement("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm32 354.944h-64V768h64V418.944zM512 256a38.4 38.4 0 1 0-.128 76.672A38.4 38.4 0 0 0 512 256z",fill:"#2468F2"})))})),Sn("alert-warning",(function(e){return s.createElement("svg",jt({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024",fill:"currentColor",className:"icon"},e),lt||(lt=s.createElement("path",{d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 627.2a38.4 38.4 0 1 0 0 76.8 38.4 38.4 0 0 0 0-76.8zM544 256h-64v349.12h64V256z",fill:"#FF9326"})))})),Sn("alert-danger",Ht),Sn("alert-fail",Ht),Sn("tree-down",(function(e){return s.createElement("svg",ke({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024",fill:"currentColor",className:"icon"},e),se||(se=s.createElement("path",{d:"M512 704 256 384h512z"})))})),Sn("function",Zt.Z),Sn("input-clear",Bt.Z),Sn("slider-handle",(function(e){return s.createElement("svg",zt({viewBox:"0 0 6 4",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Yt||(Yt=s.createElement("path",{d:"M1.5 0v4h-1V0h1Zm2 0v4h-1V0h1Zm2 0v4h-1V0h1Z",fill:"transparent",fillRule:"evenodd"})))})),Sn("cloud-upload",(function(e){return s.createElement("svg",Se({viewBox:"0 0 42 31",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),le||(le=s.createElement("path",{d:"m20.872 15.498 4.512 6.003h-3.012v9h-3v-9H16.38l4.49-6.003Zm0-14.999c6.47 0 11.946 4.143 14.046 9.897 3.957.945 6.918 4.491 6.918 8.733 0 4.962-4.038 9-9 9-1.044 0-2.034-.213-2.964-.546v-3.315c.738.426 1.55.732 2.445.81.174.012.342.051.519.051 3.309 0 6-2.691 6-6 0-2.262-1.272-4.212-3.126-5.235-.858-.471-1.827-.765-2.874-.765-.07 0-.132.018-.201.021-.207-1.026-.576-1.983-1.023-2.898-1.953-3.981-6.012-6.753-10.74-6.753-4.725 0-8.778 2.769-10.737 6.744-.45.915-.82 1.872-1.026 2.898L9 13.129c-1.086 0-2.094.315-2.973.822C4.228 14.986 3 16.909 3 19.129c0 3.309 2.69 6 6 6 .147 0 .285-.033.432-.045.888-.063 1.698-.357 2.439-.759v3.285c-.906.315-1.86.519-2.871.519-4.962 0-9-4.038-9-9 0-4.203 2.91-7.716 6.813-8.7C8.904 4.66 14.389.499 20.872.499Z",fill:"currentColor",fillRule:"evenodd"})))})),Sn("image",(function(e){return s.createElement("svg",xe({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",className:"icon"},e),ue||(ue=s.createElement("path",{d:"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 336H54a6 6 0 0 1-6-6V118a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v276a6 6 0 0 1-6 6zM128 152c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zM96 352h320v-80l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L192 304l-39.515-39.515c-4.686-4.686-12.284-4.686-16.971 0L96 304v48z"})))})),Sn("refresh",(function(e){return s.createElement("svg",Te({viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),ce||(ce=s.createElement("path",{d:"M8 1.5a6.5 6.5 0 1 1-.869 12.942.5.5 0 0 1 .133-.99 5.5 5.5 0 1 0-4.63-4.24.5.5 0 0 1-.976.218A6.5 6.5 0 0 1 8 1.5Z",fill:"currentColor"})))})),Sn("trash",(function(e){return s.createElement("svg",Wt({viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Vt||(Vt=s.createElement("path",{d:"M14 3.499V4.5h-1.503l.001 10h-9l-.001-10H2V3.499h12ZM11.498 4.5H4.497v9h7.001v-9Zm-4.5 2.999v4h-1v-4h1Zm3 0v4h-1v-4h1ZM9.999 1.5v.999H5.998V1.5h4.001Z",fill:"#151B26",fillRule:"evenodd"})))})),Sn("menu",qt.Z),Sn("user-remove",Gt.Z),Sn("role",$t.Z),Sn("department",Xt.Z),Sn("post",Qt.Z),Sn("dot",(function(e){return s.createElement("svg",en({viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Ut||(Ut=s.createElement("g",{fill:"currentColor",fillRule:"evenodd"},s.createElement("circle",{cx:8,cy:8,r:6}),s.createElement("circle",{cx:8,cy:8,r:6,opacity:.5},s.createElement("animate",{attributeName:"r",begin:0,values:"6;8;6",dur:1.5,repeatCount:"indefinite"})))))})),Sn("drag",(function(e){return s.createElement("svg",Me({viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),de||(de=s.createElement("path",{d:"M6 12a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm4 10a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z",fill:"#151B26",fillRule:"evenodd"})))})),Sn("edit",(function(e){return s.createElement("svg",Oe({viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),pe||(pe=s.createElement("path",{d:"M8.491 1.5v1H2.5v11h11V7.532h1V14.5h-13v-13h6.991Zm5.255.122.707.708-6.364 6.364-.708-.707 6.364-6.365Z",fillRule:"evenodd"})))})),Sn("desk-empty",(function(e){return s.createElement("svg",Ne({viewBox:"0 0 100 100",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),he||(he=s.createElement("defs",null,s.createElement("linearGradient",{x1:"16.498%",y1:"38.528%",x2:"56.262%",y2:"63.185%",id:"desk-empty_svg__a"},s.createElement("stop",{stopColor:"#DCE0EF",offset:"0%"}),s.createElement("stop",{stopColor:"#DCDFEA",offset:"100%"})),s.createElement("linearGradient",{x1:"28.893%",y1:"55.707%",x2:"93.898%",y2:"48.876%",id:"desk-empty_svg__b"},s.createElement("stop",{stopColor:"#F1F3FA",offset:"0%"}),s.createElement("stop",{stopColor:"#E8EAF0",offset:"100%"})))),fe||(fe=s.createElement("g",{fill:"none",fillRule:"evenodd"},s.createElement("path",{d:"M0 0h100v100H0z"}),s.createElement("ellipse",{fill:"url(#desk-empty_svg__a)",fillRule:"nonzero",cx:50,cy:60.8,rx:44.4,ry:22.8}),s.createElement("ellipse",{fill:"url(#desk-empty_svg__b)",fillRule:"nonzero",cx:50,cy:58.4,rx:44.4,ry:22.8}),s.createElement("path",{d:"M69.343 42.018c6.904 3.985 10.08 11.235 10.057 19.162-.011 3.963-1.42 6.745-3.683 8.05-2.275 1.284-5.406 1.082-8.853-.9L34.857 50.868C27.953 46.882 22.377 37.22 22.4 29.294c.023-7.927 5.643-11.113 12.547-7.127.89.506 1.746 1.103 2.579 1.79.766-8.096 7.05-11.136 14.675-6.745 7.614 4.392 13.865 14.672 14.574 23.623.823.27 1.69.676 2.568 1.183Z",fill:"#E0E3EF",fillRule:"nonzero"}),s.createElement("path",{d:"M42.92 29.682a.81.81 0 0 1 1.263-.671l4.86 3.274a.81.81 0 0 1 .357.672v8.163l-1.129-.715 1.129.761v7.123a.81.81 0 0 1-1.243.684l-4.86-3.076a.81.81 0 0 1-.377-.684v-15.53Z",fill:"#FFF",fillRule:"nonzero"}),s.createElement("path",{d:"m53.903 44.13 4.86 3.275a.81.81 0 0 1 .357.672v6.692a.81.81 0 0 1-1.243.684l-4.86-3.076a.81.81 0 0 1-.377-.684v-6.89a.81.81 0 0 1 1.263-.672Z",fill:"#F7F8FB",fillRule:"nonzero"}))))})),Sn("invisible",on),Sn("plus-fine",(function(e){return s.createElement("svg",Mt({viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Xe||(Xe=s.createElement("path",{d:"M8.5 2v5.5H14v1H8.5V14h-1V8.5H2v-1h5.5V2h1Z",fill:"currentColor",fillRule:"nonzero"})))})),Sn("steps-finsh",(function(e){return s.createElement("svg",tn({viewBox:"0 0 8 6",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),Kt||(Kt=s.createElement("path",{d:"m7.455.466.53.53-4.244 4.242-.53.531-2.65-2.652.53-.529 2.12 2.12z",fill:"#2468F2",fillRule:"evenodd"})))})),Sn("date",(function(e){return s.createElement("svg",sn({viewBox:"0 0 13 12",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),rn||(rn=s.createElement("g",{fill:"none",fillRule:"evenodd"},s.createElement("path",{d:"M-1.338-2h16v16h-16z"}),s.createElement("path",{d:"M4.662 0v1h4V0h1v1h3v11h-12V1h3V0h1Zm7 5h-10v6h10V5Zm-8-3h-2v2h10V2h-2v1h-1V2h-4v1h-1V2Z",fill:"currentColor"}))))})),Sn("remove",z),Sn("invisible",on),Sn("down",(function(e){return s.createElement("svg",ln({viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),an||(an=s.createElement("path",{stroke:"currentColor",strokeLinejoin:"round",d:"m2.35 5.497 5.657 5.657 5.657-5.657",fill:"none",fillRule:"evenodd"})))})),Sn("right-double-arrow",gn.Z),Sn("new-edit",(function(e){return s.createElement("svg",yn({viewBox:"0 0 13 14",xmlns:"http://www.w3.org/2000/svg",className:"icon"},e),un||(un=s.createElement("path",{d:"M6.991.5v1H1v11h11V6.532h1V13.5H0V.5h6.991Zm5.255.122.707.708-6.364 6.364-.708-.707L12.245.622Z",fill:"currentColor",fillRule:"evenodd"})))})),Sn("rotate-left",(function(e){return s.createElement("svg",bn({className:"icon",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},e),cn||(cn=s.createElement("path",{d:"M672 418H144c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32zm-44 402H188V494h440v326z"})),dn||(dn=s.createElement("path",{d:"M819.3 328.5c-78.8-100.7-196-153.6-314.6-154.2l-.2-64c0-6.5-7.6-10.1-12.6-6.1l-128 101c-4 3.1-3.9 9.1 0 12.3L492 318.6c5.1 4 12.7.4 12.6-6.1v-63.9c12.9.1 25.9.9 38.8 2.5 42.1 5.2 82.1 18.2 119 38.7 38.1 21.2 71.2 49.7 98.4 84.3 27.1 34.7 46.7 73.7 58.1 115.8 11 40.7 14 82.7 8.9 124.8-.7 5.4-1.4 10.8-2.4 16.1h74.9c14.8-103.6-11.3-213-81-302.3z"})))})),Sn("rotate-right",(function(e){return s.createElement("svg",wn({className:"icon",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},e),pn||(pn=s.createElement("path",{d:"M480.5 251.2c13-1.6 25.9-2.4 38.8-2.5v63.9c0 6.5 7.5 10.1 12.6 6.1L660 217.6c4-3.2 4-9.2 0-12.3l-128-101c-5.1-4-12.6-.4-12.6 6.1l-.2 64c-118.6.5-235.8 53.4-314.6 154.2-69.6 89.2-95.7 198.6-81.1 302.4h74.9c-.9-5.3-1.7-10.7-2.4-16.1-5.1-42.1-2.1-84.1 8.9-124.8 11.4-42.2 31-81.1 58.1-115.8 27.2-34.7 60.3-63.2 98.4-84.3 37-20.6 76.9-33.6 119.1-38.8z"})),hn||(hn=s.createElement("path",{d:"M880 418H352c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32zm-44 402H396V494h440v326z"})))})),Sn("scale-origin",(function(e){return s.createElement("svg",_n({className:"icon",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg"},e),fn||(fn=s.createElement("path",{d:"M316 672h60c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8zm196-50c22.1 0 40-17.9 40-39 0-23.1-17.9-41-40-41s-40 17.9-40 41c0 21.1 17.9 39 40 39zm0-140c22.1 0 40-17.9 40-39 0-23.1-17.9-41-40-41s-40 17.9-40 41c0 21.1 17.9 39 40 39z"})),mn||(mn=s.createElement("path",{d:"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"})),vn||(vn=s.createElement("path",{d:"M648 672h60c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8z"})))}))},28667:function(e,t,n){"use strict";n.d(t,{Z:function(){return v}});var r=n(70655),a=n(67294),i=n(34594),o=n(91936),s=n(39501),l=n(94485),u=n(64179),c=n(95483);function d(e){var t,n,o,s=e.classnames,l=e.value,d=e.onChange,p=e.disabled,h=e.translate,f=e.collapsable,v=e.renderValue,g=a.useCallback((function(e,t){var n=[],r=Array.isArray(t)?t.length:1;"number"==typeof e.minContains&&(r=Math.max(r,e.minContains));for(var a="number"==typeof e.maxContains?e.maxContains:0;r--;)n.push({key:(0,i.M8z)(),index:n.length,schema:e.items,invalid:!!a&&ar?a.pop():a.push({key:(0,i.M8z)(),index:a.length,schema:n.items});w(a)}}),[JSON.stringify(e.value)]);var T=a.useCallback((function(){var t=b.concat();t.push({key:(0,i.M8z)(),index:b.length,schema:e.schema.items,invalid:!1}),w(t)}),[b]),M="number"==typeof(null===(t=e.schema)||void 0===t?void 0:t.maxContains)?e.schema.maxContains:0,O="number"==typeof(null===(n=e.schema)||void 0===n?void 0:n.minContains)?e.schema.minContains:0,N=!M||M>b.length,D=!O||O1&&void 0!==arguments[1]?arguments[1]:{},n=[];return a.Children.forEach(e,(function(e){(null!=e||t.keepEmpty)&&(Array.isArray(e)?n=n.concat(w(e)):(0,b.isFragment)(e)&&e.props?n=n.concat(w(e.props.children,t)):n.push(e))})),n}var _=n(80334),C=n(42550),E=n(73935);function k(e){return function(e){return e instanceof HTMLElement||e instanceof SVGElement}(e)?e:e instanceof a.Component?E.findDOMNode(e):null}var S=function(){if("undefined"!=typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,r){return e[0]===t&&(n=r,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),r=this.__entries__[n];return r&&r[1]},t.prototype.set=function(t,n){var r=e(this.__entries__,t);~r?this.__entries__[r][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,r=e(n,t);~r&&n.splice(r,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,r=this.__entries__;n0},e.prototype.connect_=function(){x&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),N?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){x&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t;O.some((function(e){return!!~n.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),A=function(e,t){for(var n=0,r=Object.keys(t);n0},e}(),B="undefined"!=typeof WeakMap?new WeakMap:new S,z=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=D.getInstance(),r=new Z(t,n,this);B.set(this,r)};["observe","unobserve","disconnect"].forEach((function(e){z.prototype[e]=function(){var t;return(t=B.get(this))[e].apply(t,arguments)}}));var W=void 0!==T.ResizeObserver?T.ResizeObserver:z,U=new Map,K=new W((function(e){e.forEach((function(e){var t,n=e.target;null===(t=U.get(n))||void 0===t||t.forEach((function(e){return e(n)}))}))})),J=n(15671),q=n(43144),G=n(89611);function $(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&(0,G.Z)(e,t)}function X(e){return X=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},X(e)}var Q=n(71002);function ee(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function te(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=X(e);if(t){var a=X(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return function(e,t){if(t&&("object"===(0,Q.Z)(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return ee(e)}(this,n)}}var ne=function(e){$(n,e);var t=te(n);function n(){return(0,J.Z)(this,n),t.apply(this,arguments)}return(0,q.Z)(n,[{key:"render",value:function(){return this.props.children}}]),n}(a.Component),re=a.createContext(null);function ae(e,t){var n=e.children,r=e.disabled,i=a.useRef(null),o=a.useRef(null),s=a.useContext(re),l="function"==typeof n,u=l?n(i):n,c=a.useRef({width:-1,height:-1,offsetWidth:-1,offsetHeight:-1}),p=!l&&a.isValidElement(u)&&(0,C.Yr)(u),h=p?u.ref:null,f=a.useMemo((function(){return(0,C.sQ)(h,i)}),[h,i]),m=function(){return k(i.current)||k(o.current)};a.useImperativeHandle(t,(function(){return m()}));var v=a.useRef(e);v.current=e;var g=a.useCallback((function(e){var t=v.current,n=t.onResize,r=t.data,a=e.getBoundingClientRect(),i=a.width,o=a.height,l=e.offsetWidth,u=e.offsetHeight,p=Math.floor(i),h=Math.floor(o);if(c.current.width!==p||c.current.height!==h||c.current.offsetWidth!==l||c.current.offsetHeight!==u){var f={width:p,height:h,offsetWidth:l,offsetHeight:u};c.current=f;var m=l===Math.round(i)?i:l,g=u===Math.round(o)?o:u,y=(0,d.Z)((0,d.Z)({},f),{},{offsetWidth:m,offsetHeight:g});null==s||s(y,e,r),n&&Promise.resolve().then((function(){n(y,e)}))}}),[]);return a.useEffect((function(){var e,t,n=m();return n&&!r&&(e=n,t=g,U.has(e)||(U.set(e,new Set),K.observe(e)),U.get(e).add(t)),function(){return function(e,t){U.has(e)&&(U.get(e).delete(t),U.get(e).size||(K.unobserve(e),U.delete(e)))}(n,g)}}),[i.current,r]),a.createElement(ne,{ref:o},p?a.cloneElement(u,{ref:f}):u)}var ie=a.forwardRef(ae);function oe(e,t){var n=e.children;return("function"==typeof n?[n]:w(n)).map((function(n,r){var i=(null==n?void 0:n.key)||"".concat("rc-observer-key","-").concat(r);return a.createElement(ie,(0,u.Z)({},e,{key:i,ref:0===r?t:void 0}),n)}))}var se=a.forwardRef(oe);se.Collection=function(e){var t=e.children,n=e.onBatchResize,r=a.useRef(0),i=a.useRef([]),o=a.useContext(re),s=a.useCallback((function(e,t,a){r.current+=1;var s=r.current;i.current.push({size:e,element:t,data:a}),Promise.resolve().then((function(){s===r.current&&(null==n||n(i.current),i.current=[])})),null==o||o(e,t,a)}),[n,o]);return a.createElement(re.Provider,{value:s},t)};var le=se,ue=n(8410),ce=["prefixCls","invalidate","item","renderItem","responsive","responsiveDisabled","registerSize","itemKey","className","style","children","display","order","component"],de=void 0;function pe(e,t){var n=e.prefixCls,r=e.invalidate,i=e.item,o=e.renderItem,s=e.responsive,l=e.responsiveDisabled,c=e.registerSize,p=e.itemKey,h=e.className,f=e.style,m=e.children,g=e.display,b=e.order,w=e.component,_=void 0===w?"div":w,C=(0,v.Z)(e,ce),E=s&&!g;function k(e){c(p,e)}a.useEffect((function(){return function(){k(null)}}),[]);var S,x=o&&i!==de?o(i):m;r||(S={opacity:E?0:1,height:E?0:de,overflowY:E?"hidden":de,order:s?b:de,pointerEvents:E?"none":de,position:E?"absolute":de});var T={};E&&(T["aria-hidden"]=!0);var M=a.createElement(_,(0,u.Z)({className:y()(!r&&n,h),style:(0,d.Z)((0,d.Z)({},S),f)},T,C,{ref:t}),x);return s&&(M=a.createElement(le,{onResize:function(e){k(e.offsetWidth)},disabled:l},M)),M}var he=a.forwardRef(pe);he.displayName="Item";var fe=he;function me(e){var t=a.useRef();t.current=e;var n=a.useCallback((function(){for(var e,n=arguments.length,r=new Array(n),a=0;a_,Oe=(0,a.useMemo)((function(){var e=s;return _e?e=null===F&&D?s:s.slice(0,Math.min(s.length,j/f)):"number"==typeof _&&(e=s.slice(0,_)),e}),[s,f,F,_,_e]),Ne=(0,a.useMemo)((function(){return _e?s.slice(ce+1):s.slice(Oe.length)}),[s,Oe,_e,ce]),De=(0,a.useCallback)((function(e,t){var n;return"function"==typeof p?p(e):null!==(n=p&&(null==e?void 0:e[p]))&&void 0!==n?n:t}),[p]),Ae=(0,a.useCallback)(l||function(e){return e},[l]);function Le(e,t,n){(oe!==e||void 0!==t&&t!==ne)&&(se(e),n||(me(ej){Le(r-1,e-a-X+J);break}}S&&Fe(0)+X>j&&re(null)}}),[j,V,J,X,De,Oe]);var Re=he&&!!Ne.length,je={};null!==ne&&_e&&(je={position:"absolute",left:ne,top:0});var Ie,Ye={prefixCls:ye,responsive:_e,component:M,invalidate:Ce},Ve=c?function(e,t){var n=De(e,t);return a.createElement(Se.Provider,{key:n,value:(0,d.Z)((0,d.Z)({},Ye),{},{order:t,item:e,itemKey:n,registerSize:Pe,display:t<=ce})},c(e,t))}:function(e,t){var n=De(e,t);return a.createElement(fe,(0,u.Z)({},Ye,{order:t,key:n,item:e,renderItem:Ae,itemKey:n,registerSize:Pe,display:t<=ce}))},He={order:Re?ce:Number.MAX_SAFE_INTEGER,className:"".concat(ye,"-rest"),registerSize:function(e,t){q(t),W(J)},display:Re};if(k)k&&(Ie=a.createElement(Se.Provider,{value:(0,d.Z)((0,d.Z)({},Ye),He)},k(Ne)));else{var Ze=C||Me;Ie=a.createElement(fe,(0,u.Z)({},Ye,He),"function"==typeof Ze?Ze(Ne):Ze)}var Be=a.createElement(T,(0,u.Z)({className:y()(!Ce&&i,w),style:b,ref:t},N),Oe.map(Ve),Ee?Ie:null,S&&a.createElement(fe,(0,u.Z)({},Ye,{responsive:we,responsiveDisabled:!_e,order:ce,className:"".concat(ye,"-suffix"),registerSize:function(e,t){Q(t)},display:!0,style:je}),S));return we&&(Be=a.createElement(le,{onResize:function(e,t){R(t.clientWidth)},disabled:!_e},Be)),Be}var Ne=a.forwardRef(Oe);Ne.displayName="Overflow",Ne.Item=Ee,Ne.RESPONSIVE=xe,Ne.INVALIDATE=Te;var De=Ne;function Ae(e){var t=a.useRef(!1),n=a.useState(e),r=(0,m.Z)(n,2),i=r[0],o=r[1];return a.useEffect((function(){return t.current=!1,function(){t.current=!0}}),[]),[i,function(e,n){n&&t.current||o(e)}]}function Le(e){return void 0!==e}function Pe(e,t){var n=t||{},r=n.defaultValue,a=n.value,i=n.onChange,o=n.postState,s=Ae((function(){return Le(a)?a:Le(r)?"function"==typeof r?r():r:"function"==typeof e?e():e})),l=(0,m.Z)(s,2),u=l[0],c=l[1],d=void 0!==a?a:u,p=o?o(d):d,h=me(i),f=Ae([d]),v=(0,m.Z)(f,2),g=v[0],y=v[1];return(0,ue.o)((function(){var e=g[0];u!==e&&h(u,e)}),[g]),(0,ue.o)((function(){Le(a)||c(a)}),[a]),[p,me((function(e,t){c(e,t),y([d],t)}))]}var Fe=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=new Set;return function e(t,a){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,o=r.has(t);if((0,_.ZP)(!o,"Warning: There may be circular references"),o)return!1;if(t===a)return!0;if(n&&i>1)return!1;r.add(t);var s=i+1;if(Array.isArray(t)){if(!Array.isArray(a)||t.length!==a.length)return!1;for(var l=0;l1&&void 0!==arguments[1]&&arguments[1];if($e(e)){var n=e.nodeName.toLowerCase(),r=["input","select","textarea","button"].includes(n)||e.isContentEditable||"a"===n&&!!e.getAttribute("href"),a=e.getAttribute("tabindex"),i=Number(a),o=null;return a&&!Number.isNaN(i)?o=i:r&&null===o&&(o=0),r&&e.disabled&&(o=null),null!==o&&(o>=0||t&&o<0)}return!1}var Qe=Ge.Z.LEFT,et=Ge.Z.RIGHT,tt=Ge.Z.UP,nt=Ge.Z.DOWN,rt=Ge.Z.ENTER,at=Ge.Z.ESC,it=Ge.Z.HOME,ot=Ge.Z.END,st=[tt,nt,Qe,et];function lt(e,t){return function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=f(e.querySelectorAll("*")).filter((function(e){return Xe(e,t)}));return Xe(e,t)&&n.unshift(e),n}(e,!0).filter((function(e){return t.has(e)}))}function ut(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;if(!e)return null;var a=lt(e,t),i=a.length,o=a.findIndex((function(e){return n===e}));return r<0?-1===o?o=i-1:o-=1:r>0&&(o+=1),a[o=(o+i)%i]}var ct="__RC_UTIL_PATH_SPLIT__",dt=function(e){return e.join(ct)},pt="rc-menu-more";function ht(e){var t=a.useRef(e);t.current=e;var n=a.useCallback((function(){for(var e,n=arguments.length,r=new Array(n),a=0;a1&&void 0!==arguments[1]?arguments[1]:2;t();var i=(0,ve.Z)((function(){a<=1?r({isCanceled:function(){return i!==e.current}}):n(r,a-1)}));e.current=i},t]}(),u=(0,m.Z)(l,2),c=u[0],d=u[1],p=t?wn:bn;return yn((function(){if(o!==Gt&&o!==en){var e=p.indexOf(o),t=p[e+1],r=n(o);!1===r?s(t,!0):t&&c((function(e){function n(){e.isCanceled()||s(t,!0)}!0===r?n():Promise.resolve(r).then(n)}))}}),[e,o]),a.useEffect((function(){return function(){d()}}),[]),[function(){s($t,!0)},o]}(F,!e,(function(e){if(e===$t){var t=G[$t];return!!t&&t(B())}var n;return ee in G&&V((null===(n=G[ee])||void 0===n?void 0:n.call(G,B(),null))||null),ee===Qt&&(J(B()),h>0&&(clearTimeout(Z.current),Z.current=setTimeout((function(){U({deadline:!0})}),h))),ee===tn&&W(),true})),X=(0,m.Z)($,2),Q=X[0],ee=X[1],te=_n(ee);z.current=te,yn((function(){A(t);var n,r=H.current;H.current=!0,!r&&t&&l&&(n=Kt),r&&t&&o&&(n=Jt),(r&&!t&&p||!r&&f&&!t&&p)&&(n=qt);var a=q(n);n&&(e||a[$t])?(R(n),Q()):R(Ut)}),[t]),(0,a.useEffect)((function(){(F===Kt&&!l||F===Jt&&!o||F===qt&&!p)&&R(Ut)}),[l,o,p]),(0,a.useEffect)((function(){return function(){H.current=!1,clearTimeout(Z.current)}}),[]);var ne=a.useRef(!1);(0,a.useEffect)((function(){D&&(ne.current=!0),void 0!==D&&F===Ut&&((ne.current||D)&&(null==M||M(D)),ne.current=!0)}),[D,F]);var re=Y;return G[$t]&&ee===Xt&&(re=(0,d.Z)({transition:"none"},re)),[F,ee,re,null!=D?D:t]}(v,i,(function(){try{return g.current instanceof HTMLElement?g.current:k(b.current)}catch(e){return null}}),e),_=(0,m.Z)(w,4),E=_[0],S=_[1],x=_[2],T=_[3],M=a.useRef(T);T&&(M.current=!0);var O,N=a.useCallback((function(e){g.current=e,(0,C.mH)(n,e)}),[n]),D=(0,d.Z)((0,d.Z)({},f),{},{visible:i});if(u)if(E===Ut)O=T?u((0,d.Z)({},D),N):!s&&M.current&&h?u((0,d.Z)((0,d.Z)({},D),{},{className:h}),N):l||!s&&!h?u((0,d.Z)((0,d.Z)({},D),{},{style:{display:"none"}}),N):null;else{var A,L;S===$t?L="prepare":_n(S)?L="active":S===Xt&&(L="start");var P=gn(p,"".concat(E,"-").concat(L));O=u((0,d.Z)((0,d.Z)({},D),{},{className:y()(gn(p,E),(A={},(0,c.Z)(A,P,P&&L),(0,c.Z)(A,p,"string"==typeof p),A)),style:x}),N)}else O=null;return a.isValidElement(O)&&(0,C.Yr)(O)&&(O.ref||(O=a.cloneElement(O,{ref:N}))),a.createElement(Wt,{ref:b},O)}));return n.displayName="CSSMotion",n}(fn),En="add",kn="keep",Sn="remove",xn="removed";function Tn(e){var t;return t=e&&"object"===(0,Q.Z)(e)&&"key"in e?e:{key:e},(0,d.Z)((0,d.Z)({},t),{},{key:String(t.key)})}function Mn(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:[]).map(Tn)}var On=["component","children","onVisibleChanged","onAllRemoved"],Nn=["status"],Dn=["eventProps","visible","children","motionName","motionAppear","motionEnter","motionLeave","motionLeaveImmediately","motionDeadline","removeOnLeave","leavedClassName","onAppearStart","onAppearActive","onAppearEnd","onEnterStart","onEnterActive","onEnterEnd","onLeaveStart","onLeaveActive","onLeaveEnd"];!function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Cn,n=function(e){$(r,e);var n=te(r);function r(){var e;(0,J.Z)(this,r);for(var t=arguments.length,a=new Array(t),i=0;i0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=[],r=0,a=t.length,i=Mn(e),o=Mn(t);i.forEach((function(e){for(var t=!1,i=r;i1})).forEach((function(e){(n=n.filter((function(t){var n=t.key,r=t.status;return n!==e||r!==Sn}))).forEach((function(t){t.key===e&&(t.status=kn)}))})),n}(r,a);return{keyEntities:i.filter((function(e){var t=r.find((function(t){var n=t.key;return e.key===n}));return!t||t.status!==xn||e.status!==Sn}))}}}]),r}(a.Component);(0,c.Z)(n,"defaultProps",{component:"div"})}(fn);var An,Ln=Cn;function Pn(e){var t=e.prefixCls,n=e.motion,r=e.animation,a=e.transitionName;return n||(r?{motionName:"".concat(t,"-").concat(r)}:a?{motionName:a}:null)}function Fn(e){var t=e.prefixCls,n=e.visible,r=e.zIndex,i=e.mask,o=e.maskMotion,s=e.maskAnimation,l=e.maskTransitionName;if(!i)return null;var c={};return(o||l||s)&&(c=(0,d.Z)({motionAppear:!0},Pn({motion:o,prefixCls:t,transitionName:l,animation:s}))),a.createElement(Ln,(0,u.Z)({},c,{visible:n,removeOnLeave:!0}),(function(e){var n=e.className;return a.createElement("div",{style:{zIndex:r},className:y()("".concat(t,"-mask"),n)})}))}function Rn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function jn(e){for(var t=1;t=0&&n.left>=0&&n.bottom>n.top&&n.right>n.left?n:null}function Mr(e){var t,n,r;if(Er.isWindow(e)||9===e.nodeType){var a=Er.getWindow(e);t={left:Er.getWindowScrollLeft(a),top:Er.getWindowScrollTop(a)},n=Er.viewportWidth(a),r=Er.viewportHeight(a)}else t=Er.offset(e),n=Er.outerWidth(e),r=Er.outerHeight(e);return t.width=n,t.height=r,t}function Or(e,t){var n=t.charAt(0),r=t.charAt(1),a=e.width,i=e.height,o=e.left,s=e.top;return"c"===n?s+=i/2:"b"===n&&(s+=i),"c"===r?o+=a/2:"r"===r&&(o+=a),{left:o,top:s}}function Nr(e,t,n,r,a){var i=Or(t,n[1]),o=Or(e,n[0]),s=[o.left-i.left,o.top-i.top];return{left:Math.round(e.left-s[0]+r[0]-a[0]),top:Math.round(e.top-s[1]+r[1]-a[1])}}function Dr(e,t,n){return e.leftn.right}function Ar(e,t,n){return e.topn.bottom}function Lr(e,t,n){var r=[];return Er.each(e,(function(e){r.push(e.replace(t,(function(e){return n[e]})))})),r}function Pr(e,t){return e[t]=-e[t],e}function Fr(e,t){return(/%$/.test(e)?parseInt(e.substring(0,e.length-1),10)/100*t:parseInt(e,10))||0}function Rr(e,t){e[0]=Fr(e[0],t.width),e[1]=Fr(e[1],t.height)}function jr(e,t,n,r){var a=n.points,i=n.offset||[0,0],o=n.targetOffset||[0,0],s=n.overflow,l=n.source||e;i=[].concat(i),o=[].concat(o);var u={},c=0,d=Tr(l,!(!(s=s||{})||!s.alwaysByViewport)),p=Mr(l);Rr(i,p),Rr(o,t);var h=Nr(p,t,a,i,o),f=Er.merge(p,h);if(d&&(s.adjustX||s.adjustY)&&r){if(s.adjustX&&Dr(h,p,d)){var m=Lr(a,/[lr]/gi,{l:"r",r:"l"}),v=Pr(i,0),g=Pr(o,0);(function(e,t,n){return e.left>n.right||e.left+t.widthn.bottom||e.top+t.height=n.left&&a.left+i.width>n.right&&(i.width-=a.left+i.width-n.right),r.adjustX&&a.left+i.width>n.right&&(a.left=Math.max(n.right-i.width,n.left)),r.adjustY&&a.top=n.top&&a.top+i.height>n.bottom&&(i.height-=a.top+i.height-n.bottom),r.adjustY&&a.top+i.height>n.bottom&&(a.top=Math.max(n.bottom-i.height,n.top)),Er.mix(a,i)}(h,p,d,u))}return f.width!==p.width&&Er.css(l,"width",Er.width(l)+f.width-p.width),f.height!==p.height&&Er.css(l,"height",Er.height(l)+f.height-p.height),Er.offset(l,{left:f.left,top:f.top},{useCssRight:n.useCssRight,useCssBottom:n.useCssBottom,useCssTransform:n.useCssTransform,ignoreShake:n.ignoreShake}),{points:a,offset:i,targetOffset:o,overflow:u}}function Ir(e,t,n){var r=n.target||t,a=Mr(r),i=!function(e,t){var n=Tr(e,t),r=Mr(e);return!n||r.left+r.width<=n.left||r.top+r.height<=n.top||r.left>=n.right||r.top>=n.bottom}(r,n.overflow&&n.overflow.alwaysByViewport);return jr(e,a,n,i)}function Yr(e,t){var n=null,r=null,a=new W((function(e){var a=(0,m.Z)(e,1)[0].target;if(document.documentElement.contains(a)){var i=a.getBoundingClientRect(),o=i.width,s=i.height,l=Math.floor(o),u=Math.floor(s);n===l&&r===u||Promise.resolve().then((function(){t({width:l,height:u})})),n=l,r=u}}));return e&&a.observe(e),function(){a.disconnect()}}function Vr(e){return"function"!=typeof e?null:e()}function Hr(e){return"object"===(0,Q.Z)(e)&&e?e:null}Ir.__getOffsetParent=Sr,Ir.__getVisibleRectForElement=Tr;var Zr=function(e,t){var n=e.children,r=e.disabled,i=e.target,o=e.align,s=e.onAlign,l=e.monitorWindowResize,u=e.monitorBufferTime,c=void 0===u?0:u,d=a.useRef({}),p=a.useRef(),h=a.Children.only(n),f=a.useRef({});f.current.disabled=r,f.current.target=i,f.current.align=o,f.current.onAlign=s;var v=function(e,t){var n=a.useRef(!1),r=a.useRef(null);function i(){window.clearTimeout(r.current)}return[function e(a){if(i(),n.current&&!0!==a)r.current=window.setTimeout((function(){n.current=!1,e()}),t);else{if(!1===function(){var e=f.current,t=e.disabled,n=e.target,r=e.align,a=e.onAlign,i=p.current;if(!t&&n&&i){var o,s=Vr(n),l=Hr(n);d.current.element=s,d.current.point=l,d.current.align=r;var u=document.activeElement;return s&&$e(s)?o=Ir(i,s,r):l&&(o=function(e,t,n){var r,a,i=Er.getDocument(e),o=i.defaultView||i.parentWindow,s=Er.getWindowScrollLeft(o),l=Er.getWindowScrollTop(o),u=Er.viewportWidth(o),c=Er.viewportHeight(o),d={left:r="pageX"in t?t.pageX:s+t.clientX,top:a="pageY"in t?t.pageY:l+t.clientY,width:0,height:0},p=r>=0&&r<=s+u&&a>=0&&a<=l+c,h=[n.points[0],"cc"];return jr(e,d,jn(jn({},n),{},{points:h}),p)}(i,l,r)),function(e,t){e!==document.activeElement&&jt(t,e)&&"function"==typeof e.focus&&e.focus()}(u,i),a&&o&&a(i,o),!0}return!1}())return;n.current=!0,r.current=window.setTimeout((function(){n.current=!1}),t)}},function(){n.current=!1,i()}]}(0,c),g=(0,m.Z)(v,2),y=g[0],b=g[1],w=a.useState(),_=(0,m.Z)(w,2),E=_[0],k=_[1],S=a.useState(),x=(0,m.Z)(S,2),T=x[0],M=x[1];return(0,ue.Z)((function(){k(Vr(i)),M(Hr(i))})),a.useEffect((function(){var e,t;d.current.element===E&&((e=d.current.point)===(t=T)||e&&t&&("pageX"in t&&"pageY"in t?e.pageX===t.pageX&&e.pageY===t.pageY:"clientX"in t&&"clientY"in t&&e.clientX===t.clientX&&e.clientY===t.clientY))&&Fe(d.current.align,o)||y()})),a.useEffect((function(){return Yr(p.current,y)}),[p.current]),a.useEffect((function(){return Yr(E,y)}),[E]),a.useEffect((function(){r?b():y()}),[r]),a.useEffect((function(){if(l)return It(window,"resize",y).remove}),[l]),a.useEffect((function(){return function(){b()}}),[]),a.useImperativeHandle(t,(function(){return{forceAlign:function(){return y(!0)}}})),a.isValidElement(h)&&(h=a.cloneElement(h,{ref:(0,C.sQ)(h.ref,p)})),h},Br=a.forwardRef(Zr);Br.displayName="Align";var zr=Br;function Wr(){Wr=function(){return e};var e={},t=Object.prototype,n=t.hasOwnProperty,r=Object.defineProperty||function(e,t,n){e[t]=n.value},a="function"==typeof Symbol?Symbol:{},i=a.iterator||"@@iterator",o=a.asyncIterator||"@@asyncIterator",s=a.toStringTag||"@@toStringTag";function l(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(e){l=function(e,t,n){return e[t]=n}}function u(e,t,n,a){var i=t&&t.prototype instanceof p?t:p,o=Object.create(i.prototype),s=new S(a||[]);return r(o,"_invoke",{value:_(e,n,s)}),o}function c(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}e.wrap=u;var d={};function p(){}function h(){}function f(){}var m={};l(m,i,(function(){return this}));var v=Object.getPrototypeOf,g=v&&v(v(x([])));g&&g!==t&&n.call(g,i)&&(m=g);var y=f.prototype=p.prototype=Object.create(m);function b(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function w(e,t){function a(r,i,o,s){var l=c(e[r],e,i);if("throw"!==l.type){var u=l.arg,d=u.value;return d&&"object"==(0,Q.Z)(d)&&n.call(d,"__await")?t.resolve(d.__await).then((function(e){a("next",e,o,s)}),(function(e){a("throw",e,o,s)})):t.resolve(d).then((function(e){u.value=e,o(u)}),(function(e){return a("throw",e,o,s)}))}s(l.arg)}var i;r(this,"_invoke",{value:function(e,n){function r(){return new t((function(t,r){a(e,n,t,r)}))}return i=i?i.then(r,r):r()}})}function _(e,t,n){var r="suspendedStart";return function(a,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===a)throw i;return{value:void 0,done:!0}}for(n.method=a,n.arg=i;;){var o=n.delegate;if(o){var s=C(o,n);if(s){if(s===d)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var l=c(e,t,n);if("normal"===l.type){if(r=n.done?"completed":"suspendedYield",l.arg===d)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(r="completed",n.method="throw",n.arg=l.arg)}}}function C(e,t){var n=t.method,r=e.iterator[n];if(void 0===r)return t.delegate=null,"throw"===n&&e.iterator.return&&(t.method="return",t.arg=void 0,C(e,t),"throw"===t.method)||"return"!==n&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+n+"' method")),d;var a=c(r,e.iterator,t.arg);if("throw"===a.type)return t.method="throw",t.arg=a.arg,t.delegate=null,d;var i=a.arg;return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,d):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,d)}function E(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function k(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function S(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(E,this),this.reset(!0)}function x(e){if(e){var t=e[i];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,a=function t(){for(;++r=0;--a){var i=this.tryEntries[a],o=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var s=n.call(i,"catchLoc"),l=n.call(i,"finallyLoc");if(s&&l){if(this.prev=0;--r){var a=this.tryEntries[r];if(a.tryLoc<=this.prev&&n.call(a,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),k(n),d}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var a=r.arg;k(n)}return a}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:x(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),d}},e}function Ur(e,t,n,r,a,i,o){try{var s=e[i](o),l=s.value}catch(e){return void n(e)}s.done?t(l):Promise.resolve(l).then(r,a)}function Kr(e){return function(){var t=this,n=arguments;return new Promise((function(r,a){var i=e.apply(t,n);function o(e){Ur(i,r,a,o,s,"next",e)}function s(e){Ur(i,r,a,o,s,"throw",e)}o(void 0)}))}}var Jr=["measure","alignPre","align",null,"motion"],qr=a.forwardRef((function(e,t){var n=e.visible,r=e.prefixCls,i=e.className,o=e.style,s=e.children,l=e.zIndex,c=e.stretch,p=e.destroyPopupOnHide,h=e.forceRender,f=e.align,v=e.point,g=e.getRootDomNode,b=e.getClassNameFromAlign,w=e.onAlign,_=e.onMouseEnter,C=e.onMouseLeave,E=e.onMouseDown,k=e.onTouchStart,S=e.onClick,x=(0,a.useRef)(),T=(0,a.useRef)(),M=(0,a.useState)(),O=(0,m.Z)(M,2),N=O[0],D=O[1],A=function(e){var t=a.useState({width:0,height:0}),n=(0,m.Z)(t,2),r=n[0],i=n[1];return[a.useMemo((function(){var t={};if(e){var n=r.width,a=r.height;-1!==e.indexOf("height")&&a?t.height=a:-1!==e.indexOf("minHeight")&&a&&(t.minHeight=a),-1!==e.indexOf("width")&&n?t.width=n:-1!==e.indexOf("minWidth")&&n&&(t.minWidth=n)}return t}),[e,r]),function(e){var t=e.offsetWidth,n=e.offsetHeight,r=e.getBoundingClientRect(),a=r.width,o=r.height;Math.abs(t-a)<1&&Math.abs(n-o)<1&&(t=a,n=o),i({width:t,height:n})}]}(c),L=(0,m.Z)(A,2),P=L[0],F=L[1],R=function(e,t){var n=Ae(null),r=(0,m.Z)(n,2),i=r[0],o=r[1],s=(0,a.useRef)();function l(e){o(e,!0)}function u(){ve.Z.cancel(s.current)}return(0,a.useEffect)((function(){l("measure")}),[e]),(0,a.useEffect)((function(){"measure"===i&&(c&&F(g())),i&&(s.current=(0,ve.Z)(Kr(Wr().mark((function e(){var t,n;return Wr().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:t=Jr.indexOf(i),(n=Jr[t+1])&&-1!==t&&l(n);case 3:case"end":return e.stop()}}),e)})))))}),[i]),(0,a.useEffect)((function(){return function(){u()}}),[]),[i,function(e){u(),s.current=(0,ve.Z)((function(){l((function(e){switch(i){case"align":return"motion";case"motion":return"stable"}return e})),null==e||e()}))}]}(n),j=(0,m.Z)(R,2),I=j[0],Y=j[1],V=(0,a.useState)(0),H=(0,m.Z)(V,2),Z=H[0],B=H[1],z=(0,a.useRef)();function W(){var e;null===(e=x.current)||void 0===e||e.forceAlign()}function U(e,t){var n=b(t);N!==n&&D(n),B((function(e){return e+1})),"align"===I&&(null==w||w(e,t))}(0,ue.Z)((function(){"alignPre"===I&&B(0)}),[I]),(0,ue.Z)((function(){"align"===I&&(Z<3?W():Y((function(){var e;null===(e=z.current)||void 0===e||e.call(z)})))}),[Z]);var K=(0,d.Z)({},Pn(e));function J(){return new Promise((function(e){z.current=e}))}["onAppearEnd","onEnterEnd","onLeaveEnd"].forEach((function(e){var t=K[e];K[e]=function(e,n){return Y(),null==t?void 0:t(e,n)}})),a.useEffect((function(){K.motionName||"motion"!==I||Y()}),[K.motionName,I]),a.useImperativeHandle(t,(function(){return{forceAlign:W,getElement:function(){return T.current}}}));var q=(0,d.Z)((0,d.Z)({},P),{},{zIndex:l,opacity:"motion"!==I&&"stable"!==I&&n?0:void 0,pointerEvents:n||"stable"===I?void 0:"none"},o),G=!0;null==f||!f.points||"align"!==I&&"stable"!==I||(G=!1);var $=s;return a.Children.count(s)>1&&($=a.createElement("div",{className:"".concat(r,"-content")},s)),a.createElement(Ln,(0,u.Z)({visible:n,ref:T,leavedClassName:"".concat(r,"-hidden")},K,{onAppearPrepare:J,onEnterPrepare:J,removeOnLeave:p,forceRender:h}),(function(e,t){var n=e.className,o=e.style,s=y()(r,i,N,n);return a.createElement(zr,{target:v||g,key:"popup",ref:x,monitorWindowResize:!0,disabled:G,align:f,onAlign:U},a.createElement("div",{ref:t,className:s,onMouseEnter:_,onMouseLeave:C,onMouseDownCapture:E,onTouchStartCapture:k,onClick:S,style:(0,d.Z)((0,d.Z)({},o),q)},$))}))}));qr.displayName="PopupInner";var Gr=qr,$r=a.forwardRef((function(e,t){var n=e.prefixCls,r=e.visible,i=e.zIndex,o=e.children,s=e.mobile,l=(s=void 0===s?{}:s).popupClassName,c=s.popupStyle,p=s.popupMotion,h=void 0===p?{}:p,f=s.popupRender,m=e.onClick,v=a.useRef();a.useImperativeHandle(t,(function(){return{forceAlign:function(){},getElement:function(){return v.current}}}));var g=(0,d.Z)({zIndex:i},c),b=o;return a.Children.count(o)>1&&(b=a.createElement("div",{className:"".concat(n,"-content")},o)),f&&(b=f(b)),a.createElement(Ln,(0,u.Z)({visible:r,ref:v,removeOnLeave:!0},h),(function(e,t){var r=e.className,i=e.style,o=y()(n,l,r);return a.createElement("div",{ref:t,className:o,onClick:m,style:(0,d.Z)((0,d.Z)({},i),g)},b)}))}));$r.displayName="MobilePopupInner";var Xr=$r,Qr=["visible","mobile"],ea=a.forwardRef((function(e,t){var n=e.visible,r=e.mobile,i=(0,v.Z)(e,Qr),o=(0,a.useState)(n),s=(0,m.Z)(o,2),l=s[0],c=s[1],p=(0,a.useState)(!1),h=(0,m.Z)(p,2),f=h[0],g=h[1],y=(0,d.Z)((0,d.Z)({},i),{},{visible:l});(0,a.useEffect)((function(){c(n),n&&r&&g((0,Zt.Z)())}),[n,r]);var b=f?a.createElement(Xr,(0,u.Z)({},y,{mobile:r,ref:t})):a.createElement(Gr,(0,u.Z)({},y,{ref:t}));return a.createElement("div",null,a.createElement(Fn,y),b)}));ea.displayName="Popup";var ta=ea,na=a.createContext(null);function ra(){}var aa,ia,oa=["onClick","onMouseDown","onTouchStart","onMouseEnter","onMouseLeave","onFocus","onBlur","onContextMenu"],sa=(aa=Vt,ia=function(e){$(n,e);var t=te(n);function n(e){var r,i;return(0,J.Z)(this,n),r=t.call(this,e),(0,c.Z)(ee(r),"popupRef",a.createRef()),(0,c.Z)(ee(r),"triggerRef",a.createRef()),(0,c.Z)(ee(r),"portalContainer",void 0),(0,c.Z)(ee(r),"attachId",void 0),(0,c.Z)(ee(r),"clickOutsideHandler",void 0),(0,c.Z)(ee(r),"touchOutsideHandler",void 0),(0,c.Z)(ee(r),"contextMenuOutsideHandler1",void 0),(0,c.Z)(ee(r),"contextMenuOutsideHandler2",void 0),(0,c.Z)(ee(r),"mouseDownTimeout",void 0),(0,c.Z)(ee(r),"focusTime",void 0),(0,c.Z)(ee(r),"preClickTime",void 0),(0,c.Z)(ee(r),"preTouchTime",void 0),(0,c.Z)(ee(r),"delayTimer",void 0),(0,c.Z)(ee(r),"hasPopupMouseDown",void 0),(0,c.Z)(ee(r),"onMouseEnter",(function(e){var t=r.props.mouseEnterDelay;r.fireEvents("onMouseEnter",e),r.delaySetPopupVisible(!0,t,t?null:e)})),(0,c.Z)(ee(r),"onMouseMove",(function(e){r.fireEvents("onMouseMove",e),r.setPoint(e)})),(0,c.Z)(ee(r),"onMouseLeave",(function(e){r.fireEvents("onMouseLeave",e),r.delaySetPopupVisible(!1,r.props.mouseLeaveDelay)})),(0,c.Z)(ee(r),"onPopupMouseEnter",(function(){r.clearDelayTimer()})),(0,c.Z)(ee(r),"onPopupMouseLeave",(function(e){var t;e.relatedTarget&&!e.relatedTarget.setTimeout&&jt(null===(t=r.popupRef.current)||void 0===t?void 0:t.getElement(),e.relatedTarget)||r.delaySetPopupVisible(!1,r.props.mouseLeaveDelay)})),(0,c.Z)(ee(r),"onFocus",(function(e){r.fireEvents("onFocus",e),r.clearDelayTimer(),r.isFocusToShow()&&(r.focusTime=Date.now(),r.delaySetPopupVisible(!0,r.props.focusDelay))})),(0,c.Z)(ee(r),"onMouseDown",(function(e){r.fireEvents("onMouseDown",e),r.preClickTime=Date.now()})),(0,c.Z)(ee(r),"onTouchStart",(function(e){r.fireEvents("onTouchStart",e),r.preTouchTime=Date.now()})),(0,c.Z)(ee(r),"onBlur",(function(e){r.fireEvents("onBlur",e),r.clearDelayTimer(),r.isBlurToHide()&&r.delaySetPopupVisible(!1,r.props.blurDelay)})),(0,c.Z)(ee(r),"onContextMenu",(function(e){e.preventDefault(),r.fireEvents("onContextMenu",e),r.setPopupVisible(!0,e)})),(0,c.Z)(ee(r),"onContextMenuClose",(function(){r.isContextMenuToShow()&&r.close()})),(0,c.Z)(ee(r),"onClick",(function(e){if(r.fireEvents("onClick",e),r.focusTime){var t;if(r.preClickTime&&r.preTouchTime?t=Math.min(r.preClickTime,r.preTouchTime):r.preClickTime?t=r.preClickTime:r.preTouchTime&&(t=r.preTouchTime),Math.abs(t-r.focusTime)<20)return;r.focusTime=0}r.preClickTime=0,r.preTouchTime=0,r.isClickToShow()&&(r.isClickToHide()||r.isBlurToHide())&&e&&e.preventDefault&&e.preventDefault();var n=!r.state.popupVisible;(r.isClickToHide()&&!n||n&&r.isClickToShow())&&r.setPopupVisible(!r.state.popupVisible,e)})),(0,c.Z)(ee(r),"onPopupMouseDown",(function(){var e;r.hasPopupMouseDown=!0,clearTimeout(r.mouseDownTimeout),r.mouseDownTimeout=window.setTimeout((function(){r.hasPopupMouseDown=!1}),0),r.context&&(e=r.context).onPopupMouseDown.apply(e,arguments)})),(0,c.Z)(ee(r),"onDocumentClick",(function(e){if(!r.props.mask||r.props.maskClosable){var t=e.target,n=r.getRootDomNode(),a=r.getPopupDomNode();jt(n,t)&&!r.isContextMenuOnly()||jt(a,t)||r.hasPopupMouseDown||r.close()}})),(0,c.Z)(ee(r),"getRootDomNode",(function(){var e=r.props.getTriggerDOMNode;if(e)return e(r.triggerRef.current);try{var t=k(r.triggerRef.current);if(t)return t}catch(e){}return E.findDOMNode(ee(r))})),(0,c.Z)(ee(r),"getPopupClassNameFromAlign",(function(e){var t=[],n=r.props,a=n.popupPlacement,i=n.builtinPlacements,o=n.prefixCls,s=n.alignPoint,l=n.getPopupClassNameFromAlign;return a&&i&&t.push(function(e,t,n,r){for(var a=n.points,i=Object.keys(e),o=0;o1&&(C.motionAppear=!1);var E=C.onVisibleChanged;return C.onVisibleChanged=function(e){return v.current||e||w(!0),null==E?void 0:E(e)},b?null:a.createElement(Ze,{mode:o,locked:!v.current},a.createElement(Ln,(0,u.Z)({visible:_},C,{forceRender:c,removeOnLeave:!1,leavedClassName:"".concat(l,"-hidden")}),(function(e){var n=e.className,r=e.style;return a.createElement(At,{id:t,className:n,style:r},i)})))}var ma=["style","className","title","eventKey","warnKey","disabled","internalPopupClose","children","itemIcon","expandIcon","popupClassName","popupOffset","onClick","onMouseEnter","onMouseLeave","onTitleClick","onTitleMouseEnter","onTitleMouseLeave"],va=["active"],ga=function(e){var t,n=e.style,r=e.className,i=e.title,o=e.eventKey,s=(e.warnKey,e.disabled),l=e.internalPopupClose,p=e.children,h=e.itemIcon,f=e.expandIcon,g=e.popupClassName,b=e.popupOffset,w=e.onClick,_=e.onMouseEnter,C=e.onMouseLeave,E=e.onTitleClick,k=e.onTitleMouseEnter,S=e.onTitleMouseLeave,x=(0,v.Z)(e,ma),T=Ie(o),M=a.useContext(He),O=M.prefixCls,N=M.mode,D=M.openKeys,A=M.disabled,L=M.overflowDisabled,P=M.activeKey,F=M.selectedKeys,R=M.itemIcon,j=M.expandIcon,I=M.onItemClick,Y=M.onOpenChange,V=M.onActive,H=a.useContext(qe)._internalRenderSubMenuItem,Z=a.useContext(Je).isSubPathKey,B=Ke(),z="".concat(O,"-submenu"),W=A||s,U=a.useRef(),K=a.useRef(),J=h||R,q=f||j,G=D.includes(o),$=!L&&G,X=Z(F,o),Q=gt(o,W,k,S),ee=Q.active,te=(0,v.Z)(Q,va),ne=a.useState(!1),re=(0,m.Z)(ne,2),ae=re[0],ie=re[1],oe=function(e){W||ie(e)},se=a.useMemo((function(){return ee||"inline"!==N&&(ae||Z([P],o))}),[N,ee,P,ae,o,Z]),le=yt(B.length),ue=ht((function(e){null==w||w(_t(e)),I(e)})),ce=T&&"".concat(T,"-popup"),de=a.createElement("div",(0,u.Z)({role:"menuitem",style:le,className:"".concat(z,"-title"),tabIndex:W?null:-1,ref:U,title:"string"==typeof i?i:null,"data-menu-id":L&&T?null:T,"aria-expanded":$,"aria-haspopup":!0,"aria-controls":ce,"aria-disabled":W,onClick:function(e){W||(null==E||E({key:o,domEvent:e}),"inline"===N&&Y(o,!G))},onFocus:function(){V(o)}},te),i,a.createElement(bt,{icon:"horizontal"!==N?q:null,props:(0,d.Z)((0,d.Z)({},e),{},{isOpen:$,isSubMenu:!0})},a.createElement("i",{className:"".concat(z,"-arrow")}))),pe=a.useRef(N);if("inline"!==N&&B.length>1?pe.current="vertical":pe.current=N,!L){var he=pe.current;de=a.createElement(ha,{mode:he,prefixCls:z,visible:!l&&$&&"inline"!==N,popupClassName:g,popupOffset:b,popup:a.createElement(Ze,{mode:"horizontal"===he?"vertical":he},a.createElement(At,{id:ce,ref:K},p)),disabled:W,onVisibleChange:function(e){"inline"!==N&&Y(o,e)}},de)}var fe=a.createElement(De.Item,(0,u.Z)({role:"none"},x,{component:"li",style:n,className:y()(z,"".concat(z,"-").concat(N),r,(t={},(0,c.Z)(t,"".concat(z,"-open"),$),(0,c.Z)(t,"".concat(z,"-active"),se),(0,c.Z)(t,"".concat(z,"-selected"),X),(0,c.Z)(t,"".concat(z,"-disabled"),W),t)),onMouseEnter:function(e){oe(!0),null==_||_({key:o,domEvent:e})},onMouseLeave:function(e){oe(!1),null==C||C({key:o,domEvent:e})}}),de,!L&&a.createElement(fa,{id:ce,open:$,keyPath:B},p));return H&&(fe=H(fe,e,{selected:X,active:se,open:$,disabled:W})),a.createElement(Ze,{onItemClick:ue,mode:"horizontal"===N?"vertical":N,itemIcon:J,expandIcon:q},fe)};function ya(e){var t,n=e.eventKey,r=e.children,i=Ke(n),o=Pt(r,i),s=We();return a.useEffect((function(){if(s)return s.registerPath(n,i),function(){s.unregisterPath(n,i)}}),[i]),t=s?o:a.createElement(ga,e,o),a.createElement(Ue.Provider,{value:i},t)}var ba=["prefixCls","rootClassName","style","className","tabIndex","items","children","direction","id","mode","inlineCollapsed","disabled","disabledOverflow","subMenuOpenDelay","subMenuCloseDelay","forceSubMenuRender","defaultOpenKeys","openKeys","activeKey","defaultActiveFirst","selectable","multiple","defaultSelectedKeys","selectedKeys","onSelect","onDeselect","inlineIndent","motion","defaultMotions","triggerSubMenuAction","builtinPlacements","itemIcon","expandIcon","overflowedIndicator","overflowedIndicatorPopupClassName","getPopupContainer","onClick","onOpenChange","onKeyDown","openAnimation","openTransitionName","_internalRenderMenuItem","_internalRenderSubMenuItem"],wa=[],_a=a.forwardRef((function(e,t){var n,r,i=e,o=i.prefixCls,s=void 0===o?"rc-menu":o,l=i.rootClassName,p=i.style,h=i.className,g=i.tabIndex,b=void 0===g?0:g,w=i.items,_=i.children,C=i.direction,k=i.id,S=i.mode,x=void 0===S?"vertical":S,T=i.inlineCollapsed,M=i.disabled,O=i.disabledOverflow,N=i.subMenuOpenDelay,D=void 0===N?.1:N,A=i.subMenuCloseDelay,L=void 0===A?.1:A,P=i.forceSubMenuRender,F=i.defaultOpenKeys,R=i.openKeys,j=i.activeKey,I=i.defaultActiveFirst,Y=i.selectable,V=void 0===Y||Y,H=i.multiple,Z=void 0!==H&&H,B=i.defaultSelectedKeys,z=i.selectedKeys,W=i.onSelect,U=i.onDeselect,K=i.inlineIndent,J=void 0===K?24:K,q=i.motion,G=i.defaultMotions,$=i.triggerSubMenuAction,X=void 0===$?"hover":$,Q=i.builtinPlacements,ee=i.itemIcon,te=i.expandIcon,ne=i.overflowedIndicator,re=void 0===ne?"...":ne,ae=i.overflowedIndicatorPopupClassName,ie=i.getPopupContainer,oe=i.onClick,se=i.onOpenChange,le=i.onKeyDown,ue=(i.openAnimation,i.openTransitionName,i._internalRenderMenuItem),ce=i._internalRenderSubMenuItem,de=(0,v.Z)(i,ba),pe=a.useMemo((function(){return Rt(_,w,wa)}),[_,w]),he=a.useState(!1),fe=(0,m.Z)(he,2),me=fe[0],ge=fe[1],ye=a.useRef(),be=function(e){var t=Pe(e,{value:e}),n=(0,m.Z)(t,2),r=n[0],i=n[1];return a.useEffect((function(){mt+=1;var e="".concat(ft,"-").concat(mt);i("rc-menu-uuid-".concat(e))}),[]),r}(k),we="rtl"===C,_e=Pe(F,{value:R,postState:function(e){return e||wa}}),Ce=(0,m.Z)(_e,2),Ee=Ce[0],ke=Ce[1],Se=function(e){function t(){ke(e),null==se||se(e)}arguments.length>1&&void 0!==arguments[1]&&arguments[1]?(0,E.flushSync)(t):t()},xe=a.useState(Ee),Te=(0,m.Z)(xe,2),Me=Te[0],Oe=Te[1],Ne=a.useRef(!1),Ae=a.useMemo((function(){return"inline"!==x&&"vertical"!==x||!T?[x,!1]:["vertical",T]}),[x,T]),Le=(0,m.Z)(Ae,2),Ie=Le[0],Ye=Le[1],Ve="inline"===Ie,He=a.useState(Ie),Be=(0,m.Z)(He,2),We=Be[0],Ue=Be[1],Ke=a.useState(Ye),Ge=(0,m.Z)(Ke,2),$e=Ge[0],Xe=Ge[1];a.useEffect((function(){Ue(Ie),Xe(Ye),Ne.current&&(Ve?ke(Me):Se(wa))}),[Ie,Ye]);var vt=a.useState(0),gt=(0,m.Z)(vt,2),yt=gt[0],bt=gt[1],wt=yt>=pe.length-1||"horizontal"!==We||O;a.useEffect((function(){Ve&&Oe(Ee)}),[Ee]),a.useEffect((function(){return Ne.current=!0,function(){Ne.current=!1}}),[]);var Ct=function(){var e=a.useState({}),t=(0,m.Z)(e,2)[1],n=(0,a.useRef)(new Map),r=(0,a.useRef)(new Map),i=a.useState([]),o=(0,m.Z)(i,2),s=o[0],l=o[1],u=(0,a.useRef)(0),c=(0,a.useRef)(!1),d=(0,a.useCallback)((function(e,a){var i=dt(a);r.current.set(i,e),n.current.set(e,i),u.current+=1;var o,s=u.current;o=function(){s===u.current&&(c.current||t({}))},Promise.resolve().then(o)}),[]),p=(0,a.useCallback)((function(e,t){var a=dt(t);r.current.delete(a),n.current.delete(e)}),[]),h=(0,a.useCallback)((function(e){l(e)}),[]),v=(0,a.useCallback)((function(e,t){var r=(n.current.get(e)||"").split(ct);return t&&s.includes(r[0])&&r.unshift(pt),r}),[s]),g=(0,a.useCallback)((function(e,t){return e.some((function(e){return v(e,!0).includes(t)}))}),[v]),y=(0,a.useCallback)((function(e){var t="".concat(n.current.get(e)).concat(ct),a=new Set;return f(r.current.keys()).forEach((function(e){e.startsWith(t)&&a.add(r.current.get(e))})),a}),[]);return a.useEffect((function(){return function(){c.current=!0}}),[]),{registerPath:d,unregisterPath:p,refreshOverflowKeys:h,isSubPathKey:g,getKeyPath:v,getKeys:function(){var e=f(n.current.keys());return s.length&&e.push(pt),e},getSubPathKeys:y}}(),Et=Ct.registerPath,kt=Ct.unregisterPath,St=Ct.refreshOverflowKeys,xt=Ct.isSubPathKey,Tt=Ct.getKeyPath,Ot=Ct.getKeys,Nt=Ct.getSubPathKeys,Dt=a.useMemo((function(){return{registerPath:Et,unregisterPath:kt}}),[Et,kt]),At=a.useMemo((function(){return{isSubPathKey:xt}}),[xt]);a.useEffect((function(){St(wt?wa:pe.slice(yt+1).map((function(e){return e.key})))}),[yt,wt]);var Lt=Pe(j||I&&(null===(n=pe[0])||void 0===n?void 0:n.key),{value:j}),Pt=(0,m.Z)(Lt,2),Ft=Pt[0],jt=Pt[1],It=ht((function(e){jt(e)})),Yt=ht((function(){jt(void 0)}));(0,a.useImperativeHandle)(t,(function(){return{list:ye.current,focus:function(e){var t,n,r,a,i=null!=Ft?Ft:null===(t=pe.find((function(e){return!e.props.disabled})))||void 0===t?void 0:t.key;i&&(null===(n=ye.current)||void 0===n||null===(r=n.querySelector("li[data-menu-id='".concat(je(be,i),"']")))||void 0===r||null===(a=r.focus)||void 0===a||a.call(r,e))}}}));var Vt=Pe(B||[],{value:z,postState:function(e){return Array.isArray(e)?e:null==e?wa:[e]}}),Ht=(0,m.Z)(Vt,2),Zt=Ht[0],Bt=Ht[1],zt=ht((function(e){null==oe||oe(_t(e)),function(e){if(V){var t,n=e.key,r=Zt.includes(n);t=Z?r?Zt.filter((function(e){return e!==n})):[].concat(f(Zt),[n]):[n],Bt(t);var a=(0,d.Z)((0,d.Z)({},e),{},{selectedKeys:t});r?null==U||U(a):null==W||W(a)}!Z&&Ee.length&&"inline"!==We&&Se(wa)}(e)})),Wt=ht((function(e,t){var n=Ee.filter((function(t){return t!==e}));if(t)n.push(e);else if("inline"!==We){var r=Nt(e);n=n.filter((function(e){return!r.has(e)}))}Fe(Ee,n,!0)||Se(n,!0)})),Ut=ht(ie),Kt=function(e,t,n,r,i,o,s,l,u,d){var p=a.useRef(),h=a.useRef();h.current=t;var f=function(){ve.Z.cancel(p.current)};return a.useEffect((function(){return function(){f()}}),[]),function(a){var m=a.which;if([].concat(st,[rt,at,it,ot]).includes(m)){var v,g,y,b=function(){return v=new Set,g=new Map,y=new Map,o().forEach((function(e){var t=document.querySelector("[data-menu-id='".concat(je(r,e),"']"));t&&(v.add(t),y.set(t,e),g.set(e,t))})),v};b();var w=function(e,t){for(var n=e||document.activeElement;n;){if(t.has(n))return n;n=n.parentElement}return null}(g.get(t),v),_=y.get(w),C=function(e,t,n,r){var a,i,o,s,l="prev",u="next",d="children",p="parent";if("inline"===e&&r===rt)return{inlineTrigger:!0};var h=(a={},(0,c.Z)(a,tt,l),(0,c.Z)(a,nt,u),a),f=(i={},(0,c.Z)(i,Qe,n?u:l),(0,c.Z)(i,et,n?l:u),(0,c.Z)(i,nt,d),(0,c.Z)(i,rt,d),i),m=(o={},(0,c.Z)(o,tt,l),(0,c.Z)(o,nt,u),(0,c.Z)(o,rt,d),(0,c.Z)(o,at,p),(0,c.Z)(o,Qe,n?d:p),(0,c.Z)(o,et,n?p:d),o);switch(null===(s={inline:h,horizontal:f,vertical:m,inlineSub:h,horizontalSub:m,verticalSub:m}["".concat(e).concat(t?"":"Sub")])||void 0===s?void 0:s[r]){case l:return{offset:-1,sibling:!0};case u:return{offset:1,sibling:!0};case p:return{offset:-1,sibling:!1};case d:return{offset:1,sibling:!1};default:return null}}(e,1===s(_,!0).length,n,m);if(!C&&m!==it&&m!==ot)return;(st.includes(m)||[it,ot].includes(m))&&a.preventDefault();var E=function(e){if(e){var t=e,n=e.querySelector("a");null!=n&&n.getAttribute("href")&&(t=n);var r=y.get(e);l(r),f(),p.current=(0,ve.Z)((function(){h.current===r&&t.focus()}))}};if([it,ot].includes(m)||C.sibling||!w){var k,S,x=lt(k=w&&"inline"!==e?function(e){for(var t=e;t;){if(t.getAttribute("data-menu-list"))return t;t=t.parentElement}return null}(w):i.current,v);S=m===it?x[0]:m===ot?x[x.length-1]:ut(k,v,w,C.offset),E(S)}else if(C.inlineTrigger)u(_);else if(C.offset>0)u(_,!0),f(),p.current=(0,ve.Z)((function(){b();var e=w.getAttribute("aria-controls"),t=ut(document.getElementById(e),v);E(t)}),5);else if(C.offset<0){var T=s(_,!0),M=T[T.length-2],O=g.get(M);u(M,!1),E(O)}}null==d||d(a)}}(We,Ft,we,be,ye,Ot,Tt,jt,(function(e,t){var n=null!=t?t:!Ee.includes(e);Wt(e,n)}),le);a.useEffect((function(){ge(!0)}),[]);var Jt=a.useMemo((function(){return{_internalRenderMenuItem:ue,_internalRenderSubMenuItem:ce}}),[ue,ce]),qt="horizontal"!==We||O?pe:pe.map((function(e,t){return a.createElement(Ze,{key:e.key,overflowDisabled:t>yt},e)})),Gt=a.createElement(De,(0,u.Z)({id:k,ref:ye,prefixCls:"".concat(s,"-overflow"),component:"ul",itemComponent:Mt,className:y()(s,"".concat(s,"-root"),"".concat(s,"-").concat(We),h,(r={},(0,c.Z)(r,"".concat(s,"-inline-collapsed"),$e),(0,c.Z)(r,"".concat(s,"-rtl"),we),r),l),dir:C,style:p,role:"menu",tabIndex:b,data:qt,renderRawItem:function(e){return e},renderRawRest:function(e){var t=e.length,n=t?pe.slice(-t):null;return a.createElement(ya,{eventKey:pt,title:re,disabled:wt,internalPopupClose:0===t,popupClassName:ae},n)},maxCount:"horizontal"!==We||O?De.INVALIDATE:De.RESPONSIVE,ssr:"full","data-menu-list":!0,onVisibleChange:function(e){bt(e)},onKeyDown:Kt},de));return a.createElement(qe.Provider,{value:Jt},a.createElement(Re.Provider,{value:be},a.createElement(Ze,{prefixCls:s,rootClassName:l,mode:We,openKeys:Ee,rtl:we,disabled:M,motion:me?q:null,defaultMotions:me?G:null,activeKey:Ft,onActive:It,onInactive:Yt,selectedKeys:Zt,inlineIndent:J,subMenuOpenDelay:D,subMenuCloseDelay:L,forceSubMenuRender:P,builtinPlacements:Q,triggerSubMenuAction:X,getPopupContainer:Ut,itemIcon:ee,expandIcon:te,onItemClick:zt,onOpenChange:Wt},a.createElement(Je.Provider,{value:At},Gt),a.createElement("div",{style:{display:"none"},"aria-hidden":!0},a.createElement(ze.Provider,{value:Dt},pe)))))})),Ca=["className","title","eventKey","children"],Ea=["children"],ka=function(e){var t=e.className,n=e.title,r=(e.eventKey,e.children),i=(0,v.Z)(e,Ca),o=a.useContext(He).prefixCls,s="".concat(o,"-item-group");return a.createElement("li",(0,u.Z)({role:"presentation"},i,{onClick:function(e){return e.stopPropagation()},className:y()(s,t)}),a.createElement("div",{role:"presentation",className:"".concat(s,"-title"),title:"string"==typeof n?n:void 0},n),a.createElement("ul",{role:"group",className:"".concat(s,"-list")},r))};function Sa(e){var t=e.children,n=(0,v.Z)(e,Ea),r=Pt(t,Ke(n.eventKey));return We()?r:a.createElement(ka,vt(n,["warnKey"]),r)}function xa(e){var t=e.className,n=e.style,r=a.useContext(He).prefixCls;return We()?null:a.createElement("li",{className:y()("".concat(r,"-item-divider"),t),style:n})}var Ta=_a;Ta.Item=Mt,Ta.SubMenu=ya,Ta.ItemGroup=Sa,Ta.Divider=xa;var Ma=Ta;function Oa(){return Oa=Object.assign?Object.assign.bind():function(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,r=new Array(t);n=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var Ia,Ya={exports:{}},Va={};function Ha(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=[];return a.Children.forEach(e,(function(e){(null!=e||t.keepEmpty)&&(Array.isArray(e)?n=n.concat(Ha(e)):Ya.exports.isFragment(e)&&e.props?n=n.concat(Ha(e.props.children,t)):n.push(e))})),n}function Za(e){return function(e){return e instanceof HTMLElement||e instanceof SVGElement}(e)?e:e instanceof a.Component?E.findDOMNode(e):null}Ya.exports=function(){if(Ia)return Va;Ia=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,o=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,c=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,f=e?Symbol.for("react.lazy"):60116,m=e?Symbol.for("react.block"):60121,v=e?Symbol.for("react.fundamental"):60117,g=e?Symbol.for("react.responder"):60118,y=e?Symbol.for("react.scope"):60119;function b(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:switch(e=e.type){case l:case u:case r:case i:case a:case d:return e;default:switch(e=e&&e.$$typeof){case s:case c:case f:case h:case o:return e;default:return p}}case n:return p}}}function w(e){return b(e)===u}return Va.AsyncMode=l,Va.ConcurrentMode=u,Va.ContextConsumer=s,Va.ContextProvider=o,Va.Element=t,Va.ForwardRef=c,Va.Fragment=r,Va.Lazy=f,Va.Memo=h,Va.Portal=n,Va.Profiler=i,Va.StrictMode=a,Va.Suspense=d,Va.isAsyncMode=function(e){return w(e)||b(e)===l},Va.isConcurrentMode=w,Va.isContextConsumer=function(e){return b(e)===s},Va.isContextProvider=function(e){return b(e)===o},Va.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},Va.isForwardRef=function(e){return b(e)===c},Va.isFragment=function(e){return b(e)===r},Va.isLazy=function(e){return b(e)===f},Va.isMemo=function(e){return b(e)===h},Va.isPortal=function(e){return b(e)===n},Va.isProfiler=function(e){return b(e)===i},Va.isStrictMode=function(e){return b(e)===a},Va.isSuspense=function(e){return b(e)===d},Va.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===u||e===i||e===a||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===f||e.$$typeof===h||e.$$typeof===o||e.$$typeof===s||e.$$typeof===c||e.$$typeof===v||e.$$typeof===g||e.$$typeof===y||e.$$typeof===m)},Va.typeOf=b,Va}();var Ba=function(){if("undefined"!=typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,r){return e[0]===t&&(n=r,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),r=this.__entries__[n];return r&&r[1]},t.prototype.set=function(t,n){var r=e(this.__entries__,t);~r?this.__entries__[r][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,r=e(n,t);~r&&n.splice(r,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,r=this.__entries__;n0},e.prototype.connect_=function(){za&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),Ja?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){za&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t;Ka.some((function(e){return!!~n.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),Ga=function(e,t){for(var n=0,r=Object.keys(t);n0},e}(),si="undefined"!=typeof WeakMap?new WeakMap:new Ba,li=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=qa.getInstance(),r=new oi(t,n,this);si.set(this,r)};["observe","unobserve","disconnect"].forEach((function(e){li.prototype[e]=function(){var t;return(t=si.get(this))[e].apply(t,arguments)}}));var ui=void 0!==Wa.ResizeObserver?Wa.ResizeObserver:li,ci=new Map,di=new ui((function(e){e.forEach((function(e){var t,n=e.target;null===(t=ci.get(n))||void 0===t||t.forEach((function(e){return e(n)}))}))}));function pi(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:1),t};function Li(e,t){var n=Ra(a.useState(t),2),r=n[0],i=n[1],o=function(t){var n=a.useRef();n.current=function(t){e((function(){i(t)}))};var r=a.useCallback((function(){for(var e,t=arguments.length,r=new Array(t),a=0;av,se=(0,a.useMemo)((function(){var e=s;return ae?e=null===N&&T?s:s.slice(0,Math.min(s.length,A/p)):"number"==typeof v&&(e=s.slice(0,v)),e}),[s,p,N,v,ae]),le=(0,a.useMemo)((function(){return ae?s.slice($+1):s.slice(se.length)}),[s,se,ae,$]),ue=(0,a.useCallback)((function(e,t){var n;return"function"==typeof c?c(e):null!==(n=c&&(null==e?void 0:e[c]))&&void 0!==n?n:t}),[c]),ce=(0,a.useCallback)(l||function(e){return e},[l]);function de(e,t,n){(q!==e||void 0!==t&&t!==U)&&(G(e),n||(ee(eA){de(r-1,e-a-B+V);break}}w&&he(0)+B>A&&K(null)}}),[A,P,V,B,ue,se]);var fe=Q&&!!le.length,me={};null!==U&&ae&&(me={position:"absolute",left:U,top:0});var ve,ge={prefixCls:te,responsive:ae,component:k,invalidate:ie},ye=u?function(e,t){var n=ue(e,t);return a.createElement(Vi.Provider,{key:n,value:Pa(Pa({},ge),{},{order:t,item:e,itemKey:n,registerSize:pe,display:t<=$})},u(e,t))}:function(e,t){var n=ue(e,t);return a.createElement(xi,Oa({},ge,{order:t,key:n,item:e,renderItem:ce,itemKey:n,registerSize:pe,display:t<=$}))},be={order:fe?$:Number.MAX_SAFE_INTEGER,className:"".concat(te,"-rest"),registerSize:function(e,t){H(t),I(V)},display:fe};if(b)b&&(ve=a.createElement(Vi.Provider,{value:Pa(Pa({},ge),be)},b(le)));else{var we=g||Bi;ve=a.createElement(xi,Oa({},ge,be),"function"==typeof we?we(le):we)}var _e=a.createElement(C,Oa({className:y()(!ie&&i,m),style:f,ref:t},x),se.map(ye),oe?ve:null,w&&a.createElement(xi,Oa({},ge,{responsive:re,responsiveDisabled:!ae,order:$,className:"".concat(te,"-suffix"),registerSize:function(e,t){z(t)},display:!0,style:me}),w));return re&&(_e=a.createElement(_i,{onResize:function(e,t){D(t.clientWidth)},disabled:!ae},_e)),_e}var Wi=a.forwardRef(zi);Wi.displayName="Overflow",Wi.Item=Ii,Wi.RESPONSIVE=Hi,Wi.INVALIDATE=Zi;var Ui=n(34594),Ki=n(95483),Ji=n(78718),qi=n.n(Ji),Gi=n(50819),$i=n(52014),Xi=(0,a.createContext)({themeColor:"light",stacked:!0,mode:"inline",collapsed:!1,direction:"ltr",prefix:"",inlineIndent:15,accordion:!1,draggable:!1}),Qi=(0,Ki.q7)("drag-bar"),eo=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.internalProps=["children","eventKey","warnKey","disabled","itemIcon","attribute","onMouseEnter","onMouseLeave","onClick"],t}return(0,r.ZT)(t,e),t.prototype.getDynamicStyle=function(e){var t=this.context,n=t.stacked,r=t.inlineIndent,a=void 0===r?16:r,i=this.props.depth,o=!n,s="number"==typeof a?a:16,l="(\n ".concat(e?"var(--Menu-icon-size) + var(--gap-sm) +":"","\n ").concat(1===i?o?"var(--Menu-Submenu-title-paddingX) * 2":"0px":o?"var(--Menu-Submenu-title-paddingX) + ".concat(s,"px"):"".concat(s,"px"),"\n )");return{maxWidth:o?"calc(var(--Menu-width) - ".concat(l,")"):"calc(100% - ".concat(l,")")}},t.prototype.isImgPath=function(e){return"string"==typeof e&&(!!~e.indexOf(".")||/^\/images\//.test(e))},t.prototype.renderMenuItem=function(){var e,t,n,i,o,s,l=this.context,u=l.collapsed,c=l.draggable,d=l.stacked,p=l.mode,h=l.onDragStart,f=this.props,m=f.classnames,v=f.icon,g=f.label,y=f.labelExtra,b=f.path,w=f.depth,_=f.badge,C=f.badgeClassName,E=f.renderLink,k=f.extra,S=f.disabled,x=f.id,T=f.data,M=u&&1===w,O=v?"string"==typeof v?this.isImgPath(v)?a.createElement("div",{className:m("Nav-Menu-item-icon")},a.createElement("img",{width:"14px",src:v})):a.createElement("i",{className:m("Nav-Menu-item-icon",v,(e={},e["Nav-Menu-item-icon-collapsed"]=M,e))}):a.isValidElement(v)?a.cloneElement(v,{className:m("Nav-Menu-item-icon",null===(o=v.props)||void 0===o?void 0:o.className,(t={},t["Nav-Menu-item-icon-svg-collapsed"]=M,t))}):null:null,N=g&&("string"==typeof g||Array.isArray(g))?a.createElement("span",{className:m("Nav-Menu-item-label",(n={},n["Nav-Menu-item-label-collapsed"]=M,n)),title:M||Array.isArray(g)?"":g,style:this.getDynamicStyle(!!O)},M?g.slice(0,1):g):a.isValidElement(g)?a.cloneElement(g,{className:m("Nav-Menu-item-label",null===(s=null==g?void 0:g.props)||void 0===s?void 0:s.className,(i={},i["Nav-Menu-item-label-collapsed"]=M,i["Nav-Menu-item-label-subTitle"]=!M,i)),style:this.getDynamicStyle(!!O)}):null,D=!S&&d&&"inline"===p&&!u&&c?a.createElement("span",{className:m("Nav-Menu-item-dragBar"),draggable:!0},a.createElement(Qi,null)):null,A=E&&"function"==typeof E?E(this.props):b||"";return a.createElement("div",{className:m("Nav-Menu-item-wrap")},a.createElement(Gi.C,{classnames:m,badge:_&&!M?(0,r.pi)((0,r.pi)({},_),{className:C}):null,data:(0,Ui.nW9)(T,A)},a.createElement("a",{className:m("Nav-Menu-item-link"),title:"string"==typeof(null==A?void 0:A.label)?null==A?void 0:A.label:void 0,"data-id":(null==A?void 0:A.__id)||x,"data-depth":w,onDragStart:null==h?void 0:h(A)},M?a.createElement(a.Fragment,null,O||N):a.createElement(a.Fragment,null,D,O,N,y))),k?a.createElement("div",{className:m("Nav-Menu-item-extra")},k):null)},t.prototype.render=function(){var e,t=this.props,n=t.className,i=t.tooltipClassName,o=t.classnames,s=t.label,l=t.disabled,u=t.disabledTip,c=t.tooltipContainer,d=t.tooltipTrigger,p=t.depth,h=t.hidden,f=t.order,m=t.overflowedIndicator,v=t.overflowMaxCount,g=this.context,y=g.collapsed,b=g.mode,w=g.stacked,_=g.themeColor,C=g.direction,E=w&&"inline"===b&&y&&1===p,k=m&&v;return h?null:a.createElement($i.Z,{tooltipClassName:o("Nav-Menu-item-tooltip",i,(e={},e["Nav-Menu-item-tooltip-dark"]="dark"===_,e)),placement:"rtl"===C?"left":"right",tooltip:l?u:E?s:"",container:c,trigger:d,rootClose:!0},a.createElement("ul",{className:o("Nav-Menu-item-tooltip-wrap"),style:k?{}:{order:f}},a.createElement(Mt,(0,r.pi)({},qi()(this.props,this.internalProps),{className:o(n)}),this.renderMenuItem())))},t.defaultProps={disabled:!1,tooltipTrigger:["hover","focus"]},t.contextType=Xi,t}(a.Component),to=(0,Ui.YYN)(eo),no=(0,Ki.q7)("drag-bar"),ro=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.internalProps=["key","style","className","title","children","disabled","eventKey","warnKey","itemIcon","expandIcon","onMouseEnter","onMouseLeave","popupClassName","popupOffset","onClick","onTitleClick","onTitleMouseEnter","onTitleMouseLeave"],t}return(0,r.ZT)(t,e),t.prototype.handleSubmenuTitleActived=function(e){var t=e.key,n=e.domEvent,r=this.context,a=r.onSubmenuClick;r.stacked&&(null==a||a({key:t,domEvent:n,props:this.props}))},t.prototype.getDynamicStyle=function(e){var t=this.context.stacked,n=this.props.depth,r=!t,a="(\n ".concat(e?"var(--Menu-icon-size) + var(--gap-sm) +":"","\n ").concat(r?"var(--Menu-Submenu-title-paddingX) * 2":1===n?"0px":"var(--Menu-Submenu-title-paddingX)","\n )");return{maxWidth:r?"calc(var(--Menu-width) - ".concat(a,")"):"calc(100% - ".concat(a,")")}},t.prototype.isImgPath=function(e){return"string"==typeof e&&(!!~e.indexOf(".")||/^\/images\//.test(e))},t.prototype.renderSubMenuTitle=function(){var e,t,n,i,o,s,l=this.context,u=l.collapsed,c=l.stacked,d=l.mode,p=l.draggable,h=l.onDragStart,f=this.props,m=f.classnames,v=f.id,g=f.label,y=f.icon,b=f.path,w=f.depth,_=f.badge,C=f.badgeClassName,E=f.disabled,k=f.data,S=f.extra,x=f.renderLink,T=u&&1===w,M=x&&"function"==typeof x?x(this.props):b||"",O=y?"string"==typeof y?this.isImgPath(y)?a.createElement("div",{className:m("Menu-item-icon")},a.createElement("img",{width:"14px",src:y})):a.createElement("i",{key:"icon",className:m("Menu-item-icon",y,(e={},e["Menu-item-icon-collapsed"]=T,e))}):a.isValidElement(y)?a.cloneElement(y,{className:m("Menu-item-icon",null===(o=y.props)||void 0===o?void 0:o.className,(t={},t["Menu-item-icon-svg-collapsed"]=T,t))}):null:null,N=g&&("string"==typeof g||Array.isArray(g))?a.createElement("span",{className:m("Nav-Menu-item-label",(n={},n["Nav-Menu-item-label-collapsed"]=T,n["Nav-Menu-item-label-subTitle"]=!T,n)),title:T||Array.isArray(g)?"":g,style:this.getDynamicStyle(!!O)},T?g.slice(0,1):g):a.isValidElement(g)?a.cloneElement(g,{className:m("Nav-Menu-item-label",null===(s=null==g?void 0:g.props)||void 0===s?void 0:s.className,(i={},i["Nav-Menu-item-label-collapsed"]=T,i["Nav-Menu-item-label-subTitle"]=!T,i)),style:this.getDynamicStyle(!!O)}):null,D=!E&&c&&"inline"===d&&!u&&p?a.createElement("span",{className:m("Nav-Menu-item-dragBar"),draggable:!0},a.createElement(no,null)):null;return a.createElement("div",{className:m("Nav-Menu-item-wrap")},a.createElement(Gi.C,{classnames:m,badge:_&&!T?(0,r.pi)((0,r.pi)({},_),{className:C}):null,data:(0,Ui.nW9)(k,M)},a.createElement("a",{className:m("Nav-Menu-item-link"),"data-id":(null==M?void 0:M.__id)||v,"data-depth":w,onDragStart:null==h?void 0:h(M)},T?a.createElement(a.Fragment,null,O||N):a.createElement(a.Fragment,null,D,O,N,c?null:a.createElement("span",{key:"expand-toggle",className:m("Nav-Menu-submenu-arrow")},a.createElement(Ki.JO,{icon:"right-arrow-bold",className:"icon"}))))),S?a.createElement("div",{className:m("Nav-Menu-item-extra")},S):null)},t.prototype.render=function(){var e,t,n=this.props,i=n.className,o=n.popupClassName,s=n.classnames,l=n.hidden,u="dark"===this.context.themeColor;return l?null:a.createElement(ya,(0,r.pi)({},qi()(this.props,this.internalProps),{className:s("Nav-Menu-submenu",(e={},e["Nav-Menu-submenu-dark"]=u,e),i),popupClassName:s("Nav-Menu-submenu-popup",(t={},t["Nav-Menu-submenu-popup-dark"]=u,t),o),title:this.renderSubMenuTitle(),onTitleClick:this.handleSubmenuTitleActived}))},t.contextType=Xi,(0,r.gn)([Ui.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSubmenuTitleActived",null),t}(a.Component),ao=(0,Ui.YYN)(ro),io=function(e){function t(t){var n=e.call(this,t)||this,a=n.normalizeNavigations((0,r.pi)({},t)),i=a.transformedNav,o=a.activeKey,s=a.defaultOpenKeys,l=a.openKeys;return n.state={navigations:i,activeKey:o,defaultOpenKeys:s,openKeys:l},n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e,t){var n,a,i=this.props,o=e.isOpen,s=e.navigations.length!==i.navigations.length;if(!s)try{for(var u=(0,r.XA)(i.navigations.entries()),c=u.next();!c.done;c=u.next()){var d=(0,r.CR)(c.value,2),p=d[0],h=d[1];if(!h.link||h.link&&!l()(h.link,e.navigations[p].link)){s=!0;break}}}catch(e){n={error:e}}finally{try{c&&!c.done&&(a=u.return)&&a.call(u)}finally{if(n)throw n.error}}if(s||!l()(e.location,i.location)){var f=this.normalizeNavigations((0,r.pi)((0,r.pi)({},i),{isOpen:o})),m=f.transformedNav,v=f.activeKey,g=f.defaultOpenKeys,y=f.openKeys;this.setState({navigations:m,activeKey:v,defaultOpenKeys:g,openKeys:y})}},t.prototype.getKeyPaths=function(e,t){var n=(0,Ui.hEs)(e,(function(e){return e.id===t}));if(!n)return[];var r=(0,Ui.kSg)(e,n);return r?r.map((function(e){return e.id||""})):[]},t.prototype.normalizeNavigations=function(e){var t=this,n=e.navigations,a=e.prefix,i=e.isActive,o=e.isOpen,s=e.stacked,l=1,u=[],c=[],d=(0,Ui.GyU)((0,Ui.get)(n,(function(e,t,n){return!(!s&&(null==e?void 0:e.isDivider))})),(function(e,t,n,s){var d=(e.id||e.key||l++).toString();!u.find((function(e){return e===d}))&&i(e,a)&&(null==u||u.push(d));var p=o(e);return!c.find((function(e){return e===d}))&&p&&c.push(d),(0,r.pi)((0,r.pi)({},e),{id:d,active:i,depth:n,children:e.children})}),1,!1),p=[];return u.forEach((function(e){p=(0,r.ev)((0,r.ev)((0,r.ev)([],(0,r.CR)(p),!1),(0,r.CR)(t.getKeyPaths(d,e)),!1),[e],!1)})),{transformedNav:d,activeKey:u,defaultOpenKeys:p,openKeys:c}},t.prototype.handleItemClick=function(e){var t=e.key,n=e.domEvent,a=e.keyPath;return(0,r.mG)(this,void 0,void 0,(function(){var e,i,o;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return n&&n.defaultPrevented?[2]:(e=this.props.onSelect,i=(0,Ui.hEs)(this.state.navigations,(function(e){return e.id===t})),(o=e)?[4,e((null==i?void 0:i.link)||i,a.length)]:[3,2]);case 1:o=r.sent(),r.label=2;case 2:return!1===o||this.setState({activeKey:[t]}),[2]}}))}))},t.prototype.handleSubMenuTitleClick=function(e){var t=e.key,n=e.domEvent,r=e.props;n&&n.defaultPrevented||this.selectSubItem({key:t,domEvent:n,props:r})},t.prototype.selectSubItem=function(e){var t=e.key;e.domEvent,e.props;var n=this.state.navigations,a=this.props,i=a.stacked,s=a.mode,l=a.collapsed,u=a.accordion,c=a.onToggleExpand,d=a.onToggle,p=a.onSelect,h=i&&"inline"===s&&!l,f=this.state.openKeys.concat(),m=f.includes(t),v=this.getKeyPaths(n,t);f=m?f.filter((function(e){return e!==t})):h&&u?(0,r.ev)((0,r.ev)([],(0,r.CR)(v),!1),[t],!1):(0,r.ev)((0,r.ev)([],(0,r.CR)(f),!1),[t],!1);var g=(0,Ui.hEs)(n,(function(e){return e.id===t}));null==d||d(null==g?void 0:g.link,v.length,m),null==c||c(o()(f)),null==p||p((null==g?void 0:g.link)||g,v.length)},t.prototype.handleToggleExpand=function(e){var t=this.state.navigations,n=this.props,a=n.onToggleExpand,i=n.stacked,s=n.mode,l=n.collapsed,u=n.accordion,c=n.onToggle,d=e.disabled,p=e.eventKey,h=e.isOpen,f=e.isSubMenu,m=this.state.openKeys.concat(),v=i&&"inline"===s&&!l,g=this.getKeyPaths(t,p);if(f&&!d){h?m=m.filter((function(e){return e!==p})):v&&u?m=(0,r.ev)((0,r.ev)([],(0,r.CR)(g),!1),[p],!1):m.push(p);var y=(0,Ui.hEs)(t,(function(e){return e.id===p}));null==c||c(null==y?void 0:y.link,g.length,h),null==a||a(o()(m))}},t.prototype.renderExpandIcon=function(e){var t=this,n=this.props,r=n.classnames,i=n.expandIcon;return a.createElement("span",{key:"expand-toggle",className:r("Nav-Menu-submenu-arrow"),onClick:function(n){t.handleToggleExpand(e),n.preventDefault()}},i&&a.isValidElement(i)?"string"==typeof i?a.createElement("i",{className:r(i)}):i:a.createElement(Ki.JO,{icon:"right-arrow-bold",className:"icon"}))},t.prototype.renderMenuContent=function(e,t){var n=this,i=this.props,o=i.renderLink,s=i.classnames,l=i.themeColor,u=i.disabled,c=i.badge,d=i.data,p=i.isActive,h=i.collapsed,f=i.overflowedIndicator,m=i.overflowMaxCount;return e.map((function(e,i){var v;if(e.mode&&"group"===e.mode)return a.createElement(Sa,{key:e.id,title:h?"":e.label,className:e.className},h&&i>0?a.createElement(xa,{key:"group-divider"+e.id}):null,n.renderMenuContent(e.children||[],e.depth));var g=void 0===e.disabled?u:e.disabled,y=e.link;return y&&y.defer&&!y.loaded||e.children&&e.children.length?a.createElement(ao,(0,r.pi)({},e,{key:e.id,disabled:g||y.loading,active:p(e),badge:c,renderLink:o,depth:t||1}),n.renderMenuContent(e.children||[],e.depth+1)):e.isDivider?a.createElement(xa,{key:e.id,className:s("Nav-Menu-item-divider",(v={},v["Nav-Menu-item-divider-dark"]="dark"===l,v))}):a.createElement(to,(0,r.pi)({},e,{key:e.id,disabled:g,renderLink:o,badge:c,data:d,depth:t||1,order:i,overflowedIndicator:f,overflowMaxCount:m}))}))},t.prototype.render=function(){var e,t,n=this.props,r=n.classPrefix,i=n.className,o=n.classnames,s=n.collapsed,l=n.themeColor,u=n.stacked,c=n.mode,d=n.accordion,p=n.prefix,h=n.disabled,f=n.draggable,m=n.triggerSubMenuAction,v=n.direction,g=n.overflowedIndicator,y=n.disabledOverflow,b=n.overflowMaxCount,w=n.overflowComponent,_=n.overflowedIndicatorPopupClassName,C=n.overflowSuffix,E=n.overflowItemWidth,k=n.overflowStyle,S=n.popOverContainer,x=n.inlineIndent,T=n.expandBefore,M=n.onDragStart,O=this.state,N=O.navigations,D=O.activeKey,A=O.defaultOpenKeys,L=O.openKeys,P="dark"===l,F=(0,Ui.hEs)(N,(function(e){return!!e.disabled})),R=u?"float"===c?"vertical-right":"vertical":"horizontal",j=s||!u||u&&"float"===c;return a.createElement(Xi.Provider,{value:{themeColor:l,stacked:u,mode:c,collapsed:s,direction:v,prefix:p,inlineIndent:x,accordion:d,draggable:f,onDragStart:M,onSubmenuClick:this.handleSubMenuTitleClick}},a.createElement(Ma,{key:"menu",prefixCls:"".concat(r,"Nav-Menu"),className:o("Nav-Menu-".concat(v),i,(e={},e["Nav-Menu-collapsed"]=u&&s,e["Nav-Menu-dark"]=P,e["Nav-Menu-light"]=!P,e["Nav-Menu-disabled"]=h||!!F,e["Nav-Menu-expand-before"]=u&&"inline"===c&&!s&&T,e)),direction:v,mode:u&&"inline"===c&&!s?"inline":R,inlineIndent:x,triggerSubMenuAction:m,expandIcon:this.renderExpandIcon,getPopupContainer:S,overflowedIndicator:a.isValidElement(g)?a.cloneElement(g,{className:o("Nav-Menu-item-icon Nav-Menu-overflowedIcon",null===(t=g.props)||void 0===t?void 0:t.className)}):a.createElement("i",{className:o("Nav-Menu-item-icon Nav-Menu-overflowedIcon","fa fa-ellipsis-h")}),maxCount:u||y?Wi.INVALIDATE:b||Wi.RESPONSIVE,component:w||"ul",style:k,overflowedIndicatorPopupClassName:_,suffix:C||null,itemWidth:E||null,selectedKeys:null!=D?D:[],defaultOpenKeys:j?void 0:A,openKeys:j?void 0:L,onClick:this.handleItemClick},this.renderMenuContent(N)))},t.defaultProps={collapsed:!1,themeColor:"light",stacked:!0,mode:"inline",direction:"ltr",prefix:"",triggerSubMenuAction:"hover",inlineIndent:15,popOverContainer:function(){return document.body},renderLink:function(e){return{pathname:e.path}},isActive:function(e,t){var n=e.path;return!(location.pathname!==n)},isOpen:function(e){return!!e.children&&e.children.some((function(e){return e.open}))}},(0,r.gn)([Ui.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleItemClick",null),(0,r.gn)([Ui.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSubMenuTitleClick",null),(0,r.gn)([Ui.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleToggleExpand",null),(0,r.gn)([Ui.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderExpandIcon",null),t}(a.Component),oo=(0,Ui.YYN)(io)},2782:function(e,t,n){"use strict";n.d(t,{W:function(){return m},j:function(){return v}});var r=n(70655),a=n(67294),i=n(34594),o=n(64179),s=n(10156),l=n(29463),u=n(37601),c=n(95483),d=n(91936),p=n(12806),h=n(50800),f=n(39972),m={key:"JSONSchema.key",title:"JSONSchema.title",description:"JSONSchema.description",default:"JSONSchema.default",empty:"placeholder.empty"},v=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.handleTypeChange=function(e){var t,n=this.props,r=n.value,a=n.onChange,i=n.onTypeChange,o={type:e,title:null==r?void 0:r.title};o=null!==(t=null==i?void 0:i(e,o,r))&&void 0!==t?t:o,null==a||a(o)},t.prototype.handlePropsChange=function(e){var t=this.props,n=t.onChange,a=t.value;null==n||n((0,r.pi)((0,r.pi)({},a),e))},t.prototype.handleBeforeSubmit=function(e){return e.submit()},t.prototype.renderCommon=function(){var e=this.props,t=e.value,n=e.translate,i=e.typeMutable,m=e.disabled,v=e.classnames,g=e.required,y=e.onRequiredChange,b=e.renderExtraProps,w=e.renderModalProps,_=e.enableAdvancedSetting,C=e.prefix,E=e.affix,k=e.types,S=e.placeholder;return a.createElement(a.Fragment,null,C,k.length>1?a.createElement(h.ZP,{options:k,className:v("SchemaEditor-type"),value:(null==t?void 0:t.$ref)||(null==t?void 0:t.type)||"string",onChange:this.handleTypeChange,clearable:!1,disabled:m||!1===i,simpleValue:!0}):null,y?a.createElement(s.Z,{className:v("SchemaEditor-required"),label:n("Required"),value:g,onChange:y,disabled:m||!1===i}):null,null==b?void 0:b(t,this.handlePropsChange),_?a.createElement(p.Z,{value:t,bodyRender:function(e){var t=e.isOpened,i=e.value,o=e.onChange,s=e.ref;return t?a.createElement(l.Z,{defaultValue:i,onSubmit:o,ref:s},(function(e){var t=e.control,i=e.getValues,o=e.setValue;return a.createElement(a.Fragment,null,a.createElement(u.Q,{label:n("JSONSchema.title"),name:"title",control:t,rules:{maxLength:20},isRequired:!0,render:function(e){var t,i=e.field;return a.createElement(d.Z,(0,r.pi)({},i,{disabled:m,placeholder:n(null!==(t=null==S?void 0:S.title)&&void 0!==t?t:"")}))}}),a.createElement(u.Q,{label:n("JSONSchema.description"),name:"description",control:t,render:function(e){var t,i=e.field;return a.createElement(f.Z,(0,r.pi)({},i,{disabled:m,placeholder:n(null!==(t=null==S?void 0:S.description)&&void 0!==t?t:"")}))}}),a.createElement(u.Q,{label:n("JSONSchema.default"),name:"default",control:t,render:function(e){var t,i=e.field;return a.createElement(d.Z,(0,r.pi)({},i,{disabled:m,placeholder:n(null!==(t=null==S?void 0:S.default)&&void 0!==t?t:"")}))}}),null==w?void 0:w(i(),(function(e){Object.keys(e).forEach((function(t){return o(t,e[t])}))})))})):null},beforeConfirm:this.handleBeforeSubmit,onConfirm:this.handlePropsChange,title:n("SubForm.editDetail")},(function(e){var n=e.onClick;return a.createElement(o.Z,{disabled:m||!!(null==t?void 0:t.$ref),className:v("SchemaEditor-btn"),onClick:n},a.createElement(c.JO,{icon:"setting",className:"icon"}))})):null,E)},t.prototype.render=function(){var e=this.props.classnames;return a.createElement("div",{className:e("SchemaEditorItem")},this.renderCommon())},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleTypeChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handlePropsChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleBeforeSubmit",null),t}(a.Component)},74205:function(e,t,n){"use strict";n.d(t,{Z:function(){return u}});var r=n(70655),a=n(67294),i=n(34594),o=n(83225),s=n(52014),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={variables:t.schemasToVaraibles(t.props)},t}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props;t.schemas!==e.schemas&&this.setState({variables:this.schemasToVaraibles(t)})},t.prototype.schemasToVaraibles=function(e){var t,n,r=Array.isArray(e.schemas)?e.schemas.concat():e.schemas?[e.schemas]:[],a=new i.JO1(r);return this.dataSchema=a,null===(n=(t=this.props).beforeBuildVariables)||void 0===n||n.call(t,a),a.getDataPropsAsOptions()},t.prototype.handleSelect=function(e){var t,n=this.props.onSelect,r=null===(t=this.dataSchema)||void 0===t?void 0:t.getSchemaByPath(e.value);null==n||n(e.value,r)},t.prototype.itemRender=function(e){var t=this.props,n=t.classnames,r=t.translate;return a.createElement("span",{className:n("FormulaEditor-VariableList-item")},a.createElement("label",null,e.label),a.createElement(s.Z,{tooltip:e.description,tooltipTheme:"dark"},a.createElement("span",{className:n("FormulaEditor-VariableList-item-tag")},r("SchemaType.".concat(e.type||"any")))))},t.prototype.render=function(){var e=this.props,t=e.selectMode,n=e.value,r=e.placeholderRender;return a.createElement(o.Z,{data:this.state.variables,value:n,onSelect:this.handleSelect,selectMode:t||"tree",itemRender:this.itemRender,placeholderRender:r})},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSelect",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"itemRender",null),t}(a.Component),u=(0,i.eAU)((0,i.YYN)(l))},53612:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(12806),s=n(74205),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.translate,n=e.schemas,r=e.value,i=e.onConfirm,l=e.onCancel,u=e.children,c=e.title,d=e.selectMode,p=e.beforeBuildVariables,h=e.onPickerOpen,f=e.placeholderRender;return a.createElement(o.Z,{onPickerOpen:h,title:null!=c?c:t("Select.placeholder"),bodyRender:function(e){var t,r=e.value,i=e.onChange,o=e.schemas;return e.isOpened?a.createElement(s.Z,{value:null!==(t=null==r?void 0:r.value)&&void 0!==t?t:r,onSelect:function(e,t){return i({value:e,schema:t})},schemas:null!=o?o:n,selectMode:d,beforeBuildVariables:p,placeholderRender:f}):a.createElement(a.Fragment,null)},value:r,onConfirm:i,onCancel:l},u)},t}(a.Component);(0,i.eAU)((0,i.YYN)(l))},85148:function(e,t,n){"use strict";n.d(t,{Z:function(){return f}});var r=n(70655),a=n(67294),i=n(34594),o=n(95483),s=n(2782),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={collapsed:!1},t}return(0,r.ZT)(t,e),t.prototype.toggleCollapsed=function(){this.setState({collapsed:!this.state.collapsed})},t.prototype.handleItemsChange=function(e){var t,n,a=(0,r.pi)((0,r.pi)({},this.props.value),{type:"array",items:e});null===(n=(t=this.props).onChange)||void 0===n||n.call(t,a)},t.prototype.renderItems=function(){var e=this.props,t=e.classnames,n=e.value,r=e.renderExtraProps,i=e.renderModalProps,o=e.locale,s=e.translate,l=e.classPrefix,u=e.disabled,c=e.showInfo,d=e.types,h=e.onTypeChange,f=e.enableAdvancedSetting,m=e.placeholder,v=(null==n?void 0:n.items)||{type:"string"};return a.createElement("div",{className:t("SchemaEditorProps SchemaEditorArrayProps",{"SchemaEditorProps--depth":!1!==c})},a.createElement(p,{types:d,onTypeChange:h,prefix:a.createElement("div",{className:t("SchemaEditor-itemsLabel")},s("JSONSchema.array_items")),value:v,onChange:this.handleItemsChange,renderExtraProps:r,renderModalProps:i,locale:o,translate:s,classnames:t,classPrefix:l,disabled:u||!!(null==v?void 0:v.$ref),enableAdvancedSetting:f,placeholder:m}))},t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.showInfo;return e.disabled,a.createElement("div",{className:t("SchemaEditorItem SchemaEditorArray")},!1!==n?a.createElement(a.Fragment,null,a.createElement("a",{className:t("SchemaEditor-caret",{"is-collapsed":this.state.collapsed}),onClick:this.toggleCollapsed},a.createElement(o.JO,{icon:"caret",className:"icon"})),this.renderCommon()):null,this.state.collapsed?null:this.renderItems())},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"toggleCollapsed",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleItemsChange",null),t}(s.j),u=n(64179),c=n(91936),d=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={members:t.propsToMembers(t.props),collapsed:!1},t}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props;t.value!==e.value&&JSON.stringify(t.value)!==JSON.stringify(this.lastValue)&&this.setState({members:this.propsToMembers(t)})},t.prototype.propsToMembers=function(e){var t,n,r=[],a=Array.isArray(null===(t=e.value)||void 0===t?void 0:t.required)?e.value.required:[];if(null===(n=e.value)||void 0===n?void 0:n.properties){var o=e.value.properties;Object.keys(o).forEach((function(e){var t=o[e];r.push({id:(0,i.M8z)(),key:e||"",hasError:!e||r.some((function(t){return t.key===e})),required:!!~a.indexOf(e),schema:t})}))}return r},t.prototype.pipeOut=function(){var e=this.state.members,t=this.props,n=t.value,a=t.onChange,i={},o=[];e.filter((function(e){return!e.hasError})).forEach((function(e){i[e.key]=e.schema,e.required&&o.push(e.key)})),this.lastValue=(0,r.pi)((0,r.pi)({},n),{properties:i,required:o}),null==a||a(this.lastValue)},t.prototype.handleAdd=function(){var e=this.state.members.concat();e.push({id:(0,i.M8z)(),key:"",hasError:!0,required:!1,schema:{type:"string"}}),this.setState({members:e},this.pipeOut)},t.prototype.handlePropKeyChange=function(e,t){var n=this.state.members.concat();n[e]=(0,r.pi)((0,r.pi)({},n[e]),{key:t,hasError:!t||n.some((function(n,r){return r!==e&&n.key===t}))}),this.setState({members:n},this.pipeOut)},t.prototype.handlePropTitleChange=function(e,t){var n=this.state.members.concat();n[e]=(0,r.pi)((0,r.pi)({},n[e]),{schema:(0,r.pi)((0,r.pi)({},n[e].schema),{title:t})}),this.setState({members:n},this.pipeOut)},t.prototype.handlePropRemove=function(e){var t=this.state.members.concat();t.splice(e,1),this.setState({members:t},this.pipeOut)},t.prototype.handlePropChange=function(e,t){var n=this.state.members.concat();n[e]=(0,r.pi)((0,r.pi)({},n[e]),{schema:(0,r.pi)({},t)}),this.setState({members:n},this.pipeOut)},t.prototype.handlePropRequiredChange=function(e,t){var n=this.state.members.concat();n[e]=(0,r.pi)((0,r.pi)({},n[e]),{required:t}),this.setState({members:n},this.pipeOut)},t.prototype.toggleCollapsed=function(){this.setState({collapsed:!this.state.collapsed})},t.prototype.rendererProps=function(){var e,t=this,n=this.props,r=n.value,i=n.translate,s=n.classnames,l=n.renderExtraProps,d=n.renderModalProps,h=n.locale,f=n.classPrefix,m=n.disabled,v=n.showInfo,g=n.types,y=n.onTypeChange,b=n.enableAdvancedSetting,w=n.placeholder,_=this.state.members;return a.createElement("div",{className:s("SchemaEditorProps",{"SchemaEditorProps--depth":!1!==v})},_.length?_.map((function(e,n){var v,_;return a.createElement(p,{key:e.id,types:g,onTypeChange:y,enableAdvancedSetting:b,prefix:a.createElement(a.Fragment,null,a.createElement(c.Z,{className:s("SchemaEditor-key"),hasError:e.hasError,value:e.key||"",onChange:t.handlePropKeyChange.bind(t,n),placeholder:i(null!==(v=null==w?void 0:w.key)&&void 0!==v?v:""),disabled:m||!!(null==r?void 0:r.$ref)}),a.createElement(c.Z,{className:s("SchemaEditor-title"),value:e.schema.title||"",onChange:t.handlePropTitleChange.bind(t,n),placeholder:i(null!==(_=null==w?void 0:w.title)&&void 0!==_?_:""),disabled:m||!!(null==r?void 0:r.$ref)})),affix:a.createElement(u.Z,{className:s("SchemaEditor-btn"),onClick:t.handlePropRemove.bind(t,n),iconOnly:!0,disabled:m||!!(null==r?void 0:r.$ref)},a.createElement(o.JO,{icon:"remove",className:"icon"})),value:e.schema,onChange:t.handlePropChange.bind(t,n),renderExtraProps:l,renderModalProps:d,locale:h,translate:i,classnames:s,classPrefix:f,disabled:m||!!(null==r?void 0:r.$ref),required:e.required,onRequiredChange:t.handlePropRequiredChange.bind(t,n),placeholder:w})})):a.createElement("div",{className:s("SchemaEditorProps-placeholder")},i(null!==(e=null==w?void 0:w.empty)&&void 0!==e?e:"")),a.createElement(u.Z,{level:"link",onClick:this.handleAdd,size:"xs",disabled:m||!!(null==r?void 0:r.$ref)},i("JSONSchema.add_prop")))},t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.showInfo;return e.translate,e.disabled,a.createElement("div",{className:t("SchemaEditorItem SchemaEditorObject",{"is-collapsed":this.state.collapsed})},!1!==n?a.createElement(a.Fragment,null,a.createElement("a",{className:t("SchemaEditor-caret",{"is-collapsed":this.state.collapsed}),onClick:this.toggleCollapsed},a.createElement(o.JO,{icon:"caret",className:"icon"})),this.renderCommon()):null,this.state.collapsed?null:this.rendererProps())},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"pipeOut",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleAdd",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number,String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handlePropKeyChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number,String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handlePropTitleChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handlePropRemove",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handlePropChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number,Boolean]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handlePropRequiredChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"toggleCollapsed",null),t}(s.j),p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props.value,t=s.j;switch(null==e?void 0:e.type){case"object":t=d;break;case"array":t=l}return a.createElement(t,(0,r.pi)({},this.props))},t}(a.Component),h=function(e){function t(t){var n=e.call(this,t)||this,r=t.translate;return n.defaultTypes=[{label:r("SchemaType.string"),value:"string"},{label:r("SchemaType.number"),value:"number"},{label:r("SchemaType.integer"),value:"integer"},{label:r("SchemaType.boolean"),value:"boolean"},{label:r("SchemaType.null"),value:"null"},{label:r("SchemaType.object"),value:"object"},{label:r("SchemaType.array"),value:"array"}],n}return(0,r.ZT)(t,e),t.prototype.handleTypeChange=function(e,t,n){var a=this.props.definitions;return"array"===e&&(t.items={type:"string"}),(null==a?void 0:a[e])&&(t=(0,r.pi)((0,r.pi)((0,r.pi)({},t),a[e]),{$ref:e})),t},t.prototype.render=function(){var e=this.props,t=e.defaultType,n=e.classnames,r=e.onChange,i=e.renderExtraProps,o=e.renderModalProps,s=e.translate,l=e.locale,u=e.classPrefix,c=e.rootTypeMutable,d=e.showRootInfo,h=e.disabled,f=e.definitions,m=e.enableAdvancedSetting,v=e.placeholder,g=this.props.value||{type:t||"object"},y=Array.isArray(this.props.disabledTypes)?this.props.disabledTypes:[],b=this.defaultTypes.concat();return f&&Object.keys(f).forEach((function(e){var t=f[e];(null==t?void 0:t.type)&&t.title&&["string","number","integer","object","array","boolean","null"].includes(t.type)&&b.push({value:e,label:s(t.title)})})),y.length&&(b=b.filter((function(e){return!~y.indexOf(e.value)}))),a.createElement("div",{className:n("SchemaEditor")},a.createElement(p,{types:b,typeMutable:c,showInfo:d,value:g,onChange:r,renderExtraProps:i,renderModalProps:o,locale:l,translate:s,classnames:n,classPrefix:u,disabled:h,onTypeChange:this.handleTypeChange,enableAdvancedSetting:m,placeholder:v}))},t.defaultProps={defaultType:"object",rootTypeMutable:!1,showRootInfo:!1,disabledTypes:["null"],placeholder:s.W},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String,Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleTypeChange",null),t}(a.Component),f=(0,i.YYN)((0,i.eAU)((0,i.nmi)(h,{value:"onChange"})))},14743:function(e,t,n){"use strict";n.d(t,{Z:function(){return l}});var r=n(70655),a=n(67294),i=n(73935),o=n(34594),s=function(e){function t(t){var n=e.call(this,t)||this;return n.state={isOpened:!1},n.openLayer=n.openLayer.bind(n),n.closeLayer=n.closeLayer.bind(n),n}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this,t=this.state.isOpened,n=this.props,s=n.popOverContainer,l=n.active,u=n.className,c=n.layerClassName,d=n.filterIcon,p=n.filterDropdown,h=n.classnames,f=n.classPrefix;return a.createElement("span",{className:h(u,l?"is-active":"")},a.createElement("span",{onClick:this.openLayer},d&&"function"==typeof d?d(l):d||null),t?a.createElement(o.aVW,{container:s||function(){return(0,i.findDOMNode)(e)},placement:"left-bottom-left-top right-bottom-right-top",target:s?function(){return(0,i.findDOMNode)(e).parentNode}:null,show:!0},a.createElement(o.v$m,{classPrefix:f,onHide:this.closeLayer,className:h(c),overlay:!0},p&&"function"==typeof p?p((0,r.pi)((0,r.pi)({},this.props),{confirm:function(t){t&&!1===t.closeDropdown||e.closeLayer()}})):p||null)):null)},t.prototype.openLayer=function(){this.setState({isOpened:!0})},t.prototype.closeLayer=function(){this.setState({isOpened:!1})},t}(a.Component),l=(0,o.YYN)((0,o.eAU)(s))},7095:function(e,t,n){"use strict";n.d(t,{Z:function(){return Z}});var r=n(70655),a=n(67294),i=n(73935),o=n(7436),s=n.n(o),l=n(13311),u=n.n(l),c=n(18446),d=n.n(c),p=n(63105),h=n.n(p),f=n(25325),m=n.n(f),v=n(51474),g=n(34594),y=n(95483),b=n(10156),w=n(55843),_=function(e){function t(t){var n=e.call(this,t)||this;return n.state={order:"",orderBy:""},n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props;void 0===(null==t?void 0:t.active)||(null==t?void 0:t.active)||t.active===(null==e?void 0:e.active)||this.setState({orderBy:"",order:""})},t.prototype.render=function(){var e=this,t=this.props,n=t.active,i=t.column,o=t.onSort,s=t.classnames;return a.createElement("span",{className:s("TableCell-sortBtn"),onClick:function(){return(0,r.mG)(e,void 0,void 0,(function(){var e;return(0,r.Jh)(this,(function(t){switch(t.label){case 0:return e={orderBy:"",order:""},e=i.name===this.state.orderBy?"desc"===this.state.order?{orderBy:"",order:""}:{orderBy:i.name,order:"desc"}:{orderBy:i.name,order:"asc"},o?[4,o({orderBy:e.orderBy,order:e.order})]:[3,2];case 1:if(t.sent())return[2];t.label=2;case 2:return this.setState(e),[2]}}))}))}},a.createElement("i",{className:s("TableCell-sortBtn--down",n&&"desc"===this.state.order?"is-active":"")},a.createElement(y.JO,{icon:"sort-desc",className:"icon"})),a.createElement("i",{className:s("TableCell-sortBtn--up",n&&"asc"===this.state.order?"is-active":"")},a.createElement(y.JO,{icon:"sort-asc",className:"icon"})),a.createElement("i",{className:s("TableCell-sortBtn--default",n?"":"is-active")},a.createElement(y.JO,{icon:"sort-default",className:"icon"})))},t}(a.Component),C=(0,g.YYN)((0,g.eAU)(_)),E=n(14743),k=n(64179),S=function(e){function t(t){var n=e.call(this,t)||this;return n.state={options:[],filteredValue:t.filteredValue||[]},n}return(0,r.ZT)(t,e),t.prototype.alterOptions=function(e){var t=this;return e.map((function(e){return(0,r.pi)((0,r.pi)({},e),{selected:t.state.filteredValue.indexOf(e.value)>-1})}))},t.prototype.componentDidMount=function(){var e=this.props.column;e.filters&&e.filters.length>0&&this.setState({options:this.alterOptions(e.filters)})},t.prototype.componentDidUpdate=function(e,t){var n=this.props.column;n.filters&&n.filters.length>0&&!d()(t.filteredValue,this.state.filteredValue)&&this.setState({options:this.alterOptions(n.filters)})},t.prototype.render=function(){var e=this,t=this.state.options,n=this.props,o=n.column,s=n.popOverContainer,l=n.classnames,u=n.classPrefix,c={filterDropdown:function(n){var r=n.setSelectedKeys;n.selectedKeys;var i=n.confirm;return n.clearFilters,t&&t.length>0?a.createElement("ul",{className:l("DropDown-menu")},o.filterMultiple?t.map((function(t,n){return a.createElement("li",{key:n},a.createElement(b.Z,{classPrefix:u,onChange:function(n){return e.handleCheck(i,r,n?[t.value]:t.value)},checked:t.selected},t.text))})):t.map((function(t,n){return a.createElement("li",{key:n,className:l({"is-active":t.selected}),onClick:function(){return e.handleClick(i,r,[t.value])}},t.text)})),o.filterMultiple?a.createElement("li",{key:"dropDown-multiple-menu",className:l("DropDown-multiple-menu")},a.createElement(k.Z,{size:"xs",level:"primary",onClick:function(){return e.handleConfirmClick(i)}},"确定"),a.createElement(k.Z,{size:"xs",onClick:function(){return e.handleCancelClick(i,r)}},"取消")):null):null},setSelectedKeys:function(t){return e.setState({filteredValue:t})}};return a.createElement(E.Z,(0,r.pi)({className:"".concat(u,"TableCell-filterBtn"),layerClassName:"".concat(u,"TableCell-filterPopOver"),filterIcon:a.createElement(y.JO,{icon:"column-filter",className:"icon"}),active:o.filtered||t&&t.some((function(e){return e.selected})),popOverContainer:s||function(){return(0,i.findDOMNode)(e)},selectedKeys:this.state.filteredValue},c))},t.prototype.handleClick=function(e,t,n){return(0,r.mG)(this,void 0,void 0,(function(){var a,i,o,s,l;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return a=this.props,i=a.onFilter,o=a.column,(l={})[o.name]=n,s=l,i?[4,i({filterName:o.name,filterValue:null==n?void 0:n.join(",")})]:[3,2];case 1:if(r.sent())return[2];r.label=2;case 2:return t&&t(n),i&&i(s),e(),[2]}}))}))},t.prototype.handleCheck=function(e,t,n){var a=this.state.filteredValue;Array.isArray(n)?t&&t((0,r.ev)((0,r.ev)([],(0,r.CR)(a),!1),(0,r.CR)(n),!1)):t&&t(a.filter((function(e){return e!==n})))},t.prototype.handleConfirmClick=function(e){var t,n=this.props,r=n.onFilter,a=n.column;r&&r(((t={})[a.name]=this.state.filteredValue,t)),e()},t.prototype.handleCancelClick=function(e,t){t&&t([]),e()},t.defaultProps={filteredValue:[],filterMultiple:!1},t}(a.Component),x=(0,g.YYN)((0,g.eAU)(S)),T=function(e){function t(t){var n=e.call(this,t)||this;return n.state={key:""},n}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this,t=this.props,n=t.selections,r=t.keys,o=t.popOverContainer,s=t.classnames,l=t.classPrefix;return a.createElement(E.Z,{className:"".concat(l,"TableCell-selectionBtn"),layerClassName:"".concat(l,"TableCell-selectionPopOver"),filterIcon:a.createElement(y.JO,{icon:"left-arrow",className:"icon"}),active:!1,popOverContainer:o||function(){return(0,i.findDOMNode)(e)},filterDropdown:function(t){var i=t.setSelectedKeys;t.selectedKeys;var o=t.confirm;return t.clearFilters,a.createElement("ul",{className:s("DropDown-menu")},n.map((function(t,n){return a.createElement("li",{key:n,onClick:function(){t.onSelect&&t.onSelect(r),e.handleClick(o,i,t.key)}},t.text)})))},setSelectedKeys:function(t){return e.setState({key:t})},selectedKeys:this.state.key})},t.prototype.handleClick=function(e,t,n){t&&t(n),e()},t.defaultProps={selections:[]},t}(a.Component),M=(0,g.YYN)((0,g.eAU)(T)),O=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e,t,n=this.props,r=n.classnames,i=n.children,o=n.dom;if(o){var s=null===(t=null===(e=o.closest("table"))||void 0===e?void 0:e.parentElement)||void 0===t?void 0:t.parentElement,l=o.getBoundingClientRect(),u=l.height,c=l.top-s.getBoundingClientRect().top;return a.createElement("div",{className:r("Table-itemActions-wrap"),style:{top:c+"px",height:u+"px"}},i)}},t}(a.Component),N=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e,t=this.props,n=t.fixed,i=t.rowSpan,o=t.colSpan,s=t.key,l=t.children,u=t.className,c=t.column,d=t.style,p=t.groupId,h=t.depth,f=t.wrapperComponent,m=t.classnames;return a.createElement(f,{key:s||null,rowSpan:i&&i>1?i:null,colSpan:o&&o>1?o:null,className:m("Table-cell",u,(e={},e[m("Table-cell-fix-".concat(n))]=n,e["text-".concat(null==c?void 0:c.align)]=null==c?void 0:c.align,e)),style:n?(0,r.pi)({position:"sticky",zIndex:1},d):(0,r.pi)({},d),"data-group-id":p||null,"data-depth":h||null},l)},t.defaultProps={fixed:"",wrapperComponent:"td",rowSpan:null,colSpan:null},t}(a.Component),D=(0,g.YYN)((0,g.eAU)(N));function A(e){var t=0;return Array.isArray(e)&&e.forEach((function(e){var n,r=!(n=e).children||n.children&&!n.children.length?1:1+A(n.children);t0)P(e.children,t,n,a,i+1,l,e.fixed);else{d.children;var p=(0,r._T)(d,["children"]);n.push(p)}}))}function F(e){return!0===e||"left"===e}function R(e){return"right"===e}function j(e,t,n){for(var r=0,a=0;at;a--)n&&n[a]&&R(n[a].fixed)&&(r+=e[a].offsetWidth);return r}function Y(e){return u()(e,(function(e){return e.fixed}))}function V(e){if(!e)return[];var t=[],n=[];return e.forEach((function(e){(0,g.Kn2)(e)?n.push(e):Array.isArray(e)&&t.push(e)})),(0,r.ev)([n],(0,r.CR)(t),!1)}var H=function(e){function t(t){var n,i=this;if((i=e.call(this,t)||this).tableDom=a.createRef(),i.theadDom=a.createRef(),i.tbodyDom=a.createRef(),i.contentDom=a.createRef(),i.headerDom=a.createRef(),i.bodyDom=a.createRef(),i.tfootDom=a.createRef(),i.footDom=a.createRef(),t.rowSelection){var o=i.getSelectedRows(t.dataSource,null===(n=t.rowSelection)||void 0===n?void 0:n.selectedRowKeys);i.selectedRows=o.selectedRows,i.unSelectedRows=o.unSelectedRows}return i.state={selectedRowKeys:t.rowSelection&&t.rowSelection.selectedRowKeys.map((function(e){return e}))||[],dataSource:t.dataSource||[],expandedRowKeys:(0,r.ev)((0,r.ev)([],(0,r.CR)(t.expandable&&t.expandable.expandedRowKeys||[]),!1),(0,r.CR)(t.expandable&&t.expandable.defaultExpandedRowKeys||[]),!1),colWidths:[],hoverRow:null},i}return(0,r.ZT)(t,e),t.prototype.getPopOverContainer=function(){return(0,i.findDOMNode)(this)},t.prototype.getColWidths=function(){for(var e,t,n=(null===(t=null===(e=this.tbodyDom.current)||void 0===e?void 0:e.children[0])||void 0===t?void 0:t.children)||[],r=new Array(n?n.length:0),a=0;a0?j(o,l,t)+"px":"0":R(c)&&(u.style.right=l-1&&(null===(n=o[d])||void 0===n||n.classList.add(i("Table-cell-fix-left-last")));var p=t.findIndex((function(e){return R(e.fixed)}));p>-1&&(null===(r=o[p])||void 0===r||r.classList.add(i("Table-cell-fix-right-first")),p>0&&(null===(a=o[p-1])||void 0===a||a.classList.add(i("Table-cell-fix-right-first-prev"))))},t.prototype.prependColumns=function(e){var t=this.props,n=t.rowSelection,r=t.expandable;t.draggable?e.unshift({}):(r&&e.unshift(r),n&&e.unshift(n))},t.prototype.updateTheadFixedRow=function(e,t){for(var n=e.children,a=0;a0?this.resizeWidth+n:Math.max(this.resizeWidth+n,40),this.resizeTarget.forEach((function(e){e&&(e.style.width=t+"px")}))}e&&e.stopPropagation()},t.prototype.onResizeMouseUp=function(e){document.removeEventListener("mousemove",this.onResizeMouseMove),document.removeEventListener("mouseup",this.onResizeMouseUp),this.resizeStart=0,this.resizeWidth=0,this.resizeTarget=[]},t.prototype.renderTHead=function(){var e=this,t=this.props,n=t.rowSelection,i=t.dataSource,o=t.classnames,s=t.onSort,l=t.expandable,u=t.draggable,c=t.resizable,d=t.onSelectAll,p=t.onFilter,h=this.thColumns,f=this.tdColumns,m=0;h.forEach((function(e){e.length>m&&(m=e.length)}));var v=this.getRowSelectionKeyField(),g=n&&n.getCheckboxProps?this.state.dataSource.filter((function(e,t){return!n.getCheckboxProps(e,t).disabled})):this.state.dataSource,y=this.isExpandableTable(),w=this.isLeftExpandable(),_=this.isRightExpandable(),E=!u&&y?a.createElement(D,{wrapperComponent:"th",rowSpan:h.length,fixed:l&&l.fixed?"left":"",className:o("Table-row-expand-icon-cell")}):null,k=[],S=[],T=null==n?void 0:n.maxSelectedLength;return g.forEach((function(t){(!T||T&&S.length0&&e.state.selectedRowKeys.length0,onChange:function(t){return(0,r.mG)(e,void 0,void 0,(function(){var e,n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e=t?S:[],n=t?k:[],d?[4,d(e,t?n:[],t?[]:e)]:[3,2];case 1:if(r.sent())return[2];r.label=2;case 2:return this.setState({selectedRowKeys:n}),[2]}}))}))}}),n.selections&&n.selections.length>0?a.createElement(M,{key:"checkSelection",keys:k,selections:n.selections,popOverContainer:e.getPopOverContainer}):null]:null):null,w&&0===l?E:null,t.map((function(n,l){var u,d,h,v=null;n.sorter&&(v=a.createElement(C,{column:n,active:!!(null===(u=e.state.sort)||void 0===u?void 0:u.orderBy)&&e.state.sort.orderBy===(null==n?void 0:n.name),onSort:function(t){if(e.setState({sort:t}),s)s(t);else if("function"==typeof n.sorter)if(t.orderBy){var a=(0,r.ev)([],(0,r.CR)(e.state.dataSource),!1);e.setState({dataSource:a.sort(n.sorter)})}else e.setState({dataSource:(0,r.ev)([],(0,r.CR)(i),!1)})}}));var g=null;n.filterDropdown?g=n.filterDropdown:n.filters&&n.filters.length>0&&(g=a.createElement(x,{column:n,popOverContainer:e.getPopOverContainer,onFilter:p}));var y=!(null===(d=n.children)||void 0===d?void 0:d.length),b=-1;y&&(b=f.findIndex((function(e){return e.name===n.name})));var w=(null===(h=n.children)||void 0===h?void 0:h.length)?null:a.createElement("span",null,a.createElement(a.Fragment,null,v,g,c?a.createElement("i",{className:o("Table-thead-resizable"),onMouseDown:function(t){return e.onResizeMouseDown(t,b)}}):null));return a.createElement(D,{wrapperComponent:"th",rowSpan:n.rowSpan,colSpan:n.colSpan,key:"cell-".concat(l),fixed:!0===n.fixed?"left":n.fixed,className:o({"Table-cell-last":l===m-1&&l===t.length-1}),groupId:n.groupId,depth:n.depth},"function"==typeof n.title?n.title(w):n.title)})),_&&0===l?E:null)})))},t.prototype.onRowClick=function(e,t,n){return(0,r.mG)(this,void 0,void 0,(function(){var a,i,o,s,l;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return a=this.props,i=a.rowSelection,(o=a.onRow)&&o.onRowClick?[4,o.onRowClick(e,t,n)]:[3,2];case 1:if(r.sent())return[2];r.label=2;case 2:return i&&i.type&&i.rowClick&&(s=this.getRowSelectionKeyField(),l=!!u()(this.state.selectedRowKeys,(function(e){return e===t[s]})),this.selectedSingleRow(!l,t)),[2]}}))}))},t.prototype.onRowMouseEnter=function(e,t,n){for(var r=this.props,a=r.classnames,i=r.onRow,o=e.target;o&&"TR"!==o.tagName;)o=o.parentElement;if(o&&!o.classList.contains(a("Table-row-disabled")))for(var s=0;s0},t.prototype.isExpandableRow=function(e,t){var n=this.props.expandable;return n&&(!n.rowExpandable||n.rowExpandable&&n.rowExpandable(e,t))},t.prototype.getDataChildrenKeys=function(e){var t=this,n=[];return this.hasChildrenRow(e)&&e[this.getChildrenColumnName()].forEach((function(e){return n=(0,r.ev)((0,r.ev)((0,r.ev)([],(0,r.CR)(n),!1),(0,r.CR)(t.getDataChildrenKeys(e)),!1),[e[t.getRowSelectionKeyField()]],!1)})),n},t.prototype.hasCheckedRows=function(e){var t=this.state.selectedRowKeys,n=this.getDataChildrenKeys(e);return m()(t,(0,r.ev)((0,r.ev)([],(0,r.CR)(n),!1),[e[this.getRowSelectionKeyField()]],!1)).length>0},t.prototype.hasCheckedChildrenRows=function(e){var t=this.state.selectedRowKeys,n=this.getDataChildrenKeys(e);return m()(t,n).length>0},t.prototype.isExpanded=function(e){var t=this;return!!u()(this.state.expandedRowKeys,(function(n){return n==e[t.getExpandableKeyField()]}))},t.prototype.getExpandedIcons=function(e){var t=this.props.classnames;return this.isExpanded(e)?a.createElement("i",{className:t("Table-expandBtn","is-active"),onClick:this.onCollapseRows.bind(this,[e])},a.createElement(y.JO,{icon:"right-arrow-bold",className:"icon"})):a.createElement("i",{className:t("Table-expandBtn"),onClick:this.onExpandRows.bind(this,[e])},a.createElement(y.JO,{icon:"right-arrow-bold",className:"icon"}))},t.prototype.selectedSingleRow=function(e,t){return(0,r.mG)(this,void 0,void 0,(function(){var n,a,i,o,s,l,u,c=this;return(0,r.Jh)(this,(function(d){switch(d.label){case 0:return n=this.props,a=n.rowSelection,i=n.onSelect,o=this.getRowSelectionKeyField(),s=a&&"radio"===a.type,l=[],e?l=s?[t[o]]:(0,r.ev)((0,r.ev)((0,r.ev)([],(0,r.CR)(this.state.selectedRowKeys),!1),[t[o]],!1),(0,r.CR)(this.getDataChildrenKeys(t)),!1).filter((function(e,t,n){return n.indexOf(e)===t})):s||(l=this.state.selectedRowKeys.filter((function(e){return!(0,r.ev)([t[o]],(0,r.CR)(c.getDataChildrenKeys(t)),!1).includes(e)}))),i?(u=this.getSelectedRows(this.state.dataSource,l),[4,i(u.selectedRows,l,u.unSelectedRows)]):[3,2];case 1:if(d.sent())return[2];d.label=2;case 2:return this.setState({selectedRowKeys:l}),[2]}}))}))},t.prototype.renderRow=function(e,t,n){var i=this,o=this.props,s=o.classnames,l=o.rowSelection,c=o.expandable,d=o.draggable,p=o.indentSize,h=o.rowClassName,f=o.keyField,m=o.lineHeight,v=this.tdColumns,w=this.isExpandableTable(),_=this.getRowSelectionKeyField(),C=this.getExtraColumnCount(),E=this.isLeftExpandable(),k=this.isRightExpandable(),S=this.isExpandableRow(e,t),x=this.hasChildrenRow(e),T=this.isExpanded(e),M=n.length>0?a.createElement("span",{className:s("Table-row-indent","indent-level-".concat(n.length)),style:n.length>0?{paddingLeft:p*n.length+"px"}:{}}):null,O=v.map((function(o,l){var u,c,d=o.render&&"function"==typeof o.render?o.render(e[o.name],e,t,l):null,p={rowSpan:1,colSpan:1},h=d;d&&(0,g.Kn2)(d)&&(p=d.props,h=d.children,p.rowSpan>1&&S&&x&&p.rowSpan);var f="function"==typeof o.className?o.className(e,t):"";return 0===p.rowSpan||0===p.colSpan?null:a.createElement(D,(0,r.pi)({key:l},p,{fixed:!0===o.fixed?"left":o.fixed,column:o,groupId:o.groupId,className:s((u={},u["".concat(f)]=!!f,u))}),a.createElement("div",{className:s("Table-cell-wrapper",(c={},c[s("Table-cell-wrapper-prefix")]=0===l&&(!!M||0===n.length&&x),c[s("Table-cell-height-".concat(m))]=!!m,c))},0===l&&n.length>0?M:null,0===l&&x?i.getExpandedIcons(e):null,d?h:e[o.name]))})),N=h&&"function"==typeof h?h(e,t):"",A=l&&l.getCheckboxProps?l.getCheckboxProps(e,t):{},L=c&&c.expandedRowClassName&&"function"==typeof c.expandedRowClassName?c.expandedRowClassName(e,t):"",P=this.getChildrenColumnName(),F=!d&&S&&T?a.createElement("tr",{key:"expanded",className:s("Table-expanded-row",L)},a.createElement(D,{colSpan:v.length+C},c&&c.expandedRowRender&&"function"==typeof c.expandedRowRender?c.expandedRowRender(e,t):null)):this.hasChildrenRow(e)&&T?e[P].map((function(e,a){return i.renderRow(e,a,(0,r.ev)((0,r.ev)([],(0,r.CR)(n),!1),[t],!1))})):null,R=!!u()(this.state.selectedRowKeys,(function(t){return t===e[_]})),j=this.hasCheckedChildrenRows(e),I=l&&"radio"===l.type,Y=!d&&w?a.createElement(D,{fixed:c&&c.fixed?k?"right":"left":"",className:s("Table-cell-expand-icon-cell")},S||x?this.getExpandedIcons(e):null):null;return[a.createElement("tr",{key:"".concat(e[f||"key"]||t),"row-index":t,"row-levels":n.join(","),className:s("Table-row","Table-row-level-".concat(n.length),N,{"Table-row-disabled":!!A.disabled}),onMouseEnter:function(n){return i.onRowMouseEnter(n,e,t)},onMouseLeave:function(n){return i.onRowMouseLeave(n,e,t)},onClick:function(n){return i.onRowClick(n,e,t)}},d?a.createElement(D,{className:s("Table-dragCell")},a.createElement(y.JO,{icon:"drag-bar",className:"icon"})):null,!d&&l?a.createElement(D,{fixed:l.fixed?"left":"",className:s("Table-checkCell")},a.createElement(b.Z,(0,r.pi)({name:"Table-checkbox",type:l.type||"checkbox",partial:!I&&j&&!R,checked:I?R:j||R,onChange:function(t){l&&l.rowClick||i.selectedSingleRow(t,e),event&&event.stopPropagation()}},A))):null,E?Y:null,O,k?Y:null),F]},t.prototype.renderTBody=function(){var e=this,t=this.props,n=t.classnames,r=t.headSummary,i=t.scroll,o=t.placeholder,s=t.sticky,l=this.tdColumns,u=i&&i.y,c=this.getExtraColumnCount();return a.createElement("tbody",{ref:this.tbodyDom,className:n("Table-tbody")},u||s||!r?null:this.renderSummaryRow(r),this.state.dataSource.length?this.state.dataSource.map((function(t,n){return e.renderRow(t,n,[])})):a.createElement("tr",{className:n("Table-row","Table-empty-row")},a.createElement(D,{colSpan:l.length+c},a.createElement("div",{className:n("Table-empty")},"function"==typeof o?o():o))))},t.prototype.isExpandableTable=function(){return!!this.props.expandable},t.prototype.isRightExpandable=function(){var e=this.props.expandable;return e&&"right"===e.position},t.prototype.isLeftExpandable=function(){var e=this.props.expandable;return e&&(!e.position||"left"===e.position)},t.prototype.isNestedTable=function(){var e=this,t=this.props.dataSource;return!!u()(t,(function(t){return e.hasChildrenRow(t)}))},t.prototype.getExtraColumnCount=function(){var e=this.props,t=e.draggable,n=e.rowSelection,r=e.expandable,a=0;return t?a++:(this.isExpandableTable()&&"none"!==(null==r?void 0:r.position)&&a++,n&&a++),a},t.prototype.renderSummaryRow=function(e){var t=this,n=this.props,i=n.classnames,o=n.dataSource,s=[],l=[],u=this.getExtraColumnCount(),c=this.isRightExpandable()?1:0;return Array.isArray(e)&&e.forEach((function(n,r){Array.isArray(n)?l.push(a.createElement("tr",{onMouseEnter:function(e){return t.onRowMouseEnter(e)},onMouseLeave:function(e){return t.onRowMouseLeave(e)},key:"summary-tr-"+r,className:i("Table-summary-row")},n.map((function(e,t){var r=0===t?(e.colSpan||1)+u-c:t===n.length-1?(e.colSpan||1)+c:e.colSpan;return a.createElement(D,{key:"summary-tr-cell-"+t,fixed:e.fixed,colSpan:r},"function"==typeof e.render?e.render(o):e.render)})))):s.push(a.createElement(D,{key:"summary-cell-"+r,fixed:n.fixed,colSpan:0===s.length?(n.colSpan||1)+u-c:r===e.length-1?(n.colSpan||1)+c:n.colSpan},"function"==typeof n.render?n.render(o):n.render))})),e?"function"==typeof e?e(o):(0,r.ev)([s.length>0?a.createElement("tr",{onMouseEnter:function(e){return t.onRowMouseEnter(e)},onMouseLeave:function(e){return t.onRowMouseLeave(e)},key:"summary-row",className:i("Table-summary-row")},s):null],(0,r.CR)(l),!1):null},t.prototype.renderTFoot=function(){var e=this.props,t=e.classnames,n=e.footSummary;return a.createElement("tfoot",{ref:this.tfootDom,className:t("Table-summary")},this.renderSummaryRow(n))},t.prototype.updateTableDom=function(e){var t=this.props.classnames,n=e.scrollLeft,r=e.scrollWidth,a=e.offsetWidth,i=this.tableDom.current,o=t("Table-ping-left");n>0?null==i||i.classList.add(o):null==i||i.classList.remove(o);var s=t("Table-ping-right");n+a=this.itemCount)throw Error("Requested index ".concat(e," is outside of range 0..").concat(this.itemCount));if(e>this.lastMeasuredIndex){for(var t=this.getSizeAndPositionOfLastMeasuredItem(),n=t.offset+t.size,r=this.lastMeasuredIndex+1;r<=e;r++){var a=this.itemSizeGetter(r);if(null==a||isNaN(a))throw Error("Invalid size returned for index ".concat(r," of value ").concat(a));this.itemSizeAndPositionData[r]={offset:n,size:a},n+=a}this.lastMeasuredIndex=e}return this.itemSizeAndPositionData[e]},e.prototype.getSizeAndPositionOfLastMeasuredItem=function(){return this.lastMeasuredIndex>=0?this.itemSizeAndPositionData[this.lastMeasuredIndex]:{offset:0,size:0}},e.prototype.getTotalSize=function(){var e=this.getSizeAndPositionOfLastMeasuredItem();return e.offset+e.size+(this.itemCount-this.lastMeasuredIndex-1)*this.estimatedItemSize},e.prototype.getUpdatedOffsetForIndex=function(e){var t=e.align,n=void 0===t?l.START:t,r=e.containerSize,a=e.currentOffset,i=e.targetIndex;if(r<=0)return 0;var o,s=this.getSizeAndPositionForIndex(i),u=s.offset,c=u-r+s.size;switch(n){case l.END:o=c;break;case l.CENTER:o=u-(r-s.size)/2;break;case l.START:o=u;break;default:o=Math.max(c,Math.min(u,a))}var d=this.getTotalSize();return Math.max(0,Math.min(d-r,o))},e.prototype.getVisibleRange=function(e){var t=e.containerSize,n=e.offset,r=e.overscanCount;if(0===this.getTotalSize())return{};var a=n+t,i=this.findNearestItem(n);if(void 0===i)throw Error("Invalid offset ".concat(n," specified"));var o=this.getSizeAndPositionForIndex(i);n=o.offset+o.size;for(var s=i;n=e?this.binarySearch({high:n,low:0,offset:e}):this.exponentialSearch({index:n,offset:e})},e.prototype.binarySearch=function(e){for(var t=e.low,n=e.high,r=e.offset,a=0,i=0;t<=n;){if(a=t+Math.floor((n-t)/2),(i=this.getSizeAndPositionForIndex(a).offset)===r)return a;ir&&(n=a-1)}return t>0?t-1:0},e.prototype.exponentialSearch=function(e){for(var t=e.index,n=e.offset,r=1;tr&&(r=i)}r>n&&(this.rootNode.style.width=r+t+"px")},t.prototype.componentDidUpdate=function(e,t){var n=this.props,r=e.estimatedItemSize,a=e.itemCount,i=e.itemSize,o=e.scrollOffset,s=e.scrollToAlignment,l=e.scrollToIndex,u=n.scrollToIndex!==l||n.scrollToAlignment!==s,d=n.itemCount!==a||n.itemSize!==i||n.estimatedItemSize!==r;n.itemSize!==i&&this.sizeAndPositionManager.updateConfig({itemSizeGetter:this.itemSizeGetter(n.itemSize)}),n.itemCount===a&&n.estimatedItemSize===r||this.sizeAndPositionManager.updateConfig({itemCount:n.itemCount,estimatedItemSize:this.getEstimatedItemSize(n)}),d&&this.recomputeSizes(),n.scrollOffset!==o?this.setState({offset:n.scrollOffset||0,scrollChangeReason:c.REQUESTED}):"number"==typeof n.scrollToIndex&&(u||d)&&this.setState({offset:this.getOffsetForIndex(n.scrollToIndex,n.scrollToAlignment,n.itemCount),scrollChangeReason:c.REQUESTED});var p=this.state,h=p.offset,f=p.scrollChangeReason;t.offset!==h&&f===c.REQUESTED&&this.scrollTo(h),n.itemCount!==a&&this.forceUpdate()},t.prototype.componentWillUnmount=function(){this.rootNode.removeEventListener("scroll",this.handleScroll)},t.prototype.scrollTo=function(e){var t=this.props.scrollDirection,n=void 0===t?u.VERTICAL:t;this.rootNode[f[n]]=e},t.prototype.getOffsetForIndex=function(e,t,n){void 0===t&&(t=this.props.scrollToAlignment),void 0===n&&(n=this.props.itemCount);var r=this.props.scrollDirection,a=void 0===r?u.VERTICAL:r;return(e<0||e>=n)&&(e=0),this.sizeAndPositionManager.getUpdatedOffsetForIndex({align:t,containerSize:this.props[m[a]],currentOffset:this.state&&this.state.offset||0,targetIndex:e})},t.prototype.recomputeSizes=function(e){void 0===e&&(e=0),this.styleCache={},this.sizeAndPositionManager.resetItem(e)},t.prototype.render=function(){var e,t=this,n=this.props;n.estimatedItemSize;var r=n.height,a=n.overscanCount,i=void 0===a?3:a,o=n.renderItem;n.itemCount,n.itemSize;var s=n.onItemsRendered;n.onScroll;var l=n.scrollDirection,c=void 0===l?u.VERTICAL:l;n.scrollOffset,n.scrollToIndex,n.scrollToAlignment;var h=n.stickyIndices,f=n.style,v=n.width,g=n.WrapperComponent,y=n.InnerComponent,b=n.prefix,C=n.innerStyleFilter,E=(0,d._T)(n,["estimatedItemSize","height","overscanCount","renderItem","itemCount","itemSize","onItemsRendered","onScroll","scrollDirection","scrollOffset","scrollToIndex","scrollToAlignment","stickyIndices","style","width","WrapperComponent","InnerComponent","prefix","innerStyleFilter"]),k=this.state.offset,S=this.sizeAndPositionManager.getVisibleRange({containerSize:this.props[m[c]]||0,offset:k,overscanCount:i}),x=S.start,T=S.stop,M=[],O=(0,d.pi)((0,d.pi)((0,d.pi)({},w),f),{height:r,width:v}),N=(0,d.pi)((0,d.pi)({},_),((e={})[m[c]]=this.sizeAndPositionManager.getTotalSize(),e));if(null!=h&&0!==h.length&&(h.forEach((function(e){return M.push(o({index:e,style:t.getStyle(e,!0)}))})),c===u.HORIZONTAL&&(N.display="flex")),void 0!==x&&void 0!==T){for(var D=x;D<=T;D++)null!=h&&~h.indexOf(D)||M.push(o({index:D,style:this.getStyle(D,!1)}));"function"==typeof s&&s({startIndex:x,stopIndex:T})}var A=g||"div",L=y||"div";return p.createElement(A,(0,d.pi)({ref:this.getRef},E,{style:O}),null!=b?b:null,p.createElement(L,{style:C?C(N):N},M))},t.prototype.getNodeOffset=function(){var e=this.props.scrollDirection,t=void 0===e?u.VERTICAL:e;return this.rootNode[f[t]]},t.prototype.getEstimatedItemSize=function(e){return void 0===e&&(e=this.props),e.estimatedItemSize||"number"==typeof e.itemSize&&e.itemSize||50},t.prototype.getSize=function(e,t){return"function"==typeof t?t(e):Array.isArray(t)?t[e]:t},t.prototype.getStyle=function(e,t){var n,r,a=this.styleCache[e];if(a)return a;var i=this.props.scrollDirection,o=void 0===i?u.VERTICAL:i,s=this.sizeAndPositionManager.getSizeAndPositionForIndex(e),l=s.size,c=s.offset;return this.styleCache[e]=t?(0,d.pi)((0,d.pi)({},E),((n={})[m[o]]=l,n[g[o]]=c,n[y[o]]=-(c+l),n.zIndex=1,n)):(0,d.pi)((0,d.pi)({},C),((r={})[m[o]]=l,r[v[o]]=c,r))},t.defaultProps={overscanCount:3,scrollDirection:u.VERTICAL,width:"100%"},t.propTypes={estimatedItemSize:h.number,height:h.oneOfType([h.number,h.string]).isRequired,itemCount:h.number.isRequired,itemSize:h.oneOfType([h.number,h.array,h.func]).isRequired,onScroll:h.func,onItemsRendered:h.func,overscanCount:h.number,renderItem:h.func.isRequired,scrollOffset:h.number,scrollToIndex:h.number,scrollToAlignment:h.oneOf([l.AUTO,l.START,l.CENTER,l.END]),scrollDirection:h.oneOf([u.HORIZONTAL,u.VERTICAL]),stickyIndices:h.arrayOf(h.number),style:h.object,width:h.oneOfType([h.number,h.string])},t}(p.PureComponent)},14791:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});var r=n(70655),a=n(67294),i=n(23560),o=n.n(i),s=function(e){void 0===e&&(e={});var t=(0,r.CR)((0,a.useState)(e),2),n=t[0],i=t[1];return[n,(0,a.useCallback)((function(e){i((function(t){return(0,r.pi)((0,r.pi)({},t),o()(e)?e(t):e)}))}),[])]}},27687:function(e,t,n){"use strict";n.d(t,{Z:function(){return l}});var r=n(65710),a=n(23279),i=n.n(a),o=n(67294),s=n(26831),l=function(e,t,n){var a=(0,r.cI)({defaultValues:e,mode:"onChange",shouldUnregister:!0,resolver:(0,s.J)(t)}),l=o.useRef(i()(n,250,{leading:!1,trailing:!0}));return o.useEffect((function(){return function(){return l.current.cancel()}}),[]),o.useEffect((function(){var e=a.watch((function(e){l.current(e)}));return function(){return e.unsubscribe()}}),[a.watch]),a}},14776:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(70655),a=n(67294),i={startX:0,startY:0,deltaX:0,deltaY:0,offsetX:0,offsetY:0,direction:""},o=function(){var e=(0,a.useRef)(i),t=e.current,n=function(t){"function"==typeof t&&(t=t(e.current)),Object.entries(t).forEach((function(t){var n=(0,r.CR)(t,2),a=n[0],i=n[1];e.current[a]=i}))},o=(0,a.useCallback)((function(){return"vertical"===t.direction}),[t.direction]),s=(0,a.useCallback)((function(){return"horizontal"===t.direction}),[t.direction]),l=function(){n({deltaX:0,deltaY:0,offsetX:0,offsetY:0,direction:""})};return(0,r.pi)((0,r.pi)({},t),{move:function(e){var t=e.touches[0];n((function(e){var n,a,i=(0,r.pi)({},e);return i.deltaX=t.clientX<0?0:t.clientX-i.startX,i.deltaY=t.clientY-i.startY,i.offsetX=Math.abs(i.deltaX),i.offsetY=Math.abs(i.deltaY),i.direction||(i.direction=(n=i.offsetX)>(a=i.offsetY)&&n>10?"horizontal":a>n&&a>10?"vertical":""),i}))},start:function(e){l(),n({startX:e.touches[0].clientX,startY:e.touches[0].clientY})},reset:l,isVertical:o,isHorizontal:s})}},65643:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var r=n(67294),a=function(e,t){var n=(0,r.useRef)(!1);(0,r.useEffect)((function(){if(n.current)return e();n.current=!0}),t)}},26831:function(e,t,n){"use strict";n.d(t,{J:function(){return u}});var r=n(70655),a=n(78718),i=n.n(a),o=n(67294),s=n(34594);function l(e){var t={};return Object.keys(e).forEach((function(n){var r=e[n][0];r&&(t[n]={type:r.rule,message:r.msg})})),t}function u(e,t){var n=this;return void 0===e&&(e=function(e){return e}),o.useCallback((function(a,o,u){return(0,r.mG)(n,void 0,void 0,(function(){var n,c,d,p,h,f,m,v,g,y,b,w,_,C,E,k,S;return(0,r.Jh)(this,(function(x){switch(x.label){case 0:n={},c={},d=Object.keys(s.tVU);try{for(p=(0,r.XA)(Object.keys(u.fields)),h=p.next();!h.done;h=p.next())y=h.value,f=u.fields[y],n[y]=i()(f,d),f.required&&(n[y].isRequired=!0),"function"==typeof f.validate&&(c[y]=f.validate)}catch(e){C={error:e}}finally{try{h&&!h.done&&(E=p.return)&&E.call(p)}finally{if(C)throw C.error}}m=(0,s.FFq)(a,n,void 0,e),x.label=1;case 1:x.trys.push([1,6,7,8]),v=(0,r.XA)(Object.keys(c)),g=v.next(),x.label=2;case 2:return g.done?[3,5]:(y=g.value,[4,(0,c[y])(a[y])]);case 3:"string"==typeof(b=x.sent())&&(m[y]=m[y]||[],m[y].push({rule:"custom",msg:b})),x.label=4;case 4:return g=v.next(),[3,2];case 5:return[3,8];case 6:return w=x.sent(),k={error:w},[3,8];case 7:try{g&&!g.done&&(S=v.return)&&S.call(v)}finally{if(k)throw k.error}return[7];case 8:return x.trys.push([8,10,,11]),[4,null==t?void 0:t(m,a,o,u)];case 9:return x.sent(),[3,11];case 10:return _=x.sent(),m.customValidate=[{rule:"custom",msg:_.message||_}],[3,11];case 11:return[2,{values:a,errors:l(m)}]}}))}))}),[e,t])}},44776:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r,a=n(67294);function i(){return i=Object.assign?Object.assign.bind():function(e){for(var t=1;t","placeholder.enter":"Eingabe","placeholder.noData":"Keine Daten","placeholder.noOption":"Keine Option","placeholder.selectData":"Daten auswählen","Quarter.placeholder":"Quartal auswählen","Repeat.pre":"Pro",reset:"Zurücksetzen",save:"Konservierung",saveFailed:"Fehler beim Speichern",saveSuccess:"Erfolgreich gespeichert",search:"Suchen",searchHistory:"Suchverlauf",searchResult:"Suchergebnis","Checkboxes.selectAll":"Alle auswählen/abwählen","Select.checkAll":"Alle markieren","Select.clear":"Löschen","Select.upload":"Wieder hochladen","Select.clearAll":"Alle löschen","Select.createLabel":"Neue Option","Select.placeholder":"Auswählen","Select.searchPromptText":"Eingeben zum Suchen",sort:"Sortieren","SubForm.button":"Configurieren","SubForm.editDetail":"Details bearbeiten","System.error":"Systemfehler","System.notify":"Systembenachrichtigung","System.copy":"Inhalt kopiert","System.requestError":"Anfragefehler: ","System.requestErrorStatus":"Anfragefehler, Statuscode:","Table.addRow":"Zeile hinzufügen","Table.copyRow":"Zeile kopieren","Table.columnsVisibility":"Klicken, um die Sichtbarkeit der Spalten zu steuern","Table.deleteRow":"Aktuele Zeile löschen","Table.discard":"Verwerfen","Table.dragTip":"Schaltfläche links zum Sortieren ziehen","Table.editing":"Sie müssen die Bearbeitung beenden.","Table.editRow":"Aktuelle Zeile bearbeiten","Table.modified":"Es wurden {{modified}} Datensätze geändert, Sie können:","Table.moved":"Bei {{moved}} Datensätzen wurde die Reihenfolge geändert, Sie können:","Table.operation":"Vorgang","Table.playload":"Nutzlast muss vorhanden sein","Table.startSort":"Klicken, um Sortierung zu starten","Table.valueField":"valueField muss vorhanden sein","Table.index":"Index","Table.add":"Neu","Table.addButtonDisabledTip":"Reichen Sie bei der Inhaltsbearbeitung zuerst ein und erstellen Sie dann eine neue Option","Table.toggleColumn":"Spalten anzeigen","Table.searchFields":"Abfragefelder setzen","Tag.placeholder":"Noch kein Tag","Tag.tip":"Kürzlich verwendetes Tag","Text.add":"Neu {{label}}","Time.placeholder":"Zeit auswählen","Transfer.configError":"Konfigurationsfehler","Transfer.refreshIcon":"Zum Aktualisieren klicken","Transfer.searchKeyword":"Stichwörter eingeben","Transfer.available":"Verfügbar","Transfer.selectd":"Ausgewählt","Transfer.selectFromLeft":"Von links auswählen","Tree.addChild":"Untergeordnetes Element hinzufügen","Tree.addRoot":"Stammknoten hinzufügen","Tree.editNode":"Diesen Knoten bearbeiten","Tree.removeNode":"Diesen Knoten entfernen","Tree.root":"Stamm","validate.equals":"Wert muss $1 sein","validate.equalsField":"Wert muss $1 sein","validate.gt":"Geben Sie einen Wert ein, der größer ist als $1","validate.isAlpha":"Geben Sie Buchstaben ein","validate.isAlphanumeric":"Geben Sie Buchstaben oder Zahlen ein.","validate.isEmail":"E-Mail-Format ist falsch","validate.isFloat":"Geben Sie einen Gleitkommawert ein","validate.isId":"Ungültige ID-Kartennummer","validate.isInt":"Geben Sie eine ganze Zahl ein","validate.isJson":"Ungültiges JSON-Format","validate.isLength":"Vergewissern Sie sich, dass die Länge des Inhalts $1 ist","validate.isNumeric":"Geben Sie eine Nummer ein","validate.isPhoneNumber":"Ungültige Telefonnummer","validate.isRequired":"Dies ist erforderlich","validate.isTelNumber":"Ungültige Telefonnummer","validate.isUrl":"Falsches URL-Format","validate.isUrlPath":'Sie können nur Buchstaben, Zahlen, "-" und "_" eingeben.',"validate.isWords":"Geben Sie ein Wort ein","validate.isZipcode":"Ungültige Postleitzahl","validate.lt":"Geben Sie einen Wert ein, der kleiner ist als $1","validate.matchRegexp":"Das Format ist nicht korrekt. Geben Sie den Inhalt mit der Regel `${1| raw}` ein.","validate.maximum":"Der Eingabewert überschreitet den maximalen Wert von $1.","validate.maxLength":"Kontrollieren Sie die Länge des Inhalts. Geben Sie nicht mehr als $1 Buchstaben ein.","validate.minimum":"Der Eingabewert ist kleiner als der Mindestwert von $1.","validate.minLength":"Geben Sie weitere Zeichen ein, mindestens $1.","validate.array.minLength":"Bitte fügen Sie weitere Mitglieder hinzu, mindestens $1 Mitglieder","validate.array.maxLength":"Bitte kontrollieren Sie die Anzahl der Mitglieder, die $1 nicht überschreiten darf","validate.notEmptyString":"Geben Sie nicht nur Leerzeichen ein.","validate.isDateTimeSame":"Der aktuelle Datumswert ist ungültig, bitte geben Sie denselben Datumswert wie $1 ein","validate.isDateTimeBefore":"Der aktuelle Datumswert ist ungültig, bitte geben Sie einen Datumswert vor $1 ein","validate.isDateTimeAfter":"Der aktuelle Datumswert ist ungültig, bitte geben Sie nach $1 einen Datumswert ein","validate.isDateTimeSameOrBefore":"Der aktuelle Datumswert ist ungültig. Bitte geben Sie einen Datumswert ein, der gleich oder älter als $1 ist","validate.isDateTimeSameOrAfter":"Der aktuelle Datumswert ist ungültig. Bitte geben Sie einen Datumswert ein, der gleich oder nach $1 ist","validate.isDateTimeBetween":"Der aktuelle Datumswert ist ungültig, bitte geben Sie einen Datumswert zwischen $1 und $2 ein","validate.isTimeSame":"Der aktuelle Zeitwert ist ungültig, bitte geben Sie denselben Zeitwert wie 1 $ ein","validate.isTimeBefore":"Der aktuelle Zeitwert ist ungültig, bitte geben Sie einen Zeitwert vor $1 ein","validate.isTimeAfter":"Der aktuelle Zeitwert ist ungültig, bitte geben Sie nach $1 einen Zeitwert ein","validate.isTimeSameOrBefore":"Der aktuelle Zeitwert ist ungültig. Bitte geben Sie einen Zeitwert ein, der gleich oder älter als $1 ist","validate.isTimeSameOrAfter":"Der aktuelle Zeitwert ist ungültig. Bitte geben Sie einen Zeitwert ein, der gleich oder nach $1 ist","validate.isTimeBetween":"Der aktuelle Zeitwert ist ungültig, bitte geben Sie einen Zeitwert zwischen $1 und $2 ein","validate.isVariableName":"Bitte geben Sie einen gültigen Variablennamen ein",validateFailed:"Fehler bei der Überprüfung","Wizard.configError":"Konfigurationsfehler","Wizard.finish":"Ende","Wizard.next":"Weiter","Wizard.prev":"Zurück","Wizard.saveAndNext":"Speichern & Weiter","year-to-year":"{{from}} - {{to}}","Year.placeholder":"Wählen Sie ein Jahr",reload:"Neu laden",rotate:"Drehen","rotate.left":"Nach links drehen","rotate.right":"Drehe nach rechts",zoomIn:"Vergrößern",zoomOut:"Verkleinern","scale.origin":"Originalmaße","Editor.fullscreen":"Schirmfüllend Modus","Editor.exitFullscreen":"Zurücktreten Schirmfüllend Modus","Condition.not":"nicht","Condition.and":"und","Condition.or":"oder","Condition.collapse":"entfalten","Condition.add_cond":"und Bedingung","Condition.add_cond_group":"Bedingungsgruppe hinzufügen","Condition.delete_cond_group":"Konditionsgruppe löschen","Condition.equal":"gleich","Condition.not_equal":"ungleich","Condition.less":"weniger","Condition.less_or_equal":"weniger oder gleich","Condition.greater":"greater","Condition.greater_or_equal":"größder oder gleich","Condition.between":"zwischen","Condition.not_between":"nicht zwischen","Condition.is_empty":"leer","Condition.is_not_empty":"nicht leer","Condition.like":"beinhaltet","Condition.not_like":"beinhaltet nicht","Condition.starts_with":"beginnt mit","Condition.ends_with":"endet mit","Condition.select_equals":"gleich","Condition.select_not_equals":"nicht gleich","Condition.select_any_in":"beinhaltet","Condition.select_not_any_in":"beinhaltet nicht","Condition.placeholder":"Text einfügen","Condition.cond_placeholder":"Bedingung auswählen","Condition.field_placeholder":"Feld auswählen","Condition.blank":"leer","Condition.expression":"Ausdruck","Condition.formula_placeholder":"Bitte geben Sie eine Formel ein","Condition.fun_error":"Funktion ist undefiniert","Condition.configured":"Konfiguriert","InputTable.uniqueError":"Column `{{label}}` unique validate failed","Timeline.collapseText":"Falten","Timeline.expandText":"Entfalten",collapse:"Falten",expand:"Entfalten","FormulaEditor.btnLabel":"Formel Bearbeiten","FormulaEditor.title":"Formel Editor","FormulaEditor.variable":"Variable","FormulaEditor.function":"Funktion","FormulaEditor.invalidData":"Überprüfungsfehler, position or reason is {{err}}","pullRefresh.pullingText":"Zum Aktualisieren nach unten ziehen...","pullRefresh.loosingText":"Zum Aktualisieren freigeben...","pullRefresh.loadingText":"Laden...","pullRefresh.successText":"Laden erfolgreich","Picker.placeholder":"Klicken Sie rechts auf das Symbol","UserSelect.edit":"bearbeiten","UserSelect.save":"Konservierung","UserSelect.resultSort":"Ergebnissortierung auswählen","UserSelect.selected":"Ausgewählt","UserSelect.clear":"leer","UserSelect.sure":"Submit","SchemaType.string":"String","SchemaType.number":"Number","SchemaType.integer":"integer","SchemaType.object":"Object","SchemaType.array":"Array","SchemaType.boolean":"Boolean","SchemaType.null":"Null","SchemaType.any":"Any","JSONSchema.title":"Title","JSONSchema.default":"Default","JSONSchema.description":"Description","JSONSchema.key":"Key","JSONSchema.array_items":"Items",TimeNow:"Jetzt"})},40384:function(e,t,n){"use strict";(0,n(34594).I27)("en-US",{"Action.countDown":"Wait for ${timeLeft}s","Alert.info":"System Info","App.home":"Home","App.navigation":"Navigation",asc:"Asc","Calendar.datepicker":"Date Picker","Calendar.yearmonth":"YYYY MM","Calendar.year":"YYYY","Calendar.begin":"begin","Calendar.end":"end","Calendar.beginAndEnd":"b/e","Calendar.toast":"Out of date range","Calendar.startPick":"Select start time","Calendar.endPick":"Select end time",cancel:"Cancel","Card.dragTip":"Drag top button to sort","Card.toggleDrag":"Toggle drag to sort","City.street":"Enter street info",clear:"Clear",more:"More","ColorPicker.placeholder":"Select color","SubForm.add":"New",add:"New","Combo.dragDropSort":"Drag to sort","Combo.invalidData":"invalid data, please remove","Combo.maxLength":"Maximum item ia {{MaxLength}}}. Please delete some","Combo.minLength":"A least {{minLength}} item. Please add more","Combo.type":"Type",confirm:"Confirm","Copyable.tip":"Copy","CRUD.exportCSV":"Export CSV","CRUD.exportExcel":"Export Excel","CRUD.fetchFailed":"Fetch failed","CRUD.filter":"Filter","CRUD.selected":"selected {{total}} items: ","CRUD.invalidArray":"data.items must be an array","CRUD.invalidData":"data is empty","CRUD.loadMore":"Load more","CRUD.loadMoreDisableTip":"No data or last page","CRUD.perPage":"Per page","CRUD.stat":"{{page}} of {{lastPage}} total: {{total}}.","CRUD.paginationGoText":"Go to","CRUD.paginationPageText":"page","PaginationWrapper.placeholder":"please config body","Pagination.select":"{{count}} items/page","Pagination.goto":"goto","Pagination.go":"GO","Pagination.totalPage":"total {{lastPage}} pages","Pagination.totalCount":"total {{total}} items","Date.titleYear":"select year","Date.titleMonth":"select month and year","Date.titleDate":"select month, year and day","Date.titleTime":"select time","Date.daysago":"{{days}} day(s) ago","Date.dayslater":"{{days}} day(s) later","Date.endOfMonth":"last day of the month","Date.endOfLastMonth":"last day of last month","Date.endOfWeek":"Saturday","Date.hoursago":"{{hours}} hour(s) ago","Date.hourslater":"{{hours}} hour(s) later","Date.invalid":"Invalid date","Number.invalid":"Invalid number","Date.monday":"Monday","Date.monthsago":"{{months}} month(s) ago","Date.monthslater":"{{months}} month(s) later","Date.now":"Now","Date.placeholder":"Select Date","Date.quartersago":"{{quarters}} quarter(s) ago","Date.quarterslater":"{{quarters}} quarter(s) later","Date.startOfLastMonth":"First day of the last month","Date.startOfLastQuarter":"First day of the last quarter","Date.startOfMonth":"First day of the month","Date.startOfQuarter":"First day of the quarter","Date.today":"Today","Date.tomorrow":"Tomorrow","Date.weeksago":"{{weeks}} week(s) ago","Date.weekslater":"{{weeks}} week(s) later","Date.yesterday":"Yesterday","dateformat.year":"YYYY","DateRange.daysago":"Last {{days}} day(s)","DateRange.dayslater":"Within {{days}} day(s)","DateRange.weeksago":"Last {{weeks}} week(s)","DateRange.weekslater":"Within {{weeks}} week(s)","DateRange.monthsago":"Last {{months}} month(s)","DateRange.monthslater":"Within {{months}} month(s)","DateRange.quartersago":"Last {{quarters}} quarter(s)","DateRange.quarterslater":"Within {{quarters}} quarter(s)","DateRange.yearsago":"Last {{years}} year(s)","DateRange.yearslater":"Within {{years}} year(s)","DateRange.hoursago":"Last {{hours}} hour(s)","DateRange.hourslater":"Within {{hours}} hour(s)","DateRange.1dayago":"1 day ago","DateRange.1daysago":"1 day ago","DateRange.7daysago":"7 days ago","DateRange.30daysago":"30 days ago","DateRange.90daysago":"90 days ago","DateRange.lastMonth":"Last month","DateRange.lastWeek":"Last week","DateRange.lastQuarter":"Last quarter","DateRange.placeholder":"Select a Date range","YearRange.placeholder":"Select a Year range","DateRange.thisWeek":"This Week","DateRange.thisMonth":"This month","DateRange.thisQuarter":"This quarter","DateRange.thisYear":"This year","DateRange.lastYear":"Last year","DateRange.valueConcat":" to ","DateTime.placeholder":"Select Datetime",delete:"Delete",deleteConfirm:"Are your sure to delete?",deleteFailed:"Delete failed",desc:"Desc","Dialog.close":"Close","Dialog.title":"Title","Embed.invalidRoot":"Invalid root selector","Embed.downloading":"Start downloading","Excel.placeholder":"Drag 'n' drop excel here, or click to select","Excel.parsed":"{{filename}} Parsed",fetchFailed:"Fetch api failed","File.continueAdd":"Continue add","File.downloadTpl":"Download template","File.dragDrop":"Drag 'n' drop some files here or","File.clickUpload":"click here to upload","File.helpText":"Help documentation","File.errorRetry":"File upload failed, please try again","File.failed":"Failed files.","File.invalidType":"{{files}} does not match type `{{accept}}`","File.maxLength":"The maximum limit is {{maxLength}}","File.maxSize":"{{filename}} you selected exceeds the maximum limit of {{maxSize}}","File.pause":"Pause uplaod","File.repick":"Repick","File.result":"Successfully uploaded {{uploaded}} files, failed to upload {{failed}} files","File.retry":"Retry","File.sizeLimit":"The maximum file size is {{maxSize}}","File.start":"Start upload","File.upload":"Upload","Image.upload":"Upload image","File.uploadFailed":"return data of udpload api is empty","File.uploading":"Uploading","FormItem.autoFillLoadFailed":"return data of autoUpdate api is error","FormItem.autoFillSuggest":"Reference data entry","Form.loadOptionsFailed":"Failed to load options because: {{reason}}","Form.submit":"Submit","Form.title":"Form","Form.unique":"Current value is not unique","Form.validateFailed":"Form input validation failed","Form.nestedError":"Form cannot appear as a descendant of form","Iframe.invalid":"Invalid iframe url","Iframe.invalidProtocol":"Can not use http url iframe in https","Image.configError":"Can only set one of crop or multiple","Image.crop":"Crop image","Image.dragDrop":"Drag 'n' drop some photos here","Image.height":"height: {{height}}px","Image.limitMax":"Minimum image size is {{info}}","Image.limitMin":"Maximum image size is {{info}}","Image.limitRatio":"Please upload image with the size ratio of {{ration}}","Image.pasteTip":"You can paste image from the clipboard","Image.placeholder":"Click to select image or drag into this area","Image.size":"size: ({{width}}px x {{height}}px)","Image.sizeNotEqual":"The image you selected does not meet the size requirements {{info}}","Image.width":"width: {{width}}px","Image.zoomIn":"Zoom In","Log.mustHaveSource":"Must have source in config","Log.showLineNumber":"Display line number","Log.notShowLineNumber":"Hide line number","Log.expand":"Expand Operation","Log.collapse":"Collapse Operation",link:"Link",loading:"Loading","LocationPicker.placeholder":"Pick location","Month.placeholder":"Select a month","Nav.sourceError":"Fetch link error",networkError:"Network error or missing CORS configuration",noResult:"No Result","NumberInput.placeholder":"Please enter a number","Options.addPlaceholder":"Please enter a name","Options.deleteAPI":"Must have deleteAPI","Options.editLabel":"Edit {{label}}","Options.label":"option","Options.createFailed":"create failed, please check","placeholder.empty":"","placeholder.enter":"Enter","placeholder.noData":"No data","placeholder.noOption":"No option","placeholder.selectData":"Select data","Quarter.placeholder":"Select a quarter","Repeat.pre":"Per",reset:"Reset",save:"Save",saveFailed:"Save failed",saveSuccess:"Saved successfully",search:"Search",searchHistory:"Search History",searchResult:"Search result","Checkboxes.selectAll":"Select/Deselect All","Select.checkAll":"Check all","Select.clear":"Clear","Select.edit":"Edit","Select.upload":"Re upload","Select.clearAll":"Clear all","Select.createLabel":"New option","Select.placeholder":"Select","Select.searchPromptText":"Input to search",sort:"Sort",stop:"Stop","SubForm.button":"Config","SubForm.editDetail":"Edit Detail","System.error":"System error","System.notify":"System notify","System.copy":"Content copied","System.requestError":"Request error: ","System.requestErrorStatus":"Request error, status code: ","Table.addRow":"Add row","Table.copyRow":"Copy row","Table.columnsVisibility":"Click to control columns visibility","Table.deleteRow":"Delete current row","Table.discard":"Discard","Table.dragTip":"Drag the button on the left to sort","Table.editing":"You should finished editing","Table.editRow":"Edit current row","Table.modified":"There are {{modified}} records have been modified, you can:","Table.moved":"There are {{moved}} records changed the order, you can:","Table.operation":"Operation","Table.playload":"Must have playload","Table.startSort":"Click to start sorting","Table.valueField":"Must have valueField","Table.index":"Index","Table.add":"Add","Table.addButtonDisabledTip":"In content editing, please submit first and then create a new option","Table.toggleColumn":"Display columns","Table.searchFields":"Set query fields","Tag.placeholder":"No tag yet","Tag.tip":"Recently used tag","Text.add":"New {{label}}","Time.placeholder":"Select Time","Transfer.configError":"Config error","Transfer.refreshIcon":"Click to refresh","Transfer.searchKeyword":"Enter keywords","Transfer.available":"Available","Transfer.selectd":"Selected","Transfer.selectFromLeft":"Select from the left","Tree.addChild":"Add child","Tree.addRoot":"Add root node","Tree.editNode":"Edit this node","Tree.removeNode":"Remove this node","Tree.root":"Root","validate.equals":"value must be $1","validate.equalsField":"value must be $1","validate.gt":"Please enter a value greater than $1","validate.isAlpha":"Please enter letters","validate.isAlphanumeric":"Please enter letters or numbers","validate.isEmail":"Email format is incorrect","validate.isFloat":"Please enter a floating point value","validate.isId":"invalid ID Card number","validate.isInt":"Please enter an integer number","validate.isJson":"invalid JSON format.","validate.isLength":"Please make sure the length of contents is $1","validate.isNumeric":"Please enter a number","validate.isPhoneNumber":"invalid phone number","validate.isRequired":"This is required","validate.isTelNumber":"invalid telephone number","validate.isUrl":"Incorrect URL format","validate.isUrlPath":"You can only enter letters, numbers, `-` and`_` .","validate.isWords":"Please enter word","validate.isZipcode":"invalid postal address","validate.lt":"Please enter a value less than $1","validate.matchRegexp":"The format is not correct. Please enter the content with the rule `${1| raw}`.","validate.maximum":"The input value exceeds the maximum value of $1","validate.maxLength":"Please control the content length, do not enter more than $1 letters","validate.minimum":"The input value is lower than the minimum value of $1","validate.minLength":"Please enter more, at least $1 characters.","validate.array.minLength":"Please add more members, at least $1 members","validate.array.maxLength":"Please control the number of members, which cannot exceed $1","validate.isVariableName":"Please enter a valid variable name","validate.notEmptyString":"Please do not enter all blank characters","validate.isDateTimeSame":"The current date value is invalid, please enter the same date value as $1","validate.isDateTimeBefore":"The current date value is invalid, please enter a date value before $1","validate.isDateTimeAfter":"The current date value is invalid, please enter a date value after $1","validate.isDateTimeSameOrBefore":"The current date value is invalid, please enter a date value that is the same as or before $1","validate.isDateTimeSameOrAfter":"The current date value is invalid, please enter a date value that is the same as or after $1","validate.isDateTimeBetween":"The current date value is invalid, please enter a date value between $1 and $2","validate.isTimeSame":"The current time value is invalid, please enter the same time value as $1","validate.isTimeBefore":"The current time value is invalid, please enter a time value before $1","validate.isTimeAfter":"The current time value is invalid, please enter a time value after $1","validate.isTimeSameOrBefore":"The current time value is invalid, please enter a time value that is the same as or before $1","validate.isTimeSameOrAfter":"The current time value is invalid, please enter a time value that is the same as or after $1","validate.isTimeBetween":"The current time value is invalid, please enter a time value between $1 and $2",validateFailed:"Validate failed","Wizard.configError":"Config error","Wizard.finish":"Finish","Wizard.next":"Next","Wizard.prev":"Prev","Wizard.saveAndNext":"Save & Next","year-to-year":"{{from}} - {{to}}","Year.placeholder":"Select a Year",reload:"Reload",rotate:"Rotate","rotate.left":"Rotate left","rotate.right":"Rotate right",zoomIn:"Zoom in",zoomOut:"Zoom out","scale.origin":"Original scale","Editor.fullscreen":"full screen","Editor.exitFullscreen":"exit fullscreen mode","Condition.not":"not","Condition.and":"and","Condition.or":"or","Condition.collapse":"unfold","Condition.add_cond":"add condition","Condition.add_cond_group":"add condition group","Condition.delete_cond_group":"delete condition group","Condition.equal":"equal","Condition.not_equal":"not equal","Condition.less":"less","Condition.less_or_equal":"less or equal","Condition.greater":"greater","Condition.greater_or_equal":"greater or equal","Condition.between":"between","Condition.not_between":"not between","Condition.is_empty":"empty","Condition.is_not_empty":"not empty","Condition.like":"contains","Condition.not_like":"not contains","Condition.starts_with":"starts with","Condition.ends_with":"ends with","Condition.select_equals":"equals","Condition.select_not_equals":"not equal","Condition.select_any_in":"contains","Condition.select_not_any_in":"not contains","Condition.placeholder":"Please enter text","Condition.cond_placeholder":"select condition","Condition.field_placeholder":"select field","Condition.blank":"blank","Condition.expression":"expression","Condition.formula_placeholder":"Please enter a formula","Condition.fun_error":"Function is undefined","Condition.configured":"Configured","InputTable.uniqueError":"Column `{{label}}` unique validate failed","Timeline.collapseText":"Unfold","Timeline.expandText":"Fold",collapse:"Collapse",expand:"Expand","FormulaEditor.btnLabel":"Formula Edit","FormulaEditor.title":"Formula Editor","FormulaEditor.variable":"Variable","FormulaEditor.function":"Function","FormulaEditor.invalidData":"invalid data, position or reason is {{err}}","pullRefresh.pullingText":"Pull down to refresh...","pullRefresh.loosingText":"Release to refresh...","pullRefresh.loadingText":"Loading...","pullRefresh.successText":"Loading success","Picker.placeholder":"Click icon on the right","UserSelect.edit":"edit","UserSelect.save":"preservation","UserSelect.resultSort":"Select result sort","UserSelect.selected":"Selected","UserSelect.clear":"empty","UserSelect.sure":"submit","SchemaType.string":"String","SchemaType.number":"Number","SchemaType.integer":"integer","SchemaType.object":"Object","SchemaType.array":"Array","SchemaType.boolean":"Boolean","SchemaType.any":"Any","SchemaType.null":"Null","JSONSchema.title":"Title","JSONSchema.default":"Default","JSONSchema.description":"Description","JSONSchema.key":"Key","JSONSchema.array_items":"Items",TimeNow:"Now","IconSelect.all":"All","IconSelect.choice":"Icon selection"})},62190:function(e,t,n){"use strict";(0,n(34594).I27)("zh-CN",{"Action.countDown":"请等待 ${timeLeft} 秒","Alert.info":"系统消息","App.home":"首页","App.navigation":"导航",asc:"正序","Calendar.datepicker":"日期选择","Calendar.yearmonth":"YYYY年MM月","Calendar.year":"YYYY年","Calendar.begin":"开始","Calendar.end":"结束","Calendar.beginAndEnd":"始/终","Calendar.toast":"超出日期范围","Calendar.startPick":"开始时间","Calendar.endPick":"结束时间",Schedule:"日程",Time:"时间",Content:"内容",cancel:"取消",more:"更多","Card.dragTip":"请拖动顶部的按钮进行排序","Card.toggleDrag":"对卡片进行排序操作","City.street":"请输入街道信息",clear:"清空","ColorPicker.placeholder":"请选择颜色","SubForm.add":"新增一项",add:"新增","Combo.dragDropSort":"拖拽排序","Combo.invalidData":"数值格式不正确","Combo.maxLength":"组合表单超出{{maxLength}}个,请删除","Combo.minLength":"组合表单数量不足{{minLength}}个,请添加更多","Combo.type":"类型",confirm:"确认","Copyable.tip":"点击复制","CRUD.exportCSV":"导出 CSV","CRUD.exportExcel":"导出 Excel","CRUD.fetchFailed":"获取失败","CRUD.filter":"筛选","CRUD.selected":"已选{{total}}条:","CRUD.invalidArray":"data.items 必须是数组","CRUD.invalidData":"返回数据格式不正确,data 没有数据","CRUD.loadMore":"加载更多","CRUD.loadMoreDisableTip":"无数据或最后一页","CRUD.perPage":"每页显示","CRUD.stat":"{{page}}/{{lastPage}} 总共:{{total}} 项","CRUD.paginationGoText":"前往","CRUD.paginationPageText":"页","PaginationWrapper.placeholder":"请配置内容","Pagination.select":"{{count}}条/页","Pagination.goto":"跳转至","Pagination.go":"GO","Pagination.totalPage":"共 {{lastPage}} 页","Pagination.totalCount":"共 {{total}} 条","Date.titleYear":"选择年","Date.titleMonth":"选择年月","Date.titleDate":"选择年月日","Date.titleTime":"选择时间","Date.daysago":"{{days}}天前","Date.dayslater":"{{days}}天后","Date.endOfMonth":"本月最后一天","Date.endOfWeek":"周日","Date.endOfLastMonth":"上月最后一天","Date.hoursago":"{{hours}}小时前","Date.hourslater":"{{hours}}小时后","Date.invalid":"日期无效","Number.invalid":"数字无效","Date.monday":"本周一","Date.monthsago":"{{months}}月前","Date.monthslater":"{{months}}月后","Date.now":"现在","Date.placeholder":"请选择日期","Date.quartersago":"{{quarters}}季度前","Date.quarterslater":"{{quarters}}季度后","Date.startOfLastMonth":"上个月第一天","Date.startOfLastQuarter":"上个季度第一天","Date.startOfMonth":"本月第一天","Date.startOfQuarter":"本季度第一天","Date.today":"今天","Date.tomorrow":"明天","Date.weeksago":"{{weeks}}周前","Date.weekslater":"{{weeks}}周后","Date.yesterday":"昨天","dateformat.year":"YYYY年","DateRange.daysago":"最近{{days}}天","DateRange.dayslater":"{{days}}天以内","DateRange.weeksago":"最近{{weeks}}周","DateRange.weekslater":"{{weeks}}周以内","DateRange.monthsago":"最近{{months}}月","DateRange.monthslater":"{{months}}月以内","DateRange.quartersago":"最近{{quarters}}季度","DateRange.quarterslater":"{{quarters}}季度以内","DateRange.yearsago":"最近{{years}}年","DateRange.yearslater":"{{years}}年以内","DateRange.hoursago":"最近{{hours}}小时","DateRange.hourslater":"{{hours}}小时以内","DateRange.1daysago":"最近1天","DateRange.1dayago":"最近1天","DateRange.7daysago":"最近7天","DateRange.30daysago":"最近30天","DateRange.90daysago":"最近90天","DateRange.lastWeek":"上周","DateRange.lastMonth":"上个月","DateRange.lastQuarter":"上个季度","DateRange.placeholder":"请选择日期范围","DateRange.thisWeek":"这个周","DateRange.thisMonth":"这个月","DateRange.thisQuarter":"这个季度","DateRange.valueConcat":" 至 ","DateTime.placeholder":"请选择日期以及时间","MonthRange.placeholder":"请选择月份范围","QuarterRange.placeholder":"请选择季度范围","YearRange.placeholder":"请选择年份范围","DateRange.thisYear":"今年","DateRange.lastYear":"去年",delete:"删除",deleteConfirm:"确认要删除?",deleteFailed:"删除失败",desc:"降序","Dialog.close":"关闭","Dialog.title":"弹框","Embed.invalidRoot":"选择器不对,页面上没有此元素","Embed.downloading":"文件即将开始下载","Excel.placeholder":"拖拽 Excel 到这,或点击上传","Excel.parsed":"已解析 {{filename}}",fetchFailed:"初始化失败","File.continueAdd":"继续添加","File.downloadTpl":"下载模板","File.dragDrop":"将文件拖到此处,或","File.clickUpload":"点击上传","File.helpText":"帮助文档","File.errorRetry":"文件上传失败请重试","File.failed":"失败文件","File.invalidType":"{{files}} 不符合类型的 {{accept}} 的设定,请仔细检查","File.maxLength":"最多上传 {{maxLength}} 个文件","File.maxSize":"{{filename}} 大小为 {{actualSize}} 超出了最大为 {{maxSize}} 的限制","File.pause":"暂停上传","File.repick":"重新选择","File.result":"已成功上传 {{uploaded}} 个文件,{{failed}} 个文件上传失败,","File.retry":"重试上传","File.sizeLimit":"文件大小不超过 {{maxSize}}","File.start":"开始上传","File.upload":"文件上传","Image.upload":"图片上传","File.uploadFailed":"接口返回错误,请仔细检查","File.uploading":"上传中...","FormItem.autoFillLoadFailed":"接口返回错误,请仔细检查","FormItem.autoFillSuggest":"参照录入数据","Form.loadOptionsFailed":"加载选项失败,原因:{{reason}}","Form.submit":"提交","Form.title":"表单","Form.unique":"当前值不唯一","Form.validateFailed":"依赖的部分字段没有通过验证","Form.nestedError":"表单不要直接嵌套在表单下面","Iframe.invalid":"iframe 地址不合法","Iframe.invalidProtocol":"无法加载 http 协议的 iframe","Image.configError":"图片多选配置和裁剪配置只能设置一个","Image.crop":"裁剪图片","Image.dragDrop":"将图片拖拽到此处","Image.height":"高度 {{height}}px","Image.limitRatio":"请上传尺寸比率为 {{ratio}} 的图片","Image.pasteTip":"可以粘贴剪切板中的图片","Image.placeholder":"点击选择图片或拖拽图片到这里","Image.size":"尺寸({{width}} x {{height}})","Image.sizeMax":"请上传不要大于{{info}}的图片","Image.sizeMin":"请上传不要小于{{info}}的图片","Image.sizeNotEqual":"请上传{{info}}的图片","Image.width":"宽度 {{width}}px","Image.zoomIn":"查看大图","Image.limitMax":"上传图片大于{{info}},请检查图片尺寸","Image.limitMin":"上传图片小于{{info}},请检查图片尺寸","Log.mustHaveSource":"需要配置 Source","Log.showLineNumber":"显示行数","Log.notShowLineNumber":"不现实行数","Log.expand":"展开工具栏","Log.collapse":"收起工具栏",link:"链接",loading:"加载中","LocationPicker.placeholder":"请选择位置","Month.placeholder":"请选择月份","Nav.sourceError":"获取链接错误",networkError:"网络错误,可能是未配置跨域 CORS",noResult:"未找到任何结果","NumberInput.placeholder":"请输入数字","Options.addPlaceholder":"请输入名称","Options.deleteAPI":"必须设置 deleteAPI","Options.editLabel":"编辑{{label}}","Options.label":"选项","Options.createFailed":"新增失败,请仔细检查","placeholder.empty":"<空>","placeholder.enter":"请输入","placeholder.noData":"暂无数据","placeholder.noOption":"暂无选项","placeholder.selectData":"请先选择数据","Quarter.placeholder":"请选择季度","Repeat.pre":"每",reset:"重置",save:"保存",saveFailed:"保存失败",saveSuccess:"保存成功",search:"搜索",searchHistory:"搜索历史",searchResult:"搜索结果",stop:"停止","Checkboxes.selectAll":"全选/不选","Select.checkAll":"全选","Select.clear":"移除","Select.edit":"编辑","Select.upload":"重新上传","Select.clearAll":"移除所有","Select.createLabel":"新增选项","Select.placeholder":"请选择","Select.searchPromptText":"搜索",sort:"排序","SubForm.button":"设置","SubForm.editDetail":"编辑详情","System.error":"系统错误","System.notify":"系统消息","System.copy":"内容已复制到粘贴板","System.requestError":"接口报错:","System.requestErrorStatus":"接口出错,状态码是:","Table.addRow":"新增一行","Table.copyRow":"复制一行","Table.columnsVisibility":"点击选择显示列","Table.deleteRow":"删除当前行","Table.discard":"放弃","Table.dragTip":"请拖动左边的按钮进行排序","Table.editing":"请先处理表格编辑项","Table.editRow":"编辑当前行","Table.modified":"当前有 {{modified}} 条记录修改但没有提交,你可以:","Table.moved":"当前有 {{moved}} 条记录修改了顺序但没有提交,你可以:","Table.operation":"操作","Table.playload":"action 上请配置 payload, 否则不清楚要删除哪个","Table.startSort":"点击开始排序","Table.valueField":"请配置 valueField","Table.index":"序号","Table.add":"新增","Table.addButtonDisabledTip":"内容编辑中,请先提交后新建选项","Table.toggleColumn":"显示列","Table.searchFields":"设置查询字段","Tag.placeholder":"请输入/选择标签","Tag.tip":"最近使用的标签","Text.add":"新增:{{label}}","Time.placeholder":"请选择时间","Transfer.configError":"配置错误,选项无法与左侧选项对应","Transfer.refreshIcon":"点击刷新重新加载","Transfer.searchKeyword":"请输入关键字","Transfer.available":"可选项","Transfer.selectd":"已选项","Transfer.selectFromLeft":"请选择左侧数据","Tree.addChild":"添加子节点","Tree.addRoot":"添加一级节点","Tree.editNode":"编辑该节点","Tree.removeNode":"移除该节点","Tree.root":"顶级","validate.equals":"输入的数据与 $1 不一致","validate.equalsField":"输入的数据与 $1 值不一致","validate.gt":"请输入大于 $1 的值","validate.isAlpha":"请输入字母","validate.isAlphanumeric":"请输入字母或者数字","validate.isEmail":"Email 格式不正确","validate.isFloat":"请输入浮点型数值","validate.isId":"请输入合法的身份证号","validate.isInt":"请输入整型数字","validate.isJson":"JSON 格式不正确","validate.isLength":"请输入长度为 $1 的内容","validate.isNumeric":"请输入数字","validate.isPhoneNumber":"请输入合法的手机号码","validate.isRequired":"这是必填项","validate.isTelNumber":"请输入合法的电话号码","validate.isUrl":"URL 格式不正确","validate.isUrlPath":"只能输入字母、数字、`-` 和 `_`.","validate.isWords":"请输入单词","validate.isZipcode":"请输入合法的邮编地址","validate.lt":"请输入小于 $1 的值","validate.matchRegexp":"格式不正确, 请输入符合规则为 `${1|raw}` 的内容。","validate.maximum":"当前输入值超出最大值 $1","validate.maxLength":"请控制内容长度, 不要输入 $1 个以上字符","validate.array.maxLength":"请控制成员个数, 不能超过 $1 个","validate.minimum":"当前输入值低于最小值 $1","validate.minLength":"请输入更多的内容,至少输入 $1 个字符。","validate.array.minLength":"请添加更多的成员,成员数至少 $1 个。","validate.notEmptyString":"请不要全输入空白字符","validate.isDateTimeSame":"当前日期值不合法,请输入和 $1 相同的日期值","validate.isDateTimeBefore":"当前日期值不合法,请输入 $1 之前的日期值","validate.isDateTimeAfter":"当前日期值不合法,请输入 $1 之后的日期值","validate.isDateTimeSameOrBefore":"当前日期值不合法,请输入和 $1 相同或之前的日期值","validate.isDateTimeSameOrAfter":"当前日期值不合法,请输入和 $1 相同或之后的日期值","validate.isDateTimeBetween":"当前日期值不合法,请输入 $1 和 $2 之间的日期值","validate.isTimeSame":"当前时间值不合法,请输入和 $1 相同的时间值","validate.isTimeBefore":"当前时间值不合法,请输入 $1 之前的时间值","validate.isTimeAfter":"当前时间值不合法,请输入 $1 之后的时间值","validate.isTimeSameOrBefore":"当前时间值不合法,请输入和 $1 相同或之前的时间值","validate.isTimeSameOrAfter":"当前时间值不合法,请输入和 $1 相同或之后的时间值","validate.isTimeBetween":"当前时间值不合法,请输入 $1 和 $2 之间的时间值","validate.isVariableName":"请输入合法的变量名",validateFailed:"表单验证失败","Wizard.configError":"配置错误","Wizard.finish":"完成","Wizard.next":"下一步","Wizard.prev":"上一步","Wizard.saveAndNext":"保存并下一步","year-to-year":"{{from}} 年 - {{to}} 年","Year.placeholder":"请选择年",reload:"刷新",rotate:"旋转","rotate.left":"向左旋转","rotate.right":"向右旋转",zoomIn:"放大",zoomOut:"缩小","scale.origin":"原始尺寸","Editor.fullscreen":"全屏","Editor.exitFullscreen":"退出全屏","Condition.not":"非","Condition.and":"且","Condition.or":"或","Condition.collapse":"展开全部","Condition.add_cond":"添加条件","Condition.add_cond_group":"添加条件组","Condition.delete_cond_group":"删除组","Condition.equal":"等于","Condition.not_equal":"不等于","Condition.less":"小于","Condition.less_or_equal":"小于或等于","Condition.greater":"大于","Condition.greater_or_equal":"大于或等于","Condition.between":"属于范围","Condition.not_between":"不属于范围","Condition.is_empty":"为空","Condition.is_not_empty":"不为空","Condition.like":"模糊匹配","Condition.not_like":"不匹配","Condition.starts_with":"匹配开头","Condition.ends_with":"匹配结尾","Condition.select_equals":"等于","Condition.select_not_equals":"不等于","Condition.select_any_in":"包含","Condition.select_not_any_in":"不包含","Condition.placeholder":"请输入文本","Condition.cond_placeholder":"请选择操作","Condition.field_placeholder":"请选择字段","Condition.blank":"空","Condition.expression":"表达式","Condition.formula_placeholder":"请输入公式","Condition.fun_error":"方法未定义","Condition.configured":"已配置","InputTable.uniqueError":"列`{{label}}`没有通过唯一验证","Timeline.collapseText":"收起","Timeline.expandText":"展开",collapse:"收起",expand:"展开","FormulaEditor.btnLabel":"公式编辑","FormulaEditor.title":"公式编辑器","FormulaEditor.variable":"变量","FormulaEditor.function":"函数","FormulaEditor.invalidData":"公式值校验错误,错误的位置/原因是 {{err}}","pullRefresh.pullingText":"下拉即可刷新...","pullRefresh.loosingText":"释放即可刷新...","pullRefresh.loadingText":"加载中...","pullRefresh.successText":"加载成功","Picker.placeholder":"请点击右侧的图标","UserSelect.edit":"编辑","UserSelect.save":"保存","UserSelect.resultSort":"选择结果排序","UserSelect.selected":"已选","UserSelect.clear":"清空","UserSelect.sure":"确定","SchemaType.string":"文本","SchemaType.number":"数字","SchemaType.integer":"整数","SchemaType.object":"对象","SchemaType.array":"数组","SchemaType.boolean":"布尔","SchemaType.null":"Null","SchemaType.any":"任意","JSONSchema.title":"名称","JSONSchema.default":"默认值","JSONSchema.key":"字段名","JSONSchema.description":"描述","JSONSchema.add_prop":"添加属性","JSONSchema.array_items":"成员类型",Required:"必填",TimeNow:"此刻","IconSelect.all":"全部","IconSelect.choice":"图标选择"})},24987:function(e,t,n){"use strict";var r=n(34594),a=(0,r.Kfl)("a-");(0,r.rSc)("ang",{classPrefix:"a-",classnames:a})},21676:function(e,t,n){"use strict";(0,n(34594).rSc)("antd",{classPrefix:"antd-",components:{toast:{closeButton:!0}},renderers:{form:{horizontal:{leftFixed:!0}},pagination:{maxButtons:9,showPageInput:!1},fieldset:{collapsable:!1},remark:{placement:"right"},tabs:{mode:"line"},"tabs-control":{mode:"line"},"range-control":{showInput:!0,clearable:!0}}})},53479:function(e,t,n){"use strict";var r=n(34594);(0,r.Kfl)("cxd-"),(0,r.rSc)("cxd",{classPrefix:"cxd-",components:{toast:{closeButton:!0}},renderers:{form:{horizontal:{leftFixed:!0}},pagination:{maxButtons:9,showPageInput:!1},fieldset:{collapsable:!1},remark:{placement:"right"},tabs:{mode:"line"},"tabs-control":{mode:"line"},"range-control":{showInput:!0,clearable:!0},chart:{chartTheme:{color:["#108cee","#545fc8","#f38900","#ea2e2e","#8a58bc","#04c1ba","#fbbe04","#5fb333","#0a7eb4","#304069","#c4ccd3"],backgroundColor:"#ffffff",textStyle:{},title:{textStyle:{color:"#333"},subtextStyle:{color:"#999999"}},line:{itemStyle:{borderWidth:1},lineStyle:{width:2},symbolSize:4,symbol:"emptyCircle",smooth:!1},radar:{itemStyle:{borderWidth:1},lineStyle:{width:2},symbolSize:4,symbol:"emptyCircle",smooth:!1},bar:{itemStyle:{barBorderWidth:0,barBorderColor:"#ccc"}},pie:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},scatter:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},boxplot:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},parallel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},sankey:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},funnel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},gauge:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},candlestick:{itemStyle:{color:"#c23531",color0:"#314656",borderColor:"#c23531",borderColor0:"#314656",borderWidth:1}},graph:{itemStyle:{borderWidth:0,borderColor:"#ccc"},lineStyle:{width:1,color:"#aaa"},symbolSize:4,symbol:"emptyCircle",smooth:!1,color:["#108cee","#545fc8","#f38900","#ea2e2e","#8a58bc","#04c1ba","#fbbe04","#5fb333","#0a7eb4","#304069","#c4ccd3"],label:{color:"#f5f5f5"}},map:{itemStyle:{normal:{areaColor:"#eee",borderColor:"#444",borderWidth:.5},emphasis:{areaColor:"rgba(255,215,0,0.8)",borderColor:"#444",borderWidth:1}},label:{normal:{textStyle:{color:"#000"}},emphasis:{textStyle:{color:"rgb(100,0,0)"}}}},geo:{itemStyle:{normal:{areaColor:"#eee",borderColor:"#444",borderWidth:.5},emphasis:{areaColor:"rgba(255,215,0,0.8)",borderColor:"#444",borderWidth:1}},label:{normal:{textStyle:{color:"#000"}},emphasis:{textStyle:{color:"rgb(100,0,0)"}}}},categoryAxis:{axisLine:{show:!0,lineStyle:{color:"#999999"}},axisTick:{show:!0,lineStyle:{color:"#999999"}},axisLabel:{show:!0,textStyle:{color:"#999999"}},splitLine:{show:!1,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},valueAxis:{axisLine:{show:!0,lineStyle:{color:"#999999"}},axisTick:{show:!0,lineStyle:{color:"#999999"}},axisLabel:{show:!0,textStyle:{color:"#999999"}},splitLine:{show:!0,lineStyle:{color:["#eeeeee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},logAxis:{axisLine:{show:!0,lineStyle:{color:"#999999"}},axisTick:{show:!0,lineStyle:{color:"#999999"}},axisLabel:{show:!0,textStyle:{color:"#999999"}},splitLine:{show:!0,lineStyle:{color:["#eeeeee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},timeAxis:{axisLine:{show:!0,lineStyle:{color:"#999999"}},axisTick:{show:!0,lineStyle:{color:"#999999"}},axisLabel:{show:!0,textStyle:{color:"#999999"}},splitLine:{show:!0,lineStyle:{color:["#eeeeee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},toolbox:{iconStyle:{normal:{borderColor:"#999"},emphasis:{borderColor:"#666"}}},legend:{textStyle:{color:"#333"}},tooltip:{axisPointer:{lineStyle:{color:"#ccc",width:1},crossStyle:{color:"#ccc",width:1}}},timeline:{lineStyle:{color:"#293c55",width:1},itemStyle:{normal:{color:"#293c55",borderWidth:1},emphasis:{color:"#a9334c"}},controlStyle:{normal:{color:"#293c55",borderColor:"#293c55",borderWidth:.5},emphasis:{color:"#293c55",borderColor:"#293c55",borderWidth:.5}},checkpointStyle:{color:"#e43c59",borderColor:"rgba(194,53,49, 0.5)"},label:{normal:{textStyle:{color:"#293c55"}},emphasis:{textStyle:{color:"#293c55"}}}},visualMap:{color:["#bf444c","#d88273","#f6efa6"]},dataZoom:{backgroundColor:"rgba(47,69,84,0)",dataBackgroundColor:"rgba(47,69,84,0.3)",fillerColor:"rgba(167,183,204,0.4)",handleColor:"#a7b7cc",handleSize:"100%",textStyle:{color:"#333"}},markPoint:{label:{color:"#f5f5f5"},emphasis:{label:{color:"#f5f5f5"}}}}}}})},52783:function(e,t,n){"use strict";var r=n(34594),a="dark-",i=(0,r.Kfl)(a);(0,r.rSc)("dark",{classPrefix:a,classnames:i,renderers:{json:{jsonTheme:"eighties"},"editor-control":{editorTheme:"vs-dark"}}})},71437:function(e,t,n){"use strict";var r=n(70655),a=n(34594),i=n(15660),o=n(30806),s=n(94651),l=n(97843),u=n(9536),c=n(15623),d=n(4867),p=n(38947),h=n(97970),f=n(66524);function m(e){var t={},n=!1;return t.controls=Array.isArray(e.controls)?e.controls.concat():[],t.controls=t.controls.map((function(e){if(Array.isArray(e)){var t=m({type:"group",controls:e});return t!==e&&(n=!0),t}return e})),e.fieldSet&&(Array.isArray(e.fieldSet)?e.fieldSet:[e.fieldSet]).forEach((function(a){n=!0,t.controls.push((0,r.pi)((0,r.pi)({},m(a)),{type:"fieldSet",collapsable:e.collapsable}))})),e.tabs&&(n=!0)&&t.controls.push({type:"tabs",tabs:e.tabs.map((function(e){return m(e)}))}),n&&(delete(e=(0,r.pi)((0,r.pi)({},e),t)).fieldSet,delete e.tabs),e}function v(e){var t=!1,n=e.map((function(e){return Array.isArray(e)?(t=!0,v(e)):e}));return t||(n=e),{type:"hbox",columns:n}}(0,a.YOg)((function(e,t){return t.component!==i.Y||e.label&&void 0===e.option&&((e=(0,r.pi)({},e)).option=e.label,delete e.label),e})),(0,a.YOg)((function(e,t){if(t.component!==a.lTy)return e;if(e.fieldSet||e.tabs)e=m(e);else if(Array.isArray(e.controls)){var n=!1,i=e.controls.map((function(e){if(Array.isArray(e)){var t=m({type:"group",controls:e});return t!==e&&(n=!0),t}return e}));n&&(e=(0,r.pi)((0,r.pi)({},e),{controls:i}))}return e})),(0,a.YOg)((function(e,t){if(t.component!==o.F)return e;if(Array.isArray(e.controls)){var n=!1,a=e.controls.map((function(e){if(Array.isArray(e)){var t=m({type:"group",controls:e});return t!==e&&(n=!0),t}return e}));n&&(e=(0,r.pi)((0,r.pi)({},e),{controls:a}))}return e})),(0,a.YOg)((function(e,t){if(t.component!==s.U&&t.component!==l.nb)return e;if(Array.isArray(e.body)){var n=!1,a=e.body.map((function(e){return Array.isArray(e)?(n=!0,v(e)):e}));n&&(e=(0,r.pi)((0,r.pi)({},e),{body:a}))}return e})),(0,a.YOg)((function(e,t){return t.component!==u.B||(e.btnClassName||e.btnActiveClassName)&&(delete(e=(0,r.pi)((0,r.pi)({},e),{btnLevel:(0,a.MZz)(e.btnClassName),btnActiveLevel:(0,a.MZz)(e.btnActiveClassName)})).btnClassName,delete e.btnActiveClassName),e})),(0,a.YOg)((function(e,t){return t.component!==c.KD&&t.component!==d.J&&t.component!==p.i||(e.reciever&&delete(e=(0,r.pi)((0,r.pi)({},e),{receiver:e.reciever})).reciever,e.videoReciever&&delete(e=(0,r.pi)((0,r.pi)({},e),{videoReceiver:e.reciever})).reciever),e})),(0,a.YOg)((function(e,t){return t.component!==h._t||Array.isArray(e.columns)&&e.columns.some((function(e){return Array.isArray(e)||e.type}))&&(e=(0,r.pi)((0,r.pi)({},e),{columns:e.columns.map((function(e){return Array.isArray(e)?{body:[{type:"grid",columns:e}]}:(e.type&&(e={xs:e.xs,sm:e.sm,md:e.md,lg:e.lg,columnClassName:e.columnClassName,body:[(0,r._T)(e,["xs","sm","md","lg","columnClassName"])]}),e)}))})),e})),(0,a.YOg)((function(e,t){return t.component!==f.c||Array.isArray(e.columns)&&e.columns.some((function(e){return e.type}))&&(e=(0,r.pi)((0,r.pi)({},e),{columns:e.columns.map((function(e){var t=e.width,n=e.height,a=e.style,i=e.columnClassName,o=e.visible,s=e.visibleOn,l=(0,r._T)(e,["width","height","style","columnClassName","visible","visibleOn"]);return e.type&&(e={width:t,height:n,style:a,columnClassName:i,visible:o,visibleOn:s,body:[l]}),e}))})),e}));var g={array:"input-array","button-group":"button-group-select",city:"input-city",color:"input-color",date:"input-date",datetime:"input-datetime",time:"input-time",quarter:"input-quarter",month:"input-month",year:"input-year","date-range":"input-date-range","datetime-range":"input-datetime-range",diff:"diff-editor",file:"input-file",image:"input-image",list:"list-select",location:"location-picker",matrix:"matrix-checkboxes","month-range":"input-month-range","quarter-range":"input-quarter-range",number:"input-number",range:"input-range",rating:"input-rating",repeat:"input-repeat","rich-text":"input-rich-text",form:"input-sub-form",table:"input-table",tag:"input-tag",text:"input-text",url:"input-url",password:"input-password",email:"input-email",tree:"input-tree",progress:"static-progress",mapping:"static-mapping"},y=["button","submit","reset","button-group","button-toolbar","container","grid","hbox","panel","anchor-nav","qr-code"],b=["tpl","mapping","progress","status","json","video","qrcode","plain","each","link"];(0,a.YOg)((function(e,t,n){var a,i,o,s,l="string"==typeof(null==e?void 0:e.type)?e.type.toLowerCase():"";return"combo"===l&&Array.isArray(e.conditions)&&(e=(0,r.pi)((0,r.pi)({},e),{conditions:e.conditions.map((function(e){return Array.isArray(e.controls)&&delete(e=(0,r.pi)((0,r.pi)({},e),{items:e.controls.map(u)})).controls,e}))})),(null==e?void 0:e.controls)&&"audio"!==e.type&&"carousel"!==e.type?delete(e=(0,r.pi)((0,r.pi)({},e),((a={})["combo"===e.type?"items":"body"]=(Array.isArray(e.controls)?e.controls:[e.controls]).map(u),a))).controls:!(null===(i=null==e?void 0:e.quickEdit)||void 0===i?void 0:i.controls)||e.quickEdit.type&&~["combo","group","panel","fieldSet","fieldset"].indexOf(e.quickEdit.type)?(null===(o=null==e?void 0:e.quickEdit)||void 0===o?void 0:o.type)?e=(0,r.pi)((0,r.pi)({},e),{quickEdit:u(e.quickEdit)}):"tabs"===l&&Array.isArray(e.tabs)?e=(0,r.pi)((0,r.pi)({},e),{tabs:e.tabs.map((function(e){return Array.isArray(e.controls)&&!Array.isArray(e.body)&&delete(e=(0,r.pi)((0,r.pi)({},e),{body:e.controls.map(u)})).controls,e}))}):"anchor-nav"===l&&Array.isArray(e.links)?e=(0,r.pi)((0,r.pi)({},e),{links:e.links.map((function(e){return Array.isArray(e.controls)&&delete(e=(0,r.pi)((0,r.pi)({},e),{body:null==e?void 0:e.controls.map(u)})).controls,e}))}):"input-array"===l&&e.items?e=(0,r.pi)((0,r.pi)({},e),{items:Array.isArray(e.items)?e.items.map(u):u(e.items)}):"grid"!==l&&"hbox"!==l||!Array.isArray(e.columns)?"service"===l&&(null===(s=null==e?void 0:e.body)||void 0===s?void 0:s.controls)&&(e=(0,r.pi)((0,r.pi)({},e),{body:(Array.isArray(e.body.controls)?e.body.controls:[e.body.controls]).map(u)})):e=(0,r.pi)((0,r.pi)({},e),{columns:e.columns.map((function(e){return Array.isArray(e.controls)&&("form"!==(e=(0,r.pi)((0,r.pi)({},e),{body:null==e?void 0:e.controls.map(u)})).type&&delete e.type,delete e.controls),e}))}):delete(e=(0,r.pi)((0,r.pi)({},e),{quickEdit:(0,r.pi)((0,r.pi)({},e.quickEdit),{body:(Array.isArray(e.quickEdit.controls)?e.quickEdit.controls:[e.quickEdit.controls]).map(u)})})).quickEdit.controls,e;function u(e){return(null==e?void 0:e.$ref)&&n.resolveDefinitions&&delete(e=(0,r.pi)((0,r.pi)({},n.resolveDefinitions(e.$ref)),e)).$ref,e&&g[e.type]?(0,r.pi)((0,r.pi)({},e),{type:g[e.type]}):~y.indexOf(null==e?void 0:e.type)?function(e){if(!e||!e.type)return e;var t=e.label,n=e.description,a=e.name,i=e.required,o=e.remark,s=e.inputOnly,l=e.labelClassName,u=e.caption,c=e.labelRemark,d=e.descriptionClassName,p=e.captionClassName,h=e.hint,f=e.showErrorMsg,m=e.mode,v=e.horizontal,g=e.className,y=e.inputClassName,b=e.columnClassName,w=e.visibleOn,_=e.visible,C=(0,r._T)(e,["label","description","name","required","remark","inputOnly","labelClassName","caption","labelRemark","descriptionClassName","captionClassName","hint","showErrorMsg","mode","horizontal","className","inputClassName","columnClassName","visibleOn","visible"]);return C.name=a,C.className=y,~["button","submit","reset"].indexOf(C.type)&&(C.label=t,t=""),{type:"control",label:t,description:n,name:a,required:i,remark:o,inputOnly:s,labelClassName:l,caption:u,labelRemark:c,descriptionClassName:d,captionClassName:p,hint:h,showErrorMsg:f,mode:m,horizontal:v,className:g,columnClassName:b,visibleOn:w,visible:_,body:C}}(e):~b.indexOf(null==e?void 0:e.type)?function(e){return e&&e.type?(0,r.pi)((0,r.pi)({},e),{type:"static-".concat(e.type)}):e}(e):e}}))},82401:function(e,t,n){"use strict";var r=n(34594),a=n(23034),i=n(67294);(0,r.e3m)({alert:a.Z9,confirm:a.M6,notify:function(e,t,n){return a.Am[e]?a.Am[e](t,n):console.warn("[Notify]",e,t)}}),(0,a.T6)((function(e,t,n,a,i){return(0,r.sYA)({name:"form",type:"form",wrapWithPanel:!1,mode:"horizontal",controls:e,messages:{validateFailed:""}},{data:t,onFinished:n,scopeRef:a,theme:i},{session:"prompt"})})),(0,r.NR9)((function(e){var t=e.env,n=e.children;return i.createElement(a.hJ,{modalContainer:t.getModalContainer},n)}));var o=(0,r.YYN)((function(e){var t=e.classnames;return i.createElement("div",{"data-testid":"spinner",className:t("Spinner","in",e.className)},i.createElement("div",{className:t("Spinner-icon","Spinner-icon--default",e.spinnerClassName)}))}));r.crj.defaultProps.placeholder=i.createElement(o,null)},6717:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i="undefined"!=typeof navigator&&navigator.userAgent.toLowerCase().indexOf("firefox")>0;function o(e,t,n,r){e.addEventListener?e.addEventListener(t,n,r):e.attachEvent&&e.attachEvent("on".concat(t),(function(){n(window.event)}))}function s(e,t){for(var n=t.slice(0,t.length-1),r=0;r=0;)t[n-1]+=",",t.splice(n,1),n=t.lastIndexOf("");return t}for(var u={backspace:8,"⌫":8,tab:9,clear:12,enter:13,"↩":13,return:13,esc:27,escape:27,space:32,left:37,up:38,right:39,down:40,del:46,delete:46,ins:45,insert:45,home:36,end:35,pageup:33,pagedown:34,capslock:20,num_0:96,num_1:97,num_2:98,num_3:99,num_4:100,num_5:101,num_6:102,num_7:103,num_8:104,num_9:105,num_multiply:106,num_add:107,num_enter:108,num_subtract:109,num_decimal:110,num_divide:111,"⇪":20,",":188,".":190,"/":191,"`":192,"-":i?173:189,"=":i?61:187,";":i?59:186,"'":222,"[":219,"]":221,"\\":220},c={"⇧":16,shift:16,"⌥":18,alt:18,option:18,"⌃":17,ctrl:17,control:17,"⌘":91,cmd:91,command:91},d={16:"shiftKey",18:"altKey",17:"ctrlKey",91:"metaKey",shiftKey:16,ctrlKey:17,altKey:18,metaKey:91},p={16:!1,18:!1,17:!1,91:!1},h={},f=1;f<20;f++)u["f".concat(f)]=111+f;var m=[],v=!1,g="all",y=[],b=function(e){return u[e.toLowerCase()]||c[e.toLowerCase()]||e.toUpperCase().charCodeAt(0)};function w(e){g=e||"all"}function _(){return g||"all"}var C=function(e){var t=e.key,n=e.scope,r=e.method,a=e.splitKey,i=void 0===a?"+":a;l(t).forEach((function(e){var t=e.split(i),a=t.length,o=t[a-1],l="*"===o?"*":b(o);if(h[l]){n||(n=_());var u=a>1?s(c,t):[];h[l]=h[l].filter((function(e){return!((!r||e.method===r)&&e.scope===n&&function(e,t){for(var n=e.length>=t.length?e:t,r=e.length>=t.length?t:e,a=!0,i=0;i0,p)Object.prototype.hasOwnProperty.call(p,i)&&(!p[i]&&t.mods.indexOf(+i)>-1||p[i]&&-1===t.mods.indexOf(+i))&&(a=!1);(0!==t.mods.length||p[16]||p[18]||p[17]||p[91])&&!a&&"*"!==t.shortcut||!1===t.method(e,t)&&(e.preventDefault?e.preventDefault():e.returnValue=!1,e.stopPropagation&&e.stopPropagation(),e.cancelBubble&&(e.cancelBubble=!0))}}function k(e,t){var n=h["*"],r=e.keyCode||e.which||e.charCode;if(S.filter.call(this,e)){if(93!==r&&224!==r||(r=91),-1===m.indexOf(r)&&229!==r&&m.push(r),["ctrlKey","altKey","shiftKey","metaKey"].forEach((function(t){var n=d[t];e[t]&&-1===m.indexOf(n)?m.push(n):!e[t]&&m.indexOf(n)>-1?m.splice(m.indexOf(n),1):"metaKey"===t&&e[t]&&3===m.length&&(e.ctrlKey||e.shiftKey||e.altKey||(m=m.slice(m.indexOf(n))))})),r in p){for(var a in p[r]=!0,c)c[a]===r&&(S[a]=!0);if(!n)return}for(var i in p)Object.prototype.hasOwnProperty.call(p,i)&&(p[i]=e[d[i]]);e.getModifierState&&(!e.altKey||e.ctrlKey)&&e.getModifierState("AltGraph")&&(-1===m.indexOf(17)&&m.push(17),-1===m.indexOf(18)&&m.push(18),p[17]=!0,p[18]=!0);var o=_();if(n)for(var s=0;s1&&(a=s(c,e)),(e="*"===(e=e[e.length-1])?"*":b(e))in h||(h[e]=[]),h[e].push({keyup:f,keydown:g,scope:i,mods:a,shortcut:r[d],method:n,key:r[d],splitKey:w,element:u});void 0!==u&&!function(e){return y.indexOf(e)>-1}(u)&&window&&(y.push(u),o(u,"keydown",(function(e){k(e,u)}),_),v||(v=!0,o(window,"focus",(function(){m=[]}),_)),o(u,"keyup",(function(e){k(e,u),function(e){var t=e.keyCode||e.which||e.charCode,n=m.indexOf(t);if(n>=0&&m.splice(n,1),e.key&&"meta"===e.key.toLowerCase()&&m.splice(0,m.length),93!==t&&224!==t||(t=91),t in p)for(var r in p[t]=!1,c)c[r]===t&&(S[r]=!1)}(e)}),_))}var x={getPressedKeyString:function(){return m.map((function(e){return t=e,Object.keys(u).find((function(e){return u[e]===t}))||function(e){return Object.keys(c).find((function(t){return c[t]===e}))}(e)||String.fromCharCode(e);var t}))},setScope:w,getScope:_,deleteScope:function(e,t){var n,r;for(var a in e||(e=_()),h)if(Object.prototype.hasOwnProperty.call(h,a))for(n=h[a],r=0;r1&&void 0!==arguments[1]?arguments[1]:"all";Object.keys(h).forEach((function(n){h[n].filter((function(n){return n.scope===t&&n.shortcut===e})).forEach((function(e){e&&e.method&&e.method()}))}))},unbind:function(e){if(void 0===e)Object.keys(h).forEach((function(e){return delete h[e]}));else if(Array.isArray(e))e.forEach((function(e){e.key&&C(e)}));else if("object"==typeof e)e.key&&C(e);else if("string"==typeof e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r0?n.end(n.length-1):this.formatTime(t)},t.prototype.onDurationCheck=function(){clearTimeout(this.durationTimeout),this.audio&&this.audio.duration||(this.durationTimeout=setTimeout(this.onDurationCheck,500))},t.prototype.onSeekChange=function(e){if(this.state.src){var t=e.target.value;this.setState({played:t})}},t.prototype.onSeekMouseDown=function(){this.setState({seeking:!0})},t.prototype.onSeekMouseUp=function(e){if(this.state.seeking){var t=e.target.value,n=this.audio.duration;this.audio.currentTime=n*t;var r=this.props.loop,a=this.state.playing;a=!!(t<1||r)&&a,this.setState({playing:a,seeking:!1})}},t.prototype.setVolume=function(e){if(this.state.src){var t=e.target.value;this.audio.volume=t,this.setState({volume:t,prevVolume:t})}},t.prototype.formatTime=function(e){var t=new Date(1e3*e),n=t.getUTCHours(),r=isNaN(t.getUTCMinutes())?0:t.getUTCMinutes(),a=isNaN(t.getUTCSeconds())?"00":this.pad(t.getUTCSeconds());return n?"".concat(n,":").concat(this.pad(r),":").concat(a):"".concat(r,":").concat(a)},t.prototype.pad=function(e){return("0"+e).slice(-2)},t.prototype.toggleHandlePlaybackRate=function(){this.state.src&&this.setState({showHandlePlaybackRate:!this.state.showHandlePlaybackRate})},t.prototype.toggleHandleVolume=function(e){this.state.src&&this.setState({showHandleVolume:e})},t.prototype.renderRates=function(){var e=this,t=this.props,n=t.rates,r=t.classnames,i=this.state,o=i.showHandlePlaybackRate,s=i.playbackRate;return n&&n.length?o?a.createElement("div",{className:r("Audio-rateControl")},n.map((function(t,n){return a.createElement("div",{key:n,className:r("Audio-rateControlItem"),onClick:function(){return e.handlePlaybackRate(t)}},"x",t.toFixed(1))}))):a.createElement("div",{className:r("Audio-rates"),onClick:this.toggleHandlePlaybackRate},"x",s.toFixed(1)):null},t.prototype.renderPlay=function(){var e=this.props.classnames,t=this.state.playing;return a.createElement("div",{className:e("Audio-play"),onClick:this.handlePlaying},t?a.createElement(l.JO,{icon:"pause",className:"icon"}):a.createElement(l.JO,{icon:"play",className:"icon"}))},t.prototype.renderTime=function(){var e=this.props.classnames;return a.createElement("div",{className:e("Audio-times")},this.getCurrentTime()," / ",this.getDuration())},t.prototype.renderProcess=function(){var e=this.props.classnames,t=this.state.played;return a.createElement("div",{className:e("Audio-process")},a.createElement("input",{type:"range",min:0,max:1,step:"any",value:t||0,onMouseDown:this.onSeekMouseDown,onChange:this.onSeekChange,onMouseUp:this.onSeekMouseUp}))},t.prototype.renderVolume=function(){var e=this,t=this.props.classnames,n=this.state,r=n.volume;return n.showHandleVolume?a.createElement("div",{className:t("Audio-volumeControl"),onMouseLeave:function(){return e.toggleHandleVolume(!1)}},a.createElement("div",{className:t("Audio-volumeControlIcon"),onClick:this.handleMute},r>0?a.createElement(l.JO,{icon:"volume",className:"icon"}):a.createElement(l.JO,{icon:"mute",className:"icon"})),a.createElement("input",{type:"range",min:0,max:1,step:"any",value:r,onChange:this.setVolume})):a.createElement("div",{className:t("Audio-volume"),onMouseEnter:function(){return e.toggleHandleVolume(!0)}},r>0?a.createElement(l.JO,{icon:"volume",className:"icon"}):a.createElement(l.JO,{icon:"mute",className:"icon"}))},t.prototype.render=function(){var e=this,t=this.props,n=t.className,r=t.style,i=t.inline,s=t.autoPlay,l=t.loop,u=t.controls,c=t.classnames,d=this.state,p=d.muted,h=d.src;return a.createElement("div",{className:c("Audio",n,i?"Audio--inline":""),style:r},a.createElement("audio",{className:c("Audio-original"),ref:this.audioRef,onCanPlay:this.load,autoPlay:s,controls:!0,muted:p,loop:l},a.createElement("source",{src:h})),a.createElement("div",{className:c("Audio-controls")},u&&u.map((function(t,n){var r=t="render"+o()(t);return a.createElement(a.Fragment,{key:n},e[r]())}))))},t.defaultProps={inline:!0,autoPlay:!1,playbackRate:1,loop:!1,rates:[],progressInterval:1e3,controls:["rates","play","time","process","volume"]},(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"progress",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[HTMLMediaElement]),(0,r.w6)("design:returntype",void 0)],t.prototype,"audioRef",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"load",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handlePlaybackRate",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleMute",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handlePlaying",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getCurrentTime",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getDuration",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onDurationCheck",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onSeekChange",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onSeekMouseDown",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onSeekMouseUp",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"setVolume",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"formatTime",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"pad",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"toggleHandlePlaybackRate",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Boolean]),(0,r.w6)("design:returntype",void 0)],t.prototype,"toggleHandleVolume",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,s.Thl)({type:"audio"})],t)}(u)},32250:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.style,n=void 0===t?{}:t,r=e.className,s=e.classnames,l=e.src,u=e.icon,c=void 0===u?"fa fa-user":u,d=e.fit,p=e.shape,h=e.size,f=e.text,m=e.gap,v=e.alt,g=e.draggable,y=e.crossOrigin,b=e.onError,w=e.data,_=function(){return!1};if("string"==typeof b)try{_=new Function("event",b)}catch(e){console.warn(b,e)}return(0,i.SSQ)(l)&&(l=(0,i.OgC)(l,w,"| raw")),(0,i.SSQ)(f)&&(f=(0,i.OgC)(f,w)),(0,i.SSQ)(c)&&(c=(0,i.OgC)(c,w)),a.createElement(o.qE,{style:n,className:r,classnames:s,src:l,icon:c,fit:d,shape:p,size:h,text:f,gap:m,alt:v,draggable:g,crossOrigin:y,onError:_})},t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"avatar"}),o.tx],t)}(s)},70813:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=a.lazy((function(){return n.e(9775).then(n.bind(n,9775))})),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.className,n=e.style;e.width,e.height;var r=e.classnames,s=e.options,l=(0,i.v8S)(this.props);return a.createElement(a.Suspense,{fallback:a.createElement("div",null,"...")},a.createElement("div",{"data-testid":"barcode",className:r("BarCode",t),style:n},a.createElement(o,{value:l,options:s})))},t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"barcode"})],t)}(s)},19218:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.items,n=e.source,s=e.data,l=e.env,u=(0,r._T)(e,["items","source","data","env"]),c=t||(0,i.OgC)(n,s,"| raw");return c=c.map((function(e){return e.label&&(e.label=(0,i.hXT)(e.label,s)),e.href&&(e.href=(0,i.OgC)(e.href,s,"| raw")),e.dropdown&&(e.dropdown=e.dropdown.map((function(e){return e.label&&(e.label=(0,i.hXT)(e.label,s)),e.href&&(e.href=(0,i.OgC)(e.href,s,"| raw")),e}))),e})),a.createElement(o.aG,(0,r.pi)({items:c,tooltipContainer:null==l?void 0:l.getModalContainer},u))},t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"breadcrumb"})],t)}(s)},9919:function(e,t,n){"use strict";var r=n(70655),a=n(9536),i=n(34594);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"button-group"})],t)}(a.Z)},84746:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(18446),o=n.n(i),s=n(35937),l=n.n(s),u=n(34594),c=n(23034),d=n(78718),p=n.n(d),h=n(73935),f=n(57557),m=n.n(f),v=n(13311),g=n.n(v),y=n(30998),b=n.n(y);!function(e){function t(t,n){var r=e.call(this,t)||this;return n.registerComponent(r),r}(0,r.ZT)(t,e),t.prototype.componentWillUnmount=function(){e.prototype.componentWillUnmount.call(this),this.context.unRegisterComponent(this)},t.prototype.reload=function(t,n,r,a,i,o){var s,l=this.context;return t?l.reload(n?"".concat(t,"?").concat((0,u.mUA)(n)):t,r):e.prototype.reload.call(this,t,n,i,null===(s=null==o?void 0:o.resetPage)||void 0===s||s)},t.prototype.receive=function(t,n,r,a){var i=this.context;return n?i.send(n,t):e.prototype.receive.call(this,t,void 0,r,a)},t.prototype.reloadTarget=function(e,t){this.context.reload(e,t)},t.prototype.closeTarget=function(e){this.context.close(e)},t.contextType=u.ZHe,t=(0,r.gn)([(0,u.Thl)({type:"crud",storeType:u.qh2.name,isolateScope:!0}),(0,r.w6)("design:paramtypes",[Object,Object])],t)}(function(e){function t(t){var n=e.call(this,t)||this;n.controlRef=n.controlRef.bind(n),n.handleFilterReset=n.handleFilterReset.bind(n),n.handleFilterSubmit=n.handleFilterSubmit.bind(n),n.handleFilterInit=n.handleFilterInit.bind(n),n.handleAction=n.handleAction.bind(n),n.handleBulkAction=n.handleBulkAction.bind(n),n.handleChangePage=n.handleChangePage.bind(n),n.handleBulkGo=n.handleBulkGo.bind(n),n.handleDialogConfirm=n.handleDialogConfirm.bind(n),n.handleDialogClose=n.handleDialogClose.bind(n),n.handleSave=n.handleSave.bind(n),n.handleSaveOrder=n.handleSaveOrder.bind(n),n.handleSelect=n.handleSelect.bind(n),n.handleChildPopOverOpen=n.handleChildPopOverOpen.bind(n),n.handleChildPopOverClose=n.handleChildPopOverClose.bind(n),n.search=n.search.bind(n),n.silentSearch=n.silentSearch.bind(n),n.handleQuery=n.handleQuery.bind(n),n.renderHeaderToolbar=n.renderHeaderToolbar.bind(n),n.renderFooterToolbar=n.renderFooterToolbar.bind(n),n.clearSelection=n.clearSelection.bind(n);var r=t.location,a=t.store,i=t.pageField,o=t.perPageField,s=t.syncLocation;return t.loadDataOnce,n.mounted=!0,s&&r&&(r.query||r.search)?a.updateQuery((0,u.mB4)(r),void 0,i,o):s&&!r&&window.location.search&&a.updateQuery((0,u.mB4)(window.location),void 0,i,o),n.props.store.setFilterTogglable(!!n.props.filterTogglable,n.props.filterDefaultVisible),n.props.api&&n.props.store.updateData({items:[]}),n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e,t=this.props,n=t.store,r=t.autoGenerateFilter;t.columns,this.props.perPage&&n.changePage(n.page,this.props.perPage),(!this.props.filter&&!r||n.filterTogggable&&!n.filterVisible)&&this.handleFilterInit({}),this.props.pickerMode&&(e=(0,u.v8S)(this.props))&&n.setSelectedItems(e),this.parentContainer=this.getClosestParentContainer()},t.prototype.componentDidUpdate=function(e){var t,n=this.props,r=e.store;(0,u.aGv)(["toolbar","headerToolbar","footerToolbar","bulkActions"],e,n)&&(this.renderHeaderToolbar=this.renderHeaderToolbar.bind(this),this.renderFooterToolbar=this.renderFooterToolbar.bind(this)),this.props.pickerMode&&(0,u.RBK)(t=(0,u.v8S)(this.props),(0,u.v8S)(e))&&!o()(t,r.selectedItems.concat())&&r.setSelectedItems(t),this.props.filterTogglable!==e.filterTogglable&&r.setFilterTogglable(!!n.filterTogglable,n.filterDefaultVisible);var a=!1;if(e.syncLocation&&e.location&&e.location.search!==n.location.search&&(r.updateQuery((0,u.mB4)(n.location),void 0,n.pageField,n.perPageField),a=!(!n.api||!(0,u.RjM)(r.query,this.lastQuery,!1))),a);else if(e.api&&n.api&&(0,u.rMT)(e.api,n.api,r.fetchCtxOf(e.data,{pageField:e.pageField,perPageField:e.perPageField}),r.fetchCtxOf(n.data,{pageField:n.pageField,perPageField:n.perPageField})))a=!0;else if(!n.api&&(0,u.SSQ)(n.source)){var i=(0,u.OgC)(n.source,n.data,"| raw");this.lastData&&this.lastData===i||(r.initFromScope(n.data,n.source),this.lastData=i)}a&&this.search()},t.prototype.componentWillUnmount=function(){this.mounted=!1,clearTimeout(this.timer)},t.prototype.getClosestParentContainer=function(){var e=(0,h.findDOMNode)(this);return null==e?void 0:e.closest("[role=dialog]")},t.prototype.controlRef=function(e){for(;e&&e.getWrappedInstance;)e=e.getWrappedInstance();this.control=e},t.prototype.handleAction=function(e,t,n,a,i){var o=this;void 0===a&&(a=!1);var s=this.props,l=s.onAction,c=s.store,d=s.messages,p=s.pickerMode,h=s.env;s.pageField;var f=s.stopAutoRefreshWhenModalIsOpen;if("dialog"===t.actionType){c.setCurrentAction(t);var m=n.index,v=c.items.length;f&&clearTimeout(this.timer),c.openDialog(n,{hasNext:m0,prevIndex:m-1,index:m})}else{if("ajax"===t.actionType){c.setCurrentAction(t);var g=n,y=t.redirect&&(0,u.hXT)(t.redirect,g);return y&&t.blank&&h.jumpTo(y,t),c.saveRemote(t.api,g,{successMessage:t.messages&&t.messages.success||d&&d.saveSuccess,errorMessage:t.messages&&t.messages.failed||d&&d.saveFailed}).then((function(e){return(0,r.mG)(o,void 0,void 0,(function(){var a,i;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return a=(0,u.nW9)(n,e),t.feedback&&(0,u.pn4)(t.feedback,a)?[4,this.openFeedback(t.feedback,a)]:[3,2];case 1:r.sent(),f&&clearTimeout(this.timer),r.label=2;case 2:return(i=t.redirect&&(0,u.hXT)(t.redirect,a))&&!t.blank&&h.jumpTo(i,t),t.reload?this.reloadTarget((0,u.hXT)(t.reload,a),a):!i&&this.search(void 0,void 0,!0,!0),t.close&&this.closeTarget(t.close),[2]}}))}))})).catch((function(e){if(a||t.countDown)throw e}))}if("reload"!==t.actionType||t.target){if(p&&("confirm"===t.actionType||"submit"===t.actionType))return c.setCurrentAction(t),Promise.resolve({items:c.selectedItems.concat()});if(t.onClick){c.setCurrentAction(t);var b=t.onClick;"string"==typeof b&&(b=(0,u.PqP)(b,"event","props","data")),b&&b(e,this.props,n)}else l(e,t,n,a,i||this.context)}else this.reload()}},t.prototype.handleBulkAction=function(e,t,n,a){var i=this,o=this.props,s=o.store,l=o.primaryField,c=o.onAction,d=o.messages,p=o.pageField,h=o.stopAutoRefreshWhenModalIsOpen,f=o.env;if(e.length||!1===a.requireSelected){var m=e.map((function(e){return e.hasOwnProperty(l)?e[l]:null})).filter((function(e){return e})).join(","),v=(0,u.nW9)(s.mergedData,(0,r.pi)((0,r.pi)({},e[0]),{currentPageData:s.mergedData.items.concat(),rows:e,items:e,selectedItems:e,unSelectedItems:t,ids:m})),g=function(){if("dialog"===a.actionType)return i.handleAction(n,(0,r.pi)((0,r.pi)({},a),{__from:"bulkAction"}),v);"ajax"===a.actionType?(0,u.X1t)(a.api,v)&&s.saveRemote(a.api,v,{successMessage:a.messages&&a.messages.success||d&&d.saveSuccess,errorMessage:a.messages&&a.messages.failed||d&&d.saveFailed}).then((function(e){return(0,r.mG)(i,void 0,void 0,(function(){var t,n,i;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=(0,u.nW9)(v,e),a.feedback&&(0,u.pn4)(a.feedback,t)?[4,this.openFeedback(a.feedback,t)]:[3,2];case 1:r.sent(),h&&clearTimeout(this.timer),r.label=2;case 2:return a.reload?this.reloadTarget((0,u.hXT)(a.reload,t),t):this.search(((i={})[p||"page"]=1,i),void 0,!0,!0),a.close&&this.closeTarget(a.close),(n=a.redirect&&(0,u.hXT)(a.redirect,t))&&f.jumpTo(n,a),[2]}}))}))})).catch((function(){return null})):c&&c(n,a,v,!1,i.context)},y="";!a.ignoreConfirm&&a.confirmText&&f.confirm&&(y=(0,u.hXT)(a.confirmText,v))?f.confirm(y).then((function(e){return e&&g()})):g()}},t.prototype.handleItemAction=function(e,t){this.doAction(e,t)},t.prototype.handleFilterInit=function(e){var t=this.props,n=t.defaultParams;t.data;var a=t.store,i=t.orderBy,o=t.orderDir,s=(0,r.pi)({},n);i&&(s.orderBy=i,s.orderDir=o||"asc"),this.handleFilterSubmit((0,r.pi)((0,r.pi)((0,r.pi)({},s),e),a.query),!1,!0,!1!==this.props.initFetch),a.setPristineQuery();var l=this.props,u=l.pickerMode,c=l.options;u&&a.updateData({items:c||[]})},t.prototype.handleFilterReset=function(e,t){var n=this.props,r=n.store,a=n.syncLocation,i=n.env,o=n.pageField,s=n.perPageField;r.updateQuery(r.pristineQuery,a&&i&&i.updateLocation?function(e){return i.updateLocation(e)}:void 0,o,s,!0),this.lastQuery=r.query,(null==t?void 0:t.actionType)&&["reset-and-submit","clear-and-submit","submit"].includes(t.actionType)||this.search()},t.prototype.handleFilterSubmit=function(e,t,n,a){var i,o,s;void 0===t&&(t=!0),void 0===n&&(n=!1),void 0===a&&(a=!0);var c=this.props,d=c.store,p=c.syncLocation,h=c.env,f=c.pageField,m=c.perPageField,v=c.loadDataOnceFetchOnFilter;e=(0,r.pi)((0,r.pi)({},e),l()(null!==(s=null===(o=null==e?void 0:e.__super)||void 0===o?void 0:o.diff)&&void 0!==s?s:{},(function(e){return void 0===e}))),e=p?(0,u.J1H)((0,u.mUA)(e,void 0,!0)):e,d.updateQuery((0,r.pi)((0,r.pi)({},e),((i={})[f||"page"]=t?1:d.page,i)),p&&h&&h.updateLocation?function(e){return h.updateLocation(e,n)}:void 0,f,m),this.lastQuery=d.query,a&&this.search(void 0,void 0,void 0,v)},t.prototype.handleBulkGo=function(e,t,n){var r=this,a=this.props.store.selectedAction,i=this.props.env,o="";return a.confirmText&&(o=(0,u.hXT)(a.confirmText,this.props.store.mergedData))?i.confirm(o).then((function(i){return i&&r.handleBulkAction(e,t,n,a)})):this.handleBulkAction(e,t,n,a)},t.prototype.handleDialogConfirm=function(e,t,n,a){var i,o,s,l,c=this.props,d=c.store,p=c.pageField,h=c.stopAutoRefreshWhenModalIsOpen,f=c.interval,m=c.silentPolling,v=c.env;d.closeDialog(!0);var g=d.action;if(h&&f&&(this.timer=setTimeout(m?this.silentSearch:this.search,Math.max(f,1e3))),"next"===t.actionType&&"number"==typeof n.nextIndex&&d.data.items[n.nextIndex])return this.handleAction(void 0,(0,r.pi)({},g),(0,u.nW9)((0,u.nW9)(d.data,{index:n.nextIndex}),d.data.items[n.nextIndex]));if("prev"===t.actionType&&"number"==typeof n.prevIndex&&d.data.items[n.prevIndex])return this.handleAction(void 0,(0,r.pi)({},g),(0,u.nW9)((0,u.nW9)(d.data,{index:n.prevIndex}),d.data.items[n.prevIndex]));if(e.length){var y=e[0];n=(0,u.nW9)(n,y);var b=a[0];b&&"form"===b.props.type&&(y&&y.__saved?(null!==(o=t.reload)&&void 0!==o?o:g.reload)||this.search(g.__from?((i={})[p||"page"]=1,i):void 0,void 0,!0,!0):y&&(y.hasOwnProperty("items")&&y.items||y.hasOwnProperty("ids"))&&this.control.bulkUpdate&&this.control.bulkUpdate(y,y.items))}var w=null!==(s=t.reload)&&void 0!==s?s:g.reload;w&&this.reloadTarget((0,u.hXT)(w,n),n);var _=null!==(l=t.redirect)&&void 0!==l?l:g.redirect;(_=_&&(0,u.hXT)(_,n))&&v.jumpTo(_,g)},t.prototype.handleDialogClose=function(e){void 0===e&&(e=!1);var t=this.props,n=t.store,r=t.stopAutoRefreshWhenModalIsOpen,a=t.silentPolling,i=t.interval;n.closeDialog(e),r&&i&&(this.timer=setTimeout(a?this.silentSearch:this.search,Math.max(i,1e3)))},t.prototype.openFeedback=function(e,t){var n=this;return new Promise((function(r){var a=n.props.store;a.setCurrentAction({type:"button",actionType:"dialog",dialog:e}),a.openDialog(t,void 0,(function(e){r(e)}))}))},t.prototype.search=function(e,t,n,a){var i,o=this;void 0===a&&(a=!1);var s=this.props,l=s.store,c=s.api,d=s.messages,p=s.pageField,h=s.perPageField,f=s.interval,m=s.stopAutoRefreshWhen,v=s.stopAutoRefreshWhenModalIsOpen,g=s.silentPolling,y=s.syncLocation,b=s.syncResponse2Query,w=s.keepItemSelectionOnPageChange,_=s.pickerMode,C=s.env,E=s.loadDataOnce,k=s.loadDataOnceFetchOnFilter,S=s.source,x=s.columns;w&&n&&!_&&(l.setSelectedItems([]),l.setUnSelectedItems([]));var T="";e&&"string"==typeof e.loadDataMode&&(T="load-more",delete e.loadDataMode),clearTimeout(this.timer),e&&l.updateQuery(e,!T&&y&&C&&C.updateLocation?C.updateLocation:void 0,p,h),this.lastQuery=l.query;var M=(0,u.nW9)(l.data,l.query);(0,u.X1t)(c,M)?l.fetchInitData(c,M,{successMessage:d&&d.fetchSuccess,errorMessage:d&&d.fetchFailed,autoAppend:!0,forceReload:a,loadDataOnce:E,loadDataOnceFetchOnFilter:k,source:S,silent:t,pageField:p,perPageField:h,loadDataMode:T,syncResponse2Query:b,columns:null!==(i=l.columns)&&void 0!==i?i:x}).then((function(e){var t,n=l.page,a=l.lastPage;return!l.data.items.length&&!f&&n>1&&a1&&c.push.apply(c,u.splice(0,u.length-1)),r.setSelectedItems(u),r.setUnSelectedItems(c),l&&l(u,c)},t.prototype.handleChildPopOverOpen=function(e){this.props.interval&&e&&~["dialog","drawer"].indexOf(e.mode)&&(this.props.stopAutoRefreshWhenModalIsOpen&&clearTimeout(this.timer),this.props.store.setInnerModalOpened(!0))},t.prototype.handleChildPopOverClose=function(e){var t=this.props,n=t.stopAutoRefreshWhenModalIsOpen,r=t.silentPolling,a=t.interval;e&&~["dialog","drawer"].indexOf(e.mode)&&(this.props.store.setInnerModalOpened(!1),n&&a&&(this.timer=setTimeout(r?this.silentSearch:this.search,Math.max(a,1e3))))},t.prototype.handleQuery=function(e,t,n,a){var i;void 0===t&&(t=!1);var o=this.props,s=o.store,l=o.syncLocation,u=o.env,c=o.pageField,d=o.perPageField;s.updateQuery(a?(0,r.pi)(((i={})[c||"page"]=1,i),e):e,l&&u&&u.updateLocation?u.updateLocation:void 0,c,d,n),this.search(void 0,void 0,void 0,t)},t.prototype.reload=function(e,t,n,r){if(t)return this.receive(t,void 0,n,r);this.search(void 0,void 0,!0,!0)},t.prototype.receive=function(e,t,n,r){this.handleQuery(e,!0,n,r)},t.prototype.reloadTarget=function(e,t){},t.prototype.closeTarget=function(e){},t.prototype.doAction=function(e,t,n){return void 0===n&&(n=!1),this.handleAction(void 0,e,t,n)},t.prototype.unSelectItem=function(e,t){var n=this.props.store,r=n.selectedItems.concat(),a=n.unSelectedItems.concat(),i=r.indexOf(e);~i&&a.push.apply(a,r.splice(i,1)),n.setSelectedItems(r),n.setUnSelectedItems(a)},t.prototype.clearSelection=function(){var e=this.props.store,t=e.selectedItems.concat(),n=e.unSelectedItems.concat();e.setSelectedItems([]),e.setUnSelectedItems(n.concat(t))},t.prototype.hasBulkActionsToolbar=function(){var e=this.props,t=e.headerToolbar,n=e.footerToolbar,r=function(e){return~["bulkActions","bulk-actions"].indexOf(e.type||e)};return Array.isArray(t)&&g()(t,r)||Array.isArray(n)&&g()(n,r)},t.prototype.hasBulkActions=function(){var e=this.props,t=e.bulkActions;e.itemActions;var n=e.store;if(!t||!t.length)return!1;var a=[],i=n.mergedData;return t&&t.length&&(a=t.map((function(e){return(0,r.pi)((0,r.pi)({},e),(0,u.Lti)(e,i))})).filter((function(e){return!e.hidden&&!1!==e.visible}))),a.length},t.prototype.renderBulkActions=function(e){var t=this,n=this.props,i=n.bulkActions,o=n.itemActions,s=n.store,l=n.render,c=n.classnames;if(!i||!i.length)return null;var d=s.selectedItems,p=s.unSelectedItems,h=[],f=[],v=(0,u.nW9)(s.mergedData,{currentPageData:s.mergedData.items.concat(),selectedItems:d.concat(),unSelectedItems:p.concat()});i&&i.length&&(!o||!o.length||d.length>1)&&(h=i.map((function(e){return(0,r.pi)((0,r.pi)({},e),(0,u.Lti)(e,v))})).filter((function(e){return!e.hidden&&!1!==e.visible})));var g=(0,u.nW9)(s.data,d.length?d[0]:{});return o&&d.length<=1&&(f=o.map((function(e){return(0,r.pi)((0,r.pi)({},e),(0,u.Lti)(e,g))})).filter((function(e){return!e.hidden&&!1!==e.visible}))),h.length||f.length?a.createElement("div",{className:c("Crud-actions")},h.map((function(e,n){return l("bulk-action/".concat(n),(0,r.pi)((0,r.pi)({},m()(e,["visibleOn","hiddenOn","disabledOn"])),{type:e.type||"button",ignoreConfirm:!0}),{key:"bulk-".concat(n),data:v,disabled:e.disabled||!1!==e.requireSelected&&!d.length,onAction:t.handleBulkAction.bind(t,d.concat(),p.concat())})})),f.map((function(e,n){return l("bulk-action/".concat(n),(0,r.pi)((0,r.pi)({},m()(e,["visibleOn","hiddenOn","disabledOn"])),{type:"button"}),{key:"item-".concat(n),data:g,disabled:e.disabled||1!==d.length,onAction:t.handleItemAction.bind(t,e,g)})}))):null},t.prototype.renderPagination=function(e){var t=this.props,n=t.store,i=t.render,o=t.classnames,s=t.alwaysShowPagination,l=n.page,u=n.lastPage;if("simple"!==n.mode&&n.lastPage<2&&!s)return null;var c={};if("string"!=typeof e){var d=e.showPageInput;c.showPageInput=!0===d||u>9&&null==d,c.maxButtons=e.maxButtons,c.layout=e.layout,c.popOverContainerSelector=e.popOverContainerSelector}else c.showPageInput=u>9;return a.createElement("div",{className:o("Crud-pager")},i("pagination",{type:"pagination"},(0,r.pi)((0,r.pi)({},c),{activePage:l,lastPage:u,hasNext:n.hasNext,mode:n.mode,perPage:n.perPage,popOverContainer:this.parentContainer,onPageChange:this.handleChangePage})))},t.prototype.renderStatistics=function(){var e=this.props,t=e.store,n=e.classnames,r=e.translate,i=e.alwaysShowPagination;return t.lastPage<=1&&!i?null:a.createElement("div",{className:n("Crud-statistics")},r("CRUD.stat",{page:t.page,lastPage:t.lastPage,total:t.total}))},t.prototype.renderSwitchPerPage=function(e){var t=this,n=this.props,r=n.store,i=n.perPageAvailable,o=n.classnames,s=n.classPrefix,l=n.translate;if(!e.items.length)return null;var u=(i||[5,10,20,50,100]).map((function(e){return{label:e,value:e+""}}));return a.createElement("div",{className:o("Crud-pageSwitch")},a.createElement("span",null,l("CRUD.perPage")),a.createElement(c.Ph,{classPrefix:s,searchable:!1,placeholder:l("Select.placeholder"),options:u,value:r.perPage+"",onChange:function(e){return t.handleChangePage(1,e.value)},clearable:!1,popOverContainer:this.parentContainer}))},t.prototype.renderLoadMore=function(){var e=this,t=this.props,n=t.store,r=t.classPrefix,i=t.classnames,o=t.translate,s=n.page,l=n.lastPage;return a.createElement("div",{className:i("Crud-loadMore")},a.createElement(c.zx,{disabled:s>=l,disabledTip:o("CRUD.loadMoreDisableTip"),classPrefix:r,onClick:function(){return e.search({page:s+1,loadDataMode:"load-more"})},size:"sm"},o("CRUD.loadMore")))},t.prototype.renderFilterToggler=function(){var e=this.props,t=e.store,n=e.classnames,r=e.translate;return t.filterTogggable?a.createElement("button",{onClick:function(){return t.setFilterVisible(!t.filterVisible)},className:n("Button Button--size-default Button--default",{"is-active":t.filterVisible})},a.createElement(c.JO,{icon:"filter",className:"icon m-r-xs"}),r("CRUD.filter")):null},t.prototype.renderExportCSV=function(e){var t=this.props,n=t.store,r=t.classPrefix,i=t.translate,o=t.loadDataOnce,s=e.api;return a.createElement(c.zx,{classPrefix:r,onClick:function(){return n.exportAsCSV({loadDataOnce:o,api:s,data:n.filterData})}},e.label||i("CRUD.exportCSV"))},t.prototype.renderToolbar=function(e,t,n,i){var o=this;if(void 0===t&&(t=0),void 0===n&&(n={}),!e)return null;var s=this.props,l=s.render,c=s.store,d=s.translate,p=e.type||e;if("bulkActions"===p||"bulk-actions"===p)return this.renderBulkActions(n);if("pagination"===p)return this.renderPagination(e);if("statistics"===p)return this.renderStatistics();if("switch-per-page"===p)return this.renderSwitchPerPage(n);if("load-more"===p)return this.renderLoadMore();if("filter-toggler"===p)return this.renderFilterToggler();if("export-csv"===p)return this.renderExportCSV(e);if("reload"===p){var h={label:"",icon:"fa fa-sync",tooltip:d("reload"),tooltipPlacement:"top",type:"button"};return"object"==typeof e&&(h=(0,r.pi)((0,r.pi)({},h),m()(e,["type","align"]))),l("toolbar/".concat(t),h,{onAction:function(){o.reload()}})}if(Array.isArray(e)){var f=e.filter((function(e){return(0,u.pn4)(e,c.filterData)})).map((function(e,t){return{dom:o.renderToolbar(e,t,n,i),toolbar:e}})).filter((function(e){return e.dom})),v=f.length,g=this.props.classnames;return v?a.createElement("div",{className:g("Crud-toolbar"),key:t},f.map((function(e,t){var n=e.toolbar,r=e.dom,i=n.type||n,o=n.align||("pagination"===i?"right":"left");return a.createElement("div",{key:t,className:g("Crud-toolbar-item",o?"Crud-toolbar-item--".concat(o):"")},r)}))):null}var y=i?i(e,t):void 0;if(void 0!==y)return y;var b=n.$$editable;return l("toolbar/".concat(t),e,{data:(0,u.nW9)((0,u.nW9)(c.filterData,{items:n.items,selectedItems:n.selectedItems,unSelectedItems:n.unSelectedItems}),{}),page:c.page,lastPage:c.lastPage,perPage:c.perPage,total:c.total,onQuery:this.handleQuery,onAction:this.handleAction,onChangePage:this.handleChangePage,onBulkAction:this.handleBulkAction,$$editable:b})},t.prototype.renderHeaderToolbar=function(e,t){var n=this.props,r=n.toolbar,a=n.toolbarInline,i=n.headerToolbar;return r&&(i=Array.isArray(i)?a?i.concat(r):[i,r]:i?[i,r]:r),this.renderToolbar(i||[],0,e,t)},t.prototype.renderFooterToolbar=function(e,t){var n=this.props,r=n.toolbar,a=n.toolbarInline,i=n.footerToolbar;return r&&(i=Array.isArray(i)?a?i.concat(r):[i,r]:i?[i,r]:r),this.renderToolbar(i,0,e,t)},t.prototype.renderSelection=function(){var e=this,t=this.props,n=t.store,r=t.classnames,i=t.labelField,o=t.labelTpl,s=t.primaryField,l=t.translate;return n.selectedItems.length?a.createElement("div",{className:r("Crud-selection")},a.createElement("div",{className:r("Crud-selectionLabel")},l("CRUD.selected",{total:n.selectedItems.length})),n.selectedItems.map((function(t,n){return a.createElement("div",{key:n,className:r("Crud-value")},a.createElement("span",{"data-tooltip":l("delete"),"data-position":"bottom",className:r("Crud-valueIcon"),onClick:e.unSelectItem.bind(e,t,n)},"×"),a.createElement("span",{className:r("Crud-valueLabel")},o?a.createElement(c.Vt,{html:(0,u.hXT)(o,t)}):(0,u.E04)(t,i||"label")||(0,u.E04)(t,s||"id")))})),a.createElement("a",{onClick:this.clearSelection,className:r("Crud-selectionClear")},l("clear"))):null},t.prototype.render=function(){var e,t=this.props,n=t.className,i=t.style,o=t.bodyClassName,s=t.filter,l=t.render,u=t.store,c=t.mode;t.syncLocation,t.children;var d=t.bulkActions,p=t.pickerMode,h=t.multiple,f=t.valueField,m=t.primaryField;t.value;var v=t.hideQuickSaveBtn,g=t.itemActions,y=t.classnames,b=t.keepItemSelectionOnPageChange,w=t.maxKeepItemSelectionLength;t.onAction;var _=t.popOverContainer,C=t.translate;t.onQuery;var E=t.autoGenerateFilter;t.onSelect;var k=t.autoFillHeight;t.onEvent,t.onSave,t.onSaveOrder,t.onPopOverOpened,t.onPopOverClosed,t.onSearchableFromReset,t.onSearchableFromSubmit,t.onSearchableFromInit,t.headerToolbarRender,t.footerToolbarRender;var S=(0,r._T)(t,["className","style","bodyClassName","filter","render","store","mode","syncLocation","children","bulkActions","pickerMode","multiple","valueField","primaryField","value","hideQuickSaveBtn","itemActions","classnames","keepItemSelectionOnPageChange","maxKeepItemSelectionLength","onAction","popOverContainer","translate","onQuery","autoGenerateFilter","onSelect","autoFillHeight","onEvent","onSave","onSaveOrder","onPopOverOpened","onPopOverClosed","onSearchableFromReset","onSearchableFromSubmit","onSearchableFromInit","headerToolbarRender","footerToolbarRender"]);return a.createElement("div",{className:y("Crud",n,{"is-loading":u.loading}),style:i},!s||u.filterTogggable&&!u.filterVisible?null:l("filter",(0,r.pi)((0,r.pi)({title:C("CRUD.filter"),mode:"inline",submitText:C("search")},s),{type:"form",api:null}),{key:"filter",panelClassName:y("Crud-filter",s.panelClassName||"Panel--default"),data:u.filterData,onReset:this.handleFilterReset,onSubmit:this.handleFilterSubmit,onInit:this.handleFilterInit,formStore:void 0}),b&&!1!==h?this.renderSelection():null,l("body",(0,r.pi)((0,r.pi)({},S),{columns:null!==(e=u.columns)&&void 0!==e?e:S.columns,type:c||"table"}),{key:"body",className:y("Crud-body",o),ref:this.controlRef,autoGenerateFilter:!s&&E,autoFillHeight:k,selectable:!!(this.hasBulkActionsToolbar()&&this.hasBulkActions()||p),itemActions:g,multiple:void 0===h?!!(d&&d.length>0):h,selected:p||b?u.selectedItemsAsArray:void 0,keepItemSelectionOnPageChange:b,maxKeepItemSelectionLength:w,valueField:f||m,primaryField:m,hideQuickSaveBtn:v,items:u.data.items,query:u.query,orderBy:u.query.orderBy,orderDir:u.query.orderDir,popOverContainer:_,onAction:this.handleAction,onSave:this.handleSave,onSaveOrder:this.handleSaveOrder,onQuery:this.handleQuery,onSelect:this.handleSelect,onPopOverOpened:this.handleChildPopOverOpen,onPopOverClosed:this.handleChildPopOverClose,onSearchableFromReset:this.handleFilterReset,onSearchableFromSubmit:this.handleFilterSubmit,onSearchableFromInit:this.handleFilterInit,headerToolbarRender:this.renderHeaderToolbar,footerToolbarRender:this.renderFooterToolbar,data:u.mergedData,loading:u.loading}),l("dialog",(0,r.pi)((0,r.pi)({},u.action&&u.action.dialog),{type:"dialog"}),{key:"dialog",data:u.dialogData,onConfirm:this.handleDialogConfirm,onClose:this.handleDialogClose,show:u.dialogOpen}))},t.propsList=["bulkActions","itemActions","mode","orderField","syncLocation","toolbar","toolbarInline","messages","value","options","multiple","valueField","defaultParams","bodyClassName","perPageAvailable","pageField","perPageField","hideQuickSaveBtn","autoJumpToTopOnPagerChange","interval","silentPolling","stopAutoRefreshWhen","stopAutoRefreshWhenModalIsOpen","api","affixHeader","columnsTogglable","placeholder","tableClassName","headerClassName","footerClassName","headerToolbar","footerToolbar","filterTogglable","filterDefaultVisible","autoGenerateFilter","syncResponse2Query","keepItemSelectionOnPageChange","labelTpl","labelField","loadDataOnce","loadDataOnceFetchOnFilter","source","header","columns","size","onChange","onInit","onSaved","onSave","onQuery","formStore","autoFillHeight"],t.defaultProps={toolbarInline:!0,headerToolbar:["bulkActions"],footerToolbar:["statistics","pagination"],primaryField:"id",syncLocation:!0,pageField:"page",perPageField:"perPage",hideQuickSaveBtn:!1,autoJumpToTopOnPagerChange:!0,silentPolling:!1,filterTogglable:!1,filterDefaultVisible:!0,loadDataOnce:!1,loadDataOnceFetchOnFilter:!0,autoFillHeight:!1},t}(a.Component))},91194:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(78718),s=n.n(o),l=n(73935),u=n(30998),c=n.n(u),d=n(23034),p=n(11700),h=n.n(p);!function(e){function t(t,n){var r=e.call(this,t)||this;return n.registerComponent(r),r}(0,r.ZT)(t,e),t.prototype.componentWillUnmount=function(){e.prototype.componentWillUnmount.call(this),this.context.unRegisterComponent(this)},t.prototype.reload=function(t,n,r){var a=this.context;return t?a.reload(n?"".concat(t,"?").concat((0,i.mUA)(n)):t,r):e.prototype.reload.call(this,t,n)},t.prototype.receive=function(t,n){var r=this.context;return n?r.send(n,t):e.prototype.receive.call(this,t)},t.prototype.reloadTarget=function(e,t){this.context.reload(e,t)},t.prototype.closeTarget=function(e){this.context.close(e)},t.contextType=i.ZHe,t=(0,r.gn)([(0,i.Thl)({type:"crud2",storeType:i.qh2.name,isolateScope:!0}),(0,r.w6)("design:paramtypes",[Object,Object])],t)}(function(e){function t(t){var n=e.call(this,t)||this;n.stopingAutoRefresh=!1;var r=t.location,a=t.store,o=t.syncLocation,s=t.pageField,l=t.perPageField;n.mounted=!0,o&&r&&(r.query||r.search)?a.updateQuery((0,i.mB4)(r),void 0,s,l):o&&!r&&window.location.search&&a.updateQuery((0,i.mB4)(window.location),void 0,s,l),n.props.api&&n.props.store.updateData({items:[]});var u=t.mode,c=t.columns;return"table2"===u&&c&&a.updateColumns(c),n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.store,n=e.pickerMode,r=e.loadType,a=e.loadDataOnce,o=e.perPage;if(r&&!!a&&t.changePage(t.page,o),this.initQuery({}),n){var s=(0,i.v8S)(this.props);s&&t.setSelectedItems(s)}},t.prototype.componentDidUpdate=function(e){var t,n=this.props,r=e.store;e.columns!==n.columns&&r.updateColumns(n.columns),this.props.pickerMode&&(0,i.RBK)(t=(0,i.v8S)(this.props),(0,i.v8S)(e))&&r.setSelectedItems(t);var a=!1;if(e.syncLocation&&e.location&&e.location.search!==n.location.search&&(r.updateQuery((0,i.mB4)(n.location),void 0,n.pageField,n.perPageField),a=!(!n.api||!(0,i.RjM)(r.query,this.lastQuery,!1))),a);else if(e.api&&n.api&&(0,i.rMT)(e.api,n.api,r.fetchCtxOf(e.data,{pageField:e.pageField,perPageField:e.perPageField}),r.fetchCtxOf(n.data,{pageField:n.pageField,perPageField:n.perPageField})))a=!0;else if(!n.api&&(0,i.SSQ)(n.source)){var o=(0,i.OgC)(n.source,n.data,"| raw");this.lastData&&this.lastData===o||(r.initFromScope(n.data,n.source),this.lastData=o)}a&&this.getData()},t.prototype.componentWillUnmount=function(){this.mounted=!1,clearTimeout(this.timer)},t.prototype.controlRef=function(e){for(;e&&e.getWrappedInstance;)e=e.getWrappedInstance();this.control=e},t.prototype.initQuery=function(e){var t=this.props,n=t.store,a=t.orderBy,i=t.orderDir,o=t.loadType,s={};a&&(s.orderBy=a,s.orderDir=i||"asc"),this.handleSearch({query:(0,r.pi)((0,r.pi)((0,r.pi)({},s),e),n.query),replaceQuery:!1!==this.props.initFetch,loadMore:"more"===o}),n.setPristineQuery()},t.prototype.handleLoadMore=function(){var e=this.props,t=e.store,n=e.perPage;t.changePage(t.page+1,n),this.getData(void 0,void 0,void 0,!0)},t.prototype.handleSearch=function(e){var t=this.props,n=t.store,r=t.syncLocation,a=t.env,o=t.pageField,s=t.perPageField,l=e||{},u=l.query,c=l.resetQuery,d=l.replaceQuery,p=l.loadMore;u=r&&u?(0,i.J1H)((0,i.mUA)(u,void 0,!0)):u,n.updateQuery(c?this.props.store.pristineQuery:u,r&&a&&a.updateLocation?function(e){return a.updateLocation(e,!0)}:void 0,o,s,d),n.changePage(1),this.lastQuery=n.query,this.getData(void 0,void 0,void 0,null!=p&&p)},t.prototype.handleStopAutoRefresh=function(){this.timer&&clearTimeout(this.timer),this.stopingAutoRefresh=!0},t.prototype.handleStartAutoRefresh=function(){this.stopingAutoRefresh=!1,this.reload()},t.prototype.reloadTarget=function(e,t){},t.prototype.closeTarget=function(e){},t.prototype.updateQuery=function(e){this.props.store},t.prototype.getData=function(e,t,n,r){var a,o=this;void 0===n&&(n=!1);var s=this.props,l=s.store,u=s.api,c=s.messages,d=s.pageField,p=s.perPageField,h=s.interval,f=s.stopAutoRefreshWhen,m=s.silentPolling;s.syncLocation;var v=s.syncResponse2Query,g=s.keepItemSelectionOnPageChange,y=s.stopAutoRefreshWhenModalIsOpen,b=s.pickerMode;s.env;var w=s.loadType,_=s.loadDataOnce,C=s.loadDataOnceFetchOnFilter,E=s.source,k=s.columns,S=s.perPage;!r&&g&&t&&!b&&(l.setSelectedItems([]),l.setUnSelectedItems([])),clearTimeout(this.timer),this.lastQuery=l.query;var x=null!=r?r:"more"===w,T=(0,i.nW9)(l.data,l.query);x&&S&&l.changePerPage(S),(0,i.X1t)(u,T)?l.fetchInitData(u,T,{successMessage:c&&c.fetchSuccess,errorMessage:c&&c.fetchFailed,autoAppend:!0,forceReload:n,loadDataOnce:_,loadDataOnceFetchOnFilter:C,source:E,silent:e,pageField:d,perPageField:p,loadDataMode:x,syncResponse2Query:v,columns:null!==(a=l.columns)&&void 0!==a?a:k,isTable2:!0}).then((function(e){return h&&!o.stopingAutoRefresh&&o.mounted&&(!f||!f||!(0,i.fz_)(f,(0,i.nW9)(l.data,l.query)))&&(!y||!l.dialogOpen)&&(o.timer=setTimeout(o.getData.bind(o,m,void 0,!0),Math.max(h,1e3))),e})):E&&l.initFromScope(T,E)},t.prototype.handleChangePage=function(e,t){var n,r,a=this.props,i=a.store,o=a.syncLocation,s=a.env,u=a.pageField,c=a.perPageField,d=a.autoJumpToTopOnPagerChange,p=a.affixOffsetTop,h=((n={})[u||"page"]=e,n);if(t&&(h[c||"perPage"]=t),i.updateQuery(h,o&&(null==s?void 0:s.updateLocation)?s.updateLocation:void 0,u,c),this.getData(),d&&this.control){(0,l.findDOMNode)(this.control).scrollIntoView();var f=window.scrollY,m=null!==(r=null!=p?p:null==s?void 0:s.affixOffsetTop)&&void 0!==r?r:0;f&&window.scroll(0,f-m)}},t.prototype.handleSave=function(e,t,n,r,a,o){var s=this,l=this.props,u=l.store,c=l.quickSaveApi,d=l.quickSaveItemApi,p=l.primaryField,h=l.env,f=l.messages,m=l.reload;if(Array.isArray(e)){if(!(0,i.X1t)(c))return void(h&&h.alert("CRUD quickSaveApi is required"));var v=(0,i.nW9)(u.data,{rows:e,rowsDiff:t,indexes:n,rowsOrigin:a});e.length&&e[0].hasOwnProperty(p||"id")&&(v.ids=e.map((function(e){return e[p||"id"]})).join(",")),r&&(v.unModifiedItems=r),u.saveRemote(c,v,{successMessage:f&&f.saveFailed,errorMessage:f&&f.saveSuccess}).then((function(){m&&s.reloadTarget((0,i.hXT)(m,v),v),s.getData(void 0,void 0,!0,!0)})).catch((function(){}))}else{if(!(0,i.X1t)(d))return void(h&&h.alert("CRUD quickSaveItemApi is required!"));var g=(0,i.nW9)(u.data,{item:e,modified:t,origin:a}),y=(0,i.nW9)(g,e);u.saveRemote(d,y).then((function(){m&&s.reloadTarget((0,i.hXT)(m,g),g),s.getData(void 0,void 0,!0,!0)})).catch((function(){(null==o?void 0:o.resetOnFailed)&&s.control.reset()}))}},t.prototype.handleSaveOrder=function(e,t){var n=this,r=this.props,a=r.store,o=r.saveOrderApi,l=r.orderField,u=r.primaryField,c=r.env,d=r.reload;if(o){var p,h,f=(0,i.nW9)(a.data),m=[],v=u&&t[0]&&t[0].hasOwnProperty(u);if(v||(f.idMap={}),f.insertAfter={},t.forEach((function(n){if(~e.indexOf(n))if(p){var r=v?p[u]:t.indexOf(p);f.insertAfter[r]=f.insertAfter[r]||[],v||(f.idMap[r]=p),f.insertAfter[r].push(v?n[u]:n)}else m.push(n);else p=n,h=h||n})),h&&m.length){var g=v?h[u]:t.indexOf(h);v||(f.idMap[g]=h),f.insertBefore={},f.insertBefore[g]=m.map((function(e){return v?e[u]:e}))}else if(m.length){var y=m[0],b=v?y[u]:t.indexOf(y);v||(f.idMap[b]=y),f.insertAfter[b]=m.slice(1).map((function(e){return v?e[u]:e}))}if(l){var w=(a.page-1)*a.perPage||0;t=t.map((function(e,t){var n;return(0,i.ktx)(e,((n={})[l]=w+t+1,n))}))}f.rows=t.concat(),v&&(f.ids=t.map((function(e){return e[u]})).join(",")),v&&l&&(f.order=t.map((function(e){return s()(e,[u,l])}))),(0,i.X1t)(o,f)&&a.saveRemote(o,f).then((function(){d&&n.reloadTarget((0,i.hXT)(d,f),f),n.getData(void 0,void 0,!0,!0)})).catch((function(){}))}else c&&c.alert("CRUD saveOrderApi is required!")},t.prototype.handleSelect=function(e,t){var n=this.props,r=n.store,a=n.keepItemSelectionOnPageChange,o=n.primaryField,s=n.multiple,l=n.pickerMode,u=n.onSelect,d=e,p=t;if((0,i.RBK)(r.selectedItemsAsArray,d)){if(a&&r.selectedItems.length){var h=r.selectedItems.concat(),f=r.unSelectedItems.concat();e.forEach((function(e){var t=c()(h,(function(t){return t===e||t[o||"id"]&&t[o||"id"]==e[o||"id"]}));~t?h[t]=e:h.push(e);var n=c()(f,(function(t){return t===e||t[o||"id"]&&t[o||"id"]==e[o||"id"]}));~n&&f.splice(n,1)})),t.forEach((function(e){var t=c()(f,(function(t){return t===e||t[o||"id"]&&t[o||"id"]==e[o||"id"]})),n=c()(h,(function(t){return t===e||t[o||"id"]&&t[o||"id"]==e[o||"id"]}));~t?f[t]=e:f.push(e),!~t&&~n&&h.splice(n,1)})),d=h,p=f}l&&!1===s&&d.length>1&&p.push.apply(p,d.splice(0,d.length-1)),r.updateSelectData(d,p),u&&u(d)}},t.prototype.handleQuerySearch=function(e,t){var n;void 0===t&&(t=!1);var a=this.props,i=a.store,o=a.syncLocation,s=a.env,l=a.pageField,u=a.perPageField;i.updateQuery((0,r.pi)((0,r.pi)({},e),((n={})[l||"page"]=1,n)),o&&s&&s.updateLocation?s.updateLocation:void 0,l,u),this.getData(void 0,void 0,void 0,t)},t.prototype.reload=function(e,t){if(t)return this.receive(t);this.getData(void 0,void 0,!0,!0)},t.prototype.receive=function(e){this.handleQuerySearch(e,!0)},t.prototype.doAction=function(e,t,n){if(e.actionType&&["stopAutoRefresh","reload","search","startAutoRefresh","loadMore"].includes(e.actionType))return this["handle".concat(h()(e.actionType))](t)},t.prototype.unSelectItem=function(e,t){var n=this.props.store,r=n.selectedItems.concat(),a=n.unSelectedItems.concat(),i=r.indexOf(e);~i&&a.push.apply(a,r.splice(i,1)),n.setSelectedItems(r),n.setUnSelectedItems(a)},t.prototype.clearSelection=function(){var e=this.props.store,t=e.selectedItems.concat(),n=e.unSelectedItems.concat();e.setSelectedItems([]),e.setUnSelectedItems(n.concat(t))},t.prototype.toggleAllColumns=function(e){var t=this.props.store;t.updateColumns(t.columns.map((function(t){return(0,r.pi)((0,r.pi)({},t),{toggled:e})})))},t.prototype.toggleToggle=function(e,t){var n=this.props.store;n.updateColumns(n.columns.map((function(n,a){return(0,r.pi)((0,r.pi)({},n),{toggled:t===a?e:!1!==n.toggled})})))},t.prototype.renderChild=function(e,t,n){void 0===n&&(n={});var a=this.props,o=a.render,s=a.store,l={activePage:s.page,lastPage:s.lastPage,perPage:s.perPage,total:s.total,onPageChange:this.handleChangePage,cols:s.columns,toggleAllColumns:this.toggleAllColumns,toggleToggle:this.toggleToggle,onQuery:this.handleQuerySearch};return o(e,t,(0,r.pi)((0,r.pi)({data:(0,i.nW9)((0,i.nW9)(s.filterData,s.getData(this.props.data)),{})},n),l))},t.prototype.renderToolbar=function(e,t){var n=this;return t?(t=[].concat(t)).map((function(t,r){return n.renderChild("".concat(e,"/").concat(r),t,{key:r+""})})):null},t.prototype.renderFilter=function(e){var t=this;return e&&0!==e.length?e.map((function(e,n){return t.renderChild("filter/".concat(n),e,{key:n+"filter",data:t.props.store.filterData,onSubmit:function(e){return t.handleSearch({query:e})},onReset:function(){return t.handleSearch({resetQuery:!0,replaceQuery:!0})}})})):null},t.prototype.renderSelection=function(){var e=this,t=this.props,n=t.store,r=t.classnames,o=t.labelField,s=t.labelTpl,l=t.primaryField,u=t.translate;return n.selectedItems.length?a.createElement("div",{className:r("Crud-selection")},a.createElement("div",{className:r("Crud-selectionLabel")},u("CRUD.selected",{total:n.selectedItems.length})),n.selectedItems.map((function(t,n){return a.createElement("div",{key:n,className:r("Crud-value")},a.createElement("span",{"data-tooltip":u("delete"),"data-position":"bottom",className:r("Crud-valueIcon"),onClick:e.unSelectItem.bind(e,t,n)},"×"),a.createElement("span",{className:r("Crud-valueLabel")},s?a.createElement(d.Vt,{html:(0,i.hXT)(s,t)}):(0,i.E04)(t,o||"label")||(0,i.E04)(t,l||"id")))})),a.createElement("a",{onClick:this.clearSelection,className:r("Crud-selectionClear")},u("clear"))):null},t.prototype.render=function(){var e=this.props,t=e.columns,n=e.className,i=e.style,o=e.bodyClassName,s=e.filter,l=e.render,u=e.store,c=e.mode,d=void 0===c?"table2":c;e.syncLocation,e.children,e.bulkActions;var p=e.pickerMode,h=e.selectable,f=e.multiple;e.valueField;var m=e.primaryField;e.value,e.hideQuickSaveBtn;var v=e.itemActions,g=e.classnames,y=e.keepItemSelectionOnPageChange,b=e.maxKeepItemSelectionLength;e.onAction;var w=e.popOverContainer;e.translate,e.onQuery;var _=e.autoGenerateFilter;e.onSelect;var C=e.autoFillHeight,E=e.showSelection,k=e.headerToolbar,S=e.footerToolbar,x=(0,r._T)(e,["columns","className","style","bodyClassName","filter","render","store","mode","syncLocation","children","bulkActions","pickerMode","selectable","multiple","valueField","primaryField","value","hideQuickSaveBtn","itemActions","classnames","keepItemSelectionOnPageChange","maxKeepItemSelectionLength","onAction","popOverContainer","translate","onQuery","autoGenerateFilter","onSelect","autoFillHeight","showSelection","headerToolbar","footerToolbar"]);return a.createElement("div",{className:g("Crud2",n,{"is-loading":u.loading}),style:i},a.createElement("div",{className:g("Crud2-filter")},this.renderFilter(s)),a.createElement("div",{className:g("Crud2-toolbar")},this.renderToolbar("headerToolbar",k)),E&&y&&!1!==f?this.renderSelection():null,l("body",(0,r.pi)((0,r.pi)({},x),{type:d,columns:d.startsWith("table")?u.columns||t:void 0}),{key:"body",className:g("Crud2-body",o),ref:this.controlRef,autoGenerateFilter:!s&&_,autoFillHeight:C,checkAll:!1,selectable:!!(null!=h?h:p),itemActions:v,multiple:f,selected:p||y?u.selectedItemsAsArray:void 0,keepItemSelectionOnPageChange:y,maxKeepItemSelectionLength:b,primaryField:m,items:u.data.items,query:u.query,orderBy:u.query.orderBy,orderDir:u.query.orderDir,popOverContainer:w,onSave:this.handleSave.bind(this),onSaveOrder:this.handleSaveOrder,onSearch:this.handleQuerySearch,onSort:this.handleQuerySearch,onSelect:this.handleSelect,data:u.mergedData,loading:u.loading}),a.createElement("div",{className:g("Crud2-toolbar")},this.renderToolbar("footerToolbar",S)))},t.propsList=["mode","syncLocation","value","multiple","valueField","pageField","perPageField","hideQuickSaveBtn","autoJumpToTopOnPagerChange","interval","silentPolling","stopAutoRefreshWhen","stopAutoRefreshWhenModalIsOpen","api","headerToolbar","footerToolbar","autoGenerateFilter","syncResponse2Query","keepItemSelectionOnPageChange","source","onChange","onInit","onSaved","onQuery","autoFillHeight","showSelection"],t.defaultProps={toolbarInline:!0,syncLocation:!0,hideQuickSaveBtn:!1,autoJumpToTopOnPagerChange:!0,silentPolling:!1,autoFillHeight:!1,showSelection:!0,perPage:10},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"controlRef",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number,Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleChangePage",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Array,Array]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSaveOrder",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Array,Array]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSelect",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Boolean]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleQuerySearch",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object,Boolean]),(0,r.w6)("design:returntype",void 0)],t.prototype,"doAction",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Boolean]),(0,r.w6)("design:returntype",void 0)],t.prototype,"toggleAllColumns",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Boolean,Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"toggleToggle",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String,Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderChild",null),t}(a.Component))},89026:function(e,t,n){"use strict";var r=n(70655),a=n(34594),i=n(22831);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)((0,r.pi)({},i.K.defaultProps),{embed:!0}),t=(0,r.gn)([(0,a.Thl)({type:"calendar"})],t)}(i.K)},94651:function(e,t,n){"use strict";n.d(t,{U:function(){return f}});var r=n(70655),a=n(67294),i=n(57557),o=n.n(i),s=n(34594),l=n(23034),u=n(30364),c=n(69444),d=(n(22014),n(15922)),p=n(73935),h=n(98991),f=function(e){function t(t){var n=e.call(this,t)||this;return n.handleClick=n.handleClick.bind(n),n.handleAction=n.handleAction.bind(n),n.handleCheck=n.handleCheck.bind(n),n.getPopOverContainer=n.getPopOverContainer.bind(n),n.handleQuickChange=n.handleQuickChange.bind(n),n}return(0,r.ZT)(t,e),t.prototype.isHaveLink=function(){var e=this.props,t=e.href,n=e.itemAction,r=e.onCheck,a=e.checkOnItemClick,i=e.checkable;return t||n||r||a&&i},t.prototype.handleClick=function(e){var t=this.props,n=t.item,r=t.href,a=t.data,i=t.env,o=t.blank,l=t.itemAction,u=t.onAction,c=t.onCheck,d=t.selectable,p=t.checkOnItemClick;r?i.jumpTo((0,s.hXT)(r,a),{type:"button",actionType:"url",blank:o}):l?u&&u(e,l,(null==n?void 0:n.data)||a):d&&p&&(null==c||c(n))},t.prototype.handleAction=function(e,t,n){var r=this.props,a=r.onAction,i=r.item;a&&a(e,t,n||i.data)},t.prototype.handleCheck=function(){if(!this.props.checkOnItemClick){var e=this.props.item;this.props.onCheck&&this.props.onCheck(e)}},t.prototype.getPopOverContainer=function(){return(0,p.findDOMNode)(this)},t.prototype.handleQuickChange=function(e,t,n,r){var a=this.props,i=a.onQuickChange,o=a.item;i&&i(o,e,t,n,r)},t.prototype.renderToolbar=function(){var e=this.props,t=e.selectable,n=e.checkable,i=e.selected,o=e.multiple,u=e.hideCheckToggler,c=e.classnames,d=e.toolbar,p=e.render,h=e.dragging,f=e.data,m=e.header,v=[];if(m){var g=m.highlightClassName,y=m.highlight;("string"==typeof y?(0,s.fz_)(y,f):y)&&v.push(a.createElement("i",{key:"highlight",className:c("Card-highlight",g)}))}return t&&!u&&v.push(a.createElement(l.XZ,{key:"check",className:c("Card-checkbox"),type:!1!==o?"checkbox":"radio",disabled:!n,checked:i,onChange:this.handleCheck})),Array.isArray(d)&&d.forEach((function(e,t){return v.push(p("toolbar/".concat(t),(0,r.pi)({type:"button",level:"link",size:"sm"},e),{key:t}))})),h&&v.push(a.createElement("div",{className:c("Card-dragBtn")},a.createElement(l.JO,{icon:"drag-bar",className:"icon"}))),v.length?a.createElement("div",{className:c("Card-toolbar")},v):null},t.prototype.renderActions=function(){var e=this,t=this.props,n=t.actions,i=t.render,o=t.dragging,l=t.actionsCount,u=t.data,c=t.classnames;if(Array.isArray(n))return(0,s.K2U)(n.filter((function(e){return(0,s.pn4)(e,u)})),l).map((function(t,n){return a.createElement("div",{key:n,className:c("Card-actions")},t.map((function(t,n){var a=t.size||"sm";return i("action/".concat(n),(0,r.pi)((0,r.pi)({level:"link",type:"button"},t),{size:a}),{isMenuItem:!0,key:n,index:n,disabled:o||(0,s.pKY)(t,u),className:c("Card-action",t.className||"".concat(a?"Card-action--".concat(a):"")),componentClass:"a",onAction:e.handleAction})})))}))},t.prototype.renderChild=function(e,t,n){void 0===t&&(t="body"),void 0===n&&(n=0);var r=this.props.render;if("string"==typeof e||"number"==typeof e)return r(t,e,{key:n});var a=e;return"hbox"===a.type||"grid"===a.type?r(t,e,{key:n,itemRender:this.itemRender}):this.renderFeild(t,a,n,this.props)},t.prototype.itemRender=function(e,t,n){return this.renderFeild("column/".concat(t),e,t,n)},t.prototype.renderFeild=function(e,t,n,i){var o=i.render,l=i.classnames,u=i.itemIndex,c=!1!==(null==i?void 0:i.useCardLabel),d=this.props.data;if(t&&(0,s.pn4)(t,d)){var p=t.$$id?"".concat(t.$$id,"-field"):"";return a.createElement("div",{className:l("Card-field"),key:n},c&&t.label?a.createElement("label",{className:l("Card-fieldLabel",t.labelClassName)},t.label):null,o(e,(0,r.pi)((0,r.pi)({},t),{field:t,$$id:p,type:"card-item-field"}),{useCardLabel:c,className:l("Card-fieldValue",t.className),rowIndex:u,colIndex:n,value:t.name?(0,s.H_J)(t.name,d):void 0,popOverContainer:this.getPopOverContainer,onAction:this.handleAction,onQuickChange:this.handleQuickChange}))}},t.prototype.renderBody=function(){var e=this,t=this.props.body;return t?Array.isArray(t)?t.map((function(t,n){return e.renderChild(t,"body/".concat(n),n)})):this.renderChild(t,"body"):null},t.prototype.rederTitle=function(){var e=this.props,t=e.render,n=e.data,r=e.header;if(r){var a=(r||{}).title;return(0,s.hXT)(a,n)?t("title",a):void 0}},t.prototype.renderSubTitle=function(){var e=this.props,t=e.render,n=e.data,r=e.header;if(r){var a=(r||{}).subTitle;return(0,s.hXT)(a,n)?t("sub-title",a):void 0}},t.prototype.renderSubTitlePlaceholder=function(){var e=this.props,t=e.render,n=e.header,r=e.classnames;if(n){var a=(n||{}).subTitlePlaceholder;return a?t("sub-title",a,{className:r("Card-placeholder")}):void 0}},t.prototype.renderDesc=function(){var e=this.props,t=e.render,n=e.data,r=e.header;if(r){var a=r||{},i=a.desc,o=a.description,l=(0,s.hXT)(o||i,n);return l?t("desc",o||i,{className:l?null:"text-muted"}):void 0}},t.prototype.renderDescPlaceholder=function(){var e=this.props,t=e.render,n=e.header;if(n){var r=n.descriptionPlaceholder||n.descPlaceholder;return r?t("desc",r,{className:r?null:"text-muted"}):void 0}},t.prototype.renderAvatar=function(){var e=this.props,t=e.data,n=e.header;if(n){var r=(n||{}).avatar;return(0,s.hXT)(r,t,"| raw")||void 0}},t.prototype.renderAvatarText=function(){var e=this.props,t=e.render,n=e.data,r=e.header;if(r){var a=(r||{}).avatarText;return(0,s.hXT)(a,n)?t("avatarText",a):void 0}},t.prototype.renderSecondary=function(){var e=this.props,t=e.render,n=e.data,r=e.secondary;return(0,s.hXT)(r,n)?t("secondary",r):void 0},t.prototype.renderAvatarTextStyle=function(){var e=this.props,t=e.header,n=e.data;if(t){var r=t.avatarText,a=t.avatarTextBackground,i=(0,s.hXT)(r,n),o={};return i&&a&&a.length&&(o.background=a[Math.abs((0,s.unW)(i))%a.length]),o}},t.prototype.renderMedia=function(){var e=this.props,t=e.media,n=e.classnames,r=e.render,i=e.region,o=e.data;if(t){var l=t.type,u=t.url,c=t.className,d=t.autoPlay,p=t.isLive,h=t.poster,f=(0,s.OgC)(u,o,"| raw");if("image"===l&&f)return a.createElement("img",{className:n("Card-multiMedia-img",c),src:f});if("video"===l&&f)return a.createElement("div",{className:n("Card-multiMedia-video",c)},r(i,{type:l,autoPlay:d,poster:h,src:f,isLive:p}))}},t.prototype.render=function(){var e=this.props,t=e.header,n=e.className,i=e.avatarClassName,o=e.avatarTextClassName,s=e.descClassName,u=e.descriptionClassName,c=e.titleClassName,d=e.subTitleClassName,p=e.bodyClassName,h=e.imageClassName,f=e.headerClassName,m=e.secondaryClassName,v=e.footerClassName;e.mediaClassName;var g=e.media,y=(0,r._T)(e,["header","className","avatarClassName","avatarTextClassName","descClassName","descriptionClassName","titleClassName","subTitleClassName","bodyClassName","imageClassName","headerClassName","secondaryClassName","footerClassName","mediaClassName","media"]),b=(null==t?void 0:t.className)||f,w=(null==t?void 0:t.titleClassName)||c,_=(null==t?void 0:t.subTitleClassName)||d,C=(null==t?void 0:t.descClassName)||s,E=(null==t?void 0:t.descriptionClassName)||u||C,k=(null==t?void 0:t.avatarTextClassName)||o,S=(null==t?void 0:t.avatarClassName)||i,x=(null==t?void 0:t.imageClassName)||h,T=null==g?void 0:g.position;return a.createElement(l.Zb,(0,r.pi)({},y,{title:this.rederTitle(),subTitle:this.renderSubTitle(),subTitlePlaceholder:this.renderSubTitlePlaceholder(),description:this.renderDesc(),descriptionPlaceholder:this.renderDescPlaceholder(),children:this.renderBody(),actions:this.renderActions(),avatar:this.renderAvatar(),avatarText:this.renderAvatarText(),secondary:this.renderSecondary(),toolbar:this.renderToolbar(),avatarClassName:S,avatarTextStyle:this.renderAvatarTextStyle(),avatarTextClassName:k,className:n,titleClassName:w,media:this.renderMedia(),subTitleClassName:_,mediaPosition:T,descriptionClassName:E,imageClassName:x,headerClassName:b,footerClassName:v,secondaryClassName:m,bodyClassName:p,onClick:this.isHaveLink()?this.handleClick:void 0}))},t.defaultProps={className:"",avatarClassName:"",headerClassName:"",footerClassName:"",secondaryClassName:"",avatarTextClassName:"",bodyClassName:"",actionsCount:4,titleClassName:"",highlightClassName:"",subTitleClassName:"",descClassName:"",descriptionClassName:"",imageClassName:"",highlight:!1,blank:!0,dragging:!1,selectable:!1,checkable:!0,selected:!1,hideCheckToggler:!1,useCardLabel:!0},t.propsList=["avatarClassName","avatarTextClassName","bodyClassName","actionsCount","titleClassName","highlightClassName","subTitleClassName","descClassName","descriptionClassName","imageClassName","hideCheckToggler"],(0,r.gn)([(0,s.Thl)({type:"card"}),(0,r.w6)("design:paramtypes",[Object])],t)}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props;e.type;var t=e.className,n=e.render,i=e.style,s=e.wrapperComponent,l=e.contentsOnly;e.labelClassName;var u=e.value,c=e.data,d=e.children,p=e.width,h=e.innerClassName;e.label;var f=e.tabIndex,m=e.onKeyUp,v=e.field,g=e.useCardLabel,y=(0,r._T)(e,["type","className","render","style","wrapperComponent","contentsOnly","labelClassName","value","data","children","width","innerClassName","label","tabIndex","onKeyUp","field","useCardLabel"]),b=(0,r.pi)((0,r.pi)({},v),{renderLabel:!g,className:h,type:v&&v.type||"plain"}),w=d||n("field",b,(0,r.pi)((0,r.pi)({},o()(y,Object.keys(b))),{value:u,data:c}));return p&&((i=i||{}).width=i.width||p,w=a.createElement("div",{style:{width:/%/.test(String(p))?"":p}},w)),l?w:(s=s||"div",a.createElement(s,{style:i,className:t,tabIndex:f,onKeyUp:m},w))},t.defaultProps=(0,r.pi)((0,r.pi)({},h.p.defaultProps),{wrapperComponent:"div"}),t.propsList=(0,r.ev)(["quickEdit","quickEditEnabledOn","popOver","copyable","inline"],(0,r.CR)(h.p.propsList),!1),t=(0,r.gn)([(0,s.Thl)({type:"card-item-field"}),(0,u.p)(),(0,c.v)(),(0,d.T)()],t)}(h.p)},84433:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(23034),o=n(34594),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.handleClick=function(e){var t=this.props,n=t.checkOnItemClick,r=t.selectable;n&&r&&this.handleCheck()},t.prototype.handleCheck=function(){var e,t;null===(t=(e=this.props).onCheck)||void 0===t||t.call(e)},t.prototype.renderCheckbox=function(){var e=this.props,t=e.selectable,n=e.classnames,r=e.multiple,o=e.disabled,s=e.selected,l=e.hideCheckToggler,u=e.checkOnItemClick,c=e.checkboxClassname;return!t||u&&l?null:a.createElement(i.XZ,{className:n("Card2-checkbox",c),type:r?"checkbox":"radio",disabled:o,checked:s,onChange:this.handleCheck})},t.prototype.renderBody=function(){var e=this.props,t=e.body,n=e.render,i=e.classnames,o=e.bodyClassName,s=(0,r._T)(e,["body","render","classnames","bodyClassName"]);return a.createElement("div",{className:i("Card2-body",o),onClick:this.handleClick},t?n("body",t,s):null)},t.prototype.render=function(){var e=this.props,t=e.className,n=e.wrapperComponent,r=e.classnames,i=e.style,s=e.item,l=e.selected,u=e.checkOnItemClick,c=n||"div";return a.createElement(c,{className:r("Card2",t,{checkOnItem:u,"is-checked":l}),style:(0,o.uBL)(i,s)},this.renderBody(),this.renderCheckbox())},t.propsList=["body","className"],t.defaultProps={className:""},(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClick",null),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleCheck",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,o.Thl)({type:"card2"})],t)}(s)},2637:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(73935),o=n(34594),s=n(23034),l=n(51474);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,o.Thl)({test:/(^|\/)(?:crud\/body\/grid|cards)$/,name:"cards",storeType:o.oPK.name,weight:-100})],t)}(function(e){function t(n){var r=e.call(this,n)||this;r.handleAction=r.handleAction.bind(r),r.handleCheck=r.handleCheck.bind(r),r.handleCheckAll=r.handleCheckAll.bind(r),r.handleQuickChange=r.handleQuickChange.bind(r),r.handleSave=r.handleSave.bind(r),r.handleSaveOrder=r.handleSaveOrder.bind(r),r.reset=r.reset.bind(r),r.dragTipRef=r.dragTipRef.bind(r),r.bodyRef=r.bodyRef.bind(r),r.affixDetect=r.affixDetect.bind(r),r.itemsRef=r.itemsRef.bind(r),r.renderToolbar=r.renderToolbar.bind(r);var a=n.store,i=n.selectable,o=n.draggable,s=n.orderBy,l=n.orderDir,u=n.multiple,c=n.hideCheckToggler,d=n.itemCheckableOn,p=n.itemDraggableOn;return a.update({selectable:i,draggable:o,orderBy:s,orderDir:l,multiple:u,hideCheckToggler:c,itemCheckableOn:d,itemDraggableOn:p}),t.syncItems(a,r.props)&&r.syncSelected(),r}return(0,r.ZT)(t,e),t.syncItems=function(e,t,n){var r=t.source,a=t.value||t.items,i=[],s=!1;if(!Array.isArray(a)||n&&(n.value||n.items)===a){if("string"==typeof r){var l=(0,o.OgC)(r,t.data,"| raw"),u=n?(0,o.OgC)(r,n.data,"| raw"):null;u&&u===l?s=!1:Array.isArray(l)&&(i=l,s=!0)}}else i=a,s=!0;return s&&e.initItems(i),void 0!==t.selected&&e.updateSelected(t.selected,t.valueField),s},t.prototype.componentDidMount=function(){var e=(0,o.rPZ)((0,i.findDOMNode)(this));e&&e!==document.body||(e=window),this.parentNode=e,this.affixDetect(),e.addEventListener("scroll",this.affixDetect),window.addEventListener("resize",this.affixDetect)},t.prototype.componentDidUpdate=function(e){var n=this.props,r=n.store;(0,o.aGv)(["selectable","draggable","orderBy","orderDir","multiple","hideCheckToggler","itemCheckableOn","itemDraggableOn"],e,n)&&r.update({selectable:n.selectable,draggable:n.draggable,orderBy:n.orderBy,orderDir:n.orderDir,multiple:n.multiple,hideCheckToggler:n.hideCheckToggler,itemCheckableOn:n.itemCheckableOn,itemDraggableOn:n.itemDraggableOn}),(0,o.aGv)(["source","value","items"],e,n)||!n.value&&!n.items&&(n.data!==e.data||"string"==typeof n.source&&(0,o.SSQ)(n.source))?t.syncItems(r,n,e)&&this.syncSelected():e.selected!==n.selected&&r.updateSelected(n.selected||[],n.valueField)},t.prototype.componentWillUnmount=function(){var e=this.parentNode;e&&e.removeEventListener("scroll",this.affixDetect),window.removeEventListener("resize",this.affixDetect)},t.prototype.bodyRef=function(e){this.body=e},t.prototype.itemsRef=function(e){e||(this.unSensor&&this.unSensor(),delete this.unSensor)},t.prototype.affixDetect=function(){var e,t;if(this.props.affixHeader&&this.body){var n=this.props.classPrefix,r=(0,i.findDOMNode)(this),a=this.body.getBoundingClientRect(),o=null!==(t=null!==(e=this.props.affixOffsetTop)&&void 0!==e?e:this.props.env.affixOffsetTop)&&void 0!==t?t:0,s=a.top-10o,l=r.querySelector(".".concat(n,"Cards-fixedTop"));this.body.offsetWidth&&(l.style.cssText="top: ".concat(o,"px;width: ").concat(this.body.offsetWidth,"px;")),s?l.classList.add("in"):l.classList.remove("in")}},t.prototype.doAction=function(e,t,n){if(e.actionType)switch(e.actionType){case"toggleSelectAll":this.handleCheckAll();break;case"selectAll":this.handleSelectAll();break;case"clearAll":this.handleClearAll()}},t.prototype.handleAction=function(e,t,n){(0,this.props.onAction)(e,t,n)},t.prototype.handleCheck=function(e){e.toggle(),this.syncSelected()},t.prototype.handleCheckAll=function(){this.props.store.toggleAll(),this.syncSelected()},t.prototype.handleSelectAll=function(){this.props.store.selectAll(),this.syncSelected()},t.prototype.handleClearAll=function(){this.props.store.clearAll(),this.syncSelected()},t.prototype.syncSelected=function(){var e=this.props,t=e.store,n=e.onSelect,r=e.dispatchEvent,a=t.selectedItems.map((function(e){return e.data})),i=t.unSelectedItems.map((function(e){return e.data}));r("selected",(0,o.nW9)(t.data,{selectItems:a,unSelectItems:i})),n&&n(a,i)},t.prototype.handleQuickChange=function(e,t,n,r,a){if(e.change(t,r),n&&!r)if(n&&n.api)this.props.onAction(null,{actionType:"ajax",api:n.api,reload:null==a?void 0:a.reload},t);else{var i=this.props,s=i.onSave,l=i.primaryField;s&&s(e.data,(0,o.e50)(e.data,e.pristine,["id",l]),e.index,void 0,e.pristine,a)}},t.prototype.handleSave=function(){var e=this.props,t=e.store,n=e.onSave,r=e.primaryField;if(n&&t.modifiedItems.length){var a=t.modifiedItems.map((function(e){return e.data})),i=t.modifiedItems.map((function(e){return e.index}));n(a,t.modifiedItems.map((function(e){return(0,o.e50)(e.data,e.pristine,["id",r])})),i,t.items.filter((function(e){return!e.modified})).map((function(e){return e.data})),t.modifiedItems.map((function(e){return e.pristine})))}},t.prototype.handleSaveOrder=function(){var e=this.props,t=e.store,n=e.onSaveOrder;n&&t.movedItems.length&&n(t.movedItems.map((function(e){return e.data})),t.items.map((function(e){return e.data})))},t.prototype.reset=function(){this.props.store.reset()},t.prototype.bulkUpdate=function(e,t){this.props.store.items.filter((function(e){return~t.indexOf(e.pristine)})).forEach((function(t){return t.change(e)}))},t.prototype.getSelected=function(){return this.props.store.selectedItems.map((function(e){return e.data}))},t.prototype.dragTipRef=function(e){!this.dragTip&&e?this.initDragging():this.dragTip&&!e&&this.destroyDragging(),this.dragTip=e},t.prototype.initDragging=function(){if(!this.sortable){var e=this.props.store,t=(0,i.findDOMNode)(this),n=this.props.classPrefix;this.sortable=new l.ZP(t.querySelector(".".concat(n,"Cards-body")),{group:"table",animation:150,handle:".".concat(n,"Card-dragBtn"),ghostClass:"is-dragging",onEnd:function(t){if(t.newIndex!==t.oldIndex){var n=t.to;t.oldIndex1||this.autoSlide("next")},t.prototype.prev=function(){var e=this.props.multiple;this.loading&&e&&e.count>1||this.autoSlide("prev")},t.prototype.clearAutoTimeout=function(){clearTimeout(this.intervalTimeout),clearTimeout(this.durationTimeout)},t.prototype.changeSlide=function(e){return(0,a.mG)(this,void 0,void 0,(function(){var t,n,r,i,o,l;return(0,a.Jh)(this,(function(a){switch(a.label){case 0:return t=this.state.current,n=this.props,r=n.dispatchEvent,i=n.data,o=n.multiple,this.loading&&o&&o.count>1?[2]:[4,r("change",(0,s.nW9)(i,{activeIndex:e,prevIndex:t}))];case 1:return(null==(l=a.sent())?void 0:l.prevented)||this.setState({current:e}),[2]}}))}))},t.prototype.renderDots=function(){var e=this,t=this.props.classnames,n=this.state,r=n.current,a=n.options;return i.createElement("div",{className:t("Carousel-dotsControl"),onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave},Array.from({length:a.length}).map((function(n,a){return i.createElement("span",{key:a,onClick:function(){return e.changeSlide(a)},className:t("Carousel-dot",r===a?"is-active":"")})})))},t.prototype.renderArrows=function(){var e=this.props.classnames;return i.createElement("div",{className:e("Carousel-arrowsControl"),onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave},i.createElement("div",{className:e("Carousel-leftArrow"),onClick:this.prev},i.createElement(l.JO,{icon:"left-arrow",className:"icon"})),i.createElement("div",{className:e("Carousel-rightArrow"),onClick:this.next},i.createElement(l.JO,{icon:"right-arrow",className:"icon"})))},t.prototype.handleMouseEnter=function(){var e=this.props.multiple;e&&e.count>1||this.clearAutoTimeout()},t.prototype.handleMouseLeave=function(){var e=this.props.multiple;e&&e.count>1||this.prepareAutoSlide()},t.prototype.getNewOptions=function(e,t){void 0===t&&(t=1);var n=e;if(Array.isArray(e)&&e.length){n=new Array(e.length);for(var r=0;r-1,y.indexOf("arrows")>-1],2),P=L[0],F=L[1],R=N||m;if(Array.isArray(M)&&M.length){var j=1;k&&"number"==typeof k.count&&k.count>=2&&(j=Math.floor(k.count)1&&"number"==typeof E?"".concat(E,"ms"):E||"500ms",V=j>1&&"number"==typeof E?E:500;D=i.createElement("div",{ref:this.wrapperRef,className:h("Carousel-container"),onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave},M.map((function(e,n){return i.createElement(o.ZP,{mountOnEnter:!0,unmountOnExit:!0,in:n===O,timeout:V,key:n},(function(l){var u;l===o.d0&&t.wrapperRef.current&&t.wrapperRef.current.childNodes.forEach((function(e){return e.offsetHeight})),j>1&&(l!==o.d0&&l!==o.Ix||t.loading?l!==o.cn&&l!==o.Wj||!t.loading||(t.loading=!1):t.loading=!0);var p=((u={})[o.d0]=0,u[o.cn]=0,u[o.Ix]="slideRight"===R?100/j:-100/j,u[o.Wj]="slideRight"===R?-100/j:100/j,u),v=j>1?(0,a.pi)({transitionTimingFunction:"linear",transitionDuration:Y},"slide"===m?{transform:"translateX(".concat(p[l],"%)")}:{}):{},g=function(e){var n;return r("".concat(O,"/body"),f||d,{thumbMode:t.props.thumbMode,data:(0,s.nW9)(_,(0,s.Kn2)(e)?e:(n={item:e},n[C]=e,n))})};return i.createElement("div",{className:h("Carousel-item",R,c[l]),style:v},1===j?g(e):null,j>1?I[n].map((function(e,t){return i.createElement("div",{key:t,style:{width:100/j+"%",height:"100%",float:"left"}},g(e))})):null)}))})))}return i.createElement("div",{className:h("Carousel Carousel--".concat(b),(e={},e["Carousel-arrow--always"]=!!S,e),u),style:A},D||w,P?this.renderDots():null,F?i.createElement("div",{className:h("Carousel-leftArrow"),onClick:this.prev},x&&x.prev?i.isValidElement(x.prev)?x.prev:r("arrow-prev",x.prev):i.createElement(l.JO,{icon:"left-arrow",className:"icon"})):null,F?i.createElement("div",{className:h("Carousel-rightArrow"),onClick:this.next},x&&x.next?i.isValidElement(x.next)?x.next:r("arrow-next",x.next):i.createElement(l.JO,{icon:"right-arrow",className:"icon"})):null)},t.defaultProps={auto:!0,interval:5e3,duration:500,controlsTheme:"light",animation:"fade",controls:["dots","arrows"],placeholder:"-",multiple:{count:1},alwaysShowArrow:!1},(0,a.gn)([s.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[]),(0,a.w6)("design:returntype",void 0)],t.prototype,"prepareAutoSlide",null),(0,a.gn)([s.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[String]),(0,a.w6)("design:returntype",void 0)],t.prototype,"autoSlide",null),(0,a.gn)([s.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[String,String]),(0,a.w6)("design:returntype",Promise)],t.prototype,"transitFramesTowards",null),(0,a.gn)([s.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[String]),(0,a.w6)("design:returntype",void 0)],t.prototype,"getFrameId",null),(0,a.gn)([s.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[]),(0,a.w6)("design:returntype",void 0)],t.prototype,"next",null),(0,a.gn)([s.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[]),(0,a.w6)("design:returntype",void 0)],t.prototype,"prev",null),(0,a.gn)([s.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[]),(0,a.w6)("design:returntype",void 0)],t.prototype,"clearAutoTimeout",null),(0,a.gn)([s.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[Number]),(0,a.w6)("design:returntype",Promise)],t.prototype,"changeSlide",null),(0,a.gn)([s.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleMouseEnter",null),(0,a.gn)([s.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleMouseLeave",null),t}(i.Component);!function(e){function t(t,n){var r=e.call(this,t)||this;return n.registerComponent(r),r}(0,a.ZT)(t,e),t.prototype.componentWillUnmount=function(){var t;null===(t=e.prototype.componentWillUnmount)||void 0===t||t.call(this),this.context.unRegisterComponent(this)},t.contextType=s.ZHe,t=(0,a.gn)([(0,s.Thl)({type:"carousel"}),(0,a.w6)("design:paramtypes",[Object,Object])],t)}(p)},96476:function(__unused_webpack_module,__webpack_exports__,__webpack_require__){"use strict";var tslib__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(70655),react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(67294),amis_core__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(34594),classnames__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(94184),classnames__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_2__),mobx_state_tree__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(67090),lodash_debounce__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(23279),lodash_debounce__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(lodash_debounce__WEBPACK_IMPORTED_MODULE_3__),lodash_pick__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(78718),lodash_pick__WEBPACK_IMPORTED_MODULE_4___default=__webpack_require__.n(lodash_pick__WEBPACK_IMPORTED_MODULE_4__),DEFAULT_EVENT_PARAMS=["componentType","seriesType","seriesIndex","seriesName","name","dataIndex","data","dataType","value","color"],EVAL_CACHE={};function recoverFunctionType(config){["interval","formatter","color","min","max","labelFormatter","valueFormatter","pageFormatter","optionToContent","contentToOption","animationDelay","animationDurationUpdate","animationDelayUpdate","animationDuration","position","sort","renderItem"].forEach((function(key){var e_1,_a,objects=(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.jbC)(config,key);try{for(var objects_1=(0,tslib__WEBPACK_IMPORTED_MODULE_5__.XA)(objects),objects_1_1=objects_1.next();!objects_1_1.done;objects_1_1=objects_1.next()){var object=objects_1_1.value,code=object[key];if("string"==typeof code&&code.trim().startsWith("function"))try{code in EVAL_CACHE||(EVAL_CACHE[code]=eval("("+code+")")),object[key]=EVAL_CACHE[code]}catch(e){console.warn(code,e)}}}catch(e){e_1={error:e}}finally{try{objects_1_1&&!objects_1_1.done&&(_a=objects_1.return)&&_a.call(objects_1)}finally{if(e_1)throw e_1.error}}}))}var Chart=function(e){function t(t){var n=e.call(this,t)||this;return n.refFn=n.refFn.bind(n),n.reload=n.reload.bind(n),n.reloadEcharts=lodash_debounce__WEBPACK_IMPORTED_MODULE_3___default()(n.reloadEcharts.bind(n),300),n.handleClick=n.handleClick.bind(n),n.dispatchEvent=n.dispatchEvent.bind(n),n.mounted=!0,t.config&&n.renderChart(t.config),n}return(0,tslib__WEBPACK_IMPORTED_MODULE_5__.ZT)(t,e),t.prototype.componentDidMount=function(){return(0,tslib__WEBPACK_IMPORTED_MODULE_5__.mG)(this,void 0,void 0,(function(){var e,t,n,r,a,i,o;return(0,tslib__WEBPACK_IMPORTED_MODULE_5__.Jh)(this,(function(s){switch(s.label){case 0:return e=this.props,t=e.api,n=e.data,r=e.initFetch,a=e.source,[4,(0,e.dispatchEvent)("init",n,this)];case 1:return(null==(i=s.sent())?void 0:i.prevented)||(a&&(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.SSQ)(a)?(o=(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.OgC)(a,n,"| raw"))&&this.renderChart(o):t&&!1!==r&&this.reload()),[2]}}))}))},t.prototype.componentDidUpdate=function(e){var t=this.props;if((0,amis_core__WEBPACK_IMPORTED_MODULE_1__.rMT)(e.api,t.api,e.data,t.data))this.reload();else if(t.source&&(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.SSQ)(t.source)){var n=e.source?(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.OgC)(e.source,e.data,"| raw"):null,r=(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.OgC)(t.source,t.data,"| raw");n!==r&&this.renderChart(r||{})}else(t.config!==e.config||t.config&&t.trackExpression&&(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.hXT)(t.trackExpression,t.data)!==(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.hXT)(e.trackExpression,e.data))&&this.renderChart(t.config||{})},t.prototype.componentWillUnmount=function(){this.mounted=!1,this.reloadEcharts.cancel(),clearTimeout(this.timer)},t.prototype.handleClick=function(e){return(0,tslib__WEBPACK_IMPORTED_MODULE_5__.mG)(this,void 0,void 0,(function(){var t,n,r,a,i;return(0,tslib__WEBPACK_IMPORTED_MODULE_5__.Jh)(this,(function(o){switch(o.label){case 0:return t=this.props,n=t.onAction,r=t.clickAction,a=t.data,[4,(0,t.dispatchEvent)(e.event,(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.nW9)(a,(0,tslib__WEBPACK_IMPORTED_MODULE_5__.pi)({},lodash_pick__WEBPACK_IMPORTED_MODULE_4___default()(e,DEFAULT_EVENT_PARAMS))))];case 1:return(null==(i=o.sent())?void 0:i.prevented)||r&&n&&n(null,r,(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.nW9)(a,e)),[2]}}))}))},t.prototype.dispatchEvent=function(e){var t=this.props,n=t.data;(0,t.dispatchEvent)(e.event||e.type,(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.nW9)(n,(0,tslib__WEBPACK_IMPORTED_MODULE_5__.pi)({},lodash_pick__WEBPACK_IMPORTED_MODULE_4___default()(e,"legendselectchanged"===e.type?["name","selected"]:DEFAULT_EVENT_PARAMS))))},t.prototype.refFn=function(e){var t=this,n=this.props.chartRef,r=this.props,a=r.chartTheme,i=r.onChartWillMount,o=r.onChartUnMount,s=r.env,l=r.loadBaiduMap,u=r.data,c=this.props,d=c.mapURL,p=c.mapName,h=this.props.onChartMount;e?Promise.all([__webpack_require__.e(1147).then(__webpack_require__.bind(__webpack_require__,11147)),__webpack_require__.e(8448).then(__webpack_require__.t.bind(__webpack_require__,78448,23)),Promise.all([__webpack_require__.e(1147),__webpack_require__.e(9284)]).then(__webpack_require__.bind(__webpack_require__,9284)),Promise.all([__webpack_require__.e(1147),__webpack_require__.e(365)]).then(__webpack_require__.bind(__webpack_require__,50365))]).then((function(r){var o=(0,tslib__WEBPACK_IMPORTED_MODULE_5__.CR)(r,2),c=o[0],f=o[1];return(0,tslib__WEBPACK_IMPORTED_MODULE_5__.mG)(t,void 0,void 0,(function(){var t,r,o=this;return(0,tslib__WEBPACK_IMPORTED_MODULE_5__.Jh)(this,(function(m){switch(m.label){case 0:return window.echarts=c,window.ecStat=(null==f?void 0:f.default)||f,d&&p?((0,amis_core__WEBPACK_IMPORTED_MODULE_1__.SSQ)(d)&&(d=(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.OgC)(d,u)),(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.SSQ)(p)&&(p=(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.OgC)(p,u)),[4,s.fetcher(d,u)]):[3,2];case 1:(t=m.sent()).ok||console.warn("fetch map geo error "+d),c.registerMap(p,t.data),m.label=2;case 2:return l?[4,(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.veE)("//api.map.baidu.com/api?v=3.0&ak=".concat(this.props.ak,"&callback={{callback}}"))]:[3,4];case 3:m.sent(),m.label=4;case 4:return r="default",a&&(c.registerTheme("custom",a),r="custom"),i?[4,i(c)]:[3,6];case 5:m.sent(),m.label=6;case 6:return f.transform&&(c.registerTransform(f.transform.regression),c.registerTransform(f.transform.histogram),c.registerTransform(f.transform.clustering)),s.loadChartExtends?[4,s.loadChartExtends()]:[3,8];case 7:m.sent(),m.label=8;case 8:return this.echarts=c.init(e,r),"string"==typeof h&&(h=new Function("chart","echarts")),null==h||h(this.echarts,c),this.echarts.on("click",this.handleClick),this.echarts.on("mouseover",this.dispatchEvent),this.echarts.on("legendselectchanged",this.dispatchEvent),this.unSensor=(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.Adl)(e,(function(){var t,n=e.offsetWidth,r=e.offsetHeight;null===(t=o.echarts)||void 0===t||t.resize({width:n,height:r})})),n&&n(this.echarts),this.renderChart(),[2]}}))}))})):(n&&n(null),this.unSensor&&this.unSensor(),this.echarts&&(null==o||o(this.echarts,window.echarts),this.echarts.dispose(),delete this.echarts)),this.ref=e},t.prototype.doAction=function(e,t,n){var r,a;return null===(a=null===(r=this.echarts)||void 0===r?void 0:r.dispatchAction)||void 0===a?void 0:a.call(r,(0,tslib__WEBPACK_IMPORTED_MODULE_5__.pi)({type:e.actionType},t))},t.prototype.reload=function(e,t,n,r,a){var i,o,s=this,l=this.props,u=l.api,c=l.env,d=l.store,p=l.interval,h=l.translate;if(t)return this.receive(t,void 0,a);c&&c.fetcher&&(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.X1t)(u,d.data)&&(clearTimeout(this.timer),this.reloadCancel&&(this.reloadCancel(),delete this.reloadCancel,null===(i=this.echarts)||void 0===i||i.hideLoading()),null===(o=this.echarts)||void 0===o||o.showLoading(),d.markFetching(!0),c.fetcher(u,d.data,{cancelExecutor:function(e){return s.reloadCancel=e}}).then((function(e){var t,n,r;if((0,mobx_state_tree__WEBPACK_IMPORTED_MODULE_6__.fh)(d)&&d.markFetching(!1),!e.ok)return c.notify("error",null!==(n=null===(t=null==u?void 0:u.messages)||void 0===t?void 0:t.failed)&&void 0!==n?n:e.msg||h("fetchFailed"),void 0!==e.msgTimeout?{closeButton:!0,timeout:e.msgTimeout}:void 0);delete s.reloadCancel;var a=(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.Mpd)(e.data);if(!a.series&&s.props.config){var i=(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.nW9)(s.props.data,a);s.renderChart(s.props.config,i)}else s.renderChart(e.data||{});null===(r=s.echarts)||void 0===r||r.hideLoading(),p&&s.mounted&&(s.timer=setTimeout(s.reload,Math.max(p,1e3)))})).catch((function(e){var t;c.isCancel(e)||((0,mobx_state_tree__WEBPACK_IMPORTED_MODULE_6__.fh)(d)&&d.markFetching(!1),c.notify("error",e),null===(t=s.echarts)||void 0===t||t.hideLoading())})))},t.prototype.receive=function(e,t,n){this.props.store.updateData(e,void 0,n),this.reload()},t.prototype.renderChart=function(e,t){var n,r;if(e&&(this.pending=e),t&&(this.pendingCtx=t),this.echarts){var a=this.props.store,i=this.props.onDataFilter,o=this.props.dataFilter;i||"string"!=typeof o||(i=new Function("config","echarts","data",o)),e=e||this.pending,t=t||this.pendingCtx||this.props.data,"string"==typeof e&&(e=new Function("return "+e)());try{i&&(e=i(e,window.echarts,t)||e)}catch(e){console.warn(e)}if(e)try{this.props.disableDataMapping||(e=(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.buJ)(e,t,(function(e,t){return"function"==typeof t||"string"==typeof t&&t.startsWith("function")}))),recoverFunctionType(e),(0,mobx_state_tree__WEBPACK_IMPORTED_MODULE_6__.fh)(a)&&a.loading?null===(n=this.echarts)||void 0===n||n.showLoading():null===(r=this.echarts)||void 0===r||r.hideLoading(),this.reloadEcharts(e)}catch(e){console.warn(e)}}},t.prototype.reloadEcharts=function(e){var t;null===(t=this.echarts)||void 0===t||t.setOption(e,this.props.replaceChartOption)},t.prototype.render=function(){var e=this,t=this.props,n=t.className,r=t.width,a=t.height,i=t.classPrefix,o=t.unMountOnHidden,s=this.props.style||{};return r&&(s.width=r),a&&(s.height=a),react__WEBPACK_IMPORTED_MODULE_0__.createElement("div",{className:classnames__WEBPACK_IMPORTED_MODULE_2___default()("".concat(i,"Chart"),n),style:s},react__WEBPACK_IMPORTED_MODULE_0__.createElement(amis_core__WEBPACK_IMPORTED_MODULE_1__.crj,{unMountOnHidden:o,placeholder:"...",component:function(){return react__WEBPACK_IMPORTED_MODULE_0__.createElement("div",{className:"".concat(i,"Chart-content"),ref:e.refFn})}}))},t.defaultProps={replaceChartOption:!1,unMountOnHidden:!1},t.propsList=[],t}(react__WEBPACK_IMPORTED_MODULE_0__.Component);!function(e){function t(t,n){var r=e.call(this,t)||this;return n.registerComponent(r),r}(0,tslib__WEBPACK_IMPORTED_MODULE_5__.ZT)(t,e),t.prototype.componentWillUnmount=function(){e.prototype.componentWillUnmount.call(this),this.context.unRegisterComponent(this)},t.prototype.setData=function(e,t){this.props.store.updateData(e,void 0,t),this.renderChart(this.props.config,e)},t.prototype.getData=function(){return this.props.store.data},t.contextType=amis_core__WEBPACK_IMPORTED_MODULE_1__.ZHe,t=(0,tslib__WEBPACK_IMPORTED_MODULE_5__.gn)([(0,amis_core__WEBPACK_IMPORTED_MODULE_1__.Thl)({type:"chart",storeType:amis_core__WEBPACK_IMPORTED_MODULE_1__.Y5f.name}),(0,tslib__WEBPACK_IMPORTED_MODULE_5__.w6)("design:paramtypes",[Object,Object])],t)}(Chart)},42229:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(68630),o=n.n(i),s=n(34594);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,s.Thl)({type:"code"})],t)}(function(e){function t(t){var n=e.call(this,t)||this;return n.toDispose=[],n.codeRef=a.createRef(),n}return(0,r.ZT)(t,e),t.prototype.shouldComponentUpdate=function(e){return(0,s.aGv)(t.propsList,this.props,e)||this.resolveLanguage(this.props)!==this.resolveLanguage(e)||(0,s.v8S)(this.props)!==(0,s.v8S)(e)},t.prototype.componentDidMount=function(){var e=this;n.e(1813).then(n.bind(n,31813)).then((function(t){return e.handleMonaco(t)}))},t.prototype.componentDidUpdate=function(e){var t;return(0,r.mG)(this,void 0,void 0,(function(){var e,n,a,i,o,l,u;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e=this.props,n=this.codeRef.current,(null===(t=null==this?void 0:this.monaco)||void 0===t?void 0:t.editor)&&n?(a=e.tabSize,i=(0,s.v8S)(this.props),o=this.resolveLanguage(),l=this.registerAndGetTheme(),this.monaco.editor.setTheme(l),[4,this.monaco.editor.colorize(i,o,{tabSize:a})]):[3,2];case 1:u=r.sent(),n.innerHTML=u,r.label=2;case 2:return[2]}}))}))},t.prototype.handleMonaco=function(e){var t;return(0,r.mG)(this,void 0,void 0,(function(){var n,a,i,o,l,u;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e?(this.monaco=e,n=this.props.tabSize,a=(0,s.v8S)(this.props),i=this.resolveLanguage(),(o=this.codeRef.current)&&(null===(t=this.monaco)||void 0===t?void 0:t.editor)?(l=this.registerAndGetTheme(),this.monaco.editor.setTheme(l),[4,this.monaco.editor.colorize(a,i,{tabSize:n})]):[3,2]):[2];case 1:u=r.sent(),o.innerHTML=u,r.label=2;case 2:return[2]}}))}))},t.prototype.resolveLanguage=function(e){var t=null!=e?e:this.props,n=t.customLang,r=t.data,a=t.language,i=void 0===a?"plaintext":a;return(0,s.SSQ)(i)&&(i=(0,s.OgC)(i,r)),n&&n.name&&(i=n.name),i},t.prototype.registerAndGetTheme=function(){var e,t,n,a,i=this.monaco,s=this.props.editorTheme,l=void 0===s?"vs":s;if(!i)return l;if(this.customLang&&this.customLang.name&&Array.isArray(this.customLang.tokens)&&this.customLang.tokens.length){var u=this.customLang.name,c=(null===(n=this.customLang)||void 0===n?void 0:n.colors)&&o()(null===(a=this.customLang)||void 0===a?void 0:a.colors)?this.customLang.colors:{};i.languages.register({id:u});var d=[],p=[];try{for(var h=(0,r.XA)(this.customLang.tokens),f=h.next();!f.done;f=h.next()){var m=f.value,v=new RegExp(m.regex,m.regexFlags||void 0);d.push([v,m.name]),p.push({token:m.name,foreground:m.color,background:m.background,fontStyle:m.fontStyle})}}catch(t){e={error:t}}finally{try{f&&!f.done&&(t=h.return)&&t.call(h)}finally{if(e)throw e.error}}return i.languages.setMonarchTokensProvider(u,{tokenizer:{root:d}}),i.editor.defineTheme(u,{base:"vs",inherit:!1,rules:p,colors:c}),u}return l},t.prototype.render=function(){var e=(0,s.v8S)(this.props),t=this.props,n=t.className,r=t.style,i=t.classnames,o=t.editorTheme,l=t.customLang,u=t.wordWrap,c=t.wrapperComponent,d=this.resolveLanguage(),p="string"==typeof e&&e.split(/\r?\n/).length>1,h=c||(p?"pre":"code");return l&&(this.customLang=l),a.createElement(h,{ref:this.codeRef,className:i("Code",{"Code--dark":o&&["vs-dark","hc-black"].includes(o),"Code-pre-wrap":"pre"===h,"word-break":u},n),style:r,"data-lang":d},e)},t.propsList=["language","editorTheme","tabSize","wordWrap","customLang","style"],t.defaultProps={language:"plaintext",editorTheme:"vs",tabSize:4,wordWrap:!0},t}(a.Component))},86102:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.id,n=e.classPrefix,r=e.classnames,s=e.size,l=e.wrapperComponent,u=e.headingComponent,c=e.className,d=e.style,p=e.headingClassName,h=e.children,f=e.titlePosition,m=e.headerPosition,v=e.title,g=e.collapseTitle,y=e.collapseHeader,b=e.header,w=e.body,_=e.bodyClassName,C=e.render,E=e.collapsable;e.translate;var k=e.mountOnEnter,S=e.unmountOnExit,x=e.showArrow,T=e.expandIcon,M=e.disabled,O=e.collapsed,N=e.propsUpdate,D=e.onCollapse;return a.createElement(o.UO,{id:t,classnames:r,classPrefix:n,mountOnEnter:k,unmountOnExit:S,size:s,wrapperComponent:l,headingComponent:u,className:c,style:d,headingClassName:p,bodyClassName:_,headerPosition:f||m,collapsable:E,collapsed:O,showArrow:x,disabled:M,propsUpdate:N,expandIcon:T?"object"==typeof T.icon?(0,i.rew)(r,T.icon):C("arrow-icon",T||"",{className:r("Collapse-icon-tranform")}):null,collapseHeader:g||y?C("heading",g||y):null,header:C("heading",v||b||""),body:h?"function"==typeof h?h(this.props):h:w?C("body",w):null,onCollapse:D})},t.propsList=["collapsable","collapsed","collapseTitle","showArrow","headerPosition","bodyClassName","headingClassName","collapseHeader","size"],t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"collapse"})],t)}(s)},76801:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"collapse-group"})],t)}(function(e){function t(t){return e.call(this,t)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.defaultActiveKey,n=e.accordion,r=e.expandIcon,i=e.expandIconPosition,s=e.body,l=e.className,u=e.style,c=e.render;return a.createElement(o.wj,{defaultActiveKey:t,accordion:n,expandIcon:r,expandIconPosition:i,className:l,style:u},c("body",s||""))},t}(a.Component))},51109:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.className,n=e.style,r=e.classnames,o=e.defaultColor,s=e.showValue,l=(0,i.v8S)(this.props);return a.createElement("div",{className:r("ColorField",t),style:n},a.createElement("i",{className:r("ColorField-previewIcon"),style:{backgroundColor:l||o}}),s?a.createElement("span",{className:r("ColorField-value")},l||o):null)},t.defaultProps={className:"",defaultColor:"#ccc",showValue:!0},t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"color"})],t)}(o)},16374:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(82492),o=n.n(i),s=n(34594),l=n(23034),u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.renderBody=function(){var e=this.props,t=e.children,n=e.body,r=e.render,i=e.classnames,o=e.bodyClassName,s=e.disabled,l=e.wrapperBody,u=null==l||l,c=t?"function"==typeof t?t(this.props):t:n?r("body",n,{disabled:s}):null;return u?a.createElement("div",{className:i("Container-body",o)},c):c},t.prototype.render=function(){var e=this.props,n=e.className,i=e.wrapperComponent,u=e.size,c=e.classnames,d=e.style,p=e.data,h=e.draggable,f=e.draggableConfig,m=(0,s.SSQ)(h)?(0,s.OgC)(h,p,"| raw"):h,v=o()(t.defaultProps.draggableConfig,(0,s.SSQ)(f)?(0,s.OgC)(f,p,"| raw"):f),g=i||"div",y=a.createElement(g,{className:c("Container",u&&"none"!==u?"Container--".concat(u):"",n),style:(0,s.uBL)(d,p)},this.renderBody());return m?a.createElement(l.Qy,(0,r.pi)({},v,{draggable:!0}),y):y},t.propsList=["body","className"],t.defaultProps={className:"",draggableConfig:{axis:"both",scale:1,enableUserSelect:!1}},t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,s.Thl)({type:"container"})],t)}(u)},15922:function(e,t,n){"use strict";n.d(t,{T:function(){return u}});var r=n(70655),a=n(67294),i=n(8679),o=n.n(i),s=n(34594),l=n(23034),u=function(){return function(e){var t=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return(0,r.ZT)(n,t),n.prototype.handleClick=function(e){var t=this.props,n=t.env,r=t.copyFormat;n.copy&&n.copy(e,{format:r})},n.prototype.render=function(){var t=this.props,n=t.name,i=t.className,o=t.data,u=t.noHoc,c=t.classnames,d=t.translate,p=t.env,h=t.tooltipContainer,f=this.props.copyable;if(f&&!u){var m=(0,s.hXT)(f.content||"${"+n+" | raw }",o),v=null!=(null==f?void 0:f.tooltip)?(0,s.hXT)(f.tooltip,o):null==f?void 0:f.tooltip;if(m)return a.createElement(e,(0,r.pi)({},this.props,{className:c("Field--copyable",i)}),a.createElement(e,(0,r.pi)({},this.props,{contentsOnly:!0,noHoc:!0})),a.createElement(l.pf,{placement:"right",tooltip:null!=v?v:d("Copyable.tip"),trigger:"hover",container:h||(null==p?void 0:p.getModalContainer)},a.createElement("a",{key:"edit-btn",className:c("Field-copyBtn"),onClick:this.handleClick.bind(this,m)},a.createElement(l.JO,{icon:"copy",className:"icon"}))))}return a.createElement(e,(0,r.pi)({},this.props))},n.ComposedComponent=e,n}(a.PureComponent);return o()(t,e),t}}},61637:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(73935),o=n(88306),s=n.n(o),l=n(47037),u=n.n(l),c=n(34594),d=n(18446),p=n.n(d),h=s()((function(){for(var e=[],t=0;t0&&this.childElemArr.forEach((function(e){return i.unmountComponentAtNode(e)}))},t.prototype.renderChild=function(e,t,n){var r=this,a=this.props.render,o=null,s=null;if(u()(n)){var l=document.getElementById(n);l&&(s=l)}else s=n;if(t&&s){var c=a(e,t);o=i.render(c,s,(function(){r.recordChildElem(s)}))}return o},t.prototype.render=function(){var e=this.props,t=e.className,n=e.style,r=e.html,i=e.id,o=e.wrapperComponent,s=e.inline;e.translate;var l=e.classnames,u=o||s?"span":"div";return a.createElement(u,{ref:this.dom,className:l(t),style:n,id:i,dangerouslySetInnerHTML:{__html:r||""}})},t.defaultProps={inline:!1},t}(a.Component))},16788:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(30381),s=n.n(o),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={random:0},t}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=this,t=this.props,n=t.fromNow,r=t.updateFrequency;n&&r&&(this.refreshInterval=setInterval((function(){e.setState({random:Math.random()})}),r))},t.prototype.componentWillUnmount=function(){clearInterval(this.refreshInterval)},t.prototype.render=function(){var e,t=this.props,n=t.valueFormat,r=t.format,o=t.placeholder,l=t.fromNow,u=t.className,c=t.style,d=t.classnames,p=t.translate,h=a.createElement("span",{className:"text-muted"},o),f=(0,i.v8S)(this.props);if(f){var m=s()(f,s().ISO_8601),v=s()(f,n);(h=m.isValid()?m.format(r):!!v.isValid()&&v.format(r))&&(e=h)}return l&&(h=s()(h).fromNow()),h=h||a.createElement("span",{className:"text-danger"},p("Date.invalid")),a.createElement("span",{className:d("DateField",u),style:c,title:l?e:void 0},h)},t.defaultProps={placeholder:"-",format:"YYYY-MM-DD",valueFormat:"X",fromNow:!1,updateFrequency:6e4},t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)((0,r.pi)({},l.defaultProps),{format:"YYYY-MM-DD"}),t=(0,r.gn)([(0,i.Thl)({type:"date"})],t)}(l),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)((0,r.pi)({},l.defaultProps),{format:"YYYY-MM-DD HH:mm:ss"}),t=(0,r.gn)([(0,i.Thl)({type:"datetime"})],t)}(l),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)((0,r.pi)({},l.defaultProps),{format:"HH:mm"}),t=(0,r.gn)([(0,i.Thl)({type:"time"})],t)}(l),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)((0,r.pi)({},l.defaultProps),{format:"YYYY-MM"}),t=(0,r.gn)([(0,i.Thl)({type:"month"})],t)}(l)},50055:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(30381),s=n.n(o),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.delimiter,n=void 0===t?",":t,i=e.connector,o=void 0===i?"~":i,l=e.value,u=e.valueFormat,c=e.format,d=void 0===c?"YYYY-MM-DD":c,p=e.classnames,h=e.className,f=e.style;if(!l)return null;"string"==typeof l&&(l=l.split(n));var m=(0,r.CR)(l,2),v=m[0],g=void 0===v?"":v,y=m[1],b=void 0===y?"":y;return u?(g=s()(g,u),b=s()(b,u)):(g=s()(1e3*g),b=s()(1e3*b)),g=g.isValid()?g.format(d):"",b=b.isValid()?b.format(d):"",a.createElement("span",{className:p("DateRangeField",h),style:f},[g,b].join(" ".concat(o," ")))},t.defaultProps={format:"YYYY-MM-DD",valueFormat:"X",connector:"~"},t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"date-range"})],t)}(l)},40570:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=n(22188),l=n(73935),u=n(67090),c=function(e){function t(t){var n=e.call(this,t)||this;n.isDead=!1,n.$$id=(0,i.M8z)(),t.store.setEntered(!!t.show),n.handleSelfClose=n.handleSelfClose.bind(n),n.handleAction=n.handleAction.bind(n),n.handleActionSensor=n.handleActionSensor.bind(n),n.handleDialogConfirm=n.handleDialogConfirm.bind(n),n.handleDialogClose=n.handleDialogClose.bind(n),n.handleDrawerConfirm=n.handleDrawerConfirm.bind(n),n.handleDrawerClose=n.handleDrawerClose.bind(n),n.handleEntered=n.handleEntered.bind(n),n.handleExited=n.handleExited.bind(n),n.handleFormInit=n.handleFormInit.bind(n),n.handleFormSaved=n.handleFormSaved.bind(n),n.handleFormChange=n.handleFormChange.bind(n),n.handleChildFinished=n.handleChildFinished.bind(n);var r=t.store;return n.reaction=(0,s.U5)((function(){return"".concat(r.loading).concat(r.error)}),(function(){return n.forceUpdate()})),n}return(0,r.ZT)(t,e),t.prototype.componentWillUnmount=function(){this.reaction&&this.reaction(),this.isDead=!0},t.prototype.buildActions=function(){var e=this.props,t=e.actions,n=e.confirm,r=e.translate;if(void 0!==t)return t;var a=[];return a.push({type:"button",actionType:"cancel",label:r("cancel")}),n&&a.push({type:"button",actionType:"confirm",label:r("confirm"),primary:!0}),a},t.prototype.handleSelfClose=function(e,t){return(0,r.mG)(this,void 0,void 0,(function(){var e,n,a,i;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e=this.props,n=e.onClose,a=e.store,[4,(0,e.dispatchEvent)("cancel",this.props.data)];case 1:return(null==(i=r.sent())?void 0:i.prevented)||(a.updateMessage(),n(t)),[2]}}))}))},t.prototype.handleActionSensor=function(e){var t=this,n=this.props.store,r=n.busying;n.markBusying(!0),n.updateMessage(),e.then((function(){n.markBusying(r)})).catch((function(e){t.isDead||(n.updateMessage(e.message,!0),n.markBusying(r))}))},t.prototype.handleAction=function(e,t,n){var r=this.props,a=r.store,i=r.onAction;"reset"===t.type?a.reset():"cancel"===t.actionType?this.handleSelfClose():i&&i(e,t,n)},t.prototype.handleDialogConfirm=function(e,t){for(var n=[],a=2;a0&&(e=g.map((function(e,t){var n,r=v[t]||{},a=r.options;return!1===r.visible?null:a&&a.length&&null!==(n=(d()(a,(function(t){return e===t[u]}))||{})[s])&&void 0!==n?n:e})).filter((function(e){return null!=e})).join(" > ")),a.createElement("div",{className:p("".concat(c,"SelectStaticControl"),h)},e)},t.prototype.render=function(){var e=this,t=this.props,n=t.options,i=t.classPrefix,u=t.className;t.style,t.inline;var c=t.loading,d=t.value,p=t.delimiter;t.joinValues,t.extractValue,t.multiple;var h=t.useMobileUI,f=t.env,m=(0,r._T)(t,["options","classPrefix","className","style","inline","loading","value","delimiter","joinValues","extractValue","multiple","useMobileUI","env"]),v=Array.isArray(d)?d.concat():d&&"string"==typeof d?d.split(p||","):[],g=this.state.stack.find((function(e){return e.loading})),y=h&&(0,s.tqC)();return a.createElement("div",{className:o()("".concat(i,"ChainedSelectControl"),u)},a.createElement(l.Ph,(0,r.pi)({},m,{useMobileUI:h,popOverContainer:y&&f&&f.getModalContainer?f.getModalContainer:m.popOverContainer,classPrefix:i,key:"base",options:Array.isArray(n)?n:[],value:v[0],onChange:this.handleChange.bind(this,0),loading:c,inline:!0})),this.state.stack.map((function(t,n){var o=t.options,s=t.loading;return!1===t.visible||s?null:a.createElement(l.Ph,(0,r.pi)({},m,{useMobileUI:h,popOverContainer:y&&f&&f.getModalContainer?f.getModalContainer:m.popOverContainer,classPrefix:i,key:"x-".concat(n+1),options:Array.isArray(o)?o:[],value:v[n+1],onChange:e.handleChange.bind(e,n+1),inline:!0}))})),g&&a.createElement(l.$j,{size:"sm",className:o()("".concat(i,"ChainedSelectControl-spinner"))}))},t.defaultProps={clearable:!1,searchable:!1,multiple:!0},(0,r.gn)([(0,u.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.Component))},40602:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(35301),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.highlightIndex=-1,t.prevIndex=-1,t}return(0,r.ZT)(t,e),t.prototype.chartRef=function(e){var t,n=this;this.chart=e,null===(t=this.chart)||void 0===t||t.on("click","series",(function(e){n.props.onToggle(n.props.options[e.dataIndex])})),setTimeout((function(){return n.highlight()}))},t.prototype.highlight=function(e){void 0===e&&(e=this.highlightIndex),this.props.static||(this.highlightIndex=e,this.chart&&this.prevIndex!==e&&(~this.prevIndex&&this.chart.dispatchAction({type:"downplay",seriesIndex:0,dataIndex:this.prevIndex}),~e&&(this.chart.dispatchAction({type:"highlight",seriesIndex:0,dataIndex:e}),this.props.showTooltipOnHighlight&&this.chart.dispatchAction({type:"showTip",seriesIndex:0,dataIndex:e})),this.prevIndex=e))},t.prototype.componentDidMount=function(){this.props.selectedOptions.length&&this.highlight(this.props.options.indexOf(this.props.selectedOptions[0]))},t.prototype.componentDidUpdate=function(){this.props.selectedOptions.length&&this.highlight(this.props.options.indexOf(this.props.selectedOptions[0]))},t.prototype.renderStatic=function(e){void 0===e&&(e="-"),this.prevIndex=-1,this.highlightIndex=-1;var t=this.props,n=t.options,r=void 0===n?[]:n,i=t.selectedOptions,o=t.labelField,s=void 0===o?"label":o,l=t.valueField,u=void 0===l?"value":l,c=t.chartValueField;if(r.length&&i.length){var d=r.reduce((function(e,t){return e+t[c||u]}),0);if(d>0){var p=(+i[0][c||u]/d*100).toFixed(2);e="".concat(i[0][s],":").concat(p,"%")}}return a.createElement(a.Fragment,null,e)},t.prototype.render=function(){var e=this.props,t=e.options,n=e.labelField,a=e.chartValueField,i=e.valueField;return(0,e.render)("chart",{type:"chart"},{config:(0,r.pi)((0,r.pi)({legend:{top:10},tooltip:{formatter:function(e){return"".concat(e.name,":").concat(e.value[a||i||"value"],"(").concat(e.percent,"%)")}},series:[{type:"pie",top:30,bottom:0}]},this.props.config),{dataset:{dimensions:[n||"label",a||i||"value"],source:t}}),chartRef:this.chartRef})},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"chartRef",null),(0,r.gn)([(0,o.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.defaultProps={multiple:!1},t=(0,r.gn)([(0,i.oZB)({type:"chart-radios",sizeMutable:!1})],t)}(s)},15660:function(e,t,n){"use strict";n.d(t,{Y:function(){return d}});var r=n(70655),a=n(67294),i=n(34594),o=n(94184),s=n.n(o),l=n(23034),u=n(35301),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.doAction=function(e,t,n){var r=this.props,a=r.resetValue,i=r.onChange,o=null==e?void 0:e.actionType;"clear"===o?i(""):"reset"===o&&i(null!=a?a:"")},t.prototype.dispatchChangeEvent=function(e){return void 0===e&&(e={}),(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,o;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.dispatchEvent,a=t.onChange,[4,n("change",(0,i.vXk)(this.props,{value:e},"value"))];case 1:return(null==(o=r.sent())?void 0:o.prevented)||a&&a(e),[2]}}))}))},t.prototype.renderStatic=function(){var e=this.props,t=e.value,n=e.trueValue,r=e.falseValue,i=e.option,o=e.render,s=e.partial,u=e.optionType,c=e.checked,d=e.labelClassName;return a.createElement(l.XZ,{inline:!0,value:t||"",trueValue:n,falseValue:r,disabled:!0,partial:s,optionType:u,checked:c,labelClassName:d},i?o("option",i):null)},t.prototype.render=function(){var e=this,t=this.props,n=t.className;t.style;var r=t.value,i=t.trueValue,o=t.falseValue,u=t.option;t.onChange;var c=t.disabled,d=t.render,p=t.partial,h=t.optionType,f=t.checked,m=t.labelClassName,v=t.classPrefix;return a.createElement("div",{className:s()("".concat(v,"CheckboxControl"),n)},a.createElement(l.XZ,{inline:!0,value:r||"",trueValue:i,falseValue:o,disabled:c,onChange:function(t){return e.dispatchChangeEvent(t)},partial:p,optionType:h,checked:f,labelClassName:m},u?d("option",u):null))},t.defaultProps={trueValue:!0,falseValue:!1},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"dispatchChangeEvent",null),(0,r.gn)([(0,u.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.Component),d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),(0,r.gn)([l.tx,(0,i.xJW)({type:"checkbox",sizeMutable:!1})],t)}(c)},7339:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(94174),o=n.n(i),s=n(34594),l=n(23034),u=n(35301),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.doAction=function(e,t,n){var r=this.props,a=r.resetValue,i=r.onChange,o=null==e?void 0:e.actionType;"clear"===o?i(""):"reset"===o&&i(null!=a?a:"")},t.prototype.reload=function(){var e=this.props.reloadOptions;e&&e()},t.prototype.handleAddClick=function(){var e=this.props.onAdd;e&&e()},t.prototype.handleEditClick=function(e,t){var n=this.props.onEdit;e.preventDefault(),e.stopPropagation(),n&&n(t)},t.prototype.handleDeleteClick=function(e,t){var n=this.props.onDelete;e.preventDefault(),e.stopPropagation(),n&&n(t)},t.prototype.componentDidMount=function(){this.updateBorderStyle(),window.addEventListener("resize",this.updateBorderStyle)},t.prototype.componentWillUnmount=function(){window.removeEventListener("resize",this.updateBorderStyle)},t.prototype.updateBorderStyle=function(){if("button"===this.props.optionType){var e=this.refs.checkboxRef,t=e.clientWidth,n=Array.from(e.children);n.forEach((function(e){e.style.borderRadius="0",e.style.borderLeftWidth="1px",e.style.borderTopWidth="1px"}));var r=n.reduce((function(e,t){return e+t.clientWidth}),0);if(r<=t)1===n.length?n[0].style.borderRadius="4px":(n[0].style.borderRadius="4px 0 0 4px",n[n.length-1].style.borderRadius="0 4px 4px 0",n.forEach((function(e,t){0!==t&&(e.style.borderLeftWidth="0")})));else{for(var a=0,i=0,o=Math.floor(r/t),s=[],l=0;l<=o;l++)s[l]=[];n.forEach((function(e,n){(a+=e.clientWidth)>t&&(a=e.clientWidth,i++),i>o||s[i].push(e)})),s.forEach((function(e,t){0===t?(e.forEach((function(n,r){n.style.borderRadius="0",0!==r&&(n.style.borderLeftWidth="0"),e.length>s[t+1].length&&(e[e.length-1].style.borderBottomRightRadius="4px")})),e[0].style.borderTopLeftRadius="4px",e[e.length-1].style.borderTopRightRadius="4px"):t===o?e.forEach((function(t,n){t.style.borderRadius="0",0!==n&&(t.style.borderLeftWidth="0"),t.style.borderTopWidth="0",e[0].style.borderBottomLeftRadius="4px",e[e.length-1].style.borderBottomRightRadius="4px"})):e.forEach((function(n,r){n.style.borderRadius="0",0!==r&&(n.style.borderLeftWidth="0"),n.style.borderTopWidth="0",e.length>s[t+1].length&&(e[e.length-1].style.borderBottomRightRadius="4px")}))}))}}},t.prototype.renderGroup=function(e,t){var n,r=this,i=this.props,o=i.classnames,s=i.labelField;if(!(null===(n=e.children)||void 0===n?void 0:n.length))return null;var l=e.children.map((function(e,t){return r.renderItem(e,t)})),u=this.columnsSplit(l);return a.createElement("div",{key:"group-"+t,className:o("CheckboxesControl-group",e.className)},a.createElement("label",{className:o("CheckboxesControl-groupLabel",e.labelClassName)},e[s||"label"]),u)},t.prototype.renderItem=function(e,t){var n=this;if(e.children)return this.renderGroup(e,t);var r=this.props,i=r.render,o=r.itemClassName,u=r.onToggle,c=r.selectedOptions,d=r.disabled,p=r.inline,h=r.labelClassName,f=r.labelField,m=r.removable,v=r.editable,g=r.translate,y=r.optionType,b=r.menuTpl,w=r.data,_=String(e[f||"label"]),C=e.labelClassName;return a.createElement(l.XZ,{className:o,key:t,onChange:function(){return u(e)},checked:!!~c.indexOf(e),disabled:d||e.disabled,inline:p,labelClassName:C||h,description:e.description,optionType:y},b?i("checkboxes/".concat(t),b,{data:(0,s.nW9)(w,e)}):_,m&&(0,s.rIu)(e,"removable")?a.createElement("a",{"data-tooltip":g("Select.clear"),"data-position":"left"},a.createElement(l.JO,{icon:"minus",className:"icon",onClick:function(t){return n.handleDeleteClick(t,e)}})):null,v&&(0,s.rIu)(e,"editable")?a.createElement("a",{"data-tooltip":"编辑","data-position":"left"},a.createElement(l.JO,{icon:"pencil",className:"icon",onClick:function(t){return n.handleEditClick(t,e)}})):null)},t.prototype.columnsSplit=function(e){var t=this.props,n=t.columnsCount,r=t.classnames,a=[],i=[];return e.forEach((function(e){e&&e.key&&String(e.key).startsWith("group")?(i.length&&(a.push((0,s.UOr)(i,r,n)),i=[]),a.push(e)):i.push(e)})),i.length&&a.push((0,s.UOr)(i,r,n)),a},t.prototype.render=function(){var e=this,t=this.props,n=t.className;t.style;var r=t.disabled,i=t.placeholder,u=t.options,c=t.inline;t.columnsCount;var d=t.selectedOptions;t.onToggle;var p=t.onToggleAll,h=t.checkAll,f=t.classnames,m=t.itemClassName,v=t.labelClassName,g=t.creatable,y=t.addApi,b=t.createBtnLabel,w=t.translate,_=t.optionType,C=[];return u&&u.length&&(C=u.map((function(t,n){return e.renderItem(t,n)}))),h&&C.length&&"default"===_&&C.unshift(a.createElement(l.XZ,{key:"checkall",className:m,onChange:p,checked:!!d.length,partial:o()(d.length,0,(0,s.OOX)(u).length),disabled:r,inline:c,labelClassName:v},w("Checkboxes.selectAll"))),C=this.columnsSplit(C),a.createElement("div",{className:f("CheckboxesControl",n),ref:"checkboxRef"},C&&C.length?C:a.createElement("span",{className:"Form-placeholder"},w(i)),!g&&!y||r?null:a.createElement("a",{className:f("Checkboxes-addBtn"),onClick:this.handleAddClick},a.createElement(l.JO,{icon:"plus",className:"icon"}),w(b)))},t.defaultProps={columnsCount:1,multiple:!0,placeholder:"placeholder.noOption",creatable:!1,inline:!0,createBtnLabel:"Select.createLabel",optionType:"default"},(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleAddClick",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Event,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleEditClick",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Event,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleDeleteClick",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"updateBorderStyle",null),(0,r.gn)([(0,u.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,s.oZB)({type:"checkboxes",sizeMutable:!1})],t)}(c)},14500:function(e,t,n){"use strict";n.d(t,{Z:function(){return g}});var r=n(70655),a=n(67294),i=n(73935),o=n(50361),s=n.n(o),l=n(34594),u=n(23034),c=n(51474),d=n(13311),p=n.n(d),h=n(88306),f=n.n(h),m=n(67090);function v(e,t){return t.reduce((function(t,n){return t[n]=(0,l.H_J)(n,e),t}),{})}var g=function(e){function t(t){var n=e.call(this,t)||this;n.subForms=[],n.subFormDefaultValues=[],n.keys=[],n.toDispose=[],n.id=(0,l.M8z)(),n.refsMap={},n.makeFormRef=f()((function(e){return function(t){return n.formRef(t,e)}})),n.memoizedFormatValue=f()((function(e,t,n,a,i){return(0,l.nW9)((0,l.ktx)(i,(0,r.pi)({index:a,__index:a},i)),(0,r.pi)((0,r.pi)({},n),Array.isArray(t)?v(i,t):null))}),(function(e,t,n,r,a){return Array.isArray(t)?JSON.stringify([n,r,a,v(a,t)]):e?JSON.stringify([n,r]):JSON.stringify([n,r,a])})),n.handleChange=n.handleChange.bind(n),n.handleSingleFormChange=n.handleSingleFormChange.bind(n),n.handleSingleFormInit=n.handleSingleFormInit.bind(n),n.handleFormInit=n.handleFormInit.bind(n),n.handleAction=n.handleAction.bind(n),n.addItem=n.addItem.bind(n),n.deleteItem=n.deleteItem.bind(n),n.dragTipRef=n.dragTipRef.bind(n),n.flush=n.flush.bind(n),n.handleComboTypeChange=n.handleComboTypeChange.bind(n),n.defaultValue=(0,r.pi)({},t.scaffold);var a=t.store;t.value;var i=t.multiple,o=t.formItem,s=t.addHook;return a.config({multiple:i,minLength:n.resolveVariableProps(t,"minLength"),maxLength:n.resolveVariableProps(t,"maxLength"),length:n.getValueAsArray(t).length}),o&&(0,m.fh)(o)&&o.setSubStore(a),s&&n.toDispose.push(s(n.flush,"flush")),n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props;if((0,l.aGv)(["minLength","maxLength","value"],e,t)){var n=t.store,a=t.multiple,i=this.getValueAsArray(t);n.config({multiple:a,minLength:this.resolveVariableProps(t,"minLength"),maxLength:this.resolveVariableProps(t,"maxLength"),length:i.length}),n.activeKey>=i.length&&n.setActiveKey(Math.max(0,i.length-1)),t.value!==e.value&&!e.formInited&&this.subFormDefaultValues.length&&(this.subFormDefaultValues=this.subFormDefaultValues.map((function(e,t){return(0,r.pi)((0,r.pi)({},e),{values:i[t]})})))}},t.prototype.componentWillUnmount=function(){var e,t,n,r,a=this.props.formItem;a&&(0,m.fh)(a)&&a.setSubStore(null),this.toDispose.forEach((function(e){return e()})),this.toDispose=[],null===(t=(e=this.memoizedFormatValue.cache).clear)||void 0===t||t.call(e),null===(r=(n=this.makeFormRef.cache).clear)||void 0===r||r.call(n)},t.prototype.resolveVariableProps=function(e,t){var n={minLength:0,maxLength:1/0},r=e[t];if(!r)return n[t];if("string"==typeof r)if((0,l.SSQ)(r)){var a=(0,l.OgC)(r,e.data,"| raw");r="number"==typeof a&&a>=0?a:n[t]}else{var i=parseInt(r,10);r=isNaN(i)?n[t]:i}return r},t.prototype.doAction=function(e,t){var n,r=null==e?void 0:e.actionType,a=this.props,i=a.onChange,o=a.resetValue;"addItem"===r?this.addItemValue(null!==(n=null==t?void 0:t.item)&&void 0!==n?n:{}):"clear"===r?i(""):"reset"===r&&i(null!=o?o:"")},t.prototype.addItemValue=function(e){var t=this.props,n=t.flat,r=t.joinValues,a=t.addattop,i=t.delimiter,o=t.disabled,s=t.submitOnChange;if(!o){var u=this.getValueAsArray();this.keys.push((0,l.M8z)()),!0===a?u.unshift(e):u.push(e),n&&r&&(u=u.join(i||",")),this.props.onChange(u,s,!0)}},t.prototype.getValueAsArray=function(e){void 0===e&&(e=this.props);var t=e.flat,n=e.joinValues,r=e.delimiter;e.type;var a=e.value;return n&&t&&"string"==typeof a?a.split(r||","):Array.isArray(a)?a.concat():[]},t.prototype.addItemWith=function(e){var t,n,a=this.props,i=a.flat,o=a.joinValues,s=a.addattop,u=a.delimiter,c=a.scaffold,d=a.disabled,p=a.submitOnChange;if(!d){var h=this.getValueAsArray();h.push(i?null!==(n=null!==(t=e.scaffold)&&void 0!==t?t:c)&&void 0!==n?n:"":(0,r.pi)({},e.scaffold||c)),this.keys.push((0,l.M8z)()),i&&o&&(h=h.join(u||",")),!0===s&&h.unshift(h.pop()),this.props.onChange(h,p,!0)}},t.prototype.addItem=function(){return(0,r.mG)(this,void 0,void 0,(function(){var e,t,n,a,i,o,u,c,d,p,h;return(0,r.Jh)(this,(function(f){switch(f.label){case 0:return e=this.props,t=e.flat,n=e.joinValues,a=e.addattop,i=e.delimiter,o=e.scaffold,u=e.disabled,c=e.submitOnChange,d=e.dispatchEvent,u?[2]:(p=this.getValueAsArray(),[4,d("add",(0,l.vXk)(this.props,{value:t&&n?p.join(i||","):s()(p)},"value"))]);case 1:return(null==(h=f.sent())?void 0:h.prevented)||(p.push(t?null!=o?o:"":(0,r.pi)({},o)),this.keys.push((0,l.M8z)()),t&&n&&(p=p.join(i||",")),!0===a&&p.unshift(p.pop()),this.props.onChange(p,c,!0)),[2]}}))}))},t.prototype.deleteItem=function(e){var t,n;return(0,r.mG)(this,void 0,void 0,(function(){var a,i,o,u,c,d,p,h,f,m,v,g,y,b;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return a=this.props,i=a.flat,o=a.joinValues,u=a.delimiter,c=a.disabled,d=a.deleteApi,p=a.deleteConfirmText,h=a.data,f=a.env,m=a.translate,v=a.dispatchEvent,c?[2]:(g=this.getValueAsArray(),y=(0,l.nW9)(h,g[e]),[4,v("delete",(0,l.vXk)(this.props,{key:e,value:i&&o?g.join(u||","):s()(g),item:g[e]},"value"))]);case 1:return(null==(b=r.sent())?void 0:b.prevented)?[2]:(0,l.X1t)(d,y)?[4,f.confirm(p?(0,l.hXT)(p,y):m("deleteConfirm"))]:[3,4];case 2:return r.sent()?[4,f.fetcher(d,y)]:[2];case 3:if(!r.sent().ok)return f.notify("error",null!==(n=null===(t=null==d?void 0:d.messages)||void 0===t?void 0:t.failed)&&void 0!==n?n:m("deleteFailed")),[2];r.label=4;case 4:return g.splice(e,1),this.keys.splice(e,1),i&&o&&(g=g.join(u||",")),this.props.onChange(g),[2]}}))}))},t.prototype.handleChange=function(e,t,n){var a,i,o,s,l=n.index,u=this.props,c=u.flat,d=u.store,p=u.joinValues,h=u.delimiter,f=u.disabled,v=u.submitOnChange,g=u.type;if(!f){var y=this.getValueAsArray();if(y[l]=c?e.flat:(0,r.pi)({},e),c&&p&&(y=y.join(h||",")),"input-kv"===g){var b=!1,w={};try{for(var _=(0,r.XA)(y),C=_.next();!C.done;C=_.next())w[(S=C.value).key]?b=!0:w[S.key]=!0}catch(e){a={error:e}}finally{try{C&&!C.done&&(i=_.return)&&i.call(_)}finally{if(a)throw a.error}}b||this.props.onChange(y,v,!0)}else if("input-kvs"===g){b=!1,w={};try{for(var E=(0,r.XA)(y),k=E.next();!k.done;k=E.next()){var S;"_key"in(S=k.value)&&(w[S._key]?b=!0:w[S._key]=!0)}}catch(e){o={error:e}}finally{try{k&&!k.done&&(s=E.return)&&s.call(E)}finally{if(o)throw o.error}}b||this.props.onChange(y,v,!0)}else this.props.onChange(y,v,!0);d.forms.forEach((function(e){return(0,m.fh)(e)&&e.items.forEach((function(t){return t.unique&&t.syncOptions(void 0,e.data)}))}))}},t.prototype.handleSingleFormChange=function(e){this.props.onChange((0,r.pi)({},e),this.props.submitOnChange,!0)},t.prototype.handleFormInit=function(e,t){var n=t.index,a=this.props,i=a.syncDefaultValue,o=a.flat,s=a.joinValues,u=a.delimiter,c=a.formInited,d=a.onChange,p=a.submitOnChange,h=a.setPrinstineValue;if(this.subFormDefaultValues.push({index:n,values:e,setted:!1}),!1!==i&&this.subFormDefaultValues.length===this.subForms.filter((function(e){return void 0!==e})).length){var f=this.getValueAsArray(),m=!1;this.subFormDefaultValues=this.subFormDefaultValues.map((function(e){var t=e.index,n=e.values,a=e.setted,i=o?n.flat:(0,r.pi)({},n);return!a&&(0,l.RjM)(f[t],i)&&(f[t]=o?n.flat:(0,r.pi)({},n),m=!0),{index:t,values:n,setted:!0}})),m&&(o&&s&&(f=f.join(u||",")),c?d(f,p,!0):h(f))}},t.prototype.handleSingleFormInit=function(e){var t=this.props,n=t.syncDefaultValue,a=t.setPrinstineValue,i=t.value,o=t.nullable;!1!==n&&!o&&(0,l.RjM)(i,e)&&a((0,r.pi)({},e))},t.prototype.handleAction=function(e,t){var n=this.props.onAction;"delete"!==t.actionType?n&&n.apply(null,arguments):void 0!==t.index&&this.deleteItem(t.index)},t.prototype.validate=function(){var e=this.props,t=e.messages,n=e.nullable,r=e.translate,a=this.getValueAsArray(),i=this.resolveVariableProps(this.props,"minLength"),o=this.resolveVariableProps(this.props,"maxLength");return i&&(!Array.isArray(a)||a.lengtho?r(t&&t.maxLengthValidateFailed||"Combo.maxLength",{maxLength:o}):!this.subForms.length||n&&!a?void 0:Promise.all(this.subForms.map((function(e){return e.validate()}))).then((function(e){if(~e.indexOf(!1))return r(t&&t.validateFailed||"validateFailed")}))},t.prototype.flush=function(){this.subForms.forEach((function(e){return e.flush()}))},t.prototype.dragTipRef=function(e){!this.dragTip&&e?this.initDragging():this.dragTip&&!e&&this.destroyDragging(),this.dragTip=e},t.prototype.initDragging=function(){var e=this,t=this.props.classPrefix,n=this.props.submitOnChange,r=(0,i.findDOMNode)(this);this.sortable=new c.ZP(r.querySelector(".".concat(t,"Combo-items")),{group:"combo-".concat(this.id),animation:150,handle:".".concat(t,"Combo-itemDrager"),ghostClass:"".concat(t,"Combo-item--dragging"),onEnd:function(t){if(t.newIndex!==t.oldIndex){var r=t.to;t.oldIndex1?"is-draggable":"")},a.createElement("div",{className:n("Combo-items",w)},Array.isArray(E)&&E.length?E.map((function(t,i,d){var h=e.renderDelBtn(t,i),m=e.formatValue(t,i),g=null;Array.isArray(v)&&v.length&&(g=e.pickCondition(m),C=g?g.items:void 0);var w=s&&C?[(0,r.pi)((0,r.pi)({},C&&C[0]),{name:"flat"})]:C;return a.createElement("div",{className:n("Combo-item",b),key:e.keys[i]||(e.keys[i]=(0,l.M8z)())},!_&&!o&&c&&d.length>1?a.createElement("div",{className:n("Combo-itemDrager")},a.createElement("a",{key:"drag","data-tooltip":y("Combo.dragDropSort"),"data-position":"bottom"},f?a.createElement("i",{className:f}):a.createElement(u.JO,{icon:"drag-bar",className:"icon"}))):null,g&&!1!==p?a.createElement("div",{className:n("Combo-itemTag")},a.createElement("label",null,y("Combo.type")),a.createElement(u.Ph,{onChange:e.handleComboTypeChange.bind(e,i),options:v.map((function(e){return{label:e.label,value:e.label}})),value:g.label,clearable:!1})):null,a.createElement("div",{className:n("Combo-itemInner")},w?e.renderItems(w,m,i):a.createElement(u.Vp,{level:"warning",className:"m-b-none"},y("Combo.invalidData"))),h)})):g?a.createElement("div",{className:n("Combo-placeholder")},y(g)):null),_||o?null:a.createElement("div",{className:n("Combo-toolbar")},this.renderAddBtn(),c?a.createElement("span",{className:n("Combo-dragableTip"),ref:this.dragTipRef},Array.isArray(E)&&E.length>1?y(d):""):null))},t.prototype.renderSingle=function(){var e=this.props,t=e.conditions,n=e.classnames,r=e.value,i=e.multiLine,o=e.noBorder,s=e.disabled,c=e.typeSwitchable,d=e.nullable,p=e.translate,h=e.itemClassName,f=this.props.items,m=(0,l.Kn2)(r)?this.formatValue(r):this.defaultValue,v=null;return Array.isArray(t)&&t.length&&(f=(v=this.pickCondition(m))?v.items:void 0),a.createElement("div",{className:n("Combo Combo--single",i?"Combo--ver":"Combo--hor",o?"Combo--noBorder":"",s?"is-disabled":"")},a.createElement("div",{className:n("Combo-item",h)},v&&!1!==c?a.createElement("div",{className:n("Combo-itemTag")},a.createElement("label",null,p("Combo.type")),a.createElement(u.Ph,{onChange:this.handleComboTypeChange.bind(this,0),options:t.map((function(e){return{label:e.label,value:e.label}})),value:v.label,clearable:!1})):null,a.createElement("div",{className:n("Combo-itemInner")},f?this.renderItems(f,m):a.createElement(u.Vp,{level:"warning",className:"m-b-none"},p("Combo.invalidData")))),r&&d?a.createElement("a",{className:n("Combo-setNullBtn"),href:"#",onClick:this.setNull},p("clear")):null)},t.prototype.renderItems=function(e,t,n){var i=this.props,o=i.classnames,s=i.formClassName,l=i.render,u=i.multiLine,c=i.disabled,d=i.canAccessSuperData,p=i.multiple,h=i.tabsMode,f=i.subFormMode,m=i.changeImmediately,v=i.lazyLoad;i.translate;var g=i.static;return p?p&&void 0!==n&&n>=0?l("multiple/".concat(n),{type:"form",body:e,wrapperComponent:"div",wrapWithPanel:!1,mode:h||u?f:"row",className:o("Combo-form",s)},(0,r.pi)({index:n,disabled:c,static:g,data:t,onChange:this.handleChange,onInit:this.handleFormInit,onAction:this.handleAction,ref:this.makeFormRef(n),canAccessSuperData:d,lazyChange:!m,formLazyChange:!1,value:void 0,formItemValue:void 0,formStore:void 0},h?{}:{lazyLoad:v})):a.createElement(a.Fragment,null):l("single",{type:"form",body:e,wrapperComponent:"div",wrapWithPanel:!1,mode:u?f||"normal":"row",className:o("Combo-form",s)},{disabled:c,static:g,data:t,onChange:this.handleSingleFormChange,ref:this.makeFormRef(0),onInit:this.handleSingleFormInit,canAccessSuperData:d,formStore:void 0})},t.prototype.renderStatic=function(e){return this.props.render("static-input-kv",{type:"json"},this.props)},t.prototype.render=function(){var e=this.props,t=e.type,n=e.formInited,r=e.multiple,i=e.className;e.style,e.classPrefix;var o=e.classnames,s=e.static,l=e.staticSchema;return s&&(l||["input-kv","input-kvs"].includes(t))?this.renderStatic():n||void 0===n?a.createElement("div",{className:o("ComboControl",i)},r?this.renderMultipe():this.renderSingle()):null},t.defaultProps={minLength:0,maxLength:1/0,multiple:!1,multiLine:!1,addButtonClassName:"",formClassName:"",subFormMode:"normal",draggableTip:"",addButtonText:"add",canAccessSuperData:!1,addIcon:!0,dragIcon:"",deleteIcon:"",tabsMode:!1,tabsStyle:"",placeholder:"placeholder.empty",itemClassName:"",itemsWrapperClassName:""},t.propsList=["minLength","maxLength","multiple","multiLine","addButtonClassName","subFormMode","draggableTip","addButtonText","draggable","scaffold","canAccessSuperData","addIcon","dragIcon","deleteIcon","noBorder","conditions","tabsMode","tabsStyle","lazyLoad","changeImmediately","strictMode","items","conditions","messages","formStore","itemClassName","itemsWrapperClassName"],(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleTabSelect",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"setNull",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.prototype.setData=function(e,t,n){var a=this.props,i=a.multiple,o=a.onChange,s=a.submitOnChange;if(i)if(void 0!==n&&~n){var l=(0,r.ev)([],(0,r.CR)(this.getValueAsArray()),!1);l.splice(n,1,(0,r.pi)((0,r.pi)({},l[n]),e)),null==o||o(l,s,!0)}else null==o||o(e,s,!0);else null==o||o(e,s,!0)},t=(0,r.gn)([(0,l.xJW)({type:"combo",storeType:l.tlN.name,extendsData:!1})],t)}(g),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,l.xJW)({type:"input-kv",storeType:l.tlN.name,extendsData:!1})],t)}(g),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,l.xJW)({type:"input-kvs",storeType:l.tlN.name,extendsData:!1})],t)}(g)},5736:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.renderEtrValue=function(e,t){return this.props.render("inline",Object.assign(e,{label:!1}),t)},t.prototype.renderPickerIcon=function(){var e=this.props,t=e.render,n=e.pickerIcon;return n?t("picker-icon",n):void 0},t.prototype.render=function(){var e=this.props,t=e.className,n=e.classnames;e.style,e.pickerIcon;var o=(0,r._T)(e,["className","classnames","style","pickerIcon"]),s=this.props.formula?(0,r.pi)({},this.props.formula):void 0;return s&&s.variables&&(0,i.SSQ)(s.variables)&&(s.variables=(0,i.OgC)(s.variables,this.props.data,"| raw")),a.createElement("div",{className:n("ConditionBuilderControl",t)},a.createElement(l,(0,r.pi)({renderEtrValue:this.renderEtrValue,pickerIcon:this.renderPickerIcon()},o,{formula:s})))},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderEtrValue",null),t}(a.PureComponent),l=(0,o.it)({adaptor:function(e){return e.fields||e}})(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.loading,n=e.config;e.deferLoad;var i=e.disabled,s=e.renderEtrValue,l=(0,r._T)(e,["loading","config","deferLoad","disabled","renderEtrValue"]);return a.createElement(o.Ij,(0,r.pi)({},l,{fields:n||l.fields||[],disabled:i||t,renderEtrValue:s}))},t}(a.Component));!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.xJW)({type:"condition-builder",strictMode:!1})],t)}(s)},91120:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.prototype.renderInput=function(){var e=this.props,t=e.render,n=e.body,r=e.name,a=e.data;return t("inner",n,{value:"string"==typeof r?(0,i.H_J)(r,a):void 0})},t.prototype.render=function(){var e,t=this.props,n=t.render,o=t.label;t.control;var s=(0,r._T)(t,["render","label","control"]);return a.createElement(i.$lH,(0,r.pi)({},s,{formMode:null!==(e=s.mode)&&void 0!==e?e:s.formMode,render:n,sizeMutable:!1,label:o,renderControl:this.renderInput}))},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderInput",null),t=(0,r.gn)([(0,i.Thl)({type:"control"})],t)}(a.Component)},43336:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594);function o(){return Promise.resolve().then(n.bind(n,96838)).then((function(e){return e.default}))}function s(e,t){if(e&&"string"!=typeof e&&(e=JSON.stringify(e,null,2)),t&&"json"===t)try{e=JSON.stringify("string"==typeof e?JSON.parse(e):e,null,2)}catch(e){}return e}var l=function(e){function t(t){var n=e.call(this,t)||this;return n.state={focused:!1},n.toDispose=[],n.divRef=a.createRef(),n.prevHeight=0,n.handleFocus=n.handleFocus.bind(n),n.handleBlur=n.handleBlur.bind(n),n.editorFactory=n.editorFactory.bind(n),n.handleEditorMounted=n.handleEditorMounted.bind(n),n.handleModifiedEditorChange=n.handleModifiedEditorChange.bind(n),n}return(0,r.ZT)(t,e),t.prototype.componentWillUnmount=function(){this.toDispose.forEach((function(e){return e()}))},t.prototype.doAction=function(e,t){var n=null==e?void 0:e.actionType,r=this.props,a=r.onChange,i=r.resetValue;"clear"===n?a(""):"reset"===n?a(null!=i?i:""):"focus"===n&&this.focus()},t.prototype.focus=function(){var e,t;this.editor.focus(),this.setState({focused:!0});var n=null===(e=this.editor)||void 0===e?void 0:e.getPosition();null===(t=this.editor)||void 0===t||t.setPosition(n)},t.prototype.handleFocus=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,o,s;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.dispatchEvent,a=t.value,o=t.onFocus,this.setState({focused:!0}),[4,n("focus",(0,i.vXk)(this.props,{value:a},"value"))];case 1:return(null==(s=r.sent())?void 0:s.prevented)||null==o||o(e),[2]}}))}))},t.prototype.handleBlur=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,o,s;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.dispatchEvent,a=t.value,o=t.onBlur,this.setState({focused:!1}),[4,n("blur",(0,i.vXk)(this.props,{value:a},"value"))];case 1:return(null==(s=r.sent())?void 0:s.prevented)||null==o||o(e),[2]}}))}))},t.prototype.componentDidUpdate=function(e){var t=this.props,n=t.data,r=t.value,a=t.diffValue,o=t.language;!this.originalEditor||a===e.diffValue&&n===e.data||this.originalEditor.getModel().setValue((0,i.SSQ)(a)?s((0,i.OgC)(a||"",n,"| raw",(function(){return""})),o):s(a,o)),this.modifiedEditor&&r!==e.value&&!this.state.focused&&this.modifiedEditor.getModel().setValue(s(r,o))},t.prototype.editorFactory=function(e,t,n){return t.editor.createDiffEditor(e,n)},t.prototype.handleEditorMounted=function(e,t){var n=this,r=this.props,a=r.value,o=r.data,l=r.language,u=r.diffValue;this.monaco=t,this.editor=e,this.modifiedEditor=e.getModifiedEditor(),this.originalEditor=e.getOriginalEditor(),this.toDispose.push(this.modifiedEditor.onDidFocusEditorWidget(this.handleFocus).dispose),this.toDispose.push(this.modifiedEditor.onDidBlurEditorWidget(this.handleBlur).dispose),this.toDispose.push(this.modifiedEditor.onDidChangeModelContent(this.handleModifiedEditorChange).dispose),this.toDispose.push(this.modifiedEditor.onDidChangeModelDecorations((function(){n.updateContainerSize(n.modifiedEditor,t),requestAnimationFrame(n.updateContainerSize.bind(n,n.modifiedEditor,t))})).dispose),this.editor.setModel({original:this.monaco.editor.createModel((0,i.SSQ)(u)?s((0,i.OgC)(u||"",o,"| raw"),l):s(u,l),l),modified:this.monaco.editor.createModel(s(a,l),l)})},t.prototype.handleModifiedEditorChange=function(){return(0,r.mG)(this,void 0,void 0,(function(){var e,t,n,a,o;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e=this.props,t=e.onChange,n=e.dispatchEvent,a=this.modifiedEditor.getModel().getValue(),[4,n("change",(0,i.vXk)(this.props,{value:a},"value"))];case 1:return(null==(o=r.sent())?void 0:o.prevented)||t&&t(a),[2]}}))}))},t.prototype.updateContainerSize=function(e,t){var n;if(this.divRef.current){var r=e.getOption(t.editor.EditorOption.lineHeight),a=(null===(n=e.getModel())||void 0===n?void 0:n.getLineCount())||1,i=e.getTopForLineNumber(a+1)+r;this.prevHeight!==i&&(this.prevHeight=i,this.divRef.current.style.height="".concat(i,"px"),e.layout())}},t.prototype.render=function(){var e=this.props,t=e.className;e.style;var n=e.value,s=e.onChange,l=e.disabled,u=e.size,c=e.options,d=e.language,p=e.theme,h=e.classnames;return a.createElement("div",{ref:this.divRef,className:h("EditorControl",u?"EditorControl--".concat(u):"",t,{"is-focused":this.state.focused})},a.createElement(i.crj,{getComponent:o,value:n,onChange:s,disabled:l,language:d,theme:p,editorDidMount:this.handleEditorMounted,editorFactory:this.editorFactory,options:(0,r.pi)((0,r.pi)({},c),{readOnly:l}),isDiffEditor:!0}))},t.defaultProps={language:"javascript",theme:"vs",options:{automaticLayout:!1,selectOnLineNumbers:!0,scrollBeyondLastLine:!1,folding:!0,minimap:{enabled:!1}},diffValue:""},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"updateContainerSize",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)({},l.defaultProps),t=(0,r.gn)([(0,i.xJW)({type:"diff-editor",sizeMutable:!1})],t)}(l)},30806:function(e,t,n){"use strict";n.d(t,{F:function(){return s}});var r=n(70655),a=n(67294),i=n(34594),o=n(86102),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),(0,r.gn)([(0,i.Thl)({type:"fieldset",weight:-100,name:"fieldset"})],t)}(function(e){function t(t){var n=e.call(this,t)||this;return n.renderBody=n.renderBody.bind(n),n}return(0,r.ZT)(t,e),t.prototype.renderBody=function(){var e=this.props,t=e.body;e.collapsable;var n=e.horizontal,r=e.render,i=e.mode,o=e.formMode,s=e.classnames,l=e.store,u=e.formClassName,c=e.disabled,d=e.formHorizontal,p=e.subFormMode,h=e.subFormHorizontal,f={store:l,data:l.data,render:r,disabled:c,formMode:p||o,formHorizontal:h||d};return i&&(f.mode=i),n&&(f.horizontal=n),a.createElement("div",{className:s("Form--".concat(f.mode||o||"normal"),u)},t?r("body",t,f):null)},t.prototype.render=function(){var e=this.props;e.controls;var t=e.className;e.mode;var n=e.body,i=(0,r._T)(e,["controls","className","mode","body"]);return a.createElement(o.Z,(0,r.pi)({},i,{body:n,className:t,children:this.renderBody,wrapperComponent:"fieldset",headingComponent:"bottom"===i.titlePosition?"div":"legend"}))},t.defaultProps={titlePosition:"top",headingClassName:"",collapsable:!1},t.propsList=["collapsable","collapsed","collapseTitle","titlePosition","collapseTitle"],t}(a.Component))},96779:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.inited=!1,t}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.formInited,n=e.initSet,r=e.addHook;this.unHook=r?r(this.handleFormInit,"init"):void 0,!1!==t&&(this.inited=!0,!1===n||this.initSet())},t.prototype.componentDidUpdate=function(e){var t=this.props,n=t.formInited,r=t.initSet,a=t.autoSet;this.inited?!1===a||this.autoSet(e):void 0===n&&(this.inited=!0,!1===r||this.initSet())},t.prototype.componentWillUnmount=function(){var e;null===(e=this.unHook)||void 0===e||e.call(this)},t.prototype.handleFormInit=function(e){this.inited=!0;var t=this.props,n=t.name;if(!1!==t.initSet){var r=this.initSet();"string"==typeof n&&void 0!==r&&(0,i.NI0)(e,n,r)}},t.prototype.initSet=function(){var e=this.props,t=e.formula,n=e.data,r=e.setPrinstineValue;e.initSet;var a=e.condition;if(t&&(!a||~a.indexOf("$")||~a.indexOf("<%")||(0,i.qZw)(a,n))){var o=(0,i.qZw)(t,n);return null!==o&&(null==r||r(o)),o}},t.prototype.autoSet=function(e){var t=this.props,n=e.formula,r=e.data,a=e.onChange,o=e.value,s=e.condition;if(n&&t.formula&&(0,i.RjM)(r,t.data,!1)&&o===t.value){var l=(0,i.qZw)(t.formula,t.data);if(s&&t.condition)~s.indexOf("$")||~s.indexOf("<%")?(0,i.hXT)(s,r)!==(0,i.hXT)(t.condition,t.data)&&a(l):(0,i.qZw)(t.condition,t.data)&&a(l);else{var u=(0,i.qZw)(n,r);JSON.stringify(u)!==JSON.stringify(l)&&a(null!=l?l:"")}}},t.prototype.doAction=function(){var e=this.props,t=e.formula,n=e.data,r=e.onChange;e.autoSet,e.value,r((0,i.qZw)(t,n))},t.prototype.render=function(){return null},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleFormInit",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.xJW)({type:"formula",wrap:!1,strictMode:!1,sizeMutable:!1})],t)}(o)},14477:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594);!function(e){function t(t){var n=e.call(this,t)||this;return n.renderInput=n.renderInput.bind(n),n}(0,r.ZT)(t,e),t.prototype.renderControl=function(e,t,n){var a=this.props,i=a.render,o=a.disabled;a.data;var s=a.mode,l=a.horizontal,u=a.formMode,c=a.formHorizontal,d=a.subFormMode,p=a.subFormHorizontal;if(!e)return null;var h=e;return i("".concat(t),h,(0,r.pi)({disabled:e.disabled||o,formMode:d||s||u,formHorizontal:p||l||c},n))},t.prototype.renderVertical=function(e){var t=this;void 0===e&&(e=this.props);var n=e.body,r=e.className;e.style;var o=e.classnames,s=e.mode,l=e.formMode,u=e.data;return l=s||l,Array.isArray(n)?a.createElement("div",{className:o("Form-group Form-group--ver Form-group--".concat(l),r)},n.map((function(e,n){return(0,i.pn4)(e,u)?t.renderControl(e,n,{key:n}):null}))):null},t.prototype.renderHorizontal=function(e){var t=this;void 0===e&&(e=this.props);var n=e.body,r=e.className;e.style;var o=e.classPrefix,s=e.classnames,l=e.mode,u=e.horizontal,c=e.formMode,d=e.formHorizontal,p=e.subFormMode,h=e.subFormHorizontal,f=e.data,m=e.gap;if(!Array.isArray(n))return null;c=p||l||c;var v=h||u||(d?(0,i.HTu)(d,n.filter((function(e){return"inline"!==(null==e?void 0:e.mode)&&(0,i.pn4)(e,f)})).length):void 0);return a.createElement("div",{className:s("Form-group Form-group--hor Form-group--".concat(c),m?"Form-group--".concat(m):"",r)},n.map((function(e,n){if(!(0,i.pn4)(e,f))return null;var r=(null==e?void 0:e.mode)||c;if("inline"===r||(null==e?void 0:e.type)&&["formula","hidden"].includes(e.type))return t.renderControl(e,n,{key:n,className:s(e.className,e.columnClassName)});var l=e.columnRatio||(0,i.Y2S)(e&&e.columnClassName,!0);return a.createElement("div",{key:n,className:s("".concat(o,"Form-groupColumn"),l?"".concat(o,"Form-groupColumn--").concat(l):"",e&&e.columnClassName)},t.renderControl(e,n,{formHorizontal:v,formMode:r}))})))},t.prototype.renderInput=function(e){return void 0===e&&(e=this.props),"vertical"===e.direction?this.renderVertical(e):this.renderHorizontal(e)},t.prototype.render=function(){var e=this.props,t=e.label,n=(0,r._T)(e,["label"]);return void 0!==t?a.createElement(i.$lH,(0,r.pi)({},n,{sizeMutable:!1,label:t,renderControl:this.renderInput})):this.renderInput()},t=(0,r.gn)([(0,i.Thl)({type:"group"}),(0,r.w6)("design:paramtypes",[Object])],t)}(a.Component)},36561:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){return null},t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.xJW)({type:"hidden",wrap:!1,sizeMutable:!1})],t)}(o)},21424:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(94184),o=n.n(i),s=n(90233),l=n(27537),u=n.n(l),c=n(21261),d=n(34594),p=n(24293),h=n(23034),f=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={isOpen:!1,inputValue:"",isFocused:!1,vendorIndex:0},t}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props;e.value!==t.value&&this.setState({inputValue:""})},t.prototype.changeVendor=function(e){this.setState({vendorIndex:e},this.formatOptions)},t.prototype.formatOptions=function(){var e=this.state.vendorIndex||0,t=p.U[e],n=t.prefix;return t.icons.map((function(e){return{label:n+e,value:n+e}}))},t.prototype.getVendors=function(){return p.U.map((function(e){return e.name}))},t.prototype.inputRef=function(e){this.input=e},t.prototype.focus=function(){if(this.input){this.input.focus();var e=this.input.value.length;e&&this.input.setSelectionRange(e,e)}},t.prototype.handleClick=function(){this.props.disabled||(this.focus(),this.setState({isOpen:!0}))},t.prototype.handleFocus=function(e){this.setState({isOpen:!0,isFocused:!0}),this.props.onFocus&&this.props.onFocus(e)},t.prototype.handleBlur=function(e){var t=this.props,n=t.onBlur,r=t.trimContents,a=t.value,i=t.onChange;this.setState({isFocused:!1},(function(){r&&a&&"string"==typeof a&&i(a.trim())})),n&&n(e)},t.prototype.handleInputChange=function(e){var t=e.currentTarget.value;this.setState({inputValue:t})},t.prototype.handleKeyDown=function(e){if("backspace"===u()(e.keyCode)){var t=this.props.onChange;this.state.inputValue||(t(""),this.setState({inputValue:""}))}},t.prototype.handleChange=function(e){var t=this.props,n=t.onChange;t.disabled||(n(e),this.setState({isFocused:!1,inputValue:""}))},t.prototype.handleStateChange=function(e){switch(e.type){case c.ZP.stateChangeTypes.itemMouseEnter:case c.ZP.stateChangeTypes.changeInput:this.setState({isOpen:!0});break;default:var t={};void 0!==e.isOpen&&(t.isOpen=e.isOpen),this.state.isOpen&&!1===e.isOpen&&(t.inputValue=""),this.setState(t)}},t.prototype.handleClear=function(){var e=this,t=this.props,n=t.onChange,r=t.resetValue;null==n||n(r),this.setState({inputValue:r,isFocused:!0},(function(){e.focus()}))},t.prototype.renderFontIcons=function(){var e=this,t=this.props,n=t.className,i=t.inputOnly,o=t.placeholder,l=t.classnames,u=t.name,d=t.value,p=t.noDataTip,f=t.disabled,m=t.clearable,v=t.translate,g=this.formatOptions(),y=this.getVendors();return a.createElement(c.ZP,{isOpen:this.state.isOpen,inputValue:this.state.inputValue,onChange:this.handleChange,onOuterClick:this.handleBlur,onStateChange:this.handleStateChange,selectedItem:[d]},(function(t){var c=t.getInputProps,b=t.getItemProps,w=t.isOpen,_=t.inputValue,C=_&&w?(0,s.Lu)(g,_,{keys:["label","value"]}):g;return a.createElement("div",{className:l("IconPickerControl-input IconPickerControl-input--withAC",i?n:"",{"is-opened":w}),onClick:e.handleClick},a.createElement("div",{className:l("IconPickerControl-valueWrap")},!o||d||e.state.inputValue?null:a.createElement("div",{className:l("IconPickerControl-placeholder")},o),!d||_&&w?null:a.createElement("div",{className:l("IconPickerControl-value")},a.createElement("i",{className:l(d)}),"string"==typeof d?d:""),a.createElement("input",(0,r.pi)({},c({name:u,ref:e.inputRef,onFocus:e.handleFocus,onChange:e.handleInputChange,onKeyDown:e.handleKeyDown,value:e.state.inputValue}),{autoComplete:"off",disabled:f,size:10})),m&&!f&&d?a.createElement("a",{onClick:e.handleClear,className:l("IconPickerControl-clear")},a.createElement(h.JO,{icon:"input-clear",className:"icon"})):null),w?a.createElement("div",{className:l("IconPickerControl-sugsPanel")},y.length>1?a.createElement("div",{className:l("IconPickerControl-tabs")},y.map((function(t,n){return a.createElement("div",{className:l("IconPickerControl-tab",{active:e.state.vendorIndex===n}),onClick:function(){return e.changeVendor(n)},key:n},t)}))):null,C.length?a.createElement("div",{className:l("IconPickerControl-sugs",y.length>1?"IconPickerControl-multiVendor":"IconPickerControl-singleVendor")},C.map((function(e,t){return a.createElement("div",(0,r.pi)({},b({item:e.value,className:l("IconPickerControl-sugItem",{"is-active":d===e.value})}),{key:t}),a.createElement("i",{className:l("".concat(e.value)),title:"".concat(e.value)}))}))):a.createElement("div",{className:l(y.length>1?"IconPickerControl-multiVendor":"IconPickerControl-singleVendor")},v(p))):null)}))},t.prototype.render=function(){var e=this.props,t=e.className;e.style;var n=e.classPrefix,r=e.inputOnly,i=e.disabled,s=this.renderFontIcons();return r?s:a.createElement("div",{className:o()(t,"".concat(n,"IconPickerControl"),{"is-focused":this.state.isFocused,"is-disabled":i})},s)},t.defaultProps={resetValue:"",placeholder:"",noDataTip:"placeholder.noData"},(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"changeVendor",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"formatOptions",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getVendors",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"inputRef",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"focus",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClick",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleFocus",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleBlur",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleInputChange",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleKeyDown",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleChange",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleStateChange",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClear",null),t}(a.PureComponent);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,d.xJW)({type:"icon-picker"})],t)}(f)},24293:function(e,t,n){"use strict";n.d(t,{U:function(){return r}});var r=[{name:"Font Awesome 4.7",prefix:"fa fa-",icons:["slideshare","snapchat","snapchat-ghost","snapchat-square","soundcloud","spotify","stack-exchange","stack-overflow"]}]},17841:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(94184),o=n.n(i),s=n(90233),l=n(34594),u=n(23034),c=n(23279),d=n.n(c),p=n(13311),h=n.n(p),f=n(69522);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,l.xJW)({type:"icon-select"})],t)}(function(e){function t(t){var n=e.call(this,t)||this;return n.state={activeTypeIndex:0,showModal:!1,tmpCheckIconId:null,searchValue:"",isRefreshLoading:!1},n.handleSearchValueChange=d()(n.handleSearchValueChange.bind(n),300),n}return(0,r.ZT)(t,e),t.prototype.getValueBySvg=function(e){if(!e||"string"!=typeof e)return null;var t=void 0;if(f.svgIcons&&f.svgIcons.length)for(var n=0;n1?t.slice(0,1):t:null!=t?[t]:[];return a.createElement(o.Z,(0,r.pi)({},i,{scaffold:n,items:s,flat:!0,multiple:!0,multiLine:!1,ref:this.comboRef}))},t}(a.Component))},32810:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=n(35301),l=function(e){var t,n=e.value,r=e.db,a=e.delimiter,i=void 0===a?",":a,o={code:0,province:"",provinceCode:0,city:"",cityCode:0,district:"",districtCode:0,street:""};if(!r||!n)return o;var s=n&&n.code||"number"==typeof n&&n||"string"==typeof n&&/(\d{6})/.test(n)&&RegExp.$1;if(s&&r[s]){s=parseInt(s,10),o.code=s;var l=s-s%1e4;r[l]&&(o.provinceCode=l,o.province=r[l]);var u=s-s%100;u!==l&&r[u]?(o.cityCode=u,o.city=r[u]):~(null===(t=r.city[l])||void 0===t?void 0:t.indexOf(s))&&(o.cityCode=s,o.city=r[s]),s%100&&(o.district=r[s],o.districtCode=s)}return n&&n.street?o.street=n.street:"string"==typeof n&&~n.indexOf(i)&&(o.street=n.slice(n.indexOf(i)+i.length)),o},u=function(e){n.e(2835).then(n.bind(n,62835)).then(e)},c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={code:0,province:"",provinceCode:0,city:"",cityCode:0,district:"",districtCode:0,street:""},t}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=this;this.loadDb((function(){return e.syncIn()}))},t.prototype.componentDidUpdate=function(e){var t=this,n=this.props;n.value!==e.value&&this.loadDb((function(){return t.syncIn(n)}))},t.prototype.loadDb=function(e){var t=this;this.state.db?null==e||e():u((function(n){t.setState({db:(0,r.pi)((0,r.pi)({},n.default),{province:n.province,city:n.city,district:n.district})},e)}))},t.prototype.handleProvinceChange=function(e){this.setState(e?{province:e.label,provinceCode:e.value,city:"",cityCode:0,district:"",districtCode:0,street:"",code:e?e.value:0}:{code:0,province:"",provinceCode:0,city:"",cityCode:0,district:"",districtCode:0,street:""},this.syncOut)},t.prototype.handleCityChange=function(e){if(e.value%100)return this.handleDistrictChange(e,{cityCode:e.value});this.setState(e?{city:e.label,cityCode:e.value,district:"",districtCode:0,street:"",code:e.value}:{city:"",cityCode:0,district:"",districtCode:0,street:"",code:this.state.provinceCode},this.syncOut)},t.prototype.handleDistrictChange=function(e,t){void 0===t&&(t={}),this.setState(e?(0,r.pi)((0,r.pi)({},t),{district:e.label,districtCode:e.value,street:"",code:e.value}):(0,r.pi)((0,r.pi)({},t),{district:"",districtCode:0,street:"",code:this.state.cityCode}),this.syncOut)},t.prototype.handleStreetChange=function(e){this.setState({street:e.currentTarget.value})},t.prototype.handleStreetEnd=function(){this.syncOut()},t.prototype.syncIn=function(e){void 0===e&&(e=this.props);var t=this.state.db,n=e.value,r=e.delimiter;t&&this.setState(l({value:n,delimiter:r,db:t}))},t.prototype.syncOut=function(){var e=this.props,t=e.onChange,n=e.allowStreet,r=e.joinValues,a=e.extractValue,i=e.delimiter,o=this.state,s=o.code,l=o.province,u=o.city,c=o.district,d=o.street,p=o.provinceCode,h=o.cityCode,f=o.districtCode;t((void 0===a?r:a)?s?n&&d?[s,d].join(i):String(s):"":{code:s,provinceCode:p,province:l,cityCode:h,city:u,districtCode:f,district:c,street:d})},t.prototype.render=function(){var e,t,n=this.props,r=n.classnames,i=n.className;n.style;var s=n.disabled,l=n.allowCity,u=n.allowDistrict,c=n.allowStreet,d=n.searchable,p=n.translate,h=n.loadingConfig,f=this.state,m=f.provinceCode,v=f.cityCode,g=f.districtCode,y=f.street,b=f.db;return b?a.createElement("div",{className:r("CityPicker",i)},a.createElement(o.Ph,{searchable:d,disabled:s,options:b.province.map((function(e){return{label:b[e],value:e}})),value:m||"",onChange:this.handleProvinceChange}),l&&b.city[m]&&b.city[m].length?a.createElement(o.Ph,{searchable:d,disabled:s,options:b.city[m].map((function(e){return{label:b[e],value:e}})),value:v||"",onChange:this.handleCityChange}):null,v&&u&&(null===(t=null===(e=b.district[m])||void 0===e?void 0:e[v])||void 0===t?void 0:t.length)?a.createElement(o.Ph,{searchable:d,disabled:s,options:b.district[m][v].map((function(e){return{label:b[e],value:e}})),value:g||"",onChange:this.handleDistrictChange}):null,c&&m?a.createElement("input",{className:r("CityPicker-input"),value:y||"",onChange:this.handleStreetChange,onBlur:this.handleStreetEnd,placeholder:p("City.street"),disabled:s}):null):a.createElement(o.$j,{show:!0,size:"sm",loadingConfig:h})},t.defaultProps={joinValues:!0,extractValue:!0,delimiter:",",allowCity:!0,allowDistrict:!0,allowStreet:!1},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleProvinceChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleCityChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleDistrictChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleStreetChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleStreetEnd",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"syncIn",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"syncOut",null),t}(a.Component),d=(0,i.YYN)((0,i.eAU)(c)),p=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={db:null},t}return(0,r.ZT)(t,e),t.prototype.doAction=function(e,t,n){var r=this.props,a=r.resetValue,i=r.onChange,o=null==e?void 0:e.actionType;"clear"===o?i(""):"reset"===o&&i(null!=a?a:"")},t.prototype.handleChange=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,o;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.dispatchEvent,a=t.onChange,[4,n("change",(0,i.vXk)(this.props,{value:e},"value"))];case 1:return(null==(o=r.sent())?void 0:o.prevented)||a(e),[2]}}))}))},t.prototype.renderStatic=function(e){var t=this;void 0===e&&(e="");var n=this.props,i=n.value,s=n.delimiter,c=n.loadingConfig;if(!this.state.db)return u((function(e){t.setState({db:(0,r.pi)((0,r.pi)({},e.default),{province:e.province,city:e.city,district:e.district})})})),a.createElement(o.$j,{size:"sm",show:!0,loadingConfig:c});if(!i)return a.createElement(a.Fragment,null,e);var d=l({value:i,delimiter:s,db:this.state.db}),p=d.province,h=d.city,f=d.district,m=d.street;return a.createElement(a.Fragment,null,[p,h,f,m].filter((function(e){return!!e})).join(s))},t.prototype.render=function(){var e=this.props,t=e.value,n=e.allowCity,r=e.allowDistrict,s=e.extractValue,l=e.joinValues,u=e.allowStreet,c=e.disabled,p=e.searchable,h=e.env,f=e.useMobileUI;return f&&(0,i.tqC)()?a.createElement(o.q9,{value:t,popOverContainer:h&&h.getModalContainer?h.getModalContainer:void 0,onChange:this.handleChange,allowCity:n,allowDistrict:r,extractValue:s,joinValues:l,allowStreet:u,disabled:c,useMobileUI:f}):a.createElement(d,{searchable:p,value:t,onChange:this.handleChange,allowCity:n,allowDistrict:r,extractValue:s,joinValues:l,allowStreet:u,disabled:c})},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object,Boolean]),(0,r.w6)("design:returntype",void 0)],t.prototype,"doAction",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleChange",null),(0,r.gn)([(0,s.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.xJW)({type:"input-city",sizeMutable:!1})],t)}(p)},12429:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(94184),o=n.n(i),s=n(34594),l=n(35301),u=a.lazy((function(){return Promise.all([n.e(3565),n.e(1614)]).then(n.bind(n,11614))})),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={open:!1},t}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.className;e.style;var n=e.classPrefix,i=e.value,l=e.env;e.static;var c=e.useMobileUI,d=(0,r._T)(e,["className","style","classPrefix","value","env","static","useMobileUI"]),p=c&&(0,s.tqC)();return a.createElement("div",{className:o()("".concat(n,"ColorControl"),t)},a.createElement(a.Suspense,{fallback:a.createElement("div",null,"...")},a.createElement(u,(0,r.pi)({classPrefix:n},d,{useMobileUI:c,popOverContainer:p&&l&&l.getModalContainer?l.getModalContainer:p?void 0:d.popOverContainer,value:i||""}))))},t.defaultProps={format:"hex",clearable:!0},(0,r.gn)([(0,l.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.PureComponent);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,s.xJW)({type:"input-color"})],t)}(c)},22831:function(e,t,n){"use strict";n.d(t,{K:function(){return d}});var r=n(70655),a=n(67294),i=n(34594),o=n(30381),s=n.n(o),l=(n(83839),n(23034)),u=n(35301),c=function(e){function t(t){var n=e.call(this,t)||this;n.placeholder="";var r=t.minDate,a=t.maxDate,o=t.value,l=t.defaultValue,u=t.setPrinstineValue,c=t.data,d=t.format,p=t.utc;if(l&&o===l){var h=(0,i.kXI)(l,c,d);u((p?s().utc(h):h).format(d))}var f=t.schedules;if("string"==typeof f){var m=(0,i.OgC)(f,c,"| raw");Array.isArray(m)&&(f=m)}return n.state={minDate:r?(0,i.kXI)(r,c,d):void 0,maxDate:a?(0,i.kXI)(a,c,d):void 0,schedules:f},n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props;if(e.defaultValue!==t.defaultValue){var n=(0,i.kXI)(t.defaultValue,t.data,t.format);t.setPrinstineValue((t.utc?s().utc(n):n).format(t.format))}if(e.minDate===t.minDate&&e.maxDate===t.maxDate&&e.data===t.data||this.setState({minDate:t.minDate?(0,i.kXI)(t.minDate,t.data,this.props.format):void 0,maxDate:t.maxDate?(0,i.kXI)(t.maxDate,t.data,this.props.format):void 0}),(0,i.aGv)(["schedules","data"],e,t)&&"string"==typeof t.schedules&&(0,i.SSQ)(t.schedules)){var r=(0,i.OgC)(t.schedules,t.data,"| raw"),a=(0,i.OgC)(e.schedules,e.data,"| raw");Array.isArray(r)&&a!==r&&this.setState({schedules:r})}},t.prototype.onScheduleClick=function(e){var t=this.props,n=t.scheduleAction,r=t.onAction,a=t.data,o=t.translate,s={actionType:"dialog",dialog:{title:o("Schedule"),actions:[],closeOnEsc:!0,body:{type:"table",columns:[{name:"time",label:o("Time")},{name:"content",label:o("Content")}],data:"${scheduleData}"}}};r&&r(null,n||s,(0,i.nW9)(a,e))},t.prototype.getRef=function(e){for(;e&&e.getWrappedInstance;)e=e.getWrappedInstance();this.dateRef=e},t.prototype.dispatchEvent=function(e){var t=this.props,n=t.dispatchEvent,r=t.value;n(e,(0,i.vXk)(this.props,{value:r},"value"))},t.prototype.doAction=function(e,t,n){var r,a,i=this.props.resetValue;"clear"!==e.actionType?"reset"===e.actionType&&i&&(null===(a=this.dateRef)||void 0===a||a.reset(i)):null===(r=this.dateRef)||void 0===r||r.clear()},t.prototype.handleChange=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n;return(0,r.Jh)(this,(function(r){return t=this.props.dispatchEvent,(null==(n=t("change",(0,i.vXk)(this.props,{value:e},"value")))?void 0:n.prevented)||this.props.onChange(e),[2]}))}))},t.prototype.render=function(){var e=this.props,t=e.className;e.style,e.defaultValue,e.defaultData;var n=e.classnames;e.minDate,e.maxDate;var o=e.type,s=e.format,u=e.timeFormat,c=e.valueFormat,d=e.env,p=e.largeMode;e.render;var h=e.useMobileUI,f=e.placeholder,m=(0,r._T)(e,["className","style","defaultValue","defaultData","classnames","minDate","maxDate","type","format","timeFormat","valueFormat","env","largeMode","render","useMobileUI","placeholder"]),v=h&&(0,i.tqC)();return"time"===o&&u&&(s=u),a.createElement("div",{className:n("DateControl",{"is-date":/date$/.test(o),"is-datetime":/datetime$/.test(o)},t)},a.createElement(l.Mt,(0,r.pi)({},m,{placeholder:null!=f?f:this.placeholder,useMobileUI:h,popOverContainer:v&&d&&d.getModalContainer?d.getModalContainer:v?void 0:m.popOverContainer,timeFormat:u,format:c||s},this.state,{classnames:n,onRef:this.getRef,schedules:this.state.schedules,largeMode:p,onScheduleClick:this.onScheduleClick.bind(this),onChange:this.handleChange,onFocus:this.dispatchEvent,onBlur:this.dispatchEvent})))},t.defaultProps={format:"X",viewMode:"days",inputFormat:"YYYY-MM-DD",timeConstraints:{minutes:{step:1}},clearable:!0},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getRef",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"dispatchEvent",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleChange",null),(0,r.gn)([(0,u.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.PureComponent),d=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.placeholder=t.props.translate("Date.placeholder"),t}return(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)((0,r.pi)({},c.defaultProps),{dateFormat:"YYYY-MM-DD",timeFormat:"",strictMode:!1}),(0,r.gn)([(0,i.xJW)({type:"input-date",weight:-150})],t)}(c);!function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.placeholder=t.props.translate("DateTime.placeholder"),t}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)((0,r.pi)({},c.defaultProps),{inputFormat:"YYYY-MM-DD HH:mm:ss",dateFormat:"LL",timeFormat:"HH:mm:ss",closeOnSelect:!1,strictMode:!1}),t=(0,r.gn)([(0,i.xJW)({type:"input-datetime"})],t)}(c),function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.placeholder=t.props.translate("Time.placeholder"),t}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)((0,r.pi)({},c.defaultProps),{inputFormat:"HH:mm",dateFormat:"",timeFormat:"HH:mm",viewMode:"time",closeOnSelect:!1}),t=(0,r.gn)([(0,i.xJW)({type:"input-time"})],t)}(c),function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.placeholder=t.props.translate("Month.placeholder"),t}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)((0,r.pi)({},c.defaultProps),{inputFormat:"YYYY-MM",dateFormat:"MM",timeFormat:"",viewMode:"months",closeOnSelect:!0,strictMode:!1}),t=(0,r.gn)([(0,i.xJW)({type:"input-month"})],t)}(c),function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.placeholder=t.props.translate("Quarter.placeholder"),t}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)((0,r.pi)({},c.defaultProps),{inputFormat:"YYYY [Q]Q",dateFormat:"YYYY [Q]Q",timeFormat:"",viewMode:"quarters",closeOnSelect:!0,strictMode:!1}),t=(0,r.gn)([(0,i.xJW)({type:"input-quarter"})],t)}(c),function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.placeholder=t.props.translate("Year.placeholder"),t}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)((0,r.pi)({},c.defaultProps),{inputFormat:"YYYY",dateFormat:"YYYY",timeFormat:"",viewMode:"years",closeOnSelect:!0,strictMode:!1}),t=(0,r.gn)([(0,i.xJW)({type:"input-year"})],t)}(c)},93093:function(e,t,n){"use strict";n.d(t,{Z:function(){return c}});var r=n(70655),a=n(67294),i=n(34594),o=n(94184),s=n.n(o),l=(n(83839),n(23034)),u=n(35301),c=function(e){function t(t){var n=e.call(this,t)||this,r=t.defaultValue,a=t.setPrinstineValue,o=t.delimiter,s=t.format,u=t.data,c=t.value,d=t.joinValues,p=t.utc;if(r&&c===r){var h="string"==typeof r?r.split(o):r;a(l.Dw.formatValue({startDate:(0,i.kXI)(h[0],u,s),endDate:(0,i.kXI)(h[1],u,s)},s,d,o,p))}return n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props,n=t.defaultValue,r=t.delimiter,a=t.joinValues,o=t.setPrinstineValue,s=t.data,u=t.utc,c=t.format;if(e.defaultValue!==n){var d="string"==typeof n?n.split(r):n;o(d?l.Dw.formatValue({startDate:(0,i.kXI)(d[0],s,c),endDate:(0,i.kXI)(d[1],s,c)},c,a,r,u):void 0)}},t.prototype.getRef=function(e){for(;e&&e.getWrappedInstance;)e=e.getWrappedInstance();this.dateRef=e},t.prototype.dispatchEvent=function(e){var t=this.props,n=t.dispatchEvent;t.data;var r=t.value;n(e,(0,i.vXk)(this.props,{value:r},"value"))},t.prototype.doAction=function(e,t,n){var r,a,i=this.props.resetValue;"clear"!==e.actionType?"reset"===e.actionType&&i&&(null===(a=this.dateRef)||void 0===a||a.reset()):null===(r=this.dateRef)||void 0===r||r.clear()},t.prototype.handleChange=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a;return(0,r.Jh)(this,(function(r){return t=this.props,n=t.dispatchEvent,t.data,(null==(a=n("change",(0,i.vXk)(this.props,{value:e},"value")))?void 0:a.prevented)||this.props.onChange(e),[2]}))}))},t.prototype.render=function(){var e,t=this,n=this.props,o=n.className;n.style;var u=n.classPrefix;n.defaultValue,n.defaultData;var c=n.minDate,d=n.maxDate,p=n.minDuration,h=n.maxDuration,f=n.data,m=n.format,v=n.env,g=n.useMobileUI,y=(0,r._T)(n,["className","style","classPrefix","defaultValue","defaultData","minDate","maxDate","minDuration","maxDuration","data","format","env","useMobileUI"]),b=g&&(0,i.tqC)(),w=null===(e=this.props)||void 0===e?void 0:e.type;return a.createElement("div",{className:s()("".concat(u,"DateRangeControl"),{"is-date":/date-/.test(w),"is-datetime":/datetime-/.test(w)},o)},a.createElement(l.Dw,(0,r.pi)({},y,{useMobileUI:g,classPrefix:u,popOverContainer:b&&v&&v.getModalContainer?v.getModalContainer:b?void 0:y.popOverContainer,onRef:this.getRef,data:f,format:m,minDate:c?(0,i.kXI)(c,f,m):void 0,maxDate:d?(0,i.kXI)(d,f,m):void 0,minDuration:p?(0,i.RAA)(p):void 0,maxDuration:h?(0,i.RAA)(h):void 0,onChange:this.handleChange,onFocus:function(){return t.dispatchEvent("focus")},onBlur:function(){return t.dispatchEvent("blur")}})))},t.defaultProps={format:"X",joinValues:!0,delimiter:",",animation:!0},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getRef",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"dispatchEvent",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleChange",null),(0,r.gn)([(0,u.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)((0,r.pi)({},c.defaultProps),{timeFormat:""}),t=(0,r.gn)([(0,i.xJW)({type:"input-date-range"})],t)}(c),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)((0,r.pi)({},c.defaultProps),{timeFormat:"HH:mm",inputFormat:"YYYY-MM-DD HH:mm"}),t=(0,r.gn)([(0,i.xJW)({type:"input-datetime-range",sizeMutable:!1})],t)}(c),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)((0,r.pi)({},c.defaultProps),{format:"HH:mm",timeFormat:"HH:mm",inputFormat:"HH:mm",viewMode:"time",ranges:""}),t=(0,r.gn)([(0,i.xJW)({type:"input-time-range",sizeMutable:!1})],t)}(c)},66249:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(13356),o=n(34594),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={filename:""},t}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){e.value===this.props.value||this.props.value||this.setState({filename:""})},t.prototype.handleDrop=function(e){var t=this,a=this.props,i=a.allSheets,o=a.onChange,s=a.parseImage,l=e[0],u=new FileReader;u.readAsArrayBuffer(l),u.onload=function(){return(0,r.mG)(t,void 0,void 0,(function(){var t=this;return(0,r.Jh)(this,(function(a){return u.result&&n.e(4295).then(n.t.bind(n,74295,23)).then((function(n){return(0,r.mG)(t,void 0,void 0,(function(){var t,a,l,c,d,p=this;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return this.ExcelJS=n,[4,(t=new n.Workbook).xlsx.load(u.result)];case 1:return r.sent(),a=[],i?t.eachSheet((function(e){s?a.push({sheetName:e.name,data:p.readWorksheet(e),images:p.readImages(e,t)}):a.push({sheetName:e.name,data:p.readWorksheet(e)})})):(l=t.worksheets[0],s?(c=this.readImages(l,t),a={data:this.readWorksheet(l),images:c}):a=this.readWorksheet(l)),[4,this.dispatchEvent("change",a)];case 2:return(null==(d=r.sent())?void 0:d.prevented)||(o(a),this.setState({filename:e[0].name})),[2]}}))}))})),[2]}))}))}},t.prototype.readImages=function(e,t){var n,a,i=this.props.imageDataURI,o=e.getImages(),s=[];try{for(var l=(0,r.XA)(o),u=l.next();!u.done;u=l.next()){var c=u.value,d=t.getImage(+c.imageId),p=this.encodeBase64Bytes(d.buffer);if(i){var h=d.extension||"png";s.push("data:image/".concat(h,";base64,")+p)}else s.push(p)}}catch(e){n={error:e}}finally{try{u&&!u.done&&(a=l.return)&&a.call(l)}finally{if(n)throw n.error}}return s},t.prototype.encodeBase64Bytes=function(e){return btoa(e.reduce((function(e,t){return e+String.fromCharCode(t)}),""))},t.prototype.dispatchEvent=function(e,t){return(0,r.mG)(this,void 0,void 0,(function(){var n,a;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return n=this.props,a=n.dispatchEvent,n.data,[4,a(e,(0,o.vXk)(this.props,{value:t},"value"))];case 1:return[2,r.sent()]}}))}))},t.prototype.isRichTextValue=function(e){return!!(e&&(0,o.Kn2)(e)&&e.hasOwnProperty("richText")&&Array.isArray(null==e?void 0:e.richText))},t.prototype.richText2PlainString=function(e,t){return void 0===t&&(t=!1),e.richText.map((function(e){var n=e.text,r=e.font,a=void 0===r?{}:r,i=n;if(t){var o="",s=(null==a?void 0:a.bold)?"strong":(null==a?void 0:a.italic)?"em":"superscript"===(null==a?void 0:a.vertAlign)?"sup":"subscript"===(null==a?void 0:a.vertAlign)?"sub":"span";(null==a?void 0:a.strike)?o+="text-decoration: line-through;":(null==a?void 0:a.underline)&&(o+="text-decoration: underline;"),(null==a?void 0:a.outline)&&(o+="outline: solid;"),(null==a?void 0:a.size)&&(o+="font-size: ".concat(a.size,"px;")),i="<".concat(s," ").concat(o?"style=".concat(o):"",">").concat(n,"")}return i})).join("")},t.prototype.readWorksheet=function(e){var t=this,n=[],r=this.props,a=r.parseMode,i=r.plainText,o=r.includeEmpty;if("array"===a)return e.eachRow((function(e,t){var r=e.values;r.shift(),n.push(r)})),n;var s=[];return e.eachRow((function(e,r){var a;if(1==r)s=(null!==(a=e.values)&&void 0!==a?a:[]).map((function(e){return t.isRichTextValue(e)?t.richText2PlainString(e):e}));else{var l={};o&&s.forEach((function(e){l[e]=""})),e.eachCell((function(e,n){if(s[n]){var r=e.value;if(i){var a=t.ExcelJS.ValueType;e.type===a.Hyperlink?r=e.value.hyperlink:e.type===a.Formula?r=e.value.result:e.type===a.RichText?r=e.value.richText.map((function(e){return e.text})).join(""):e.type===a.Error&&(r="")}l[s[n]]=r}})),n.push(l)}})),n},t.prototype.doAction=function(e,t,n){var r=null==e?void 0:e.actionType,a=this.props,i=a.onChange,o=a.resetValue;"clear"===r?i(""):"reset"===r&&i(null!=o?o:"")},t.prototype.render=function(){var e=this,t=this.props,n=t.className,o=t.classnames;t.classPrefix;var s=t.disabled,l=t.translate,u=t.placeholder;return a.createElement("div",{className:o("ExcelControl",n)},a.createElement(i.ZP,{key:"drop-zone",onDrop:this.handleDrop,accept:".xlsx",multiple:!1,disabled:s},(function(t){var i=t.getRootProps,s=t.getInputProps;return a.createElement("section",{className:o("ExcelControl-container",n)},a.createElement("div",(0,r.pi)({},i({className:o("ExcelControl-dropzone")})),a.createElement("input",(0,r.pi)({},s())),e.state.filename?l("Excel.parsed",{filename:e.state.filename}):a.createElement("p",null,null!=u?u:l("Excel.placeholder"))))})))},t.defaultProps={allSheets:!1,parseMode:"object",includeEmpty:!0,plainText:!0,parseImage:!1,imageDataURI:!0},(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Array]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleDrop",null),t}(a.PureComponent);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,o.xJW)({type:"input-excel"})],t)}(s)},15623:function(e,t,n){"use strict";n.d(t,{KD:function(){return y},nN:function(){return g}});var r=n(70655),a=n(67294),i=n(34594),o=n(13311),s=n.n(o),l=n(68630),u=n.n(l),c=n(23034),d=n(13356),p=n(82492),h=n.n(p),f=n(57557),m=n.n(f),v=function(e){return e.stopPropagation()};function g(e){return/(?:\/|^)([^\/]+?)$/.test(e)?decodeURIComponent(RegExp.$1):e}var y=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),(0,r.gn)([(0,i.xJW)({type:"input-file",sizeMutable:!1,renderDescription:!1,shouldComponentUpdate:function(e,t){return!!(0,i.X1t)(e.receiver,e.data)&&((0,i.rMT)(e.receiver,t.receiver,e.data,t.data)||(0,i.di8)(e.receiver,t.receiver,e.data,t.data))}})],t)}(function(e){function t(n){var r=e.call(this,n)||this;r.fileUploadCancelExecutors=[],r.dropzone=a.createRef();var i=n.value,o=n.valueField||"value",s=n.joinValues,l=n.delimiter,u=[];return r.initAutoFill=!!n.initAutoFill,i&&i instanceof Blob?u=[i]:i&&(u=(Array.isArray(i)?i:s?"".concat(i[o]||i).split(l):[i]).map((function(e){return t.valueToFile(e,n)})).filter((function(e){return e}))),r.state={files:u,uploading:!1},r.sendFile=r.sendFile.bind(r),r.removeFile=r.removeFile.bind(r),r.clearError=r.clearError.bind(r),r.handleDrop=r.handleDrop.bind(r),r.handleDropRejected=r.handleDropRejected.bind(r),r.startUpload=r.startUpload.bind(r),r.stopUpload=r.stopUpload.bind(r),r.retry=r.retry.bind(r),r.toggleUpload=r.toggleUpload.bind(r),r.tick=r.tick.bind(r),r.onChange=r.onChange.bind(r),r.uploadFile=r.uploadFile.bind(r),r.uploadBigFile=r.uploadBigFile.bind(r),r.handleSelect=r.handleSelect.bind(r),r.syncAutoFill=r.syncAutoFill.bind(r),r.downloadTpl=r.downloadTpl.bind(r),r}return(0,r.ZT)(t,e),t.valueToFile=function(e,t,n){var a,o,l=n&&"string"==typeof e?s()(n,(function(t){return t.value===e})):void 0,u=t.valueField||"value",c=t.urlField||"url",d=t.nameField||"name";return e?e instanceof File?((a={state:"ready"})[u]=e,a[c]=e,a[d]=e.name,a.id=(0,i.M8z)(),a):(0,r.pi)({},"string"==typeof e?((o={state:l&&l.state?l.state:"init"})[u]=e,o[c]=e,o[d]=l&&l.name||(/^data:/.test(e)?"base64数据":g(e)),o.id=(0,i.M8z)(),o):e):void 0},t.prototype.componentDidMount=function(){if(this.initAutoFill){var e=this.props,t=e.formInited,n=e.addHook;t||!n?this.syncAutoFill():n(this.syncAutoFill,"init")}},t.prototype.componentDidUpdate=function(e){var n=this,a=this.props;if(e.value!==a.value&&this.emitValue!==a.value){var i=a.value,o=a.joinValues,l=a.delimiter,u=[];i&&(u=(Array.isArray(i)?i:o&&"string"==typeof i?i.split(l):[i]).map((function(e){var i,o=t.valueToFile(e,a,n.state.files);return o&&(i=s()(n.state.files,(function(e){return e.value===o.value})))&&(o=(0,r.pi)((0,r.pi)((0,r.pi)({},i),o),{id:o.id||i.id})),o})).filter((function(e){return e}))),this.setState({files:u},!1!==a.formInited?this.syncAutoFill:void 0)}},t.prototype.handleDrop=function(e){var t=this;if(e.length){var n=this.props,r=n.maxSize,a=n.multiple,o=n.maxLength;n.translate,this.props.nameField;var s=a&&o?o-this.state.files.length:e.length,l=[];[].slice.call(e,0,s).forEach((function(e){r&&e.size>r?e.state="invalid":e.state="pending",e.id=(0,i.M8z)(),l.push(e)})),l.length&&this.setState({error:null,files:a?this.state.files.concat(l):l},(function(){t.props.autoUpload&&t.startUpload()}))}},t.prototype.handleDropRejected=function(e,t){if("change"===t.type||"drop"===t.type){var n=this.props;n.multiple;var a=n.env,o=n.accept,s=n.translate,l=this.props.nameField||"name",u=e.map((function(e){var t;return(0,r.pi)((0,r.pi)({},e.file),((t={state:"invalid",id:(0,i.M8z)()})[l]=e.file.name,t))}));a.alert(s("File.invalidType",{files:u.map((function(e){return"「".concat(e[l],"」")})).join(" "),accept:o}))}},t.prototype.handleClickFile=function(e,t){t.preventDefault(),t.stopPropagation();var n=this.props.downloadUrl,r=this.props.urlField||"url",a=this.props.valueField||"value",i=e[r]||e[a],o="string"!=typeof n||~n.indexOf("$")||"string"!=typeof i?n||void 0:"".concat(n).concat(i);o&&this.handleApi(o,e)},t.prototype.downloadTpl=function(e){e.preventDefault(),e.stopPropagation(),this.handleApi(this.props.templateUrl||"")},t.prototype.handleApi=function(e,t){var n,a,o=this.props,s=o.data,l=o.env;if(e){var u=(0,i.nW9)(s,(0,r.pi)({},t)),c=(0,i._6r)(e);"get"!==(null===(n=c.method)||void 0===n?void 0:n.toLowerCase())||c.data?(c.responseType=null!==(a=c.responseType)&&void 0!==a?a:"blob",l.fetcher(c,u,{responseType:"blob"})):window.open((0,i.xkX)(c,u).url)}},t.prototype.handleSelect=function(){var e=this.props,t=e.disabled,n=e.multiple,r=e.maxLength;!t&&!(n&&r&&this.state.files.length>=r)&&this.dropzone.current&&this.dropzone.current.open()},t.prototype.startUpload=function(e){void 0===e&&(e=!1),this.state.uploading||this.setState({uploading:!0,files:this.state.files.map((function(t){return e&&"error"===t.state&&(t.state="pending",t.progress=0),t}))},this.tick)},t.prototype.toggleUpload=function(e){return e.preventDefault(),this.state.uploading?this.stopUpload():this.startUpload()},t.prototype.stopUpload=function(){this.state.uploading&&this.setState({uploading:!1})},t.prototype.retry=function(){this.startUpload(!0)},t.prototype.tick=function(){var e=this;if(!this.current&&this.state.uploading){var t=this.props.translate,n=this.props.nameField||"name",a=s()(this.state.files,(function(e){return"pending"===e.state}));a?(this.current=a,a.state="uploading",this.setState({files:this.state.files.concat()},(function(){return e.sendFile(a,(function(t,r,a){var i=e.state.files.concat(),o=i.indexOf(r);if(~o){var s=r;t?(s.state="error",s.error=t):(s=a)[n]=s[n]||r.name,i.splice(o,1,s),e.current=null,e.setState({error:t||null,files:i},e.tick)}}),(function(t){var n=e.state.files.concat();~n.indexOf(a)&&(a.progress=t,e.setState({files:n}))}))}))):this.setState({uploading:!1},(function(){return(0,r.mG)(e,void 0,void 0,(function(){return(0,r.Jh)(this,(function(e){switch(e.label){case 0:return[4,this.onChange(!!this.resolve)];case 1:return e.sent(),this.resolve&&(this.resolve(this.state.files.some((function(e){return"error"===e.state}))?t("File.errorRetry"):null),this.resolve=void 0),[2]}}))}))}))}},t.prototype.sendFile=function(e,t,n){var a=this,i=this.props,o=i.receiver,s=i.fileField,l=i.useChunk,c=i.chunkSize,d=i.startChunkApi,p=i.chunkApi,h=i.finishChunkApi,f=i.asBase64,m=i.asBlob,v=i.data,g=i.translate,y=this.props.nameField||"name",b=this.props.valueField||"value";if(f){var w=new FileReader;return w.readAsDataURL(e),w.onload=function(){var n;e.state="ready",t(null,e,((n={})[b]=w.result,n[y]=e.name,n.state="ready",n.id=e.id,n))},void(w.onerror=function(e){return t(e.message)})}if(m)return e.state="ready",void setTimeout((function(){var n;return t(null,e,((n={})[y]=e.name,n[b]=e,n.state="ready",n.id=e.id,n))}),4);("auto"===l&&c&&e.size>c||!0===l?this.uploadBigFile:this.uploadFile)(e,o,{},{fieldName:s,chunkSize:c,startChunkApi:d,chunkApi:p,finishChunkApi:h,data:v},n).then((function(i){return(0,r.mG)(a,void 0,void 0,(function(){var a,o;return(0,r.Jh)(this,(function(s){switch(s.label){case 0:if(i.status&&"0"!==i.status||!i.data)throw new Error(i.msg||g("File.errorRetry"));return n(1),a=i.data.value||i.data.url||i.data,[4,this.dispatchEvent("success",(0,r.pi)((0,r.pi)({},e),{item:e,result:i.data,value:a}))];case 1:return(null==(o=s.sent())?void 0:o.prevented)||t(null,e,(0,r.pi)((0,r.pi)({},u()(i.data)?i.data:null),{value:a,state:"uploaded",id:e.id})),[2]}}))}))})).catch((function(n){return(0,r.mG)(a,void 0,void 0,(function(){var a;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.dispatchEvent("fail",{item:e,error:n})];case 1:return(null==(a=r.sent())?void 0:a.prevented)||t(n.message||g("File.errorRetry"),e),[2]}}))}))}))},t.prototype.removeFile=function(e,t){return(0,r.mG)(this,void 0,void 0,(function(){var n,a,i,o;return(0,r.Jh)(this,(function(s){switch(s.label){case 0:return n=this.state.files.concat(),a=n[t],[4,this.dispatchEvent("remove",(0,r.pi)((0,r.pi)({},a),{item:a}))];case 1:return(null==(i=s.sent())?void 0:i.prevented)||(this.removeFileCanelExecutor(e,!0),n.splice(t,1),(o=this.current===e)&&(this.current=null),this.setState({files:n},o?this.tick:this.onChange)),[2]}}))}))},t.prototype.clearError=function(){this.setState({error:null})},t.prototype.onChange=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,i,o,s,l,u,c,d,p,h;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.multiple,a=t.onChange,i=t.joinValues,o=t.extractValue,s=t.valueField,l=t.delimiter,u=t.resetValue,c=t.asBlob,t.autoFill,t.onBulkChange,d=this.state.files.filter((function(e){return~["uploaded","init","ready"].indexOf(e.state)})),(p=n?d:d[0])?o||c?p=Array.isArray(p)?p.map((function(e){return e[s||"value"]})):p[s||"value"]:i&&(p=Array.isArray(p)?p.map((function(e){return e[s||"value"]})).join(l||","):p[s||"value"]):p=void 0===u?"":u,[4,this.dispatchEvent("change")];case 1:return(null==(h=r.sent())?void 0:h.prevented)||(a(this.emitValue=p,void 0,e),this.syncAutoFill()),[2]}}))}))},t.prototype.syncAutoFill=function(){var e=this.props,t=e.autoFill,n=e.multiple,r=e.onBulkChange,a=e.data,o=e.name;if(!(null==t?void 0:t.hasOwnProperty("api"))){var s=m()(t,o||"");if(!(0,i.xbD)(s)&&r){var l=this.state.files.filter((function(e){return~["uploaded","init","ready"].indexOf(e.state)})),c=(0,i.buJ)(s,(0,i.nW9)(a,n?{items:l}:l[0]));Object.keys(c).forEach((function(e){u()(c[e])&&u()(a[e])&&(c[e]=h()({},a[e],c[e]))})),r(c)}}},t.prototype.uploadFile=function(e,t,n,a,o){return void 0===a&&(a={}),(0,r.mG)(this,void 0,void 0,(function(){var s,l;return(0,r.Jh)(this,(function(u){switch(u.label){case 0:s=new FormData,l=(0,i.xkX)(t,(0,i.nW9)(a.data,n),{method:"post"}),(0,i.mUA)((0,r.pi)((0,r.pi)({},l.data),n)).split("&").filter((function(e){return!!e})).forEach((function(e){var t=e.split("=");s.append(t[0],decodeURIComponent(t[1]))})),s.append(a.fieldName||"file",e),u.label=1;case 1:return u.trys.push([1,,3,4]),[4,this._send(e,l,s,{},o)];case 2:return[2,u.sent()];case 3:return this.removeFileCanelExecutor(e),[7];case 4:return[2]}}))}))},t.prototype.uploadBigFile=function(e,t,n,a,o){void 0===a&&(a={});var s,l=a.chunkSize||5242880,u=this.props.concurrency,c=this,d=this.props.translate,p=this.props.nameField||"name";return new Promise((function(t,h){var f,m,v=(0,i.xkX)(a.startChunkApi,(0,i.nW9)(a.data,(0,r.pi)((0,r.pi)({},n),((f={filename:e.name})[p]=e.name,f))),{method:"post",autoAppend:!0});function g(t,l){return function(u){var d=(0,i.xkX)(l.chunkApi,(0,i.nW9)(a.data,n),{method:"post"}),p=new FormData,h=u.file.slice(u.start,u.stop+1);return(0,i.mUA)((0,r.pi)((0,r.pi)({},d.data),n)).split("&").forEach((function(e){var t=e.split("=");p.append(t[0],decodeURIComponent(t[1]))})),p.append("key",t.key),p.append("uploadId",t.uploadId),p.append("partNumber",u.partNumber.toString()),p.append("partSize",u.partSize.toString()),p.append(a.fieldName||"file",h,e.name),c._send(e,d,p,{},(function(e){return function(e,t){s[e-1]=t,o(.2+s.reduce((function(e,t){return e+t}),0)/s.length*.7)}(u.partNumber,e)}),3).then((function(e){return t.loaded++,{partNumber:u.partNumber,eTag:e.data.eTag}}))}}c._send(e,v).then((function(f){return(0,r.mG)(this,void 0,void 0,(function(){var v,y,b,w=this;return(0,r.Jh)(this,(function(_){switch(_.label){case 0:if(o(.2),v=function(e){for(var t=e.size,n=0,r=1,a=[];t>0;){var i=Math.min(t,l);a.push({file:e,partNumber:r,partSize:i,start:n,stop:n+i-1}),t-=i,n+=i,r+=1}return a}(e),s=v.map((function(){return 0})),!f.data)throw new Error(d("File.uploadFailed"));m={key:f.data.key,uploadId:f.data.uploadId,loaded:0,total:v.length},y=[],_.label=1;case 1:return v.length?[4,Promise.all(v.splice(0,u).map((function(e){return(0,r.mG)(w,void 0,void 0,(function(){return(0,r.Jh)(this,(function(t){switch(t.label){case 0:return[4,g(m,a)(e)];case 1:return[2,t.sent()]}}))}))})))]:[3,3];case 2:return b=_.sent(),y=y.concat(b),[3,1];case 3:return function(s,l){(0,r.mG)(this,void 0,void 0,(function(){var u,d,f,m;return(0,r.Jh)(this,(function(v){switch(v.label){case 0:o(.9),u=(0,i.xkX)(a.finishChunkApi,(0,i.nW9)(a.data,(0,r.pi)((0,r.pi)({},n),((m={uploadId:l.uploadId,key:l.key})[p]=e.name,m.filename=e.name,m.partList=s,m))),{method:"post",autoAppend:!0}),v.label=1;case 1:return v.trys.push([1,3,4,5]),[4,c._send(e,u)];case 2:return d=v.sent(),t(d),[3,5];case 3:return f=v.sent(),h(f),[3,5];case 4:return c.removeFileCanelExecutor(e),[7];case 5:return[2]}}))}))}(y,m),[2]}}))}))})).catch(h)}))},t.prototype._send=function(e,t,n,a,i,o){return void 0===o&&(o=0),(0,r.mG)(this,void 0,void 0,(function(){var s,l,u,c,d=this;return(0,r.Jh)(this,(function(p){switch(p.label){case 0:if(s=this.props.env,l=this.props.translate,!s||!s.fetcher)throw new Error("fetcher is required");p.label=1;case 1:return p.trys.push([1,3,,4]),[4,s.fetcher(t,n,(0,r.pi)((0,r.pi)({method:"post"},a),{withCredentials:!0,cancelExecutor:function(t){d.fileUploadCancelExecutors.push({file:e,executor:t})},onUploadProgress:i?function(e){return i(e.loaded/e.total)}:void 0}))];case 2:if(!(u=p.sent()).ok)throw new Error(u.msg||l("File.errorRetry"));return[2,u];case 3:if(c=p.sent(),o>0)return[2,this._send(e,t,n,a,i,o-1)];throw c;case 4:return[2]}}))}))},t.prototype.removeFileCanelExecutor=function(e,t){void 0===t&&(t=!1),this.fileUploadCancelExecutors=this.fileUploadCancelExecutors.filter((function(n){return t&&n.file===e&&n.executor(),n.file!==e}))},t.prototype.validate=function(){var e=this,t=this.props.translate;return this.state.uploading||this.state.files.some((function(e){return"pending"===e.state}))?new Promise((function(t){e.resolve=t,e.startUpload()})):this.state.files.some((function(e){return"error"===e.state}))?t("File.errorRetry"):void 0},t.prototype.dispatchEvent=function(e,t){return(0,r.mG)(this,void 0,void 0,(function(){var n,a,o,s,l;return(0,r.Jh)(this,(function(u){return n=this.props,a=n.dispatchEvent,o=n.multiple,s=function(e){return{name:e.path||e.name,value:e.value,state:e.state,error:e.error}},l=t?s(t):this.state.files.map((function(e){return s(e)})),[2,a(e,(0,i.vXk)(this.props,(0,r.pi)((0,r.pi)({},t),{file:o?l:null==l?void 0:l[0]}),"file"))]}))}))},t.prototype.doAction=function(e,t,n){var r=this.props.onChange;"clear"===e.actionType&&this.setState({files:[]},(function(){r("")}))},t.prototype.render=function(){var e=this,t=this.props,n=t.btnLabel,o=t.accept,s=t.disabled,l=t.maxLength,u=t.maxSize,p=t.multiple,h=t.autoUpload,f=t.description,m=t.descriptionClassName,g=t.hideUploadButton,y=t.className;t.style;var b=t.btnClassName,w=t.btnUploadClassName,_=t.classnames,C=t.translate,E=t.render,k=t.downloadUrl,S=t.templateUrl,x=t.drag,T=t.documentation,M=t.documentLink,O=t.env,N=t.container,D=this.state,A=D.files,L=D.uploading;D.error;var P=this.props.nameField||"name",F=this.props.valueField||"value",R=this.props.urlField||"url",j=A.some((function(e){return"pending"==e.state})),I=0,Y=0;return this.state.uploading||this.state.files.forEach((function(e){"error"===e.state?Y++:"uploaded"===e.state&&I++})),a.createElement("div",{className:_("FileControl",y)},S?a.createElement("a",{className:_("FileControl-templateInfo"),onClick:this.downloadTpl.bind(this)},a.createElement(c.JO,{icon:"download",className:"icon"}),a.createElement("span",null,C("File.downloadTpl"))):null,a.createElement(d.ZP,{disabled:s,key:"drop-zone",ref:this.dropzone,onDrop:this.handleDrop,onDropRejected:this.handleDropRejected,accept:"*"===o?"":o,multiple:p},(function(t){var o=t.getRootProps,d=t.getInputProps,h=t.isDragActive;return a.createElement("div",(0,r.pi)({},o({onClick:v}),{className:_("FileControl-dropzone",{disabled:s||p&&!!l&&A.length>=l,"is-empty":!A.length,"is-active":h})}),a.createElement("input",(0,r.pi)({disabled:s},d())),x||h?a.createElement("div",{className:_("FileControl-acceptTip"),onClick:e.handleSelect},a.createElement(c.JO,{icon:"cloud-upload",className:"icon"}),a.createElement("span",null,C("File.dragDrop"),a.createElement("span",{className:_("FileControl-acceptTip-click")},C("File.clickUpload"))),a.createElement("div",{className:_("FileControl-acceptTip-help","TplField")},M?a.createElement("a",{href:M,onClick:function(e){return e.stopPropagation()}},T||C("File.helpText")):null),u?a.createElement("div",{className:_("FileControl-sizeTip")},C("File.sizeLimit",{maxSize:(0,i.Hin)(u,1024)})):null):a.createElement(a.Fragment,null,a.createElement(c.zx,{level:"default",disabled:s,className:_("FileControl-selectBtn",b,{"is-disabled":p&&!!l&&A.length>=l}),tooltip:p&&l&&A.length>=l?C("File.maxLength",{maxLength:l}):"",onClick:e.handleSelect},a.createElement(c.JO,{icon:"upload",className:"icon"}),a.createElement("span",null,!p&&A.length?C("File.repick"):p&&A.length?C("File.continueAdd"):n||C("File.upload")))),f?E("desc",f,{className:_("FileControl-description",m)}):null)})),u&&!x?a.createElement("div",{className:_("FileControl-sizeTip")},C("File.sizeLimit",{maxSize:(0,i.Hin)(u,1024)})):null,Array.isArray(A)?a.createElement("ul",{className:_("FileControl-list")},A.map((function(t,n){var r=t[P]||t.filename;return a.createElement("li",{key:t.id},a.createElement(c.pf,{placement:"bottom",container:N||(null==O?void 0:O.getModalContainer),tooltipClassName:_("FileControl-list-tooltip"),tooltip:"invalid"===t.state||"error"===t.state?t.error||(u&&t.size>u?C("File.maxSize",{filename:t.name,actualSize:(0,i.Hin)(t.size,1024),maxSize:(0,i.Hin)(u,1024)}):""):""},a.createElement("div",{className:_("FileControl-itemInfo",{"is-invalid":"invalid"===t.state||"error"===t.state})},a.createElement("span",{className:_("FileControl-itemInfoIcon")},a.createElement(c.JO,{icon:"file",className:"icon"})),t[R]||t[F]||k?a.createElement("a",{className:_("FileControl-itemInfoText"),target:"_blank",rel:"noopener",href:"#",onClick:e.handleClickFile.bind(e,t)},r):a.createElement("span",{className:_("FileControl-itemInfoText")},r),s?null:a.createElement("a",{"data-tooltip":C("Select.clear"),"data-position":"left",className:_("FileControl-clear"),onClick:function(){return e.removeFile(t,n)}},a.createElement(c.JO,{icon:"close",className:"icon"})))),"uploading"===t.state?a.createElement("div",{className:_("FileControl-progressInfo")},a.createElement("div",{className:_("FileControl-progress")},a.createElement("span",{style:{width:"".concat(100*(t.progress||0),"%")}})),a.createElement("span",null,Math.round(100*(t.progress||0)),"%")):null)}))):null,Y?a.createElement("div",{className:_("FileControl-sum")},C("File.result",{uploaded:I,failed:Y}),a.createElement("a",{onClick:this.retry},C("File.retry")),C("File.failed")):null,h||g||!A.length?null:a.createElement(c.zx,{level:"default",disabled:!j,className:_("FileControl-uploadBtn",w),onClick:this.toggleUpload},C(L?"File.pause":"File.start")))},t.defaultProps={maxSize:0,maxLength:0,placeholder:"",receiver:"/api/upload/file",fileField:"file",joinValues:!0,extractValue:!1,delimiter:",",downloadUrl:"",templateUrl:"",useChunk:"auto",chunkSize:5242880,startChunkApi:"/api/upload/startChunk",chunkApi:"/api/upload/chunk",finishChunkApi:"/api/upload/finishChunk",concurrency:3,accept:"",multiple:!1,autoUpload:!0,hideUploadButton:!1,initAutoFill:!0,stateTextMap:{init:"",pending:"等待上传",uploading:"上传中",error:"上传出错",uploaded:"已上传",ready:""},asBase64:!1,drag:!1},t}(a.Component))},49060:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.prototype.formulaRef=function(e){if(e){for(;e&&e.getWrappedInstance;)e=e.getWrappedInstance();this.ref=e}else this.ref=void 0},t.prototype.validate=function(){var e,t=this.props,n=t.translate,r=t.value;if((null===(e=this.ref)||void 0===e?void 0:e.validate)&&r){var a=this.ref.validate(r);if(!0!==a)return n("FormulaEditor.invalidData",{err:a})}},t.prototype.render=function(){var e=this.props;e.selectedOptions;var t=e.disabled,n=e.onChange,r=e.evalMode,s=e.mixedMode,l=e.variableMode,u=e.header,c=e.label,d=e.value,p=e.clearable,h=e.className;e.style,e.classPrefix,e.classnames;var f=e.allowInput,m=void 0===f||f,v=e.borderMode,g=e.placeholder,y=e.inputMode,b=e.btnLabel,w=e.level,_=e.btnSize,C=e.icon,E=e.title,k=e.variableClassName,S=e.functionClassName,x=e.data,T=e.onPickerOpen,M=e.selfVariableName,O=this.props,N=O.variables,D=O.functions;return(0,i.SSQ)(N)&&(N=(0,i.OgC)(N,this.props.data,"| raw")),(0,i.SSQ)(D)&&(D=(0,i.OgC)(D,this.props.data,"| raw")),a.createElement(o.l1,{ref:this.formulaRef,className:h,value:d,disabled:t,allowInput:m,onChange:n,evalMode:r,variables:N,variableMode:l,functions:D,header:u||c||"",borderMode:v,placeholder:g,mode:y,btnLabel:b,level:w,btnSize:_,icon:C,title:E,clearable:p,variableClassName:k,functionClassName:S,data:x,onPickerOpen:T,selfVariableName:M,mixedMode:s})},t.defaultProps={inputMode:"input-button",borderMode:"full",evalMode:!0},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"formulaRef",null),t=(0,r.gn)([(0,i.xJW)({type:"input-formula"})],t)}(a.Component)},27648:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.xJW)({type:"input-group",strictMode:!1})],t)}(function(e){function t(t){var n=e.call(this,t)||this;return n.toDispose=[],n.handleFocus=n.handleFocus.bind(n),n.handleBlur=n.handleBlur.bind(n),n.validateHook=n.validateHook.bind(n),n.state={isFocused:!1},n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.addHook;e.name&&t&&this.toDispose.push(t(this.validateHook,"validate"))},t.prototype.componentDidUpdate=function(e){var t;(0,i.aGv)(["errorCode","delimiter"],null==e?void 0:e.validationConfig,null===(t=this.props)||void 0===t?void 0:t.validationConfig)&&this.validateHook()},t.prototype.componentWillUnmount=function(){this.toDispose.forEach((function(e){return e()})),this.toDispose=[]},t.prototype.getValidationConfig=function(){var e=this.props.validationConfig;return{errorMode:"partial"!==(null==e?void 0:e.errorMode)?"full":"partial",delimiter:(null==e?void 0:e.delimiter)&&"string"==typeof e.delimiter?e.delimiter:"; "}},t.prototype.validateHook=function(){var e,t=this.props,n=t.formStore,r=t.formItem,a=t.name,i=this.getValidationConfig().delimiter;if(a){var o=(null===(e=null==n?void 0:n.inputGroupItems)||void 0===e?void 0:e[a]).map((function(e,t){if(e.errors.length<=0)return"";var n=e.label?"(".concat(t+1,")").concat(e.label):"(".concat(t+1,")");return"".concat(n,": ").concat(e.errors.join(i))})).filter(Boolean);r&&r.setError(o)}},t.prototype.handleFocus=function(){this.setState({isFocused:!0})},t.prototype.handleBlur=function(){this.setState({isFocused:!1})},t.prototype.renderControl=function(e,t,n){var a=this.props,i=a.render,o=a.onChange;if(!e)return null;var s=e;return i("".concat(t),s,(0,r.pi)({onChange:o},n))},t.prototype.validate=function(){var e=this.props.formItem,t=[];return null==e||e.subFormItems.forEach((function(e){e.errors.length&&t.push.apply(t,(0,r.ev)([],(0,r.CR)(e.errors),!1))})),t.length?t:""},t.prototype.render=function(){var e=this,t=this.props,n=t.body,r=t.controls,o=t.className;t.style,t.mode;var s=t.horizontal;t.formMode;var l=t.formHorizontal,u=t.data,c=t.classnames,d=t.static,p=t.disabled,h=this.getValidationConfig().errorMode,f=Array.isArray(r)?r:n;Array.isArray(f)||(f=[]),f=f.filter((function(e){if(e&&(e.hidden||!1===e.visible))return!1;var t=(0,i.Lti)(e||{},u);return!t.hidden&&!1!==t.visible}));var m=s||(l?(0,i.HTu)(l,f.length):void 0);return a.createElement("div",{className:c("InputGroup","InputGroup-validation--".concat(h),o,{"is-focused":this.state.isFocused})},f.map((function(t,n){var r=~["icon","plain","tpl","button","submit","reset"].indexOf(t&&t.type),i=e.renderControl(t,n,{formHorizontal:m,formMode:"normal",inputOnly:!0,inputGroupControl:{name:e.props.name,path:e.props.$path,schema:e.props.$schema},key:n,static:d,disabled:p,onFocus:e.handleFocus,onBlur:e.handleBlur});return r?a.createElement("span",{key:n,className:c(t.addOnclassName,~["button","submit","reset"].indexOf(t&&t.type)?"InputGroup-btn":"InputGroup-addOn")},i):i})))},t.defaultProps={validationConfig:{errorMode:"full",delimiter:"; "}},t}(a.Component))},4867:function(e,t,n){"use strict";n.d(t,{J:function(){return _}});var r=n(70655),a=n(67294),i=n(34594),o=n(13356),s=(n(58161),n(13311)),l=n.n(s),u=n(23034),c=n(58363),d=n(15623),p=n(61240),h=n(68630),f=n.n(h),m=n(82492),v=n.n(m),g=n(57557),y=n.n(g),b=a.lazy((function(){return n.e(7850).then(n.bind(n,27850))})),w=function(e){return e.stopPropagation()},_=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),(0,r.gn)([(0,i.xJW)({type:"input-image",sizeMutable:!1})],t)}(function(e){function t(n){var i,o=this;(o=e.call(this,n)||this).state={uploading:!1,locked:!1,files:[]},o.files=[],o.fileUploadCancelExecutors=[],o.dropzone=a.createRef(),o.frameImageRef=a.createRef(),o.current=null,o.unmounted=!1,o.reuploadIndex=void 0;var s=n.value,l=n.multiple,u=n.joinValues,c=n.delimiter,d=[];return o.initAutoFill=!(null!==(i=n.initAutoFill)&&void 0!==i&&!i),s&&(d=(Array.isArray(s)?s:u&&"string"==typeof s&&l?s.split(c):[s]).map((function(e){return t.valueToFile(e)})).filter((function(e){return e}))),o.state=(0,r.pi)((0,r.pi)({},o.state),{files:o.files=d,crop:o.buildCrop(n),frameImageWidth:0}),o.sendFile=o.sendFile.bind(o),o.removeFile=o.removeFile.bind(o),o.handleDrop=o.handleDrop.bind(o),o.handleClick=o.handleClick.bind(o),o.handleClick=o.handleClick.bind(o),o.handleCrop=o.handleCrop.bind(o),o.handleDropRejected=o.handleDropRejected.bind(o),o.cancelCrop=o.cancelCrop.bind(o),o.rotatableCrop=o.rotatableCrop.bind(o),o.handleImageLoaded=o.handleImageLoaded.bind(o),o.handleFrameImageLoaded=o.handleFrameImageLoaded.bind(o),o.startUpload=o.startUpload.bind(o),o.stopUpload=o.stopUpload.bind(o),o.toggleUpload=o.toggleUpload.bind(o),o.tick=o.tick.bind(o),o.onChange=o.onChange.bind(o),o.addFiles=o.addFiles.bind(o),o.handleSelect=o.handleSelect.bind(o),o.handlePaste=o.handlePaste.bind(o),o.syncAutoFill=o.syncAutoFill.bind(o),o.handleReSelect=o.handleReSelect.bind(o),o}return(0,r.ZT)(t,e),t.valueToFile=function(e,t){return e?(0,r.pi)((0,r.pi)({},"string"==typeof e?{value:e,url:e,id:(0,i.M8z)()}:e),{state:"init"}):void 0},t.sizeInfo=function(e,t,n){return e?t?n("Image.size",{width:e,height:t}):n("Image.width",{width:e}):n("Image.height",{height:t})},t.prototype.componentDidMount=function(){if(this.initAutoFill){var e=this.props,t=e.formInited,n=e.addHook;t||!n?this.syncAutoFill():n(this.syncAutoFill,"init")}this.props.initCrop&&this.files.length&&this.editImage(0)},t.prototype.componentDidUpdate=function(e){var n=this,a=this.props;if(e.value!==a.value){var i=a.value,o=a.multiple,s=a.joinValues,u=a.delimiter,c=[];i&&(c=(Array.isArray(i)?i:s&&"string"==typeof i&&o?i.split(u):[i]).map((function(e){var i,o=t.valueToFile(e,a);return o&&(i=l()(n.files,(function(e){return e.value===o.value})))&&(o=(0,r.pi)((0,r.pi)((0,r.pi)({},i),o),{id:i.id||o.id})),o})).filter((function(e){return e}))),this.setState({files:this.files=c},this.initAutoFill?this.syncAutoFill:function(){})}e.crop!==a.crop&&this.setState({crop:this.buildCrop(a)})},t.prototype.componentWillUnmount=function(){this.unmounted=!0},t.prototype.buildCrop=function(e){var t=e.crop,n=this.props.translate;return t&&e.multiple?(e.env&&e.env.alert&&e.env.alert(n("Image.configError")),null):(!0===t&&(t={}),t&&(t=(0,r.pi)({aspectRatio:void 0,guides:!0,dragMode:"move",viewMode:1,rotatable:!0,scalable:!0},t)),t)},t.prototype.handleDropRejected=function(e,t){if("change"===t.type||"drop"===t.type){var n=this.props;n.multiple;var a=n.env,o=n.accept,s=n.translate,l=e.map((function(e){return(0,r.pi)((0,r.pi)({},e.file),{state:"invalid",id:(0,i.M8z)(),name:e.file.name})}));a.alert(s("File.invalidType",{files:l.map((function(e){return"「".concat(e.name,"」")})).join(" "),accept:o}))}},t.prototype.startUpload=function(e){void 0===e&&(e=!1),this.state.uploading||this.setState({uploading:!0,locked:!0,files:this.files=this.files.map((function(t){return e&&"error"===t.state&&(t.state="pending",t.progress=0),t}))},this.tick)},t.prototype.toggleUpload=function(){return this.state.uploading?this.stopUpload():this.startUpload()},t.prototype.stopUpload=function(){this.state.uploading&&this.setState({uploading:!1})},t.prototype.tick=function(){var e=this;if(!this.current&&this.state.uploading){var t=this.props.env,n=this.props.translate,a=l()(this.files,(function(e){return"pending"===e.state}));a?(this.current=a,a.state="uploading",this.setState({files:this.files=this.files.concat()},(function(){return e.sendFile(a,(function(a,i,o){var s=e.files.concat(),l=s.indexOf(i);if(~l){var u=i;if(a){if(u.state="uploading"!==i.state?i.state:"error",u.error=a,!e.props.multiple&&"invalid"===u.state)return s.splice(l,1),e.current=null,e.setState({files:e.files=s,error:a},e.tick);t.notify("error",a||n("File.errorRetry"))}else u=(0,r.pi)((0,r.pi)({name:i.name||e.state.cropFileName},o),{preview:i.preview});s.splice(l,1,u),e.current=null,e.setState({files:e.files=s},e.tick)}}),(function(t){var n=e.files.concat();~n.indexOf(a)&&(a.progress=t,e.setState({files:e.files=n}))}))}))):this.setState({uploading:!1,locked:!1},(function(){return(0,r.mG)(e,void 0,void 0,(function(){return(0,r.Jh)(this,(function(e){switch(e.label){case 0:return[4,this.onChange(!!this.resolve,!1)];case 1:return e.sent(),this.resolve&&(this.resolve(this.files.some((function(e){return"error"===e.state}))?n("File.errorRetry"):null),this.resolve=void 0),[2]}}))}))}))}},t.prototype.removeFile=function(e,t){return(0,r.mG)(this,void 0,void 0,(function(){var n,a,i;return(0,r.Jh)(this,(function(o){switch(o.label){case 0:return n=this.files.concat(),[4,this.dispatchEvent("remove",(0,r.pi)((0,r.pi)({},e),{item:e}))];case 1:return(null==(a=o.sent())?void 0:a.prevented)||(this.removeFileCanelExecutor(e,!0),n.splice(t,1),(i=this.current===e)&&(this.current=null),this.setState({files:this.files=n},i?this.tick:this.onChange)),[2]}}))}))},t.prototype.previewImage=function(e,t,n){var r=this.props.onImageEnlarge;if(r){var a=this.files;n.preventDefault(),r({src:e.preview||e.url,originalSrc:e.preview||e.url,index:t,list:a.map((function(e){return{src:e.preview||e.url,originalSrc:e.preview||e.url,title:e.name||(0,d.nN)(e.value||e.url)}}))})}},t.prototype.editImage=function(e){var t=this.files;this.setState({cropFile:{preview:t[e].preview||t[e].url,name:t[e].name,state:"init"},cropFileName:t[e].name})},t.prototype.onChange=function(e,t,n){return void 0===t&&(t=!0),(0,r.mG)(this,void 0,void 0,(function(){var a,i,o,s,l,u,c,d,p,h,f;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return a=this.props,i=a.multiple,o=a.onChange,s=a.joinValues,l=a.extractValue,u=a.delimiter,c=a.valueField,d=null==n||n,p=this.files.filter((function(e){return"uploaded"==e.state||"init"==e.state})),h=p.length?s?p[0].value:p[0]:"",h=i?s?p.map((function(e){return e.value})).join(u):l?p.map((function(e){return e.value})):p:s?h.value||h:l?h[c||"value"]:h,t?[4,this.dispatchEvent("change")]:[3,2];case 1:if(null==(f=r.sent())?void 0:f.prevented)return[2];r.label=2;case 2:return o(this.emitValue=h||"",void 0,e),d&&this.syncAutoFill(),[2]}}))}))},t.prototype.syncAutoFill=function(){var e=this.props,t=e.autoFill,n=e.multiple,r=e.onBulkChange,a=e.data,o=e.name;if(!(null==t?void 0:t.hasOwnProperty("api"))){var s=y()(t,o||"");if(!(0,i.xbD)(s)&&r){var l=this.state.files.filter((function(e){return~["uploaded","init","ready"].indexOf(e.state)})),u=(0,i.buJ)(s,n?{items:l}:l[0]);Object.keys(u).forEach((function(e){f()(u[e])&&f()(a[e])&&(u[e]=v()({},a[e],u[e]))})),r(u)}}},t.prototype.handleSelect=function(){this.reuploadIndex=void 0,this.dropzone.current&&this.dropzone.current.open()},t.prototype.handleRetry=function(e){var t=this.files.concat(),n=t[e];"invalid"!==n.state&&"error"!==n.state||(n.state="pending",n.progress=0,this.setState({files:t},this.startUpload))},t.prototype.handleDrop=function(e,t,n){var r=this.props,a=r.multiple,i=r.crop,o=r.dropCrop;if(i&&!a&&o){var s=e[0];return s.preview&&s.url||(s.preview=window.URL.createObjectURL(s)),this.setState({cropFile:s,cropFileName:s.name})}n&&"drop"===n.type&&void 0!==this.reuploadIndex&&(this.reuploadIndex=void 0),this.addFiles(e)},t.prototype.handlePaste=function(e){var t=e.nativeEvent,n=[],r=t.clipboardData.items,a=this.props.accept||"*";[].slice.call(r).forEach((function(e){var t;"file"===e.kind&&(t=e.getAsFile())&&(0,c.Z)(t,a)&&(t.id=(0,i.M8z)(),n.push(t))})),this.reuploadIndex=void 0,this.handleDrop(n)},t.prototype.handleCrop=function(){var e=this,t=this.props,n=t.cropFormat,r=t.cropQuality;this.cropper.getCroppedCanvas().toBlob((function(t){e.addFiles([t]),e.setState({cropFile:void 0,locked:!1,lockedReason:""})}),n||"image/png",r||1)},t.prototype.cancelCrop=function(){this.setState({cropFile:void 0,cropFileName:void 0,locked:!1,lockedReason:""},this.onChange)},t.prototype.rotatableCrop=function(){this.cropper.rotate(45)},t.prototype.addFiles=function(e){var t=this;if(e.length){var n=this.props,a=n.multiple,o=n.maxLength,s=n.maxSize;n.accept;var l=n.translate,u=this.files;!a&&u.length&&(u=[]);var c=(a?o||e.length+u.length:1)-u.length,d=[];if([].slice.call(e,0,c).forEach((function(e){s&&e.size>s?t.props.env.alert(l("File.maxSize",{filename:e.name,actualSize:(0,i.Hin)(e.size,1024),maxSize:(0,i.Hin)(s,1024)})):(e.state="pending",e.id=(0,i.M8z)(),e.preview&&e.url||(e.preview=URL.createObjectURL(e)),d.push(e))})),d.length){var p=[];void 0!==this.reuploadIndex?((p=u.concat()).splice.apply(p,(0,r.ev)([this.reuploadIndex,1],(0,r.CR)(d),!1)),this.reuploadIndex=void 0):p=u.concat(d),this.setState({error:void 0,files:this.files=p,locked:!0},(function(){t.props.autoUpload&&t.startUpload()}))}}},t.prototype.sendFile=function(e,n,a){var i=this,o=this.props,s=o.limit,l=o.translate;if(!s)return this._upload(e,n,a);var u=new Image;u.onload=function(){return(0,r.mG)(i,void 0,void 0,(function(){var i,o,c,d;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return i=u.width,o=u.height,c="",s.width&&s.width!=i||s.height&&s.height!=o?c=l("Image.sizeNotEqual",{info:t.sizeInfo(s.width,s.height,l)}):s.maxWidth&&s.maxWidthi||s.minHeight&&s.minHeight>o?c=l("Image.limitMin",{info:t.sizeInfo(s.minWidth,s.minHeight,l)}):s.aspectRatio&&Math.abs(i/o-s.aspectRatio)>.01&&(c=l(s.aspectRatioLabel||"Image.limitRatio",{ratio:(+s.aspectRatio).toFixed(2)})),c?(e.state="invalid",[4,this.dispatchEvent("fail",{item:e,error:c})]):[3,2];case 1:return(null==(d=r.sent())?void 0:d.prevented)?[2]:(n(c,e),[3,3]);case 2:this._upload(e,n,a),r.label=3;case 3:return[2]}}))}))},u.src=e.preview||e.url},t.prototype._upload=function(e,t,n){var a=this,i=this.props.translate;this._send(e,this.props.receiver,{},n).then((function(n){return(0,r.mG)(a,void 0,void 0,(function(){var a,o;return(0,r.Jh)(this,(function(s){switch(s.label){case 0:if(n.status&&"0"!==n.status)throw new Error(n.msg||i("File.errorRetry"));return(a=(0,r.pi)((0,r.pi)({},n.data),{state:"uploaded"})).value=a.value||a.url,[4,this.dispatchEvent("success",(0,r.pi)((0,r.pi)({},e),{item:e,result:n.data,value:a.value}))];case 1:return(null==(o=s.sent())?void 0:o.prevented)||t(null,e,a),[2]}}))}))})).catch((function(n){return(0,r.mG)(a,void 0,void 0,(function(){var a;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.dispatchEvent("fail",{item:e,error:n})];case 1:return(null==(a=r.sent())?void 0:a.prevented)||t(n.message||i("File.errorRetry"),e),[2]}}))}))}))},t.prototype._send=function(e,t,n,a){return(0,r.mG)(this,void 0,void 0,(function(){var o,s,l,u,c,d,p=this;return(0,r.Jh)(this,(function(h){switch(h.label){case 0:if(o=new FormData,s=this.props.data,l=(0,i.xkX)(t,(0,i.nW9)(s,n),{method:"post"}),u=this.props.fileField||"file",~(c=l.url.indexOf("?"))&&n?(n=(0,r.pi)((0,r.pi)({},(0,i.J1H)(l.url.substring(c+1))),n),l.url=l.url.substring(0,c)+"?"+(0,i.mUA)(n)):n&&(l.url+="?"+(0,i.mUA)(n)),l.data&&(0,i.mUA)(l.data).split("&").filter((function(e){return""!==e})).forEach((function(e){var t=e.split("=");o.append(t[0],decodeURIComponent(t[1]))})),o.append(u,e,e.name||this.state.cropFileName),!(d=this.props.env)||!d.fetcher)throw new Error("fetcher is required");h.label=1;case 1:return h.trys.push([1,,3,4]),[4,d.fetcher(l,o,{method:"post",cancelExecutor:function(t){p.fileUploadCancelExecutors.push({file:e,executor:t})},onUploadProgress:function(e){return a(e.loaded/e.total)}})];case 2:return[2,h.sent()];case 3:return this.removeFileCanelExecutor(e),[7];case 4:return[2]}}))}))},t.prototype.removeFileCanelExecutor=function(e,t){void 0===t&&(t=!1),this.fileUploadCancelExecutors=this.fileUploadCancelExecutors.filter((function(n){return t&&n.file===e&&n.executor(),n.file!==e}))},t.prototype.handleClick=function(){this.refs.dropzone.open()},t.prototype.handleImageLoaded=function(e,t){var n=this,a=t.currentTarget,i=new Image;i.onload=function(){delete i.onload;var t=n.files.concat(),a=t[e];if(a){a.info=(0,r.pi)((0,r.pi)({},a.info),{width:i.width,height:i.height}),t.splice(e,1,a);var o=!(!n.current&&!l()(t,(function(e){return"pending"===e.state})));n.unmounted||n.setState({files:n.files=t},(function(){o||n.onChange(!1,!0,n.initAutoFill)}))}},i.src=a.src},t.prototype.handleFrameImageLoaded=function(e){var t=e.currentTarget,n=new Image,r=this.frameImageRef.current.clientHeight,a=this;n.onload=function(){var e=(this.width/this.height*(r-2)).toFixed(2);a.setState({frameImageWidth:+e})},n.src=t.src},t.prototype.validate=function(){var e=this,t=this.props.translate;return this.state.locked&&this.state.lockedReason?this.state.lockedReason:this.state.cropFile?new Promise((function(t){e.resolve=t,e.handleCrop()})):this.state.uploading||this.files.some((function(e){return"pending"===e.state}))?new Promise((function(t){e.resolve=t,e.startUpload()})):this.files.some((function(e){return"error"===e.state}))?t("File.errorRetry"):void 0},t.prototype.dispatchEvent=function(e,t){return(0,r.mG)(this,void 0,void 0,(function(){var n,a,o,s,l;return(0,r.Jh)(this,(function(u){return n=this.props,a=n.dispatchEvent,o=n.multiple,s=function(e){return{name:e.path||e.name,value:e.value,state:e.state,error:e.error}},l=t?s(t):this.files.map((function(e){return s(e)})),[2,a(e,(0,i.vXk)(this.props,(0,r.pi)((0,r.pi)({},t),{file:o?l:null==l?void 0:l[0]}),"file"))]}))}))},t.prototype.doAction=function(e,t,n){var r=this.props.onChange;"clear"===e.actionType&&(this.files=[],r(""))},t.prototype.handleReSelect=function(e){this.reuploadIndex=e,this.dropzone.current&&this.dropzone.current.open()},t.prototype.render=function(){var e=this,t=this.props,n=t.className;t.style;var s=t.classnames,l=t.placeholder,c=t.placeholderPlacement,h=t.disabled,f=t.multiple,m=t.accept,v=t.maxLength,g=t.autoUpload,y=t.hideUploadButton,_=t.thumbMode,C=t.thumbRatio,E=t.reCropable,k=t.frameImage,S=t.fixedSize,x=t.fixedSizeClassName,T=t.translate,M=this.state,O=M.files,N=M.error,D=M.crop,A=M.uploading,L=M.cropFile,P=M.frameImageWidth,F={};x&&P&&S&&(F.width=P);var R=(0,i.hXT)(k,this.props.data,"| raw"),j=O.some((function(e){return"pending"==e.state}));return a.createElement("div",{className:s("ImageControl",n)},L?a.createElement("div",{className:s("ImageControl-cropperWrapper")},a.createElement(a.Suspense,{fallback:a.createElement("div",null,"...")},a.createElement(b,(0,r.pi)({},D,{onInitialized:function(t){e.cropper=t},src:L.preview}))),a.createElement("div",{className:s("ImageControl-croperToolbar")},D.rotatable&&a.createElement("a",{className:s("ImageControl-cropRotatable"),onClick:this.rotatableCrop,"data-tooltip":T("rotate"),"data-position":"left"},a.createElement(u.JO,{icon:"retry",className:"icon"})),a.createElement("a",{className:s("ImageControl-cropCancel"),onClick:this.cancelCrop,"data-tooltip":T("cancel"),"data-position":"left"},a.createElement(u.JO,{icon:"close",className:"icon"})),a.createElement("a",{className:s("ImageControl-cropConfirm"),onClick:this.handleCrop,"data-tooltip":T("confirm"),"data-position":"left"},a.createElement(u.JO,{icon:"check",className:"icon"})))):a.createElement(o.ZP,{key:"drop-zone",ref:this.dropzone,onDrop:this.handleDrop,onDropRejected:this.handleDropRejected,accept:m,multiple:f,disabled:h},(function(t){var n=t.getRootProps,i=t.getInputProps,o=t.isDragActive,m=t.isDragAccept,b=t.isDragReject,k=t.isFocused;return a.createElement("div",(0,r.pi)({},n({onClick:w,onPaste:e.handlePaste,className:s("ImageControl-dropzone",{"is-disabled":h,"is-empty":!O.length,"is-active":o})})),a.createElement("input",(0,r.pi)({},i())),o||m||b?a.createElement("div",{className:s("ImageControl-acceptTip",{"is-accept":m,"is-reject":b})},T("Image.dragDrop")):a.createElement(a.Fragment,null,O&&O.length?O.map((function(t,n){return a.createElement("div",{key:t.id||n,className:s("ImageControl-item",{"is-uploaded":"uploading"!==t.state,"is-invalid":"error"===t.state||"invalid"===t.state},S?"ImageControl-fixed-size":"",S?x:""),style:F},"invalid"===t.state||"error"===t.state?a.createElement("div",{className:s("Image--thumb")},a.createElement("div",{className:s("Image-thumbWrap")},a.createElement("div",{className:s("Image-thumb","ImageControl-filename")},a.createElement(u.JO,{icon:"image",className:"icon"}),a.createElement("span",{title:t.name||(0,d.nN)(t.value||t.url)},t.name||(0,d.nN)(t.value||t.url))),a.createElement("div",{className:s("Image-overlay")},a.createElement("a",{"data-tooltip":T("File.repick"),"data-position":"bottom",onClick:e.handleRetry.bind(e,n)},a.createElement(u.JO,{icon:"upload",className:"icon"})),h?null:a.createElement("a",{"data-tooltip":T("Select.clear"),"data-position":"bottom",onClick:e.removeFile.bind(e,t,n)},a.createElement(u.JO,{icon:"remove",className:"icon"}))))):"uploading"===t.state?a.createElement(a.Fragment,null,a.createElement("a",{onClick:e.removeFile.bind(e,t,n),key:"clear",className:s("ImageControl-itemClear"),"data-tooltip":T("Select.clear")},a.createElement(u.JO,{icon:"close",className:"icon"})),a.createElement("div",{key:"info",className:s("ImageControl-itemInfo",S?"ImageControl-fixed-size":"",S?x:"")},a.createElement("div",{className:s("ImageControl-progress")},a.createElement("span",{style:{width:"".concat(Math.round(100*t.progress),"%")},className:s("ImageControl-progressValue")})),a.createElement("p",null,T("File.uploading")))):a.createElement(a.Fragment,null,a.createElement(p.ZP,{key:"image",className:s("ImageControl-image",S?"Image-thumb--fixed-size":""),onLoad:e.handleImageLoaded.bind(e,n),src:t.preview||t.url,alt:t.name,thumbMode:_,thumbRatio:C,overlays:a.createElement(a.Fragment,null,a.createElement("a",{"data-tooltip":T("Image.zoomIn"),"data-position":"bottom",target:"_blank",rel:"noopener",href:t.url||t.preview,onClick:e.previewImage.bind(e,t,n)},a.createElement(u.JO,{icon:"view",className:"icon"})),D&&!1!==E&&!h?a.createElement("a",{"data-tooltip":T("Image.crop"),"data-position":"bottom",onClick:e.editImage.bind(e,n)},a.createElement(u.JO,{icon:"pencil",className:"icon"})):null,h?null:a.createElement("a",{"data-tooltip":T("Select.upload"),"data-position":"bottom",onClick:function(){return e.handleReSelect(n)}},a.createElement(u.JO,{icon:"upload",className:"icon"})),h?null:a.createElement("a",{"data-tooltip":T("Select.clear"),"data-position":"bottom",onClick:e.removeFile.bind(e,t,n)},a.createElement(u.JO,{icon:"remove",className:"icon"})))})))})):null,f&&(!v||O.length1?a.createElement(u.Ph,{value:N,clearable:!1,options:this.state.unitOptions||[],onChange:this.handleChangeUnit,className:"".concat(o,"NumberControl-unit")}):a.createElement("div",{className:l()("".concat(o,"NumberControl-unit")," ".concat(o,"NumberControl-single-unit"),"".concat(o,"Select"))},"string"==typeof C[0]?C[0]:C[0].label):null)},t.defaultProps={step:1,resetValue:"",clearValueOnEmpty:!1},(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",Promise)],t.prototype,"dispatchEvent",null),(0,r.gn)([o.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"inputRef",null),(0,r.gn)([(0,c.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)({validations:"isNumeric"},p.defaultProps),t=(0,r.gn)([(0,o.xJW)({type:"input-number"})],t)}(p)},98337:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(94184),s=n.n(o),l=n(93093),u=n(23034),c=n(35301),d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.className;e.style;var n=e.classPrefix,o=e.minDate,l=e.maxDate,c=e.minDuration,d=e.maxDuration,p=e.data,h=e.format;e.env;var f=(0,r._T)(e,["className","style","classPrefix","minDate","maxDate","minDuration","maxDuration","data","format","env"]);return a.createElement("div",{className:s()("".concat(n,"DateRangeControl"),t)},a.createElement(u.Dw,(0,r.pi)({viewMode:"quarters",format:h,classPrefix:n,data:p},f,{minDate:o?(0,i.kXI)(o,p,h):void 0,maxDate:l?(0,i.kXI)(l,p,h):void 0,minDuration:c?(0,i.RAA)(c):void 0,maxDuration:d?(0,i.RAA)(d):void 0,onChange:this.handleChange,onFocus:this.dispatchEvent,onBlur:this.dispatchEvent})))},(0,r.gn)([(0,c.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(l.Z);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.defaultProps={format:"X",inputFormat:"YYYY-[Q]Q",joinValues:!0,delimiter:",",timeFormat:"",ranges:"thisquarter,prevquarter",animation:!0},t=(0,r.gn)([(0,i.xJW)({type:"input-quarter-range"})],t)}(d)},54617:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(81763),o=n.n(i),s=n(13218),l=n.n(s),u=n(18446),c=n.n(u),d=n(84486),p=n.n(d),h=n(34594),f=n(23034),m=n(35301);function v(e,t){var n,a;if(t.multiple){var i=t.min,o=t.max;return"string"==typeof e?(i=(n=(0,r.CR)(e.split(t.delimiter||",").map((function(e){return Number(e)})),2))[0],o=n[1]):Array.isArray(e)?(i=(a=(0,r.CR)(e,2))[0],o=a[1]):"object"==typeof e&&(i=e.min,o=e.max),{min:void 0===i||it.max?t.max:o}}return+e=s.max?s.max-i:u:a;case"max":return l()(s)&&o()(s.min)?u<=s.min?s.min+i:u:r;default:return ur&&r||u}},t.prototype.onBlur=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,i,o;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.dispatchEvent,a=t.value,i=t.onBlur,[4,n("blur",(0,h.vXk)(this.props,{value:a},"value"))];case 1:return(null==(o=r.sent())?void 0:o.prevented)||null==i||i(e),[2]}}))}))},t.prototype.onFocus=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,i,o;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.dispatchEvent,a=t.value,i=t.onFocus,[4,n("focus",(0,h.vXk)(this.props,{value:a},"value"))];case 1:return(null==(o=r.sent())?void 0:o.prevented)||null==i||i(e),[2]}}))}))},t.prototype.render=function(){var e=this.props,t=e.classnames;e.style;var n=e.value,r=e.multiple,i=e.type,o=e.step,s=e.classPrefix,l=e.disabled,u=e.max,c=e.min,d=r?"min"===i?Math.min(n.min,n.max):Math.max(n.min,n.max):n;return a.createElement("div",{className:t("".concat(s,"InputRange-input"))},a.createElement(f.Y2,{value:+d,step:o,max:this.checkNum(u),min:this.checkNum(c),onChange:this.handleInputNumberChange,disabled:l,onBlur:this.onBlur,onFocus:this.onFocus}))},(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleInputNumberChange",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onUpdateValue",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"onBlur",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"onFocus",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,h.xJW)({type:"input-range"})],t)}(function(e){function t(t){var n=e.call(this,t)||this,r=n.props,a=v(r.value,{multiple:r.multiple,delimiter:r.delimiter,min:r.min,max:r.max});return n.state={value:n.getValue(a)},n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=e.value,n=e.min,r=e.max,a=this.props,i=a.value,o=a.multiple,s=a.delimiter,l=a.min,u=a.max;if(a.onChange,t!==i||n!==l||r!==u){var c=v(i,{multiple:o,delimiter:s,min:l,max:u});this.setState({value:this.getValue(c)})}},t.prototype.doAction=function(e,t,n){var r=null==e?void 0:e.actionType,a=this.props;a.multiple,a.min,a.max,~["clear","reset"].indexOf(r)&&this.clearValue(r)},t.prototype.clearValue=function(e){void 0===e&&(e="clear");var t=this.props,n=t.multiple,r=t.min,a=t.max,i=t.onChange,o=this.props.resetValue;"clear"===e&&(o=void 0);var s=this.getFormatValue(null!=o?o:n?{min:r,max:a}:r);null==i||i(s)},t.prototype.getValue=function(e){return this.props.multiple?{max:(0,h.ZWw)(e.max),min:(0,h.ZWw)(e.min)}:(0,h.ZWw)(e)},t.prototype.handleChange=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,i,o;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return this.setState({value:this.getValue(e)}),t=this.props,n=t.onChange,a=t.dispatchEvent,i=this.getFormatValue(e),[4,a("change",(0,h.vXk)(this.props,{value:i},"value"))];case 1:return(null==(o=r.sent())?void 0:o.prevented)||null==n||n(i),[2]}}))}))},t.prototype.onAfterChange=function(){var e=this.state.value,t=this.props.onAfterChange,n=this.getFormatValue(e);t&&t(n)},t.prototype.getFormatValue=function(e){var t=this.props,n=t.multiple,r=t.joinValues,a=t.delimiter;return n?r?[e.min,e.max].join(a||","):{min:e.min,max:e.max}:e},t.prototype.render=function(){var e=this,t=this.state.value,n=(0,r.pi)((0,r.pi)({},this.props),{value:t,onChange:this.handleChange,onAfterChange:this.onAfterChange}),i=n.classPrefix,o=n.multiple;n.parts;var s=n.showInput,u=n.classnames,d=n.className,h=n.disabled,m=n.clearable,v=n.min,y=n.max,b=n.render,w=n.marks,_=n.region,C=w?(0,r.pi)({},w):w;return w&&p()(w,(function(e,t){l()(e)&&e.type&&C&&(C[t]=b(_,e))})),a.createElement("div",{className:u("RangeControl","".concat(i,"InputRange"),{"is-disabled":h},d)},s&&o&&a.createElement(g,(0,r.pi)({},n,{type:"min"})),a.createElement(f.e6,(0,r.pi)({},n,{marks:C})),s&&a.createElement(g,(0,r.pi)({},n,{type:"max"})),m&&!h&&s?a.createElement("a",{onClick:function(){return e.clearValue()},className:u("InputRange-clear",{"is-active":o?c()(this.state.value,{min:v,max:y}):this.state.value!==v})},a.createElement(f.JO,{icon:"close",className:"icon"})):null)},t.defaultProps={value:0,max:100,min:0,step:1,unit:"",clearable:!0,disabled:!1,showInput:!1,multiple:!1,joinValues:!0,delimiter:",",showSteps:!1,parts:1,tooltipPlacement:"auto"},(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"clearValue",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getValue",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleChange",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onAfterChange",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getFormatValue",null),(0,r.gn)([(0,m.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.PureComponent))},52916:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=n(35301),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.doAction=function(e,t,n){var r=null==e?void 0:e.actionType,a=this.props,i=a.onChange,o=a.resetValue;"clear"===r?null==i||i(""):"reset"===r&&(null==i||i(null!=o?o:""))},t.prototype.handleChange=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.onChange,[4,(0,t.dispatchEvent)("change",(0,i.vXk)(this.props,{value:e},"value"))];case 1:return(null==(a=r.sent())?void 0:a.prevented)||null==n||n(e),[2]}}))}))},t.prototype.renderStatic=function(){var e=this.props,t=e.className;e.style;var n=e.value,r=e.count,i=e.half,s=e.char,l=e.inactiveColor,u=e.colors,c=e.texts,d=e.charClassName,p=e.textClassName,h=e.textPosition,f=e.classnames;return a.createElement("div",{className:f("RatingControl",t)},a.createElement(o.iG,{classnames:f,value:n,disabled:!0,count:r,half:i,char:s,inactiveColor:l,colors:u,texts:c,charClassName:d,textClassName:p,textPosition:h}))},t.prototype.render=function(){var e=this.props,t=e.className,n=e.value,r=e.count,i=e.half,s=e.readOnly,l=e.disabled,c=e.onHoverChange,d=e.allowClear,p=e.char,h=e.inactiveColor,f=e.colors,m=e.texts,v=e.charClassName,g=e.textClassName,y=e.textPosition,b=e.classnames,w=u(r,this.props.data);return w>100&&(w=100),a.createElement("div",{className:b("RatingControl",t)},a.createElement(o.iG,{classnames:b,value:n,disabled:l,count:w,half:i,allowClear:d,readOnly:s,char:p,inactiveColor:h,colors:f,texts:m,charClassName:v,textClassName:g,textPosition:y,onChange:this.handleChange,onHoverChange:function(e){c&&c(e)}}))},t.defaultProps={value:0,count:5,half:!1,readOnly:!1},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleChange",null),(0,r.gn)([(0,s.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.Component);function u(e,t){return"number"==typeof e?e:(0,i.He2)((0,i.hXT)(e,t))}!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.xJW)({type:"input-rating",sizeMutable:!1,shouldComponentUpdate:function(e,t){return u(e.count,e.data)!==u(t.count,t.data)},detectProps:["half","allowClear","colors","inactiveColor","texts","textPosition","char"]})],t)}(l)},99610:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(94184),o=n.n(i),s=n(34594),l=n(23034),u={secondly:"秒",minutely:"分",hourly:"时",daily:"天",weekdays:"周中",weekly:"周",monthly:"月",yearly:"年"};!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,s.xJW)({type:"input-repeat",sizeMutable:!1})],t)}(function(e){function t(t){var n=e.call(this,t)||this;return n.handleOptionChange=n.handleOptionChange.bind(n),n.handleChange=n.handleChange.bind(n),n}return(0,r.ZT)(t,e),t.prototype.handleOptionChange=function(e){this.props.onChange(e.value)},t.prototype.handleChange=function(e){var t=this.props.value,n=t?t.split(":"):[];this.props.onChange("".concat(n[0],":").concat(e))},t.prototype.renderInput=function(){var e,t=this,n=this.props.value,r=n?n.split(":"):[],i=this.props,o=i.options,s=i.placeholder,c=i.disabled,d=i.classPrefix,p=i.translate,h=[];switch((h=o.split(",").map((function(e){return{label:u[e]||"不支持",value:e}}))).unshift({label:p(s),value:""}),r[1]=parseInt(r[1],10)||1,r[0]){case"secondly":case"minutely":e=a.createElement(l.e6,{key:"input",classPrefix:d,value:r[1],min:1,step:5,max:60,disabled:c,onChange:function(e){return t.handleChange(e)}});break;case"hourly":e=a.createElement(l.e6,{key:"input",classPrefix:d,value:r[1],min:1,step:1,max:24,disabled:c,onChange:function(e){return t.handleChange(e)}});break;case"daily":e=a.createElement(l.e6,{key:"input",classPrefix:d,value:r[1],min:1,step:1,max:30,disabled:c,onChange:function(e){return t.handleChange(e)}});break;case"weekly":case"monthly":e=a.createElement(l.e6,{key:"input",classPrefix:d,value:r[1],min:1,step:1,max:12,disabled:c,onChange:function(e){return t.handleChange(e)}});break;case"yearly":e=a.createElement(l.e6,{classPrefix:d,key:"input",className:"v-middle",value:r[1],min:1,step:1,max:20,disabled:c,onChange:function(e){return t.handleChange(e)}})}return a.createElement("div",{className:"repeat-control hbox"},e?a.createElement("div",{className:"col v-middle",style:{width:30}},a.createElement("span",null,p("Repeat.pre"))):null,e?a.createElement("div",{className:"col v-middle"},e):null,a.createElement("div",{className:"col v-middle repeat-btn"},a.createElement(l.Ph,{classPrefix:d,className:e?"pull-right":"",options:h,placeholder:p(s),onChange:this.handleOptionChange,value:r[0],clearable:!1,searchable:!1,disabled:c,joinValues:!1})))},t.prototype.render=function(){var e=this.props,t=e.className;e.style;var n=e.classPrefix;return a.createElement("div",{className:o()("".concat(n,"RepeatControl"),t)},this.renderInput())},t.defaultProps={options:"hourly,daily,weekly,monthly",placeholder:"不重复"},t}(a.Component))},38947:function(e,t,n){"use strict";n.d(t,{i:function(){return l}});var r=n(70655),a=n(67294),i=n(34594),o=n(94184),s=n.n(o),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),(0,r.gn)([(0,i.xJW)({type:"input-rich-text",sizeMutable:!1})],t)}(function(e){function t(t){var n=e.call(this,t)||this;n.state={focused:!1},n.config=null;var a=t.vendor||(t.env.richTextToken?"froala":"tinymce");n.handleFocus=n.handleFocus.bind(n),n.handleBlur=n.handleBlur.bind(n),n.handleChange=n.handleChange.bind(n);var o=(0,i._6r)(t.receiver,t.receiver.method||"post");o.data=o.data||{};var s=(0,i.xkX)(o,t.data,{method:t.receiver.method||"post"});if("froala"===a){var l=(0,i._6r)(t.videoReceiver,t.videoReceiver.method||"post");l.data=l.data||{};var u=(0,i.xkX)(l,t.data,{method:t.videoReceiver.method||"post"});n.config=(0,r.pi)((0,r.pi)({imageAllowedTypes:["jpeg","jpg","png","gif"],imageDefaultAlign:"left",imageEditButtons:t.imageEditable?["imageReplace","imageAlign","imageRemove","|","imageLink","linkOpen","linkEdit","linkRemove","-","imageDisplay","imageStyle","imageAlt","imageSize"]:[],key:t.env.richTextToken,attribution:!1},t.options),{editorClass:t.editorClass,placeholderText:t.translate(t.placeholder),imageUploadURL:s.url,imageUploadParams:(0,r.pi)({from:"rich-text"},s.data),videoUploadURL:u.url,videoUploadParams:(0,r.pi)({from:"rich-text"},u.data),events:(0,r.pi)((0,r.pi)({},t.options&&t.options.events),{focus:n.handleFocus,blur:n.handleBlur}),language:n.props.locale&&"zh-CN"!==n.props.locale?"":"zh_cn"}),t.buttons&&(n.config.toolbarButtons=t.buttons)}else{var c=t.env.fetcher;n.config=(0,r.pi)((0,r.pi)({},t.options),{images_upload_handler:function(e,a){return new Promise((function(a,o){return(0,r.mG)(n,void 0,void 0,(function(){var n,l,u,d,p,h,f,m,v,g,y,b,w,_;return(0,r.Jh)(this,(function(C){switch(C.label){case 0:n=new FormData,s.data&&(0,i.mUA)(s.data).split("&").filter((function(e){return""!==e})).forEach((function(e){var t=e.split("=");n.append(t[0],decodeURIComponent(t[1]))})),n.append(t.fileField||"file",e.blob(),e.filename()),C.label=1;case 1:return C.trys.push([1,3,,4]),l=(0,r.pi)({adaptor:function(e){return(0,r.pi)((0,r.pi)({},e),{data:e})}},s),[4,c(l,n,{method:"post"})];case 2:return(u=C.sent()).ok&&((d=(null===(h=u.data)||void 0===h?void 0:h.link)||(null===(f=u.data)||void 0===f?void 0:f.url)||(null===(m=u.data)||void 0===m?void 0:m.value)||(null===(g=null===(v=u.data)||void 0===v?void 0:v.data)||void 0===g?void 0:g.link)||(null===(b=null===(y=u.data)||void 0===y?void 0:y.data)||void 0===b?void 0:b.url)||(null===(_=null===(w=u.data)||void 0===w?void 0:w.data)||void 0===_?void 0:_.value))?a(d):console.warn("must have return value")),[3,4];case 3:return p=C.sent(),o(p),[3,4];case 4:return[2]}}))}))}))}})}return n}return(0,r.ZT)(t,e),t.prototype.handleFocus=function(){this.setState({focused:!0})},t.prototype.handleBlur=function(){this.setState({focused:!1})},t.prototype.handleChange=function(e,t,n){var r=this.props,a=r.onChange;r.disabled||null==a||a(e,t,n)},t.prototype.render=function(){var e,t=this.props,r=t.className;t.style;var o=t.classPrefix,l=t.value;t.onChange;var u=t.disabled;t.size;var c,d=t.vendor,p=t.env,h=t.locale,f=t.translate,m=t.borderMode,v=d||(p.richTextToken?"froala":"tinymce");return a.createElement("div",{className:s()("".concat(o,"RichTextControl"),r,(e={"is-focused":this.state.focused,"is-disabled":u},e["".concat(o,"RichTextControl--border").concat((0,i.zfV)(m))]=m,e))},a.createElement(i.crj,{getComponent:(c=v,void 0===c&&(c="froala"),function(){return"tinymce"===c?n.e(2794).then(n.bind(n,62794)).then((function(e){return e.default})):n.e(6590).then(n.bind(n,96590)).then((function(e){return e.default}))}),model:l,onModelChange:this.handleChange,onFocus:this.handleFocus,onBlur:this.handleBlur,config:this.config,disabled:u,locale:h,translate:f}))},t.defaultProps={imageEditable:!0,receiver:"/api/upload/image",videoReceiver:"/api/upload/video",fileField:"file",placeholder:"placeholder.enter",options:{toolbarButtons:["undo","redo","paragraphFormat","textColor","backgroundColor","bold","underline","strikeThrough","formatOL","formatUL","align","quote","insertLink","insertImage","insertEmotion","insertTable","html"]}},t}(a.Component))},12741:function(e,t,n){"use strict";var r,a=n(70655),i=n(67294),o=n(34594),s=n(94184),l=n.n(s),u=n(57557),c=n.n(u),d=n(78718),p=n.n(d),h=n(23034),f=n(51474),m=n(73935),v=function(e){return e?((r=r||document.createElement("div")).innerHTML=e,r.innerText):e},g=function(e){function t(t){var n=e.call(this,t)||this;return n.state={},n.id=(0,o.M8z)(),n.addItem=n.addItem.bind(n),n.removeItem=n.removeItem.bind(n),n.editSingle=n.editSingle.bind(n),n.open=n.open.bind(n),n.close=n.close.bind(n),n.dragTipRef=n.dragTipRef.bind(n),n.handleDialogConfirm=n.handleDialogConfirm.bind(n),n}return(0,a.ZT)(t,e),t.prototype.addItem=function(){this.setState({dialogData:(0,o.nW9)(this.props.data,this.props.scaffold||{}),dialogCtx:{mode:"add"}})},t.prototype.removeItem=function(e){e.stopPropagation(),e.preventDefault();var t=parseInt(e.currentTarget.getAttribute("data-index"),10),n=this.props.value;Array.isArray(n)&&((n=n.concat()).splice(t,1),this.props.onChange(n))},t.prototype.editSingle=function(){this.props.value?this.setState({dialogData:(0,o.nW9)(this.props.data,this.props.value),dialogCtx:{mode:"edit"}}):this.addItem()},t.prototype.open=function(e){var t=parseInt(e.currentTarget.getAttribute("data-index"),10),n=this.props.value;Array.isArray(n)&&n[t]&&this.setState({dialogData:(0,o.nW9)(this.props.data,n[t]),dialogCtx:{mode:"edit",index:t}})},t.prototype.close=function(){this.setState({dialogData:void 0,dialogCtx:void 0})},t.prototype.handleDialogConfirm=function(e){var t=this.props,n=t.multiple,r=t.onChange,i=t.value,o=this.state.dialogCtx;if(n){var s=Array.isArray(i)?i.concat():[];"add"===(null==o?void 0:o.mode)?s.push((0,a.pi)({},e[0])):s[o.index]=(0,a.pi)((0,a.pi)({},s[o.index]),e[0]),r(s)}else r((0,a.pi)((0,a.pi)({},i),e[0]));this.close()},t.prototype.dragTipRef=function(e){!this.dragTip&&e?this.initDragging():this.dragTip&&!e&&this.destroyDragging(),this.dragTip=e},t.prototype.initDragging=function(){var e=this,t=this.props.classPrefix,n=this.props.submitOnChange,r=(0,m.findDOMNode)(this);this.sortable=new f.ZP(r.querySelector(".".concat(t,"SubForm-values")),{group:"SubForm-".concat(this.id),animation:150,handle:".".concat(t,"SubForm-valueDragBar"),ghostClass:"".concat(t,"SubForm-value--dragging"),onEnd:function(t){if(t.newIndex!==t.oldIndex){var r=t.to;t.oldIndex1?i.createElement("a",{className:g("SubForm-valueDragBar")},i.createElement(h.JO,{icon:"drag-bar",className:g("icon")})):null,i.createElement("span",{className:g("SubForm-valueLabel")},t&&u&&t[u]&&v(t[u])||p("label",{type:"tpl",tpl:m(d)},{data:(0,o.nW9)(f,t)})),i.createElement("a",{"data-index":n,onClick:e.open,className:g("SubForm-valueEdit")},i.createElement(h.JO,{icon:"pencil",className:"icon"})),s||!1===C||E&&!(c.length>E)?null:i.createElement("a",{"data-index":n,className:g("SubForm-valueDel"),onClick:e.removeItem},i.createElement(h.JO,{icon:"close",className:"icon"})))}))):i.createElement("div",{className:g("SubForm-placeholder"),key:"placeholder"},m(y||"placeholder.empty")),i.createElement("div",{key:"toolbar",className:g("SubForm-toolbar")},!1!==_?i.createElement("button",{type:"button",onClick:this.addItem,className:g("Button SubForm-addBtn",n),disabled:s||!!(l&&Array.isArray(c)&&c.length>=l)},i.createElement(h.JO,{icon:"plus",className:"icon"}),i.createElement("span",null,m(k||"SubForm.add"))):null,b&&Array.isArray(c)&&c.length>1?i.createElement("span",{className:g("Combo-dragableTip"),ref:this.dragTipRef},Array.isArray(c)&&c.length>1?m(w):""):null))},t.prototype.renderSingle=function(){var e=this.props,t=e.classnames,n=e.itemsClassName,r=e.itemClassName,a=e.disabled,s=e.value,l=e.labelField,u=e.btnLabel,c=e.render,d=e.data,p=e.translate;return i.createElement("div",{className:t("SubForm-values",n),key:"values"},i.createElement("div",{className:t("SubForm-value",{"is-disabled":a},r),onClick:this.editSingle,"data-tooltip":p("SubForm.editDetail"),"data-position":"bottom"},i.createElement("span",{className:t("SubForm-valueLabel")},s&&l&&s[l]&&v(s[l])||c("label",{type:"tpl",tpl:p(u)},{data:(0,o.nW9)(d,s)})),i.createElement("a",{className:t("SubForm-valueEdit")},i.createElement(h.JO,{icon:"pencil",className:"icon"}))))},t.prototype.render=function(){var e=this.props,t=e.multiple,n=e.classPrefix,r=e.className;e.style;var a=e.render,o=this.state.dialogData,s=this.state.dialogCtx;return i.createElement("div",{className:l()("".concat(n,"SubFormControl"),r)},t?this.renderMultipe():this.renderSingle(),a("modal",this.buildDialogSchema(),{show:!!s,onClose:this.close,onConfirm:this.handleDialogConfirm,data:o,formStore:void 0}))},t.defaultProps={minLength:0,maxLength:0,multiple:!1,btnClassName:"",addButtonClassName:"",itemClassName:"",labelField:"label",btnLabel:"SubForm.button",placeholder:"placeholder.empty"},t.propsList=["form","formStore"],t}(i.PureComponent);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,a.ZT)(t,e),t=(0,a.gn)([(0,o.xJW)({type:"input-sub-form",sizeMutable:!1,strictMode:!1})],t)}(g)},34955:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=n(57557),l=n.n(s),u=n(30998),c=n.n(u),d=n(50361),p=n.n(d),h=n(18446),f=n.n(h),m=n(94174),v=n.n(m),g=n(13311),y=n.n(g),b=n(30381),w=n.n(b),_=n(82492),C=n.n(_),E=n(30236),k=n.n(E),S=function(e){function t(t){var n=e.call(this,t)||this;return n.entityId=1,n.subForms={},n.rowPrinstine=[],n.editting={},n.state={columns:n.buildColumns(t),editIndex:-1,items:Array.isArray(t.value)?t.value.concat():[]},n.entries=new i.arw,n.buildItemProps=n.buildItemProps.bind(n),n.confirmEdit=n.confirmEdit.bind(n),n.cancelEdit=n.cancelEdit.bind(n),n.handleSaveTableOrder=n.handleSaveTableOrder.bind(n),n.handleTableSave=n.handleTableSave.bind(n),n.getEntryId=n.getEntryId.bind(n),n.subFormRef=n.subFormRef.bind(n),n.handlePageChange=n.handlePageChange.bind(n),n.emitValue=n.emitValue.bind(n),n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props,n=null;if(t.$schema.disabled!==e.$schema.disabled||t.$schema.static!==e.$schema.static){var a=this.state.items.filter((function(e){return!e.__isPlaceholder}));n=(0,r.pi)((0,r.pi)({},n),{items:a,editIndex:-1,columns:this.buildColumns(t)})}t.columns!==e.columns&&(n=(0,r.pi)((0,r.pi)({},n),{columns:this.buildColumns(t)})),t.value!==e.value&&(n=(0,r.pi)((0,r.pi)({},n),{items:Array.isArray(t.value)?t.value.concat():[],editIndex:-1,raw:void 0})),n&&this.setState(n)},t.prototype.componentWillUnmount=function(){this.entries.dispose()},t.prototype.resolveVariableProps=function(e,t){var n={minLength:0,maxLength:1/0},r=e[t];if(!r)return n[t];if("string"==typeof r)if((0,i.SSQ)(r)){var a=(0,i.OgC)(r,e.data,"| raw");r="number"==typeof a&&a>=0?a:n[t]}else{var o=parseInt(r,10);r=isNaN(o)?n[t]:o}return r},t.prototype.subFormRef=function(e,t,n){this.subForms["".concat(t,"-").concat(n)]=e},t.prototype.validate=function(){return(0,r.mG)(this,void 0,void 0,(function(){var e,t,n,a,o,s,l,u,c,d,p,h=this;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e=this.props,t=e.value,n=e.translate,a=e.columns,o=this.resolveVariableProps(this.props,"minLength"),s=this.resolveVariableProps(this.props,"maxLength"),~this.state.editIndex?[2,n("Table.editing")]:o&&(!Array.isArray(t)||t.lengths?[2,n("Combo.maxLength",{maxLength:s})]:[3,2];case 2:return l=[],Object.keys(this.subForms).forEach((function(e){return h.subForms[e]&&l.push(h.subForms[e])})),l.length?[4,Promise.all(l.map((function(e){return e.validate()})))]:[3,4];case 3:return u=r.sent(),c=~u.indexOf(!1)?n("Form.validateFailed"):"",d="",!c&&Array.isArray(a)&&Array.isArray(t)&&a.some((function(e){if(e.unique&&e.name){var n=[];return t.some((function(t){var r=(0,i.E04)(t,e.name);return~n.indexOf(r)?(d="".concat(e.label||e.name),!0):(n.push(r),!1)}))}return!1}))&&(c=n("InputTable.uniqueError",{label:d})),[2,c];case 4:return this.tableStore?(p=this.tableStore.children.filter((function(e){return"FormItemStore"===(null==e?void 0:e.storeType)})),[4,Promise.all(p.map((function(e){return e.validate(h.props.value)})))]):[2];case 5:return r.sent(),[2]}}))}))},t.prototype.emitValue=function(){var e=this.state.items.filter((function(e){return!e.__isPlaceholder})),t=this.props.onChange;null==t||t(e)},t.prototype.doAction=function(e,t){for(var n,a,o=[],s=2;s=n.state.items.length?null:a.createElement(o.zx,{classPrefix:c,size:"sm",key:r,level:"link",tooltip:d("Table.deleteRow"),tooltipContainer:s&&s.getModalContainer?s.getModalContainer:void 0,disabled:g,onClick:n.removeItem.bind(n,l+h)},e.deleteBtnIcon?"string"==typeof e.deleteBtnIcon?a.createElement(o.JO,{icon:e.deleteBtnIcon,className:"icon"}):(0,i.rew)(e.classnames,e.deleteBtnIcon):null,e.deleteBtnLabel?a.createElement("span",null,e.deleteBtnLabel):null)}}),y.length){var b=u.find((function(e){return"operation"===e.type}));b||(b={type:"operation",buttons:[],label:d("Table.operation"),className:"v-middle nowrap",fixed:"right",width:"1%",innerClassName:"m-n"},u.push(b)),b.buttons=Array.isArray(b.buttons)?b.buttons.concat():[],b.buttons.unshift.apply(b.buttons,y)}return h&&u.unshift({label:d("Table.index"),width:"1%",children:function(e){return a.createElement("td",null,e.offset+e.data.index+1)}}),u},t.prototype.columnToQuickEdit=function(e){return e.type&&/^input\-|(?:select|picker|checkbox|checkboxes|editor|transfer|radios)$/i.test(e.type)||~["textarea","combo","condition-builder","group"].indexOf(e.type)?(0,r.pi)((0,r.pi)({},e),{label:""}):{type:"input-text"}},t.prototype.handleTableSave=function(e,t,n){var a,o=this.props.perPage;if(~this.state.editIndex){var s=this.state.items.concat(),l=s[this.state.editIndex];if(!l)return;var u=(0,r.pi)({},e);return this.entries.set(u,this.entries.get(l)||this.entityId++),this.entries.delete(l),s.splice(this.state.editIndex,1,u),void this.setState({items:s})}var c=this.state.page,d=this.state.items.concat();if(Array.isArray(e))n.forEach((function(e,n){var r=e.split(".").map((function(e){return parseInt(e,10)}));c&&c>1&&"number"==typeof o&&(r[0]+=(c-1)*o);var a=(0,i.IMU)(d,r),s=C()({},a,t[n]);d=(0,i.o5f)(d,r,1,s)}));else{var p=n.split(".").map((function(e){return parseInt(e,10)}));c&&c>1&&"number"==typeof o&&(p[0]+=(c-1)*o);var h=(0,i.IMU)(d,p),f=[];(null!==(a=this.props.$schema.columns)&&void 0!==a?a:[]).forEach((function(e){"combo"!==e.type||Array.isArray(t)||f.push(e.name)}));var m=k()({},h,t,(function(e,t,n,r,a,i){if(0===i.size&&-1===f.indexOf(n)&&Array.isArray(e)&&Array.isArray(t))return t}));d=(0,i.o5f)(d,p,1,m),this.entries.set(m,this.entries.get(h)||this.entityId++)}this.setState({items:d},this.emitValue)},t.prototype.handleSaveTableOrder=function(e,t){(0,this.props.onChange)(t.map((function(e){return(0,r.pi)({},e)})))},t.prototype.handlePageChange=function(e){this.setState({page:e})},t.prototype.handlePristineChange=function(e,t){var n=this,r=this.props.needConfirm,a=Number(t);this.setState((function(t){var n=p()(t.items);return Number.isInteger(a)&&v()(a,0,n.length)&&!f()(n[a],e)?(n.splice(a,1,e),{items:n}):null}),(function(){!1===r?n.emitValue():Number.isInteger(a)&&n.startEdit(a,!0)}))},t.prototype.removeEntry=function(e){this.entries.has(e)&&this.entries.delete(e)},t.prototype.getEntryId=function(e){return this.entries.has(e)||this.entries.set(e,this.entityId++),String(this.entries.get(e))},t.prototype.tableRef=function(e){for(var t;e&&e.getWrappedInstance;)e=e.getWrappedInstance();this.tableStore=null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.store},t.prototype.computedAddBtnDisabled=function(){var e=this.props.disabled;return void 0!==e?e:!!~this.state.editIndex},t.prototype.render=function(){var e,t,n=this,i=this.props,o=i.className;i.style,i.value;var s=i.disabled,l=i.render,u=i.placeholder,c=i.draggable,d=i.addable,p=i.columnsTogglable,h=i.combineNum,f=i.combineFromIndex,m=i.translate,v=i.canAccessSuperData,g=i.expandConfig,y=i.affixRow,b=i.prefixRow,w=i.formInited,_=i.perPage,C=i.classnames,E=i.rowClassName,k=i.rowClassNameExpr,S=i.affixHeader,x=void 0!==S&&S,T=i.autoFillHeight,M=void 0!==T&&T,O=i.tableContentClassName,N=i.static,D=i.showFooterAddBtn;i.showTableAddBtn;var A=i.footerAddBtn,L=this.resolveVariableProps(this.props,"maxLength");if(!1===w)return null;var P=this.state.items,F=!1,R=this.state.page||1,j=0,I=1;"number"==typeof _&&_&&P.length>_&&(I=Math.ceil(P.length/_),P=P.slice((R-1)*_,R*_),F=!0,j=(R-1)*_);var Y=this.computedAddBtnDisabled(),V=(0,r.pi)({type:"button",level:"primary",size:"sm",label:m("Table.add"),icon:"fa fa-plus",disabled:Y},Y?{disabledTip:m("Table.addButtonDisabledTip")}:{});return void 0!==A&&(V=Object.assign(V,A)),a.createElement("div",{className:C("InputTable",o)},l("body",{type:"table",placeholder:m(u),columns:this.state.columns,affixHeader:x,prefixRow:b,affixRow:y,affixOffsetTop:null!==(t=null!==(e=this.props.affixOffsetTop)&&void 0!==e?e:this.props.env.affixOffsetTop)&&void 0!==t?t:0,autoFillHeight:M,tableContentClassName:O},{ref:this.tableRef.bind(this),value:void 0,saveImmediately:!0,disabled:s,draggable:c&&!~this.state.editIndex,items:P,getEntryId:this.getEntryId,onSave:this.handleTableSave,onSaveOrder:this.handleSaveTableOrder,buildItemProps:this.buildItemProps,quickEditFormRef:this.subFormRef,columnsTogglable:p,combineNum:h,combineFromIndex:f,expandConfig:g,canAccessSuperData:v,reUseRow:!1,offset:j,rowClassName:E,rowClassNameExpr:k}),!N&&d&&!1!==D&&(!L||L>P.length)||F?a.createElement("div",{className:C("InputTable-toolbar")},d&&!1!==D?l("button",V,{onClick:function(){return n.addItem(n.state.items.length)}}):null,F?l("pager",{type:"pagination"},{activePage:R,lastPage:I,onPageChange:this.handlePageChange,className:"InputTable-pager"}):null):null)},t.defaultProps={placeholder:"placeholder.empty",scaffold:{},addBtnIcon:"plus",copyBtnIcon:"copy",editBtnIcon:"pencil",deleteBtnIcon:"minus",confirmBtnIcon:"check",cancelBtnIcon:"close",valueField:"",minLength:0,maxLength:1/0,showFooterAddBtn:!0,showTableAddBtn:!0},t.propsList=["onChange","name","columns","label","scaffold","showTableAddBtn","addable","removable","copyable","editable","addApi","updateApi","deleteApi","needConfirm","canAccessSuperData","formStore"],(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handlePristineChange",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.xJW)({type:"input-table"})],t)}(S)},94025:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(21261),s=n(13311),l=n.n(s),u=n(93754),c=n.n(u),d=n(2883),p=n.n(d),h=n(73935),f=n(23034),m=n(35301),v=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.input=a.createRef(),t.state={isOpened:!1,inputValue:"",isFocused:!1},t}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props;e.value!==t.value&&this.setState({inputValue:""})},t.prototype.doAction=function(e,t,n){var r=this.props,a=r.resetValue,i=r.onChange,o=null==e?void 0:e.actionType;"clear"===o?null==i||i(""):"reset"===o&&(null==i||i(null!=a?a:""))},t.prototype.dispatchEvent=function(e,t){return void 0===t&&(t={}),(0,r.mG)(this,void 0,void 0,(function(){var n,a,o,s;return(0,r.Jh)(this,(function(l){switch(l.label){case 0:return n=this.props,a=n.dispatchEvent,o=n.options,[4,a(e,(0,i.vXk)(this.props,(0,r.pi)({options:o,items:o},t),"value"))];case 1:return[2,!!(null==(s=l.sent())?void 0:s.prevented)]}}))}))},t.prototype.normalizeInputValue=function(e){var t=this.props,n=t.enableBatchAdd,r=t.separator,a=[];return n&&r&&"string"==typeof r?a=e.split(r):a.push(e),a.filter(Boolean).map((function(e){return{value:e,label:e}}))},t.prototype.normalizeOptions=function(e){var t=this.props,n=t.joinValues,r=t.extractValue,a=t.delimiter,i=t.valueField;return n?e.map((function(e){return e[i||"value"]})).join(a||","):r?e.map((function(e){return e[i||"value"]})):e},t.prototype.normalizeMergedValue=function(e,t){void 0===t&&(t=!0);var n=this.props.selectedOptions,r=p()(n.concat(),this.normalizeInputValue(e),(function(e,t){return e.value===t.value}));return t?this.normalizeOptions(r):r},t.prototype.validateInputValue=function(e){var t=this.props,n=t.max,r=t.maxTagLength;t.enableBatchAdd,t.separator;var a=t.onInputValidateFailed,i=this.normalizeMergedValue(e,!1);if(null!=n&&c()(n)&&i.length>n)return null==a||a(i.map((function(e){return e.value})),"max"),!1;var o=this.normalizeInputValue(e);return null==r||!c()(r)||!o.some((function(e){return e.value.length>r}))||(null==a||a(o.map((function(e){return e.value})),"maxLength"),!1)},t.prototype.getValue=function(e,t){void 0===e&&(e="normal"),void 0===t&&(t={});var n=this.props,r=n.selectedOptions,a=n.joinValues,i=n.extractValue,o=n.delimiter,s=n.valueField,l=r.concat();return"push"===e?l.push(t):"pop"===e&&l.pop(),a?l.map((function(e){return e[s||"value"]})).join(o||","):i?l.map((function(e){return e[s||"value"]})):l},t.prototype.addItem=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,i,o;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return this.isReachMax()?[2]:(t=this.props,n=t.selectedOptions,a=t.onChange,i=n.concat(),l()(i,(function(t){return t.value==e.value}))?[2]:(o=this.getValue("push",e),[4,this.dispatchEvent("change",{value:o,selectedItems:n.concat(e)})]));case 1:return r.sent()||a(o),[2]}}))}))},t.prototype.handleFocus=function(e){var t,n;return(0,r.mG)(this,void 0,void 0,(function(){var a;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return this.setState({isFocused:!0,isOpened:!0}),a=this.getValue("normal"),[4,this.dispatchEvent("focus",{value:a,selectedItems:this.props.selectedOptions})];case 1:return r.sent()||null===(n=(t=this.props).onFocus)||void 0===n||n.call(t,e),[2]}}))}))},t.prototype.handleBlur=function(e){var t,n;return(0,r.mG)(this,void 0,void 0,(function(){var a,i,o,s,l;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return a=this.props,i=a.selectedOptions,o=a.onChange,s=this.state.inputValue.trim(),this.validateInputValue(s)?(l=this.normalizeMergedValue(s),[4,this.dispatchEvent("blur",{value:l,selectedItems:i})]):(this.setState({isFocused:!1,isOpened:!1}),[2]);case 1:return r.sent()||null===(n=(t=this.props).onBlur)||void 0===n||n.call(t,e),this.setState({isFocused:!1,isOpened:!1,inputValue:""},s?function(){i.length!==l.length&&(null==o||o(l))}:void 0),[2]}}))}))},t.prototype.close=function(){this.setState({isOpened:!1})},t.prototype.handleInputChange=function(e){this.setState({inputValue:e})},t.prototype.handleChange=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,i,o,s,l;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.joinValues,a=t.extractValue,i=t.delimiter,o=t.valueField,s=t.onChange,l=Array.isArray(e)?e.concat():[],(n||a)&&(l=e.map((function(e){return e[o||"value"]}))),n&&(l=l.join(i||",")),[4,this.dispatchEvent("change",{value:l,selectedItems:e})];case 1:return r.sent()||s(l),[2]}}))}))},t.prototype.renderItem=function(e){var t=this.props.labelField;return"".concat(e[t||"label"])},t.prototype.handleKeyDown=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,i,o,s,l,u;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.selectedOptions,a=t.onChange,i=t.delimiter,o=this.state.inputValue.trim(),s=n.concat({label:o,value:o}),!n.length||o||"Backspace"!=e.key?[3,2]:(l=this.getValue("pop"),[4,this.dispatchEvent("change",{value:l,selectedItems:s})]);case 1:return(u=r.sent())||a(l),[3,4];case 2:return!o||"Enter"!==e.key&&e.key!==i?[3,4]:(e.preventDefault(),e.stopPropagation(),l=this.normalizeMergedValue(o),[4,this.dispatchEvent("change",{value:l,selectedItems:s})]);case 3:if(u=r.sent(),!this.validateInputValue(o))return this.setState({isFocused:!1,isOpened:!1}),[2];u||n.length===l.length||a(l),this.setState({inputValue:""}),r.label=4;case 4:return[2]}}))}))},t.prototype.handleOptionChange=function(e){this.isReachMax()||this.state.inputValue||!e||this.addItem(e)},t.prototype.getTarget=function(){return this.input.current},t.prototype.getParent=function(){return this.input.current&&(0,h.findDOMNode)(this.input.current).parentElement},t.prototype.reload=function(){var e=this.props.reloadOptions;null==e||e()},t.prototype.isReachMax=function(){var e=this.props,t=e.max,n=e.selectedOptions;return null!=t&&c()(t)&&n.length>=t},t.prototype.render=function(){var e=this,t=this.props,n=t.className;t.style;var s=t.classnames,l=t.disabled,u=t.placeholder,c=t.name,d=t.clearable,p=t.selectedOptions,h=t.loading,m=t.popOverContainer,v=t.dropdown,g=t.options,y=t.optionsTip,b=t.maxTagCount,w=t.overflowTagPopover,_=t.translate,C=t.loadingConfig,E=Array.isArray(g)?(0,i.get)(g,(function(e){return Array.isArray(e.children)&&!!e.children.length||void 0!==e.value&&!~p.indexOf(e)}),0,!0):[],k=this.isReachMax();return a.createElement(o.ZP,{selectedItem:p,isOpen:this.state.isFocused,inputValue:this.state.inputValue,onChange:this.handleOptionChange,itemToString:this.renderItem},(function(t){var o=t.isOpen,S=t.highlightedIndex,x=t.getItemProps,T=t.getInputProps;return a.createElement("div",{className:s(n,"TagControl")},a.createElement(f.Al,(0,r.pi)({},T({name:c,ref:e.input,placeholder:_(null!=u?u:"Tag.placeholder"),value:e.state.inputValue,onKeyDown:e.handleKeyDown,onFocus:e.handleFocus,onBlur:e.handleBlur,disabled:l}),{inputPlaceholder:"",onChange:e.handleInputChange,className:s("TagControl-input"),result:p,onResultChange:e.handleChange,itemRender:e.renderItem,clearable:d,maxTagCount:b,overflowTagPopover:w,allowInput:!0}),h?a.createElement(f.$j,{loadingConfig:C,size:"sm"}):void 0),!1!==v?a.createElement(i.aVW,{container:m||e.getParent,target:e.getTarget,placement:"auto",show:o&&!!E.length},a.createElement(i.v$m,{overlay:!0,className:s("TagControl-popover"),onHide:e.close},a.createElement(f.QE,{options:E,itemRender:e.renderItem,highlightIndex:S,getItemProps:function(e){var t=e.item,n=e.index;return(0,r.pi)({},x({index:n,item:t,disabled:k||t.disabled,className:s("ListMenu-item",{"is-disabled":k})}))}}))):a.createElement("div",{className:s("TagControl-sug")},y?a.createElement("div",{className:s("TagControl-sugTip")},_(y)):null,g.map((function(t,n){return a.createElement("div",{className:s("TagControl-sugItem",{"is-disabled":t.disabled||l||k}),key:n,onClick:e.addItem.bind(e,t)},t.label)}))))}))},t.defaultProps={resetValue:"",labelField:"label",valueField:"value",multiple:!0,placeholder:"Tag.placeholder",optionsTip:"Tag.tip",separator:"-"},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String,Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"dispatchEvent",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getValue",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleFocus",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleBlur",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"close",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleInputChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Array]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Object)],t.prototype,"renderItem",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleKeyDown",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleOptionChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getTarget",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getParent",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"isReachMax",null),(0,r.gn)([(0,m.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.PureComponent);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.oZB)({type:"input-tag"})],t)}(v)},72892:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(21261),s=n(90233),l=n(23279),u=n.n(l),c=n(13311),d=n.n(c),p=n(23034),h=n(35301),f=function(e){function t(t){var n=e.call(this,t)||this,r=t.value;return n.state={isOpen:!1,inputValue:t.multiple||!1===t.creatable?"":n.valueToString(r),isFocused:!1,revealPassword:!1},n.focus=n.focus.bind(n),n.clearValue=n.clearValue.bind(n),n.toggleRevealPassword=n.toggleRevealPassword.bind(n),n.inputRef=n.inputRef.bind(n),n.handleClick=n.handleClick.bind(n),n.handleFocus=n.handleFocus.bind(n),n.handleBlur=n.handleBlur.bind(n),n.handleInputChange=n.handleInputChange.bind(n),n.handleKeyDown=n.handleKeyDown.bind(n),n.handleChange=n.handleChange.bind(n),n.handleStateChange=n.handleStateChange.bind(n),n.loadAutoComplete=u()(n.loadAutoComplete.bind(n),250,{trailing:!0,leading:!1}),n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=this,t=this.props,n=t.formItem,a=t.autoComplete,o=t.addHook,s=t.formInited,l=t.data,u=t.name;(0,i.X1t)(a,l)&&n&&(s?n.loadOptions(a,(0,i.nW9)(l,{term:""})):o&&(this.unHook=o((function(t){return(0,r.mG)(e,void 0,void 0,(function(){return(0,r.Jh)(this,(function(e){switch(e.label){case 0:return[4,n.loadOptions(a,(0,i.nW9)(t,{term:""}))];case 1:return e.sent(),n.value&&(0,i.NI0)(t,u,n.value),[2]}}))}))}),"init")))},t.prototype.componentDidUpdate=function(e){var t=this.props;e.value!==t.value&&this.setState({inputValue:t.multiple||!1===t.creatable?"":this.valueToString(t.value)}),e.revealPassword!==t.revealPassword&&!t.revealPassword&&this.setState({revealPassword:!1})},t.prototype.componentWillUnmount=function(){this.unHook&&this.unHook()},t.prototype.inputRef=function(e){this.input=e},t.prototype.doAction=function(e,t){var n=null==e?void 0:e.actionType;~["clear","reset"].indexOf(n)?this.clearValue():"focus"===n&&this.focus()},t.prototype.focus=function(){if(this.input){this.input.focus();var e=this.input.value.length;e&&("email"===this.input.type?(this.input.type="text",this.input.setSelectionRange(e,e),this.input.type="email"):this.input.setSelectionRange(e,e))}},t.prototype.clearValue=function(){var e=this,t=this.props,n=t.onChange,r=t.resetValue;n(r),this.setState({inputValue:r},(function(){e.focus(),e.loadAutoComplete()}))},t.prototype.removeItem=function(e){var t=this.props,n=t.selectedOptions,r=t.onChange,a=n.concat();a.splice(e,1),r(this.normalizeValue(a))},t.prototype.handleClick=function(){return(0,r.mG)(this,void 0,void 0,(function(){var e,t,n,a;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e=this.props,t=e.dispatchEvent,n=e.value,[4,t("click",(0,i.vXk)(this.props,{value:n},"value"))];case 1:return(null==(a=r.sent())?void 0:a.prevented)||(this.state.isFocused||this.focus(),this.setState({isOpen:!0})),[2]}}))}))},t.prototype.handleFocus=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,o,s;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.dispatchEvent,a=t.onFocus,o=t.value,this.setState({isOpen:!0,isFocused:!0}),[4,n("focus",(0,i.vXk)(this.props,{value:o},"value"))];case 1:return(null==(s=r.sent())?void 0:s.prevented)||null==a||a(e),[2]}}))}))},t.prototype.handleBlur=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,o,s,l,u;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.onBlur,a=t.trimContents,o=t.value,s=t.onChange,l=t.dispatchEvent,this.setState({isFocused:!1},(function(){a&&o&&"string"==typeof o&&s(o.trim())})),[4,l("blur",(0,i.vXk)(this.props,{value:o},"value"))];case 1:return(null==(u=r.sent())?void 0:u.prevented)||n&&n(e),[2]}}))}))},t.prototype.handleInputChange=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,o,s,l,u=this;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.transformValue(e.currentTarget.value),n=this.props,a=n.creatable,o=n.multiple,s=n.onChange,[4,(0,n.dispatchEvent)("change",(0,i.vXk)(this.props,{value:t},"value"))];case 1:return(null==(l=r.sent())?void 0:l.prevented)||this.setState({inputValue:t},(function(){!1===a||o||null==s||s(t),u.loadAutoComplete()})),[2]}}))}))},t.prototype.handleKeyDown=function(e){var t;return(0,r.mG)(this,void 0,void 0,(function(){var n,a,o,s,l,u,c,p,h,f;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return n=this.props,a=n.selectedOptions,o=n.onChange,s=n.multiple,l=n.creatable,u=n.dispatchEvent,c=(null===(t=this.props)||void 0===t?void 0:t.valueField)||"value",!a.length||this.state.inputValue||8!==e.keyCode?[3,1]:(e.preventDefault(),(h=a.concat()).pop(),o(this.normalizeValue(h)),this.setState({inputValue:""},this.loadAutoComplete),[3,4]);case 1:return"Enter"===e.key&&this.state.inputValue&&"number"!=typeof this.highlightedIndex&&!1!==l?(e.preventDefault(),p=this.state.inputValue,s&&p&&(d()(a,(function(e){return e[c]==p}))?p=this.normalizeValue(a).concat():((h=a.concat()).push({label:p,value:p}),p=this.normalizeValue(h).concat())),[4,u("enter",(0,i.vXk)(this.props,{value:p},"value"))]):[3,3];case 2:return(null==(f=r.sent())?void 0:f.prevented)?[2]:(o(p),this.setState({inputValue:s?"":p,isOpen:!1},this.loadAutoComplete),[3,4]);case 3:"Enter"===e.key&&this.state.isOpen&&"number"!=typeof this.highlightedIndex&&this.setState({isOpen:!1}),r.label=4;case 4:return[2]}}))}))},t.prototype.handleChange=function(e){var t=this.props,n=t.onChange,r=t.multiple,a=t.options,i=t.selectedOptions,o=t.creatable,s=t.valueField,l=a.find((function(t){return t[s||"value"]===e}));if(r){var u=i.concat();l&&u.push(l),n(this.normalizeValue(u))}else n(l?this.normalizeValue(l):e);(r||!1===o)&&this.setState({inputValue:""},this.loadAutoComplete)},t.prototype.handleStateChange=function(e){var t=this.props.creatable,n=this.props.multiple||this.props.multi;switch(e.type){case o.ZP.stateChangeTypes.itemMouseEnter:case o.ZP.stateChangeTypes.changeInput:this.setState({isOpen:!0});break;default:var r={};void 0!==e.isOpen&&(r.isOpen=e.isOpen),void 0!==e.highlightedIndex&&(this.highlightedIndex=e.highlightedIndex),!n&&!1===t&&this.state.isOpen&&!1===e.isOpen&&(r.inputValue=""),this.setState(r)}},t.prototype.handleNormalInputChange=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,o,s,l,u;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.onChange,a=t.dispatchEvent,o=t.trimContents,s=t.clearValueOnEmpty,"string"==typeof(l=this.transformValue(e.currentTarget.value))&&(o&&(l=l.trim()),s&&""===l&&(l=void 0)),[4,a("change",(0,i.vXk)(this.props,{value:l},"value"))];case 1:return(null==(u=r.sent())?void 0:u.prevented)||n(l),[2]}}))}))},t.prototype.normalizeValue=function(e){var t=this.props,n=t.multiple,r=t.delimiter,a=t.joinValues,i=t.extractValue,o=t.valueField,s=Array.isArray(e)?e:e?[e]:[];if(a)return s.map((function(e){return e[o||"value"]})).join(r||",");if(i){var l=s.map((function(e){return e[o||"value"]}));return n?l:l[0]}return n?s:s[0]},t.prototype.transformValue=function(e){var t=this.props.transform;return t?(Object.keys(t).forEach((function(n){var r=t[n];switch(n){case"lowerCase":r&&(e=e.toLowerCase());break;case"upperCase":r&&(e=e.toUpperCase())}})),e):e},t.prototype.loadAutoComplete=function(){var e=this.props,t=e.formItem,n=e.autoComplete,r=e.data;(0,i.X1t)(n,r)&&t&&t.loadOptions(n,(0,i.nW9)(r,{term:this.state.inputValue||""}),{extendsOptions:!0})},t.prototype.reload=function(){var e=this.props.reloadOptions;e&&e()},t.prototype.valueToString=function(e){return null==e?"":"string"==typeof e?e:e instanceof Date?e.toISOString():JSON.stringify(e)},t.prototype.renderSugestMode=function(){var e,t=this,n=this.props,l=n.className;n.style;var u=n.inputControlClassName,c=n.nativeInputClassName,d=n.inputOnly,h=n.value,f=n.placeholder,m=n.classnames,v=n.disabled,g=n.readOnly,y=n.name,b=n.loading,w=n.clearable,_=n.options,C=n.selectedOptions,E=n.autoComplete,k=n.labelField,S=n.valueField,x=n.multiple,T=n.creatable,M=n.borderMode,O=n.showCounter,N=n.maxLength,D=n.minLength,A=n.translate,L=n.loadingConfig,P=null===(e=this.props.type)||void 0===e?void 0:e.replace(/^(?:native|input)\-/,"");return a.createElement(o.ZP,{isOpen:this.state.isOpen&&!v&&!g,inputValue:this.state.inputValue,onChange:this.handleChange,onStateChange:this.handleStateChange,selectedItem:C.map((function(e){return e[S||"value"]}))},(function(e){var n,o,F,R=e.getInputProps,j=e.getItemProps,I=e.isOpen,Y=e.inputValue,V=e.selectedItem,H=e.highlightedIndex,Z=Y&&I&&!E?(0,s.Lu)(_,Y,{keys:[k||"label",S||"value"]}):_,B=I?function(e,t,n){return void 0===n&&(n="value"),e.filter((function(e){return-1===t.indexOf(e[n||"value"])})).reduce((function(e,t,r){return e[t[n||"value"]]=r,e}),{})}(Z,V):{};return Z=Z.filter((function(e){return!~V.indexOf(e.value)})),t.state.inputValue&&!1!==T&&x&&!Z.some((function(e){return e.value===t.state.inputValue}))&&!~V.indexOf(t.state.inputValue)&&Z.push(((n={})[k||"label"]=t.state.inputValue,n[S||"value"]=t.state.inputValue,n.isNew=!0,n)),a.createElement("div",{className:m("TextControl-input TextControl-input--withAC",u,d?l:"",(o={"is-opened":I,"TextControl-input--multiple":x},o["TextControl-input--border".concat((0,i.zfV)(M))]=M,o)),onClick:t.handleClick},a.createElement(a.Fragment,null,!f||C.length||t.state.inputValue||t.state.isFocused?null:a.createElement("div",{className:m("TextControl-placeholder")},f),C.map((function(e,n){return x?a.createElement("div",{className:m("TextControl-value"),key:n},a.createElement("span",{className:m("TextControl-valueLabel")},"".concat(e[k||"label"])),a.createElement(p.JO,{icon:"close",className:m("TextControl-valueIcon","icon"),onClick:t.removeItem.bind(t,n)})):Y&&I||!1!==T?null:a.createElement("div",{className:m("TextControl-value"),key:n},e.label)})),a.createElement(p.II,(0,r.pi)({},R({name:y,ref:t.inputRef,disabled:v,readOnly:g,type:P,onFocus:t.handleFocus,onBlur:t.handleBlur,onChange:t.handleInputChange,onKeyDown:t.handleKeyDown,maxLength:N,minLength:D}),{autoComplete:"off",size:10,className:m(c)}))),w&&!v&&!g&&h?a.createElement("a",{onClick:t.clearValue},a.createElement(p.JO,{icon:"input-clear",className:"icon",wrapClassName:m("TextControl-clear"),iconContent:"InputBox-clear"})):null,O?a.createElement("span",{className:m("TextControl-counter")},"".concat(null===(F=t.valueToString(h))||void 0===F?void 0:F.length).concat("number"==typeof N&&N?"/".concat(N):"")):null,b?a.createElement(p.$j,{show:!0,icon:"reload",size:"sm",spinnerClassName:m("TextControl-spinner"),loadingConfig:L}):null,I&&Z.length?a.createElement("div",{className:m("TextControl-sugs")},Z.map((function(e){var t=e[k||"label"],n=e[S||"value"];return a.createElement("div",(0,r.pi)({},j({item:n,disabled:e.disabled,className:m("TextControl-sugItem",{"is-highlight":H===B[n],"is-disabled":e.disabled})}),{key:n}),e.isNew?a.createElement("span",null,A("Text.add",{label:t}),a.createElement(p.JO,{icon:"enter",className:"icon"})):a.createElement("span",null,e.disabled?t:(0,i.CHQ)(t,Y),e.tip))}))):null)}))},t.prototype.toggleRevealPassword=function(){this.setState({revealPassword:!this.state.revealPassword})},t.prototype.renderNormal=function(){var e,t,n,r=this.props;r.classPrefix;var o=r.classnames,s=r.className;r.style;var l=r.inputControlClassName,u=r.nativeInputClassName,c=r.inputOnly,d=r.value,h=r.placeholder;r.onChange;var f=r.disabled,m=r.readOnly,v=r.max,g=r.min,y=r.step,b=r.clearable,w=r.revealPassword,_=void 0===w||w,C=r.name,E=r.borderMode,k=r.prefix,S=r.suffix,x=r.data,T=r.showCounter,M=r.maxLength,O=r.minLength,N=null===(t=this.props.type)||void 0===t?void 0:t.replace(/^(?:native|input)\-/,"");return a.createElement("div",{className:o("TextControl-input",(e={},e["TextControl-input--border".concat((0,i.zfV)(E))]=E,e),l,c?s:"")},k?a.createElement("span",{className:o("TextControl-inputPrefix")},(0,i.hXT)(k,x)):null,a.createElement(p.II,{name:C,placeholder:h,ref:this.inputRef,disabled:f,readOnly:m,type:this.state.revealPassword?"text":N,onFocus:this.handleFocus,onBlur:this.handleBlur,max:v,min:g,maxLength:M,minLength:O,autoComplete:"off",size:10,step:y,onChange:this.handleNormalInputChange,value:this.valueToString(d),className:o(u,{"TextControl-input-password":"password"===N&&_})}),b&&!f&&!m&&d?a.createElement("a",{onClick:this.clearValue,className:o("TextControl-clear")},a.createElement(p.JO,{icon:"input-clear",className:"icon",iconContent:"InputText-clear"})):null,"password"===N&&_&&!f?a.createElement("a",{onClick:this.toggleRevealPassword,className:o("TextControl-revealPassword")},this.state.revealPassword?a.createElement(p.JO,{icon:"view",className:o("TextControl-icon-view"),wrapClassName:o("TextControl-icon-view"),iconContent:"InputText-view"}):a.createElement(p.JO,{icon:"invisible",className:o("TextControl-icon-invisible"),wrapClassName:o("TextControl-icon-invisible"),iconContent:"InputText-invisible"})):null,T?a.createElement("span",{className:o("TextControl-counter")},"".concat(null===(n=this.valueToString(d))||void 0===n?void 0:n.length).concat("number"==typeof M&&M?"/".concat(M):"")):null,S?a.createElement("span",{className:o("TextControl-inputSuffix")},(0,i.hXT)(S,x)):null)},t.prototype.renderBody=function(e){var t,n,r=this.props,o=r.classnames,s=r.className;r.style;var l=r.classPrefix,u=r.addOn,c=r.render,d=r.data,p=r.disabled,h=r.inputOnly,f=r.static,m=r.addOnClassName,v="string"==typeof u?{label:u,type:"plain"}:u,g=(0,i.rew)(o,null==v?void 0:v.icon,"Icon"),y=v&&!f?v.actionType||~["button","submit","reset","action"].indexOf(v.type)?a.createElement("div",{className:o("".concat(l,"TextControl-button"),m)},c("addOn",v,{disabled:p})):a.createElement("div",{className:o("".concat(l,"TextControl-addOn"),m)},g,v.label?(0,i.hXT)(v.label,d):null):null;if(h)return e;var b=f?o("".concat(l,"TextControl"),((n={})["".concat(l,"TextControl--withAddOn")]=!!y,n)):o(s,"".concat(l,"TextControl"),((t={})["".concat(l,"TextControl--withAddOn")]=!!y,t["is-focused"]=this.state.isFocused,t["is-disabled"]=p,t));return a.createElement("div",{className:b},v&&"left"===v.position?y:null,e,v&&"left"!==v.position?y:null)},t.prototype.render=function(){var e=this.props,t=e.options,n=e.source,r=e.autoComplete,a=e.css,o=e.inputControlClassName,s=e.id,l=e.addOnClassName,u=!1!==r&&(n||(null==t?void 0:t.length)||r)?this.renderSugestMode():this.renderNormal();return(0,i.yy$)(a,[{key:"inputControlClassName",value:o,weights:{active:{pre:"is-focused ."}}}],s),(0,i.yy$)(a,[{key:"addOnClassName",value:l}],s+"-addOn"),this.renderBody(u)},t.defaultProps={resetValue:"",labelField:"label",valueField:"value",placeholder:"",allowInputText:!0,trimContents:!0},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleNormalInputChange",null),(0,r.gn)([(0,h.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",Object)],t.prototype,"render",null),t}(a.PureComponent);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.oZB)({type:"input-text"})],t)}(f),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.oZB)({type:"input-password"})],t)}(f),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.oZB)({type:"input-email",validations:"isEmail"})],t)}(f),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.oZB)({type:"input-url",validations:"isUrl"})],t)}(f),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.oZB)({type:"native-date"})],t)}(f),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.oZB)({type:"native-time"})],t)}(f),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.oZB)({type:"native-number"})],t)}(f)},81521:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(57557),o=n.n(i),s=n(23279),l=n.n(s),u=n(94184),c=n.n(u),d=n(90233),p=n(23034),h=n(34594),f=n(35301);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,h.oZB)({type:"input-tree"})],t)}(function(e){function t(t){var n,r=this;return(r=e.call(this,t)||this).state={keyword:"",filteredOptions:null!==(n=r.props.options)&&void 0!==n?n:[]},r.handleSearch=l()(r.handleSearch.bind(r),250,{trailing:!0,leading:!1}),r}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props,n=this.state.keyword;if(e.options!==t.options||e.searchable!==t.searchable){var r=t.options,a=t.searchable;this.setState({filteredOptions:a&&n?this.filterOptions(r,n):r})}},t.prototype.reload=function(){var e=this.props.reloadOptions;e&&e()},t.prototype.doAction=function(e,t,n){var r,a=null==e?void 0:e.actionType,i=this.props,o=i.resetValue,s=i.onChange;"clear"===a?null==s||s(""):"reset"===a?null==s||s(null!=o?o:""):"expand"===e.actionType?this.treeRef.syncUnFolded(this.props,null===(r=e.args)||void 0===r?void 0:r.openLevel):"collapse"===e.actionType&&this.treeRef.syncUnFolded(this.props,1)},t.prototype.filterOptions=function(e,t){var n=this,a=this.props,i=a.labelField,o=a.valueField;return e.map((function(e){if((e=(0,r.pi)({},e)).visible=!!(0,d.Lu)([e],t,{keys:[i||"label",o||"value"]}).length,!e.visible&&e.children){e.children=n.filterOptions(e.children,t);var a=e.children.filter((function(e){return e.visible})).length;e.visible=!!a}return e.visible&&(e.collapsed=!1),e}))},t.prototype.handleChange=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.onChange,[4,(0,t.dispatchEvent)("change",(0,h.vXk)(this.props,{value:e},"value"))];case 1:return(null==(a=r.sent())?void 0:a.prevented)||n&&n(e),[2]}}))}))},t.prototype.handleSearch=function(e){var t=this.props.options,n=this.filterOptions(t,e);this.setState({keyword:e,filteredOptions:e?n:t})},t.prototype.domRef=function(e){this.treeRef=e},t.prototype.validate=function(){var e=this.props,t=e.value,n=e.minLength,r=e.maxLength,a=e.delimiter,i=Array.isArray(t)?t:(t?String(t):"").split(a||",");return n&&i.lengthr?"已选择数量超出设定的最大个数".concat(r,",请取消选择超出的选项。"):void 0},t.prototype.renderOptionItem=function(e,t){var n=this.props,a=n.menuTpl,i=n.render,o=n.data;return i("option/".concat(t.index),a,{data:(0,h.nW9)((0,h.nW9)(o,(0,r.pi)({},t)),e)})},t.prototype.render=function(){var e=this.props,t=e.className;e.style;var n=e.treeContainerClassName,i=e.classPrefix,s=e.value,l=e.enableNodePath,u=e.pathSeparator,d=void 0===u?"/":u,f=e.disabled,m=e.joinValues,v=e.extractValue,g=e.delimiter,y=e.placeholder,b=e.options,w=e.multiple,_=e.valueField,C=e.initiallyOpen,E=e.unfoldedLevel,k=e.withChildren,S=e.onlyChildren,x=e.onlyLeaf,T=e.loading,M=e.hideRoot,O=e.rootLabel,N=e.autoCheckChildren,D=e.cascade,A=e.rootValue,L=e.showIcon,P=e.showRadio,F=e.showOutline,R=e.onAdd,j=e.creatable,I=e.createTip,Y=e.addControls,V=e.onEdit,H=e.editable,Z=e.editTip,B=e.editControls,z=e.removable,W=e.removeTip,U=e.onDelete,K=e.rootCreatable,J=e.rootCreateTip,q=e.labelField,G=e.iconField,$=e.nodePath,X=e.deferLoad,Q=e.expandTreeOptions,ee=e.translate,te=e.data,ne=e.virtualThreshold,re=e.itemHeight,ae=e.loadingConfig,ie=e.menuTpl,oe=e.enableDefaultIcon,se=e.searchable,le=e.searchConfig,ue=void 0===le?{}:le,ce=this.props.highlightTxt,de=this.state,pe=de.filteredOptions,he=de.keyword;(0,h.SSQ)(ce)&&(ce=(0,h.OgC)(ce,te));var fe=a.createElement(p.mp,{classPrefix:i,onRef:this.domRef,labelField:q,valueField:_,iconField:G,disabled:f,onChange:this.handleChange,joinValues:m,extractValue:v,delimiter:g,placeholder:ee(y),options:se?pe:b,highlightTxt:se?he:ce,multiple:w,initiallyOpen:C,unfoldedLevel:E,withChildren:k,onlyChildren:S,onlyLeaf:x,hideRoot:M,rootLabel:ee(O),rootValue:A,showIcon:L,showRadio:P,showOutline:F,autoCheckChildren:N,cascade:D,foldedField:"collapsed",value:s||"",nodePath:$,enableNodePath:l,pathSeparator:d,selfDisabledAffectChildren:!1,onAdd:R,creatable:j,createTip:I,rootCreatable:K,rootCreateTip:J,onEdit:V,editable:H,editTip:Z,removable:z,removeTip:W,onDelete:U,bultinCUD:!Y&&!B,onDeferLoad:X,onExpandTree:Q,virtualThreshold:ne,itemHeight:(0,h.He2)(re)>0?(0,h.He2)(re):void 0,itemRender:ie?this.renderOptionItem:void 0,enableDefaultIcon:oe});return a.createElement("div",{className:c()("".concat(i,"TreeControl"),t,n,{"is-sticky":se&&(null==ue?void 0:ue.sticky)})},a.createElement(p.$j,{size:"sm",key:"info",show:T,loadingConfig:ae}),T?null:se?a.createElement(a.Fragment,null,a.createElement(p.Rj,(0,r.pi)({className:c()("".concat(i,"TreeControl-searchbox"),null==ue?void 0:ue.className,{"is-sticky":null==ue?void 0:ue.sticky}),mini:!1,clearable:!0},o()(ue,"className","sticky"),{onSearch:this.handleSearch})),fe):fe)},t.defaultProps={placeholder:"placeholder.noData",multiple:!1,rootLabel:"Tree.root",rootValue:"",showIcon:!0,enableNodePath:!1,pathSeparator:"/"},(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleChange",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"domRef",null),(0,r.gn)([h.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderOptionItem",null),(0,r.gn)([(0,f.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.Component))},20955:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(94184),s=n.n(o),l=n(93093),u=n(23034),c=n(35301),d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.className;e.style;var n=e.classPrefix,o=e.minDate,l=e.maxDate,c=e.minDuration,d=e.maxDuration,p=e.data,h=e.format;e.env;var f=(0,r._T)(e,["className","style","classPrefix","minDate","maxDate","minDuration","maxDuration","data","format","env"]);return a.createElement("div",{className:s()("".concat(n,"DateRangeControl"),t)},a.createElement(u.Dw,(0,r.pi)({viewMode:"years",format:h,classPrefix:n,data:p},f,{minDate:o?(0,i.kXI)(o,p,h):void 0,maxDate:l?(0,i.kXI)(l,p,h):void 0,minDuration:c?(0,i.RAA)(c):void 0,maxDuration:d?(0,i.RAA)(d):void 0,onChange:this.handleChange,onFocus:this.dispatchEvent,onBlur:this.dispatchEvent})))},(0,r.gn)([(0,c.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(l.Z);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.defaultProps={format:"X",inputFormat:"YYYY",joinValues:!0,delimiter:",",timeFormat:"",ranges:"thisyear,prevyear",animation:!0},t=(0,r.gn)([(0,i.xJW)({type:"input-year-range"})],t)}(d)},41812:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=(0,o.it)({sourceField:"schema",injectedPropsFilter:function(e,t){return{schema:e.config,loading:e.loading}}})(o.Yw),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=(0,r._T)(this.props,[]);return a.createElement(s,(0,r.pi)({},e))},t}(a.PureComponent);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.xJW)({type:"json-schema",strictMode:!1})],t)}(l)},42047:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(78718),o=n.n(i),s=n(34594),l=n(23034),u=n(2782),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.normalizePlaceholder=function(){var e=this.props.placeholder;return(0,s.Kn2)(e)?(0,r.pi)((0,r.pi)({},u.W),o()(e,["key","title","description","default","empty"])):u.W},t.prototype.renderModalProps=function(e,t){var n=this.props,r=n.render,a=n.advancedSettings;return r("modal",{type:"form",wrapWithPanel:!1,body:(null==a?void 0:a[null==e?void 0:e.type])||[],submitOnChange:!0},{data:e,onSubmit:function(e){return t(e)}})},t.prototype.render=function(){var e=this.props,t=e.enableAdvancedSetting,n=(0,r._T)(e,["enableAdvancedSetting"]);return a.createElement(l.hm,(0,r.pi)({},n,{placeholder:this.normalizePlaceholder(),enableAdvancedSetting:t,renderModalProps:this.renderModalProps}))},t.defaultProps={enableAdvancedSetting:!1,placeholder:u.W},(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Function]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderModalProps",null),t}(a.PureComponent);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,s.xJW)({type:"json-schema-editor"})],t)}(c)},7329:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(35301),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.doAction=function(e,t,n){var r=this.props,a=r.resetValue,i=r.onChange,o=null==e?void 0:e.actionType;"clear"===o?null==i||i(""):"reset"===o&&(null==i||i(null!=a?a:""))},t.prototype.handleDBClick=function(e,t){this.props.onToggle(e,!1,!0),this.props.onAction(null,{type:"submit"})},t.prototype.handleClick=function(e,t){t.target&&t.target.closest("a,button")||(0,this.props.onToggle)(e)},t.prototype.reload=function(){var e=this.props.reloadOptions;e&&e()},t.prototype.renderStatic=function(e){void 0===e&&(e="-");var t=this.props,n=t.itemSchema,r=t.labelField;t.valueField;var o=t.imageClassName,s=t.itemClassName,l=t.selectedOptions,u=t.classnames,c=t.render,d=t.data;return l.length?a.createElement("div",{className:u("StaticList")},l.map((function(e,t){var l=e[r||"label"];return l=l||"选项".concat(t+1),n||e.body||e.image?a.createElement("div",{key:t,className:u("ListControl-static-item",s)},n?c("".concat(t,"/body"),n,{data:(0,i.nW9)(d,e)}):e.body?c("".concat(t,"/body"),e.body):[e.image?a.createElement("div",{key:"image",className:u("ListControl-itemImage",o)},a.createElement("img",{src:e.image,alt:l})):null,a.createElement("div",{key:"label",className:u("ListControl-itemLabel")},l)]):a.createElement("div",{key:t,className:u("ListControl-static-item")},l)}))):e},t.prototype.render=function(){var e=this,t=this.props,n=t.render,r=t.itemClassName,o=t.classnames,s=t.className;t.style;var l=t.disabled,u=t.options,c=t.placeholder,d=t.selectedOptions,p=t.imageClassName,h=t.submitOnDBClick,f=t.itemSchema,m=t.data,v=t.labelField,g=t.listClassName,y=t.translate,b=null;return u&&u.length&&(b=a.createElement("div",{className:o("ListControl-items",g)},u.map((function(t,s){return a.createElement("div",{key:s,className:o("ListControl-item",r,{"is-active":~d.indexOf(t),"is-disabled":t.disabled||l}),onClick:e.handleClick.bind(e,t),onDoubleClick:h?e.handleDBClick.bind(e,t):void 0},f?n("".concat(s,"/body"),f,{data:(0,i.nW9)(m,t)}):t.body?n("".concat(s,"/body"),t.body):[t.image?a.createElement("div",{key:"image",className:o("ListControl-itemImage",p)},a.createElement("img",{src:t.image,alt:t[v||"label"]})):null,t[v||"label"]?a.createElement("div",{key:"label",className:o("ListControl-itemLabel")},String(t[v||"label"])):null])})))),a.createElement("div",{className:o("ListControl",s)},b||a.createElement("span",{className:o("ListControl-placeholder")},y(c)))},t.propsList=["itemSchema","value","renderFormItems"],t.defaultProps={clearable:!1,imageClassName:"",submitOnDBClick:!1},(0,r.gn)([(0,o.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.oZB)({type:"list-select",sizeMutable:!1})],t)}(s)},44717:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=n(35301),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.domRef=a.createRef(),t.state={isOpened:!1},t}return(0,r.ZT)(t,e),t.prototype.close=function(){this.setState({isOpened:!1})},t.prototype.open=function(){this.setState({isOpened:!0})},t.prototype.handleClick=function(){this.state.isOpened?this.close():this.open()},t.prototype.getParent=function(){var e;return null===(e=this.domRef.current)||void 0===e?void 0:e.parentElement},t.prototype.getTarget=function(){return this.domRef.current},t.prototype.renderStatic=function(e){var t;void 0===e&&(e="-");var n=this.props,r=n.classnames,s=n.value,l=n.vendor,u=n.ak,c=n.coordinatesType,d=n.popOverContainer,p=this.props.translate;return s?a.createElement("div",{className:this.props.classnames("LocationControl"),ref:this.domRef},a.createElement("span",null,s.address),a.createElement("a",{className:r("LocationPicker-toggler","ml-1"),onClick:this.handleClick},a.createElement(o.JO,{icon:"location",className:"icon"})),a.createElement(i.aVW,{target:this.getTarget,container:d||this.getParent,rootClose:!1,show:this.state.isOpened},a.createElement(i.v$m,{className:r("LocationPicker-popover"),onHide:this.close,overlay:!0,style:{width:null===(t=this.getTarget())||void 0===t?void 0:t.offsetWidth}},"baidu"===l?a.createElement(o.oM,{ak:u,value:s,coordinatesType:c}):a.createElement(o.Vp,null,p("${vendor} 地图控件不支持",{vendor:l}))))):a.createElement(a.Fragment,null,e)},t.prototype.render=function(){return this.props.style,a.createElement("div",{className:this.props.classnames("LocationControl")},a.createElement(o._Z,(0,r.pi)({},this.props,{ak:(0,i.hXT)(this.props.ak,this.props.data)})))},t.defaultProps={vendor:"baidu",coordinatesType:"bd09"},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"close",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"open",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClick",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getParent",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getTarget",null),(0,r.gn)([(0,s.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.xJW)({type:"location-picker"})],t)}(l)},55950:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=n(35301);function l(e,t){return Array.isArray(e)||(e=[]),Array.isArray(t)||(t=[]),e.map((function(e){return t.map((function(t){return(0,r.pi)((0,r.pi)((0,r.pi)({},t),e),{checked:!1})}))}))}!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.xJW)({type:"matrix-checkboxes",strictMode:!1,sizeMutable:!1})],t)}(function(e){function t(t){var n=e.call(this,t)||this;return n.mounted=!1,n.state={columns:t.columns||[],rows:t.rows||[],loading:!1},n.toggleItem=n.toggleItem.bind(n),n.reload=n.reload.bind(n),n.initOptions=n.initOptions.bind(n),n.mounted=!0,n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.formInited,n=e.addHook;t||!n?this.reload():n(this.initOptions,"init")},t.prototype.componentDidUpdate=function(e){var t=this.props;if(e.columns!==t.columns||e.rows!==t.rows)this.setState({columns:t.columns||[],rows:t.rows||[]});else if(t.formInited&&(t.source!==e.source||e.data!==t.data)){var n=(0,i.xkX)(e.source,e.data,{ignoreData:!0}),r=(0,i.xkX)(t.source,t.data,{ignoreData:!0});n.url!==r.url&&(0,i.Few)(r.url)&&this.reload()}},t.prototype.componentWillUnmount=function(){this.mounted=!1;var e=this.props.removeHook;null==e||e(this.initOptions,"init")},t.prototype.doAction=function(e,t,n){var r=this.props,a=r.resetValue,i=r.onChange,o=null==e?void 0:e.actionType;"clear"===o?null==i||i(""):"reset"===o&&(null==i||i(null!=a?a:""))},t.prototype.initOptions=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.reload()];case 1:return r.sent(),t=this.props,n=t.formItem,a=t.name,n?(n.value&&(0,i.NI0)(e,a,n.value),[2]):[2]}}))}))},t.prototype.reload=function(){return(0,r.mG)(this,void 0,void 0,(function(){var e,t,n,a,o,s,l=this;return(0,r.Jh)(this,(function(u){switch(u.label){case 0:if(e=this.props,t=e.source,n=e.data,a=e.env,o=e.onChange,s=e.translate,!(0,i.X1t)(t,n)||this.state.loading)return[2];if(!a||!a.fetcher)throw new Error("fetcher is required");return[4,new Promise((function(e,i){if(!l.mounted)return e();l.setState({loading:!0},(function(){if(!l.mounted)return e();a.fetcher(t,n).then((function(n){if(!n.ok)throw new Error(n.msg||s("fetchFailed"));if(!l.mounted)return e();l.setState({loading:!1,rows:n.data.rows||[],columns:n.data.columns||[]},(function(){t&&t.replaceData;var a=n.data.value;a&&(a=t.replaceData?a:function(e,t,n){return e.map((function(e,a){return e.map((function(e,i){return(0,r.pi)((0,r.pi)((0,r.pi)({},t[a]),n[i]),e)}))}))}(a,l.state.columns,l.state.rows),o(a)),e()}))})).catch((function(t){return l.setState({error:t,loading:!1},(function(){return e()}))}))}))}))];case 1:return[2,u.sent()]}}))}))},t.prototype.toggleItem=function(e,t,n){return(0,r.mG)(this,void 0,void 0,(function(){var a,o,s,u,c,d,p,h,f,m,v,g,y;return(0,r.Jh)(this,(function(b){switch(b.label){case 0:if(a=this.state,o=a.columns,s=a.rows,u=this.props,c=u.multiple,d=u.singleSelectMode,p=u.dispatchEvent,u.data,h=this.props.value||l(o,s),c)h[t][n]=(0,r.pi)((0,r.pi)({},h[t][n]),{checked:e});else if("row"===d)for(v=0,m=o.length;vc.length||t)&&p(m,!0),[4,d("change",(0,a.vXk)(this.props,{value:f,options:c,items:c},"value"))];case 1:return(null==(g=y.sent())?void 0:g.prevented)||i(f),[2]}}))}))},(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number]),(0,r.w6)("design:returntype",Promise)],t.prototype,"onTabChange",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String,Object,Function]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleTabSearch",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Boolean]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleChange",null),t}(u.Z);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.prototype.optionItemRender=function(e,t){var n=this.props,i=n.menuTpl,o=n.render,s=n.data,l=arguments[2]||{};return i?o("item/".concat(t.index),i,{data:(0,a.nW9)((0,a.nW9)(s,(0,r.pi)((0,r.pi)({},t),l)),e)}):c.PA.itemRender(e,t)},t.prototype.doAction=function(e,t){var n=this.props,r=n.resetValue,a=n.onChange,i=null==t?void 0:t.activeKey;switch(e.actionType){case"clear":null==a||a("");break;case"reset":null==a||a(null!=r?r:"");break;case"changeTabKey":this.setState({activeKey:i})}},t.prototype.render=function(){var e=this.props,t=e.className;e.style;var n=e.classnames,r=e.options,o=e.selectedOptions,s=e.sortable,u=e.loading,c=e.searchResultMode,d=e.showArrow,p=e.deferLoad,h=e.leftDeferLoad,f=e.disabled,m=e.selectTitle,v=e.resultTitle,g=e.itemHeight,y=e.virtualThreshold,b=e.onlyChildren,w=e.loadingConfig;return i.createElement("div",{className:n("TabsTransferControl",t)},i.createElement(l.C5,{onlyChildren:b,activeKey:this.state.activeKey,value:o,disabled:f,options:r,onChange:this.handleChange,option2value:this.option2value,sortable:s,searchResultMode:c,onSearch:this.handleTabSearch,showArrow:d,onDeferLoad:p,onLeftDeferLoad:h,selectTitle:m,resultTitle:v,optionItemRender:this.optionItemRender,resultItemRender:this.resultItemRender,onTabChange:this.onTabChange,itemHeight:(0,a.He2)(g)>0?(0,a.He2)(g):void 0,virtualThreshold:y}),i.createElement(l.$j,{overlay:!0,key:"info",show:u,loadingConfig:w}))},t.defaultProps={multiple:!0},(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"optionItemRender",null),(0,r.gn)([(0,d.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t=(0,r.gn)([(0,a.oZB)({type:"tabs-transfer"})],t)}(p)},80004:function(e,t,n){"use strict";var r=n(70655),a=n(34594),i=n(67294),o=n(23034),s=n(67610),l=n(35301);!function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={activeKey:0},t}(0,r.ZT)(t,e),t.prototype.dispatchEvent=function(e){var t=this.props,n=t.dispatchEvent,r=t.value;n(e,(0,a.vXk)(this.props,{value:r},"value"))},t.prototype.optionItemRender=function(e,t){var n=this.props,i=n.menuTpl,s=n.render,l=n.data,u=arguments[2]||{};return i?s("item/".concat(t.index),i,{data:(0,a.nW9)((0,a.nW9)(l,(0,r.pi)((0,r.pi)({},t),u)),e)}):o.Y1.itemRender(e,t)},t.prototype.doAction=function(e){var t=this.props,n=t.resetValue,r=t.onChange;switch(e.actionType){case"clear":null==r||r("");break;case"reset":null==r||r(null!=n?n:"")}},t.prototype.render=function(){var e=this,t=this.props,n=t.className;t.style;var r=t.classnames,s=t.options,l=t.selectedOptions,u=t.sortable,c=t.loading,d=t.searchResultMode,p=t.showArrow,h=t.deferLoad,f=t.disabled,m=t.selectTitle,v=t.resultTitle,g=t.pickerSize,y=t.leftMode,b=t.leftOptions,w=t.itemHeight,_=t.virtualThreshold,C=t.loadingConfig;return i.createElement("div",{className:r("TabsTransferControl",n)},i.createElement(o.u9,{activeKey:this.state.activeKey,onTabChange:this.onTabChange,value:l,disabled:f,options:s,onChange:this.handleChange,option2value:this.option2value,sortable:u,searchResultMode:d,onSearch:this.handleTabSearch,showArrow:p,onDeferLoad:h,selectTitle:m,resultTitle:v,size:g,leftMode:y,leftOptions:b,optionItemRender:this.optionItemRender,resultItemRender:this.resultItemRender,onFocus:function(){return e.dispatchEvent("focus")},onBlur:function(){return e.dispatchEvent("blur")},itemHeight:(0,a.He2)(w)>0?(0,a.He2)(w):void 0,virtualThreshold:_}),i.createElement(o.$j,{loadingConfig:C,overlay:!0,key:"info",show:c}))},(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"dispatchEvent",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"optionItemRender",null),(0,r.gn)([(0,l.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t=(0,r.gn)([(0,a.oZB)({type:"tabs-transfer-picker"})],t)}(s.S)},66024:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=n(35301),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.inputRef=a.createRef(),t}return(0,r.ZT)(t,e),t.prototype.doAction=function(e,t){var n=null==e?void 0:e.actionType,r=this.props.onChange;~["clear","reset"].indexOf(n)?(null==r||r(this.props.resetValue),this.focus()):"focus"===n&&this.focus()},t.prototype.focus=function(){var e;null===(e=this.inputRef.current)||void 0===e||e.focus()},t.prototype.handleChange=function(e){var t=this.props,n=t.onChange;(0,t.dispatchEvent)("change",(0,i.vXk)(this.props,{value:e},"value")),n&&n(e)},t.prototype.handleFocus=function(e){var t=this,n=this.props,a=n.onFocus,o=n.dispatchEvent,s=n.value;this.setState({focused:!0},(function(){return(0,r.mG)(t,void 0,void 0,(function(){var t;return(0,r.Jh)(this,(function(n){switch(n.label){case 0:return[4,o("focus",(0,i.vXk)(this.props,{value:s},"value"))];case 1:return(null==(t=n.sent())?void 0:t.prevented)||a&&a(e),[2]}}))}))}))},t.prototype.handleBlur=function(e){var t=this,n=this.props,a=n.onBlur,o=n.trimContents,s=n.value,l=n.onChange,u=n.dispatchEvent;this.setState({focused:!1},(function(){return(0,r.mG)(t,void 0,void 0,(function(){var t;return(0,r.Jh)(this,(function(n){switch(n.label){case 0:return o&&s&&"string"==typeof s&&l(s.trim()),[4,u("blur",(0,i.vXk)(this.props,{value:s},"value"))];case 1:return(null==(t=n.sent())?void 0:t.prevented)||a&&a(e),[2]}}))}))}))},t.prototype.renderStatic=function(e){void 0===e&&(e="-");var t=this.props,n=t.render,r=t.staticSchema,a=void 0===r?{}:r;return n("static-textarea",{type:"multiline-text",text:e,maxRows:a.limit||5},a)},t.prototype.render=function(){var e=(0,r._T)(this.props,[]);return a.createElement(o.gx,(0,r.pi)({},e,{forwardRef:this.inputRef,onFocus:this.handleFocus,onBlur:this.handleBlur,onChange:this.handleChange}))},t.defaultProps={minRows:3,maxRows:20,trimContents:!0,resetValue:"",clearable:!1},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleFocus",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleBlur",null),(0,r.gn)([(0,s.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.xJW)({type:"textarea"})],t)}(l)},97625:function(e,t,n){"use strict";n.d(t,{Z:function(){return c}});var r=n(70655),a=n(67294),i=n(13311),o=n.n(i),s=n(34594),l=n(23034),u=n(35301),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.reload=function(){var e=this.props.reloadOptions;null==e||e()},t.prototype.handleChange=function(e,t){return(0,r.mG)(this,void 0,void 0,(function(){var n,a,i,o,l,u,c,d,p,h,f,m,v,g,y,b;return(0,r.Jh)(this,(function(w){switch(w.label){case 0:return n=this.props,a=n.onChange,i=n.joinValues,o=n.delimiter,l=n.valueField,u=n.extractValue,c=n.options,d=n.dispatchEvent,p=n.setOptions,h=n.selectMode,f=n.deferApi,m=e,v=c.concat(),Array.isArray(e)?(m=e.map((function(e){var n=(0,s.L$8)(c,(0,s.IWw)(e[l||"value"],l||"value"));if(n){if(t){var a=(0,s.IMU)(v,n);v=(0,s.o5f)(v,n,1,(0,r.pi)((0,r.pi)({},a),e))}}else v.push(e);return i||u?e[l||"value"]:e})),i&&(m=m.join(o||","))):e&&(m=i||u?e[l||"value"]:e,(g=(0,s.L$8)(c,(0,s.IWw)(e[l||"value"],l||"value")))?t&&(y=(0,s.IMU)(v,g),v=(0,s.o5f)(v,g,1,(0,r.pi)((0,r.pi)({},y),e))):v.push(e)),!0==!("tree"!==h||!f&&!(0,s.hEs)(c,(function(e){return e.deferApi||e.defer})))||(v.length>c.length||t)&&p(v,!0),[4,d("change",(0,s.vXk)(this.props,{value:m,options:c,items:c},"value"))];case 1:return(null==(b=w.sent())?void 0:b.prevented)||a(m),[2]}}))}))},t.prototype.option2value=function(e){return e},t.prototype.handleSearch=function(e,t){return(0,r.mG)(this,void 0,void 0,(function(){var n,a,i,l,u,c,d,p,h,f,m,v;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:if(n=this.props,a=n.searchApi,i=n.options,l=n.labelField,u=n.valueField,c=n.env,d=n.data,p=n.translate,!a)return[3,5];r.label=1;case 1:return r.trys.push([1,3,,4]),[4,c.fetcher(a,(0,s.nW9)(d,{term:e}),{cancelExecutor:t})];case 2:if(!(h=r.sent()).ok)throw new Error(p(h.msg||"networkError"));if(f=h.data.options||h.data.items||h.data,!Array.isArray(f))throw new Error(p("CRUD.invalidArray"));return[2,f.map((function(e){var t=null,n=e[u||"value"];return Array.isArray(i)&&null!=n&&(t=o()(i,(0,s.IWw)(n,u))),t||e}))];case 3:return m=r.sent(),c.isCancel(m)||c.notify("error",m.message),[2,[]];case 4:return[3,6];case 5:return e?(v=(0,s.EvO)(e),[2,(0,s.get)(i,(function(e){return!!(Array.isArray(e.children)&&e.children.length||e[u||"value"]&&(v.test(e[l||"label"])||v.test(e[u||"value"])))}),0,!0)]):[2,i];case 6:return[2]}}))}))},t.prototype.handleResultSearch=function(e,t){var n=this.props,r=n.valueField,a=n.labelField,i=(0,s.EvO)(e),o=t[a||"label"],l=t[r||"value"];return i.test(o)||i.test(l)},t.prototype.optionItemRender=function(e,t){var n=this.props,r=n.menuTpl,a=n.render,i=n.data;return r?a("item/".concat(t.index),r,{data:(0,s.nW9)((0,s.nW9)(i,t),e)}):l.Y1.itemRender(e,t)},t.prototype.resultItemRender=function(e,t){var n=this.props,r=n.valueTpl,a=n.render,i=n.data;return r?a("value/".concat(t.index),r,{onChange:t.onChange,data:(0,s.nW9)((0,s.nW9)(i,t),e)}):l.E4.itemRender(e,t)},t.prototype.renderCell=function(e,t,n,a){var i=this.props,o=i.render,l=i.data,u=i.classnames,c=i.showInvalidMatch;return o("cell/".concat(n,"/").concat(a),(0,r.pi)({type:"text",className:u({"is-invalid":!!c&&(null==t?void 0:t.__unmatched)})},e),{value:(0,s.H_J)(e.name,t),data:(0,s.nW9)(l,t)})},t.prototype.getRef=function(e){for(;e&&e.getWrappedInstance;)e=e.getWrappedInstance();this.tranferRef=e},t.prototype.onSelectAll=function(e){var t=this.props,n=t.dispatchEvent,r=t.data;n("selectAll",(0,s.nW9)(r,{items:e}))},t.prototype.doAction=function(e,t,n){var r,a=this.props,i=a.resetValue,o=a.onChange;switch(e.actionType){case"clear":null==o||o("");break;case"reset":null==o||o(null!=i?i:"");break;case"selectAll":null===(r=this.tranferRef)||void 0===r||r.selectAll()}},t.prototype.render=function(){var e,t=this.props,n=t.className;t.style;var r=t.classnames,i=t.selectedOptions,o=t.showArrow,u=t.sortable,c=t.selectMode,d=t.columns,p=t.loading,h=t.searchable,f=t.searchResultMode,m=t.searchResultColumns,v=t.deferLoad,g=t.leftMode,y=t.rightMode,b=t.disabled,w=t.selectTitle,_=t.resultTitle;t.menuTpl;var C=t.searchPlaceholder,E=t.resultListModeFollowSelect,k=void 0!==E&&E,S=t.resultSearchPlaceholder,x=t.resultSearchable,T=void 0!==x&&x,M=t.statistics,O=t.labelField,N=t.virtualThreshold,D=t.itemHeight,A=t.loadingConfig,L=t.showInvalidMatch,P=t.onlyChildren,F=this.props,R=F.options,j=F.leftOptions,I=F.leftDefaultValue;return"associated"===c&&R&&R.length&&R[0].leftOptions&&Array.isArray(R[0].children)&&(j=R[0].leftOptions,I=null!==(e=R[0].leftDefaultValue)&&void 0!==e?e:I,R=R[0].children),a.createElement("div",{className:r("TransferControl",n)},a.createElement(l.FE,{onlyChildren:P,value:i,options:R,disabled:b,onChange:this.handleChange,option2value:this.option2value,sortable:u,showArrow:o,selectMode:c,searchResultMode:f,searchResultColumns:m,columns:d,onSearch:h?this.handleSearch:void 0,onDeferLoad:v,leftOptions:j,leftMode:g,rightMode:y,cellRender:this.renderCell,selectTitle:w,resultTitle:_,resultListModeFollowSelect:k,onResultSearch:this.handleResultSearch,searchPlaceholder:C,resultSearchable:T,resultSearchPlaceholder:S,statistics:M,labelField:O,optionItemRender:this.optionItemRender,resultItemRender:this.resultItemRender,onSelectAll:this.onSelectAll,onRef:this.getRef,virtualThreshold:N,itemHeight:(0,s.He2)(D)>0?(0,s.He2)(D):void 0,loadingConfig:A,showInvalidMatch:L}),a.createElement(l.$j,{overlay:!0,key:"info",loadingConfig:A,show:p}))},t.defaultProps={multiple:!0},(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Boolean]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleChange",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"option2value",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String,Function]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleSearch",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleResultSearch",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"optionItemRender",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"resultItemRender",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object,Number,Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderCell",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getRef",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Array]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onSelectAll",null),(0,r.gn)([(0,u.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.Component),d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t}(c);(0,s.oZB)({type:"transfer"})(d)},74610:function(e,t,n){"use strict";var r=n(70655),a=n(34594),i=n(67294),o=n(23034),s=n(97625),l=n(35301);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.prototype.dispatchEvent=function(e){var t=this.props,n=t.dispatchEvent,r=t.value;n(e,(0,a.vXk)(this.props,{value:r},"value"))},t.prototype.doAction=function(e){var t=this.props,n=t.resetValue,r=t.onChange;switch(e.actionType){case"clear":null==r||r("");break;case"reset":null==r||r(null!=n?n:"")}},t.prototype.render=function(){var e,t=this,n=this.props,r=n.className;n.style;var s=n.classnames,l=n.selectedOptions,u=n.sortable,c=n.loading,d=n.searchable,p=n.searchResultMode,h=n.showArrow,f=n.deferLoad,m=n.disabled,v=n.selectTitle,g=n.resultTitle,y=n.pickerSize,b=n.columns,w=n.leftMode,_=n.selectMode,C=n.borderMode,E=n.itemHeight,k=n.virtualThreshold,S=n.loadingConfig,x=this.props,T=x.options,M=x.leftOptions,O=x.leftDefaultValue;return"associated"===_&&T&&T.length&&T[0].leftOptions&&Array.isArray(T[0].children)&&(M=T[0].leftOptions,O=null!==(e=T[0].leftDefaultValue)&&void 0!==e?e:O,T=T[0].children),i.createElement("div",{className:s("TransferControl",r)},i.createElement(o.aQ,{borderMode:C,selectMode:_,value:l,disabled:m,options:T,onChange:this.handleChange,option2value:this.option2value,sortable:u,searchResultMode:p,onSearch:d?this.handleSearch:void 0,showArrow:h,onDeferLoad:f,selectTitle:v,resultTitle:g,size:y,columns:b,leftMode:w,leftOptions:M,optionItemRender:this.optionItemRender,resultItemRender:this.resultItemRender,onFocus:function(){return t.dispatchEvent("focus")},onBlur:function(){return t.dispatchEvent("blur")},itemHeight:(0,a.He2)(E)>0?(0,a.He2)(E):void 0,virtualThreshold:k}),i.createElement(o.$j,{loadingConfig:S,overlay:!0,key:"info",show:c}))},(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"dispatchEvent",null),(0,r.gn)([(0,l.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t=(0,r.gn)([(0,a.oZB)({type:"transfer-picker"})],t)}(s.Z)},57545:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=n(90233),l=n(23279),u=n.n(l),c=n(13311),d=n.n(c),p=n(73935),h=n(35301);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.oZB)({type:"tree-select"})],t)}(function(e){function t(t){var n=e.call(this,t)||this;return n.container=a.createRef(),n.input=a.createRef(),n.cache={},n.targetRef=function(e){return n.target=e?(0,p.findDOMNode)(e):null},n.sourceLoaded=!1,n.state={inputValue:"",isOpened:!1},n.open=n.open.bind(n),n.close=n.close.bind(n),n.handleChange=n.handleChange.bind(n),n.clearValue=n.clearValue.bind(n),n.handleFocus=n.handleFocus.bind(n),n.handleBlur=n.handleBlur.bind(n),n.handleKeyPress=n.handleKeyPress.bind(n),n.handleInputChange=u()(n.handleInputChange.bind(n),150,{trailing:!0,leading:!1}),n.handleInputKeyDown=n.handleInputKeyDown.bind(n),n.loadRemote=u()(n.loadRemote.bind(n),250,{trailing:!0,leading:!1}),n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){this.loadRemote("")},t.prototype.componentWillUnmount=function(){this.sourceLoaded=!1},t.prototype.open=function(e){this.props.disabled||this.setState({isOpened:!0},e)},t.prototype.close=function(){var e=this;this.setState({isOpened:!1,inputValue:this.props.multiple?this.state.inputValue:""},(function(){return e.loadRemote(e.state.inputValue)}))},t.prototype.handleFocus=function(e){var t=this.props,n=t.dispatchEvent,r=t.value;n("focus",(0,i.vXk)(this.props,{value:r},"value"))},t.prototype.handleBlur=function(e){var t=this.props,n=t.dispatchEvent,r=t.value;t.data,n("blur",(0,i.vXk)(this.props,{value:r},"value"))},t.prototype.handleKeyPress=function(e){" "===e.key&&e.shiftKey&&(this.handleOutClick(e),e.preventDefault())},t.prototype.validate=function(){var e=this.props,t=e.value,n=e.minLength,r=e.maxLength,a=e.delimiter,i=Array.isArray(t)?t:(t?String(t):"").split(a||",");return n&&i.lengthr?"已选择数量超出设定的最大个数".concat(r,",请取消选择超出的选项。"):void 0},t.prototype.removeItem=function(e,t){var n=this.props,r=n.selectedOptions,a=n.joinValues,i=n.extractValue,o=n.delimiter,s=n.valueField,l=n.onChange,u=n.disabled;if(t&&t.stopPropagation(),!u){var c=r.concat();c.splice(e,1);var d=c;a?d=c.map((function(e){return e[s||"value"]})).join(o||","):i&&(d=c.map((function(e){return e[s||"value"]}))),l(d)}},t.prototype.handleChange=function(e){var t=this;this.props.multiple||this.close(),this.setState({inputValue:""},(function(){return t.resultChangeEvent(e)}))},t.prototype.handleInputChange=function(e){var t=this,n=this.props,r=n.autoComplete,a=n.data;this.setState({inputValue:e},(0,i.X1t)(r,a)?function(){return t.loadRemote(t.state.inputValue)}:void 0)},t.prototype.handleInputKeyDown=function(e){var t=this.state.inputValue,n=this.props,r=n.multiple,a=n.selectedOptions;"Backspace"===e.key&&!t&&a.length&&r&&this.removeItem(a.length-1)},t.prototype.clearValue=function(){var e=this.props,t=e.onChange,n=e.resetValue;t(void 0===n?"":n)},t.prototype.filterOptions=function(e,t){var n=this,a=this.props,i=a.labelField,o=a.valueField;return e.map((function(e){if((e=(0,r.pi)({},e)).visible=!!(0,s.Lu)([e],t,{keys:[i||"label",o||"value"]}).length,!e.visible&&e.children){e.children=n.filterOptions(e.children,t);var a=e.children.filter((function(e){return e.visible})).length;e.visible=!!a}return e.visible&&(e.collapsed=!1),e}))},t.prototype.loadRemote=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,o,s,l,u,c,d,p;return(0,r.Jh)(this,(function(h){switch(h.label){case 0:if(t=this.props,n=t.autoComplete,a=t.env,o=t.data,s=t.setOptions,l=t.setLoading,u=t.source,!(0,i.X1t)(n,o)||!e&&(0,i.X1t)(u)&&!this.sourceLoaded)return this.sourceLoaded=!0,[2];if(!a||!a.fetcher)throw new Error("fetcher is required");if(this.cache[e]||~e.indexOf("'"))return d=this.cache[e]||[],p=this.mergeOptions(d),s(p),[2,Promise.resolve({options:p})];l(!0),h.label=1;case 1:return h.trys.push([1,,3,4]),[4,a.fetcher(n,(0,r.pi)((0,r.pi)({},o),{term:e,value:e}))];case 2:return c=h.sent(),d=c.data&&c.data.options||c.data||[],this.cache[e]=d,p=this.mergeOptions(d),s(p),[2,{options:p}];case 3:return l(!1),[7];case 4:return[2]}}))}))},t.prototype.mergeOptions=function(e){var t=this.props.selectedOptions,n=(0,i.GRe)(e).concat();return Array.isArray(t)&&t.length&&t.forEach((function(e){d()(n,(function(t){return t.value==e.value}))||n.push((0,r.pi)((0,r.pi)({},e),{visible:!1}))})),n},t.prototype.reload=function(){var e=this.props.reloadOptions;e&&e()},t.prototype.handleOutClick=function(e){e.defaultPrevented||this.setState({isOpened:!0})},t.prototype.handleResultChange=function(e){var t=this.props,n=t.joinValues,r=t.extractValue,a=t.delimiter,i=t.valueField,o=t.multiple,s=Array.isArray(e)?e.concat():[];o||s.length?((n||r)&&(s=e.map((function(e){return e[i||"value"]}))),n&&(s=s.join(a||",")),this.resultChangeEvent(s)):this.resultChangeEvent("")},t.prototype.doAction=function(e,t,n){e.actionType&&["clear","reset"].includes(e.actionType)&&this.clearValue()},t.prototype.resultChangeEvent=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,o;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.onChange,a=t.dispatchEvent,t.data,[4,a("change",(0,i.vXk)(this.props,{value:e},"value"))];case 1:return(null==(o=r.sent())?void 0:o.prevented)||n&&n(e),[2]}}))}))},t.prototype.renderOptionItem=function(e,t){var n=this.props,a=n.menuTpl,o=n.render,s=n.data;return o("option/".concat(t.index),a,{data:(0,i.nW9)((0,i.nW9)(s,(0,r.pi)({},t)),e)})},t.prototype.renderItem=function(e){var t=this.props,n=t.labelField,r=t.options;if(t.hideNodePathLabel)return e[n||"label"];var a=(0,i.kSg)(r,e,!0);return"".concat(a?a.map((function(e){return"".concat(e[n||"label"])})).join(" / "):e[n||"label"])},t.prototype.domRef=function(e){this.treeRef=e},t.prototype.renderOuter=function(){var e=this.props,t=e.value,n=e.enableNodePath,r=e.pathSeparator,s=void 0===r?"/":r,l=e.disabled,u=e.joinValues,c=e.extractValue,d=e.delimiter;e.placeholder;var p=e.options,h=e.multiple,f=e.valueField,m=e.initiallyOpen,v=e.unfoldedLevel,g=e.withChildren,y=e.rootLabel,b=e.cascade,w=e.rootValue,_=e.showIcon,C=e.showRadio;e.popOverContainer;var E=e.onlyChildren,k=e.onlyLeaf,S=e.classPrefix,x=e.optionsPlaceholder,T=e.searchable,M=e.autoComplete,O=e.maxLength,N=e.minLength,D=e.labelField,A=e.nodePath,L=e.onAdd,P=e.creatable,F=e.createTip,R=e.addControls,j=e.onEdit,I=e.editable,Y=e.editTip,V=e.editControls,H=e.removable,Z=e.removeTip,B=e.onDelete,z=e.rootCreatable,W=e.rootCreateTip,U=e.translate,K=e.deferLoad,J=e.expandTreeOptions,q=e.selfDisabledAffectChildren,G=e.showOutline,$=e.autoCheckChildren,X=e.hideRoot,Q=e.virtualThreshold,ee=e.itemHeight,te=e.menuTpl,ne=e.enableDefaultIcon,re=!(0,i.X1t)(M)&&T&&this.state.inputValue?this.filterOptions(p,this.state.inputValue):p;return a.createElement(o.mp,{classPrefix:S,onRef:this.domRef,onlyChildren:E,onlyLeaf:k,labelField:D,valueField:f,disabled:l,onChange:this.handleChange,joinValues:u,extractValue:c,delimiter:d,placeholder:U(x),options:re,highlightTxt:this.state.inputValue,multiple:h,initiallyOpen:m,unfoldedLevel:v,withChildren:g,autoCheckChildren:$,rootLabel:U(y),rootValue:w,showIcon:_,showRadio:C,showOutline:G,cascade:b,foldedField:"collapsed",hideRoot:X,value:t||"",nodePath:A,enableNodePath:n,pathSeparator:s,maxLength:O,minLength:N,onAdd:L,creatable:P,createTip:F,rootCreatable:z,rootCreateTip:W,onEdit:j,editable:I,editTip:Y,removable:H,removeTip:Z,onDelete:B,bultinCUD:!R&&!V,onDeferLoad:K,onExpandTree:J,selfDisabledAffectChildren:q,virtualThreshold:Q,itemHeight:(0,i.He2)(ee)>0?(0,i.He2)(ee):void 0,itemRender:te?this.renderOptionItem:void 0,enableDefaultIcon:ne})},t.prototype.render=function(){var e=this,t=this.props,n=t.className;t.style;var r=t.disabled,s=t.inline,l=t.loading,u=t.multiple;t.value;var c=t.clearable,d=t.classPrefix,p=t.classnames,h=t.searchable,f=t.autoComplete,m=t.selectedOptions,v=t.placeholder,g=t.popOverContainer,y=t.useMobileUI,b=t.maxTagCount,w=t.overflowTagPopover,_=t.translate,C=t.env,E=t.loadingConfig,k=this.state.isOpened,S=y&&(0,i.tqC)();return a.createElement("div",{ref:this.container,className:p("TreeSelectControl",n)},a.createElement(o.Al,{maxTagCount:b,overflowTagPopover:w,disabled:r,ref:this.targetRef,placeholder:_(null!=v?v:"placeholder.empty"),inputPlaceholder:"",className:p("TreeSelect",{"TreeSelect--inline":s,"TreeSelect--single":!u,"TreeSelect--multi":u,"TreeSelect--searchable":h||(0,i.X1t)(f),"is-opened":this.state.isOpened,"is-disabled":r}),result:u?m:m.length?this.renderItem(m[0]):"",onResultClick:this.handleOutClick,value:this.state.inputValue,onChange:this.handleInputChange,onResultChange:this.handleResultChange,itemRender:this.renderItem,onKeyPress:this.handleKeyPress,onFocus:this.handleFocus,onBlur:this.handleBlur,onKeyDown:this.handleInputKeyDown,clearable:c,allowInput:h||(0,i.X1t)(f),hasDropDownArrow:!0},l?a.createElement(o.$j,{loadingConfig:E,size:"sm"}):void 0),!S&&k?a.createElement(i.aVW,{container:g||function(){return e.container.current},target:function(){return e.target},show:!0},a.createElement(i.v$m,{classPrefix:d,className:"".concat(d,"TreeSelect-popover"),style:{minWidth:this.target?this.target.offsetWidth:void 0},onHide:this.close,overlay:!0},this.renderOuter())):null,S?a.createElement(o.N4,{container:C&&C.getModalContainer?C.getModalContainer:void 0,className:p("".concat(d,"TreeSelect-popup")),isShow:k,onHide:this.close},this.renderOuter()):null)},t.defaultProps={hideRoot:!0,placeholder:"Select.placeholder",optionsPlaceholder:"placeholder.noData",multiple:!1,clearable:!0,rootLabel:"Tree.root",rootValue:"",showIcon:!0,joinValues:!0,extractValue:!1,delimiter:",",resetValue:"",hideNodePathLabel:!1,enableNodePath:!1,pathSeparator:"/",selfDisabledAffectChildren:!0},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleOutClick",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Array]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleResultChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"resultChangeEvent",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderOptionItem",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"renderItem",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"domRef",null),(0,r.gn)([(0,h.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.Component))},85895:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.xJW)({type:"uuid",wrap:!1,sizeMutable:!1})],t)}(function(e){function t(t){var n=e.call(this,t)||this;return t.value||n.setValue(),n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){e.value||this.setValue()},t.prototype.setValue=function(){var e=this.props,t=(0,i.k$y)();e.length&&(t=t.substring(0,e.length)),e.onChange(t)},t.prototype.render=function(){return null},t}(a.Component))},29460:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(94184),o=n.n(i),s=n(34594),l=n(23034),u=n(13311),c=n.n(u),d=n(35301);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,s.oZB)({type:"users-select"})],t)}(function(e){function t(t){return e.call(this,t)||this}return(0,r.ZT)(t,e),t.prototype.componentWillUnmount=function(){this.unHook&&this.unHook()},t.prototype.onSearch=function(e,t,n){return(0,r.mG)(this,void 0,void 0,(function(){var a,i,o,l,u,c,d,p,h;return(0,r.Jh)(this,(function(f){switch(f.label){case 0:if(a=this.props,i=a.searchApi,o=a.setLoading,l=a.env,i=(null==n?void 0:n.searchApi)||i,u=(null==n?void 0:n.searchTerm)||this.props.searchTerm||"term",c=(null==n?void 0:n.searchParam)||this.props.searchParam||{},d=(0,r.pi)(((h={})[u]=e,h),c),!(0,s.X1t)(i,d))return[2,Promise.resolve([])];o(!0),f.label=1;case 1:return f.trys.push([1,,3,4]),[4,l.fetcher(i,d,{cancelExecutor:t,autoAppend:!0})];case 2:return[2,(p=f.sent()).data&&p.data.options||p.data||[]];case 3:return o(!1),[7];case 4:return[2]}}))}))},t.prototype.deferLoad=function(e,t,n){return(0,r.mG)(this,void 0,void 0,(function(){var a,i,o,l,u,c,d;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:if(a=this.props,i=a.env,o=a.deferApi,l=a.setLoading,a.formInited,a.addHook,o=(null==n?void 0:n.deferApi)||o,!i||!i.fetcher)throw new Error("fetcher is required");if(u=(0,s.nW9)(e,{}),!(0,s.X1t)(o,u))return[2,Promise.resolve([])];r.label=1;case 1:return r.trys.push([1,,3,4]),[4,i.fetcher(o,u)];case 2:return c=r.sent(),d=c.data&&c.data.options||c.data||[],t&&d.forEach((function(e){e.isRef=!0})),[2,d];case 3:return l(!1),[7];case 4:return[2]}}))}))},t.prototype.changeValue=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,i,o,l,u,d,p,h,f,m;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.joinValues,a=t.extractValue,i=t.delimiter,o=t.multiple,l=t.valueField,u=t.onChange,d=t.options,t.setOptions,t.data,p=t.dispatchEvent,h=e,f=[],(Array.isArray(e)?e:e?[e]:[]).forEach((function(e){c()(d,(function(t){return t[l||"value"]==e[l||"value"]}))||f.push(e)})),n?h=o?Array.isArray(e)?e.map((function(e){return e[l||"value"]})).join(i):e?e[l||"value"]:"":h?h[l||"value"]:"":a&&(h=o?Array.isArray(e)?e.map((function(e){return e[l||"value"]})):e?[e[l||"value"]]:[]:h?h[l||"value"]:""),[4,p("change",(0,s.vXk)(this.props,{value:h,options:d,items:d},"value"))];case 1:return(null==(m=r.sent())?void 0:m.prevented)||u(h),[2]}}))}))},t.prototype.renderStatic=function(){var e=this.props,t=e.selectedOptions,n=e.labelField,r=void 0===n?"label":n,i=e.classnames;return"avatar"===r?t.map((function(e,t){return a.createElement("img",{key:t,className:i("UserSelect-avatar-img"),src:e[r],alt:""})})):t.map((function(e){return e[r]})).join(",")},t.prototype.render=function(){var e=this,t=this.props,n=t.showNav,r=t.navTitle,i=t.searchable,s=t.options,u=t.className;t.style;var c=t.selectedOptions,d=t.tabOptions,p=t.multi,h=t.multiple,f=t.isDep,m=t.isRef,v=t.placeholder,g=t.searchPlaceholder,y=t.tabMode,b=t.data,w=t.displayFields,_=t.labelField,C=t.loadingConfig;return null==d||d.forEach((function(t){t.deferLoad=e.deferLoad,t.onChange=e.changeValue,t.onSearch=e.onSearch})),a.createElement("div",{className:o()("UserSelectControl",u)},y?a.createElement(l._f,{selection:c,tabOptions:d,multiple:h,onChange:this.changeValue,onSearch:this.onSearch,deferLoad:this.deferLoad,data:b}):a.createElement(l.oF,{loadingConfig:C,showNav:n,navTitle:r,selection:c,options:s,multi:p,multiple:h,searchable:i,placeholder:v,searchPlaceholder:g,deferLoad:this.deferLoad,onChange:this.changeValue,onSearch:this.onSearch,displayFields:w,labelField:_,isDep:f,isRef:m}))},t.defaultProps={showNav:!0},(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String,Function,Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"onSearch",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Boolean,Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"deferLoad",null),(0,r.gn)([s.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"changeValue",null),(0,r.gn)([(0,d.i)(),(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"render",null),t}(a.Component))},97970:function(e,t,n){"use strict";n.d(t,{_t:function(){return d}});var r=n(70655),a=n(67294),i=n(34594),o=n(78718),s=n.n(o),l=n(23034),u=["lg","md","sm","xs"],c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.renderChild=function(e,t,n,r){void 0===r&&(r={});var a=this.props,i=a.render,o=a.itemRender;return o?o(t,n,this.props):i(e,t,r)},t.prototype.renderColumn=function(e,t,n){var o,l=s()(e,u);l=(0,r.pi)({},l);var c=this.props,d=c.classnames,p=c.formMode,h=c.subFormMode,f=c.subFormHorizontal,m=c.formHorizontal;c.translate;var v,g,y,b=c.disabled;return a.createElement("div",{key:t,className:d((g=l,y=[],u.forEach((function(e){return g&&g[e]&&y.push("Grid-col--".concat(e).concat((0,i.zfV)(g[e])))})),y.length||y.push("Grid-col--md"),y.join(" ")),(v=e.columnClassName,"string"==typeof v&&v?v.replace(/\bcol-(xs|sm|md|lg)-(\d+)\b/g,(function(e,t,n){return"Grid-col--".concat(t).concat(n)})):v),(o={},o["Grid-col--v".concat((0,i.zfV)(e.valign))]=e.valign,o))},this.renderChild("column/".concat(t),e.body||"",n,{disabled:b,formMode:e.mode||h||p,formHorizontal:e.horizontal||f||m}))},t.prototype.renderColumns=function(e){var t=this;return Array.isArray(e)?e.map((function(n,r){return t.renderColumn(n,r,e.length)})):null},t.prototype.render=function(){var e,t=this.props,n=t.className,r=t.style,o=t.classnames,s=t.gap,u=t.valign,c=t.align,d=t.loading,p=void 0!==d&&d,h=t.loadingConfig;return a.createElement("div",{className:o("Grid",(e={},e["Grid--".concat(s)]=s,e["Grid--v".concat((0,i.zfV)(u))]=u,e["Grid--h".concat((0,i.zfV)(c))]=c,e),n),style:r},this.renderColumns(this.props.columns),a.createElement(l.$j,{loadingConfig:h,overlay:!0,show:p}))},t.propsList=["columns"],t.defaultProps={},t}(a.Component),d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),(0,r.gn)([(0,i.Thl)({type:"grid"})],t)}(c)},4097:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o={left:"start",right:"end",center:"center",auto:"stretch"},s={top:"start",bottom:"end",middle:"center",auto:"stretch"};!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"grid-2d"})],t)}(function(e){function t(t){return e.call(this,t)||this}return(0,r.ZT)(t,e),t.prototype.renderChild=function(e,t){var n=this.props;return(0,n.render)(e,t,{disabled:n.disabled})},t.prototype.renderGrid=function(e,t,n){var r=this.props,l=r.itemRender,u=r.data;if(!(0,i.pn4)(e,u))return null;var c={gridColumnStart:e.x,gridColumnEnd:e.x+e.w,gridRowStart:e.y,gridRowEnd:e.y+e.h,justifySelf:e.align?o[e.align]:"stretch",alignSelf:e.valign?s[e.valign]:"stretch"};return a.createElement("div",{key:t,style:c,className:e.gridClassName},l?l(e,t,n,this.props):this.renderChild("grid2d/".concat(t),e))},t.prototype.renderGrids=function(){var e=this,t=this.props.grids;return t.map((function(n,r){return e.renderGrid(n,r,t.length)}))},t.prototype.render=function(){var e=this.props,t=e.grids,n=e.cols,i=e.gap,o=e.gapRow,s=e.width,l=e.rowHeight,u=e.style,c=new Array(n);c.fill("1fr");var d=0;t.forEach((function(e,t){var n=e.y+e.h-1;n>d&&(d=n)}));var p=new Array(d);p.fill(l),t.forEach((function(e){e.width&&(c[e.x-1]=Number.isInteger(e.width)?e.width+"px":e.width),e.height&&(p[e.y-1]=Number.isInteger(e.height)?e.height+"px":e.height)}));var h=(0,r.pi)((0,r.pi)({},u),{display:"grid",columnGap:i,rowGap:void 0===o?i:o,width:s,gridTemplateColumns:c.join(" "),gridTemplateRows:p.join(" ")});return a.createElement("div",{style:h},this.renderGrids())},t.propsList=["grids"],t.defaultProps={cols:12,width:"auto",gap:0,rowHeight:"3.125rem"},t}(a.Component))},80399:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.prototype.handleClick=function(e){var t=this;return function(n){var r;r=e.link?i.tVU.isUrl({},e.link)?{type:"button",actionType:"url",url:e.link,blank:e.blank}:{type:"button",actionType:"link",link:e.link}:e.clickAction,(0,i.GCi)(n,r,t.props)}},t.prototype.render=function(){var e=this,t=this.props,n=t.itemClassName;t.style;var s=t.source,l=t.data,u=t.options,c=t.classnames,d=(0,i.v8S)(this.props),p=[];return"string"==typeof s&&(0,i.SSQ)(s)?p=(0,i.OgC)(s,l,"| raw")||void 0:Array.isArray(d)?p=d:Array.isArray(u)&&(p=u),p&&!Array.isArray(p)&&(p=[p]),(null==p?void 0:p.length)?a.createElement(o.ex,(0,r.pi)({},this.props),p.map((function(t,r){return a.createElement(o.Nx,{key:r,onClick:t.clickAction||t.link?e.handleClick(t):void 0,className:n,text:t.text,icon:t.icon,classnames:c,badge:t.badge?{badge:t.badge,data:l,classnames:c}:void 0})}))):null},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClick",null),t=(0,r.gn)([(0,i.Thl)({type:"grid-nav"})],t)}(a.Component)},66524:function(e,t,n){"use strict";n.d(t,{c:function(){return s}});var r=n(70655),a=n(67294),i=n(34594),o=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.renderChild=function(e,t,n){return void 0===n&&(n={}),(0,this.props.render)(e,t,n)},t.prototype.renderColumn=function(e,t,n){var o,s=this.props,l=s.itemRender,u=s.data,c=s.classnames,d=s.subFormMode,p=s.subFormHorizontal,h=s.formMode,f=s.formHorizontal;if(!(0,i.pn4)(e,u)||!e)return null;var m=(0,r.pi)({width:e.width,height:e.height},e.style);return a.createElement("div",{key:t,className:c("Hbox-col","auto"===m.width?"Hbox-col--auto":m.width?"Hbox-col--customWidth":"",(o={},o["Hbox-col--v".concat((0,i.zfV)(e.valign))]=e.valign,o),e.columnClassName),style:m},l?l(e,t,n,this.props):this.renderChild("column/".concat(t),e.body,{formMode:e.mode||d||h,formHorizontal:e.horizontal||p||f}))},t.prototype.renderColumns=function(){var e=this,t=this.props.columns;return t.map((function(n,r){return e.renderColumn(n,r,t.length)}))},t.prototype.render=function(){var e,t=this.props,n=t.className,r=t.style,o=t.classnames,s=t.gap,l=t.valign,u=t.align;return a.createElement("div",{className:o("Hbox",n,(e={},e["Hbox--".concat(s)]=s,e["Hbox--v".concat((0,i.zfV)(l))]=l,e["Hbox--h".concat((0,i.zfV)(u))]=u,e)),style:r},this.renderColumns())},t.propsList=["columns"],t.defaultProps={gap:"xs"},t}(a.Component),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),(0,r.gn)([(0,i.Thl)({type:"hbox"})],t)}(o)},66399:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.IFrameRef=a.createRef(),t.state={width:t.props.width||"100%",height:t.props.height||"100%"},t}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){window.addEventListener("message",this.onMessage)},t.prototype.componentDidUpdate=function(e){var t=this.props.data;t!==e.data?this.postMessage("update",t):this.props.width===e.width&&this.props.height===e.height||this.setState({width:this.props.width||"100%",height:this.props.height||"100%"})},t.prototype.componentWillUnmount=function(){window.removeEventListener("message",this.onMessage)},t.prototype.validateURL=function(e){return!(!e||"string"!=typeof e||!/^data:([a-zA-Z0-9]+\/[a-zA-Z0-9]+);base64,.*/.test(e))||!(e&&"string"==typeof e&&!/^(\.\/|\.\.\/|\/|https?\:\/\/|\/\/)/.test(e))},t.prototype.onMessage=function(e){var t,n,a;return(0,r.mG)(this,void 0,void 0,(function(){var o,s,l,u,c,d,p,h,f,m,v;return(0,r.Jh)(this,(function(g){switch(g.label){case 0:return o=this.props,s=o.events,l=o.onEvent,u=o.onAction,c=o.data,"string"!=typeof(null===(t=null==e?void 0:e.data)||void 0===t?void 0:t.type)?[2]:(d=(0,r.CR)(e.data.type.split(":"),2),p=d[0],h=d[1],"amis"===p&&h?"resize"===h&&e.data.data?(this.setState({width:e.data.data.width||"100%",height:e.data.data.height||"100%"}),[3,4]):[3,1]:[2]);case 1:return(f=null==l?void 0:l[h])&&(null===(n=f.actions)||void 0===n?void 0:n.length)?(m=(0,i.ALw)(h,{env:null===(a=this.props)||void 0===a?void 0:a.env,nativeEvent:e,data:(0,i.nW9)(c,e.data.data),scoped:this.context}),[4,(0,i.X1x)(f.actions,this,m)]):[3,3];case 2:if(g.sent(),m.prevented)return[2];g.label=3;case 3:s&&(v=s[h])&&u(e,v,(0,i.nW9)(c,e.data.data)),g.label=4;case 4:return[2]}}))}))},t.prototype.onLoad=function(){var e=this.props,t=e.src,n=e.data;t&&this.postMessage("init",n)},t.prototype.reload=function(e,t){if(t)return this.receive(t);var n=this.props,r=n.src,a=n.data;r&&(this.IFrameRef.current.src=(0,i.OgC)(r,a,"| raw"))},t.prototype.receive=function(e){var t=this.props,n=t.src,r=t.data,a=(0,i.nW9)(r,e);this.postMessage("receive",a),(0,i.rMT)(n,n,r,a)&&(this.IFrameRef.current.src=(0,i.OgC)(n,a,"| raw"))},t.prototype.postMessage=function(e,t){var n,r;null===(r=null===(n=this.IFrameRef.current)||void 0===n?void 0:n.contentWindow)||void 0===r||r.postMessage({type:"amis:".concat(e),data:JSON.parse(JSON.stringify(t))},"*")},t.prototype.render=function(){var e=this.state,t=e.width,n=e.height,o=this.props,s=o.className,l=o.src,u=o.name,c=o.frameBorder,d=o.data,p=o.style,h=o.allow,f=o.sandbox,m=o.referrerpolicy,v=o.translate,g=o.env,y={};void 0!==t&&(y.width=t),void 0!==n&&(y.height=n),p=(0,r.pi)((0,r.pi)({},y),p);var b=l?(0,i.OgC)(l,d,"| raw"):void 0;return this.validateURL(b)?("https:"===location.protocol&&b&&b.startsWith("http://")&&g.notify("error",v("Iframe.invalidProtocol")),a.createElement("iframe",{name:u,className:s,frameBorder:c,style:p,ref:this.IFrameRef,onLoad:this.onLoad,src:b,allow:h,referrerPolicy:m,sandbox:f})):a.createElement("p",null,v("Iframe.invalid"))},t.propsList=["src","className"],t.defaultProps={className:"",frameBorder:0},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[MessageEvent]),(0,r.w6)("design:returntype",Promise)],t.prototype,"onMessage",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"onLoad",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"reload",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"receive",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"postMessage",null),t}(a.Component);!function(e){function t(t,n){var r=e.call(this,t)||this;return n.registerComponent(r),r}(0,r.ZT)(t,e),t.prototype.componentWillUnmount=function(){this.context.unRegisterComponent(this)},t.contextType=i.ZHe,t=(0,r.gn)([(0,i.Thl)({type:"iframe"}),(0,r.w6)("design:paramtypes",[Object,Object])],t)}(o)},50830:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=n(96486),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.handleClick=function(e){var t=this.props,n=t.dispatchEvent,r=t.data;n("click",(0,i.nW9)(r,{nativeEvent:e}))},t.prototype.handleMouseEnter=function(e){var t=this.props,n=t.dispatchEvent,r=t.data;n(e,(0,i.nW9)(r,{nativeEvent:e}))},t.prototype.handleMouseLeave=function(e){var t=this.props,n=t.dispatchEvent,r=t.data;n(e,(0,i.nW9)(r,{nativeEvent:e}))},t.prototype.render=function(){var e=this.props,t=e.vendor,n=e.classnames,r=e.className,l=e.style,u=e.data,c=e.css,d=e.id,p=this.props.icon;if((0,i.yy$)(c,[{key:"className",value:r}],d),"string"!=typeof p)return(0,s.isObject)(p)&&"string"==typeof p.id&&p.id.startsWith("svg-")?a.createElement("svg",{className:n("icon",r),style:l,onClick:this.handleClick,onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave},a.createElement("use",{xlinkHref:"#".concat(p.id.replace(/^svg-/,""))})):void 0;p=(0,i.hXT)(p,u);var h=(0,o.q7)(p);if(h)return a.createElement(h,{className:n(r,"icon-".concat(p)),style:l,onClick:this.handleClick,onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave});var f,m=-1!==(null==p?void 0:p.indexOf("."));return f="iconfont"===t?"iconfont icon-".concat(p):"fa"===t?"".concat(t," ").concat(t,"-").concat(p):"".concat(p),m?a.createElement("img",{className:n("Icon"),src:p,style:l,onClick:this.handleClick,onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave}):a.createElement("i",{className:n(f,r),style:l,onClick:this.handleClick,onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave})},t.defaultProps={icon:"",vendor:"fa"},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClick",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleMouseEnter",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleMouseLeave",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"icon"}),o.tx],t)}(l)},61240:function(e,t,n){"use strict";n.d(t,{N1:function(){return u},ZP:function(){return l}});var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=function(e){function t(t){var n=e.call(this,t)||this;return n.state={imageLoading:!1},n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){e.src!==this.props.src&&this.setState({imageLoading:!0})},t.prototype.handleImgLoaded=function(e){var t,n;this.setState({imageLoading:!1}),null===(n=null===(t=this.props)||void 0===t?void 0:t.onLoad)||void 0===n||n.call(t,e)},t.prototype.handleImgError=function(e){this.setState({imageLoading:!1})},t.prototype.handleEnlarge=function(){var e=this.props,t=e.onEnlarge,n=(0,r._T)(e,["onEnlarge"]);t&&t(n)},t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.className,r=e.style,i=e.imageClassName,s=e.thumbClassName,l=e.thumbMode,c=e.thumbRatio,d=e.height,p=e.width,h=e.src,f=e.alt,m=e.title,v=e.caption,g=e.href,y=e.blank,b=void 0===y||y,w=e.htmlTarget;e.onLoad;var _=e.enlargeAble,C=e.translate,E=e.overlays,k=e.imageMode,S=this.state.imageLoading,x=a.createElement(a.Fragment,null,S?a.createElement("img",{className:t("Image-image",i),src:u,alt:f}):null,a.createElement("img",{onLoad:this.handleImgLoaded,onError:this.handleImgError,className:t("Image-image",i,{"Image-image--loading":S}),src:h,alt:f})),T=_||E?a.createElement("div",{key:"overlay",className:t("Image-overlay")},_?a.createElement("a",{"data-tooltip":C("Image.zoomIn"),"data-position":"bottom",target:"_blank",onClick:this.handleEnlarge},a.createElement(o.JO,{icon:"view",className:"icon"})):null,E):null,M=a.createElement("div",{className:t("Image","original"===k?"Image--original":"Image--thumb",n),style:g?void 0:r},"original"===k?a.createElement("div",{className:t("Image-origin",l?"Image-origin--".concat(l):""),style:{height:d,width:p}},x,T):a.createElement("div",{className:t("Image-thumbWrap")},a.createElement("div",{className:t("Image-thumb",s,l?"Image-thumb--".concat(l):"",c?"Image-thumb--".concat(c.replace(/:/g,"-")):""),style:{height:d,width:p}},x),T),m||v?a.createElement("div",{key:"caption",className:t("Image-info")},m?a.createElement("div",{className:t("Image-title"),title:m},m):null,v?a.createElement("div",{className:t("Image-caption"),title:v},v):null):null);return g&&(M=a.createElement("a",{href:g,target:w||(b?"_blank":"_self"),className:t("Link",n),style:r,title:m},M)),M},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleImgLoaded",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleImgError",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleEnlarge",null),t}(a.Component),l=(0,i.YYN)((0,i.eAU)(s)),u="data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg t='1631083237695' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='2420' xmlns:xlink='http://www.w3.org/1999/xlink' width='1024' height='1024'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C/style%3E%3C/defs%3E%3Cpath d='M959.872 128c0.032 0.032 0.096 0.064 0.128 0.128v767.776c-0.032 0.032-0.064 0.096-0.128 0.128H64.096c-0.032-0.032-0.096-0.064-0.128-0.128V128.128c0.032-0.032 0.064-0.096 0.128-0.128h895.776zM960 64H64C28.8 64 0 92.8 0 128v768c0 35.2 28.8 64 64 64h896c35.2 0 64-28.8 64-64V128c0-35.2-28.8-64-64-64z' p-id='2421' fill='%23bfbfbf'%3E%3C/path%3E%3Cpath d='M832 288c0 53.024-42.976 96-96 96s-96-42.976-96-96 42.976-96 96-96 96 42.976 96 96zM896 832H128V704l224-384 256 320h64l224-192z' p-id='2422' fill='%23bfbfbf'%3E%3C/path%3E%3C/svg%3E",c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.handleEnlarge=function(e){var t=e.src,n=e.originalSrc,r=e.title,a=e.caption,i=e.thumbMode,o=e.thumbRatio,s=this.props,l=s.onImageEnlarge,u=s.enlargeTitle,c=s.enlargeCaption,d=s.showToolbar,p=s.toolbarActions;l&&l({src:t,originalSrc:n||t,title:u||r,caption:c||a,thumbMode:i,thumbRatio:o,showToolbar:d,toolbarActions:p},this.props)},t.prototype.handleClick=function(e){var t=this.props.clickAction;t&&(0,i.GCi)(e,t,this.props)},t.prototype.render=function(){var e,t=this.props,n=t.className,r=t.style,o=t.innerClassName,s=t.defaultImage,c=t.imageCaption,d=t.title,p=t.data,h=t.imageClassName,f=t.thumbClassName,m=t.height,v=t.width,g=t.classnames,y=t.src,b=t.href,w=t.thumbMode,_=t.thumbRatio,C=t.placeholder,E=t.originalSrc,k=t.enlargeAble,S=t.imageMode,x=(y?(0,i.hXT)(y,p,"| raw"):"")||(0,i.v8S)(this.props)||s||u,T=b?(0,i.hXT)(b,p,"| raw"):"";return a.createElement("div",{className:g("ImageField","original"===S?"ImageField--original":"ImageField--thumb",n),style:r,onClick:this.handleClick},x?a.createElement(l,{className:o,imageClassName:h,thumbClassName:f,height:m,width:v,src:x,href:T,title:(0,i.hXT)(d,p),caption:(0,i.hXT)(c,p),thumbMode:w,thumbRatio:_,originalSrc:null!==(e=(0,i.hXT)(E,p,"| raw"))&&void 0!==e?e:x,enlargeAble:k&&x!==s,onEnlarge:this.handleEnlarge,imageMode:S}):a.createElement("span",{className:"text-muted"},C))},t.defaultProps={defaultImage:u,thumbMode:"contain",thumbRatio:"1:1",placeholder:"-"},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleEnlarge",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClick",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"image"})],t)}(c)},26109:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(61240),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.list=[],t}return(0,r.ZT)(t,e),t.prototype.handleEnlarge=function(e){var t=this.props,n=t.onImageEnlarge,a=t.src,o=t.originalSrc;n&&n((0,r.pi)((0,r.pi)({},e),{originalSrc:e.originalSrc||e.src,list:this.list.map((function(e){return{src:a?(0,i.hXT)(a,e,"| raw"):e&&e.image||e,originalSrc:o?(0,i.hXT)(o,e,"| raw"):(null==e?void 0:e.src)||(0,i.hXT)(a,e,"| raw")||(null==e?void 0:e.image)||e,title:e&&(e.enlargeTitle||e.title),caption:e&&(e.enlargeCaption||e.description||e.caption)}}))}),this.props)},t.prototype.render=function(){var e=this,t=this.props,n=t.className,r=t.style,s=t.defaultImage,l=t.thumbMode,u=t.thumbRatio,c=t.data;t.name;var d,p,h=t.placeholder,f=t.classnames,m=t.source,v=t.delimiter,g=t.enlargeAble,y=t.src,b=t.originalSrc,w=t.listClassName,_=t.options,C=t.showToolbar,E=t.toolbarActions;return"string"==typeof m&&(0,i.SSQ)(m)?p=(0,i.OgC)(m,c,"| raw")||void 0:Array.isArray(d=(0,i.v8S)(this.props))||"string"==typeof d?p=d:Array.isArray(_)&&(p=_),"string"==typeof p?p=p.split(v):p&&!Array.isArray(p)&&(p=[p]),this.list=p,a.createElement("div",{className:f("ImagesField",n),style:r},Array.isArray(p)?a.createElement("div",{className:f("Images",w)},p.map((function(t,n){return a.createElement(o.ZP,{index:n,className:f("Images-item"),key:n,src:(y?(0,i.hXT)(y,t,"| raw"):t&&t.image)||t,originalSrc:(b?(0,i.hXT)(b,t,"| raw"):t&&t.src)||t,title:t&&t.title,caption:t&&(t.description||t.caption),thumbMode:l,thumbRatio:u,enlargeAble:g,onEnlarge:e.handleEnlarge,showToolbar:C,toolbarActions:E})}))):s?a.createElement("div",{className:f("Images",w)},a.createElement(o.ZP,{className:f("Images-item"),src:s,thumbMode:l,thumbRatio:u})):h)},t.defaultProps={className:"",delimiter:",",defaultImage:o.N1,placehoder:"-",thumbMode:"contain",thumbRatio:"1:1"},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleEnlarge",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"images"})],t)}(s)},64155:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(55171),s=n.n(o),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.emitChange=function(e){var t=this.props,n=t.onChange,r=t.name;return!(!r||!n||(n(e.updated_src,r),0))},t.prototype.shouldExpandNode=function(e){var t=e.namespace,n=this.props.levelExpand;return"number"==typeof n&&t.length>n},t.prototype.render=function(){var e,t,n=this.props,r=n.className,o=n.style,l=n.jsonTheme,u=n.classnames,c=n.placeholder,d=n.source;n.levelExpand;var p=n.mutable,h=n.displayDataTypes,f=n.enableClipboard,m=n.iconStyle,v=n.quotesOnKeys,g=n.sortKeys,y=n.name,b=n.ellipsisThreshold,w=(0,i.v8S)(this.props),_=w;if(void 0!==d&&(0,i.SSQ)(d))_=(0,i.OgC)(d,this.props.data,"| raw");else if("string"==typeof w)try{_=JSON.parse(w)}catch(e){}var C=l;return(0,i.SSQ)(l)&&(C=(0,i.OgC)(l,this.props.data,"| raw")),~["string","number","boolean"].indexOf(typeof _)&&((e={})[typeof _]=_,_=e),a.createElement("div",{className:u("JsonField",r),style:o},null==_?c:a.createElement(s(),{name:!1,src:_,theme:null!==(t=C)&&void 0!==t?t:"rjv-default",shouldCollapse:this.shouldExpandNode,enableClipboard:f,displayDataTypes:h,collapseStringsAfterLength:b,iconStyle:m,quotesOnKeys:v,sortKeys:g,onEdit:!(!y||!p)&&this.emitChange,onDelete:!(!y||!p)&&this.emitChange,onAdd:!(!y||!p)&&this.emitChange}))},t.defaultProps={placeholder:"-",levelExpand:1,source:"",displayDataTypes:!1,enableClipboard:!1,iconStyle:"square",quotesOnKeys:!0,sortKeys:!1,ellipsisThreshold:!1},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"emitChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"shouldExpandNode",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"json"})],t)}(l)},77971:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.handleClick=function(e){var t=this.props,n=t.env,r=t.href,a=t.blank,i=t.body;null==n||n.tracker({eventType:"url",eventData:{url:r,blank:a,label:i}},this.props)},t.prototype.getHref=function(){},t.prototype.render=function(){var e=this.props,t=e.className,n=e.style,r=e.body,s=e.href;e.classnames;var l=e.blank,u=e.disabled,c=e.htmlTarget,d=e.data,p=e.render,h=e.translate,f=e.title,m=e.icon,v=e.rightIcon,g=("string"==typeof s&&s?(0,i.hXT)(s,d,"| raw"):void 0)||(0,i.v8S)(this.props);return a.createElement(o.rU,{className:t,style:n,href:g,disabled:u,title:f,htmlTarget:c||(l?"_blank":"_self"),icon:m,rightIcon:v,onClick:this.handleClick},r?p("body",r):g||h("link"))},t.defaultProps={blank:!0,disabled:!1,htmlTarget:""},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClick",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"link"}),o.tx],t)}(s)},97843:function(e,t,n){"use strict";n.d(t,{nb:function(){return v}});var r=n(70655),a=n(67294),i=n(73935),o=n(51474),s=n(57557),l=n.n(s),u=n(23034),c=n(34594),d=n(30364),p=n(69444),h=(n(22014),n(15922)),f=n(98991);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,c.Thl)({type:"list",storeType:c.oPK.name})],t)}(function(e){function t(n){var r=e.call(this,n)||this;r.handleAction=r.handleAction.bind(r),r.handleCheck=r.handleCheck.bind(r),r.handleCheckAll=r.handleCheckAll.bind(r),r.handleQuickChange=r.handleQuickChange.bind(r),r.handleSave=r.handleSave.bind(r),r.handleSaveOrder=r.handleSaveOrder.bind(r),r.reset=r.reset.bind(r),r.dragTipRef=r.dragTipRef.bind(r),r.getPopOverContainer=r.getPopOverContainer.bind(r),r.affixDetect=r.affixDetect.bind(r),r.bodyRef=r.bodyRef.bind(r),r.renderToolbar=r.renderToolbar.bind(r);var a=n.store,i=n.selectable,o=n.draggable,s=n.orderBy,l=n.orderDir,u=n.multiple,c=n.hideCheckToggler,d=n.itemCheckableOn,p=n.itemDraggableOn;return a.update({multiple:u||(null==n?void 0:n.$schema.multiple),selectable:i||(null==n?void 0:n.$schema.selectable),draggable:o||(null==n?void 0:n.$schema.draggable),orderBy:s,orderDir:l,hideCheckToggler:c,itemCheckableOn:d,itemDraggableOn:p}),t.syncItems(a,r.props)&&r.syncSelected(),r}return(0,r.ZT)(t,e),t.syncItems=function(e,t,n){var r=t.source,a=t.value||t.items,i=[],o=!1;if(!Array.isArray(a)||n&&(n.value||n.items)===a){if("string"==typeof r){var s=(0,c.OgC)(r,t.data,"| raw"),l=n?(0,c.OgC)(r,n.data,"| raw"):null;l&&l===s?o=!1:Array.isArray(s)&&(i=s,o=!0)}}else i=a,o=!0;return o&&e.initItems(i),Array.isArray(t.selected)&&e.updateSelected(t.selected,t.valueField),o},t.prototype.componentDidMount=function(){var e=(0,c.rPZ)((0,i.findDOMNode)(this));e&&e!==document.body||(e=window),this.parentNode=e,this.affixDetect(),e.addEventListener("scroll",this.affixDetect),window.addEventListener("resize",this.affixDetect)},t.prototype.componentDidUpdate=function(e){var n=this.props,r=n.store;(0,c.aGv)(["selectable","draggable","orderBy","orderDir","multiple","hideCheckToggler","itemCheckableOn","itemDraggableOn"],e,n)&&r.update({multiple:n.multiple,selectable:n.selectable,draggable:n.draggable,orderBy:n.orderBy,orderDir:n.orderDir,hideCheckToggler:n.hideCheckToggler,itemCheckableOn:n.itemCheckableOn,itemDraggableOn:n.itemDraggableOn}),(0,c.aGv)(["source","value","items"],e,n)||!n.value&&!n.items&&(n.data!==e.data||"string"==typeof n.source&&(0,c.SSQ)(n.source))?t.syncItems(r,n,e)&&this.syncSelected():e.selected!==n.selected&&r.updateSelected(n.selected||[],n.valueField)},t.prototype.componentWillUnmount=function(){var e=this.parentNode;e&&e.removeEventListener("scroll",this.affixDetect),window.removeEventListener("resize",this.affixDetect)},t.prototype.bodyRef=function(e){this.body=e},t.prototype.affixDetect=function(){var e,t;if(this.props.affixHeader&&this.body){var n=this.props.classPrefix,r=(0,i.findDOMNode)(this).querySelector(".".concat(n,"List-fixedTop"));if(r){var a=this.body.getBoundingClientRect(),o=null!==(t=null!==(e=this.props.affixOffsetTop)&&void 0!==e?e:this.props.env.affixOffsetTop)&&void 0!==t?t:0,s=a.topo;this.body.offsetWidth&&(r.style.cssText="top: ".concat(o,"px;width: ").concat(this.body.offsetWidth,"px;")),s?r.classList.add("in"):r.classList.remove("in")}}},t.prototype.getPopOverContainer=function(){return(0,i.findDOMNode)(this)},t.prototype.handleAction=function(e,t,n){var r,a=this.props,i=a.data,o=a.dispatchEvent,s=a.onAction,l=a.onEvent;l&&Array.isArray(null===(r=null==l?void 0:l.itemClick)||void 0===r?void 0:r.actions)&&l.itemClick.actions.length>0?o("itemClick",(0,c.nW9)(i,{item:n})):t&&(null==s||s(e,t,n))},t.prototype.handleCheck=function(e){e.toggle(),this.syncSelected()},t.prototype.handleCheckAll=function(){this.props.store.toggleAll(),this.syncSelected()},t.prototype.syncSelected=function(){var e=this.props,t=e.store,n=e.onSelect;n&&n(t.selectedItems.map((function(e){return e.data})),t.unSelectedItems.map((function(e){return e.data})))},t.prototype.handleQuickChange=function(e,t,n,r,a){if(e.change(t,r),n&&!r)if(n&&n.api)this.props.onAction(null,{actionType:"ajax",api:n.api,reload:null==a?void 0:a.reload},t);else{var i=this.props,o=i.onSave,s=i.primaryField;o&&o(e.data,(0,c.e50)(e.data,e.pristine,["id",s]),e.index,void 0,e.pristine,a)}},t.prototype.handleSave=function(){var e=this.props,t=e.store,n=e.onSave,r=e.primaryField;if(n&&t.modifiedItems.length){var a=t.modifiedItems.map((function(e){return e.data})),i=t.modifiedItems.map((function(e){return e.index}));n(a,t.modifiedItems.map((function(e){return(0,c.e50)(e.data,e.pristine,["id",r])})),i,t.items.filter((function(e){return!e.modified})).map((function(e){return e.data})),t.modifiedItems.map((function(e){return e.pristine})))}},t.prototype.handleSaveOrder=function(){var e=this.props,t=e.store,n=e.onSaveOrder;n&&t.movedItems.length&&n(t.movedItems.map((function(e){return e.data})),t.items.map((function(e){return e.data})))},t.prototype.reset=function(){this.props.store.reset()},t.prototype.bulkUpdate=function(e,t){this.props.store.items.filter((function(e){return~t.indexOf(e.pristine)})).forEach((function(t){return t.change(e)}))},t.prototype.getSelected=function(){return this.props.store.selectedItems.map((function(e){return e.data}))},t.prototype.dragTipRef=function(e){!this.dragTip&&e?this.initDragging():this.dragTip&&!e&&this.destroyDragging(),this.dragTip=e},t.prototype.initDragging=function(){var e=this.props.store,t=(0,i.findDOMNode)(this),n=this.props.classPrefix;this.sortable=new o.ZP(t.querySelector(".".concat(n,"List-items")),{group:"table",animation:150,handle:".".concat(n,"ListItem-dragBtn"),ghostClass:"is-dragging",onEnd:function(t){if(t.newIndex!==t.oldIndex){var n=t.to;t.oldIndex0;return s("".concat(e),(0,r.pi)({type:"list-item"},t),{key:n.index,className:f(a,{"is-checked":n.checked,"is-modified":n.modified,"is-moved":n.moved}),selectable:u.selectable,checkable:n.checkable,multiple:l,item:n,itemIndex:n.index,hideCheckToggler:d,checkOnItemClick:p,itemAction:h,hasClickActions:m,selected:n.checked,onCheck:this.handleCheck,onAction:this.handleAction,dragging:u.dragging,data:n.locals,onQuickChange:u.dragging?null:this.handleQuickChange,popOverContainer:this.getPopOverContainer})},t.prototype.render=function(){var e,t=this,n=this.props,r=n.className,i=n.style,o=n.itemClassName,s=n.store,l=n.placeholder,c=n.render;n.multiple;var d=n.listItem;n.onAction,n.hideCheckToggler,n.checkOnItemClick,n.itemAction;var p=n.affixHeader,h=n.classnames,f=n.size,m=n.translate,v=n.loading,g=void 0!==v&&v,y=n.loadingConfig;this.renderedToolbars=[];var b=this.renderHeading(),w=this.renderHeader();return a.createElement("div",{className:h("List",r,(e={},e["List--".concat(f)]=f,e["List--unsaved"]=!!s.modified||!!s.moved,e)),style:i,ref:this.bodyRef},p&&b&&w?a.createElement("div",{className:h("List-fixedTop")},w,b):null,w,b,s.items.length?a.createElement("div",{className:h("List-items")},s.items.map((function(e,n){return t.renderListItem(n,d,e,o)}))):a.createElement("div",{className:h("List-placeholder")},c("placeholder",m(l))),this.renderFooter(),a.createElement(u.$j,{overlay:!0,show:g,loadingConfig:y}))},t.propsList=["header","headerToolbarRender","footer","footerToolbarRender","placeholder","source","selectable","headerClassName","footerClassName","hideQuickSaveBtn","hideCheckToggler","itemCheckableOn","itemDraggableOn","actions","items","valueField"],t.defaultProps={className:"",placeholder:"placeholder.noData",source:"$items",selectable:!1,headerClassName:"",footerClassName:"",affixHeader:!0},t}(a.Component));var m=function(e){function t(t){var n=e.call(this,t)||this;return n.itemRender=n.itemRender.bind(n),n.handleAction=n.handleAction.bind(n),n.handleQuickChange=n.handleQuickChange.bind(n),n.handleClick=n.handleClick.bind(n),n.handleCheck=n.handleCheck.bind(n),n}return(0,r.ZT)(t,e),t.prototype.handleClick=function(e){if(!(0,c.Pbn)(e)){var t=this.props,n=t.checkable,r=t.checkOnItemClick,a=t.itemAction,i=t.onAction,o=t.item,s=t.onCheck,l=t.hasClickActions;null==i||i(e,l?void 0:a,l?o:null==o?void 0:o.data),n&&r&&!l&&!a&&(null==s||s(o))}},t.prototype.handleCheck=function(){var e=this.props,t=e.onCheck,n=e.item;null==t||t(n)},t.prototype.handleAction=function(e,t,n){var r=this.props,a=r.onAction,i=r.item;a&&a(e,t,n||i.data)},t.prototype.handleQuickChange=function(e,t,n,r){var a=this.props,i=a.onQuickChange,o=a.item;i&&i(o,e,t,n,r)},t.prototype.renderLeft=function(){var e=this.props,t=e.dragging,n=e.selectable,r=e.selected,i=e.checkable,o=e.multiple,s=e.hideCheckToggler,l=e.checkOnItemClick,d=e.classnames,p=e.classPrefix;return t?a.createElement("div",{className:d("ListItem-dragBtn")},a.createElement(u.JO,{icon:"drag-bar",className:"icon"})):n&&!s?a.createElement("div",{className:d("ListItem-checkBtn")},a.createElement(u.XZ,{classPrefix:p,type:!1!==o?"checkbox":"radio",disabled:!i,checked:r,onChange:l?c.ZTd:this.handleCheck,inline:!0})):null},t.prototype.renderRight=function(){var e=this,t=this.props,n=t.actions,i=t.render,o=t.data,s=t.dragging,l=t.classnames;return Array.isArray(n)?a.createElement("div",{className:l("ListItem-actions")},n.map((function(t,n){return(0,c.pn4)(t,o)?i("action/".concat(n),(0,r.pi)({size:"sm",level:"link",type:"button"},t),{key:n,disabled:s||(0,c.pKY)(t,o),onAction:e.handleAction}):null}))):null},t.prototype.renderChild=function(e,t,n){void 0===t&&(t="body"),void 0===n&&(n=0);var r=this.props.render;if("string"==typeof e||"number"==typeof e)return r(t,e,{key:n});var a=e;return"hbox"===a.type||"grid"===a.type?r(t,e,{key:n,itemRender:this.itemRender}):this.renderFeild(t,a,n,this.props)},t.prototype.itemRender=function(e,t,n){return this.renderFeild("column/".concat(t),e,t,n)},t.prototype.renderFeild=function(e,t,n,i){var o=(null==i?void 0:i.render)||this.props.render,s=this.props.data,l=this.props.classnames,u=this.props.itemIndex,d=t.$$id?"".concat(t.$$id,"-field"):"";return(0,c.pn4)(t,s)?a.createElement("div",{key:n,className:l("ListItem-field")},t&&t.label?a.createElement("label",{className:l("ListItem-fieldLabel",t.labelClassName)},t.label):null,o(e,(0,r.pi)((0,r.pi)({},t),{field:t,$$id:d,type:"list-item-field"}),{rowIndex:u,colIndex:n,className:l("ListItem-fieldValue",t.className),value:t.name?(0,c.H_J)(t.name,s):void 0,onAction:this.handleAction,onQuickChange:this.handleQuickChange})):null},t.prototype.renderBody=function(){var e=this,t=this.props.body;return t?Array.isArray(t)?t.map((function(t,n){return e.renderChild((0,r.pi)({type:"plain"},"string"==typeof t?{type:"tpl",tpl:t}:t),"body/".concat(n),n)})):this.renderChild(t,"body"):null},t.prototype.render=function(){var e=this.props,t=e.className,n=e.data,r=e.avatar,i=e.title,o=e.titleClassName,s=e.subTitle,l=e.desc,u=e.avatarClassName,d=e.render,p=e.classnames,h=e.actionsPosition,f=e.itemAction;e.onEvent;var m=e.hasClickActions,v=(0,c.hXT)(r,n),g=(0,c.hXT)(i,n),y=(0,c.hXT)(s,n),b=(0,c.hXT)(l,n);return a.createElement("div",{onClick:this.handleClick,className:p("ListItem ListItem--actions-at-".concat(h||"right"),{"ListItem--hasItemAction":f||m},t)},this.renderLeft(),this.renderRight(),v?a.createElement("span",{className:p("ListItem-avatar",u)},a.createElement("img",{src:v,alt:"..."})):null,a.createElement("div",{className:p("ListItem-content")},g?a.createElement("p",{className:p("ListItem-title",o)},g):null,y?a.createElement("div",null,a.createElement("small",{className:p("ListItem-subtitle")},y)):null,b?d("description",b):null,this.renderBody()))},t.defaultProps={avatarClassName:"thumb-sm avatar m-r",titleClassName:"h5"},t.propsList=["avatarClassName","titleClassName","itemAction"],t}(a.Component),v=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.propsList=(0,r.ev)(["multiple"],(0,r.CR)(m.propsList),!1),(0,r.gn)([(0,c.Thl)({test:/(^|\/)(?:list|list-group)\/(?:.*\/)?list-item$/,name:"list-item"})],t)}(m);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.className,n=e.render,i=e.style,o=e.wrapperComponent,s=e.contentsOnly;e.labelClassName;var u=e.value,c=e.data,d=e.children,p=e.width,h=e.innerClassName;e.label;var f=e.tabIndex,m=e.onKeyUp,v=e.field,g=(0,r._T)(e,["className","render","style","wrapperComponent","contentsOnly","labelClassName","value","data","children","width","innerClassName","label","tabIndex","onKeyUp","field"]),y=(0,r.pi)((0,r.pi)({},v),{className:h,type:v&&v.type||"plain"}),b=d||n("field",y,(0,r.pi)((0,r.pi)({},l()(g,Object.keys(y))),{value:u,data:c}));return p&&((i=i||{}).width=i.width||p,b=a.createElement("div",{style:{width:/%/.test(String(p))?"":p}},b)),s?b:(o=o||"div",a.createElement(o,{style:i,className:t,tabIndex:f,onKeyUp:m},b))},t.defaultProps=(0,r.pi)((0,r.pi)({},f.p.defaultProps),{wrapperComponent:"div"}),t.propsList=(0,r.ev)(["quickEdit","quickEditEnabledOn","popOver","copyable","inline"],(0,r.CR)(f.p.propsList),!1),t=(0,r.gn)([(0,c.Thl)({type:"list-item-field"}),(0,d.p)(),(0,p.v)(),(0,h.T)()],t)}(f.p)},49108:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"log"})],t)}(function(e){function t(t){var n=e.call(this,t)||this;return n.isDone=!1,n.autoScroll=!1,n.state={lastLine:"",logs:[],originLogs:[],refresh:!0,showLineNumber:!1,filterWord:""},n.refresh=function(e){var t=n.state.refresh;n.setState({refresh:!t}),t||(n.clear(e),n.loadLogs()),e.preventDefault()},n.clear=function(e){n.setState({logs:[],lastLine:""}),e.preventDefault()},n.changeFilterWord=function(e){var t=n.state.originLogs;""!==e&&null!=e&&e.length>0&&(t=t.filter((function(t){return t.includes(e)}))),n.setState({filterWord:e,logs:t})},n.logRef=a.createRef(),n.autoScroll=t.autoScroll||!1,n.pauseOrResumeScrolling=n.pauseOrResumeScrolling.bind(n),n}return(0,r.ZT)(t,e),t.prototype.componentWillUnmount=function(){this.logRef&&this.logRef.current&&this.logRef.current.removeEventListener("scroll",this.pauseOrResumeScrolling)},t.prototype.componentDidMount=function(){this.autoScroll&&this.logRef&&this.logRef.current&&this.logRef.current.addEventListener("scroll",this.pauseOrResumeScrolling),this.props.source&&this.loadLogs()},t.prototype.componentDidUpdate=function(e){this.autoScroll&&this.logRef&&this.logRef.current&&(this.logRef.current.scrollTop=this.logRef.current.scrollHeight),(0,i.rMT)(e.source,this.props.source,e.data,this.props.data)&&this.loadLogs()},t.prototype.pauseOrResumeScrolling=function(){if(this.logRef&&this.logRef.current){var e=this.logRef.current,t=e.scrollHeight,n=e.scrollTop,r=e.offsetHeight;this.autoScroll=t-(n+r)<50}},t.prototype.loadLogs=function(){var e,t,n;return(0,r.mG)(this,void 0,void 0,(function(){var a,o,s,l,u,c,d,p,h,f,m,v,g,y,b,w,_,C,E=this;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return a=this.props,o=a.source,s=a.data,l=a.env,u=a.translate,c=a.encoding,d=a.maxLength,(p=(0,i.xkX)(o,s)).url?[4,fetch(p.url,{method:(null===(e=p.method)||void 0===e?void 0:e.toLocaleUpperCase())||"GET",headers:p.headers||void 0,body:p.data?JSON.stringify(p.data):void 0,credentials:"include"})]:[2];case 1:if(200!==(h=r.sent()).status)return[3,8];if(!(f=h.body))return[2];m=f.getReader(),v="",g=[],r.label=2;case 2:return this.state.refresh?[3,4]:[4,m.cancel("click cancel button").then((function(){E.props.env.notify("success","日志已经停止刷新")}))];case 3:r.sent(),r.label=4;case 4:return[4,m.read()];case 5:if(y=r.sent(),b=y.done,(w=y.value)&&(_=new TextDecoder(c).decode(w,{stream:!0}),1===(C=_.split("\n")).length?(v+=C[0],this.setState({lastLine:v})):(C[0]=v+C[0],v=C.pop()||"",d&&g.length+C.length>d&&g.splice(0,g.length+C.length-d),g=g.concat(C),this.setState({logs:g,originLogs:g,lastLine:v}))),this.changeFilterWord(this.state.filterWord),b)return this.isDone=!0,[2];r.label=6;case 6:return[3,2];case 7:return[3,9];case 8:l.notify("error",null!==(n=null===(t=null==p?void 0:p.messages)||void 0===t?void 0:t.failed)&&void 0!==n?n:u("fetchFailed")),r.label=9;case 9:return[2]}}))}))},t.prototype.renderHighlightWord=function(e){var t=this.props.classnames,n=this.state.filterWord;if(""===n)return e;var r=e.split(n);return r.map((function(e,i){return i0&&a.createElement(a.Fragment,null,f.includes("stop")&&a.createElement("a",{title:h("stop"),className:v?"":"is-disabled",onClick:this.refresh},a.createElement(o.JO,{icon:"pause"})),f.includes("restart")&&a.createElement("a",{title:h("reload"),className:v?"is-disabled":"",onClick:this.refresh},a.createElement(o.JO,{icon:"refresh"})),f.includes("showLineNumber")&&a.createElement("a",{title:h(g?"Log.notShowLineNumber":"Log.showLineNumber"),onClick:function(t){e.setState({showLineNumber:!g}),t.preventDefault()}},a.createElement(o.JO,{icon:g?"invisible":"view"})),f.includes("clear")&&a.createElement("a",{onClick:this.clear,title:h("clear")},a.createElement(o.JO,{icon:"remove"})),f&&f.includes("filter")&&a.createElement(o.Rj,{className:l("Log-filter-box"),placeholder:"过滤词",onChange:this.changeFilterWord}))),a.createElement("div",{ref:this.logRef,className:l("Log-body"),style:{height:w?"auto":c}},w||p.length?p:y))},t.defaultProps={height:500,autoScroll:!0,placeholder:"loading",encoding:"utf-8"},t}(a.Component))},81921:function(e,t,n){"use strict";var r,a=n(70655),i=n(67294),o=n(34594),s=n(23034),l=n(67090),u=o.kDS.named("MappingStore").props({fetching:!1,errorMsg:"",valueField:"value",map:l.V5.frozen({})}).actions((function(e){var t=(0,l.ls)((function(t,n,r){var i,s,l;return(0,a.Jh)(this,(function(a){switch(a.label){case 0:return a.trys.push([0,2,3,4]),e.fetching=!0,[4,t.fetcher(n,r)];case 1:if(!(i=a.sent()).ok)throw new Error(i.msg||"fetch error");return s=(0,o.Mpd)(i.data),e.setMap(Array.isArray(s.options)?s.options:s),[3,4];case 2:return l=a.sent(),e.errorMsg=l.message,[3,4];case 3:return e.fetching=!1,[7];case 4:return[2]}}))}));return{load:t,setMap:function(t){Array.isArray(t)&&(t=t.reduce((function(t,n){if(null==n)return t;if((0,o.Kn2)(n)){var r=Object.keys(n);1===r.length||2==r.length&&r.includes("$$id")?t[(r=r.filter((function(e){return"$$id"!==e})))[0]]=n[r[0]]:r.length>1&&(t[n[e.valueField]]=n)}return t}),{})),(0,o.Kn2)(t)&&(e.map=(0,a.pi)({},t))}}})),c=(0,s.Jt)((function(e){return u.create({id:(0,o.M8z)(),storeType:u.name},e.env)}))(((r=function(e){function t(t){var n=e.call(this,t)||this;return t.store.syncProps(t,void 0,["valueField","map"]),n}return(0,a.ZT)(t,e),t.prototype.componentDidMount=function(){this.reload()},t.prototype.componentDidUpdate=function(e){var t=this.props,n=this.props,r=n.store,a=n.source,i=n.data;if(r.syncProps(t,e,["valueField","map"]),(0,o.SSQ)(a)){var s=(0,o.OgC)(e.source,e.data,"| raw"),l=(0,o.OgC)(a,i,"| raw");s!==l&&r.setMap(l)}else(0,o.rMT)(e.source,t.source,e.data,t.data)&&this.reload()},t.prototype.reload=function(){var e,t=this.props,n=t.source,r=t.data,a=t.env,i=this.props.store;if((0,o.SSQ)(n))i.setMap((0,o.OgC)(n,r,"| raw"));else if((0,o.X1t)(n,r)){var s=(0,o._6r)(n,"get");s.cache=null!==(e=s.cache)&&void 0!==e?e:3e4,i.load(a,s,r)}},t.prototype.renderSingleValue=function(e,t,n){var r,a=this.props,o=a.className,s=a.style,l=a.placeholder,u=a.classnames,c=a.store,d=i.createElement("span",{className:"text-muted"},l),p=c.map,h=void 0,f=n?s:void 0;return void 0!==(e="string"==typeof e?e.trim():e)&&p&&void 0!==(h=null!==(r=p[e])&&void 0!==r?r:!0===e&&p[1]?p[1]:!1===e&&p[0]?p[0]:p["*"])&&(d=this.renderViewValue(h)),i.createElement("span",{key:"map-".concat(t),className:u("MappingField",o),style:f},d)},t.prototype.renderViewValue=function(e){var t=this.props,n=t.render,r=t.itemSchema,a=t.data,i=t.labelField;if(!r){var s=e;(0,o.Kn2)(e)&&(void 0===i||""===i?e.hasOwnProperty("type")||(s=e.label):s=e[i||"label"]);var l=e;return(0,o.Kn2)(s)&&"tag"===s.type&&!(0,o.Kn2)(s.label)&&null!=s.label&&(l=s.label),n("tpl",s,{data:(0,o.nW9)(a,{value:l,label:l}),value:null})}return n("mappingItemSchema",r,{data:(0,o.nW9)(a,(0,o.Kn2)(e)?e:{item:e}),value:null})},t.prototype.render=function(){var e=this,t=this.props,n=t.style,r=t.defaultValue,a=t.data,s=(0,o.v8S)(this.props);return r&&(0,o.SSQ)(r)&&r===s&&(s=(0,o.OgC)(r,a,"| raw")),Array.isArray(s)?i.createElement("span",{style:n},s.map((function(t,n){return e.renderSingleValue(t,n)}))):this.renderSingleValue(s,0,!0)},t}(i.Component)).defaultProps={placeholder:"-",map:{"*":"通配值"}},r));!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,a.ZT)(t,e),t.prototype.render=function(){return i.createElement(c,(0,a.pi)({},this.props))},t=(0,a.gn)([(0,o.Thl)({test:/(^|\/)(?:map|mapping)$/,name:"mapping"})],t)}(i.Component)},38432:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594);function o(){return n.e(3116).then(n.bind(n,33116)).then((function(e){return e.default}))}!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"markdown"})],t)}(function(e){function t(t){var n=e.call(this,t)||this,r=n.props,a=r.name,o=r.data;if(r.src)n.state={content:""},n.updateContent();else{var s=(0,i.v8S)(n.props)||(a&&(0,i.SSQ)(a)?(0,i.OgC)(a,o,"| raw"):null);n.state={content:s}}return n}return(0,r.ZT)(t,e),t.prototype.componentDidUpdate=function(e){var t=this.props;t.src?(0,i.rMT)(e.src,t.src,e.data,t.data)&&this.updateContent():this.updateContent()},t.prototype.updateContent=function(){return(0,r.mG)(this,void 0,void 0,(function(){var e,t,n,a,o,s,l;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e=this.props,t=e.name,n=e.data,a=e.src,o=e.env,a&&(0,i.X1t)(a,n)?[4,o.fetcher(a,n)]:[3,2];case 1:return"string"==typeof(s=r.sent())?this.setState({content:s}):"object"==typeof s&&s.data?this.setState({content:s.data}):console.error("markdown response error",s),[3,3];case 2:(l=(0,i.v8S)(this.props)||(t&&(0,i.SSQ)(t)?(0,i.OgC)(t,n,"| raw"):null))!==this.state.content&&this.setState({content:l}),r.label=3;case 3:return[2]}}))}))},t.prototype.render=function(){var e=this.props,t=e.className,n=e.style,r=e.classnames,s=e.options;return a.createElement("div",{className:r("Markdown",t),style:n},a.createElement(i.crj,{getComponent:o,content:this.state.content||"",options:s}))},t}(a.Component))},40240:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.data,n=e.text,s=(0,i.OgC)(n,t,"| raw");return a.createElement(o.i7,(0,r.pi)({},this.props,{text:s}))},t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"multiline-text"})],t)}(s)},97914:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(73935),o=n(18446),s=n.n(o),l=n(34594),u=n(23034),c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.startPoint={y:0,x:0},t.state={},t}return(0,r.ZT)(t,e),t.prototype.handleClick=function(e,t){return(0,r.mG)(this,void 0,void 0,(function(){var n,a,i;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return n=this.props,a=n.env,i=n.onSelect,e&&e.to&&(null==a||a.tracker({eventType:"link",eventData:{label:e.label,link:e.to}})),[4,null==i?void 0:i(e,t)];case 1:return r.sent(),[2,!1]}}))}))},t.prototype.toggleLink=function(e,t,n){var r,a;null===(a=(r=this.props).onToggle)||void 0===a||a.call(r,e,t,n)},t.prototype.getDropInfo=function(e,t,n){var r,a,i,o=this.props,s=o.dragOnSameLevel,l=o.indentSize,u=e.target.getBoundingClientRect(),c=null===(r=this.dragNode)||void 0===r?void 0:r.link,d=u.top,p=u.height,h=u.width,f=e.clientY,m=e.clientX,v=n*(null!==(a=parseInt(l,10))&&void 0!==a?a:16),g=v+.2*h;return i=f>=d+p/2?"bottom":"top",!s&&"bottom"===i&&m>=this.startPoint.x+g&&(i="self"),{nodeId:t,dragLink:c,position:i,rect:u,height:p,left:v}},t.prototype.updateDropIndicator=function(e){var t,n=this.props,r=n.dragOnSameLevel,a=n.overflow,o=e.target.querySelector("a"),l=null==o?void 0:o.getAttribute("data-id"),u=Number(null==o?void 0:o.getAttribute("data-depth")),c=a&&a.enable&&a.wrapperComponent||"ul";if(r&&(null===(t=this.dragNode)||void 0===t?void 0:t.node.closest("".concat(c,'[role="menu"]')))!==(null==o?void 0:o.closest("".concat(c,'[role="menu"]'))))return this.setState({dropIndicator:void 0}),void(this.dropInfo=null);this.dropInfo=this.getDropInfo(e,l,u);var d=this.dropInfo,p=d.position,h=d.rect,f=d.dragLink,m=d.height,v=d.left;if(l===(null==f?void 0:f.__id))return this.setState({dropIndicator:void 0}),void(this.dropInfo=null);var g=(0,i.findDOMNode)(this).firstChild;if("self"===p){var y={top:h.top-g.getBoundingClientRect().top,left:v,width:g.getBoundingClientRect().width-v,height:m,opacity:.2};(!this.state.dropIndicator||this.state.dropIndicator&&!s()(this.state.dropIndicator,y))&&this.setState({dropIndicator:y})}else y={top:("bottom"===p?h.top+h.height:h.top)-g.getBoundingClientRect().top,left:v,width:g.getBoundingClientRect().width-v},(!this.state.dropIndicator||this.state.dropIndicator&&!s()(this.state.dropIndicator,y))&&this.setState({dropIndicator:y})},t.prototype.handleDragStart=function(e){var t=this;return function(n){n.stopPropagation();var r=n.currentTarget;n.dataTransfer.effectAllowed="copyMove",n.dataTransfer.setDragImage(r,0,0),t.dragNode={node:r,link:e},t.dropInfo=null,t.startPoint={x:n.clientX,y:n.clientY},r.addEventListener("dragend",t.handleDragEnd),document.body.addEventListener("dragover",t.handleDragOver)}},t.prototype.handleDragOver=function(e){if(e.preventDefault(),e.stopPropagation(),this.dragNode){var t=e.target.querySelector("a");(null==t?void 0:t.getAttribute("data-id"))&&this.updateDropIndicator(e)}},t.prototype.handleDragEnd=function(e){var t,n,r;e.preventDefault(),e.stopPropagation(),this.setState({dropIndicator:void 0});var a=e.currentTarget,i=a.getAttribute("data-id");if(!i){var o=a.querySelector("a");o&&(i=o.getAttribute("data-id"))}var s=null===(t=this.dropInfo)||void 0===t?void 0:t.nodeId;this.dropInfo&&s&&i!==s&&(a.removeEventListener("dragend",this.handleDragEnd),document.body.removeEventListener("dragover",this.handleDragOver),null===(r=(n=this.props).onDragUpdate)||void 0===r||r.call(n,this.dropInfo),this.dragNode=null,this.dropInfo=null)},t.prototype.normalizeNavigations=function(e,t){var n=this,i=this.props,o=i.level,s=i.stacked,c=i.mode,d=i.itemActions,p=i.render,h=i.classnames,f=i.data;return e?o&&t>o?[]:e.map((function(e){var i=null,o=null;Array.isArray(e.icon)?(i=e.icon.filter((function(e){return"before"===e.position})).map((function(e){return(0,l.rew)(h,e.icon)})),o=e.icon.filter((function(e){return"after"===e.position})).map((function(e){return(0,l.rew)(h,e.icon)}))):e.icon&&(i=(0,l.rew)(h,e.icon));var m="string"==typeof e.label?e.label:a.isValidElement(e.label)?a.cloneElement(e.label):p("inline",e.label),v=s&&"float"!==c&&!e.expanded&&e.overflow&&(0,l.Kn2)(e.overflow)&&e.overflow.enable,g=e.children;if(v){var y=e.overflow,b=y.maxVisibleCount,w=y.overflowIndicator,_=void 0===w?"fa fa-ellipsis":w,C=y.overflowLabel,E=y.overflowClassName,k=b||2;k<((null==g?void 0:g.length)||0)&&(g=null==g?void 0:g.map((function(t,n){return(0,r.pi)((0,r.pi)({},t),{label:n===k?a.createElement("span",{className:h(E)},(0,u.q7)(_)?a.createElement(u.JO,{icon:_,className:"icon"}):(0,l.rew)(h,_,"Nav-itemIcon"),C&&(0,l.Kn2)(C)?p("nav-overflow-label",C):C):t.label,hidden:n>k||e.hidden,expandMore:n===k})})))}return{link:e,label:m,labelExtra:o?a.createElement("i",{className:h("Nav-itemIconAfter")},o):null,icon:i?a.createElement("i",null,i):null,children:g?n.normalizeNavigations(g,t+1):[],path:e.to,open:e.unfolded,extra:d?p("inline",d,{data:(0,l.nW9)(f,e),popOverContainer:function(){return document.body},closeOnClick:!0}):null,disabled:!!e.disabled,disabledTip:e.disabledTip,hidden:e.hidden,className:e.className,mode:e.mode}})):[]},t.prototype.render=function(){var e=this.props,t=e.className,n=e.style,r=e.stacked,i=e.mode,o=e.classnames,s=e.links,c=e.loading,d=e.overflow,p=e.loadingConfig,h=e.itemBadge,f=e.badge,m=e.data,v=e.location,g=e.collapsed,y=e.expandIcon,b=e.indentSize,w=e.accordion,_=e.draggable,C=e.themeColor,E=e.expandPosition,k=e.render,S=this.state.dropIndicator,x=null;if(d&&(0,l.Kn2)(d)&&d.enable){var T=d.overflowIndicator,M=void 0===T?"fa fa-ellipsis":T,O=d.overflowLabel,N=d.overflowClassName;x=a.createElement("span",{className:o(N)},a.createElement(a.Fragment,null,(0,u.q7)(M)?a.createElement(u.JO,{icon:M,className:"icon"}):(0,l.rew)(o,M,"Nav-itemIcon"),O&&(0,l.Kn2)(O)?k("nav-overflow-label",O):O))}return a.createElement("div",{className:o("Nav"),style:n},a.createElement(a.Fragment,null,Array.isArray(s)?a.createElement(u.v2,{className:t,navigations:this.normalizeNavigations(s,1),isActive:function(e,t){if(e.link&&void 0!==e.link.active)return e.link.active;var n=e.path;return!(v.pathname!==n)},isOpen:function(e){return!!e.open},stacked:!!r,mode:i,themeColor:C,onSelect:this.handleClick,onToggle:this.toggleLink,renderLink:function(e){return e.link},badge:h||f,collapsed:g,overflowedIndicator:x,overflowMaxCount:null==d?void 0:d.maxVisibleCount,overflowedIndicatorPopupClassName:o(null==d?void 0:d.overflowPopoverClassName),overflowSuffix:(null==d?void 0:d.overflowSuffix)?k("nav-overflow-suffix",null==d?void 0:d.overflowSuffix):null,overflowItemWidth:null==d?void 0:d.itemWidth,overflowComponent:null==d?void 0:d.wrapperComponent,overflowStyle:null==d?void 0:d.style,expandIcon:y?"string"==typeof y?y:k("expand-icon",y):null,expandBefore:"after"!==E,inlineIndent:b,accordion:w,draggable:_,data:m,onDragStart:this.handleDragStart}):null,a.createElement(u.$j,{show:!!c,overlay:!0,loadingConfig:p})),S?a.createElement("div",{className:o("Nav-dropIndicator"),style:S}):null)},t.defaultProps={indentSize:16},(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Number]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleClick",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Number,Boolean]),(0,r.w6)("design:returntype",void 0)],t.prototype,"toggleLink",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[DragEvent,String,Number]),(0,r.w6)("design:returntype",Object)],t.prototype,"getDropInfo",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[DragEvent]),(0,r.w6)("design:returntype",void 0)],t.prototype,"updateDropIndicator",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleDragStart",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[DragEvent]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleDragOver",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[DragEvent]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleDragEnd",null),t}(a.Component),d=(0,l.YYN)(c);function p(e,t,n){if(t>n)return[];var r=[];return e&&e.forEach((function(e){e.active&&r.push(e),e.children&&(r=r.concat(p(e.children,t+1,n)))})),r}var h=(0,u.it)({adaptor:function(e,t){var n=Array.isArray(e)?e:e.links||e.options||e.items||e.rows;if(!Array.isArray(n))throw new Error("payload.data.options is not array.");return n},afterLoad:function(e,t,n){return(0,r.mG)(void 0,void 0,void 0,(function(){var a;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,(0,n.dispatchEvent)("loaded",{data:e.value})];case 1:return(null==(a=r.sent())?void 0:a.prevented)||e.value&&!(0,l.Jyg)(t,(function(e){return e.active}))&&n.env.jumpTo((0,l.hXT)(e.value,n.data)),[2]}}))}))},normalizeConfig:function(e,t,n,a){if(Array.isArray(e)&&"toggle"!==a){var i=n.data,o=n.env,u=n.unfoldedField,c=n.foldedField,d=n.location,h=n.level,f=n.defaultOpenLevel,m=n.dispatchEvent,v=n.store,g=function(e,t){return!e.disabled&&("location-change"!==a&&void 0!==e.active?e.active:t===h&&!!(0,l.hEs)(e.children||[],(function(e){return!!(e.hasOwnProperty("to")&&o&&o.isCurrentUrl((0,l.hXT)(e.to,i)))}))||(e.activeOn?(0,l.fz_)(e.activeOn,i)||(0,l.fz_)(e.activeOn,d):!!(e.hasOwnProperty("to")&&o&&o.isCurrentUrl((0,l.hXT)(e.to,i)))))},y=p(e=(0,l.GyU)(e,(function(e,t,n){var a,o=(0,r.pi)((0,r.pi)((0,r.pi)({},e),(0,l.Lti)(e,i)),{active:g(e,n),__id:null!==(a=e.__id)&&void 0!==a?a:(0,l.M8z)()});return o.unfolded=void 0!==e.unfolded?(0,l.FCL)(o,{unfoldedField:u,foldedField:c}):!!(f&&n<=f)||e.children&&!!(0,l.hEs)(e.children,(function(e,t,r){return g(e,n+r)})),o}),1,!0),1,h),b=p(v.config,1,h);setTimeout((function(){s()(y,b)||m("change",{value:y})}),0)}return e},beforeDeferLoad:function(e,t,n){return(0,l.o5f)(n,t,1,(0,r.pi)((0,r.pi)({},e),{loading:!0}))},afterDeferLoad:function(e,t,n,a,i){return(0,r.mG)(this,void 0,void 0,(function(){var o,s,u;return(0,r.Jh)(this,(function(c){switch(c.label){case 0:return[4,(0,i.dispatchEvent)("loaded",{data:n.data,item:(0,r.pi)({},e)})];case 1:return(null==(o=c.sent())?void 0:o.prevented)?[2]:(s=(0,r.pi)((0,r.pi)({},e),{loading:!1,loaded:!0,error:n.ok?void 0:n.msg}),u=Array.isArray(n.data)?n.data:n.data.links||n.data.options||n.data.items||n.data.rows,Array.isArray(u)&&(s.children=u.concat(),s.unfolded=!0),[2,(0,l.o5f)(a,t,1,s)])}}))}))}})(function(e){function t(t){var n=e.call(this,t)||this;return n.state={currentKey:t.showKey||"",collapsed:t.collapsed||!1},n.toggleLink=n.toggleLink.bind(n),n.handleSelect=n.handleSelect.bind(n),n.dragUpdate=n.dragUpdate.bind(n),null==t||t.onRef(n),n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){Array.isArray(this.props.links)&&this.props.updateConfig(this.props.links,"mount")},t.prototype.componentDidUpdate=function(e,t){s()(this.props.location,e.location)?s()(this.props.links,e.links)||this.props.updateConfig(this.props.links,"update"):this.props.updateConfig(this.props.config,"location-change"),e.defaultOpenLevel!==this.props.defaultOpenLevel&&this.props.updateConfig(this.props.config,"update"),e.collapsed!==this.props.collapsed&&this.setState({collapsed:this.props.collapsed}),t.collapsed!==this.state.collapsed&&this.props.dispatchEvent("collapsed",{collapsed:this.state.collapsed})},t.prototype.getCurrentLink=function(e){var t=null,n=this.props,r=n.config,a=n.data,i=(0,l.OgC)(e,a,"| raw");return e&&(t=(0,l.hEs)(r,(function(e){return e.label==i||e.key==i}))),t},t.prototype.toggleLink=function(e,t,n){return(0,r.mG)(this,void 0,void 0,(function(){var t,a,i,o,s,u,c,d,p,h;return(0,r.Jh)(this,(function(f){switch(f.label){case 0:return t=this.props,a=t.config,i=t.updateConfig,o=t.deferLoad,s=t.dispatchEvent,u=t.stacked,c=t.mode,d=t.accordion,p=u&&"float"!==c&&d,[4,s("toggled",{item:(0,r.pi)({},e),open:void 0!==n?!n:!e.unfolded})];case 1:return(null==(h=f.sent())?void 0:h.prevented)||(e.defer&&!e.loaded?o(e):i((0,l.GyU)(a,(function(t){return e.__id===t.__id?(0,r.pi)((0,r.pi)({},t),{unfolded:void 0!==n?!n:!t.unfolded}):(0,r.pi)((0,r.pi)({},t),{unfolded:p?!!(0,l.hEs)(t.children||[],(function(t){return t===e})):t.unfolded})})),"toggle")),[2]}}))}))},t.prototype.dragUpdate=function(e){var t,n;return(0,r.mG)(this,void 0,void 0,(function(){var a,i,o,s,u,c;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return a=this.props.config,i=e.nodeId,o=e.dragLink,s=e.position,o&&(u=(0,l.L$8)(a,(function(e){return e.__id===o.__id})),a=(0,l.o5f)(a,u,1),"self"===s?(0,l.GyU)(a,(function(e){return e.__id===i&&(e.children||(e.children=[]),e.children.push(o)),e})):(c=(0,l.L$8)(a,(function(e){return e.__id===i})),"bottom"===s&&c&&c.push(c.pop()+1),a=(0,l.o5f)(a,c,0,o))),this.props.updateConfig(a,"update"),null===(n=(t=this.props).onOrderChange)||void 0===n||n.call(t,a),[4,this.saveOrder((0,l.GyU)(a,(function(e){for(var t in e)/^__.*$/.test(t)&&delete e[t];return e})))];case 1:return r.sent(),[2]}}))}))},t.prototype.saveOrder=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,i,o;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.saveOrderApi,a=t.env,i=t.data,o=t.reload,n&&(0,l.X1t)(n)?[4,null==a?void 0:a.fetcher(n,(0,l.nW9)(i,{data:e}),{method:"post"})]:[3,2];case 1:return r.sent(),o(),[3,3];case 2:this.props.onOrderChange||null==a||a.alert("NAV saveOrderApi is required!"),r.label=3;case 3:return[2]}}))}))},t.prototype.expandLink=function(e){var t=this.props,n=t.config;(0,t.updateConfig)((0,l.GyU)(n,(function(t){return(0,l.hEs)((null==t?void 0:t.children)||[],(function(t){return t.__id===e.__id}))?(0,r.pi)((0,r.pi)({},t),{expanded:!0}):(0,r.pi)({},t)})),"expand")},t.prototype.handleSelect=function(e,t){return(0,r.mG)(this,void 0,void 0,(function(){var n,a,i,o,s,u,c,d,p;return(0,r.Jh)(this,(function(h){switch(h.label){case 0:return n=this.props,a=n.onSelect,i=n.env,o=n.data,s=n.level,u=n.dispatchEvent,c=n.updateConfig,d=n.config,[4,u("click",{item:(0,r.pi)({},e)})];case 1:return(null==(p=h.sent())?void 0:p.prevented)||a&&!1===a(e)?[2]:t===s?(c((0,l.GyU)(d,(function(t){return(0,r.pi)((0,r.pi)({},t),{active:t.__id===e.__id})})),"select"),[2]):e.expandMore?(this.expandLink(e),[2]):e.to?(null==i||i.jumpTo((0,l.hXT)(e.to,o),e),[2]):[2]}}))}))},t.prototype.render=function(){var e=this.props,t=e.loading,n=e.config;e.deferLoad,e.updateConfig;var i=(0,r._T)(e,["loading","config","deferLoad","updateConfig"]),o=this.getCurrentLink(this.state.currentKey);return a.createElement(d,(0,r.pi)({},i,{loading:t,links:(null==o?void 0:o.children)||n,collapsed:this.state.collapsed,disabled:t,onSelect:this.handleSelect,onToggle:this.toggleLink,onDragUpdate:this.dragUpdate}))},t}(a.Component));!function(e){function t(t,n){var r=e.call(this,t)||this;return r.remoteRef=void 0,n.registerComponent(r),r}(0,r.ZT)(t,e),t.prototype.remoteConfigRef=function(e){this.remoteRef=e},t.prototype.getRef=function(e){this.navRef=e},t.prototype.componentDidUpdate=function(e){this.remoteRef&&this.props.source!==e.source&&this.remoteRef.syncConfig()},t.prototype.componentWillUnmount=function(){this.context.unRegisterComponent(this)},t.prototype.doAction=function(e,t){var n=null==e?void 0:e.actionType,r=(null==t?void 0:t.value)||e.data.value;if("updateItems"===n){var a=[];if(r)if(Array.isArray(r)){if(r.length>0){var i=r.find((function(e){return e.children&&e.children.length}));if(i){var o=(null==i?void 0:i.key)||(null==i?void 0:i.label);this.navRef.state.currentKey!==o&&(this.navRef.setState({currentKey:(null==i?void 0:i.key)||(null==i?void 0:i.label)}),a=i.children)}}}else if("string"==typeof r){var s=this.navRef.getCurrentLink(r);this.navRef.setState({currentKey:s.key||s.label}),a=null==s?void 0:s.children}if(a.length>0){var u=this.props,c=u.env,d=u.data,p=(0,l.hEs)(a,(function(e){return c&&c.isCurrentUrl((0,l.hXT)(e.to,d))}));null==c||c.jumpTo((0,l.hXT)(p?p.to:a[0].to,d))}}else if("collapse"===n){var h=void 0!==r?r:!this.navRef.state.collapsed;this.navRef.setState({collapsed:h})}else"reset"===n&&this.navRef.setState({currentKey:""})},t.prototype.reload=function(e,t,n){var r;if(t)return this.receive(t);var a=this.props,i=a.data;a.translate;var o=n?(0,l.nW9)(i,n):i;null===(r=this.remoteRef)||void 0===r||r.loadConfig(o)},t.prototype.receive=function(e){this.reload(void 0,void 0,e)},t.prototype.render=function(){var e=(0,r._T)(this.props,[]);return a.createElement(h,(0,r.pi)({},e,{onRef:this.getRef,reload:this.reload,remoteConfigRef:this.remoteConfigRef}))},t.contextType=l.ZHe,(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"remoteConfigRef",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getRef",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String,Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"reload",null),(0,r.gn)([l.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"receive",null),t=(0,r.gn)([(0,l.Thl)({test:/(^|\/)(?:nav|navigation)$/,name:"nav"}),(0,r.w6)("design:paramtypes",[Object,Object])],t)}(a.Component)},42623:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.placeholder,n=e.kilobitSeparator,r=e.precision,o=e.prefix,s=e.affix,l=e.percent,u=e.className,c=e.style,d=e.classnames,p=e.translate,h=a.createElement("span",{className:"text-muted"},t),f=(0,i.v8S)(this.props);if(f)if("string"==typeof f&&r&&(f=(0,i.ZWw)(parseFloat(f))),isNaN(f))h=!1;else if(l){var m="number"==typeof l?l:0,v=100*(f=parseFloat(f)||0),g=Math.pow(10,m);f=(Math.round(v*g)/g).toFixed(m)+"%",h=a.createElement("span",null,f)}else{if("number"==typeof f&&r&&(f=f.toFixed(r)),n){var y=String(f).split(".");y[0]=y[0].replace(/\B(?=(\d{3})+(?!\d))/g,","),f=y.join(".")}h=a.createElement("span",null,f)}return h=h?a.createElement(a.Fragment,null,o,h,s):a.createElement("span",{className:"text-danger"},p("Number.invalid")),a.createElement("span",{className:d("NumberField",u),style:c},h)},t.defaultProps={placeholder:"-",kilobitSeparator:!0},t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"number"})],t)}(o)},64826:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034);!function(e){function t(t,n){var r=e.call(this,t)||this;return n.registerComponent(r),r}(0,r.ZT)(t,e),t.prototype.componentWillUnmount=function(){var t;null===(t=e.prototype.componentWillUnmount)||void 0===t||t.call(this),this.context.unRegisterComponent(this)},t.contextType=i.ZHe,t=(0,r.gn)([(0,i.Thl)({type:"office-viewer"}),(0,r.w6)("design:paramtypes",[Object,Object])],t)}(function(e){function t(t){var n=e.call(this,t)||this;return n.rootElement=a.createRef(),n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e;(null===(e=this.rootElement)||void 0===e?void 0:e.current)&&this.renderWord()},t.prototype.componentDidUpdate=function(e){var t,n=this.props;(0,i.rMT)(e.src,n.src,e.data,n.data)&&this.renderWord(),n.name&&e.data[n.name]!==n.data[n.name]&&this.renderWord(),null===(t=this.word)||void 0===t||t.updateVariable()},t.prototype.doAction=function(e,t,n){var r,a,i=null==e?void 0:e.actionType;"saveAs"===i&&(null===(r=this.word)||void 0===r||r.download((null==t?void 0:t.name)||this.fileName)),"print"===i&&(null===(a=this.word)||void 0===a||a.print())},t.prototype.evalVar=function(e,t){var n=this.props.data;return(0,i.H_J)(e,(0,i.nW9)(n,t))},t.prototype.renderWord=function(){return(0,r.mG)(this,void 0,void 0,(function(){var e,t,n;return(0,r.Jh)(this,(function(r){return e=this.props,t=e.src,n=e.name,t?this.renderRemoteWord():n&&this.renderFormFile(),[2]}))}))},t.prototype.renderRemoteWord=function(){return(0,r.mG)(this,void 0,void 0,(function(){var e,t,a,o,s,l,u,c,d=this;return(0,r.Jh)(this,(function(p){switch(p.label){case 0:return e=this.props,t=e.wordOptions,a=e.env,o=e.src,s=e.data,l=e.display,"string"==typeof(u=o?(0,i.OgC)(o,s,"| raw"):void 0)&&(this.fileName=u.split("/").pop()),u?[4,a.fetcher(u,s,{responseType:"arraybuffer"})]:(console.warn("file src is empty"),[2]);case 1:return c=p.sent(),n.e(5937).then(n.bind(n,25937)).then((function(e){return(0,r.mG)(d,void 0,void 0,(function(){var n,a,i;return(0,r.Jh)(this,(function(o){return n=e.Word,a=new n(c.data,(0,r.pi)((0,r.pi)({},t),{data:s,evalVar:this.evalVar.bind(this)})),!1!==l&&a.render(null===(i=this.rootElement)||void 0===i?void 0:i.current),this.word=a,[2]}))}))})),[2]}}))}))},t.prototype.renderFormFile=function(){var e=this,t=this.props,a=t.wordOptions,i=t.name,o=t.data,s=t.display,l=o[i];if(l instanceof File){var u=new FileReader;u.onload=function(t){var i=u.result;n.e(5937).then(n.bind(n,25937)).then((function(t){return(0,r.mG)(e,void 0,void 0,(function(){var e,n,o;return(0,r.Jh)(this,(function(l){return e=t.Word,n=new e(i,(0,r.pi)((0,r.pi)({},a),{evalVar:this.evalVar.bind(this)})),!1!==s&&n.render(null===(o=this.rootElement)||void 0===o?void 0:o.current),[2]}))}))}))},u.readAsArrayBuffer(l)}},t.prototype.render=function(){var e=this.props,t=e.classnames;e.translate;var n=e.className,r=e.loading,i=void 0!==r&&r,s=e.src,l=e.name,u=e.loadingConfig;return a.createElement("div",{ref:this.rootElement,className:t("Office-Viewer",n)},(!s||!l)&&a.createElement("svg",{width:"100%",height:"100",xmlns:"http://www.w3.org/2000/svg"},a.createElement("rect",{x:"0",y:"0",width:"100%",height:"100",style:{fill:"#F7F7F9"}}),a.createElement("text",{x:"50%",y:"50%",fontSize:"18",textAnchor:"middle",alignmentBaseline:"middle",fontFamily:"monospace, sans-serif",fill:"#555555"},"office viewer")),a.createElement(o.$j,{overlay:!0,key:"info",show:i,loadingConfig:u}))},t}(a.Component))},75180:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.className,n=e.style,i=e.buttons,o=e.render,s=e.classnames;return a.createElement("div",{className:s("OperationField",t),style:n},Array.isArray(i)?i.map((function(e,t){return o("".concat(t),(0,r.pi)({type:"button",size:e.size||"sm",level:e.level||(e.icon&&!e.label?"link":"")},e),{key:t})})):null)},t.propsList=["buttons","label"],t.defaultProps={},t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"operation"})],t)}(o)},72925:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=function(e){function t(t){var n=e.call(this,t)||this;return n.asideInner=a.createRef(),(0,i.Ius)(n,["handleAction","handleChange","handleBulkChange","handleQuery","handleDialogConfirm","handleDialogClose","handleDrawerConfirm","handleDrawerClose","handleClick","reload","silentReload","initInterval"]),n.style=document.createElement("style"),n.style.setAttribute("data-page",""),document.getElementsByTagName("head")[0].appendChild(n.style),n.updateStyle(),n.varStyle=document.createElement("style"),n.varStyle.setAttribute("data-vars",""),document.getElementsByTagName("head")[0].appendChild(n.varStyle),n.updateVarStyle(),n}return(0,r.ZT)(t,e),t.prototype.updateStyle=function(){this.props.css||this.props.mobileCSS?this.style.innerHTML="\n ".concat(this.buildCSS(this.props.css),"\n\n @media (max-width: 768px) {\n ").concat(this.buildCSS(this.props.mobileCSS),"\n }\n "):this.style.innerHTML=""},t.prototype.buildCSS=function(e){if(!e)return"";var t="";for(var n in e){var r=e[n],a="";for(var i in r){var o="",s=r[i];if("string"==typeof s)a+=" ".concat(i,": ").concat(s,";\n");else{for(var l in s)o+=" ".concat(l,":").concat(s[l],";");a+=" ".concat(i," {").concat(o,"}\n")}}t+="\n ".concat(n," {\n ").concat(a,"\n }\n ")}return t},t.prototype.updateVarStyle=function(){var e=this.props.cssVars,t="";if(e){for(var n in e)if(n.startsWith("--")){if(-1!==n.indexOf(":"))continue;var r=e[n];if("string"==typeof r&&(-1!==r.indexOf("expression(")||-1!==r.indexOf(";")))continue;t+="".concat(n,": ").concat(r,"; \n")}this.varStyle.innerHTML="\n :root {\n ".concat(t,"\n }\n ")}},t.prototype.componentDidMount=function(){return(0,r.mG)(this,void 0,void 0,(function(){var e,t,n,a,o,s,l,u,c,d,p,h;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e=this.props,t=e.initApi,n=e.initFetch,a=e.initFetchOn,o=e.store,s=e.messages,l=e.asideSticky,u=e.data,c=e.dispatchEvent,d=e.env,this.mounted=!0,l&&this.asideInner.current&&((p=this.asideInner.current).style.cssText+="position: sticky; top: ".concat((0,i.onM)(p).top,"px;")),[4,c("init",u,this)];case 1:return h=r.sent(),(null==d?void 0:d.tracker)&&d.tracker({eventType:"pageLoaded"}),(null==h?void 0:h.prevented)||(0,i.X1t)(t,o.data,n,a)&&o.fetchInitData(t,o.data,{successMessage:s&&s.fetchSuccess,errorMessage:s&&s.fetchFailed}).then(this.initInterval),[2]}}))}))},t.prototype.componentDidUpdate=function(e){var t=this.props,n=t.store,r=t.initApi;if(t.initFetchOn&&t.initFetch&&!e.initFetch||!1!==t.initFetch&&(0,i.rMT)(e.initApi,r,e.data,t.data)){var a=t.messages;(0,i.X1t)(r,n.data)&&n.fetchData(r,n.data,{successMessage:a&&a.fetchSuccess,errorMessage:a&&a.fetchFailed}).then(this.initInterval)}JSON.stringify(t.css)===JSON.stringify(e.css)&&JSON.stringify(t.mobileCSS)===JSON.stringify(e.mobileCSS)||this.updateStyle(),JSON.stringify(t.cssVars)!==JSON.stringify(e.cssVars)&&this.updateVarStyle(),(0,i.RjM)(e.defaultData,t.defaultData)&&n.reInitData(t.defaultData)},t.prototype.componentWillUnmount=function(){var e,t;this.mounted=!1,clearTimeout(this.timer),this.style&&(null===(e=this.style.parentNode)||void 0===e||e.removeChild(this.style)),this.varStyle&&(null===(t=this.varStyle.parentNode)||void 0===t||t.removeChild(this.varStyle))},t.prototype.reloadTarget=function(e,t){},t.prototype.handleAction=function(e,t,n,a,o){var s=this;void 0===a&&(a=!1);var l=this.props,u=l.env,c=l.store,d=l.messages,p=l.onAction;if("dialog"===t.actionType)c.setCurrentAction(t),c.openDialog(n,void 0,void 0,o);else{if("drawer"!==t.actionType){if("ajax"===t.actionType){if(c.setCurrentAction(t),!(0,i.X1t)(t.api,n))return;return c.saveRemote(t.api,n,{successMessage:t.messages&&t.messages.success||d&&d.saveSuccess,errorMessage:t.messages&&t.messages.failed||d&&d.saveSuccess}).then((function(){return(0,r.mG)(s,void 0,void 0,(function(){var e;return(0,r.Jh)(this,(function(n){switch(n.label){case 0:return t.feedback&&(0,i.pn4)(t.feedback,c.data)?[4,this.openFeedback(t.feedback,c.data)]:[3,2];case 1:n.sent(),n.label=2;case 2:return(e=t.redirect&&(0,i.hXT)(t.redirect,c.data))&&u.jumpTo(e,t),t.reload&&this.reloadTarget((0,i.hXT)(t.reload,c.data),c.data),[2]}}))}))})).catch((function(e){if(a||t.countDown)throw e}))}return p(e,t,n,a,o||this.context)}c.setCurrentAction(t),c.openDrawer(n,void 0,void 0,o)}},t.prototype.handleQuery=function(e){this.receive(e)},t.prototype.handleDialogConfirm=function(e,t){for(var n=[],a=2;as-a}i?n.classList.add("in"):n.classList.remove("in")}else this.timer=setTimeout(this.affixDetect,250)}},t.prototype.renderBody=function(){var e=this.props;e.type,e.className,e.style;var t=e.data;e.header;var n=e.body,a=e.render;e.bodyClassName,e.headerClassName,e.actionsClassName,e.footerClassName;var i=e.children;e.title,e.actions,e.footer,e.classPrefix;var o=e.formMode,s=e.formHorizontal,l=e.subFormMode,u=e.subFormHorizontal;e.id,e.label,e.renderLabel,e.inputOnly;var c=(0,r._T)(e,["type","className","style","data","header","body","render","bodyClassName","headerClassName","actionsClassName","footerClassName","children","title","actions","footer","classPrefix","formMode","formHorizontal","subFormMode","subFormHorizontal","id","label","renderLabel","inputOnly"]),d=(0,r.pi)((0,r.pi)({data:t},c),{formMode:l||o,formHorizontal:u||s});return i?"function"==typeof i?i(this.props):i:n?a("body",n,d):null},t.prototype.renderActions=function(){var e=this.props,t=e.actions,n=e.render;return Array.isArray(t)&&t.length?t.map((function(e,t){return n("action",e,{type:e.type||"button",key:t})})):null},t.prototype.render=function(){var e=this.props;e.type;var t=e.className,n=e.style,i=e.data,o=e.header;e.body;var s=e.render,l=e.bodyClassName,u=e.headerClassName,c=e.actionsClassName,d=e.footerClassName,p=e.footerWrapClassName;e.children;var h=e.title,f=e.footer,m=e.affixFooter,v=e.classPrefix,g=e.classnames;e.id;var y=(0,r._T)(e,["type","className","style","data","header","body","render","bodyClassName","headerClassName","actionsClassName","footerClassName","footerWrapClassName","children","title","footer","affixFooter","classPrefix","classnames","id"]),b=(0,r.pi)({data:i},y),w=[],_=this.renderActions();_&&w.push(a.createElement("div",{key:"actions",className:g("Panel-btnToolbar",c||"Panel-footer")},_)),f&&w.push(a.createElement("div",{key:"footer",className:g(d||"Panel-footer")},s("footer",f,b)));var C=w.length?a.createElement("div",{className:g("Panel-footerWrap",p),ref:this.footerDom},w):null;return a.createElement("div",{className:g("Panel",t||"Panel--default"),style:n},o?a.createElement("div",{className:g(u||"Panel-heading")},s("header",o,b)):h?a.createElement("div",{className:g(u||"Panel-heading")},a.createElement("h3",{className:g("Panel-title")},s("title",h,b))):null,a.createElement("div",{className:l||"".concat(v,"Panel-body")},this.renderBody()),C,m&&w.length?a.createElement("div",{ref:this.affixDom,className:g("Panel-fixedBottom Panel-footerWrap",p)},w):null)},t.propsList=["header","actions","children","headerClassName","footerClassName","footerWrapClassName","actionsClassName","bodyClassName"],t.defaultProps={},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"affixDetect",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"panel"})],t)}(s)},39320:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.state={visible:!1},t}return(0,r.ZT)(t,e),t.prototype.toggleVisible=function(){this.setState({visible:!this.state.visible})},t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.className,r=e.style,i=e.mosaicText,s=void 0===i?"********":i,l=e.value;return a.createElement("span",{className:t("Password-field",n),style:r},this.state.visible?l:s,this.state.visible?a.createElement(o.JO,{icon:"view",className:"icon",onClick:this.toggleVisible}):a.createElement(o.JO,{icon:"invisible",className:"icon",onClick:this.toggleVisible}))},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"toggleVisible",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"password"})],t)}(s)},55296:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.handleClick=function(e){var t=this.props,n=t.dispatchEvent,r=t.data;n("click",(0,i.nW9)(r,{nativeEvent:e}))},t.prototype.handleMouseEnter=function(e){var t=this.props,n=t.dispatchEvent,r=t.data;n(e,(0,i.nW9)(r,{nativeEvent:e}))},t.prototype.handleMouseLeave=function(e){var t=this.props,n=t.dispatchEvent,r=t.data;n(e,(0,i.nW9)(r,{nativeEvent:e}))},t.prototype.render=function(){var e=this.props,t=e.className,n=e.style,r=e.wrapperComponent,o=e.text,s=e.data,l=e.tpl,u=e.inline,c=e.placeholder,d=e.classnames,p=(0,i.v8S)(this.props),h=r||(u?"span":"div");return a.createElement(h,{className:d("PlainField",t),style:n,onClick:this.handleClick,onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave},l||o?(0,i.hXT)(l||o,s):void 0===p||""===p||null===p?a.createElement("span",{className:"text-muted"},c):String(p))},t.defaultProps={wrapperComponent:"",inline:!0,placeholder:"-"},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClick",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleMouseEnter",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleMouseLeave",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({test:/(^|\/)(?:plain|text)$/,name:"plain"})],t)}(o)},69444:function(e,t,n){"use strict";n.d(t,{v:function(){return c}});var r=n(70655),a=n(67294),i=n(73935),o=n(8679),s=n.n(o),l=n(34594),u=n(23034),c=function(e){return void 0===e&&(e={}),function(t){var n=null,o=function(o){function s(e){var t=o.call(this,e)||this;return t.openPopOver=t.openPopOver.bind(t),t.closePopOver=t.closePopOver.bind(t),t.closePopOverLater=t.closePopOverLater.bind(t),t.clearCloseTimer=t.clearCloseTimer.bind(t),t.targetRef=t.targetRef.bind(t),t.state={isOpened:!1},t}return(0,r.ZT)(s,o),s.prototype.targetRef=function(e){this.target=e},s.prototype.openPopOver=function(){var e=this,t=this.props.onPopOverOpened;null==n||n.closePopOver(),n=this,this.setState({isOpened:!0},(function(){return t&&t(e.props.popOver)}))},s.prototype.closePopOver=function(){var e=this;if(clearTimeout(this.timer),this.state.isOpened){n=null;var t=this.props.onPopOverClosed;this.setState({isOpened:!1},(function(){return t&&t(e.props.popOver)}))}},s.prototype.closePopOverLater=function(){this.timer=setTimeout(this.closePopOver,2e3)},s.prototype.clearCloseTimer=function(){clearTimeout(this.timer)},s.prototype.buildSchema=function(){var e=this.props,t=e.popOver,n=e.name;e.label;var a,i=e.translate;return!0===t?a={type:"panel",body:"${".concat(n,"}")}:!t||"dialog"!==t.mode&&"drawer"!==t.mode?"string"==typeof t?a={type:"panel",body:t}:t&&(a=(0,r.pi)({type:"panel"},t)):a=(0,r.pi)((0,r.pi)({actions:[{label:i("Dialog.close"),type:"button",actionType:"cancel"}]},t),{type:t.mode}),a||"error"},s.prototype.getOffset=function(){var e=this.props.popOver;if("boolean"!=typeof e&&e.offset)return{x:e.offset.left||0,y:e.offset.top||0}},s.prototype.renderPopOver=function(){var t=this,n=this.props,r=n.popOver,o=n.render,s=n.popOverContainer,u=n.classnames,c=n.classPrefix;if(r&&("dialog"===r.mode||"drawer"===r.mode))return o("popover-detail",this.buildSchema(),{show:!0,onClose:this.closePopOver,onConfirm:this.closePopOver});var d=o("popover-detail",this.buildSchema(),{className:u(r.className)});s||(s=function(){return(0,i.findDOMNode)(t)});var p=r&&r.position||"";return/^fixed\-/.test(p)?a.createElement(l.yzG,{disabled:!this.state.isOpened,onRootClose:this.closePopOver},(function(e){return a.createElement("div",{className:u("PopOverAble--fixed PopOverAble--".concat(p)),onMouseLeave:"hover"===(null==r?void 0:r.trigger)?t.closePopOver:void 0,onMouseEnter:"hover"===(null==r?void 0:r.trigger)?t.clearCloseTimer:void 0,ref:e},d)})):a.createElement(l.aVW,{container:s,placement:p||e.position||"center",target:function(){return t.target},onHide:this.closePopOver,rootClose:!0,show:!0},a.createElement(l.v$m,{classPrefix:c,className:u("PopOverAble-popover",r.popOverClassName),offset:this.getOffset(),onMouseLeave:"hover"===(null==r?void 0:r.trigger)?this.closePopOver:void 0,onMouseEnter:"hover"===(null==r?void 0:r.trigger)?this.clearCloseTimer:void 0},d))},s.prototype.render=function(){var n=this.props,i=n.popOver,o=n.popOverEnabled,s=n.popOverEnable,l=n.className,c=n.noHoc,d=n.classnames;if(n.showIcon,!i||!1===o||c||!1===s)return a.createElement(t,(0,r.pi)({},this.props));var p={};return"hover"===(null==i?void 0:i.trigger)?(p.onMouseEnter=this.openPopOver,p.onMouseLeave=this.closePopOverLater):p.onClick=this.openPopOver,a.createElement(t,(0,r.pi)({},this.props,{className:d("Field--popOverAble",l,{in:this.state.isOpened}),ref:e.targetOutter?this.targetRef:void 0}),!1!==(null==i?void 0:i.showIcon)?a.createElement(a.Fragment,null,a.createElement(t,(0,r.pi)({},this.props,{contentsOnly:!0,noHoc:!0})),a.createElement("span",(0,r.pi)({key:"popover-btn",className:d("Field-popOverBtn")},p,{ref:e.targetOutter?void 0:this.targetRef}),a.createElement(u.JO,{icon:"zoom-in",className:"icon"})),this.state.isOpened?this.renderPopOver():null):a.createElement(a.Fragment,null,a.createElement("div",(0,r.pi)({className:d("Field-popOverWrap")},p,{ref:e.targetOutter?void 0:this.targetRef}),a.createElement(t,(0,r.pi)({},this.props,{contentsOnly:!0,noHoc:!0}))),this.state.isOpened?this.renderPopOver():null))},s.ComposedComponent=t,s}(a.Component);return s()(o,t),o}}},66496:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(66604),o=n.n(i),s=n(23034),l=n(34594);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,l.Thl)({type:"portlet"})],t)}(function(e){function t(t){var n=e.call(this,t)||this,r=t.activeKey||0;return n.state={activeKey:r},n}return(0,r.ZT)(t,e),t.prototype.handleSelect=function(e){var t=this.props,n=t.onSelect,r=t.tabs;if("number"==typeof e&&e=0?p.push(w):(d.push(p),h=o-b,p=[w]),f===m.length&&d.push(p)}}catch(t){e={error:t}}finally{try{g&&!g.done&&(t=v.return)&&t.call(v)}finally{if(e)throw e.error}}return d},t.prototype.renderRow=function(e){var t=this.props,n=t.render,r=t.contentStyle,o=t.labelStyle,s=t.separator,l=void 0===s?": ":s,u=t.mode,c=void 0===u?"table":u,d=t.data;return e.map((function(e,t){return a.createElement("tr",{key:t},e.map((function(e,t){return"table"===c?a.createElement(a.Fragment,{key:"item-".concat(t)},a.createElement("th",{style:(0,i.uBL)(o,d)},n("label",e.label)),a.createElement("td",{colSpan:e.span+e.span-1,style:(0,i.uBL)(r,d)},n("content",e.content))):a.createElement("td",{colSpan:e.span,style:(0,i.uBL)(r,d),key:"item-".concat(t)},a.createElement("span",{style:(0,i.uBL)(o,d)},n("label",e.label)),l,n("content",e.content))})))}))},t.prototype.render=function(){var e=this.props,t=e.style,n=e.title,r=e.column,o=void 0===r?3:r,s=e.classnames,l=e.className,u=e.titleStyle,c=e.data,d=e.mode,p=void 0===d?"table":d,h=this.prepareRows();return a.createElement("div",{className:s("Property","Property--".concat(p),l),style:(0,i.uBL)(t,c)},a.createElement("table",null,n?a.createElement("thead",null,a.createElement("tr",null,a.createElement("th",{colSpan:"table"===p?o+o:o,style:(0,i.uBL)(u,c)},n))):null,a.createElement("tbody",null,this.renderRow(h))))},t}(a.Component))},29238:function(e,t,n){"use strict";var r,a=n(70655),i=n(67294),o=n(94184),s=n.n(o),l=n(34594),u=Object.defineProperty,c=Object.getOwnPropertySymbols,d=Object.prototype.hasOwnProperty,p=Object.prototype.propertyIsEnumerable,h=(e,t,n)=>t in e?u(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;(e=>{const t=class{constructor(e,n,r,a){if(this.version=e,this.errorCorrectionLevel=n,this.modules=[],this.isFunction=[],et.MAX_VERSION)throw new RangeError("Version value out of range");if(a<-1||a>7)throw new RangeError("Mask value out of range");this.size=4*e+17;let o=[];for(let e=0;e7)throw new RangeError("Invalid value");let c,d;for(c=a;;c++){const r=8*t.getNumDataCodewords(c,n),a=s.getTotalBits(e,c);if(a<=r){d=a;break}if(c>=o)throw new RangeError("Data too long")}for(const e of[t.Ecc.MEDIUM,t.Ecc.QUARTILE,t.Ecc.HIGH])u&&d<=8*t.getNumDataCodewords(c,e)&&(n=e);let p=[];for(const t of e){r(t.mode.modeBits,4,p),r(t.numChars,t.mode.numCharCountBits(c),p);for(const e of t.getData())p.push(e)}i(p.length==d);const h=8*t.getNumDataCodewords(c,n);i(p.length<=h),r(0,Math.min(4,h-p.length),p),r(0,(8-p.length%8)%8,p),i(p.length%8==0);for(let e=236;p.lengthf[t>>>3]|=e<<7-(7&t))),new t(c,n,f,l)}getModule(e,t){return 0<=e&&e>>9);const r=21522^(t<<10|n);i(r>>>15==0);for(let e=0;e<=5;e++)this.setFunctionModule(8,e,a(r,e));this.setFunctionModule(8,7,a(r,6)),this.setFunctionModule(8,8,a(r,7)),this.setFunctionModule(7,8,a(r,8));for(let e=9;e<15;e++)this.setFunctionModule(14-e,8,a(r,e));for(let e=0;e<8;e++)this.setFunctionModule(this.size-1-e,8,a(r,e));for(let e=8;e<15;e++)this.setFunctionModule(8,this.size-15+e,a(r,e));this.setFunctionModule(8,this.size-8,!0)}drawVersion(){if(this.version<7)return;let e=this.version;for(let t=0;t<12;t++)e=e<<1^7973*(e>>>11);const t=this.version<<12|e;i(t>>>18==0);for(let e=0;e<18;e++){const n=a(t,e),r=this.size-11+e%3,i=Math.floor(e/3);this.setFunctionModule(r,i,n),this.setFunctionModule(i,r,n)}}drawFinderPattern(e,t){for(let n=-4;n<=4;n++)for(let r=-4;r<=4;r++){const a=Math.max(Math.abs(r),Math.abs(n)),i=e+r,o=t+n;0<=i&&i{(e!=u-o||n>=l)&&p.push(t[e])}));return i(p.length==s),p}drawCodewords(e){if(e.length!=Math.floor(t.getNumRawDataModules(this.version)/8))throw new RangeError("Invalid argument");let n=0;for(let t=this.size-1;t>=1;t-=2){6==t&&(t=5);for(let r=0;r>>3],7-(7&n)),n++)}}i(n==8*e.length)}applyMask(e){if(e<0||e>7)throw new RangeError("Mask value out of range");for(let t=0;t5&&e++):(this.finderPenaltyAddHistory(a,i),r||(e+=this.finderPenaltyCountPatterns(i)*t.PENALTY_N3),r=this.modules[n][o],a=1);e+=this.finderPenaltyTerminateAndCount(r,a,i)*t.PENALTY_N3}for(let n=0;n5&&e++):(this.finderPenaltyAddHistory(a,i),r||(e+=this.finderPenaltyCountPatterns(i)*t.PENALTY_N3),r=this.modules[o][n],a=1);e+=this.finderPenaltyTerminateAndCount(r,a,i)*t.PENALTY_N3}for(let n=0;ne+(t?1:0)),n);const r=this.size*this.size,a=Math.ceil(Math.abs(20*n-10*r)/r)-1;return i(0<=a&&a<=9),e+=a*t.PENALTY_N4,i(0<=e&&e<=2568888),e}getAlignmentPatternPositions(){if(1==this.version)return[];{const e=Math.floor(this.version/7)+2,t=32==this.version?26:2*Math.ceil((4*this.version+4)/(2*e-2));let n=[6];for(let r=this.size-7;n.lengtht.MAX_VERSION)throw new RangeError("Version number out of range");let n=(16*e+128)*e+64;if(e>=2){const t=Math.floor(e/7)+2;n-=(25*t-10)*t-55,e>=7&&(n-=36)}return i(208<=n&&n<=29648),n}static getNumDataCodewords(e,n){return Math.floor(t.getNumRawDataModules(e)/8)-t.ECC_CODEWORDS_PER_BLOCK[n.ordinal][e]*t.NUM_ERROR_CORRECTION_BLOCKS[n.ordinal][e]}static reedSolomonComputeDivisor(e){if(e<1||e>255)throw new RangeError("Degree out of range");let n=[];for(let t=0;t0));for(const a of e){const e=a^r.shift();r.push(0),n.forEach(((n,a)=>r[a]^=t.reedSolomonMultiply(n,e)))}return r}static reedSolomonMultiply(e,t){if(e>>>8!=0||t>>>8!=0)throw new RangeError("Byte out of range");let n=0;for(let r=7;r>=0;r--)n=n<<1^285*(n>>>7),n^=(t>>>r&1)*e;return i(n>>>8==0),n}finderPenaltyCountPatterns(e){const t=e[1];i(t<=3*this.size);const n=t>0&&e[2]==t&&e[3]==3*t&&e[4]==t&&e[5]==t;return(n&&e[0]>=4*t&&e[6]>=t?1:0)+(n&&e[6]>=4*t&&e[0]>=t?1:0)}finderPenaltyTerminateAndCount(e,t,n){return e&&(this.finderPenaltyAddHistory(t,n),t=0),t+=this.size,this.finderPenaltyAddHistory(t,n),this.finderPenaltyCountPatterns(n)}finderPenaltyAddHistory(e,t){0==t[0]&&(e+=this.size),t.pop(),t.unshift(e)}};let n=t;function r(e,t,n){if(t<0||t>31||e>>>t!=0)throw new RangeError("Value out of range");for(let r=t-1;r>=0;r--)n.push(e>>>r&1)}function a(e,t){return 0!=(e>>>t&1)}function i(e){if(!e)throw new Error("Assertion error")}n.MIN_VERSION=1,n.MAX_VERSION=40,n.PENALTY_N1=3,n.PENALTY_N2=3,n.PENALTY_N3=40,n.PENALTY_N4=10,n.ECC_CODEWORDS_PER_BLOCK=[[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]],n.NUM_ERROR_CORRECTION_BLOCKS=[[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]],e.QrCode=n;const o=class{constructor(e,t,n){if(this.mode=e,this.numChars=t,this.bitData=n,t<0)throw new RangeError("Invalid argument");this.bitData=n.slice()}static makeBytes(e){let t=[];for(const n of e)r(n,8,t);return new o(o.Mode.BYTE,e.length,t)}static makeNumeric(e){if(!o.isNumeric(e))throw new RangeError("String contains non-numeric characters");let t=[];for(let n=0;n=1<{let t;(e=>{const t=class{constructor(e,t){this.ordinal=e,this.formatBits=t}};let n=t;n.LOW=new t(0,1),n.MEDIUM=new t(1,0),n.QUARTILE=new t(2,3),n.HIGH=new t(3,2),e.Ecc=n})(t=e.QrCode||(e.QrCode={}))})(r||(r={})),(e=>{let t;(e=>{const t=class{constructor(e,t){this.modeBits=e,this.numBitsCharCount=t}numCharCountBits(e){return this.numBitsCharCount[Math.floor((e+7)/17)]}};let n=t;n.NUMERIC=new t(1,[10,12,14]),n.ALPHANUMERIC=new t(2,[9,11,13]),n.BYTE=new t(4,[8,16,16]),n.KANJI=new t(8,[8,10,12]),n.ECI=new t(7,[0,0,0]),e.Mode=n})(t=e.QrSegment||(e.QrSegment={}))})(r||(r={}));var f=r,m={L:f.QrCode.Ecc.LOW,M:f.QrCode.Ecc.MEDIUM,Q:f.QrCode.Ecc.QUARTILE,H:f.QrCode.Ecc.HIGH},v=128,g="L",y="#FFFFFF",b="#000000",w=!1,_=4,C=.1;function E(e){const t=e,{value:n,size:r=v,level:a=g,bgColor:o=y,fgColor:s=b,includeMargin:l=w,imageSettings:u}=t,E=((e,t)=>{var n={};for(var r in e)d.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&c)for(var r of c(e))t.indexOf(r)<0&&p.call(e,r)&&(n[r]=e[r]);return n})(t,["value","size","level","bgColor","fgColor","includeMargin","imageSettings"]);let k=f.QrCode.encodeText(n,m[a]).getModules();const S=l?_:0,x=k.length+2*S,T=function(e,t,n,r){if(null==r)return null;const a=n?_:0,i=e.length+2*a,o=Math.floor(t*C),s=i/t,l=(r.width||o)*s,u=(r.height||o)*s,c=null==r.x?e.length/2-l/2:r.x*s,d=null==r.y?e.length/2-u/2:r.y*s;let p=null;if(r.excavate){let e=Math.floor(c),t=Math.floor(d);p={x:e,y:t,w:Math.ceil(l+c-e),h:Math.ceil(u+d-t)}}return{x:c,y:d,h:u,w:l,excavation:p}}(k,r,l,u);let M=null;var O,N;null!=u&&null!=T&&(null!=T.excavation&&(O=k,N=T.excavation,k=O.slice().map(((e,t)=>t=N.y+N.h?e:e.map(((e,t)=>(t=N.x+N.w)&&e))))),M=i.createElement("image",{xlinkHref:u.src,height:T.h,width:T.w,x:T.x+S,y:T.y+S,preserveAspectRatio:"none"}));const D=function(e,t=0){const n=[];return e.forEach((function(e,r){let a=null;e.forEach((function(i,o){if(!i&&null!==a)return n.push(`M${a+t} ${r+t}h${o-a}v1H${a+t}z`),void(a=null);if(o!==e.length-1)i&&null===a&&(a=o);else{if(!i)return;null===a?n.push(`M${o+t},${r+t} h1v1H${o+t}z`):n.push(`M${a+t},${r+t} h${o+1-a}v1H${a+t}z`)}}))})),n.join("")}(k,S);return i.createElement("svg",((e,t)=>{for(var n in t||(t={}))d.call(t,n)&&h(e,n,t[n]);if(c)for(var n of c(t))p.call(t,n)&&h(e,n,t[n]);return e})({height:r,width:r,viewBox:`0 0 ${x} ${x}`},E),i.createElement("path",{fill:o,d:`M0,0 h${x}v${x}H0z`,shapeRendering:"crispEdges"}),i.createElement("path",{fill:s,d:D,shapeRendering:"crispEdges"}),M)}!function(){try{(new Path2D).addPath(new Path2D)}catch(e){return!1}}();var k=n(66604),S=n.n(k),x=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,a.ZT)(t,e),t.prototype.getImageSettings=function(){var e=this.props,t=e.imageSettings,n=e.data;if(t&&(0,l.Kn2)(t)&&t.src&&"string"==typeof t.src)return(0,l.SSQ)(t.src)&&(t.src=(0,l.OgC)(t.src,n,"| raw")),S()(t,(function(e,t){return~["width","height","x","y"].indexOf(t)?(0,l.kEn)(e)?Number(e):null:e}))},t.prototype.render=function(){var e=this.props,t=e.className,n=e.style,r=e.qrcodeClassName,a=e.codeSize,o=e.backgroundColor,u=e.foregroundColor,c=e.placeholder,d=e.level,p=e.defaultValue,h=e.data,f=e.classPrefix,m=(0,l.v8S)(this.props,(function(){return(0,l.hXT)(p,h,"| raw")||void 0}));return i.createElement("div",{className:s()("".concat(f,"QrCode"),t),style:n},m?m.length>2953?i.createElement("span",{className:"text-danger"},"二维码值过长,请设置2953个字符以下的文本"):i.createElement(E,{className:r,value:m,size:a,bgColor:o,fgColor:u,level:d||"L",imageSettings:this.getImageSettings()}):i.createElement("span",{className:"".concat(f,"QrCode--placeholder")},c))},t.defaultProps={codeSize:128,qrcodeClassName:"",backgroundColor:"#fff",foregroundColor:"#000",level:"L",placeholder:"-"},t}(i.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,a.ZT)(t,e),t=(0,a.gn)([(0,l.Thl)({test:/(^|\/)qr\-?code$/,name:"qrcode"})],t)}(x)},30364:function(e,t,n){"use strict";n.d(t,{p:function(){return v}});var r,a=n(70655),i=n(67294),o=n(73935),s=n(8679),l=n.n(s),u=n(27537),c=n.n(u),d=n(34594),p=n(57557),h=n.n(p),f=n(23034),m=!1,v=function(e){return function(e){var t=function(t){function n(e){var n=t.call(this,e)||this;return n.openQuickEdit=n.openQuickEdit.bind(n),n.closeQuickEdit=n.closeQuickEdit.bind(n),n.handleAction=n.handleAction.bind(n),n.handleSubmit=n.handleSubmit.bind(n),n.handleKeyUp=n.handleKeyUp.bind(n),n.overlayRef=n.overlayRef.bind(n),n.handleWindowKeyPress=n.handleWindowKeyPress.bind(n),n.handleWindowKeyDown=n.handleWindowKeyDown.bind(n),n.formRef=n.formRef.bind(n),n.handleInit=n.handleInit.bind(n),n.handleChange=n.handleChange.bind(n),n.state={isOpened:!1},n}return(0,a.ZT)(n,t),n.prototype.componentDidMount=function(){this.target=(0,o.findDOMNode)(this),m||(m=!0,document.body.addEventListener("keypress",this.handleWindowKeyPress),document.body.addEventListener("keydown",this.handleWindowKeyDown))},n.prototype.formRef=function(e){var t=this.props,n=t.quickEditFormRef,r=t.rowIndex,a=t.colIndex;if(n){for(;e&&e.getWrappedInstance;)e=e.getWrappedInstance();n(e,a,r)}},n.prototype.handleWindowKeyPress=function(e){var t=this.props.classPrefix,n=e.target.closest(".".concat(t,"Field--quickEditable"));n&&n.closest("table")&&("space"!==c()(e)||~["INPUT","TEXTAREA"].indexOf(n.tagName)||(e.preventDefault(),e.stopPropagation()))},n.prototype.handleWindowKeyDown=function(e){var t=c()(e);if("esc"===t&&r)r.closeQuickEdit();else if(~["INPUT","TEXTAREA"].indexOf(e.target.tagName)||"true"===e.target.contentEditable||!~["up","down","left","right"].indexOf(t))return;e.preventDefault();var n=this.props.classPrefix,a=e.target.closest(".".concat(n,"Field--quickEditable"))||document.querySelector(".".concat(n,"Field--quickEditable"));if(a){var i=a.closest("table");if(i){var o=i.querySelector(".".concat(n,"Field--quickEditable:focus"));if(o){var s=void 0,l=void 0,u=void 0,d=void 0;switch(t){case"up":if(s=o.parentNode.previousSibling){var p=o.cellIndex;s.children[p].focus()}break;case"down":(l=o.parentNode.nextSibling)&&(p=o.cellIndex,l.children[p].focus());break;case"left":for(u=o.previousElementSibling;u&&!u.matches(".".concat(n,"Field--quickEditable[tabindex]"));)u=u.previousElementSibling;if(u)u.focus();else if(o.parentNode.previousSibling){var h=o.parentNode.previousSibling.querySelectorAll(".".concat(n,"Field--quickEditable[tabindex]"));h.length&&h[h.length-1].focus()}break;case"right":for(d=o.nextSibling;d&&!d.matches(".".concat(n,"Field--quickEditable[tabindex]"));)d=d.nextSibling;(d||o.parentNode.nextSibling&&(d=o.parentNode.nextSibling.querySelector(".".concat(n,"Field--quickEditable[tabindex]"))))&&d.focus()}}else{var f=i.querySelector(".".concat(n,"Field--quickEditable[tabindex]"));f&&f.focus()}}}},n.prototype.overlayRef=function(e){this.overlay=e},n.prototype.handleAction=function(e,t,n){var r=this.props.onAction;"cancel"!==t.actionType&&"close"!==t.actionType?r&&r(e,t,n):this.closeQuickEdit()},n.prototype.handleSubmit=function(e){var t=this.props,n=t.onQuickChange,r=t.quickEdit;return this.closeQuickEdit(),n(e,r.saveImmediately,!1,r),!1},n.prototype.handleInit=function(e){(0,this.props.onQuickChange)(e,!1,!0)},n.prototype.handleChange=function(e){var t=this.props,n=t.onQuickChange,r=t.quickEdit;n(e,r.saveImmediately,!1,r)},n.prototype.openQuickEdit=function(){r=this,this.setState({isOpened:!0})},n.prototype.closeQuickEdit=function(){var e=this;if(this.state.isOpened){r=null;var t=this.props.classPrefix;this.setState({isOpened:!1},(function(){var n=(0,o.findDOMNode)(e),r=n.closest("table");(r&&r.querySelectorAll("td.".concat(t,"Field--quickEditable:focus")).length||n)&&n.focus()}))}},n.prototype.buildSchema=function(){var e,t=this.props,n=t.quickEdit,r=t.name,i=t.label,o=t.translate;!0===n?e={type:"form",title:"",autoFocus:!0,body:[{type:"input-text",name:r,placeholder:i,label:!1}]}:n&&(e=(null==n?void 0:n.isFormMode)?{mode:"normal",type:"form",wrapWithPanel:!1,body:[(0,a.pi)((0,a.pi)({},h()(n,"isFormMode")),{label:!1})]}:n.body&&!~["combo","group","panel","fieldSet","fieldset"].indexOf(n.type)?(0,a.pi)((0,a.pi)({title:"",autoFocus:"inline"!==n.mode},n),{mode:"normal",type:"form"}):{title:"",className:n.formClassName,type:"form",autoFocus:"inline"!==n.mode,mode:"normal",body:[(0,a.pi)((0,a.pi)({type:n.type||"input-text",name:n.name||r},n),{mode:void 0})]});var s="inline"===n.mode,l=null==n?void 0:n.isFormMode;return e&&(e=(0,a.pi)((0,a.pi)({},e),{wrapWithPanel:!(s||l),actions:s||l?[]:[{type:"button",label:o("cancel"),actionType:"cancel"},{label:o("confirm"),type:"submit",primary:!0}]})),e||"error"},n.prototype.handleKeyUp=function(e){"space"!==c()(e)||~["INPUT","TEXTAREA"].indexOf(e.target.tagName)||(e.preventDefault(),e.stopPropagation(),this.openQuickEdit())},n.prototype.renderPopOver=function(){var e=this,t=this.props,n=t.quickEdit,r=t.render,a=t.popOverContainer,s=t.classPrefix,l=t.classnames,u=t.canAccessSuperData,c=i.createElement("div",{ref:this.overlayRef,className:l(n.className)},r("quick-edit-form",this.buildSchema(),{value:void 0,static:!1,onSubmit:this.handleSubmit,onAction:this.handleAction,onChange:null,formLazyChange:!1,ref:this.formRef,popOverContainer:function(){return e.overlay},canAccessSuperData:u,formStore:void 0}));return a=a||function(){return(0,o.findDOMNode)(e)},i.createElement(d.aVW,{container:a,target:function(){return e.target},onHide:this.closeQuickEdit,placement:"left-top right-top left-bottom right-bottom left-top",show:!0},i.createElement(d.v$m,{classPrefix:s,className:l("".concat(s,"QuickEdit-popover"),n.popOverClassName),onHide:this.closeQuickEdit,overlay:!0},c))},n.prototype.render=function(){var t=this.props,n=t.onQuickChange,r=t.quickEdit,o=t.quickEditEnabled,s=t.className,l=t.classnames,u=t.render,c=t.noHoc,d=t.canAccessSuperData,p=t.disabled;return r&&n&&("object"==typeof r&&(null==r?void 0:r.isQuickEditFormMode)||!1!==o)&&!c&&!p?"inline"===r.mode||r.isFormMode?i.createElement(e,(0,a.pi)({},this.props),u("inline-form",this.buildSchema(),{value:void 0,wrapperComponent:"div",className:l("Form--quickEdit"),ref:this.formRef,simpleMode:!0,onInit:this.handleInit,onChange:this.handleChange,formLazyChange:!1,canAccessSuperData:d})):i.createElement(e,(0,a.pi)({},this.props,{className:l("Field--quickEditable",s,{in:this.state.isOpened}),tabIndex:!1===r.focusable?void 0:"0",onKeyUp:this.handleKeyUp}),i.createElement(e,(0,a.pi)({},this.props,{contentsOnly:!0,noHoc:!0})),i.createElement("span",{key:"edit-btn",className:l("Field-quickEditBtn"),onClick:this.openQuickEdit},i.createElement(f.JO,{icon:"edit",className:"icon"})),this.state.isOpened?this.renderPopOver():null):i.createElement(e,(0,a.pi)({},this.props))},n.ComposedComponent=e,n}(i.PureComponent);return l()(t,e),t}}},28530:function(e,t,n){"use strict";n.d(t,{G:function(){return s}});var r=n(70655),a=n(67294),i=n(34594),o=n(23034);function s(e,t){if("string"==typeof e)return(0,i.hXT)(e,t);if(e){var n=e.title,a=e.content,o=e.body,s=(0,r._T)(e,["title","content","body"]);return n||a||o?(0,r.pi)((0,r.pi)({},s),{title:(0,i.hXT)(n,t),content:a||o?(0,i.hXT)(a||o||"",t):void 0}):void 0}return e}var l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.showModalTip=function(e){var t=this.props,n=t.onAction,r=t.data;return function(t){n&&n(t,{actionType:"dialog",dialog:{title:e&&"string"!=typeof e?e.title:"",body:e&&"string"!=typeof e?e.content:e,actions:[]}},r)}},t.prototype.renderLabel=function(e,t,n,r){var s=r?"Remark-icon--".concat(r):void 0;return a.createElement(a.Fragment,null,t?a.createElement("span",null,t):null,e?"object"==typeof e?(0,i.rew)(n,e):(0,o.OL)(e)?a.createElement("span",{className:n("Remark-icon",s)},a.createElement(o.JO,{icon:e})):a.createElement("i",{className:n("Remark-icon",e)}):!1===e&&t?null:a.createElement("span",{className:n("Remark-icon icon",s)},a.createElement(o.JO,{icon:"question-mark"})))},t.prototype.render=function(){var e,t,n,r=this.props,l=r.className,u=r.style,c=r.icon,d=r.label,p=r.shape,h=r.tooltip,f=r.placement,m=r.rootClose,v=r.trigger,g=r.container,y=r.classPrefix,b=r.classnames,w=r.content,_=r.data,C=r.env,E=r.tooltipClassName,k=r.useMobileUI,S=null!==(e=null==h?void 0:h.icon)&&void 0!==e?e:c,x=null!==(t=null==h?void 0:h.label)&&void 0!==t?t:d,T=null!==(n=null==h?void 0:h.shape)&&void 0!==n?n:p,M=s(h||w,_);return(0,i.tqC)()&&k?a.createElement("div",{className:b("Remark",h&&h.className||l||"Remark--warning"),style:u,onClick:this.showModalTip(M)},this.renderLabel(S,x,b,T)):a.createElement(o.pf,{classPrefix:y,classnames:b,tooltip:M,tooltipClassName:h&&h.tooltipClassName||E,placement:h&&h.placement||f,rootClose:h&&h.rootClose||m,trigger:h&&h.trigger||v,container:g||C.getModalContainer,delay:h&&h.delay},a.createElement("div",{className:b("Remark",h&&h.className||l||"Remark--warning"),style:u},this.renderLabel(S,x,b,T)))},t.propsList=[],t.defaultProps={icon:"",trigger:["hover","focus"]},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"showModalTip",null),t}(a.Component);(0,i.YYN)(l),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"remark"})],t)}(l)},60642:function(e,t,n){"use strict";var r=n(70655),a=n(34594),i=n(67294),o=n(23034);!function(e){function t(t,n){var r=e.call(this,t)||this;return r.state={value:(0,a.v8S)(t)||""},n.registerComponent(r),r}(0,r.ZT)(t,e),t.prototype.componentWillUnmount=function(){this.context.unRegisterComponent(this)},t.prototype.handleChange=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,i,o;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.onChange,i=t.dispatchEvent,this.setState({value:e}),[4,i("change",(0,a.vXk)(this.props,{value:e},"value"))];case 1:return(null==(o=r.sent())?void 0:o.prevented)||null==n||n(e),[2]}}))}))},t.prototype.handleCancel=function(){var e=this.props.name,t=this.props.onQuery;if(""!==(0,a.v8S)(this.props)){var n={};(0,a.NI0)(n,e,""),null==t||t(n)}},t.prototype.handleSearch=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,i,o,s,l;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return t=this.props,n=t.name,i=t.onQuery,o=t.dispatchEvent,s={},(0,a.NI0)(s,n,e),[4,o("search",(0,a.nW9)(this.props.data,s))];case 1:return(null==(l=r.sent())?void 0:l.prevented)||null==i||i(s),[2]}}))}))},t.prototype.dispatchEvent=function(e){(0,this.props.dispatchEvent)(e,(0,a.vXk)(this.props,{value:this.state.value},"value"))},t.prototype.doAction=function(e,t){"clear"===(null==e?void 0:e.actionType)&&this.setState({value:""})},t.prototype.setData=function(e){this.setState({value:e})},t.prototype.render=function(){var e=this,t=this.props;t.data;var n=t.name,r=t.onQuery,a=t.mini,s=t.enhance,l=t.clearable,u=t.searchImediately,c=t.clearAndSubmit,d=t.placeholder,p=t.onChange,h=t.className,f=t.style,m=this.state.value;return i.createElement(o.Rj,{className:h,style:f,name:n,disabled:!r,defaultActive:!!m,defaultValue:p?void 0:m,value:m,mini:a,enhance:s,clearable:l,searchImediately:u,clearAndSubmit:c,onSearch:this.handleSearch,onCancel:this.handleCancel,placeholder:d,onChange:this.handleChange,onFocus:function(){return e.dispatchEvent("focus")},onBlur:function(){return e.dispatchEvent("blur")}})},t.defaultProps={name:"keywords",mini:!1,enhance:!1,clearable:!1,searchImediately:!1,clearAndSubmit:!1},t.contextType=a.ZHe,t.propsList=["mini","searchImediately"],(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleChange",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleCancel",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleSearch",null),(0,r.gn)([a.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"dispatchEvent",null),t=(0,r.gn)([(0,a.Thl)({type:"search-box"}),(0,r.w6)("design:paramtypes",[Object,Object])],t)}(i.Component)},38741:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(22205),o=n.n(i),s=n(50361),l=n.n(s),u=n(34594),c=n(23034),d=["inited","onApiFetched","onSchemaApiFetched","onWsFetched"];!function(e){function t(t,n){var r=e.call(this,t)||this;return n.registerComponent(r),r}(0,r.ZT)(t,e),t.prototype.reload=function(t,n,r,a,i){var o=this.context;return t?o.reload(n?"".concat(t,"?").concat((0,u.mUA)(n)):t,r):e.prototype.reload.call(this,t,n,r,a,i)},t.prototype.receive=function(t,n,r){var a=this.context;return n?a.send(n,t):e.prototype.receive.call(this,t,n,r)},t.prototype.componentWillUnmount=function(){e.prototype.componentWillUnmount.call(this),this.context.unRegisterComponent(this)},t.prototype.reloadTarget=function(e,t){this.context.reload(e,t)},t.prototype.setData=function(e,t){return this.props.store.updateData(e,void 0,t)},t.prototype.getData=function(){return this.props.store.data},t.contextType=u.ZHe,t=(0,r.gn)([(0,u.Thl)({type:"service",storeType:u.Y5f.name,isolateScope:!0,storeExtendsData:function(e){return!e.formStore}}),(0,r.w6)("design:paramtypes",[Object,Object])],t)}(function(e){function t(t){var n=e.call(this,t)||this;return n.dataProviders=n.initDataProviders(t.dataProvider),n.handleQuery=n.handleQuery.bind(n),n.handleAction=n.handleAction.bind(n),n.handleChange=n.handleChange.bind(n),n.reload=n.reload.bind(n),n.silentReload=n.silentReload.bind(n),n.initInterval=n.initInterval.bind(n),n.afterDataFetch=n.afterDataFetch.bind(n),n.afterSchemaFetch=n.afterSchemaFetch.bind(n),n.runDataProvider=n.runDataProvider.bind(n),n.dataProviderSetData=n.dataProviderSetData.bind(n),n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){return(0,r.mG)(this,void 0,void 0,(function(){var e,t,n,a;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e=this.props,t=e.data,n=e.dispatchEvent,this.mounted=!0,[4,n("init",t,this)];case 1:return(null==(a=r.sent())?void 0:a.prevented)||this.initFetch(),[2]}}))}))},t.prototype.componentDidUpdate=function(e){var t,n=this,r=this.props,a=r.store,i=r.messages,o=i.fetchSuccess,s=i.fetchFailed;r.dataProvider!==e.dataProvider&&(this.dataProviders=this.initDataProviders(r.dataProvider),this.dataProviders&&(null===(t=this.dataProviders)||void 0===t?void 0:t.inited)&&this.runDataProvider("inited")),(0,u.rMT)(e.api,r.api,e.data,r.data)&&a.fetchData(r.api,a.data,{successMessage:o,errorMessage:s}).then((function(e){n.runDataProvider("onApiFetched"),n.afterDataFetch(e)})),(0,u.rMT)(e.schemaApi,r.schemaApi,e.data,r.data)&&a.fetchSchema(r.schemaApi,a.data,{successMessage:o,errorMessage:s}).then((function(e){n.runDataProvider("onSchemaApiFetched"),n.afterSchemaFetch(e)})),r.ws&&e.ws!==r.ws&&(this.socket&&this.socket.close(),this.socket=this.fetchWSData(r.ws,a.data)),(0,u.RjM)(e.defaultData,r.defaultData)&&a.reInitData(r.defaultData)},t.prototype.componentWillUnmount=function(){this.mounted=!1,this.runDataProviderUnsubscribe(),clearTimeout(this.timer),this.socket&&this.socket.close&&this.socket.close()},t.prototype.doAction=function(e,t){if("rebuild"===(null==e?void 0:e.actionType)){var n=this.props,r=n.schemaApi,a=n.store,i=n.dataProvider,o=n.messages,s=o.fetchSuccess,l=o.fetchFailed;a.updateData(t),clearTimeout(this.timer),(0,u.X1t)(r,a.data)&&a.fetchSchema(r,a.data,{successMessage:s,errorMessage:l}).then(this.afterSchemaFetch),i&&this.runDataProvider("inited")}},t.prototype.initFetch=function(){var e=this,t=this.props,n=t.schemaApi,r=t.initFetchSchema,a=t.api,i=t.ws,o=t.initFetch,s=t.initFetchOn,l=t.dataProvider,c=t.store,d=t.messages,p=d.fetchSuccess,h=d.fetchFailed;(0,u.X1t)(n,c.data,r)&&c.fetchSchema(n,c.data,{successMessage:p,errorMessage:h}).then((function(t){e.runDataProvider("onSchemaApiFetched"),e.afterSchemaFetch(t)})),(0,u.X1t)(a,c.data,o,s)&&c.fetchInitData(a,c.data,{successMessage:p,errorMessage:h}).then((function(t){e.runDataProvider("onApiFetched"),e.afterDataFetch(t)})),i&&(this.socket=this.fetchWSData(i,c.data)),l&&this.runDataProvider("inited")},t.prototype.initDataProviders=function(e){var t=this,n=l()(e),r={};if(n)if("object"==typeof n&&(0,u.Kn2)(n))Object.keys(n).forEach((function(e){var a=t.normalizeProvider(n[e],e);r=o()(r,a||{})}));else{var a=this.normalizeProvider(n,"inited");r=o()(r,a||{})}return r},t.prototype.normalizeProvider=function(e,t){var n,r;if(void 0===t&&(t="inited"),!~d.indexOf(t))return null;if("function"==typeof e)return(n={})[t]=e,n;if("string"==typeof e){var a=(0,u.S0D)(e,"data","setData","env");return a?((r={})[t]=a,r):null}return null},t.prototype.runDataProvider=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a,i;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return this.runDataProviderUnsubscribe(e),t=this.props.store,(n=this.dataProviders)&&~d.indexOf(e)&&(a=n[e])&&"function"==typeof a?[4,a(t.data,this.dataProviderSetData,this.props.env)]:[3,2];case 1:"function"==typeof(i=r.sent())&&(this.dataProviderUnsubscribe||(this.dataProviderUnsubscribe={}),this.dataProviderUnsubscribe[e]=i),r.label=2;case 2:return[2]}}))}))},t.prototype.runDataProviderUnsubscribe=function(e){var t,n=this.dataProviderUnsubscribe;if(n)if(e){var r=n[e];try{r&&"function"==typeof r&&r()}catch(e){console.error(e)}}else null===(t=Object.keys(n))||void 0===t||t.forEach((function(e){var t=n[e];try{t&&"function"==typeof t&&t()}catch(e){console.error(e)}}))},t.prototype.dataProviderSetData=function(e){if(this.mounted){var t=this.props.store;t.updateData(e,void 0,!1),t.setHasRemoteData()}},t.prototype.fetchWSData=function(e,t){var n=this,r=this.props,a=r.env,i=r.store,o=(0,u.xkX)(e,t);a.wsFetcher(o,(function(e){var t,r,s,l,u=e;if("status"in e&&"data"in e&&(u=e.data,0!==e.status))return i.updateMessage(null!==(r=null===(t=null==o?void 0:o.messages)||void 0===t?void 0:t.failed)&&void 0!==r?r:e.msg,!0),void a.notify("error",null!==(l=null===(s=null==o?void 0:o.messages)||void 0===s?void 0:s.failed)&&void 0!==l?l:e.msg);i.updateData(u,void 0,!1),i.setHasRemoteData(),n.runDataProvider("onWsFetched"),n.afterDataFetch({ok:!0,data:u})}),(function(e){i.updateMessage(e,!0),a.notify("error",e)}))},t.prototype.afterDataFetch=function(e){var t,n=(null==e?void 0:e.hasOwnProperty("ok"))?null!==(t=e.data)&&void 0!==t?t:{}:e,a=this.props,i=a.onBulkChange,o=a.dispatchEvent,s=a.store;null==o||o("fetchInited",(0,r.pi)((0,r.pi)({},n),{__response:{msg:s.msg,error:s.error}})),!(0,u.xbD)(n)&&i&&i(n),this.initInterval(n)},t.prototype.afterSchemaFetch=function(e){var t=this.props,n=t.onBulkChange,a=t.formStore,i=t.dispatchEvent,o=t.store;null==i||i("fetchSchemaInited",(0,r.pi)((0,r.pi)({},e),{__response:{msg:o.msg,error:o.error}})),a&&(null==e?void 0:e.data)&&n&&n&&n(e.data),this.initInterval(e)},t.prototype.initInterval=function(e){var t=this.props,n=t.interval,r=t.silentPolling,a=t.stopAutoRefreshWhen,i=t.data;return clearTimeout(this.timer),n&&this.mounted&&(!a||!(0,u.fz_)(a,(0,u.nW9)(i,e)))&&(this.timer=setTimeout(r?this.silentReload:this.reload,Math.max(n,1e3))),e},t.prototype.reload=function(e,t,n,r,a){var i=this;if(t)return this.receive(t,void 0,a);var o=this.props,s=o.schemaApi;o.initFetchSchema;var l=o.api;o.initFetch,o.initFetchOn;var c=o.store,d=o.dataProvider,p=o.messages,h=p.fetchSuccess,f=p.fetchFailed;clearTimeout(this.timer),(0,u.X1t)(s,c.data)&&c.fetchSchema(s,c.data,{successMessage:h,errorMessage:f}).then((function(e){i.runDataProvider("onApiFetched"),i.afterSchemaFetch(e)})),(0,u.X1t)(l,c.data)&&c.fetchData(l,c.data,{silent:r,successMessage:h,errorMessage:f}).then((function(e){i.runDataProvider("onSchemaApiFetched"),i.afterDataFetch(e)})),d&&this.runDataProvider("inited")},t.prototype.silentReload=function(e,t){this.reload(e,t,void 0,!0)},t.prototype.receive=function(e,t,n){this.props.store.updateData(e,void 0,n),this.reload()},t.prototype.handleQuery=function(e){var t,n;this.props.api||this.props.schemaApi?this.receive(e):null===(n=(t=this.props).onQuery)||void 0===n||n.call(t,e)},t.prototype.reloadTarget=function(e,t){},t.prototype.handleDialogConfirm=function(e,t,n,r){this.props.store.closeDialog(!0)},t.prototype.handleDialogClose=function(e){void 0===e&&(e=!1),this.props.store.closeDialog(e)},t.prototype.openFeedback=function(e,t){var n=this;return new Promise((function(r){var a=n.props.store;a.setCurrentAction({type:"button",actionType:"dialog",dialog:e}),a.openDialog(t,void 0,(function(e){r(e)}))}))},t.prototype.handleAction=function(e,t,n,a,i){var o=this;void 0===a&&(a=!1);var s=this.props,l=s.onAction,c=s.store,d=s.env,p=s.api,h=s.translate;p&&"ajax"===t.actionType?(c.setCurrentAction(t),c.saveRemote(t.api,n,{successMessage:h(t.messages&&t.messages.success),errorMessage:h(t.messages&&t.messages.failed)}).then((function(e){return(0,r.mG)(o,void 0,void 0,(function(){var n;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return this.afterDataFetch(e),t.feedback&&(0,u.pn4)(t.feedback,c.data)?[4,this.openFeedback(t.feedback,c.data)]:[3,2];case 1:r.sent(),r.label=2;case 2:return(n=t.redirect&&(0,u.hXT)(t.redirect,c.data))&&d.jumpTo(n,t),t.reload&&this.reloadTarget((0,u.hXT)(t.reload,c.data),c.data),[2]}}))}))})).catch((function(e){if(a||t.countDown)throw e}))):l(e,t,n,a,i||this.context)},t.prototype.handleChange=function(e,t,n,r){var a,i,o=this.props,s=o.store,l=o.formStore,u=o.onChange;"string"==typeof t&&(null===(i=(a=s).changeValue)||void 0===i||i.call(a,t,e),l&&(null==u||u(e,t,n,r)))},t.prototype.renderBody=function(){var e=this.props,t=e.render,n=e.store,r=e.body;return e.classnames,t("body",n.schema||r,{key:n.schemaKey||"body",loading:n.loading,onQuery:this.handleQuery,onAction:this.handleAction,onChange:this.handleChange})},t.prototype.render=function(){var e=this.props,t=e.className,n=e.style,i=e.store,o=e.render,s=e.classPrefix,l=e.classnames,u=e.loadingConfig,d=e.showErrorMsg;return a.createElement("div",{className:l("".concat(s,"Service"),t),style:n},i.error&&!1!==d?a.createElement(c.Vp,{level:"danger",showCloseButton:!0,onClose:function(){return i.updateMessage("")}},i.msg):null,this.renderBody(),a.createElement(c.$j,{size:"lg",overlay:!0,key:"info",show:i.loading,loadingConfig:u}),o("modal",(0,r.pi)((0,r.pi)({},i.action&&i.action.dialog),{type:"dialog"}),{key:"dialog",data:i.dialogData,onConfirm:this.handleDialogConfirm,onClose:this.handleDialogClose,show:i.dialogOpen}))},t.defaultProps={messages:{fetchFailed:"fetchFailed"},showErrorMsg:!0},t.propsList=[],(0,r.gn)([u.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"initFetch",null),(0,r.gn)([u.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"initDataProviders",null),(0,r.gn)([u.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,String]),(0,r.w6)("design:returntype",Object)],t.prototype,"normalizeProvider",null),(0,r.gn)([u.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Array,Object,Object,Array]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleDialogConfirm",null),(0,r.gn)([u.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleDialogClose",null),t}(a.Component))},4617:function(e,t,n){"use strict";var r=n(70655),a=n(23034),i=n(34594),o=n(67294);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.prototype.handleClick=function(e,t){var n=this.props,r=n.disabled,a=n.onAction,o=n.clickAction,s=n.data;e.defaultPrevented||!o||r||null==a||a(null,o,t?(0,i.nW9)(s,t):s)},t.prototype.render=function(){var e=this.props;e.value,e.name,e.data;var t=e.clickAction,n=(0,i.v8S)(this.props)||[1,1];return o.createElement(a.ah,(0,r.pi)({onClick:t?this.handleClick:void 0},this.props,{value:n}))},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClick",null),t=(0,r.gn)([(0,i.Thl)({type:"sparkline"})],t)}(o.Component)},6737:function(e,t,n){"use strict";var r=n(70655),a=n(23034),i=n(34594),o=n(67294);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.prototype.renderBody=function(){var e=this.props,t=e.body,n=e.render;return t?n("body",t):null},t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.spinnerWrapClassName,i=e.body,s=(0,r._T)(e,["classnames","spinnerWrapClassName","body"]);return i?o.createElement("div",{className:t("Spinner-wrap",n)},o.createElement(a.$j,(0,r.pi)({},s)),this.renderBody()):o.createElement(a.$j,(0,r.pi)({},s))},t=(0,r.gn)([(0,i.Thl)({type:"spinner"})],t)}(o.Component)},3299:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(82492),o=n.n(i),s=n(28583),l=n.n(s),u=n(34594),c=n(23034),d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e,n,i=this.props,s=i.defaultValue,d=i.className,p=i.style,h=i.placeholder,f=i.classnames,m=i.data,v=o()(t.defaultProps.map,null===(e=this.props)||void 0===e?void 0:e.map),g=o()(t.defaultProps.labelMap,null===(n=this.props)||void 0===n?void 0:n.labelMap),y={};v&&Object.entries(v).forEach((function(e){var t=(0,r.CR)(e,2),n=t[0],a=t[1];y[n]?y[n]=(0,r.pi)((0,r.pi)({},y[n]),{icon:a}):y[n]={icon:a}})),g&&Object.entries(g).forEach((function(e){var t=(0,r.CR)(e,2),n=t[0],a=t[1];y[n]?y[n]=(0,r.pi)((0,r.pi)({},y[n]),{label:a}):y[n]={label:a}}));var b=this.props.source||{};(0,u.SSQ)(b)&&(b=(0,u.OgC)(b,m,"| raw")),b=l()(y,b);var w=(0,u.v8S)(this.props);s&&(0,u.SSQ)(s)&&(w=(0,u.OgC)(s,m,"| raw")),null!=w&&""!==w&&("boolean"==typeof w?w=w?1:0:/^\d+$/.test(w)&&(w=parseInt(w,10)||0));var _=b[w]||{};if(!_.icon&&!_.label)return a.createElement("span",{className:f("StatusField",d),style:p},a.createElement("span",{className:"text-muted",key:"status-value"},h));var C="",E=null;if(_.icon){C="StatusField--".concat(w);var k=_.icon,S="",x="";"string"==typeof k&&(x=(k=(0,u.hXT)(k,m)||"").replace(/\bsvg-([^\s|$]+)\b/g,(function(e,t){return S=t,"icon"}))),E=S?a.createElement(c.JO,{icon:S,className:f("Status-icon icon",x),key:"icon"}):(0,u.rew)(f,k,"Status-icon")}var T=null;return""!==_.label&&null!=_.label&&(T=a.createElement("span",{className:f("StatusField-label"),key:"label"},(0,u.hXT)(""+_.label,m))),a.createElement("span",{className:f("StatusField",C,d,_.className),style:(0,r.pi)((0,r.pi)({},p),_.color?{color:(0,u.hXT)(_.color,m)}:{})},E,T)},t.defaultProps={placeholder:"-",map:{0:"svg-fail",1:"svg-success",success:"svg-success",pending:"rolling",fail:"svg-fail",queue:"svg-warning",schedule:"svg-schedule"},labelMap:{success:"成功",pending:"运行中",fail:"失败",queue:"排队中",schedule:"调度中"}},t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,u.Thl)({type:"status"})],t)}(d)},65905:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=n(68630),l=n.n(s);function u(e){var t,n=e.className,s=e.style,l=e.steps,u=e.status,c=e.mode,d=e.labelPlacement,p=e.progressDot,h=e.data,f=e.source,m=e.render,v=e.useMobileUI,g=(0,i.OgC)(f,h,"| raw"),y=(Array.isArray(g)?g:void 0)||l||[],b=(0,i.SSQ)(u)?(0,i.OgC)(u,h,"| raw"):u,w=function(e){return"string"==typeof e?(0,i.hXT)(e,h):e&&m("inner",e)},_=null!==(t=(0,i.v8S)(e))&&void 0!==t?t:0,C="string"==typeof _&&isNaN(+_)?(0,i.H_J)(_,h)||_:+_,E=y.findIndex((function(e){return e.value&&e.value===C})),k=-1!==E?E:C,S=y.map((function(e,t){var n=function(e,t){var n;if("string"==typeof b)t===k&&(n=b||u||o.kd.process);else if("object"==typeof b){var r=e.value;r&&b[r]&&(n=b[r])}return n}(e,t);return(0,r.pi)((0,r.pi)({},e),{status:n,title:w(e.title),subTitle:w(e.subTitle),description:w(e.description)})}));return a.createElement(o.Rg,{current:k,steps:S,className:n,style:s,status:b,mode:c,progressDot:p,labelPlacement:d,useMobileUI:v})}var c=(0,o.it)()(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.config;e.deferLoad,e.loading,e.updateConfig;var n=(0,r._T)(e,["config","deferLoad","loading","updateConfig"]),i=l()(t)?t:null;return a.createElement(u,(0,r.pi)({},n,i))},t}(a.Component));!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.prototype.render=function(){return a.createElement(c,(0,r.pi)({},this.props))},t=(0,r.gn)([(0,i.Thl)({type:"steps"})],t)}(a.Component)},46498:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(73935),o=n(67090),s=n(50361),l=n.n(s),u=n(18446),c=n.n(u),d=n(34594),p=n(23034),h=function(e){function t(t){var n=e.call(this,t)||this;return n.formItems=[],n.handleSubmit=n.handleSubmit.bind(n),n.handleAction=n.handleAction.bind(n),n}return(0,r.ZT)(t,e),t.prototype.buildSchema=function(){var e,t,n=this.props,a=n.searchable,i=n.sortable,o=n.name,s=n.label,l=n.translate;if(!0===a?t={title:"",controls:[{type:"text",name:o,placeholder:s,clearable:!0}]}:a&&(t=a.controls||a.tabs||a.fieldSet?(0,r.pi)((0,r.pi)({title:""},a),{controls:Array.isArray(a.controls)?a.controls.concat():void 0}):"form"===(null==a?void 0:a.type)?a:{title:"",className:a.formClassName,controls:[(0,r.pi)({type:a.type||"text",name:a.name||o,placeholder:s},a)]}),t&&t.controls&&i&&t.controls.unshift({type:"hidden",name:"orderBy",value:o},{type:"button-group",name:"order",label:l("sort"),options:[{label:l("asc"),value:"asc"},{label:l("desc"),value:"desc"}]}),t){var u=[];null===(e=t.controls)||void 0===e||e.forEach((function(e){return e.name&&"orderBy"!==e.name&&"order"!==e.name&&u.push(e.name)})),this.formItems=u,t=(0,r.pi)((0,r.pi)({},t),{type:"form",wrapperComponent:"div",wrapWithPanel:!0,title:!1,actions:[{type:"button",label:l("reset"),actionType:"clear-and-submit"},{type:"button",label:l("cancel"),actionType:"cancel"},{label:l("search"),type:"submit",primary:!0}]})}return t||"error"},t.prototype.handleAction=function(e,t,n,a){return(0,r.mG)(this,void 0,void 0,(function(){var i,o,s,l,u,c,p;return(0,r.Jh)(this,(function(h){switch(h.label){case 0:return i=this.props,o=i.onAction,s=i.data,l=i.dispatchEvent,u=i.name,"cancel"===t.actionType||"close"===t.actionType?(a(),[2]):"reset"===t.actionType?(a(),this.handleReset(),[2]):(c=(0,r.pi)({},s),this.formItems.forEach((function(e){return(0,d.NI0)(c,e,void 0)})),[4,l("columnSearch",(0,d.nW9)(s,{searchName:u,searchValue:c}))]);case 1:return(null==(p=h.sent())?void 0:p.prevented)||o&&o(e,t,n),[2]}}))}))},t.prototype.handleReset=function(){return(0,r.mG)(this,void 0,void 0,(function(){var e,t,n,a,i,o;return(0,r.Jh)(this,(function(s){return e=this.props,t=e.onSearch,n=e.data,a=e.name,i=e.store,o=(0,r.pi)({},n),this.formItems.forEach((function(e){return(0,d.NI0)(o,e,void 0)})),o.orderBy===a&&(o.orderBy="",o.order="asc"),i.updateQuery(o),t&&t(o),[2]}))}))},t.prototype.handleSubmit=function(e,t){return(0,r.mG)(this,void 0,void 0,(function(){var n,a,i,o,s,l,u;return(0,r.Jh)(this,(function(c){switch(c.label){case 0:return n=this.props,a=n.onSearch,i=n.name,o=n.store,s=n.dispatchEvent,l=n.data,e.order&&(e=(0,r.pi)((0,r.pi)({},e),{orderBy:i})),[4,s("columnSearch",(0,d.nW9)(l,{searchName:i,searchValue:e}))];case 1:return(null==(u=c.sent())?void 0:u.prevented)||(o.updateQuery(e),a&&a(e),t()),[2]}}))}))},t.prototype.isActive=function(){var e=this.props,t=e.data,n=e.name,r=e.orderBy;return r&&r===n||this.formItems.some((function(e){return null==t?void 0:t[e]}))},t.prototype.render=function(){var e=this,t=this.props,n=t.render,o=t.name,s=t.data,l=t.searchable,u=t.store,c=t.orderBy,d=t.popOverContainer,h=t.classPrefix,f=t.classnames,m=this.buildSchema(),v=this.isActive();return a.createElement(p.MR,{className:"".concat(h,"TableCell-searchBtn"),layerClassName:f("".concat(h,"TableCell-searchPopOver"),l.className),active:v,filterIcon:a.createElement(p.JO,{icon:"search",className:"icon"}),popOverContainer:d||function(){return(0,i.findDOMNode)(e)},filterDropdown:function(t){t.setSelectedKeys,t.selectedKeys;var a=t.confirm;return t.clearFilters,n("quick-search-form",m,{data:(0,r.pi)((0,r.pi)({},s),{orderBy:c,order:c&&c===o?u.order:""}),onSubmit:function(t){return e.handleSubmit(t,a)},onAction:function(t,n,r){e.handleAction(t,n,r,a)}})}})},t}(a.Component),f=(n(22014),n(30364)),m=n(15922),v=n(69444),g=n(98991);!function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.propsNeedRemove=["title"],t}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)((0,r.pi)({},g.p.defaultProps),{wrapperComponent:"div"}),t=(0,r.gn)([(0,d.Thl)({type:"cell-field",name:"cell-field"}),(0,v.v)(),(0,m.T)(),(0,f.p)()],t)}(g.p);var y=n(46421);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.prototype.render=function(){var e=this,t=this.props;t.className,t.store;var n=t.render,i=t.classPrefix,o=t.classnames,s=t.tooltip,l=t.align,u=t.cols,c=t.toggleAllColumns,h=t.toggleToggle,f=t.data,m=t.size,v=(0,r._T)(t,["className","store","render","classPrefix","classnames","tooltip","align","cols","toggleAllColumns","toggleToggle","data","size"]),g=v.translate,b=v.env;if(!u)return null;var w=u.filter((function(e){return(0,d.pn4)(e.pristine||e,f)&&!1!==e.toggable})),_=w.filter((function(e){return!1!==e.toggled}));return a.createElement(y.Z,(0,r.pi)({},v,{render:n,tooltip:s||g("Table.columnsVisibility"),tooltipContainer:b&&b.getModalContainer?b.getModalContainer:void 0,isActived:-1!==u.findIndex((function(e){return!e.toggled})),align:null!=l?l:"right",size:m||"sm",classnames:o,classPrefix:i,key:"columns-toggable",columns:u,activeToggaleColumns:_,data:f}),(null==w?void 0:w.length)?a.createElement("li",{className:o("ColumnToggler-menuItem"),key:"selectAll",onClick:function(){return(0,r.mG)(e,void 0,void 0,(function(){var e,t,n,a,i;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e=this.props,t=e.data,n=e.dispatchEvent,a=!((null==_?void 0:_.length)===(null==w?void 0:w.length)),[4,n("columnToggled",(0,d.nW9)(t,{columns:a?null==w?void 0:w.map((function(e){return e})):[]}))];case 1:return(null==(i=r.sent())?void 0:i.prevented)||c&&c(a),[2]}}))}))}},a.createElement(p.XZ,{size:"sm",classPrefix:i,key:"checkall",checked:!!(null==_?void 0:_.length),partial:!(!(null==_?void 0:_.length)||(null==_?void 0:_.length)===(null==w?void 0:w.length))},g("Checkboxes.selectAll"))):null,null==w?void 0:w.map((function(t,s){return a.createElement("li",{className:o("ColumnToggler-menuItem"),key:"item"+(t.index||s),onClick:function(){return(0,r.mG)(e,void 0,void 0,(function(){var e,n,a,i,o;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return e=this.props,n=e.data,a=e.dispatchEvent,i=_.map((function(e){return e})),!1!==t.toggled?i.push(t):i=i.filter((function(e){return e.name!==t.name})),[4,a("columnToggled",(0,d.nW9)(n,{columns:i}))];case 1:return(null==(o=r.sent())?void 0:o.prevented)||h&&h(!(!1!==t.toggled),s),[2]}}))}))}},a.createElement(p.XZ,{size:"sm",classPrefix:i,checked:!1!==t.toggled},t.title?n("tpl",t.title):null))})))},t=(0,r.gn)([(0,d.Thl)({type:"column-toggler",name:"column-toggler"})],t)}(a.Component),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.prototype.receive=function(e,t){var n,r,a=this,i=this.context,o=null===(n=null==i?void 0:i.parent)||void 0===n?void 0:n.getComponents();if(Array.isArray(o)&&o.length){var s=o.find((function(e){var t,n;return(null===(t=null==e?void 0:e.props)||void 0===t?void 0:t.name)===(null===(n=a.props)||void 0===n?void 0:n.name)}));return null===(r=null==s?void 0:s.receive)||void 0===r?void 0:r.call(s,e,t)}if(t)return i.send(t,e)},t=(0,r.gn)([(0,d.Thl)({type:"table2",storeType:d.QjV.name,name:"table2",isolateScope:!0})],t)}(function(e){function t(n,r){var a=e.call(this,n)||this;a.renderedToolbars=[],r.registerComponent(a);var i=n.store,o=n.columnsTogglable,s=n.columns,l=n.keepItemSelectionOnPageChange,u=n.maxKeepItemSelectionLength;return i.update({columnsTogglable:o,columns:s,keepItemSelectionOnPageChange:l,maxKeepItemSelectionLength:u}),t.syncRows(i,n,void 0)&&a.syncSelected(),a}return(0,r.ZT)(t,e),t.prototype.componentWillUnmount=function(){this.context.unRegisterComponent(this)},t.prototype.syncSelected=function(){var e=this.props,t=e.store,n=e.onSelect;n&&n(t.selectedRows.map((function(e){return e.data})),t.unSelectedRows.map((function(e){return e.data})))},t.syncRows=function(e,t,n){var a,i,o=t.source,s=t.value||t.items,l=[],u=!1;if(!Array.isArray(s)||n&&(n.value||n.items)===s){if("string"==typeof o){var c=(0,d.OgC)(o,t.data,"| raw"),p=n?(0,d.OgC)(o,n.data,"| raw"):null;p&&p===c?u=!1:Array.isArray(c)&&(u=!0,l=c)}}else u=!0,l=s;u&&e.initRows(l,t.getEntryId,t.reUseRow,t.childrenColumnName);var h=[];t.rowSelection&&t.rowSelection.selectedRowKeysExpr?l.forEach((function(e,n){var r,a;(0,d.fz_)((null===(r=t.rowSelection)||void 0===r?void 0:r.selectedRowKeysExpr)||"",{record:e,rowIndex:n})&&h.push(e[(null===(a=null==t?void 0:t.rowSelection)||void 0===a?void 0:a.keyField)||"key"])})):t.rowSelection&&t.rowSelection.selectedRowKeys&&(h=(0,r.ev)([],(0,r.CR)(t.rowSelection.selectedRowKeys),!1)),u&&h.length>0&&e.updateSelected(h,null===(a=t.rowSelection)||void 0===a?void 0:a.keyField);var f=[];return t.expandable&&t.expandable.expandedRowKeysExpr?l.forEach((function(e,n){var r,a;(0,d.fz_)((null===(r=t.expandable)||void 0===r?void 0:r.expandedRowKeysExpr)||"",{record:e,rowIndex:n})&&f.push(e[(null===(a=null==t?void 0:t.expandable)||void 0===a?void 0:a.keyField)||"key"])})):t.expandable&&t.expandable.expandedRowKeys&&(f=(0,r.ev)([],(0,r.CR)(t.expandable.expandedRowKeys),!1)),u&&f.length>0&&e.updateExpanded(f,null===(i=t.expandable)||void 0===i?void 0:i.keyField),u},t.prototype.componentDidUpdate=function(e){var n=this.props,r=n.store;(0,d.aGv)(["columnsTogglable"],e,n)&&r.update({columnsTogglable:n.columnsTogglable}),((0,d.aGv)(["source","value","items"],e,n)||!n.value&&!n.items&&(n.data!==e.data||"string"==typeof n.source&&(0,d.SSQ)(n.source)))&&t.syncRows(r,n,e)&&this.syncSelected(),c()(e.columns,n.columns)||r.update({columns:n.columns})},t.prototype.getPopOverContainer=function(){return(0,i.findDOMNode)(this)},t.prototype.renderCellSchema=function(e,t){var n=this.props.render;if(e&&(0,d.Kn2)(e)){e.width,e.children;var a=e.title,i=(0,r._T)(e,["width","children","title"]);return n("cell-field",(0,r.pi)((0,r.pi)({},i),{title:a,type:"cell-field",column:i,data:t.data,name:e.name}),t)}return e},t.prototype.renderSchema=function(e,t,n){var a=this.props.render;if(t&&(0,d.Kn2)(t))return a(e||"field",(0,r.pi)((0,r.pi)({},t),{data:n.data}),n);if(Array.isArray(t)){var i=[];return t.forEach((function(t,o){return i.push(a(e||"field",(0,r.pi)((0,r.pi)({},t),{data:n.data}),(0,r.pi)((0,r.pi)({},n),{key:o})))})),i}return t},t.prototype.buildColumns=function(e){var t=this,n=this.props,i=n.env,o=n.render,s=n.store,u=n.popOverContainer,c=n.canAccessSuperData,p=n.showBadge,f=n.itemBadge,m=n.classnames,v=[],g=[],y=[];return Array.isArray(e)&&e.forEach((function(e,n){var b=(0,r.pi)({},e),w=null,_={popOverContainer:u||t.getPopOverContainer,value:e.title};(0,d.Kn2)(e.title)?w=l()(e.title):"string"==typeof e.title&&(w={type:"plain"}),Object.assign(b,{title:function(r){var s,l=t.renderCellSchema(w,_),u=null;return e.remark&&(u=o("remark",{type:"remark",tooltip:e.remark,container:i&&i.getModalContainer?i.getModalContainer:void 0})),a.createElement("div",{key:n,className:m("Table-head-cell-wrapper",(s={},s["".concat(e.className)]=!!e.className,s["".concat(e.titleClassName)]=!!e.titleClassName,s))},l,u,r)}}),e.type&&Object.assign(b,{render:function(n,r,a,i){var o=s.getRowByIndex(a)||{},l={children:t.renderCellSchema(e,{data:o.locals,value:e.name?(0,d.H_J)(e.name,c?o.locals:o.data):e.name,popOverContainer:u||t.getPopOverContainer,onQuickChange:function(e,n,r,a){t.handleQuickChange(o,e,n,r,a)},row:o,showBadge:p,itemBadge:f}),props:{}};if(e.rowSpanExpr){var h=+(0,d.hXT)(e.rowSpanExpr,{record:r,rowIndex:a,colIndex:i});h&&(l.props.rowSpan=h,g.push({colIndex:i,rowIndex:a,rowSpan:h}))}if(e.colSpanExpr){var m=+(0,d.hXT)(e.colSpanExpr,{record:r,rowIndex:a,colIndex:i});m&&(l.props.colSpan=m,y.push({colIndex:i,rowIndex:a,colSpan:m}))}return g.forEach((function(e){i===e.colIndex&&a>e.rowIndex&&ae.colIndex&&i0&&this.tableRef&&this.tableRef.onExpandRows(v),g.length>0&&this.tableRef&&this.tableRef.onCollapseRows(g)}},t.prototype.getRef=function(e){this.tableRef=e},t.prototype.renderTable=function(){var e=this,t=this.props,n=t.render,i=t.title,o=t.footer,s=t.rowSelection;t.columns;var l=t.expandable,u=t.footSummary,c=t.headSummary,h=t.loading,f=t.classnames,m=t.placeholder,v=t.rowClassNameExpr,g=t.itemActions,y=t.keyField,b=t.onRow,w=t.store,_=(0,r._T)(t,["render","title","footer","rowSelection","columns","expandable","footSummary","headSummary","loading","classnames","placeholder","rowClassNameExpr","itemActions","keyField","onRow","store"]),C=null;if(l){l.expandedRowKeys;var E=(0,r._T)(l,["expandedRowKeys"]);C=(0,r.pi)({expandedRowKeys:w.currentExpandedKeys},E),l.expandableOn&&(C.rowExpandable=function(e,t){return(0,d.fz_)(l.expandableOn,{record:e,rowIndex:t})},delete C.expandableOn),l&&l.type&&(C.expandedRowRender=function(t,n){return e.renderSchema("expandableBody",(0,r.pi)({},l),{data:t})}),l.expandedRowClassNameExpr&&(C.expandedRowClassName=function(e,t){return(0,d.hXT)(l.expandedRowClassNameExpr,{record:e,rowIndex:t})},delete C.expandedRowClassNameExpr)}var k=null;if(s){s.selectedRowKeys;var S=s.selections,x=(0,r._T)(s,["selectedRowKeys","selections"]);k=(0,r.pi)({selectedRowKeys:w.currentSelectedRowKeys,maxSelectedLength:w.maxKeepItemSelectionLength},x);var T=s.disableOn;k.getCheckboxProps=function(e,t){return{disabled:!!T&&(0,d.fz_)(T,{record:e,rowIndex:t})||w.maxKeepItemSelectionLength&&w.currentSelectedRowKeys.length>=w.maxKeepItemSelectionLength&&!w.currentSelectedRowKeys.includes(e[s.keyField||y||"key"])}},T&&delete k.disableOn,S&&Array.isArray(S)&&(k.selections=[],S.forEach((function(e){k.selections.push({key:e.key,text:e.text,onSelect:function(t){var n;n=t.filter((function(t,n){return"all"===e.key||"none"!==e.key&&("invert"===e.key?!w.currentSelectedRowKeys.includes(t):"odd"===e.key?n%2==0:"even"!==e.key||n%2!=0)})),w.updateSelected(n,s.keyField)}})})))}var M=void 0;v&&(M=function(e,t){return(0,d.hXT)(v,{record:e,rowIndex:t})});var O=void 0;if(g){var N=Array.isArray(g)?g.filter((function(e){return!e.hiddenOnHover})):[];if(!N.length)return null;O=function(e,t){return a.createElement("div",{className:f("Table-itemActions")},N.map((function(a,i){return n("itemAction/".concat(i),(0,r.pi)((0,r.pi)({},a),{isMenuItem:!0}),{key:i,item:e,data:e,rowIndex:t})})))}}return a.createElement(p.iA,(0,r.pi)({},_,{onRef:this.getRef,title:this.renderSchema("title",i,{data:this.props.data}),footer:this.renderSchema("footer",o,{data:this.props.data}),columns:this.buildColumns(w.filteredColumns),dataSource:w.dataSource,rowSelection:k,rowClassName:M,expandable:C,footSummary:this.buildSummary("footSummary",u),headSummary:this.buildSummary("headSummary",c),loading:this.renderSchema("loading",h),placeholder:this.renderSchema("placeholder",m),onSelect:this.handleSelected,onSelectAll:this.handleSelected,onSort:this.handleSort,onFilter:this.handleFilter,onDrag:this.handleOrderChange,itemActions:O,keyField:y,onRow:(0,r.pi)((0,r.pi)({},b),{onRowClick:this.handleRowClick})}))},t.prototype.renderHeading=function(){var e=this.props,t=e.store,n=e.classnames,r=e.headingClassName,i=e.translate;return t.moved?a.createElement("div",{className:n("Table-heading",r),key:"heading"},t.moved?a.createElement("span",null,i("Table.moved",{moved:t.moved}),a.createElement("button",{type:"button",className:n("Button Button--size-xs Button--success m-l-sm"),onClick:this.handleSaveOrder},a.createElement(p.JO,{icon:"check",className:"icon m-r-xs"}),i("Form.submit")),a.createElement("button",{type:"button",className:n("Button Button--size-xs Button--danger m-l-sm"),onClick:this.reset},a.createElement(p.JO,{icon:"close",className:"icon m-r-xs"}),i("Table.discard"))):null):null},t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.style,r=e.loading,i=void 0!==r&&r,o=e.loadingConfig;this.renderedToolbars=[];var s=this.renderHeading();return a.createElement("div",{className:t("Table-render-wrapper"),style:n},this.renderActions("header"),s,this.renderTable(),a.createElement(p.$j,{overlay:!0,show:i,loadingConfig:o}))},t.contextType=d.ZHe,(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getPopOverContainer",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object,Array,Array,Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleSave",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object,Object,Boolean,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleQuickChange",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleAction",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Array,Array,Array]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleSelected",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleSort",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleFilter",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object,Object,Number]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleRowClick",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number,Number,Array]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleOrderChange",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleSaveOrder",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"reset",null),(0,r.gn)([d.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"getRef",null),t}(a.Component))},21425:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"table-view",autoVar:!0})],t)}(function(e){function t(t){return e.call(this,t)||this}return(0,r.ZT)(t,e),t.prototype.renderTd=function(e,t,n){var i=this.props,o=i.border,s=i.borderColor;i.render,i.style;var l,u=i.padding,c="td-".concat(t);return o&&(l="1px solid ".concat(s)),a.createElement("td",{style:(0,r.pi)({border:l,color:e.color,fontWeight:e.bold?"bold":"normal",background:e.background,padding:e.padding||u,width:e.width||"auto",textAlign:e.align||"left",verticalAlign:e.valign||"center"},e.style),align:e.align,valign:e.valign,rowSpan:e.rowspan,colSpan:e.colspan,key:c},this.renderTdBody(e.body))},t.prototype.renderTdBody=function(e){return(0,this.props.render)("td",e||"")},t.prototype.renderTds=function(e,t){var n=this,r=this.props.data;return e.map((function(e,a){return n.renderTd((0,i.aCj)(e,r),a,t)}))},t.prototype.renderTr=function(e,t){var n="tr-".concat(t);return a.createElement("tr",{style:(0,r.pi)({height:e.height,background:e.background},e.style),key:n},this.renderTds(e.tds||[],t))},t.prototype.renderTrs=function(e){var t=this,n=this.props.data;return e.map((function(e,r){return t.renderTr((0,i.aCj)(e,n),r)}))},t.prototype.renderCols=function(){var e=this.props,t=e.cols,n=e.data;if(t){var r=t.map((function(e){return e=(0,i.aCj)(e,n),a.createElement("col",{span:e.span,style:e.style})}));return a.createElement("colgroup",null,r)}return null},t.prototype.renderCaption=function(){return this.props.caption?a.createElement("caption",{style:{captionSide:"bottom"===this.props.captionSide?"bottom":"top"}},this.props.caption):null},t.prototype.render=function(){var e=this.props,t=e.width,n=e.trs,r=e.classnames,i=e.className;return a.createElement("table",{className:r("TableView",i),style:{width:t,borderCollapse:"collapse"}},this.renderCaption(),this.renderCols(),a.createElement("tbody",null,this.renderTrs(n)))},t.defaultProps={padding:"var(--TableCell-paddingY) var(--TableCell-paddingX)",width:"100%",border:!0,borderColor:"var(--borderColor)"},t}(a.Component))},46421:function(e,t,n){"use strict";n.d(t,{Z:function(){return d}});var r=n(70655),a=n(67294),i=n(73935),o=n(51474),s=n(50361),l=n.n(s),u=n(34594),c=n(23034),d=function(e){function t(t){var n=e.call(this,t)||this;return n.state={isOpened:!1,enableSorting:!1,tempColumns:l()(n.props.columns)},n.open=n.open.bind(n),n.close=n.close.bind(n),n.toggle=n.toggle.bind(n),n.domRef=n.domRef.bind(n),n.dragRef=n.dragRef.bind(n),n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){this.props.defaultIsOpened&&this.setState({isOpened:!0})},t.prototype.componentDidUpdate=function(e){(0,u.aGv)("activeToggaleColumns",e,this.props)&&this.setState({tempColumns:this.props.columns})},t.prototype.componentWillUnmount=function(){this.destroyDragging()},t.prototype.domRef=function(e){this.target=e},t.prototype.toggle=function(e){e.preventDefault(),this.setState({isOpened:!this.state.isOpened})},t.prototype.open=function(){this.setState({isOpened:!0})},t.prototype.close=function(){this.setState({isOpened:!1,enableSorting:!1,tempColumns:l()(this.props.columns)})},t.prototype.swapColumnPosition=function(e,t){var n=this.state.tempColumns;n[e]=n.splice(t,1,n[e])[0],this.setState({tempColumns:n})},t.prototype.updateToggledColumn=function(e,t,n,a){return(0,r.mG)(this,void 0,void 0,(function(){var a,i,o,s,l;return(0,r.Jh)(this,(function(c){switch(c.label){case 0:return a=this.props,i=a.data,o=a.dispatchEvent,(s=this.state.tempColumns.concat()).splice(t,1,(0,r.pi)((0,r.pi)({},e),{toggled:n})),[4,o("columnToggled",(0,u.nW9)(i,{columns:s}))];case 1:return(null==(l=c.sent())?void 0:l.prevented)||this.setState({tempColumns:s}),[2]}}))}))},t.prototype.dragRef=function(e){var t=this.state.enableSorting,n=this.props.draggable;t&&n&&e&&this.initDragging()},t.prototype.initDragging=function(){var e=this,t=(0,i.findDOMNode)(this),n=this.props.classPrefix;this.sortable=new o.ZP(t.querySelector(".".concat(n,"ColumnToggler-modal-content")),{group:"ColumnToggler-modal-content",animation:150,handle:".".concat(n,"ColumnToggler-menuItem-dragBar"),ghostClass:"".concat(n,"ColumnToggler-menuItem--dragging"),onEnd:function(t){if(t.newIndex!==t.oldIndex){var n=t.to;t.oldIndex1?a.createElement(a.Fragment,null,a.createElement("a",{className:n("ColumnToggler-menuItem-dragBar")},a.createElement(c.JO,{icon:"drag",className:n("icon")})),a.createElement("span",{className:n("ColumnToggler-menuItem-label")},a.createElement("span",null,t.label||"-"))):a.createElement(c.XZ,{size:"sm",labelClassName:n("ColumnToggler-menuItem-label"),classPrefix:r,checked:t.toggled,disabled:!t.toggable||h,onChange:e.updateToggledColumn.bind(e,t,s)},a.createElement("span",null,t.label||"-"))))})):null),a.createElement("footer",{className:n("ColumnToggler-modal-footer")},a.createElement("div",null,a.createElement(c.zx,{className:n("ColumnToggler-modeSelect",{"is-actived":!h}),onClick:function(){return e.setState({enableSorting:!1})},level:"link"},l("Table.toggleColumn")),a.createElement(c.zx,{className:n("ColumnToggler-modeSelect",{"is-actived":h}),onClick:function(){return e.setState({enableSorting:!0},(function(){return e.state.enableSorting&&e.props.draggable&&e.initDragging()}))},level:"link",disabled:f.length<2},l("sort"))),a.createElement("div",null,a.createElement(c.zx,{size:u,className:"mr-3",onClick:this.close},l("cancel")),a.createElement(c.zx,{size:u,level:"primary",onClick:this.onConfirm},l("confirm"))))))},t.prototype.render=function(){var e=this.props,t=e.tooltip,n=e.placement,r=e.tooltipContainer,i=e.tooltipTrigger,o=e.tooltipRootClose,s=e.disabledTip,l=e.block,d=e.disabled,p=e.btnDisabled,h=e.btnClassName,f=e.size,m=e.label,v=e.level,g=e.primary,y=e.className,b=e.classnames,w=e.align,_=e.iconOnly,C=e.icon,E=e.isActived,k=e.data,S=e.draggable,x=e.hideExpandIcon,T=a.createElement("button",{onClick:this.toggle,disabled:d||p,className:b("Button",h,void 0===v?"Button--default":v?"Button--".concat(v):"",{"Button--block":l,"Button--primary":g,"Button--iconOnly":_},f?"Button--size-".concat(f):"")},C?"string"==typeof C?(0,c.q7)(C)?a.createElement(c.JO,{icon:C,className:b("icon",{"m-r-xs":!!m})}):(0,u.rew)(b,C,m?"m-r-xs":""):a.isValidElement(C)?a.cloneElement(C,{className:b({"m-r-xs":!!m})}):a.createElement(c.JO,{icon:"columns",className:"icon m-r-none"}):a.createElement(c.JO,{icon:"columns",className:"icon m-r-none"}),"string"==typeof m?(0,u.hXT)(m,k):m,x||S?null:a.createElement("span",{className:b("ColumnToggler-caret")},a.createElement(c.JO,{icon:"caret",className:"icon"})));return a.createElement("div",{className:b("ColumnToggler",{"ColumnToggler-block":l,"ColumnToggler--alignRight":"right"===w,"is-opened":this.state.isOpened,"is-actived":E},y),ref:this.domRef},S?T:a.createElement(c.pf,{placement:n,tooltip:d?s:t,container:r,trigger:i,rootClose:o},T),this.state.isOpened?S?this.renderModal():this.renderOuter():null)},t.defaultProps={placement:"top",tooltipTrigger:["hover","focus"],tooltipRootClose:!1,draggable:!1},(0,r.gn)([u.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"dragRef",null),(0,r.gn)([u.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",Promise)],t.prototype,"onConfirm",null),t}(a.Component)},98991:function(e,t,n){"use strict";n.d(t,{p:function(){return h}});var r=n(70655),a=n(67294),i=n(34594),o=n(30364),s=n(15922),l=n(69444),u=n(29323),c=n(57557),d=n.n(c),p=n(23034),h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.propsNeedRemove=[],t}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.className;e.classNameExpr;var o=e.render,s=e.style,l=void 0===s?{}:s,u=e.wrapperComponent,c=e.contentsOnly,h=e.column,f=e.value,m=e.data,v=e.children,g=e.width,y=e.align,b=e.innerClassName;e.label;var w=e.tabIndex,_=e.onKeyUp,C=e.rowSpan;e.body,e.tpl,e.remark;var E=e.cellPrefix,k=e.cellAffix,S=e.isHead;e.colIndex;var x=e.row,T=e.showBadge,M=e.itemBadge,O=(0,r._T)(e,["classnames","className","classNameExpr","render","style","wrapperComponent","contentsOnly","column","value","data","children","width","align","innerClassName","label","tabIndex","onKeyUp","rowSpan","body","tpl","remark","cellPrefix","cellAffix","isHead","colIndex","row","showBadge","itemBadge"]),N=(0,r.pi)((0,r.pi)({},h),{style:h.innerStyle,className:b,type:h&&h.type||"plain"}),D=!1!==(null==N?void 0:N.canAccessSuperData);"button"!==N.type&&"dropdown-button"!==N.type&&delete N.label;var A=v||o("field",N,(0,r.pi)((0,r.pi)({},d()(O,Object.keys(N),this.propsNeedRemove)),{inputOnly:!0,value:D||null!=f?f:"",data:m}));if(g&&(l=(0,r.pi)((0,r.pi)({},l),{width:l&&l.width||g}),/%$/.test(String(l.width))||(A=a.createElement("div",{style:{width:l.width}},E,A,k),E=null,k=null)),y&&(l=(0,r.pi)((0,r.pi)({},l),{textAlign:y})),h.backgroundScale){var L=h.backgroundScale,P=L.min,F=L.max;(0,i.SSQ)(P)&&(P=(0,i.OgC)(P,m,"| raw")),(0,i.SSQ)(F)&&(F=(0,i.OgC)(F,m,"| raw")),void 0===P&&(P=Math.min.apply(Math,(0,r.ev)([],(0,r.CR)(m.rows.map((function(e){return e[h.name]}))),!1))),void 0===F&&(F=Math.max.apply(Math,(0,r.ev)([],(0,r.CR)(m.rows.map((function(e){return e[h.name]}))),!1)));var R=new i.qeo(P,F,L.colors||["#FFEF9C","#FF7127"]),j=m[h.name];(0,i.SSQ)(L.source)&&(j=(0,i.OgC)(L.source,m,"| raw"));var I=R.getColor(Number(j)).toHexString();l.background=I}return c?A:(u=S?"th":u||"td",a.createElement(u,{rowSpan:C>1?C:void 0,style:l,className:t(n,h.classNameExpr?(0,i.hXT)(h.classNameExpr,m):null),tabIndex:w,onKeyUp:_},T?a.createElement(p.Ct,{classnames:t,badge:(0,r.pi)((0,r.pi)({},M),{className:t("Table-badge",null==M?void 0:M.className)}),data:x.data}):null,E,A,k))},t.defaultProps={wrapperComponent:"td"},t.propsList=["type","label","column","body","tpl","rowSpan","remark","contentsOnly"],t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.propsList=(0,r.ev)(["quickEdit","quickEditEnabledOn","popOver","copyable","inline"],(0,r.CR)(h.propsList),!1),t=(0,r.gn)([(0,i.Thl)({test:/(^|\/)table\/(?:.*\/)?cell$/,name:"table-cell"}),(0,o.p)(),(0,l.v)({targetOutter:!0}),(0,s.T)(),u.Pi],t)}(h),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.defaultProps=(0,r.pi)((0,r.pi)({},h.defaultProps),{wrapperComponent:"div"}),t=(0,r.gn)([(0,i.Thl)({type:"field",name:"field"}),(0,l.v)(),(0,s.T)()],t)}(h)},22014:function(e,t,n){"use strict";var r,a=n(70655),i=n(67294),o=n(73935),s=n(18446),l=n.n(s),u=n(34594),c=n(84486),d=n.n(c),p=n(23034),h=n(23279),f=n.n(h),m=n(51474),v=n(13311),g=n.n(v),y=(n(98991),n(76566)),b=n.n(y),w=function(e){function t(t){var n=e.call(this,t)||this;return n.state={isOpened:!1,filterOptions:[]},n.sourceInvalid=!1,n.open=n.open.bind(n),n.close=n.close.bind(n),n.handleClick=n.handleClick.bind(n),n.handleCheck=n.handleCheck.bind(n),n}return(0,a.ZT)(t,e),t.prototype.componentDidMount=function(){var e,t=this.props.filterable;t.source?this.fetchOptions():(null===(e=t.options)||void 0===e?void 0:e.length)>0&&this.setState({filterOptions:this.alterOptions(t.options)})},t.prototype.componentDidUpdate=function(e,t){var n,r,a,i,o=this.props.name,s=this.props;if(e.name!==s.name||e.filterable!==s.filterable||e.data!==s.data)if(s.filterable.source)this.sourceInvalid=(0,u.rMT)(e.filterable.source,s.filterable.source,e.data,s.data);else if(s.filterable.options)this.setState({filterOptions:this.alterOptions(s.filterable.options||[])});else if(o&&!this.state.filterOptions.length&&(Array.isArray(null===(n=s.store)||void 0===n?void 0:n.data.itemsRaw)||Array.isArray(null===(r=s.store)||void 0===r?void 0:r.data.items))){var l=(null===(a=s.store)||void 0===a?void 0:a.data.itemsRaw)||(null===(i=s.store)||void 0===i?void 0:i.data.items),c=[];l.forEach((function(e){var t=(0,u.E04)(e,o);~c.indexOf(t)||c.push(t)})),c.length&&this.setState({filterOptions:this.alterOptions(c)})}(this.props.data?this.props.data[o]:void 0)!==(e.data?e.data[o]:void 0)&&this.state.filterOptions.length&&t.filterOptions!==this.props.filterOptions&&this.setState({filterOptions:this.alterOptions(this.state.filterOptions)}),this.sourceInvalid&&this.fetchOptions()},t.prototype.fetchOptions=function(){return(0,a.mG)(this,void 0,void 0,(function(){var e,t,n,r,i,o,s;return(0,a.Jh)(this,(function(a){switch(a.label){case 0:return e=this.props,t=e.env,n=e.filterable,r=e.data,(0,u.X1t)(n.source,r)?((i=(0,u._6r)(n.source)).cache=3e3,[4,t.fetcher(i,r)]):[2];case 1:return o=a.sent(),s=o.data&&o.data.options||[],this.setState({filterOptions:o&&o.data&&this.alterOptions(s)}),[2]}}))}))},t.prototype.alterOptions=function(e){var t=this,n=this.props,r=n.data,i=n.filterable,o=n.name,s=r&&void 0!==r[o]?r[o]:"";return e=(0,u.GRe)(e),i.multiple?e.map((function(e){return(0,a.pi)((0,a.pi)({},e),{selected:s.split(",").indexOf(e.value)>-1})})):e.map((function(e){return(0,a.pi)((0,a.pi)({},e),{selected:t.optionComparator(e,s)})}))},t.prototype.optionComparator=function(e,t){var n=this.props.filterable;return(0,u.kEn)(e.value)?!!(0,u.kEn)(t)&&e.value==t:!0===(null==n?void 0:n.strictMode)?e.value===t:e.value==t},t.prototype.handleClickOutside=function(){this.close()},t.prototype.open=function(){return(0,a.mG)(this,void 0,void 0,(function(){var e;return(0,a.Jh)(this,(function(t){switch(t.label){case 0:return(e=this.props.filterable).refreshOnOpen&&e.source?[4,this.fetchOptions()]:[3,2];case 1:t.sent(),t.label=2;case 2:return this.setState({isOpened:!0}),[2]}}))}))},t.prototype.close=function(){this.setState({isOpened:!1})},t.prototype.handleClick=function(e){return(0,a.mG)(this,void 0,void 0,(function(){var t,n,r,i,o,s;return(0,a.Jh)(this,(function(a){switch(a.label){case 0:return t=this.props,n=t.onQuery,r=t.name,i=t.data,[4,(0,t.dispatchEvent)("columnFilter",(0,u.nW9)(i,{filterName:r,filterValue:e}))];case 1:return(null==(o=a.sent())?void 0:o.prevented)||(n(((s={})[r]=e,s)),this.close()),[2]}}))}))},t.prototype.handleCheck=function(e){return(0,a.mG)(this,void 0,void 0,(function(){var t,n,r,i,o,s,l,c;return(0,a.Jh)(this,(function(a){switch(a.label){case 0:return t=this.props,n=t.data,r=t.name,i=t.onQuery,o=t.dispatchEvent,s=n[r]&&n[r]===e?"":n[r]&&b()(n[r].split(","),[e]).join(",")||e,[4,o("columnFilter",(0,u.nW9)(n,{filterName:r,filterValue:s}))];case 1:return(null==(l=a.sent())?void 0:l.prevented)||i(((c={})[r]=s,c)),[2]}}))}))},t.prototype.handleReset=function(){var e,t=this.props,n=t.name;(0,t.onQuery)(((e={})[n]=void 0,e)),this.close()},t.prototype.render=function(){var e=this,t=this.state,n=t.isOpened,r=t.filterOptions,a=this.props,s=a.data,l=a.name,c=a.filterable,d=a.popOverContainer,h=a.classPrefix,f=a.classnames,m=a.translate;return i.createElement("span",{className:f("".concat(h,"TableCell-filterBtn"),s&&void 0!==s[l]?"is-active":"")},i.createElement("span",{onClick:this.open},i.createElement(p.JO,{icon:"column-filter",className:"icon"})),n?i.createElement(u.aVW,{container:d||function(){return(0,o.findDOMNode)(e)},placement:"left-bottom-left-top right-bottom-right-top",target:d?function(){return(0,o.findDOMNode)(e).parentNode}:null,show:!0},i.createElement(u.v$m,{classPrefix:h,onHide:this.close,className:f("".concat(h,"TableCell-filterPopOver"),c.className),overlay:!0},r&&r.length>0?i.createElement("ul",{className:f("DropDown-menu")},c.multiple?r.map((function(t,n){return i.createElement("li",{key:n},i.createElement(p.XZ,{classPrefix:h,onChange:e.handleCheck.bind(e,t.value),checked:t.selected},t.label))})):r.map((function(t,n){return i.createElement("li",{key:n,className:f({"is-active":t.selected}),onClick:e.handleClick.bind(e,t.value)},t.label)})),r.some((function(e){return e.selected}))?i.createElement("li",{key:"DropDown-menu-reset",onClick:this.handleReset.bind(this)},m("reset")):null):null)):null)},t}(i.Component),_=function(e){function t(t){var n=e.call(this,t)||this;return n.state={isOpened:!1},n.formItems=[],n.open=n.open.bind(n),n.close=n.close.bind(n),n.handleSubmit=n.handleSubmit.bind(n),n.handleAction=n.handleAction.bind(n),n}return(0,a.ZT)(t,e),t.prototype.buildSchema=function(){var e,t,n=this.props,r=n.searchable,i=n.sortable,o=n.name,s=n.label,l=n.translate;if(!0===r?t={title:"",controls:[{type:"text",name:o,placeholder:s,clearable:!0}]}:r&&(t=r.controls||r.tabs||r.fieldSet?(0,a.pi)((0,a.pi)({title:""},r),{controls:Array.isArray(r.controls)?r.controls.concat():void 0}):{title:"",className:r.formClassName,controls:[(0,a.pi)({type:r.type||"text",name:r.name||o,placeholder:s},r)]}),t&&t.controls&&i&&t.controls.unshift({type:"hidden",name:"orderBy",value:o},{type:"button-group",name:"orderDir",label:l("sort"),options:[{label:l("asc"),value:"asc"},{label:l("desc"),value:"desc"}]}),t){var u=[];null===(e=t.controls)||void 0===e||e.forEach((function(e){return e.name&&"orderBy"!==e.name&&"orderDir"!==e.name&&u.push(e.name)})),this.formItems=u,t=(0,a.pi)((0,a.pi)({},t),{type:"form",wrapperComponent:"div",actions:[{type:"button",label:l("reset"),actionType:"clear-and-submit"},{type:"button",label:l("cancel"),actionType:"cancel"},{label:l("search"),type:"submit",primary:!0}]})}return t||"error"},t.prototype.handleClickOutside=function(){this.close()},t.prototype.open=function(){this.setState({isOpened:!0})},t.prototype.close=function(){this.setState({isOpened:!1})},t.prototype.handleAction=function(e,t,n){var r=this.props.onAction;if("cancel"!==t.actionType&&"close"!==t.actionType)return"reset"===t.actionType?(this.close(),void this.handleReset()):void(r&&r(e,t,n));this.close()},t.prototype.handleReset=function(){var e=this.props,t=e.onQuery,n=e.data,r=e.name,i=(0,a.pi)({},n);this.formItems.forEach((function(e){return(0,u.NI0)(i,e,void 0)})),i.orderBy===r&&(i.orderBy="",i.orderDir="asc"),t(i)},t.prototype.handleSubmit=function(e){return(0,a.mG)(this,void 0,void 0,(function(){var t,n,r,i,o,s;return(0,a.Jh)(this,(function(l){switch(l.label){case 0:return t=this.props,n=t.onQuery,r=t.name,i=t.data,o=t.dispatchEvent,e.orderDir&&(e=(0,a.pi)((0,a.pi)({},e),{orderBy:r})),[4,o("columnSearch",(0,u.nW9)(i,{searchName:r,searchValue:e}))];case 1:return(null==(s=l.sent())?void 0:s.prevented)||(this.close(),n(e)),[2]}}))}))},t.prototype.isActive=function(){var e=this.props,t=e.data,n=e.name;return e.orderBy===n||this.formItems.some((function(e){return null==t?void 0:t[e]}))},t.prototype.render=function(){var e=this,t=this.props,n=t.render,r=t.name,s=t.data,l=t.searchable,c=t.store,d=t.orderBy,h=t.popOverContainer,f=t.classPrefix,m=t.classnames,v=this.buildSchema(),g=this.isActive();return i.createElement("span",{className:m("".concat(f,"TableCell-searchBtn"),g?"is-active":"",this.state.isOpened?"is-opened":"")},i.createElement("span",{onClick:this.open},i.createElement(p.JO,{icon:"search",className:"icon"})),this.state.isOpened?i.createElement(u.aVW,{container:h||function(){return(0,o.findDOMNode)(e)},placement:"left-bottom-left-top right-bottom-right-top",target:h?function(){return(0,o.findDOMNode)(e).parentNode}:null,show:!0},i.createElement(u.v$m,{classPrefix:f,onHide:this.close,className:m("".concat(f,"TableCell-searchPopOver"),l.className),overlay:!0},n("quick-search-form",v,{data:(0,a.pi)((0,a.pi)({},s),{orderBy:d,orderDir:d===r?c.orderDir:""}),onSubmit:this.handleSubmit,onAction:this.handleAction}))):null)},t}(i.Component),C=n(29323),E=function(e){function t(t){var n=e.call(this,t)||this;return n.handleAction=n.handleAction.bind(n),n.handleQuickChange=n.handleQuickChange.bind(n),n.handleChange=n.handleChange.bind(n),n.handleItemClick=n.handleItemClick.bind(n),n}return(0,a.ZT)(t,e),t.prototype.handleItemClick=function(e){return(0,a.mG)(this,void 0,void 0,(function(){var t,n,r,i,o,s,l,c;return(0,a.Jh)(this,(function(a){switch(a.label){case 0:return(0,u.Pbn)(e)?[2]:(t=this.props,n=t.itemAction,r=t.onAction,i=t.item,o=t.data,s=t.dispatchEvent,l=t.onCheck,[4,s("rowClick",(0,u.nW9)(o,{rowItem:null==i?void 0:i.data}))]);case 1:return(null==(c=a.sent())?void 0:c.prevented)||(n?(r&&r(e,n,null==i?void 0:i.data),i.toggle()):i.checkable&&i.isCheckAvaiableOnClick&&(null==l||l(i))),[2]}}))}))},t.prototype.handleAction=function(e,t,n){var r=this.props,a=r.onAction,i=r.item;a&&a(e,t,n||i.data)},t.prototype.handleQuickChange=function(e,t,n,r){var a=this.props,i=a.onQuickChange,o=a.item;i&&i(o,e,t,n,r)},t.prototype.handleChange=function(e,t,n,r){var a;if(t&&"string"==typeof t){var i=this.props,o=i.item,s=i.onQuickChange;null==s||s(o,((a={})[t]=e,a),n,r)}},t.prototype.render=function(){var e,t,n=this,r=this.props,o=r.itemClassName,s=r.itemIndex,l=r.item,u=r.columns,c=r.renderCell;r.children;var d=r.footableMode,p=r.ignoreFootableContent,h=r.footableColSpan,f=r.regionPrefix,m=r.checkOnItemClick;r.classPrefix;var v=r.render,g=r.classnames,y=r.parent,b=r.itemAction,w=r.onEvent,_=(0,a._T)(r,["itemClassName","itemIndex","item","columns","renderCell","children","footableMode","ignoreFootableContent","footableColSpan","regionPrefix","checkOnItemClick","classPrefix","render","classnames","parent","itemAction","onEvent"]);return d?l.expanded?i.createElement("tr",{"data-id":l.id,"data-index":l.newIndex,onClick:m||b||(null==w?void 0:w.rowClick)?this.handleItemClick:void 0,className:g(o,(e={"is-hovered":l.isHover,"is-checked":l.checked,"is-modified":l.modified,"is-moved":l.moved},e["Table-tr--hasItemAction"]=b,e["Table-tr--odd"]=s%2==0,e["Table-tr--even"]=s%2==1,e))},i.createElement("td",{className:g("Table-foot"),colSpan:h},i.createElement("table",{className:g("Table-footTable")},i.createElement("tbody",null,p?u.map((function(e){return i.createElement("tr",{key:e.index},!1!==e.label?i.createElement("th",null):null,i.createElement("td",null))})):u.map((function(e){return i.createElement("tr",{key:e.index},!1!==e.label?i.createElement("th",null,v("".concat(f).concat(s,"/").concat(e.index,"/tpl"),e.label)):null,c("".concat(f).concat(s,"/").concat(e.index),e,l,(0,a.pi)((0,a.pi)({},_),{width:null,rowIndex:s,colIndex:e.index,key:e.index,onAction:n.handleAction,onQuickChange:n.handleQuickChange,onChange:n.handleChange})))})))))):null:y&&!y.expanded?null:i.createElement("tr",{onClick:m||b||(null==w?void 0:w.rowClick)?this.handleItemClick:void 0,"data-index":1===l.depth?l.newIndex:void 0,"data-id":l.id,className:g(o,(t={"is-hovered":l.isHover,"is-checked":l.checked,"is-modified":l.modified,"is-moved":l.moved,"is-expanded":l.expanded&&l.expandable,"is-expandable":l.expandable},t["Table-tr--hasItemAction"]=b,t["Table-tr--odd"]=s%2==0,t["Table-tr--even"]=s%2==1,t),"Table-tr--".concat(l.depth,"th"))},u.map((function(e){return c("".concat(s,"/").concat(e.index),e,l,(0,a.pi)((0,a.pi)({},_),{rowIndex:s,colIndex:e.index,key:e.index,onAction:n.handleAction,onQuickChange:n.handleQuickChange,onChange:n.handleChange}))})))},(0,a.gn)([C.Pi,(0,a.w6)("design:paramtypes",[Object])],t)}(i.Component),k=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,a.ZT)(t,e),t.prototype.renderRows=function(e,t,n){var r=this;void 0===t&&(t=this.props.columns),void 0===n&&(n={});var o=this.props,s=o.rowClassName,l=o.rowClassNameExpr,c=o.onAction,d=o.buildItemProps,p=o.checkOnItemClick,h=o.classnames,f=o.render,m=o.renderCell,v=o.onCheck,g=o.onQuickChange,y=o.footable,b=o.ignoreFootableContent,w=o.footableColumns,_=o.itemAction;return e.map((function(o,C){var k=d?d(o,C):null,S=[i.createElement(E,(0,a.pi)({},k,{itemAction:_,classnames:h,checkOnItemClick:p,key:o.id,itemIndex:C,item:o,itemClassName:h(l?(0,u.hXT)(l,o.data):s,{"is-last":o.depth>1&&C===e.length-1}),columns:t,renderCell:m,render:f,onAction:c,onCheck:v,onQuickChange:g},n))];return y&&w.length?1===o.depth&&S.push(i.createElement(E,(0,a.pi)({},k,{itemAction:_,classnames:h,checkOnItemClick:p,key:"foot-".concat(o.id),itemIndex:C,item:o,itemClassName:h(l?(0,u.hXT)(l,o.data):s),columns:w,renderCell:m,render:f,onAction:c,onCheck:v,footableMode:!0,footableColSpan:t.length,onQuickChange:g,ignoreFootableContent:b},n))):o.children.length&&o.expanded&&S.push.apply(S,(0,a.ev)([],(0,a.CR)(r.renderRows(o.children,t,(0,a.pi)((0,a.pi)({},n),{parent:o}))),!1)),S}))},t.prototype.renderSummaryRow=function(e,t,n){var r=this.props,o=r.columns,s=r.render,l=r.data,c=r.classnames,d=r.rows,p=r.prefixRowClassName,h=r.affixRowClassName;if(!Array.isArray(t)||!t.length)return null;for(var f=o.filter((function(e){return e.toggable})),m=[],v=0;vl,p=i.querySelector(".".concat(a,"Table-fixedTop")),h=i.querySelector(".".concat(a,"Table-fixedTop-shadow")),f=getComputedStyle(p).getPropertyValue("height");p.style.cssText+="top: ".concat(l,"px;width: ").concat(this.table.parentNode.offsetWidth,"px"),h.style.cssText+="top: ".concat(f,";width: ").concat(this.table.parentNode.offsetWidth,"px"),d?p.classList.add("in"):p.classList.remove("in")}},t.prototype.updateTableInfo=function(){if(this.table){var e=this.table,t=e.parentNode,n=this.props.affixHeader,r=this.props.classPrefix;this.totalWidth=e.scrollWidth,this.totalHeight=e.scrollHeight,this.outterWidth=t.offsetWidth,this.outterHeight=t.offsetHeight;var a=this.widths={},i=this.widths2={},s=this.heights={};s.header=e.querySelector("thead>tr:last-child").getBoundingClientRect().height,s.header2=e.querySelector("thead>tr:first-child").getBoundingClientRect().height,d()(e.querySelectorAll("thead>tr:last-child>th"),(function(e){a[e.getAttribute("data-index")]=e.getBoundingClientRect().width})),d()(e.querySelectorAll("thead>tr:first-child>th"),(function(e){i[e.getAttribute("data-index")]=e.getBoundingClientRect().width})),d()(e.querySelectorAll("tbody>tr>*:last-child"),(function(e,t){return s[t]=getComputedStyle(e).height}));var l=(0,o.findDOMNode)(this);d()(l.querySelectorAll(".".concat(r,"Table-fixedTop table, .").concat(r,"Table-fixedLeft>table, .").concat(r,"Table-fixedRight>table")),(function(e){var t=0,n=0;d()(e.querySelectorAll("thead>tr:last-child>th"),(function(e){var n=a[e.getAttribute("data-index")];e.style.cssText+="width: ".concat(n,"px; height: ").concat(s.header,"px"),t+=n})),d()(e.querySelectorAll("thead>tr:first-child>th"),(function(e){var t=Number(e.getAttribute("rowspan")),r=Number(e.getAttribute("colspan")),a=i[e.getAttribute("data-index")],o=Number(s.header2);isNaN(o)||isNaN(t)||(o*=t),isNaN(a)||isNaN(r)||0===r||(a/=r),e.style.cssText+="width: ".concat(a,"px; height: ").concat(o,"px"),n+=a})),d()(e.querySelectorAll("colgroup>col"),(function(e){var t=a[e.getAttribute("data-index")];e.setAttribute("width","".concat(t))})),d()(e.querySelectorAll("tbody>tr"),(function(e,t){e.style.cssText+="height: ".concat(s[t])})),e.style.cssText+="width: ".concat(Math.max(t,n),"px;table-layout: auto;")})),n&&(l.querySelector(".".concat(r,"Table-fixedTop>.").concat(r,"Table-wrapper")).style.cssText+="width: ".concat(this.outterWidth,"px")),this.lastScrollLeft=-1,this.handleOutterScroll()}},t.prototype.handleOutterScroll=function(){var e,t,n=this.table.parentNode,r=n.scrollLeft,a=this.props.classPrefix,i=(0,o.findDOMNode)(this),s=i.querySelectorAll(".".concat(a,"Table-fixedLeft")),l=i.querySelectorAll(".".concat(a,"Table-fixedRight")),u=null===(t=null===(e=n.querySelector("thead>tr"))||void 0===e?void 0:e.getBoundingClientRect())||void 0===t?void 0:t.height;if(r!==this.lastScrollLeft){this.lastScrollLeft=r;var c=0===r,p=Math.ceil(r)+this.outterWidth>=this.totalWidth;if(s&&s.length)for(var h=0,f=s.length;htr>th"),(function(e){u&&(e.style.height="".concat(u,"px"))})),c?m.classList.remove("in"):m.classList.add("in")}if(l&&l.length)for(h=0,f=l.length;htr>th"),(function(e){u&&(e.style.height="".concat(u,"px"))})),p?m.classList.remove("in"):m.classList.add("in");var v=this.affixedTable;v&&(v.style.cssText+="transform: translateX(-".concat(r,"px)"))}n.scrollTop!==this.lastScrollTop&&(this.lastScrollTop=n.scrollTop,s&&s.length&&d()(s,(function(e){return e.scrollTo({top:n.scrollTop})})),l&&l.length&&d()(l,(function(e){return e.scrollTo({top:n.scrollTop})})))},t.prototype.handleFixedColumnsScroll=function(e){var t=this.lastScrollTop,n=e.currentTarget.scrollTop;t!==n&&(this.lastScrollTop=n,this.table.parentNode.scrollTo({top:n}))},t.prototype.tableRef=function(e){this.table=e,e?this.unSensor=(0,u.Adl)(e.parentNode,this.updateTableInfoLazy):(this.unSensor&&this.unSensor(),delete this.unSensor)},t.prototype.dragTipRef=function(e){!this.dragTip&&e?this.initDragging():this.dragTip&&!e&&this.destroyDragging(),this.dragTip=e},t.prototype.affixedTableRef=function(e){this.affixedTable=e},t.prototype.initDragging=function(){var e=this,t=this.props,n=t.store,r=t.classPrefix;this.sortable=new m.ZP(this.table.querySelector("tbody"),{group:"table",animation:150,handle:".".concat(r,"Table-dragCell"),filter:".".concat(r,"Table-dragCell.is-dragDisabled"),ghostClass:"is-dragging",onEnd:function(t){return(0,a.mG)(e,void 0,void 0,(function(){var e;return(0,a.Jh)(this,(function(r){return t.newIndex===t.oldIndex||(e=t.to,t.oldIndexi;n.insertBefore(this.draggingTr,o&&t.nextSibling||t)}}},t.prototype.handleDrop=function(){return(0,a.mG)(this,void 0,void 0,(function(){var e,t,n,r,i;return(0,a.Jh)(this,(function(a){return e=this.props.store,t=this.draggingTr,n=t.parentElement,r=Array.prototype.indexOf.call(n.childNodes,t),i=e.getRowById(t.getAttribute("data-id")),this.handleDragEnd(),e.exchange(this.originIndex,r,i),[2]}))}))},t.prototype.handleDragEnd=function(){var e=this.draggingTr,t=e.parentElement,n=Array.prototype.indexOf.call(t.childNodes,e);t.insertBefore(e,t.childNodes[n1?n&&n((0,a.pi)((0,a.pi)({},e),{list:s,index:o}),t):n&&n(e,t)},t.prototype.handleColResizeMouseDown=function(e){this.lineStartX=e.clientX;var t=e.currentTarget;this.resizeLine=t,this.resizeLineLeft=parseInt(getComputedStyle(this.resizeLine).getPropertyValue("left"),10),this.targetTh=this.resizeLine.parentElement,this.targetThWidth=this.targetTh.getBoundingClientRect().width,document.addEventListener("mousemove",this.handleColResizeMouseMove),document.addEventListener("mouseup",this.handleColResizeMouseUp)},t.prototype.handleColResizeMouseMove=function(e){var t=e.clientX-this.lineStartX;this.targetTh.style.width=this.targetThWidth+t+"px"},t.prototype.handleColResizeMouseUp=function(e){document.removeEventListener("mousemove",this.handleColResizeMouseMove),document.removeEventListener("mouseup",this.handleColResizeMouseUp)},t.prototype.handleColumnToggle=function(e){this.props.store.updateColumns(e)},t.prototype.renderAutoFilterForm=function(){var e=this.props,t=e.render,n=e.store,r=e.onSearchableFromReset,o=e.onSearchableFromSubmit,s=e.onSearchableFromInit,l=e.classnames,c=e.translate,d=n.searchableColumns,h=n.activedSearchableColumns;if(!d.length)return null;var f=[];(0,u.K2U)(h,3,!0).forEach((function(e){var t=[];e.forEach((function(e){var n,r,i,o;t.push(e?(0,a.pi)((0,a.pi)({},!0===e.searchable?{type:"input-text",name:e.name,label:e.label}:(0,a.pi)({type:"input-text",name:e.name},e.searchable)),{name:null!==(r=null===(n=e.searchable)||void 0===n?void 0:n.name)&&void 0!==r?r:e.name,label:null!==(o=null===(i=e.searchable)||void 0===i?void 0:i.label)&&void 0!==o?o:e.label}):{type:"tpl",tpl:""})})),f.push({type:"group",body:t})}));var m=f.length>1;return n.searchFormExpanded||f.splice(1,f.length-1),t("searchable-form",{type:"form",api:null,title:"",mode:"horizontal",submitText:c("search"),body:f,actions:[{type:"dropdown-button",label:c("Table.searchFields"),className:l("Table-searchableForm-dropdown","mr-2"),level:"link",trigger:"click",size:"sm",align:"right",buttons:d.map((function(e){var t,r,a,i;return{type:"checkbox",className:l("Table-searchableForm-checkbox"),inputClassName:l("Table-searchableForm-checkbox-inner"),name:"__search_".concat(null!==(r=null===(t=e.searchable)||void 0===t?void 0:t.name)&&void 0!==r?r:e.name),option:null!==(i=null===(a=e.searchable)||void 0===a?void 0:a.label)&&void 0!==i?i:e.label,value:e.enableSearch,badge:{offset:[-10,5],visibleOn:"".concat(e.toggable&&!e.toggled&&e.enableSearch)},onChange:function(t){e.setEnableSearch(t),n.setSearchFormExpanded(!0)}}}))},{type:"submit",label:c("search"),level:"primary",className:"w-18"},{type:"reset",label:c("reset"),className:"w-18"},m?{children:function(){return i.createElement("a",{className:l("Table-SFToggler",n.searchFormExpanded?"is-expanded":""),onClick:n.toggleSearchFormExpanded},c(n.searchFormExpanded?"collapse":"expand"),i.createElement("span",{className:l("Table-SFToggler-arrow")},i.createElement(p.JO,{icon:"right-arrow-bold",className:"icon"})))}}:null].filter((function(e){return e}))},{key:"searchable-form",panelClassName:l("Table-searchableForm"),actionsClassName:l("Table-searchableForm-footer"),onReset:r,onSubmit:o,onInit:s,formStore:void 0})},t.prototype.renderHeading=function(){var e=this.props,t=e.title,n=e.store,r=e.hideQuickSaveBtn,a=e.data,o=e.classnames,s=e.saveImmediately,l=e.headingClassName,c=e.quickSaveApi,d=e.translate,h=e.columns,f=!1;if(1===n.modifiedRows.length){var m=(null==h?void 0:h.map((function(e){var t;return(null===(t=null==e?void 0:e.quickEdit)||void 0===t?void 0:t.saveImmediately)?null==e?void 0:e.name:""})).filter((function(e){return e})))||[],v=n.modifiedRows[0],g=(0,u.e50)(v.data,v.pristine);P()(m,Object.keys(g)).length&&(f=!0)}return t||c&&!s&&!f&&n.modified&&!r||n.moved?i.createElement("div",{className:o("Table-heading",l),key:"heading"},s||!n.modified||r||f?n.moved?i.createElement("span",null,d("Table.moved",{moved:n.moved}),i.createElement("button",{type:"button",className:o("Button Button--xs Button--success m-l-sm"),onClick:this.handleSaveOrder},i.createElement(p.JO,{icon:"check",className:"icon m-r-xs"}),d("Form.submit")),i.createElement("button",{type:"button",className:o("Button Button--xs Button--danger m-l-sm"),onClick:this.reset},i.createElement(p.JO,{icon:"close",className:"icon m-r-xs"}),d("Table.discard"))):t?(0,u.hXT)(t,a):"":i.createElement("span",null,d("Table.modified",{modified:n.modified}),i.createElement("button",{type:"button",className:o("Button Button--size-xs Button--success m-l-sm"),onClick:this.handleSave},i.createElement(p.JO,{icon:"check",className:"icon m-r-xs"}),d("Form.submit")),i.createElement("button",{type:"button",className:o("Button Button--size-xs Button--danger m-l-sm"),onClick:this.reset},i.createElement(p.JO,{icon:"close",className:"icon m-r-xs"}),d("Table.discard")))):null},t.prototype.renderHeadCell=function(e,t){var n=this,r=this.props,o=r.store,s=r.query,l=r.onQuery,c=r.multiple,d=r.env,h=r.render,f=r.classPrefix,m=r.resizable,v=r.classnames,g=r.autoGenerateFilter,y=r.dispatchEvent,b=r.data;if("__checkme"===e.type)return i.createElement("th",(0,a.pi)({},t,{className:v(e.pristine.className)}),o.rows.length&&c?i.createElement(p.XZ,{classPrefix:f,partial:o.someChecked&&!o.allChecked,checked:o.someChecked,disabled:o.isSelectionThresholdReached,onChange:this.handleCheckAll}):" ");if("__dragme"===e.type)return i.createElement("th",(0,a.pi)({},t,{className:v(e.pristine.className)}));if("__expandme"===e.type)return i.createElement("th",(0,a.pi)({},t,{className:v(e.pristine.className)}),o.footable&&(!1===o.footable.expandAll||o.footable.accordion)||o.expandConfig&&(!1===o.expandConfig.expandAll||o.expandConfig.accordion)?null:i.createElement("a",{className:v("Table-expandBtn",o.allExpanded?"is-active":""),onClick:o.toggleExpandAll},i.createElement(p.JO,{icon:"right-arrow-bold",className:"icon"})));var C=[];e.searchable&&e.name&&!g&&C.push(i.createElement(_,(0,a.pi)({key:"table-head-search"},this.props,{onQuery:l,name:e.name,searchable:e.searchable,sortable:!1,type:e.type,data:s,orderBy:o.orderBy,orderDir:o.orderDir,popOverContainer:this.getPopOverContainer}))),e.sortable&&e.name&&C.push(i.createElement("span",{key:"table-head-sort",className:v("TableCell-sortBtn"),onClick:function(){return(0,a.mG)(n,void 0,void 0,(function(){var t,n,r,i;return(0,a.Jh)(this,(function(a){switch(a.label){case 0:return t="",n="",e.name===o.orderBy?"desc"!==o.orderDir&&(t=e.name,n="desc"):t=e.name,r=n?"desc":"asc",[4,y("columnSort",(0,u.nW9)(b,{orderBy:t,orderDir:r}))];case 1:return(null==(i=a.sent())?void 0:i.prevented)||(o.setOrderByInfo(t,r),l&&l({orderBy:o.orderBy,orderDir:o.orderDir})),[2]}}))}))}},i.createElement("i",{className:v("TableCell-sortBtn--down",o.orderBy===e.name&&"desc"===o.orderDir?"is-active":"")},i.createElement(p.JO,{icon:"sort-desc",className:"icon"})),i.createElement("i",{className:v("TableCell-sortBtn--up",o.orderBy===e.name&&"asc"===o.orderDir?"is-active":"")},i.createElement(p.JO,{icon:"sort-asc",className:"icon"})),i.createElement("i",{className:v("TableCell-sortBtn--default",o.orderBy===e.name?"":"is-active")},i.createElement(p.JO,{icon:"sort-default",className:"icon"})))),!e.searchable&&e.filterable&&e.name&&C.push(i.createElement(w,(0,a.pi)({key:"table-head-filter"},this.props,{onQuery:l,name:e.name,type:e.type,data:s,filterable:e.filterable,popOverContainer:this.getPopOverContainer}))),e.pristine.width&&(t.style=t.style||{},t.style.width=e.pristine.width),e.pristine.align&&(t.style=t.style||{},t.style.textAlign=e.pristine.align);var E=i.createElement("div",{className:v("Table-content-colDragLine"),key:"resize-".concat(e.index),onMouseDown:this.handleColResizeMouseDown});return i.createElement("th",(0,a.pi)({},t,{className:v(t?t.className:"",{"TableCell--sortable":e.sortable,"TableCell--searchable":e.searchable,"TableCell--filterable":e.filterable,"Table-operationCell":"operation"===e.type})}),i.createElement("div",{className:v("".concat(f,"TableCell--title"),e.pristine.className,e.pristine.labelClassName),style:t.style},e.label?h("tpl",e.label):null,e.remark?h("remark",{type:"remark",tooltip:e.remark,container:d&&d.getModalContainer?d.getModalContainer:void 0}):null),C,!1===m?null:E)},t.prototype.renderCell=function(e,t,n,r,o){void 0===o&&(o=!1);var s=this.props,l=s.render,c=s.store,d=s.multiple,h=s.classPrefix,f=s.classnames,m=s.checkOnItemClick,v=s.popOverContainer,g=s.canAccessSuperData,y=s.itemBadge;if(t.name&&0===n.rowSpans[t.name])return null;if("__checkme"===t.type)return i.createElement("td",{key:r.key,className:f(t.pristine.className)},i.createElement(p.XZ,{classPrefix:h,type:d?"checkbox":"radio",checked:n.checked,disabled:n.checkdisable||!n.checkable,onChange:m?u.ZTd:this.handleCheck.bind(this,n)}));if("__dragme"===t.type)return i.createElement("td",{key:r.key,className:f(t.pristine.className,{"is-dragDisabled":!n.draggable})},n.draggable?i.createElement(p.JO,{icon:"drag",className:"icon"}):null);if("__expandme"===t.type)return i.createElement("td",{key:r.key,className:f(t.pristine.className)},n.depth>2?Array.from({length:n.depth-2}).map((function(e,t){return i.createElement("i",{key:t,className:f("Table-divider-"+(t+1))})})):null,n.expandable?i.createElement("a",{className:f("Table-expandBtn",n.expanded?"is-active":""),onClick:n.toggleExpanded},i.createElement(p.JO,{icon:"right-arrow-bold",className:"icon"})):null);var b=null;!o&&t.isPrimary&&c.isNested&&c.draggable&&n.draggable&&(b=i.createElement("a",{draggable:!0,onDragStart:this.handleDragStart,className:f("Table-dragBtn")},i.createElement(p.JO,{icon:"drag",className:"icon"})));var w=(0,a.pi)((0,a.pi)({},r),{loading:"operation"!==t.type&&r.loading,btnDisabled:c.dragging,data:n.locals,value:t.name?(0,u.H_J)(t.name,g?n.locals:n.data):t.value,popOverContainer:v||this.getPopOverContainer,rowSpan:n.rowSpans[t.name],quickEditFormRef:this.subFormRef,cellPrefix:b,onImageEnlarge:this.handleImageEnlarge,canAccessSuperData:g,row:n,itemBadge:y,showBadge:!r.isHead&&y&&c.firstToggledColumnIndex===r.colIndex});return delete w.label,l(e,(0,a.pi)((0,a.pi)({},t.pristine),{column:t.pristine,type:"cell"}),w)},t.prototype.renderAffixHeader=function(e){var t=this,n=this.props,r=n.store,a=n.affixHeader,o=n.render,s=n.classnames,l=r.filteredColumns.every((function(e){return!e.label})),u=r.columnGroup;return a?i.createElement(i.Fragment,null,i.createElement("div",{className:s("Table-fixedTop",{"is-fakeHide":l})},this.renderHeader(!1),this.renderHeading(),i.createElement("div",{className:s("Table-fixedLeft")},r.leftFixedColumns.length?this.renderFixedColumns(r.rows,r.leftFixedColumns,!0,e):null),i.createElement("div",{className:s("Table-fixedRight")},r.rightFixedColumns.length?this.renderFixedColumns(r.rows,r.rightFixedColumns,!0,e):null),i.createElement("div",{className:s("Table-wrapper")},i.createElement("table",{ref:this.affixedTableRef,className:e},i.createElement("colgroup",null,r.filteredColumns.map((function(e){return i.createElement("col",{key:e.index,"data-index":e.index})}))),i.createElement("thead",null,u.length?i.createElement("tr",null,u.map((function(e,t){return i.createElement("th",{key:t,"data-index":e.index,colSpan:e.colSpan,rowSpan:e.rowSpan},e.label?o("tpl",e.label):null)}))):null,i.createElement("tr",null,r.filteredColumns.map((function(e){var n;return 2===(null===(n=u.find((function(t){return~t.has.indexOf(e)})))||void 0===n?void 0:n.rowSpan)?null:t.renderHeadCell(e,{key:e.index,"data-index":e.index})}))))))),i.createElement("div",{className:s("Table-fixedTop-shadow")})):null},t.prototype.renderFixedColumns=function(e,t,n,r){var a=this;void 0===n&&(n=!1),void 0===r&&(r="");var o=this.props;o.placeholder;var s=o.store,l=o.classnames,u=o.render,c=o.data,d=o.translate,p=o.locale,h=o.checkOnItemClick,f=o.buildItemProps,m=o.rowClassNameExpr,v=o.rowClassName,g=o.itemAction,y=o.dispatchEvent,b=o.onEvent,w=s.filteredColumns.every((function(e){return!e.label})),_=s.columnGroup;return i.createElement("table",{className:l("Table-table",r,{"Table-table--withCombine":s.combineNum>0})},i.createElement("thead",null,_.length?i.createElement("tr",null,_.map((function(e,n){var r=t.filter((function(t){return~e.has.indexOf(t)}));return r.length?i.createElement("th",{key:n,"data-index":e.index,colSpan:r.length,rowSpan:e.rowSpan},e.label):null}))):null,i.createElement("tr",{className:w?"fake-hide":""},t.map((function(e){var t;return 2===(null===(t=_.find((function(t){return~t.has.indexOf(e)})))||void 0===t?void 0:t.rowSpan)?null:a.renderHeadCell(e,{key:e.index,"data-index":e.index})})))),n?null:e.length?i.createElement(k,{tableClassName:l(r,{"Table-table--withCombine":s.combineNum>0}),itemAction:g,classnames:l,render:u,renderCell:this.renderCell,onCheck:this.handleCheck,onQuickChange:s.dragging?void 0:this.handleQuickChange,footable:s.footable,ignoreFootableContent:!0,footableColumns:s.footableColumns,checkOnItemClick:h,buildItemProps:f,onAction:this.handleAction,rowClassNameExpr:m,rowClassName:v,columns:t,rows:e,locale:p,translate:d,rowsProps:{regionPrefix:"fixed/",renderCell:function(e,t,n,r){return a.renderCell(e,t,n,r,!0)},data:c,dispatchEvent:y,onEvent:b}}):i.createElement("tbody",null,i.createElement("tr",{className:l("Table-placeholder")},i.createElement("td",{colSpan:t.length}))))},t.prototype.renderToolbar=function(e){var t=e.type||e;return"columns-toggler"===t?(this.renderedToolbars.push(t),this.renderColumnsToggler(e)):"drag-toggler"===t?(this.renderedToolbars.push(t),this.renderDragToggler()):"export-excel"===t?(this.renderedToolbars.push(t),this.renderExportExcel(e)):void 0},t.prototype.renderColumnsToggler=function(e){var t,n=this,r=this.props;r.className;var o=r.store,s=r.classPrefix,l=r.classnames,c=(0,a._T)(r,["className","store","classPrefix","classnames"]),d=c.translate,h=c.env,f=this.props.render;return o.columnsTogglable?i.createElement(M.Z,(0,a.pi)({},c,(0,u.Kn2)(e)?e:{},{tooltip:(null==e?void 0:e.tooltip)||d("Table.columnsVisibility"),tooltipContainer:h&&h.getModalContainer?h.getModalContainer:void 0,align:null!==(t=null==e?void 0:e.align)&&void 0!==t?t:"left",isActived:o.hasColumnHidden(),classnames:l,classPrefix:s,key:"columns-toggable",size:(null==e?void 0:e.size)||"sm",icon:null==e?void 0:e.icon,label:null==e?void 0:e.label,draggable:null==e?void 0:e.draggable,columns:o.columnsData,activeToggaleColumns:o.activeToggaleColumns,onColumnToggle:this.handleColumnToggle}),o.toggableColumns.length?i.createElement("li",{className:l("ColumnToggler-menuItem"),key:"selectAll",onClick:function(){return(0,a.mG)(n,void 0,void 0,(function(){var e,t,n,r,i;return(0,a.Jh)(this,(function(a){switch(a.label){case 0:return e=this.props,t=e.data,n=e.dispatchEvent,r=!(o.activeToggaleColumns.length===o.toggableColumns.length),[4,n("columnToggled",(0,u.nW9)(t,{columns:r?o.toggableColumns.map((function(e){return e.pristine})):[]}))];case 1:return(null==(i=a.sent())?void 0:i.prevented)||o.toggleAllColumns(),[2]}}))}))}},i.createElement(p.XZ,{size:"sm",classPrefix:s,key:"checkall",checked:!!o.activeToggaleColumns.length,partial:!(!o.activeToggaleColumns.length||o.activeToggaleColumns.length===o.toggableColumns.length)},d("Checkboxes.selectAll"))):null,o.toggableColumns.map((function(e){return i.createElement("li",{className:l("ColumnToggler-menuItem"),key:e.index,onClick:function(){return(0,a.mG)(n,void 0,void 0,(function(){var t,n,r,i,s;return(0,a.Jh)(this,(function(a){switch(a.label){case 0:return t=this.props,n=t.data,r=t.dispatchEvent,i=o.activeToggaleColumns.map((function(e){return e.pristine})),e.toggled?i=i.filter((function(t){return t.name!==e.pristine.name})):i.push(e.pristine),[4,r("columnToggled",(0,u.nW9)(n,{columns:i}))];case 1:return(null==(s=a.sent())?void 0:s.prevented)||e.toggleToggle(),[2]}}))}))}},i.createElement(p.XZ,{size:"sm",classPrefix:s,checked:e.toggled},e.label?f("tpl",e.label):null))}))):null},t.prototype.renderDragToggler=function(){var e=this.props,t=e.store,n=e.env,r=e.draggable,a=e.classPrefix,o=e.translate;return!r||t.isNested?null:i.createElement(p.zx,{disabled:!!t.modified,classPrefix:a,key:"dragging-toggle",tooltip:o("Table.startSort"),tooltipContainer:n&&n.getModalContainer?n.getModalContainer:void 0,size:"sm",active:t.dragging,onClick:function(e){e.preventDefault(),t.toggleDragging(),t.dragging&&t.clear()},iconOnly:!0},i.createElement(p.JO,{icon:"exchange",className:"icon"}))},t.prototype.renderExportExcel=function(e){var t=this,r=this.props,i=r.store;r.env,r.classPrefix,r.classnames;var o=r.translate;r.data;var s=r.render;return i.filteredColumns,s("exportExcel",(0,a.pi)((0,a.pi)({label:o("CRUD.exportExcel")},e),{type:"button"}),{onAction:function(){n.e(4295).then(n.t.bind(n,74295,23)).then((function(r){return(0,a.mG)(t,void 0,void 0,(function(){return(0,a.Jh)(this,(function(t){return function(e,t,r){var i,o,s,l;(0,a.mG)(this,void 0,void 0,(function(){var c,d,p,h,f,m,v,g,y,b,w,_,C,E,k,S,x,M,N,L,P,F,R,j,I,Y,V,H,Z,B,z,W,U,K,J,q,G,$,X,Q,ee,te,ne,re,ae,ie,oe,se,le,ue,ce,de,pe,he,fe,me,ve,ge,ye,be,we,_e,Ce,Ee,ke,Se,xe,Te,Me,Oe,Ne,De,Ae;return(0,a.Jh)(this,(function(Le){switch(Le.label){case 0:return c=t.store,d=t.env,t.classnames,p=t.translate,h=t.data,f=c.exportColumns||[],m=[],g="data","object"==typeof r&&r.api?[4,d.fetcher(r.api,h)]:[3,2];case 1:if(!(ce=Le.sent()).data)return d.notify("warning",p("placeholder.noData")),[2];if(Array.isArray(ce.data))m=ce.data;else if(Array.isArray(null===(i=ce.data)||void 0===i?void 0:i.rows))m=ce.data.rows;else if(Array.isArray(null===(o=ce.data)||void 0===o?void 0:o.items))m=ce.data.items;else try{for(y=(0,a.XA)(Object.keys(ce.data)),b=y.next();!b.done;b=y.next())if(w=b.value,ce.data.hasOwnProperty(w)&&Array.isArray(ce.data[w])){m=ce.data[w];break}}catch(e){Se={error:e}}finally{try{b&&!b.done&&(xe=y.return)&&xe.call(y)}finally{if(Se)throw Se.error}}return(v=u.kKk.create((0,T.vM)(c))).initRows(m),m=v.rows,[3,3];case 2:m=c.rows,Le.label=3;case 3:if("object"==typeof r&&r.filename&&(g=(0,u.hXT)(r.filename,h,"| raw")),0===m.length)return d.notify("warning",p("placeholder.noData")),[2];if(_=new e.Workbook,(C=_.addWorksheet("sheet",{properties:{defaultColWidth:15}})).views=[{state:"frozen",xSplit:0,ySplit:1}],E=r.columns,(0,u.SSQ)(E)&&(E=(0,u.OgC)(E,h,"| raw")),r.exportColumns&&Array.isArray(r.exportColumns)){f=r.exportColumns;try{for(k=(0,a.XA)(f),S=k.next();!S.done;S=k.next())(Z=S.value).pristine=Z}catch(e){Te={error:e}}finally{try{S&&!S.done&&(Me=k.return)&&Me.call(k)}finally{if(Te)throw Te.error}}}x=E?f.filter((function(e){var t=E;return!(!e.name||-1===t.indexOf(e.name))})):f,M=x.map((function(e){return e.label})),C.getRow(1).values=M,C.autoFilter={from:{row:1,column:1},to:{row:1,column:M.length}},N={},L=1,Le.label=4;case 4:Le.trys.push([4,28,29,30]),P=(0,a.XA)(m),F=P.next(),Le.label=5;case 5:if(F.done)return[3,27];R=F.value,j=(0,u.nW9)(h,R.data),L+=1,I=C.getRow(L),Y=0,Le.label=6;case 6:Le.trys.push([6,24,25,26]),De=void 0,V=(0,a.XA)(x),H=V.next(),Le.label=7;case 7:if(H.done)return[3,23];if(Z=H.value,Y+=1,B=Z.name,void 0===(z=(0,u.E04)(j,B))&&!Z.pristine.tpl)return[3,22];if(B in R.rowSpans){if(0===R.rowSpans[B])return[3,22];C.mergeCells(L,Y,L+R.rowSpans[B]-1,Y)}if("image"!==(W=Z.type||"plain")&&"static-image"!==W||!z)return[3,13];Le.label=8;case 8:return Le.trys.push([8,11,,12]),[4,(0,u.hz_)(z)];case 9:return U=Le.sent(),[4,(0,u.pzs)(U)];case 10:return K=Le.sent(),J=K.width,q=K.height,G=100,J>q?J>G&&(q=G*q/J,J=G):q>G&&(J=G*J/q,q=G),$=U.match(/data:image\/(.*);/),X="png",$&&(X=$[1]),"png"!=X&&"jpeg"!=X&&"gif"!=X?(I.getCell(Y).value=z,[3,22]):(Q=_.addImage({base64:U,extension:X}),ne=A(z),C.addImage(Q,{tl:{col:Y-1,row:L-1},ext:{width:J,height:q},hyperlinks:{tooltip:ne}}),[3,12]);case 11:return ee=Le.sent(),console.warn(ee),[3,12];case 12:return[3,22];case 13:return"link"!=W&&"static-link"!==W?[3,14]:(te=Z.pristine.href,ne=("string"==typeof te&&te?(0,u.hXT)(te,j,"| raw"):void 0)||z,re=Z.pristine.body,ae="string"==typeof re&&re?(0,u.hXT)(re,j,"| raw"):void 0,ie=A(ne),I.getCell(Y).value={text:ae||ie,hyperlink:ie},[3,22]);case 14:return"mapping"!==W&&"static-mapping"!==W?[3,18]:(oe=Z.pristine.map,(se=Z.pristine.source)?(le=se,(0,u.SSQ)(se)&&(le=(0,u.OgC)(se,j,"| raw")),(ue=JSON.stringify(se))in N?(oe=N[ue],[3,17]):[3,15]):[3,17]);case 15:return[4,d.fetcher(le,j)];case 16:(ce=Le.sent()).data&&(N[ue]=ce.data,oe=ce.data),Le.label=17;case 17:return void 0!==z&&oe&&(null!==(s=oe[z])&&void 0!==s?s:oe["*"])?(de=null!==(l=oe[z])&&void 0!==l?l:!0===z&&oe[1]?oe[1]:!1===z&&oe[0]?oe[0]:oe["*"],I.getCell(Y).value=(0,u.B7F)(de)):I.getCell(Y).value=(0,u.B7F)(z),[3,22];case 18:return"date"!==W&&"static-date"!==W?[3,19]:(de=void 0,pe=Z.pristine,he=pe.fromNow,fe=pe.format,me=void 0===fe?"YYYY-MM-DD":fe,ve=pe.valueFormat,ge=void 0===ve?"X":ve,z&&(ye=D()(z,D().ISO_8601),be=D()(z,ge),de=ye.isValid()?ye.format(me):!!be.isValid()&&be.format(me)),he&&(de=D()(z).fromNow()),de&&(I.getCell(Y).value=de),[3,22]);case 19:return"input-city"!==W?[3,21]:[4,n.e(2835).then(n.bind(n,62835))];case 20:return(we=Le.sent()).default&&z&&z in we.default&&(I.getCell(Y).value=we.default[z]),[3,22];case 21:Z.pristine.tpl?I.getCell(Y).value=(0,u.B7F)((0,u.M0U)((0,u.hXT)(Z.pristine.tpl,j))):I.getCell(Y).value=z,Le.label=22;case 22:return H=V.next(),[3,7];case 23:return[3,26];case 24:return _e=Le.sent(),De={error:_e},[3,26];case 25:try{H&&!H.done&&(Ae=V.return)&&Ae.call(V)}finally{if(De)throw De.error}return[7];case 26:return F=P.next(),[3,5];case 27:return[3,30];case 28:return Ce=Le.sent(),Oe={error:Ce},[3,30];case 29:try{F&&!F.done&&(Ne=P.return)&&Ne.call(P)}finally{if(Oe)throw Oe.error}return[7];case 30:return[4,_.xlsx.writeBuffer()];case 31:return(Ee=Le.sent())&&(ke=new Blob([Ee],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"}),(0,O.saveAs)(ke,g+".xlsx")),[2]}}))}))}(r,this.props,e),[2]}))}))}))}})},t.prototype.renderActions=function(e){var t=this,n=this.props,r=n.actions,o=n.render,s=n.store,l=n.classnames,u=n.data;return r=Array.isArray(r)?r.concat():[],s.toggable&&"header"===e&&!~this.renderedToolbars.indexOf("columns-toggler")&&r.push({type:"button",children:this.renderColumnsToggler()}),s.draggable&&!s.isNested&&"header"===e&&s.rows.length>1&&!~this.renderedToolbars.indexOf("drag-toggler")&&r.push({type:"button",children:this.renderDragToggler()}),Array.isArray(r)&&r.length?i.createElement("div",{className:l("Table-actions")},r.map((function(e,n){return o("action/".concat(n),(0,a.pi)({type:"button"},e),{onAction:t.handleAction,key:n,btnDisabled:s.dragging,data:s.getData(u)})}))):null},t.prototype.renderHeader=function(e){var t=this.props,n=t.header,r=t.headerClassName,o=t.toolbarClassName,s=t.headerToolbarClassName,l=t.headerToolbarRender,u=t.render,c=t.showHeader,d=t.store,p=t.classnames,h=t.data,f=t.translate;if(!1===c)return null;var m={},v=l?l((0,a.pi)((0,a.pi)((0,a.pi)({},this.props),{selectedItems:d.selectedRows.map((function(e){return e.data})),items:d.rows.map((function(e){return e.data})),unSelectedItems:d.unSelectedRows.map((function(e){return e.data}))}),m),this.renderToolbar):null,g=this.renderActions("header"),y=g||v||d.dragging?i.createElement("div",{className:p("Table-toolbar Table-headToolbar",o,s),key:"header-toolbar"},g,v,d.dragging?i.createElement("div",{className:p("Table-dragTip"),ref:this.dragTipRef},f("Table.dragTip")):null):null,b=!n||Array.isArray(n)&&!n.length?null:i.createElement("div",{className:p("Table-header",r),key:"header"},u("header",n,(0,a.pi)((0,a.pi)({},!1===e?m:null),{data:d.getData(h)})));return b&&y?[b,y]:b||y||null},t.prototype.renderFooter=function(){var e=this.props,t=e.footer,n=e.toolbarClassName,r=e.footerToolbarClassName,o=e.footerClassName,s=e.footerToolbarRender,l=e.render,u=e.showFooter,c=e.store,d=e.data,p=e.classnames;if(!1===u)return null;var h=s?s((0,a.pi)((0,a.pi)({},this.props),{selectedItems:c.selectedRows.map((function(e){return e.data})),items:c.rows.map((function(e){return e.data}))}),this.renderToolbar):null,f=this.renderActions("footer"),m=f||h?i.createElement("div",{className:p("Table-toolbar Table-footToolbar",n,r),key:"footer-toolbar"},f,h):null,v=!t||Array.isArray(t)&&!t.length?null:i.createElement("div",{className:p("Table-footer",o),key:"footer"},l("footer",t,{data:c.getData(d)}));return v&&m?[m,v]:v||m||null},t.prototype.renderTableContent=function(){var e=this.props,t=e.classnames,n=e.tableClassName,r=e.store,a=e.placeholder,o=e.render,s=e.checkOnItemClick,l=e.buildItemProps,u=e.rowClassNameExpr,c=e.rowClassName,d=e.prefixRow,h=e.locale,f=e.affixRow,m=e.tableContentClassName,v=e.translate,g=e.itemAction;e.affixRowClassNameExpr;var y=e.affixRowClassName;e.prefixRowClassNameExpr;var b=e.prefixRowClassName;e.autoFillHeight;var w=e.itemActions,_=e.dispatchEvent,C=e.onEvent,E=e.loading,k=void 0!==E&&E,S=e.loadingConfig;return r.rows.length,i.createElement(i.Fragment,null,x.renderItemActions({store:r,classnames:t,render:o,itemActions:w}),i.createElement(x,{tableClassName:t({"Table-table--checkOnItemClick":s,"Table-table--withCombine":r.combineNum>0},n),className:m,itemActions:w,itemAction:g,store:r,classnames:t,columns:r.filteredColumns,columnsGroup:r.columnGroup,rows:r.rows,placeholder:a,render:o,onMouseMove:this.handleMouseMove,onScroll:this.handleOutterScroll,tableRef:this.tableRef,renderHeadCell:this.renderHeadCell,renderCell:this.renderCell,onCheck:this.handleCheck,onQuickChange:r.dragging?void 0:this.handleQuickChange,footable:r.footable,footableColumns:r.footableColumns,checkOnItemClick:s,buildItemProps:l,onAction:this.handleAction,rowClassNameExpr:u,rowClassName:c,data:r.data,prefixRow:d,affixRow:f,prefixRowClassName:b,affixRowClassName:y,locale:h,translate:v,dispatchEvent:_,onEvent:C,loading:k}),i.createElement(p.$j,{loadingConfig:S,overlay:!0,show:k}))},t.prototype.doAction=function(e,t,n){var r=this.props,a=r.store,i=r.valueField,o=r.data;switch(null==e?void 0:e.actionType){case"selectAll":a.clear(),a.toggleAll();break;case"clearAll":a.clear();break;case"select":var s=a.getData(o),l=[];s.items.forEach((function(e,n){(0,u.fz_)(null==t?void 0:t.selected,{record:e,rowIndex:n})&&l.push(e)})),a.updateSelected(l,i);break;case"initDrag":a.stopDragging(),a.toggleDragging();break;default:this.handleAction(void 0,e,o)}},t.prototype.render=function(){var e=this.props,t=e.className,n=e.style,r=e.store,a=e.classnames,o=e.affixColumns,s=e.autoFillHeight,l=e.autoGenerateFilter;this.renderedToolbars=[];var u=this.renderHeading(),c=this.renderHeader(),d=this.renderFooter(),p=a("Table-table",this.props.tableClassName,{"Table-table--withCombine":r.combineNum>0});return i.createElement("div",{className:a("Table",t,{"Table--unsaved":!!r.modified||!!r.moved,"Table--autoFillHeight":s}),style:n},l?this.renderAutoFilterForm():null,c,u,i.createElement("div",{className:a("Table-contentWrap"),onMouseLeave:this.handleMouseLeave},i.createElement("div",{className:a("Table-fixedLeft",{"Table-fixedLeft--autoFillHeight":s}),onMouseMove:this.handleMouseMove,onScroll:this.handleFixedColumnsScroll},!1!==o&&r.leftFixedColumns.length?this.renderFixedColumns(r.rows,r.leftFixedColumns,!1,p):null),i.createElement("div",{className:a("Table-fixedRight",{"Table-fixedLeft--autoFillHeight":s}),onMouseMove:this.handleMouseMove,onScroll:this.handleFixedColumnsScroll},!1!==o&&r.rightFixedColumns.length?this.renderFixedColumns(r.rows,r.rightFixedColumns,!1,p):null),this.renderTableContent()),this.renderAffixHeader(p),d)},t.contextType=u.ZHe,t.propsList=["header","headerToolbarRender","footer","footerToolbarRender","footable","expandConfig","placeholder","tableClassName","headingClassName","source","selectable","columnsTogglable","affixHeader","affixColumns","headerClassName","footerClassName","selected","multiple","primaryField","hideQuickSaveBtn","itemCheckableOn","itemDraggableOn","checkOnItemClick","hideCheckToggler","itemAction","itemActions","combineNum","combineFromIndex","items","columns","valueField","saveImmediately","rowClassName","rowClassNameExpr","affixRowClassNameExpr","prefixRowClassNameExpr","popOverContainer","headerToolbarClassName","toolbarClassName","footerToolbarClassName","itemBadge","autoFillHeight","onSelect","keepItemSelectionOnPageChange","maxKeepItemSelectionLength","autoGenerateFilter"],t.defaultProps={className:"",placeholder:"placeholder.noData",tableClassName:"",source:"$items",selectable:!1,columnsTogglable:"auto",affixHeader:!0,headerClassName:"",footerClassName:"",toolbarClassName:"",headerToolbarClassName:"",footerToolbarClassName:"",primaryField:"id",itemCheckableOn:"",itemDraggableOn:"",hideCheckToggler:!1,canAccessSuperData:!1,resizable:!0},(0,a.gn)([u.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[Object]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleFixedColumnsScroll",null),(0,a.gn)([u.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[Object]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleDragStart",null),(0,a.gn)([u.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[Object]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleDragOver",null),(0,a.gn)([u.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[]),(0,a.w6)("design:returntype",Promise)],t.prototype,"handleDrop",null),(0,a.gn)([u.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleDragEnd",null),(0,a.gn)([u.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[Object,Object]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleImageEnlarge",null),(0,a.gn)([u.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[Object]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleColResizeMouseDown",null),(0,a.gn)([u.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[MouseEvent]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleColResizeMouseMove",null),(0,a.gn)([u.NjZ,(0,a.w6)("design:type",Function),(0,a.w6)("design:paramtypes",[MouseEvent]),(0,a.w6)("design:returntype",void 0)],t.prototype,"handleColResizeMouseUp",null),t}(i.Component))},4153:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(13311),s=n.n(o),l=n(30998),u=n.n(l),c=n(23034);!function(e){function t(t,n){var r=e.call(this,t)||this;return n.registerComponent(r),r}(0,r.ZT)(t,e),t.prototype.componentWillUnmount=function(){var t;null===(t=e.prototype.componentWillUnmount)||void 0===t||t.call(this),this.context.unRegisterComponent(this)},t.contextType=i.ZHe,t=(0,r.gn)([(0,i.Thl)({type:"tabs"}),(0,r.w6)("design:paramtypes",[Object,Object])],t)}(function(e){function t(t){var n=e.call(this,t)||this;n.newTabDefaultId=3;var a=t.location||window.location,o=t.tabs,l=t.source,u=t.data,c=0;if(void 0!==t.activeKey)c=t.activeKey;else if(a&&Array.isArray(o)){var d=a.hash.substring(1),p=s()(o,(function(e){return e.hash===d}));p?c=p.hash:void 0!==t.defaultKey?c="string"==typeof t.defaultKey?(0,i.OgC)(t.defaultKey,t.data):t.defaultKey:t.defaultActiveKey&&(c=(0,i.OgC)(t.defaultActiveKey,t.data)),c=c||o[0]&&o[0].hash||0}var h=(0,r.CR)(n.initTabArray(o,l,u),2),f=h[0],m=h[1];return n.state={prevKey:void 0,activeKey:n.activeKey=c,localTabs:f,isFromSource:m},n}return(0,r.ZT)(t,e),t.prototype.initTabArray=function(e,t,n){if(!e)return[[],!1];var a=(0,i.OgC)(t,n,"| raw");if(!Array.isArray(a))return[e,!1];e=Array.isArray(e)?e:[e];var o=[];return a.forEach((function(t,a){var s=(0,i.nW9)(n,(0,i.Kn2)(t)?(0,r.pi)({index:a},t):{item:t,index:a});o.push.apply(o,(0,r.ev)([],(0,r.CR)(e.map((function(e){return(0,r.pi)((0,r.pi)({},e),{ctx:s})}))),!1))})),[o,!0]},t.prototype.componentDidMount=function(){var e,t;this.autoJumpToNeighbour(this.activeKey);var n=this.props,r=n.name,a=n.value,o=n.onChange,s=n.source;n.tabs;var l=n.data,u=this.state.localTabs;if(r&&"function"==typeof o&&!s)if((a=null!=a?a:(0,i.E04)(l,r))&&Array.isArray(u)){var c=this.resolveKeyByValue(a);void 0!==c&&this.handleSelect(c)}else{var d=this.resolveTabByKey(this.activeKey);d&&a!==(null!==(e=d.value)&&void 0!==e?e:d.title)&&o(null!==(t=d.value)&&void 0!==t?t:d.title,r)}},t.prototype.componentDidUpdate=function(e,t){var n,a,o,l=this.props,u=this.state.localTabs,c=(0,i.OgC)(e.defaultActiveKey,e.data),d=(0,i.OgC)(l.defaultActiveKey,l.data);if((0,i.RjM)({tabs:l.tabs,source:(0,i.OgC)(l.source,l.data,"| raw")},{tabs:e.tabs,source:(0,i.OgC)(e.source,e.data,"| raw")},!1)){var p=(0,r.CR)(this.initTabArray(l.tabs,l.source,l.data),2),h=p[0],f=p[1];this.setState({localTabs:h,isFromSource:f}),u=h}if(l.location&&e.location&&l.location.hash!==e.location.hash){var m=l.location.hash.substring(1);if(!m)return;(y=s()(u,(function(e){return e.hash===m})))&&y.hash&&y.hash!==this.state.activeKey&&this.setState({activeKey:this.activeKey=y.hash,prevKey:this.state.activeKey})}else if(Array.isArray(u)&&Array.isArray(t.localTabs)&&JSON.stringify(u.map((function(e){return e.hash})))!==JSON.stringify(t.localTabs.map((function(e){return e.hash})))){var v=this.state.activeKey,g=l.location,y=null;if(g&&Array.isArray(u)){var b=g.hash.substring(1);y=s()(u,(function(e){return e.hash===b}))}y?v=y.hash:u&&u.some((function(e,t){return e.hash?e.hash===v:t===v}))||(v=u&&u[0]&&u[0].hash||0),this.setState({prevKey:void 0,activeKey:this.activeKey=v})}else if(c!==d){if(null==d)return;var w=null;(y=s()(u,(function(e){return e.hash===d})))?w=y.hash:"number"==typeof d&&u[d]&&(w=d),null!==w&&this.setState({prevKey:c,activeKey:this.activeKey=w})}this.autoJumpToNeighbour(this.activeKey);var _,C=this.props,E=C.name,k=C.value,S=C.onChange,x=C.source,T=C.data;E&&"function"==typeof S&&!x&&((k=null!=k?k:(0,i.E04)(T,E))!==(null!==(n=e.value)&&void 0!==n?n:(0,i.E04)(e.data,e.name))&&void 0!==(_=this.resolveKeyByValue(k))&&_!==this.activeKey?this.handleSelect(_):this.activeKey!==t.activeKey&&(y=this.resolveTabByKey(this.activeKey))&&k!==(null!==(a=y.value)&&void 0!==a?a:y.title)&&S(null!==(o=y.value)&&void 0!==o?o:y.title,E))},t.prototype.resolveTabByKey=function(e){var t=this.state.localTabs;if(Array.isArray(t))return s()(t,(function(t,n){return t.hash?t.hash===e:n===e}))},t.prototype.resolveKeyByValue=function(e){var t=this.state.localTabs;if(Array.isArray(t)){var n=s()(t,(function(t){var n;return(null!==(n=t.value)&&void 0!==n?n:t.title)===e}));return n&&n.hash?n.hash:t.indexOf(n)}},t.prototype.autoJumpToNeighbour=function(e){var t=this.props;t.tabs;var n=t.data,r=this.state.localTabs;if(Array.isArray(r)){var a=u()(r,(function(t,n){return t.hash?t.hash===e:n===e}));if(r[a]&&!(0,i.pn4)(r[a],this.props.data))for(var o=r.length,s=a-1+o,l=o-1;l--;){var c=s--%o;if((0,i.pn4)(r[c],n)){var d=r[c].hash||c;this.setState({activeKey:this.activeKey=d});break}}}},t.prototype.handleAdd=function(){var e=this,t=this.state.localTabs.concat();t.push({title:"tab".concat(this.newTabDefaultId++),body:"tab"}),this.setState({localTabs:t},(function(){e.switchTo(e.state.localTabs.length-1)}))},t.prototype.handleClose=function(e,t){var n=this.state.localTabs.concat();n.splice(e,1),this.setState({localTabs:n})},t.prototype.handleEdit=function(e,t){var n=this.state.localTabs.concat();n[e].title=t,this.setState({localTabs:n})},t.prototype.handleDragChange=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a=this;return(0,r.Jh)(this,(function(r){return t=this.resolveTabByKey(this.activeKey),(n=this.state.localTabs.concat()).splice(e.newIndex,0,n.splice(e.oldIndex,1)[0]),this.setState({localTabs:n},(function(){if(t){var e=n.indexOf(t);a.switchTo(e)}})),[2]}))}))},t.prototype.handleSelect=function(e){var t;return(0,r.mG)(this,void 0,void 0,(function(){var n,a,o,s,l,u,c,d,p;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return n=this.props,a=n.dispatchEvent,n.data,o=n.env,s=n.onSelect,l=n.id,u=this.state.localTabs,null===(t=o.tracker)||void 0===t||t.call(o,{eventType:"tabChange",eventData:{id:l,key:e}}),c=null==u?void 0:u.find((function(t,n){return e===(t.hash?t.hash:n)})),[4,a("change",(0,i.vXk)(this.props,{value:(null==c?void 0:c.hash)?null==c?void 0:c.hash:e+1},"value"))];case 1:return(null==(d=r.sent())?void 0:d.prevented)||("string"==typeof e&&o?o.updateLocation("#".concat(e)):"string"==typeof this.state.activeKey&&o&&o.updateLocation("#"),this.setState({activeKey:this.activeKey=e,prevKey:this.state.activeKey}),"string"==typeof s?(p=(0,i.S0D)(s,"key","props"))&&p(e,this.props):"function"==typeof s&&s(e,this.props)),[2]}}))}))},t.prototype.doAction=function(e,t){var n=null==e?void 0:e.actionType,r=null==t?void 0:t.activeKey;"string"!=typeof(null==t?void 0:t.activeKey)&&r--,"changeActiveKey"===n&&this.handleSelect(r)},t.prototype.switchTo=function(e){var t=this.state.localTabs;Array.isArray(t)&&t[e]&&this.setState({activeKey:this.activeKey=t[e].hash||e})},t.prototype.currentIndex=function(){var e=this,t=this.state.localTabs;return Array.isArray(t)?u()(t,(function(t,n){return t.hash?t.hash===e.state.activeKey:n===e.state.activeKey})):-1},t.prototype.renderToolbar=function(){var e=this.props,t=e.toolbar,n=e.render,r=e.classnames,i=e.toolbarClassName;return t?a.createElement("div",{className:r("Tabs-toolbar",i)},n("toolbar",t)):null},t.prototype.renderTabs=function(){var e=this,t=this.props,n=t.classnames,o=t.classPrefix,s=t.contentClassName,l=t.linksClassName,u=t.tabRender,d=t.className,p=t.style,h=t.render,f=t.data,m=t.mode,v=t.tabsMode,g=t.unmountOnExit;t.source;var y=t.formStore,b=t.formMode,w=t.formHorizontal,_=t.subFormMode,C=t.subFormHorizontal,E=t.addable,k=t.closable,S=t.draggable,x=t.showTip,T=t.showTipClassName,M=t.editable,O=t.sidePosition,N=t.translate,D=t.addBtnText,A=t.collapseOnExceed,L=t.collapseBtnLabel,P=t.disabled,F=v||m,R=this.props.mountOnEnter;y&&(R=!1);var j,I=this.state,Y=I.localTabs;return j=I.isFromSource?Y.map((function(e,t){return(0,i.pn4)(e,e.ctx)?a.createElement(c.OK,(0,r.pi)({},e,{title:(0,i.hXT)(e.title,e.ctx),disabled:P||(0,i.pKY)(e,e.ctx),key:t,eventKey:t,mountOnEnter:R,unmountOnExit:"boolean"==typeof e.reload?e.reload:"boolean"==typeof e.unmountOnExit?e.unmountOnExit:g}),h("item/".concat(t),(null==e?void 0:e.type)?e:e.tab||e.body,{disabled:P,data:e.ctx,formMode:e.mode||_||b,formHorizontal:e.horizontal||C||w})):null})):Y.map((function(t,n){return(0,i.pn4)(t,f)?a.createElement(c.OK,(0,r.pi)({},t,{title:(0,i.hXT)(t.title,f),disabled:P||(0,i.pKY)(t,f),key:n,eventKey:t.hash||n,mountOnEnter:R,unmountOnExit:"boolean"==typeof t.reload?t.reload:"boolean"==typeof t.unmountOnExit?t.unmountOnExit:g}),e.renderTab?e.renderTab(t,e.props,n):u?u(t,e.props,n):h("tab/".concat(n),(null==t?void 0:t.type)?t:t.tab||t.body,{disabled:P,formMode:t.mode||_||b,formHorizontal:t.horizontal||C||w})):null})),a.createElement(c.mQ,{addBtnText:N(D||"add"),classPrefix:o,classnames:n,mode:F,closable:k,className:d,style:p,contentClassName:s,linksClassName:l,onSelect:this.handleSelect,activeKey:this.state.activeKey,toolbar:this.renderToolbar(),addable:E,onAdd:this.handleAdd,onClose:this.handleClose,draggable:S,onDragChange:this.handleDragChange,showTip:x,showTipClassName:T,editable:M,onEdit:this.handleEdit,sidePosition:O,collapseOnExceed:A,collapseBtnLabel:L},j)},t.prototype.render=function(){return this.renderTabs()},t.defaultProps={className:"",mode:"",mountOnEnter:!0,unmountOnExit:!1},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Array,String,Object]),(0,r.w6)("design:returntype",Array)],t.prototype,"initTabArray",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"autoJumpToNeighbour",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleAdd",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number,Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClose",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number,String]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleEdit",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleDragChange",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",Promise)],t.prototype,"handleSelect",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Number]),(0,r.w6)("design:returntype",void 0)],t.prototype,"switchTo",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",Number)],t.prototype,"currentIndex",null),t}(a.Component))},51629:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.handleClick=function(e){var t=this.props,n=t.dispatchEvent,r=t.onClick,a=this.getResolvedEventParams(e);n("click",a),null==r||r(a)},t.prototype.handleMouseEnter=function(e){(0,this.props.dispatchEvent)(e,this.getResolvedEventParams(e))},t.prototype.handleMouseLeave=function(e){(0,this.props.dispatchEvent)(e,this.getResolvedEventParams(e))},t.prototype.handleClose=function(e){var t=this.props,n=t.dispatchEvent,r=t.onClose,a=this.getResolvedEventParams(e);n("close",a),null==r||r(a)},t.prototype.render=function(){var e=this.props,t=e.icon,n=e.displayMode,r=e.color,s=e.className,l=e.closable,u=e.data,c=e.style,d=void 0===c?{}:c,p=this.resolveLabel();return(0,i.SSQ)(t)&&(t=(0,i.OgC)(t,u)),(0,i.SSQ)(n)&&(n=(0,i.OgC)(n,u)),(0,i.SSQ)(r)&&(r=(0,i.OgC)(r,u)),a.createElement(o.Xn,{className:s,displayMode:n,color:r,icon:t,closable:l,style:d,onClick:this.handleClick,onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave,onClose:this.handleClose},p)},t.prototype.resolveLabel=function(){var e=this.props,t=e.label,n=e.data;return(0,i.v8S)(this.props)||(t?(0,i.OgC)(t,n,"| raw"):null)},t.prototype.getResolvedEventParams=function(e){var t=this.props.data;return(0,i.nW9)(t,{nativeEvent:e,label:this.resolveLabel()})},t.defaultProps={displayMode:"normal"},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClick",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleMouseEnter",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleMouseLeave",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClose",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"tag"})],t)}(s)},49905:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(7145),s=n.n(o),l=n(23034);!function(e){function t(t,n){var r=e.call(this,t)||this;return n.registerComponent(r),r}(0,r.ZT)(t,e),t.prototype.componentWillUnmount=function(){e.prototype.componentWillUnmount.call(this),this.context.unRegisterComponent(this)},t.contextType=i.ZHe,t=(0,r.gn)([(0,i.Thl)({type:"tasks"}),(0,r.w6)("design:paramtypes",[Object,Object])],t)}(function(e){function t(t){var n=e.call(this,t)||this;return n.state={items:t.items?t.items.concat():[]},n.handleLoaded=n.handleLoaded.bind(n),n.tick=n.tick.bind(n),n}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){this.tick(!!this.props.checkApi)},t.prototype.componentDidUpdate=function(e){var t=this.props;e.items!==t.items?this.setState({items:t.items?t.items.concat():[]}):(0,i.rMT)(e.checkApi,t.checkApi,e.data,t.data)&&this.tick(!0)},t.prototype.componentWillUnmount=function(){clearTimeout(this.timer)},t.prototype.reload=function(){this.tick(!0)},t.prototype.tick=function(e){var t=this;void 0===e&&(e=!1);var n=this.props,r=n.loadingStatusCode,a=n.data,o=n.interval,s=n.checkApi,l=n.env,u=this.state.items;if(clearTimeout(this.timer),e||u.some((function(e){return e.status===r})))return o&&!(0,i.X1t)(s)?l.alert("checkApi 没有设置, 不能及时获取任务状态"):void((0,i.X1t)(s,a)&&l&&l.fetcher(s,a).then(this.handleLoaded).catch((function(e){return t.setState({error:e})})))},t.prototype.handleLoaded=function(e){if(!Array.isArray(e.data))return this.props.env.alert("返回格式不正确, 期望 response.data 为数组, 包含每个 task 的状态信息");this.setState({items:e.data});var t=this.props.interval;clearTimeout(this.timer),this.timer=setTimeout(this.tick,t)},t.prototype.submitTask=function(e,t,n){var a=this;void 0===n&&(n=!1);var o=this.props,l=o.submitApi,u=o.reSubmitApi,c=o.loadingStatusCode,d=o.errorStatusCode,p=o.data,h=o.env;if(!n&&!(0,i.X1t)(l))return h.alert("submitApi 没有配置");if(n&&!(0,i.X1t)(u))return h.alert("reSubmitApi 没有配置");this.setState(s()(this.state,{items:{$splice:[[t,1,(0,r.pi)((0,r.pi)({},e),{status:c})]]}}));var f=n?u:l;(0,i.X1t)(f,p)&&h&&h.fetcher(f,(0,i.nW9)(p,e)).then((function(e){if(e&&e.data)if(Array.isArray(e.data))a.handleLoaded(e);else{f&&f.replaceData;var t=a.state.items.map((function(t){return t.key===e.data.key?(0,r.pi)((0,r.pi)({},f.replaceData?{}:t),e.data):t}));a.handleLoaded((0,r.pi)((0,r.pi)({},e),{data:t}))}else clearTimeout(a.timer),a.timer=setTimeout(a.tick,4)})).catch((function(n){return a.setState(s()(a.state,{items:{$splice:[[t,1,(0,r.pi)((0,r.pi)({},e),{status:d,remark:n.message||n})]]}}))}))},t.prototype.render=function(){var e=this,t=this.props,n=t.classnames,r=t.className,i=t.style,o=t.tableClassName,s=t.taskNameLabel,u=t.operationLabel,c=t.statusLabel,d=t.remarkLabel,p=t.btnText,h=t.retryBtnText,f=t.btnClassName,m=t.retryBtnClassName,v=t.statusLabelMap,g=t.statusTextMap,y=t.readyStatusCode,b=t.loadingStatusCode,w=t.canRetryStatusCode,_=t.translate,C=t.render,E=t.loadingConfig,k=this.state.items,S=this.state.error;return a.createElement("div",{className:n("Table-content",r),style:i},a.createElement("table",{className:n("Table-table",o)},a.createElement("thead",null,a.createElement("tr",null,a.createElement("th",null,s),a.createElement("th",null,_(u)),a.createElement("th",null,c),a.createElement("th",null,d))),a.createElement("tbody",null,S?a.createElement("tr",null,a.createElement("td",{colSpan:4},a.createElement("div",{className:"text-danger"},S))):k.map((function(t,r){return a.createElement("tr",{key:r},a.createElement("td",null,a.createElement("span",{className:n("word-break")},t.label)),a.createElement("td",null,t.status==b?a.createElement(l.$j,{loadingConfig:E,show:!0,icon:"reload",spinnerClassName:n("Task-spinner")}):t.status==w?a.createElement("a",{onClick:function(){return e.submitTask(t,r,!0)},className:n("Button","Button--danger","Button--size-md",m||f)},h||p):a.createElement("a",{onClick:function(){return e.submitTask(t,r)},className:n("Button","Button--default","Button--size-md",f,{disabled:t.status!==y})},p)),a.createElement("td",null,a.createElement("span",{className:n("label",v&&v[t.status||0])},g&&g[t.status||0])),a.createElement("td",null,t.remark?C("".concat(r,"/remark"),t.remark):null))})))))},t.defaultProps={className:"",tableClassName:"",taskNameLabel:"任务名称",operationLabel:"Table.operation",statusLabel:"状态",remarkLabel:"备注说明",btnText:"上线",retryBtnText:"重试",btnClassName:"",retryBtnClassName:"",statusLabelMap:["label-warning","label-info","label-info","label-danger","label-success","label-danger"],statusTextMap:["未开始","就绪","进行中","出错","已完成","出错"],initialStatusCode:0,readyStatusCode:1,loadingStatusCode:2,errorStatusCode:3,finishStatusCode:4,canRetryStatusCode:5,interval:3e3},t}(a.Component))},57372:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034);function s(e){var t=e.items,n=e.mode,s=e.style,l=e.direction,u=e.reverse,c=e.data,d=e.config;e.source;var p=e.render,h=d||t||[],f=null==h?void 0:h.map((function(e){var t,n=e.icon,a=e.iconClassName,o=e.title;return(0,r.pi)((0,r.pi)({},e),{iconClassName:a,icon:(0,i.SSQ)(n)?(0,i.OgC)(n,c,"| raw"):n,title:("title",t=o,"string"==typeof t?(0,i.hXT)(t,c):t&&p("title",t))})}));return a.createElement(o.TY,{items:f,direction:l,reverse:u,mode:n,style:s})}var l=(0,o.it)({adaptor:function(e){return e.items||e}})(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.render=function(){var e=this.props,t=e.config;e.deferLoad,e.loading,e.updateConfig;var n=(0,r._T)(e,["config","deferLoad","loading","updateConfig"]);return a.createElement(s,(0,r.pi)({config:t},n))},t}(a.Component));!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.prototype.render=function(){return a.createElement(l,(0,r.pi)({},this.props))},t=(0,r.gn)([(0,i.Thl)({type:"timeline"})],t)}(a.Component)},94173:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"tooltip-wrapper"})],t)}(function(e){function t(t){return e.call(this,t)||this}return(0,r.ZT)(t,e),t.prototype.renderBody=function(){var e=this.props,t=e.render,n=e.classnames,r=e.body,o=e.className,s=e.wrapperComponent,l=e.inline,u=e.style,c=e.data;e.wrap;var d=s||(l?"span":"div");return a.createElement(d,{className:n("TooltipWrapper",o,{"TooltipWrapper--inline":l}),style:(0,i.uBL)(u,c)},t("body",r))},t.prototype.render=function(){var e=this.props,t=e.classPrefix,n=e.classnames,r=e.tooltipClassName,s=e.tooltipTheme,l=e.container,u=e.placement,c=e.rootClose,d=e.tooltipStyle,p=e.title,h=e.content,f=e.tooltip,m=e.mouseEnterDelay,v=e.mouseLeaveDelay,g=e.trigger,y=e.offset,b=e.showArrow,w=e.disabled,_=e.enterable,C=e.data,E=e.env,k={title:(0,i.hXT)(p,C),content:(0,i.hXT)(h||f,C),style:(0,i.uBL)(d,C),placement:u,trigger:g,rootClose:c,container:void 0!==l?l:E&&E.getModalContainer?E.getModalContainer:void 0,tooltipTheme:s,tooltipClassName:r,mouseEnterDelay:m,mouseLeaveDelay:v,offset:y,showArrow:b,disabled:w,enterable:_};return a.createElement(o.pf,{classPrefix:t,classnames:n,tooltip:k},this.renderBody())},t.defaultProps={placement:"top",trigger:"hover",rootClose:!0,mouseEnterDelay:0,mouseLeaveDelay:200,inline:!1,wrap:!1,tooltipTheme:"light"},t}(a.Component))},72904:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({test:/(^|\/)(?:tpl|html)$/,name:"tpl"}),o.tx],t)}(function(e){function t(t){return e.call(this,t)||this}return(0,r.ZT)(t,e),t.prototype.getContent=function(){var e=this.props,t=e.tpl,n=e.html,r=e.text,a=e.raw,o=e.data,s=e.placeholder,l=(0,i.v8S)(this.props);return a||(n?(0,i.hXT)(n,o):t?(0,i.hXT)(t,o):r?(0,i.Xvb)((0,i.hXT)(r,o)):null==l||""===l?''.concat(s,""):"string"==typeof l?l:JSON.stringify(l))},t.prototype.getTitle=function(e){var t;if(!this.props.showNativeTitle)return"";var n="string"==typeof e?e:"",r=(new DOMParser).parseFromString(this.getContent(),"text/html");return(null===(t=null==r?void 0:r.body)||void 0===t?void 0:t.textContent)&&(n=r.body.textContent),n},t.prototype.handleClick=function(e){var t=this.props,n=t.dispatchEvent,r=t.data;n("click",(0,i.nW9)(r,{nativeEvent:e}))},t.prototype.handleMouseEnter=function(e){var t=this.props,n=t.dispatchEvent,r=t.data;n(e,(0,i.nW9)(r,{nativeEvent:e}))},t.prototype.handleMouseLeave=function(e){var t=this.props,n=t.dispatchEvent,r=t.data;n(e,(0,i.nW9)(r,{nativeEvent:e}))},t.prototype.render=function(){var e=this.props,t=e.className,n=e.wrapperComponent,o=e.inline,s=e.classnames,l=e.style,u=e.showNativeTitle,c=e.data,d=e.env,p=n||(o?"span":"div"),h=this.getContent();return a.createElement(p,(0,r.pi)({className:s("TplField",t),style:(0,i.uBL)(l,c)},u?{title:this.getTitle(h)}:{},{onClick:this.handleClick,onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave}),a.createElement("span",{dangerouslySetInnerHTML:{__html:d.filterHtml(h)}}))},t.defaultProps={inline:!0,placeholder:""},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleClick",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleMouseEnter",null),(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[Object]),(0,r.w6)("design:returntype",void 0)],t.prototype,"handleMouseLeave",null),t}(a.Component))},47063:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(94184),s=n.n(o),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.renderChild=function(e,t){return(0,this.props.render)(e,t)},t.prototype.renderCell=function(e,t){var n=this.props.classPrefix;return a.createElement("div",{className:s()("".concat(n,"Vbox-cell"),e.cellClassName)},this.renderChild("row/".concat(t),e))},t.prototype.render=function(){var e=this,t=this.props,n=t.className,r=t.style,i=t.rows,o=t.classPrefix;return a.createElement("div",{className:s()("".concat(o,"Vbox"),n),style:r},Array.isArray(i)?i.map((function(t,n){return a.createElement("div",{className:s()("row-row",t.rowClassName),key:n},e.renderCell(t,n))})):null)},t.propsList=["rows"],t.defaultProps={},t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"vbox"})],t)}(l)},65586:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(88330),o=n(34594),s=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.loaded=!1,t}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.src,n=e.video,r=e.config,a=e.manager,i=e.isLive,o=e.autoPlay,s=e.actions,l=e.setError;this.initFlv({video:n,manager:a,src:t,isLive:i,config:r,actions:s,setError:l,autoPlay:o})},t.prototype.componentDidUpdate=function(e){var t,n,r=this.props,a=r.autoPlay,i=r.actions,o=r.src,s=r.setError,l=r.isLive,u=r.config,c=r.video,d=r.manager;o!==e.src&&(s(""),null===(t=this.mpegtsPlayer)||void 0===t||t.destroy(),null===(n=this.unsubscribe)||void 0===n||n.call(this),this.loaded=!1,this.initFlv({video:c,manager:d,src:o,isLive:l,config:u,actions:i,setError:s,autoPlay:a}))},t.prototype.componentWillUnmount=function(){var e,t;this.mpegtsPlayer&&(this.mpegtsPlayer.destroy(),null===(t=(e=this.props).setError)||void 0===t||t.call(e,""))},t.prototype.initFlv=function(e){var t=this,r=e.video,a=e.manager,i=e.src,o=e.isLive,s=e.config,l=e.actions,u=e.setError,c=e.autoPlay;n.e(2527).then(n.t.bind(n,82527,23)).then((function(e){r=r||a.video&&a.video.video;var n=e.createPlayer({type:"flv",url:i,isLive:o},s);n.attachMediaElement(r),t.mpegtsPlayer=n,t.unsubscribe=a.subscribeToOperationStateChange((function(e){var r=e.operation.action;"play"===r?(clearTimeout(t.timer),t.loaded||(t.loaded=!0,n.load()),n.play()):"pause"===r&&(n.pause(),o&&(t.timer=setTimeout((function(){l.seek(0),n.unload(),t.loaded=!1}),3e4)))})),n.on(e.Events.RECOVERED_EARLY_EOF,(function(){u("直播已经结束")})),n.on(e.Events.ERROR,(function(){u("视频加载失败"),n.unload()})),c&&setTimeout((function(){return l.play()}),200)}))},t.prototype.render=function(){return a.createElement("source",{src:this.props.src,type:this.props.type||"video/x-flv"})},t}(a.Component),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.loaded=!1,t}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.src,n=e.video;e.config;var r=e.manager;e.isLive;var a=e.autoPlay,i=e.actions;this.initHls({video:n,manager:r,src:t,autoPlay:a,actions:i})},t.prototype.componentWillUnmount=function(){this.hls&&(this.hls.stopLoad(),this.hls.detachMedia())},t.prototype.componentDidUpdate=function(e){var t,n,r,a=this.props,i=a.autoPlay,o=a.actions,s=a.src;a.isLive,a.config;var l=a.video,u=a.manager;s!==e.src&&(null===(t=this.hls)||void 0===t||t.stopLoad(),null===(n=this.hls)||void 0===n||n.detachMedia(),null===(r=this.unsubscribe)||void 0===r||r.call(this),this.loaded=!1,this.initHls({video:l,manager:u,src:s,autoPlay:i,actions:o}))},t.prototype.initHls=function(e){var t=this,r=e.video,a=e.manager,i=e.src,o=e.autoPlay,s=e.actions;n.e(7631).then(n.t.bind(n,67631,23)).then((function(e){var n=e.default;if(n.isSupported()){r=r||a.video&&a.video.video;var l=t.hls=new n({autoStartLoad:!1});l.attachMedia(r),l.loadSource(i),t.unsubscribe=a.subscribeToOperationStateChange((function(e){var n=e.operation.action;"play"===n?(t.loaded||(t.loaded=!0,l.startLoad()),r.play()):"pause"===n&&(r.pause(),l.stopLoad(),t.loaded=!1)})),o&&setTimeout(s.play,200)}}))},t.prototype.render=function(){return a.createElement("source",{src:this.props.src,type:this.props.type||"application/x-mpegURL"})},t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,o.Thl)({type:"video"})],t)}(function(e){function t(t){var n=e.call(this,t)||this;return n.manualJump=!1,n.state={posterInfo:null,videoState:{}},n.frameRef=n.frameRef.bind(n),n.cursorRef=n.cursorRef.bind(n),n.playerRef=n.playerRef.bind(n),n.onImageLoaded=n.onImageLoaded.bind(n),n.onClick=n.onClick.bind(n),n.setError=n.setError.bind(n),n}return(0,r.ZT)(t,e),t.prototype.onImageLoaded=function(e){var t=this,n=new Image;n.onload=function(){t.setState({posterInfo:{width:n.width,height:n.height}}),n=n.onload=null},n.src=e.target.getAttribute("src")},t.prototype.frameRef=function(e){this.frameDom=e},t.prototype.cursorRef=function(e){this.cursorDom=e},t.prototype.playerRef=function(e){var t=this;this.player=e,e&&e.subscribeToStateChange((function(n){if(t.setState({videoState:n}),t.frameDom&&t.times){for(var r=t.props.jumpBufferDuration||0,a=0,i=t.times,o=i.length,s=t.props.stopOnNextFrame;as.width||r.height>s.height)&&(l="Text--danger"),a.createElement("div",{className:"pull-in-xs"},a.createElement("div",{className:i("Hbox")},a.createElement("div",{className:i("Hbox-col")},a.createElement("div",{className:i("Wrapper Wrapper--xs")},a.createElement("img",{onLoad:this.onImageLoaded,className:"w-full",alt:"poster",src:(0,o.hXT)(t,n,"| raw")}),a.createElement("p",{className:"m-t-xs"},"封面"," ",a.createElement("span",{className:l},s.width||"-"," x ",s.height||"-"),l?a.createElement("span",null," ","封面尺寸小于"," ",a.createElement("span",{className:i("Text--danger")},r.width||"-"," x"," ",r.height||"-")):null))),a.createElement("div",{className:i("Hbox-col")},a.createElement("div",{className:i("Wrapper Wrapper--xs")},this.renderPlayer()))))},t.prototype.render=function(){var e=this.props,t=e.splitPoster,n=e.className,r=e.style;e.classPrefix;var i=e.classnames;return a.createElement("div",{className:i("Video",n),onClick:this.onClick,style:r},this.renderFrames(),t?this.renderPosterAndPlayer():this.renderPlayer())},t.defaultProps={columnsCount:8,isLive:!1,jumpFrame:!0,aspectRatio:"auto"},t}(a.Component))},92409:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(66604),s=n.n(o),l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.renderBody=function(){var e=this.props,t=e.body,n=e.render;return t?n("body",t):null},t.prototype.render=function(){var e=this.props,t=e.tag,n=e.props,o=e.data,l=e.style,u=s()(n,(function(e){return"string"==typeof e&&(0,i.OgC)(e,o,"| raw")||e})),c=t||"div";return a.createElement(c,(0,r.pi)({},u,{style:l}),this.renderBody())},t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"web-component"})],t)}(l)},85746:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=n(23034),s=n(73935),l=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.affixDom=a.createRef(),t.footerDom=a.createRef(),t.initalValues={},t.state={currentStep:-1,completeStep:-1},t}return(0,r.ZT)(t,e),t.prototype.componentDidMount=function(){var e=this,t=this.props,n=t.initApi,r=t.initFetch,a=t.initAsyncApi,o=t.initFinishedField,l=t.store,u=t.messages,c=u.fetchSuccess,d=u.fetchFailed;t.onInit,(0,i.X1t)(n,l.data,r)?l.fetchInitData(n,l.data,{successMessage:c,errorMessage:d,onSuccess:function(){if((0,i.X1t)(a,l.data)&&!l.data[o||"finished"])return(0,i.C4_)((function(){return l.checkRemote(a,l.data)}),(function(e){return e&&e[o||"finished"]}),(function(t){return e.asyncCancel=t}))}}).then((function(t){e.handleInitEvent(l.data);var n={currentStep:"string"==typeof e.props.startStep?(0,i.He2)((0,i.wSD)(e.props.startStep,e.props.data),1):1};return t&&t.data&&("number"==typeof t.data.step||"string"==typeof t.data.step&&/^\d+$/.test(t.data.step))&&(n.currentStep=(0,i.He2)(t.data.step,1)),e.setState(n,(function(){t&&t.data&&(t.data.submiting||t.data.submited)&&e.checkSubmit()})),t})):this.setState({currentStep:"string"==typeof this.props.startStep?(0,i.He2)((0,i.wSD)(this.props.startStep,this.props.data),1):1},(function(){return e.handleInitEvent(l.data)}));var p=(0,s.findDOMNode)(this);if(p instanceof Element){var h=p?(0,i.rPZ)(p):null;h&&h!==document.body||(h=window),this.parentNode=h,h.addEventListener("scroll",this.affixDetect),this.unSensor=(0,i.Adl)(p,this.affixDetect),this.affixDetect()}},t.prototype.componentDidUpdate=function(e){var t=this.props,n=t.store,r=t.fetchSuccess,a=t.fetchFailed;(0,i.rMT)(e.initApi,t.initApi,e.data,t.data)&&n.fetchData(t.initApi,n.data,{successMessage:r,errorMessage:a})},t.prototype.componentWillUnmount=function(){this.asyncCancel&&this.asyncCancel();var e=this.parentNode;e&&e.removeEventListener("scroll",this.affixDetect),this.unSensor&&this.unSensor()},t.prototype.dispatchEvent=function(e,t){var n;return(0,r.mG)(this,void 0,void 0,(function(){var a,o,s,l;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return a=this.props,o=a.dispatchEvent,s=a.data,[4,o(e,t?(0,i.nW9)(s,t):s)];case 1:return l=r.sent(),[2,null!==(n=null==l?void 0:l.prevented)&&void 0!==n&&n]}}))}))},t.prototype.handleInitEvent=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t;return(0,r.Jh)(this,(function(n){switch(n.label){case 0:return t=this.props.onInit,[4,this.dispatchEvent("inited",e)];case 1:return n.sent()&&t&&t(e),[2]}}))}))},t.prototype.affixDetect=function(){if(this.props.affixFooter&&this.affixDom.current&&this.footerDom.current){var e=this.affixDom.current,t=this.footerDom.current,n=!1;if(t.offsetWidth&&(e.style.cssText="width: ".concat(t.offsetWidth,"px;")),"always"===this.props.affixFooter)n=!0,t.classList.add("invisible2");else{var r=t.getBoundingClientRect(),a=window.innerHeight;n=r.top+r.height/2>a}n?e.classList.add("in"):e.classList.remove("in")}},t.prototype.gotoStep=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t;return(0,r.Jh)(this,(function(n){switch(n.label){case 0:return t=this.props.steps||[],(e=Math.max(Math.min(t.length,e),1))==this.state.currentStep?[3,2]:[4,this.dispatchEvent("stepChange",{step:e})];case 1:if(n.sent())return[2];this.setState({currentStep:e,completeStep:Math.max(this.state.completeStep,e-1)}),n.label=2;case 2:return[2]}}))}))},t.prototype.formRef=function(e){if(e){for(;e&&e.getWrappedInstance;)e=e.getWrappedInstance();this.form=e}else this.form=void 0},t.prototype.submitToTarget=function(e,t){throw new Error("Please implements this!")},t.prototype.reloadTarget=function(e,t){throw new Error("Please implements this!")},t.prototype.reload=function(e,t,n,r,a){var o=this;if(t)return this.receive(t,void 0,a);var s=this.props,l=s.initApi,u=s.initAsyncApi,c=s.initFinishedField,d=s.store,p=s.messages,h=p.fetchSuccess,f=p.fetchFailed;(0,i.X1t)(l,d.data)&&1===this.state.currentStep&&d.fetchInitData(l,d.data,{successMessage:h,errorMessage:f,onSuccess:function(){if((0,i.X1t)(u,d.data)&&!d.data[c||"finished"])return(0,i.C4_)((function(){return d.checkRemote(u,d.data)}),(function(e){return e&&e[c||"finished"]}),(function(e){return o.asyncCancel=e}))}}).then((function(e){var t={currentStep:1};return e&&e.data&&("number"==typeof e.data.step||"string"==typeof e.data.step&&/^\d+$/.test(e.data.step))&&(t.currentStep=(0,i.He2)(e.data.step,1)),o.setState(t,(function(){e&&e.data&&(e.data.submiting||e.data.submited)&&o.checkSubmit()})),e}))},t.prototype.receive=function(e,t,n){this.props.store.updateData(e,void 0,n),this.reload()},t.prototype.domRef=function(e){this.dom=e},t.prototype.getPopOverContainer=function(){return this.dom},t.prototype.checkSubmit=function(){var e,t=this,n=this.props,r=n.store,a=n.steps,o=n.asyncApi,s=n.finishedField,l=n.env,u=a[this.state.currentStep-1],c=u&&u.asyncApi||this.state.currentStep===a.length&&o;u&&(0,i.X1t)(c,r.data)&&(r.markSaving(!0),r.updateData(((e={})[s||"finished"]=!1,e)),(0,i.C4_)((function(){return r.checkRemote(c,r.data)}),(function(e){return e&&e[s||"finished"]}),(function(e){return t.asyncCancel=e})).then((function(){r.markSaving(!1),t.gotoStep(t.state.currentStep+1)})).catch((function(e){l.notify("error",e.message),r.markSaving(!1)})))},t.prototype.handleAction=function(e,t,n,a,o){var s=this;void 0===a&&(a=!1);var l=this.props,u=l.onAction,c=l.store,d=l.env,p=l.steps;if("next"===t.actionType||"submit"===t.type||"step-submit"===t.actionType)this.form.doAction((0,r.pi)((0,r.pi)({},t),{actionType:"submit"}),n);else if("prev"===t.actionType)this.gotoStep(this.state.currentStep-1);else if("reset"===t.type)this.form.reset();else if("dialog"===t.actionType)c.setCurrentAction(t),c.openDialog(n);else{if("ajax"===t.actionType)return t.api?c.saveRemote(t.api,n,{successMessage:t.messages&&t.messages.success,errorMessage:t.messages&&t.messages.failed}).then((function(){return(0,r.mG)(s,void 0,void 0,(function(){var e,n,a;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return this.form&&this.form.isValidated()&&this.form.validate(!0),(e=t.feedback)&&(0,i.pn4)(e,c.data)?[4,this.openFeedback(e,c.data)]:[3,2];case 1:if(n=r.sent(),e.skipRestOnCancel&&!n)throw new i.dkt;if(e.skipRestOnConfirm&&n)throw new i.dkt;r.label=2;case 2:return(a=t.redirect&&(0,i.hXT)(t.redirect,c.data))&&d.jumpTo(a,t),t.reload&&this.reloadTarget((0,i.hXT)(t.reload,c.data),c.data),[2]}}))}))})).catch((function(e){})):d.alert("当 actionType 为 ajax 时,请设置 api 属性");if("reload"===t.actionType)t.target&&this.reloadTarget((0,i.hXT)(t.target,n),n);else if("goto-step"===t.actionType){var h=n.step;void 0!==h&&h<=p.length&&h>=0&&this.gotoStep(n.step)}else"submit"===t.actionType?this.finalSubmit():u&&u(e,t,n,a,o||this.context)}},t.prototype.handleQuery=function(e){var t,n;this.props.initApi?this.receive(e):null===(n=(t=this.props).onQuery)||void 0===n||n.call(t,e)},t.prototype.openFeedback=function(e,t){var n=this;return new Promise((function(r){var a=n.props.store;a.setCurrentAction({type:"button",actionType:"dialog",dialog:e}),a.openDialog(t,void 0,(function(e){r(e)}))}))},t.prototype.handleChange=function(e){return(0,r.mG)(this,void 0,void 0,(function(){var t,n,a;return(0,r.Jh)(this,(function(i){switch(i.label){case 0:return t=this.props.store,n=t.data,a=(0,r.pi)((0,r.pi)({},n),e),[4,this.dispatchEvent("change",a)];case 1:return i.sent()||t.updateData(e),[2]}}))}))},t.prototype.handleInit=function(e){var t=this.state.currentStep;this.initalValues[t]=this.initalValues[t]||e,this.props.store.updateData(e)},t.prototype.handleReset=function(e){var t=this.props.store,n=this.initalValues[this.state.currentStep],r={};Object.keys(e).forEach((function(e){r[e]=n.hasOwnProperty(e)?n[e]:void 0})),t.updateData(r)},t.prototype.finalSubmit=function(e,t){return void 0===e&&(e={}),void 0===t&&(t={type:"submit"}),(0,r.mG)(this,void 0,void 0,(function(){var n,a,o,s,l,u,c,d,p,h,f,m,v,g,y,b=this;return(0,r.Jh)(this,(function(w){switch(w.label){case 0:return n=this.props,a=n.store,o=n.steps,s=n.api,l=n.asyncApi,u=n.finishedField,c=n.target,d=n.redirect,p=n.reload,h=n.env,f=n.onFinished,[4,this.dispatchEvent("finished",a.data)];case 1:return w.sent()||(m=o[this.state.currentStep-1],a.updateData(e),c?(this.submitToTarget((0,i.hXT)(c,a.data),a.data),this.setState({completeStep:o.length})):t.api||m.api||s?(v=t.asyncApi||m.asyncApi||l,(0,i.X1t)(v,a.data)&&a.updateData(((y={})[u||"finished"]=!1,y)),g=this.form?this.form.props.store:a,a.markSaving(!0),g.saveRemote(t.api||m.api||s,a.data,{onSuccess:function(e){return(0,r.mG)(b,void 0,void 0,(function(){var t,n=this;return(0,r.Jh)(this,(function(r){switch(r.label){case 0:return[4,this.dispatchEvent("submitSucc",(0,i.nW9)(this.props.data,{result:e}))];case 1:return t=r.sent(),!(0,i.X1t)(v,a.data)||a.data[u||"finished"]?[2,{cbResult:null,dispatcher:t}]:[2,{cbResult:(0,i.C4_)((function(){return a.checkRemote(v,a.data)}),(function(e){return e&&e[u||"finished"]}),(function(e){return n.asyncCancel=e})),dispatcher:t}]}}))}))},onFailed:function(e){return(0,r.mG)(b,void 0,void 0,(function(){return(0,r.Jh)(this,(function(t){switch(t.label){case 0:return a.markSaving(!1),[4,this.dispatchEvent("submitFail",(0,i.nW9)(this.props.data,{error:e}))];case 1:return[2,{dispatcher:t.sent()}]}}))}))}}).then((function(e){return(0,r.mG)(b,void 0,void 0,(function(){var n,s,l;return(0,r.Jh)(this,(function(u){switch(u.label){case 0:return(n=t.feedback)&&(0,i.pn4)(n,e)?[4,this.openFeedback(n,e)]:[3,2];case 1:if(s=u.sent(),n.skipRestOnCancel&&!s)throw new i.dkt;if(n.skipRestOnConfirm&&s)throw new i.dkt;u.label=2;case 2:if(this.setState({completeStep:o.length}),a.updateData((0,r.pi)((0,r.pi)({},a.data),e)),a.markSaving(!1),e&&"number"==typeof e.step)this.gotoStep(e.step);else if(f&&!1===f(e,t))return[2,e];return(l=(t.redirect||m.redirect||d)&&(0,i.hXT)(t.redirect||m.redirect||d,a.data))?h.jumpTo(l,t):(t.reload||m.reload||p)&&this.reloadTarget((0,i.hXT)(t.reload||m.reload||p,a.data),a.data),[2,e]}}))}))})).catch((function(e){}))):(f&&f(a.data,t),this.setState({completeStep:o.length}))),[2]}}))}))},t.prototype.handleSubmit=function(e,t){var n,a=this,o=this.props,s=o.store,l=o.steps,u=o.finishedField;if(this.state.currentStep0?a.map((function(e,n){return function(e,t,n){var r=n.type,a=n.labelField,o=void 0===a?"label":a,s=n.options,l=void 0===s?[]:s,u=n.enableNodePath,c=n.hideNodePathLabel,d=n.pathSeparator,p=void 0===d?"/":d;if(u||"nested-select"===r&&!c){var h=(0,i.kSg)(l,e,!0);return"".concat(h?h.map((function(e){return"".concat(e[o||"label"])})).join(" ".concat(p," ")):e[o||"label"])}return e[o]||"选项".concat(t)}(e,n,t.props)})):null)},t.prototype.render=function(){var e=this.props,t=e.classnames,n=e.className,r=e.style,i=this.getWords();if(!i)return null;var o,s=this.getLimit(i);return o=!s||Array.isArray(i)&&i.length<=s||!Array.isArray(i)&&i.toString().length<=s?this.renderAll(i):this.state.isExpend?this.renderAll(i,!0):this.renderPart(i),a.createElement("div",{className:t("Words-field",n),style:r},o)},t.defaultProps={inTag:!1},(0,r.gn)([i.NjZ,(0,r.w6)("design:type",Function),(0,r.w6)("design:paramtypes",[]),(0,r.w6)("design:returntype",void 0)],t.prototype,"toggleExpend",null),t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"words"})],t)}(s),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t.defaultProps={inTag:!0},t=(0,r.gn)([(0,i.Thl)({type:"tags"})],t)}(s)},90478:function(e,t,n){"use strict";var r=n(70655),a=n(67294),i=n(34594),o=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,r.ZT)(t,e),t.prototype.renderBody=function(){var e=this.props,t=e.children,n=e.body,r=e.render,a=e.disabled;return t?"function"==typeof t?t(this.props):t:n?r("body",n,{disabled:a}):null},t.prototype.render=function(){var e=this.props,t=e.className,n=e.size,r=e.classnames,o=e.style,s=e.data;return!1===e.wrap?this.renderBody():a.createElement("div",{className:r("Wrapper",n&&"none"!==n?"Wrapper--".concat(n):"",t),style:(0,i.uBL)(o,s)},this.renderBody())},t.propsList=["body","className","children","size"],t.defaultProps={className:"",size:"md"},t}(a.Component);!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}(0,r.ZT)(t,e),t=(0,r.gn)([(0,i.Thl)({type:"wrapper"})],t)}(o)},93161:function(e,t,n){"use strict";var r=n(70655),a=n(18446),i=n.n(a),o=n(34594);(0,o.YOg)((function(e,t,n){var a,i,s;return e&&"input-kv"===e.type?(0,r.pi)((0,r.pi)({draggable:!0},e),{multiple:!0,pipeIn:function(e){if(!(0,o.Kn2)(e))return[];var t=[];return Object.keys(e).forEach((function(n){var r=typeof e[n];t.push({key:n||"",value:"string"===r||"number"===r||"boolean"===r?e[n]:JSON.stringify(e[n])})})),t},pipeOut:function(t){if(!Array.isArray(t))return t;var n={};return t.forEach((function(t){var r,a,i,o=null!==(r=t.key)&&void 0!==r?r:"",s=null!==(i=null!==(a=t.value)&&void 0!==a?a:e.defaultValue)&&void 0!==i?i:"";if("string"==typeof s&&s.startsWith("{"))try{s=JSON.parse(s)}catch(e){}n[o]=s})),n},items:[{placeholder:null!==(a=e.keyPlaceholder)&&void 0!==a?a:"Key",type:"input-text",unique:!0,name:"key",required:!0,validateOnChange:!0},e.valueComponent?{placeholder:null!==(i=e.valuePlaceholder)&&void 0!==i?i:"Value",component:e.valueComponent,asFormItem:!0,name:"value"}:{placeholder:null!==(s=e.valuePlaceholder)&&void 0!==s?s:"Value",type:e.valueType||"input-text",name:"value"}]}):e})),(0,o.YOg)((function(e,t,n){if(e&&"input-kvs"===e.type){var a=e.keyItem||{},s=e.valueItems||[],l=!1;return 1==s.length&&"_value"===s[0].name&&(l=!0),(0,r.pi)((0,r.pi)({draggable:!0,multiple:!0,multiLine:!0},e),{pipeIn:function(e){if(!(0,o.Kn2)(e))return[];var t=[];return Object.keys(e).forEach((function(n){var a=e[n];l?t.push({_key:n||"",_value:a}):"object"==typeof a&&t.push((0,r.pi)((0,r.pi)({},a),{_key:n||""}))})),t},pipeOut:function(t){if(!Array.isArray(t))return t;var n={};return t.forEach((function(t){var a=t._key,o=(0,r._T)(t,["_key"]);a=null!=a?a:"",l?(e.valueIsArray?n[a]=t._value||[]:n[a]=t._value||{},i()(n[a],[{}])&&(n[a]=[])):e.valueIsArray?n[a]=o||[]:n[a]=o||{}})),n},items:(0,r.ev)([(0,r.pi)({type:"input-text",unique:!0,name:"_key",required:!0,validateOnChange:!0},a)],(0,r.CR)(s),!1)})}return e}))},58363:function(e,t){"use strict";t.Z=function(e,t){if(e&&t){var n=Array.isArray(t)?t:t.split(","),r=e.name||"",a=(e.type||"").toLowerCase(),i=a.replace(/\/.*$/,"");return n.some((function(e){var t=e.trim().toLowerCase();return"."===t.charAt(0)?r.toLowerCase().endsWith(t):t.endsWith("/*")?i===t.replace(/\/.*$/,""):a===t}))}return!0}},55448:function(e,t,n){"use strict";var r=n(64867),a=n(36026),i=n(4372),o=n(15327),s=n(94097),l=n(84109),u=n(67985),c=n(85061);e.exports=function(e){return new Promise((function(t,n){var d=e.data,p=e.headers;r.isFormData(d)&&delete p["Content-Type"];var h=new XMLHttpRequest;if(e.auth){var f=e.auth.username||"",m=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";p.Authorization="Basic "+btoa(f+":"+m)}var v=s(e.baseURL,e.url);if(h.open(e.method.toUpperCase(),o(v,e.params,e.paramsSerializer),!0),h.timeout=e.timeout,h.onreadystatechange=function(){if(h&&4===h.readyState&&(0!==h.status||h.responseURL&&0===h.responseURL.indexOf("file:"))){var r="getAllResponseHeaders"in h?l(h.getAllResponseHeaders()):null,i={data:e.responseType&&"text"!==e.responseType?h.response:h.responseText,status:h.status,statusText:h.statusText,headers:r,config:e,request:h};a(t,n,i),h=null}},h.onabort=function(){h&&(n(c("Request aborted",e,"ECONNABORTED",h)),h=null)},h.onerror=function(){n(c("Network Error",e,null,h)),h=null},h.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(c(t,e,"ECONNABORTED",h)),h=null},r.isStandardBrowserEnv()){var g=(e.withCredentials||u(v))&&e.xsrfCookieName?i.read(e.xsrfCookieName):void 0;g&&(p[e.xsrfHeaderName]=g)}if("setRequestHeader"in h&&r.forEach(p,(function(e,t){void 0===d&&"content-type"===t.toLowerCase()?delete p[t]:h.setRequestHeader(t,e)})),r.isUndefined(e.withCredentials)||(h.withCredentials=!!e.withCredentials),e.responseType)try{h.responseType=e.responseType}catch(t){if("json"!==e.responseType)throw t}"function"==typeof e.onDownloadProgress&&h.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&h.upload&&h.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){h&&(h.abort(),n(e),h=null)})),d||(d=null),h.send(d)}))}},51609:function(e,t,n){"use strict";var r=n(64867),a=n(91849),i=n(30321),o=n(47185);function s(e){var t=new i(e),n=a(i.prototype.request,t);return r.extend(n,i.prototype,t),r.extend(n,t),n}var l=s(n(45655));l.Axios=i,l.create=function(e){return s(o(l.defaults,e))},l.Cancel=n(65263),l.CancelToken=n(14972),l.isCancel=n(26502),l.all=function(e){return Promise.all(e)},l.spread=n(8713),l.isAxiosError=n(16268),e.exports=l,e.exports.default=l},65263:function(e){"use strict";function t(e){this.message=e}t.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},t.prototype.__CANCEL__=!0,e.exports=t},14972:function(e,t,n){"use strict";var r=n(65263);function a(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;e((function(e){n.reason||(n.reason=new r(e),t(n.reason))}))}a.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},a.source=function(){var e;return{token:new a((function(t){e=t})),cancel:e}},e.exports=a},26502:function(e){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},30321:function(e,t,n){"use strict";var r=n(64867),a=n(15327),i=n(80782),o=n(13572),s=n(47185);function l(e){this.defaults=e,this.interceptors={request:new i,response:new i}}l.prototype.request=function(e){"string"==typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=s(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=[o,void 0],n=Promise.resolve(e);for(this.interceptors.request.forEach((function(e){t.unshift(e.fulfilled,e.rejected)})),this.interceptors.response.forEach((function(e){t.push(e.fulfilled,e.rejected)}));t.length;)n=n.then(t.shift(),t.shift());return n},l.prototype.getUri=function(e){return e=s(this.defaults,e),a(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(e){l.prototype[e]=function(t,n){return this.request(s(n||{},{method:e,url:t,data:(n||{}).data}))}})),r.forEach(["post","put","patch"],(function(e){l.prototype[e]=function(t,n,r){return this.request(s(r||{},{method:e,url:t,data:n}))}})),e.exports=l},80782:function(e,t,n){"use strict";var r=n(64867);function a(){this.handlers=[]}a.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},a.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},a.prototype.forEach=function(e){r.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=a},94097:function(e,t,n){"use strict";var r=n(91793),a=n(7303);e.exports=function(e,t){return e&&!r(t)?a(e,t):t}},85061:function(e,t,n){"use strict";var r=n(80481);e.exports=function(e,t,n,a,i){var o=new Error(e);return r(o,t,n,a,i)}},13572:function(e,t,n){"use strict";var r=n(64867),a=n(18527),i=n(26502),o=n(45655);function s(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return s(e),e.headers=e.headers||{},e.data=a(e.data,e.headers,e.transformRequest),e.headers=r.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||o.adapter)(e).then((function(t){return s(e),t.data=a(t.data,t.headers,e.transformResponse),t}),(function(t){return i(t)||(s(e),t&&t.response&&(t.response.data=a(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},80481:function(e){"use strict";e.exports=function(e,t,n,r,a){return e.config=t,n&&(e.code=n),e.request=r,e.response=a,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},47185:function(e,t,n){"use strict";var r=n(64867);e.exports=function(e,t){t=t||{};var n={},a=["url","method","data"],i=["headers","auth","proxy","params"],o=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],s=["validateStatus"];function l(e,t){return r.isPlainObject(e)&&r.isPlainObject(t)?r.merge(e,t):r.isPlainObject(t)?r.merge({},t):r.isArray(t)?t.slice():t}function u(a){r.isUndefined(t[a])?r.isUndefined(e[a])||(n[a]=l(void 0,e[a])):n[a]=l(e[a],t[a])}r.forEach(a,(function(e){r.isUndefined(t[e])||(n[e]=l(void 0,t[e]))})),r.forEach(i,u),r.forEach(o,(function(a){r.isUndefined(t[a])?r.isUndefined(e[a])||(n[a]=l(void 0,e[a])):n[a]=l(void 0,t[a])})),r.forEach(s,(function(r){r in t?n[r]=l(e[r],t[r]):r in e&&(n[r]=l(void 0,e[r]))}));var c=a.concat(i).concat(o).concat(s),d=Object.keys(e).concat(Object.keys(t)).filter((function(e){return-1===c.indexOf(e)}));return r.forEach(d,u),n}},36026:function(e,t,n){"use strict";var r=n(85061);e.exports=function(e,t,n){var a=n.config.validateStatus;n.status&&a&&!a(n.status)?t(r("Request failed with status code "+n.status,n.config,null,n.request,n)):e(n)}},18527:function(e,t,n){"use strict";var r=n(64867);e.exports=function(e,t,n){return r.forEach(n,(function(n){e=n(e,t)})),e}},45655:function(e,t,n){"use strict";var r=n(64867),a=n(16016),i={"Content-Type":"application/x-www-form-urlencoded"};function o(e,t){!r.isUndefined(e)&&r.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var s,l={adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(s=n(55448)),s),transformRequest:[function(e,t){return a(t,"Accept"),a(t,"Content-Type"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e)?e:r.isArrayBufferView(e)?e.buffer:r.isURLSearchParams(e)?(o(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):r.isObject(e)?(o(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(e){}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(e){l.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){l.headers[e]=r.merge(i)})),e.exports=l},91849:function(e){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r=0)return;o[t]="set-cookie"===t?(o[t]?o[t]:[]).concat([n]):o[t]?o[t]+", "+n:n}})),o):o}},8713:function(e){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},64867:function(e,t,n){"use strict";var r=n(91849),a=Object.prototype.toString;function i(e){return"[object Array]"===a.call(e)}function o(e){return void 0===e}function s(e){return null!==e&&"object"==typeof e}function l(e){if("[object Object]"!==a.call(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}function u(e){return"[object Function]"===a.call(e)}function c(e,t){if(null!=e)if("object"!=typeof e&&(e=[e]),i(e))for(var n=0,r=e.length;n=0?atob(e.split(",")[1]):decodeURIComponent(e.split(",")[1]),n=new ArrayBuffer(t.length),r=new Uint8Array(n),a=0;at||i>e&&o=t&&s>=n?i-e-r:o>t&&sn?o-t+a:0}n(59864);var c=n(70655);let d=0;function p(e){return"function"==typeof e?e:h}function h(){}function f(e,t){if(!e)return;const n=function(e,t){var n=window,r=t.scrollMode,a=t.block,i=t.inline,s=t.boundary,c=t.skipOverflowHiddenElements,d="function"==typeof s?s:function(e){return e!==s};if(!o(e))throw new TypeError("Invalid target");for(var p,h,f=document.scrollingElement||document.documentElement,m=[],v=e;o(v)&&d(v);){if((v=null==(h=(p=v).parentElement)?p.getRootNode().host||null:h)===f){m.push(v);break}null!=v&&v===document.body&&l(v)&&!l(document.documentElement)||null!=v&&l(v,c)&&m.push(v)}for(var g=n.visualViewport?n.visualViewport.width:innerWidth,y=n.visualViewport?n.visualViewport.height:innerHeight,b=window.scrollX||pageXOffset,w=window.scrollY||pageYOffset,_=e.getBoundingClientRect(),C=_.height,E=_.width,k=_.top,S=_.right,x=_.bottom,T=_.left,M="start"===a||"nearest"===a?k:"end"===a?x:k+C/2,O="center"===i?T+E/2:"end"===i?S:T,N=[],D=0;D=0&&T>=0&&x<=y&&S<=g&&k>=R&&x<=I&&T>=Y&&S<=j)return N;var V=getComputedStyle(A),H=parseInt(V.borderLeftWidth,10),Z=parseInt(V.borderTopWidth,10),B=parseInt(V.borderRightWidth,10),z=parseInt(V.borderBottomWidth,10),W=0,U=0,K="offsetWidth"in A?A.offsetWidth-A.clientWidth-H-B:0,J="offsetHeight"in A?A.offsetHeight-A.clientHeight-Z-z:0,q="offsetWidth"in A?0===A.offsetWidth?0:F/A.offsetWidth:0,G="offsetHeight"in A?0===A.offsetHeight?0:P/A.offsetHeight:0;if(f===A)W="start"===a?M:"end"===a?M-y:"nearest"===a?u(w,w+y,y,Z,z,w+M,w+M+C,C):M-y/2,U="start"===i?O:"center"===i?O-g/2:"end"===i?O-g:u(b,b+g,g,H,B,b+O,b+O+E,E),W=Math.max(0,W+w),U=Math.max(0,U+b);else{W="start"===a?M-R-Z:"end"===a?M-I+z+J:"nearest"===a?u(R,I,P,Z,z+J,M,M+C,C):M-(R+P/2)+J/2,U="start"===i?O-Y-H:"center"===i?O-(Y+F/2)+K/2:"end"===i?O-j+B+K:u(Y,j,F,H,B+K,O,O+E,E);var $=A.scrollLeft,X=A.scrollTop;M+=X-(W=Math.max(0,Math.min(X+W/G,A.scrollHeight-P/G+J))),O+=$-(U=Math.max(0,Math.min($+U/q,A.scrollWidth-F/q+K)))}N.push({el:A,top:W,left:U})}return N}(e,{boundary:t,block:"nearest",scrollMode:"if-needed"});n.forEach((e=>{let{el:t,top:n,left:r}=e;t.scrollTop=n,t.scrollLeft=r}))}function m(e,t,n){return e===t||t instanceof n.Node&&e.contains&&e.contains(t)}function v(e,t){let n;function r(){n&&clearTimeout(n)}function a(){for(var a=arguments.length,i=new Array(a),o=0;o{n=null,e(...i)}),t)}return a.cancel=r,a}function g(){for(var e=arguments.length,t=new Array(e),n=0;n1?n-1:0),a=1;a(t&&t(e,...r),e.preventDownshiftDefault||e.hasOwnProperty("nativeEvent")&&e.nativeEvent.preventDownshiftDefault)))}}function y(){for(var e=arguments.length,t=new Array(e),n=0;n{t.forEach((t=>{"function"==typeof t?t(e):t&&(t.current=e)}))}}function b(e){let{isOpen:t,resultCount:n,previousResultCount:r}=e;return t?n?n!==r?`${n} result${1===n?" is":"s are"} available, use up and down arrow keys to navigate. Press Enter key to select.`:"":"No results are available.":""}function w(e,t){return!(e=Array.isArray(e)?e[0]:e)&&t?t:e}const _=["highlightedIndex","inputValue","isOpen","selectedItem","type"];function C(e){void 0===e&&(e={});const t={};return _.forEach((n=>{e.hasOwnProperty(n)&&(t[n]=e[n])})),t}function E(e,t){return void 0!==e[t]}function k(e){const{key:t,keyCode:n}=e;return n>=37&&n<=40&&0!==t.indexOf("Arrow")?`Arrow${t}`:t}function S(e,t,n,r,a){if(void 0===a&&(a=!0),0===n)return-1;const i=n-1;("number"!=typeof t||t<0||t>=n)&&(t=e>0?-1:i+1);let o=t+e;o<0?o=a?i:0:o>i&&(o=a?0:i);const s=x(e,o,n,r,a);return-1===s?t>=n?-1:t:s}function x(e,t,n,r,a){const i=r(t);if(!i||!i.hasAttribute("disabled"))return t;if(e>0){for(let e=t+1;e=0;e--)if(!r(e).hasAttribute("disabled"))return e;return a?e>0?x(1,0,n,r,!1):x(-1,n-1,n,r,!1):-1}function T(e,t,n,r){return void 0===r&&(r=!0),t.some((t=>t&&(m(t,e,n)||r&&m(t,n.document.activeElement,n))))}const M=v((e=>{N(e).textContent=""}),500);function O(e,t){const n=N(t);e&&(n.textContent=e,M(t))}function N(e){void 0===e&&(e=document);let t=e.getElementById("a11y-status-message");return t||(t=e.createElement("div"),t.setAttribute("id","a11y-status-message"),t.setAttribute("role","status"),t.setAttribute("aria-live","polite"),t.setAttribute("aria-relevant","additions text"),Object.assign(t.style,{border:"0",clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0",position:"absolute",width:"1px"}),e.body.appendChild(t),t)}var D=Object.freeze({__proto__:null,unknown:0,mouseUp:1,itemMouseEnter:2,keyDownArrowUp:3,keyDownArrowDown:4,keyDownEscape:5,keyDownEnter:6,keyDownHome:7,keyDownEnd:8,clickItem:9,blurInput:10,changeInput:11,keyDownSpaceButton:12,clickButton:13,blurButton:14,controlledPropUpdatedSelectedItem:15,touchEnd:16});var A=(()=>{class e extends i.Component{constructor(e){var t;super(e),t=this,this.id=this.props.id||`downshift-${String(d++)}`,this.menuId=this.props.menuId||`${this.id}-menu`,this.labelId=this.props.labelId||`${this.id}-label`,this.inputId=this.props.inputId||`${this.id}-input`,this.getItemId=this.props.getItemId||(e=>`${this.id}-item-${e}`),this.input=null,this.items=[],this.itemCount=null,this.previousResultCount=0,this.timeoutIds=[],this.internalSetTimeout=(e,t)=>{const n=setTimeout((()=>{this.timeoutIds=this.timeoutIds.filter((e=>e!==n)),e()}),t);this.timeoutIds.push(n)},this.setItemCount=e=>{this.itemCount=e},this.unsetItemCount=()=>{this.itemCount=null},this.setHighlightedIndex=function(e,n){void 0===e&&(e=t.props.defaultHighlightedIndex),void 0===n&&(n={}),n=C(n),t.internalSetState({highlightedIndex:e,...n})},this.clearSelection=e=>{this.internalSetState({selectedItem:null,inputValue:"",highlightedIndex:this.props.defaultHighlightedIndex,isOpen:this.props.defaultIsOpen},e)},this.selectItem=(e,t,n)=>{t=C(t),this.internalSetState({isOpen:this.props.defaultIsOpen,highlightedIndex:this.props.defaultHighlightedIndex,selectedItem:e,inputValue:this.props.itemToString(e),...t},n)},this.selectItemAtIndex=(e,t,n)=>{const r=this.items[e];null!=r&&this.selectItem(r,t,n)},this.selectHighlightedItem=(e,t)=>this.selectItemAtIndex(this.getState().highlightedIndex,e,t),this.internalSetState=(e,t)=>{let n,r;const a={},i="function"==typeof e;return!i&&e.hasOwnProperty("inputValue")&&this.props.onInputValueChange(e.inputValue,{...this.getStateAndHelpers(),...e}),this.setState((t=>{t=this.getState(t);let o=i?e(t):e;o=this.props.stateReducer(t,o),n=o.hasOwnProperty("selectedItem");const s={};return n&&o.selectedItem!==t.selectedItem&&(r=o.selectedItem),o.type=o.type||0,Object.keys(o).forEach((e=>{t[e]!==o[e]&&(a[e]=o[e]),"type"!==e&&(o[e],E(this.props,e)||(s[e]=o[e]))})),i&&o.hasOwnProperty("inputValue")&&this.props.onInputValueChange(o.inputValue,{...this.getStateAndHelpers(),...o}),s}),(()=>{p(t)(),Object.keys(a).length>1&&this.props.onStateChange(a,this.getStateAndHelpers()),n&&this.props.onSelect(e.selectedItem,this.getStateAndHelpers()),void 0!==r&&this.props.onChange(r,this.getStateAndHelpers()),this.props.onUserAction(a,this.getStateAndHelpers())}))},this.rootRef=e=>this._rootNode=e,this.getRootProps=function(e,n){let{refKey:r="ref",ref:a,...i}=void 0===e?{}:e,{suppressRefError:o=!1}=void 0===n?{}:n;t.getRootProps.called=!0,t.getRootProps.refKey=r,t.getRootProps.suppressRefError=o;const{isOpen:s}=t.getState();return{[r]:y(a,t.rootRef),role:"combobox","aria-expanded":s,"aria-haspopup":"listbox","aria-owns":s?t.menuId:null,"aria-labelledby":t.labelId,...i}},this.keyDownHandlers={ArrowDown(e){if(e.preventDefault(),this.getState().isOpen){const t=e.shiftKey?5:1;this.moveHighlightedIndex(t,{type:4})}else this.internalSetState({isOpen:!0,type:4},(()=>{const e=this.getItemCount();if(e>0){const{highlightedIndex:t}=this.getState(),n=S(1,t,e,(e=>this.getItemNodeFromIndex(e)));this.setHighlightedIndex(n,{type:4})}}))},ArrowUp(e){if(e.preventDefault(),this.getState().isOpen){const t=e.shiftKey?-5:-1;this.moveHighlightedIndex(t,{type:3})}else this.internalSetState({isOpen:!0,type:3},(()=>{const e=this.getItemCount();if(e>0){const{highlightedIndex:t}=this.getState(),n=S(-1,t,e,(e=>this.getItemNodeFromIndex(e)));this.setHighlightedIndex(n,{type:3})}}))},Enter(e){if(229===e.which)return;const{isOpen:t,highlightedIndex:n}=this.getState();if(t&&null!=n){e.preventDefault();const t=this.items[n],r=this.getItemNodeFromIndex(n);if(null==t||r&&r.hasAttribute("disabled"))return;this.selectHighlightedItem({type:6})}},Escape(e){e.preventDefault(),this.reset({type:5,...!this.state.isOpen&&{selectedItem:null,inputValue:""}})}},this.buttonKeyDownHandlers={...this.keyDownHandlers," "(e){e.preventDefault(),this.toggleMenu({type:12})}},this.inputKeyDownHandlers={...this.keyDownHandlers,Home(e){const{isOpen:t}=this.getState();if(!t)return;e.preventDefault();const n=this.getItemCount();if(n<=0||!t)return;const r=x(1,0,n,(e=>this.getItemNodeFromIndex(e)),!1);this.setHighlightedIndex(r,{type:7})},End(e){const{isOpen:t}=this.getState();if(!t)return;e.preventDefault();const n=this.getItemCount();if(n<=0||!t)return;const r=x(-1,n-1,n,(e=>this.getItemNodeFromIndex(e)),!1);this.setHighlightedIndex(r,{type:8})}},this.getToggleButtonProps=function(e){let{onClick:n,onPress:r,onKeyDown:a,onKeyUp:i,onBlur:o,...s}=void 0===e?{}:e;const{isOpen:l}=t.getState(),u={onClick:g(n,t.buttonHandleClick),onKeyDown:g(a,t.buttonHandleKeyDown),onKeyUp:g(i,t.buttonHandleKeyUp),onBlur:g(o,t.buttonHandleBlur)};return{type:"button",role:"button","aria-label":l?"close menu":"open menu","aria-haspopup":!0,"data-toggle":!0,...s.disabled?{}:u,...s}},this.buttonHandleKeyUp=e=>{e.preventDefault()},this.buttonHandleKeyDown=e=>{const t=k(e);this.buttonKeyDownHandlers[t]&&this.buttonKeyDownHandlers[t].call(this,e)},this.buttonHandleClick=e=>{e.preventDefault(),this.props.environment.document.activeElement===this.props.environment.document.body&&e.target.focus(),this.internalSetTimeout((()=>this.toggleMenu({type:13})))},this.buttonHandleBlur=e=>{const t=e.target;this.internalSetTimeout((()=>{this.isMouseDown||null!=this.props.environment.document.activeElement&&this.props.environment.document.activeElement.id===this.inputId||this.props.environment.document.activeElement===t||this.reset({type:14})}))},this.getLabelProps=e=>({htmlFor:this.inputId,id:this.labelId,...e}),this.getInputProps=function(e){let n,{onKeyDown:r,onBlur:a,onChange:i,onInput:o,onChangeText:s,...l}=void 0===e?{}:e,u={};n="onChange";const{inputValue:c,isOpen:d,highlightedIndex:p}=t.getState();return l.disabled||(u={onChange:g(i,o,t.inputHandleChange),onKeyDown:g(r,t.inputHandleKeyDown),onBlur:g(a,t.inputHandleBlur)}),{"aria-autocomplete":"list","aria-activedescendant":d&&"number"==typeof p&&p>=0?t.getItemId(p):null,"aria-controls":d?t.menuId:null,"aria-labelledby":t.labelId,autoComplete:"off",value:c,id:t.inputId,...u,...l}},this.inputHandleKeyDown=e=>{const t=k(e);t&&this.inputKeyDownHandlers[t]&&this.inputKeyDownHandlers[t].call(this,e)},this.inputHandleChange=e=>{this.internalSetState({type:11,isOpen:!0,inputValue:e.target.value,highlightedIndex:this.props.defaultHighlightedIndex})},this.inputHandleBlur=()=>{this.internalSetTimeout((()=>{const e=this.props.environment.document&&!!this.props.environment.document.activeElement&&!!this.props.environment.document.activeElement.dataset&&this.props.environment.document.activeElement.dataset.toggle&&this._rootNode&&this._rootNode.contains(this.props.environment.document.activeElement);this.isMouseDown||e||this.reset({type:10})}))},this.menuRef=e=>{this._menuNode=e},this.getMenuProps=function(e,n){let{refKey:r="ref",ref:a,...i}=void 0===e?{}:e,{suppressRefError:o=!1}=void 0===n?{}:n;return t.getMenuProps.called=!0,t.getMenuProps.refKey=r,t.getMenuProps.suppressRefError=o,{[r]:y(a,t.menuRef),role:"listbox","aria-labelledby":i&&i["aria-label"]?null:t.labelId,id:t.menuId,...i}},this.getItemProps=function(e){let{onMouseMove:n,onMouseDown:r,onClick:a,onPress:i,index:o,item:s,...l}=void 0===e?{}:e;void 0===o?(t.items.push(s),o=t.items.indexOf(s)):t.items[o]=s;const u=a,c={onMouseMove:g(n,(()=>{o!==t.getState().highlightedIndex&&(t.setHighlightedIndex(o,{type:2}),t.avoidScrolling=!0,t.internalSetTimeout((()=>t.avoidScrolling=!1),250))})),onMouseDown:g(r,(e=>{e.preventDefault()})),onClick:g(u,(()=>{t.selectItemAtIndex(o,{type:9})}))},d=l.disabled?{onMouseDown:c.onMouseDown}:c;return{id:t.getItemId(o),role:"option","aria-selected":t.getState().highlightedIndex===o,...d,...l}},this.clearItems=()=>{this.items=[]},this.reset=function(e,n){void 0===e&&(e={}),e=C(e),t.internalSetState((n=>{let{selectedItem:r}=n;return{isOpen:t.props.defaultIsOpen,highlightedIndex:t.props.defaultHighlightedIndex,inputValue:t.props.itemToString(r),...e}}),n)},this.toggleMenu=function(e,n){void 0===e&&(e={}),e=C(e),t.internalSetState((n=>{let{isOpen:r}=n;return{isOpen:!r,...r&&{highlightedIndex:t.props.defaultHighlightedIndex},...e}}),(()=>{const{isOpen:r,highlightedIndex:a}=t.getState();r&&t.getItemCount()>0&&"number"==typeof a&&t.setHighlightedIndex(a,e),p(n)()}))},this.openMenu=e=>{this.internalSetState({isOpen:!0},e)},this.closeMenu=e=>{this.internalSetState({isOpen:!1},e)},this.updateStatus=v((()=>{const e=this.getState(),t=this.items[e.highlightedIndex],n=this.getItemCount(),r=this.props.getA11yStatusMessage({itemToString:this.props.itemToString,previousResultCount:this.previousResultCount,resultCount:n,highlightedItem:t,...e});this.previousResultCount=n,O(r,this.props.environment.document)}),200);const{defaultHighlightedIndex:n,initialHighlightedIndex:r=n,defaultIsOpen:a,initialIsOpen:i=a,initialInputValue:o="",initialSelectedItem:s=null}=this.props,l=this.getState({highlightedIndex:r,isOpen:i,inputValue:o,selectedItem:s});null!=l.selectedItem&&void 0===this.props.initialInputValue&&(l.inputValue=this.props.itemToString(l.selectedItem)),this.state=l}internalClearTimeouts(){this.timeoutIds.forEach((e=>{clearTimeout(e)})),this.timeoutIds=[]}getState(e){return void 0===e&&(e=this.state),t=e,n=this.props,Object.keys(t).reduce(((e,r)=>(e[r]=E(n,r)?n[r]:t[r],e)),{});var t,n}getItemCount(){let e=this.items.length;return null!=this.itemCount?e=this.itemCount:void 0!==this.props.itemCount&&(e=this.props.itemCount),e}getItemNodeFromIndex(e){return this.props.environment.document.getElementById(this.getItemId(e))}scrollHighlightedItemIntoView(){{const e=this.getItemNodeFromIndex(this.getState().highlightedIndex);this.props.scrollIntoView(e,this._menuNode)}}moveHighlightedIndex(e,t){const n=this.getItemCount(),{highlightedIndex:r}=this.getState();if(n>0){const a=S(e,r,n,(e=>this.getItemNodeFromIndex(e)));this.setHighlightedIndex(a,t)}}getStateAndHelpers(){const{highlightedIndex:e,inputValue:t,selectedItem:n,isOpen:r}=this.getState(),{itemToString:a}=this.props,{id:i}=this,{getRootProps:o,getToggleButtonProps:s,getLabelProps:l,getMenuProps:u,getInputProps:c,getItemProps:d,openMenu:p,closeMenu:h,toggleMenu:f,selectItem:m,selectItemAtIndex:v,selectHighlightedItem:g,setHighlightedIndex:y,clearSelection:b,clearItems:w,reset:_,setItemCount:C,unsetItemCount:E,internalSetState:k}=this;return{getRootProps:o,getToggleButtonProps:s,getLabelProps:l,getMenuProps:u,getInputProps:c,getItemProps:d,reset:_,openMenu:p,closeMenu:h,toggleMenu:f,selectItem:m,selectItemAtIndex:v,selectHighlightedItem:g,setHighlightedIndex:y,clearSelection:b,clearItems:w,setItemCount:C,unsetItemCount:E,setState:k,itemToString:a,id:i,highlightedIndex:e,inputValue:t,isOpen:r,selectedItem:n}}componentDidMount(){{const e=()=>{this.isMouseDown=!0},t=e=>{this.isMouseDown=!1,!T(e.target,[this._rootNode,this._menuNode],this.props.environment)&&this.getState().isOpen&&this.reset({type:1},(()=>this.props.onOuterClick(this.getStateAndHelpers())))},n=()=>{this.isTouchMove=!1},r=()=>{this.isTouchMove=!0},a=e=>{const t=T(e.target,[this._rootNode,this._menuNode],this.props.environment,!1);this.isTouchMove||t||!this.getState().isOpen||this.reset({type:16},(()=>this.props.onOuterClick(this.getStateAndHelpers())))},{environment:i}=this.props;i.addEventListener("mousedown",e),i.addEventListener("mouseup",t),i.addEventListener("touchstart",n),i.addEventListener("touchmove",r),i.addEventListener("touchend",a),this.cleanup=()=>{this.internalClearTimeouts(),this.updateStatus.cancel(),i.removeEventListener("mousedown",e),i.removeEventListener("mouseup",t),i.removeEventListener("touchstart",n),i.removeEventListener("touchmove",r),i.removeEventListener("touchend",a)}}}shouldScroll(e,t){const{highlightedIndex:n}=void 0===this.props.highlightedIndex?this.getState():this.props,{highlightedIndex:r}=void 0===t.highlightedIndex?e:t;return n&&this.getState().isOpen&&!e.isOpen||n!==r}componentDidUpdate(e,t){E(this.props,"selectedItem")&&this.props.selectedItemChanged(e.selectedItem,this.props.selectedItem)&&this.internalSetState({type:15,inputValue:this.props.itemToString(this.props.selectedItem)}),!this.avoidScrolling&&this.shouldScroll(t,e)&&this.scrollHighlightedItemIntoView(),this.updateStatus()}componentWillUnmount(){this.cleanup()}render(){const e=w(this.props.children,h);this.clearItems(),this.getRootProps.called=!1,this.getRootProps.refKey=void 0,this.getRootProps.suppressRefError=void 0,this.getMenuProps.called=!1,this.getMenuProps.refKey=void 0,this.getMenuProps.suppressRefError=void 0,this.getLabelProps.called=!1,this.getInputProps.called=!1;const t=w(e(this.getStateAndHelpers()));return t?this.getRootProps.called||this.props.suppressRefError?t:function(e){return"string"==typeof e.type}(t)?(0,i.cloneElement)(t,this.getRootProps(function(e){return e.props}(t))):void 0:null}}return e.defaultProps={defaultHighlightedIndex:null,defaultIsOpen:!1,getA11yStatusMessage:b,itemToString:e=>null==e?"":String(e),onStateChange:h,onInputValueChange:h,onUserAction:h,onChange:h,onSelect:h,onOuterClick:h,selectedItemChanged:(e,t)=>e!==t,environment:"undefined"==typeof window?{}:window,stateReducer:(e,t)=>t,suppressRefError:!1,scrollIntoView:f},e.stateChangeTypes=D,e})();v(((e,t)=>{O(e(),t)}),200),"undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?i.useLayoutEffect:i.useEffect;const L={itemToString:function(e){return e?String(e):""},stateReducer:function(e,t){return t.changes},getA11ySelectionMessage:function(e){const{selectedItem:t,itemToString:n}=e;return t?`${n(t)} has been selected.`:""},scrollIntoView:f,circularNavigation:!1,environment:"undefined"==typeof window?{}:window};a().array.isRequired,a().func,a().func,a().func,a().bool,a().number,a().number,a().number,a().bool,a().bool,a().bool,a().any,a().any,a().any,a().string,a().string,a().string,a().func,a().string,a().func,a().func,a().func,a().func,a().func,a().shape({addEventListener:a().func,removeEventListener:a().func,document:a().shape({getElementById:a().func,activeElement:a().any,body:a().any})}),(0,c.pi)((0,c.pi)({},L),{getA11yStatusMessage:function(e){var t=e.isOpen,n=e.resultCount,r=e.previousResultCount;return t?n?n!==r?"".concat(n," result").concat(1===n?" is":"s are"," available, use up and down arrow keys to navigate. Press Enter or Space Bar keys to select."):"":"No results are available.":""}}),a().array.isRequired,a().func,a().func,a().func,a().bool,a().number,a().number,a().number,a().bool,a().bool,a().bool,a().any,a().any,a().any,a().string,a().string,a().string,a().string,a().string,a().string,a().func,a().string,a().string,a().func,a().func,a().func,a().func,a().func,a().func,a().shape({addEventListener:a().func,removeEventListener:a().func,document:a().shape({getElementById:a().func,activeElement:a().any,body:a().any})}),a().array,a().array,a().array,a().func,a().func,a().func,a().number,a().number,a().number,a().func,a().func,a().string,a().string,a().shape({addEventListener:a().func,removeEventListener:a().func,document:a().shape({getElementById:a().func,activeElement:a().any,body:a().any})})},93162:function(e,t,n){var r,a;void 0===(a="function"==typeof(r=function(){"use strict";function t(e,t,n){var r=new XMLHttpRequest;r.open("GET",e),r.responseType="blob",r.onload=function(){s(r.response,t,n)},r.onerror=function(){console.error("could not download file")},r.send()}function r(e){var t=new XMLHttpRequest;t.open("HEAD",e,!1);try{t.send()}catch(e){}return 200<=t.status&&299>=t.status}function a(e){try{e.dispatchEvent(new MouseEvent("click"))}catch(n){var t=document.createEvent("MouseEvents");t.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),e.dispatchEvent(t)}}var i="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof n.g&&n.g.global===n.g?n.g:void 0,o=i.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),s=i.saveAs||("object"!=typeof window||window!==i?function(){}:"download"in HTMLAnchorElement.prototype&&!o?function(e,n,o){var s=i.URL||i.webkitURL,l=document.createElement("a");n=n||e.name||"download",l.download=n,l.rel="noopener","string"==typeof e?(l.href=e,l.origin===location.origin?a(l):r(l.href)?t(e,n,o):a(l,l.target="_blank")):(l.href=s.createObjectURL(e),setTimeout((function(){s.revokeObjectURL(l.href)}),4e4),setTimeout((function(){a(l)}),0))}:"msSaveOrOpenBlob"in navigator?function(e,n,i){if(n=n||e.name||"download","string"!=typeof e)navigator.msSaveOrOpenBlob(function(e,t){return void 0===t?t={autoBom:!1}:"object"!=typeof t&&(console.warn("Deprecated: Expected third argument to be a object"),t={autoBom:!t}),t.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob(["\ufeff",e],{type:e.type}):e}(e,i),n);else if(r(e))t(e,n,i);else{var o=document.createElement("a");o.href=e,o.target="_blank",setTimeout((function(){a(o)}))}}:function(e,n,r,a){if((a=a||open("","_blank"))&&(a.document.title=a.document.body.innerText="downloading..."),"string"==typeof e)return t(e,n,r);var s="application/octet-stream"===e.type,l=/constructor/i.test(i.HTMLElement)||i.safari,u=/CriOS\/[\d]+/.test(navigator.userAgent);if((u||s&&l||o)&&"undefined"!=typeof FileReader){var c=new FileReader;c.onloadend=function(){var e=c.result;e=u?e:e.replace(/^data:[^;]*;/,"data:attachment/file;"),a?a.location.href=e:location=e,a=null},c.readAsDataURL(e)}else{var d=i.URL||i.webkitURL,p=d.createObjectURL(e);a?a.location=p:location.href=p,a=null,setTimeout((function(){d.revokeObjectURL(p)}),4e4)}});i.saveAs=s.saveAs=s,e.exports=s})?r.apply(t,[]):r)||(e.exports=a)},8679:function(e,t,n){"use strict";var r=n(21296),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},o={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return r.isMemo(e)?o:s[e.$$typeof]||a}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=o;var u=Object.defineProperty,c=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,h=Object.getPrototypeOf,f=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(f){var a=h(n);a&&a!==f&&e(t,a,r)}var o=c(n);d&&(o=o.concat(d(n)));for(var s=l(t),m=l(n),v=0;v-1}},1196:function(e){e.exports=function(e,t,n){for(var r=-1,a=null==e?0:e.length;++r=t?e:t)),e}},85990:function(e,t,n){var r=n(46384),a=n(77412),i=n(34865),o=n(44037),s=n(63886),l=n(64626),u=n(278),c=n(18805),d=n(1911),p=n(58234),h=n(46904),f=n(64160),m=n(43824),v=n(29148),g=n(38517),y=n(1469),b=n(44144),w=n(56688),_=n(13218),C=n(72928),E=n(3674),k=n(81704),S="[object Arguments]",x="[object Function]",T="[object Object]",M={};M[S]=M["[object Array]"]=M["[object ArrayBuffer]"]=M["[object DataView]"]=M["[object Boolean]"]=M["[object Date]"]=M["[object Float32Array]"]=M["[object Float64Array]"]=M["[object Int8Array]"]=M["[object Int16Array]"]=M["[object Int32Array]"]=M["[object Map]"]=M["[object Number]"]=M[T]=M["[object RegExp]"]=M["[object Set]"]=M["[object String]"]=M["[object Symbol]"]=M["[object Uint8Array]"]=M["[object Uint8ClampedArray]"]=M["[object Uint16Array]"]=M["[object Uint32Array]"]=!0,M["[object Error]"]=M[x]=M["[object WeakMap]"]=!1,e.exports=function e(t,n,O,N,D,A){var L,P=1&n,F=2&n,R=4&n;if(O&&(L=D?O(t,N,D,A):O(t)),void 0!==L)return L;if(!_(t))return t;var j=y(t);if(j){if(L=m(t),!P)return u(t,L)}else{var I=f(t),Y=I==x||"[object GeneratorFunction]"==I;if(b(t))return l(t,P);if(I==T||I==S||Y&&!D){if(L=F||Y?{}:g(t),!P)return F?d(t,s(L,t)):c(t,o(L,t))}else{if(!M[I])return D?t:{};L=v(t,I,P)}}A||(A=new r);var V=A.get(t);if(V)return V;A.set(t,L),C(t)?t.forEach((function(r){L.add(e(r,n,O,r,t,A))})):w(t)&&t.forEach((function(r,a){L.set(a,e(r,n,O,a,t,A))}));var H=j?void 0:(R?F?h:p:F?k:E)(t);return a(H||t,(function(r,a){H&&(r=t[a=r]),i(L,a,e(r,n,O,a,t,A))})),L}},3118:function(e,t,n){var r=n(13218),a=Object.create,i=function(){function e(){}return function(t){if(!r(t))return{};if(a)return a(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();e.exports=i},20731:function(e,t,n){var r=n(88668),a=n(47443),i=n(1196),o=n(29932),s=n(7518),l=n(74757);e.exports=function(e,t,n,u){var c=-1,d=a,p=!0,h=e.length,f=[],m=t.length;if(!h)return f;n&&(t=o(t,s(n))),u?(d=i,p=!1):t.length>=200&&(d=l,p=!1,t=new r(t));e:for(;++c0&&i(c)?n>1?e(c,n-1,i,o,s):r(s,c):o||(s[s.length]=c)}return s}},28483:function(e,t,n){var r=n(25063)();e.exports=r},47816:function(e,t,n){var r=n(28483),a=n(3674);e.exports=function(e,t){return e&&r(e,t,a)}},97786:function(e,t,n){var r=n(71811),a=n(40327);e.exports=function(e,t){for(var n=0,i=(t=r(t,e)).length;null!=e&&n=n(r,a)&&e=120&&g.length>=120)?new r(h&&g):void 0}g=e[0];var y=-1,b=f[0];e:for(;++y9007199254740991)return r;do{n%2&&(r+=e),(n=t(n/2))&&(e+=e)}while(n);return r}},5976:function(e,t,n){var r=n(6557),a=n(45357),i=n(30061);e.exports=function(e,t){return i(a(e,t,r),e+"")}},10611:function(e,t,n){var r=n(34865),a=n(71811),i=n(65776),o=n(13218),s=n(40327);e.exports=function(e,t,n,l){if(!o(e))return e;for(var u=-1,c=(t=a(t,e)).length,d=c-1,p=e;null!=p&&++ua?0:a+t),(n=n>a?a:n)<0&&(n+=a),a=t>n?0:n-t>>>0,t>>>=0;for(var i=Array(a);++r=200){var m=t?null:s(e);if(m)return l(m);p=!1,c=o,f=new r}else f=t?[]:h;e:for(;++u=a?e:r(e,t,n)}},74318:function(e,t,n){var r=n(11149);e.exports=function(e){var t=new e.constructor(e.byteLength);return new r(t).set(new r(e)),t}},64626:function(e,t,n){e=n.nmd(e);var r=n(55639),a=t&&!t.nodeType&&t,i=a&&e&&!e.nodeType&&e,o=i&&i.exports===a?r.Buffer:void 0,s=o?o.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,r=s?s(n):new e.constructor(n);return e.copy(r),r}},57157:function(e,t,n){var r=n(74318);e.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}},93147:function(e){var t=/\w*$/;e.exports=function(e){var n=new e.constructor(e.source,t.exec(e));return n.lastIndex=e.lastIndex,n}},40419:function(e,t,n){var r=n(62705),a=r?r.prototype:void 0,i=a?a.valueOf:void 0;e.exports=function(e){return i?Object(i.call(e)):{}}},77133:function(e,t,n){var r=n(74318);e.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}},26393:function(e,t,n){var r=n(33448);e.exports=function(e,t){if(e!==t){var n=void 0!==e,a=null===e,i=e==e,o=r(e),s=void 0!==t,l=null===t,u=t==t,c=r(t);if(!l&&!c&&!o&&e>t||o&&s&&u&&!l&&!c||a&&s&&u||!n&&u||!i)return 1;if(!a&&!o&&!c&&e=l?u:u*("desc"==n[a]?-1:1)}return e.index-t.index}},278:function(e){e.exports=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n1?n[i-1]:void 0,s=i>2?n[2]:void 0;for(o=e.length>3&&"function"==typeof o?(i--,o):void 0,s&&a(n[0],n[1],s)&&(o=i<3?void 0:o,i=1),t=Object(t);++r-1?s[l?t[u]:u]:void 0}}},78302:function(e,t,n){var r=n(18190),a=n(80531),i=n(40180),o=n(62689),s=n(88016),l=n(83140),u=Math.ceil;e.exports=function(e,t){var n=(t=void 0===t?" ":a(t)).length;if(n<2)return n?r(t,e):t;var c=r(t,u(e/s(t)));return o(t)?i(l(c),0,e).join(""):c.slice(0,e)}},47445:function(e,t,n){var r=n(40098),a=n(16612),i=n(18601);e.exports=function(e){return function(t,n,o){return o&&"number"!=typeof o&&a(t,n,o)&&(n=o=void 0),t=i(t),void 0===n?(n=t,t=0):n=i(n),o=void 0===o?tc))return!1;var p=l.get(e),h=l.get(t);if(p&&h)return p==t&&h==e;var f=-1,m=!0,v=2&n?new r:void 0;for(l.set(e,t),l.set(t,e);++f":">",'"':""","'":"'"});e.exports=r},31994:function(e){var t={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};e.exports=function(e){return"\\"+t[e]}},99021:function(e,t,n){var r=n(85564),a=n(45357),i=n(30061);e.exports=function(e){return i(a(e,void 0,r),e+"")}},31957:function(e,t,n){var r="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;e.exports=r},58234:function(e,t,n){var r=n(68866),a=n(99551),i=n(3674);e.exports=function(e){return r(e,i,a)}},46904:function(e,t,n){var r=n(68866),a=n(51442),i=n(81704);e.exports=function(e){return r(e,i,a)}},45050:function(e,t,n){var r=n(37019);e.exports=function(e,t){var n=e.__data__;return r(t)?n["string"==typeof t?"string":"hash"]:n.map}},1499:function(e,t,n){var r=n(89162),a=n(3674);e.exports=function(e){for(var t=a(e),n=t.length;n--;){var i=t[n],o=e[i];t[n]=[i,o,r(o)]}return t}},10852:function(e,t,n){var r=n(28458),a=n(47801);e.exports=function(e,t){var n=a(e,t);return r(n)?n:void 0}},85924:function(e,t,n){var r=n(5569)(Object.getPrototypeOf,Object);e.exports=r},89607:function(e,t,n){var r=n(62705),a=Object.prototype,i=a.hasOwnProperty,o=a.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=i.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(e){}var a=o.call(e);return r&&(t?e[s]=n:delete e[s]),a}},99551:function(e,t,n){var r=n(34963),a=n(70479),i=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,s=o?function(e){return null==e?[]:(e=Object(e),r(o(e),(function(t){return i.call(e,t)})))}:a;e.exports=s},51442:function(e,t,n){var r=n(62488),a=n(85924),i=n(99551),o=n(70479),s=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)r(t,i(e)),e=a(e);return t}:o;e.exports=s},64160:function(e,t,n){var r=n(18552),a=n(57071),i=n(53818),o=n(58525),s=n(70577),l=n(44239),u=n(80346),c="[object Map]",d="[object Promise]",p="[object Set]",h="[object WeakMap]",f="[object DataView]",m=u(r),v=u(a),g=u(i),y=u(o),b=u(s),w=l;(r&&w(new r(new ArrayBuffer(1)))!=f||a&&w(new a)!=c||i&&w(i.resolve())!=d||o&&w(new o)!=p||s&&w(new s)!=h)&&(w=function(e){var t=l(e),n="[object Object]"==t?e.constructor:void 0,r=n?u(n):"";if(r)switch(r){case m:return f;case v:return c;case g:return d;case y:return p;case b:return h}return t}),e.exports=w},47801:function(e){e.exports=function(e,t){return null==e?void 0:e[t]}},222:function(e,t,n){var r=n(71811),a=n(35694),i=n(1469),o=n(65776),s=n(41780),l=n(40327);e.exports=function(e,t,n){for(var u=-1,c=(t=r(t,e)).length,d=!1;++u-1&&e%1==0&&e-1}},54705:function(e,t,n){var r=n(18470);e.exports=function(e,t){var n=this.__data__,a=r(n,e);return a<0?(++this.size,n.push([e,t])):n[a][1]=t,this}},24785:function(e,t,n){var r=n(1989),a=n(38407),i=n(57071);e.exports=function(){this.size=0,this.__data__={hash:new r,map:new(i||a),string:new r}}},11285:function(e,t,n){var r=n(45050);e.exports=function(e){var t=r(this,e).delete(e);return this.size-=t?1:0,t}},96e3:function(e,t,n){var r=n(45050);e.exports=function(e){return r(this,e).get(e)}},49916:function(e,t,n){var r=n(45050);e.exports=function(e){return r(this,e).has(e)}},95265:function(e,t,n){var r=n(45050);e.exports=function(e,t){var n=r(this,e),a=n.size;return n.set(e,t),this.size+=n.size==a?0:1,this}},68776:function(e){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}},42634:function(e){e.exports=function(e,t){return function(n){return null!=n&&n[e]===t&&(void 0!==t||e in Object(n))}}},24523:function(e,t,n){var r=n(88306);e.exports=function(e){var t=r(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}},94536:function(e,t,n){var r=n(10852)(Object,"create");e.exports=r},86916:function(e,t,n){var r=n(5569)(Object.keys,Object);e.exports=r},33498:function(e){e.exports=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}},31167:function(e,t,n){e=n.nmd(e);var r=n(31957),a=t&&!t.nodeType&&t,i=a&&e&&!e.nodeType&&e,o=i&&i.exports===a&&r.process,s=function(){try{return i&&i.require&&i.require("util").types||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=s},2333:function(e){var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5569:function(e){e.exports=function(e,t){return function(n){return e(t(n))}}},45357:function(e,t,n){var r=n(96874),a=Math.max;e.exports=function(e,t,n){return t=a(void 0===t?e.length-1:t,0),function(){for(var i=arguments,o=-1,s=a(i.length-t,0),l=Array(s);++o/g},76051:function(e){e.exports=/<%([\s\S]+?)%>/g},5712:function(e){e.exports=/<%=([\s\S]+?)%>/g},55639:function(e,t,n){var r=n(31957),a="object"==typeof self&&self&&self.Object===Object&&self,i=r||a||Function("return this")();e.exports=i},36390:function(e){e.exports=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}},90619:function(e){e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},72385:function(e){e.exports=function(e){return this.__data__.has(e)}},21814:function(e){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}},99294:function(e){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=[e,e]})),n}},30061:function(e,t,n){var r=n(56560),a=n(21275)(r);e.exports=a},21275:function(e){var t=Date.now;e.exports=function(e){var n=0,r=0;return function(){var a=t(),i=16-(a-r);if(r=a,i>0){if(++n>=800)return arguments[0]}else n=0;return e.apply(void 0,arguments)}}},37465:function(e,t,n){var r=n(38407);e.exports=function(){this.__data__=new r,this.size=0}},63779:function(e){e.exports=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}},67599:function(e){e.exports=function(e){return this.__data__.get(e)}},44758:function(e){e.exports=function(e){return this.__data__.has(e)}},34309:function(e,t,n){var r=n(38407),a=n(57071),i=n(83369);e.exports=function(e,t){var n=this.__data__;if(n instanceof r){var o=n.__data__;if(!a||o.length<199)return o.push([e,t]),this.size=++n.size,this;n=this.__data__=new i(o)}return n.set(e,t),this.size=n.size,this}},42351:function(e){e.exports=function(e,t,n){for(var r=n-1,a=e.length;++r=t||n<0||v&&e-f>=c}function w(){var e=a();if(b(e))return _(e);p=setTimeout(w,function(e){var n=t-(e-h);return v?s(n,c-(e-f)):n}(e))}function _(e){return p=void 0,g&&l?y(e):(l=u=void 0,d)}function C(){var e=a(),n=b(e);if(l=arguments,u=this,h=e,n){if(void 0===p)return function(e){return f=e,p=setTimeout(w,t),m?y(e):d}(h);if(v)return clearTimeout(p),p=setTimeout(w,t),y(h)}return void 0===p&&(p=setTimeout(w,t)),d}return t=i(t)||0,r(n)&&(m=!!n.leading,c=(v="maxWait"in n)?o(i(n.maxWait)||0,t):c,g="trailing"in n?!!n.trailing:g),C.cancel=function(){void 0!==p&&clearTimeout(p),f=0,l=h=u=p=void 0},C.flush=function(){return void 0===p?d:_(a())},C}},53816:function(e,t,n){var r=n(69389),a=n(79833),i=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,o=RegExp("[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]","g");e.exports=function(e){return(e=a(e))&&e.replace(i,r).replace(o,"")}},91966:function(e,t,n){var r=n(20731),a=n(21078),i=n(5976),o=n(29246),s=i((function(e,t){return o(e)?r(e,a(t,1,o,!0)):[]}));e.exports=s},66073:function(e,t,n){e.exports=n(84486)},66654:function(e,t,n){var r=n(29750),a=n(80531),i=n(40554),o=n(79833);e.exports=function(e,t,n){e=o(e),t=a(t);var s=e.length,l=n=void 0===n?s:r(i(n),0,s);return(n-=t.length)>=0&&e.slice(n,l)==t}},77813:function(e){e.exports=function(e,t){return e===t||e!=e&&t!=t}},7187:function(e,t,n){var r=n(89464),a=n(79833),i=/[&<>"']/g,o=RegExp(i.source);e.exports=function(e){return(e=a(e))&&o.test(e)?e.replace(i,r):e}},22205:function(e,t,n){e.exports=n(3045)},63105:function(e,t,n){var r=n(34963),a=n(80760),i=n(67206),o=n(1469);e.exports=function(e,t){return(o(e)?r:a)(e,i(t,3))}},13311:function(e,t,n){var r=n(67740)(n(30998));e.exports=r},30998:function(e,t,n){var r=n(41848),a=n(67206),i=n(40554),o=Math.max;e.exports=function(e,t,n){var s=null==e?0:e.length;if(!s)return-1;var l=null==n?0:i(n);return l<0&&(l=o(s+l,0)),r(e,a(t,3),l)}},7436:function(e,t,n){var r=n(41848),a=n(67206),i=n(40554),o=Math.max,s=Math.min;e.exports=function(e,t,n){var l=null==e?0:e.length;if(!l)return-1;var u=l-1;return void 0!==n&&(u=i(n),u=n<0?o(l+u,0):s(u,l-1)),r(e,a(t,3),u,!0)}},85564:function(e,t,n){var r=n(21078);e.exports=function(e){return null!=e&&e.length?r(e,1):[]}},84486:function(e,t,n){var r=n(77412),a=n(89881),i=n(54290),o=n(1469);e.exports=function(e,t){return(o(e)?r:a)(e,i(t))}},27361:function(e,t,n){var r=n(97786);e.exports=function(e,t,n){var a=null==e?void 0:r(e,t);return void 0===a?n:a}},7739:function(e,t,n){var r=n(89465),a=n(55189),i=Object.prototype.hasOwnProperty,o=a((function(e,t,n){i.call(e,n)?e[n].push(t):r(e,n,[t])}));e.exports=o},79095:function(e,t,n){var r=n(13),a=n(222);e.exports=function(e,t){return null!=e&&a(e,t,r)}},6557:function(e){e.exports=function(e){return e}},94174:function(e,t,n){var r=n(15600),a=n(18601),i=n(14841);e.exports=function(e,t,n){return t=a(t),void 0===n?(n=t,t=0):n=a(n),e=i(e),r(e,t,n)}},25325:function(e,t,n){var r=n(29932),a=n(47556),i=n(5976),o=n(24387),s=i((function(e){var t=r(e,o);return t.length&&t[0]===e[0]?a(t):[]}));e.exports=s},71843:function(e,t,n){var r=n(29932),a=n(47556),i=n(67206),o=n(5976),s=n(24387),l=n(10928),u=o((function(e){var t=l(e),n=r(e,s);return t===l(n)?t=void 0:n.pop(),n.length&&n[0]===e[0]?a(n,i(t,2)):[]}));e.exports=u},33856:function(e,t,n){var r=n(29932),a=n(47556),i=n(5976),o=n(24387),s=n(10928),l=i((function(e){var t=s(e),n=r(e,o);return(t="function"==typeof t?t:void 0)&&n.pop(),n.length&&n[0]===e[0]?a(n,void 0,t):[]}));e.exports=l},35694:function(e,t,n){var r=n(9454),a=n(37005),i=Object.prototype,o=i.hasOwnProperty,s=i.propertyIsEnumerable,l=r(function(){return arguments}())?r:function(e){return a(e)&&o.call(e,"callee")&&!s.call(e,"callee")};e.exports=l},1469:function(e){var t=Array.isArray;e.exports=t},98612:function(e,t,n){var r=n(23560),a=n(41780);e.exports=function(e){return null!=e&&a(e.length)&&!r(e)}},29246:function(e,t,n){var r=n(98612),a=n(37005);e.exports=function(e){return a(e)&&r(e)}},51584:function(e,t,n){var r=n(44239),a=n(37005);e.exports=function(e){return!0===e||!1===e||a(e)&&"[object Boolean]"==r(e)}},44144:function(e,t,n){e=n.nmd(e);var r=n(55639),a=n(95062),i=t&&!t.nodeType&&t,o=i&&e&&!e.nodeType&&e,s=o&&o.exports===i?r.Buffer:void 0,l=(s?s.isBuffer:void 0)||a;e.exports=l},41609:function(e,t,n){var r=n(280),a=n(64160),i=n(35694),o=n(1469),s=n(98612),l=n(44144),u=n(25726),c=n(36719),d=Object.prototype.hasOwnProperty;e.exports=function(e){if(null==e)return!0;if(s(e)&&(o(e)||"string"==typeof e||"function"==typeof e.splice||l(e)||c(e)||i(e)))return!e.length;var t=a(e);if("[object Map]"==t||"[object Set]"==t)return!e.size;if(u(e))return!r(e).length;for(var n in e)if(d.call(e,n))return!1;return!0}},28368:function(e,t,n){var r=n(90939);e.exports=function(e,t,n){var a=(n="function"==typeof n?n:void 0)?n(e,t):void 0;return void 0===a?r(e,t,void 0,n):!!a}},64647:function(e,t,n){var r=n(44239),a=n(37005),i=n(68630);e.exports=function(e){if(!a(e))return!1;var t=r(e);return"[object Error]"==t||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!i(e)}},23560:function(e,t,n){var r=n(44239),a=n(13218);e.exports=function(e){if(!a(e))return!1;var t=r(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},93754:function(e,t,n){var r=n(40554);e.exports=function(e){return"number"==typeof e&&e==r(e)}},41780:function(e){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},56688:function(e,t,n){var r=n(25588),a=n(7518),i=n(31167),o=i&&i.isMap,s=o?a(o):r;e.exports=s},7654:function(e,t,n){var r=n(81763);e.exports=function(e){return r(e)&&e!=+e}},81763:function(e,t,n){var r=n(44239),a=n(37005);e.exports=function(e){return"number"==typeof e||a(e)&&"[object Number]"==r(e)}},13218:function(e){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},37005:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},68630:function(e,t,n){var r=n(44239),a=n(85924),i=n(37005),o=Function.prototype,s=Object.prototype,l=o.toString,u=s.hasOwnProperty,c=l.call(Object);e.exports=function(e){if(!i(e)||"[object Object]"!=r(e))return!1;var t=a(e);if(null===t)return!0;var n=u.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&l.call(n)==c}},96347:function(e,t,n){var r=n(23933),a=n(7518),i=n(31167),o=i&&i.isRegExp,s=o?a(o):r;e.exports=s},72928:function(e,t,n){var r=n(29221),a=n(7518),i=n(31167),o=i&&i.isSet,s=o?a(o):r;e.exports=s},47037:function(e,t,n){var r=n(44239),a=n(1469),i=n(37005);e.exports=function(e){return"string"==typeof e||!a(e)&&i(e)&&"[object String]"==r(e)}},33448:function(e,t,n){var r=n(44239),a=n(37005);e.exports=function(e){return"symbol"==typeof e||a(e)&&"[object Symbol]"==r(e)}},36719:function(e,t,n){var r=n(38749),a=n(7518),i=n(31167),o=i&&i.isTypedArray,s=o?a(o):r;e.exports=s},21804:function(e,t,n){var r=n(35393)((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()}));e.exports=r},3674:function(e,t,n){var r=n(14636),a=n(280),i=n(98612);e.exports=function(e){return i(e)?r(e):a(e)}},81704:function(e,t,n){var r=n(14636),a=n(10313),i=n(98612);e.exports=function(e){return i(e)?r(e,!0):a(e)}},96486:function(e,t,n){var r;e=n.nmd(e),function(){var a,i="Expected a function",o="__lodash_hash_undefined__",s="__lodash_placeholder__",l=32,u=128,c=1/0,d=9007199254740991,p=NaN,h=4294967295,f=[["ary",u],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",l],["partialRight",64],["rearg",256]],m="[object Arguments]",v="[object Array]",g="[object Boolean]",y="[object Date]",b="[object Error]",w="[object Function]",_="[object GeneratorFunction]",C="[object Map]",E="[object Number]",k="[object Object]",S="[object Promise]",x="[object RegExp]",T="[object Set]",M="[object String]",O="[object Symbol]",N="[object WeakMap]",D="[object ArrayBuffer]",A="[object DataView]",L="[object Float32Array]",P="[object Float64Array]",F="[object Int8Array]",R="[object Int16Array]",j="[object Int32Array]",I="[object Uint8Array]",Y="[object Uint8ClampedArray]",V="[object Uint16Array]",H="[object Uint32Array]",Z=/\b__p \+= '';/g,B=/\b(__p \+=) '' \+/g,z=/(__e\(.*?\)|\b__t\)) \+\n'';/g,W=/&(?:amp|lt|gt|quot|#39);/g,U=/[&<>"']/g,K=RegExp(W.source),J=RegExp(U.source),q=/<%-([\s\S]+?)%>/g,G=/<%([\s\S]+?)%>/g,$=/<%=([\s\S]+?)%>/g,X=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Q=/^\w*$/,ee=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,te=/[\\^$.*+?()[\]{}|]/g,ne=RegExp(te.source),re=/^\s+/,ae=/\s/,ie=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,oe=/\{\n\/\* \[wrapped with (.+)\] \*/,se=/,? & /,le=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ue=/[()=,{}\[\]\/\s]/,ce=/\\(\\)?/g,de=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,pe=/\w*$/,he=/^[-+]0x[0-9a-f]+$/i,fe=/^0b[01]+$/i,me=/^\[object .+?Constructor\]$/,ve=/^0o[0-7]+$/i,ge=/^(?:0|[1-9]\d*)$/,ye=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,be=/($^)/,we=/['\n\r\u2028\u2029\\]/g,_e="\\ud800-\\udfff",Ce="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Ee="\\u2700-\\u27bf",ke="a-z\\xdf-\\xf6\\xf8-\\xff",Se="A-Z\\xc0-\\xd6\\xd8-\\xde",xe="\\ufe0e\\ufe0f",Te="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Me="["+_e+"]",Oe="["+Te+"]",Ne="["+Ce+"]",De="\\d+",Ae="["+Ee+"]",Le="["+ke+"]",Pe="[^"+_e+Te+De+Ee+ke+Se+"]",Fe="\\ud83c[\\udffb-\\udfff]",Re="[^"+_e+"]",je="(?:\\ud83c[\\udde6-\\uddff]){2}",Ie="[\\ud800-\\udbff][\\udc00-\\udfff]",Ye="["+Se+"]",Ve="\\u200d",He="(?:"+Le+"|"+Pe+")",Ze="(?:"+Ye+"|"+Pe+")",Be="(?:['’](?:d|ll|m|re|s|t|ve))?",ze="(?:['’](?:D|LL|M|RE|S|T|VE))?",We="(?:"+Ne+"|"+Fe+")?",Ue="["+xe+"]?",Ke=Ue+We+"(?:"+Ve+"(?:"+[Re,je,Ie].join("|")+")"+Ue+We+")*",Je="(?:"+[Ae,je,Ie].join("|")+")"+Ke,qe="(?:"+[Re+Ne+"?",Ne,je,Ie,Me].join("|")+")",Ge=RegExp("['’]","g"),$e=RegExp(Ne,"g"),Xe=RegExp(Fe+"(?="+Fe+")|"+qe+Ke,"g"),Qe=RegExp([Ye+"?"+Le+"+"+Be+"(?="+[Oe,Ye,"$"].join("|")+")",Ze+"+"+ze+"(?="+[Oe,Ye+He,"$"].join("|")+")",Ye+"?"+He+"+"+Be,Ye+"+"+ze,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",De,Je].join("|"),"g"),et=RegExp("["+Ve+_e+Ce+xe+"]"),tt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,nt=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],rt=-1,at={};at[L]=at[P]=at[F]=at[R]=at[j]=at[I]=at[Y]=at[V]=at[H]=!0,at[m]=at[v]=at[D]=at[g]=at[A]=at[y]=at[b]=at[w]=at[C]=at[E]=at[k]=at[x]=at[T]=at[M]=at[N]=!1;var it={};it[m]=it[v]=it[D]=it[A]=it[g]=it[y]=it[L]=it[P]=it[F]=it[R]=it[j]=it[C]=it[E]=it[k]=it[x]=it[T]=it[M]=it[O]=it[I]=it[Y]=it[V]=it[H]=!0,it[b]=it[w]=it[N]=!1;var ot={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},st=parseFloat,lt=parseInt,ut="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,ct="object"==typeof self&&self&&self.Object===Object&&self,dt=ut||ct||Function("return this")(),pt=t&&!t.nodeType&&t,ht=pt&&e&&!e.nodeType&&e,ft=ht&&ht.exports===pt,mt=ft&&ut.process,vt=function(){try{return ht&&ht.require&&ht.require("util").types||mt&&mt.binding&&mt.binding("util")}catch(e){}}(),gt=vt&&vt.isArrayBuffer,yt=vt&&vt.isDate,bt=vt&&vt.isMap,wt=vt&&vt.isRegExp,_t=vt&&vt.isSet,Ct=vt&&vt.isTypedArray;function Et(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function kt(e,t,n,r){for(var a=-1,i=null==e?0:e.length;++a-1}function Nt(e,t,n){for(var r=-1,a=null==e?0:e.length;++r-1;);return n}function Qt(e,t){for(var n=e.length;n--&&Yt(t,e[n],0)>-1;);return n}var en=zt({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),tn=zt({"&":"&","<":"<",">":">",'"':""","'":"'"});function nn(e){return"\\"+ot[e]}function rn(e){return et.test(e)}function an(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function on(e,t){return function(n){return e(t(n))}}function sn(e,t){for(var n=-1,r=e.length,a=0,i=[];++n",""":'"',"'":"'"}),fn=function e(t){var n,r=(t=null==t?dt:fn.defaults(dt.Object(),t,fn.pick(dt,nt))).Array,ae=t.Date,_e=t.Error,Ce=t.Function,Ee=t.Math,ke=t.Object,Se=t.RegExp,xe=t.String,Te=t.TypeError,Me=r.prototype,Oe=Ce.prototype,Ne=ke.prototype,De=t["__core-js_shared__"],Ae=Oe.toString,Le=Ne.hasOwnProperty,Pe=0,Fe=(n=/[^.]+$/.exec(De&&De.keys&&De.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Re=Ne.toString,je=Ae.call(ke),Ie=dt._,Ye=Se("^"+Ae.call(Le).replace(te,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ve=ft?t.Buffer:a,He=t.Symbol,Ze=t.Uint8Array,Be=Ve?Ve.allocUnsafe:a,ze=on(ke.getPrototypeOf,ke),We=ke.create,Ue=Ne.propertyIsEnumerable,Ke=Me.splice,Je=He?He.isConcatSpreadable:a,qe=He?He.iterator:a,Xe=He?He.toStringTag:a,et=function(){try{var e=li(ke,"defineProperty");return e({},"",{}),e}catch(e){}}(),ot=t.clearTimeout!==dt.clearTimeout&&t.clearTimeout,ut=ae&&ae.now!==dt.Date.now&&ae.now,ct=t.setTimeout!==dt.setTimeout&&t.setTimeout,pt=Ee.ceil,ht=Ee.floor,mt=ke.getOwnPropertySymbols,vt=Ve?Ve.isBuffer:a,Rt=t.isFinite,zt=Me.join,mn=on(ke.keys,ke),vn=Ee.max,gn=Ee.min,yn=ae.now,bn=t.parseInt,wn=Ee.random,_n=Me.reverse,Cn=li(t,"DataView"),En=li(t,"Map"),kn=li(t,"Promise"),Sn=li(t,"Set"),xn=li(t,"WeakMap"),Tn=li(ke,"create"),Mn=xn&&new xn,On={},Nn=Ri(Cn),Dn=Ri(En),An=Ri(kn),Ln=Ri(Sn),Pn=Ri(xn),Fn=He?He.prototype:a,Rn=Fn?Fn.valueOf:a,jn=Fn?Fn.toString:a;function In(e){if(es(e)&&!Bo(e)&&!(e instanceof Zn)){if(e instanceof Hn)return e;if(Le.call(e,"__wrapped__"))return ji(e)}return new Hn(e)}var Yn=function(){function e(){}return function(t){if(!Qo(t))return{};if(We)return We(t);e.prototype=t;var n=new e;return e.prototype=a,n}}();function Vn(){}function Hn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=a}function Zn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=h,this.__views__=[]}function Bn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function or(e,t,n,r,i,o){var s,l=1&t,u=2&t,c=4&t;if(n&&(s=i?n(e,r,i,o):n(e)),s!==a)return s;if(!Qo(e))return e;var d=Bo(e);if(d){if(s=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&Le.call(e,"index")&&(n.index=e.index,n.input=e.input),n}(e),!l)return xa(e,s)}else{var p=di(e),h=p==w||p==_;if(Ko(e))return wa(e,l);if(p==k||p==m||h&&!i){if(s=u||h?{}:hi(e),!l)return u?function(e,t){return Ta(e,ci(e),t)}(e,function(e,t){return e&&Ta(t,Ds(t),e)}(s,e)):function(e,t){return Ta(e,ui(e),t)}(e,nr(s,e))}else{if(!it[p])return i?e:{};s=function(e,t,n){var r,a=e.constructor;switch(t){case D:return _a(e);case g:case y:return new a(+e);case A:return function(e,t){var n=t?_a(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case L:case P:case F:case R:case j:case I:case Y:case V:case H:return Ca(e,n);case C:return new a;case E:case M:return new a(e);case x:return function(e){var t=new e.constructor(e.source,pe.exec(e));return t.lastIndex=e.lastIndex,t}(e);case T:return new a;case O:return r=e,Rn?ke(Rn.call(r)):{}}}(e,p,l)}}o||(o=new Kn);var f=o.get(e);if(f)return f;o.set(e,s),is(e)?e.forEach((function(r){s.add(or(r,t,n,r,e,o))})):ts(e)&&e.forEach((function(r,a){s.set(a,or(r,t,n,a,e,o))}));var v=d?a:(c?u?ti:ei:u?Ds:Ns)(e);return St(v||e,(function(r,a){v&&(r=e[a=r]),Qn(s,a,or(r,t,n,a,e,o))})),s}function sr(e,t,n){var r=n.length;if(null==e)return!r;for(e=ke(e);r--;){var i=n[r],o=t[i],s=e[i];if(s===a&&!(i in e)||!o(s))return!1}return!0}function lr(e,t,n){if("function"!=typeof e)throw new Te(i);return Ti((function(){e.apply(a,n)}),t)}function ur(e,t,n,r){var a=-1,i=Ot,o=!0,s=e.length,l=[],u=t.length;if(!s)return l;n&&(t=Dt(t,qt(n))),r?(i=Nt,o=!1):t.length>=200&&(i=$t,o=!1,t=new Un(t));e:for(;++a-1},zn.prototype.set=function(e,t){var n=this.__data__,r=er(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Wn.prototype.clear=function(){this.size=0,this.__data__={hash:new Bn,map:new(En||zn),string:new Bn}},Wn.prototype.delete=function(e){var t=oi(this,e).delete(e);return this.size-=t?1:0,t},Wn.prototype.get=function(e){return oi(this,e).get(e)},Wn.prototype.has=function(e){return oi(this,e).has(e)},Wn.prototype.set=function(e,t){var n=oi(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},Un.prototype.add=Un.prototype.push=function(e){return this.__data__.set(e,o),this},Un.prototype.has=function(e){return this.__data__.has(e)},Kn.prototype.clear=function(){this.__data__=new zn,this.size=0},Kn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Kn.prototype.get=function(e){return this.__data__.get(e)},Kn.prototype.has=function(e){return this.__data__.has(e)},Kn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof zn){var r=n.__data__;if(!En||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Wn(r)}return n.set(e,t),this.size=n.size,this};var cr=Na(yr),dr=Na(br,!0);function pr(e,t){var n=!0;return cr(e,(function(e,r,a){return n=!!t(e,r,a)})),n}function hr(e,t,n){for(var r=-1,i=e.length;++r0&&n(s)?t>1?mr(s,t-1,n,r,a):At(a,s):r||(a[a.length]=s)}return a}var vr=Da(),gr=Da(!0);function yr(e,t){return e&&vr(e,t,Ns)}function br(e,t){return e&&gr(e,t,Ns)}function wr(e,t){return Mt(t,(function(t){return Go(e[t])}))}function _r(e,t){for(var n=0,r=(t=va(t,e)).length;null!=e&&nt}function Sr(e,t){return null!=e&&Le.call(e,t)}function xr(e,t){return null!=e&&t in ke(e)}function Tr(e,t,n){for(var i=n?Nt:Ot,o=e[0].length,s=e.length,l=s,u=r(s),c=1/0,d=[];l--;){var p=e[l];l&&t&&(p=Dt(p,qt(t))),c=gn(p.length,c),u[l]=!n&&(t||o>=120&&p.length>=120)?new Un(l&&p):a}p=e[0];var h=-1,f=u[0];e:for(;++h=s?l:l*("desc"==n[r]?-1:1)}return e.index-t.index}(e,t,n)}));r--;)e[r]=e[r].value;return e}(a)}function Zr(e,t,n){for(var r=-1,a=t.length,i={};++r-1;)s!==e&&Ke.call(s,l,1),Ke.call(e,l,1);return e}function zr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var a=t[n];if(n==r||a!==i){var i=a;mi(a)?Ke.call(e,a,1):la(e,a)}}return e}function Wr(e,t){return e+ht(wn()*(t-e+1))}function Ur(e,t){var n="";if(!e||t<1||t>d)return n;do{t%2&&(n+=e),(t=ht(t/2))&&(e+=e)}while(t);return n}function Kr(e,t){return Mi(Ei(e,t,nl),e+"")}function Jr(e){return qn(Ys(e))}function qr(e,t){var n=Ys(e);return Di(n,ir(t,0,n.length))}function Gr(e,t,n,r){if(!Qo(e))return e;for(var i=-1,o=(t=va(t,e)).length,s=o-1,l=e;null!=l&&++ii?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var o=r(i);++a>>1,o=e[i];null!==o&&!ss(o)&&(n?o<=t:o=200){var u=t?null:Ua(e);if(u)return ln(u);o=!1,a=$t,l=new Un}else l=t?[]:s;e:for(;++r=r?e:ea(e,t,n)}var ba=ot||function(e){return dt.clearTimeout(e)};function wa(e,t){if(t)return e.slice();var n=e.length,r=Be?Be(n):new e.constructor(n);return e.copy(r),r}function _a(e){var t=new e.constructor(e.byteLength);return new Ze(t).set(new Ze(e)),t}function Ca(e,t){var n=t?_a(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function Ea(e,t){if(e!==t){var n=e!==a,r=null===e,i=e==e,o=ss(e),s=t!==a,l=null===t,u=t==t,c=ss(t);if(!l&&!c&&!o&&e>t||o&&s&&u&&!l&&!c||r&&s&&u||!n&&u||!i)return 1;if(!r&&!o&&!c&&e1?n[i-1]:a,s=i>2?n[2]:a;for(o=e.length>3&&"function"==typeof o?(i--,o):a,s&&vi(n[0],n[1],s)&&(o=i<3?a:o,i=1),t=ke(t);++r-1?i[o?t[s]:s]:a}}function Ra(e){return Qa((function(t){var n=t.length,r=n,o=Hn.prototype.thru;for(e&&t.reverse();r--;){var s=t[r];if("function"!=typeof s)throw new Te(i);if(o&&!l&&"wrapper"==ri(s))var l=new Hn([],!0)}for(r=l?r:n;++r1&&w.reverse(),h&&dl))return!1;var c=o.get(e),d=o.get(t);if(c&&d)return c==t&&d==e;var p=-1,h=!0,f=2&n?new Un:a;for(o.set(e,t),o.set(t,e);++p-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(ie,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return St(f,(function(n){var r="_."+n[0];t&n[1]&&!Ot(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(oe);return t?t[1].split(se):[]}(r),n)))}function Ni(e){var t=0,n=0;return function(){var r=yn(),i=16-(r-n);if(n=r,i>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(a,arguments)}}function Di(e,t){var n=-1,r=e.length,i=r-1;for(t=t===a?r:t;++n1?e[t-1]:a;return n="function"==typeof n?(e.pop(),n):a,ro(e,n)}));function co(e){var t=In(e);return t.__chain__=!0,t}function po(e,t){return t(e)}var ho=Qa((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,i=function(t){return ar(t,e)};return!(t>1||this.__actions__.length)&&r instanceof Zn&&mi(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:po,args:[i],thisArg:a}),new Hn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(a),e}))):this.thru(i)})),fo=Ma((function(e,t,n){Le.call(e,n)?++e[n]:rr(e,n,1)})),mo=Fa(Hi),vo=Fa(Zi);function go(e,t){return(Bo(e)?St:cr)(e,ii(t,3))}function yo(e,t){return(Bo(e)?xt:dr)(e,ii(t,3))}var bo=Ma((function(e,t,n){Le.call(e,n)?e[n].push(t):rr(e,n,[t])})),wo=Kr((function(e,t,n){var a=-1,i="function"==typeof t,o=Wo(e)?r(e.length):[];return cr(e,(function(e){o[++a]=i?Et(t,e,n):Mr(e,t,n)})),o})),_o=Ma((function(e,t,n){rr(e,n,t)}));function Co(e,t){return(Bo(e)?Dt:Rr)(e,ii(t,3))}var Eo=Ma((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]})),ko=Kr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&vi(e,t[0],t[1])?t=[]:n>2&&vi(t[0],t[1],t[2])&&(t=[t[0]]),Hr(e,mr(t,1),[])})),So=ut||function(){return dt.Date.now()};function xo(e,t,n){return t=n?a:t,t=e&&null==t?e.length:t,Ja(e,u,a,a,a,a,t)}function To(e,t){var n;if("function"!=typeof t)throw new Te(i);return e=hs(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=a),n}}var Mo=Kr((function(e,t,n){var r=1;if(n.length){var a=sn(n,ai(Mo));r|=l}return Ja(e,r,t,n,a)})),Oo=Kr((function(e,t,n){var r=3;if(n.length){var a=sn(n,ai(Oo));r|=l}return Ja(t,r,e,n,a)}));function No(e,t,n){var r,o,s,l,u,c,d=0,p=!1,h=!1,f=!0;if("function"!=typeof e)throw new Te(i);function m(t){var n=r,i=o;return r=o=a,d=t,l=e.apply(i,n)}function v(e){var n=e-c;return c===a||n>=t||n<0||h&&e-d>=s}function g(){var e=So();if(v(e))return y(e);u=Ti(g,function(e){var n=t-(e-c);return h?gn(n,s-(e-d)):n}(e))}function y(e){return u=a,f&&r?m(e):(r=o=a,l)}function b(){var e=So(),n=v(e);if(r=arguments,o=this,c=e,n){if(u===a)return function(e){return d=e,u=Ti(g,t),p?m(e):l}(c);if(h)return ba(u),u=Ti(g,t),m(c)}return u===a&&(u=Ti(g,t)),l}return t=ms(t)||0,Qo(n)&&(p=!!n.leading,s=(h="maxWait"in n)?vn(ms(n.maxWait)||0,t):s,f="trailing"in n?!!n.trailing:f),b.cancel=function(){u!==a&&ba(u),d=0,r=c=o=u=a},b.flush=function(){return u===a?l:y(So())},b}var Do=Kr((function(e,t){return lr(e,1,t)})),Ao=Kr((function(e,t,n){return lr(e,ms(t)||0,n)}));function Lo(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Te(i);var n=function(){var r=arguments,a=t?t.apply(this,r):r[0],i=n.cache;if(i.has(a))return i.get(a);var o=e.apply(this,r);return n.cache=i.set(a,o)||i,o};return n.cache=new(Lo.Cache||Wn),n}function Po(e){if("function"!=typeof e)throw new Te(i);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Lo.Cache=Wn;var Fo=ga((function(e,t){var n=(t=1==t.length&&Bo(t[0])?Dt(t[0],qt(ii())):Dt(mr(t,1),qt(ii()))).length;return Kr((function(r){for(var a=-1,i=gn(r.length,n);++a=t})),Zo=Or(function(){return arguments}())?Or:function(e){return es(e)&&Le.call(e,"callee")&&!Ue.call(e,"callee")},Bo=r.isArray,zo=gt?qt(gt):function(e){return es(e)&&Er(e)==D};function Wo(e){return null!=e&&Xo(e.length)&&!Go(e)}function Uo(e){return es(e)&&Wo(e)}var Ko=vt||ml,Jo=yt?qt(yt):function(e){return es(e)&&Er(e)==y};function qo(e){if(!es(e))return!1;var t=Er(e);return t==b||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!rs(e)}function Go(e){if(!Qo(e))return!1;var t=Er(e);return t==w||t==_||"[object AsyncFunction]"==t||"[object Proxy]"==t}function $o(e){return"number"==typeof e&&e==hs(e)}function Xo(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=d}function Qo(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function es(e){return null!=e&&"object"==typeof e}var ts=bt?qt(bt):function(e){return es(e)&&di(e)==C};function ns(e){return"number"==typeof e||es(e)&&Er(e)==E}function rs(e){if(!es(e)||Er(e)!=k)return!1;var t=ze(e);if(null===t)return!0;var n=Le.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Ae.call(n)==je}var as=wt?qt(wt):function(e){return es(e)&&Er(e)==x},is=_t?qt(_t):function(e){return es(e)&&di(e)==T};function os(e){return"string"==typeof e||!Bo(e)&&es(e)&&Er(e)==M}function ss(e){return"symbol"==typeof e||es(e)&&Er(e)==O}var ls=Ct?qt(Ct):function(e){return es(e)&&Xo(e.length)&&!!at[Er(e)]},us=Ba(Fr),cs=Ba((function(e,t){return e<=t}));function ds(e){if(!e)return[];if(Wo(e))return os(e)?dn(e):xa(e);if(qe&&e[qe])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[qe]());var t=di(e);return(t==C?an:t==T?ln:Ys)(e)}function ps(e){return e?(e=ms(e))===c||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function hs(e){var t=ps(e),n=t%1;return t==t?n?t-n:t:0}function fs(e){return e?ir(hs(e),0,h):0}function ms(e){if("number"==typeof e)return e;if(ss(e))return p;if(Qo(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Qo(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Jt(e);var n=fe.test(e);return n||ve.test(e)?lt(e.slice(2),n?2:8):he.test(e)?p:+e}function vs(e){return Ta(e,Ds(e))}function gs(e){return null==e?"":oa(e)}var ys=Oa((function(e,t){if(wi(t)||Wo(t))Ta(t,Ns(t),e);else for(var n in t)Le.call(t,n)&&Qn(e,n,t[n])})),bs=Oa((function(e,t){Ta(t,Ds(t),e)})),ws=Oa((function(e,t,n,r){Ta(t,Ds(t),e,r)})),_s=Oa((function(e,t,n,r){Ta(t,Ns(t),e,r)})),Cs=Qa(ar),Es=Kr((function(e,t){e=ke(e);var n=-1,r=t.length,i=r>2?t[2]:a;for(i&&vi(t[0],t[1],i)&&(r=1);++n1),t})),Ta(e,ti(e),n),r&&(n=or(n,7,$a));for(var a=t.length;a--;)la(n,t[a]);return n})),Fs=Qa((function(e,t){return null==e?{}:function(e,t){return Zr(e,t,(function(t,n){return xs(e,n)}))}(e,t)}));function Rs(e,t){if(null==e)return{};var n=Dt(ti(e),(function(e){return[e]}));return t=ii(t),Zr(e,n,(function(e,n){return t(e,n[0])}))}var js=Ka(Ns),Is=Ka(Ds);function Ys(e){return null==e?[]:Gt(e,Ns(e))}var Vs=La((function(e,t,n){return t=t.toLowerCase(),e+(n?Hs(t):t)}));function Hs(e){return qs(gs(e).toLowerCase())}function Zs(e){return(e=gs(e))&&e.replace(ye,en).replace($e,"")}var Bs=La((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),zs=La((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Ws=Aa("toLowerCase"),Us=La((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()})),Ks=La((function(e,t,n){return e+(n?" ":"")+qs(t)})),Js=La((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),qs=Aa("toUpperCase");function Gs(e,t,n){return e=gs(e),(t=n?a:t)===a?function(e){return tt.test(e)}(e)?function(e){return e.match(Qe)||[]}(e):function(e){return e.match(le)||[]}(e):e.match(t)||[]}var $s=Kr((function(e,t){try{return Et(e,a,t)}catch(e){return qo(e)?e:new _e(e)}})),Xs=Qa((function(e,t){return St(t,(function(t){t=Fi(t),rr(e,t,Mo(e[t],e))})),e}));function Qs(e){return function(){return e}}var el=Ra(),tl=Ra(!0);function nl(e){return e}function rl(e){return Lr("function"==typeof e?e:or(e,1))}var al=Kr((function(e,t){return function(n){return Mr(n,e,t)}})),il=Kr((function(e,t){return function(n){return Mr(e,n,t)}}));function ol(e,t,n){var r=Ns(t),a=wr(t,r);null!=n||Qo(t)&&(a.length||!r.length)||(n=t,t=e,e=this,a=wr(t,Ns(t)));var i=!(Qo(n)&&"chain"in n&&!n.chain),o=Go(e);return St(a,(function(n){var r=t[n];e[n]=r,o&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__);return(n.__actions__=xa(this.__actions__)).push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,At([this.value()],arguments))})})),e}function sl(){}var ll=Va(Dt),ul=Va(Tt),cl=Va(Ft);function dl(e){return gi(e)?Bt(Fi(e)):function(e){return function(t){return _r(t,e)}}(e)}var pl=Za(),hl=Za(!0);function fl(){return[]}function ml(){return!1}var vl,gl=Ya((function(e,t){return e+t}),0),yl=Wa("ceil"),bl=Ya((function(e,t){return e/t}),1),wl=Wa("floor"),_l=Ya((function(e,t){return e*t}),1),Cl=Wa("round"),El=Ya((function(e,t){return e-t}),0);return In.after=function(e,t){if("function"!=typeof t)throw new Te(i);return e=hs(e),function(){if(--e<1)return t.apply(this,arguments)}},In.ary=xo,In.assign=ys,In.assignIn=bs,In.assignInWith=ws,In.assignWith=_s,In.at=Cs,In.before=To,In.bind=Mo,In.bindAll=Xs,In.bindKey=Oo,In.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Bo(e)?e:[e]},In.chain=co,In.chunk=function(e,t,n){t=(n?vi(e,t,n):t===a)?1:vn(hs(t),0);var i=null==e?0:e.length;if(!i||t<1)return[];for(var o=0,s=0,l=r(pt(i/t));oi?0:i+n),(r=r===a||r>i?i:hs(r))<0&&(r+=i),r=n>r?0:fs(r);n>>0)?(e=gs(e))&&("string"==typeof t||null!=t&&!as(t))&&!(t=oa(t))&&rn(e)?ya(dn(e),0,n):e.split(t,n):[]},In.spread=function(e,t){if("function"!=typeof e)throw new Te(i);return t=null==t?0:vn(hs(t),0),Kr((function(n){var r=n[t],a=ya(n,0,t);return r&&At(a,r),Et(e,this,a)}))},In.tail=function(e){var t=null==e?0:e.length;return t?ea(e,1,t):[]},In.take=function(e,t,n){return e&&e.length?ea(e,0,(t=n||t===a?1:hs(t))<0?0:t):[]},In.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?ea(e,(t=r-(t=n||t===a?1:hs(t)))<0?0:t,r):[]},In.takeRightWhile=function(e,t){return e&&e.length?ca(e,ii(t,3),!1,!0):[]},In.takeWhile=function(e,t){return e&&e.length?ca(e,ii(t,3)):[]},In.tap=function(e,t){return t(e),e},In.throttle=function(e,t,n){var r=!0,a=!0;if("function"!=typeof e)throw new Te(i);return Qo(n)&&(r="leading"in n?!!n.leading:r,a="trailing"in n?!!n.trailing:a),No(e,t,{leading:r,maxWait:t,trailing:a})},In.thru=po,In.toArray=ds,In.toPairs=js,In.toPairsIn=Is,In.toPath=function(e){return Bo(e)?Dt(e,Fi):ss(e)?[e]:xa(Pi(gs(e)))},In.toPlainObject=vs,In.transform=function(e,t,n){var r=Bo(e),a=r||Ko(e)||ls(e);if(t=ii(t,4),null==n){var i=e&&e.constructor;n=a?r?new i:[]:Qo(e)&&Go(i)?Yn(ze(e)):{}}return(a?St:yr)(e,(function(e,r,a){return t(n,e,r,a)})),n},In.unary=function(e){return xo(e,1)},In.union=Qi,In.unionBy=eo,In.unionWith=to,In.uniq=function(e){return e&&e.length?sa(e):[]},In.uniqBy=function(e,t){return e&&e.length?sa(e,ii(t,2)):[]},In.uniqWith=function(e,t){return t="function"==typeof t?t:a,e&&e.length?sa(e,a,t):[]},In.unset=function(e,t){return null==e||la(e,t)},In.unzip=no,In.unzipWith=ro,In.update=function(e,t,n){return null==e?e:ua(e,t,ma(n))},In.updateWith=function(e,t,n,r){return r="function"==typeof r?r:a,null==e?e:ua(e,t,ma(n),r)},In.values=Ys,In.valuesIn=function(e){return null==e?[]:Gt(e,Ds(e))},In.without=ao,In.words=Gs,In.wrap=function(e,t){return Ro(ma(t),e)},In.xor=io,In.xorBy=oo,In.xorWith=so,In.zip=lo,In.zipObject=function(e,t){return ha(e||[],t||[],Qn)},In.zipObjectDeep=function(e,t){return ha(e||[],t||[],Gr)},In.zipWith=uo,In.entries=js,In.entriesIn=Is,In.extend=bs,In.extendWith=ws,ol(In,In),In.add=gl,In.attempt=$s,In.camelCase=Vs,In.capitalize=Hs,In.ceil=yl,In.clamp=function(e,t,n){return n===a&&(n=t,t=a),n!==a&&(n=(n=ms(n))==n?n:0),t!==a&&(t=(t=ms(t))==t?t:0),ir(ms(e),t,n)},In.clone=function(e){return or(e,4)},In.cloneDeep=function(e){return or(e,5)},In.cloneDeepWith=function(e,t){return or(e,5,t="function"==typeof t?t:a)},In.cloneWith=function(e,t){return or(e,4,t="function"==typeof t?t:a)},In.conformsTo=function(e,t){return null==t||sr(e,t,Ns(t))},In.deburr=Zs,In.defaultTo=function(e,t){return null==e||e!=e?t:e},In.divide=bl,In.endsWith=function(e,t,n){e=gs(e),t=oa(t);var r=e.length,i=n=n===a?r:ir(hs(n),0,r);return(n-=t.length)>=0&&e.slice(n,i)==t},In.eq=Yo,In.escape=function(e){return(e=gs(e))&&J.test(e)?e.replace(U,tn):e},In.escapeRegExp=function(e){return(e=gs(e))&&ne.test(e)?e.replace(te,"\\$&"):e},In.every=function(e,t,n){var r=Bo(e)?Tt:pr;return n&&vi(e,t,n)&&(t=a),r(e,ii(t,3))},In.find=mo,In.findIndex=Hi,In.findKey=function(e,t){return jt(e,ii(t,3),yr)},In.findLast=vo,In.findLastIndex=Zi,In.findLastKey=function(e,t){return jt(e,ii(t,3),br)},In.floor=wl,In.forEach=go,In.forEachRight=yo,In.forIn=function(e,t){return null==e?e:vr(e,ii(t,3),Ds)},In.forInRight=function(e,t){return null==e?e:gr(e,ii(t,3),Ds)},In.forOwn=function(e,t){return e&&yr(e,ii(t,3))},In.forOwnRight=function(e,t){return e&&br(e,ii(t,3))},In.get=Ss,In.gt=Vo,In.gte=Ho,In.has=function(e,t){return null!=e&&pi(e,t,Sr)},In.hasIn=xs,In.head=zi,In.identity=nl,In.includes=function(e,t,n,r){e=Wo(e)?e:Ys(e),n=n&&!r?hs(n):0;var a=e.length;return n<0&&(n=vn(a+n,0)),os(e)?n<=a&&e.indexOf(t,n)>-1:!!a&&Yt(e,t,n)>-1},In.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var a=null==n?0:hs(n);return a<0&&(a=vn(r+a,0)),Yt(e,t,a)},In.inRange=function(e,t,n){return t=ps(t),n===a?(n=t,t=0):n=ps(n),function(e,t,n){return e>=gn(t,n)&&e=-9007199254740991&&e<=d},In.isSet=is,In.isString=os,In.isSymbol=ss,In.isTypedArray=ls,In.isUndefined=function(e){return e===a},In.isWeakMap=function(e){return es(e)&&di(e)==N},In.isWeakSet=function(e){return es(e)&&"[object WeakSet]"==Er(e)},In.join=function(e,t){return null==e?"":zt.call(e,t)},In.kebabCase=Bs,In.last=Ji,In.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var i=r;return n!==a&&(i=(i=hs(n))<0?vn(r+i,0):gn(i,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,i):It(e,Ht,i,!0)},In.lowerCase=zs,In.lowerFirst=Ws,In.lt=us,In.lte=cs,In.max=function(e){return e&&e.length?hr(e,nl,kr):a},In.maxBy=function(e,t){return e&&e.length?hr(e,ii(t,2),kr):a},In.mean=function(e){return Zt(e,nl)},In.meanBy=function(e,t){return Zt(e,ii(t,2))},In.min=function(e){return e&&e.length?hr(e,nl,Fr):a},In.minBy=function(e,t){return e&&e.length?hr(e,ii(t,2),Fr):a},In.stubArray=fl,In.stubFalse=ml,In.stubObject=function(){return{}},In.stubString=function(){return""},In.stubTrue=function(){return!0},In.multiply=_l,In.nth=function(e,t){return e&&e.length?Vr(e,hs(t)):a},In.noConflict=function(){return dt._===this&&(dt._=Ie),this},In.noop=sl,In.now=So,In.pad=function(e,t,n){e=gs(e);var r=(t=hs(t))?cn(e):0;if(!t||r>=t)return e;var a=(t-r)/2;return Ha(ht(a),n)+e+Ha(pt(a),n)},In.padEnd=function(e,t,n){e=gs(e);var r=(t=hs(t))?cn(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var i=wn();return gn(e+i*(t-e+st("1e-"+((i+"").length-1))),t)}return Wr(e,t)},In.reduce=function(e,t,n){var r=Bo(e)?Lt:Wt,a=arguments.length<3;return r(e,ii(t,4),n,a,cr)},In.reduceRight=function(e,t,n){var r=Bo(e)?Pt:Wt,a=arguments.length<3;return r(e,ii(t,4),n,a,dr)},In.repeat=function(e,t,n){return t=(n?vi(e,t,n):t===a)?1:hs(t),Ur(gs(e),t)},In.replace=function(){var e=arguments,t=gs(e[0]);return e.length<3?t:t.replace(e[1],e[2])},In.result=function(e,t,n){var r=-1,i=(t=va(t,e)).length;for(i||(i=1,e=a);++rd)return[];var n=h,r=gn(e,h);t=ii(t),e-=h;for(var a=Kt(r,t);++n=o)return e;var l=n-cn(r);if(l<1)return r;var u=s?ya(s,0,l).join(""):e.slice(0,l);if(i===a)return u+r;if(s&&(l+=u.length-l),as(i)){if(e.slice(l).search(i)){var c,d=u;for(i.global||(i=Se(i.source,gs(pe.exec(i))+"g")),i.lastIndex=0;c=i.exec(d);)var p=c.index;u=u.slice(0,p===a?l:p)}}else if(e.indexOf(oa(i),l)!=l){var h=u.lastIndexOf(i);h>-1&&(u=u.slice(0,h))}return u+r},In.unescape=function(e){return(e=gs(e))&&K.test(e)?e.replace(W,hn):e},In.uniqueId=function(e){var t=++Pe;return gs(e)+t},In.upperCase=Js,In.upperFirst=qs,In.each=go,In.eachRight=yo,In.first=zi,ol(In,(vl={},yr(In,(function(e,t){Le.call(In.prototype,t)||(vl[t]=e)})),vl),{chain:!1}),In.VERSION="4.17.21",St(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){In[e].placeholder=In})),St(["drop","take"],(function(e,t){Zn.prototype[e]=function(n){n=n===a?1:vn(hs(n),0);var r=this.__filtered__&&!t?new Zn(this):this.clone();return r.__filtered__?r.__takeCount__=gn(n,r.__takeCount__):r.__views__.push({size:gn(n,h),type:e+(r.__dir__<0?"Right":"")}),r},Zn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),St(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;Zn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:ii(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),St(["head","last"],(function(e,t){var n="take"+(t?"Right":"");Zn.prototype[e]=function(){return this[n](1).value()[0]}})),St(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");Zn.prototype[e]=function(){return this.__filtered__?new Zn(this):this[n](1)}})),Zn.prototype.compact=function(){return this.filter(nl)},Zn.prototype.find=function(e){return this.filter(e).head()},Zn.prototype.findLast=function(e){return this.reverse().find(e)},Zn.prototype.invokeMap=Kr((function(e,t){return"function"==typeof e?new Zn(this):this.map((function(n){return Mr(n,e,t)}))})),Zn.prototype.reject=function(e){return this.filter(Po(ii(e)))},Zn.prototype.slice=function(e,t){e=hs(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Zn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==a&&(n=(t=hs(t))<0?n.dropRight(-t):n.take(t-e)),n)},Zn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Zn.prototype.toArray=function(){return this.take(h)},yr(Zn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),i=In[r?"take"+("last"==t?"Right":""):t],o=r||/^find/.test(t);i&&(In.prototype[t]=function(){var t=this.__wrapped__,s=r?[1]:arguments,l=t instanceof Zn,u=s[0],c=l||Bo(t),d=function(e){var t=i.apply(In,At([e],s));return r&&p?t[0]:t};c&&n&&"function"==typeof u&&1!=u.length&&(l=c=!1);var p=this.__chain__,h=!!this.__actions__.length,f=o&&!p,m=l&&!h;if(!o&&c){t=m?t:new Zn(this);var v=e.apply(t,s);return v.__actions__.push({func:po,args:[d],thisArg:a}),new Hn(v,p)}return f&&m?e.apply(this,s):(v=this.thru(d),f?r?v.value()[0]:v.value():v)})})),St(["pop","push","shift","sort","splice","unshift"],(function(e){var t=Me[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);In.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var a=this.value();return t.apply(Bo(a)?a:[],e)}return this[n]((function(n){return t.apply(Bo(n)?n:[],e)}))}})),yr(Zn.prototype,(function(e,t){var n=In[t];if(n){var r=n.name+"";Le.call(On,r)||(On[r]=[]),On[r].push({name:t,func:n})}})),On[ja(a,2).name]=[{name:"wrapper",func:a}],Zn.prototype.clone=function(){var e=new Zn(this.__wrapped__);return e.__actions__=xa(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=xa(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=xa(this.__views__),e},Zn.prototype.reverse=function(){if(this.__filtered__){var e=new Zn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Zn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Bo(e),r=t<0,a=n?e.length:0,i=function(e,t,n){for(var r=-1,a=n.length;++r=this.__values__.length;return{done:e,value:e?a:this.__values__[this.__index__++]}},In.prototype.plant=function(e){for(var t,n=this;n instanceof Vn;){var r=ji(n);r.__index__=0,r.__values__=a,t?i.__wrapped__=r:t=r;var i=r;n=n.__wrapped__}return i.__wrapped__=e,t},In.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Zn){var t=e;return this.__actions__.length&&(t=new Zn(this)),(t=t.reverse()).__actions__.push({func:po,args:[Xi],thisArg:a}),new Hn(t,this.__chain__)}return this.thru(Xi)},In.prototype.toJSON=In.prototype.valueOf=In.prototype.value=function(){return da(this.__wrapped__,this.__actions__)},In.prototype.first=In.prototype.head,qe&&(In.prototype[qe]=function(){return this}),In}();dt._=fn,(r=function(){return fn}.call(t,n,t,e))===a||(e.exports=r)}.call(this)},66604:function(e,t,n){var r=n(89465),a=n(47816),i=n(67206);e.exports=function(e,t){var n={};return t=i(t,3),a(e,(function(e,a,i){r(n,a,t(e,a,i))})),n}},88306:function(e,t,n){var r=n(83369);function a(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,a=t?t.apply(this,r):r[0],i=n.cache;if(i.has(a))return i.get(a);var o=e.apply(this,r);return n.cache=i.set(a,o)||i,o};return n.cache=new(a.Cache||r),n}a.Cache=r,e.exports=a},30236:function(e,t,n){var r=n(42980),a=n(21463)((function(e,t,n,a){r(e,t,n,a)}));e.exports=a},50308:function(e){e.exports=function(){}},7771:function(e,t,n){var r=n(55639);e.exports=function(){return r.Date.now()}},32475:function(e,t,n){var r=n(78302),a=n(88016),i=n(40554),o=n(79833);e.exports=function(e,t,n){e=o(e);var s=(t=i(t))?a(e):0;return t&&s1&&o(e,t[0],t[1])?t=[]:n>2&&o(t[0],t[1],t[2])&&(t=[t[0]]),a(e,r(t,1),[])}));e.exports=s},10240:function(e,t,n){var r=n(29750),a=n(80531),i=n(40554),o=n(79833);e.exports=function(e,t,n){return e=o(e),n=null==n?0:r(i(n),0,e.length),t=a(t),e.slice(n,n+t.length)==t}},70479:function(e){e.exports=function(){return[]}},95062:function(e){e.exports=function(){return!1}},41106:function(e,t,n){var r=n(29018),a=n(9591),i=n(47415),o=n(24626),s=n(31994),l=n(64647),u=n(16612),c=n(3674),d=n(5712),p=n(15835),h=n(79833),f=/\b__p \+= '';/g,m=/\b(__p \+=) '' \+/g,v=/(__e\(.*?\)|\b__t\)) \+\n'';/g,g=/[()=,{}\[\]\/\s]/,y=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,b=/($^)/,w=/['\n\r\u2028\u2029\\]/g,_=Object.prototype.hasOwnProperty;e.exports=function(e,t,n){var C=p.imports._.templateSettings||p;n&&u(e,t,n)&&(t=void 0),e=h(e),t=r({},t,C,o);var E,k,S=r({},t.imports,C.imports,o),x=c(S),T=i(S,x),M=0,O=t.interpolate||b,N="__p += '",D=RegExp((t.escape||b).source+"|"+O.source+"|"+(O===d?y:b).source+"|"+(t.evaluate||b).source+"|$","g"),A=_.call(t,"sourceURL")?"//# sourceURL="+(t.sourceURL+"").replace(/\s/g," ")+"\n":"";e.replace(D,(function(t,n,r,a,i,o){return r||(r=a),N+=e.slice(M,o).replace(w,s),n&&(E=!0,N+="' +\n__e("+n+") +\n'"),i&&(k=!0,N+="';\n"+i+";\n__p += '"),r&&(N+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),M=o+t.length,t})),N+="';\n";var L=_.call(t,"variable")&&t.variable;if(L){if(g.test(L))throw new Error("Invalid `variable` option passed into `_.template`")}else N="with (obj) {\n"+N+"\n}\n";N=(k?N.replace(f,""):N).replace(m,"$1").replace(v,"$1;"),N="function("+(L||"obj")+") {\n"+(L?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(E?", __e = _.escape":"")+(k?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+N+"return __p\n}";var P=a((function(){return Function(x,A+"return "+N).apply(void 0,T)}));if(P.source=N,l(P))throw P;return P}},15835:function(e,t,n){var r=n(7187),a={escape:n(79865),evaluate:n(76051),interpolate:n(5712),variable:"",imports:{_:{escape:r}}};e.exports=a},23493:function(e,t,n){var r=n(23279),a=n(13218);e.exports=function(e,t,n){var i=!0,o=!0;if("function"!=typeof e)throw new TypeError("Expected a function");return a(n)&&(i="leading"in n?!!n.leading:i,o="trailing"in n?!!n.trailing:o),r(e,t,{leading:i,maxWait:t,trailing:o})}},98913:function(e,t,n){var r=n(22545),a=n(54290),i=n(40554),o=4294967295,s=Math.min;e.exports=function(e,t){if((e=i(e))<1||e>9007199254740991)return[];var n=o,l=s(e,o);t=a(t),e-=o;for(var u=r(l,t);++n=m)return e;var g=n-l(h);if(g<1)return h;var y=v?a(v,0,g).join(""):e.slice(0,g);if(void 0===f)return y+h;if(v&&(g+=y.length-g),s(f)){if(e.slice(g).search(f)){var b,w=y;for(f.global||(f=RegExp(f.source,d(p.exec(f))+"g")),f.lastIndex=0;b=f.exec(w);)var _=b.index;y=y.slice(0,void 0===_?g:_)}}else if(e.indexOf(r(f),g)!=g){var C=y.lastIndexOf(f);C>-1&&(y=y.slice(0,C))}return y+h}},93386:function(e,t,n){var r=n(21078),a=n(5976),i=n(45652),o=n(29246),s=a((function(e){return i(r(e,1,o,!0))}));e.exports=s},2883:function(e,t,n){var r=n(21078),a=n(5976),i=n(45652),o=n(29246),s=n(10928),l=a((function(e){var t=s(e);return t="function"==typeof t?t:void 0,i(r(e,1,o,!0),void 0,t)}));e.exports=l},45578:function(e,t,n){var r=n(67206),a=n(45652);e.exports=function(e,t){return e&&e.length?a(e,r(t,2)):[]}},87185:function(e,t,n){var r=n(45652);e.exports=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?r(e,void 0,t):[]}},11700:function(e,t,n){var r=n(98805)("toUpperCase");e.exports=r},52628:function(e,t,n){var r=n(47415),a=n(3674);e.exports=function(e){return null==e?[]:r(e,a(e))}},58748:function(e,t,n){var r=n(49029),a=n(93157),i=n(79833),o=n(2757);e.exports=function(e,t,n){return e=i(e),void 0===(t=n?void 0:t)?a(e)?o(e):r(e):e.match(t)||[]}},76566:function(e,t,n){var r=n(34963),a=n(5976),i=n(36128),o=n(29246),s=a((function(e){return i(r(e,o))}));e.exports=s},90233:function(e,t,n){"use strict";n.d(t,{Lu:function(){return l}});var r=n(87462),a=n(76826),i=n.n(a),o={CASE_SENSITIVE_EQUAL:7,EQUAL:6,STARTS_WITH:5,WORD_STARTS_WITH:4,CONTAINS:3,ACRONYM:2,MATCHES:1,NO_MATCH:0};l.rankings=o;var s=function(e,t){return String(e.rankedValue).localeCompare(String(t.rankedValue))};function l(e,t,n){void 0===n&&(n={});var a=n,i=a.keys,l=a.threshold,c=void 0===l?o.MATCHES:l,p=a.baseSort,f=void 0===p?s:p,m=a.sorter,v=void 0===m?function(e){return e.sort((function(e,t){return function(e,t,n){var r=e.rank,a=e.keyIndex,i=t.rank,o=t.keyIndex;return r===i?a===o?n(e,t):ai?-1:1}(e,t,f)}))}:m,g=e.reduce((function(e,a,s){var l=function(e,t,n,r){if(!t)return{rankedValue:e,rank:u(e,n,r),keyIndex:-1,keyThreshold:r.threshold};var a=function(e,t){for(var n=[],r=0,a=t.length;r=o.MATCHES?h=m:h>v&&(h=v),h>i&&(i=h,l=a,c=g,f=d),{rankedValue:f,rank:i,keyIndex:l,keyThreshold:c}}),{rankedValue:e,rank:o.NO_MATCH,keyIndex:-1,keyThreshold:r.threshold})}(a,i,t,n),p=l.rank,f=l.keyThreshold;return p>=(void 0===f?c:f)&&e.push((0,r.Z)({},l,{item:a,index:s})),e}),[]);return v(g).map((function(e){return e.item}))}function u(e,t,n){return e=c(e,n),(t=c(t,n)).length>e.length?o.NO_MATCH:e===t?o.CASE_SENSITIVE_EQUAL:(e=e.toLowerCase())===(t=t.toLowerCase())?o.EQUAL:e.startsWith(t)?o.STARTS_WITH:e.includes(" "+t)?o.WORD_STARTS_WITH:e.includes(t)?o.CONTAINS:1===t.length?o.NO_MATCH:(r=e,a="",r.split(" ").forEach((function(e){e.split("-").forEach((function(e){a+=e.substr(0,1)}))})),a).includes(t)?o.ACRONYM:function(e,t){var n=0,r=0;function a(e,t,r){for(var a=r,i=t.length;a-1))return o.NO_MATCH;return i=1/(r-l),s=n/t.length,o.MATCHES+s*i}(e,t);var r,a}function c(e,t){return e=""+e,t.keepDiacritics||(e=i()(e)),e}function d(e,t){var n;if("object"==typeof t&&(t=t.key),"function"==typeof t)n=t(e);else if(null==e)n=null;else if(Object.hasOwnProperty.call(e,t))n=e[t];else{if(t.includes("."))return function(e,t){for(var n=e.split("."),r=[t],a=0,i=n.length;a0)&&!(r=i.next()).done;)o.push(r.value)}catch(e){a={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(a)throw a.error}}return o};function s(){var e=o((0,a.useState)(0),2)[1];return(0,a.useCallback)((function(){e((function(e){return e+1}))}),[])}var l,u=(l="observerBatching","function"==typeof Symbol?Symbol.for(l):"__$mobx-react "+l+"__");var c=!1;function d(){return c}function p(e){return(0,r.Gf)(e)}var h,f=1e4,m=1e4,v=new Set;function g(){void 0===h&&(h=setTimeout(y,m))}function y(){h=void 0;var e=Date.now();v.forEach((function(t){var n=t.current;n&&e>=n.cleanAt&&(n.reaction.dispose(),t.current=null,v.delete(t))})),v.size>0&&g()}var b=!1,w=[],_={};function C(e){return"observer"+e}function E(e,t,n){if(void 0===t&&(t="observed"),void 0===n&&(n=_),d())return e();var i,o,l=(o=(n.useForceUpdate||s)(),function(){b?w.push(o):o()}),u=a.useRef(null);if(!u.current){var c=new r.le(C(t),(function(){h.mounted?l():(c.dispose(),u.current=null)})),h=function(e){return{cleanAt:Date.now()+f,reaction:e}}(c);u.current=h,i=u,v.add(i),g()}var m=u.current.reaction;return a.useDebugValue(m,p),a.useEffect((function(){var e;return e=u,v.delete(e),u.current?u.current.mounted=!0:(u.current={reaction:new r.le(C(t),(function(){l()})),cleanAt:1/0},l()),function(){u.current.reaction.dispose(),u.current=null}}),[]),function(t){b=!0,w=[];try{var n=function(){var t,n;if(m.track((function(){try{t=e()}catch(e){n=e}})),n)throw n;return t}();b=!1;var r=w.length>0?w:void 0;return a.useLayoutEffect((function(){r&&r.forEach((function(e){return e()}))}),[r]),n}finally{b=!1}}()}var k=function(){return k=Object.assign||function(e){for(var t,n=1,r=arguments.length;n0)&&!(r=i.next()).done;)o.push(r.value)}catch(e){a={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(a)throw a.error}}return o}function I(){for(var e=[],t=0;t2&&te("box");var n=K(t);return new Te(e,J(n),n.name,!0,n.equals)},shallowBox:function(e,t){return arguments.length>2&&te("shallowBox"),ee.box(e,{name:t,deep:!1})},array:function(e,t){arguments.length>2&&te("array");var n=K(t);return new Vt(e,J(n),n.name)},shallowArray:function(e,t){return arguments.length>2&&te("shallowArray"),ee.array(e,{name:t,deep:!1})},map:function(e,t){arguments.length>2&&te("map");var n=K(t);return new Jt(e,J(n),n.name)},shallowMap:function(e,t){return arguments.length>2&&te("shallowMap"),ee.map(e,{name:t,deep:!1})},set:function(e,t){arguments.length>2&&te("set");var n=K(t);return new Xt(e,J(n),n.name)},object:function(e,t,n){return"string"==typeof arguments[1]&&te("object"),function(e,t,n,r){var a=(r=K(r)).defaultDecorator||(!1===r.deep?$:q);H(e),tn(e,r.name,a.enhancer),Ye();try{for(var i=Object.getOwnPropertyNames(t),o=0,s=i.length;o0;Fe.computationDepth>0&&t&&u(!1),Fe.allowStateChanges||!t&&"strict"!==Fe.enforceActions||u(!1)}function de(e,t,n){var r=ve(!0);ye(e),e.newObserving=new Array(e.observing.length+100),e.unboundDepsCount=0,e.runId=++Fe.runId;var a,i=Fe.trackingDerivation;if(Fe.trackingDerivation=e,!0===Fe.disableErrorBoundaries)a=t.call(n);else try{a=t.call(n)}catch(e){a=new se(e)}return Fe.trackingDerivation=i,function(e){for(var t=e.observing,n=e.observing=e.newObserving,r=ne.UP_TO_DATE,a=0,i=e.unboundDepsCount,o=0;or&&(r=s.dependenciesState);for(n.length=a,e.newObserving=null,i=t.length;i--;)0===(s=t[i]).diffValue&&je(s,e),s.diffValue=0;for(;a--;){var s;1===(s=n[a]).diffValue&&(s.diffValue=0,Re(s,e))}r!==ne.UP_TO_DATE&&(e.dependenciesState=r,e.onBecomeStale())}(e),e.observing.length,ge(r),a}function pe(e){var t=e.observing;e.observing=[];for(var n=t.length;n--;)je(t[n],e);e.dependenciesState=ne.NOT_TRACKING}function he(e){var t=fe(),n=e();return me(t),n}function fe(){var e=Fe.trackingDerivation;return Fe.trackingDerivation=null,e}function me(e){Fe.trackingDerivation=e}function ve(e){var t=Fe.allowStateReads;return Fe.allowStateReads=e,t}function ge(e){Fe.allowStateReads=e}function ye(e){if(e.dependenciesState!==ne.UP_TO_DATE){e.dependenciesState=ne.UP_TO_DATE;for(var t=e.observing,n=t.length;n--;)t[n].lowestObserverState=ne.UP_TO_DATE}}var be=0,we=1,_e=Object.getOwnPropertyDescriptor((function(){}),"name");function Ce(e,t){var n=function(){return function(e,t,n,r){var a=function(e,t,n){var r=$e()&&!!e,a=0;if(r){a=Date.now();var i=n&&n.length||0,o=new Array(i);if(i>0)for(var s=0;s0&&!Ne.__mobxGlobals&&(Le=!1),Ne.__mobxGlobals&&Ne.__mobxGlobals.version!==(new Ae).version&&(Le=!1),Le?Ne.__mobxGlobals?(Ne.__mobxInstanceCount+=1,Ne.__mobxGlobals.UNCHANGED||(Ne.__mobxGlobals.UNCHANGED={}),Ne.__mobxGlobals):(Ne.__mobxInstanceCount=1,Ne.__mobxGlobals=new Ae):(setTimeout((function(){Pe||u("There are multiple, different versions of MobX active. Make sure MobX is loaded only once or use `configure({ isolateGlobalState: true })`")}),1),new Ae));function Re(e,t){var n=e.observers.length;n&&(e.observersIndexes[t.__mapid]=n),e.observers[n]=t,e.lowestObserverState>t.dependenciesState&&(e.lowestObserverState=t.dependenciesState)}function je(e,t){if(1===e.observers.length)e.observers.length=0,Ie(e);else{var n=e.observers,r=e.observersIndexes,a=n.pop();if(a!==t){var i=r[t.__mapid]||0;i?r[a.__mapid]=i:delete r[a.__mapid],n[i]=a}delete r[t.__mapid]}}function Ie(e){!1===e.isPendingUnobservation&&(e.isPendingUnobservation=!0,Fe.pendingUnobservations.push(e))}function Ye(){Fe.inBatch++}function Ve(){if(0==--Fe.inBatch){Ke();for(var e=Fe.pendingUnobservations,t=0;t0&&Ie(e),!1)}function Ze(e,t){if(console.log("[mobx.trace] '"+e.name+"' is invalidated due to a change in: '"+t.name+"'"),e.isTracing===re.BREAK){var n=[];Be(ft(e),n,1),new Function("debugger;\n/*\nTracing '"+e.name+"'\n\nYou are entering this break point because derivation '"+e.name+"' is being traced and '"+t.name+"' is now forcing it to update.\nJust follow the stacktrace you should now see in the devtools to see precisely what piece of your code is causing this update\nThe stackframe you are looking for is at least ~6-8 stack-frames up.\n\n"+(e instanceof Oe?e.derivation.toString().replace(/[*]\//g,"/"):"")+"\n\nThe dependencies for this derivation are:\n\n"+n.join("\n")+"\n*/\n ")()}}function Be(e,t,n){t.length>=1e3?t.push("(and many more)"):(t.push(""+new Array(n).join("\t")+e.name),e.dependencies&&e.dependencies.forEach((function(e){return Be(e,t,n+1)})))}var ze=function(){function e(e,t,n,r){void 0===e&&(e="Reaction@"+l()),void 0===r&&(r=!1),this.name=e,this.onInvalidate=t,this.errorHandler=n,this.requiresObservable=r,this.observing=[],this.newObserving=[],this.dependenciesState=ne.NOT_TRACKING,this.diffValue=0,this.runId=0,this.unboundDepsCount=0,this.__mapid="#"+l(),this.isDisposed=!1,this._isScheduled=!1,this._isTrackPending=!1,this._isRunning=!1,this.isTracing=re.NONE}return e.prototype.onBecomeStale=function(){this.schedule()},e.prototype.schedule=function(){this._isScheduled||(this._isScheduled=!0,Fe.pendingReactions.push(this),Ke())},e.prototype.isScheduled=function(){return this._isScheduled},e.prototype.runReaction=function(){if(!this.isDisposed){if(Ye(),this._isScheduled=!1,ue(this)){this._isTrackPending=!0;try{this.onInvalidate(),this._isTrackPending&&$e()&&Xe({name:this.name,type:"scheduled-reaction"})}catch(e){this.reportExceptionInDerivation(e)}}Ve()}},e.prototype.track=function(e){Ye();var t,n=$e();n&&(t=Date.now(),Qe({name:this.name,type:"reaction"})),this._isRunning=!0;var r=de(this,e,void 0);this._isRunning=!1,this._isTrackPending=!1,this.isDisposed&&pe(this),le(r)&&this.reportExceptionInDerivation(r.cause),n&&tt({time:Date.now()-t}),Ve()},e.prototype.reportExceptionInDerivation=function(e){var t=this;if(this.errorHandler)this.errorHandler(e,this);else{if(Fe.disableErrorBoundaries)throw e;var n="[mobx] Encountered an uncaught exception that was thrown by a reaction or observer component, in: '"+this+"'";Fe.suppressReactionErrors?console.warn("[mobx] (error in reaction '"+this.name+"' suppressed, fix error of causing action below)"):console.error(n,e),$e()&&Xe({type:"error",name:this.name,message:n,error:""+e}),Fe.globalReactionErrorHandlers.forEach((function(n){return n(e,t)}))}},e.prototype.dispose=function(){this.isDisposed||(this.isDisposed=!0,this._isRunning||(Ye(),pe(this),Ve()))},e.prototype.getDisposer=function(){var e=this.dispose.bind(this);return e.$mobx=this,e},e.prototype.toString=function(){return"Reaction["+this.name+"]"},e.prototype.trace=function(e){void 0===e&&(e=!1),function(){for(var e=[],t=0;t0||Fe.isRunningReactions||Ue(Je)}function Je(){Fe.isRunningReactions=!0;for(var e=Fe.pendingReactions,t=0;e.length>0;){++t===We&&(console.error("Reaction doesn't converge to a stable state after "+We+" iterations. Probably there is a cycle in the reactive function: "+e[0]),e.splice(0));for(var n=e.splice(0),r=0,a=n.length;r",e):2===arguments.length&&"function"==typeof t?Ce(e,t):1===arguments.length&&"string"==typeof e?at(e):!0!==r?at(t).apply(null,arguments):void(e[t]=Ce(e.name||t,n.value))};function ot(e,t,n){m(e,t,Ce(t,n.bind(e)))}function st(e,t){void 0===t&&(t=i);var n,r=t&&t.name||e.name||"Autorun@"+l();if(t.scheduler||t.delay){var a=ut(t),o=!1;n=new ze(r,(function(){o||(o=!0,a((function(){o=!1,n.isDisposed||n.track(s)})))}),t.onError,t.requiresObservable)}else n=new ze(r,(function(){this.track(s)}),t.onError,t.requiresObservable);function s(){e(n)}return n.schedule(),n.getDisposer()}it.bound=function(e,t,n,r){return!0===r?(ot(e,t,n.value),null):n?{configurable:!0,enumerable:!1,get:function(){return ot(this,t,n.value||n.initializer.call(this)),this[t]},set:rt}:{enumerable:!1,configurable:!0,set:function(e){ot(this,t,e)},get:function(){}}};var lt=function(e){return e()};function ut(e){return e.scheduler?e.scheduler:e.delay?function(t){return setTimeout(t,e.delay)}:lt}function ct(e,t,n){void 0===n&&(n=i),"boolean"==typeof n&&(n={fireImmediately:n});var r,a,o,s=n.name||"Reaction@"+l(),u=it(s,n.onError?(r=n.onError,a=t,function(){try{return a.apply(this,arguments)}catch(e){r.call(this,e)}}):t),c=!n.scheduler&&!n.delay,d=ut(n),p=!0,h=!1,f=n.compareStructural?L.structural:n.equals||L.default,m=new ze(s,(function(){p||c?v():h||(h=!0,d(v))}),n.onError,n.requiresObservable);function v(){if(h=!1,!m.isDisposed){var t=!1;m.track((function(){var n=e(m);t=p||!f(o,n),o=n})),p&&n.fireImmediately&&u(o,m),p||!0!==t||u(o,m),p&&(p=!1)}}return m.schedule(),m.getDisposer()}function dt(e,t,n){return pt("onBecomeUnobserved",e,t,n)}function pt(e,t,n,r){var a="function"==typeof r?un(t,n):un(t),i="function"==typeof r?r:n,o=a[e];return"function"!=typeof o?u(!1):(a[e]=function(){o.call(this),i.call(this)},function(){a[e]=o})}function ht(e){var t=e.enforceActions,n=e.computedRequiresReaction,r=e.computedConfigurable,a=e.disableErrorBoundaries,i=e.arrayBuffer,o=e.reactionScheduler,l=e.reactionRequiresObservable,c=e.observableRequiresReaction;if(!0===e.isolateGlobalState&&((Fe.pendingReactions.length||Fe.inBatch||Fe.isRunningReactions)&&u("isolateGlobalState should be called before MobX is running any reactions"),Pe=!0,Le&&(0==--s().__mobxInstanceCount&&(s().__mobxGlobals=void 0),Fe=new Ae)),void 0!==t){var d=void 0;switch(t){case!0:case"observed":d=!0;break;case!1:case"never":d=!1;break;case"strict":case"always":d="strict";break;default:u("Invalid value for 'enforceActions': '"+t+"', expected 'never', 'always' or 'observed'")}Fe.enforceActions=d,Fe.allowStateChanges=!0!==d&&"strict"!==d}void 0!==n&&(Fe.computedRequiresReaction=!!n),void 0!==l&&(Fe.reactionRequiresObservable=!!l),void 0!==c&&(Fe.observableRequiresReaction=!!c,Fe.allowStateReads=!Fe.observableRequiresReaction),void 0!==r&&(Fe.computedConfigurable=!!r),void 0!==a&&(!0===a&&console.warn("WARNING: Debug feature only. MobX will NOT recover from errors if this is on."),Fe.disableErrorBoundaries=!!a),"number"==typeof i&&zt(i),o&&Ge(o)}function ft(e,t){return mt(un(e,t))}function mt(e){var t,n,r={name:e.name};return e.observing&&e.observing.length>0&&(r.dependencies=(t=e.observing,n=[],t.forEach((function(e){-1===n.indexOf(e)&&n.push(e)})),n).map(mt)),r}function vt(e,t,n){var r;if(Gt(e)||Ut(e)||Me(e))r=cn(e);else{if(!ln(e))return u(!1);if("string"!=typeof t)return u(!1);r=cn(e,t)}return void 0!==r.dehancer?u(!1):(r.dehancer="function"==typeof t?t:n,function(){r.dehancer=void 0})}function gt(e,t,n){return"function"==typeof n?function(e,t,n){return cn(e,t).intercept(n)}(e,t,n):function(e,t){return cn(e).intercept(t)}(e,t)}function yt(e,t){return"string"!=typeof t?u(!1):function(e,t){if(null==e)return!1;if(void 0!==t){if(!1===ln(e))return!1;if(!e.$mobx.values[t])return!1;var n=un(e,t);return De(n)}return De(e)}(e,t)}function bt(e){return 1!==arguments.length&&u(!1),function(e,t){if(null==e)return!1;if(void 0!==t){if(ln(e)){var n=e.$mobx;return n.values&&!!n.values[t]}return!1}return ln(e)||!!e.$mobx||N(e)||qe(e)||De(e)}(e)}function wt(e){return ln(e)?e.$mobx.getKeys():Gt(e)||Qt(e)?w(e.keys()):Ut(e)?e.map((function(e,t){return t})):u(!1)}function _t(e){return ln(e)?wt(e).map((function(t){return e[t]})):Gt(e)?wt(e).map((function(t){return e.get(t)})):Qt(e)?w(e.values()):Ut(e)?e.slice():u(!1)}function Ct(e){return ln(e)?wt(e).map((function(t){return[t,e[t]]})):Gt(e)?wt(e).map((function(t){return[t,e.get(t)]})):Qt(e)?w(e.entries()):Ut(e)?e.map((function(e,t){return[t,e]})):u(!1)}function Et(e,t,n){if(2!==arguments.length||Qt(e))if(ln(e)){var r=e.$mobx;r.values[t]?r.write(e,t,n):nn(e,t,n,r.defaultEnhancer)}else if(Gt(e))e.set(t,n);else if(Qt(e))e.add(t);else{if(!Ut(e))return u(!1);"number"!=typeof t&&(t=parseInt(t,10)),c(t>=0,"Not a valid index: '"+t+"'"),Ye(),t>=e.length&&(e.length=t+1),e[t]=n,Ve()}else{Ye();var a=t;try{for(var i in a)Et(e,i,a[i])}finally{Ve()}}}function kt(e,t,n,r){return"function"==typeof n?function(e,t,n,r){return cn(e,t).observe(n,r)}(e,t,n,r):function(e,t,n){return cn(e).observe(t,n)}(e,t,n)}function St(e,t){void 0===t&&(t=void 0),Ye();try{return e.apply(t)}finally{Ve()}}function xt(e){return void 0!==e.interceptors&&e.interceptors.length>0}function Tt(e,t){var n=e.interceptors||(e.interceptors=[]);return n.push(t),d((function(){var e=n.indexOf(t);-1!==e&&n.splice(e,1)}))}function Mt(e,t){var n=fe();try{var r=e.interceptors;if(r)for(var a=0,i=r.length;a0}function Nt(e,t){var n=e.changeListeners||(e.changeListeners=[]);return n.push(t),d((function(){var e=n.indexOf(t);-1!==e&&n.splice(e,1)}))}function Dt(e,t){var n=fe(),r=e.changeListeners;if(r){for(var a=0,i=(r=r.slice()).length;a0?e.map(this.dehancer):e},e.prototype.intercept=function(e){return Tt(this,e)},e.prototype.observe=function(e,t){return void 0===t&&(t=!1),t&&e({object:this.array,type:"splice",index:0,added:this.values.slice(),addedCount:this.values.length,removed:[],removedCount:0}),Nt(this,e)},e.prototype.getArrayLength=function(){return this.atom.reportObserved(),this.values.length},e.prototype.setArrayLength=function(e){if("number"!=typeof e||e<0)throw new Error("[mobx.array] Out of range: "+e);var t=this.values.length;if(e!==t)if(e>t){for(var n=new Array(e-t),r=0;r0&&e+t+1>jt&&zt(e+t+1)},e.prototype.spliceWithArray=function(e,t,n){var r=this;ce(this.atom);var i=this.values.length;if(void 0===e?e=0:e>i?e=i:e<0&&(e=Math.max(0,i+e)),t=1===arguments.length?i-e:null==t?0:Math.max(0,Math.min(t,i-e)),void 0===n&&(n=a),xt(this)){var o=Mt(this,{object:this.array,type:"splice",index:e,removedCount:t,added:n});if(!o)return a;t=o.removedCount,n=o.added}n=0===n.length?n:n.map((function(e){return r.enhancer(e,void 0)}));var s=n.length-t;this.updateArrayLength(i,s);var l=this.spliceItemsIntoValues(e,t,n);return 0===t&&0===n.length||this.notifyArraySplice(e,n,l),this.dehanceValues(l)},e.prototype.spliceItemsIntoValues=function(e,t,n){var r;if(n.length<1e4)return(r=this.values).splice.apply(r,I([e,t],n));var a=this.values.slice(e,e+t);return this.values=this.values.slice(0,e).concat(n,this.values.slice(e+t)),a},e.prototype.notifyArrayChildUpdate=function(e,t,n){var r=!this.owned&&$e(),a=Ot(this),i=a||r?{object:this.array,type:"update",index:e,newValue:t,oldValue:n}:null;r&&Qe(R(R({},i),{name:this.atom.name})),this.atom.reportChanged(),a&&Dt(this,i),r&&tt()},e.prototype.notifyArraySplice=function(e,t,n){var r=!this.owned&&$e(),a=Ot(this),i=a||r?{object:this.array,type:"splice",index:e,removed:n,added:t,removedCount:n.length,addedCount:t.length}:null;r&&Qe(R(R({},i),{name:this.atom.name})),this.atom.reportChanged(),a&&Dt(this,i),r&&tt()},e}(),Vt=function(e){function t(t,n,r,a){void 0===r&&(r="ObservableArray@"+l()),void 0===a&&(a=!1);var i=e.call(this)||this,o=new Yt(r,n,i,a);if(v(i,"$mobx",o),t&&t.length){var s=ke(!0);i.spliceWithArray(0,0,t),Se(s)}return Rt&&Object.defineProperty(o.array,"0",Ht),i}return F(t,e),t.prototype.intercept=function(e){return this.$mobx.intercept(e)},t.prototype.observe=function(e,t){return void 0===t&&(t=!1),this.$mobx.observe(e,t)},t.prototype.clear=function(){return this.splice(0)},t.prototype.concat=function(){for(var e=[],t=0;t-1&&(this.splice(t,1),!0)},t.prototype.move=function(e,t){function n(e){if(e<0)throw new Error("[mobx.array] Index out of bounds: "+e+" is negative");var t=this.$mobx.values.length;if(e>=t)throw new Error("[mobx.array] Index out of bounds: "+e+" is not smaller than "+t)}if(n.call(this,e),n.call(this,t),e!==t){var r,a=this.$mobx.values;r=e=20?"ste":"de")},week:{dow:1,doy:4}})}(n(30381))},14130:function(e,t,n){!function(e){"use strict";var t=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},n={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(e){return function(r,a,i,o){var s=t(r),l=n[e][t(r)];return 2===s&&(l=l[a?0:1]),l.replace(/%d/i,r)}},a=["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-dz",{months:a,monthsShort:a,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:0,doy:4}})}(n(30381))},96135:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})}(n(30381))},56440:function(e,t,n){!function(e){"use strict";var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},a=function(e){return function(t,a,i,o){var s=n(t),l=r[e][n(t)];return 2===s&&(l=l[a?0:1]),l.replace(/%d/i,t)}},i=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-ly",{months:i,monthsShort:i,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:a("s"),ss:a("s"),m:a("m"),mm:a("m"),h:a("h"),hh:a("h"),d:a("d"),dd:a("d"),M:a("M"),MM:a("M"),y:a("y"),yy:a("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(30381))},47702:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(30381))},16040:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(n(30381))},37100:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(30381))},30867:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},a={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},i=function(e){return function(t,n,i,o){var s=r(t),l=a[e][r(t)];return 2===s&&(l=l[n?0:1]),l.replace(/%d/i,t)}},o=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar",{months:o,monthsShort:o,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:i("s"),ss:i("s"),m:i("m"),mm:i("m"),h:i("h"),hh:i("h"),d:i("d"),dd:i("d"),M:i("M"),MM:i("M"),y:i("y"),yy:i("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(30381))},31083:function(e,t,n){!function(e){"use strict";var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"bir neçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,n){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var n=e%10;return e+(t[n]||t[e%100-n]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(30381))},9808:function(e,t,n){!function(e){"use strict";function t(e,t,n){return"m"===n?t?"хвіліна":"хвіліну":"h"===n?t?"гадзіна":"гадзіну":e+" "+(r=+e,a={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:t?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[n].split("_"),r%10==1&&r%100!=11?a[0]:r%10>=2&&r%10<=4&&(r%100<10||r%100>=20)?a[1]:a[2]);var r,a}e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:t,mm:t,h:t,hh:t,d:"дзень",dd:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}})}(n(30381))},68338:function(e,t,n){!function(e){"use strict";e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Миналата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[Миналия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",w:"седмица",ww:"%d седмици",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(30381))},67438:function(e,t,n){!function(e){"use strict";e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(n(30381))},76225:function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn-bd",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t?e<4?e:e+12:"ভোর"===t||"সকাল"===t?e:"দুপুর"===t?e>=3?e:e+12:"বিকাল"===t||"সন্ধ্যা"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"রাত":e<6?"ভোর":e<12?"সকাল":e<15?"দুপুর":e<18?"বিকাল":e<20?"সন্ধ্যা":"রাত"},week:{dow:0,doy:6}})}(n(30381))},8905:function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,n){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})}(n(30381))},11560:function(e,t,n){!function(e){"use strict";var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12".split("_"),monthsShortRegex:/^(ཟླ་\d{1,2})/,monthsParseExact:!0,weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,n){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(n(30381))},1278:function(e,t,n){!function(e){"use strict";function t(e,t,n){return e+" "+function(e,t){return 2===t?function(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}(e):e}({mm:"munutenn",MM:"miz",dd:"devezh"}[n],e)}function n(e){return e>9?n(e%10):e}var r=[/^gen/i,/^c[ʼ\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],a=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,i=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i];e.defineLocale("br",{months:"Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParse:i,fullWeekdaysParse:[/^sul/i,/^lun/i,/^meurzh/i,/^merc[ʼ\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],shortWeekdaysParse:[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],minWeekdaysParse:i,monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,monthsShortStrictRegex:/^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warcʼhoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Decʼh da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s ʼzo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:function(e){switch(n(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4},meridiemParse:/a.m.|g.m./,isPM:function(e){return"g.m."===e},meridiem:function(e,t,n){return e<12?"a.m.":"g.m."}})}(n(30381))},80622:function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=e+" ";switch(n){case"ss":return r+(1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi");case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+(1===e?"minuta":2===e||3===e||4===e?"minute":"minuta");case"h":return t?"jedan sat":"jednog sata";case"hh":return r+(1===e?"sat":2===e||3===e||4===e?"sata":"sati");case"dd":return r+(1===e?"dan":"dana");case"MM":return r+(1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci");case"yy":return r+(1===e?"godina":2===e||3===e||4===e?"godine":"godina")}}e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},2468:function(e,t,n){!function(e){"use strict";e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(30381))},5822:function(e,t,n){!function(e){"use strict";var t={format:"leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),standalone:"ledna_února_března_dubna_května_června_července_srpna_září_října_listopadu_prosince".split("_")},n="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),r=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],a=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function i(e){return e>1&&e<5&&1!=~~(e/10)}function o(e,t,n,r){var a=e+" ";switch(n){case"s":return t||r?"pár sekund":"pár sekundami";case"ss":return t||r?a+(i(e)?"sekundy":"sekund"):a+"sekundami";case"m":return t?"minuta":r?"minutu":"minutou";case"mm":return t||r?a+(i(e)?"minuty":"minut"):a+"minutami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?a+(i(e)?"hodiny":"hodin"):a+"hodinami";case"d":return t||r?"den":"dnem";case"dd":return t||r?a+(i(e)?"dny":"dní"):a+"dny";case"M":return t||r?"měsíc":"měsícem";case"MM":return t||r?a+(i(e)?"měsíce":"měsíců"):a+"měsíci";case"y":return t||r?"rok":"rokem";case"yy":return t||r?a+(i(e)?"roky":"let"):a+"lety"}}e.defineLocale("cs",{months:t,monthsShort:n,monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:o,ss:o,m:o,mm:o,h:o,hh:o,d:o,dd:o,M:o,MM:o,y:o,yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},50877:function(e,t,n){!function(e){"use strict";e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){return e+(/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})}(n(30381))},47373:function(e,t,n){!function(e){"use strict";e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return e>20?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}})}(n(30381))},24780:function(e,t,n){!function(e){"use strict";e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},60217:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var a={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?a[n][0]:a[n][1]}e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},60894:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var a={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?a[n][0]:a[n][1]}e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},59740:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var a={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?a[n][0]:a[n][1]}e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},5300:function(e,t,n){!function(e){"use strict";var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],n=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];e.defineLocale("dv",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,n){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}})}(n(30381))},50837:function(e,t,n){!function(e){"use strict";e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,n){return e>11?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){return 6===this.day()?"[το προηγούμενο] dddd [{}] LT":"[την προηγούμενη] dddd [{}] LT"},sameElse:"L"},calendar:function(e,t){var n,r=this._calendarEl[e],a=t&&t.hours();return n=r,("undefined"!=typeof Function&&n instanceof Function||"[object Function]"===Object.prototype.toString.call(n))&&(r=r.apply(t)),r.replace("{}",a%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}(n(30381))},78348:function(e,t,n){!function(e){"use strict";e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:4}})}(n(30381))},77925:function(e,t,n){!function(e){"use strict";e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(30381))},22243:function(e,t,n){!function(e){"use strict";e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},46436:function(e,t,n){!function(e){"use strict";e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},47207:function(e,t,n){!function(e){"use strict";e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(30381))},44175:function(e,t,n){!function(e){"use strict";e.defineLocale("en-in",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:6}})}(n(30381))},76319:function(e,t,n){!function(e){"use strict";e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},31662:function(e,t,n){!function(e){"use strict";e.defineLocale("en-sg",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},92915:function(e,t,n){!function(e){"use strict";e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la] D[-an de] MMMM, YYYY",LLL:"[la] D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",llll:"ddd, [la] D[-an de] MMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,n){return e>11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd[n je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(n(30381))},55251:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],a=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},96112:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],a=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-mx",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:4},invalidDate:"Fecha inválida"})}(n(30381))},71146:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],a=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})}(n(30381))},55655:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],a=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4},invalidDate:"Fecha inválida"})}(n(30381))},5603:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var a={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?a[n][2]?a[n][2]:a[n][1]:r?a[n][0]:a[n][1]}e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},77763:function(e,t,n){!function(e){"use strict";e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},76959:function(e,t,n){!function(e){"use strict";var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},n={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,n){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"%d ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}(n(30381))},11897:function(e,t,n){!function(e){"use strict";var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),n=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function r(e,r,a,i){var o="";switch(a){case"s":return i?"muutaman sekunnin":"muutama sekunti";case"ss":o=i?"sekunnin":"sekuntia";break;case"m":return i?"minuutin":"minuutti";case"mm":o=i?"minuutin":"minuuttia";break;case"h":return i?"tunnin":"tunti";case"hh":o=i?"tunnin":"tuntia";break;case"d":return i?"päivän":"päivä";case"dd":o=i?"päivän":"päivää";break;case"M":return i?"kuukauden":"kuukausi";case"MM":o=i?"kuukauden":"kuukautta";break;case"y":return i?"vuoden":"vuosi";case"yy":o=i?"vuoden":"vuotta"}return function(e,r){return e<10?r?n[e]:t[e]:e}(e,i)+" "+o}e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},42549:function(e,t,n){!function(e){"use strict";e.defineLocale("fil",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(30381))},94694:function(e,t,n){!function(e){"use strict";e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},63049:function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})}(n(30381))},52330:function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(30381))},94470:function(e,t,n){!function(e){"use strict";var t=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,n=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i];e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:t,monthsShortRegex:t,monthsStrictRegex:/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,monthsShortStrictRegex:/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(30381))},5044:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(30381))},29295:function(e,t,n){!function(e){"use strict";e.defineLocale("ga",{months:["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],monthsShort:["Ean","Feabh","Márt","Aib","Beal","Meith","Iúil","Lún","M.F.","D.F.","Samh","Noll"],monthsParseExact:!0,weekdays:["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],weekdaysShort:["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],weekdaysMin:["Do","Lu","Má","Cé","Dé","A","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné ag] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d míonna",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(30381))},2101:function(e,t,n){!function(e){"use strict";e.defineLocale("gd",{months:["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],monthsShort:["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],monthsParseExact:!0,weekdays:["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],weekdaysShort:["Did","Dil","Dim","Dic","Dia","Dih","Dis"],weekdaysMin:["Dò","Lu","Mà","Ci","Ar","Ha","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(30381))},38794:function(e,t,n){!function(e){"use strict";e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},27884:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var a={s:["थोडया सॅकंडांनी","थोडे सॅकंड"],ss:[e+" सॅकंडांनी",e+" सॅकंड"],m:["एका मिणटान","एक मिनूट"],mm:[e+" मिणटांनी",e+" मिणटां"],h:["एका वरान","एक वर"],hh:[e+" वरांनी",e+" वरां"],d:["एका दिसान","एक दीस"],dd:[e+" दिसांनी",e+" दीस"],M:["एका म्हयन्यान","एक म्हयनो"],MM:[e+" म्हयन्यानी",e+" म्हयने"],y:["एका वर्सान","एक वर्स"],yy:[e+" वर्सांनी",e+" वर्सां"]};return r?a[n][0]:a[n][1]}e.defineLocale("gom-deva",{months:{standalone:"जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),format:"जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार".split("_"),weekdaysShort:"आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.".split("_"),weekdaysMin:"आ_सो_मं_बु_ब्रे_सु_शे".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [वाजतां]",LTS:"A h:mm:ss [वाजतां]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [वाजतां]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [वाजतां]",llll:"ddd, D MMM YYYY, A h:mm [वाजतां]"},calendar:{sameDay:"[आयज] LT",nextDay:"[फाल्यां] LT",nextWeek:"[फुडलो] dddd[,] LT",lastDay:"[काल] LT",lastWeek:"[फाटलो] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s आदीं",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(वेर)/,ordinal:function(e,t){return"D"===t?e+"वेर":e},week:{dow:0,doy:3},meridiemParse:/राती|सकाळीं|दनपारां|सांजे/,meridiemHour:function(e,t){return 12===e&&(e=0),"राती"===t?e<4?e:e+12:"सकाळीं"===t?e:"दनपारां"===t?e>12?e:e+12:"सांजे"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"राती":e<12?"सकाळीं":e<16?"दनपारां":e<20?"सांजे":"राती"}})}(n(30381))},23168:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var a={s:["thoddea sekondamni","thodde sekond"],ss:[e+" sekondamni",e+" sekond"],m:["eka mintan","ek minut"],mm:[e+" mintamni",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voramni",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disamni",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineamni",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsamni",e+" vorsam"]};return r?a[n][0]:a[n][1]}e.defineLocale("gom-latn",{months:{standalone:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),format:"Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Fuddlo] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fattlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){return"D"===t?e+"er":e},week:{dow:0,doy:3},meridiemParse:/rati|sokallim|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokallim"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"rati":e<12?"sokallim":e<16?"donparam":e<20?"sanje":"rati"}})}(n(30381))},95349:function(e,t,n){!function(e){"use strict";var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},n={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પહેલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(n(30381))},24206:function(e,t,n){!function(e){"use strict";e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,n){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?n?'לפנה"צ':"לפני הצהריים":e<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}})}(n(30381))},30094:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},r=[/^जन/i,/^फ़र|फर/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सितं|सित/i,/^अक्टू/i,/^नव|नवं/i,/^दिसं|दिस/i];e.defineLocale("hi",{months:{format:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),standalone:"जनवरी_फरवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितंबर_अक्टूबर_नवंबर_दिसंबर".split("_")},monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},monthsParse:r,longMonthsParse:r,shortMonthsParse:[/^जन/i,/^फ़र/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सित/i,/^अक्टू/i,/^नव/i,/^दिस/i],monthsRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsShortRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsStrictRegex:/^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,monthsShortStrictRegex:/^(जन\.?|फ़र\.?|मार्च?|अप्रै\.?|मई?|जून?|जुल\.?|अग\.?|सित\.?|अक्टू\.?|नव\.?|दिस\.?)/i,calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})}(n(30381))},30316:function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=e+" ";switch(n){case"ss":return r+(1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi");case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+(1===e?"minuta":2===e||3===e||4===e?"minute":"minuta");case"h":return t?"jedan sat":"jednog sata";case"hh":return r+(1===e?"sat":2===e||3===e||4===e?"sata":"sati");case"dd":return r+(1===e?"dan":"dana");case"MM":return r+(1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci");case"yy":return r+(1===e?"godina":2===e||3===e||4===e?"godine":"godina")}}e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:return"[prošlu] [nedjelju] [u] LT";case 3:return"[prošlu] [srijedu] [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},22138:function(e,t,n){!function(e){"use strict";var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function n(e,t,n,r){var a=e;switch(n){case"s":return r||t?"néhány másodperc":"néhány másodperce";case"ss":return a+(r||t)?" másodperc":" másodperce";case"m":return"egy"+(r||t?" perc":" perce");case"mm":return a+(r||t?" perc":" perce");case"h":return"egy"+(r||t?" óra":" órája");case"hh":return a+(r||t?" óra":" órája");case"d":return"egy"+(r||t?" nap":" napja");case"dd":return a+(r||t?" nap":" napja");case"M":return"egy"+(r||t?" hónap":" hónapja");case"MM":return a+(r||t?" hónap":" hónapja");case"y":return"egy"+(r||t?" év":" éve");case"yy":return a+(r||t?" év":" éve")}return""}function r(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return r.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return r.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},11423:function(e,t,n){!function(e){"use strict";e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}})}(n(30381))},29218:function(e,t,n){!function(e){"use strict";e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:0,doy:6}})}(n(30381))},90135:function(e,t,n){!function(e){"use strict";function t(e){return e%100==11||e%10!=1}function n(e,n,r,a){var i=e+" ";switch(r){case"s":return n||a?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?i+(n||a?"sekúndur":"sekúndum"):i+"sekúnda";case"m":return n?"mínúta":"mínútu";case"mm":return t(e)?i+(n||a?"mínútur":"mínútum"):n?i+"mínúta":i+"mínútu";case"hh":return t(e)?i+(n||a?"klukkustundir":"klukkustundum"):i+"klukkustund";case"d":return n?"dagur":a?"dag":"degi";case"dd":return t(e)?n?i+"dagar":i+(a?"daga":"dögum"):n?i+"dagur":i+(a?"dag":"degi");case"M":return n?"mánuður":a?"mánuð":"mánuði";case"MM":return t(e)?n?i+"mánuðir":i+(a?"mánuði":"mánuðum"):n?i+"mánuður":i+(a?"mánuð":"mánuði");case"y":return n||a?"ár":"ári";case"yy":return t(e)?i+(n||a?"ár":"árum"):i+(n||a?"ár":"ári")}}e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:n,ss:n,m:n,mm:n,h:"klukkustund",hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},10150:function(e,t,n){!function(e){"use strict";e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){return 0===this.day()?"[la scorsa] dddd [alle] LT":"[lo scorso] dddd [alle] LT"},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},90626:function(e,t,n){!function(e){"use strict";e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastWeek:function(){return 0===this.day()?"[La scorsa] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT":"[Lo scorso] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},sameElse:"L"},relativeTime:{future:"tra %s",past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",w:"una settimana",ww:"%d settimane",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},39183:function(e,t,n){!function(e){"use strict";e.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"昭和",narrow:"㍼",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"大正",narrow:"㍽",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"明治",narrow:"㍾",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"西暦",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"紀元前",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(e,t){return"元"===t[1]?1:parseInt(t[1]||e,10)},months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()!==this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()!==e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"y":return 1===e?"元年":e+"年";case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}(n(30381))},24286:function(e,t,n){!function(e){"use strict";e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(n(30381))},12105:function(e,t,n){!function(e){"use strict";e.defineLocale("ka",{months:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return e.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/,(function(e,t,n){return"ი"===n?t+"ში":t+n+"ში"}))},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):e},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20==0||e%100==0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}})}(n(30381))},47772:function(e,t,n){!function(e){"use strict";var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(30381))},18758:function(e,t,n){!function(e){"use strict";var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},n={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,n){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(30381))},79282:function(e,t,n){!function(e){"use strict";var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},n={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}})}(n(30381))},33730:function(e,t,n){!function(e){"use strict";e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}})}(n(30381))},1408:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];e.defineLocale("ku",{months:r,monthsShort:r,weekdays:"یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌".split("_"),weekdaysShort:"یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره‌|به‌یانی/,isPM:function(e){return/ئێواره‌/.test(e)},meridiem:function(e,t,n){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(30381))},33291:function(e,t,n){!function(e){"use strict";var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(30381))},36841:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var a={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?a[n][0]:a[n][1]}function n(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return n(0===t?e/10:t)}if(e<1e4){for(;e>=10;)e/=10;return n(e)}return n(e/=1e3)}e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:function(e){return n(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e},past:function(e){return n(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e},s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},55466:function(e,t,n){!function(e){"use strict";e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,n){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}})}(n(30381))},57010:function(e,t,n){!function(e){"use strict";var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function n(e,t,n,r){return t?a(n)[0]:r?a(n)[1]:a(n)[2]}function r(e){return e%10==0||e>10&&e<20}function a(e){return t[e].split("_")}function i(e,t,i,o){var s=e+" ";return 1===e?s+n(0,t,i[0],o):t?s+(r(e)?a(i)[1]:a(i)[0]):o?s+a(i)[1]:s+(r(e)?a(i)[1]:a(i)[2])}e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:function(e,t,n,r){return t?"kelios sekundės":r?"kelių sekundžių":"kelias sekundes"},ss:i,m:n,mm:i,h:n,hh:i,d:n,dd:i,M:n,MM:i,y:n,yy:i},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}})}(n(30381))},37595:function(e,t,n){!function(e){"use strict";var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function n(e,t,n){return n?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function r(e,r,a){return e+" "+n(t[a],e,r)}function a(e,r,a){return n(t[a],e,r)}e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:function(e,t){return t?"dažas sekundes":"dažām sekundēm"},ss:r,m:a,mm:r,h:a,hh:r,d:a,dd:r,M:a,MM:r,y:a,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},39861:function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var a=t.words[r];return 1===r.length?n?a[0]:a[1]:e+" "+t.correctGrammaticalCase(e,a)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},35493:function(e,t,n){!function(e){"use strict";e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},95966:function(e,t,n){!function(e){"use strict";e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"за %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"една минута",mm:"%d минути",h:"еден час",hh:"%d часа",d:"еден ден",dd:"%d дена",M:"еден месец",MM:"%d месеци",y:"една година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(30381))},87341:function(e,t,n){!function(e){"use strict";e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,n){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}})}(n(30381))},5115:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,n){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}})}(n(30381))},10370:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function r(e,t,n,r){var a="";if(t)switch(n){case"s":a="काही सेकंद";break;case"ss":a="%d सेकंद";break;case"m":a="एक मिनिट";break;case"mm":a="%d मिनिटे";break;case"h":a="एक तास";break;case"hh":a="%d तास";break;case"d":a="एक दिवस";break;case"dd":a="%d दिवस";break;case"M":a="एक महिना";break;case"MM":a="%d महिने";break;case"y":a="एक वर्ष";break;case"yy":a="%d वर्षे"}else switch(n){case"s":a="काही सेकंदां";break;case"ss":a="%d सेकंदां";break;case"m":a="एका मिनिटा";break;case"mm":a="%d मिनिटां";break;case"h":a="एका तासा";break;case"hh":a="%d तासां";break;case"d":a="एका दिवसा";break;case"dd":a="%d दिवसां";break;case"M":a="एका महिन्या";break;case"MM":a="%d महिन्यां";break;case"y":a="एका वर्षा";break;case"yy":a="%d वर्षां"}return a.replace(/%d/i,e)}e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,meridiemHour:function(e,t){return 12===e&&(e=0),"पहाटे"===t||"सकाळी"===t?e:"दुपारी"===t||"सायंकाळी"===t||"रात्री"===t?e>=12?e:e+12:void 0},meridiem:function(e,t,n){return e>=0&&e<6?"पहाटे":e<12?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}(n(30381))},41237:function(e,t,n){!function(e){"use strict";e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(30381))},9847:function(e,t,n){!function(e){"use strict";e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(30381))},72126:function(e,t,n){!function(e){"use strict";e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},56165:function(e,t,n){!function(e){"use strict";var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},n={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(30381))},64924:function(e,t,n){!function(e){"use strict";e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",w:"en uke",ww:"%d uker",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},16744:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,n){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})}(n(30381))},59814:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],a=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(30381))},93901:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],a=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:a,monthsShortRegex:a,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",w:"één week",ww:"%d weken",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(30381))},83877:function(e,t,n){!function(e){"use strict";e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._må._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",w:"ei veke",ww:"%d veker",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},92135:function(e,t,n){!function(e){"use strict";e.defineLocale("oc-lnc",{months:{standalone:"genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre".split("_"),format:"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[uèi a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[ièr a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(30381))},15858:function(e,t,n){!function(e){"use strict";var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},n={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(n(30381))},64495:function(e,t,n){!function(e){"use strict";var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),n="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),r=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^paź/i,/^lis/i,/^gru/i];function a(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function i(e,t,n){var r=e+" ";switch(n){case"ss":return r+(a(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return r+(a(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return r+(a(e)?"godziny":"godzin");case"ww":return r+(a(e)?"tygodnie":"tygodni");case"MM":return r+(a(e)?"miesiące":"miesięcy");case"yy":return r+(a(e)?"lata":"lat")}}e.defineLocale("pl",{months:function(e,r){return e?/D MMMM/.test(r)?n[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:i,m:i,mm:i,h:i,hh:i,d:"1 dzień",dd:"%d dni",w:"tydzień",ww:i,M:"miesiąc",MM:i,y:"rok",yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},57971:function(e,t,n){!function(e){"use strict";e.defineLocale("pt-br",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",invalidDate:"Data inválida"})}(n(30381))},89520:function(e,t,n){!function(e){"use strict";e.defineLocale("pt",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",w:"uma semana",ww:"%d semanas",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(30381))},96459:function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=" ";return(e%100>=20||e>=100&&e%100==0)&&(r=" de "),e+r+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",ww:"săptămâni",MM:"luni",yy:"ani"}[n]}e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,w:"o săptămână",ww:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}})}(n(30381))},21793:function(e,t,n){!function(e){"use strict";function t(e,t,n){return"m"===n?t?"минута":"минуту":e+" "+(r=+e,a={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",ww:"неделя_недели_недель",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[n].split("_"),r%10==1&&r%100!=11?a[0]:r%10>=2&&r%10<=4&&(r%100<10||r%100>=20)?a[1]:a[2]);var r,a}var n=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:n,longMonthsParse:n,shortMonthsParse:n,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:t,m:t,mm:t,h:"час",hh:t,d:"день",dd:t,w:"неделя",ww:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}})}(n(30381))},40950:function(e,t,n){!function(e){"use strict";var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],n=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];e.defineLocale("sd",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(30381))},10490:function(e,t,n){!function(e){"use strict";e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},90124:function(e,t,n){!function(e){"use strict";e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,n){return e>11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}})}(n(30381))},64249:function(e,t,n){!function(e){"use strict";var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),n="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function r(e){return e>1&&e<5}function a(e,t,n,a){var i=e+" ";switch(n){case"s":return t||a?"pár sekúnd":"pár sekundami";case"ss":return t||a?i+(r(e)?"sekundy":"sekúnd"):i+"sekundami";case"m":return t?"minúta":a?"minútu":"minútou";case"mm":return t||a?i+(r(e)?"minúty":"minút"):i+"minútami";case"h":return t?"hodina":a?"hodinu":"hodinou";case"hh":return t||a?i+(r(e)?"hodiny":"hodín"):i+"hodinami";case"d":return t||a?"deň":"dňom";case"dd":return t||a?i+(r(e)?"dni":"dní"):i+"dňami";case"M":return t||a?"mesiac":"mesiacom";case"MM":return t||a?i+(r(e)?"mesiace":"mesiacov"):i+"mesiacmi";case"y":return t||a?"rok":"rokom";case"yy":return t||a?i+(r(e)?"roky":"rokov"):i+"rokmi"}}e.defineLocale("sk",{months:t,monthsShort:n,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:case 4:case 5:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},14985:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var a=e+" ";switch(n){case"s":return t||r?"nekaj sekund":"nekaj sekundami";case"ss":return a+(1===e?t?"sekundo":"sekundi":2===e?t||r?"sekundi":"sekundah":e<5?t||r?"sekunde":"sekundah":"sekund");case"m":return t?"ena minuta":"eno minuto";case"mm":return a+(1===e?t?"minuta":"minuto":2===e?t||r?"minuti":"minutama":e<5?t||r?"minute":"minutami":t||r?"minut":"minutami");case"h":return t?"ena ura":"eno uro";case"hh":return a+(1===e?t?"ura":"uro":2===e?t||r?"uri":"urama":e<5?t||r?"ure":"urami":t||r?"ur":"urami");case"d":return t||r?"en dan":"enim dnem";case"dd":return a+(1===e?t||r?"dan":"dnem":2===e?t||r?"dni":"dnevoma":t||r?"dni":"dnevi");case"M":return t||r?"en mesec":"enim mesecem";case"MM":return a+(1===e?t||r?"mesec":"mesecem":2===e?t||r?"meseca":"mesecema":e<5?t||r?"mesece":"meseci":t||r?"mesecev":"meseci");case"y":return t||r?"eno leto":"enim letom";case"yy":return a+(1===e?t||r?"leto":"letom":2===e?t||r?"leti":"letoma":e<5?t||r?"leta":"leti":t||r?"let":"leti")}}e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},51104:function(e,t,n){!function(e){"use strict";e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,n){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},79915:function(e,t,n){!function(e){"use strict";var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једног минута"],mm:["минут","минута","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],d:["један дан","једног дана"],dd:["дан","дана","дана"],M:["један месец","једног месеца"],MM:["месец","месеца","месеци"],y:["једну годину","једне године"],yy:["годину","године","година"]},correctGrammaticalCase:function(e,t){return e%10>=1&&e%10<=4&&(e%100<10||e%100>=20)?e%10==1?t[0]:t[1]:t[2]},translate:function(e,n,r,a){var i,o=t.words[r];return 1===r.length?"y"===r&&n?"једна година":a||n?o[0]:o[1]:(i=t.correctGrammaticalCase(e,o),"yy"===r&&n&&"годину"===i?e+" година":e+" "+i)}};e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:t.translate,dd:t.translate,M:t.translate,MM:t.translate,y:t.translate,yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},49131:function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],d:["jedan dan","jednog dana"],dd:["dan","dana","dana"],M:["jedan mesec","jednog meseca"],MM:["mesec","meseca","meseci"],y:["jednu godinu","jedne godine"],yy:["godinu","godine","godina"]},correctGrammaticalCase:function(e,t){return e%10>=1&&e%10<=4&&(e%100<10||e%100>=20)?e%10==1?t[0]:t[1]:t[2]},translate:function(e,n,r,a){var i,o=t.words[r];return 1===r.length?"y"===r&&n?"jedna godina":a||n?o[0]:o[1]:(i=t.correctGrammaticalCase(e,o),"yy"===r&&n&&"godinu"===i?e+" godina":e+" "+i)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:t.translate,dd:t.translate,M:t.translate,MM:t.translate,y:t.translate,yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(30381))},85893:function(e,t,n){!function(e){"use strict";e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,n){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(n(30381))},98760:function(e,t,n){!function(e){"use strict";e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(\:e|\:a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?":e":1===t||2===t?":a":":e")},week:{dow:1,doy:4}})}(n(30381))},91172:function(e,t,n){!function(e){"use strict";e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"hh:mm A",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(n(30381))},27333:function(e,t,n){!function(e){"use strict";var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},n={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,n){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}})}(n(30381))},23110:function(e,t,n){!function(e){"use strict";e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})}(n(30381))},52095:function(e,t,n){!function(e){"use strict";e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"segundu balun",ss:"segundu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},27321:function(e,t,n){!function(e){"use strict";var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};e.defineLocale("tg",{months:{format:"январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри".split("_"),standalone:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_")},monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Фардо соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(n(30381))},9041:function(e,t,n){!function(e){"use strict";e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",w:"1 สัปดาห์",ww:"%d สัปดาห์",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(n(30381))},19005:function(e,t,n){!function(e){"use strict";var t={1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'ünji",4:"'ünji",100:"'ünji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"};e.defineLocale("tk",{months:"Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),monthsShort:"Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),weekdays:"Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),weekdaysShort:"Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),weekdaysMin:"Ýk_Dş_Sş_Çr_Pn_An_Şn".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[düýn] LT",lastWeek:"[geçen] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s soň",past:"%s öň",s:"birnäçe sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir gün",dd:"%d gün",M:"bir aý",MM:"%d aý",y:"bir ýyl",yy:"%d ýyl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'unjy";var r=e%10;return e+(t[r]||t[e%100-r]||t[e>=100?100:null])}},week:{dow:1,doy:7}})}(n(30381))},75768:function(e,t,n){!function(e){"use strict";e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(30381))},89444:function(e,t,n){!function(e){"use strict";var t="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function n(e,n,r,a){var i=function(e){var n=Math.floor(e%1e3/100),r=Math.floor(e%100/10),a=e%10,i="";return n>0&&(i+=t[n]+"vatlh"),r>0&&(i+=(""!==i?" ":"")+t[r]+"maH"),a>0&&(i+=(""!==i?" ":"")+t[a]),""===i?"pagh":i}(e);switch(r){case"ss":return i+" lup";case"mm":return i+" tup";case"hh":return i+" rep";case"dd":return i+" jaj";case"MM":return i+" jar";case"yy":return i+" DIS"}}e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:function(e){var t=e;return-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"},past:function(e){var t=e;return-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"},s:"puS lup",ss:n,m:"wa’ tup",mm:n,h:"wa’ rep",hh:n,d:"wa’ jaj",dd:n,M:"wa’ jar",MM:n,y:"wa’ DIS",yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},72397:function(e,t,n){!function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pzt_Sal_Çar_Per_Cum_Cmt".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),meridiem:function(e,t,n){return e<12?n?"öö":"ÖÖ":n?"ös":"ÖS"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(e){return"ös"===e||"ÖS"===e},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",w:"bir hafta",ww:"%d hafta",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var r=e%10;return e+(t[r]||t[e%100-r]||t[e>=100?100:null])}},week:{dow:1,doy:7}})}(n(30381))},28254:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var a={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return r||t?a[n][0]:a[n][1]}e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,n){return e>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(30381))},30699:function(e,t,n){!function(e){"use strict";e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(n(30381))},51106:function(e,t,n){!function(e){"use strict";e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}(n(30381))},9288:function(e,t,n){!function(e){"use strict";e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"يېرىم كېچە":r<900?"سەھەر":r<1130?"چۈشتىن بۇرۇن":r<1230?"چۈش":r<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}})}(n(30381))},67691:function(e,t,n){!function(e){"use strict";function t(e,t,n){return"m"===n?t?"хвилина":"хвилину":"h"===n?t?"година":"годину":e+" "+(r=+e,a={ss:t?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:t?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:t?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[n].split("_"),r%10==1&&r%100!=11?a[0]:r%10>=2&&r%10<=4&&(r%100<10||r%100>=20)?a[1]:a[2]);var r,a}function n(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:function(e,t){var n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?n.nominative.slice(1,7).concat(n.nominative.slice(0,1)):e?n[/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:n.nominative},weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:n("[Сьогодні "),nextDay:n("[Завтра "),lastDay:n("[Вчора "),nextWeek:n("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return n("[Минулої] dddd [").call(this);case 1:case 2:case 4:return n("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:t,m:t,mm:t,h:"годину",hh:t,d:"день",dd:t,M:"місяць",MM:t,y:"рік",yy:t},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}})}(n(30381))},13795:function(e,t,n){!function(e){"use strict";var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];e.defineLocale("ur",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(30381))},60588:function(e,t,n){!function(e){"use strict";e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(n(30381))},6791:function(e,t,n){!function(e){"use strict";e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}(n(30381))},65666:function(e,t,n){!function(e){"use strict";e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần trước lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",w:"một tuần",ww:"%d tuần",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(30381))},14378:function(e,t,n){!function(e){"use strict";e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(30381))},75805:function(e,t,n){!function(e){"use strict";e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})}(n(30381))},83839:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:function(e){return e.week()!==this.week()?"[下]dddLT":"[本]dddLT"},lastDay:"[昨天]LT",lastWeek:function(e){return this.week()!==e.week()?"[上]dddLT":"[本]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s后",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",w:"1 周",ww:"%d 周",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})}(n(30381))},55726:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1200?"上午":1200===r?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(30381))},99807:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-mo",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"D/M/YYYY",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(30381))},74152:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(30381))},46700:function(e,t,n){var r={"./af":42786,"./af.js":42786,"./ar":30867,"./ar-dz":14130,"./ar-dz.js":14130,"./ar-kw":96135,"./ar-kw.js":96135,"./ar-ly":56440,"./ar-ly.js":56440,"./ar-ma":47702,"./ar-ma.js":47702,"./ar-sa":16040,"./ar-sa.js":16040,"./ar-tn":37100,"./ar-tn.js":37100,"./ar.js":30867,"./az":31083,"./az.js":31083,"./be":9808,"./be.js":9808,"./bg":68338,"./bg.js":68338,"./bm":67438,"./bm.js":67438,"./bn":8905,"./bn-bd":76225,"./bn-bd.js":76225,"./bn.js":8905,"./bo":11560,"./bo.js":11560,"./br":1278,"./br.js":1278,"./bs":80622,"./bs.js":80622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":50877,"./cv.js":50877,"./cy":47373,"./cy.js":47373,"./da":24780,"./da.js":24780,"./de":59740,"./de-at":60217,"./de-at.js":60217,"./de-ch":60894,"./de-ch.js":60894,"./de.js":59740,"./dv":5300,"./dv.js":5300,"./el":50837,"./el.js":50837,"./en-au":78348,"./en-au.js":78348,"./en-ca":77925,"./en-ca.js":77925,"./en-gb":22243,"./en-gb.js":22243,"./en-ie":46436,"./en-ie.js":46436,"./en-il":47207,"./en-il.js":47207,"./en-in":44175,"./en-in.js":44175,"./en-nz":76319,"./en-nz.js":76319,"./en-sg":31662,"./en-sg.js":31662,"./eo":92915,"./eo.js":92915,"./es":55655,"./es-do":55251,"./es-do.js":55251,"./es-mx":96112,"./es-mx.js":96112,"./es-us":71146,"./es-us.js":71146,"./es.js":55655,"./et":5603,"./et.js":5603,"./eu":77763,"./eu.js":77763,"./fa":76959,"./fa.js":76959,"./fi":11897,"./fi.js":11897,"./fil":42549,"./fil.js":42549,"./fo":94694,"./fo.js":94694,"./fr":94470,"./fr-ca":63049,"./fr-ca.js":63049,"./fr-ch":52330,"./fr-ch.js":52330,"./fr.js":94470,"./fy":5044,"./fy.js":5044,"./ga":29295,"./ga.js":29295,"./gd":2101,"./gd.js":2101,"./gl":38794,"./gl.js":38794,"./gom-deva":27884,"./gom-deva.js":27884,"./gom-latn":23168,"./gom-latn.js":23168,"./gu":95349,"./gu.js":95349,"./he":24206,"./he.js":24206,"./hi":30094,"./hi.js":30094,"./hr":30316,"./hr.js":30316,"./hu":22138,"./hu.js":22138,"./hy-am":11423,"./hy-am.js":11423,"./id":29218,"./id.js":29218,"./is":90135,"./is.js":90135,"./it":90626,"./it-ch":10150,"./it-ch.js":10150,"./it.js":90626,"./ja":39183,"./ja.js":39183,"./jv":24286,"./jv.js":24286,"./ka":12105,"./ka.js":12105,"./kk":47772,"./kk.js":47772,"./km":18758,"./km.js":18758,"./kn":79282,"./kn.js":79282,"./ko":33730,"./ko.js":33730,"./ku":1408,"./ku.js":1408,"./ky":33291,"./ky.js":33291,"./lb":36841,"./lb.js":36841,"./lo":55466,"./lo.js":55466,"./lt":57010,"./lt.js":57010,"./lv":37595,"./lv.js":37595,"./me":39861,"./me.js":39861,"./mi":35493,"./mi.js":35493,"./mk":95966,"./mk.js":95966,"./ml":87341,"./ml.js":87341,"./mn":5115,"./mn.js":5115,"./mr":10370,"./mr.js":10370,"./ms":9847,"./ms-my":41237,"./ms-my.js":41237,"./ms.js":9847,"./mt":72126,"./mt.js":72126,"./my":56165,"./my.js":56165,"./nb":64924,"./nb.js":64924,"./ne":16744,"./ne.js":16744,"./nl":93901,"./nl-be":59814,"./nl-be.js":59814,"./nl.js":93901,"./nn":83877,"./nn.js":83877,"./oc-lnc":92135,"./oc-lnc.js":92135,"./pa-in":15858,"./pa-in.js":15858,"./pl":64495,"./pl.js":64495,"./pt":89520,"./pt-br":57971,"./pt-br.js":57971,"./pt.js":89520,"./ro":96459,"./ro.js":96459,"./ru":21793,"./ru.js":21793,"./sd":40950,"./sd.js":40950,"./se":10490,"./se.js":10490,"./si":90124,"./si.js":90124,"./sk":64249,"./sk.js":64249,"./sl":14985,"./sl.js":14985,"./sq":51104,"./sq.js":51104,"./sr":49131,"./sr-cyrl":79915,"./sr-cyrl.js":79915,"./sr.js":49131,"./ss":85893,"./ss.js":85893,"./sv":98760,"./sv.js":98760,"./sw":91172,"./sw.js":91172,"./ta":27333,"./ta.js":27333,"./te":23110,"./te.js":23110,"./tet":52095,"./tet.js":52095,"./tg":27321,"./tg.js":27321,"./th":9041,"./th.js":9041,"./tk":19005,"./tk.js":19005,"./tl-ph":75768,"./tl-ph.js":75768,"./tlh":89444,"./tlh.js":89444,"./tr":72397,"./tr.js":72397,"./tzl":28254,"./tzl.js":28254,"./tzm":51106,"./tzm-latn":30699,"./tzm-latn.js":30699,"./tzm.js":51106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":67691,"./uk.js":67691,"./ur":13795,"./ur.js":13795,"./uz":6791,"./uz-latn":60588,"./uz-latn.js":60588,"./uz.js":6791,"./vi":65666,"./vi.js":65666,"./x-pseudo":14378,"./x-pseudo.js":14378,"./yo":75805,"./yo.js":75805,"./zh-cn":83839,"./zh-cn.js":83839,"./zh-hk":55726,"./zh-hk.js":55726,"./zh-mo":99807,"./zh-mo.js":99807,"./zh-tw":74152,"./zh-tw.js":74152};function a(e){var t=i(e);return n(t)}function i(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}a.keys=function(){return Object.keys(r)},a.resolve=i,e.exports=a,a.id=46700},30381:function(e,t,n){(e=n.nmd(e)).exports=function(){"use strict";var t,r;function a(){return t.apply(null,arguments)}function i(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function o(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function s(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function l(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(s(e,t))return!1;return!0}function u(e){return void 0===e}function c(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function d(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function p(e,t){var n,r=[],a=e.length;for(n=0;n>>0;for(t=0;t0)for(n=0;n=0?n?"+":"":"-")+Math.pow(10,Math.max(0,a)).toString().substr(1)+r}var A=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,L=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,P={},F={};function R(e,t,n,r){var a=r;"string"==typeof r&&(a=function(){return this[r]()}),e&&(F[e]=a),t&&(F[t[0]]=function(){return D(a.apply(this,arguments),t[1],t[2])}),n&&(F[n]=function(){return this.localeData().ordinal(a.apply(this,arguments),e)})}function j(e,t){return e.isValid()?(t=I(t,e.localeData()),P[t]=P[t]||function(e){var t,n,r,a=e.match(A);for(t=0,n=a.length;t=0&&L.test(e);)e=e.replace(L,r),L.lastIndex=0,n-=1;return e}var Y={};function V(e,t){var n=e.toLowerCase();Y[n]=Y[n+"s"]=Y[t]=e}function H(e){return"string"==typeof e?Y[e]||Y[e.toLowerCase()]:void 0}function Z(e){var t,n,r={};for(n in e)s(e,n)&&(t=H(n))&&(r[t]=e[n]);return r}var B={};function z(e,t){B[e]=t}function W(e){return e%4==0&&e%100!=0||e%400==0}function U(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function K(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=U(t)),n}function J(e,t){return function(n){return null!=n?(G(this,e,n),a.updateOffset(this,t),this):q(this,e)}}function q(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function G(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&W(e.year())&&1===e.month()&&29===e.date()?(n=K(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),De(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}var $,X=/\d/,Q=/\d\d/,ee=/\d{3}/,te=/\d{4}/,ne=/[+-]?\d{6}/,re=/\d\d?/,ae=/\d\d\d\d?/,ie=/\d\d\d\d\d\d?/,oe=/\d{1,3}/,se=/\d{1,4}/,le=/[+-]?\d{1,6}/,ue=/\d+/,ce=/[+-]?\d+/,de=/Z|[+-]\d\d:?\d\d/gi,pe=/Z|[+-]\d\d(?::?\d\d)?/gi,he=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function fe(e,t,n){$[e]=M(t)?t:function(e,r){return e&&n?n:t}}function me(e,t){return s($,e)?$[e](t._strict,t._locale):new RegExp(ve(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,r,a){return t||n||r||a}))))}function ve(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}$={};var ge={};function ye(e,t){var n,r,a=t;for("string"==typeof e&&(e=[e]),c(t)&&(a=function(e,n){n[t]=K(e)}),r=e.length,n=0;n68?1900:2e3)};var Ze=J("FullYear",!0);function Be(e,t,n,r,a,i,o){var s;return e<100&&e>=0?(s=new Date(e+400,t,n,r,a,i,o),isFinite(s.getFullYear())&&s.setFullYear(e)):s=new Date(e,t,n,r,a,i,o),s}function ze(e){var t,n;return e<100&&e>=0?((n=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function We(e,t,n){var r=7+t-n;return-(7+ze(e,0,r).getUTCDay()-t)%7+r-1}function Ue(e,t,n,r,a){var i,o,s=1+7*(t-1)+(7+n-r)%7+We(e,r,a);return s<=0?o=He(i=e-1)+s:s>He(e)?(i=e+1,o=s-He(e)):(i=e,o=s),{year:i,dayOfYear:o}}function Ke(e,t,n){var r,a,i=We(e.year(),t,n),o=Math.floor((e.dayOfYear()-i-1)/7)+1;return o<1?r=o+Je(a=e.year()-1,t,n):o>Je(e.year(),t,n)?(r=o-Je(e.year(),t,n),a=e.year()+1):(a=e.year(),r=o),{week:r,year:a}}function Je(e,t,n){var r=We(e,t,n),a=We(e+1,t,n);return(He(e)-r+a)/7}R("w",["ww",2],"wo","week"),R("W",["WW",2],"Wo","isoWeek"),V("week","w"),V("isoWeek","W"),z("week",5),z("isoWeek",5),fe("w",re),fe("ww",re,Q),fe("W",re),fe("WW",re,Q),be(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=K(e)}));function qe(e,t){return e.slice(t,7).concat(e.slice(0,t))}R("d",0,"do","day"),R("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),R("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),R("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),R("e",0,0,"weekday"),R("E",0,0,"isoWeekday"),V("day","d"),V("weekday","e"),V("isoWeekday","E"),z("day",11),z("weekday",11),z("isoWeekday",11),fe("d",re),fe("e",re),fe("E",re),fe("dd",(function(e,t){return t.weekdaysMinRegex(e)})),fe("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),fe("dddd",(function(e,t){return t.weekdaysRegex(e)})),be(["dd","ddd","dddd"],(function(e,t,n,r){var a=n._locale.weekdaysParse(e,r,n._strict);null!=a?t.d=a:m(n).invalidWeekday=e})),be(["d","e","E"],(function(e,t,n,r){t[r]=K(e)}));var Ge="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),$e="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Xe="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Qe=he,et=he,tt=he;function nt(e,t,n){var r,a,i,o=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)i=f([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(i,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(a=_e.call(this._weekdaysParse,o))?a:null:"ddd"===t?-1!==(a=_e.call(this._shortWeekdaysParse,o))?a:null:-1!==(a=_e.call(this._minWeekdaysParse,o))?a:null:"dddd"===t?-1!==(a=_e.call(this._weekdaysParse,o))||-1!==(a=_e.call(this._shortWeekdaysParse,o))||-1!==(a=_e.call(this._minWeekdaysParse,o))?a:null:"ddd"===t?-1!==(a=_e.call(this._shortWeekdaysParse,o))||-1!==(a=_e.call(this._weekdaysParse,o))||-1!==(a=_e.call(this._minWeekdaysParse,o))?a:null:-1!==(a=_e.call(this._minWeekdaysParse,o))||-1!==(a=_e.call(this._weekdaysParse,o))||-1!==(a=_e.call(this._shortWeekdaysParse,o))?a:null}function rt(){function e(e,t){return t.length-e.length}var t,n,r,a,i,o=[],s=[],l=[],u=[];for(t=0;t<7;t++)n=f([2e3,1]).day(t),r=ve(this.weekdaysMin(n,"")),a=ve(this.weekdaysShort(n,"")),i=ve(this.weekdays(n,"")),o.push(r),s.push(a),l.push(i),u.push(r),u.push(a),u.push(i);o.sort(e),s.sort(e),l.sort(e),u.sort(e),this._weekdaysRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+o.join("|")+")","i")}function at(){return this.hours()%12||12}function it(e,t){R(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function ot(e,t){return t._meridiemParse}R("H",["HH",2],0,"hour"),R("h",["hh",2],0,at),R("k",["kk",2],0,(function(){return this.hours()||24})),R("hmm",0,0,(function(){return""+at.apply(this)+D(this.minutes(),2)})),R("hmmss",0,0,(function(){return""+at.apply(this)+D(this.minutes(),2)+D(this.seconds(),2)})),R("Hmm",0,0,(function(){return""+this.hours()+D(this.minutes(),2)})),R("Hmmss",0,0,(function(){return""+this.hours()+D(this.minutes(),2)+D(this.seconds(),2)})),it("a",!0),it("A",!1),V("hour","h"),z("hour",13),fe("a",ot),fe("A",ot),fe("H",re),fe("h",re),fe("k",re),fe("HH",re,Q),fe("hh",re,Q),fe("kk",re,Q),fe("hmm",ae),fe("hmmss",ie),fe("Hmm",ae),fe("Hmmss",ie),ye(["H","HH"],Se),ye(["k","kk"],(function(e,t,n){var r=K(e);t[Se]=24===r?0:r})),ye(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),ye(["h","hh"],(function(e,t,n){t[Se]=K(e),m(n).bigHour=!0})),ye("hmm",(function(e,t,n){var r=e.length-2;t[Se]=K(e.substr(0,r)),t[xe]=K(e.substr(r)),m(n).bigHour=!0})),ye("hmmss",(function(e,t,n){var r=e.length-4,a=e.length-2;t[Se]=K(e.substr(0,r)),t[xe]=K(e.substr(r,2)),t[Te]=K(e.substr(a)),m(n).bigHour=!0})),ye("Hmm",(function(e,t,n){var r=e.length-2;t[Se]=K(e.substr(0,r)),t[xe]=K(e.substr(r))})),ye("Hmmss",(function(e,t,n){var r=e.length-4,a=e.length-2;t[Se]=K(e.substr(0,r)),t[xe]=K(e.substr(r,2)),t[Te]=K(e.substr(a))}));var st=J("Hours",!0);var lt,ut={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Ae,monthsShort:Le,week:{dow:0,doy:6},weekdays:Ge,weekdaysMin:Xe,weekdaysShort:$e,meridiemParse:/[ap]\.?m?\.?/i},ct={},dt={};function pt(e,t){var n,r=Math.min(e.length,t.length);for(n=0;n0;){if(r=ft(a.slice(0,t).join("-")))return r;if(n&&n.length>=t&&pt(a,n)>=t-1)break;t--}i++}return lt}(e)}function yt(e){var t,n=e._a;return n&&-2===m(e).overflow&&(t=n[Ee]<0||n[Ee]>11?Ee:n[ke]<1||n[ke]>De(n[Ce],n[Ee])?ke:n[Se]<0||n[Se]>24||24===n[Se]&&(0!==n[xe]||0!==n[Te]||0!==n[Me])?Se:n[xe]<0||n[xe]>59?xe:n[Te]<0||n[Te]>59?Te:n[Me]<0||n[Me]>999?Me:-1,m(e)._overflowDayOfYear&&(tke)&&(t=ke),m(e)._overflowWeeks&&-1===t&&(t=Oe),m(e)._overflowWeekday&&-1===t&&(t=Ne),m(e).overflow=t),e}var bt=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,wt=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,_t=/Z|[+-]\d\d(?::?\d\d)?/,Ct=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],Et=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],kt=/^\/?Date\((-?\d+)/i,St=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,xt={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Tt(e){var t,n,r,a,i,o,s=e._i,l=bt.exec(s)||wt.exec(s),u=Ct.length,c=Et.length;if(l){for(m(e).iso=!0,t=0,n=u;t7)&&(l=!0)):(i=e._locale._week.dow,o=e._locale._week.doy,u=Ke(Ft(),i,o),n=Nt(t.gg,e._a[Ce],u.year),r=Nt(t.w,u.week),null!=t.d?((a=t.d)<0||a>6)&&(l=!0):null!=t.e?(a=t.e+i,(t.e<0||t.e>6)&&(l=!0)):a=i),r<1||r>Je(n,i,o)?m(e)._overflowWeeks=!0:null!=l?m(e)._overflowWeekday=!0:(s=Ue(n,r,a,i,o),e._a[Ce]=s.year,e._dayOfYear=s.dayOfYear)}(e),null!=e._dayOfYear&&(o=Nt(e._a[Ce],r[Ce]),(e._dayOfYear>He(o)||0===e._dayOfYear)&&(m(e)._overflowDayOfYear=!0),n=ze(o,0,e._dayOfYear),e._a[Ee]=n.getUTCMonth(),e._a[ke]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=s[t]=r[t];for(;t<7;t++)e._a[t]=s[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[Se]&&0===e._a[xe]&&0===e._a[Te]&&0===e._a[Me]&&(e._nextDay=!0,e._a[Se]=0),e._d=(e._useUTC?ze:Be).apply(null,s),i=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[Se]=24),e._w&&void 0!==e._w.d&&e._w.d!==i&&(m(e).weekdayMismatch=!0)}}function At(e){if(e._f!==a.ISO_8601)if(e._f!==a.RFC_2822){e._a=[],m(e).empty=!0;var t,n,r,i,o,s,l,u=""+e._i,c=u.length,d=0;for(l=(r=I(e._f,e._locale).match(A)||[]).length,t=0;t0&&m(e).unusedInput.push(o),u=u.slice(u.indexOf(n)+n.length),d+=n.length),F[i]?(n?m(e).empty=!1:m(e).unusedTokens.push(i),we(i,n,e)):e._strict&&!n&&m(e).unusedTokens.push(i);m(e).charsLeftOver=c-d,u.length>0&&m(e).unusedInput.push(u),e._a[Se]<=12&&!0===m(e).bigHour&&e._a[Se]>0&&(m(e).bigHour=void 0),m(e).parsedDateParts=e._a.slice(0),m(e).meridiem=e._meridiem,e._a[Se]=function(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?((r=e.isPM(n))&&t<12&&(t+=12),r||12!==t||(t=0),t):t}(e._locale,e._a[Se],e._meridiem),null!==(s=m(e).era)&&(e._a[Ce]=e._locale.erasConvertYear(s,e._a[Ce])),Dt(e),yt(e)}else Ot(e);else Tt(e)}function Lt(e){var t=e._i,n=e._f;return e._locale=e._locale||gt(e._l),null===t||void 0===n&&""===t?g({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),C(t)?new _(yt(t)):(d(t)?e._d=t:i(n)?function(e){var t,n,r,a,i,o,s=!1,l=e._f.length;if(0===l)return m(e).invalidFormat=!0,void(e._d=new Date(NaN));for(a=0;athis?this:e:g()}));function It(e,t){var n,r;if(1===t.length&&i(t[0])&&(t=t[0]),!t.length)return Ft();for(n=t[0],r=1;r=0?new Date(e+400,t,n)-fn:new Date(e,t,n).valueOf()}function gn(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-fn:Date.UTC(e,t,n)}function yn(e,t){return t.erasAbbrRegex(e)}function bn(){var e,t,n=[],r=[],a=[],i=[],o=this.eras();for(e=0,t=o.length;e(i=Je(e,r,a))&&(t=i),Cn.call(this,e,t,n,r,a))}function Cn(e,t,n,r,a){var i=Ue(e,t,n,r,a),o=ze(i.year,0,i.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}R("N",0,0,"eraAbbr"),R("NN",0,0,"eraAbbr"),R("NNN",0,0,"eraAbbr"),R("NNNN",0,0,"eraName"),R("NNNNN",0,0,"eraNarrow"),R("y",["y",1],"yo","eraYear"),R("y",["yy",2],0,"eraYear"),R("y",["yyy",3],0,"eraYear"),R("y",["yyyy",4],0,"eraYear"),fe("N",yn),fe("NN",yn),fe("NNN",yn),fe("NNNN",(function(e,t){return t.erasNameRegex(e)})),fe("NNNNN",(function(e,t){return t.erasNarrowRegex(e)})),ye(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,r){var a=n._locale.erasParse(e,r,n._strict);a?m(n).era=a:m(n).invalidEra=e})),fe("y",ue),fe("yy",ue),fe("yyy",ue),fe("yyyy",ue),fe("yo",(function(e,t){return t._eraYearOrdinalRegex||ue})),ye(["y","yy","yyy","yyyy"],Ce),ye(["yo"],(function(e,t,n,r){var a;n._locale._eraYearOrdinalRegex&&(a=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[Ce]=n._locale.eraYearOrdinalParse(e,a):t[Ce]=parseInt(e,10)})),R(0,["gg",2],0,(function(){return this.weekYear()%100})),R(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),wn("gggg","weekYear"),wn("ggggg","weekYear"),wn("GGGG","isoWeekYear"),wn("GGGGG","isoWeekYear"),V("weekYear","gg"),V("isoWeekYear","GG"),z("weekYear",1),z("isoWeekYear",1),fe("G",ce),fe("g",ce),fe("GG",re,Q),fe("gg",re,Q),fe("GGGG",se,te),fe("gggg",se,te),fe("GGGGG",le,ne),fe("ggggg",le,ne),be(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=K(e)})),be(["gg","GG"],(function(e,t,n,r){t[r]=a.parseTwoDigitYear(e)})),R("Q",0,"Qo","quarter"),V("quarter","Q"),z("quarter",7),fe("Q",X),ye("Q",(function(e,t){t[Ee]=3*(K(e)-1)})),R("D",["DD",2],"Do","date"),V("date","D"),z("date",9),fe("D",re),fe("DD",re,Q),fe("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),ye(["D","DD"],ke),ye("Do",(function(e,t){t[ke]=K(e.match(re)[0])}));var En=J("Date",!0);R("DDD",["DDDD",3],"DDDo","dayOfYear"),V("dayOfYear","DDD"),z("dayOfYear",4),fe("DDD",oe),fe("DDDD",ee),ye(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=K(e)})),R("m",["mm",2],0,"minute"),V("minute","m"),z("minute",14),fe("m",re),fe("mm",re,Q),ye(["m","mm"],xe);var kn=J("Minutes",!1);R("s",["ss",2],0,"second"),V("second","s"),z("second",15),fe("s",re),fe("ss",re,Q),ye(["s","ss"],Te);var Sn,xn,Tn=J("Seconds",!1);for(R("S",0,0,(function(){return~~(this.millisecond()/100)})),R(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),R(0,["SSS",3],0,"millisecond"),R(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),R(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),R(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),R(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),R(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),R(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),V("millisecond","ms"),z("millisecond",16),fe("S",oe,X),fe("SS",oe,Q),fe("SSS",oe,ee),Sn="SSSS";Sn.length<=9;Sn+="S")fe(Sn,ue);function Mn(e,t){t[Me]=K(1e3*("0."+e))}for(Sn="S";Sn.length<=9;Sn+="S")ye(Sn,Mn);xn=J("Milliseconds",!1),R("z",0,0,"zoneAbbr"),R("zz",0,0,"zoneName");var On=_.prototype;function Nn(e){return e}On.add=nn,On.calendar=function(e,t){1===arguments.length&&(arguments[0]?on(arguments[0])?(e=arguments[0],t=void 0):function(e){var t,n=o(e)&&!l(e),r=!1,a=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(t=0;tn.valueOf():n.valueOf()9999?j(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):M(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",j(n,"Z")):j(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},On.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,r="moment",a="";return this.isLocal()||(r=0===this.utcOffset()?"moment.utc":"moment.parseZone",a="Z"),e="["+r+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY","-MM-DD[T]HH:mm:ss.SSS",n=a+'[")]',this.format(e+t+"-MM-DD[T]HH:mm:ss.SSS"+n)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(On[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),On.toJSON=function(){return this.isValid()?this.toISOString():null},On.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},On.unix=function(){return Math.floor(this.valueOf()/1e3)},On.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},On.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},On.eraName=function(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;ethis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},On.isLocal=function(){return!!this.isValid()&&!this._isUTC},On.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},On.isUtc=Jt,On.isUTC=Jt,On.zoneAbbr=function(){return this._isUTC?"UTC":""},On.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},On.dates=k("dates accessor is deprecated. Use date instead.",En),On.months=k("months accessor is deprecated. Use month instead",Ye),On.years=k("years accessor is deprecated. Use year instead",Ze),On.zone=k("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()})),On.isDSTShifted=k("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!u(this._isDSTShifted))return this._isDSTShifted;var e,t={};return w(t,this),(t=Lt(t))._a?(e=t._isUTC?f(t._a):Ft(t._a),this._isDSTShifted=this.isValid()&&function(e,t,n){var r,a=Math.min(e.length,t.length),i=Math.abs(e.length-t.length),o=0;for(r=0;r0):this._isDSTShifted=!1,this._isDSTShifted}));var Dn=N.prototype;function An(e,t,n,r){var a=gt(),i=f().set(r,t);return a[n](i,e)}function Ln(e,t,n){if(c(e)&&(t=e,e=void 0),e=e||"",null!=t)return An(e,t,n,"month");var r,a=[];for(r=0;r<12;r++)a[r]=An(e,r,n,"month");return a}function Pn(e,t,n,r){"boolean"==typeof e?(c(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,c(t)&&(n=t,t=void 0),t=t||"");var a,i=gt(),o=e?i._week.dow:0,s=[];if(null!=n)return An(t,(n+o)%7,r,"day");for(a=0;a<7;a++)s[a]=An(t,(a+o)%7,r,"day");return s}Dn.calendar=function(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return M(r)?r.call(t,n):r},Dn.longDateFormat=function(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(A).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])},Dn.invalidDate=function(){return this._invalidDate},Dn.ordinal=function(e){return this._ordinal.replace("%d",e)},Dn.preparse=Nn,Dn.postformat=Nn,Dn.relativeTime=function(e,t,n,r){var a=this._relativeTime[n];return M(a)?a(e,t,n,r):a.replace(/%d/i,e)},Dn.pastFuture=function(e,t){var n=this._relativeTime[e>0?"future":"past"];return M(n)?n(t):n.replace(/%s/i,t)},Dn.set=function(e){var t,n;for(n in e)s(e,n)&&(M(t=e[n])?this[n]=t:this["_"+n]=t);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},Dn.eras=function(e,t){var n,r,i,o=this._eras||gt("en")._eras;for(n=0,r=o.length;n=0)return l[r]},Dn.erasConvertYear=function(e,t){var n=e.since<=e.until?1:-1;return void 0===t?a(e.since).year():a(e.since).year()+(t-e.offset)*n},Dn.erasAbbrRegex=function(e){return s(this,"_erasAbbrRegex")||bn.call(this),e?this._erasAbbrRegex:this._erasRegex},Dn.erasNameRegex=function(e){return s(this,"_erasNameRegex")||bn.call(this),e?this._erasNameRegex:this._erasRegex},Dn.erasNarrowRegex=function(e){return s(this,"_erasNarrowRegex")||bn.call(this),e?this._erasNarrowRegex:this._erasRegex},Dn.months=function(e,t){return e?i(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||Pe).test(t)?"format":"standalone"][e.month()]:i(this._months)?this._months:this._months.standalone},Dn.monthsShort=function(e,t){return e?i(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[Pe.test(t)?"format":"standalone"][e.month()]:i(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},Dn.monthsParse=function(e,t,n){var r,a,i;if(this._monthsParseExact)return je.call(this,e,t,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(a=f([2e3,r]),n&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(a,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(a,"").replace(".","")+"$","i")),n||this._monthsParse[r]||(i="^"+this.months(a,"")+"|^"+this.monthsShort(a,""),this._monthsParse[r]=new RegExp(i.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[r].test(e))return r;if(n&&"MMM"===t&&this._shortMonthsParse[r].test(e))return r;if(!n&&this._monthsParse[r].test(e))return r}},Dn.monthsRegex=function(e){return this._monthsParseExact?(s(this,"_monthsRegex")||Ve.call(this),e?this._monthsStrictRegex:this._monthsRegex):(s(this,"_monthsRegex")||(this._monthsRegex=Re),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)},Dn.monthsShortRegex=function(e){return this._monthsParseExact?(s(this,"_monthsRegex")||Ve.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(s(this,"_monthsShortRegex")||(this._monthsShortRegex=Fe),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)},Dn.week=function(e){return Ke(e,this._week.dow,this._week.doy).week},Dn.firstDayOfYear=function(){return this._week.doy},Dn.firstDayOfWeek=function(){return this._week.dow},Dn.weekdays=function(e,t){var n=i(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?qe(n,this._week.dow):e?n[e.day()]:n},Dn.weekdaysMin=function(e){return!0===e?qe(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin},Dn.weekdaysShort=function(e){return!0===e?qe(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort},Dn.weekdaysParse=function(e,t,n){var r,a,i;if(this._weekdaysParseExact)return nt.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(a=f([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(a,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(a,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(a,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(i="^"+this.weekdays(a,"")+"|^"+this.weekdaysShort(a,"")+"|^"+this.weekdaysMin(a,""),this._weekdaysParse[r]=new RegExp(i.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[r].test(e))return r;if(n&&"ddd"===t&&this._shortWeekdaysParse[r].test(e))return r;if(n&&"dd"===t&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}},Dn.weekdaysRegex=function(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||rt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(s(this,"_weekdaysRegex")||(this._weekdaysRegex=Qe),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)},Dn.weekdaysShortRegex=function(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||rt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(s(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=et),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},Dn.weekdaysMinRegex=function(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||rt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(s(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=tt),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},Dn.isPM=function(e){return"p"===(e+"").toLowerCase().charAt(0)},Dn.meridiem=function(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"},mt("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===K(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),a.lang=k("moment.lang is deprecated. Use moment.locale instead.",mt),a.langData=k("moment.langData is deprecated. Use moment.localeData instead.",gt);var Fn=Math.abs;function Rn(e,t,n,r){var a=$t(t,n);return e._milliseconds+=r*a._milliseconds,e._days+=r*a._days,e._months+=r*a._months,e._bubble()}function jn(e){return e<0?Math.floor(e):Math.ceil(e)}function In(e){return 4800*e/146097}function Yn(e){return 146097*e/4800}function Vn(e){return function(){return this.as(e)}}var Hn=Vn("ms"),Zn=Vn("s"),Bn=Vn("m"),zn=Vn("h"),Wn=Vn("d"),Un=Vn("w"),Kn=Vn("M"),Jn=Vn("Q"),qn=Vn("y");function Gn(e){return function(){return this.isValid()?this._data[e]:NaN}}var $n=Gn("milliseconds"),Xn=Gn("seconds"),Qn=Gn("minutes"),er=Gn("hours"),tr=Gn("days"),nr=Gn("months"),rr=Gn("years");var ar=Math.round,ir={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function or(e,t,n,r,a){return a.relativeTime(t||1,!!n,e,r)}var sr=Math.abs;function lr(e){return(e>0)-(e<0)||+e}function ur(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n,r,a,i,o,s,l=sr(this._milliseconds)/1e3,u=sr(this._days),c=sr(this._months),d=this.asSeconds();return d?(e=U(l/60),t=U(e/60),l%=60,e%=60,n=U(c/12),c%=12,r=l?l.toFixed(3).replace(/\.?0+$/,""):"",a=d<0?"-":"",i=lr(this._months)!==lr(d)?"-":"",o=lr(this._days)!==lr(d)?"-":"",s=lr(this._milliseconds)!==lr(d)?"-":"",a+"P"+(n?i+n+"Y":"")+(c?i+c+"M":"")+(u?o+u+"D":"")+(t||e||l?"T":"")+(t?s+t+"H":"")+(e?s+e+"M":"")+(l?s+r+"S":"")):"P0D"}var cr=Vt.prototype;return cr.isValid=function(){return this._isValid},cr.abs=function(){var e=this._data;return this._milliseconds=Fn(this._milliseconds),this._days=Fn(this._days),this._months=Fn(this._months),e.milliseconds=Fn(e.milliseconds),e.seconds=Fn(e.seconds),e.minutes=Fn(e.minutes),e.hours=Fn(e.hours),e.months=Fn(e.months),e.years=Fn(e.years),this},cr.add=function(e,t){return Rn(this,e,t,1)},cr.subtract=function(e,t){return Rn(this,e,t,-1)},cr.as=function(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if("month"===(e=H(e))||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+In(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Yn(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}},cr.asMilliseconds=Hn,cr.asSeconds=Zn,cr.asMinutes=Bn,cr.asHours=zn,cr.asDays=Wn,cr.asWeeks=Un,cr.asMonths=Kn,cr.asQuarters=Jn,cr.asYears=qn,cr.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*K(this._months/12):NaN},cr._bubble=function(){var e,t,n,r,a,i=this._milliseconds,o=this._days,s=this._months,l=this._data;return i>=0&&o>=0&&s>=0||i<=0&&o<=0&&s<=0||(i+=864e5*jn(Yn(s)+o),o=0,s=0),l.milliseconds=i%1e3,e=U(i/1e3),l.seconds=e%60,t=U(e/60),l.minutes=t%60,n=U(t/60),l.hours=n%24,o+=U(n/24),s+=a=U(In(o)),o-=jn(Yn(a)),r=U(s/12),s%=12,l.days=o,l.months=s,l.years=r,this},cr.clone=function(){return $t(this)},cr.get=function(e){return e=H(e),this.isValid()?this[e+"s"]():NaN},cr.milliseconds=$n,cr.seconds=Xn,cr.minutes=Qn,cr.hours=er,cr.days=tr,cr.weeks=function(){return U(this.days()/7)},cr.months=nr,cr.years=rr,cr.humanize=function(e,t){if(!this.isValid())return this.localeData().invalidDate();var n,r,a=!1,i=ir;return"object"==typeof e&&(t=e,e=!1),"boolean"==typeof e&&(a=e),"object"==typeof t&&(i=Object.assign({},ir,t),null!=t.s&&null==t.ss&&(i.ss=t.s-1)),r=function(e,t,n,r){var a=$t(e).abs(),i=ar(a.as("s")),o=ar(a.as("m")),s=ar(a.as("h")),l=ar(a.as("d")),u=ar(a.as("M")),c=ar(a.as("w")),d=ar(a.as("y")),p=i<=n.ss&&["s",i]||i0,p[4]=r,or.apply(null,p)}(this,!a,i,n=this.localeData()),a&&(r=n.pastFuture(+this,r)),n.postformat(r)},cr.toISOString=ur,cr.toString=ur,cr.toJSON=ur,cr.locale=ln,cr.localeData=cn,cr.toIsoString=k("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",ur),cr.lang=un,R("X",0,0,"unix"),R("x",0,0,"valueOf"),fe("x",ce),fe("X",/[+-]?\d+(\.\d{1,3})?/),ye("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),ye("x",(function(e,t,n){n._d=new Date(K(e))})),a.version="2.29.4",t=Ft,a.fn=On,a.min=function(){return It("isBefore",[].slice.call(arguments,0))},a.max=function(){return It("isAfter",[].slice.call(arguments,0))},a.now=function(){return Date.now?Date.now():+new Date},a.utc=f,a.unix=function(e){return Ft(1e3*e)},a.months=function(e,t){return Ln(e,t,"months")},a.isDate=d,a.locale=mt,a.invalid=g,a.duration=$t,a.isMoment=C,a.weekdays=function(e,t,n){return Pn(e,t,n,"weekdays")},a.parseZone=function(){return Ft.apply(null,arguments).parseZone()},a.localeData=gt,a.isDuration=Ht,a.monthsShort=function(e,t){return Ln(e,t,"monthsShort")},a.weekdaysMin=function(e,t,n){return Pn(e,t,n,"weekdaysMin")},a.defineLocale=vt,a.updateLocale=function(e,t){if(null!=t){var n,r,a=ut;null!=ct[e]&&null!=ct[e].parentLocale?ct[e].set(O(ct[e]._config,t)):(null!=(r=ft(e))&&(a=r._config),t=O(a,t),null==r&&(t.abbr=e),(n=new N(t)).parentLocale=ct[e],ct[e]=n),mt(e)}else null!=ct[e]&&(null!=ct[e].parentLocale?(ct[e]=ct[e].parentLocale,e===mt()&&mt(e)):null!=ct[e]&&delete ct[e]);return ct[e]},a.locales=function(){return S(ct)},a.weekdaysShort=function(e,t,n){return Pn(e,t,n,"weekdaysShort")},a.normalizeUnits=H,a.relativeTimeRounding=function(e){return void 0===e?ar:"function"==typeof e&&(ar=e,!0)},a.relativeTimeThreshold=function(e,t){return void 0!==ir[e]&&(void 0===t?ir[e]:(ir[e]=t,"s"===e&&(ir.ss=t-1),!0))},a.calendarFormat=function(e,t){var n=e.diff(t,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"},a.prototype=On,a.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},a}()},27418:function(e){"use strict";var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,a){for(var i,o,s=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),l=1;l=n.F1&&t<=n.F12)return!1;switch(t){case n.ALT:case n.CAPS_LOCK:case n.CONTEXT_MENU:case n.CTRL:case n.DOWN:case n.END:case n.ESC:case n.HOME:case n.INSERT:case n.LEFT:case n.MAC_FF_META:case n.META:case n.NUMLOCK:case n.NUM_CENTER:case n.PAGE_DOWN:case n.PAGE_UP:case n.PAUSE:case n.PRINT_SCREEN:case n.RIGHT:case n.SHIFT:case n.UP:case n.WIN_KEY:case n.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(e){if(e>=n.ZERO&&e<=n.NINE)return!0;if(e>=n.NUM_ZERO&&e<=n.NUM_MULTIPLY)return!0;if(e>=n.A&&e<=n.Z)return!0;if(-1!==window.navigator.userAgent.indexOf("WebKit")&&0===e)return!0;switch(e){case n.SPACE:case n.QUESTION_MARK:case n.NUM_PLUS:case n.NUM_MINUS:case n.NUM_PERIOD:case n.NUM_DIVISION:case n.SEMICOLON:case n.DASH:case n.EQUALS:case n.COMMA:case n.PERIOD:case n.SLASH:case n.APOSTROPHE:case n.SINGLE_QUOTE:case n.OPEN_SQUARE_BRACKET:case n.BACKSLASH:case n.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}};t.Z=n},8410:function(e,t,n){"use strict";n.d(t,{o:function(){return i}});var r=n(67294),a=(0,n(98924).Z)()?r.useLayoutEffect:r.useEffect;t.Z=a;var i=function(e,t){var n=r.useRef(!0);a((function(){if(!n.current)return e()}),t),a((function(){return n.current=!1,function(){n.current=!0}}),[])}},56982:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var r=n(67294);function a(e,t,n){var a=r.useRef({});return"value"in a.current&&!n(a.current.condition,t)||(a.current.value=e(),a.current.condition=t),a.current.value}},31131:function(e,t){"use strict";t.Z=function(){if("undefined"==typeof navigator||"undefined"==typeof window)return!1;var e=navigator.userAgent||navigator.vendor||window.opera;return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(null==e?void 0:e.substr(0,4))}},75164:function(e,t){"use strict";var n=function(e){return+setTimeout(e,16)},r=function(e){return clearTimeout(e)};"undefined"!=typeof window&&"requestAnimationFrame"in window&&(n=function(e){return window.requestAnimationFrame(e)},r=function(e){return window.cancelAnimationFrame(e)});var a=0,i=new Map;function o(e){i.delete(e)}var s=function(e){var t=a+=1;return function r(a){if(0===a)o(t),e();else{var s=n((function(){r(a-1)}));i.set(t,s)}}(arguments.length>1&&void 0!==arguments[1]?arguments[1]:1),t};s.cancel=function(e){var t=i.get(e);return o(t),r(t)},t.Z=s},42550:function(e,t,n){"use strict";n.d(t,{Yr:function(){return u},mH:function(){return o},sQ:function(){return s},x1:function(){return l}});var r=n(71002),a=n(11805),i=n(56982);function o(e,t){"function"==typeof e?e(t):"object"===(0,r.Z)(e)&&e&&"current"in e&&(e.current=t)}function s(){for(var e=arguments.length,t=new Array(e),n=0;n