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
|
@@ -0,0 +1,2411 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "iconfont"; /* Project id 4503506 */
|
|
3
|
+
src: url('iconfont.woff2?t=1712816229277') format('woff2'),
|
|
4
|
+
url('iconfont.woff?t=1712816229277') format('woff'),
|
|
5
|
+
url('iconfont.ttf?t=1712816229277') format('truetype');
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.iconfont {
|
|
9
|
+
font-family: "iconfont" !important;
|
|
10
|
+
font-size: 16px;
|
|
11
|
+
font-style: normal;
|
|
12
|
+
-webkit-font-smoothing: antialiased;
|
|
13
|
+
-moz-osx-font-smoothing: grayscale;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.icon-diff:before {
|
|
17
|
+
content: "\e7f1";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.icon-read-fill:before {
|
|
21
|
+
content: "\e8f1";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.icon-Batchfolding:before {
|
|
25
|
+
content: "\e7f2";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.icon-contacts-fill:before {
|
|
29
|
+
content: "\e8f2";
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.icon-securityscan:before {
|
|
33
|
+
content: "\e7f3";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.icon-delete-fill:before {
|
|
37
|
+
content: "\e8f3";
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.icon-propertysafety:before {
|
|
41
|
+
content: "\e7f4";
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.icon-notification-fill:before {
|
|
45
|
+
content: "\e8f4";
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.icon-safetycertificate:before {
|
|
49
|
+
content: "\e7f5";
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.icon-flag-fill:before {
|
|
53
|
+
content: "\e8f5";
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.icon-insurance:before {
|
|
57
|
+
content: "\e7f6";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.icon-moneycollect-fill:before {
|
|
61
|
+
content: "\e8f6";
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.icon-alert:before {
|
|
65
|
+
content: "\e7f7";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.icon-medicinebox-fill:before {
|
|
69
|
+
content: "\e8f7";
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.icon-delete:before {
|
|
73
|
+
content: "\e7f8";
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.icon-rest-fill:before {
|
|
77
|
+
content: "\e8f8";
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.icon-hourglass:before {
|
|
81
|
+
content: "\e7f9";
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.icon-shopping-fill:before {
|
|
85
|
+
content: "\e8f9";
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.icon-bulb:before {
|
|
89
|
+
content: "\e7fa";
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.icon-skin-fill:before {
|
|
93
|
+
content: "\e8fa";
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.icon-experiment:before {
|
|
97
|
+
content: "\e7fb";
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.icon-video-fill:before {
|
|
101
|
+
content: "\e8fb";
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.icon-bell:before {
|
|
105
|
+
content: "\e7fc";
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.icon-sound-fill:before {
|
|
109
|
+
content: "\e8fc";
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.icon-trophy:before {
|
|
113
|
+
content: "\e7fd";
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.icon-bulb-fill:before {
|
|
117
|
+
content: "\e8fd";
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.icon-rest:before {
|
|
121
|
+
content: "\e7fe";
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.icon-bell-fill:before {
|
|
125
|
+
content: "\e8fe";
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.icon-USB:before {
|
|
129
|
+
content: "\e7ff";
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.icon-filter-fill:before {
|
|
133
|
+
content: "\e8ff";
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.icon-skin:before {
|
|
137
|
+
content: "\e800";
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.icon-fire-fill:before {
|
|
141
|
+
content: "\e900";
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.icon-home:before {
|
|
145
|
+
content: "\e801";
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.icon-funnelplot-fill:before {
|
|
149
|
+
content: "\e901";
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.icon-bank:before {
|
|
153
|
+
content: "\e802";
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.icon-gift-fill:before {
|
|
157
|
+
content: "\e902";
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.icon-filter:before {
|
|
161
|
+
content: "\e803";
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.icon-hourglass-fill:before {
|
|
165
|
+
content: "\e903";
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.icon-funnelplot:before {
|
|
169
|
+
content: "\e804";
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.icon-home-fill:before {
|
|
173
|
+
content: "\e904";
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.icon-like:before {
|
|
177
|
+
content: "\e805";
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.icon-trophy-fill:before {
|
|
181
|
+
content: "\e905";
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.icon-unlike:before {
|
|
185
|
+
content: "\e806";
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.icon-location-fill:before {
|
|
189
|
+
content: "\e906";
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.icon-unlock:before {
|
|
193
|
+
content: "\e807";
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.icon-cloud-fill:before {
|
|
197
|
+
content: "\e907";
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.icon-lock:before {
|
|
201
|
+
content: "\e808";
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.icon-customerservice-fill:before {
|
|
205
|
+
content: "\e908";
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.icon-customerservice:before {
|
|
209
|
+
content: "\e809";
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.icon-experiment-fill:before {
|
|
213
|
+
content: "\e909";
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.icon-flag:before {
|
|
217
|
+
content: "\e80a";
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.icon-eye-fill:before {
|
|
221
|
+
content: "\e90a";
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.icon-moneycollect:before {
|
|
225
|
+
content: "\e80b";
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.icon-like-fill:before {
|
|
229
|
+
content: "\e90b";
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.icon-medicinebox:before {
|
|
233
|
+
content: "\e80c";
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.icon-lock-fill:before {
|
|
237
|
+
content: "\e90c";
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.icon-shop:before {
|
|
241
|
+
content: "\e80d";
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.icon-unlike-fill:before {
|
|
245
|
+
content: "\e90d";
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.icon-rocket:before {
|
|
249
|
+
content: "\e80e";
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.icon-star-fill:before {
|
|
253
|
+
content: "\e90e";
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.icon-shopping:before {
|
|
257
|
+
content: "\e80f";
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.icon-unlock-fill:before {
|
|
261
|
+
content: "\e90f";
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.icon-folder:before {
|
|
265
|
+
content: "\e810";
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.icon-alert-fill:before {
|
|
269
|
+
content: "\e910";
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.icon-folder-open:before {
|
|
273
|
+
content: "\e811";
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.icon-api-fill:before {
|
|
277
|
+
content: "\e911";
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.icon-folder-add:before {
|
|
281
|
+
content: "\e812";
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.icon-highlight-fill:before {
|
|
285
|
+
content: "\e912";
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.icon-deploymentunit:before {
|
|
289
|
+
content: "\e813";
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.icon-phone-fill:before {
|
|
293
|
+
content: "\e913";
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.icon-accountbook:before {
|
|
297
|
+
content: "\e814";
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.icon-edit-fill:before {
|
|
301
|
+
content: "\e914";
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.icon-contacts:before {
|
|
305
|
+
content: "\e815";
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.icon-pushpin-fill:before {
|
|
309
|
+
content: "\e915";
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.icon-carryout:before {
|
|
313
|
+
content: "\e816";
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.icon-rocket-fill:before {
|
|
317
|
+
content: "\e916";
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.icon-calendar-check:before {
|
|
321
|
+
content: "\e817";
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.icon-thunderbolt-fill:before {
|
|
325
|
+
content: "\e917";
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.icon-calendar:before {
|
|
329
|
+
content: "\e818";
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.icon-tag-fill:before {
|
|
333
|
+
content: "\e918";
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.icon-scan:before {
|
|
337
|
+
content: "\e819";
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.icon-wrench-fill:before {
|
|
341
|
+
content: "\e919";
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.icon-select:before {
|
|
345
|
+
content: "\e81a";
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.icon-tags-fill:before {
|
|
349
|
+
content: "\e91a";
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.icon-boxplot:before {
|
|
353
|
+
content: "\e81b";
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.icon-bank-fill:before {
|
|
357
|
+
content: "\e91b";
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.icon-build:before {
|
|
361
|
+
content: "\e81c";
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.icon-camera-fill:before {
|
|
365
|
+
content: "\e91c";
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.icon-sliders:before {
|
|
369
|
+
content: "\e81d";
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.icon-error-fill:before {
|
|
373
|
+
content: "\e91d";
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.icon-laptop:before {
|
|
377
|
+
content: "\e81e";
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.icon-crown-fill:before {
|
|
381
|
+
content: "\e91e";
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.icon-barcode:before {
|
|
385
|
+
content: "\e81f";
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.icon-mail-fill:before {
|
|
389
|
+
content: "\e91f";
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.icon-camera:before {
|
|
393
|
+
content: "\e820";
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.icon-car-fill:before {
|
|
397
|
+
content: "\e920";
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.icon-cluster:before {
|
|
401
|
+
content: "\e821";
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.icon-printer-fill:before {
|
|
405
|
+
content: "\e921";
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.icon-gateway:before {
|
|
409
|
+
content: "\e822";
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.icon-shop-fill:before {
|
|
413
|
+
content: "\e922";
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.icon-car:before {
|
|
417
|
+
content: "\e823";
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.icon-setting-fill:before {
|
|
421
|
+
content: "\e923";
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.icon-printer:before {
|
|
425
|
+
content: "\e824";
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.icon-USB-fill:before {
|
|
429
|
+
content: "\e924";
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.icon-read:before {
|
|
433
|
+
content: "\e825";
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.icon-golden-fill:before {
|
|
437
|
+
content: "\e925";
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.icon-cloud-server:before {
|
|
441
|
+
content: "\e826";
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.icon-build-fill:before {
|
|
445
|
+
content: "\e926";
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.icon-cloud-upload:before {
|
|
449
|
+
content: "\e827";
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.icon-boxplot-fill:before {
|
|
453
|
+
content: "\e927";
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.icon-cloud:before {
|
|
457
|
+
content: "\e828";
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.icon-sliders-fill:before {
|
|
461
|
+
content: "\e928";
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.icon-cloud-download:before {
|
|
465
|
+
content: "\e829";
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.icon-alibaba:before {
|
|
469
|
+
content: "\e929";
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.icon-cloud-sync:before {
|
|
473
|
+
content: "\e82a";
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.icon-antdesign:before {
|
|
477
|
+
content: "\e92a";
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.icon-video:before {
|
|
481
|
+
content: "\e82b";
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.icon-ant-cloud:before {
|
|
485
|
+
content: "\e92b";
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.icon-notification:before {
|
|
489
|
+
content: "\e82c";
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.icon-behance:before {
|
|
493
|
+
content: "\e92c";
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.icon-sound:before {
|
|
497
|
+
content: "\e82d";
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.icon-googleplus:before {
|
|
501
|
+
content: "\e92d";
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.icon-radarchart:before {
|
|
505
|
+
content: "\e82e";
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.icon-medium:before {
|
|
509
|
+
content: "\e92e";
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.icon-qrcode:before {
|
|
513
|
+
content: "\e82f";
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.icon-google:before {
|
|
517
|
+
content: "\e92f";
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.icon-fund:before {
|
|
521
|
+
content: "\e830";
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.icon-IE:before {
|
|
525
|
+
content: "\e930";
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.icon-image:before {
|
|
529
|
+
content: "\e831";
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
.icon-amazon:before {
|
|
533
|
+
content: "\e931";
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.icon-mail:before {
|
|
537
|
+
content: "\e832";
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.icon-slack:before {
|
|
541
|
+
content: "\e932";
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.icon-table:before {
|
|
545
|
+
content: "\e833";
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.icon-alipay:before {
|
|
549
|
+
content: "\e933";
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.icon-idcard:before {
|
|
553
|
+
content: "\e834";
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.icon-taobao:before {
|
|
557
|
+
content: "\e934";
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
.icon-creditcard:before {
|
|
561
|
+
content: "\e835";
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.icon-zhihu:before {
|
|
565
|
+
content: "\e935";
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
.icon-heart:before {
|
|
569
|
+
content: "\e836";
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
.icon-HTML:before {
|
|
573
|
+
content: "\e936";
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
.icon-block:before {
|
|
577
|
+
content: "\e837";
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
.icon-linkedin:before {
|
|
581
|
+
content: "\e937";
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
.icon-error:before {
|
|
585
|
+
content: "\e838";
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
.icon-yahoo:before {
|
|
589
|
+
content: "\e938";
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.icon-star:before {
|
|
593
|
+
content: "\e839";
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.icon-facebook:before {
|
|
597
|
+
content: "\e939";
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.icon-gold:before {
|
|
601
|
+
content: "\e83a";
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
.icon-skype:before {
|
|
605
|
+
content: "\e93a";
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.icon-heatmap:before {
|
|
609
|
+
content: "\e83b";
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.icon-CodeSandbox:before {
|
|
613
|
+
content: "\e93b";
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
.icon-wifi:before {
|
|
617
|
+
content: "\e83c";
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.icon-chrome:before {
|
|
621
|
+
content: "\e93c";
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
.icon-attachment:before {
|
|
625
|
+
content: "\e83d";
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
.icon-codepen:before {
|
|
629
|
+
content: "\e93d";
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
.icon-edit:before {
|
|
633
|
+
content: "\e83e";
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
.icon-aliwangwang:before {
|
|
637
|
+
content: "\e93e";
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
.icon-key:before {
|
|
641
|
+
content: "\e83f";
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
.icon-apple:before {
|
|
645
|
+
content: "\e93f";
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.icon-api:before {
|
|
649
|
+
content: "\e840";
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
.icon-android:before {
|
|
653
|
+
content: "\e940";
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
.icon-disconnect:before {
|
|
657
|
+
content: "\e841";
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
.icon-sketch:before {
|
|
661
|
+
content: "\e941";
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
.icon-highlight:before {
|
|
665
|
+
content: "\e842";
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
.icon-Gitlab:before {
|
|
669
|
+
content: "\e942";
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
.icon-monitor:before {
|
|
673
|
+
content: "\e843";
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
.icon-dribbble:before {
|
|
677
|
+
content: "\e943";
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
.icon-link:before {
|
|
681
|
+
content: "\e844";
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
.icon-instagram:before {
|
|
685
|
+
content: "\e944";
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
.icon-man:before {
|
|
689
|
+
content: "\e845";
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
.icon-reddit:before {
|
|
693
|
+
content: "\e945";
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
.icon-percentage:before {
|
|
697
|
+
content: "\e846";
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
.icon-windows:before {
|
|
701
|
+
content: "\e946";
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
.icon-pushpin:before {
|
|
705
|
+
content: "\e847";
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
.icon-yuque:before {
|
|
709
|
+
content: "\e947";
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
.icon-phone:before {
|
|
713
|
+
content: "\e848";
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
.icon-Youtube:before {
|
|
717
|
+
content: "\e948";
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
.icon-shake:before {
|
|
721
|
+
content: "\e849";
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
.icon-Gitlab-fill:before {
|
|
725
|
+
content: "\e949";
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
.icon-tag:before {
|
|
729
|
+
content: "\e84a";
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
.icon-dropbox:before {
|
|
733
|
+
content: "\e94a";
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
.icon-wrench:before {
|
|
737
|
+
content: "\e84b";
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
.icon-dingtalk:before {
|
|
741
|
+
content: "\e94b";
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.icon-tags:before {
|
|
745
|
+
content: "\e84c";
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
.icon-android-fill:before {
|
|
749
|
+
content: "\e94c";
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.icon-scissor:before {
|
|
753
|
+
content: "\e84d";
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
.icon-apple-fill:before {
|
|
757
|
+
content: "\e94d";
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
.icon-mr:before {
|
|
761
|
+
content: "\e84e";
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
.icon-HTML-fill:before {
|
|
765
|
+
content: "\e94e";
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
.icon-share:before {
|
|
769
|
+
content: "\e84f";
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
.icon-windows-fill:before {
|
|
773
|
+
content: "\e94f";
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
.icon-branches:before {
|
|
777
|
+
content: "\e850";
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
.icon-QQ:before {
|
|
781
|
+
content: "\e950";
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
.icon-fork:before {
|
|
785
|
+
content: "\e851";
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
.icon-twitter:before {
|
|
789
|
+
content: "\e951";
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
.icon-shrink:before {
|
|
793
|
+
content: "\e852";
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
.icon-skype-fill:before {
|
|
797
|
+
content: "\e952";
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
.icon-arrawsalt:before {
|
|
801
|
+
content: "\e853";
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
.icon-weibo:before {
|
|
805
|
+
content: "\e953";
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
.icon-verticalright:before {
|
|
809
|
+
content: "\e854";
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
.icon-yuque-fill:before {
|
|
813
|
+
content: "\e954";
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
.icon-verticalleft:before {
|
|
817
|
+
content: "\e855";
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
.icon-Youtube-fill:before {
|
|
821
|
+
content: "\e955";
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
.icon-right:before {
|
|
825
|
+
content: "\e856";
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
.icon-yahoo-fill:before {
|
|
829
|
+
content: "\e956";
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
.icon-left:before {
|
|
833
|
+
content: "\e857";
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
.icon-wechat-fill:before {
|
|
837
|
+
content: "\e957";
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
.icon-up:before {
|
|
841
|
+
content: "\e858";
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
.icon-chrome-fill:before {
|
|
845
|
+
content: "\e958";
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
.icon-down:before {
|
|
849
|
+
content: "\e859";
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
.icon-alipay-circle-fill:before {
|
|
853
|
+
content: "\e959";
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
.icon-fullscreen:before {
|
|
857
|
+
content: "\e85a";
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
.icon-aliwangwang-fill:before {
|
|
861
|
+
content: "\e95a";
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
.icon-fullscreen-exit:before {
|
|
865
|
+
content: "\e85b";
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
.icon-behance-circle-fill:before {
|
|
869
|
+
content: "\e95b";
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
.icon-doubleleft:before {
|
|
873
|
+
content: "\e85c";
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
.icon-amazon-circle-fill:before {
|
|
877
|
+
content: "\e95c";
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
.icon-doubleright:before {
|
|
881
|
+
content: "\e85d";
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
.icon-codepen-circle-fill:before {
|
|
885
|
+
content: "\e95d";
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
.icon-arrowright:before {
|
|
889
|
+
content: "\e85e";
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
.icon-CodeSandbox-circle-f:before {
|
|
893
|
+
content: "\e95e";
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
.icon-arrowup:before {
|
|
897
|
+
content: "\e85f";
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
.icon-dropbox-circle-fill:before {
|
|
901
|
+
content: "\e95f";
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
.icon-arrowleft:before {
|
|
905
|
+
content: "\e860";
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
.icon-github-fill:before {
|
|
909
|
+
content: "\e960";
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
.icon-arrowdown:before {
|
|
913
|
+
content: "\e861";
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
.icon-dribbble-circle-fill:before {
|
|
917
|
+
content: "\e961";
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
.icon-upload:before {
|
|
921
|
+
content: "\e862";
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
.icon-googleplus-circle-f:before {
|
|
925
|
+
content: "\e962";
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
.icon-colum-height:before {
|
|
929
|
+
content: "\e863";
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
.icon-medium-circle-fill:before {
|
|
933
|
+
content: "\e963";
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
.icon-vertical-align-botto:before {
|
|
937
|
+
content: "\e864";
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
.icon-QQ-circle-fill:before {
|
|
941
|
+
content: "\e964";
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.icon-vertical-align-middl:before {
|
|
945
|
+
content: "\e865";
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
.icon-IE-circle-fill:before {
|
|
949
|
+
content: "\e965";
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.icon-totop:before {
|
|
953
|
+
content: "\e866";
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.icon-google-circle-fill:before {
|
|
957
|
+
content: "\e966";
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
.icon-vertical-align-top:before {
|
|
961
|
+
content: "\e867";
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
.icon-dingtalk-circle-fill:before {
|
|
965
|
+
content: "\e967";
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
.icon-download:before {
|
|
969
|
+
content: "\e868";
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
.icon-sketch-circle-fill:before {
|
|
973
|
+
content: "\e968";
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
.icon-sort-descending:before {
|
|
977
|
+
content: "\e869";
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
.icon-slack-circle-fill:before {
|
|
981
|
+
content: "\e969";
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
.icon-sort-ascending:before {
|
|
985
|
+
content: "\e86a";
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
.icon-twitter-circle-fill:before {
|
|
989
|
+
content: "\e96a";
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
.icon-fall:before {
|
|
993
|
+
content: "\e86b";
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
.icon-taobao-circle-fill:before {
|
|
997
|
+
content: "\e96b";
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
.icon-swap:before {
|
|
1001
|
+
content: "\e86c";
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
.icon-weibo-circle-fill:before {
|
|
1005
|
+
content: "\e96c";
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
.icon-stock:before {
|
|
1009
|
+
content: "\e86d";
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
.icon-zhihu-circle-fill:before {
|
|
1013
|
+
content: "\e96d";
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
.icon-rise:before {
|
|
1017
|
+
content: "\e86e";
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
.icon-reddit-circle-fill:before {
|
|
1021
|
+
content: "\e96e";
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
.icon-indent:before {
|
|
1025
|
+
content: "\e86f";
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
.icon-alipay-square-fill:before {
|
|
1029
|
+
content: "\e96f";
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
.icon-outdent:before {
|
|
1033
|
+
content: "\e870";
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
.icon-dingtalk-square-fill:before {
|
|
1037
|
+
content: "\e970";
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
.icon-menu:before {
|
|
1041
|
+
content: "\e871";
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
.icon-CodeSandbox-square-f:before {
|
|
1045
|
+
content: "\e971";
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
.icon-unorderedlist:before {
|
|
1049
|
+
content: "\e872";
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.icon-behance-square-fill:before {
|
|
1053
|
+
content: "\e972";
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
.icon-orderedlist:before {
|
|
1057
|
+
content: "\e873";
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
.icon-amazon-square-fill:before {
|
|
1061
|
+
content: "\e973";
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
.icon-align-right:before {
|
|
1065
|
+
content: "\e874";
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
.icon-codepen-square-fill:before {
|
|
1069
|
+
content: "\e974";
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
.icon-align-center:before {
|
|
1073
|
+
content: "\e875";
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
.icon-dribbble-square-fill:before {
|
|
1077
|
+
content: "\e975";
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
.icon-align-left:before {
|
|
1081
|
+
content: "\e876";
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
.icon-dropbox-square-fill:before {
|
|
1085
|
+
content: "\e976";
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
.icon-pic-center:before {
|
|
1089
|
+
content: "\e877";
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
.icon-facebook-fill:before {
|
|
1093
|
+
content: "\e977";
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
.icon-pic-right:before {
|
|
1097
|
+
content: "\e878";
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
.icon-googleplus-square-f:before {
|
|
1101
|
+
content: "\e978";
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
.icon-pic-left:before {
|
|
1105
|
+
content: "\e879";
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
.icon-google-square-fill:before {
|
|
1109
|
+
content: "\e979";
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
.icon-bold:before {
|
|
1113
|
+
content: "\e87a";
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
.icon-instagram-fill:before {
|
|
1117
|
+
content: "\e97a";
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
.icon-font-colors:before {
|
|
1121
|
+
content: "\e87b";
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
.icon-IE-square-fill:before {
|
|
1125
|
+
content: "\e97b";
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
.icon-exclaimination:before {
|
|
1129
|
+
content: "\e87c";
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
.icon-medium-square-fill:before {
|
|
1133
|
+
content: "\e97c";
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
.icon-check-circle:before {
|
|
1137
|
+
content: "\e77d";
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
.icon-font-size:before {
|
|
1141
|
+
content: "\e87d";
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
.icon-linkedin-fill:before {
|
|
1145
|
+
content: "\e97d";
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
.icon-CI:before {
|
|
1149
|
+
content: "\e77e";
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
.icon-infomation:before {
|
|
1153
|
+
content: "\e87e";
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
.icon-QQ-square-fill:before {
|
|
1157
|
+
content: "\e97e";
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
.icon-Dollar:before {
|
|
1161
|
+
content: "\e77f";
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
.icon-line-height:before {
|
|
1165
|
+
content: "\e87f";
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.icon-reddit-square-fill:before {
|
|
1169
|
+
content: "\e97f";
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
.icon-compass:before {
|
|
1173
|
+
content: "\e780";
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
.icon-strikethrough:before {
|
|
1177
|
+
content: "\e880";
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.icon-twitter-square-fill:before {
|
|
1181
|
+
content: "\e980";
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.icon-close-circle:before {
|
|
1185
|
+
content: "\e781";
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
.icon-underline:before {
|
|
1189
|
+
content: "\e881";
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.icon-sketch-square-fill:before {
|
|
1193
|
+
content: "\e981";
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
.icon-frown:before {
|
|
1197
|
+
content: "\e782";
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
.icon-number:before {
|
|
1201
|
+
content: "\e882";
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
.icon-slack-square-fill:before {
|
|
1205
|
+
content: "\e982";
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
.icon-info-circle:before {
|
|
1209
|
+
content: "\e783";
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
.icon-italic:before {
|
|
1213
|
+
content: "\e883";
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
.icon-taobao-square-fill:before {
|
|
1217
|
+
content: "\e983";
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
.icon-left-circle:before {
|
|
1221
|
+
content: "\e784";
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
.icon-code:before {
|
|
1225
|
+
content: "\e884";
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
.icon-weibo-square-fill:before {
|
|
1229
|
+
content: "\e984";
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
.icon-down-circle:before {
|
|
1233
|
+
content: "\e785";
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
.icon-column-width:before {
|
|
1237
|
+
content: "\e885";
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
.icon-zhihu-square-fill:before {
|
|
1241
|
+
content: "\e985";
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
.icon-EURO:before {
|
|
1245
|
+
content: "\e786";
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
.icon-check:before {
|
|
1249
|
+
content: "\e886";
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
.icon-zoomout:before {
|
|
1253
|
+
content: "\e986";
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
.icon-copyright:before {
|
|
1257
|
+
content: "\e787";
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
.icon-ellipsis:before {
|
|
1261
|
+
content: "\e887";
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
.icon-apartment:before {
|
|
1265
|
+
content: "\e987";
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
.icon-minus-circle:before {
|
|
1269
|
+
content: "\e788";
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
.icon-dash:before {
|
|
1273
|
+
content: "\e888";
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
.icon-audio:before {
|
|
1277
|
+
content: "\e988";
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
.icon-meh:before {
|
|
1281
|
+
content: "\e789";
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
.icon-close:before {
|
|
1285
|
+
content: "\e889";
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
.icon-audio-fill:before {
|
|
1289
|
+
content: "\e989";
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
.icon-plus-circle:before {
|
|
1293
|
+
content: "\e78a";
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
.icon-enter:before {
|
|
1297
|
+
content: "\e88a";
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
|
+
.icon-robot:before {
|
|
1301
|
+
content: "\e98a";
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
.icon-play-circle:before {
|
|
1305
|
+
content: "\e78b";
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
.icon-line:before {
|
|
1309
|
+
content: "\e88b";
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
.icon-zoomin:before {
|
|
1313
|
+
content: "\e98b";
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
.icon-question-circle:before {
|
|
1317
|
+
content: "\e78c";
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
.icon-minus:before {
|
|
1321
|
+
content: "\e88c";
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
.icon-robot-fill:before {
|
|
1325
|
+
content: "\e98c";
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
.icon-Pound:before {
|
|
1329
|
+
content: "\e78d";
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
.icon-question:before {
|
|
1333
|
+
content: "\e88d";
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
.icon-bug-fill:before {
|
|
1337
|
+
content: "\e98d";
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
.icon-right-circle:before {
|
|
1341
|
+
content: "\e78e";
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
.icon-rollback:before {
|
|
1345
|
+
content: "\e88e";
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.icon-bug:before {
|
|
1349
|
+
content: "\e98e";
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.icon-smile:before {
|
|
1353
|
+
content: "\e78f";
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.icon-small-dash:before {
|
|
1357
|
+
content: "\e88f";
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
.icon-audiostatic:before {
|
|
1361
|
+
content: "\e98f";
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
.icon-trademark:before {
|
|
1365
|
+
content: "\e790";
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
.icon-pause:before {
|
|
1369
|
+
content: "\e890";
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
.icon-comment:before {
|
|
1373
|
+
content: "\e990";
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
.icon-time-circle:before {
|
|
1377
|
+
content: "\e791";
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
.icon-bg-colors:before {
|
|
1381
|
+
content: "\e891";
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
.icon-signal-fill:before {
|
|
1385
|
+
content: "\e991";
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
.icon-timeout:before {
|
|
1389
|
+
content: "\e792";
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
.icon-crown:before {
|
|
1393
|
+
content: "\e892";
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
.icon-verified:before {
|
|
1397
|
+
content: "\e992";
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
.icon-earth:before {
|
|
1401
|
+
content: "\e793";
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
.icon-drag:before {
|
|
1405
|
+
content: "\e893";
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
.icon-shortcut-fill:before {
|
|
1409
|
+
content: "\e993";
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
.icon-YUAN:before {
|
|
1413
|
+
content: "\e794";
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
.icon-desktop:before {
|
|
1417
|
+
content: "\e894";
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
.icon-videocameraadd:before {
|
|
1421
|
+
content: "\e994";
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
.icon-up-circle:before {
|
|
1425
|
+
content: "\e795";
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
.icon-gift:before {
|
|
1429
|
+
content: "\e895";
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
.icon-switchuser:before {
|
|
1433
|
+
content: "\e995";
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
.icon-warning-circle:before {
|
|
1437
|
+
content: "\e796";
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
.icon-stop:before {
|
|
1441
|
+
content: "\e896";
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.icon-whatsapp:before {
|
|
1445
|
+
content: "\e996";
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
.icon-sync:before {
|
|
1449
|
+
content: "\e797";
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
.icon-fire:before {
|
|
1453
|
+
content: "\e897";
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
.icon-appstoreadd:before {
|
|
1457
|
+
content: "\e997";
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
.icon-transaction:before {
|
|
1461
|
+
content: "\e798";
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
.icon-thunderbolt:before {
|
|
1465
|
+
content: "\e898";
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
.icon-caret-down:before {
|
|
1469
|
+
content: "\e998";
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
.icon-undo:before {
|
|
1473
|
+
content: "\e799";
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
.icon-check-circle-fill:before {
|
|
1477
|
+
content: "\e899";
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
.icon-backward:before {
|
|
1481
|
+
content: "\e999";
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
.icon-redo:before {
|
|
1485
|
+
content: "\e79a";
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
.icon-left-circle-fill:before {
|
|
1489
|
+
content: "\e89a";
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
.icon-caret-up:before {
|
|
1493
|
+
content: "\e99a";
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
.icon-reload:before {
|
|
1497
|
+
content: "\e79b";
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
.icon-down-circle-fill:before {
|
|
1501
|
+
content: "\e89b";
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
.icon-caret-right:before {
|
|
1505
|
+
content: "\e99b";
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
.icon-reloadtime:before {
|
|
1509
|
+
content: "\e79c";
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
.icon-minus-circle-fill:before {
|
|
1513
|
+
content: "\e89c";
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
.icon-caret-left:before {
|
|
1517
|
+
content: "\e99c";
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
.icon-message:before {
|
|
1521
|
+
content: "\e79d";
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
.icon-close-circle-fill:before {
|
|
1525
|
+
content: "\e89d";
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
.icon-fast-backward:before {
|
|
1529
|
+
content: "\e99d";
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
.icon-dashboard:before {
|
|
1533
|
+
content: "\e79e";
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
.icon-info-circle-fill:before {
|
|
1537
|
+
content: "\e89e";
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
.icon-forward:before {
|
|
1541
|
+
content: "\e99e";
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
.icon-issuesclose:before {
|
|
1545
|
+
content: "\e79f";
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
.icon-up-circle-fill:before {
|
|
1549
|
+
content: "\e89f";
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
.icon-fast-forward:before {
|
|
1553
|
+
content: "\e99f";
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
.icon-poweroff:before {
|
|
1557
|
+
content: "\e7a0";
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
.icon-right-circle-fill:before {
|
|
1561
|
+
content: "\e8a0";
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1564
|
+
.icon-search:before {
|
|
1565
|
+
content: "\e9a0";
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
.icon-logout:before {
|
|
1569
|
+
content: "\e7a1";
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1572
|
+
.icon-plus-circle-fill:before {
|
|
1573
|
+
content: "\e8a1";
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
.icon-retweet:before {
|
|
1577
|
+
content: "\e9a1";
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
.icon-piechart:before {
|
|
1581
|
+
content: "\e7a2";
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
.icon-question-circle-fill:before {
|
|
1585
|
+
content: "\e8a2";
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1588
|
+
.icon-login:before {
|
|
1589
|
+
content: "\e9a2";
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
.icon-setting:before {
|
|
1593
|
+
content: "\e7a3";
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
.icon-EURO-circle-fill:before {
|
|
1597
|
+
content: "\e8a3";
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
.icon-step-backward:before {
|
|
1601
|
+
content: "\e9a3";
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
.icon-eye:before {
|
|
1605
|
+
content: "\e7a4";
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
.icon-frown-fill:before {
|
|
1609
|
+
content: "\e8a4";
|
|
1610
|
+
}
|
|
1611
|
+
|
|
1612
|
+
.icon-step-forward:before {
|
|
1613
|
+
content: "\e9a4";
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
.icon-location:before {
|
|
1617
|
+
content: "\e7a5";
|
|
1618
|
+
}
|
|
1619
|
+
|
|
1620
|
+
.icon-copyright-circle-fil:before {
|
|
1621
|
+
content: "\e8a5";
|
|
1622
|
+
}
|
|
1623
|
+
|
|
1624
|
+
.icon-swap-right:before {
|
|
1625
|
+
content: "\e9a5";
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
.icon-edit-square:before {
|
|
1629
|
+
content: "\e7a6";
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
.icon-CI-circle-fill:before {
|
|
1633
|
+
content: "\e8a6";
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
.icon-swap-left:before {
|
|
1637
|
+
content: "\e9a6";
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
.icon-export:before {
|
|
1641
|
+
content: "\e7a7";
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
.icon-compass-fill:before {
|
|
1645
|
+
content: "\e8a7";
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
.icon-woman:before {
|
|
1649
|
+
content: "\e9a7";
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1652
|
+
.icon-save:before {
|
|
1653
|
+
content: "\e7a8";
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
.icon-Dollar-circle-fill:before {
|
|
1657
|
+
content: "\e8a8";
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1660
|
+
.icon-plus:before {
|
|
1661
|
+
content: "\e9a8";
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
.icon-Import:before {
|
|
1665
|
+
content: "\e7a9";
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
.icon-poweroff-circle-fill:before {
|
|
1669
|
+
content: "\e8a9";
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1672
|
+
.icon-eyeclose-fill:before {
|
|
1673
|
+
content: "\e9a9";
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
.icon-appstore:before {
|
|
1677
|
+
content: "\e7aa";
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
.icon-meh-fill:before {
|
|
1681
|
+
content: "\e8aa";
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
.icon-eye-close:before {
|
|
1685
|
+
content: "\e9aa";
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
.icon-close-square:before {
|
|
1689
|
+
content: "\e7ab";
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.icon-play-circle-fill:before {
|
|
1693
|
+
content: "\e8ab";
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
.icon-clear:before {
|
|
1697
|
+
content: "\e9ab";
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
.icon-down-square:before {
|
|
1701
|
+
content: "\e7ac";
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
.icon-Pound-circle-fill:before {
|
|
1705
|
+
content: "\e8ac";
|
|
1706
|
+
}
|
|
1707
|
+
|
|
1708
|
+
.icon-collapse:before {
|
|
1709
|
+
content: "\e9ac";
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
.icon-layout:before {
|
|
1713
|
+
content: "\e7ad";
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
.icon-smile-fill:before {
|
|
1717
|
+
content: "\e8ad";
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1720
|
+
.icon-expand:before {
|
|
1721
|
+
content: "\e9ad";
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
.icon-left-square:before {
|
|
1725
|
+
content: "\e7ae";
|
|
1726
|
+
}
|
|
1727
|
+
|
|
1728
|
+
.icon-stop-fill:before {
|
|
1729
|
+
content: "\e8ae";
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
.icon-deletecolumn:before {
|
|
1733
|
+
content: "\e9ae";
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
.icon-play-square:before {
|
|
1737
|
+
content: "\e7af";
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1740
|
+
.icon-warning-circle-fill:before {
|
|
1741
|
+
content: "\e8af";
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
.icon-merge-cells:before {
|
|
1745
|
+
content: "\e9af";
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
.icon-control:before {
|
|
1749
|
+
content: "\e7b0";
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
.icon-time-circle-fill:before {
|
|
1753
|
+
content: "\e8b0";
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1756
|
+
.icon-subnode:before {
|
|
1757
|
+
content: "\e9b0";
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
.icon-codelibrary:before {
|
|
1761
|
+
content: "\e7b1";
|
|
1762
|
+
}
|
|
1763
|
+
|
|
1764
|
+
.icon-trademark-circle-fil:before {
|
|
1765
|
+
content: "\e8b1";
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
.icon-rotate-left:before {
|
|
1769
|
+
content: "\e9b1";
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
.icon-detail:before {
|
|
1773
|
+
content: "\e7b2";
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
.icon-YUAN-circle-fill:before {
|
|
1777
|
+
content: "\e8b2";
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
.icon-rotate-right:before {
|
|
1781
|
+
content: "\e9b2";
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1784
|
+
.icon-minus-square:before {
|
|
1785
|
+
content: "\e7b3";
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
.icon-heart-fill:before {
|
|
1789
|
+
content: "\e8b3";
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
.icon-insertrowbelow:before {
|
|
1793
|
+
content: "\e9b3";
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
.icon-plus-square:before {
|
|
1797
|
+
content: "\e7b4";
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
.icon-piechart-circle-fil:before {
|
|
1801
|
+
content: "\e8b4";
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
.icon-insertrowabove:before {
|
|
1805
|
+
content: "\e9b4";
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
.icon-right-square:before {
|
|
1809
|
+
content: "\e7b5";
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
.icon-dashboard-fill:before {
|
|
1813
|
+
content: "\e8b5";
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
.icon-table1:before {
|
|
1817
|
+
content: "\e9b5";
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
.icon-project:before {
|
|
1821
|
+
content: "\e7b6";
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
.icon-message-fill:before {
|
|
1825
|
+
content: "\e8b6";
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
.icon-solit-cells:before {
|
|
1829
|
+
content: "\e9b6";
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
.icon-wallet:before {
|
|
1833
|
+
content: "\e7b7";
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
.icon-check-square-fill:before {
|
|
1837
|
+
content: "\e8b7";
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
.icon-formatpainter:before {
|
|
1841
|
+
content: "\e9b7";
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
.icon-up-square:before {
|
|
1845
|
+
content: "\e7b8";
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
.icon-down-square-fill:before {
|
|
1849
|
+
content: "\e8b8";
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
.icon-insertrowright:before {
|
|
1853
|
+
content: "\e9b8";
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
.icon-calculator:before {
|
|
1857
|
+
content: "\e7b9";
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
.icon-minus-square-fill:before {
|
|
1861
|
+
content: "\e8b9";
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
.icon-formatpainter-fill:before {
|
|
1865
|
+
content: "\e9b9";
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
.icon-interation:before {
|
|
1869
|
+
content: "\e7ba";
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
.icon-close-square-fill:before {
|
|
1873
|
+
content: "\e8ba";
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1876
|
+
.icon-insertrowleft:before {
|
|
1877
|
+
content: "\e9ba";
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
.icon-check-square:before {
|
|
1881
|
+
content: "\e7bb";
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
.icon-codelibrary-fill:before {
|
|
1885
|
+
content: "\e8bb";
|
|
1886
|
+
}
|
|
1887
|
+
|
|
1888
|
+
.icon-translate:before {
|
|
1889
|
+
content: "\e9bb";
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
.icon-border:before {
|
|
1893
|
+
content: "\e7bc";
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1896
|
+
.icon-left-square-fill:before {
|
|
1897
|
+
content: "\e8bc";
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
.icon-deleterow:before {
|
|
1901
|
+
content: "\e9bc";
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
.icon-border-outer:before {
|
|
1905
|
+
content: "\e7bd";
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
.icon-play-square-fill:before {
|
|
1909
|
+
content: "\e8bd";
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
.icon-sisternode:before {
|
|
1913
|
+
content: "\e9bd";
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
.icon-border-top:before {
|
|
1917
|
+
content: "\e7be";
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
.icon-up-square-fill:before {
|
|
1921
|
+
content: "\e8be";
|
|
1922
|
+
}
|
|
1923
|
+
|
|
1924
|
+
.icon-Field-number:before {
|
|
1925
|
+
content: "\e9be";
|
|
1926
|
+
}
|
|
1927
|
+
|
|
1928
|
+
.icon-border-bottom:before {
|
|
1929
|
+
content: "\e7bf";
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1932
|
+
.icon-right-square-fill:before {
|
|
1933
|
+
content: "\e8bf";
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1936
|
+
.icon-Field-String:before {
|
|
1937
|
+
content: "\e9bf";
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
.icon-border-left:before {
|
|
1941
|
+
content: "\e7c0";
|
|
1942
|
+
}
|
|
1943
|
+
|
|
1944
|
+
.icon-plus-square-fill:before {
|
|
1945
|
+
content: "\e8c0";
|
|
1946
|
+
}
|
|
1947
|
+
|
|
1948
|
+
.icon-Function:before {
|
|
1949
|
+
content: "\e9c0";
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
.icon-border-right:before {
|
|
1953
|
+
content: "\e7c1";
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
.icon-accountbook-fill:before {
|
|
1957
|
+
content: "\e8c1";
|
|
1958
|
+
}
|
|
1959
|
+
|
|
1960
|
+
.icon-Field-time:before {
|
|
1961
|
+
content: "\e9c1";
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
.icon-border-inner:before {
|
|
1965
|
+
content: "\e7c2";
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1968
|
+
.icon-carryout-fill:before {
|
|
1969
|
+
content: "\e8c2";
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1972
|
+
.icon-GIF:before {
|
|
1973
|
+
content: "\e9c2";
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1976
|
+
.icon-border-verticle:before {
|
|
1977
|
+
content: "\e7c3";
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
.icon-calendar-fill:before {
|
|
1981
|
+
content: "\e8c3";
|
|
1982
|
+
}
|
|
1983
|
+
|
|
1984
|
+
.icon-Partition:before {
|
|
1985
|
+
content: "\e9c3";
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1988
|
+
.icon-border-horizontal:before {
|
|
1989
|
+
content: "\e7c4";
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1992
|
+
.icon-calculator-fill:before {
|
|
1993
|
+
content: "\e8c4";
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
.icon-index:before {
|
|
1997
|
+
content: "\e9c4";
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
.icon-radius-bottomleft:before {
|
|
2001
|
+
content: "\e7c5";
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
.icon-interation-fill:before {
|
|
2005
|
+
content: "\e8c5";
|
|
2006
|
+
}
|
|
2007
|
+
|
|
2008
|
+
.icon-Storedprocedure:before {
|
|
2009
|
+
content: "\e9c5";
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
.icon-radius-bottomright:before {
|
|
2013
|
+
content: "\e7c6";
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
.icon-project-fill:before {
|
|
2017
|
+
content: "\e8c6";
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
.icon-Field-Binary:before {
|
|
2021
|
+
content: "\e9c6";
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
.icon-radius-upleft:before {
|
|
2025
|
+
content: "\e7c7";
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2028
|
+
.icon-detail-fill:before {
|
|
2029
|
+
content: "\e8c7";
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2032
|
+
.icon-Console-SQL:before {
|
|
2033
|
+
content: "\e9c7";
|
|
2034
|
+
}
|
|
2035
|
+
|
|
2036
|
+
.icon-radius-upright:before {
|
|
2037
|
+
content: "\e7c8";
|
|
2038
|
+
}
|
|
2039
|
+
|
|
2040
|
+
.icon-save-fill:before {
|
|
2041
|
+
content: "\e8c8";
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
.icon-icon-test:before {
|
|
2045
|
+
content: "\e9c8";
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2048
|
+
.icon-radius-setting:before {
|
|
2049
|
+
content: "\e7c9";
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2052
|
+
.icon-wallet-fill:before {
|
|
2053
|
+
content: "\e8c9";
|
|
2054
|
+
}
|
|
2055
|
+
|
|
2056
|
+
.icon-aim:before {
|
|
2057
|
+
content: "\e9c9";
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
.icon-adduser:before {
|
|
2061
|
+
content: "\e7ca";
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2064
|
+
.icon-control-fill:before {
|
|
2065
|
+
content: "\e8ca";
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
.icon-compress:before {
|
|
2069
|
+
content: "\e9ca";
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
.icon-deleteteam:before {
|
|
2073
|
+
content: "\e7cb";
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
.icon-layout-fill:before {
|
|
2077
|
+
content: "\e8cb";
|
|
2078
|
+
}
|
|
2079
|
+
|
|
2080
|
+
.icon-expend:before {
|
|
2081
|
+
content: "\e9cb";
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
.icon-deleteuser:before {
|
|
2085
|
+
content: "\e7cc";
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
.icon-appstore-fill:before {
|
|
2089
|
+
content: "\e8cc";
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
.icon-folder-view:before {
|
|
2093
|
+
content: "\e9cc";
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
.icon-addteam:before {
|
|
2097
|
+
content: "\e7cd";
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
.icon-mobile-fill:before {
|
|
2101
|
+
content: "\e8cd";
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
.icon-file-GIF:before {
|
|
2105
|
+
content: "\e9cd";
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2108
|
+
.icon-user:before {
|
|
2109
|
+
content: "\e7ce";
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
.icon-tablet-fill:before {
|
|
2113
|
+
content: "\e8ce";
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2116
|
+
.icon-group:before {
|
|
2117
|
+
content: "\e9ce";
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
.icon-team:before {
|
|
2121
|
+
content: "\e7cf";
|
|
2122
|
+
}
|
|
2123
|
+
|
|
2124
|
+
.icon-book-fill:before {
|
|
2125
|
+
content: "\e8cf";
|
|
2126
|
+
}
|
|
2127
|
+
|
|
2128
|
+
.icon-send:before {
|
|
2129
|
+
content: "\e9cf";
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2132
|
+
.icon-areachart:before {
|
|
2133
|
+
content: "\e7d0";
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
.icon-redenvelope-fill:before {
|
|
2137
|
+
content: "\e8d0";
|
|
2138
|
+
}
|
|
2139
|
+
|
|
2140
|
+
.icon-Report:before {
|
|
2141
|
+
content: "\e9d0";
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
.icon-linechart:before {
|
|
2145
|
+
content: "\e7d1";
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2148
|
+
.icon-safetycertificate-f:before {
|
|
2149
|
+
content: "\e8d1";
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
.icon-View:before {
|
|
2153
|
+
content: "\e9d1";
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
.icon-barchart:before {
|
|
2157
|
+
content: "\e7d2";
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
.icon-propertysafety-fill:before {
|
|
2161
|
+
content: "\e8d2";
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
.icon-shortcut:before {
|
|
2165
|
+
content: "\e9d2";
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
.icon-pointmap:before {
|
|
2169
|
+
content: "\e7d3";
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2172
|
+
.icon-insurance-fill:before {
|
|
2173
|
+
content: "\e8d3";
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2176
|
+
.icon-ungroup:before {
|
|
2177
|
+
content: "\e9d3";
|
|
2178
|
+
}
|
|
2179
|
+
|
|
2180
|
+
.icon-container:before {
|
|
2181
|
+
content: "\e7d4";
|
|
2182
|
+
}
|
|
2183
|
+
|
|
2184
|
+
.icon-securityscan-fill:before {
|
|
2185
|
+
content: "\e8d4";
|
|
2186
|
+
}
|
|
2187
|
+
|
|
2188
|
+
.icon-database:before {
|
|
2189
|
+
content: "\e7d5";
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
.icon-file-exclamation-fil:before {
|
|
2193
|
+
content: "\e8d5";
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
.icon-sever:before {
|
|
2197
|
+
content: "\e7d6";
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
.icon-file-add-fill:before {
|
|
2201
|
+
content: "\e8d6";
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
.icon-mobile:before {
|
|
2205
|
+
content: "\e7d7";
|
|
2206
|
+
}
|
|
2207
|
+
|
|
2208
|
+
.icon-file-fill:before {
|
|
2209
|
+
content: "\e8d7";
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
.icon-tablet:before {
|
|
2213
|
+
content: "\e7d8";
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
.icon-file-excel-fill:before {
|
|
2217
|
+
content: "\e8d8";
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
.icon-redenvelope:before {
|
|
2221
|
+
content: "\e7d9";
|
|
2222
|
+
}
|
|
2223
|
+
|
|
2224
|
+
.icon-file-markdown-fill:before {
|
|
2225
|
+
content: "\e8d9";
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
.icon-book:before {
|
|
2229
|
+
content: "\e7da";
|
|
2230
|
+
}
|
|
2231
|
+
|
|
2232
|
+
.icon-file-text-fill:before {
|
|
2233
|
+
content: "\e8da";
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
.icon-filedone:before {
|
|
2237
|
+
content: "\e7db";
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
.icon-file-ppt-fill:before {
|
|
2241
|
+
content: "\e8db";
|
|
2242
|
+
}
|
|
2243
|
+
|
|
2244
|
+
.icon-reconciliation:before {
|
|
2245
|
+
content: "\e7dc";
|
|
2246
|
+
}
|
|
2247
|
+
|
|
2248
|
+
.icon-file-unknown-fill:before {
|
|
2249
|
+
content: "\e8dc";
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2252
|
+
.icon-file-exception:before {
|
|
2253
|
+
content: "\e7dd";
|
|
2254
|
+
}
|
|
2255
|
+
|
|
2256
|
+
.icon-file-word-fill:before {
|
|
2257
|
+
content: "\e8dd";
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2260
|
+
.icon-filesync:before {
|
|
2261
|
+
content: "\e7de";
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
.icon-file-zip-fill:before {
|
|
2265
|
+
content: "\e8de";
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
.icon-filesearch:before {
|
|
2269
|
+
content: "\e7df";
|
|
2270
|
+
}
|
|
2271
|
+
|
|
2272
|
+
.icon-file-pdf-fill:before {
|
|
2273
|
+
content: "\e8df";
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
.icon-solution:before {
|
|
2277
|
+
content: "\e7e0";
|
|
2278
|
+
}
|
|
2279
|
+
|
|
2280
|
+
.icon-file-image-fill:before {
|
|
2281
|
+
content: "\e8e0";
|
|
2282
|
+
}
|
|
2283
|
+
|
|
2284
|
+
.icon-fileprotect:before {
|
|
2285
|
+
content: "\e7e1";
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2288
|
+
.icon-diff-fill:before {
|
|
2289
|
+
content: "\e8e1";
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
.icon-file-add:before {
|
|
2293
|
+
content: "\e7e2";
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
.icon-file-copy-fill:before {
|
|
2297
|
+
content: "\e8e2";
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
.icon-file-excel:before {
|
|
2301
|
+
content: "\e7e3";
|
|
2302
|
+
}
|
|
2303
|
+
|
|
2304
|
+
.icon-snippets-fill:before {
|
|
2305
|
+
content: "\e8e3";
|
|
2306
|
+
}
|
|
2307
|
+
|
|
2308
|
+
.icon-file-exclamation:before {
|
|
2309
|
+
content: "\e7e4";
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2312
|
+
.icon-batchfolding-fill:before {
|
|
2313
|
+
content: "\e8e4";
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
.icon-file-pdf:before {
|
|
2317
|
+
content: "\e7e5";
|
|
2318
|
+
}
|
|
2319
|
+
|
|
2320
|
+
.icon-reconciliation-fill:before {
|
|
2321
|
+
content: "\e8e5";
|
|
2322
|
+
}
|
|
2323
|
+
|
|
2324
|
+
.icon-file-image:before {
|
|
2325
|
+
content: "\e7e6";
|
|
2326
|
+
}
|
|
2327
|
+
|
|
2328
|
+
.icon-folder-add-fill:before {
|
|
2329
|
+
content: "\e8e6";
|
|
2330
|
+
}
|
|
2331
|
+
|
|
2332
|
+
.icon-file-markdown:before {
|
|
2333
|
+
content: "\e7e7";
|
|
2334
|
+
}
|
|
2335
|
+
|
|
2336
|
+
.icon-folder-fill:before {
|
|
2337
|
+
content: "\e8e7";
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
.icon-file-unknown:before {
|
|
2341
|
+
content: "\e7e8";
|
|
2342
|
+
}
|
|
2343
|
+
|
|
2344
|
+
.icon-folder-open-fill:before {
|
|
2345
|
+
content: "\e8e8";
|
|
2346
|
+
}
|
|
2347
|
+
|
|
2348
|
+
.icon-file-ppt:before {
|
|
2349
|
+
content: "\e7e9";
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
.icon-database-fill:before {
|
|
2353
|
+
content: "\e8e9";
|
|
2354
|
+
}
|
|
2355
|
+
|
|
2356
|
+
.icon-file-word:before {
|
|
2357
|
+
content: "\e7ea";
|
|
2358
|
+
}
|
|
2359
|
+
|
|
2360
|
+
.icon-container-fill:before {
|
|
2361
|
+
content: "\e8ea";
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
.icon-file:before {
|
|
2365
|
+
content: "\e7eb";
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2368
|
+
.icon-sever-fill:before {
|
|
2369
|
+
content: "\e8eb";
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
.icon-file-zip:before {
|
|
2373
|
+
content: "\e7ec";
|
|
2374
|
+
}
|
|
2375
|
+
|
|
2376
|
+
.icon-calendar-check-fill:before {
|
|
2377
|
+
content: "\e8ec";
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2380
|
+
.icon-file-text:before {
|
|
2381
|
+
content: "\e7ed";
|
|
2382
|
+
}
|
|
2383
|
+
|
|
2384
|
+
.icon-image-fill:before {
|
|
2385
|
+
content: "\e8ed";
|
|
2386
|
+
}
|
|
2387
|
+
|
|
2388
|
+
.icon-file-copy:before {
|
|
2389
|
+
content: "\e7ee";
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2392
|
+
.icon-idcard-fill:before {
|
|
2393
|
+
content: "\e8ee";
|
|
2394
|
+
}
|
|
2395
|
+
|
|
2396
|
+
.icon-snippets:before {
|
|
2397
|
+
content: "\e7ef";
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
.icon-creditcard-fill:before {
|
|
2401
|
+
content: "\e8ef";
|
|
2402
|
+
}
|
|
2403
|
+
|
|
2404
|
+
.icon-audit:before {
|
|
2405
|
+
content: "\e7f0";
|
|
2406
|
+
}
|
|
2407
|
+
|
|
2408
|
+
.icon-fund-fill:before {
|
|
2409
|
+
content: "\e8f0";
|
|
2410
|
+
}
|
|
2411
|
+
|