@xfu0401/form-generator 1.0.21 → 1.0.22
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/package.json +1 -1
- package/.eslintrc.js +0 -48
- package/@xfu0401/form-generator/package.json +0 -62
- package/LICENSE +0 -127
- package/README.md +0 -268
- package/babel.config.js +0 -22
- package/public/favicon.ico +0 -0
- package/public/img/show/PixPin_2024-07-17_16-25-59.gif +0 -0
- package/public/img/show/PixPin_2024-07-17_16-33-51.png +0 -0
- package/public/img/show/file.png +0 -0
- package/public/img/show/image.png +0 -0
- package/public/img/show/pc/347/253/257/346/270/262/346/237/223.png +0 -0
- package/public/img/show/pc/347/253/257/350/257/246/346/203/205.png +0 -0
- package/public/img/show//344/272/213/344/273/266.png +0 -0
- package/public/img/show//345/205/250/345/261/200/344/272/213/344/273/266.png +0 -0
- package/public/img/show//345/205/250/345/261/200/346/240/267/345/274/217.png +0 -0
- package/public/img/show//346/240/267/345/274/217/345/261/236/346/200/247.png +0 -0
- package/public/img/show//347/247/273/345/212/250/347/253/257/346/270/262/346/237/223.png +0 -0
- package/public/img/show//347/247/273/345/212/250/347/253/257/350/257/246/346/203/205.png +0 -0
- package/public/img/show//347/274/226/350/276/221/345/231/2502.png +0 -0
- package/public/img/show//347/274/226/350/276/221/345/231/2503.png +0 -0
- package/public/img/show//347/274/226/350/276/221/345/231/2504.png +0 -0
- package/public/img/temp//344/270/273/344/273/216/350/241/250/345/215/225.jpg +0 -0
- package/public/img/temp//345/210/206/347/273/204/350/241/250/345/215/225.jpg +0 -0
- package/public/img/temp//345/215/225/345/210/227/350/241/250/345/215/225.jpg +0 -0
- package/public/img/temp//345/233/272/345/256/232/350/241/250/346/240/274/350/241/250/345/215/225.jpg +0 -0
- package/public/img/temp//345/244/232/345/210/227/350/241/250/345/215/225.jpg +0 -0
- package/public/img/temp//346/240/207/347/255/276/351/241/265/350/241/250/345/215/225.jpg +0 -0
- package/public/index.html +0 -25
- package/public/static/js/config.js +0 -2
- package/src/App.vue +0 -18
- package/src/api/data.js +0 -52
- package/src/components/Layout/Layout.vue +0 -28
- package/src/components/Layout/LeftMenu.vue +0 -46
- package/src/components/SvgIcon/index.vue +0 -43
- package/src/components/code/Code.vue +0 -98
- package/src/components/common/FGDialog.vue +0 -100
- package/src/components/editor/CodeDialog.vue +0 -68
- package/src/components/editor/CodeEditor.vue +0 -191
- package/src/components/editor/CodeJson.vue +0 -130
- package/src/components/editor/CssEditor.vue +0 -84
- package/src/components/editor/EventEditor.vue +0 -84
- package/src/components/editor/JsonDialog.vue +0 -55
- package/src/components/editor/JsonEditor.vue +0 -58
- package/src/components/editor/components/EditorLeft.vue +0 -138
- package/src/components/fileComs/ExportExcel.vue +0 -49
- package/src/components/fileComs/ExportJson.vue +0 -52
- package/src/components/fileComs/ImportExcel.vue +0 -96
- package/src/components/fileComs/ImportJson.vue +0 -65
- package/src/components/formGenerator/components/formExport.vue +0 -52
- package/src/components/formGenerator/components/formGeneratorAttrField.vue +0 -1113
- package/src/components/formGenerator/components/formGeneratorAttrForm.vue +0 -98
- package/src/components/formGenerator/components/formGeneratorCom.vue +0 -108
- package/src/components/formGenerator/components/formGeneratorOutline.vue +0 -159
- package/src/components/formGenerator/components/formGeneratorTemp.vue +0 -77
- package/src/components/formGenerator/components/formImport.vue +0 -62
- package/src/components/formGenerator/components/formPreview.vue +0 -102
- package/src/components/formGenerator/configComponents/DataConfig.vue +0 -156
- package/src/components/formGenerator/configComponents/DataDialog.vue +0 -188
- package/src/components/formGenerator/configComponents/EventConfig.vue +0 -56
- package/src/components/formGenerator/configComponents/PageConfig.vue +0 -55
- package/src/components/formGenerator/configComponents/RegConfig.vue +0 -105
- package/src/components/formGenerator/configComponents/ShadowConfig.vue +0 -95
- package/src/components/formGenerator/configComponents/SpaceConfig.vue +0 -187
- package/src/components/formGenerator/configComponents/StyleConfig.vue +0 -258
- package/src/components/formGenerator/configComponents/TableConfig.vue +0 -75
- package/src/components/formGenerator/configComponents/TableHead.vue +0 -141
- package/src/components/formGenerator/formComponents/pcComponents/assistComs/formButton.vue +0 -25
- package/src/components/formGenerator/formComponents/pcComponents/assistComs/formDivider.vue +0 -49
- package/src/components/formGenerator/formComponents/pcComponents/assistComs/formHtml.vue +0 -37
- package/src/components/formGenerator/formComponents/pcComponents/assistComs/formLink.vue +0 -26
- package/src/components/formGenerator/formComponents/pcComponents/assistComs/formNotice.vue +0 -118
- package/src/components/formGenerator/formComponents/pcComponents/assistComs/formRemark.vue +0 -29
- package/src/components/formGenerator/formComponents/pcComponents/assistComs/formSwipe.vue +0 -39
- package/src/components/formGenerator/formComponents/pcComponents/assistComs/formTable.vue +0 -130
- package/src/components/formGenerator/formComponents/pcComponents/assistComs/formTableExport.vue +0 -311
- package/src/components/formGenerator/formComponents/pcComponents/assistComs/formTag.vue +0 -30
- package/src/components/formGenerator/formComponents/pcComponents/assistComs/formText.vue +0 -27
- package/src/components/formGenerator/formComponents/pcComponents/assistComs/formTree.vue +0 -47
- package/src/components/formGenerator/formComponents/pcComponents/components/emptyTips.vue +0 -24
- package/src/components/formGenerator/formComponents/pcComponents/components/esignDialog.vue +0 -86
- package/src/components/formGenerator/formComponents/pcComponents/components/filesShow.vue +0 -121
- package/src/components/formGenerator/formComponents/pcComponents/components/imageShow.vue +0 -148
- package/src/components/formGenerator/formComponents/pcComponents/components/nameShow.vue +0 -54
- package/src/components/formGenerator/formComponents/pcComponents/components/tableOptions.vue +0 -56
- package/src/components/formGenerator/formComponents/pcComponents/components/tableStyle.vue +0 -58
- package/src/components/formGenerator/formComponents/pcComponents/components/userPicker.vue +0 -440
- package/src/components/formGenerator/formComponents/pcComponents/inputComs/formAutocomplete.vue +0 -79
- package/src/components/formGenerator/formComponents/pcComponents/inputComs/formInput.vue +0 -56
- package/src/components/formGenerator/formComponents/pcComponents/inputComs/formInputNumber.vue +0 -51
- package/src/components/formGenerator/formComponents/pcComponents/inputComs/formRichText.vue +0 -138
- package/src/components/formGenerator/formComponents/pcComponents/layoutComs/formCard.vue +0 -35
- package/src/components/formGenerator/formComponents/pcComponents/layoutComs/formCollapse.vue +0 -79
- package/src/components/formGenerator/formComponents/pcComponents/layoutComs/formRowContainer.vue +0 -337
- package/src/components/formGenerator/formComponents/pcComponents/layoutComs/formSteps.vue +0 -90
- package/src/components/formGenerator/formComponents/pcComponents/layoutComs/formSub.vue +0 -219
- package/src/components/formGenerator/formComponents/pcComponents/layoutComs/formTableContainer.vue +0 -277
- package/src/components/formGenerator/formComponents/pcComponents/layoutComs/formTabsContainer.vue +0 -65
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formCascader.vue +0 -62
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formCheckboxGroup.vue +0 -70
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formColorPicker.vue +0 -39
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formDatePicker.vue +0 -43
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formDaterangePicker.vue +0 -40
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formImage.vue +0 -235
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formOrgPicker.vue +0 -131
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formRadioGroup.vue +0 -59
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formRate.vue +0 -50
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formSelect.vue +0 -62
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formSelectHis.vue +0 -66
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formSelectProject.vue +0 -62
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formSignature.vue +0 -98
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formSlider.vue +0 -46
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formSwitch.vue +0 -37
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formTimePicker.vue +0 -41
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formTimerangePicker.vue +0 -40
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formUpload.vue +0 -253
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formUploadTemp.vue +0 -82
- package/src/components/formGenerator/formComponents/pcComponents/selectComs/formUserPicker.vue +0 -142
- package/src/components/formGenerator/formComponents/pcForm.vue +0 -155
- package/src/components/formGenerator/formComponents/phoneComponents/assistComs/formButton.vue +0 -36
- package/src/components/formGenerator/formComponents/phoneComponents/assistComs/formDivider.vue +0 -41
- package/src/components/formGenerator/formComponents/phoneComponents/assistComs/formHtml.vue +0 -37
- package/src/components/formGenerator/formComponents/phoneComponents/assistComs/formLink.vue +0 -49
- package/src/components/formGenerator/formComponents/phoneComponents/assistComs/formNotice.vue +0 -43
- package/src/components/formGenerator/formComponents/phoneComponents/assistComs/formRemark.vue +0 -39
- package/src/components/formGenerator/formComponents/phoneComponents/assistComs/formSwipe.vue +0 -34
- package/src/components/formGenerator/formComponents/phoneComponents/assistComs/formTable.vue +0 -132
- package/src/components/formGenerator/formComponents/phoneComponents/assistComs/formTableExport.vue +0 -268
- package/src/components/formGenerator/formComponents/phoneComponents/assistComs/formTag.vue +0 -147
- package/src/components/formGenerator/formComponents/phoneComponents/assistComs/formText.vue +0 -27
- package/src/components/formGenerator/formComponents/phoneComponents/assistComs/formTree.vue +0 -21
- package/src/components/formGenerator/formComponents/phoneComponents/components/cascaderPicker.vue +0 -81
- package/src/components/formGenerator/formComponents/phoneComponents/components/datePicker.vue +0 -101
- package/src/components/formGenerator/formComponents/phoneComponents/components/esignDialog.vue +0 -156
- package/src/components/formGenerator/formComponents/phoneComponents/components/filesShow.vue +0 -128
- package/src/components/formGenerator/formComponents/phoneComponents/components/imageShow.vue +0 -123
- package/src/components/formGenerator/formComponents/phoneComponents/components/nameShow.vue +0 -84
- package/src/components/formGenerator/formComponents/phoneComponents/components/orgPicker.vue +0 -343
- package/src/components/formGenerator/formComponents/phoneComponents/components/tableShow.vue +0 -149
- package/src/components/formGenerator/formComponents/phoneComponents/components/textShow.vue +0 -25
- package/src/components/formGenerator/formComponents/phoneComponents/components/timePicker.vue +0 -90
- package/src/components/formGenerator/formComponents/phoneComponents/inputComs/formAutocomplete.vue +0 -163
- package/src/components/formGenerator/formComponents/phoneComponents/inputComs/formInput.vue +0 -111
- package/src/components/formGenerator/formComponents/phoneComponents/inputComs/formInputNumber.vue +0 -65
- package/src/components/formGenerator/formComponents/phoneComponents/inputComs/formRichText.vue +0 -147
- package/src/components/formGenerator/formComponents/phoneComponents/layoutComs/formCard.vue +0 -59
- package/src/components/formGenerator/formComponents/phoneComponents/layoutComs/formCollapse.vue +0 -71
- package/src/components/formGenerator/formComponents/phoneComponents/layoutComs/formRowContainer.vue +0 -94
- package/src/components/formGenerator/formComponents/phoneComponents/layoutComs/formSteps.vue +0 -112
- package/src/components/formGenerator/formComponents/phoneComponents/layoutComs/formSub.vue +0 -130
- package/src/components/formGenerator/formComponents/phoneComponents/layoutComs/formTableContainer.vue +0 -93
- package/src/components/formGenerator/formComponents/phoneComponents/layoutComs/formTabsContainer.vue +0 -64
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formCascader.vue +0 -210
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formCheckboxGroup.vue +0 -86
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formColorPicker.vue +0 -63
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formDatePicker.vue +0 -100
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formDateRangePicker.vue +0 -136
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formImage.vue +0 -278
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formOrgPicker.vue +0 -107
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formRadioGroup.vue +0 -93
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formRate.vue +0 -85
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formSelect.vue +0 -138
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formSelectHis.vue +0 -142
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formSelectProject.vue +0 -138
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formSignature.vue +0 -108
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formSlider.vue +0 -79
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formSwitch.vue +0 -88
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formTimePicker.vue +0 -112
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formTimeRangePicker.vue +0 -155
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formUpload.vue +0 -310
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formUploadTemp.vue +0 -81
- package/src/components/formGenerator/formComponents/phoneComponents/selectComs/formUserPicker.vue +0 -114
- package/src/components/formGenerator/formComponents/phoneForm.vue +0 -134
- package/src/components/formGenerator/formGenerator.vue +0 -401
- package/src/components/formGenerator/styles/generator.scss +0 -271
- package/src/components/formGenerator/styles/index.scss +0 -136
- package/src/components/formGenerator/styles/left-coms.scss +0 -57
- package/src/components/formGenerator/styles/phone.scss +0 -269
- package/src/components/formGenerator/styles/theme.scss +0 -5
- package/src/components/formGenerator/utils/attribute.js +0 -107
- package/src/components/formGenerator/utils/comMixins.js +0 -148
- package/src/components/formGenerator/utils/component.js +0 -26
- package/src/components/formGenerator/utils/config.js +0 -1730
- package/src/components/formGenerator/utils/event.js +0 -82
- package/src/components/formGenerator/utils/formEvent.js +0 -43
- package/src/components/formGenerator/utils/index.js +0 -666
- package/src/components/formGenerator/utils/rules.js +0 -17
- package/src/components/formGenerator/utils/style.js +0 -75
- package/src/components/formGenerator/utils/table.js +0 -317
- package/src/components/formGenerator/utils/temps.js +0 -15303
- package/src/components/huComponents/FGBreadNav.vue +0 -86
- package/src/components/huComponents/FGCheckCell.vue +0 -107
- package/src/components/huComponents/FGCheckList.vue +0 -318
- package/src/components/huComponents/FGCheckPopUp.vue +0 -164
- package/src/components/huComponents/FGIconsDialog.vue +0 -124
- package/src/components/huComponents/FGNameImg.vue +0 -147
- package/src/components/huComponents/FGOptions.vue +0 -118
- package/src/components/huComponents/FGSelect.vue +0 -46
- package/src/components/huComponents/FGTreeNode.vue +0 -103
- package/src/components/huComponents/FGTreeNodeDialog.vue +0 -89
- package/src/components/huComponents/InputColor.vue +0 -117
- package/src/components/huComponents/InputNumber.vue +0 -78
- package/src/components/huComponents/LayoutTree.vue +0 -67
- package/src/components/huComponents/MenuButton.vue +0 -57
- package/src/components/index.js +0 -14
- package/src/icons/index.js +0 -10
- package/src/icons/svg/active.svg +0 -1
- package/src/icons/svg/addSold.svg +0 -1
- package/src/icons/svg/analyse.svg +0 -1
- package/src/icons/svg/button.svg +0 -1
- package/src/icons/svg/card.svg +0 -1
- package/src/icons/svg/cascader.svg +0 -1
- package/src/icons/svg/checkbox.svg +0 -1
- package/src/icons/svg/collapse.svg +0 -1
- package/src/icons/svg/color.svg +0 -1
- package/src/icons/svg/component.svg +0 -1
- package/src/icons/svg/date-range.svg +0 -1
- package/src/icons/svg/date.svg +0 -1
- package/src/icons/svg/default-dept.svg +0 -9
- package/src/icons/svg/default-role.svg +0 -5
- package/src/icons/svg/default-user.svg +0 -16
- package/src/icons/svg/dept.svg +0 -1
- package/src/icons/svg/divider.svg +0 -1
- package/src/icons/svg/ellipsis.svg +0 -2
- package/src/icons/svg/html.svg +0 -1
- package/src/icons/svg/image.svg +0 -1
- package/src/icons/svg/input.svg +0 -1
- package/src/icons/svg/link.svg +0 -1
- package/src/icons/svg/mp4.svg +0 -19
- package/src/icons/svg/notice.svg +0 -1
- package/src/icons/svg/noview.svg +0 -1
- package/src/icons/svg/number.svg +0 -1
- package/src/icons/svg/password.svg +0 -1
- package/src/icons/svg/pdf.svg +0 -18
- package/src/icons/svg/person.svg +0 -1
- package/src/icons/svg/png.svg +0 -18
- package/src/icons/svg/ppt.svg +0 -19
- package/src/icons/svg/process.svg +0 -1
- package/src/icons/svg/radio.svg +0 -1
- package/src/icons/svg/rate.svg +0 -1
- package/src/icons/svg/remark.svg +0 -1
- package/src/icons/svg/rich-text.svg +0 -1
- package/src/icons/svg/row.svg +0 -1
- package/src/icons/svg/select.svg +0 -1
- package/src/icons/svg/signature.svg +0 -1
- package/src/icons/svg/slider.svg +0 -1
- package/src/icons/svg/steps.svg +0 -1
- package/src/icons/svg/sub.svg +0 -1
- package/src/icons/svg/swipe.svg +0 -1
- package/src/icons/svg/switch.svg +0 -1
- package/src/icons/svg/table-edit.svg +0 -1
- package/src/icons/svg/table.svg +0 -1
- package/src/icons/svg/table2.svg +0 -1
- package/src/icons/svg/table3.svg +0 -1
- package/src/icons/svg/tabs.svg +0 -1
- package/src/icons/svg/tag.svg +0 -1
- package/src/icons/svg/text.svg +0 -1
- package/src/icons/svg/textarea.svg +0 -1
- package/src/icons/svg/time-range.svg +0 -1
- package/src/icons/svg/time.svg +0 -1
- package/src/icons/svg/tree.svg +0 -1
- package/src/icons/svg/unknow.svg +0 -20
- package/src/icons/svg/upload.svg +0 -1
- package/src/icons/svg/view.svg +0 -1
- package/src/icons/svg/word.svg +0 -20
- package/src/icons/svg/xlsx.svg +0 -18
- package/src/icons/svg/zip.svg +0 -20
- package/src/images/phone_bg.png +0 -0
- package/src/main.js +0 -26
- package/src/package/FGDesigner.vue +0 -114
- package/src/package/FGPcForm.vue +0 -100
- package/src/package/FGPcShow.vue +0 -69
- package/src/package/FGPhoneForm.vue +0 -106
- package/src/package/FGPhoneShow.vue +0 -69
- package/src/package/common/init.js +0 -23
- package/src/package/common/initPc.js +0 -26
- package/src/package/common/initPhone.js +0 -28
- package/src/package/common/mixins.js +0 -57
- package/src/package/index.js +0 -40
- package/src/plugins/richEditor/richEditorPc.vue +0 -478
- package/src/plugins/richEditor/richEditorPhone.vue +0 -520
- package/src/plugins/voiceTxtarea/voiceTxtarea.vue +0 -115
- package/src/router.js +0 -111
- package/src/store/index.js +0 -14
- package/src/store/modules/app.js +0 -54
- package/src/store/modules/user.js +0 -23
- package/src/style/color.scss +0 -10
- package/src/style/main.scss +0 -78
- package/src/utils/comsData.js +0 -279
- package/src/utils/defaultValue.js +0 -2288
- package/src/utils/drawingDefalut.js +0 -2749
- package/src/utils/iconData.js +0 -283
- package/src/utils/index.js +0 -6
- package/src/utils/progress.js +0 -96
- package/src/utils/request.js +0 -41
- package/src/views/coms/components/Attributes.vue +0 -28
- package/src/views/coms/components/ELink.vue +0 -23
- package/src/views/coms/components/Events.vue +0 -20
- package/src/views/coms/components/Example.vue +0 -42
- package/src/views/coms/components/Methods.vue +0 -20
- package/src/views/coms/components/VLink.vue +0 -23
- package/src/views/coms/comsDesiger.vue +0 -224
- package/src/views/coms/comsFormPc.vue +0 -76
- package/src/views/coms/comsFormPhone.vue +0 -103
- package/src/views/coms/comsShowPc.vue +0 -56
- package/src/views/coms/comsShowPhone.vue +0 -89
- package/src/views/config/components/configCell.vue +0 -111
- package/src/views/config/config.vue +0 -84
- package/src/views/demo/demo.vue +0 -235
- package/src/views/demo/demo2.vue +0 -131
- package/src/views/demo/table.js +0 -321
- package/src/views/document/index.vue +0 -140
- package/src/views/form/create.vue +0 -44
- package/vue.config.js +0 -72
- /package/{@xfu0401/form-generator/demo.html → demo.html} +0 -0
- /package/{@xfu0401/form-generator/form-generator.common.js → form-generator.common.js} +0 -0
- /package/{@xfu0401/form-generator/form-generator.common.js.map → form-generator.common.js.map} +0 -0
- /package/{@xfu0401/form-generator/form-generator.css → form-generator.css} +0 -0
- /package/{@xfu0401/form-generator/form-generator.umd.js → form-generator.umd.js} +0 -0
- /package/{@xfu0401/form-generator/form-generator.umd.js.map → form-generator.umd.js.map} +0 -0
- /package/{@xfu0401/form-generator/form-generator.umd.min.js → form-generator.umd.min.js} +0 -0
- /package/{@xfu0401/form-generator/form-generator.umd.min.js.map → form-generator.umd.min.js.map} +0 -0
- /package/{@xfu0401/form-generator/static → static}/fonts/element-icons.535877f5.woff +0 -0
- /package/{@xfu0401/form-generator/static → static}/fonts/element-icons.732389de.ttf +0 -0
- /package/{@xfu0401/form-generator/static → static}/img/phone_bg.7ead1463.png +0 -0
package/src/icons/svg/png.svg
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>切片</title>
|
|
4
|
-
<g id="页面-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="知识库/本级文档" transform="translate(-28.000000, -334.000000)">
|
|
6
|
-
<g id="编组-5备份" transform="translate(16.000000, 322.000000)">
|
|
7
|
-
<g id="文件类型/png" transform="translate(12.000000, 12.000000)">
|
|
8
|
-
<rect id="矩形备份-7" fill-opacity="0" fill="#FFFFFF" x="0" y="0" width="48" height="48"></rect>
|
|
9
|
-
<g id="编组" transform="translate(6.026187, 4.000000)" fill-rule="nonzero">
|
|
10
|
-
<path d="M35.7541899,11.0614525 L35.7541899,35.7541899 C35.7541899,38.2234637 33.7541899,40.2234637 31.2849162,40.2234637 L4.46927371,40.2234637 C2,40.2234637 0,38.2234637 0,35.7541899 L0,4.46927375 C0,2 2,0 4.46927371,0 L24.6927374,0 L35.7541899,11.0614525 Z" id="路径" fill="#85BCFF"></path>
|
|
11
|
-
<path d="M24.9039106,6.59217876 L24.9039106,0 L35.9653631,11.0614525 L29.3731844,11.0614525 C26.9039106,11.0614525 24.9039106,9.0614525 24.9039106,6.59217876" id="路径" fill="#529EE0"></path>
|
|
12
|
-
<path d="M25.2636871,14.2905028 C26.4290919,14.2911192 27.3736852,15.2357125 27.3743017,16.4011173 L27.3743017,28.4614525 C27.3736852,29.6268573 26.4290919,30.5714506 25.2636871,30.572067 L10.4916201,30.572067 C9.93165668,30.572067 9.39464422,30.3495461 8.99879508,29.9534874 C8.60294594,29.5574287 8.38070913,29.0202985 8.38100526,28.4603352 L8.38100526,16.4022346 C8.38100526,15.2368715 9.32513965,14.2916201 10.4916201,14.2916201 L25.2625698,14.2916201 L25.2636871,14.2905028 Z M22.4,20.1698324 L16.972067,25.926257 L13.8067039,23.4592179 L10.1877095,27.1597766 L10.1877095,28.3932961 C10.1877095,28.8469273 10.5932961,29.2145251 11.0927374,29.2145251 L24.6603352,29.2145251 C25.1597765,29.2145251 25.5653631,28.84581 25.5653631,28.3932961 L25.5653631,23.4592179 L22.4,20.1698324 L22.4,20.1698324 Z M13.4480447,16.8100559 C12.9890238,16.7963843 12.5588972,17.0334614 12.3253491,17.4288629 C12.091801,17.8242645 12.091801,18.3154004 12.3253491,18.7108019 C12.5588972,19.1062035 12.9890238,19.3432805 13.4480447,19.3296089 C14.1291961,19.3093214 14.6708584,18.7512859 14.6708584,18.0698324 C14.6708584,17.3883789 14.1291961,16.8303435 13.4480447,16.8100559 L13.4480447,16.8100559 Z" id="形状" fill="#FFFFFF"></path>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
</g>
|
|
16
|
-
</g>
|
|
17
|
-
</g>
|
|
18
|
-
</svg>
|
package/src/icons/svg/ppt.svg
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>切片</title>
|
|
4
|
-
<g id="页面-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="知识库/本级文档" transform="translate(-28.000000, -232.000000)">
|
|
6
|
-
<g id="编组-5" transform="translate(16.000000, 220.000000)">
|
|
7
|
-
<g id="文件类型/ppt" transform="translate(12.000000, 12.000000)">
|
|
8
|
-
<rect id="矩形备份-7" fill-opacity="0" fill="#FFFFFF" x="0" y="0" width="48" height="48"></rect>
|
|
9
|
-
<g id="编组" transform="translate(6.035112, 4.000000)" fill-rule="nonzero">
|
|
10
|
-
<path d="M35.9550562,11.1235955 L35.9550562,35.9550562 C35.9550562,38.4269663 33.9325843,40.4494382 31.4606741,40.4494382 L4.49438203,40.4494382 C2.02247191,40.4494382 0,38.4269663 0,35.9550562 L0,4.49438203 C0,2.02247191 2.02247191,0 4.49438203,0 L24.8314607,0 L35.9550562,11.1235955 Z" id="路径" fill="#F16C41"></path>
|
|
11
|
-
<path d="M24.8314607,8.87640449 L24.8314607,0 L35.9550562,11.1235955 L27.0786517,11.1235955 C25.8426966,11.1235955 24.8314607,10.1123596 24.8314607,8.87640449" id="路径" fill="#CD4B29"></path>
|
|
12
|
-
<path d="M18.5258427,25.6022472 C17.4700121,25.6011142 16.471494,25.1218916 15.8101124,24.2988764 C15.3059298,23.6815681 15.0318791,22.9082685 15.0348078,22.1112359 C15.0348078,21.2797753 15.3213483,20.5213483 15.8101124,19.9235955 C16.4711824,19.1001877 17.4699007,18.620869 18.5258427,18.6202247 C20.4528484,18.6227008 22.0143779,20.1842302 22.0168539,22.1112359 C22.0137607,24.0379855 20.4525923,25.599154 18.5258427,25.6022472 M18.5258427,16.2921348 C17.5404494,16.2921348 16.6168539,16.5325842 15.8101124,16.9752809 C14.832174,17.4823977 14.0237566,18.2642584 13.4842697,19.2247191 L13.4842697,24.9966292 C14.0236882,25.9574248 14.8320948,26.7396655 15.8101124,27.247191 C16.6168539,27.6887641 17.5404494,27.9292135 18.5258427,27.9292135 C21.7385091,27.9279733 24.3425801,25.3239024 24.3438202,22.1112359 C24.3438202,18.897692 21.7393864,16.292252 18.5258427,16.2910112" id="形状" fill="#FFFFFF"></path>
|
|
13
|
-
<polygon id="路径" fill="#FFFFFF" points="13.4831461 32.5842697 15.8101124 32.5842697 15.8101124 16.2921348 13.4831461 16.2921348"></polygon>
|
|
14
|
-
</g>
|
|
15
|
-
</g>
|
|
16
|
-
</g>
|
|
17
|
-
</g>
|
|
18
|
-
</g>
|
|
19
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1735198689992" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5196" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M555.8 165.702h-91.928a108.963 108.963 0 0 0-108.87 108.87 109.01 109.01 0 0 0 108.87 108.916h91.927c60.044 0 108.87-48.873 108.87-108.916a108.963 108.963 0 0 0-108.87-108.87z m0 148.014h-91.928a39.098 39.098 0 0 1 0-78.15h91.927a39.098 39.098 0 0 1 0 78.15z m0 90.159h-91.928a109.01 109.01 0 0 0-108.87 108.916c0 60.044 48.826 108.917 108.87 108.917h91.927A109.056 109.056 0 0 0 664.67 512.79c0-60.043-48.826-108.916-108.87-108.916z m0 148.014h-91.928a39.098 39.098 0 0 1 0-78.196h91.927a39.098 39.098 0 0 1 0 78.196z m0 91.835h-91.928a108.963 108.963 0 0 0-108.87 108.823 109.01 109.01 0 0 0 108.87 108.916h91.927a109.01 109.01 0 0 0 108.87-108.916A108.963 108.963 0 0 0 555.8 643.724z m0 147.921h-91.928a39.052 39.052 0 1 1 0-78.103h91.927a39.052 39.052 0 1 1 0 78.103zM326.75 520.89a34.91 34.91 0 0 1-34.91 34.91H190.883a74.333 74.333 0 1 0-11.357 147.781v-18.665c0-4.747 2.932-8.983 7.307-10.798a11.962 11.962 0 0 1 12.754 2.84l47.476 49.989a11.59 11.59 0 0 1 0 16.012l-47.476 49.99a11.543 11.543 0 0 1-12.754 2.792 11.543 11.543 0 0 1-7.307-10.798v-11.497c-74.194-5.958-132.98-67.491-132.98-143.174 0-79.546 64.744-144.29 144.29-144.29h100.957a34.91 34.91 0 0 1 34.956 34.908z m516.142 20.946v11.357a11.543 11.543 0 0 1-11.637 11.636 11.73 11.73 0 0 1-8.471-3.63l-47.476-49.99a11.636 11.636 0 0 1 0-16.012l47.476-49.99a11.87 11.87 0 0 1 12.753-2.839 11.636 11.636 0 0 1 7.308 10.799v18.85a74.426 74.426 0 0 0 64.745-73.541c0-41.053-33.42-74.473-74.473-74.473H730.298a34.91 34.91 0 0 1 0-69.818h102.866c79.546 0 144.29 64.744 144.29 144.29 0 76.289-59.578 138.24-134.562 143.36z" p-id="5197"></path></svg>
|
package/src/icons/svg/radio.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1575966775973" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="879" xmlns:xlink="http://www.w3.org/1999/xlink" width="81" height="81"><defs><style type="text/css"></style></defs><path d="M507.39346659 71.84873358c241.53533667 0 437.39770766 195.85422109 437.39770767 437.37442191 0 241.53766571-195.86237099 437.38955776-437.39770767 437.38955776-241.50040803 0-437.34997219-195.85189205-437.34997219-437.38955776C70.0434944 267.70295467 265.89189347 71.84873358 507.39346659 71.84873358L507.39346659 71.84873358zM507.39346659 282.81899805c-125.00686734 0-226.37039389 101.38914133-226.37039388 226.41813048 0 125.01268821 101.36352768 226.39717262 226.37039388 226.39717262 125.04295993 0 226.42395136-101.38448441 226.42395136-226.39717262C733.81625401 384.20813938 632.43642653 282.81899805 507.39346659 282.81899805L507.39346659 282.81899805zM507.39346659 120.78172615c-214.46664192 0-388.42047261 173.95150279-388.4204726 388.44026539 0 214.51204949 173.95499463 388.46122325 388.4204726 388.46122325 214.52369237 0 388.46005817-173.94800981 388.46005818-388.46122325C895.85236082 294.73322894 721.91715897 120.78172615 507.39346659 120.78172615z" p-id="880"></path></svg>
|
package/src/icons/svg/rate.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1577246781606" class="icon" viewBox="0 0 1069 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1098" xmlns:xlink="http://www.w3.org/1999/xlink" width="84.5595703125" height="81"><defs><style type="text/css"></style></defs><path d="M633.72929961 378.02038203l9.49872568 18.68789795 20.78025469 2.79745225 206.61592412 27.33248408a11.46496817 11.46496817 0 0 1 6.6095543 19.47324902l-147.2675168 147.35350284-14.89299345 14.89299345 3.8006376 20.68280244 37.84585956 204.89044571a11.46496817 11.46496817 0 0 1-16.4808914 12.2961788L554.68980898 751.84713388l-18.68789794-9.49299345-18.48726123 9.99171915-183.23885392 99.34968163a11.46496817 11.46496817 0 0 1-16.78471347-11.8662416l32.5433127-205.79617881 3.29617793-20.78598692-15.19108243-14.49172002-151.03375839-143.48407587a11.46496817 11.46496817 0 0 1 6.09936328-19.63949062l205.79617881-32.63503185 20.78598691-3.2961788L428.87898125 380.72038203 518.59235674 192.64331182a11.46496817 11.46496817 0 0 1 20.56815264-0.26369385l94.56879023 185.63503183zM496.64840732 85.52038203l-121.75796162 254.98089229L95.76433145 384.76178369A34.3949045 34.3949045 0 0 0 77.46050938 443.66879023l204.87324901 194.66369385-44.16879023 279.1146498a34.3949045 34.3949045 0 0 0 50.36560489 35.61592325l248.4-134.67898038 251.84522285 128.27579591a34.3949045 34.3949045 0 0 0 49.43694287-36.89426777l-51.30573223-277.85350284 199.73120977-199.90891758a34.3949045 34.3949045 0 0 0-19.82866201-58.40827998l-280.11783428-37.03184736L558.32993633 84.71210205a34.3949045 34.3949045 0 0 0-61.68152901 0.80254775z" p-id="1099"></path></svg>
|
package/src/icons/svg/remark.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1698745561340" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4937" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M544 0C281.6 0 64 217.6 64 480S281.6 960 544 960 1024 742.4 1024 480 806.4 0 544 0z m0 896C313.6 896 128 710.4 128 480S313.6 64 544 64 960 249.6 960 480 774.4 896 544 896zM576 224v384c0 19.2-12.8 32-32 32S512 627.2 512 608v-384c0-19.2 12.8-32 32-32s32 12.8 32 32z m0 512c0 19.2-12.8 32-32 32s-32-12.8-32-32 12.8-32 32-32 32 12.8 32 32z" fill="" p-id="4938"></path></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1588552949749" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1802" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M834.2654461 933.87476599H189.7345539A99.37494442 99.37494442 0 0 1 90.12523401 834.2654461V189.7345539A99.37494442 99.37494442 0 0 1 189.7345539 90.12523401h644.53089221A99.37494442 99.37494442 0 0 1 933.87476599 189.7345539v644.53089221A99.37494442 99.37494442 0 0 1 834.2654461 933.87476599zM189.7345539 140.04708127a49.68747262 49.68747262 0 0 0-49.68747263 49.68747263v644.53089221a49.68747262 49.68747262 0 0 0 49.68747262 49.68747262h644.53089221a49.68747262 49.68747262 0 0 0 49.68747263-49.68747262V189.7345539a49.68747262 49.68747262 0 0 0-49.68747263-49.68747263z" p-id="1803"></path><path d="M561.68747262 239.18765188h247.73423676a23.43748728 23.43748728 0 0 1 24.84373673 24.84373591 23.43748728 23.43748728 0 0 1-24.84373673 24.84373589H561.68747262a23.43748728 23.43748728 0 0 1-24.84373672-24.84373589 23.43748728 23.43748728 0 0 1 24.84373672-24.84373591z m0 123.9843057h247.73423676a24.84373591 24.84373591 0 0 1 0 49.68747262H561.68747262a24.84373591 24.84373591 0 1 1 0-49.68747262z m0 123.98430652h247.73423676a24.84373591 24.84373591 0 0 1 0 49.68747181H561.68747262a24.84373591 24.84373591 0 0 1 0-49.68747181zM214.57829062 611.1405698h594.84341876a24.84373591 24.84373591 0 0 1 0 49.68747263H214.57829062a24.84373591 24.84373591 0 0 1 0-49.68747263z m0 123.98430652h594.84341876a24.84373591 24.84373591 0 0 1 0 49.6874718H214.57829062a24.84373591 24.84373591 0 1 1 0-49.6874718z m52.03122061-280.07797001h133.82805103l32.10935696 81.79682959h46.87497372l-123.51555642-297.65608402H311.14073697l-121.40618308 297.65608403h46.87497373z m61.87496594-156.32803812a171.56240497 171.56240497 0 0 0 4.92187226-19.68748901 72.18745972 72.18745972 0 0 1 5.15624688 19.68748901l49.45309717 123.98430652H279.03137918z" p-id="1804"></path></svg>
|
package/src/icons/svg/row.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1579339929870" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1182" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M152 854.856875h325.7146875V237.715625H134.856875v600q0 6.99375 5.0746875 12.0684375T152 854.856875z m737.143125-17.1421875v-600H546.284375v617.1421875H872q6.99375 0 12.0684375-5.07375t5.0746875-12.0684375z m68.5715625-651.429375V837.715625q0 35.3821875-25.16625 60.5484375T872 923.4284375H152q-35.383125 0-60.5484375-25.1653125T66.284375 837.7146875V186.284375q0-35.3821875 25.16625-60.5484375T152 100.5715625h720q35.383125 0 60.5484375 25.1653125t25.16625 60.5484375z" p-id="1183"></path></svg>
|
package/src/icons/svg/select.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1575803481213" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="804" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M62 511.97954521C62 263.86590869 263.90681826 62 511.97954521 62s449.97954521 201.825 449.97954521 449.97954521c0 248.19545479-201.90681826 449.97954521-449.97954521 449.97954521C263.90681826 962 62 760.175 62 511.97954521M901.98636348 511.97954521c0-215.24318174-175.00909131-390.41590869-390.00681827-390.41590869-215.03863652 0-389.96590869 175.17272695-389.96590868 390.41590869 0 215.28409131 175.00909131 390.45681826 389.96590868 390.45681826C727.01818174 902.47727305 901.98636348 727.30454521 901.98636348 511.97954521M264.17272695 430.28409131c0-5.76818174 2.12727305-11.51590869 6.64772696-15.87272696 8.71363652-8.75454521 22.88863652-8.75454521 31.725 0l209.4340913 208.22727305L721.45454521 414.53409131c8.75454521-8.71363652 22.97045479-8.71363652 31.90909132 0 8.71363652 8.75454521 8.71363652 22.88863652 0 31.60227304L511.97954521 685.74090869 270.71818174 446.01363653C266.27954521 441.77954521 264.17272695 436.05227305 264.17272695 430.28409131" p-id="805"></path></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1715223829262" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6217" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M122.368 165.888h778.24c-9.216 0-16.384-7.168-16.384-16.384v713.728c0-9.216 7.168-16.384 16.384-16.384h-778.24c9.216 0 16.384 7.168 16.384 16.384V150.016c0 8.192-6.656 15.872-16.384 15.872z m-32.768 684.544c0 26.112 20.992 47.104 47.104 47.104h750.08c26.112 0 47.104-20.992 47.104-47.104V162.304c0-26.112-20.992-47.104-47.104-47.104H136.704c-26.112 0-47.104 20.992-47.104 47.104v688.128z" p-id="6218"></path><path d="M573.44 646.656l-3.072 6.144c-8.192 12.288-14.336 25.088-19.456 38.912-6.656 18.944-3.072 36.352 16.896 43.008 34.816 11.264 72.704 9.216 106.496-4.608 9.216-3.072 11.264-4.096 34.304-12.8 16.384-6.656 33.792-12.8 51.2-17.408 1.024 0 2.048-0.512 3.072-1.024 10.24-2.048 6.656-5.632 16.896 1.024 3.584 3.072 8.704 4.096 13.312 3.072 4.608-1.024 5.632-3.072 8.192-7.68 5.632-8.192 3.584-19.456-4.608-25.088-18.944-12.8-22.528-10.24-41.472-6.144-1.536 0.512-3.072 0.512-4.096 1.024-18.944 5.12-37.376 11.264-55.808 18.432-22.016 8.704-24.064 9.728-32.768 12.288-24.576 10.24-52.224 12.8-78.336 6.144 4.608-11.264 10.24-22.016 16.896-32.256 1.536-2.048 2.56-4.096 3.584-6.144 8.704-13.824 15.36-29.184 18.432-45.056 4.096-19.456-7.68-38.4-27.136-42.496-0.512 0-1.536-0.512-2.048-0.512-27.648-6.656-59.392 3.072-148.992 37.888-81.92 32.256-117.76 41.984-129.024 35.84-4.096-2.56-8.704-3.072-13.312-1.536-9.728 2.56-15.36 12.8-12.8 22.016 1.024 4.608 4.096 8.192 8.192 10.752 23.04 8.704 48.64 7.68 71.168-2.048 29.696-9.216 59.392-19.456 88.064-32.256 77.824-30.72 111.104-40.448 126.976-36.352 3.072 1.024 3.072 0 2.56 3.072-2.56 12.288-7.168 23.552-13.312 33.792zM665.088 235.52c-19.456-17.92-49.664-17.408-68.608 1.024L312.32 519.68c-2.048 2.048-3.584 4.608-4.608 7.68l-22.528 80.896c-2.56 9.728 3.072 19.456 12.8 21.504 3.584 1.024 7.68 0.512 11.264-0.512l71.168-29.696c5.632-2.56 10.752-5.632 15.36-10.24l283.648-269.824 2.56-2.56c18.432-19.456 17.92-50.176-2.048-68.608l-1.024-1.024-13.824-11.776z" p-id="6219"></path></svg>
|
package/src/icons/svg/slider.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1577185310368" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1238" xmlns:xlink="http://www.w3.org/1999/xlink" width="81" height="81"><defs><style type="text/css"></style></defs><path d="M951.453125 476.84375H523.671875a131.8359375 131.8359375 0 0 0-254.1796875 0H72.546875v70.3125h196.9453125a131.8359375 131.8359375 0 0 0 254.1796875 0H951.453125z" p-id="1239"></path></svg>
|
package/src/icons/svg/steps.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1719804826509" class="icon" viewBox="0 0 2205 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5962" xmlns:xlink="http://www.w3.org/1999/xlink" width="430.6640625" height="200"><path d="M1969.230769 551.384615c-102.4 0-189.046154 63.015385-220.553846 157.538462H1331.2c-31.507692-94.523077-118.153846-157.538462-220.553846-157.538462-102.4 0-189.046154 63.015385-220.553846 157.538462h-433.23077c-31.507692-94.523077-118.153846-157.538462-220.553846-157.538462-133.907692 0-236.307692 102.4-236.307692 236.307693s102.4 236.307692 236.307692 236.307692c102.4 0 189.046154-63.015385 220.553846-157.538462h417.476924c31.507692 94.523077 118.153846 157.538462 220.553846 157.538462 102.4 0 189.046154-63.015385 220.553846-157.538462H1732.923077c31.507692 94.523077 118.153846 157.538462 220.553846 157.538462 133.907692 0 236.307692-102.4 236.307692-236.307692s-86.646154-236.307692-220.553846-236.307693zM236.307692 866.461538c-47.261538 0-78.769231-31.507692-78.76923-78.76923s31.507692-78.769231 78.76923-78.769231 78.769231 31.507692 78.769231 78.769231-31.507692 78.769231-78.769231 78.76923z m866.461539 0c-47.261538 0-78.769231-31.507692-78.769231-78.76923s31.507692-78.769231 78.769231-78.769231 78.769231 31.507692 78.769231 78.769231-31.507692 78.769231-78.769231 78.76923z m866.461538 0c-47.261538 0-78.769231-31.507692-78.769231-78.76923s31.507692-78.769231 78.769231-78.769231 78.769231 31.507692 78.769231 78.769231-31.507692 78.769231-78.769231 78.76923zM165.257846 92.16l-68.529231 44.898462V71.837538L174.710154 16.541538H241.821538V354.461538H165.257846V92.16z m749.095385 250.013538l123.825231-130.914461c16.384-17.329231 29.380923-33.634462 38.990769-48.915692s14.414769-30.641231 14.414769-46.08c0-14.178462-3.780923-25.363692-11.342769-33.555693-7.561846-8.192-18.747077-12.288-33.555693-12.288-15.123692 0-27.254154 4.726154-36.391384 14.178462-9.137231 9.452308-14.966154 25.363692-17.486769 47.734154h-69.474462c1.890462-39.384615 13.942154-69.316923 36.155077-89.796923 22.212923-20.48 52.381538-30.72 90.505846-30.72 18.589538 0 35.209846 2.520615 49.860923 7.561846s27.017846 11.972923 37.100308 20.795077c9.767385 9.137231 17.250462 20.007385 22.449231 32.610461 5.198769 12.603077 7.798154 26.466462 7.798154 41.590154a115.790769 115.790769 0 0 1-17.959385 62.385231 304.758154 304.758154 0 0 1-47.261539 57.186461l-63.803076 62.385231h131.387076V354.461538h-255.212307v-12.288z m1008.718769 17.48677c-43.165538 0-75.697231-10.161231-97.595077-30.483693-21.897846-20.322462-33.634462-47.655385-35.209846-81.998769h69.001846c1.575385 16.384 7.010462 29.853538 16.305231 40.408616s24.182154 15.832615 44.662154 15.832615c19.219692 0 33.398154-4.332308 42.535384-12.996923 9.137231-8.664615 13.705846-20.558769 13.705846-35.682462 0-16.384-4.489846-28.593231-13.469538-36.627692-8.979692-8.034462-22.606769-12.051692-40.881231-12.051692h-26.466461V155.017846h24.576c17.959385 0 31.035077-3.859692 39.227077-11.579077 8.192-7.719385 12.288-18.825846 12.288-33.319384 0-11.972923-3.859692-21.976615-11.579077-30.011077-7.719385-8.034462-19.456-12.051692-35.209846-12.051693-16.068923 0-28.908308 4.489846-38.518154 13.469539-9.609846 8.979692-15.36 21.504-17.250462 37.572923h-67.584c0.945231-15.438769 4.332308-29.696 10.161231-42.771692 5.828923-13.075692 14.099692-24.497231 24.812308-34.264616 10.397538-9.452308 23.158154-16.856615 38.281846-22.212923 15.123692-5.356308 32.295385-8.034462 51.515077-8.034461 18.589538 0 35.131077 2.284308 49.624615 6.852923 14.493538 4.568615 26.781538 10.948923 36.864 19.140923 10.082462 8.192 17.801846 17.880615 23.158154 29.065846 5.356308 11.185231 8.034462 23.394462 8.034461 36.627692 0 18.904615-5.041231 34.343385-15.123692 46.316308-10.082462 11.972923-23.630769 20.952615-40.644923 26.939077 19.849846 4.411077 35.761231 13.312 47.734154 26.702769 11.972923 13.390769 17.959385 30.956308 17.959385 52.696615 0 31.822769-11.500308 57.028923-34.500924 75.618462-23.000615 18.589538-55.138462 27.884308-96.413538 27.884308z" p-id="5963"></path></svg>
|
package/src/icons/svg/sub.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1719567368589" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5116" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M489.74 105.6h44.52v812.67h-44.52" p-id="5117"></path><path d="M207.6 317.44c0-12.29 9.97-22.26 22.26-22.26H504.6c12.29 0 22.26 9.97 22.26 22.26 0 12.29-9.97 22.26-22.26 22.26H229.86c-12.29 0-22.26-9.96-22.26-22.26zM209.14 508.8c0-12.29 9.97-22.26 22.26-22.26h274.74c12.29 0 22.26 9.97 22.26 22.26 0 12.29-9.97 22.26-22.26 22.26H231.4c-12.3 0-22.26-9.97-22.26-22.26zM209.14 700.15c0-12.29 9.97-22.26 22.26-22.26h274.74c12.29 0 22.26 9.97 22.26 22.26 0 12.29-9.97 22.26-22.26 22.26H231.4c-12.3 0-22.26-9.96-22.26-22.26zM583.72 278.87c0-12.29 9.97-22.26 22.26-22.26h196.8c12.29 0 22.26 9.97 22.26 22.26 0 12.29-9.97 22.26-22.26 22.26h-196.8c-12.3 0-22.26-9.97-22.26-22.26zM583.72 433.26c0-12.29 9.97-22.26 22.26-22.26h196.8c12.29 0 22.26 9.97 22.26 22.26 0 12.29-9.97 22.26-22.26 22.26h-196.8c-12.3 0-22.26-9.96-22.26-22.26zM583.72 587.65c0-12.29 9.97-22.26 22.26-22.26h196.8c12.29 0 22.26 9.97 22.26 22.26 0 12.29-9.97 22.26-22.26 22.26h-196.8c-12.3 0-22.26-9.96-22.26-22.26zM583.72 742.05c0-12.29 9.97-22.26 22.26-22.26h196.8c12.29 0 22.26 9.97 22.26 22.26 0 12.29-9.97 22.26-22.26 22.26h-196.8c-12.3 0-22.26-9.97-22.26-22.26z" p-id="5118"></path><path d="M794.17 102.4H489.68v45.51h304.49c45.16 0.2 81.71 36.76 81.92 81.92v564.34c-0.2 45.16-36.76 81.71-81.92 81.92H229.83c-45.16-0.2-81.72-36.76-81.92-81.92V229.83c0.2-45.16 36.76-81.71 81.92-81.92h195.21c12.57 0 22.76-10.19 22.76-22.76 0-12.57-10.19-22.76-22.76-22.76H229.83c-70.09 0-127.43 57.34-127.43 127.43v564.34c0 70.09 57.34 127.43 127.43 127.43h564.34c70.09 0 127.43-57.34 127.43-127.43V229.83c0-70.09-57.34-127.43-127.43-127.43z" p-id="5119"></path></svg>
|
package/src/icons/svg/swipe.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="180.12px" viewBox="0 0 1137 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M1137.152 0H0v861.184h1137.152V0zM88.064 788.992L368.64 393.216l366.592 372.224 124.928-128.512 156.672 152.064H88.064z m770.048-256l-123.904 128-375.296-380.416-294.4 416.256V64.512h1008.64v678.912l-215.04-210.432z" /><path d="M1003.008 312.832c0-98.304-79.872-178.176-178.176-178.176-98.304 0-178.176 79.872-178.176 178.176s79.872 178.176 178.176 178.176c98.304 0 178.176-79.872 178.176-178.176z m-72.192 0c0 58.368-47.616 105.984-105.984 105.984-58.368 0-105.984-47.616-105.984-105.984s47.616-105.984 105.984-105.984c58.368 0 105.984 47.616 105.984 105.984zM253.952 962.048c0 33.792 27.136 60.928 60.928 60.928s60.928-27.136 60.928-60.928c0-33.792-27.136-60.928-60.928-60.928s-60.928 27.136-60.928 60.928zM507.392 962.048c0 33.792 27.136 60.928 60.928 60.928s60.928-27.136 60.928-60.928S602.112 901.12 568.32 901.12c-33.28 0-60.928 27.136-60.928 60.928zM761.344 962.048c0 33.792 27.136 60.928 60.928 60.928 33.792 0 60.928-27.136 60.928-60.928s-27.136-60.928-60.928-60.928-60.928 27.136-60.928 60.928z" /></svg>
|
package/src/icons/svg/switch.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1576042673958" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1110" xmlns:xlink="http://www.w3.org/1999/xlink" width="81" height="81"><defs><style type="text/css"></style></defs><path d="M692 792H332c-150 0-270-120-270-270s120-270 270-270h360c150 0 270 120 270 270 0 147-120 270-270 270zM332 312c-117 0-210 93-210 210s93 210 210 210h360c117 0 210-93 210-210s-93-210-210-210H332z" p-id="1111"></path><path d="M341 522m-150 0a150 150 0 1 0 300 0 150 150 0 1 0-300 0Z" p-id="1112"></path></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1720084755394" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8080" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M925.866667 569.6 883.2 612.266667 795.733333 524.8 838.4 482.133333C847.36 472.746667 862.293333 472.746667 871.253333 482.133333L925.866667 536.746667C935.253333 545.706667 935.253333 560.64 925.866667 569.6M512 808.106667 770.986667 549.546667 858.453333 637.013333 599.893333 896 512 896 512 808.106667M170.666667 85.333333 768 85.333333C814.933333 85.333333 853.333333 123.733333 853.333333 170.666667L853.333333 348.586667 689.92 512 512 512 512 689.92 433.92 768 170.666667 768C123.733333 768 85.333333 729.6 85.333333 682.666667L85.333333 170.666667C85.333333 123.733333 123.733333 85.333333 170.666667 85.333333M170.666667 256 170.666667 426.666667 426.666667 426.666667 426.666667 256 170.666667 256M512 256 512 426.666667 768 426.666667 768 256 512 256M170.666667 512 170.666667 682.666667 426.666667 682.666667 426.666667 512 170.666667 512Z" p-id="8081"></path></svg>
|
package/src/icons/svg/table.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1595774196464" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4269" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M856.187 65.711H167.215c-56.054 0-101.554 45.5-101.554 101.554v688.972c0 56.054 45.5 101.554 101.554 101.554h688.972c56.054 0 101.554-45.5 101.554-101.554V167.265c0-56.054-45.5-101.554-101.554-101.554z m-677.024 51.773H844.24c34.05 0 61.729 27.678 61.729 61.728v183.594H117.434V179.212c0-34.05 27.678-61.728 61.729-61.728z m217.046 297.094H634.66v219.934H396.209V414.578z m-51.773 219.834H117.434V414.578h227.002v219.834z m341.997-219.834H905.97v219.934H686.433V414.578z m157.807 491.44H179.163c-34.05 0-61.73-27.678-61.73-61.728V686.185h227.003v219.833h51.773V686.185H634.66v219.833h51.772V686.185H905.97V844.29c0 34.05-27.679 61.728-61.729 61.728z" p-id="4270"></path></svg>
|
package/src/icons/svg/table2.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1717745290229" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5985" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M128 128v768h768V128z m682.666667 341.333333H554.666667V213.333333h256zM469.333333 213.333333v256H213.333333V213.333333zM213.333333 554.666667h256v256H213.333333z m341.333334 256V554.666667h256v256z" p-id="5986"></path></svg>
|
package/src/icons/svg/table3.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1717745463066" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8139" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M128 448h704v64H128z" p-id="8140"></path><path d="M448 128h64v704H448z" p-id="8141"></path><path d="M512 128h320v320H512z" opacity=".565" p-id="8142"></path><path d="M832 128h64v384h-64z" p-id="8143"></path><path d="M732.48 892.8L640 894.72l1.984-92.416L868.288 576l90.496 90.496-226.304 226.304z" p-id="8144"></path></svg>
|
package/src/icons/svg/tabs.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1717659039038" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6089" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M376.6 494.8c5.1 4.8 7.9 11.7 7.6 18.7 0.4 7.1-2.5 14-7.6 18.7-5.3 4.7-12.3 7.2-19.3 6.9h-69.6v235.1c0.2 7.4-2.9 14.4-8.4 19.1-5.5 5.4-12.9 8.3-20.5 8.1-7.6 0.3-15.1-2.7-20.5-8.1-5.3-4.9-8.2-11.9-8.1-19.1v-235H161c-7.2 0.3-14.2-2.3-19.3-7.3-5.2-4.8-8-11.7-7.6-18.7-0.3-7 2.5-13.7 7.6-18.3 5.3-4.8 12.2-7.3 19.3-7h198.4c6.3 0 12.4 2.5 17.2 6.9z m215.7 70.1c5.2 5.1 8 12.2 7.7 19.6v189.9c0.3 7.2-2.5 14.2-7.7 19.1-4.8 5.3-11.7 8.3-18.9 8.1-7.1 0.1-13.9-2.7-18.9-7.7-4.8-5.2-7.6-12-7.6-19.1-18 19.5-42.9 30.8-69.2 31.4-19.7 0.3-38.9-5.3-55.5-15.9-17.2-10.7-31.2-26.1-40.3-44.4-19.3-40.4-19.3-87.6 0-128 8.9-18.4 22.9-33.8 40.3-44.4 16-10.5 34.8-16.1 53.9-15.9 26.3-0.1 51.8 9.8 71.2 27.7-0.2-7.3 2.6-14.4 7.7-19.6 10.6-10.2 27.2-10.2 37.8 0l-0.5-0.8z m-61.2 168.7c24.1-31.6 24.1-75.6 0-107.2-11.5-14.3-28.9-22.3-47.1-21.6-17.9-0.5-35.1 7.4-46.3 21.6-12.1 15-18.5 34-18.1 53.4-0.6 19.5 5.7 38.6 17.7 53.8 11.6 13.9 28.8 21.7 46.7 21.2 18.1 0.4 35.3-7.4 47.1-21.2zM835.4 573c17.1 10.7 31 25.9 40.3 44 9.9 19.8 14.9 41.8 14.5 64 0.4 22.3-4.6 44.4-14.5 64.4-9 18.3-23 33.7-40.3 44.4-16 10.6-34.8 16.1-53.9 15.9-13.9 0.2-27.7-2.9-40.3-9-11.6-5-22.1-12.2-31-21.2v2.8c0.2 7.2-2.5 14.2-7.5 19.4-5 5.1-11.9 8-19.1 7.9-7.1 0.3-14-2.5-18.9-7.7-5.2-5.1-8-12.2-7.6-19.6V497.2c-0.2-7.3 2.5-14.4 7.6-19.6 10.6-10.3 27.2-10.3 37.8 0 5.1 5.2 7.9 12.2 7.6 19.6v93.3c8-9.8 18-17.7 29.4-23.2 12.4-6.8 26.2-10.3 40.3-10.2 19.7-0.2 39 5.3 55.6 15.9z m-15.7 163c12.2-15.1 18.6-34.3 18.1-53.8 0.6-19.4-5.7-38.3-17.7-53.4-12-13.4-29-21.1-46.9-21.1s-34.9 7.7-46.9 21.1c-24.1 31.6-24.1 75.6 0 107.2 11.6 14.1 29 22.1 47.1 21.6 18.3-0.2 35.4-9.1 46.3-24v2.4zM708.1 253.5c-15.5 0-28-12.5-28-28V113.4c-0.1-8 0-15.9 0-23.8V77.9c0-15.5 12.5-28 28-28H886c17 0 32.9 6.6 45 18.6 11.3 11.3 17.8 26 18.6 41.8 0.1 0.7 0.1 1.4 0.1 2.1v113.2c0 15.5-12.5 28-28 28H708.1z m28-56h157.4v-84.1c0-2-0.8-3.9-2.2-5.4-1.4-1.4-3.4-2.2-5.4-2.2H736.1v91.7zM371.9 254.6c-15.5 0-28-12.5-28-28V78.9c0-15.4 12.5-27.9 27.9-28l213.4-1.1h0.1c17 0 32.9 6.6 45 18.6 12 12.1 18.6 28 18.6 45v113.2c0 15.5-12.5 28-28 28h-249z m28-56.1h193v-85.2c0-2-0.8-3.9-2.2-5.4-1.4-1.4-3.3-2.2-5.3-2.2l-185.5 0.9v91.9z" p-id="6090"></path><path d="M72.4 974.2c-17.3 0-33.5-6.7-45.7-18.7-12.2-12.1-18.9-28.1-18.9-45.1V113.6c0-35.2 29-63.8 64.6-63.8h169c17.3 0 33.5 6.6 45.7 18.7 12.2 12 18.9 28.1 18.9 45.1V283c0 2 0.8 3.9 2.3 5.4 1.5 1.4 3.4 2.2 5.4 2.2h637.9c17.3 0 33.5 6.6 45.7 18.7 12.2 12 18.9 28 18.9 45.1v556c0 17.1-6.7 33.1-18.9 45.1s-28.4 18.7-45.7 18.7H72.4z m7.7-860.6c-4.3 0-7.7 3.4-7.7 7.6v788.7c0 2 0.8 4 2.3 5.4 1.4 1.4 3.4 2.2 5.4 2.2h871.5c2.1 0 4-0.8 5.4-2.2 1.5-1.4 2.3-3.3 2.3-5.4V350.6c0-2-0.8-3.9-2.2-5.3-1.5-1.5-3.4-2.3-5.4-2.3h-638c-17.3 0-33.5-6.7-45.7-18.7-12.2-12-18.9-28.1-18.9-45.1V121.1c0-2-0.8-3.9-2.3-5.4-1.4-1.4-3.4-2.2-5.4-2.2H80.1z" p-id="6091"></path></svg>
|
package/src/icons/svg/tag.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1720082139571" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5096" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M512 910.208L910.208 512 480.832 82.624l-378.816 24.448-19.776 373.376L512 910.208zM0 512L25.472 31.36 512 0l512 512-512 512-512-512z m293.376-128.96a85.952 85.952 0 1 0 0-171.904 85.952 85.952 0 0 0 0 171.904z" p-id="5097"></path></svg>
|
package/src/icons/svg/text.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1717746387249" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11764" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M853.333333 138.666667H170.666667c-17.066667 0-32 14.933333-32 32v128c0 17.066667 14.933333 32 32 32s32-14.933333 32-32V202.666667h277.333333v618.666666H384c-17.066667 0-32 14.933333-32 32s14.933333 32 32 32h256c17.066667 0 32-14.933333 32-32s-14.933333-32-32-32h-96v-618.666666h277.333333V298.666667c0 17.066667 14.933333 32 32 32s32-14.933333 32-32V170.666667c0-17.066667-14.933333-32-32-32z" p-id="11765"></path></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1575802855098" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2984" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M896 160H128c-35.2 0-64 28.8-64 64v576c0 35.2 28.8 64 64 64h768c35.2 0 64-28.8 64-64V224c0-35.2-28.8-64-64-64z m0 608c0 16-12.8 32-32 32H160c-19.2 0-32-12.8-32-32V256c0-16 12.8-32 32-32h704c19.2 0 32 12.8 32 32v512z" p-id="2985"></path><path d="M224 288c-19.2 0-32 12.8-32 32v256c0 16 12.8 32 32 32s32-12.8 32-32V320c0-16-12.8-32-32-32z m608 480c19.2 0 32-12.8 32-32V608L704 768h128z" p-id="2986"></path></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1579774825624" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1248" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M498.595712 482.290351 345.420077 482.290351l0 57.307194 210.477712 0L555.897789 274.196942l-57.301054 0L498.596735 482.290351zM498.595712 482.290351" p-id="1249"></path><path d="M577.685002 644.98478l379.879913 0 0 57.302077L577.685002 702.286858 577.685002 644.98478 577.685002 644.98478zM577.685002 644.98478" p-id="1250"></path><path d="M577.685002 773.764795l379.879913 0 0 57.307194L577.685002 831.071989 577.685002 773.764795 577.685002 773.764795zM577.685002 773.764795" p-id="1251"></path><path d="M577.685002 902.549927l379.879913 0 0 57.307194L577.685002 959.857121 577.685002 902.549927 577.685002 902.549927zM577.685002 902.549927" p-id="1252"></path><path d="M102.523001 382.290823c4.450359 2.615571 9.470699 3.954055 14.530948 3.954055 2.969635 0 5.952572-0.461511 8.836249-1.394766l190.809767-61.886489c15.052834-4.882194 23.297612-21.040199 18.415418-36.08894-4.882194-15.052834-21.040199-23.297612-36.093033-18.415418L175.676092 308.458257c15.994276-26.115797 35.170011-50.537 57.370639-72.743768 73.767074-73.767074 171.845857-114.388237 276.16783-114.388237 104.32095 0 202.39564 40.622186 276.16169 114.388237s114.393353 171.845857 114.393353 276.16783c0 26.427906-2.615571 52.449559-7.709589 77.780481l58.302871 0c4.464685-25.499767 6.708795-51.470255 6.708795-77.780481 0-60.449767-11.845793-119.102608-35.204803-174.336584-22.559808-53.334719-54.850236-101.226472-95.968725-142.349055-41.122583-41.122583-89.017406-73.408917-142.348032-95.968725C628.317169 75.866898 569.659211 64.021106 509.215584 64.021106c-60.448744 0-119.106702 11.845793-174.336584 35.207873-53.334719 22.559808-101.230566 54.846142-142.349055 95.968725-23.980157 23.980157-44.934398 50.278103-62.727647 78.601172l-20.738323-105.655342c-3.043313-15.527648-18.105357-25.642007-33.631982-22.599717-15.527648 3.048429-25.64303 18.105357-22.599717 33.637098l36.102243 183.932126C90.51348 371.153158 95.460142 378.13313 102.523001 382.290823L102.523001 382.290823zM102.523001 382.290823" p-id="1253"></path><path d="M126.020158 587.9416 67.768453 587.9416c5.759167 33.679054 15.368012 66.544579 28.789697 98.278327 22.559808 53.333696 54.850236 101.225449 95.971795 142.348032 41.122583 41.122583 89.014336 73.408917 142.349055 95.968725 54.112432 22.88829 111.517863 34.71157 170.668031 35.18229L505.547031 902.395408c-102.94972-0.941442-199.594851-41.445948-272.499277-114.349351C177.545672 732.543975 140.810003 663.275355 126.020158 587.9416L126.020158 587.9416zM126.020158 587.9416" p-id="1254"></path></svg>
|
package/src/icons/svg/time.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1577099827399" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1008" xmlns:xlink="http://www.w3.org/1999/xlink" width="81" height="81"><defs><style type="text/css"></style></defs><path d="M520 559h204c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32H488c-17.673 0-32-14.327-32-32 0-0.167 0.001-0.334 0.004-0.5a32.65 32.65 0 0 1-0.004-0.5V277c0-17.673 14.327-32 32-32 17.673 0 32 14.327 32 32v282z m-8 401C264.576 960 64 759.424 64 512S264.576 64 512 64s448 200.576 448 448-200.576 448-448 448z m0-64c212.077 0 384-171.923 384-384S724.077 128 512 128 128 299.923 128 512s171.923 384 384 384z" p-id="1009"></path></svg>
|
package/src/icons/svg/tree.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1735525275511" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5318" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M976 768H960v-208c0-61.76-50.24-112-112-112H576v-128h16c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v128H176C114.24 448 64 498.24 64 560V768h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48H192v-192h256v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48H576v-192h256v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48zM192 960H64v-128h128v128z m384 0h-128v-128h128v128zM448 256V128h128v128h-128z m512 704h-128v-128h128v128z" p-id="5319"></path></svg>
|
package/src/icons/svg/unknow.svg
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>切片</title>
|
|
4
|
-
<g id="页面-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="知识库/本级文档" transform="translate(-28.000000, -946.000000)">
|
|
6
|
-
<g id="编组-5备份-7" transform="translate(16.000000, 934.000000)">
|
|
7
|
-
<g id="文件类型/mp4" transform="translate(12.000000, 12.000000)">
|
|
8
|
-
<rect id="矩形备份-7" fill-opacity="0" fill="#FFFFFF" x="0" y="0" width="48" height="48"></rect>
|
|
9
|
-
<g id="编组" transform="translate(6.035112, 4.000000)" fill-rule="nonzero">
|
|
10
|
-
<path d="M35.9550562,11.1235955 L35.9550562,35.9550562 C35.9550562,38.4269663 33.9325843,40.4494382 31.4606741,40.4494382 L4.49438203,40.4494382 C2.02247191,40.4494382 0,38.4269663 0,35.9550562 L0,4.49438203 C0,2.02247191 2.02247191,0 4.49438203,0 L24.8314607,0 L35.9550562,11.1235955 Z" id="路径" fill="#828DB1"></path>
|
|
11
|
-
<g transform="translate(10.525327, 14.492308)" fill="#FFFFFF" id="形状">
|
|
12
|
-
<path d="M5.37638061,16.3692308 L8.30895186,16.3692308 L8.30895186,19.2 L5.37638061,19.2 L5.37638061,16.3692308 Z M13.294323,3.68 C12.3167992,1.41538462 10.0684946,0 7.52693286,0 L6.06064724,0 C2.73706649,0 0,2.64205128 0,5.85025641 L0,6.9825641 L2.93257124,6.9825641 L2.93257124,5.85025641 C2.93257124,4.15179487 4.39885687,2.83076923 6.06064724,2.83076923 L7.52693286,2.83076923 C8.89546611,2.83076923 10.0684946,3.58564103 10.5572565,4.81230769 C11.0460184,5.94461538 10.7527612,7.26564103 9.77523748,8.11487179 L6.74491386,10.8512821 C5.86514249,11.7005128 5.37638061,12.8328205 5.37638061,13.9651282 L5.37638061,14.625641 L8.30895186,14.625641 L8.30895186,13.9651282 C8.30895186,13.5876923 8.50445661,13.2102564 8.79771373,12.9271795 L11.8280373,10.1907692 C13.6853325,8.58666667 14.2718467,5.94461538 13.294323,3.68 Z"></path>
|
|
13
|
-
</g>
|
|
14
|
-
<path d="M24.8314607,8.87640449 L24.8314607,0 L35.9550562,11.1235955 L27.0786517,11.1235955 C25.8426966,11.1235955 24.8314607,10.1123596 24.8314607,8.87640449" id="路径" fill="#E9EEFF"></path>
|
|
15
|
-
</g>
|
|
16
|
-
</g>
|
|
17
|
-
</g>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
</svg>
|
package/src/icons/svg/upload.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1577540289643" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7922" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M530.944 458.24l4.8 3.456 122.176 106.816a32 32 0 0 1-37.44 51.584l-4.672-3.392L546.56 556.16v280.704a32 32 0 0 1-26.24 31.488l-5.76 0.512a32 32 0 0 1-31.424-26.24l-0.512-5.76-0.064-280.704-69.12 60.48a32 32 0 0 1-40.96 0.896l-4.16-3.968a32 32 0 0 1-0.96-40.96l4.032-4.16 122.176-106.816a32 32 0 0 1 37.312-3.456zM497.92 128c128.128 0 239.168 82.304 275.52 199.04 123.968 11.264 221.312 113.088 221.312 237.44 0 128.128-103.68 232.96-234.88 238.272h-5.888l-35.52 0.192a32 32 0 0 1-0.192-64l35.264-0.128 4.672-0.064c96.384-3.84 172.544-80.896 172.544-174.272 0-96.128-80.512-174.464-179.584-174.464h-1.984a32 32 0 0 1-32-25.28C695.872 264.96 604.736 192 497.92 192 381.824 192 285.44 277.76 274.816 388.48a32 32 0 0 1-28.352 28.8c-83.968 9.152-147.84 78.208-147.84 159.552l0.192 7.936c3.84 85.76 77.056 154.112 166.592 154.112h45.632a32 32 0 0 1 0 64h-45.632C142.016 802.944 40.32 708.032 34.88 586.88l-0.192-9.28c0-106.88 76.352-197.184 179.968-219.904C239.488 226.112 357.76 128 497.856 128z" p-id="7923"></path></svg>
|
package/src/icons/svg/view.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1687859142092" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1625" xmlns:xlink="http://www.w3.org/1999/xlink" width="240" height="240"><path d="M512 256a416.853333 416.853333 0 0 1 376.32 234.666667C817.92 634.453333 673.706667 725.333333 512 725.333333s-305.92-90.88-376.32-234.666666A416.853333 416.853333 0 0 1 512 256m0-85.333333C298.666667 170.666667 116.48 303.36 42.666667 490.666667 116.48 677.973333 298.666667 810.666667 512 810.666667s395.52-132.693333 469.333333-320C907.52 303.36 725.333333 170.666667 512 170.666667z m0 213.333333a106.666667 106.666667 0 0 1 0 213.333333 106.666667 106.666667 0 0 1 0-213.333333m0-85.333333c-105.813333 0-192 86.186667-192 192S406.186667 682.666667 512 682.666667s192-86.186667 192-192S617.813333 298.666667 512 298.666667z" p-id="1626"></path></svg>
|
package/src/icons/svg/word.svg
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>切片</title>
|
|
4
|
-
<g id="页面-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="知识库/本级文档" transform="translate(-28.000000, -538.000000)">
|
|
6
|
-
<g id="编组-5备份-3" transform="translate(16.000000, 526.000000)">
|
|
7
|
-
<g id="文件类型/word" transform="translate(12.000000, 12.000000)">
|
|
8
|
-
<rect id="矩形备份-7" fill-opacity="0" fill="#FFFFFF" x="0" y="0" width="48" height="48"></rect>
|
|
9
|
-
<g id="编组" transform="translate(6.035112, 4.000000)" fill-rule="nonzero">
|
|
10
|
-
<path d="M35.9550562,11.1235955 L35.9550562,35.9550562 C35.9550562,38.4269663 33.9325843,40.4494382 31.4606741,40.4494382 L4.49438203,40.4494382 C2.02247191,40.4494382 0,38.4269663 0,35.9550562 L0,4.49438203 C0,2.02247191 2.02247191,0 4.49438203,0 L24.8314607,0 L35.9550562,11.1235955 Z" id="路径" fill="#4F6BF6"></path>
|
|
11
|
-
<polygon id="路径" fill="#FFFFFF" points="20.7134831 29.8483146 23.058427 29.8483146 26.9662921 17.3426966 24.6224719 17.3426966"></polygon>
|
|
12
|
-
<path d="M24.8314607,8.87640449 L24.8314607,0 L35.9550562,11.1235955 L27.0786517,11.1235955 C25.8426966,11.1235955 24.8314607,10.1123596 24.8314607,8.87640449" id="路径" fill="#243EBB"></path>
|
|
13
|
-
<path d="M23.058427,29.8483146 L20.7134831,29.8483146 L16.805618,18.905618 L19.1494382,18.905618 L23.058427,29.8483146 Z M15.241573,29.8483146 L12.8966292,29.8483146 L8.98876402,17.3426966 L11.3325843,17.3426966 L15.241573,29.8483146 Z" id="形状" fill="#FFFFFF"></path>
|
|
14
|
-
<polygon id="路径" fill="#FFFFFF" points="12.8966292 29.8483146 15.241573 29.8483146 19.1494382 18.905618 16.805618 18.905618"></polygon>
|
|
15
|
-
</g>
|
|
16
|
-
</g>
|
|
17
|
-
</g>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
</svg>
|
package/src/icons/svg/xlsx.svg
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>切片</title>
|
|
4
|
-
<g id="页面-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="知识库/本级文档" transform="translate(-28.000000, -640.000000)">
|
|
6
|
-
<g id="编组-5备份-5" transform="translate(16.000000, 628.000000)">
|
|
7
|
-
<g id="文件类型/xlsx" transform="translate(12.000000, 12.000000)">
|
|
8
|
-
<rect id="矩形备份-7" fill-opacity="0" fill="#FFFFFF" x="0" y="0" width="48" height="48"></rect>
|
|
9
|
-
<g id="编组" transform="translate(6.035112, 4.000000)" fill-rule="nonzero">
|
|
10
|
-
<path d="M35.9550562,11.1235955 L35.9550562,35.9550562 C35.9550562,38.4269663 33.9325843,40.4494382 31.4606741,40.4494382 L4.49438203,40.4494382 C2.02247191,40.4494382 0,38.4269663 0,35.9550562 L0,4.49438203 C0,2.02247191 2.02247191,0 4.49438203,0 L24.8314607,0 L35.9550562,11.1235955 Z" id="路径" fill="#62C558"></path>
|
|
11
|
-
<path d="M24.8314607,8.87640449 L24.8314607,0 L35.9550562,11.1235955 L27.0786517,11.1235955 C25.8426966,11.1235955 24.8314607,10.1123596 24.8314607,8.87640449" id="路径" fill="#2A8121"></path>
|
|
12
|
-
<path d="M24.7191011,28.6 L22.9820225,30.3370787 L11.235955,18.5921348 L12.9730337,16.8539326 L24.7191011,28.6 Z M15.6898876,24.1404494 L17.4314607,25.8820225 L12.9775281,30.3370787 L11.235955,28.5955056 L15.6898876,24.1404494 Z M24.7191011,18.5955056 L20.252809,23.0617977 L18.5112359,21.3202247 L22.9775281,16.8539326 L24.7191011,18.5955056 Z" id="形状" fill="#FFFFFF"></path>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
</g>
|
|
16
|
-
</g>
|
|
17
|
-
</g>
|
|
18
|
-
</svg>
|
package/src/icons/svg/zip.svg
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>切片</title>
|
|
4
|
-
<g id="页面-3" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="知识库/本级文档" transform="translate(-28.000000, -436.000000)">
|
|
6
|
-
<g id="编组-5备份-2" transform="translate(16.000000, 424.000000)">
|
|
7
|
-
<g id="文件类型/zip" transform="translate(12.000000, 12.000000)">
|
|
8
|
-
<rect id="矩形备份-7" fill-opacity="0" fill="#FFFFFF" x="0" y="0" width="48" height="48"></rect>
|
|
9
|
-
<g id="编组" transform="translate(6.035112, 4.000000)" fill-rule="nonzero">
|
|
10
|
-
<path d="M35.9550562,11.1235955 L35.9550562,35.9550562 C35.9550562,38.4382022 33.9438202,40.4494382 31.4606741,40.4494382 L4.49438203,40.4494382 C2.01123597,40.4494382 0,38.4382022 0,35.9550562 L0,4.49438203 C0,2.01123597 2.01123597,0 4.49438203,0 L24.8314607,0 L35.9550562,11.1235955 Z" id="路径" fill="#FFC63A"></path>
|
|
11
|
-
<path d="M24.8314607,6.62921347 L24.8314607,0 L35.9550562,11.1235955 L29.3258427,11.1235955 C26.8426966,11.1235955 24.8314607,9.11235953 24.8314607,6.62921347" id="路径" fill="#DD9F08"></path>
|
|
12
|
-
<path d="M14.9977528,2.70337077 L17.7011236,2.70337077 L17.7011236,0 L14.9977528,0 L14.9977528,2.70337077 Z M17.7011236,5.40674159 L20.4044944,5.40674159 L20.4044944,2.70337077 L17.7011236,2.70337077 L17.7011236,5.40674159 Z M14.9977528,8.11011236 L17.7011236,8.11011236 L17.7011236,5.40674159 L14.9977528,5.40674159 L14.9977528,8.11011236 Z M17.7011236,10.8134831 L20.4044944,10.8134831 L20.4044944,8.11011236 L17.7011236,8.11011236 L17.7011236,10.8134831 Z" id="形状" fill="#FFFFFF"></path>
|
|
13
|
-
<path d="M14.9977528,13.5157303 L17.7011236,13.5157303 L17.7011236,10.8123596 L14.9977528,10.8123596 L14.9977528,13.5157303 Z M17.7011236,16.2202247 L20.4044944,16.2202247 L20.4044944,13.5168539 L17.7011236,13.5168539 L17.7011236,16.2202247 Z" id="形状" fill="#FFFFFF"></path>
|
|
14
|
-
<path d="M14.9977528,18.9224719 L17.7011236,18.9224719 L17.7011236,16.2191011 L14.9977528,16.2191011 L14.9977528,18.9224719 Z M17.7011236,21.6258427 L20.4044944,21.6258427 L20.4044944,18.9224719 L17.7011236,18.9224719 L17.7011236,21.6258427 Z M16.3494382,30.1089888 L19.052809,30.1089888 L19.052809,27.405618 L16.3494382,27.405618 L16.3494382,30.1089888 Z M14.9977528,24.7022472 L14.9977528,30.1089888 C14.9977528,30.8561798 15.6033708,31.4606741 16.3494382,31.4606741 L19.052809,31.4606741 C19.8,31.4606741 20.4044944,30.8561798 20.4044944,30.1089888 L20.4044944,24.7022472 L14.9977528,24.7022472 L14.9977528,24.7022472 Z" id="形状" fill="#FFFFFF"></path>
|
|
15
|
-
</g>
|
|
16
|
-
</g>
|
|
17
|
-
</g>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
</svg>
|
package/src/images/phone_bg.png
DELETED
|
Binary file
|
package/src/main.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
// import 'element-ui/lib/theme-chalk/index.css'
|
|
2
|
-
import './style/main.scss'
|
|
3
|
-
import Vue from 'vue'
|
|
4
|
-
import App from './App'
|
|
5
|
-
import store from './store'
|
|
6
|
-
import router from './router'
|
|
7
|
-
// import Element from 'element-ui'
|
|
8
|
-
import '@/icons' // icon
|
|
9
|
-
import "@/package/common/initPc"
|
|
10
|
-
Vue.config.productionTip = false
|
|
11
|
-
// Vue.use(Element, { size: 'small' })
|
|
12
|
-
|
|
13
|
-
import ELink from "@/views/coms/components/ELink";
|
|
14
|
-
import VLink from "@/views/coms/components/VLink";
|
|
15
|
-
Vue.component('ELink', ELink)
|
|
16
|
-
Vue.component('VLink', VLink)
|
|
17
|
-
|
|
18
|
-
import md5 from 'js-md5';
|
|
19
|
-
Vue.prototype.$md5 = md5;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
new Vue({
|
|
23
|
-
router,
|
|
24
|
-
store,
|
|
25
|
-
render: h => h(App),
|
|
26
|
-
}).$mount('#app')
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<FormGenerator
|
|
3
|
-
ref="FormGenerator"
|
|
4
|
-
:formLists.sync="formLists"
|
|
5
|
-
:formAttrs.sync="formAttrs"
|
|
6
|
-
:hideSaveBtn="hideSaveBtn"
|
|
7
|
-
:enabled="enabled"
|
|
8
|
-
:themeColor="themeColor"
|
|
9
|
-
:hideTemps="hideTemps"
|
|
10
|
-
:hideOutline="hideOutline"
|
|
11
|
-
:hidePhone="hidePhone"
|
|
12
|
-
@save="handleSave"
|
|
13
|
-
@update="hanldeUpdate"
|
|
14
|
-
/>
|
|
15
|
-
</template>
|
|
16
|
-
|
|
17
|
-
<script>
|
|
18
|
-
import FormGenerator from "@/components/formGenerator/formGenerator";
|
|
19
|
-
import { deepClone, setFormValue } from "../components/formGenerator/utils";
|
|
20
|
-
import { setConfig } from "@/components/formGenerator/utils/config";
|
|
21
|
-
import store from "@/store";
|
|
22
|
-
import "./common/initPc";
|
|
23
|
-
import "./common/initPhone";
|
|
24
|
-
import mixins from "./common/mixins";
|
|
25
|
-
|
|
26
|
-
export default {
|
|
27
|
-
mixins: [mixins],
|
|
28
|
-
name: "FGDesigner",
|
|
29
|
-
components: {
|
|
30
|
-
FormGenerator,
|
|
31
|
-
},
|
|
32
|
-
model: {
|
|
33
|
-
prop: "value", // 绑定的值,通过父组件传递
|
|
34
|
-
event: "update",
|
|
35
|
-
},
|
|
36
|
-
props: {
|
|
37
|
-
// 用于回显的旧数据表单,包括表单属性和表单组件
|
|
38
|
-
value: {
|
|
39
|
-
type: [Object, String],
|
|
40
|
-
default: () => {},
|
|
41
|
-
},
|
|
42
|
-
// 传入对应的key & value
|
|
43
|
-
form: {
|
|
44
|
-
type: Object,
|
|
45
|
-
default: () => {},
|
|
46
|
-
},
|
|
47
|
-
// 隐藏保存按钮
|
|
48
|
-
hideSaveBtn: {
|
|
49
|
-
type: Boolean,
|
|
50
|
-
default: false,
|
|
51
|
-
},
|
|
52
|
-
// 编辑器时是否可以点击操作
|
|
53
|
-
enabled: {
|
|
54
|
-
type: Boolean,
|
|
55
|
-
default: false,
|
|
56
|
-
},
|
|
57
|
-
// 默认组件库,可以通过外部操作来替换
|
|
58
|
-
defaultComs: {
|
|
59
|
-
type: Object,
|
|
60
|
-
default: () => {},
|
|
61
|
-
},
|
|
62
|
-
},
|
|
63
|
-
data() {
|
|
64
|
-
return {
|
|
65
|
-
formLists: [], // 回显的旧数据
|
|
66
|
-
formAttrs: {},
|
|
67
|
-
};
|
|
68
|
-
},
|
|
69
|
-
mounted() {},
|
|
70
|
-
created() {
|
|
71
|
-
if (this.defaultComs) setConfig(this.defaultComs);
|
|
72
|
-
let value = deepClone(this.value);
|
|
73
|
-
if (typeof this.value === "string") {
|
|
74
|
-
value = JSON.parse(this.value || "{}");
|
|
75
|
-
}
|
|
76
|
-
if (value && value.list) {
|
|
77
|
-
this.formLists = setFormValue(deepClone(value.list || []), this.form);
|
|
78
|
-
this.formAttrs = deepClone(value);
|
|
79
|
-
delete this.formAttrs?.list;
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
methods: {
|
|
83
|
-
// 保存
|
|
84
|
-
handleSave(list, attrs) {
|
|
85
|
-
let newValue = { ...attrs, list };
|
|
86
|
-
if (typeof this.value === "string") newValue = JSON.stringify(newValue);
|
|
87
|
-
this.$emit("update", newValue);
|
|
88
|
-
this.$emit("save", newValue, list, attrs);
|
|
89
|
-
},
|
|
90
|
-
// 数据更新
|
|
91
|
-
hanldeUpdate(list, attrs) {
|
|
92
|
-
let newValue = { ...attrs, list };
|
|
93
|
-
if (typeof this.value === "string") newValue = JSON.stringify(newValue);
|
|
94
|
-
this.$emit("update", newValue);
|
|
95
|
-
this.$emit("change", newValue, list, attrs);
|
|
96
|
-
},
|
|
97
|
-
validate(cb) {
|
|
98
|
-
this.$refs.FormGenerator.validate((valid, message) => {
|
|
99
|
-
cb(valid, message, this.value);
|
|
100
|
-
});
|
|
101
|
-
},
|
|
102
|
-
submit(cb) {
|
|
103
|
-
cb(this.value);
|
|
104
|
-
},
|
|
105
|
-
},
|
|
106
|
-
// 销毁组件时清空store
|
|
107
|
-
destroyed() {
|
|
108
|
-
store.commit("SET_CSSLIST", []);
|
|
109
|
-
store.commit("SET_EVENTLIST", []);
|
|
110
|
-
},
|
|
111
|
-
};
|
|
112
|
-
</script>
|
|
113
|
-
|
|
114
|
-
<style lang="scss" scoped></style>
|
package/src/package/FGPcForm.vue
DELETED
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<PcForm ref="PcForm" v-if="formLists.length" :formList.sync="formLists" :formConf="formAttrs" />
|
|
3
|
-
</template>
|
|
4
|
-
|
|
5
|
-
<script>
|
|
6
|
-
import PcForm from "@/components/formGenerator/formComponents/pcForm.vue";
|
|
7
|
-
import { deepClone, setFormValue } from "@/components/formGenerator/utils";
|
|
8
|
-
import "./common/initPc";
|
|
9
|
-
import store from "@/store";
|
|
10
|
-
import { arrayToObject } from "../components/formGenerator/utils";
|
|
11
|
-
import mixins from "./common/mixins";
|
|
12
|
-
|
|
13
|
-
export default {
|
|
14
|
-
name: "FGPcForm",
|
|
15
|
-
mixins: [mixins],
|
|
16
|
-
components: {
|
|
17
|
-
PcForm,
|
|
18
|
-
},
|
|
19
|
-
model: {
|
|
20
|
-
prop: "value", // 绑定的值,通过父组件传递
|
|
21
|
-
event: "update",
|
|
22
|
-
},
|
|
23
|
-
props: {
|
|
24
|
-
value: {
|
|
25
|
-
type: [Object, String],
|
|
26
|
-
default: "",
|
|
27
|
-
},
|
|
28
|
-
// 传入对应的key & value
|
|
29
|
-
form: {
|
|
30
|
-
type: Object,
|
|
31
|
-
default: () => {},
|
|
32
|
-
},
|
|
33
|
-
// 传入的对应的[key:'',value:'']
|
|
34
|
-
formArray: {
|
|
35
|
-
type: Array,
|
|
36
|
-
default: () => [],
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
|
-
data() {
|
|
40
|
-
return {
|
|
41
|
-
formLists: [],
|
|
42
|
-
formAttrs: {},
|
|
43
|
-
};
|
|
44
|
-
},
|
|
45
|
-
computed: {
|
|
46
|
-
// 传的value值是否为String类型
|
|
47
|
-
isString() {
|
|
48
|
-
return typeof this.value === "string";
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
mounted() {
|
|
52
|
-
let value = deepClone(this.value);
|
|
53
|
-
let form = this.form;
|
|
54
|
-
if (this.formArray.length) form = arrayToObject(this.formArray);
|
|
55
|
-
if (this.isString) {
|
|
56
|
-
value = JSON.parse(this.value || "{}");
|
|
57
|
-
}
|
|
58
|
-
if (value && value.list) {
|
|
59
|
-
this.formLists = setFormValue(deepClone(value?.list || []), form);
|
|
60
|
-
this.formAttrs = deepClone(value);
|
|
61
|
-
delete this.formAttrs?.list;
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
methods: {
|
|
65
|
-
validateForm(cb) {
|
|
66
|
-
this.$refs["PcForm"].validateForm((valid, form, list) => {
|
|
67
|
-
let newValue = deepClone({ ...this.formAttrs, list });
|
|
68
|
-
if (this.isString) {
|
|
69
|
-
newValue = JSON.stringify(newValue);
|
|
70
|
-
}
|
|
71
|
-
this.$emit("update", newValue);
|
|
72
|
-
this.$emit("submit", form, newValue);
|
|
73
|
-
cb(valid, form, newValue);
|
|
74
|
-
});
|
|
75
|
-
},
|
|
76
|
-
submitForm(cb) {
|
|
77
|
-
this.$refs["PcForm"].submitForm((form, list) => {
|
|
78
|
-
let newValue = deepClone({ ...this.formAttrs, list });
|
|
79
|
-
if (this.isString) {
|
|
80
|
-
newValue = JSON.stringify(newValue);
|
|
81
|
-
}
|
|
82
|
-
this.$emit("submit", form, newValue);
|
|
83
|
-
cb(form, newValue);
|
|
84
|
-
});
|
|
85
|
-
},
|
|
86
|
-
|
|
87
|
-
// 重置
|
|
88
|
-
resetForm() {
|
|
89
|
-
this.$refs["PcForm"].resetForm();
|
|
90
|
-
},
|
|
91
|
-
},
|
|
92
|
-
// 销毁组件时清空store
|
|
93
|
-
destroyed() {
|
|
94
|
-
store.commit("SET_CSSLIST", []);
|
|
95
|
-
store.commit("SET_EVENTLIST", []);
|
|
96
|
-
},
|
|
97
|
-
};
|
|
98
|
-
</script>
|
|
99
|
-
|
|
100
|
-
<style lang="scss" scoped></style>
|