@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
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<el-input class="input-color" :placeholder="placeholder" clearable v-model="formValue">
|
|
3
|
-
<el-color-picker
|
|
4
|
-
v-model="formValue"
|
|
5
|
-
slot="append"
|
|
6
|
-
:show-alpha="showAlpha"
|
|
7
|
-
:predefine="predefineColors"
|
|
8
|
-
/>
|
|
9
|
-
</el-input>
|
|
10
|
-
</template>
|
|
11
|
-
|
|
12
|
-
<script>
|
|
13
|
-
/**
|
|
14
|
-
* 输入框颜色选择器
|
|
15
|
-
* ps:预定义颜色中,如果颜色不对,将无法选中
|
|
16
|
-
*
|
|
17
|
-
* @showAlpha 是否支持透明度 默认false
|
|
18
|
-
* @predefineColors 预定义颜色
|
|
19
|
-
* @value 默认颜色编码 示例:#ffffff
|
|
20
|
-
* @placeholder 输入框提示文字
|
|
21
|
-
*/
|
|
22
|
-
export default {
|
|
23
|
-
name: "InputColor",
|
|
24
|
-
props: {
|
|
25
|
-
value: {
|
|
26
|
-
type: String,
|
|
27
|
-
default: "",
|
|
28
|
-
},
|
|
29
|
-
showAlpha: { type: Boolean, default: false },
|
|
30
|
-
predefineColors: {
|
|
31
|
-
type: Array,
|
|
32
|
-
default: () => {
|
|
33
|
-
return [
|
|
34
|
-
"#ff4500",
|
|
35
|
-
"#ff8c00",
|
|
36
|
-
"#ffd700",
|
|
37
|
-
"#90ee90",
|
|
38
|
-
"#00ced1",
|
|
39
|
-
"#1e90ff",
|
|
40
|
-
"#c71585",
|
|
41
|
-
"#FF0000",
|
|
42
|
-
];
|
|
43
|
-
},
|
|
44
|
-
},
|
|
45
|
-
placeholder: { type: String, default: "请输入颜色" },
|
|
46
|
-
},
|
|
47
|
-
|
|
48
|
-
computed: {
|
|
49
|
-
formValue: {
|
|
50
|
-
get() {
|
|
51
|
-
return this.value;
|
|
52
|
-
},
|
|
53
|
-
set(val) {
|
|
54
|
-
this.$emit("input", val);
|
|
55
|
-
},
|
|
56
|
-
},
|
|
57
|
-
},
|
|
58
|
-
};
|
|
59
|
-
</script>
|
|
60
|
-
|
|
61
|
-
<style lang="scss" >
|
|
62
|
-
.input-color {
|
|
63
|
-
.el-input-group__append {
|
|
64
|
-
position: relative;
|
|
65
|
-
padding: 0;
|
|
66
|
-
.el-color-picker {
|
|
67
|
-
position: absolute;
|
|
68
|
-
// inset: 0; // google 64 版本不兼容
|
|
69
|
-
left: 0;
|
|
70
|
-
top: 0;
|
|
71
|
-
bottom: 0;
|
|
72
|
-
right: 0;
|
|
73
|
-
height: auto;
|
|
74
|
-
width: auto;
|
|
75
|
-
.el-color-picker__trigger {
|
|
76
|
-
width: 100%;
|
|
77
|
-
height: 100%;
|
|
78
|
-
border: none;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
&.el-input--mini {
|
|
83
|
-
.el-input-group__append {
|
|
84
|
-
width: 28px;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
&.el-input--medium {
|
|
88
|
-
.el-input-group__append {
|
|
89
|
-
width: 36px;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
&.el-input--small {
|
|
93
|
-
.el-input-group__append {
|
|
94
|
-
width: 32px;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
$box-width: 100px;
|
|
99
|
-
.public-input-color-picker {
|
|
100
|
-
// display: flex;
|
|
101
|
-
// -webkit-box-align: center;
|
|
102
|
-
// -webkit-align-items: center;
|
|
103
|
-
// align-items: center;
|
|
104
|
-
position: relative;
|
|
105
|
-
width: $box-width;
|
|
106
|
-
.el-input {
|
|
107
|
-
width: $box-width;
|
|
108
|
-
}
|
|
109
|
-
.el-color-picker {
|
|
110
|
-
position: absolute;
|
|
111
|
-
right: 0;
|
|
112
|
-
.el-color-picker__trigger {
|
|
113
|
-
border: 0;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
</style>
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<el-input v-model.number="formValue" v-bind="$attrs" type="number" @input="handleInput">
|
|
3
|
-
<template v-if="unit" slot="append">{{defaultUnit}}</template>
|
|
4
|
-
<el-select
|
|
5
|
-
v-else
|
|
6
|
-
slot="append"
|
|
7
|
-
v-model="defaultUnit"
|
|
8
|
-
:style="{ width: '66px' }"
|
|
9
|
-
@input="handleInput"
|
|
10
|
-
>
|
|
11
|
-
<el-option v-for="unit in units" :key="unit" :label="unit" :value="unit" />
|
|
12
|
-
</el-select>
|
|
13
|
-
</el-input>
|
|
14
|
-
</template>
|
|
15
|
-
|
|
16
|
-
<script>
|
|
17
|
-
export default {
|
|
18
|
-
name: "InputNumber",
|
|
19
|
-
props: {
|
|
20
|
-
value: {
|
|
21
|
-
type: [Number, String],
|
|
22
|
-
default: "",
|
|
23
|
-
},
|
|
24
|
-
unit: {
|
|
25
|
-
type: String,
|
|
26
|
-
default: "",
|
|
27
|
-
},
|
|
28
|
-
units: {
|
|
29
|
-
type: Array,
|
|
30
|
-
default: () => ["px", "em", "rem", "%"],
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
|
|
34
|
-
data() {
|
|
35
|
-
return {
|
|
36
|
-
formValue: "",
|
|
37
|
-
defaultUnit: "",
|
|
38
|
-
};
|
|
39
|
-
},
|
|
40
|
-
|
|
41
|
-
watch: {
|
|
42
|
-
value(newValue) {
|
|
43
|
-
this.formValue = "";
|
|
44
|
-
this.defaultUnit = this.unit || this.units[0];
|
|
45
|
-
if (newValue) {
|
|
46
|
-
this.splitNumberAndNonNumber(this.value);
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
},
|
|
50
|
-
mounted() {
|
|
51
|
-
this.splitNumberAndNonNumber(this.value);
|
|
52
|
-
},
|
|
53
|
-
methods: {
|
|
54
|
-
handleInput() {
|
|
55
|
-
let value = "";
|
|
56
|
-
if (this.formValue !== "") value = this.formValue + this.defaultUnit;
|
|
57
|
-
this.$emit("input", value);
|
|
58
|
-
},
|
|
59
|
-
splitNumberAndNonNumber(str) {
|
|
60
|
-
if (!str) {
|
|
61
|
-
this.formValue = str;
|
|
62
|
-
this.defaultUnit = this.unit || this.units[0];
|
|
63
|
-
return;
|
|
64
|
-
}
|
|
65
|
-
// 使用正则表达式匹配所有数字部分和非数字部分
|
|
66
|
-
const regex = /^(\d+)([^\d]+)$/;
|
|
67
|
-
const matches = str.match(regex);
|
|
68
|
-
if (matches) {
|
|
69
|
-
this.formValue = matches[1];
|
|
70
|
-
this.defaultUnit = matches[2];
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
},
|
|
74
|
-
};
|
|
75
|
-
</script>
|
|
76
|
-
|
|
77
|
-
<style lang="scss" scoped>
|
|
78
|
-
</style>
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<!-- 布局结构树 -->
|
|
3
|
-
<div>
|
|
4
|
-
<el-divider>布局结构树</el-divider>
|
|
5
|
-
<el-tree :data="layoutTree" :props="defaultProps" default-expand-all>
|
|
6
|
-
<span slot-scope="{ node, data }">
|
|
7
|
-
<span class="node-label">
|
|
8
|
-
<svg-icon
|
|
9
|
-
v-if="data.__config__&&data.__config__.tagIcon"
|
|
10
|
-
class="node-icon"
|
|
11
|
-
:icon-class="data.__config__.tagIcon"
|
|
12
|
-
/>
|
|
13
|
-
{{ node.label }}
|
|
14
|
-
</span>
|
|
15
|
-
</span>
|
|
16
|
-
</el-tree>
|
|
17
|
-
</div>
|
|
18
|
-
</template>
|
|
19
|
-
|
|
20
|
-
<script>
|
|
21
|
-
import {
|
|
22
|
-
traverseTree,
|
|
23
|
-
deepClone,
|
|
24
|
-
cleanTree,
|
|
25
|
-
} from "@/components/formGenerator/utils/index";
|
|
26
|
-
|
|
27
|
-
export default {
|
|
28
|
-
props: {
|
|
29
|
-
value: {
|
|
30
|
-
type: Object,
|
|
31
|
-
default: () => {},
|
|
32
|
-
},
|
|
33
|
-
},
|
|
34
|
-
data() {
|
|
35
|
-
return {
|
|
36
|
-
defaultProps: {
|
|
37
|
-
label(data) {
|
|
38
|
-
if (data.__config__?.componentName)
|
|
39
|
-
return data.__config__?.componentName;
|
|
40
|
-
if (data.__config__?.label || data.__config__?.formId)
|
|
41
|
-
return `${data.__config__.label}: ${data.__config__.formId}`;
|
|
42
|
-
if (data.id) return data.id;
|
|
43
|
-
return data.label;
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
};
|
|
47
|
-
},
|
|
48
|
-
computed: {
|
|
49
|
-
layoutTree() {
|
|
50
|
-
const tree = cleanTree([deepClone(this.value)]);
|
|
51
|
-
traverseTree(tree, (node) => {
|
|
52
|
-
node.children = node?.children;
|
|
53
|
-
});
|
|
54
|
-
return tree;
|
|
55
|
-
},
|
|
56
|
-
},
|
|
57
|
-
};
|
|
58
|
-
</script>
|
|
59
|
-
|
|
60
|
-
<style lang="scss" scoped>
|
|
61
|
-
.node-label {
|
|
62
|
-
font-size: 14px;
|
|
63
|
-
}
|
|
64
|
-
.node-icon {
|
|
65
|
-
color: #bebfc3;
|
|
66
|
-
}
|
|
67
|
-
</style>
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="Fg-menu-button" :class="'Fg-menu-button--'+type" @click.stop="handleClick">
|
|
3
|
-
<svg-icon :iconClass="svg" v-if="svg" />
|
|
4
|
-
<i :class="icon" v-if="icon"></i>
|
|
5
|
-
</div>
|
|
6
|
-
</template>
|
|
7
|
-
|
|
8
|
-
<script>
|
|
9
|
-
export default {
|
|
10
|
-
name: "MenuButton",
|
|
11
|
-
props: {
|
|
12
|
-
icon: {
|
|
13
|
-
type: String,
|
|
14
|
-
default: "",
|
|
15
|
-
},
|
|
16
|
-
svg: {
|
|
17
|
-
type: String,
|
|
18
|
-
default: "",
|
|
19
|
-
},
|
|
20
|
-
type: {
|
|
21
|
-
type: String,
|
|
22
|
-
default: "",
|
|
23
|
-
},
|
|
24
|
-
},
|
|
25
|
-
methods: {
|
|
26
|
-
handleClick(e) {
|
|
27
|
-
this.$emit("click", e);
|
|
28
|
-
},
|
|
29
|
-
},
|
|
30
|
-
};
|
|
31
|
-
</script>
|
|
32
|
-
|
|
33
|
-
<style lang="scss" scoped>
|
|
34
|
-
@import "../formGenerator/styles/generator.scss";
|
|
35
|
-
$size: 20px;
|
|
36
|
-
.Fg-menu-button {
|
|
37
|
-
display: inline-block;
|
|
38
|
-
position: relative;
|
|
39
|
-
width: $size;
|
|
40
|
-
height: $size;
|
|
41
|
-
text-align: center;
|
|
42
|
-
line-height: $size;
|
|
43
|
-
font-size: 11px;
|
|
44
|
-
color: #fff;
|
|
45
|
-
background-color: $themeColor;
|
|
46
|
-
letter-spacing: 0;
|
|
47
|
-
// border-radius: 2px;
|
|
48
|
-
cursor: pointer;
|
|
49
|
-
z-index: 2;
|
|
50
|
-
}
|
|
51
|
-
.Fg-menu-button + .Fg-menu-button {
|
|
52
|
-
margin-left: 2px;
|
|
53
|
-
}
|
|
54
|
-
.Fg-menu-button--danger {
|
|
55
|
-
background-color: #f56c6c;
|
|
56
|
-
}
|
|
57
|
-
</style>
|
package/src/components/index.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import MenuButton from "@/components/huComponents/MenuButton"
|
|
3
|
-
import FGDialog from "@/components/common/FGDialog.vue"
|
|
4
|
-
// 全局注册
|
|
5
|
-
const componentsAll = {
|
|
6
|
-
install: function (Vue) {
|
|
7
|
-
Vue.component('MenuButton', MenuButton)
|
|
8
|
-
Vue.component('FGDialog', FGDialog)
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export default componentsAll
|
|
13
|
-
|
|
14
|
-
|
package/src/icons/index.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
import SvgIcon from '@/components/SvgIcon' // svg组件
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
// register globally
|
|
6
|
-
Vue.component('svg-icon', SvgIcon)
|
|
7
|
-
|
|
8
|
-
const requireAll = requireContext => requireContext.keys().map(requireContext)
|
|
9
|
-
const req = require.context('./svg', false, /\.svg$/)
|
|
10
|
-
requireAll(req)
|
package/src/icons/svg/active.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="1735198746143" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7257" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M170.666667 724.544v21.333333H128l0.042667-42.666666h21.333333s14.421333 0.021333 21.632 0.789333c227.797333-0.490667 669.44 0.490667 669.44 0.490667l-130.986667-246.421334c-8.746667-16.512-8.96-41.130667-0.277333-57.664L840.789333 149.333333l-669.845333 0.042667L170.666667 724.544zM854.421333 108.16c27.584 0.064 43.264 25.429333 30.336 50.048l-137.813333 262.037333c-2.048 3.925333-2.026667 13.610667 0.213333 17.792l137.322667 258.346667c13.056 24.597333-2.154667 50.346667-30.122667 50.304L196.970667 746.666667H128V138.88C128 121.002667 142.421333 106.666667 160.213333 106.666667l694.208 1.472zM128 938.666667h42.666667v-192H128v192z" p-id="7258"></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="1690359651838" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="16364" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M934.950293 956.242803 813.230196 956.242803c-11.211802 0-20.28583-9.112542-20.28583-20.286022 0-11.212366 9.074028-20.286022 20.28583-20.286022l101.433243 0 0-101.429087c0-11.211343 9.074028-20.284999 20.286853-20.284999 11.173938 0 20.286853 9.073656 20.286853 20.284999L955.237146 935.956781C955.237146 947.130262 946.124231 956.242803 934.950293 956.242803zM934.950293 712.812585c-11.212825 0-20.286853-9.113565-20.286853-20.286022L914.663439 570.810431c0-11.211343 9.074028-20.284999 20.286853-20.284999 11.173938 0 20.286853 9.073656 20.286853 20.284999l0 121.716132C955.237146 703.69902 946.124231 712.812585 934.950293 712.812585zM934.950293 469.382367c-11.212825 0-20.286853-9.113565-20.286853-20.286022L914.663439 327.380212c0-11.212366 9.074028-20.284999 20.286853-20.284999 11.173938 0 20.286853 9.072633 20.286853 20.284999l0 121.715109C955.237146 460.268802 946.124231 469.382367 934.950293 469.382367zM934.950293 225.952148c-11.212825 0-20.286853-9.112542-20.286853-20.286022l0-101.429087-101.433243 0c-11.211802 0-20.28583-9.112542-20.28583-20.286022 0-11.212366 9.074028-20.286022 20.28583-20.286022l121.720096 0c11.173938 0 20.286853 9.073656 20.286853 20.286022l0 121.714086C955.237146 216.838583 946.124231 225.952148 934.950293 225.952148zM691.5101 956.242803 569.78898 956.242803c-11.211802 0-20.284807-9.112542-20.284807-20.286022 0-11.212366 9.073004-20.286022 20.284807-20.286022l121.72112 0c11.172915 0 20.286853 9.073656 20.286853 20.286022C711.797977 947.130262 702.683015 956.242803 691.5101 956.242803zM691.5101 104.237039 569.78898 104.237039c-11.211802 0-20.284807-9.112542-20.284807-20.286022 0-11.212366 9.073004-20.286022 20.284807-20.286022l121.72112 0c11.172915 0 20.286853 9.073656 20.286853 20.286022C711.797977 95.124498 702.683015 104.237039 691.5101 104.237039zM668.68739 469.382367c22.386764 0 40.573707 18.146289 40.573707 40.571021 0 22.385846-18.186943 40.571021-40.573707 40.571021L546.967294 550.524408l0 121.716132c0 22.385846-18.186943 40.571021-40.573707 40.571021-22.425651 0-40.572683-18.185174-40.572683-40.571021L465.820904 550.524408 344.100808 550.524408c-22.426674 0-40.572683-18.185174-40.572683-40.571021 0-22.424732 18.147032-40.571021 40.572683-40.571021l121.720096 0L465.820904 347.667258c0-22.424732 18.147032-40.571021 40.572683-40.571021 22.386764 0 40.573707 18.146289 40.573707 40.571021l0 121.715109L668.68739 469.382367zM448.069907 104.237039 326.349811 104.237039c-11.212825 0-20.28583-9.112542-20.28583-20.286022 0-11.212366 9.073004-20.286022 20.28583-20.286022l121.720096 0c11.172915 0 20.286853 9.073656 20.286853 20.286022C468.356761 95.124498 459.243846 104.237039 448.069907 104.237039zM204.630738 956.242803 82.910642 956.242803c-11.213849 0-20.286853-9.112542-20.286853-20.286022L62.623789 814.240649c0-11.211343 9.073004-20.284999 20.286853-20.284999 11.192358 0 20.28583 9.073656 20.28583 20.284999l0 101.429087 101.434266 0c11.193382 0 20.28583 9.073656 20.28583 20.286022C224.916568 947.130262 215.82412 956.242803 204.630738 956.242803zM204.630738 104.237039l-101.434266 0 0 101.429087c0 11.17348-9.093471 20.286022-20.28583 20.286022-11.213849 0-20.286853-9.112542-20.286853-20.286022L62.623789 83.951017c0-11.212366 9.073004-20.286022 20.286853-20.286022l121.720096 0c11.193382 0 20.28583 9.073656 20.28583 20.286022C224.916568 95.124498 215.82412 104.237039 204.630738 104.237039zM82.910642 307.095213c11.192358 0 20.28583 9.072633 20.28583 20.284999l0 121.715109c0 11.172457-9.093471 20.286022-20.28583 20.286022-11.213849 0-20.286853-9.113565-20.286853-20.286022L62.623789 327.380212C62.623789 316.167846 71.696793 307.095213 82.910642 307.095213zM82.910642 550.524408c11.192358 0 20.28583 9.073656 20.28583 20.284999l0 121.716132c0 11.172457-9.093471 20.286022-20.28583 20.286022-11.213849 0-20.286853-9.113565-20.286853-20.286022L62.623789 570.810431C62.623789 559.599088 71.696793 550.524408 82.910642 550.524408zM326.349811 915.669736l121.720096 0c11.172915 0 20.286853 9.073656 20.286853 20.286022 0 11.17348-9.112915 20.286022-20.286853 20.286022L326.349811 956.24178c-11.212825 0-20.28583-9.112542-20.28583-20.286022C306.063981 924.744415 315.136986 915.669736 326.349811 915.669736z" p-id="16365"></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="1735623798440" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5439" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M544.371613 793.434839H254.348387c-13.212903 0-23.783226-10.570323-23.783226-23.783226V245.099355c0-13.212903 10.570323-23.783226 23.783226-23.783226h524.552258c13.212903 0 23.783226 10.570323 23.783226 23.783226v287.380645h47.566452V245.099355c0-39.63871-31.710968-71.349677-71.349678-71.349678H254.348387c-39.63871 0-71.349677 31.710968-71.349677 71.349678v524.552258c0 39.63871 31.710968 71.349677 71.349677 71.349677h290.023226v-47.566451z" p-id="5440"></path><path d="M348.820645 452.541935L443.953548 548.335484c7.927742 7.927742 21.140645 9.249032 30.389678 2.642581l206.781935-143.36c10.570323-7.267097 13.873548-22.461935 5.945807-33.032259-7.267097-10.570323-22.461935-13.873548-33.032258-5.945806L463.772903 500.108387 382.513548 418.849032c-9.249032-9.249032-24.443871-9.249032-33.692903 0-9.249032 9.249032-9.249032 24.443871 0 33.692903z" p-id="5441"></path><path d="M693.016774 610.436129l6.606452 23.783226c31.050323 0 55.494194 25.104516 55.494193 55.494193 0 31.050323-25.104516 55.494194-55.494193 55.494194-30.389677 0-55.494194-25.104516-55.494194-55.494194 0-31.050323 25.104516-55.494194 55.494194-55.494193l6.606451-23.783226-6.606451-23.783226c-56.815484 0-103.060645 46.245161-103.060645 103.060645s46.245161 103.060645 103.060645 103.060646 103.060645-46.245161 103.060645-103.060646-46.245161-103.060645-103.060645-103.060645v23.783226h-6.606452z" p-id="5442"></path><path d="M761.063226 769.651613l110.988387 126.843871 36.335484-31.050323-118.255484-134.110967" p-id="5443"></path></svg>
|
package/src/icons/svg/button.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="1588670460195" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1314" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M230.4 307.712c13.824 0 25.088-11.264 25.088-25.088 0-100.352 81.92-182.272 182.272-182.272s182.272 81.408 182.272 182.272c0 13.824 11.264 25.088 25.088 25.088s25.088-11.264 24.576-25.088c0-127.488-103.936-231.936-231.936-231.936S205.824 154.624 205.824 282.624c-0.512 14.336 10.752 25.088 24.576 25.088z m564.736 234.496c-11.264 0-21.504 2.048-31.232 6.144 0-44.544-40.448-81.92-88.064-81.92-14.848 0-28.16 3.584-39.936 10.24-13.824-28.16-44.544-48.128-78.848-48.128-12.288 0-24.576 2.56-35.328 7.68V284.16c0-45.568-37.888-81.92-84.48-81.92s-84.48 36.864-84.48 81.92v348.672l-69.12-112.64c-18.432-28.16-58.368-36.864-91.136-19.968-26.624 14.336-46.592 47.104-30.208 88.064 3.072 8.192 76.8 205.312 171.52 311.296 0 0 28.16 24.576 43.008 58.88 4.096 9.728 13.312 15.36 22.528 15.36 3.072 0 6.656-0.512 9.728-2.048 12.288-5.12 18.432-19.968 12.8-32.256-19.456-44.544-53.76-74.752-53.76-74.752C281.6 768 209.408 573.44 208.384 570.88c-5.12-12.8-2.56-20.992 7.168-26.112 9.216-4.608 21.504-4.608 26.112 2.56l113.152 184.32c4.096 8.704 12.8 14.336 22.528 14.336 13.824 0 25.088-10.752 25.088-25.088V284.16c0-17.92 15.36-32.256 34.816-32.256s34.816 14.336 34.816 32.256v284.16c0 13.824 10.24 25.088 24.576 25.088 13.824 0 25.088-11.264 25.088-25.088v-57.344c0-17.92 15.36-32.768 34.816-32.768 19.968 0 37.376 15.36 37.376 32.768v95.232c0 7.168 3.072 13.312 7.68 17.92 4.608 4.608 10.752 7.168 17.92 7.168 13.824 0 24.576-11.264 24.576-25.088V547.84c0-18.432 13.824-32.256 32.256-32.256 20.48 0 38.912 15.36 38.912 32.256v95.232c0 13.824 11.264 25.088 25.088 25.088s24.576-11.264 25.088-25.088v-18.944c0-18.944 12.8-32.256 30.72-32.256 18.432 0 22.528 18.944 22.528 31.744 0 1.024-11.776 99.84-50.688 173.056-30.72 58.368-45.056 112.128-51.2 146.944-2.56 13.312 6.656 26.112 19.968 28.672 1.536 0 3.072 0.512 4.608 0.512 11.776 0 22.016-8.192 24.064-20.48 5.632-31.232 18.432-79.36 46.08-132.608 43.52-81.92 55.808-186.88 56.32-193.536-0.512-50.688-29.696-83.968-72.704-83.968z"></path></path></svg>
|
package/src/icons/svg/card.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="1719825120909" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5129" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M832 128a128 128 0 0 1 128 128v512a128 128 0 0 1-128 128H192a128 128 0 0 1-128-128V256a128 128 0 0 1 128-128h640z m64 256H128v384a64 64 0 0 0 60.245333 63.893333L192 832h640a64 64 0 0 0 63.893333-60.245333L896 768V384zM354.133333 682.666667c4.693333 0 8.533333 3.84 8.533334 8.533333v46.933333a8.533333 8.533333 0 0 1-8.533334 8.533334h-132.266666a8.533333 8.533333 0 0 1-8.533334-8.533334v-46.933333c0-4.693333 3.84-8.533333 8.533334-8.533333h132.266666zM832 192H192a64 64 0 0 0-63.893333 60.245333L128 256v64h768v-64a64 64 0 0 0-60.245333-63.893333L832 192z" p-id="5130"></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="1576153230908" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="971" xmlns:xlink="http://www.w3.org/1999/xlink" width="81" height="81"><defs><style type="text/css"></style></defs><path d="M772.87036133 734.06115723c-43.34106445 0-80.00793458 27.93273926-93.76831055 66.57714843H475.90991211c-56.60705567 0-102.66723633-46.06018067-102.66723633-102.66723633V600.82446289h305.859375c13.76037598 38.64440918 50.42724609 66.57714844 93.76831055 66.57714844 55.12390137 0 99.94812012-44.82421875 99.94812012-99.94812012S827.9942627 467.50537109 772.87036133 467.50537109c-43.34106445 0-80.00793458 27.93273926-93.76831055 66.57714844H373.24267578V401.01062011h321.92687989c55.12390137 0 99.94812012-44.82421875 99.94812011-99.94812011V190.07312011C795.11767578 134.94921875 750.29345703 90.125 695.16955567 90.125H251.12963867C196.0057373 90.125 151.18151855 134.94921875 151.18151855 190.07312011V301.0625c0 55.12390137 44.82421875 99.94812012 99.94812012 99.94812012h55.53588867v296.96044921c0 93.35632325 75.97045898 169.32678223 169.32678224 169.32678223h203.19213866c13.76037598 38.64440918 50.42724609 66.57714844 93.76831055 66.57714844 55.12390137 0 99.94812012-44.82421875 99.94812012-99.94812012s-44.90661622-99.86572266-100.03051758-99.86572265z m0-199.89624024c18.37463379 0 33.28857422 14.91394043 33.28857422 33.28857423s-14.91394043 33.28857422-33.28857422 33.28857421-33.28857422-14.91394043-33.28857422-33.28857421 14.91394043-33.28857422 33.28857422-33.28857422zM217.75866699 301.0625V190.07312011c0-18.37463379 14.91394043-33.28857422 33.28857423-33.28857421h444.03991698c18.37463379 0 33.28857422 14.91394043 33.28857422 33.28857422V301.0625c0 18.37463379-14.91394043 33.28857422-33.28857422 33.28857422H251.12963867c-18.37463379 0-33.37097168-14.91394043-33.37097168-33.28857422z m555.11169434 566.23535156c-18.37463379 0-33.28857422-14.91394043-33.28857422-33.28857422 0-18.37463379 14.91394043-33.28857422 33.28857422-33.28857422s33.28857422 14.91394043 33.28857422 33.28857422c0.08239747 18.29223633-14.91394043 33.28857422-33.28857422 33.28857422z" p-id="972"></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="1575982282951" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="902" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M828.40625 90.125H195.59375C137.375 90.125 90.125 137.375 90.125 195.59375v632.8125c0 58.21875 47.25 105.46875 105.46875 105.46875h632.8125c58.21875 0 105.46875-47.25 105.46875-105.46875V195.59375c0-58.21875-47.25-105.46875-105.46875-105.46875z m52.734375 738.28125c0 29.16-23.57015625 52.734375-52.734375 52.734375H195.59375c-29.109375 0-52.734375-23.574375-52.734375-52.734375V195.59375c0-29.109375 23.625-52.734375 52.734375-52.734375h632.8125c29.16 0 52.734375 23.625 52.734375 52.734375v632.8125z" p-id="903"></path><path d="M421.52890625 709.55984375a36.28125 36.28125 0 0 1-27.55265625-12.66890625L205.17453125 476.613125a36.28546875 36.28546875 0 0 1 55.10109375-47.22890625l164.986875 192.4846875 342.16171875-298.48078125a36.2896875 36.2896875 0 0 1 47.70984375 54.68765625L445.3859375 700.6203125a36.3234375 36.3234375 0 0 1-23.85703125 8.93953125z" p-id="904"></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="1718185490674" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5132" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M774.4 246.4c-6.4-6.4-16-9.6-22.4-9.6-9.6 0-16 3.2-22.4 9.6l-67.2 67.2c-12.8 12.8-12.8 32 0 44.8 12.8 12.8 32 12.8 44.8 0l44.8-44.8 44.8 44.8c12.8 12.8 32 12.8 44.8 0 12.8-12.8 12.8-32 0-44.8l-67.2-67.2z" p-id="5133"></path><path d="M896 128H128c-35.2 0-64 28.8-64 64v640c0 35.2 28.8 64 64 64h768c35.2 0 64-28.8 64-64V192c0-35.2-28.8-64-64-64z m0 672c0 16-12.8 32-32 32H160c-19.2 0-32-16-32-32V480h768v320z m0-384H128V224c0-16 12.8-32 32-32h704c19.2 0 32 16 32 32v192z" p-id="5134"></path></svg>
|
package/src/icons/svg/color.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="1577252187056" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2508" xmlns:xlink="http://www.w3.org/1999/xlink" width="81" height="81"><defs><style type="text/css"></style></defs><path d="M747.59340925 691.12859384c11.51396329 0.25305413 22.43746719-0.21087818 40.74171707-1.51832482 29.35428085-2.10878421 35.84933734-2.36183835 46.47761114-0.8856895 24.71495444 3.37405491 41.12129828 21.76265671 32.47528161 47.95376084-85.57447632 258.19957947-442.00123984 249.76444099-628.67084683 50.73735554-153.47733892-159.33976008-153.09775772-414.41833795 0.92786545-573.42069196 159.71934128-162.67163983 424.03439521-166.59397897 565.78689185 0.63263534 80.38686649 94.81095318 108.34934958 169.16669549 89.11723508 230.57450162-15.01454608 47.99593598-50.61082928 77.68762207-119.77896259 114.63352789-4.89237973 2.65706845-29.35428085 15.52065436-35.84933652 19.02123633-46.94154346 25.30541465-63.51659033 41.20565021-62.20914449 58.45550757 2.95229856 39.13904114 24.16667102 52.7196135 70.98168823 53.81618115z m44.41100207 50.10472101c-19.82257471 1.43397372-32.05352527 1.940082-45.63409763 1.6448519-70.34905207-1.60267593-115.98314969-30.91478165-121.38163769-101.64341492-3.45840683-46.05585397 24.7571304-73.13264758 89.24376132-107.96976837 6.7902866-3.66928501 31.37871396-16.57504688 36.06021551-19.06341229 57.69634516-30.83042972 85.15271997-53.73183005 94.76877722-84.47790866 12.77923398-40.78389304-9.10994898-98.94417051-79.24812286-181.6507002-121.17075953-142.97559219-350.14258521-139.60153647-489.2380134 2.06660824-134.49827774 138.84237405-134.79350784 362.12048163-0.42175717 501.637667 158.53842169 168.99799328 451.9968783 181.18676788 534.57688175-11.80919339-4.68150156 0.2952301-10.71262573 0.67481131-18.72600705 1.26527069z" p-id="2509"></path><path d="M346.03865637 637.18588562a78.82636652 78.82636652 0 0 0 78.32025825-79.29029883c0-43.69401562-35.005823-79.29029883-78.32025825-79.29029882a78.82636652 78.82636652 0 0 0-78.36243338 79.29029882c0 43.69401562 35.005823 79.29029883 78.36243338 79.29029883z m0-51.7495729a27.07679361 27.07679361 0 0 1-26.5706845-27.54072593c0-15.30977536 11.97789643-27.54072593 26.5706845-27.54072592 14.55061295 0 26.57068533 12.23095057 26.57068533 27.54072592a27.07679361 27.07679361 0 0 1-26.57068533 27.54072593zM475.7289063 807.11174353a78.82636652 78.82636652 0 0 0 78.3624334-79.29029882c0-43.69401562-34.96364785-79.29029883-78.32025825-79.29029883a78.82636652 78.82636652 0 0 0-78.32025742 79.29029883c0 43.69401562 34.96364785 79.29029883 78.32025742 79.29029882z m0-51.74957208a27.07679361 27.07679361 0 0 1-26.57068532-27.54072674c0-15.30977536 12.06224753-27.54072593 26.57068532-27.54072593 14.59278892 0 26.57068533 12.23095057 26.57068453 27.54072593a27.07679361 27.07679361 0 0 1-26.57068453 27.54072674zM601.24376214 377.21492718a78.82636652 78.82636652 0 0 0 78.32025742-79.29029883c0-43.69401562-34.96364785-79.29029883-78.32025742-79.29029882a78.82636652 78.82636652 0 0 0-78.32025823 79.29029883c0 43.69401562 34.96364785 79.29029883 78.32025824 79.29029883z m1e-8-51.74957208a27.07679361 27.07679361 0 0 1-26.57068534-27.54072675c0-15.30977536 11.97789643-27.54072593 26.57068534-27.54072591 14.55061295 0 26.57068533 12.23095057 26.57068451 27.54072592a27.07679361 27.07679361 0 0 1-26.57068451 27.54072674zM378.80916809 433.85687983a78.82636652 78.82636652 0 0 0 78.32025824-79.29029883c0-43.69401562-34.96364785-79.29029883-78.32025824-79.29029802a78.82636652 78.82636652 0 0 0-78.32025742 79.29029802c0 43.69401562 34.96364785 79.29029883 78.32025742 79.29029883z m0-51.74957209a27.07679361 27.07679361 0 0 1-26.57068451-27.54072674c0-15.30977536 11.97789643-27.54072593 26.57068451-27.54072593 14.55061295 0 26.57068533 12.23095057 26.57068533 27.54072593a27.07679361 27.07679361 0 0 1-26.57068533 27.54072674z" p-id="2510"></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="1575804206892" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3145" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M826.56 470.016c-32.896 0-64.384 12.288-89.984 35.52l0-104.96c0-62.208-50.496-112.832-112.64-113.088L623.936 287.04 519.552 287.104C541.824 262.72 554.56 230.72 554.56 197.12c0-73.536-59.904-133.44-133.504-133.44-73.472 0-133.376 59.904-133.376 133.44 0 32.896 12.224 64.256 35.52 89.984L175.232 287.104l0 0.576C113.728 288.704 64 338.88 64 400.576l0.32 0 0.32 116.48C60.864 544.896 70.592 577.728 100.8 588.48c12.736 4.608 37.632 7.488 60.864-25.28 12.992-18.368 34.24-29.248 56.64-29.248 38.336 0 69.504 31.104 69.504 69.312 0 38.4-31.168 69.504-69.504 69.504-22.656 0-44.032-11.264-57.344-30.4C138.688 610.112 112.576 615.36 102.464 619.136c-29.824 10.752-39.104 43.776-38.144 67.392l0 160.384L64 846.912C64 909.248 114.752 960 177.216 960l446.272 0c62.4 0 113.152-50.752 113.152-113.152l0-145.024c24.384 22.272 56.384 35.008 89.984 35.008 73.536 0 133.44-59.904 133.44-133.504C960 529.92 900.096 470.016 826.56 470.016zM826.56 672.896c-22.72 0-44.032-11.264-57.344-30.4-22.272-32.384-48.448-27.136-58.56-23.36-29.824 10.752-39.04 43.776-38.08 67.392l0 160.384c0 27.136-22.016 49.152-49.152 49.152L177.216 896.064C150.08 896 128 873.984 128 846.848l0.32 0 0-145.024c24.384 22.272 56.384 35.008 89.984 35.008 73.6 0 133.504-59.904 133.504-133.504 0-73.472-59.904-133.376-133.504-133.376-32.896 0-64.32 12.288-89.984 35.52l0-104.96L128 400.512c0-27.072 22.08-49.152 49.216-49.152L177.216 351.04 334.656 350.72c3.776 0.512 7.616 0.832 11.52 0.832 24.896 0 50.752-10.816 60.032-37.056 4.544-12.736 7.424-37.568-25.344-60.736C362.624 240.768 351.68 219.52 351.68 197.12c0-38.272 31.104-69.44 69.376-69.44 38.336 0 69.504 31.168 69.504 69.44 0 22.72-11.264 44.032-30.528 57.472C427.968 276.736 433.088 302.784 436.8 313.024c10.752 29.888 43.072 39.232 67.392 38.08l119.232 0 0 0.384c27.136 0 49.152 22.08 49.152 49.152l0.256 116.48c-3.776 27.84 6.016 60.736 36.224 71.488 12.736 4.608 37.632 7.488 60.8-25.28 13.056-18.368 34.24-29.248 56.704-29.248C864.832 534.016 896 565.12 896 603.392 896 641.728 864.832 672.896 826.56 672.896z" p-id="3146"></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="1579774833889" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1376" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M887.466667 192.853333h-100.693334V119.466667c0-10.24-6.826667-17.066667-17.066666-17.066667s-17.066667 6.826667-17.066667 17.066667v73.386666H303.786667V119.466667c0-10.24-6.826667-17.066667-17.066667-17.066667s-17.066667 6.826667-17.066667 17.066667v73.386666H168.96c-46.08 0-85.333333 37.546667-85.333333 85.333334V836.266667c0 46.08 37.546667 85.333333 85.333333 85.333333H887.466667c46.08 0 85.333333-37.546667 85.333333-85.333333V278.186667c0-47.786667-37.546667-85.333333-85.333333-85.333334z m-718.506667 34.133334h100.693333v66.56c0 10.24 6.826667 17.066667 17.066667 17.066666s17.066667-6.826667 17.066667-17.066666v-66.56h450.56v66.56c0 10.24 6.826667 17.066667 17.066666 17.066666s17.066667-6.826667 17.066667-17.066666v-66.56H887.466667c27.306667 0 51.2 22.186667 51.2 51.2v88.746666H117.76v-88.746666c0-29.013333 22.186667-51.2 51.2-51.2zM887.466667 887.466667H168.96c-27.306667 0-51.2-22.186667-51.2-51.2V401.066667H938.666667V836.266667c0 27.306667-22.186667 51.2-51.2 51.2z" p-id="1377"></path><path d="M858.453333 493.226667H327.68c-10.24 0-17.066667 6.826667-17.066667 17.066666v114.346667h-116.053333c-10.24 0-17.066667 6.826667-17.066667 17.066667v133.12c0 10.24 6.826667 17.066667 17.066667 17.066666H460.8c10.24 0 17.066667-6.826667 17.066667-17.066666v-114.346667h380.586666c10.24 0 17.066667-6.826667 17.066667-17.066667v-133.12c0-10.24-6.826667-17.066667-17.066667-17.066666z m-413.013333 34.133333v97.28h-98.986667v-97.28h98.986667z m-230.4 131.413333h98.986667v98.986667h-98.986667v-98.986667z m131.413333 97.28v-97.28h98.986667v97.28h-98.986667z m133.12-228.693333h97.28v98.986667h-97.28v-98.986667z m131.413334 0h98.986666v98.986667h-98.986666v-98.986667z m230.4 97.28h-98.986667v-98.986667h98.986667v98.986667z" p-id="1378"></path></svg>
|
package/src/icons/svg/date.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="1577186573535" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1068" xmlns:xlink="http://www.w3.org/1999/xlink" width="81" height="81"><defs><style type="text/css"></style></defs><path d="M479.85714249 608.42857168h64.28571502c19.28571417 0 32.14285751-12.85714249 32.14285664-32.14285751s-12.85714249-32.14285751-32.14285664-32.14285664h-64.28571504c-19.28571417 0-32.14285751 12.85714249-32.14285664 32.14285662s12.85714249 32.14285751 32.14285664 32.14285753z m-2e-8 122.14285665h64.28571504c19.28571417 0 32.14285751-12.85714249 32.14285664-32.14285665s-12.85714249-32.14285751-32.14285664-32.14285751h-64.28571504c-19.28571417 0-32.14285751 12.85714249-32.14285664 32.14285751s12.85714249 32.14285751 32.14285664 32.14285664z m353.57142921-559.28571416h-128.57142921v-32.14285664c0-19.28571417-12.85714249-32.14285751-32.14285664-32.14285753s-32.14285751 12.85714249-32.14285751 32.14285753v32.14285664h-257.14285665v-32.14285664c0-19.28571417-12.85714249-32.14285751-32.14285752-32.14285753s-32.14285751 12.85714249-32.14285664 32.14285753v32.14285664h-128.57142919c-70.71428585 0-128.57142832 57.85714249-128.57142832 122.14285751v501.42857081c0 70.71428585 57.85714249 128.57142832 128.57142832 122.14285751h642.85714335c70.71428585 0 128.57142832-57.85714249 128.57142833-122.14285751v-501.42857081c0-70.71428585-57.85714249-122.14285753-128.57142833-122.14285751z m64.28571415 623.57142832c0 32.14285751-32.14285751 64.28571415-64.28571416 64.28571504h-642.85714335c-32.14285751 0-64.28571415-25.71428583-64.28571417-64.28571504v-372.85714249h771.42857168v372.85714249z m0-437.14285664h-771.42857168v-64.28571417c0-32.14285751 32.14285751-64.28571415 64.28571417-64.28571415h128.57142919v32.14285664c0 19.28571417 12.85714249 32.14285751 32.14285664 32.14285751s32.14285751-12.85714249 32.14285753-32.14285751v-32.14285664h257.14285665v32.14285664c0 19.28571417 12.85714249 32.14285751 32.1428575 32.14285751s32.14285751-12.85714249 32.14285664-32.14285751v-32.14285664h128.57142921c32.14285751 0 64.28571415 25.71428583 64.28571415 64.28571415v64.28571417z m-610.71428583 372.85714247h64.28571415c19.28571417 0 32.14285751-12.85714249 32.14285753-32.14285664s-12.85714249-32.14285751-32.14285753-32.14285751h-64.28571415c-19.28571417 0-32.14285751 12.85714249-32.14285751 32.14285751s12.85714249 32.14285751 32.14285751 32.14285665z m385.71428583-122.14285664h64.28571417c19.28571417 0 32.14285751-12.85714249 32.14285751-32.14285751s-12.85714249-32.14285751-32.14285751-32.14285664h-64.28571415c-19.28571417 0-32.14285751 12.85714249-32.14285753 32.14285664s12.85714249 32.14285751 32.14285753 32.14285751z m-385.71428583 0h64.28571415c19.28571417 0 32.14285751-12.85714249 32.14285753-32.14285751s-12.85714249-32.14285751-32.14285753-32.14285664h-64.28571415c-19.28571417 0-32.14285751 12.85714249-32.14285751 32.14285664s12.85714249 32.14285751 32.14285751 32.14285751z m385.71428583 122.14285665h64.28571417c19.28571417 0 32.14285751-12.85714249 32.14285751-32.14285665s-12.85714249-32.14285751-32.14285751-32.14285751h-64.28571415c-19.28571417 0-32.14285751 12.85714249-32.14285753 32.14285751s12.85714249 32.14285751 32.14285753 32.14285665z" p-id="1069"></path></svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="72px" height="72px" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
|
-
<g><path style="opacity:0.999" fill="#51aff3" d="M 3.5,-0.5 C 24.8333,-0.5 46.1667,-0.5 67.5,-0.5C 68.5,1.16667 69.8333,2.5 71.5,3.5C 71.5,24.8333 71.5,46.1667 71.5,67.5C 69.8333,68.5 68.5,69.8333 67.5,71.5C 46.1667,71.5 24.8333,71.5 3.5,71.5C 2.5,69.8333 1.16667,68.5 -0.5,67.5C -0.5,46.1667 -0.5,24.8333 -0.5,3.5C 1.16667,2.5 2.5,1.16667 3.5,-0.5 Z"/></g>
|
|
5
|
-
<g><path style="opacity:1" fill="#fdfefe" d="M 36.5,15.5 C 38.1439,15.2865 39.6439,15.6198 41,16.5C 41.4999,29.8292 41.6666,43.1625 41.5,56.5C 33.5803,56.815 25.747,56.4817 18,55.5C 17.3333,44.1667 17.3333,32.8333 18,21.5C 24.3824,19.8692 30.5491,17.8692 36.5,15.5 Z"/></g>
|
|
6
|
-
<g><path style="opacity:1" fill="#53aff3" d="M 24.5,27.5 C 27.8499,27.335 31.1832,27.5017 34.5,28C 35.8333,29 35.8333,30 34.5,31C 31.1667,31.6667 27.8333,31.6667 24.5,31C 23.3157,29.8545 23.3157,28.6879 24.5,27.5 Z"/></g>
|
|
7
|
-
<g><path style="opacity:1" fill="#fdfefe" d="M 43.5,36.5 C 46.5729,37.199 49.5729,38.199 52.5,39.5C 53.8059,45.0538 53.8059,50.5538 52.5,56C 49.5184,56.498 46.5184,56.6646 43.5,56.5C 43.5,49.8333 43.5,43.1667 43.5,36.5 Z"/></g>
|
|
8
|
-
<g><path style="opacity:1" fill="#6ebaf4" d="M 24.5,37.5 C 27.8499,37.335 31.1832,37.5017 34.5,38C 35.8333,39.3333 35.8333,40.6667 34.5,42C 31.1667,42.6667 27.8333,42.6667 24.5,42C 23.2721,40.5098 23.2721,39.0098 24.5,37.5 Z"/></g>
|
|
9
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="200px" height="200px" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
|
-
<g><path style="opacity:0.992" fill="#2497d9" d="M 86.5,-0.5 C 95.1667,-0.5 103.833,-0.5 112.5,-0.5C 154.293,7.11489 182.126,31.1149 196,71.5C 197.36,76.5962 198.526,81.5962 199.5,86.5C 199.5,95.1667 199.5,103.833 199.5,112.5C 191.885,154.293 167.885,182.126 127.5,196C 122.404,197.36 117.404,198.526 112.5,199.5C 103.833,199.5 95.1667,199.5 86.5,199.5C 44.707,191.885 16.8737,167.885 3,127.5C 1.64036,122.404 0.473697,117.404 -0.5,112.5C -0.5,103.833 -0.5,95.1667 -0.5,86.5C 7.11489,44.707 31.1149,16.8737 71.5,3C 76.5962,1.64036 81.5962,0.473697 86.5,-0.5 Z M 96.5,56.5 C 99.1569,56.162 101.49,56.8287 103.5,58.5C 106.782,66.2305 110.449,73.7305 114.5,81C 122.682,82.4469 130.848,83.9469 139,85.5C 140.649,86.7861 141.815,88.4527 142.5,90.5C 137.219,97.2836 131.386,103.617 125,109.5C 124.952,117.892 125.786,126.225 127.5,134.5C 127.693,138.645 125.693,140.978 121.5,141.5C 114.772,136.886 107.605,133.22 100,130.5C 92.7283,133.053 85.8949,136.553 79.5,141C 74.7906,141.459 72.4573,139.292 72.5,134.5C 73.8487,126.536 74.3487,118.536 74,110.5C 67.4596,104.395 61.6263,97.7285 56.5,90.5C 57.1847,88.4527 58.3514,86.7861 60,85.5C 67.8834,84.0234 75.7167,82.3568 83.5,80.5C 87.3388,72.1505 91.6721,64.1505 96.5,56.5 Z"/></g>
|
|
5
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="114px" height="114px" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
|
-
<g><path style="opacity:1" fill="#4b94d2" d="M 6.5,-0.5 C 39.8333,-0.5 73.1667,-0.5 106.5,-0.5C 109.167,1.5 111.5,3.83333 113.5,6.5C 113.5,39.8333 113.5,73.1667 113.5,106.5C 111.5,109.167 109.167,111.5 106.5,113.5C 101.167,113.5 95.8333,113.5 90.5,113.5C 89.8629,110.544 89.3629,107.544 89,104.5C 88.7265,102.671 87.8932,101.171 86.5,100C 79.6553,96.9967 72.6553,94.4967 65.5,92.5C 64.0256,91.5637 63.0256,90.2303 62.5,88.5C 62.5,87.1667 62.5,85.8333 62.5,84.5C 62.8333,83.1667 63.1667,81.8333 63.5,80.5C 70.8717,76.7605 76.205,71.0939 79.5,63.5C 83.1576,62.2032 84.8242,59.5365 84.5,55.5C 88.0107,44.0071 86.8441,33.0071 81,22.5C 70.6493,9.37071 57.816,6.20405 42.5,13C 28.0752,23.8394 23.4085,38.0061 28.5,55.5C 28.35,59.4699 30.0167,62.1365 33.5,63.5C 36.7762,71.1093 42.1095,76.776 49.5,80.5C 49.8333,81.8333 50.1667,83.1667 50.5,84.5C 50.5,85.8333 50.5,87.1667 50.5,88.5C 49.5,89.8333 48.5,91.1667 47.5,92.5C 40.6509,94.0469 33.9842,96.2136 27.5,99C 26.6667,99.8333 25.8333,100.667 25,101.5C 23.9344,105.465 23.1011,109.465 22.5,113.5C 17.1667,113.5 11.8333,113.5 6.5,113.5C 3.83333,111.5 1.5,109.167 -0.5,106.5C -0.5,73.1667 -0.5,39.8333 -0.5,6.5C 1.5,3.83333 3.83333,1.5 6.5,-0.5 Z"/></g>
|
|
5
|
-
<g><path style="opacity:1" fill="#4e4f4f" d="M 84.5,55.5 C 81.1691,57.2976 77.5025,57.9643 73.5,57.5C 58.0309,57.3525 45.3642,51.3525 35.5,39.5C 31.9669,44.9451 30.6336,50.9451 31.5,57.5C 31.5654,57.9382 31.3988,58.2716 31,58.5C 30.1482,57.4293 29.3149,56.4293 28.5,55.5C 23.4085,38.0061 28.0752,23.8394 42.5,13C 57.816,6.20405 70.6493,9.37071 81,22.5C 86.8441,33.0071 88.0107,44.0071 84.5,55.5 Z"/></g>
|
|
6
|
-
<g><path style="opacity:1" fill="#f4eae5" d="M 73.5,57.5 C 75.6979,58.1653 78.0312,58.8319 80.5,59.5C 79.7542,60.7362 79.4208,62.0695 79.5,63.5C 76.205,71.0939 70.8717,76.7605 63.5,80.5C 58.8018,81.7784 54.1352,81.7784 49.5,80.5C 42.1095,76.776 36.7762,71.1093 33.5,63.5C 33.405,61.2143 32.7384,59.2143 31.5,57.5C 30.6336,50.9451 31.9669,44.9451 35.5,39.5C 45.3642,51.3525 58.0309,57.3525 73.5,57.5 Z"/></g>
|
|
7
|
-
<g><path style="opacity:1" fill="#dcb6b2" d="M 28.5,55.5 C 29.3149,56.4293 30.1482,57.4293 31,58.5C 31.3988,58.2716 31.5654,57.9382 31.5,57.5C 32.7384,59.2143 33.405,61.2143 33.5,63.5C 30.0167,62.1365 28.35,59.4699 28.5,55.5 Z"/></g>
|
|
8
|
-
<g><path style="opacity:1" fill="#c4abab" d="M 84.5,55.5 C 84.8242,59.5365 83.1576,62.2032 79.5,63.5C 79.4208,62.0695 79.7542,60.7362 80.5,59.5C 78.0312,58.8319 75.6979,58.1653 73.5,57.5C 77.5025,57.9643 81.1691,57.2976 84.5,55.5 Z"/></g>
|
|
9
|
-
<g><path style="opacity:1" fill="#deafaa" d="M 49.5,80.5 C 54.1352,81.7784 58.8018,81.7784 63.5,80.5C 63.1667,81.8333 62.8333,83.1667 62.5,84.5C 58.5,84.5 54.5,84.5 50.5,84.5C 50.1667,83.1667 49.8333,81.8333 49.5,80.5 Z"/></g>
|
|
10
|
-
<g><path style="opacity:1" fill="#f0d7d2" d="M 50.5,84.5 C 54.5,84.5 58.5,84.5 62.5,84.5C 62.5,85.8333 62.5,87.1667 62.5,88.5C 58.5,88.5 54.5,88.5 50.5,88.5C 50.5,87.1667 50.5,85.8333 50.5,84.5 Z"/></g>
|
|
11
|
-
<g><path style="opacity:1" fill="#eeeeed" d="M 50.5,88.5 C 54.5,88.5 58.5,88.5 62.5,88.5C 63.0256,90.2303 64.0256,91.5637 65.5,92.5C 64.1394,94.5273 62.4727,96.194 60.5,97.5C 59.0221,96.0301 57.6888,94.3634 56.5,92.5C 55.3112,94.3634 53.9779,96.0301 52.5,97.5C 50.614,96.0699 48.9473,94.4032 47.5,92.5C 48.5,91.1667 49.5,89.8333 50.5,88.5 Z"/></g>
|
|
12
|
-
<g><path style="opacity:1" fill="#4e4e4f" d="M 47.5,92.5 C 48.9473,94.4032 50.614,96.0699 52.5,97.5C 54.3699,102.532 55.0366,107.865 54.5,113.5C 43.8333,113.5 33.1667,113.5 22.5,113.5C 23.1011,109.465 23.9344,105.465 25,101.5C 25.8333,100.667 26.6667,99.8333 27.5,99C 33.9842,96.2136 40.6509,94.0469 47.5,92.5 Z"/></g>
|
|
13
|
-
<g><path style="opacity:1" fill="#4d4e4e" d="M 65.5,92.5 C 72.6553,94.4967 79.6553,96.9967 86.5,100C 87.8932,101.171 88.7265,102.671 89,104.5C 89.3629,107.544 89.8629,110.544 90.5,113.5C 79.8333,113.5 69.1667,113.5 58.5,113.5C 57.9634,107.865 58.6301,102.532 60.5,97.5C 62.4727,96.194 64.1394,94.5273 65.5,92.5 Z"/></g>
|
|
14
|
-
<g><path style="opacity:1" fill="#656c71" d="M 60.5,97.5 C 58.6301,102.532 57.9634,107.865 58.5,113.5C 58.1667,113.5 57.8333,113.5 57.5,113.5C 56.8333,90.8333 56.1667,90.8333 55.5,113.5C 55.1667,113.5 54.8333,113.5 54.5,113.5C 55.0366,107.865 54.3699,102.532 52.5,97.5C 53.9779,96.0301 55.3112,94.3634 56.5,92.5C 57.6888,94.3634 59.0221,96.0301 60.5,97.5 Z"/></g>
|
|
15
|
-
<g><path style="opacity:1" fill="#fbfbf9" d="M 57.5,113.5 C 56.8333,113.5 56.1667,113.5 55.5,113.5C 56.1667,90.8333 56.8333,90.8333 57.5,113.5 Z"/></g>
|
|
16
|
-
</svg>
|
package/src/icons/svg/dept.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M126.713 90.023c.858.985 1.287 2.134 1.287 3.447v29.553c0 1.423-.429 2.6-1.287 3.53-.858.93-1.907 1.395-3.146 1.395H97.824c-1.145 0-2.146-.465-3.004-1.395-.858-.93-1.287-2.107-1.287-3.53V93.47c0-.875.19-1.696.572-2.462.382-.766.906-1.368 1.573-1.806a3.84 3.84 0 0 1 2.146-.657h9.725V69.007a3.84 3.84 0 0 0-.43-1.806 3.569 3.569 0 0 0-1.143-1.313 2.714 2.714 0 0 0-1.573-.492h-36.47v23.149h9.725c1.144 0 2.145.492 3.004 1.478.858.985 1.287 2.134 1.287 3.447v29.553c0 .876-.191 1.696-.573 2.463-.38.766-.905 1.368-1.573 1.806a3.84 3.84 0 0 1-2.145.656H51.915a3.84 3.84 0 0 1-2.145-.656c-.668-.438-1.216-1.04-1.645-1.806a4.96 4.96 0 0 1-.644-2.463V93.47c0-1.313.43-2.462 1.288-3.447.858-.986 1.907-1.478 3.146-1.478h9.582v-23.15h-37.9c-.953 0-1.74.356-2.359 1.068-.62.711-.93 1.56-.93 2.544v19.538h9.726c1.239 0 2.264.492 3.074 1.478.81.985 1.216 2.134 1.216 3.447v29.553c0 1.423-.405 2.6-1.216 3.53-.81.93-1.835 1.395-3.074 1.395H4.29c-.476 0-.93-.082-1.358-.246a4.1 4.1 0 0 1-1.144-.657 4.658 4.658 0 0 1-.93-1.067 5.186 5.186 0 0 1-.643-1.395 5.566 5.566 0 0 1-.215-1.56V93.47c0-.437.048-.875.143-1.313a3.95 3.95 0 0 1 .429-1.15c.19-.328.429-.656.715-.984.286-.329.572-.602.858-.821.286-.22.62-.383 1.001-.493.382-.11.763-.164 1.144-.164h9.726V61.619c0-.985.31-1.833.93-2.544.619-.712 1.358-1.068 2.216-1.068h44.335V39.62h-9.582c-1.24 0-2.288-.492-3.146-1.477a5.09 5.09 0 0 1-1.287-3.448V5.14c0-1.423.429-2.627 1.287-3.612.858-.985 1.907-1.477 3.146-1.477h25.743c.763 0 1.478.246 2.145.739a5.17 5.17 0 0 1 1.573 1.888c.382.766.573 1.587.573 2.462v29.553c0 1.313-.43 2.463-1.287 3.448-.859.985-1.86 1.477-3.004 1.477h-9.725v18.389h42.762c.954 0 1.74.355 2.36 1.067.62.711.93 1.56.93 2.545v26.925h9.582c1.239 0 2.288.492 3.146 1.478z"/></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="1716174629284" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3608" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M96 488h832v48H96zM96 168h80v48H96zM713.6 216H579.2v-48h134.4z m-268.8 0H310.4v-48h134.4zM848 168h80v48h-80zM96 808h80v48H96zM713.6 856H579.2v-48h134.4z m-268.8 0H310.4v-48h134.4zM848 808h80v48h-80z" p-id="3609"></path></svg>
|
|
@@ -1,2 +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="1655199915955" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1729" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face { font-family: feedback-iconfont; src: url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944") format("woff2"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944") format("woff"), url("//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944") format("truetype"); }
|
|
2
|
-
</style></defs><path d="M221 592c-44.183 0-80-35.817-80-80s35.817-80 80-80 80 35.817 80 80-35.817 80-80 80z m291 0c-44.183 0-80-35.817-80-80s35.817-80 80-80 80 35.817 80 80-35.817 80-80 80z m291 0c-44.183 0-80-35.817-80-80s35.817-80 80-80 80 35.817 80 80-35.817 80-80 80z" p-id="1730"></path></svg>
|
package/src/icons/svg/html.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="1726123099014" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3562" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M61.6 565.6H120V632h64v-66.4h58.4v188.8H184v-76.8h-64v76.8H61.6V565.6zM268 565.6h177.6v46.4h-59.2v142.4H328V612h-59.2v-46.4zM471.2 565.6h76.8L577.6 680l29.6-115.2h76.8v188.8h-48v-144l-36.8 144h-43.2l-36.8-144v144h-48V565.6zM720.8 565.6h58.4v142.4h91.2v46.4H720.8V565.6z" p-id="3563"></path><path d="M943.2 288.8l-192-205.6C739.2 71.2 723.2 64 706.4 64H188c-13.6 0-24.8 11.2-24.8 24.8v328.8c0 4.8 4 8 8 8h32.8c4.8 0 8-4 8-8V120c0-3.2 2.4-6.4 6.4-6.4h459.2c2.4 0 5.6 2.4 5.6 4.8v211.2c0 13.6 11.2 24.8 24.8 24.8H904c2.4 0 5.6 2.4 5.6 5.6v544c0 3.2-2.4 6.4-6.4 6.4H172c-4.8 0-8 4-8 8.8v32c0 4.8 4 8.8 8 8.8h763.2c13.6 0 24.8-11.2 24.8-24.8V330.4c-0.8-15.2-6.4-30.4-16.8-41.6z" p-id="3564"></path></svg>
|
package/src/icons/svg/image.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="1712047945732" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6801" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M362.666667 469.333333C422.4 469.333333 469.333333 422.4 469.333333 362.666667S422.4 256 362.666667 256 256 302.933333 256 362.666667 302.933333 469.333333 362.666667 469.333333z m0-128c12.8 0 21.333333 8.533333 21.333333 21.333334s-8.533333 21.333333-21.333333 21.333333-21.333333-8.533333-21.333334-21.333333 8.533333-21.333333 21.333334-21.333334zM938.666667 213.333333c0-72.533333-55.466667-128-128-128H213.333333C140.8 85.333333 85.333333 140.8 85.333333 213.333333v597.333334c0 72.533333 55.466667 128 128 128h597.333334c72.533333 0 128-55.466667 128-128V213.333333zM170.666667 213.333333c0-25.6 17.066667-42.666667 42.666666-42.666666h597.333334c25.6 0 42.666667 17.066667 42.666666 42.666666v324.266667l-140.8-140.8c-17.066667-17.066667-42.666667-17.066667-59.733333 0L196.266667 849.066667c-12.8-4.266667-25.6-21.333333-25.6-38.4V213.333333z m640 640H315.733333l366.933334-366.933333 170.666666 170.666667V810.666667c0 25.6-17.066667 42.666667-42.666666 42.666666z" p-id="6802"></path></svg>
|
package/src/icons/svg/input.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="1575802859706" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3102" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M896 224H128c-35.2 0-64 28.8-64 64v448c0 35.2 28.8 64 64 64h768c35.2 0 64-28.8 64-64V288c0-35.2-28.8-64-64-64z m0 480c0 19.2-12.8 32-32 32H160c-19.2 0-32-12.8-32-32V320c0-19.2 12.8-32 32-32h704c19.2 0 32 12.8 32 32v384z" p-id="3103"></path><path d="M224 352c-19.2 0-32 12.8-32 32v256c0 16 12.8 32 32 32s32-12.8 32-32V384c0-16-12.8-32-32-32z" p-id="3104"></path></svg>
|
package/src/icons/svg/link.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="1719804837287" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6954" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M574 665.4c-3.1-3.1-8.2-3.1-11.3 0L446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3l-39.8-39.8c-3.1-3.1-8.2-3.1-11.3 0L191.4 526.5c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3L574 665.4zM832.6 191.4c-84.6-84.6-221.5-84.6-306 0L410.3 307.6c-3.1 3.1-3.1 8.2 0 11.3l39.7 39.7c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204L665.3 562.6c-3.1 3.1-3.1 8.2 0 11.3l39.8 39.8c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c84.5-84.6 84.5-221.5 0-306.1z" p-id="6955"></path><path d="M610.1 372.3c-3.1-3.1-8.2-3.1-11.3 0L372.3 598.7c-3.1 3.1-3.1 8.2 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l226.4-226.4c3.1-3.1 3.1-8.2 0-11.3l-39.5-39.6z" p-id="6956"></path></svg>
|
package/src/icons/svg/mp4.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, -844.000000)">
|
|
6
|
-
<g id="编组-5备份-6" transform="translate(16.000000, 832.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.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="#C386F0"></path>
|
|
11
|
-
<path d="M10.6741573,15.7303371 L22.4719101,15.7303371 C23.5955056,15.7303371 24.1573033,16.2921348 24.1573033,17.4157303 L24.1573033,26.6853933 C24.1573033,27.8089888 23.5955056,28.3707865 22.4719101,28.3707865 L10.6741573,28.3707865 C9.55056178,28.3707865 8.98876402,27.8089888 8.98876402,26.6853933 L8.98876402,17.4157303 C8.98876402,16.2921348 9.55056178,15.7303371 10.6741573,15.7303371 Z" id="路径" fill="#FFFFFF"></path>
|
|
12
|
-
<path d="M26.9213483,18.0853933 C27.3121635,17.8586834 27.7943173,17.8580197 28.185755,18.083653 C28.5771928,18.3092862 28.818277,18.72684 28.8179778,19.1786517 L28.8179778,25.2831461 C28.8179778,26.2561798 27.7651686,26.8640449 26.9224719,26.3775281 L24.788764,25.1460674 L24.788764,19.3146067 L26.9213483,18.0853933 Z" id="路径" fill="#FFFFFF"></path>
|
|
13
|
-
<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="#A15FDE"></path>
|
|
14
|
-
</g>
|
|
15
|
-
</g>
|
|
16
|
-
</g>
|
|
17
|
-
</g>
|
|
18
|
-
</g>
|
|
19
|
-
</svg>
|
package/src/icons/svg/notice.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="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M32 437.344C32 407.904 62.72 384 100.576 384h822.848c37.888 0 68.576 23.872 68.576 53.344v149.312c0 29.44-30.72 53.344-68.576 53.344H100.576C62.688 640 32 616.128 32 586.656v-149.312z" fill-opacity=".08" /><path d="M256 480h640v64H256v-64z" /><path d="M192 512a32 32 0 1 1-64 0 32 32 0 0 1 64 0z" /><path d="M928 416a32 32 0 0 1 32 32v128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32v-128a32 32 0 0 1 32-32h832zM96 384a64 64 0 0 0-64 64v128a64 64 0 0 0 64 64h832a64 64 0 0 0 64-64v-128a64 64 0 0 0-64-64H96z" /></svg>
|
package/src/icons/svg/noview.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="1687859138026" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1478" 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.666667 411.605333 411.605333 0 0 1-102.826667 133.12l60.16 60.16c59.306667-52.48 106.24-118.186667 135.68-193.28C907.52 303.36 725.333333 170.666667 512 170.666667c-54.186667 0-106.24 8.533333-155.306667 24.32l70.4 70.4C454.826667 259.84 482.986667 256 512 256z m-45.653333 48.64L554.666667 392.96c24.32 10.666667 43.946667 30.293333 54.613333 54.613333l88.32 88.32c3.413333-14.506667 5.973333-29.866667 5.973333-45.653333C704 384.426667 617.813333 298.666667 512 298.666667c-15.786667 0-30.72 2.133333-45.653333 5.973333zM85.76 165.12l114.346667 114.346667A500.821333 500.821333 0 0 0 42.666667 490.666667C116.48 677.973333 298.666667 810.666667 512 810.666667c64.853333 0 127.146667-12.373333 184.32-34.986667l145.92 145.92 60.16-60.16L145.92 104.533333 85.76 165.12z m320 320l111.36 111.36c-1.706667 0.426667-3.413333 0.853333-5.12 0.853333a106.666667 106.666667 0 0 1-106.666667-106.666666c0-2.133333 0.426667-3.413333 0.426667-5.546667z m-145.066667-145.066667l74.666667 74.666667a196.266667 196.266667 0 0 0-15.36 75.946667 192.298667 192.298667 0 0 0 267.52 176.64l41.813333 41.813333c-37.546667 10.24-76.8 16.213333-117.333333 16.213333a416.853333 416.853333 0 0 1-376.32-234.666666c29.866667-61.013333 73.386667-111.36 125.013333-150.613334z" p-id="1479"></path></svg>
|
package/src/icons/svg/number.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="1575802851180" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2867" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M279.272727 791.272727h512a46.545455 46.545455 0 0 1 0 93.090909H279.272727a46.545455 46.545455 0 0 1 0-93.090909z m33.838546-617.984V651.636364H193.722182V395.170909c0-37.003636-0.884364-59.298909-2.653091-66.746182a24.948364 24.948364 0 0 0-14.615273-16.989091c-8.005818-3.863273-25.786182-5.771636-53.341091-5.771636h-11.822545v-55.854545c57.716364-12.381091 101.562182-37.888 131.490909-76.520728h70.283636z m303.709091 396.8V651.636364H354.164364v-68.235637c77.777455-127.255273 124.043636-206.010182 138.705454-236.218182 14.661818-30.254545 22.016-53.853091 22.016-70.74909 0-13.032727-2.234182-22.714182-6.656-29.137455-4.421818-6.376727-11.170909-9.588364-20.247273-9.588364a22.248727 22.248727 0 0 0-20.200727 10.612364c-4.468364 7.121455-6.656 21.178182-6.656 42.263273v45.521454H354.164364v-17.454545c0-26.763636 1.396364-47.941818 4.142545-63.348364 2.746182-15.499636 9.541818-30.72 20.386909-45.661091 10.798545-14.987636 24.901818-26.298182 42.216727-33.978182 17.361455-7.68 38.167273-11.543273 62.37091-11.543272 47.476364 0 83.316364 11.776 107.706181 35.328 24.296727 23.552 36.445091 53.341091 36.445091 89.367272 0 27.368727-6.842182 56.32-20.48 86.853819-13.730909 30.533818-54.039273 95.325091-121.018182 194.420363h130.885819z m270.615272-189.393454c18.152727 6.097455 31.650909 16.104727 40.494546 29.975272 8.843636 13.917091 13.312 46.452364 13.312 97.652364 0 38.027636-4.328727 67.490909-13.032727 88.529455-8.657455 20.945455-23.598545 36.910545-44.869819 47.848727-21.271273 10.938182-48.593455 16.384-81.873454 16.384-37.794909 0-67.490909-6.330182-89.088-19.083636-21.550545-12.660364-35.746909-28.253091-42.542546-46.638546-6.795636-18.432-10.193455-50.362182-10.193454-95.883636v-37.841455h119.389091v77.730909c0 20.666182 1.210182 33.838545 3.723636 39.424 2.420364 5.585455 7.912727 8.424727 16.337455 8.424728 9.309091 0 15.36-3.537455 18.338909-10.612364 2.932364-7.121455 4.421818-25.6 4.421818-55.575273v-33.047273c0-18.338909-2.048-31.744-6.190546-40.215272a30.72 30.72 0 0 0-18.338909-16.709818c-8.052364-2.653091-23.738182-4.189091-46.964363-4.561455V357.050182c28.392727 0 45.893818-1.070545 52.596363-3.258182a22.946909 22.946909 0 0 0 14.475637-14.149818c2.932364-7.307636 4.421818-18.711273 4.421818-34.257455v-26.624c0-16.756364-1.722182-27.741091-5.12-33.047272-3.490909-5.352727-8.843636-8.005818-16.151273-8.005819-8.285091 0-13.963636 2.792727-16.989091 8.378182-3.025455 5.632-4.561455 17.640727-4.561454 35.933091v39.284364h-119.389091v-40.773818c0-45.661091 10.472727-76.567273 31.325091-92.625455 20.898909-16.058182 54.085818-24.064 99.607272-24.064 56.878545 0 95.511273 11.170909 115.805091 33.373091 20.293818 22.248727 30.394182 53.201455 30.394182 92.765091 0 26.810182-3.630545 46.173091-10.891636 58.088727-7.307636 11.915636-20.107636 22.807273-38.446546 32.628364z" p-id="2868"></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="1575802846045" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2750" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M868.593046 403.832442c-30.081109-28.844955-70.037123-44.753273-112.624057-44.753273L265.949606 359.079168c-42.554188 0-82.510202 15.908318-112.469538 44.690852-30.236652 28.782533-46.857191 67.222007-46.857191 108.198258l0 294.079782c0 40.977273 16.619516 79.414701 46.702672 108.136859 29.959336 28.844955 70.069869 44.814672 112.624057 44.814672l490.019383 0c42.585911 0 82.696444-15.969717 112.624057-44.814672 30.082132-28.844955 46.579875-67.222007 46.579875-108.136859L915.172921 511.968278C915.171897 471.053426 898.675178 432.677397 868.593046 403.832442zM841.821309 806.049083c0 22.098297-8.882298 42.772152-25.099654 58.306964-16.154935 15.661701-37.81935 24.203238-60.752666 24.203238L265.949606 888.559285c-22.934339 0-44.567032-8.54256-60.877509-24.264637-16.186657-15.474436-25.067932-36.148291-25.067932-58.246589L180.004165 511.968278c0-22.035876 8.881274-42.772152 25.192775-58.307987 16.186657-15.536858 37.81935-24.139793 60.753689-24.139793l490.019383 0c22.933315 0 44.597731 8.602935 60.752666 24.139793 16.21838 15.535835 25.099654 36.272112 25.099654 58.307987L841.822332 806.049083zM510.974136 135.440715c114.914216 0 208.318536 89.75214 208.318536 200.055338l73.350588 0c0-149.113109-126.366036-270.496667-281.669124-270.496667-155.333788 0-281.699824 121.383558-281.699824 270.496667l73.350588 0C302.623877 225.193879 396.059919 135.440715 510.974136 135.440715zM474.299865 747.244792l73.350588 0L547.650453 629.576859l-73.350588 0L474.299865 747.244792z" p-id="2751"></path></svg>
|
package/src/icons/svg/pdf.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, -742.000000)">
|
|
6
|
-
<g id="编组-5备份-4" transform="translate(16.000000, 730.000000)">
|
|
7
|
-
<g id="文件类型/pdf" 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="#D23B41"></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="#9C171C"></path>
|
|
12
|
-
<path d="M24.6247191,26.1775281 C24.1550562,26.1303371 23.6865168,26.0337079 23.2168539,25.7932584 C23.6382022,25.7089888 24.0112359,25.7089888 24.4325843,25.7089888 C25.3707865,25.7089888 25.5516854,25.9370786 25.5516854,26.0820225 C25.2752809,26.1775281 24.9494382,26.2146067 24.6247191,26.1775281 L24.6247191,26.1775281 Z M19.847191,25.5640449 C18.8247191,25.7932584 17.6921349,26.1303371 16.6696629,26.5033708 L16.6696629,26.4067416 L16.5730337,26.4550562 C17.0898876,25.4202247 17.5606741,24.3483146 17.9808989,23.2651686 L18.0179775,23.3134832 L18.0651685,23.2292135 C18.5831461,24.0235955 19.2449438,24.8179775 19.9426966,25.5157303 L19.7988764,25.5157303 L19.847191,25.5640449 Z M17.4157303,16.4898877 C17.4640449,16.4415731 17.5606741,16.4415731 17.5955056,16.4415731 L17.741573,16.4415731 C17.9903179,17.2358176 17.9729591,18.0895568 17.6921348,18.8730337 C17.3674157,18.1258427 17.2235955,17.2842697 17.4157303,16.4898877 L17.4157303,16.4898877 Z M11.6629213,30.4269663 L11.5179775,30.4752809 C11.936986,29.8691179 12.5222717,29.3969875 13.2033708,29.1157303 C12.8303371,29.7280899 12.3123596,30.1977528 11.6629213,30.4269663 L11.6629213,30.4269663 Z M24.4808989,24.3 C23.4932584,24.3 22.5191011,24.4449438 21.5314607,24.6258427 C20.3586125,23.5521875 19.3778339,22.2860293 18.6314607,20.8820225 C19.4258427,18.258427 19.4741573,16.488764 18.8595506,15.6460674 C18.5706004,15.2657767 18.122516,15.0398692 17.6449438,15.0337079 C17.0426966,14.9853933 16.4764045,15.2741573 16.2,15.7797753 C15.3573034,17.1876405 16.5730337,19.9438202 17.1393258,21.0752809 C16.4764045,23.0853932 15.683146,24.9988764 14.647191,26.8764045 C10.2067416,28.7898876 10.1101124,29.9573034 10.1101124,30.3786517 C10.1101124,30.8955056 10.3988764,31.4134831 10.9044944,31.6426966 C11.0966292,31.7865168 11.3741573,31.8337079 11.6146067,31.8337079 C12.783146,31.8337079 14.1426966,30.5224719 15.5865168,27.947191 C17.4157303,27.2011236 19.2449438,26.5988764 21.1595506,26.1775281 C22.1394341,26.9951549 23.3517247,27.4837662 24.6247191,27.5741573 C25.4191011,27.5741573 26.9595506,27.5741573 26.9595506,25.9853933 C27.0078652,25.3719101 26.6831461,24.3483146 24.4808989,24.3 L24.4808989,24.3 Z" id="形状" fill="#FFFFFF"></path>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
</g>
|
|
16
|
-
</g>
|
|
17
|
-
</g>
|
|
18
|
-
</svg>
|
package/src/icons/svg/person.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="1710127012141" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4239" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M795.307 887.467c-3.414-150.187-95.574-279.894-225.28-337.92-3.414-3.414-6.827-3.414-13.654-6.827 68.267-47.787 112.64-126.293 112.64-218.453 0-146.774-112.64-262.827-256-262.827S160.427 177.493 160.427 324.267c0 92.16 44.373 170.666 112.64 218.453-136.534 54.613-235.52 187.733-238.934 344.747v40.96c0 17.066 13.654 30.72 30.72 30.72s30.72-13.654 30.72-30.72V884.053c6.827-170.666 146.774-307.2 317.44-307.2 174.08 0 314.027 139.947 317.44 310.614v40.96c0 17.066 13.654 30.72 30.72 30.72s30.72-13.654 30.72-30.72V890.88c3.414 0 3.414-3.413 3.414-3.413z m-573.44-563.2c0-109.227 85.333-201.387 194.56-201.387s194.56 88.747 194.56 201.387-85.334 201.386-194.56 201.386-194.56-88.746-194.56-201.386z" p-id="4240"></path><path d="M989.867 822.613c-3.414-75.093-30.72-143.36-78.507-201.386-30.72-37.547-71.68-64.854-116.053-85.334 54.613-40.96 88.746-105.813 88.746-177.493 0-85.333-47.786-160.427-119.466-197.973-3.414 0-10.24-3.414-10.24-3.414-6.827-3.413-13.654-6.826-20.48-6.826l-10.24-3.414c-17.067-6.826-34.134 3.414-40.96 20.48-6.827 17.067 3.413 34.134 17.066 40.96l17.067 3.414c58.027 20.48 102.4 78.506 102.4 146.773s-40.96 126.293-102.4 143.36h-20.48c-20.48 0-37.547 17.067-37.547 37.547 0 20.48 17.067 37.546 37.547 37.546h20.48c116.053 23.894 208.213 126.294 211.627 249.174v37.546c0 17.067 13.653 30.72 30.72 30.72s30.72-13.653 30.72-30.72v-40.96z" p-id="4241"></path></svg>
|