ibsp-fg-page 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.babelrc +5 -0
- package/.cz-config.cjs +60 -0
- package/.vite/deps_temp_029120a0/package.json +3 -0
- package/.vscode/extensions.json +3 -0
- package/.zed/settings.json +14 -0
- package/README.md +1 -0
- package/config/.env.dev +21 -0
- package/config/.env.fat +21 -0
- package/config/.env.pro +21 -0
- package/config/.env.sit +21 -0
- package/config/.env.template +1 -0
- package/config/.env.test +21 -0
- package/config/.env.uat +21 -0
- package/config/.env.zsdev +21 -0
- package/config/.env.zspro +21 -0
- package/env.d.ts +6 -0
- package/eslint.config.js +202 -0
- package/index.html +84 -0
- package/jsconfig.json +43 -0
- package/package.json +85 -0
- package/packages/README.md +1 -0
- package/packages/config.d.ts +97 -0
- package/packages/index.d.ts +49 -0
- package/packages/index.js +16 -0
- package/packages/package.json +87 -0
- package/public/1.json +1612 -0
- package/public/assets/vs/base/browser/ui/codicons/codicon/codicon.ttf +0 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.de.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.es.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.fr.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.it.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.ja.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.ko.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.ru.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.zh-cn.js +8 -0
- package/public/assets/vs/base/common/worker/simpleWorker.nls.zh-tw.js +8 -0
- package/public/assets/vs/base/worker/workerMain.js +30 -0
- package/public/assets/vs/basic-languages/abap/abap.js +10 -0
- package/public/assets/vs/basic-languages/apex/apex.js +10 -0
- package/public/assets/vs/basic-languages/azcli/azcli.js +10 -0
- package/public/assets/vs/basic-languages/bat/bat.js +10 -0
- package/public/assets/vs/basic-languages/bicep/bicep.js +11 -0
- package/public/assets/vs/basic-languages/cameligo/cameligo.js +10 -0
- package/public/assets/vs/basic-languages/clojure/clojure.js +10 -0
- package/public/assets/vs/basic-languages/coffee/coffee.js +10 -0
- package/public/assets/vs/basic-languages/cpp/cpp.js +10 -0
- package/public/assets/vs/basic-languages/csharp/csharp.js +10 -0
- package/public/assets/vs/basic-languages/csp/csp.js +10 -0
- package/public/assets/vs/basic-languages/css/css.js +12 -0
- package/public/assets/vs/basic-languages/cypher/cypher.js +10 -0
- package/public/assets/vs/basic-languages/dart/dart.js +10 -0
- package/public/assets/vs/basic-languages/dockerfile/dockerfile.js +10 -0
- package/public/assets/vs/basic-languages/ecl/ecl.js +10 -0
- package/public/assets/vs/basic-languages/elixir/elixir.js +10 -0
- package/public/assets/vs/basic-languages/flow9/flow9.js +10 -0
- package/public/assets/vs/basic-languages/freemarker2/freemarker2.js +12 -0
- package/public/assets/vs/basic-languages/fsharp/fsharp.js +10 -0
- package/public/assets/vs/basic-languages/go/go.js +10 -0
- package/public/assets/vs/basic-languages/graphql/graphql.js +10 -0
- package/public/assets/vs/basic-languages/handlebars/handlebars.js +10 -0
- package/public/assets/vs/basic-languages/hcl/hcl.js +10 -0
- package/public/assets/vs/basic-languages/html/html.js +10 -0
- package/public/assets/vs/basic-languages/ini/ini.js +10 -0
- package/public/assets/vs/basic-languages/java/java.js +10 -0
- package/public/assets/vs/basic-languages/javascript/javascript.js +10 -0
- package/public/assets/vs/basic-languages/julia/julia.js +10 -0
- package/public/assets/vs/basic-languages/kotlin/kotlin.js +10 -0
- package/public/assets/vs/basic-languages/less/less.js +11 -0
- package/public/assets/vs/basic-languages/lexon/lexon.js +10 -0
- package/public/assets/vs/basic-languages/liquid/liquid.js +10 -0
- package/public/assets/vs/basic-languages/lua/lua.js +10 -0
- package/public/assets/vs/basic-languages/m3/m3.js +10 -0
- package/public/assets/vs/basic-languages/markdown/markdown.js +10 -0
- package/public/assets/vs/basic-languages/mdx/mdx.js +10 -0
- package/public/assets/vs/basic-languages/mips/mips.js +10 -0
- package/public/assets/vs/basic-languages/msdax/msdax.js +10 -0
- package/public/assets/vs/basic-languages/mysql/mysql.js +10 -0
- package/public/assets/vs/basic-languages/objective-c/objective-c.js +10 -0
- package/public/assets/vs/basic-languages/pascal/pascal.js +10 -0
- package/public/assets/vs/basic-languages/pascaligo/pascaligo.js +10 -0
- package/public/assets/vs/basic-languages/perl/perl.js +10 -0
- package/public/assets/vs/basic-languages/pgsql/pgsql.js +10 -0
- package/public/assets/vs/basic-languages/php/php.js +10 -0
- package/public/assets/vs/basic-languages/pla/pla.js +10 -0
- package/public/assets/vs/basic-languages/postiats/postiats.js +10 -0
- package/public/assets/vs/basic-languages/powerquery/powerquery.js +10 -0
- package/public/assets/vs/basic-languages/powershell/powershell.js +10 -0
- package/public/assets/vs/basic-languages/protobuf/protobuf.js +11 -0
- package/public/assets/vs/basic-languages/pug/pug.js +10 -0
- package/public/assets/vs/basic-languages/python/python.js +10 -0
- package/public/assets/vs/basic-languages/qsharp/qsharp.js +10 -0
- package/public/assets/vs/basic-languages/r/r.js +10 -0
- package/public/assets/vs/basic-languages/razor/razor.js +10 -0
- package/public/assets/vs/basic-languages/redis/redis.js +10 -0
- package/public/assets/vs/basic-languages/redshift/redshift.js +10 -0
- package/public/assets/vs/basic-languages/restructuredtext/restructuredtext.js +10 -0
- package/public/assets/vs/basic-languages/ruby/ruby.js +10 -0
- package/public/assets/vs/basic-languages/rust/rust.js +10 -0
- package/public/assets/vs/basic-languages/sb/sb.js +10 -0
- package/public/assets/vs/basic-languages/scala/scala.js +10 -0
- package/public/assets/vs/basic-languages/scheme/scheme.js +10 -0
- package/public/assets/vs/basic-languages/scss/scss.js +12 -0
- package/public/assets/vs/basic-languages/shell/shell.js +10 -0
- package/public/assets/vs/basic-languages/solidity/solidity.js +10 -0
- package/public/assets/vs/basic-languages/sophia/sophia.js +10 -0
- package/public/assets/vs/basic-languages/sparql/sparql.js +10 -0
- package/public/assets/vs/basic-languages/sql/sql.js +10 -0
- package/public/assets/vs/basic-languages/st/st.js +10 -0
- package/public/assets/vs/basic-languages/swift/swift.js +13 -0
- package/public/assets/vs/basic-languages/systemverilog/systemverilog.js +10 -0
- package/public/assets/vs/basic-languages/tcl/tcl.js +10 -0
- package/public/assets/vs/basic-languages/twig/twig.js +10 -0
- package/public/assets/vs/basic-languages/typescript/typescript.js +10 -0
- package/public/assets/vs/basic-languages/typespec/typespec.js +10 -0
- package/public/assets/vs/basic-languages/vb/vb.js +10 -0
- package/public/assets/vs/basic-languages/wgsl/wgsl.js +307 -0
- package/public/assets/vs/basic-languages/xml/xml.js +10 -0
- package/public/assets/vs/basic-languages/yaml/yaml.js +10 -0
- package/public/assets/vs/editor/editor.main.css +8 -0
- package/public/assets/vs/editor/editor.main.js +768 -0
- package/public/assets/vs/editor/editor.main.nls.de.js +17 -0
- package/public/assets/vs/editor/editor.main.nls.es.js +17 -0
- package/public/assets/vs/editor/editor.main.nls.fr.js +15 -0
- package/public/assets/vs/editor/editor.main.nls.it.js +15 -0
- package/public/assets/vs/editor/editor.main.nls.ja.js +17 -0
- package/public/assets/vs/editor/editor.main.nls.js +15 -0
- package/public/assets/vs/editor/editor.main.nls.ko.js +15 -0
- package/public/assets/vs/editor/editor.main.nls.ru.js +17 -0
- package/public/assets/vs/editor/editor.main.nls.zh-cn.js +17 -0
- package/public/assets/vs/editor/editor.main.nls.zh-tw.js +15 -0
- package/public/assets/vs/language/css/cssMode.js +13 -0
- package/public/assets/vs/language/css/cssWorker.js +77 -0
- package/public/assets/vs/language/html/htmlMode.js +13 -0
- package/public/assets/vs/language/html/htmlWorker.js +454 -0
- package/public/assets/vs/language/json/jsonMode.js +19 -0
- package/public/assets/vs/language/json/jsonWorker.js +42 -0
- package/public/assets/vs/language/typescript/tsMode.js +20 -0
- package/public/assets/vs/language/typescript/tsWorker.js +51328 -0
- package/public/assets/vs/loader.js +11 -0
- package/public/data-model-item.json +33 -0
- package/public/data-model.json +402 -0
- package/public/favicon.ico +0 -0
- package/public/form-data.json +78 -0
- package/public/form-json-schema.ts +33 -0
- package/public/form-json.schema.json +79 -0
- package/public/image/logo.png +0 -0
- package/public/loading.png +0 -0
- package/public/logo.svg +3 -0
- package/scripts/autoImportServiceTypes.js +40 -0
- package/src/App.vue +29 -0
- package/src/api/ibsp-bg-app.js +489 -0
- package/src/api/ibsp-bg-auth.js +24 -0
- package/src/api/ibsp-bg-counter.js +25 -0
- package/src/api/ibsp-bg-dataview.js +124 -0
- package/src/api/ibsp-bg-form.js +167 -0
- package/src/api/ibsp-bg-oss.js +33 -0
- package/src/api/ibsp-bg-page.js +158 -0
- package/src/api/ibsp-bg-problem.js +13 -0
- package/src/api/ibsp-bg-resource.js +30 -0
- package/src/api/ibsp-bg-sif.js +24 -0
- package/src/api/ibsp-bg-user.js +59 -0
- package/src/assets/font/pinia.ttf +0 -0
- package/src/assets/img/bg2.jpeg +0 -0
- package/src/assets/img/bg3.jpeg +0 -0
- package/src/assets/img/haederBg.png +0 -0
- package/src/assets/img/haederName.png +0 -0
- package/src/assets/img/login-bg.jpg +0 -0
- package/src/assets/img/logo.png +0 -0
- package/src/assets/img/logo.svg +1 -0
- package/src/assets/img/newLogo.png +0 -0
- package/src/assets/img/project.jpg +0 -0
- package/src/assets/img/wenjian1.png +0 -0
- package/src/assets/img/wenjian2.png +0 -0
- package/src/assets/img/wenjianjia.png +0 -0
- package/src/assets/img//345/272/225/351/203/250.png +0 -0
- package/src/assets/img//351/227/201/347/250/277/347/271/210/351/215/224/346/210/246/345/264/225/347/200/265/351/225/220/346/262/252/351/226/272/345/233/251/345/201/237/347/272/276/347/261/2032x.png +0 -0
- package/src/assets/img//351/227/201/347/250/277/347/271/210/351/215/224/346/210/246/345/264/225/351/216/276/356/206/274/347/273/251/351/226/270/346/222/262/350/203/266/347/273/261/346/254/2572x.png +0 -0
- package/src/assets/video//347/231/273/345/275/225/350/203/214/346/231/257.mp4 +0 -0
- package/src/bootstrap.ts +26 -0
- package/src/components/common/CascaderContextMenu.vue +82 -0
- package/src/components/common/ContextMenuPlus.vue +103 -0
- package/src/components/common/DragNavMenu.vue +248 -0
- package/src/components/common/NavMenu.vue +203 -0
- package/src/components/common/NavMenuId.vue +140 -0
- package/src/components/common/PageDrawerPopup.vue +329 -0
- package/src/components/common/PageMenuDrag.vue +245 -0
- package/src/components/common/SelectAllIcon.vue +202 -0
- package/src/components/globals/ColorPicker.vue +261 -0
- package/src/components/globals/ContextMenu.vue +143 -0
- package/src/components/globals/FormContainer.vue +122 -0
- package/src/components/globals/IbspIcon.vue +21 -0
- package/src/components/globals/LoginDialog.vue +365 -0
- package/src/components/globals/Message.vue +10 -0
- package/src/components/globals/SvgIcon.vue +122 -0
- package/src/components/ibsp/Cascader.vue +40 -0
- package/src/components/ibsp/FromPage.vue +118 -0
- package/src/components/ibsp/IbspAddTag.vue +143 -0
- package/src/components/ibsp/IbspButton.vue +27 -0
- package/src/components/ibsp/IbspColorPicker.vue +252 -0
- package/src/components/ibsp/IbspColorSelect.vue +14 -0
- package/src/components/ibsp/IbspContextmenu.vue +176 -0
- package/src/components/ibsp/IbspDialog.vue +52 -0
- package/src/components/ibsp/IbspDrawer.vue +44 -0
- package/src/components/ibsp/IbspInput.vue +29 -0
- package/src/components/ibsp/IbspMonacoCode.vue +213 -0
- package/src/components/ibsp/IbspSearchInput.vue +48 -0
- package/src/components/ibsp/IbspSelect.vue +101 -0
- package/src/components/ibsp/IbspSlotEvent.ts +64 -0
- package/src/components/ibsp/IbspTextInput.vue +41 -0
- package/src/components/ibsp/IbspTree.vue +265 -0
- package/src/components/ibsp/IbspTree2.vue +118 -0
- package/src/components/nextui/BoxSelection/hooks/useBoxSelection.ts +165 -0
- package/src/components/nextui/BoxSelection/index.ts +11 -0
- package/src/components/nextui/BoxSelection/index.vue +40 -0
- package/src/components/nextui/BoxSelection/types.ts +50 -0
- package/src/components/nextui/BoxSelection/utils.ts +35 -0
- package/src/components/nextui/Contextmenu/index.ts +230 -0
- package/src/components/nextui/Contextmenu/menu.vue +256 -0
- package/src/components/nextui/DragNode/hooks/useDrag.ts +222 -0
- package/src/components/nextui/DragNode/hooks/useRefLine.ts +878 -0
- package/src/components/nextui/DragNode/hooks/useResize.ts +182 -0
- package/src/components/nextui/DragNode/hooks/useStyle.ts +31 -0
- package/src/components/nextui/DragNode/index.ts +11 -0
- package/src/components/nextui/DragNode/index.vue +140 -0
- package/src/components/nextui/DragNode/types.ts +158 -0
- package/src/components/nextui/DragNode/util.ts +135 -0
- package/src/components/nextui/SketchRule/SketchRule.vue +176 -0
- package/src/components/nextui/SketchRule/components/RulerCanvas.vue +167 -0
- package/src/components/nextui/SketchRule/components/RulerLine.vue +150 -0
- package/src/components/nextui/SketchRule/hooks/useCanvas.ts +232 -0
- package/src/components/nextui/SketchRule/hooks/useRuler.ts +229 -0
- package/src/components/nextui/SketchRule/index.ts +10 -0
- package/src/components/nextui/SketchRule/props.ts +62 -0
- package/src/components/nextui/_utils/index.ts +2 -0
- package/src/components/nextui/_utils/tools.ts +12 -0
- package/src/components/nextui/_utils/vue/install.ts +11 -0
- package/src/components/nextui/button/Button.vue +78 -0
- package/src/components/nextui/button/index.ts +8 -0
- package/src/components/nextui/drag-grid/index.ts +1 -0
- package/src/components/nextui/drag-grid/src/hooks/useDragGrid.ts +219 -0
- package/src/components/nextui/drag-grid/src/hooks/useGridSize.ts +3 -0
- package/src/components/nextui/drag-grid/src/index.vue +213 -0
- package/src/components/nextui/drag-grid/src/props.ts +3 -0
- package/src/components/nextui/index.ts +11 -0
- package/src/components/nextui/modal/index.ts +8 -0
- package/src/components/nextui/modal/index.vue +336 -0
- package/src/components/nextui/monacoCode/MonacoCode.vue +71 -0
- package/src/components/nextui/monacoCode/config.ts +51 -0
- package/src/components/nextui/monacoCode/index.ts +1 -0
- package/src/components/nextui/monacoCode/monacoCode.ts +31 -0
- package/src/components/nextui/monacoCode/useMonacoCode.ts +116 -0
- package/src/components/nextui/nextIcon/Icon.vue +50 -0
- package/src/components/nextui/nextIcon/index.ts +7 -0
- package/src/components/nextui/tabs/Tabs.vue +170 -0
- package/src/components/nextui/tabs/index.ts +8 -0
- package/src/components/nextui/verticalMenu/VerticalMenu.vue +100 -0
- package/src/components/nextui/verticalMenu/index.ts +8 -0
- package/src/components/production/ibsp-icon/index.vue +52 -0
- package/src/components/production/index.ts +1 -0
- package/src/directives/index.js +21 -0
- package/src/directives/modules/v-drag.js +177 -0
- package/src/directives/modules/v-resize.js +277 -0
- package/src/hooks/useApp.ts +4 -0
- package/src/hooks/useClipboard.ts +56 -0
- package/src/hooks/useEnv.ts +13 -0
- package/src/hooks/useForm.ts +8 -0
- package/src/hooks/useKeyboard.ts +188 -0
- package/src/hooks/usePage.ts +11 -0
- package/src/icons/iconFont/antd/demo.css +539 -0
- package/src/icons/iconFont/antd/demo_index.html +13965 -0
- package/src/icons/iconFont/antd/iconfont.css +2411 -0
- package/src/icons/iconFont/antd/iconfont.js +27 -0
- package/src/icons/iconFont/antd/iconfont.json +4202 -0
- package/src/icons/iconFont/antd/iconfont.ttf +0 -0
- package/src/icons/iconFont/antd/iconfont.woff +0 -0
- package/src/icons/iconFont/antd/iconfont.woff2 +0 -0
- package/src/icons/iconFont/import.css +1 -0
- package/src/icons/iconFont/index.js +10 -0
- package/src/icons/svg/default_file.svg +1 -0
- package/src/icons/svg/default_folder.svg +1 -0
- package/src/icons/svg/default_folder_opened.svg +1 -0
- package/src/icons/svg/file_type_css.svg +1 -0
- package/src/icons/svg/file_type_js.svg +1 -0
- package/src/icons/svg/file_type_json.svg +1 -0
- package/src/icons/svg/file_type_vue.svg +1 -0
- package/src/icons/svg/if.svg +1 -0
- package/src/icons/svg/logo.svg +14 -0
- package/src/icons/svg/softLogo.svg +42 -0
- package/src/icons/svg//344/270/212/346/217/222/345/205/245/350/241/214.svg +7 -0
- package/src/icons/svg//344/270/212/346/254/241.svg +1 -0
- package/src/icons/svg//344/270/212/347/247/273.svg +4 -0
- package/src/icons/svg//344/270/213/346/213/211/351/200/211/346/213/251.svg +3 -0
- package/src/icons/svg//344/270/213/346/217/222/345/205/245/350/241/214.svg +7 -0
- package/src/icons/svg//344/270/213/347/247/273.svg +4 -0
- package/src/icons/svg//344/270/273/350/246/201/346/214/211/351/222/256.svg +3 -0
- package/src/icons/svg//344/272/244/344/272/222/351/205/215/347/275/256.svg +1 -0
- package/src/icons/svg//344/277/235/345/255/230.svg +16 -0
- package/src/icons/svg//344/277/235/345/255/2302.svg +1 -0
- package/src/icons/svg//344/277/241/346/201/257/346/214/211/351/222/256.svg +3 -0
- package/src/icons/svg//345/201/234/346/234/272/345/205/254/345/221/212.svg +5 -0
- package/src/icons/svg//345/205/263/344/272/216/346/210/221/344/273/254.svg +5 -0
- package/src/icons/svg//345/205/266/344/273/226.svg +3 -0
- package/src/icons/svg//345/206/205/350/201/224/346/241/206/346/236/266.svg +6 -0
- package/src/icons/svg//345/210/206/346/224/257.svg +1 -0
- package/src/icons/svg//345/210/207/346/215/242.svg +1 -0
- package/src/icons/svg//345/210/240/351/231/244.svg +1 -0
- package/src/icons/svg//345/210/240/351/231/244/345/270/203/345/261/200.svg +1 -0
- package/src/icons/svg//345/210/240/351/231/244/345/275/223/345/211/215/345/210/227.svg +7 -0
- package/src/icons/svg//345/210/240/351/231/244/345/275/223/345/211/215/350/241/214.svg +7 -0
- package/src/icons/svg//345/211/252/345/210/207.svg +1 -0
- package/src/icons/svg//345/215/225/350/241/214/350/276/223/345/205/245.svg +3 -0
- package/src/icons/svg//345/215/225/351/200/211.svg +4 -0
- package/src/icons/svg//345/215/241/347/211/207/345/256/271/345/231/250.svg +7 -0
- package/src/icons/svg//345/215/241/347/211/207/345/270/203/345/261/200.svg +3 -0
- package/src/icons/svg//345/215/261/351/231/251/346/214/211/351/222/256.svg +3 -0
- package/src/icons/svg//345/216/206/345/217/262/346/223/215/344/275/234.svg +1 -0
- package/src/icons/svg//345/217/226/346/266/210/347/273/204/345/220/210.svg +3 -0
- package/src/icons/svg//345/217/260/350/264/246/344/277/241/346/201/257.svg +1 -0
- package/src/icons/svg//345/217/263/346/217/222/345/205/245/345/210/227.svg +7 -0
- package/src/icons/svg//345/220/221/344/270/213/345/220/210/345/271/266.svg +6 -0
- package/src/icons/svg//345/220/221/345/217/263/345/220/210/345/271/266.svg +6 -0
- package/src/icons/svg//345/233/276/345/261/202.svg +1 -0
- package/src/icons/svg//345/233/276/347/211/207.svg +3 -0
- package/src/icons/svg//345/233/276/350/241/250.svg +3 -0
- package/src/icons/svg//345/237/272/347/241/200.svg +7 -0
- package/src/icons/svg//345/244/215/345/210/266.svg +1 -0
- package/src/icons/svg//345/244/215/351/200/211.svg +3 -0
- package/src/icons/svg//345/244/232/350/241/214/350/276/223/345/205/245.svg +5 -0
- package/src/icons/svg//345/244/247/347/272/262.svg +1 -0
- package/src/icons/svg//345/255/220/350/241/250/345/215/225.svg +13 -0
- package/src/icons/svg//345/256/253/346/240/274/345/270/203/345/261/200.svg +9 -0
- package/src/icons/svg//345/256/271/345/231/250.svg +3 -0
- package/src/icons/svg//345/257/206/347/240/201.svg +3 -0
- package/src/icons/svg//345/257/274/350/210/252/346/241/206/346/236/266.svg +9 -0
- package/src/icons/svg//345/261/236/346/200/247.svg +1 -0
- package/src/icons/svg//345/267/246/346/217/222/345/205/245/345/210/227.svg +7 -0
- package/src/icons/svg//345/270/203/345/261/200.svg +5 -0
- package/src/icons/svg//345/271/263/345/217/260/347/272/247.svg +1 -0
- package/src/icons/svg//345/272/224/347/224/250.svg +1 -0
- package/src/icons/svg//345/272/224/347/224/250/347/272/247.svg +12 -0
- package/src/icons/svg//345/272/225/351/203/250.png +0 -0
- package/src/icons/svg//345/274/200/345/205/263.svg +3 -0
- package/src/icons/svg//345/274/200/345/217/221/344/270/255.svg +133 -0
- package/src/icons/svg//345/274/271/346/200/247/345/270/203/345/261/200.svg +6 -0
- package/src/icons/svg//345/274/271/347/252/227.svg +3 -0
- package/src/icons/svg//346/210/220/345/212/237/346/214/211/351/222/256.svg +3 -0
- package/src/icons/svg//346/211/223/347/240/201/351/230/237/345/210/227.svg +14 -0
- package/src/icons/svg//346/212/230/345/217/240/351/235/242/346/235/277.svg +3 -0
- package/src/icons/svg//346/213/206/345/210/206/346/210/220/345/210/227.svg +8 -0
- package/src/icons/svg//346/213/206/345/210/206/346/210/220/350/241/214.svg +8 -0
- package/src/icons/svg//346/216/247/345/210/266/345/217/260.svg +13 -0
- package/src/icons/svg//346/217/217/350/277/260/345/210/227/350/241/250.svg +3 -0
- package/src/icons/svg//346/224/276/345/244/247.svg +12 -0
- package/src/icons/svg//346/225/260/346/215/256.svg +3 -0
- package/src/icons/svg//346/225/260/346/215/256/346/272/220/346/250/241/345/236/213.svg +1 -0
- package/src/icons/svg//346/225/260/346/215/256/351/205/215/347/275/256.svg +1 -0
- package/src/icons/svg//346/226/207/344/273/266/344/270/212/344/274/240.svg +3 -0
- package/src/icons/svg//346/226/207/346/234/254.svg +3 -0
- package/src/icons/svg//346/226/207/346/234/254/346/214/211/351/222/256.svg +3 -0
- package/src/icons/svg//346/226/260/345/242/236/345/270/203/345/261/200.svg +1 -0
- package/src/icons/svg//346/226/260/345/242/236/351/241/265/351/235/242.svg +1 -0
- package/src/icons/svg//346/226/271/346/263/225/345/272/223.svg +9 -0
- package/src/icons/svg//346/227/245/346/234/237/350/214/203/345/233/264.svg +3 -0
- package/src/icons/svg//346/227/245/346/234/237/351/200/211/346/213/251.svg +3 -0
- package/src/icons/svg//346/227/266/351/227/264/350/214/203/345/233/264.svg +3 -0
- package/src/icons/svg//346/227/266/351/227/264/351/200/211/346/213/251.svg +3 -0
- package/src/icons/svg//346/230/276/347/244/272.svg +1 -0
- package/src/icons/svg//346/234/215/345/212/241/345/231/250.svg +12 -0
- package/src/icons/svg//346/235/203/351/231/220.svg +13 -0
- package/src/icons/svg//346/240/205/346/240/274/345/270/203/345/261/200.svg +6 -0
- package/src/icons/svg//346/240/207/347/255/276/351/241/265.svg +6 -0
- package/src/icons/svg//346/240/207/351/242/230.svg +3 -0
- package/src/icons/svg//346/240/221/345/275/242.svg +3 -0
- package/src/icons/svg//346/243/200/346/265/213/346/217/220/351/206/222.svg +12 -0
- package/src/icons/svg//346/250/241/345/236/213/344/273/223/345/272/223.svg +1 -0
- package/src/icons/svg//346/250/241/345/236/213/345/217/202/346/225/260.svg +1 -0
- package/src/icons/svg//346/250/241/346/235/277/345/272/223.svg +1 -0
- package/src/icons/svg//346/255/245/351/252/244/346/235/241.svg +3 -0
- package/src/icons/svg//346/267/273/345/212/240/344/270/200/345/210/227.svg +7 -0
- package/src/icons/svg//346/267/273/345/212/240/344/270/200/350/241/214.svg +7 -0
- package/src/icons/svg//346/270/205/347/251/272.svg +1 -0
- package/src/icons/svg//346/273/221/345/235/227.svg +3 -0
- package/src/icons/svg//347/202/271/345/207/273.svg +13 -0
- package/src/icons/svg//347/211/210/346/234/254.svg +11 -0
- package/src/icons/svg//347/211/210/346/234/254/346/233/264/346/226/260.svg +5 -0
- package/src/icons/svg//347/247/273/345/212/250/347/253/257/345/257/274/350/210/252/346/241/206/346/236/266.svg +12 -0
- package/src/icons/svg//347/251/272/346/225/260/346/215/2562.svg +1 -0
- package/src/icons/svg//347/251/277/346/242/255/346/241/206.svg +3 -0
- package/src/icons/svg//347/262/230/350/264/264.svg +1 -0
- package/src/icons/svg//347/272/247/350/201/224/351/200/211/346/213/251.svg +3 -0
- package/src/icons/svg//347/273/204/344/273/266/345/272/223.svg +1 -0
- package/src/icons/svg//347/273/204/344/273/266/350/204/232/346/234/254.svg +9 -0
- package/src/icons/svg//347/273/204/345/220/210.svg +4 -0
- package/src/icons/svg//347/273/223/346/236/234.svg +10 -0
- package/src/icons/svg//347/273/230/345/210/266.svg +1 -0
- package/src/icons/svg//347/275/256/345/272/225.svg +4 -0
- package/src/icons/svg//347/275/256/351/241/266.svg +4 -0
- package/src/icons/svg//350/204/232/346/234/254.svg +1 -0
- package/src/icons/svg//350/204/232/346/234/2542.svg +1 -0
- package/src/icons/svg//350/204/232/346/234/254/345/272/223.svg +9 -0
- package/src/icons/svg//350/204/232/346/234/254/351/205/215/347/275/256.svg +1 -0
- package/src/icons/svg//350/204/232/346/234/254/351/235/242/346/235/277.svg +13 -0
- package/src/icons/svg//350/207/252/347/224/261/345/270/203/345/261/200.svg +7 -0
- package/src/icons/svg//350/241/250/345/215/225.svg +3 -0
- package/src/icons/svg//350/241/250/345/215/225/345/256/271/345/231/250.svg +9 -0
- package/src/icons/svg//350/241/250/345/215/225/347/273/204/344/273/266.svg +1 -0
- package/src/icons/svg//350/241/250/345/215/225/351/207/215/345/244/215/350/212/202.svg +10 -0
- package/src/icons/svg//350/241/250/346/240/274.svg +7 -0
- package/src/icons/svg//350/241/250/346/240/274/345/210/227.svg +8 -0
- package/src/icons/svg//350/241/250/346/240/274/345/270/203/345/261/200.svg +8 -0
- package/src/icons/svg//350/241/250/346/240/274/350/241/214.svg +8 -0
- package/src/icons/svg//350/241/250/350/276/276/345/274/217.svg +1 -0
- package/src/icons/svg//350/247/206/351/242/221.svg +3 -0
- package/src/icons/svg//350/255/246/345/221/212/346/214/211/351/222/256.svg +3 -0
- package/src/icons/svg//350/257/204/345/210/206.svg +3 -0
- package/src/icons/svg//350/257/246/347/273/206.svg +1 -0
- package/src/icons/svg//350/264/246/345/217/267.svg +3 -0
- package/src/icons/svg//350/264/246/345/217/267/345/256/211/345/205/250.svg +12 -0
- package/src/icons/svg//350/275/256/346/222/255.svg +3 -0
- package/src/icons/svg//350/277/220/350/241/214/350/204/232/346/234/254.svg +12 -0
- package/src/icons/svg//350/277/233/345/272/246/346/235/241.svg +3 -0
- package/src/icons/svg//351/200/232/347/224/250.svg +11 -0
- package/src/icons/svg//351/203/250/351/227/250.svg +3 -0
- package/src/icons/svg//351/207/215/345/244/215/350/212/202.svg +3 -0
- package/src/icons/svg//351/207/215/345/244/215/350/241/250.svg +3 -0
- package/src/icons/svg//351/232/220/350/227/217.svg +1 -0
- package/src/icons/svg//351/241/265/351/235/242.svg +1 -0
- package/src/icons/svg//351/241/265/351/235/2421.svg +3 -0
- package/src/icons/svg//351/241/265/351/235/2422.svg +3 -0
- package/src/icons/svg//351/241/265/351/235/2423.svg +1 -0
- package/src/icons/svg//351/241/265/351/235/242/345/256/271/345/231/250.svg +7 -0
- package/src/icons/svg//351/241/265/351/235/242/351/205/215/347/275/256.svg +1 -0
- package/src/icons/svg//351/242/204/350/247/210.svg +1 -0
- package/src/icons/svg//351/273/230/350/256/244/346/214/211/351/222/256.svg +3 -0
- package/src/libs/drag/index.vue +1546 -0
- package/src/libs/drag/utils/dom.js +60 -0
- package/src/libs/drag/utils/fns.js +39 -0
- package/src/libs/drag/vue-draggable-resizable.css +102 -0
- package/src/libs/ibspForm/FormMaking.common.js +29452 -0
- package/src/libs/ibspForm/FormMaking.css +10 -0
- package/src/libs/ibspForm/FormMaking.umd.js +29456 -0
- package/src/libs/ibspForm/FormMaking.umd.min.js +29441 -0
- package/src/libs/ibspForm/demo.html +10 -0
- package/src/libs/ibspForm/fonts/iconfont.122c3730.woff2 +0 -0
- package/src/libs/ibspForm/fonts/iconfont.2a264583.woff +0 -0
- package/src/libs/ibspForm/fonts/iconfont.3e777971.ttf +0 -0
- package/src/libs/uni/uni.webview.1.5.5.js +58 -0
- package/src/libs/vanilla-js-wheel-zoom/calculator.js +103 -0
- package/src/libs/vanilla-js-wheel-zoom/default-options.js +52 -0
- package/src/libs/vanilla-js-wheel-zoom/observers/AbstractObserver.js +51 -0
- package/src/libs/vanilla-js-wheel-zoom/observers/DragScrollableObserver.js +103 -0
- package/src/libs/vanilla-js-wheel-zoom/observers/InteractionObserver.js +122 -0
- package/src/libs/vanilla-js-wheel-zoom/observers/PinchToZoomObserver.js +86 -0
- package/src/libs/vanilla-js-wheel-zoom/toolkit.js +121 -0
- package/src/libs/vanilla-js-wheel-zoom/wheel-zoom.js +446 -0
- package/src/libs/vuedraggable/core/componentBuilderHelper.js +47 -0
- package/src/libs/vuedraggable/core/componentStructure.js +69 -0
- package/src/libs/vuedraggable/core/renderHelper.js +57 -0
- package/src/libs/vuedraggable/core/sortableEvents.js +18 -0
- package/src/libs/vuedraggable/util/console.js +9 -0
- package/src/libs/vuedraggable/util/htmlHelper.js +15 -0
- package/src/libs/vuedraggable/util/string.js +12 -0
- package/src/libs/vuedraggable/util/tags.js +138 -0
- package/src/libs/vuedraggable/vuedraggable.js +317 -0
- package/src/libs/vuejs-loadmore/icon/index.js +3 -0
- package/src/libs/vuejs-loadmore/icon/loading.scss +59 -0
- package/src/libs/vuejs-loadmore/icon/loading.vue +21 -0
- package/src/libs/vuejs-loadmore/index.js +18 -0
- package/src/libs/vuejs-loadmore/locale/index.js +32 -0
- package/src/libs/vuejs-loadmore/locale/lang/en-US.js +13 -0
- package/src/libs/vuejs-loadmore/locale/lang/zh-CN.js +13 -0
- package/src/libs/vuejs-loadmore/mixins/bind-event.js +21 -0
- package/src/libs/vuejs-loadmore/mixins/timer.js +22 -0
- package/src/libs/vuejs-loadmore/mixins/touch.js +58 -0
- package/src/libs/vuejs-loadmore/style/var.scss +23 -0
- package/src/libs/vuejs-loadmore/utils/event.js +20 -0
- package/src/libs/vuejs-loadmore/utils/getDeepValByKey.js +14 -0
- package/src/libs/vuejs-loadmore/utils/scroll.js +30 -0
- package/src/libs/vuejs-loadmore/utils/throttle.js +39 -0
- package/src/libs/vuejs-loadmore/vuejs-loadmore/index.scss +39 -0
- package/src/libs/vuejs-loadmore/vuejs-loadmore/index.vue +317 -0
- package/src/main.ts +85 -0
- package/src/models/app/ComponentLib.ts +189 -0
- package/src/models/app/IbspApp.ts +362 -0
- package/src/models/app/_utils.ts +38 -0
- package/src/models/app/app.d.ts +118 -0
- package/src/models/app/index.ts +2 -0
- package/src/models/app/uni/index.ts +1 -0
- package/src/models/app/uni/useUniAction.ts +174 -0
- package/src/models/command/CommandTypes.d.ts +24 -0
- package/src/models/command/index.ts +40 -0
- package/src/models/component/index.ts +56 -0
- package/src/models/dataModel/index.ts +243 -0
- package/src/models/dataModel/models/CategoryDict.ts +35 -0
- package/src/models/dataModel/models/DataSource.ts +181 -0
- package/src/models/dataModel/models/DataView.ts +132 -0
- package/src/models/dataModel/models/Script.ts +15 -0
- package/src/models/dataModel/models/ServiceInterface.ts +114 -0
- package/src/models/dataModel/models/Static.ts +24 -0
- package/src/models/dataModel/types/DataSource.d.ts +70 -0
- package/src/models/disabledState/StateTypes.d.ts +12 -0
- package/src/models/disabledState/index.ts +45 -0
- package/src/models/dynamicValues/index.ts +1 -0
- package/src/models/index.ts +6 -0
- package/src/models/page/IbspForm.ts +67 -0
- package/src/models/page/IbspPage.ts +571 -0
- package/src/models/page/data/api.ts +24 -0
- package/src/models/page/data/utils.ts +214 -0
- package/src/models/page/index.ts +3 -0
- package/src/models/script/index.ts +1 -0
- package/src/models/service/index.ts +35 -0
- package/src/models/tools/ComponentEvent.ts +42 -0
- package/src/models/tools/IbspEvents.ts +40 -0
- package/src/models/tools/IbspPageTools.ts +35 -0
- package/src/models/useComponentModel.js +1271 -0
- package/src/models/useConsole.ts +135 -0
- package/src/models/useDynamicValueModel.js +576 -0
- package/src/models/useEditorEnv.ts +55 -0
- package/src/models/useGlobalEvents.ts +44 -0
- package/src/models/useHistoryStackModel.ts +949 -0
- package/src/models/useJavascriptAnalysis.js +501 -0
- package/src/models/usePageModel.js +1087 -0
- package/src/models/useStack.ts +41 -0
- package/src/prodModels/index.ts +1 -0
- package/src/prodModels/useGlobalEvent/events.ts +7 -0
- package/src/prodModels/useGlobalEvent/index.ts +54 -0
- package/src/router/hooks/useGuard.ts +16 -0
- package/src/router/hooks/useJumpTo.ts +39 -0
- package/src/router/index.ts +62 -0
- package/src/router/meta.d.ts +7 -0
- package/src/stores/index.ts +3 -0
- package/src/stores/useComponentStore.ts +250 -0
- package/src/stores/usePlatformLibStore.js +212 -0
- package/src/stores/usePlatformStore.js +299 -0
- package/src/styles/global.less +516 -0
- package/src/styles/index-preview.ts +2 -0
- package/src/styles/index.ts +4 -0
- package/src/styles/reset.css +142 -0
- package/src/styles/theme/antdui.less +12 -0
- package/src/styles/theme/default-ui.less +9 -0
- package/src/styles/theme/elementui.less +178 -0
- package/src/styles/theme/index.less +4 -0
- package/src/styles/theme/nextui.less +550 -0
- package/src/types/config.d.ts +107 -0
- package/src/types/config2.d.ts +97 -0
- package/src/types/global.d.ts +90 -0
- package/src/types/ibsp.d.ts +112 -0
- package/src/types/index.ts +1 -0
- package/src/types/module.d.ts +105 -0
- package/src/types/platform.ts +19 -0
- package/src/types/service.d.ts +28 -0
- package/src/utils/config.ts +54 -0
- package/src/utils/configData.js +170 -0
- package/src/utils/dataProcess.js +0 -0
- package/src/utils/index.js +558 -0
- package/src/utils/request.js +82 -0
- package/src/utils/toolFuns.ts +11 -0
- package/src/views/builtins/components/message/Index.vue +104 -0
- package/src/views/builtins/error/404.vue +527 -0
- package/src/views/builtins/index.ts +136 -0
- package/src/views/builtins/login/MobileIndex.vue +496 -0
- package/src/views/builtins/login/MobileIndex_v1.vue +259 -0
- package/src/views/builtins/login/MobileIndex_v2.vue +421 -0
- package/src/views/builtins/login/WindowIndex.vue +288 -0
- package/src/views/builtins/login/mobile/svgData.js +67 -0
- package/src/views/builtins/login/useLogin.ts +63 -0
- package/src/views/builtins/message/MobileIndex.vue +309 -0
- package/src/views/builtins/message/mobile/svgData.js +28 -0
- package/src/views/builtins/my/MobileIndex.vue +508 -0
- package/src/views/builtins/my/index.vue +69 -0
- package/src/views/builtins/my/mobile/about/index.vue +16 -0
- package/src/views/builtins/my/mobile/account/Index.vue +129 -0
- package/src/views/builtins/my/mobile/auth/index.vue +16 -0
- package/src/views/builtins/my/mobile/password/Index.vue +352 -0
- package/src/views/builtins/my/mobile/password/svgData.js +67 -0
- package/src/views/builtins/my/mobile/problem/Index.vue +573 -0
- package/src/views/builtins/my/mobile/problem/svgData.js +26 -0
- package/src/views/builtins/my/mobile/server/Server.vue +152 -0
- package/src/views/builtins/my/mobile/setting/index.vue +16 -0
- package/src/views/builtins/my/mobile/svgData.js +263 -0
- package/src/views/builtins/my/mobile/switch-account/component/UserAvatar.vue +95 -0
- package/src/views/builtins/my/mobile/switch-account/index.vue +107 -0
- package/src/views/builtins/util/userAccout.ts +33 -0
- package/src/views/designer/components/BindValueConfig/components/Component.vue +38 -0
- package/src/views/designer/components/BindValueConfig/components/Const.vue +36 -0
- package/src/views/designer/components/BindValueConfig/components/Var.vue +38 -0
- package/src/views/designer/components/BindValueConfig/index.vue +115 -0
- package/src/views/designer/components/DragMenu.vue +135 -0
- package/src/views/designer/components/DrawerLodding.vue +69 -0
- package/src/views/designer/components/FloatModuleCard.vue +136 -0
- package/src/views/designer/components/PlatformLibLayout.vue +238 -0
- package/src/views/designer/components/ScriptPopup.vue +8 -0
- package/src/views/designer/components/drag/index.vue +1546 -0
- package/src/views/designer/components/drag/utils/dom.js +60 -0
- package/src/views/designer/components/drag/utils/fns.js +39 -0
- package/src/views/designer/components/drag/vue-draggable-resizable.css +102 -0
- package/src/views/designer/hooks/keyboardModule/index.js +43 -0
- package/src/views/designer/hooks/keyboardModule/modules/cvx.js +543 -0
- package/src/views/designer/hooks/keyboardModule/modules/del.js +47 -0
- package/src/views/designer/hooks/keyboardModule/modules/direction.js +38 -0
- package/src/views/designer/hooks/keyboardModule/modules/redo.js +22 -0
- package/src/views/designer/hooks/keyboardModule/modules/undo.js +12 -0
- package/src/views/designer/hooks/useConfigComponent.js +28 -0
- package/src/views/designer/hooks/useInitPage.ts +60 -0
- package/src/views/designer/hooks/useKeyboard.js +51 -0
- package/src/views/designer/hooks/usePageFloatMenu.js +137 -0
- package/src/views/designer/hooks/usePageValueData.js +92 -0
- package/src/views/designer/hooks/usePullDrag.js +160 -0
- package/src/views/designer/hooks/useRegisterKeyboard.js +328 -0
- package/src/views/designer/index.ts +3 -0
- package/src/views/designer/index.vue +121 -0
- package/src/views/designer/layout/FrameworkLayout.vue +542 -0
- package/src/views/designer/layout/LayoutDefault.vue +299 -0
- package/src/views/designer/layout/LayoutNextUi.vue +18 -0
- package/src/views/designer/layout/index.vue +54 -0
- package/src/views/designer/modules/canvas/canvas.service.ts +62 -0
- package/src/views/designer/modules/canvas/index.ts +4 -0
- package/src/views/designer/modules/canvas/src/CanvasHeaderTools.vue +409 -0
- package/src/views/designer/modules/canvas/src/components/AliginButtons.vue +120 -0
- package/src/views/designer/modules/canvas/src/components/GroupButton.vue +76 -0
- package/src/views/designer/modules/canvas/src/components/HistoryButton.vue +80 -0
- package/src/views/designer/modules/canvas/src/components/SortIndex.vue +86 -0
- package/src/views/designer/modules/canvas/src/components/toolbarPanel.vue +194 -0
- package/src/views/designer/modules/canvas/src/hooks/commonDisabledState.ts +42 -0
- package/src/views/designer/modules/canvas/src/hooks/commonMethods.ts +167 -0
- package/src/views/designer/modules/canvas/src/hooks/useAligin.ts +239 -0
- package/src/views/designer/modules/canvas/src/hooks/useCanvas copy.ts +117 -0
- package/src/views/designer/modules/canvas/src/hooks/useCanvas.ts +39 -0
- package/src/views/designer/modules/canvas/src/hooks/useGroup.ts +121 -0
- package/src/views/designer/modules/canvas/src/hooks/useHistory.ts +37 -0
- package/src/views/designer/modules/canvas/src/hooks/useSketchRuler.ts +167 -0
- package/src/views/designer/modules/canvas/src/hooks/useSortIndex.ts +147 -0
- package/src/views/designer/modules/canvas/src/hooks/useTranslate.ts +20 -0
- package/src/views/designer/modules/canvas/src/index.vue +600 -0
- package/src/views/designer/modules/canvas/src/scroll/index.vue +46 -0
- package/src/views/designer/modules/canvas/src/scroll/scroll.ts +230 -0
- package/src/views/designer/modules/config-data/dataConfig.service.ts +3 -0
- package/src/views/designer/modules/config-data/index.ts +3 -0
- package/src/views/designer/modules/config-data/src/index.vue +49 -0
- package/src/views/designer/modules/config-interactive/index.ts +4 -0
- package/src/views/designer/modules/config-interactive/interactive.service.ts +459 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/componentAction/RefreshComponent.js +46 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/componentAction/RefreshData.js +33 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/componentAction/SaveForm.js +130 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/componentAction/ShowHidden.js +60 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/formAction/ChangeFormMode.js +64 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/formAction/GetFormModel.js +40 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/formAction/SaveFormModel.js +40 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/formAction/SetFormModel.js +91 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/index.js +52 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/linkAction/AppOpenLink.js +110 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/linkAction/FrameOpenLink.js +117 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/linkAction/PlatformOutsideLink.js +119 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/linkAction/PlatformWithinLink.js +107 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/ClosePopup.js +31 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/ExecuteScript.js +37 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/GetCounterValue.js +67 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/ModalOpen.js +115 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/OpenMessage.js +95 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/RequestInterface.js +57 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/SetComponentValue.js +83 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/TriggerEvent.js +54 -0
- package/src/views/designer/modules/config-interactive/src/actionConfig/outerAction/VariableAssignment.js +145 -0
- package/src/views/designer/modules/config-interactive/src/components/ConditionPopup.vue +880 -0
- package/src/views/designer/modules/config-interactive/src/components/ConfigActionIndex.vue +218 -0
- package/src/views/designer/modules/config-interactive/src/components/IbspActionConfig.vue +210 -0
- package/src/views/designer/modules/config-interactive/src/components/IbspInteractivceList.vue +553 -0
- package/src/views/designer/modules/config-interactive/src/components/IbspInteractivePanel.vue +253 -0
- package/src/views/designer/modules/config-interactive/src/components/PopUpContainer.vue +61 -0
- package/src/views/designer/modules/config-interactive/src/components/SelectInteractiveList.vue +112 -0
- package/src/views/designer/modules/config-interactive/src/hooks/useEventAction.js +61 -0
- package/src/views/designer/modules/config-interactive/src/hooks/useInteractiveContext.ts +77 -0
- package/src/views/designer/modules/config-interactive/src/index.vue +382 -0
- package/src/views/designer/modules/config-interactive/src/stores/interactiveData.js +106 -0
- package/src/views/designer/modules/config-interactive/src/stores/interactiveDataPlus.js +36 -0
- package/src/views/designer/modules/config-page/index.ts +3 -0
- package/src/views/designer/modules/config-page/pageConfig.service.ts +1 -0
- package/src/views/designer/modules/config-page/src/config.js +652 -0
- package/src/views/designer/modules/config-page/src/index.vue +120 -0
- package/src/views/designer/modules/config-props/index.ts +3 -0
- package/src/views/designer/modules/config-props/propsConfig.service.ts +1 -0
- package/src/views/designer/modules/config-props/src/CommonConfig.vue +576 -0
- package/src/views/designer/modules/config-props/src/ScriptConfig.vue +67 -0
- package/src/views/designer/modules/config-props/src/components/Background.vue +372 -0
- package/src/views/designer/modules/config-props/src/components/BorderPlus.vue +128 -0
- package/src/views/designer/modules/config-props/src/components/Collapse.vue +137 -0
- package/src/views/designer/modules/config-props/src/components/Input.vue +262 -0
- package/src/views/designer/modules/config-props/src/components/Radio.vue +108 -0
- package/src/views/designer/modules/config-props/src/components/Switch.vue +57 -0
- package/src/views/designer/modules/config-props/src/index.vue +82 -0
- package/src/views/designer/modules/data-model/index.ts +3 -0
- package/src/views/designer/modules/data-model/src/components/CategoryDict.vue +144 -0
- package/src/views/designer/modules/data-model/src/components/DataModel.vue +638 -0
- package/src/views/designer/modules/data-model/src/components/DataModel2.vue +583 -0
- package/src/views/designer/modules/data-model/src/components/DataView.vue +169 -0
- package/src/views/designer/modules/data-model/src/components/EditScript.vue +83 -0
- package/src/views/designer/modules/data-model/src/components/EditTable.vue +208 -0
- package/src/views/designer/modules/data-model/src/components/FieldsGroup.vue +199 -0
- package/src/views/designer/modules/data-model/src/components/ParamSelect.vue +64 -0
- package/src/views/designer/modules/data-model/src/components/ScriptConfig.vue +53 -0
- package/src/views/designer/modules/data-model/src/components/ScriptData.vue +62 -0
- package/src/views/designer/modules/data-model/src/components/ServiceInterface.vue +248 -0
- package/src/views/designer/modules/data-model/src/components/Static.vue +236 -0
- package/src/views/designer/modules/data-model/src/components/TestData.vue +39 -0
- package/src/views/designer/modules/data-model/src/components/filter-data/components/MoreConfig.vue +121 -0
- package/src/views/designer/modules/data-model/src/components/filter-data/components/select-field/index.vue +337 -0
- package/src/views/designer/modules/data-model/src/components/filter-data/components/select-field/useSelectField.ts +104 -0
- package/src/views/designer/modules/data-model/src/components/filter-data/index.vue +140 -0
- package/src/views/designer/modules/data-model/src/hooks/useModelConfig.ts +98 -0
- package/src/views/designer/modules/data-model/src/hooks/useModelDefaultValue.ts +153 -0
- package/src/views/designer/modules/data-model/src/index.vue +374 -0
- package/src/views/designer/modules/data-model/src/types/model.d.ts +144 -0
- package/src/views/designer/modules/headerWidgetModule/HeaderWidgetIndex.vue +937 -0
- package/src/views/designer/modules/headerWidgetModule/components/CodeEditor.vue +315 -0
- package/src/views/designer/modules/headerWidgetModule/components/DirectionTooltip.vue +164 -0
- package/src/views/designer/modules/headerWidgetModule/components/DirectionTooltipComponent.vue +164 -0
- package/src/views/designer/modules/headerWidgetModule/components/MirrorTextArea.vue +73 -0
- package/src/views/designer/modules/headerWidgetModule/components/PlatformLibLayout.vue +238 -0
- package/src/views/designer/modules/headerWidgetModule/components/quoteConfig/components/configCenter.vue +51 -0
- package/src/views/designer/modules/headerWidgetModule/components/quoteConfig/index.vue +89 -0
- package/src/views/designer/modules/headerWidgetModule/constantLib/index.vue +433 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/CategoryDict.vue +141 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/DataModel.vue +638 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/DataModel2.vue +455 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/DataView.vue +233 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/EditTable.vue +208 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/FieldsGroup.vue +199 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/ScriptConfig.vue +53 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/ScriptData.vue +63 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/ServiceInterface.vue +287 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/Static.vue +170 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/components/TestData.vue +33 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/hooks/useLeaveParams.ts +26 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/hooks/useUtils.js +53 -0
- package/src/views/designer/modules/headerWidgetModule/dataSource/index.vue +471 -0
- package/src/views/designer/modules/headerWidgetModule/designerConfig/index.vue +15 -0
- package/src/views/designer/modules/headerWidgetModule/globalVarLib/index.vue +471 -0
- package/src/views/designer/modules/headerWidgetModule/iconLib/index.vue +346 -0
- package/src/views/designer/modules/headerWidgetModule/materialLib/index.vue +901 -0
- package/src/views/designer/modules/headerWidgetModule/methodLib/index.vue +551 -0
- package/src/views/designer/modules/headerWidgetModule/scriptLib/index.vue +415 -0
- package/src/views/designer/modules/ibsp-component-lib/componentLib.service.ts +17 -0
- package/src/views/designer/modules/ibsp-component-lib/index.ts +5 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/components/index.ts +5 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/components/middleware/ComponentDes.vue +175 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/components/middleware/ComponentPre.vue +84 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/components/middleware/FormItemComponent.vue +314 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/components/middleware/FormItemComponentPre.vue +154 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/components/middleware/useContextModel.ts +30 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/hooks/useCommonFuns.ts +91 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/hooks/useComponentContext.ts +304 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/hooks/useFormDropComponent.ts +69 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/hooks/useFromItemDnD.ts +264 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/index.js +47 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/content-container/ContentContainerDes.vue +56 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/content-container/ContentContainerPre.vue +32 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/content-container/index.vue +33 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/drag-container/index.vue +80 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/drag-container/vueDrag/index.vue +1362 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/drag-container/vueDrag/utils/dom.js +60 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/drag-container/vueDrag/utils/fns.js +39 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/drag-container/vueDrag/vue-draggable-resizable.css +125 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/builtinContainer/index.ts +4 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/card/Template.vue +214 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/card/config/config.js +37 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/card/config/data.js +191 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/card/config/props.js +150 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/card/index.vue +32 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/data/config.js +49 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/data/index.vue +205 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/data/utils.ts +20 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/formContainer/RenderComponent.vue +33 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/formContainer/config.ts +25 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/formContainer/form-item/config.ts +25 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/formContainer/form-item/index.vue +72 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/formContainer/index.vue +248 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/formContainer/sub-form/RenderComponent.vue +328 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/formContainer/sub-form/config.ts +30 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/formContainer/sub-form/index.vue +217 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/mobileNavFrame/components/MobileMenu.vue +107 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/mobileNavFrame/config.js +151 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/mobileNavFrame/index.vue +789 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/mobileNavFrame/utils/uni.webview.1.5.5.js +58 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/components/AddMenuConfig.vue +320 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/components/Header.vue +139 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/components/IMenu.vue +65 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/config/config.ts +25 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/config/prop/aside.ts +41 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/config/prop/header.ts +139 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/config/prop/index.ts +12 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/config/prop/nav.ts +143 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/hooks/useAppMenus.js +164 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigation-framework-v2/index.vue +100 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigationFrame/SystemNavComponent.vue +810 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigationFrame/components/AddMenuConfig.vue +322 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigationFrame/components/MyElMenu.vue +59 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigationFrame/config.js +283 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigationFrame/hooks/useAppMenus.js +164 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/navigationFrame/index.vue +74 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/pageContainer/config.js +127 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/container/pageContainer/index.vue +135 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/core/BaseContainer.vue +90 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/core/hooks/useAddComponent.ts +69 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/core/hooks/useContainerDnD.ts +79 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/core/index.ts +3 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/core/types/containerProps.ts +46 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/core/types/dnd.ts +17 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/flexLayout/RenderComponent.vue +33 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/flexLayout/config.js +691 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/flexLayout/index.vue +344 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/grid-drag-layout/config.js +26 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/grid-drag-layout/hooks/useDragGrid.ts +3 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/grid-drag-layout/index.vue +40 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/config.ts +36 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/gird-row/config.ts +37 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/gird-row/index.vue +173 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/gird-row/render.vue +56 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/grid-col/config.ts +51 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/grid-col/index.vue +105 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/grid-col/render.vue +34 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/index.vue +154 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/render.vue +65 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/types/grid.ts +15 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/gridLayout/types/gridProps.ts +126 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/PreviewComponent.vue +101 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/PreviewGroup.vue +71 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/SectionGroup.vue +627 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/SectionGroup4_back.vue +388 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/SectionGroup_back.vue +503 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/components/MergeBox.vue +294 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/components/SectionTools.vue +0 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/components/vueDrag/index.vue +1360 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/components/vueDrag/utils/dom.js +60 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/components/vueDrag/utils/fns.js +39 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/components/vueDrag/vue-draggable-resizable.css +125 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/config.js +117 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/group-config.js +26 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/index.vue +1200 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/section.js +67 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/sectionLayout/section.service.ts +7 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/config.ts +28 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/hooks/useColActions.ts +244 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/index.vue +218 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/render.vue +97 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/table-col/config.ts +41 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/table-col/index.vue +69 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/table-col/render.vue +47 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/table-row/config.ts +25 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/table-row/index.vue +78 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/table-row/render.vue +38 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/types/table.ts +15 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/modules/layout/tableLayout/types/tableProps.ts +87 -0
- package/src/views/designer/modules/ibsp-component-lib/src/componentLibs/types/props.d.ts +12 -0
- package/src/views/designer/modules/ibsp-component-lib/src/components/ColorPalette.vue +394 -0
- package/src/views/designer/modules/ibsp-component-lib/src/index.vue +530 -0
- package/src/views/designer/modules/ibsp-config/ConfigIndex.vue +222 -0
- package/src/views/designer/modules/ibsp-config/builtinComponents/DataModel.jsx +65 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/configs/batchGroup.ts +8 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/configs/selectComponents.ts +22 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/configs/selectDataModel.ts +9 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/configs/selectForms.ts +14 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/configs/selectPages.ts +14 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/configs/selectScript.ts +46 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/configs/selectVars.ts +32 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/configs.d.ts +5 -0
- package/src/views/designer/modules/ibsp-config/commonlyConfig/index.ts +7 -0
- package/src/views/designer/modules/ibsp-config/components/BuiltinFormItems.vue +82 -0
- package/src/views/designer/modules/ibsp-config/components/CollapseItem.vue +23 -0
- package/src/views/designer/modules/ibsp-config/components/ExpressionPopup.vue +357 -0
- package/src/views/designer/modules/ibsp-config/components/FormItem.vue +201 -0
- package/src/views/designer/modules/ibsp-config/components/InterfaceParam.vue +714 -0
- package/src/views/designer/modules/ibsp-config/components/ResourcePopup.vue +319 -0
- package/src/views/designer/modules/ibsp-config/components/dynamicValueBindingModule/DynamicValuePlusIndex.vue +283 -0
- package/src/views/designer/modules/ibsp-config/components/dynamicValueBindingModule/index.vue +266 -0
- package/src/views/designer/modules/ibsp-config/components/staticTable/ContextMenu.vue +107 -0
- package/src/views/designer/modules/ibsp-config/components/staticTable/index.vue +264 -0
- package/src/views/designer/modules/ibsp-config/components/staticTable/upload.vue +60 -0
- package/src/views/designer/modules/ibsp-config/config.service.ts +17 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Button.vue +56 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/CascaderSelect.vue +83 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/CateTreeList.vue +571 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Checkbox.vue +57 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Collapse.vue +163 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Color.vue +57 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/ControlConfig/RadioConfig.vue +11 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/ControlConfig/RegionalSelectionConfig.vue +159 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/ControlConfig/SelectConfig.vue +599 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/ControlConfig/components/table.vue +51 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/ControlConfig/index.vue +62 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DataColumns.vue +171 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DataSource/components/CategoryDict.vue +67 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DataSource/components/DataView.vue +124 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DataSource/components/EditTable.vue +209 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DataSource/components/ScriptConfig.vue +48 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DataSource/components/ServiceInterface.vue +130 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DataSource/components/Static.vue +141 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DataSource/index.vue +122 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Dialog.vue +147 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DragTabs.vue +836 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Drawer.vue +61 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/DynamicDataValue.vue +120 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Expression/hooks/useWhere.ts +67 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Expression/index.vue +679 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/FormItem.vue +133 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Input.vue +205 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/InputNumber.vue +101 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/InterfaceParamConfig.vue +51 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Modal.vue +84 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/MonacoEditor.vue +108 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/ParamConfig.vue +501 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Position.vue +94 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Radio.vue +182 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/ScriptData.vue +55 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Select.vue +148 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/SelectExpression.vue +94 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/SelectIcon.vue +107 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/SelectResource.vue +117 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/SetParamSource.vue +181 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Slider.vue +55 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/StaticTable.vue +42 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Switch.vue +40 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Tab.vue +221 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Tabs.vue +91 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Tabs2.vue +546 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/Title.vue +86 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/TreeSelect.vue +142 -0
- package/src/views/designer/modules/ibsp-config/configComponentLibs/TreeSelectPlus.vue +70 -0
- package/src/views/designer/modules/ibsp-config/configGroups/BaseData.js +60 -0
- package/src/views/designer/modules/ibsp-config/hooks/useModelValue.ts +22 -0
- package/src/views/designer/modules/ibsp-config/index.ts +44 -0
- package/src/views/designer/modules/ibsp-config/utils.ts +6 -0
- package/src/views/designer/modules/ibsp-form-domain/index.ts +3 -0
- package/src/views/designer/modules/ibsp-form-domain/src/index.vue +178 -0
- package/src/views/designer/modules/ibsp-history/history.service.ts +3 -0
- package/src/views/designer/modules/ibsp-history/index.ts +3 -0
- package/src/views/designer/modules/ibsp-history/src/index.vue +126 -0
- package/src/views/designer/modules/ibsp-outline/index.ts +3 -0
- package/src/views/designer/modules/ibsp-outline/outline.service.ts +1 -0
- package/src/views/designer/modules/ibsp-outline/src/index.vue +256 -0
- package/src/views/designer/modules/ibsp-page/index.ts +4 -0
- package/src/views/designer/modules/ibsp-page/pageList.service.ts +3 -0
- package/src/views/designer/modules/ibsp-page/src/index.vue +393 -0
- package/src/views/designer/modules/ibsp-script/index.ts +3 -0
- package/src/views/designer/modules/ibsp-script/script.service.ts +161 -0
- package/src/views/designer/modules/ibsp-script/src/ScriptIndex.vue +408 -0
- package/src/views/designer/modules/ibsp-script/src/components/Contextmenu.vue +104 -0
- package/src/views/designer/modules/ibsp-script/src/components/ScriptData.vue +518 -0
- package/src/views/designer/modules/ibsp-script/src/components/ScriptPanel.vue +415 -0
- package/src/views/designer/modules/ibsp-script/src/components/ScriptSetting.vue +48 -0
- package/src/views/designer/modules/ibsp-script/src/components/console/Console.vue +53 -0
- package/src/views/designer/modules/ibsp-script/src/components/console/components/ConsoleError.vue +33 -0
- package/src/views/designer/modules/ibsp-script/src/components/console/components/ConsoleLine.vue +53 -0
- package/src/views/designer/modules/ibsp-script/src/components/console/components/ConsoleLog.vue +93 -0
- package/src/views/designer/modules/ibsp-script/src/components/console/console.ts +11 -0
- package/src/views/designer/modules/ibsp-script/src/hooks/useComponentEditor.ts +21 -0
- package/src/views/designer/modules/ibsp-script/src/hooks/useContextmenu.js +70 -0
- package/src/views/designer/modules/ibsp-script/src/hooks/useScriptData.ts +73 -0
- package/src/views/designer/modules/ibsp-script/src/index.vue +114 -0
- package/src/views/designer/modules/ibsp-template/index.ts +3 -0
- package/src/views/designer/modules/ibsp-template/src/index.vue +19 -0
- package/src/views/designer/modules/ibsp-template/template.service.ts +1 -0
- package/src/views/designer/modules/index.ts +198 -0
- package/src/views/designer/modules/platform-const/const.service.ts +1 -0
- package/src/views/designer/modules/platform-const/index.ts +4 -0
- package/src/views/designer/modules/platform-const/src/index.vue +432 -0
- package/src/views/designer/modules/platform-icon/icon.service.ts +1 -0
- package/src/views/designer/modules/platform-icon/index.ts +4 -0
- package/src/views/designer/modules/platform-icon/src/index.vue +346 -0
- package/src/views/designer/modules/platform-material/index.ts +3 -0
- package/src/views/designer/modules/platform-material/material.service.ts +1 -0
- package/src/views/designer/modules/platform-material/src/index.vue +901 -0
- package/src/views/designer/modules/platform-method/index.ts +4 -0
- package/src/views/designer/modules/platform-method/method.service.ts +1 -0
- package/src/views/designer/modules/platform-method/src/index.vue +14 -0
- package/src/views/designer/modules/platform-script/index.ts +4 -0
- package/src/views/designer/modules/platform-script/script.service.ts +1 -0
- package/src/views/designer/modules/platform-script/src/index.vue +14 -0
- package/src/views/designer/modules/platform-var/index.ts +6 -0
- package/src/views/designer/modules/platform-var/src/index.vue +450 -0
- package/src/views/designer/modules/platform-var/var.service.ts +1 -0
- package/src/views/designer/modules/scriptModule/ScriptIndex.vue +686 -0
- package/src/views/designer/modules/scriptModule/ScriptIndexPlus.vue +1308 -0
- package/src/views/designer/modules/scriptModule/components/Contextmenu.vue +100 -0
- package/src/views/designer/modules/scriptModule/components/EnvData.vue +78 -0
- package/src/views/designer/modules/scriptModule/components/ScriptData.vue +541 -0
- package/src/views/designer/modules/scriptModule/components/ScriptEditPanel.vue +658 -0
- package/src/views/designer/modules/scriptModule/components/ScriptList.vue +365 -0
- package/src/views/designer/modules/scriptModule/components/ScriptNavContentLayout.vue +66 -0
- package/src/views/designer/modules/scriptModule/components/console/Console.vue +53 -0
- package/src/views/designer/modules/scriptModule/components/console/components/ConsoleError.vue +33 -0
- package/src/views/designer/modules/scriptModule/components/console/components/ConsoleLine.vue +53 -0
- package/src/views/designer/modules/scriptModule/components/console/components/ConsoleLog.vue +93 -0
- package/src/views/designer/modules/scriptModule/components/console/console.ts +11 -0
- package/src/views/designer/modules/scriptModule/components/scriptManagement.vue +78 -0
- package/src/views/designer/modules/scriptModule/hooks/useComponentEditor.ts +22 -0
- package/src/views/designer/modules/scriptModule/hooks/useContextmenu.js +70 -0
- package/src/views/designer/modules/scriptModule/hooks/useIbspScript.js +95 -0
- package/src/views/designer/modules/scriptModule/hooks/useIbspScriptPlus.js +38 -0
- package/src/views/designer/modules/scriptModule/hooks/useScript.js +27 -0
- package/src/views/designer/modules/scriptModule/useScriptStore.js +142 -0
- package/src/views/designer/modules/shortcut-keys/index.ts +2 -0
- package/src/views/designer/modules/shortcut-keys/shortcutKey.service.ts +1 -0
- package/src/views/doc/index.ts +3 -0
- package/src/views/doc/src/index.vue +40 -0
- package/src/views/home/hooks/useApp.ts +127 -0
- package/src/views/home/index.vue +397 -0
- package/src/views/preview/index.ts +6 -0
- package/src/views/preview/src/PreviewPage.vue +215 -0
- package/src/views/preview/src/action-parse-lib/componentAction/RefreshComponent.js +10 -0
- package/src/views/preview/src/action-parse-lib/componentAction/RefreshData.js +8 -0
- package/src/views/preview/src/action-parse-lib/componentAction/SaveForm.js +111 -0
- package/src/views/preview/src/action-parse-lib/componentAction/ShowHidden.js +20 -0
- package/src/views/preview/src/action-parse-lib/formAction/ChangeFormMode.js +86 -0
- package/src/views/preview/src/action-parse-lib/formAction/GetFormModel.js +42 -0
- package/src/views/preview/src/action-parse-lib/formAction/SaveFormModel.js +47 -0
- package/src/views/preview/src/action-parse-lib/formAction/SetFormModel.js +28 -0
- package/src/views/preview/src/action-parse-lib/index.js +23 -0
- package/src/views/preview/src/action-parse-lib/linkAction/AppOpenLink.js +34 -0
- package/src/views/preview/src/action-parse-lib/linkAction/FrameOpenLink.js +33 -0
- package/src/views/preview/src/action-parse-lib/linkAction/PlatformOutsideLink.js +34 -0
- package/src/views/preview/src/action-parse-lib/linkAction/PlatformWithinLink.js +51 -0
- package/src/views/preview/src/action-parse-lib/outerAction/ClosePopup.js +8 -0
- package/src/views/preview/src/action-parse-lib/outerAction/ExecuteScript.js +22 -0
- package/src/views/preview/src/action-parse-lib/outerAction/GetCounterValue.js +7 -0
- package/src/views/preview/src/action-parse-lib/outerAction/ModalOpen.js +48 -0
- package/src/views/preview/src/action-parse-lib/outerAction/OpenMessage.js +14 -0
- package/src/views/preview/src/action-parse-lib/outerAction/RequestInterface.js +135 -0
- package/src/views/preview/src/action-parse-lib/outerAction/SetComponentValue.js +41 -0
- package/src/views/preview/src/action-parse-lib/outerAction/TriggerEvent.js +6 -0
- package/src/views/preview/src/action-parse-lib/outerAction/VariableAssignment.js +12 -0
- package/src/views/preview/src/hooks/useHandleParams.js +13 -0
- package/src/views/preview/src/index.vue +113 -0
- package/src/views/preview/src/index_back.vue +149 -0
- package/src/views/preview/src/interaction-model/Interaction.ts +280 -0
- package/src/views/preview/src/preview.ts +42 -0
- package/src/views/template/index.ts +4 -0
- package/src/views/template/src/PreviewIndex.vue +36 -0
- package/src/views/template/src/TemplateDesignerIndex.vue +492 -0
- package/src/views/template/src/index.vue +15 -0
- package/tsconfig.json +63 -0
- package/vite.config.js +106 -0
- package/vite.config.template.js +31 -0
package/public/1.json
ADDED
|
@@ -0,0 +1,1612 @@
|
|
|
1
|
+
{
|
|
2
|
+
"list": [
|
|
3
|
+
{
|
|
4
|
+
"type": "textarea",
|
|
5
|
+
"icon": "icon-diy-com-textarea",
|
|
6
|
+
"category": "basic",
|
|
7
|
+
"options": {
|
|
8
|
+
"width": "",
|
|
9
|
+
"defaultValue": "",
|
|
10
|
+
"required": false,
|
|
11
|
+
"requiredMessage": "",
|
|
12
|
+
"disabled": false,
|
|
13
|
+
"pattern": "",
|
|
14
|
+
"patternMessage": "",
|
|
15
|
+
"validatorCheck": false,
|
|
16
|
+
"validator": "",
|
|
17
|
+
"placeholder": "",
|
|
18
|
+
"customClass": "",
|
|
19
|
+
"labelWidth": 100,
|
|
20
|
+
"isLabelWidth": false,
|
|
21
|
+
"hidden": false,
|
|
22
|
+
"dataBind": true,
|
|
23
|
+
"clearable": false,
|
|
24
|
+
"maxlength": "",
|
|
25
|
+
"showWordLimit": false,
|
|
26
|
+
"rows": 2,
|
|
27
|
+
"autosize": false,
|
|
28
|
+
"customProps": {},
|
|
29
|
+
"remoteFunc": "func_cachn3ry",
|
|
30
|
+
"remoteOption": "option_cachn3ry",
|
|
31
|
+
"tableColumn": false,
|
|
32
|
+
"subform": false
|
|
33
|
+
},
|
|
34
|
+
"events": {
|
|
35
|
+
"onChange": "",
|
|
36
|
+
"onFocus": "",
|
|
37
|
+
"onBlur": ""
|
|
38
|
+
},
|
|
39
|
+
"name": "多行文本",
|
|
40
|
+
"key": "cachn3ry",
|
|
41
|
+
"model": "TEXTAREA_CACHN3RY",
|
|
42
|
+
"dataFieldConfig": {
|
|
43
|
+
"field": "TEXTAREA_CACHN3RY",
|
|
44
|
+
"dataType": "textarea",
|
|
45
|
+
"mexLength": 64,
|
|
46
|
+
"decimalPlaces": 0
|
|
47
|
+
},
|
|
48
|
+
"rules": []
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"type": "input",
|
|
52
|
+
"icon": "icon-input",
|
|
53
|
+
"category": "basic",
|
|
54
|
+
"options": {
|
|
55
|
+
"width": "",
|
|
56
|
+
"defaultValue": "",
|
|
57
|
+
"required": false,
|
|
58
|
+
"requiredMessage": "",
|
|
59
|
+
"dataType": "",
|
|
60
|
+
"dataTypeCheck": false,
|
|
61
|
+
"dataTypeMessage": "",
|
|
62
|
+
"pattern": "",
|
|
63
|
+
"patternCheck": false,
|
|
64
|
+
"patternMessage": "",
|
|
65
|
+
"validatorCheck": false,
|
|
66
|
+
"validator": "",
|
|
67
|
+
"placeholder": "",
|
|
68
|
+
"customClass": "",
|
|
69
|
+
"disabled": false,
|
|
70
|
+
"labelWidth": 100,
|
|
71
|
+
"isLabelWidth": false,
|
|
72
|
+
"hidden": false,
|
|
73
|
+
"dataBind": true,
|
|
74
|
+
"showPassword": false,
|
|
75
|
+
"clearable": true,
|
|
76
|
+
"maxlength": "",
|
|
77
|
+
"showWordLimit": false,
|
|
78
|
+
"customProps": {},
|
|
79
|
+
"defaultRule": "",
|
|
80
|
+
"isDefaultRule": false,
|
|
81
|
+
"fuzzySearch": {
|
|
82
|
+
"state": false,
|
|
83
|
+
"dataSourceId": "",
|
|
84
|
+
"valueProps": "",
|
|
85
|
+
"inputTimeout": 500,
|
|
86
|
+
"emptySearchState": false
|
|
87
|
+
},
|
|
88
|
+
"remoteFunc": "func_mcvbw4b9",
|
|
89
|
+
"remoteOption": "option_mcvbw4b9",
|
|
90
|
+
"tableColumn": false,
|
|
91
|
+
"subform": false
|
|
92
|
+
},
|
|
93
|
+
"events": {
|
|
94
|
+
"onChange": "",
|
|
95
|
+
"onFocus": "",
|
|
96
|
+
"onBlur": ""
|
|
97
|
+
},
|
|
98
|
+
"name": "单行文本",
|
|
99
|
+
"key": "mcvbw4b9",
|
|
100
|
+
"model": "INPUT_MCVBW4B9",
|
|
101
|
+
"dataFieldConfig": {
|
|
102
|
+
"field": "INPUT_MCVBW4B9",
|
|
103
|
+
"dataType": "char",
|
|
104
|
+
"mexLength": 36,
|
|
105
|
+
"decimalPlaces": 0
|
|
106
|
+
},
|
|
107
|
+
"rules": []
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"type": "number",
|
|
111
|
+
"icon": "icon-number",
|
|
112
|
+
"category": "basic",
|
|
113
|
+
"options": {
|
|
114
|
+
"width": "100%",
|
|
115
|
+
"required": false,
|
|
116
|
+
"requiredMessage": "",
|
|
117
|
+
"validatorCheck": false,
|
|
118
|
+
"validator": "",
|
|
119
|
+
"defaultValue": 0,
|
|
120
|
+
"min": 0,
|
|
121
|
+
"max": 9,
|
|
122
|
+
"step": 1,
|
|
123
|
+
"disabled": false,
|
|
124
|
+
"controls": false,
|
|
125
|
+
"controlsPosition": "",
|
|
126
|
+
"customClass": "",
|
|
127
|
+
"labelWidth": 100,
|
|
128
|
+
"isLabelWidth": false,
|
|
129
|
+
"hidden": false,
|
|
130
|
+
"dataBind": true,
|
|
131
|
+
"dataFieldConfig": {
|
|
132
|
+
"decimalPlaces": 0
|
|
133
|
+
},
|
|
134
|
+
"align": "left",
|
|
135
|
+
"precision": 0,
|
|
136
|
+
"customProps": {},
|
|
137
|
+
"unit": "",
|
|
138
|
+
"unitColor": "#606266",
|
|
139
|
+
"unitFontSize": 14,
|
|
140
|
+
"remoteFunc": "func_731odgpb",
|
|
141
|
+
"remoteOption": "option_731odgpb",
|
|
142
|
+
"tableColumn": false,
|
|
143
|
+
"subform": false
|
|
144
|
+
},
|
|
145
|
+
"events": {
|
|
146
|
+
"onChange": "",
|
|
147
|
+
"onFocus": "",
|
|
148
|
+
"onBlur": ""
|
|
149
|
+
},
|
|
150
|
+
"name": "数值输入",
|
|
151
|
+
"key": "731odgpb",
|
|
152
|
+
"model": "NUMBER_731ODGPB",
|
|
153
|
+
"dataFieldConfig": {
|
|
154
|
+
"field": "NUMBER_731ODGPB",
|
|
155
|
+
"dataType": "integer",
|
|
156
|
+
"mexLength": 64,
|
|
157
|
+
"decimalPlaces": 0
|
|
158
|
+
},
|
|
159
|
+
"rules": []
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"type": "grid",
|
|
163
|
+
"icon": "icon-RectangleCopy",
|
|
164
|
+
"columns": [
|
|
165
|
+
{
|
|
166
|
+
"type": "col",
|
|
167
|
+
"options": {
|
|
168
|
+
"span": 24,
|
|
169
|
+
"offset": 0,
|
|
170
|
+
"push": 0,
|
|
171
|
+
"pull": 0,
|
|
172
|
+
"xs": 24,
|
|
173
|
+
"sm": 24,
|
|
174
|
+
"md": 24,
|
|
175
|
+
"lg": 24,
|
|
176
|
+
"xl": 24,
|
|
177
|
+
"customClass": ""
|
|
178
|
+
},
|
|
179
|
+
"list": [
|
|
180
|
+
{
|
|
181
|
+
"type": "input",
|
|
182
|
+
"icon": "icon-input",
|
|
183
|
+
"category": "basic",
|
|
184
|
+
"options": {
|
|
185
|
+
"width": "",
|
|
186
|
+
"defaultValue": "",
|
|
187
|
+
"required": false,
|
|
188
|
+
"requiredMessage": "",
|
|
189
|
+
"dataType": "",
|
|
190
|
+
"dataTypeCheck": false,
|
|
191
|
+
"dataTypeMessage": "",
|
|
192
|
+
"pattern": "",
|
|
193
|
+
"patternCheck": false,
|
|
194
|
+
"patternMessage": "",
|
|
195
|
+
"validatorCheck": false,
|
|
196
|
+
"validator": "",
|
|
197
|
+
"placeholder": "",
|
|
198
|
+
"customClass": "",
|
|
199
|
+
"disabled": false,
|
|
200
|
+
"labelWidth": 100,
|
|
201
|
+
"isLabelWidth": false,
|
|
202
|
+
"hidden": false,
|
|
203
|
+
"dataBind": true,
|
|
204
|
+
"showPassword": false,
|
|
205
|
+
"clearable": true,
|
|
206
|
+
"maxlength": "",
|
|
207
|
+
"showWordLimit": false,
|
|
208
|
+
"customProps": {},
|
|
209
|
+
"defaultRule": "",
|
|
210
|
+
"isDefaultRule": false,
|
|
211
|
+
"fuzzySearch": {
|
|
212
|
+
"state": false,
|
|
213
|
+
"dataSourceId": "",
|
|
214
|
+
"valueProps": "",
|
|
215
|
+
"inputTimeout": 500,
|
|
216
|
+
"emptySearchState": false
|
|
217
|
+
},
|
|
218
|
+
"remoteFunc": "func_mq3l5bca",
|
|
219
|
+
"remoteOption": "option_mq3l5bca",
|
|
220
|
+
"tableColumn": false,
|
|
221
|
+
"subform": false
|
|
222
|
+
},
|
|
223
|
+
"events": {
|
|
224
|
+
"onChange": "",
|
|
225
|
+
"onFocus": "",
|
|
226
|
+
"onBlur": ""
|
|
227
|
+
},
|
|
228
|
+
"name": "单行文本",
|
|
229
|
+
"novalid": {},
|
|
230
|
+
"key": "mq3l5bca",
|
|
231
|
+
"model": "INPUT_MQ3L5BCA",
|
|
232
|
+
"dataFieldConfig": {
|
|
233
|
+
"field": "INPUT_MQ3L5BCA",
|
|
234
|
+
"dataType": "text",
|
|
235
|
+
"mexLength": 64,
|
|
236
|
+
"decimalPlaces": 0
|
|
237
|
+
},
|
|
238
|
+
"rules": []
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"key": "vqdjg55g",
|
|
242
|
+
"rules": []
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"type": "col",
|
|
246
|
+
"options": {
|
|
247
|
+
"span": 24,
|
|
248
|
+
"offset": 0,
|
|
249
|
+
"push": 0,
|
|
250
|
+
"pull": 0,
|
|
251
|
+
"xs": 24,
|
|
252
|
+
"sm": 24,
|
|
253
|
+
"md": 24,
|
|
254
|
+
"lg": 24,
|
|
255
|
+
"xl": 24,
|
|
256
|
+
"customClass": ""
|
|
257
|
+
},
|
|
258
|
+
"list": [
|
|
259
|
+
{
|
|
260
|
+
"type": "textarea",
|
|
261
|
+
"icon": "icon-diy-com-textarea",
|
|
262
|
+
"category": "basic",
|
|
263
|
+
"options": {
|
|
264
|
+
"width": "",
|
|
265
|
+
"defaultValue": "",
|
|
266
|
+
"required": false,
|
|
267
|
+
"requiredMessage": "",
|
|
268
|
+
"disabled": false,
|
|
269
|
+
"pattern": "",
|
|
270
|
+
"patternMessage": "",
|
|
271
|
+
"validatorCheck": false,
|
|
272
|
+
"validator": "",
|
|
273
|
+
"placeholder": "",
|
|
274
|
+
"customClass": "",
|
|
275
|
+
"labelWidth": 100,
|
|
276
|
+
"isLabelWidth": false,
|
|
277
|
+
"hidden": false,
|
|
278
|
+
"dataBind": true,
|
|
279
|
+
"clearable": false,
|
|
280
|
+
"maxlength": "",
|
|
281
|
+
"showWordLimit": false,
|
|
282
|
+
"rows": 2,
|
|
283
|
+
"autosize": false,
|
|
284
|
+
"customProps": {},
|
|
285
|
+
"remoteFunc": "func_gc54aoxl",
|
|
286
|
+
"remoteOption": "option_gc54aoxl",
|
|
287
|
+
"tableColumn": false,
|
|
288
|
+
"subform": false
|
|
289
|
+
},
|
|
290
|
+
"events": {
|
|
291
|
+
"onChange": "",
|
|
292
|
+
"onFocus": "",
|
|
293
|
+
"onBlur": ""
|
|
294
|
+
},
|
|
295
|
+
"name": "多行文本",
|
|
296
|
+
"novalid": {},
|
|
297
|
+
"key": "gc54aoxl",
|
|
298
|
+
"model": "TEXTAREA_GC54AOXL",
|
|
299
|
+
"dataFieldConfig": {
|
|
300
|
+
"field": "TEXTAREA_GC54AOXL",
|
|
301
|
+
"dataType": "textarea",
|
|
302
|
+
"mexLength": 64,
|
|
303
|
+
"decimalPlaces": 0
|
|
304
|
+
},
|
|
305
|
+
"rules": []
|
|
306
|
+
}
|
|
307
|
+
],
|
|
308
|
+
"key": "znimxodf",
|
|
309
|
+
"rules": []
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"type": "col",
|
|
313
|
+
"options": {
|
|
314
|
+
"span": 24,
|
|
315
|
+
"offset": 0,
|
|
316
|
+
"push": 0,
|
|
317
|
+
"pull": 0,
|
|
318
|
+
"xs": 24,
|
|
319
|
+
"sm": 24,
|
|
320
|
+
"md": 24,
|
|
321
|
+
"lg": 24,
|
|
322
|
+
"xl": 24,
|
|
323
|
+
"customClass": ""
|
|
324
|
+
},
|
|
325
|
+
"list": [
|
|
326
|
+
{
|
|
327
|
+
"type": "number",
|
|
328
|
+
"icon": "icon-number",
|
|
329
|
+
"category": "basic",
|
|
330
|
+
"options": {
|
|
331
|
+
"width": "100%",
|
|
332
|
+
"required": false,
|
|
333
|
+
"requiredMessage": "",
|
|
334
|
+
"validatorCheck": false,
|
|
335
|
+
"validator": "",
|
|
336
|
+
"defaultValue": 0,
|
|
337
|
+
"min": 0,
|
|
338
|
+
"max": 9,
|
|
339
|
+
"step": 1,
|
|
340
|
+
"disabled": false,
|
|
341
|
+
"controls": false,
|
|
342
|
+
"controlsPosition": "",
|
|
343
|
+
"customClass": "",
|
|
344
|
+
"labelWidth": 100,
|
|
345
|
+
"isLabelWidth": false,
|
|
346
|
+
"hidden": false,
|
|
347
|
+
"dataBind": true,
|
|
348
|
+
"dataFieldConfig": {
|
|
349
|
+
"decimalPlaces": 0
|
|
350
|
+
},
|
|
351
|
+
"align": "left",
|
|
352
|
+
"precision": 0,
|
|
353
|
+
"customProps": {},
|
|
354
|
+
"unit": "",
|
|
355
|
+
"unitColor": "#606266",
|
|
356
|
+
"unitFontSize": 14,
|
|
357
|
+
"remoteFunc": "func_qbrr7tnm",
|
|
358
|
+
"remoteOption": "option_qbrr7tnm",
|
|
359
|
+
"tableColumn": false,
|
|
360
|
+
"subform": false
|
|
361
|
+
},
|
|
362
|
+
"events": {
|
|
363
|
+
"onChange": "",
|
|
364
|
+
"onFocus": "",
|
|
365
|
+
"onBlur": ""
|
|
366
|
+
},
|
|
367
|
+
"name": "数值输入",
|
|
368
|
+
"novalid": {},
|
|
369
|
+
"key": "qbrr7tnm",
|
|
370
|
+
"model": "NUMBER_QBRR7TNM",
|
|
371
|
+
"dataFieldConfig": {
|
|
372
|
+
"field": "NUMBER_QBRR7TNM",
|
|
373
|
+
"dataType": "double",
|
|
374
|
+
"mexLength": 36,
|
|
375
|
+
"decimalPlaces": 2
|
|
376
|
+
},
|
|
377
|
+
"rules": []
|
|
378
|
+
}
|
|
379
|
+
],
|
|
380
|
+
"key": "x8yt082q",
|
|
381
|
+
"rules": []
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"type": "col",
|
|
385
|
+
"options": {
|
|
386
|
+
"span": 24,
|
|
387
|
+
"offset": 0,
|
|
388
|
+
"push": 0,
|
|
389
|
+
"pull": 0,
|
|
390
|
+
"xs": 24,
|
|
391
|
+
"sm": 24,
|
|
392
|
+
"md": 24,
|
|
393
|
+
"lg": 24,
|
|
394
|
+
"xl": 24,
|
|
395
|
+
"customClass": ""
|
|
396
|
+
},
|
|
397
|
+
"list": [
|
|
398
|
+
{
|
|
399
|
+
"type": "radio",
|
|
400
|
+
"icon": "icon-radio-active",
|
|
401
|
+
"category": "basic",
|
|
402
|
+
"options": {
|
|
403
|
+
"inline": false,
|
|
404
|
+
"defaultValue": "",
|
|
405
|
+
"showLabel": false,
|
|
406
|
+
"options": [
|
|
407
|
+
{
|
|
408
|
+
"value": "Option 1",
|
|
409
|
+
"label": "Option 1"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"value": "Option 2",
|
|
413
|
+
"label": "Option 2"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"value": "Option 3",
|
|
417
|
+
"label": "Option 3"
|
|
418
|
+
}
|
|
419
|
+
],
|
|
420
|
+
"required": false,
|
|
421
|
+
"requiredMessage": "",
|
|
422
|
+
"validatorCheck": false,
|
|
423
|
+
"validator": "",
|
|
424
|
+
"width": "",
|
|
425
|
+
"remote": false,
|
|
426
|
+
"remoteType": "datasource",
|
|
427
|
+
"remoteOption": "option_3tr6n8a2",
|
|
428
|
+
"remoteOptions": [],
|
|
429
|
+
"props": {
|
|
430
|
+
"value": "value",
|
|
431
|
+
"label": "label"
|
|
432
|
+
},
|
|
433
|
+
"remoteFunc": "func_3tr6n8a2",
|
|
434
|
+
"customClass": "",
|
|
435
|
+
"labelWidth": 100,
|
|
436
|
+
"isLabelWidth": false,
|
|
437
|
+
"hidden": false,
|
|
438
|
+
"dataBind": true,
|
|
439
|
+
"disabled": false,
|
|
440
|
+
"customProps": {},
|
|
441
|
+
"tableColumn": false,
|
|
442
|
+
"subform": false
|
|
443
|
+
},
|
|
444
|
+
"events": {
|
|
445
|
+
"onChange": ""
|
|
446
|
+
},
|
|
447
|
+
"name": "单选框组",
|
|
448
|
+
"novalid": {},
|
|
449
|
+
"key": "3tr6n8a2",
|
|
450
|
+
"model": "RADIO_3TR6N8A2",
|
|
451
|
+
"dataFieldConfig": {
|
|
452
|
+
"field": "RADIO_3TR6N8A2",
|
|
453
|
+
"dataType": "text",
|
|
454
|
+
"mexLength": 64,
|
|
455
|
+
"decimalPlaces": 0
|
|
456
|
+
},
|
|
457
|
+
"rules": []
|
|
458
|
+
}
|
|
459
|
+
],
|
|
460
|
+
"key": "h5ho2nge",
|
|
461
|
+
"rules": []
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
"options": {
|
|
465
|
+
"gutter": 0,
|
|
466
|
+
"justify": "start",
|
|
467
|
+
"align": "top",
|
|
468
|
+
"customClass": "",
|
|
469
|
+
"hidden": false,
|
|
470
|
+
"flex": true,
|
|
471
|
+
"responsive": true,
|
|
472
|
+
"remoteFunc": "func_ctn3vi39",
|
|
473
|
+
"remoteOption": "option_ctn3vi39",
|
|
474
|
+
"tableColumn": false,
|
|
475
|
+
"subform": false
|
|
476
|
+
},
|
|
477
|
+
"name": "栅格布局",
|
|
478
|
+
"key": "ctn3vi39",
|
|
479
|
+
"model": "GRID_CTN3VI39",
|
|
480
|
+
"rules": []
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"type": "report",
|
|
484
|
+
"icon": "icon-table1",
|
|
485
|
+
"options": {
|
|
486
|
+
"customClass": "",
|
|
487
|
+
"hidden": false,
|
|
488
|
+
"borderWidth": 1,
|
|
489
|
+
"borderColor": "#999",
|
|
490
|
+
"width": "100%",
|
|
491
|
+
"remoteFunc": "func_ztataswu",
|
|
492
|
+
"remoteOption": "option_ztataswu",
|
|
493
|
+
"tableColumn": false,
|
|
494
|
+
"subform": false
|
|
495
|
+
},
|
|
496
|
+
"rows": [
|
|
497
|
+
{
|
|
498
|
+
"columns": [
|
|
499
|
+
{
|
|
500
|
+
"type": "td",
|
|
501
|
+
"options": {
|
|
502
|
+
"customClass": "",
|
|
503
|
+
"colspan": 1,
|
|
504
|
+
"rowspan": 1,
|
|
505
|
+
"align": "left",
|
|
506
|
+
"valign": "top",
|
|
507
|
+
"width": "",
|
|
508
|
+
"height": ""
|
|
509
|
+
},
|
|
510
|
+
"list": [
|
|
511
|
+
{
|
|
512
|
+
"type": "checkbox",
|
|
513
|
+
"icon": "icon-check-box",
|
|
514
|
+
"category": "basic",
|
|
515
|
+
"options": {
|
|
516
|
+
"inline": false,
|
|
517
|
+
"defaultValue": [],
|
|
518
|
+
"showLabel": false,
|
|
519
|
+
"options": [
|
|
520
|
+
{
|
|
521
|
+
"value": "Option 1",
|
|
522
|
+
"label": "Option 1"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"value": "Option 2",
|
|
526
|
+
"label": "Option 2"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"value": "Option 3",
|
|
530
|
+
"label": "Option 3"
|
|
531
|
+
}
|
|
532
|
+
],
|
|
533
|
+
"required": false,
|
|
534
|
+
"requiredMessage": "",
|
|
535
|
+
"validatorCheck": false,
|
|
536
|
+
"validator": "",
|
|
537
|
+
"width": "",
|
|
538
|
+
"remote": false,
|
|
539
|
+
"remoteType": "datasource",
|
|
540
|
+
"remoteOption": "option_0vsipg0i",
|
|
541
|
+
"remoteOptions": [],
|
|
542
|
+
"props": {
|
|
543
|
+
"value": "value",
|
|
544
|
+
"label": "label"
|
|
545
|
+
},
|
|
546
|
+
"remoteFunc": "func_0vsipg0i",
|
|
547
|
+
"customClass": "",
|
|
548
|
+
"labelWidth": 100,
|
|
549
|
+
"isLabelWidth": false,
|
|
550
|
+
"hidden": false,
|
|
551
|
+
"dataBind": true,
|
|
552
|
+
"disabled": false,
|
|
553
|
+
"customProps": {},
|
|
554
|
+
"tableColumn": false,
|
|
555
|
+
"hideLabel": true,
|
|
556
|
+
"subform": false
|
|
557
|
+
},
|
|
558
|
+
"events": {
|
|
559
|
+
"onChange": ""
|
|
560
|
+
},
|
|
561
|
+
"name": "多选框组",
|
|
562
|
+
"key": "0vsipg0i",
|
|
563
|
+
"model": "CHECKBOX_0VSIPG0I",
|
|
564
|
+
"dataFieldConfig": {
|
|
565
|
+
"field": "CHECKBOX_0VSIPG0I",
|
|
566
|
+
"dataType": "text",
|
|
567
|
+
"mexLength": 64,
|
|
568
|
+
"decimalPlaces": 0
|
|
569
|
+
},
|
|
570
|
+
"rules": []
|
|
571
|
+
}
|
|
572
|
+
],
|
|
573
|
+
"key": "hmb5krpj"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"type": "td",
|
|
577
|
+
"list": [
|
|
578
|
+
{
|
|
579
|
+
"type": "select",
|
|
580
|
+
"icon": "icon-select",
|
|
581
|
+
"category": "basic",
|
|
582
|
+
"options": {
|
|
583
|
+
"defaultValue": "",
|
|
584
|
+
"multiple": false,
|
|
585
|
+
"disabled": false,
|
|
586
|
+
"clearable": true,
|
|
587
|
+
"placeholder": "",
|
|
588
|
+
"required": false,
|
|
589
|
+
"requiredMessage": "",
|
|
590
|
+
"validatorCheck": false,
|
|
591
|
+
"validator": "",
|
|
592
|
+
"showLabel": false,
|
|
593
|
+
"width": "100%",
|
|
594
|
+
"options": [
|
|
595
|
+
{
|
|
596
|
+
"value": "Option 1"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"value": "Option 2"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"value": "Option 3"
|
|
603
|
+
}
|
|
604
|
+
],
|
|
605
|
+
"remote": false,
|
|
606
|
+
"remoteType": "datasource",
|
|
607
|
+
"remoteOption": "option_n8pitmcp",
|
|
608
|
+
"filterable": false,
|
|
609
|
+
"allowCreate": false,
|
|
610
|
+
"remoteOptions": [],
|
|
611
|
+
"props": {
|
|
612
|
+
"value": "value",
|
|
613
|
+
"label": "label"
|
|
614
|
+
},
|
|
615
|
+
"remoteFunc": "func_n8pitmcp",
|
|
616
|
+
"remoteDataSource": "",
|
|
617
|
+
"remoteDict": "",
|
|
618
|
+
"remoteViewId": "",
|
|
619
|
+
"customClass": "",
|
|
620
|
+
"labelWidth": 100,
|
|
621
|
+
"isLabelWidth": false,
|
|
622
|
+
"hidden": false,
|
|
623
|
+
"dataBind": true,
|
|
624
|
+
"customProps": {},
|
|
625
|
+
"tableColumn": false,
|
|
626
|
+
"hideLabel": true,
|
|
627
|
+
"subform": false
|
|
628
|
+
},
|
|
629
|
+
"events": {
|
|
630
|
+
"onChange": "",
|
|
631
|
+
"onFocus": "",
|
|
632
|
+
"onBlur": ""
|
|
633
|
+
},
|
|
634
|
+
"name": "下拉选择框",
|
|
635
|
+
"key": "n8pitmcp",
|
|
636
|
+
"model": "SELECT_N8PITMCP",
|
|
637
|
+
"dataFieldConfig": {
|
|
638
|
+
"field": "SELECT_N8PITMCP",
|
|
639
|
+
"dataType": "text",
|
|
640
|
+
"mexLength": 64,
|
|
641
|
+
"decimalPlaces": 0
|
|
642
|
+
},
|
|
643
|
+
"rules": []
|
|
644
|
+
}
|
|
645
|
+
],
|
|
646
|
+
"options": {
|
|
647
|
+
"customClass": "",
|
|
648
|
+
"colspan": 1,
|
|
649
|
+
"rowspan": 1,
|
|
650
|
+
"align": "left",
|
|
651
|
+
"valign": "top",
|
|
652
|
+
"width": "",
|
|
653
|
+
"height": ""
|
|
654
|
+
},
|
|
655
|
+
"key": "20xl425e"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"type": "td",
|
|
659
|
+
"list": [
|
|
660
|
+
{
|
|
661
|
+
"type": "time",
|
|
662
|
+
"icon": "icon-time",
|
|
663
|
+
"category": "basic",
|
|
664
|
+
"options": {
|
|
665
|
+
"defaultValue": "",
|
|
666
|
+
"readonly": false,
|
|
667
|
+
"disabled": false,
|
|
668
|
+
"editable": true,
|
|
669
|
+
"clearable": true,
|
|
670
|
+
"placeholder": "",
|
|
671
|
+
"startPlaceholder": "",
|
|
672
|
+
"endPlaceholder": "",
|
|
673
|
+
"isRange": false,
|
|
674
|
+
"arrowControl": false,
|
|
675
|
+
"format": "HH:mm:ss",
|
|
676
|
+
"required": false,
|
|
677
|
+
"requiredMessage": "",
|
|
678
|
+
"validatorCheck": false,
|
|
679
|
+
"validator": "",
|
|
680
|
+
"width": "",
|
|
681
|
+
"customClass": "",
|
|
682
|
+
"labelWidth": 100,
|
|
683
|
+
"isLabelWidth": true,
|
|
684
|
+
"hidden": false,
|
|
685
|
+
"dataBind": true,
|
|
686
|
+
"customProps": {},
|
|
687
|
+
"remoteFunc": "func_2sm6vfvi",
|
|
688
|
+
"remoteOption": "option_2sm6vfvi",
|
|
689
|
+
"tableColumn": false,
|
|
690
|
+
"hideLabel": false,
|
|
691
|
+
"subform": false
|
|
692
|
+
},
|
|
693
|
+
"events": {
|
|
694
|
+
"onChange": "",
|
|
695
|
+
"onFocus": "",
|
|
696
|
+
"onBlur": ""
|
|
697
|
+
},
|
|
698
|
+
"name": "时间选择器",
|
|
699
|
+
"key": "2sm6vfvi",
|
|
700
|
+
"model": "TIME_2SM6VFVI",
|
|
701
|
+
"dataFieldConfig": {
|
|
702
|
+
"field": "TIME_2SM6VFVI",
|
|
703
|
+
"dataType": "date",
|
|
704
|
+
"mexLength": 64,
|
|
705
|
+
"decimalPlaces": 0
|
|
706
|
+
},
|
|
707
|
+
"rules": []
|
|
708
|
+
}
|
|
709
|
+
],
|
|
710
|
+
"options": {
|
|
711
|
+
"customClass": "",
|
|
712
|
+
"colspan": 1,
|
|
713
|
+
"rowspan": 1,
|
|
714
|
+
"align": "left",
|
|
715
|
+
"valign": "top",
|
|
716
|
+
"width": "",
|
|
717
|
+
"height": ""
|
|
718
|
+
},
|
|
719
|
+
"key": "q7qbde39"
|
|
720
|
+
}
|
|
721
|
+
]
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"columns": [
|
|
725
|
+
{
|
|
726
|
+
"type": "td",
|
|
727
|
+
"list": [
|
|
728
|
+
{
|
|
729
|
+
"type": "date",
|
|
730
|
+
"icon": "icon-date",
|
|
731
|
+
"category": "basic",
|
|
732
|
+
"options": {
|
|
733
|
+
"defaultValue": "2024-11-11",
|
|
734
|
+
"readonly": false,
|
|
735
|
+
"disabled": false,
|
|
736
|
+
"editable": true,
|
|
737
|
+
"clearable": true,
|
|
738
|
+
"placeholder": "",
|
|
739
|
+
"startPlaceholder": "",
|
|
740
|
+
"endPlaceholder": "",
|
|
741
|
+
"type": "date",
|
|
742
|
+
"format": "yyyy-MM-dd",
|
|
743
|
+
"timestamp": false,
|
|
744
|
+
"required": false,
|
|
745
|
+
"requiredMessage": "",
|
|
746
|
+
"validatorCheck": false,
|
|
747
|
+
"validator": "",
|
|
748
|
+
"width": "",
|
|
749
|
+
"customClass": "",
|
|
750
|
+
"labelWidth": 100,
|
|
751
|
+
"isLabelWidth": false,
|
|
752
|
+
"hidden": false,
|
|
753
|
+
"dataBind": true,
|
|
754
|
+
"customProps": {},
|
|
755
|
+
"remoteFunc": "func_vrgbv26n",
|
|
756
|
+
"remoteOption": "option_vrgbv26n",
|
|
757
|
+
"tableColumn": false,
|
|
758
|
+
"hideLabel": true,
|
|
759
|
+
"subform": false
|
|
760
|
+
},
|
|
761
|
+
"events": {
|
|
762
|
+
"onChange": "",
|
|
763
|
+
"onFocus": "",
|
|
764
|
+
"onBlur": ""
|
|
765
|
+
},
|
|
766
|
+
"name": "日期选择器",
|
|
767
|
+
"key": "vrgbv26n",
|
|
768
|
+
"model": "DATE_VRGBV26N",
|
|
769
|
+
"dataFieldConfig": {
|
|
770
|
+
"field": "DATE_VRGBV26N",
|
|
771
|
+
"dataType": "date",
|
|
772
|
+
"mexLength": 64,
|
|
773
|
+
"decimalPlaces": 0
|
|
774
|
+
},
|
|
775
|
+
"rules": []
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"type": "date",
|
|
779
|
+
"icon": "icon-date",
|
|
780
|
+
"category": "basic",
|
|
781
|
+
"options": {
|
|
782
|
+
"defaultValue": "2024",
|
|
783
|
+
"readonly": false,
|
|
784
|
+
"disabled": false,
|
|
785
|
+
"editable": true,
|
|
786
|
+
"clearable": true,
|
|
787
|
+
"placeholder": "",
|
|
788
|
+
"startPlaceholder": "",
|
|
789
|
+
"endPlaceholder": "",
|
|
790
|
+
"type": "year",
|
|
791
|
+
"format": "yyyy",
|
|
792
|
+
"timestamp": false,
|
|
793
|
+
"required": false,
|
|
794
|
+
"requiredMessage": "",
|
|
795
|
+
"validatorCheck": false,
|
|
796
|
+
"validator": "",
|
|
797
|
+
"width": "",
|
|
798
|
+
"customClass": "",
|
|
799
|
+
"labelWidth": 100,
|
|
800
|
+
"isLabelWidth": false,
|
|
801
|
+
"hidden": false,
|
|
802
|
+
"dataBind": true,
|
|
803
|
+
"customProps": {},
|
|
804
|
+
"remoteFunc": "func_d45zs2ab",
|
|
805
|
+
"remoteOption": "option_d45zs2ab",
|
|
806
|
+
"subform": false,
|
|
807
|
+
"tableColumn": false,
|
|
808
|
+
"hideLabel": true
|
|
809
|
+
},
|
|
810
|
+
"events": {
|
|
811
|
+
"onChange": "",
|
|
812
|
+
"onFocus": "",
|
|
813
|
+
"onBlur": ""
|
|
814
|
+
},
|
|
815
|
+
"name": "日期选择器",
|
|
816
|
+
"key": "d45zs2ab",
|
|
817
|
+
"model": "DATE_D45ZS2AB",
|
|
818
|
+
"dataFieldConfig": {
|
|
819
|
+
"field": "DATE_D45ZS2AB",
|
|
820
|
+
"dataType": "date",
|
|
821
|
+
"mexLength": 64,
|
|
822
|
+
"decimalPlaces": 0
|
|
823
|
+
},
|
|
824
|
+
"rules": []
|
|
825
|
+
}
|
|
826
|
+
],
|
|
827
|
+
"options": {
|
|
828
|
+
"customClass": "",
|
|
829
|
+
"colspan": 1,
|
|
830
|
+
"rowspan": 1,
|
|
831
|
+
"align": "left",
|
|
832
|
+
"valign": "top",
|
|
833
|
+
"width": "",
|
|
834
|
+
"height": ""
|
|
835
|
+
},
|
|
836
|
+
"key": "4f6x8ya8"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"type": "td",
|
|
840
|
+
"list": [
|
|
841
|
+
{
|
|
842
|
+
"type": "rate",
|
|
843
|
+
"icon": "icon-pingfen1",
|
|
844
|
+
"category": "basic",
|
|
845
|
+
"options": {
|
|
846
|
+
"defaultValue": 0,
|
|
847
|
+
"max": 5,
|
|
848
|
+
"disabled": false,
|
|
849
|
+
"allowHalf": false,
|
|
850
|
+
"required": false,
|
|
851
|
+
"requiredMessage": "",
|
|
852
|
+
"validatorCheck": false,
|
|
853
|
+
"validator": "",
|
|
854
|
+
"customClass": "",
|
|
855
|
+
"labelWidth": 100,
|
|
856
|
+
"isLabelWidth": false,
|
|
857
|
+
"hidden": false,
|
|
858
|
+
"dataBind": true,
|
|
859
|
+
"showScore": false,
|
|
860
|
+
"width": "",
|
|
861
|
+
"customProps": {},
|
|
862
|
+
"remoteFunc": "func_3f2ywsh9",
|
|
863
|
+
"remoteOption": "option_3f2ywsh9",
|
|
864
|
+
"tableColumn": false,
|
|
865
|
+
"hideLabel": true,
|
|
866
|
+
"subform": false
|
|
867
|
+
},
|
|
868
|
+
"events": {
|
|
869
|
+
"onChange": ""
|
|
870
|
+
},
|
|
871
|
+
"name": "评分",
|
|
872
|
+
"key": "3f2ywsh9",
|
|
873
|
+
"model": "RATE_3F2YWSH9",
|
|
874
|
+
"dataFieldConfig": {
|
|
875
|
+
"field": "RATE_3F2YWSH9",
|
|
876
|
+
"dataType": "integer",
|
|
877
|
+
"mexLength": 64,
|
|
878
|
+
"decimalPlaces": 0
|
|
879
|
+
},
|
|
880
|
+
"rules": []
|
|
881
|
+
}
|
|
882
|
+
],
|
|
883
|
+
"options": {
|
|
884
|
+
"customClass": "",
|
|
885
|
+
"colspan": 1,
|
|
886
|
+
"rowspan": 1,
|
|
887
|
+
"align": "left",
|
|
888
|
+
"valign": "top",
|
|
889
|
+
"width": "",
|
|
890
|
+
"height": ""
|
|
891
|
+
},
|
|
892
|
+
"key": "m3jn4upo"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"type": "td",
|
|
896
|
+
"list": [
|
|
897
|
+
{
|
|
898
|
+
"type": "color",
|
|
899
|
+
"icon": "icon-color",
|
|
900
|
+
"category": "basic",
|
|
901
|
+
"options": {
|
|
902
|
+
"defaultValue": "",
|
|
903
|
+
"disabled": false,
|
|
904
|
+
"showAlpha": false,
|
|
905
|
+
"required": false,
|
|
906
|
+
"requiredMessage": "",
|
|
907
|
+
"validatorCheck": false,
|
|
908
|
+
"validator": "",
|
|
909
|
+
"customClass": "",
|
|
910
|
+
"labelWidth": 100,
|
|
911
|
+
"isLabelWidth": false,
|
|
912
|
+
"hidden": false,
|
|
913
|
+
"dataBind": true,
|
|
914
|
+
"width": "",
|
|
915
|
+
"customProps": {},
|
|
916
|
+
"remoteFunc": "func_vwn9bvpm",
|
|
917
|
+
"remoteOption": "option_vwn9bvpm",
|
|
918
|
+
"tableColumn": false,
|
|
919
|
+
"hideLabel": true,
|
|
920
|
+
"subform": false
|
|
921
|
+
},
|
|
922
|
+
"events": {
|
|
923
|
+
"onChange": ""
|
|
924
|
+
},
|
|
925
|
+
"name": "颜色选择器",
|
|
926
|
+
"key": "vwn9bvpm",
|
|
927
|
+
"model": "COLOR_VWN9BVPM",
|
|
928
|
+
"dataFieldConfig": {
|
|
929
|
+
"field": "COLOR_VWN9BVPM",
|
|
930
|
+
"dataType": "text",
|
|
931
|
+
"mexLength": 64,
|
|
932
|
+
"decimalPlaces": 0
|
|
933
|
+
},
|
|
934
|
+
"rules": []
|
|
935
|
+
}
|
|
936
|
+
],
|
|
937
|
+
"options": {
|
|
938
|
+
"customClass": "",
|
|
939
|
+
"colspan": 1,
|
|
940
|
+
"rowspan": 1,
|
|
941
|
+
"align": "left",
|
|
942
|
+
"valign": "top",
|
|
943
|
+
"width": "",
|
|
944
|
+
"height": ""
|
|
945
|
+
},
|
|
946
|
+
"key": "z2miziz5"
|
|
947
|
+
}
|
|
948
|
+
]
|
|
949
|
+
}
|
|
950
|
+
],
|
|
951
|
+
"name": "表格布局",
|
|
952
|
+
"key": "ztataswu",
|
|
953
|
+
"model": "REPORT_ZTATASWU",
|
|
954
|
+
"rules": []
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"type": "table",
|
|
958
|
+
"icon": "icon-table",
|
|
959
|
+
"options": {
|
|
960
|
+
"defaultValue": [],
|
|
961
|
+
"customClass": "",
|
|
962
|
+
"labelWidth": 100,
|
|
963
|
+
"isLabelWidth": false,
|
|
964
|
+
"hidden": false,
|
|
965
|
+
"disabled": false,
|
|
966
|
+
"required": false,
|
|
967
|
+
"validatorCheck": false,
|
|
968
|
+
"validator": "",
|
|
969
|
+
"paging": false,
|
|
970
|
+
"pageSize": 5,
|
|
971
|
+
"isAdd": true,
|
|
972
|
+
"isDelete": true,
|
|
973
|
+
"showControl": true,
|
|
974
|
+
"remoteFunc": "func_f853csar",
|
|
975
|
+
"remoteOption": "option_f853csar",
|
|
976
|
+
"tableColumn": false,
|
|
977
|
+
"subform": false
|
|
978
|
+
},
|
|
979
|
+
"events": {
|
|
980
|
+
"onChange": "",
|
|
981
|
+
"onRowAdd": "",
|
|
982
|
+
"onRowRemove": "",
|
|
983
|
+
"onPageChange": ""
|
|
984
|
+
},
|
|
985
|
+
"tableColumns": [
|
|
986
|
+
{
|
|
987
|
+
"type": "switch",
|
|
988
|
+
"icon": "icon-switch",
|
|
989
|
+
"category": "basic",
|
|
990
|
+
"options": {
|
|
991
|
+
"defaultValue": "0",
|
|
992
|
+
"required": false,
|
|
993
|
+
"requiredMessage": "",
|
|
994
|
+
"validatorCheck": false,
|
|
995
|
+
"validator": "",
|
|
996
|
+
"disabled": false,
|
|
997
|
+
"customClass": "",
|
|
998
|
+
"labelWidth": 100,
|
|
999
|
+
"isLabelWidth": false,
|
|
1000
|
+
"hidden": false,
|
|
1001
|
+
"dataBind": true,
|
|
1002
|
+
"width": "",
|
|
1003
|
+
"customProps": {},
|
|
1004
|
+
"remoteFunc": "func_46klh82l",
|
|
1005
|
+
"remoteOption": "option_46klh82l",
|
|
1006
|
+
"tableColumn": true,
|
|
1007
|
+
"subform": false
|
|
1008
|
+
},
|
|
1009
|
+
"events": {
|
|
1010
|
+
"onChange": ""
|
|
1011
|
+
},
|
|
1012
|
+
"name": "开关",
|
|
1013
|
+
"novalid": {},
|
|
1014
|
+
"key": "46klh82l",
|
|
1015
|
+
"model": "SWITCH_46KLH82L",
|
|
1016
|
+
"dataFieldConfig": {
|
|
1017
|
+
"field": "SWITCH_46KLH82L",
|
|
1018
|
+
"dataType": "text",
|
|
1019
|
+
"mexLength": 64,
|
|
1020
|
+
"decimalPlaces": 0
|
|
1021
|
+
},
|
|
1022
|
+
"rules": []
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"type": "slider",
|
|
1026
|
+
"icon": "icon-slider",
|
|
1027
|
+
"category": "basic",
|
|
1028
|
+
"options": {
|
|
1029
|
+
"defaultValue": 0,
|
|
1030
|
+
"disabled": false,
|
|
1031
|
+
"required": false,
|
|
1032
|
+
"requiredMessage": "",
|
|
1033
|
+
"validatorCheck": false,
|
|
1034
|
+
"validator": "",
|
|
1035
|
+
"min": 0,
|
|
1036
|
+
"max": 100,
|
|
1037
|
+
"step": 1,
|
|
1038
|
+
"showInput": false,
|
|
1039
|
+
"range": false,
|
|
1040
|
+
"width": "",
|
|
1041
|
+
"customClass": "",
|
|
1042
|
+
"labelWidth": 100,
|
|
1043
|
+
"isLabelWidth": false,
|
|
1044
|
+
"hidden": false,
|
|
1045
|
+
"dataBind": true,
|
|
1046
|
+
"customProps": {},
|
|
1047
|
+
"remoteFunc": "func_naegxg1c",
|
|
1048
|
+
"remoteOption": "option_naegxg1c",
|
|
1049
|
+
"tableColumn": true,
|
|
1050
|
+
"subform": false
|
|
1051
|
+
},
|
|
1052
|
+
"events": {
|
|
1053
|
+
"onChange": ""
|
|
1054
|
+
},
|
|
1055
|
+
"name": "滑块",
|
|
1056
|
+
"key": "naegxg1c",
|
|
1057
|
+
"model": "SLIDER_NAEGXG1C",
|
|
1058
|
+
"dataFieldConfig": {
|
|
1059
|
+
"field": "SLIDER_NAEGXG1C",
|
|
1060
|
+
"dataType": "text",
|
|
1061
|
+
"mexLength": 64,
|
|
1062
|
+
"decimalPlaces": 0
|
|
1063
|
+
},
|
|
1064
|
+
"rules": [],
|
|
1065
|
+
"novalid": {}
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"type": "text",
|
|
1069
|
+
"icon": "icon-wenzishezhi-",
|
|
1070
|
+
"category": "basic",
|
|
1071
|
+
"options": {
|
|
1072
|
+
"defaultValue": "This is a text",
|
|
1073
|
+
"customClass": "",
|
|
1074
|
+
"labelWidth": 100,
|
|
1075
|
+
"isLabelWidth": false,
|
|
1076
|
+
"hidden": false,
|
|
1077
|
+
"dataBind": true,
|
|
1078
|
+
"required": false,
|
|
1079
|
+
"width": "",
|
|
1080
|
+
"remoteFunc": "func_35ehvldr",
|
|
1081
|
+
"remoteOption": "option_35ehvldr",
|
|
1082
|
+
"tableColumn": true,
|
|
1083
|
+
"subform": false
|
|
1084
|
+
},
|
|
1085
|
+
"events": {
|
|
1086
|
+
"onChange": ""
|
|
1087
|
+
},
|
|
1088
|
+
"name": "文字",
|
|
1089
|
+
"novalid": {},
|
|
1090
|
+
"key": "35ehvldr",
|
|
1091
|
+
"model": "TEXT_35EHVLDR",
|
|
1092
|
+
"dataFieldConfig": {
|
|
1093
|
+
"field": "TEXT_35EHVLDR",
|
|
1094
|
+
"dataType": "text",
|
|
1095
|
+
"mexLength": 64,
|
|
1096
|
+
"decimalPlaces": 0
|
|
1097
|
+
},
|
|
1098
|
+
"rules": []
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"type": "html",
|
|
1102
|
+
"icon": "icon-html",
|
|
1103
|
+
"category": "basic",
|
|
1104
|
+
"options": {
|
|
1105
|
+
"defaultValue": "<b style=\"color: red;\">\n\tThis is a HTML5\n</b>",
|
|
1106
|
+
"labelWidth": 100,
|
|
1107
|
+
"isLabelWidth": false,
|
|
1108
|
+
"hidden": false,
|
|
1109
|
+
"dataBind": true,
|
|
1110
|
+
"required": false,
|
|
1111
|
+
"width": "",
|
|
1112
|
+
"remoteFunc": "func_ng04apii",
|
|
1113
|
+
"remoteOption": "option_ng04apii",
|
|
1114
|
+
"tableColumn": true,
|
|
1115
|
+
"subform": false
|
|
1116
|
+
},
|
|
1117
|
+
"events": {
|
|
1118
|
+
"onChange": ""
|
|
1119
|
+
},
|
|
1120
|
+
"name": "HTML",
|
|
1121
|
+
"novalid": {},
|
|
1122
|
+
"key": "ng04apii",
|
|
1123
|
+
"model": "HTML_NG04APII",
|
|
1124
|
+
"dataFieldConfig": {
|
|
1125
|
+
"field": "HTML_NG04APII",
|
|
1126
|
+
"dataType": "text",
|
|
1127
|
+
"mexLength": 64,
|
|
1128
|
+
"decimalPlaces": 0
|
|
1129
|
+
},
|
|
1130
|
+
"rules": []
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"type": "button",
|
|
1134
|
+
"icon": "icon-button",
|
|
1135
|
+
"category": "basic",
|
|
1136
|
+
"options": {
|
|
1137
|
+
"customClass": "",
|
|
1138
|
+
"disabled": false,
|
|
1139
|
+
"labelWidth": 100,
|
|
1140
|
+
"isLabelWidth": false,
|
|
1141
|
+
"hideLabel": true,
|
|
1142
|
+
"hidden": false,
|
|
1143
|
+
"dataBind": false,
|
|
1144
|
+
"buttonSize": "small",
|
|
1145
|
+
"buttonType": "",
|
|
1146
|
+
"buttonPlain": false,
|
|
1147
|
+
"buttonRound": false,
|
|
1148
|
+
"buttonCircle": false,
|
|
1149
|
+
"buttonName": "Button",
|
|
1150
|
+
"width": "",
|
|
1151
|
+
"customProps": {},
|
|
1152
|
+
"remoteFunc": "func_kgub1nxt",
|
|
1153
|
+
"remoteOption": "option_kgub1nxt",
|
|
1154
|
+
"tableColumn": true,
|
|
1155
|
+
"subform": false
|
|
1156
|
+
},
|
|
1157
|
+
"events": {
|
|
1158
|
+
"onClick": ""
|
|
1159
|
+
},
|
|
1160
|
+
"name": "按钮",
|
|
1161
|
+
"novalid": {},
|
|
1162
|
+
"key": "kgub1nxt",
|
|
1163
|
+
"model": "BUTTON_KGUB1NXT",
|
|
1164
|
+
"dataFieldConfig": {
|
|
1165
|
+
"field": "BUTTON_KGUB1NXT",
|
|
1166
|
+
"dataType": "text",
|
|
1167
|
+
"mexLength": 64,
|
|
1168
|
+
"decimalPlaces": 0
|
|
1169
|
+
},
|
|
1170
|
+
"rules": []
|
|
1171
|
+
}
|
|
1172
|
+
],
|
|
1173
|
+
"name": "重复表",
|
|
1174
|
+
"key": "f853csar",
|
|
1175
|
+
"model": "TABLE_F853CSAR",
|
|
1176
|
+
"rules": []
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"type": "subform",
|
|
1180
|
+
"icon": "icon-a-ziyuan25",
|
|
1181
|
+
"options": {
|
|
1182
|
+
"defaultValue": [],
|
|
1183
|
+
"customClass": "",
|
|
1184
|
+
"labelWidth": 100,
|
|
1185
|
+
"isLabelWidth": false,
|
|
1186
|
+
"hidden": false,
|
|
1187
|
+
"disabled": false,
|
|
1188
|
+
"required": false,
|
|
1189
|
+
"validatorCheck": false,
|
|
1190
|
+
"validator": "",
|
|
1191
|
+
"paging": false,
|
|
1192
|
+
"pageSize": 5,
|
|
1193
|
+
"showControl": true,
|
|
1194
|
+
"isAdd": true,
|
|
1195
|
+
"isDelete": true,
|
|
1196
|
+
"remoteFunc": "func_os6yng26",
|
|
1197
|
+
"remoteOption": "option_os6yng26",
|
|
1198
|
+
"tableColumn": false,
|
|
1199
|
+
"subform": false
|
|
1200
|
+
},
|
|
1201
|
+
"events": {
|
|
1202
|
+
"onChange": "",
|
|
1203
|
+
"onRowAdd": "",
|
|
1204
|
+
"onRowRemove": "",
|
|
1205
|
+
"onPageChange": ""
|
|
1206
|
+
},
|
|
1207
|
+
"list": [
|
|
1208
|
+
{
|
|
1209
|
+
"type": "tree-transfer",
|
|
1210
|
+
"icon": "icon-m-chuansuokuang",
|
|
1211
|
+
"category": "basic",
|
|
1212
|
+
"options": {
|
|
1213
|
+
"defaultValue": [],
|
|
1214
|
+
"customClass": "",
|
|
1215
|
+
"labelWidth": 100,
|
|
1216
|
+
"isLabelWidth": false,
|
|
1217
|
+
"hideLabel": false,
|
|
1218
|
+
"hidden": false,
|
|
1219
|
+
"dataBind": true,
|
|
1220
|
+
"data": [
|
|
1221
|
+
{
|
|
1222
|
+
"id": "1",
|
|
1223
|
+
"key": "1",
|
|
1224
|
+
"label": "Option 1",
|
|
1225
|
+
"pId": ""
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"id": "1-1",
|
|
1229
|
+
"key": "1-1",
|
|
1230
|
+
"label": "Option 1-1",
|
|
1231
|
+
"pId": "1"
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"id": "1-2",
|
|
1235
|
+
"key": "1-2",
|
|
1236
|
+
"label": "Option 1-2",
|
|
1237
|
+
"pId": "1"
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"id": "2",
|
|
1241
|
+
"key": "2",
|
|
1242
|
+
"label": "Option 2",
|
|
1243
|
+
"pId": ""
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"id": "2-1",
|
|
1247
|
+
"key": "2-1",
|
|
1248
|
+
"label": "Option 2-1",
|
|
1249
|
+
"pId": "2"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"id": "2-2",
|
|
1253
|
+
"key": "2-2",
|
|
1254
|
+
"label": "Option 2-2",
|
|
1255
|
+
"pId": "2"
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"id": "3",
|
|
1259
|
+
"key": "3",
|
|
1260
|
+
"label": "Option 3",
|
|
1261
|
+
"pId": ""
|
|
1262
|
+
}
|
|
1263
|
+
],
|
|
1264
|
+
"props": {
|
|
1265
|
+
"key": "key",
|
|
1266
|
+
"label": "label",
|
|
1267
|
+
"disabled": "disabled",
|
|
1268
|
+
"children": "children",
|
|
1269
|
+
"id": "id",
|
|
1270
|
+
"pId": "pid",
|
|
1271
|
+
"check": "",
|
|
1272
|
+
"valueProps": "id",
|
|
1273
|
+
"isBottomCheck": true
|
|
1274
|
+
},
|
|
1275
|
+
"filterable": false,
|
|
1276
|
+
"required": false,
|
|
1277
|
+
"validatorCheck": false,
|
|
1278
|
+
"validator": "",
|
|
1279
|
+
"width": "",
|
|
1280
|
+
"remote": false,
|
|
1281
|
+
"remoteType": "datasource",
|
|
1282
|
+
"titles": [
|
|
1283
|
+
"Source",
|
|
1284
|
+
"Target"
|
|
1285
|
+
],
|
|
1286
|
+
"disabled": false,
|
|
1287
|
+
"customProps": {},
|
|
1288
|
+
"remoteFunc": "func_yrxvm1iv",
|
|
1289
|
+
"remoteOption": "option_yrxvm1iv",
|
|
1290
|
+
"tableColumn": false,
|
|
1291
|
+
"subform": true
|
|
1292
|
+
},
|
|
1293
|
+
"events": {
|
|
1294
|
+
"onChange": ""
|
|
1295
|
+
},
|
|
1296
|
+
"name": "树形穿梭框",
|
|
1297
|
+
"key": "yrxvm1iv",
|
|
1298
|
+
"model": "TREE-TRANSFER_YRXVM1IV",
|
|
1299
|
+
"dataFieldConfig": {
|
|
1300
|
+
"field": "TREE-TRANSFER_YRXVM1IV",
|
|
1301
|
+
"dataType": "text",
|
|
1302
|
+
"mexLength": 64,
|
|
1303
|
+
"decimalPlaces": 0
|
|
1304
|
+
},
|
|
1305
|
+
"rules": []
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"type": "transfer",
|
|
1309
|
+
"icon": "icon-m-chuansuokuang",
|
|
1310
|
+
"category": "basic",
|
|
1311
|
+
"options": {
|
|
1312
|
+
"defaultValue": [],
|
|
1313
|
+
"customClass": "",
|
|
1314
|
+
"labelWidth": 100,
|
|
1315
|
+
"isLabelWidth": false,
|
|
1316
|
+
"hideLabel": false,
|
|
1317
|
+
"hidden": false,
|
|
1318
|
+
"dataBind": true,
|
|
1319
|
+
"data": [
|
|
1320
|
+
{
|
|
1321
|
+
"key": "1",
|
|
1322
|
+
"label": "Option 1"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"key": "2",
|
|
1326
|
+
"label": "Option 2"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"key": "3",
|
|
1330
|
+
"label": "Option 3"
|
|
1331
|
+
}
|
|
1332
|
+
],
|
|
1333
|
+
"props": {
|
|
1334
|
+
"key": "key",
|
|
1335
|
+
"label": "label",
|
|
1336
|
+
"disabled": "disabled"
|
|
1337
|
+
},
|
|
1338
|
+
"filterable": false,
|
|
1339
|
+
"required": false,
|
|
1340
|
+
"validatorCheck": false,
|
|
1341
|
+
"validator": "",
|
|
1342
|
+
"width": "",
|
|
1343
|
+
"remote": false,
|
|
1344
|
+
"remoteType": "datasource",
|
|
1345
|
+
"titles": [
|
|
1346
|
+
"Source",
|
|
1347
|
+
"Target"
|
|
1348
|
+
],
|
|
1349
|
+
"disabled": false,
|
|
1350
|
+
"customProps": {},
|
|
1351
|
+
"remoteFunc": "func_zvzhbtps",
|
|
1352
|
+
"remoteOption": "option_zvzhbtps",
|
|
1353
|
+
"tableColumn": false,
|
|
1354
|
+
"subform": true
|
|
1355
|
+
},
|
|
1356
|
+
"events": {
|
|
1357
|
+
"onChange": ""
|
|
1358
|
+
},
|
|
1359
|
+
"name": "穿梭框",
|
|
1360
|
+
"key": "zvzhbtps",
|
|
1361
|
+
"model": "TRANSFER_ZVZHBTPS",
|
|
1362
|
+
"dataFieldConfig": {
|
|
1363
|
+
"field": "TRANSFER_ZVZHBTPS",
|
|
1364
|
+
"dataType": "text",
|
|
1365
|
+
"mexLength": 64,
|
|
1366
|
+
"decimalPlaces": 0
|
|
1367
|
+
},
|
|
1368
|
+
"rules": []
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"type": "multiplefileupload",
|
|
1372
|
+
"icon": "svg-icon-multiple-upload",
|
|
1373
|
+
"options": {
|
|
1374
|
+
"action": "oss/ossTplForm/uploadInstance",
|
|
1375
|
+
"downUrl": "oss/ossTplForm/downloadInstance",
|
|
1376
|
+
"fileUploadData": {},
|
|
1377
|
+
"size": {
|
|
1378
|
+
"width": 100,
|
|
1379
|
+
"height": 100
|
|
1380
|
+
},
|
|
1381
|
+
"hideLabel": false,
|
|
1382
|
+
"objectName": "录入文件名称",
|
|
1383
|
+
"permitSuffix": "xls",
|
|
1384
|
+
"maxSize": 10,
|
|
1385
|
+
"requireTag": 0,
|
|
1386
|
+
"tplTag": 0,
|
|
1387
|
+
"dataBind": true,
|
|
1388
|
+
"showType": "card",
|
|
1389
|
+
"isButtonBorder": true,
|
|
1390
|
+
"algin": "left",
|
|
1391
|
+
"customClass": "",
|
|
1392
|
+
"checkAll": false,
|
|
1393
|
+
"isIndeterminate": false,
|
|
1394
|
+
"fileFormat": [],
|
|
1395
|
+
"checkedFiles": [],
|
|
1396
|
+
"defaultShowNumber": 8,
|
|
1397
|
+
"remoteFunc": "func_rzfs4ghu",
|
|
1398
|
+
"remoteOption": "option_rzfs4ghu",
|
|
1399
|
+
"tableColumn": false,
|
|
1400
|
+
"subform": true
|
|
1401
|
+
},
|
|
1402
|
+
"events": {},
|
|
1403
|
+
"name": "多文件上传",
|
|
1404
|
+
"key": "rzfs4ghu",
|
|
1405
|
+
"model": "MULTIPLEFILEUPLOAD_RZFS4GHU",
|
|
1406
|
+
"dataFieldConfig": {
|
|
1407
|
+
"field": "MULTIPLEFILEUPLOAD_RZFS4GHU",
|
|
1408
|
+
"dataType": "textarea",
|
|
1409
|
+
"mexLength": 64,
|
|
1410
|
+
"decimalPlaces": 0
|
|
1411
|
+
},
|
|
1412
|
+
"rules": []
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"type": "steps",
|
|
1416
|
+
"icon": "icon-m-buzhou",
|
|
1417
|
+
"category": "basic",
|
|
1418
|
+
"options": {
|
|
1419
|
+
"defaultValue": 0,
|
|
1420
|
+
"customClass": "",
|
|
1421
|
+
"labelWidth": 100,
|
|
1422
|
+
"isLabelWidth": false,
|
|
1423
|
+
"hideLabel": true,
|
|
1424
|
+
"hidden": false,
|
|
1425
|
+
"dataBind": true,
|
|
1426
|
+
"steps": [
|
|
1427
|
+
{
|
|
1428
|
+
"title": "Step 1"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"title": "Step 2"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"title": "Step 3"
|
|
1435
|
+
}
|
|
1436
|
+
],
|
|
1437
|
+
"props": {
|
|
1438
|
+
"title": "title",
|
|
1439
|
+
"description": "description"
|
|
1440
|
+
},
|
|
1441
|
+
"remote": false,
|
|
1442
|
+
"width": "",
|
|
1443
|
+
"direction": "horizontal",
|
|
1444
|
+
"processStatus": "process",
|
|
1445
|
+
"finishStatus": "finish",
|
|
1446
|
+
"alignCenter": false,
|
|
1447
|
+
"simple": false,
|
|
1448
|
+
"remoteType": "datasource",
|
|
1449
|
+
"customProps": {},
|
|
1450
|
+
"remoteFunc": "func_21ao9h44",
|
|
1451
|
+
"remoteOption": "option_21ao9h44",
|
|
1452
|
+
"tableColumn": false,
|
|
1453
|
+
"subform": true
|
|
1454
|
+
},
|
|
1455
|
+
"events": {
|
|
1456
|
+
"onChange": ""
|
|
1457
|
+
},
|
|
1458
|
+
"name": "步骤条",
|
|
1459
|
+
"key": "21ao9h44",
|
|
1460
|
+
"model": "STEPS_21AO9H44",
|
|
1461
|
+
"dataFieldConfig": {
|
|
1462
|
+
"field": "STEPS_21AO9H44",
|
|
1463
|
+
"dataType": "text",
|
|
1464
|
+
"mexLength": 64,
|
|
1465
|
+
"decimalPlaces": 0
|
|
1466
|
+
},
|
|
1467
|
+
"rules": []
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"type": "cascader",
|
|
1471
|
+
"icon": "icon-jilianxuanze",
|
|
1472
|
+
"category": "basic",
|
|
1473
|
+
"options": {
|
|
1474
|
+
"defaultValue": [],
|
|
1475
|
+
"width": "100%",
|
|
1476
|
+
"placeholder": "",
|
|
1477
|
+
"disabled": false,
|
|
1478
|
+
"clearable": true,
|
|
1479
|
+
"showAllLevels": true,
|
|
1480
|
+
"options": [
|
|
1481
|
+
{
|
|
1482
|
+
"value": "Option 1",
|
|
1483
|
+
"label": "Option 1",
|
|
1484
|
+
"children": [
|
|
1485
|
+
{
|
|
1486
|
+
"value": "Option 1 - children",
|
|
1487
|
+
"label": "Option 1 - children"
|
|
1488
|
+
}
|
|
1489
|
+
]
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"value": "Option 2",
|
|
1493
|
+
"label": "Option 2",
|
|
1494
|
+
"children": [
|
|
1495
|
+
{
|
|
1496
|
+
"value": "Option 2 - children",
|
|
1497
|
+
"label": "Option 2 - children"
|
|
1498
|
+
}
|
|
1499
|
+
]
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"value": "Option 3",
|
|
1503
|
+
"label": "Option 3"
|
|
1504
|
+
}
|
|
1505
|
+
],
|
|
1506
|
+
"remote": false,
|
|
1507
|
+
"remoteType": "datasource",
|
|
1508
|
+
"remoteOption": "option_0zr6lmz2",
|
|
1509
|
+
"remoteOptions": [],
|
|
1510
|
+
"props": {
|
|
1511
|
+
"value": "value",
|
|
1512
|
+
"label": "label",
|
|
1513
|
+
"children": "children",
|
|
1514
|
+
"pid": "pid"
|
|
1515
|
+
},
|
|
1516
|
+
"remoteFunc": "func_0zr6lmz2",
|
|
1517
|
+
"customClass": "",
|
|
1518
|
+
"labelWidth": 100,
|
|
1519
|
+
"isLabelWidth": false,
|
|
1520
|
+
"hidden": false,
|
|
1521
|
+
"dataBind": true,
|
|
1522
|
+
"required": false,
|
|
1523
|
+
"validatorCheck": false,
|
|
1524
|
+
"validator": "",
|
|
1525
|
+
"multiple": false,
|
|
1526
|
+
"filterable": false,
|
|
1527
|
+
"checkStrictly": false,
|
|
1528
|
+
"customProps": {},
|
|
1529
|
+
"tableColumn": false,
|
|
1530
|
+
"subform": true
|
|
1531
|
+
},
|
|
1532
|
+
"events": {
|
|
1533
|
+
"onChange": "",
|
|
1534
|
+
"onFocus": "",
|
|
1535
|
+
"onBlur": ""
|
|
1536
|
+
},
|
|
1537
|
+
"name": "级联选择器",
|
|
1538
|
+
"key": "0zr6lmz2",
|
|
1539
|
+
"model": "CASCADER_0ZR6LMZ2",
|
|
1540
|
+
"dataFieldConfig": {
|
|
1541
|
+
"field": "CASCADER_0ZR6LMZ2",
|
|
1542
|
+
"dataType": "text",
|
|
1543
|
+
"mexLength": 64,
|
|
1544
|
+
"decimalPlaces": 0
|
|
1545
|
+
},
|
|
1546
|
+
"rules": []
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"type": "link",
|
|
1550
|
+
"icon": "icon-lianjie",
|
|
1551
|
+
"category": "basic",
|
|
1552
|
+
"options": {
|
|
1553
|
+
"customClass": "",
|
|
1554
|
+
"disabled": false,
|
|
1555
|
+
"labelWidth": 100,
|
|
1556
|
+
"isLabelWidth": false,
|
|
1557
|
+
"hideLabel": false,
|
|
1558
|
+
"hidden": false,
|
|
1559
|
+
"dataBind": false,
|
|
1560
|
+
"linkType": "default",
|
|
1561
|
+
"linkName": "Link",
|
|
1562
|
+
"underline": true,
|
|
1563
|
+
"blank": true,
|
|
1564
|
+
"href": "",
|
|
1565
|
+
"customProps": {},
|
|
1566
|
+
"remoteFunc": "func_f88d1v4a",
|
|
1567
|
+
"remoteOption": "option_f88d1v4a",
|
|
1568
|
+
"tableColumn": false,
|
|
1569
|
+
"subform": true
|
|
1570
|
+
},
|
|
1571
|
+
"events": {
|
|
1572
|
+
"onClick": ""
|
|
1573
|
+
},
|
|
1574
|
+
"name": "文字链接",
|
|
1575
|
+
"key": "f88d1v4a",
|
|
1576
|
+
"model": "LINK_F88D1V4A",
|
|
1577
|
+
"rules": []
|
|
1578
|
+
}
|
|
1579
|
+
],
|
|
1580
|
+
"config": {
|
|
1581
|
+
"indexConstraint": []
|
|
1582
|
+
},
|
|
1583
|
+
"name": "重复节",
|
|
1584
|
+
"key": "os6yng26",
|
|
1585
|
+
"model": "SUBFORM_OS6YNG26",
|
|
1586
|
+
"rules": []
|
|
1587
|
+
}
|
|
1588
|
+
],
|
|
1589
|
+
"config": {
|
|
1590
|
+
"labelWidth": 100,
|
|
1591
|
+
"labelPosition": "right",
|
|
1592
|
+
"size": "default",
|
|
1593
|
+
"customClass": "",
|
|
1594
|
+
"ui": "element",
|
|
1595
|
+
"layout": "horizontal",
|
|
1596
|
+
"width": "100%",
|
|
1597
|
+
"hideLabel": false,
|
|
1598
|
+
"indexConstraint": [],
|
|
1599
|
+
"eventScript": [
|
|
1600
|
+
{
|
|
1601
|
+
"key": "mounted",
|
|
1602
|
+
"name": "mounted",
|
|
1603
|
+
"func": ""
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"key": "refresh",
|
|
1607
|
+
"name": "refresh",
|
|
1608
|
+
"func": ""
|
|
1609
|
+
}
|
|
1610
|
+
]
|
|
1611
|
+
}
|
|
1612
|
+
}
|