web-component-gallery 0.1.9 → 0.1.11
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 → table.umd.js} +28 -28
- 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/lib/{Form → 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/lib/{Form → form/style}/Search.less +4 -1
- package/lib/index.js +1 -1
- package/lib/style/css.js +2 -0
- package/lib/style/index.js +2 -0
- package/lib/style/index.less +4 -0
- package/lib/svgIcon/index.js +7 -0
- package/lib/svgIcon/index.vue +77 -0
- package/lib/{Table → table}/index.js +1 -1
- package/lib/{Table/Table.vue → table/index.vue} +1 -1
- package/lib/table/style/css.js +2 -0
- package/lib/table/style/index.js +2 -0
- package/{plugins/lib/Table → lib/table}/style/index.less +2 -0
- package/lib/{Tree → tree}/Directory.js +1 -1
- package/lib/tree/Tree.vue +261 -0
- package/lib/tree/index.js +0 -0
- package/lib/tree/style/css.js +2 -0
- package/lib/tree/style/index.js +2 -0
- package/package.json +2 -1
- 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/{lib/Button → plugins/lib/button}/Button.js +22 -29
- package/{lib/Button → plugins/lib/button}/index.js +2 -2
- package/plugins/lib/{Form → form}/Model.js +3 -3
- package/{lib/Form → plugins/lib/form}/Search.vue +5 -4
- package/plugins/lib/form/components/ADatePicker.vue +100 -0
- package/{lib/Form → plugins/lib/form}/components/ATagsInput.vue +2 -1
- package/{lib/Form → plugins/lib/form}/components/AUpload.vue +1 -1
- package/plugins/lib/form/index.js +44 -0
- package/plugins/lib/form/style/Model.less +54 -0
- package/plugins/lib/{Form → form}/style/Search.less +4 -1
- package/plugins/lib/index.js +1 -1
- package/plugins/lib/style/mixins.less +6 -5
- package/plugins/lib/svgIcon/index.js +7 -0
- package/plugins/lib/svgIcon/index.vue +77 -0
- package/plugins/lib/{Table → table}/index.js +1 -1
- package/plugins/lib/{Table/Table.vue → table/index.vue} +1 -1
- package/plugins/lib/table/style/index.css +1 -0
- package/plugins/lib/{Tree → tree}/Directory.js +1 -1
- package/plugins/lib/tree/Tree.vue +261 -0
- package/plugins/lib/tree/index.js +0 -0
- package/plugins/method/AMap.js +180 -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 +152 -0
- package/plugins/utils/PostMessage.js +15 -0
- package/plugins/utils/Utils.js +29 -0
- package/plugins/utils/Validate.js +10 -0
- package/plugins/utils/Websocket.js +162 -0
- package/plugins/utils/index.js +1 -0
- package/plugins/utils/jsencrypt.min.js +5566 -0
- package/lib/Form/components/ATable.vue +0 -149
- package/lib/index.less +0 -6
- package/plugins/lib/Form/components/ATable.vue +0 -149
- /package/lib/{Form → form}/RenderComp.vue +0 -0
- /package/lib/{Form → form}/components/ACascaderMultiple.vue +0 -0
- /package/lib/{Form → form}/components/ARadio.vue +0 -0
- /package/lib/{Form → form}/components/ASelectCustom.vue +0 -0
- /package/lib/{Form → form}/components/ATimePicker.vue +0 -0
- /package/lib/{Table/style → style}/index.css +0 -0
- /package/lib/{mixins.less → style/mixins.less} +0 -0
- /package/{plugins/lib/Table → lib/table}/style/index.css +0 -0
- /package/lib/{Tree → tree/style}/Directory.less +0 -0
- /package/lib/{Tree → tree/style}/index.less +0 -0
- /package/plugins/lib/{Form → form}/RenderComp.vue +0 -0
- /package/plugins/lib/{Form → form}/components/ACascaderMultiple.vue +0 -0
- /package/plugins/lib/{Form → form}/components/ARadio.vue +0 -0
- /package/plugins/lib/{Form → form}/components/ASelectCustom.vue +0 -0
- /package/plugins/lib/{Form → form}/components/ATimePicker.vue +0 -0
- /package/{lib/Table → plugins/lib/table/style}/index.less +0 -0
- /package/plugins/lib/{Tree → tree}/style/Directory.less +0 -0
- /package/plugins/lib/{Tree → 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.