web-component-gallery 0.1.8 → 0.1.10
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/dist/avatar.umd.js +5375 -0
- package/dist/{Button.umd.js → button.umd.js} +7 -7
- package/dist/form.umd.js +9894 -0
- package/dist/index.umd.js +34 -34
- package/dist/svgIcon.umd.js +957 -0
- package/dist/table.umd.js +25 -25
- package/dist/tree.umd.js +44 -0
- package/lib/avatar/index.js +7 -0
- package/lib/avatar/index.vue +47 -0
- package/{plugins/lib/Button → lib/button}/Button.js +22 -29
- package/{plugins/lib/Button → lib/button}/index.js +2 -2
- package/{plugins/lib/Form → lib/form}/Model.js +3 -3
- package/{plugins/lib/Form → lib/form}/Search.vue +5 -4
- package/lib/form/components/ADatePicker.vue +100 -0
- package/{plugins/lib/Form → lib/form}/components/ATagsInput.vue +2 -1
- package/{plugins/lib/Form → lib/form}/components/AUpload.vue +1 -1
- package/lib/form/index.js +44 -0
- package/lib/form/style/Model.less +54 -0
- package/{plugins/lib/Form → lib/form}/style/Search.less +4 -1
- package/lib/index.js +22 -0
- package/lib/style/css.js +2 -0
- package/lib/style/index.css +1 -0
- package/lib/style/index.js +2 -0
- package/lib/style/index.less +6 -0
- package/lib/style/mixins.less +53 -0
- package/lib/svgIcon/index.js +7 -0
- package/lib/svgIcon/index.vue +77 -0
- package/lib/table/index.js +7 -0
- package/{plugins/lib/table/Table.vue → lib/table/index.vue} +1 -1
- package/lib/table/style/css.js +2 -0
- package/lib/table/style/index.css +1 -0
- package/lib/table/style/index.js +2 -0
- package/lib/table/style/index.less +31 -0
- package/{plugins/lib/Tree → lib/tree}/Directory.js +1 -1
- package/lib/tree/Tree.vue +261 -0
- package/lib/tree/style/css.js +2 -0
- package/lib/tree/style/index.js +2 -0
- package/package.json +7 -4
- package/plugins/font/DS-DIGI-1.ttf +0 -0
- package/plugins/font/DS-DIGIB-2.ttf +0 -0
- package/plugins/font/DS-DIGII-3.ttf +0 -0
- package/plugins/font/DS-DIGIT-4.ttf +0 -0
- package/plugins/font/Orbitron-Black.ttf +0 -0
- package/plugins/font/Orbitron-Bold.ttf +0 -0
- package/plugins/font/Orbitron-Medium.ttf +0 -0
- package/plugins/font/Orbitron-Regular.ttf +0 -0
- package/plugins/font/PANGMENZHENGDAOBIAOTITI-1.TTF +0 -0
- package/plugins/font/PingFang SC.ttf +0 -0
- package/plugins/font/YouSheBiaoTiHei.ttf +0 -0
- package/plugins/font/font.css +48 -0
- package/plugins/font//345/255/227/351/255/20235/345/217/267-/347/273/217/345/205/270/351/233/205/351/273/221.ttf +0 -0
- package/plugins/lib/avatar/index.js +7 -0
- package/plugins/lib/avatar/index.vue +47 -0
- package/plugins/lib/button/Button.js +83 -0
- package/plugins/lib/button/index.js +7 -0
- package/plugins/lib/form/Model.js +185 -0
- package/plugins/lib/form/RenderComp.vue +52 -0
- package/plugins/lib/form/Search.vue +170 -0
- package/plugins/lib/form/components/ACascaderMultiple.vue +764 -0
- package/plugins/lib/form/components/ADatePicker.vue +100 -0
- package/plugins/lib/form/components/ARadio.vue +74 -0
- package/plugins/lib/form/components/ASelectCustom.vue +225 -0
- package/plugins/lib/form/components/ATagsInput.vue +70 -0
- package/plugins/lib/form/components/ATimePicker.vue +68 -0
- package/plugins/lib/form/components/AUpload.vue +156 -0
- package/plugins/lib/form/index.js +44 -0
- package/plugins/lib/form/style/Model.less +54 -0
- package/plugins/lib/form/style/Search.less +34 -0
- package/plugins/lib/index.js +1 -1
- package/plugins/lib/map/index.vue +0 -0
- package/plugins/lib/svgIcon/index.js +7 -0
- package/plugins/lib/svgIcon/index.vue +77 -0
- package/plugins/lib/table/index.js +1 -1
- package/plugins/lib/table/index.vue +174 -0
- package/plugins/lib/tree/Directory.js +402 -0
- package/plugins/lib/tree/Tree.vue +261 -0
- package/plugins/lib/tree/index.js +0 -0
- package/plugins/lib/tree/style/Directory.less +132 -0
- package/plugins/lib/tree/style/index.less +1 -0
- package/plugins/method/Dialog.js +127 -0
- package/plugins/method/PageLoading.jsx +106 -0
- package/plugins/method/index.js +8 -0
- package/plugins/utils/Filter.js +95 -0
- package/plugins/utils/PostMessage.js +15 -0
- package/plugins/utils/Utils.js +29 -0
- package/plugins/utils/index.js +1 -0
- package/plugins/lib/Form/components/ATable.vue +0 -149
- /package/{plugins/lib/style → dist/css}/index.css +0 -0
- /package/{plugins/lib/Form → lib/form}/RenderComp.vue +0 -0
- /package/{plugins/lib/Form → lib/form}/components/ACascaderMultiple.vue +0 -0
- /package/{plugins/lib/Form → lib/form}/components/ARadio.vue +0 -0
- /package/{plugins/lib/Form → lib/form}/components/ASelectCustom.vue +0 -0
- /package/{plugins/lib/Form → lib/form}/components/ATimePicker.vue +0 -0
- /package/{plugins/lib/style/mixins.css → lib/tree/index.js} +0 -0
- /package/{plugins/lib/Tree → lib/tree}/style/Directory.less +0 -0
- /package/{plugins/lib/Tree → lib/tree}/style/index.less +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.