element-sim 1.0.4 → 1.0.6
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/lib/alert.js +420 -0
- package/lib/aside.js +277 -0
- package/lib/autocomplete.js +952 -0
- package/lib/avatar.js +363 -0
- package/lib/backtop.js +404 -0
- package/lib/badge.js +334 -0
- package/lib/breadcrumb-item.js +322 -0
- package/lib/breadcrumb.js +293 -0
- package/lib/button-group.js +262 -0
- package/lib/button.js +357 -0
- package/lib/calendar.js +933 -0
- package/lib/card.js +297 -0
- package/lib/carousel-item.js +434 -0
- package/lib/carousel.js +707 -0
- package/lib/cascader-panel.js +1558 -0
- package/lib/cascader.js +1439 -0
- package/lib/checkbox-button.js +583 -0
- package/lib/checkbox-group.js +313 -0
- package/lib/checkbox.js +627 -0
- package/lib/col.js +177 -0
- package/lib/collapse-item.js +497 -0
- package/lib/collapse.js +329 -0
- package/lib/color-picker.js +1943 -0
- package/lib/container.js +288 -0
- package/lib/date-picker.js +6335 -0
- package/lib/descriptions-item.js +140 -0
- package/lib/descriptions.js +457 -0
- package/lib/dialog.js +598 -0
- package/lib/directives/mousewheel.js +26 -0
- package/lib/directives/repeat-click.js +33 -0
- package/lib/divider.js +313 -0
- package/lib/drawer.js +592 -0
- package/lib/dropdown-item.js +316 -0
- package/lib/dropdown-menu.js +351 -0
- package/lib/dropdown.js +643 -0
- package/lib/element-sim.common.js +43578 -0
- package/lib/empty.js +730 -0
- package/lib/footer.js +277 -0
- package/lib/form-item.js +826 -0
- package/lib/form.js +466 -0
- package/lib/header.js +277 -0
- package/lib/icon.js +265 -0
- package/lib/image.js +1138 -0
- package/lib/index.js +1 -0
- package/lib/infinite-scroll.js +301 -0
- package/lib/input-number.js +752 -0
- package/lib/input.js +998 -0
- package/lib/link.js +332 -0
- package/lib/loading.js +631 -0
- package/lib/locale/format.js +56 -0
- package/lib/locale/index.js +63 -0
- package/lib/locale/lang/af-ZA.js +126 -0
- package/lib/locale/lang/ar.js +125 -0
- package/lib/locale/lang/az.js +126 -0
- package/lib/locale/lang/bg.js +126 -0
- package/lib/locale/lang/bn.js +126 -0
- package/lib/locale/lang/ca.js +125 -0
- package/lib/locale/lang/cs-CZ.js +128 -0
- package/lib/locale/lang/da.js +125 -0
- package/lib/locale/lang/de.js +127 -0
- package/lib/locale/lang/ee.js +126 -0
- package/lib/locale/lang/el.js +126 -0
- package/lib/locale/lang/en.js +126 -0
- package/lib/locale/lang/eo.js +126 -0
- package/lib/locale/lang/es.js +125 -0
- package/lib/locale/lang/eu.js +126 -0
- package/lib/locale/lang/fa.js +126 -0
- package/lib/locale/lang/fi.js +126 -0
- package/lib/locale/lang/fr.js +125 -0
- package/lib/locale/lang/he.js +126 -0
- package/lib/locale/lang/hr.js +126 -0
- package/lib/locale/lang/hu.js +125 -0
- package/lib/locale/lang/hy-AM.js +126 -0
- package/lib/locale/lang/id.js +126 -0
- package/lib/locale/lang/is.js +126 -0
- package/lib/locale/lang/it.js +125 -0
- package/lib/locale/lang/ja.js +126 -0
- package/lib/locale/lang/kg.js +126 -0
- package/lib/locale/lang/km.js +126 -0
- package/lib/locale/lang/ko.js +126 -0
- package/lib/locale/lang/ku.js +126 -0
- package/lib/locale/lang/kz.js +126 -0
- package/lib/locale/lang/lo-LA.js +126 -0
- package/lib/locale/lang/lt.js +126 -0
- package/lib/locale/lang/lv.js +126 -0
- package/lib/locale/lang/mn.js +126 -0
- package/lib/locale/lang/ms.js +125 -0
- package/lib/locale/lang/nb-NO.js +125 -0
- package/lib/locale/lang/nl.js +126 -0
- package/lib/locale/lang/pl.js +126 -0
- package/lib/locale/lang/pt-br.js +126 -0
- package/lib/locale/lang/pt.js +126 -0
- package/lib/locale/lang/ro.js +126 -0
- package/lib/locale/lang/ru-RU.js +126 -0
- package/lib/locale/lang/si.js +126 -0
- package/lib/locale/lang/sk.js +128 -0
- package/lib/locale/lang/sl.js +126 -0
- package/lib/locale/lang/sr-Latn.js +126 -0
- package/lib/locale/lang/sr.js +126 -0
- package/lib/locale/lang/sv-SE.js +126 -0
- package/lib/locale/lang/sw.js +126 -0
- package/lib/locale/lang/ta.js +125 -0
- package/lib/locale/lang/th.js +126 -0
- package/lib/locale/lang/tk.js +126 -0
- package/lib/locale/lang/tr-TR.js +126 -0
- package/lib/locale/lang/ua.js +126 -0
- package/lib/locale/lang/ug-CN.js +126 -0
- package/lib/locale/lang/uz-UZ.js +126 -0
- package/lib/locale/lang/vi.js +126 -0
- package/lib/locale/lang/zh-CN.js +126 -0
- package/lib/locale/lang/zh-TW.js +126 -0
- package/lib/main.js +264 -0
- package/lib/menu-item-group.js +308 -0
- package/lib/menu-item.js +491 -0
- package/lib/menu.js +865 -0
- package/lib/message-box.js +1192 -0
- package/lib/message.js +548 -0
- package/lib/mixins/emitter.js +36 -0
- package/lib/mixins/focus.js +15 -0
- package/lib/mixins/locale.js +17 -0
- package/lib/mixins/migrating.js +69 -0
- package/lib/notification.js +615 -0
- package/lib/option-group.js +344 -0
- package/lib/option.js +474 -0
- package/lib/page-header.js +319 -0
- package/lib/pagination.js +950 -0
- package/lib/popconfirm.js +457 -0
- package/lib/popover.js +617 -0
- package/lib/progress.js +595 -0
- package/lib/radio-button.js +463 -0
- package/lib/radio-group.js +391 -0
- package/lib/radio.js +497 -0
- package/lib/rate.js +670 -0
- package/lib/result.js +578 -0
- package/lib/row.js +149 -0
- package/lib/scrollbar.js +423 -0
- package/lib/select.js +2167 -0
- package/lib/skeleton-item.js +342 -0
- package/lib/skeleton.js +372 -0
- package/lib/slider.js +1199 -0
- package/lib/spinner.js +301 -0
- package/lib/statistic.js +533 -0
- package/lib/step.js +522 -0
- package/lib/steps.js +342 -0
- package/lib/submenu.js +701 -0
- package/lib/switch.js +554 -0
- package/lib/tab-pane.js +332 -0
- package/lib/table-column.js +952 -0
- package/lib/table.js +5010 -0
- package/lib/tabs.js +920 -0
- package/lib/tag.js +304 -0
- package/lib/theme-chalk/alert.css +1 -0
- package/lib/theme-chalk/aside.css +1 -0
- package/lib/theme-chalk/autocomplete.css +1 -0
- package/lib/theme-chalk/avatar.css +1 -0
- package/lib/theme-chalk/backtop.css +1 -0
- package/lib/theme-chalk/badge.css +1 -0
- package/lib/theme-chalk/base.css +1 -0
- package/lib/theme-chalk/breadcrumb-item.css +0 -0
- package/lib/theme-chalk/breadcrumb.css +1 -0
- package/lib/theme-chalk/button-group.css +0 -0
- package/lib/theme-chalk/button.css +1 -0
- package/lib/theme-chalk/calendar.css +1 -0
- package/lib/theme-chalk/card.css +1 -0
- package/lib/theme-chalk/carousel-item.css +1 -0
- package/lib/theme-chalk/carousel.css +1 -0
- package/lib/theme-chalk/cascader-panel.css +1 -0
- package/lib/theme-chalk/cascader.css +1 -0
- package/lib/theme-chalk/checkbox-button.css +0 -0
- package/lib/theme-chalk/checkbox-group.css +0 -0
- package/lib/theme-chalk/checkbox.css +1 -0
- package/lib/theme-chalk/col.css +1 -0
- package/lib/theme-chalk/collapse-item.css +0 -0
- package/lib/theme-chalk/collapse.css +1 -0
- package/lib/theme-chalk/color-picker.css +1 -0
- package/lib/theme-chalk/container.css +1 -0
- package/lib/theme-chalk/date-picker.css +1 -0
- package/lib/theme-chalk/descriptions-item.css +1 -0
- package/lib/theme-chalk/descriptions.css +1 -0
- package/lib/theme-chalk/dialog.css +1 -0
- package/lib/theme-chalk/display.css +1 -0
- package/lib/theme-chalk/divider.css +1 -0
- package/lib/theme-chalk/drawer.css +1 -0
- package/lib/theme-chalk/dropdown-item.css +0 -0
- package/lib/theme-chalk/dropdown-menu.css +0 -0
- package/lib/theme-chalk/dropdown.css +1 -0
- package/lib/theme-chalk/empty.css +1 -0
- package/lib/theme-chalk/fonts/element-icons.ttf +0 -0
- package/lib/theme-chalk/fonts/element-icons.woff +0 -0
- package/lib/theme-chalk/footer.css +1 -0
- package/lib/theme-chalk/form-item.css +0 -0
- package/lib/theme-chalk/form.css +1 -0
- package/lib/theme-chalk/header.css +1 -0
- package/lib/theme-chalk/icon.css +1 -0
- package/lib/theme-chalk/image.css +1 -0
- package/lib/theme-chalk/index.css +1 -0
- package/lib/theme-chalk/infinite-scroll.css +0 -0
- package/lib/theme-chalk/infiniteScroll.css +0 -0
- package/lib/theme-chalk/input-number.css +1 -0
- package/lib/theme-chalk/input.css +1 -0
- package/lib/theme-chalk/link.css +1 -0
- package/lib/theme-chalk/loading.css +1 -0
- package/lib/theme-chalk/main.css +1 -0
- package/lib/theme-chalk/menu-item-group.css +0 -0
- package/lib/theme-chalk/menu-item.css +0 -0
- package/lib/theme-chalk/menu.css +1 -0
- package/lib/theme-chalk/message-box.css +1 -0
- package/lib/theme-chalk/message.css +1 -0
- package/lib/theme-chalk/notification.css +1 -0
- package/lib/theme-chalk/option-group.css +1 -0
- package/lib/theme-chalk/option.css +1 -0
- package/lib/theme-chalk/page-header.css +1 -0
- package/lib/theme-chalk/pagination.css +1 -0
- package/lib/theme-chalk/popconfirm.css +1 -0
- package/lib/theme-chalk/popover.css +1 -0
- package/lib/theme-chalk/popper.css +1 -0
- package/lib/theme-chalk/progress.css +1 -0
- package/lib/theme-chalk/radio-button.css +1 -0
- package/lib/theme-chalk/radio-group.css +1 -0
- package/lib/theme-chalk/radio.css +1 -0
- package/lib/theme-chalk/rate.css +1 -0
- package/lib/theme-chalk/reset.css +1 -0
- package/lib/theme-chalk/result.css +1 -0
- package/lib/theme-chalk/row.css +1 -0
- package/lib/theme-chalk/scrollbar.css +1 -0
- package/lib/theme-chalk/select-dropdown.css +1 -0
- package/lib/theme-chalk/select.css +1 -0
- package/lib/theme-chalk/skeleton-item.css +1 -0
- package/lib/theme-chalk/skeleton.css +1 -0
- package/lib/theme-chalk/slider.css +1 -0
- package/lib/theme-chalk/spinner.css +1 -0
- package/lib/theme-chalk/statistic.css +1 -0
- package/lib/theme-chalk/step.css +1 -0
- package/lib/theme-chalk/steps.css +1 -0
- package/lib/theme-chalk/submenu.css +0 -0
- package/lib/theme-chalk/switch.css +1 -0
- package/lib/theme-chalk/tab-pane.css +0 -0
- package/lib/theme-chalk/table-column.css +1 -0
- package/lib/theme-chalk/table.css +1 -0
- package/lib/theme-chalk/tabs.css +1 -0
- package/lib/theme-chalk/tag.css +1 -0
- package/lib/theme-chalk/time-picker.css +1 -0
- package/lib/theme-chalk/time-select.css +1 -0
- package/lib/theme-chalk/timeline-item.css +1 -0
- package/lib/theme-chalk/timeline.css +1 -0
- package/lib/theme-chalk/tooltip.css +1 -0
- package/lib/theme-chalk/transfer.css +1 -0
- package/lib/theme-chalk/tree.css +1 -0
- package/lib/theme-chalk/upload.css +1 -0
- package/lib/time-picker.js +2967 -0
- package/lib/time-select.js +1765 -0
- package/lib/timeline-item.js +371 -0
- package/lib/timeline.js +275 -0
- package/lib/tooltip.js +425 -0
- package/lib/transfer.js +1102 -0
- package/lib/transitions/collapse-transition.js +91 -0
- package/lib/tree.js +2263 -0
- package/lib/umd/locale/af-ZA.js +142 -0
- package/lib/umd/locale/ar.js +141 -0
- package/lib/umd/locale/az.js +141 -0
- package/lib/umd/locale/bg.js +142 -0
- package/lib/umd/locale/bn.js +141 -0
- package/lib/umd/locale/ca.js +141 -0
- package/lib/umd/locale/cs-CZ.js +144 -0
- package/lib/umd/locale/da.js +141 -0
- package/lib/umd/locale/de.js +143 -0
- package/lib/umd/locale/ee.js +142 -0
- package/lib/umd/locale/el.js +142 -0
- package/lib/umd/locale/en.js +142 -0
- package/lib/umd/locale/eo.js +142 -0
- package/lib/umd/locale/es.js +141 -0
- package/lib/umd/locale/eu.js +142 -0
- package/lib/umd/locale/fa.js +142 -0
- package/lib/umd/locale/fi.js +142 -0
- package/lib/umd/locale/fr.js +141 -0
- package/lib/umd/locale/he.js +142 -0
- package/lib/umd/locale/hr.js +142 -0
- package/lib/umd/locale/hu.js +141 -0
- package/lib/umd/locale/hy-AM.js +142 -0
- package/lib/umd/locale/id.js +142 -0
- package/lib/umd/locale/is.js +142 -0
- package/lib/umd/locale/it.js +141 -0
- package/lib/umd/locale/ja.js +142 -0
- package/lib/umd/locale/kg.js +142 -0
- package/lib/umd/locale/km.js +142 -0
- package/lib/umd/locale/ko.js +142 -0
- package/lib/umd/locale/ku.js +142 -0
- package/lib/umd/locale/kz.js +142 -0
- package/lib/umd/locale/lo-LA.js +141 -0
- package/lib/umd/locale/lt.js +142 -0
- package/lib/umd/locale/lv.js +142 -0
- package/lib/umd/locale/mn.js +142 -0
- package/lib/umd/locale/ms.js +141 -0
- package/lib/umd/locale/nb-NO.js +141 -0
- package/lib/umd/locale/nl.js +142 -0
- package/lib/umd/locale/pl.js +142 -0
- package/lib/umd/locale/pt-br.js +142 -0
- package/lib/umd/locale/pt.js +142 -0
- package/lib/umd/locale/ro.js +142 -0
- package/lib/umd/locale/ru-RU.js +142 -0
- package/lib/umd/locale/si.js +142 -0
- package/lib/umd/locale/sk.js +144 -0
- package/lib/umd/locale/sl.js +142 -0
- package/lib/umd/locale/sr-Latn.js +142 -0
- package/lib/umd/locale/sr.js +142 -0
- package/lib/umd/locale/sv-SE.js +142 -0
- package/lib/umd/locale/sw.js +142 -0
- package/lib/umd/locale/ta.js +141 -0
- package/lib/umd/locale/th.js +142 -0
- package/lib/umd/locale/tk.js +142 -0
- package/lib/umd/locale/tr-TR.js +142 -0
- package/lib/umd/locale/ua.js +142 -0
- package/lib/umd/locale/ug-CN.js +142 -0
- package/lib/umd/locale/uz-UZ.js +142 -0
- package/lib/umd/locale/vi.js +142 -0
- package/lib/umd/locale/zh-CN.js +142 -0
- package/lib/umd/locale/zh-TW.js +142 -0
- package/lib/upload.js +1390 -0
- package/lib/utils/after-leave.js +35 -0
- package/lib/utils/aria-dialog.js +104 -0
- package/lib/utils/aria-utils.js +126 -0
- package/lib/utils/clickoutside.js +79 -0
- package/lib/utils/date-util.js +310 -0
- package/lib/utils/date.js +369 -0
- package/lib/utils/dom.js +234 -0
- package/lib/utils/lodash.js +9421 -0
- package/lib/utils/menu/aria-menubar.js +24 -0
- package/lib/utils/menu/aria-menuitem.js +62 -0
- package/lib/utils/menu/aria-submenu.js +69 -0
- package/lib/utils/merge.js +21 -0
- package/lib/utils/popper.js +1261 -0
- package/lib/utils/popup/index.js +233 -0
- package/lib/utils/popup/popup-manager.js +205 -0
- package/lib/utils/resize-event.js +59 -0
- package/lib/utils/scroll-into-view.js +38 -0
- package/lib/utils/scrollbar-width.js +39 -0
- package/lib/utils/shared.js +12 -0
- package/lib/utils/types.js +52 -0
- package/lib/utils/util.js +272 -0
- package/lib/utils/vdom.js +13 -0
- package/lib/utils/vue-popper.js +202 -0
- package/package.json +1 -1
- package/packages/theme-chalk/lib/alert.css +1 -0
- package/packages/theme-chalk/lib/aside.css +1 -0
- package/packages/theme-chalk/lib/autocomplete.css +1 -0
- package/packages/theme-chalk/lib/avatar.css +1 -0
- package/packages/theme-chalk/lib/backtop.css +1 -0
- package/packages/theme-chalk/lib/badge.css +1 -0
- package/packages/theme-chalk/lib/base.css +1 -0
- package/packages/theme-chalk/lib/breadcrumb-item.css +0 -0
- package/packages/theme-chalk/lib/breadcrumb.css +1 -0
- package/packages/theme-chalk/lib/button-group.css +0 -0
- package/packages/theme-chalk/lib/button.css +1 -0
- package/packages/theme-chalk/lib/calendar.css +1 -0
- package/packages/theme-chalk/lib/card.css +1 -0
- package/packages/theme-chalk/lib/carousel-item.css +1 -0
- package/packages/theme-chalk/lib/carousel.css +1 -0
- package/packages/theme-chalk/lib/cascader-panel.css +1 -0
- package/packages/theme-chalk/lib/cascader.css +1 -0
- package/packages/theme-chalk/lib/checkbox-button.css +0 -0
- package/packages/theme-chalk/lib/checkbox-group.css +0 -0
- package/packages/theme-chalk/lib/checkbox.css +1 -0
- package/packages/theme-chalk/lib/col.css +1 -0
- package/packages/theme-chalk/lib/collapse-item.css +0 -0
- package/packages/theme-chalk/lib/collapse.css +1 -0
- package/packages/theme-chalk/lib/color-picker.css +1 -0
- package/packages/theme-chalk/lib/container.css +1 -0
- package/packages/theme-chalk/lib/date-picker.css +1 -0
- package/packages/theme-chalk/lib/descriptions-item.css +1 -0
- package/packages/theme-chalk/lib/descriptions.css +1 -0
- package/packages/theme-chalk/lib/dialog.css +1 -0
- package/packages/theme-chalk/lib/display.css +1 -0
- package/packages/theme-chalk/lib/divider.css +1 -0
- package/packages/theme-chalk/lib/drawer.css +1 -0
- package/packages/theme-chalk/lib/dropdown-item.css +0 -0
- package/packages/theme-chalk/lib/dropdown-menu.css +0 -0
- package/packages/theme-chalk/lib/dropdown.css +1 -0
- package/packages/theme-chalk/lib/empty.css +1 -0
- package/packages/theme-chalk/lib/fonts/element-icons.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/element-icons.woff +0 -0
- package/packages/theme-chalk/lib/footer.css +1 -0
- package/packages/theme-chalk/lib/form-item.css +0 -0
- package/packages/theme-chalk/lib/form.css +1 -0
- package/packages/theme-chalk/lib/header.css +1 -0
- package/packages/theme-chalk/lib/icon.css +1 -0
- package/packages/theme-chalk/lib/image.css +1 -0
- package/packages/theme-chalk/lib/index.css +1 -0
- package/packages/theme-chalk/lib/infinite-scroll.css +0 -0
- package/packages/theme-chalk/lib/infiniteScroll.css +0 -0
- package/packages/theme-chalk/lib/input-number.css +1 -0
- package/packages/theme-chalk/lib/input.css +1 -0
- package/packages/theme-chalk/lib/link.css +1 -0
- package/packages/theme-chalk/lib/loading.css +1 -0
- package/packages/theme-chalk/lib/main.css +1 -0
- package/packages/theme-chalk/lib/menu-item-group.css +0 -0
- package/packages/theme-chalk/lib/menu-item.css +0 -0
- package/packages/theme-chalk/lib/menu.css +1 -0
- package/packages/theme-chalk/lib/message-box.css +1 -0
- package/packages/theme-chalk/lib/message.css +1 -0
- package/packages/theme-chalk/lib/notification.css +1 -0
- package/packages/theme-chalk/lib/option-group.css +1 -0
- package/packages/theme-chalk/lib/option.css +1 -0
- package/packages/theme-chalk/lib/page-header.css +1 -0
- package/packages/theme-chalk/lib/pagination.css +1 -0
- package/packages/theme-chalk/lib/popconfirm.css +1 -0
- package/packages/theme-chalk/lib/popover.css +1 -0
- package/packages/theme-chalk/lib/popper.css +1 -0
- package/packages/theme-chalk/lib/progress.css +1 -0
- package/packages/theme-chalk/lib/radio-button.css +1 -0
- package/packages/theme-chalk/lib/radio-group.css +1 -0
- package/packages/theme-chalk/lib/radio.css +1 -0
- package/packages/theme-chalk/lib/rate.css +1 -0
- package/packages/theme-chalk/lib/reset.css +1 -0
- package/packages/theme-chalk/lib/result.css +1 -0
- package/packages/theme-chalk/lib/row.css +1 -0
- package/packages/theme-chalk/lib/scrollbar.css +1 -0
- package/packages/theme-chalk/lib/select-dropdown.css +1 -0
- package/packages/theme-chalk/lib/select.css +1 -0
- package/packages/theme-chalk/lib/skeleton-item.css +1 -0
- package/packages/theme-chalk/lib/skeleton.css +1 -0
- package/packages/theme-chalk/lib/slider.css +1 -0
- package/packages/theme-chalk/lib/spinner.css +1 -0
- package/packages/theme-chalk/lib/statistic.css +1 -0
- package/packages/theme-chalk/lib/step.css +1 -0
- package/packages/theme-chalk/lib/steps.css +1 -0
- package/packages/theme-chalk/lib/submenu.css +0 -0
- package/packages/theme-chalk/lib/switch.css +1 -0
- package/packages/theme-chalk/lib/tab-pane.css +0 -0
- package/packages/theme-chalk/lib/table-column.css +1 -0
- package/packages/theme-chalk/lib/table.css +1 -0
- package/packages/theme-chalk/lib/tabs.css +1 -0
- package/packages/theme-chalk/lib/tag.css +1 -0
- package/packages/theme-chalk/lib/time-picker.css +1 -0
- package/packages/theme-chalk/lib/time-select.css +1 -0
- package/packages/theme-chalk/lib/timeline-item.css +1 -0
- package/packages/theme-chalk/lib/timeline.css +1 -0
- package/packages/theme-chalk/lib/tooltip.css +1 -0
- package/packages/theme-chalk/lib/transfer.css +1 -0
- package/packages/theme-chalk/lib/tree.css +1 -0
- package/packages/theme-chalk/lib/upload.css +1 -0
- package/packages/theme-chalk/src/form.scss +6 -3
- package/src/index.js +1 -1
|
@@ -0,0 +1,1943 @@
|
|
|
1
|
+
module.exports =
|
|
2
|
+
/******/ (function(modules) { // webpackBootstrap
|
|
3
|
+
/******/ // The module cache
|
|
4
|
+
/******/ var installedModules = {};
|
|
5
|
+
/******/
|
|
6
|
+
/******/ // The require function
|
|
7
|
+
/******/ function __webpack_require__(moduleId) {
|
|
8
|
+
/******/
|
|
9
|
+
/******/ // Check if module is in cache
|
|
10
|
+
/******/ if(installedModules[moduleId]) {
|
|
11
|
+
/******/ return installedModules[moduleId].exports;
|
|
12
|
+
/******/ }
|
|
13
|
+
/******/ // Create a new module (and put it into the cache)
|
|
14
|
+
/******/ var module = installedModules[moduleId] = {
|
|
15
|
+
/******/ i: moduleId,
|
|
16
|
+
/******/ l: false,
|
|
17
|
+
/******/ exports: {}
|
|
18
|
+
/******/ };
|
|
19
|
+
/******/
|
|
20
|
+
/******/ // Execute the module function
|
|
21
|
+
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
22
|
+
/******/
|
|
23
|
+
/******/ // Flag the module as loaded
|
|
24
|
+
/******/ module.l = true;
|
|
25
|
+
/******/
|
|
26
|
+
/******/ // Return the exports of the module
|
|
27
|
+
/******/ return module.exports;
|
|
28
|
+
/******/ }
|
|
29
|
+
/******/
|
|
30
|
+
/******/
|
|
31
|
+
/******/ // expose the modules object (__webpack_modules__)
|
|
32
|
+
/******/ __webpack_require__.m = modules;
|
|
33
|
+
/******/
|
|
34
|
+
/******/ // expose the module cache
|
|
35
|
+
/******/ __webpack_require__.c = installedModules;
|
|
36
|
+
/******/
|
|
37
|
+
/******/ // define getter function for harmony exports
|
|
38
|
+
/******/ __webpack_require__.d = function(exports, name, getter) {
|
|
39
|
+
/******/ if(!__webpack_require__.o(exports, name)) {
|
|
40
|
+
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
|
41
|
+
/******/ }
|
|
42
|
+
/******/ };
|
|
43
|
+
/******/
|
|
44
|
+
/******/ // define __esModule on exports
|
|
45
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
46
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
47
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
48
|
+
/******/ }
|
|
49
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
50
|
+
/******/ };
|
|
51
|
+
/******/
|
|
52
|
+
/******/ // create a fake namespace object
|
|
53
|
+
/******/ // mode & 1: value is a module id, require it
|
|
54
|
+
/******/ // mode & 2: merge all properties of value into the ns
|
|
55
|
+
/******/ // mode & 4: return value when already ns object
|
|
56
|
+
/******/ // mode & 8|1: behave like require
|
|
57
|
+
/******/ __webpack_require__.t = function(value, mode) {
|
|
58
|
+
/******/ if(mode & 1) value = __webpack_require__(value);
|
|
59
|
+
/******/ if(mode & 8) return value;
|
|
60
|
+
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
|
61
|
+
/******/ var ns = Object.create(null);
|
|
62
|
+
/******/ __webpack_require__.r(ns);
|
|
63
|
+
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
|
64
|
+
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
|
65
|
+
/******/ return ns;
|
|
66
|
+
/******/ };
|
|
67
|
+
/******/
|
|
68
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
69
|
+
/******/ __webpack_require__.n = function(module) {
|
|
70
|
+
/******/ var getter = module && module.__esModule ?
|
|
71
|
+
/******/ function getDefault() { return module['default']; } :
|
|
72
|
+
/******/ function getModuleExports() { return module; };
|
|
73
|
+
/******/ __webpack_require__.d(getter, 'a', getter);
|
|
74
|
+
/******/ return getter;
|
|
75
|
+
/******/ };
|
|
76
|
+
/******/
|
|
77
|
+
/******/ // Object.prototype.hasOwnProperty.call
|
|
78
|
+
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
79
|
+
/******/
|
|
80
|
+
/******/ // __webpack_public_path__
|
|
81
|
+
/******/ __webpack_require__.p = "/dist/";
|
|
82
|
+
/******/
|
|
83
|
+
/******/
|
|
84
|
+
/******/ // Load entry module and return exports
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 55);
|
|
86
|
+
/******/ })
|
|
87
|
+
/************************************************************************/
|
|
88
|
+
/******/ ({
|
|
89
|
+
|
|
90
|
+
/***/ 0:
|
|
91
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
92
|
+
|
|
93
|
+
"use strict";
|
|
94
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
|
|
95
|
+
/* globals __VUE_SSR_CONTEXT__ */
|
|
96
|
+
|
|
97
|
+
// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
|
|
98
|
+
// This module is a runtime utility for cleaner component module output and will
|
|
99
|
+
// be included in the final webpack user bundle.
|
|
100
|
+
|
|
101
|
+
function normalizeComponent(
|
|
102
|
+
scriptExports,
|
|
103
|
+
render,
|
|
104
|
+
staticRenderFns,
|
|
105
|
+
functionalTemplate,
|
|
106
|
+
injectStyles,
|
|
107
|
+
scopeId,
|
|
108
|
+
moduleIdentifier /* server only */,
|
|
109
|
+
shadowMode /* vue-cli only */
|
|
110
|
+
) {
|
|
111
|
+
// Vue.extend constructor export interop
|
|
112
|
+
var options =
|
|
113
|
+
typeof scriptExports === 'function' ? scriptExports.options : scriptExports
|
|
114
|
+
|
|
115
|
+
// render functions
|
|
116
|
+
if (render) {
|
|
117
|
+
options.render = render
|
|
118
|
+
options.staticRenderFns = staticRenderFns
|
|
119
|
+
options._compiled = true
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
// functional template
|
|
123
|
+
if (functionalTemplate) {
|
|
124
|
+
options.functional = true
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
// scopedId
|
|
128
|
+
if (scopeId) {
|
|
129
|
+
options._scopeId = 'data-v-' + scopeId
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
var hook
|
|
133
|
+
if (moduleIdentifier) {
|
|
134
|
+
// server build
|
|
135
|
+
hook = function (context) {
|
|
136
|
+
// 2.3 injection
|
|
137
|
+
context =
|
|
138
|
+
context || // cached call
|
|
139
|
+
(this.$vnode && this.$vnode.ssrContext) || // stateful
|
|
140
|
+
(this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
|
|
141
|
+
// 2.2 with runInNewContext: true
|
|
142
|
+
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
|
143
|
+
context = __VUE_SSR_CONTEXT__
|
|
144
|
+
}
|
|
145
|
+
// inject component styles
|
|
146
|
+
if (injectStyles) {
|
|
147
|
+
injectStyles.call(this, context)
|
|
148
|
+
}
|
|
149
|
+
// register component module identifier for async chunk inferrence
|
|
150
|
+
if (context && context._registeredComponents) {
|
|
151
|
+
context._registeredComponents.add(moduleIdentifier)
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
// used by ssr in case component is cached and beforeCreate
|
|
155
|
+
// never gets called
|
|
156
|
+
options._ssrRegister = hook
|
|
157
|
+
} else if (injectStyles) {
|
|
158
|
+
hook = shadowMode
|
|
159
|
+
? function () {
|
|
160
|
+
injectStyles.call(
|
|
161
|
+
this,
|
|
162
|
+
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
163
|
+
)
|
|
164
|
+
}
|
|
165
|
+
: injectStyles
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
if (hook) {
|
|
169
|
+
if (options.functional) {
|
|
170
|
+
// for template-only hot-reload because in that case the render fn doesn't
|
|
171
|
+
// go through the normalizer
|
|
172
|
+
options._injectStyles = hook
|
|
173
|
+
// register for functional component in vue file
|
|
174
|
+
var originalRender = options.render
|
|
175
|
+
options.render = function renderWithStyleInjection(h, context) {
|
|
176
|
+
hook.call(context)
|
|
177
|
+
return originalRender(h, context)
|
|
178
|
+
}
|
|
179
|
+
} else {
|
|
180
|
+
// inject component registration as beforeCreate hook
|
|
181
|
+
var existing = options.beforeCreate
|
|
182
|
+
options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
return {
|
|
187
|
+
exports: scriptExports,
|
|
188
|
+
options: options
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
/***/ }),
|
|
194
|
+
|
|
195
|
+
/***/ 10:
|
|
196
|
+
/***/ (function(module, exports) {
|
|
197
|
+
|
|
198
|
+
module.exports = require("element-sim/lib/input");
|
|
199
|
+
|
|
200
|
+
/***/ }),
|
|
201
|
+
|
|
202
|
+
/***/ 12:
|
|
203
|
+
/***/ (function(module, exports) {
|
|
204
|
+
|
|
205
|
+
module.exports = require("element-sim/lib/utils/clickoutside");
|
|
206
|
+
|
|
207
|
+
/***/ }),
|
|
208
|
+
|
|
209
|
+
/***/ 14:
|
|
210
|
+
/***/ (function(module, exports) {
|
|
211
|
+
|
|
212
|
+
module.exports = require("element-sim/lib/button");
|
|
213
|
+
|
|
214
|
+
/***/ }),
|
|
215
|
+
|
|
216
|
+
/***/ 4:
|
|
217
|
+
/***/ (function(module, exports) {
|
|
218
|
+
|
|
219
|
+
module.exports = require("element-sim/lib/mixins/emitter");
|
|
220
|
+
|
|
221
|
+
/***/ }),
|
|
222
|
+
|
|
223
|
+
/***/ 5:
|
|
224
|
+
/***/ (function(module, exports) {
|
|
225
|
+
|
|
226
|
+
module.exports = require("element-sim/lib/utils/vue-popper");
|
|
227
|
+
|
|
228
|
+
/***/ }),
|
|
229
|
+
|
|
230
|
+
/***/ 55:
|
|
231
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
232
|
+
|
|
233
|
+
"use strict";
|
|
234
|
+
// ESM COMPAT FLAG
|
|
235
|
+
__webpack_require__.r(__webpack_exports__);
|
|
236
|
+
|
|
237
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/color-picker/src/main.vue?vue&type=template&id=191bbc77
|
|
238
|
+
var render = function () {
|
|
239
|
+
var _vm = this
|
|
240
|
+
var _h = _vm.$createElement
|
|
241
|
+
var _c = _vm._self._c || _h
|
|
242
|
+
return _c(
|
|
243
|
+
"div",
|
|
244
|
+
{
|
|
245
|
+
directives: [
|
|
246
|
+
{
|
|
247
|
+
name: "clickoutside",
|
|
248
|
+
rawName: "v-clickoutside",
|
|
249
|
+
value: _vm.hide,
|
|
250
|
+
expression: "hide",
|
|
251
|
+
},
|
|
252
|
+
],
|
|
253
|
+
class: [
|
|
254
|
+
"el-color-picker",
|
|
255
|
+
_vm.colorDisabled ? "is-disabled" : "",
|
|
256
|
+
_vm.colorSize ? "el-color-picker--" + _vm.colorSize : "",
|
|
257
|
+
],
|
|
258
|
+
},
|
|
259
|
+
[
|
|
260
|
+
_vm.colorDisabled
|
|
261
|
+
? _c("div", { staticClass: "el-color-picker__mask" })
|
|
262
|
+
: _vm._e(),
|
|
263
|
+
_c(
|
|
264
|
+
"div",
|
|
265
|
+
{
|
|
266
|
+
staticClass: "el-color-picker__trigger",
|
|
267
|
+
on: { click: _vm.handleTrigger },
|
|
268
|
+
},
|
|
269
|
+
[
|
|
270
|
+
_c(
|
|
271
|
+
"span",
|
|
272
|
+
{
|
|
273
|
+
staticClass: "el-color-picker__color",
|
|
274
|
+
class: { "is-alpha": _vm.showAlpha },
|
|
275
|
+
},
|
|
276
|
+
[
|
|
277
|
+
_c("span", {
|
|
278
|
+
staticClass: "el-color-picker__color-inner",
|
|
279
|
+
style: {
|
|
280
|
+
backgroundColor: _vm.displayedColor,
|
|
281
|
+
},
|
|
282
|
+
}),
|
|
283
|
+
!_vm.value && !_vm.showPanelColor
|
|
284
|
+
? _c("span", {
|
|
285
|
+
staticClass: "el-color-picker__empty el-icon-close",
|
|
286
|
+
})
|
|
287
|
+
: _vm._e(),
|
|
288
|
+
]
|
|
289
|
+
),
|
|
290
|
+
_c("span", {
|
|
291
|
+
directives: [
|
|
292
|
+
{
|
|
293
|
+
name: "show",
|
|
294
|
+
rawName: "v-show",
|
|
295
|
+
value: _vm.value || _vm.showPanelColor,
|
|
296
|
+
expression: "value || showPanelColor",
|
|
297
|
+
},
|
|
298
|
+
],
|
|
299
|
+
staticClass: "el-color-picker__icon el-icon-arrow-down",
|
|
300
|
+
}),
|
|
301
|
+
]
|
|
302
|
+
),
|
|
303
|
+
_c("picker-dropdown", {
|
|
304
|
+
ref: "dropdown",
|
|
305
|
+
class: ["el-color-picker__panel", _vm.popperClass || ""],
|
|
306
|
+
attrs: {
|
|
307
|
+
color: _vm.color,
|
|
308
|
+
"show-alpha": _vm.showAlpha,
|
|
309
|
+
predefine: _vm.predefine,
|
|
310
|
+
},
|
|
311
|
+
on: { pick: _vm.confirmValue, clear: _vm.clearValue },
|
|
312
|
+
model: {
|
|
313
|
+
value: _vm.showPicker,
|
|
314
|
+
callback: function ($$v) {
|
|
315
|
+
_vm.showPicker = $$v
|
|
316
|
+
},
|
|
317
|
+
expression: "showPicker",
|
|
318
|
+
},
|
|
319
|
+
}),
|
|
320
|
+
],
|
|
321
|
+
1
|
|
322
|
+
)
|
|
323
|
+
}
|
|
324
|
+
var staticRenderFns = []
|
|
325
|
+
render._withStripped = true
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/main.vue?vue&type=template&id=191bbc77
|
|
329
|
+
|
|
330
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/color.js
|
|
331
|
+
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
|
332
|
+
|
|
333
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
334
|
+
|
|
335
|
+
var hsv2hsl = function hsv2hsl(hue, sat, val) {
|
|
336
|
+
return [hue, sat * val / ((hue = (2 - sat) * val) < 1 ? hue : 2 - hue) || 0, hue / 2];
|
|
337
|
+
};
|
|
338
|
+
|
|
339
|
+
// Need to handle 1.0 as 100%, since once it is a number, there is no difference between it and 1
|
|
340
|
+
// <http://stackoverflow.com/questions/7422072/javascript-how-to-detect-number-as-a-decimal-including-1-0>
|
|
341
|
+
var isOnePointZero = function isOnePointZero(n) {
|
|
342
|
+
return typeof n === 'string' && n.indexOf('.') !== -1 && parseFloat(n) === 1;
|
|
343
|
+
};
|
|
344
|
+
|
|
345
|
+
var isPercentage = function isPercentage(n) {
|
|
346
|
+
return typeof n === 'string' && n.indexOf('%') !== -1;
|
|
347
|
+
};
|
|
348
|
+
|
|
349
|
+
// Take input from [0, n] and return it as [0, 1]
|
|
350
|
+
var bound01 = function bound01(value, max) {
|
|
351
|
+
if (isOnePointZero(value)) value = '100%';
|
|
352
|
+
|
|
353
|
+
var processPercent = isPercentage(value);
|
|
354
|
+
value = Math.min(max, Math.max(0, parseFloat(value)));
|
|
355
|
+
|
|
356
|
+
// Automatically convert percentage into number
|
|
357
|
+
if (processPercent) {
|
|
358
|
+
value = parseInt(value * max, 10) / 100;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
// Handle floating point rounding errors
|
|
362
|
+
if (Math.abs(value - max) < 0.000001) {
|
|
363
|
+
return 1;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
// Convert into [0, 1] range if it isn't already
|
|
367
|
+
return value % max / parseFloat(max);
|
|
368
|
+
};
|
|
369
|
+
|
|
370
|
+
var INT_HEX_MAP = { 10: 'A', 11: 'B', 12: 'C', 13: 'D', 14: 'E', 15: 'F' };
|
|
371
|
+
|
|
372
|
+
var toHex = function toHex(_ref) {
|
|
373
|
+
var r = _ref.r,
|
|
374
|
+
g = _ref.g,
|
|
375
|
+
b = _ref.b;
|
|
376
|
+
|
|
377
|
+
var hexOne = function hexOne(value) {
|
|
378
|
+
value = Math.min(Math.round(value), 255);
|
|
379
|
+
var high = Math.floor(value / 16);
|
|
380
|
+
var low = value % 16;
|
|
381
|
+
return '' + (INT_HEX_MAP[high] || high) + (INT_HEX_MAP[low] || low);
|
|
382
|
+
};
|
|
383
|
+
|
|
384
|
+
if (isNaN(r) || isNaN(g) || isNaN(b)) return '';
|
|
385
|
+
|
|
386
|
+
return '#' + hexOne(r) + hexOne(g) + hexOne(b);
|
|
387
|
+
};
|
|
388
|
+
|
|
389
|
+
var HEX_INT_MAP = { A: 10, B: 11, C: 12, D: 13, E: 14, F: 15 };
|
|
390
|
+
|
|
391
|
+
var parseHexChannel = function parseHexChannel(hex) {
|
|
392
|
+
if (hex.length === 2) {
|
|
393
|
+
return (HEX_INT_MAP[hex[0].toUpperCase()] || +hex[0]) * 16 + (HEX_INT_MAP[hex[1].toUpperCase()] || +hex[1]);
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
return HEX_INT_MAP[hex[1].toUpperCase()] || +hex[1];
|
|
397
|
+
};
|
|
398
|
+
|
|
399
|
+
var hsl2hsv = function hsl2hsv(hue, sat, light) {
|
|
400
|
+
sat = sat / 100;
|
|
401
|
+
light = light / 100;
|
|
402
|
+
var smin = sat;
|
|
403
|
+
var lmin = Math.max(light, 0.01);
|
|
404
|
+
var sv = void 0;
|
|
405
|
+
var v = void 0;
|
|
406
|
+
|
|
407
|
+
light *= 2;
|
|
408
|
+
sat *= light <= 1 ? light : 2 - light;
|
|
409
|
+
smin *= lmin <= 1 ? lmin : 2 - lmin;
|
|
410
|
+
v = (light + sat) / 2;
|
|
411
|
+
sv = light === 0 ? 2 * smin / (lmin + smin) : 2 * sat / (light + sat);
|
|
412
|
+
|
|
413
|
+
return {
|
|
414
|
+
h: hue,
|
|
415
|
+
s: sv * 100,
|
|
416
|
+
v: v * 100
|
|
417
|
+
};
|
|
418
|
+
};
|
|
419
|
+
|
|
420
|
+
// `rgbToHsv`
|
|
421
|
+
// Converts an RGB color value to HSV
|
|
422
|
+
// *Assumes:* r, g, and b are contained in the set [0, 255] or [0, 1]
|
|
423
|
+
// *Returns:* { h, s, v } in [0,1]
|
|
424
|
+
var rgb2hsv = function rgb2hsv(r, g, b) {
|
|
425
|
+
r = bound01(r, 255);
|
|
426
|
+
g = bound01(g, 255);
|
|
427
|
+
b = bound01(b, 255);
|
|
428
|
+
|
|
429
|
+
var max = Math.max(r, g, b);
|
|
430
|
+
var min = Math.min(r, g, b);
|
|
431
|
+
var h = void 0,
|
|
432
|
+
s = void 0;
|
|
433
|
+
var v = max;
|
|
434
|
+
|
|
435
|
+
var d = max - min;
|
|
436
|
+
s = max === 0 ? 0 : d / max;
|
|
437
|
+
|
|
438
|
+
if (max === min) {
|
|
439
|
+
h = 0; // achromatic
|
|
440
|
+
} else {
|
|
441
|
+
switch (max) {
|
|
442
|
+
case r:
|
|
443
|
+
h = (g - b) / d + (g < b ? 6 : 0);
|
|
444
|
+
break;
|
|
445
|
+
case g:
|
|
446
|
+
h = (b - r) / d + 2;
|
|
447
|
+
break;
|
|
448
|
+
case b:
|
|
449
|
+
h = (r - g) / d + 4;
|
|
450
|
+
break;
|
|
451
|
+
}
|
|
452
|
+
h /= 6;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
return { h: h * 360, s: s * 100, v: v * 100 };
|
|
456
|
+
};
|
|
457
|
+
|
|
458
|
+
// `hsvToRgb`
|
|
459
|
+
// Converts an HSV color value to RGB.
|
|
460
|
+
// *Assumes:* h is contained in [0, 1] or [0, 360] and s and v are contained in [0, 1] or [0, 100]
|
|
461
|
+
// *Returns:* { r, g, b } in the set [0, 255]
|
|
462
|
+
var hsv2rgb = function hsv2rgb(h, s, v) {
|
|
463
|
+
h = bound01(h, 360) * 6;
|
|
464
|
+
s = bound01(s, 100);
|
|
465
|
+
v = bound01(v, 100);
|
|
466
|
+
|
|
467
|
+
var i = Math.floor(h);
|
|
468
|
+
var f = h - i;
|
|
469
|
+
var p = v * (1 - s);
|
|
470
|
+
var q = v * (1 - f * s);
|
|
471
|
+
var t = v * (1 - (1 - f) * s);
|
|
472
|
+
var mod = i % 6;
|
|
473
|
+
var r = [v, q, p, p, t, v][mod];
|
|
474
|
+
var g = [t, v, v, q, p, p][mod];
|
|
475
|
+
var b = [p, p, t, v, v, q][mod];
|
|
476
|
+
|
|
477
|
+
return {
|
|
478
|
+
r: Math.round(r * 255),
|
|
479
|
+
g: Math.round(g * 255),
|
|
480
|
+
b: Math.round(b * 255)
|
|
481
|
+
};
|
|
482
|
+
};
|
|
483
|
+
|
|
484
|
+
var Color = function () {
|
|
485
|
+
function Color(options) {
|
|
486
|
+
_classCallCheck(this, Color);
|
|
487
|
+
|
|
488
|
+
this._hue = 0;
|
|
489
|
+
this._saturation = 100;
|
|
490
|
+
this._value = 100;
|
|
491
|
+
this._alpha = 100;
|
|
492
|
+
|
|
493
|
+
this.enableAlpha = false;
|
|
494
|
+
this.format = 'hex';
|
|
495
|
+
this.value = '';
|
|
496
|
+
|
|
497
|
+
options = options || {};
|
|
498
|
+
|
|
499
|
+
for (var option in options) {
|
|
500
|
+
if (options.hasOwnProperty(option)) {
|
|
501
|
+
this[option] = options[option];
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
this.doOnChange();
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
Color.prototype.set = function set(prop, value) {
|
|
509
|
+
if (arguments.length === 1 && (typeof prop === 'undefined' ? 'undefined' : _typeof(prop)) === 'object') {
|
|
510
|
+
for (var p in prop) {
|
|
511
|
+
if (prop.hasOwnProperty(p)) {
|
|
512
|
+
this.set(p, prop[p]);
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
return;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
this['_' + prop] = value;
|
|
520
|
+
this.doOnChange();
|
|
521
|
+
};
|
|
522
|
+
|
|
523
|
+
Color.prototype.get = function get(prop) {
|
|
524
|
+
return this['_' + prop];
|
|
525
|
+
};
|
|
526
|
+
|
|
527
|
+
Color.prototype.toRgb = function toRgb() {
|
|
528
|
+
return hsv2rgb(this._hue, this._saturation, this._value);
|
|
529
|
+
};
|
|
530
|
+
|
|
531
|
+
Color.prototype.fromString = function fromString(value) {
|
|
532
|
+
var _this = this;
|
|
533
|
+
|
|
534
|
+
if (!value) {
|
|
535
|
+
this._hue = 0;
|
|
536
|
+
this._saturation = 100;
|
|
537
|
+
this._value = 100;
|
|
538
|
+
|
|
539
|
+
this.doOnChange();
|
|
540
|
+
return;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
var fromHSV = function fromHSV(h, s, v) {
|
|
544
|
+
_this._hue = Math.max(0, Math.min(360, h));
|
|
545
|
+
_this._saturation = Math.max(0, Math.min(100, s));
|
|
546
|
+
_this._value = Math.max(0, Math.min(100, v));
|
|
547
|
+
|
|
548
|
+
_this.doOnChange();
|
|
549
|
+
};
|
|
550
|
+
|
|
551
|
+
if (value.indexOf('hsl') !== -1) {
|
|
552
|
+
var parts = value.replace(/hsla|hsl|\(|\)/gm, '').split(/\s|,/g).filter(function (val) {
|
|
553
|
+
return val !== '';
|
|
554
|
+
}).map(function (val, index) {
|
|
555
|
+
return index > 2 ? parseFloat(val) : parseInt(val, 10);
|
|
556
|
+
});
|
|
557
|
+
|
|
558
|
+
if (parts.length === 4) {
|
|
559
|
+
this._alpha = Math.floor(parseFloat(parts[3]) * 100);
|
|
560
|
+
} else if (parts.length === 3) {
|
|
561
|
+
this._alpha = 100;
|
|
562
|
+
}
|
|
563
|
+
if (parts.length >= 3) {
|
|
564
|
+
var _hsl2hsv = hsl2hsv(parts[0], parts[1], parts[2]),
|
|
565
|
+
h = _hsl2hsv.h,
|
|
566
|
+
s = _hsl2hsv.s,
|
|
567
|
+
v = _hsl2hsv.v;
|
|
568
|
+
|
|
569
|
+
fromHSV(h, s, v);
|
|
570
|
+
}
|
|
571
|
+
} else if (value.indexOf('hsv') !== -1) {
|
|
572
|
+
var _parts = value.replace(/hsva|hsv|\(|\)/gm, '').split(/\s|,/g).filter(function (val) {
|
|
573
|
+
return val !== '';
|
|
574
|
+
}).map(function (val, index) {
|
|
575
|
+
return index > 2 ? parseFloat(val) : parseInt(val, 10);
|
|
576
|
+
});
|
|
577
|
+
|
|
578
|
+
if (_parts.length === 4) {
|
|
579
|
+
this._alpha = Math.floor(parseFloat(_parts[3]) * 100);
|
|
580
|
+
} else if (_parts.length === 3) {
|
|
581
|
+
this._alpha = 100;
|
|
582
|
+
}
|
|
583
|
+
if (_parts.length >= 3) {
|
|
584
|
+
fromHSV(_parts[0], _parts[1], _parts[2]);
|
|
585
|
+
}
|
|
586
|
+
} else if (value.indexOf('rgb') !== -1) {
|
|
587
|
+
var _parts2 = value.replace(/rgba|rgb|\(|\)/gm, '').split(/\s|,/g).filter(function (val) {
|
|
588
|
+
return val !== '';
|
|
589
|
+
}).map(function (val, index) {
|
|
590
|
+
return index > 2 ? parseFloat(val) : parseInt(val, 10);
|
|
591
|
+
});
|
|
592
|
+
|
|
593
|
+
if (_parts2.length === 4) {
|
|
594
|
+
this._alpha = Math.floor(parseFloat(_parts2[3]) * 100);
|
|
595
|
+
} else if (_parts2.length === 3) {
|
|
596
|
+
this._alpha = 100;
|
|
597
|
+
}
|
|
598
|
+
if (_parts2.length >= 3) {
|
|
599
|
+
var _rgb2hsv = rgb2hsv(_parts2[0], _parts2[1], _parts2[2]),
|
|
600
|
+
_h = _rgb2hsv.h,
|
|
601
|
+
_s = _rgb2hsv.s,
|
|
602
|
+
_v = _rgb2hsv.v;
|
|
603
|
+
|
|
604
|
+
fromHSV(_h, _s, _v);
|
|
605
|
+
}
|
|
606
|
+
} else if (value.indexOf('#') !== -1) {
|
|
607
|
+
var hex = value.replace('#', '').trim();
|
|
608
|
+
if (!/^(?:[0-9a-fA-F]{3}){1,2}|[0-9a-fA-F]{8}$/.test(hex)) return;
|
|
609
|
+
var r = void 0,
|
|
610
|
+
g = void 0,
|
|
611
|
+
b = void 0;
|
|
612
|
+
|
|
613
|
+
if (hex.length === 3) {
|
|
614
|
+
r = parseHexChannel(hex[0] + hex[0]);
|
|
615
|
+
g = parseHexChannel(hex[1] + hex[1]);
|
|
616
|
+
b = parseHexChannel(hex[2] + hex[2]);
|
|
617
|
+
} else if (hex.length === 6 || hex.length === 8) {
|
|
618
|
+
r = parseHexChannel(hex.substring(0, 2));
|
|
619
|
+
g = parseHexChannel(hex.substring(2, 4));
|
|
620
|
+
b = parseHexChannel(hex.substring(4, 6));
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
if (hex.length === 8) {
|
|
624
|
+
this._alpha = Math.floor(parseHexChannel(hex.substring(6)) / 255 * 100);
|
|
625
|
+
} else if (hex.length === 3 || hex.length === 6) {
|
|
626
|
+
this._alpha = 100;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
var _rgb2hsv2 = rgb2hsv(r, g, b),
|
|
630
|
+
_h2 = _rgb2hsv2.h,
|
|
631
|
+
_s2 = _rgb2hsv2.s,
|
|
632
|
+
_v2 = _rgb2hsv2.v;
|
|
633
|
+
|
|
634
|
+
fromHSV(_h2, _s2, _v2);
|
|
635
|
+
}
|
|
636
|
+
};
|
|
637
|
+
|
|
638
|
+
Color.prototype.compare = function compare(color) {
|
|
639
|
+
return Math.abs(color._hue - this._hue) < 2 && Math.abs(color._saturation - this._saturation) < 1 && Math.abs(color._value - this._value) < 1 && Math.abs(color._alpha - this._alpha) < 1;
|
|
640
|
+
};
|
|
641
|
+
|
|
642
|
+
Color.prototype.doOnChange = function doOnChange() {
|
|
643
|
+
var _hue = this._hue,
|
|
644
|
+
_saturation = this._saturation,
|
|
645
|
+
_value = this._value,
|
|
646
|
+
_alpha = this._alpha,
|
|
647
|
+
format = this.format;
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
if (this.enableAlpha) {
|
|
651
|
+
switch (format) {
|
|
652
|
+
case 'hsl':
|
|
653
|
+
var hsl = hsv2hsl(_hue, _saturation / 100, _value / 100);
|
|
654
|
+
this.value = 'hsla(' + _hue + ', ' + Math.round(hsl[1] * 100) + '%, ' + Math.round(hsl[2] * 100) + '%, ' + _alpha / 100 + ')';
|
|
655
|
+
break;
|
|
656
|
+
case 'hsv':
|
|
657
|
+
this.value = 'hsva(' + _hue + ', ' + Math.round(_saturation) + '%, ' + Math.round(_value) + '%, ' + _alpha / 100 + ')';
|
|
658
|
+
break;
|
|
659
|
+
default:
|
|
660
|
+
var _hsv2rgb = hsv2rgb(_hue, _saturation, _value),
|
|
661
|
+
r = _hsv2rgb.r,
|
|
662
|
+
g = _hsv2rgb.g,
|
|
663
|
+
b = _hsv2rgb.b;
|
|
664
|
+
|
|
665
|
+
this.value = 'rgba(' + r + ', ' + g + ', ' + b + ', ' + _alpha / 100 + ')';
|
|
666
|
+
}
|
|
667
|
+
} else {
|
|
668
|
+
switch (format) {
|
|
669
|
+
case 'hsl':
|
|
670
|
+
var _hsl = hsv2hsl(_hue, _saturation / 100, _value / 100);
|
|
671
|
+
this.value = 'hsl(' + _hue + ', ' + Math.round(_hsl[1] * 100) + '%, ' + Math.round(_hsl[2] * 100) + '%)';
|
|
672
|
+
break;
|
|
673
|
+
case 'hsv':
|
|
674
|
+
this.value = 'hsv(' + _hue + ', ' + Math.round(_saturation) + '%, ' + Math.round(_value) + '%)';
|
|
675
|
+
break;
|
|
676
|
+
case 'rgb':
|
|
677
|
+
var _hsv2rgb2 = hsv2rgb(_hue, _saturation, _value),
|
|
678
|
+
_r = _hsv2rgb2.r,
|
|
679
|
+
_g = _hsv2rgb2.g,
|
|
680
|
+
_b = _hsv2rgb2.b;
|
|
681
|
+
|
|
682
|
+
this.value = 'rgb(' + _r + ', ' + _g + ', ' + _b + ')';
|
|
683
|
+
break;
|
|
684
|
+
default:
|
|
685
|
+
this.value = toHex(hsv2rgb(_hue, _saturation, _value));
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
};
|
|
689
|
+
|
|
690
|
+
return Color;
|
|
691
|
+
}();
|
|
692
|
+
|
|
693
|
+
/* harmony default export */ var src_color = (Color);
|
|
694
|
+
;
|
|
695
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/color-picker/src/components/picker-dropdown.vue?vue&type=template&id=4f7a088c
|
|
696
|
+
var picker_dropdownvue_type_template_id_4f7a088c_render = function () {
|
|
697
|
+
var _vm = this
|
|
698
|
+
var _h = _vm.$createElement
|
|
699
|
+
var _c = _vm._self._c || _h
|
|
700
|
+
return _c(
|
|
701
|
+
"transition",
|
|
702
|
+
{ attrs: { name: "el-zoom-in-top" }, on: { "after-leave": _vm.doDestroy } },
|
|
703
|
+
[
|
|
704
|
+
_c(
|
|
705
|
+
"div",
|
|
706
|
+
{
|
|
707
|
+
directives: [
|
|
708
|
+
{
|
|
709
|
+
name: "show",
|
|
710
|
+
rawName: "v-show",
|
|
711
|
+
value: _vm.showPopper,
|
|
712
|
+
expression: "showPopper",
|
|
713
|
+
},
|
|
714
|
+
],
|
|
715
|
+
staticClass: "el-color-dropdown",
|
|
716
|
+
},
|
|
717
|
+
[
|
|
718
|
+
_c(
|
|
719
|
+
"div",
|
|
720
|
+
{ staticClass: "el-color-dropdown__main-wrapper" },
|
|
721
|
+
[
|
|
722
|
+
_c("hue-slider", {
|
|
723
|
+
ref: "hue",
|
|
724
|
+
staticStyle: { float: "right" },
|
|
725
|
+
attrs: { color: _vm.color, vertical: "" },
|
|
726
|
+
}),
|
|
727
|
+
_c("sv-panel", { ref: "sl", attrs: { color: _vm.color } }),
|
|
728
|
+
],
|
|
729
|
+
1
|
|
730
|
+
),
|
|
731
|
+
_vm.showAlpha
|
|
732
|
+
? _c("alpha-slider", { ref: "alpha", attrs: { color: _vm.color } })
|
|
733
|
+
: _vm._e(),
|
|
734
|
+
_vm.predefine
|
|
735
|
+
? _c("predefine", {
|
|
736
|
+
attrs: { color: _vm.color, colors: _vm.predefine },
|
|
737
|
+
})
|
|
738
|
+
: _vm._e(),
|
|
739
|
+
_c(
|
|
740
|
+
"div",
|
|
741
|
+
{ staticClass: "el-color-dropdown__btns" },
|
|
742
|
+
[
|
|
743
|
+
_c(
|
|
744
|
+
"span",
|
|
745
|
+
{ staticClass: "el-color-dropdown__value" },
|
|
746
|
+
[
|
|
747
|
+
_c("el-input", {
|
|
748
|
+
attrs: { "validate-event": false, size: "mini" },
|
|
749
|
+
on: { blur: _vm.handleConfirm },
|
|
750
|
+
nativeOn: {
|
|
751
|
+
keyup: function ($event) {
|
|
752
|
+
if (
|
|
753
|
+
!("button" in $event) &&
|
|
754
|
+
_vm._k(
|
|
755
|
+
$event.keyCode,
|
|
756
|
+
"enter",
|
|
757
|
+
13,
|
|
758
|
+
$event.key,
|
|
759
|
+
"Enter"
|
|
760
|
+
)
|
|
761
|
+
) {
|
|
762
|
+
return null
|
|
763
|
+
}
|
|
764
|
+
return _vm.handleConfirm($event)
|
|
765
|
+
},
|
|
766
|
+
},
|
|
767
|
+
model: {
|
|
768
|
+
value: _vm.customInput,
|
|
769
|
+
callback: function ($$v) {
|
|
770
|
+
_vm.customInput = $$v
|
|
771
|
+
},
|
|
772
|
+
expression: "customInput",
|
|
773
|
+
},
|
|
774
|
+
}),
|
|
775
|
+
],
|
|
776
|
+
1
|
|
777
|
+
),
|
|
778
|
+
_c(
|
|
779
|
+
"el-button",
|
|
780
|
+
{
|
|
781
|
+
staticClass: "el-color-dropdown__link-btn",
|
|
782
|
+
attrs: { size: "mini", type: "text" },
|
|
783
|
+
on: {
|
|
784
|
+
click: function ($event) {
|
|
785
|
+
_vm.$emit("clear")
|
|
786
|
+
},
|
|
787
|
+
},
|
|
788
|
+
},
|
|
789
|
+
[
|
|
790
|
+
_vm._v(
|
|
791
|
+
"\n " +
|
|
792
|
+
_vm._s(_vm.t("el.colorpicker.clear")) +
|
|
793
|
+
"\n "
|
|
794
|
+
),
|
|
795
|
+
]
|
|
796
|
+
),
|
|
797
|
+
_c(
|
|
798
|
+
"el-button",
|
|
799
|
+
{
|
|
800
|
+
staticClass: "el-color-dropdown__btn",
|
|
801
|
+
attrs: { plain: "", size: "mini" },
|
|
802
|
+
on: { click: _vm.confirmValue },
|
|
803
|
+
},
|
|
804
|
+
[
|
|
805
|
+
_vm._v(
|
|
806
|
+
"\n " +
|
|
807
|
+
_vm._s(_vm.t("el.colorpicker.confirm")) +
|
|
808
|
+
"\n "
|
|
809
|
+
),
|
|
810
|
+
]
|
|
811
|
+
),
|
|
812
|
+
],
|
|
813
|
+
1
|
|
814
|
+
),
|
|
815
|
+
],
|
|
816
|
+
1
|
|
817
|
+
),
|
|
818
|
+
]
|
|
819
|
+
)
|
|
820
|
+
}
|
|
821
|
+
var picker_dropdownvue_type_template_id_4f7a088c_staticRenderFns = []
|
|
822
|
+
picker_dropdownvue_type_template_id_4f7a088c_render._withStripped = true
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/components/picker-dropdown.vue?vue&type=template&id=4f7a088c
|
|
826
|
+
|
|
827
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/color-picker/src/components/sv-panel.vue?vue&type=template&id=347732c8
|
|
828
|
+
var sv_panelvue_type_template_id_347732c8_render = function () {
|
|
829
|
+
var _vm = this
|
|
830
|
+
var _h = _vm.$createElement
|
|
831
|
+
var _c = _vm._self._c || _h
|
|
832
|
+
return _c(
|
|
833
|
+
"div",
|
|
834
|
+
{
|
|
835
|
+
staticClass: "el-color-svpanel",
|
|
836
|
+
style: {
|
|
837
|
+
backgroundColor: _vm.background,
|
|
838
|
+
},
|
|
839
|
+
},
|
|
840
|
+
[
|
|
841
|
+
_c("div", { staticClass: "el-color-svpanel__white" }),
|
|
842
|
+
_c("div", { staticClass: "el-color-svpanel__black" }),
|
|
843
|
+
_c(
|
|
844
|
+
"div",
|
|
845
|
+
{
|
|
846
|
+
staticClass: "el-color-svpanel__cursor",
|
|
847
|
+
style: {
|
|
848
|
+
top: _vm.cursorTop + "px",
|
|
849
|
+
left: _vm.cursorLeft + "px",
|
|
850
|
+
},
|
|
851
|
+
},
|
|
852
|
+
[_c("div")]
|
|
853
|
+
),
|
|
854
|
+
]
|
|
855
|
+
)
|
|
856
|
+
}
|
|
857
|
+
var sv_panelvue_type_template_id_347732c8_staticRenderFns = []
|
|
858
|
+
sv_panelvue_type_template_id_347732c8_render._withStripped = true
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/components/sv-panel.vue?vue&type=template&id=347732c8
|
|
862
|
+
|
|
863
|
+
// EXTERNAL MODULE: external "vue"
|
|
864
|
+
var external_vue_ = __webpack_require__(7);
|
|
865
|
+
var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
|
|
866
|
+
|
|
867
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/draggable.js
|
|
868
|
+
|
|
869
|
+
var isDragging = false;
|
|
870
|
+
|
|
871
|
+
/* harmony default export */ var draggable = (function (element, options) {
|
|
872
|
+
if (external_vue_default.a.prototype.$isServer) return;
|
|
873
|
+
var moveFn = function moveFn(event) {
|
|
874
|
+
if (options.drag) {
|
|
875
|
+
options.drag(event);
|
|
876
|
+
}
|
|
877
|
+
};
|
|
878
|
+
var upFn = function upFn(event) {
|
|
879
|
+
document.removeEventListener('mousemove', moveFn);
|
|
880
|
+
document.removeEventListener('mouseup', upFn);
|
|
881
|
+
document.onselectstart = null;
|
|
882
|
+
document.ondragstart = null;
|
|
883
|
+
|
|
884
|
+
isDragging = false;
|
|
885
|
+
|
|
886
|
+
if (options.end) {
|
|
887
|
+
options.end(event);
|
|
888
|
+
}
|
|
889
|
+
};
|
|
890
|
+
element.addEventListener('mousedown', function (event) {
|
|
891
|
+
if (isDragging) return;
|
|
892
|
+
document.onselectstart = function () {
|
|
893
|
+
return false;
|
|
894
|
+
};
|
|
895
|
+
document.ondragstart = function () {
|
|
896
|
+
return false;
|
|
897
|
+
};
|
|
898
|
+
|
|
899
|
+
document.addEventListener('mousemove', moveFn);
|
|
900
|
+
document.addEventListener('mouseup', upFn);
|
|
901
|
+
isDragging = true;
|
|
902
|
+
|
|
903
|
+
if (options.start) {
|
|
904
|
+
options.start(event);
|
|
905
|
+
}
|
|
906
|
+
});
|
|
907
|
+
});
|
|
908
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/color-picker/src/components/sv-panel.vue?vue&type=script&lang=js
|
|
909
|
+
//
|
|
910
|
+
//
|
|
911
|
+
//
|
|
912
|
+
//
|
|
913
|
+
//
|
|
914
|
+
//
|
|
915
|
+
//
|
|
916
|
+
//
|
|
917
|
+
//
|
|
918
|
+
//
|
|
919
|
+
//
|
|
920
|
+
//
|
|
921
|
+
//
|
|
922
|
+
//
|
|
923
|
+
//
|
|
924
|
+
//
|
|
925
|
+
//
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
/* harmony default export */ var sv_panelvue_type_script_lang_js = ({
|
|
930
|
+
name: 'el-sl-panel',
|
|
931
|
+
|
|
932
|
+
props: {
|
|
933
|
+
color: {
|
|
934
|
+
required: true
|
|
935
|
+
}
|
|
936
|
+
},
|
|
937
|
+
|
|
938
|
+
computed: {
|
|
939
|
+
colorValue: function colorValue() {
|
|
940
|
+
var hue = this.color.get('hue');
|
|
941
|
+
var value = this.color.get('value');
|
|
942
|
+
return { hue: hue, value: value };
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
|
|
946
|
+
watch: {
|
|
947
|
+
colorValue: function colorValue() {
|
|
948
|
+
this.update();
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
|
|
952
|
+
methods: {
|
|
953
|
+
update: function update() {
|
|
954
|
+
var saturation = this.color.get('saturation');
|
|
955
|
+
var value = this.color.get('value');
|
|
956
|
+
|
|
957
|
+
var el = this.$el;
|
|
958
|
+
var width = el.clientWidth,
|
|
959
|
+
height = el.clientHeight;
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
this.cursorLeft = saturation * width / 100;
|
|
963
|
+
this.cursorTop = (100 - value) * height / 100;
|
|
964
|
+
|
|
965
|
+
this.background = 'hsl(' + this.color.get('hue') + ', 100%, 50%)';
|
|
966
|
+
},
|
|
967
|
+
handleDrag: function handleDrag(event) {
|
|
968
|
+
var el = this.$el;
|
|
969
|
+
var rect = el.getBoundingClientRect();
|
|
970
|
+
|
|
971
|
+
var left = event.clientX - rect.left;
|
|
972
|
+
var top = event.clientY - rect.top;
|
|
973
|
+
left = Math.max(0, left);
|
|
974
|
+
left = Math.min(left, rect.width);
|
|
975
|
+
|
|
976
|
+
top = Math.max(0, top);
|
|
977
|
+
top = Math.min(top, rect.height);
|
|
978
|
+
|
|
979
|
+
this.cursorLeft = left;
|
|
980
|
+
this.cursorTop = top;
|
|
981
|
+
this.color.set({
|
|
982
|
+
saturation: left / rect.width * 100,
|
|
983
|
+
value: 100 - top / rect.height * 100
|
|
984
|
+
});
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
|
|
988
|
+
mounted: function mounted() {
|
|
989
|
+
var _this = this;
|
|
990
|
+
|
|
991
|
+
draggable(this.$el, {
|
|
992
|
+
drag: function drag(event) {
|
|
993
|
+
_this.handleDrag(event);
|
|
994
|
+
},
|
|
995
|
+
end: function end(event) {
|
|
996
|
+
_this.handleDrag(event);
|
|
997
|
+
}
|
|
998
|
+
});
|
|
999
|
+
|
|
1000
|
+
this.update();
|
|
1001
|
+
},
|
|
1002
|
+
data: function data() {
|
|
1003
|
+
return {
|
|
1004
|
+
cursorTop: 0,
|
|
1005
|
+
cursorLeft: 0,
|
|
1006
|
+
background: 'hsl(0, 100%, 50%)'
|
|
1007
|
+
};
|
|
1008
|
+
}
|
|
1009
|
+
});
|
|
1010
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/components/sv-panel.vue?vue&type=script&lang=js
|
|
1011
|
+
/* harmony default export */ var components_sv_panelvue_type_script_lang_js = (sv_panelvue_type_script_lang_js);
|
|
1012
|
+
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
1013
|
+
var componentNormalizer = __webpack_require__(0);
|
|
1014
|
+
|
|
1015
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/components/sv-panel.vue
|
|
1016
|
+
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
/* normalize component */
|
|
1022
|
+
|
|
1023
|
+
var component = Object(componentNormalizer["a" /* default */])(
|
|
1024
|
+
components_sv_panelvue_type_script_lang_js,
|
|
1025
|
+
sv_panelvue_type_template_id_347732c8_render,
|
|
1026
|
+
sv_panelvue_type_template_id_347732c8_staticRenderFns,
|
|
1027
|
+
false,
|
|
1028
|
+
null,
|
|
1029
|
+
null,
|
|
1030
|
+
null
|
|
1031
|
+
|
|
1032
|
+
)
|
|
1033
|
+
|
|
1034
|
+
/* harmony default export */ var sv_panel = (component.exports);
|
|
1035
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/color-picker/src/components/hue-slider.vue?vue&type=template&id=cc289afc
|
|
1036
|
+
var hue_slidervue_type_template_id_cc289afc_render = function () {
|
|
1037
|
+
var _vm = this
|
|
1038
|
+
var _h = _vm.$createElement
|
|
1039
|
+
var _c = _vm._self._c || _h
|
|
1040
|
+
return _c(
|
|
1041
|
+
"div",
|
|
1042
|
+
{
|
|
1043
|
+
staticClass: "el-color-hue-slider",
|
|
1044
|
+
class: { "is-vertical": _vm.vertical },
|
|
1045
|
+
},
|
|
1046
|
+
[
|
|
1047
|
+
_c("div", {
|
|
1048
|
+
ref: "bar",
|
|
1049
|
+
staticClass: "el-color-hue-slider__bar",
|
|
1050
|
+
on: { click: _vm.handleClick },
|
|
1051
|
+
}),
|
|
1052
|
+
_c("div", {
|
|
1053
|
+
ref: "thumb",
|
|
1054
|
+
staticClass: "el-color-hue-slider__thumb",
|
|
1055
|
+
style: {
|
|
1056
|
+
left: _vm.thumbLeft + "px",
|
|
1057
|
+
top: _vm.thumbTop + "px",
|
|
1058
|
+
},
|
|
1059
|
+
}),
|
|
1060
|
+
]
|
|
1061
|
+
)
|
|
1062
|
+
}
|
|
1063
|
+
var hue_slidervue_type_template_id_cc289afc_staticRenderFns = []
|
|
1064
|
+
hue_slidervue_type_template_id_cc289afc_render._withStripped = true
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/components/hue-slider.vue?vue&type=template&id=cc289afc
|
|
1068
|
+
|
|
1069
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/color-picker/src/components/hue-slider.vue?vue&type=script&lang=js
|
|
1070
|
+
//
|
|
1071
|
+
//
|
|
1072
|
+
//
|
|
1073
|
+
//
|
|
1074
|
+
//
|
|
1075
|
+
//
|
|
1076
|
+
//
|
|
1077
|
+
//
|
|
1078
|
+
//
|
|
1079
|
+
//
|
|
1080
|
+
//
|
|
1081
|
+
//
|
|
1082
|
+
//
|
|
1083
|
+
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
/* harmony default export */ var hue_slidervue_type_script_lang_js = ({
|
|
1087
|
+
name: 'el-color-hue-slider',
|
|
1088
|
+
|
|
1089
|
+
props: {
|
|
1090
|
+
color: {
|
|
1091
|
+
required: true
|
|
1092
|
+
},
|
|
1093
|
+
|
|
1094
|
+
vertical: Boolean
|
|
1095
|
+
},
|
|
1096
|
+
|
|
1097
|
+
data: function data() {
|
|
1098
|
+
return {
|
|
1099
|
+
thumbLeft: 0,
|
|
1100
|
+
thumbTop: 0
|
|
1101
|
+
};
|
|
1102
|
+
},
|
|
1103
|
+
|
|
1104
|
+
|
|
1105
|
+
computed: {
|
|
1106
|
+
hueValue: function hueValue() {
|
|
1107
|
+
var hue = this.color.get('hue');
|
|
1108
|
+
return hue;
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
|
|
1112
|
+
watch: {
|
|
1113
|
+
hueValue: function hueValue() {
|
|
1114
|
+
this.update();
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
|
|
1118
|
+
methods: {
|
|
1119
|
+
handleClick: function handleClick(event) {
|
|
1120
|
+
var thumb = this.$refs.thumb;
|
|
1121
|
+
var target = event.target;
|
|
1122
|
+
|
|
1123
|
+
if (target !== thumb) {
|
|
1124
|
+
this.handleDrag(event);
|
|
1125
|
+
}
|
|
1126
|
+
},
|
|
1127
|
+
handleDrag: function handleDrag(event) {
|
|
1128
|
+
var rect = this.$el.getBoundingClientRect();
|
|
1129
|
+
var thumb = this.$refs.thumb;
|
|
1130
|
+
|
|
1131
|
+
var hue = void 0;
|
|
1132
|
+
|
|
1133
|
+
if (!this.vertical) {
|
|
1134
|
+
var left = event.clientX - rect.left;
|
|
1135
|
+
left = Math.min(left, rect.width - thumb.offsetWidth / 2);
|
|
1136
|
+
left = Math.max(thumb.offsetWidth / 2, left);
|
|
1137
|
+
|
|
1138
|
+
hue = Math.round((left - thumb.offsetWidth / 2) / (rect.width - thumb.offsetWidth) * 360);
|
|
1139
|
+
} else {
|
|
1140
|
+
var top = event.clientY - rect.top;
|
|
1141
|
+
top = Math.min(top, rect.height - thumb.offsetHeight / 2);
|
|
1142
|
+
top = Math.max(thumb.offsetHeight / 2, top);
|
|
1143
|
+
|
|
1144
|
+
hue = Math.round((top - thumb.offsetHeight / 2) / (rect.height - thumb.offsetHeight) * 360);
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
this.color.set('hue', hue);
|
|
1148
|
+
},
|
|
1149
|
+
getThumbLeft: function getThumbLeft() {
|
|
1150
|
+
if (this.vertical) return 0;
|
|
1151
|
+
var el = this.$el;
|
|
1152
|
+
var hue = this.color.get('hue');
|
|
1153
|
+
|
|
1154
|
+
if (!el) return 0;
|
|
1155
|
+
var thumb = this.$refs.thumb;
|
|
1156
|
+
return Math.round(hue * (el.offsetWidth - thumb.offsetWidth / 2) / 360);
|
|
1157
|
+
},
|
|
1158
|
+
getThumbTop: function getThumbTop() {
|
|
1159
|
+
if (!this.vertical) return 0;
|
|
1160
|
+
var el = this.$el;
|
|
1161
|
+
var hue = this.color.get('hue');
|
|
1162
|
+
|
|
1163
|
+
if (!el) return 0;
|
|
1164
|
+
var thumb = this.$refs.thumb;
|
|
1165
|
+
return Math.round(hue * (el.offsetHeight - thumb.offsetHeight / 2) / 360);
|
|
1166
|
+
},
|
|
1167
|
+
update: function update() {
|
|
1168
|
+
this.thumbLeft = this.getThumbLeft();
|
|
1169
|
+
this.thumbTop = this.getThumbTop();
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
|
|
1173
|
+
mounted: function mounted() {
|
|
1174
|
+
var _this = this;
|
|
1175
|
+
|
|
1176
|
+
var _$refs = this.$refs,
|
|
1177
|
+
bar = _$refs.bar,
|
|
1178
|
+
thumb = _$refs.thumb;
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
var dragConfig = {
|
|
1182
|
+
drag: function drag(event) {
|
|
1183
|
+
_this.handleDrag(event);
|
|
1184
|
+
},
|
|
1185
|
+
end: function end(event) {
|
|
1186
|
+
_this.handleDrag(event);
|
|
1187
|
+
}
|
|
1188
|
+
};
|
|
1189
|
+
|
|
1190
|
+
draggable(bar, dragConfig);
|
|
1191
|
+
draggable(thumb, dragConfig);
|
|
1192
|
+
this.update();
|
|
1193
|
+
}
|
|
1194
|
+
});
|
|
1195
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/components/hue-slider.vue?vue&type=script&lang=js
|
|
1196
|
+
/* harmony default export */ var components_hue_slidervue_type_script_lang_js = (hue_slidervue_type_script_lang_js);
|
|
1197
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/components/hue-slider.vue
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
/* normalize component */
|
|
1204
|
+
|
|
1205
|
+
var hue_slider_component = Object(componentNormalizer["a" /* default */])(
|
|
1206
|
+
components_hue_slidervue_type_script_lang_js,
|
|
1207
|
+
hue_slidervue_type_template_id_cc289afc_render,
|
|
1208
|
+
hue_slidervue_type_template_id_cc289afc_staticRenderFns,
|
|
1209
|
+
false,
|
|
1210
|
+
null,
|
|
1211
|
+
null,
|
|
1212
|
+
null
|
|
1213
|
+
|
|
1214
|
+
)
|
|
1215
|
+
|
|
1216
|
+
/* harmony default export */ var hue_slider = (hue_slider_component.exports);
|
|
1217
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/color-picker/src/components/alpha-slider.vue?vue&type=template&id=4738c7de
|
|
1218
|
+
var alpha_slidervue_type_template_id_4738c7de_render = function () {
|
|
1219
|
+
var _vm = this
|
|
1220
|
+
var _h = _vm.$createElement
|
|
1221
|
+
var _c = _vm._self._c || _h
|
|
1222
|
+
return _c(
|
|
1223
|
+
"div",
|
|
1224
|
+
{
|
|
1225
|
+
staticClass: "el-color-alpha-slider",
|
|
1226
|
+
class: { "is-vertical": _vm.vertical },
|
|
1227
|
+
},
|
|
1228
|
+
[
|
|
1229
|
+
_c("div", {
|
|
1230
|
+
ref: "bar",
|
|
1231
|
+
staticClass: "el-color-alpha-slider__bar",
|
|
1232
|
+
style: {
|
|
1233
|
+
background: _vm.background,
|
|
1234
|
+
},
|
|
1235
|
+
on: { click: _vm.handleClick },
|
|
1236
|
+
}),
|
|
1237
|
+
_c("div", {
|
|
1238
|
+
ref: "thumb",
|
|
1239
|
+
staticClass: "el-color-alpha-slider__thumb",
|
|
1240
|
+
style: {
|
|
1241
|
+
left: _vm.thumbLeft + "px",
|
|
1242
|
+
top: _vm.thumbTop + "px",
|
|
1243
|
+
},
|
|
1244
|
+
}),
|
|
1245
|
+
]
|
|
1246
|
+
)
|
|
1247
|
+
}
|
|
1248
|
+
var alpha_slidervue_type_template_id_4738c7de_staticRenderFns = []
|
|
1249
|
+
alpha_slidervue_type_template_id_4738c7de_render._withStripped = true
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/components/alpha-slider.vue?vue&type=template&id=4738c7de
|
|
1253
|
+
|
|
1254
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/color-picker/src/components/alpha-slider.vue?vue&type=script&lang=js
|
|
1255
|
+
//
|
|
1256
|
+
//
|
|
1257
|
+
//
|
|
1258
|
+
//
|
|
1259
|
+
//
|
|
1260
|
+
//
|
|
1261
|
+
//
|
|
1262
|
+
//
|
|
1263
|
+
//
|
|
1264
|
+
//
|
|
1265
|
+
//
|
|
1266
|
+
//
|
|
1267
|
+
//
|
|
1268
|
+
//
|
|
1269
|
+
//
|
|
1270
|
+
//
|
|
1271
|
+
//
|
|
1272
|
+
//
|
|
1273
|
+
//
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
|
|
1277
|
+
/* harmony default export */ var alpha_slidervue_type_script_lang_js = ({
|
|
1278
|
+
name: 'el-color-alpha-slider',
|
|
1279
|
+
|
|
1280
|
+
props: {
|
|
1281
|
+
color: {
|
|
1282
|
+
required: true
|
|
1283
|
+
},
|
|
1284
|
+
vertical: Boolean
|
|
1285
|
+
},
|
|
1286
|
+
|
|
1287
|
+
watch: {
|
|
1288
|
+
'color._alpha': function color_alpha() {
|
|
1289
|
+
this.update();
|
|
1290
|
+
},
|
|
1291
|
+
'color.value': function colorValue() {
|
|
1292
|
+
this.update();
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1295
|
+
|
|
1296
|
+
methods: {
|
|
1297
|
+
handleClick: function handleClick(event) {
|
|
1298
|
+
var thumb = this.$refs.thumb;
|
|
1299
|
+
var target = event.target;
|
|
1300
|
+
|
|
1301
|
+
if (target !== thumb) {
|
|
1302
|
+
this.handleDrag(event);
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
handleDrag: function handleDrag(event) {
|
|
1306
|
+
var rect = this.$el.getBoundingClientRect();
|
|
1307
|
+
var thumb = this.$refs.thumb;
|
|
1308
|
+
|
|
1309
|
+
|
|
1310
|
+
if (!this.vertical) {
|
|
1311
|
+
var left = event.clientX - rect.left;
|
|
1312
|
+
left = Math.max(thumb.offsetWidth / 2, left);
|
|
1313
|
+
left = Math.min(left, rect.width - thumb.offsetWidth / 2);
|
|
1314
|
+
|
|
1315
|
+
this.color.set('alpha', Math.round((left - thumb.offsetWidth / 2) / (rect.width - thumb.offsetWidth) * 100));
|
|
1316
|
+
} else {
|
|
1317
|
+
var top = event.clientY - rect.top;
|
|
1318
|
+
top = Math.max(thumb.offsetHeight / 2, top);
|
|
1319
|
+
top = Math.min(top, rect.height - thumb.offsetHeight / 2);
|
|
1320
|
+
|
|
1321
|
+
this.color.set('alpha', Math.round((top - thumb.offsetHeight / 2) / (rect.height - thumb.offsetHeight) * 100));
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
getThumbLeft: function getThumbLeft() {
|
|
1325
|
+
if (this.vertical) return 0;
|
|
1326
|
+
var el = this.$el;
|
|
1327
|
+
var alpha = this.color._alpha;
|
|
1328
|
+
|
|
1329
|
+
if (!el) return 0;
|
|
1330
|
+
var thumb = this.$refs.thumb;
|
|
1331
|
+
return Math.round(alpha * (el.offsetWidth - thumb.offsetWidth / 2) / 100);
|
|
1332
|
+
},
|
|
1333
|
+
getThumbTop: function getThumbTop() {
|
|
1334
|
+
if (!this.vertical) return 0;
|
|
1335
|
+
var el = this.$el;
|
|
1336
|
+
var alpha = this.color._alpha;
|
|
1337
|
+
|
|
1338
|
+
if (!el) return 0;
|
|
1339
|
+
var thumb = this.$refs.thumb;
|
|
1340
|
+
return Math.round(alpha * (el.offsetHeight - thumb.offsetHeight / 2) / 100);
|
|
1341
|
+
},
|
|
1342
|
+
getBackground: function getBackground() {
|
|
1343
|
+
if (this.color && this.color.value) {
|
|
1344
|
+
var _color$toRgb = this.color.toRgb(),
|
|
1345
|
+
r = _color$toRgb.r,
|
|
1346
|
+
g = _color$toRgb.g,
|
|
1347
|
+
b = _color$toRgb.b;
|
|
1348
|
+
|
|
1349
|
+
return 'linear-gradient(to right, rgba(' + r + ', ' + g + ', ' + b + ', 0) 0%, rgba(' + r + ', ' + g + ', ' + b + ', 1) 100%)';
|
|
1350
|
+
}
|
|
1351
|
+
return null;
|
|
1352
|
+
},
|
|
1353
|
+
update: function update() {
|
|
1354
|
+
this.thumbLeft = this.getThumbLeft();
|
|
1355
|
+
this.thumbTop = this.getThumbTop();
|
|
1356
|
+
this.background = this.getBackground();
|
|
1357
|
+
}
|
|
1358
|
+
},
|
|
1359
|
+
|
|
1360
|
+
data: function data() {
|
|
1361
|
+
return {
|
|
1362
|
+
thumbLeft: 0,
|
|
1363
|
+
thumbTop: 0,
|
|
1364
|
+
background: null
|
|
1365
|
+
};
|
|
1366
|
+
},
|
|
1367
|
+
mounted: function mounted() {
|
|
1368
|
+
var _this = this;
|
|
1369
|
+
|
|
1370
|
+
var _$refs = this.$refs,
|
|
1371
|
+
bar = _$refs.bar,
|
|
1372
|
+
thumb = _$refs.thumb;
|
|
1373
|
+
|
|
1374
|
+
|
|
1375
|
+
var dragConfig = {
|
|
1376
|
+
drag: function drag(event) {
|
|
1377
|
+
_this.handleDrag(event);
|
|
1378
|
+
},
|
|
1379
|
+
end: function end(event) {
|
|
1380
|
+
_this.handleDrag(event);
|
|
1381
|
+
}
|
|
1382
|
+
};
|
|
1383
|
+
|
|
1384
|
+
draggable(bar, dragConfig);
|
|
1385
|
+
draggable(thumb, dragConfig);
|
|
1386
|
+
this.update();
|
|
1387
|
+
}
|
|
1388
|
+
});
|
|
1389
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/components/alpha-slider.vue?vue&type=script&lang=js
|
|
1390
|
+
/* harmony default export */ var components_alpha_slidervue_type_script_lang_js = (alpha_slidervue_type_script_lang_js);
|
|
1391
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/components/alpha-slider.vue
|
|
1392
|
+
|
|
1393
|
+
|
|
1394
|
+
|
|
1395
|
+
|
|
1396
|
+
|
|
1397
|
+
/* normalize component */
|
|
1398
|
+
|
|
1399
|
+
var alpha_slider_component = Object(componentNormalizer["a" /* default */])(
|
|
1400
|
+
components_alpha_slidervue_type_script_lang_js,
|
|
1401
|
+
alpha_slidervue_type_template_id_4738c7de_render,
|
|
1402
|
+
alpha_slidervue_type_template_id_4738c7de_staticRenderFns,
|
|
1403
|
+
false,
|
|
1404
|
+
null,
|
|
1405
|
+
null,
|
|
1406
|
+
null
|
|
1407
|
+
|
|
1408
|
+
)
|
|
1409
|
+
|
|
1410
|
+
/* harmony default export */ var alpha_slider = (alpha_slider_component.exports);
|
|
1411
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/color-picker/src/components/predefine.vue?vue&type=template&id=7da51eed
|
|
1412
|
+
var predefinevue_type_template_id_7da51eed_render = function () {
|
|
1413
|
+
var _vm = this
|
|
1414
|
+
var _h = _vm.$createElement
|
|
1415
|
+
var _c = _vm._self._c || _h
|
|
1416
|
+
return _c("div", { staticClass: "el-color-predefine" }, [
|
|
1417
|
+
_c(
|
|
1418
|
+
"div",
|
|
1419
|
+
{ staticClass: "el-color-predefine__colors" },
|
|
1420
|
+
_vm._l(_vm.rgbaColors, function (item, index) {
|
|
1421
|
+
return _c(
|
|
1422
|
+
"div",
|
|
1423
|
+
{
|
|
1424
|
+
key: _vm.colors[index],
|
|
1425
|
+
staticClass: "el-color-predefine__color-selector",
|
|
1426
|
+
class: { selected: item.selected, "is-alpha": item._alpha < 100 },
|
|
1427
|
+
on: {
|
|
1428
|
+
click: function ($event) {
|
|
1429
|
+
_vm.handleSelect(index)
|
|
1430
|
+
},
|
|
1431
|
+
},
|
|
1432
|
+
},
|
|
1433
|
+
[_c("div", { style: { "background-color": item.value } })]
|
|
1434
|
+
)
|
|
1435
|
+
}),
|
|
1436
|
+
0
|
|
1437
|
+
),
|
|
1438
|
+
])
|
|
1439
|
+
}
|
|
1440
|
+
var predefinevue_type_template_id_7da51eed_staticRenderFns = []
|
|
1441
|
+
predefinevue_type_template_id_7da51eed_render._withStripped = true
|
|
1442
|
+
|
|
1443
|
+
|
|
1444
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/components/predefine.vue?vue&type=template&id=7da51eed
|
|
1445
|
+
|
|
1446
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/color-picker/src/components/predefine.vue?vue&type=script&lang=js
|
|
1447
|
+
//
|
|
1448
|
+
//
|
|
1449
|
+
//
|
|
1450
|
+
//
|
|
1451
|
+
//
|
|
1452
|
+
//
|
|
1453
|
+
//
|
|
1454
|
+
//
|
|
1455
|
+
//
|
|
1456
|
+
//
|
|
1457
|
+
//
|
|
1458
|
+
//
|
|
1459
|
+
//
|
|
1460
|
+
//
|
|
1461
|
+
//
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
|
|
1465
|
+
/* harmony default export */ var predefinevue_type_script_lang_js = ({
|
|
1466
|
+
props: {
|
|
1467
|
+
colors: { type: Array, required: true },
|
|
1468
|
+
color: { required: true }
|
|
1469
|
+
},
|
|
1470
|
+
data: function data() {
|
|
1471
|
+
return {
|
|
1472
|
+
rgbaColors: this.parseColors(this.colors, this.color)
|
|
1473
|
+
};
|
|
1474
|
+
},
|
|
1475
|
+
|
|
1476
|
+
methods: {
|
|
1477
|
+
handleSelect: function handleSelect(index) {
|
|
1478
|
+
this.color.fromString(this.colors[index]);
|
|
1479
|
+
},
|
|
1480
|
+
parseColors: function parseColors(colors, color) {
|
|
1481
|
+
return colors.map(function (value) {
|
|
1482
|
+
var c = new src_color();
|
|
1483
|
+
c.enableAlpha = true;
|
|
1484
|
+
c.format = 'rgba';
|
|
1485
|
+
c.fromString(value);
|
|
1486
|
+
c.selected = c.value === color.value;
|
|
1487
|
+
return c;
|
|
1488
|
+
});
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1491
|
+
watch: {
|
|
1492
|
+
'$parent.currentColor': function $parentCurrentColor(val) {
|
|
1493
|
+
var color = new src_color();
|
|
1494
|
+
color.fromString(val);
|
|
1495
|
+
|
|
1496
|
+
this.rgbaColors.forEach(function (item) {
|
|
1497
|
+
item.selected = color.compare(item);
|
|
1498
|
+
});
|
|
1499
|
+
},
|
|
1500
|
+
colors: function colors(newVal) {
|
|
1501
|
+
this.rgbaColors = this.parseColors(newVal, this.color);
|
|
1502
|
+
},
|
|
1503
|
+
color: function color(newVal) {
|
|
1504
|
+
this.rgbaColors = this.parseColors(this.colors, newVal);
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1507
|
+
});
|
|
1508
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/components/predefine.vue?vue&type=script&lang=js
|
|
1509
|
+
/* harmony default export */ var components_predefinevue_type_script_lang_js = (predefinevue_type_script_lang_js);
|
|
1510
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/components/predefine.vue
|
|
1511
|
+
|
|
1512
|
+
|
|
1513
|
+
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
/* normalize component */
|
|
1517
|
+
|
|
1518
|
+
var predefine_component = Object(componentNormalizer["a" /* default */])(
|
|
1519
|
+
components_predefinevue_type_script_lang_js,
|
|
1520
|
+
predefinevue_type_template_id_7da51eed_render,
|
|
1521
|
+
predefinevue_type_template_id_7da51eed_staticRenderFns,
|
|
1522
|
+
false,
|
|
1523
|
+
null,
|
|
1524
|
+
null,
|
|
1525
|
+
null
|
|
1526
|
+
|
|
1527
|
+
)
|
|
1528
|
+
|
|
1529
|
+
/* harmony default export */ var predefine = (predefine_component.exports);
|
|
1530
|
+
// EXTERNAL MODULE: external "element-sim/lib/utils/vue-popper"
|
|
1531
|
+
var vue_popper_ = __webpack_require__(5);
|
|
1532
|
+
var vue_popper_default = /*#__PURE__*/__webpack_require__.n(vue_popper_);
|
|
1533
|
+
|
|
1534
|
+
// EXTERNAL MODULE: external "element-sim/lib/mixins/locale"
|
|
1535
|
+
var locale_ = __webpack_require__(6);
|
|
1536
|
+
var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
1537
|
+
|
|
1538
|
+
// EXTERNAL MODULE: external "element-sim/lib/input"
|
|
1539
|
+
var input_ = __webpack_require__(10);
|
|
1540
|
+
var input_default = /*#__PURE__*/__webpack_require__.n(input_);
|
|
1541
|
+
|
|
1542
|
+
// EXTERNAL MODULE: external "element-sim/lib/button"
|
|
1543
|
+
var button_ = __webpack_require__(14);
|
|
1544
|
+
var button_default = /*#__PURE__*/__webpack_require__.n(button_);
|
|
1545
|
+
|
|
1546
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/color-picker/src/components/picker-dropdown.vue?vue&type=script&lang=js
|
|
1547
|
+
//
|
|
1548
|
+
//
|
|
1549
|
+
//
|
|
1550
|
+
//
|
|
1551
|
+
//
|
|
1552
|
+
//
|
|
1553
|
+
//
|
|
1554
|
+
//
|
|
1555
|
+
//
|
|
1556
|
+
//
|
|
1557
|
+
//
|
|
1558
|
+
//
|
|
1559
|
+
//
|
|
1560
|
+
//
|
|
1561
|
+
//
|
|
1562
|
+
//
|
|
1563
|
+
//
|
|
1564
|
+
//
|
|
1565
|
+
//
|
|
1566
|
+
//
|
|
1567
|
+
//
|
|
1568
|
+
//
|
|
1569
|
+
//
|
|
1570
|
+
//
|
|
1571
|
+
//
|
|
1572
|
+
//
|
|
1573
|
+
//
|
|
1574
|
+
//
|
|
1575
|
+
//
|
|
1576
|
+
//
|
|
1577
|
+
//
|
|
1578
|
+
//
|
|
1579
|
+
//
|
|
1580
|
+
//
|
|
1581
|
+
//
|
|
1582
|
+
//
|
|
1583
|
+
//
|
|
1584
|
+
//
|
|
1585
|
+
//
|
|
1586
|
+
//
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
|
|
1590
|
+
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
|
|
1597
|
+
/* harmony default export */ var picker_dropdownvue_type_script_lang_js = ({
|
|
1598
|
+
name: 'el-color-picker-dropdown',
|
|
1599
|
+
|
|
1600
|
+
mixins: [vue_popper_default.a, locale_default.a],
|
|
1601
|
+
|
|
1602
|
+
components: {
|
|
1603
|
+
SvPanel: sv_panel,
|
|
1604
|
+
HueSlider: hue_slider,
|
|
1605
|
+
AlphaSlider: alpha_slider,
|
|
1606
|
+
ElInput: input_default.a,
|
|
1607
|
+
ElButton: button_default.a,
|
|
1608
|
+
Predefine: predefine
|
|
1609
|
+
},
|
|
1610
|
+
|
|
1611
|
+
props: {
|
|
1612
|
+
color: {
|
|
1613
|
+
required: true
|
|
1614
|
+
},
|
|
1615
|
+
showAlpha: Boolean,
|
|
1616
|
+
predefine: Array
|
|
1617
|
+
},
|
|
1618
|
+
|
|
1619
|
+
data: function data() {
|
|
1620
|
+
return {
|
|
1621
|
+
customInput: ''
|
|
1622
|
+
};
|
|
1623
|
+
},
|
|
1624
|
+
|
|
1625
|
+
|
|
1626
|
+
computed: {
|
|
1627
|
+
currentColor: function currentColor() {
|
|
1628
|
+
var parent = this.$parent;
|
|
1629
|
+
return !parent.value && !parent.showPanelColor ? '' : parent.color.value;
|
|
1630
|
+
}
|
|
1631
|
+
},
|
|
1632
|
+
|
|
1633
|
+
methods: {
|
|
1634
|
+
confirmValue: function confirmValue() {
|
|
1635
|
+
this.$emit('pick');
|
|
1636
|
+
},
|
|
1637
|
+
handleConfirm: function handleConfirm() {
|
|
1638
|
+
this.color.fromString(this.customInput);
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
|
|
1642
|
+
mounted: function mounted() {
|
|
1643
|
+
this.$parent.popperElm = this.popperElm = this.$el;
|
|
1644
|
+
this.referenceElm = this.$parent.$el;
|
|
1645
|
+
},
|
|
1646
|
+
|
|
1647
|
+
|
|
1648
|
+
watch: {
|
|
1649
|
+
showPopper: function showPopper(val) {
|
|
1650
|
+
var _this = this;
|
|
1651
|
+
|
|
1652
|
+
if (val === true) {
|
|
1653
|
+
this.$nextTick(function () {
|
|
1654
|
+
var _$refs = _this.$refs,
|
|
1655
|
+
sl = _$refs.sl,
|
|
1656
|
+
hue = _$refs.hue,
|
|
1657
|
+
alpha = _$refs.alpha;
|
|
1658
|
+
|
|
1659
|
+
sl && sl.update();
|
|
1660
|
+
hue && hue.update();
|
|
1661
|
+
alpha && alpha.update();
|
|
1662
|
+
});
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1665
|
+
|
|
1666
|
+
|
|
1667
|
+
currentColor: {
|
|
1668
|
+
immediate: true,
|
|
1669
|
+
handler: function handler(val) {
|
|
1670
|
+
this.customInput = val;
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
}
|
|
1674
|
+
});
|
|
1675
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/components/picker-dropdown.vue?vue&type=script&lang=js
|
|
1676
|
+
/* harmony default export */ var components_picker_dropdownvue_type_script_lang_js = (picker_dropdownvue_type_script_lang_js);
|
|
1677
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/components/picker-dropdown.vue
|
|
1678
|
+
|
|
1679
|
+
|
|
1680
|
+
|
|
1681
|
+
|
|
1682
|
+
|
|
1683
|
+
/* normalize component */
|
|
1684
|
+
|
|
1685
|
+
var picker_dropdown_component = Object(componentNormalizer["a" /* default */])(
|
|
1686
|
+
components_picker_dropdownvue_type_script_lang_js,
|
|
1687
|
+
picker_dropdownvue_type_template_id_4f7a088c_render,
|
|
1688
|
+
picker_dropdownvue_type_template_id_4f7a088c_staticRenderFns,
|
|
1689
|
+
false,
|
|
1690
|
+
null,
|
|
1691
|
+
null,
|
|
1692
|
+
null
|
|
1693
|
+
|
|
1694
|
+
)
|
|
1695
|
+
|
|
1696
|
+
/* harmony default export */ var picker_dropdown = (picker_dropdown_component.exports);
|
|
1697
|
+
// EXTERNAL MODULE: external "element-sim/lib/utils/clickoutside"
|
|
1698
|
+
var clickoutside_ = __webpack_require__(12);
|
|
1699
|
+
var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
1700
|
+
|
|
1701
|
+
// EXTERNAL MODULE: external "element-sim/lib/mixins/emitter"
|
|
1702
|
+
var emitter_ = __webpack_require__(4);
|
|
1703
|
+
var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
|
|
1704
|
+
|
|
1705
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/color-picker/src/main.vue?vue&type=script&lang=js
|
|
1706
|
+
//
|
|
1707
|
+
//
|
|
1708
|
+
//
|
|
1709
|
+
//
|
|
1710
|
+
//
|
|
1711
|
+
//
|
|
1712
|
+
//
|
|
1713
|
+
//
|
|
1714
|
+
//
|
|
1715
|
+
//
|
|
1716
|
+
//
|
|
1717
|
+
//
|
|
1718
|
+
//
|
|
1719
|
+
//
|
|
1720
|
+
//
|
|
1721
|
+
//
|
|
1722
|
+
//
|
|
1723
|
+
//
|
|
1724
|
+
//
|
|
1725
|
+
//
|
|
1726
|
+
//
|
|
1727
|
+
//
|
|
1728
|
+
//
|
|
1729
|
+
//
|
|
1730
|
+
//
|
|
1731
|
+
//
|
|
1732
|
+
//
|
|
1733
|
+
//
|
|
1734
|
+
//
|
|
1735
|
+
//
|
|
1736
|
+
//
|
|
1737
|
+
//
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
|
|
1744
|
+
/* harmony default export */ var mainvue_type_script_lang_js = ({
|
|
1745
|
+
name: 'ElColorPicker',
|
|
1746
|
+
|
|
1747
|
+
mixins: [emitter_default.a],
|
|
1748
|
+
|
|
1749
|
+
props: {
|
|
1750
|
+
value: String,
|
|
1751
|
+
showAlpha: Boolean,
|
|
1752
|
+
colorFormat: String,
|
|
1753
|
+
disabled: Boolean,
|
|
1754
|
+
size: String,
|
|
1755
|
+
popperClass: String,
|
|
1756
|
+
predefine: Array
|
|
1757
|
+
},
|
|
1758
|
+
|
|
1759
|
+
inject: {
|
|
1760
|
+
elForm: {
|
|
1761
|
+
default: ''
|
|
1762
|
+
},
|
|
1763
|
+
elFormItem: {
|
|
1764
|
+
default: ''
|
|
1765
|
+
}
|
|
1766
|
+
},
|
|
1767
|
+
|
|
1768
|
+
directives: { Clickoutside: clickoutside_default.a },
|
|
1769
|
+
|
|
1770
|
+
computed: {
|
|
1771
|
+
displayedColor: function displayedColor() {
|
|
1772
|
+
if (!this.value && !this.showPanelColor) {
|
|
1773
|
+
return 'transparent';
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
return this.displayedRgb(this.color, this.showAlpha);
|
|
1777
|
+
},
|
|
1778
|
+
_elFormItemSize: function _elFormItemSize() {
|
|
1779
|
+
return (this.elFormItem || {}).elFormItemSize;
|
|
1780
|
+
},
|
|
1781
|
+
colorSize: function colorSize() {
|
|
1782
|
+
return this.size || this._elFormItemSize || (this.$ELEMENT || {}).size;
|
|
1783
|
+
},
|
|
1784
|
+
colorDisabled: function colorDisabled() {
|
|
1785
|
+
return this.disabled || (this.elForm || {}).disabled;
|
|
1786
|
+
}
|
|
1787
|
+
},
|
|
1788
|
+
|
|
1789
|
+
watch: {
|
|
1790
|
+
value: function value(val) {
|
|
1791
|
+
if (!val) {
|
|
1792
|
+
this.showPanelColor = false;
|
|
1793
|
+
} else if (val && val !== this.color.value) {
|
|
1794
|
+
this.color.fromString(val);
|
|
1795
|
+
}
|
|
1796
|
+
},
|
|
1797
|
+
|
|
1798
|
+
color: {
|
|
1799
|
+
deep: true,
|
|
1800
|
+
handler: function handler() {
|
|
1801
|
+
this.showPanelColor = true;
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
displayedColor: function displayedColor(val) {
|
|
1805
|
+
if (!this.showPicker) return;
|
|
1806
|
+
var currentValueColor = new src_color({
|
|
1807
|
+
enableAlpha: this.showAlpha,
|
|
1808
|
+
format: this.colorFormat
|
|
1809
|
+
});
|
|
1810
|
+
currentValueColor.fromString(this.value);
|
|
1811
|
+
|
|
1812
|
+
var currentValueColorRgb = this.displayedRgb(currentValueColor, this.showAlpha);
|
|
1813
|
+
if (val !== currentValueColorRgb) {
|
|
1814
|
+
this.$emit('active-change', val);
|
|
1815
|
+
}
|
|
1816
|
+
}
|
|
1817
|
+
},
|
|
1818
|
+
|
|
1819
|
+
methods: {
|
|
1820
|
+
handleTrigger: function handleTrigger() {
|
|
1821
|
+
if (this.colorDisabled) return;
|
|
1822
|
+
this.showPicker = !this.showPicker;
|
|
1823
|
+
},
|
|
1824
|
+
confirmValue: function confirmValue() {
|
|
1825
|
+
var value = this.color.value;
|
|
1826
|
+
this.$emit('input', value);
|
|
1827
|
+
this.$emit('change', value);
|
|
1828
|
+
this.dispatch('ElFormItem', 'el.form.change', value);
|
|
1829
|
+
this.showPicker = false;
|
|
1830
|
+
},
|
|
1831
|
+
clearValue: function clearValue() {
|
|
1832
|
+
this.$emit('input', null);
|
|
1833
|
+
this.$emit('change', null);
|
|
1834
|
+
if (this.value !== null) {
|
|
1835
|
+
this.dispatch('ElFormItem', 'el.form.change', null);
|
|
1836
|
+
}
|
|
1837
|
+
this.showPanelColor = false;
|
|
1838
|
+
this.showPicker = false;
|
|
1839
|
+
this.resetColor();
|
|
1840
|
+
},
|
|
1841
|
+
hide: function hide() {
|
|
1842
|
+
this.showPicker = false;
|
|
1843
|
+
this.resetColor();
|
|
1844
|
+
},
|
|
1845
|
+
resetColor: function resetColor() {
|
|
1846
|
+
var _this = this;
|
|
1847
|
+
|
|
1848
|
+
this.$nextTick(function (_) {
|
|
1849
|
+
if (_this.value) {
|
|
1850
|
+
_this.color.fromString(_this.value);
|
|
1851
|
+
} else {
|
|
1852
|
+
_this.showPanelColor = false;
|
|
1853
|
+
}
|
|
1854
|
+
});
|
|
1855
|
+
},
|
|
1856
|
+
displayedRgb: function displayedRgb(color, showAlpha) {
|
|
1857
|
+
if (!(color instanceof src_color)) {
|
|
1858
|
+
throw Error('color should be instance of Color Class');
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
var _color$toRgb = color.toRgb(),
|
|
1862
|
+
r = _color$toRgb.r,
|
|
1863
|
+
g = _color$toRgb.g,
|
|
1864
|
+
b = _color$toRgb.b;
|
|
1865
|
+
|
|
1866
|
+
return showAlpha ? 'rgba(' + r + ', ' + g + ', ' + b + ', ' + color.get('alpha') / 100 + ')' : 'rgb(' + r + ', ' + g + ', ' + b + ')';
|
|
1867
|
+
}
|
|
1868
|
+
},
|
|
1869
|
+
|
|
1870
|
+
mounted: function mounted() {
|
|
1871
|
+
var value = this.value;
|
|
1872
|
+
if (value) {
|
|
1873
|
+
this.color.fromString(value);
|
|
1874
|
+
}
|
|
1875
|
+
this.popperElm = this.$refs.dropdown.$el;
|
|
1876
|
+
},
|
|
1877
|
+
data: function data() {
|
|
1878
|
+
var color = new src_color({
|
|
1879
|
+
enableAlpha: this.showAlpha,
|
|
1880
|
+
format: this.colorFormat
|
|
1881
|
+
});
|
|
1882
|
+
|
|
1883
|
+
return {
|
|
1884
|
+
color: color,
|
|
1885
|
+
showPicker: false,
|
|
1886
|
+
showPanelColor: false
|
|
1887
|
+
};
|
|
1888
|
+
},
|
|
1889
|
+
|
|
1890
|
+
|
|
1891
|
+
components: {
|
|
1892
|
+
PickerDropdown: picker_dropdown
|
|
1893
|
+
}
|
|
1894
|
+
});
|
|
1895
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/main.vue?vue&type=script&lang=js
|
|
1896
|
+
/* harmony default export */ var src_mainvue_type_script_lang_js = (mainvue_type_script_lang_js);
|
|
1897
|
+
// CONCATENATED MODULE: ./packages/color-picker/src/main.vue
|
|
1898
|
+
|
|
1899
|
+
|
|
1900
|
+
|
|
1901
|
+
|
|
1902
|
+
|
|
1903
|
+
/* normalize component */
|
|
1904
|
+
|
|
1905
|
+
var main_component = Object(componentNormalizer["a" /* default */])(
|
|
1906
|
+
src_mainvue_type_script_lang_js,
|
|
1907
|
+
render,
|
|
1908
|
+
staticRenderFns,
|
|
1909
|
+
false,
|
|
1910
|
+
null,
|
|
1911
|
+
null,
|
|
1912
|
+
null
|
|
1913
|
+
|
|
1914
|
+
)
|
|
1915
|
+
|
|
1916
|
+
/* harmony default export */ var main = (main_component.exports);
|
|
1917
|
+
// CONCATENATED MODULE: ./packages/color-picker/index.js
|
|
1918
|
+
|
|
1919
|
+
|
|
1920
|
+
/* istanbul ignore next */
|
|
1921
|
+
main.install = function (Vue) {
|
|
1922
|
+
Vue.component(main.name, main);
|
|
1923
|
+
};
|
|
1924
|
+
|
|
1925
|
+
/* harmony default export */ var color_picker = __webpack_exports__["default"] = (main);
|
|
1926
|
+
|
|
1927
|
+
/***/ }),
|
|
1928
|
+
|
|
1929
|
+
/***/ 6:
|
|
1930
|
+
/***/ (function(module, exports) {
|
|
1931
|
+
|
|
1932
|
+
module.exports = require("element-sim/lib/mixins/locale");
|
|
1933
|
+
|
|
1934
|
+
/***/ }),
|
|
1935
|
+
|
|
1936
|
+
/***/ 7:
|
|
1937
|
+
/***/ (function(module, exports) {
|
|
1938
|
+
|
|
1939
|
+
module.exports = require("vue");
|
|
1940
|
+
|
|
1941
|
+
/***/ })
|
|
1942
|
+
|
|
1943
|
+
/******/ });
|