@empathyco/x-components 3.0.0-alpha.31 → 3.0.0-alpha.32
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/CHANGELOG.md +35 -0
- package/core/index.js +2 -0
- package/core/index.js.map +1 -1
- package/docs/API-reference/api/x-components.defaultsessionservice.clearsessionid.md +2 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.getsessionid.md +4 -0
- package/docs/API-reference/api/x-components.defaultsessionservice.md +3 -3
- package/docs/API-reference/api/x-components.defaultsessionservice.session_id_key.md +3 -1
- package/docs/API-reference/api/x-components.globalxbus.created.md +15 -0
- package/docs/API-reference/api/x-components.globalxbus.md +21 -0
- package/docs/API-reference/api/x-components.md +4 -0
- package/docs/API-reference/api/x-components.snippetcallbacks.md +15 -0
- package/docs/API-reference/api/x-components.snippetconfig.callbacks.md +13 -0
- package/docs/API-reference/api/x-components.snippetconfig.md +1 -0
- package/docs/API-reference/api/x-components.tagging.activeconsent.md +18 -0
- package/docs/API-reference/api/x-components.tagging.consent.md +13 -0
- package/docs/API-reference/api/x-components.tagging.md +28 -0
- package/docs/API-reference/api/x-components.tagging.render.md +15 -0
- package/docs/API-reference/api/x-components.xeventlisteners.md +17 -0
- package/docs/API-reference/api/x-components.xeventstypes.md +1 -0
- package/docs/API-reference/api/x-components.xeventstypes.snippetcallbackexecuted.md +16 -0
- package/docs/API-reference/components/common/x-components.global-x-bus.md +51 -0
- package/docs/API-reference/components/common/x-components.snippet-callbacks.md +37 -0
- package/docs/API-reference/components/tagging/x-components.tagging.md +4 -0
- package/docs/sidebar.json +1 -1
- package/js/components/animations/animate-width.vue.js +1 -1
- package/js/components/animations/collapse-from-top.vue.js +1 -1
- package/js/components/animations/collapse-height.vue.js +3 -3
- package/js/components/animations/collapse-width.vue.js +3 -3
- package/js/components/animations/cross-fade.vue.js +1 -1
- package/js/components/animations/fade-and-slide.vue.js +2 -2
- package/js/components/animations/staggered-fade-and-slide.vue.js +2 -2
- package/js/components/animations/translate-from-left.vue.js +1 -1
- package/js/components/animations/translate-from-right.vue.js +1 -1
- package/js/components/auto-progress-bar.vue.js +4 -5
- package/js/components/auto-progress-bar.vue.js.map +1 -1
- package/js/components/base-dropdown.vue.js +33 -45
- package/js/components/base-dropdown.vue.js.map +1 -1
- package/js/components/base-event-button.vue.js +1 -1
- package/js/components/base-grid.vue.js +7 -9
- package/js/components/base-grid.vue.js.map +1 -1
- package/js/components/base-keyboard-navigation.vue.js +7 -10
- package/js/components/base-keyboard-navigation.vue.js.map +1 -1
- package/js/components/base-rating.vue.js +19 -20
- package/js/components/base-rating.vue.js.map +1 -1
- package/js/components/base-variable-column-grid.vue.js +6 -7
- package/js/components/base-variable-column-grid.vue.js.map +1 -1
- package/js/components/column-picker/base-column-picker-dropdown.vue.js +11 -14
- package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
- package/js/components/column-picker/base-column-picker-list.vue.js +9 -11
- package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
- package/js/components/currency/base-currency.vue.js +2 -3
- package/js/components/currency/base-currency.vue.js.map +1 -1
- package/js/components/filters/labels/base-rating-filter-label.vue.js +7 -8
- package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
- package/js/components/global-x-bus.vue.js +39 -0
- package/js/components/global-x-bus.vue.js.map +1 -0
- package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js +46 -0
- package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/icons/arrow.vue.js +4 -6
- package/js/components/icons/arrow.vue.js.map +1 -1
- package/js/components/icons/bag.vue.js +8 -12
- package/js/components/icons/bag.vue.js.map +1 -1
- package/js/components/icons/bar-code.vue.js +6 -9
- package/js/components/icons/bar-code.vue.js.map +1 -1
- package/js/components/icons/barcode-tiny.vue.js +6 -9
- package/js/components/icons/barcode-tiny.vue.js.map +1 -1
- package/js/components/icons/cart.vue.js +10 -13
- package/js/components/icons/cart.vue.js.map +1 -1
- package/js/components/icons/check-tiny.vue.js +4 -6
- package/js/components/icons/check-tiny.vue.js.map +1 -1
- package/js/components/icons/check.vue.js +4 -6
- package/js/components/icons/check.vue.js.map +1 -1
- package/js/components/icons/checkbox-card-selected.vue.js +5 -7
- package/js/components/icons/checkbox-card-selected.vue.js.map +1 -1
- package/js/components/icons/checkbox-card-unselected.vue.js +5 -7
- package/js/components/icons/checkbox-card-unselected.vue.js.map +1 -1
- package/js/components/icons/checkbox-selected.vue.js +5 -7
- package/js/components/icons/checkbox-selected.vue.js.map +1 -1
- package/js/components/icons/checkbox-unselected.vue.js +6 -6
- package/js/components/icons/chevron-down.vue.js +6 -8
- package/js/components/icons/chevron-down.vue.js.map +1 -1
- package/js/components/icons/chevron-left.vue.js +6 -8
- package/js/components/icons/chevron-left.vue.js.map +1 -1
- package/js/components/icons/chevron-right.vue.js +4 -6
- package/js/components/icons/chevron-right.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-down.vue.js +6 -8
- package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-left.vue.js +6 -8
- package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-right.vue.js +6 -8
- package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-up.vue.js +6 -8
- package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
- package/js/components/icons/chevron-up.vue.js +6 -8
- package/js/components/icons/chevron-up.vue.js.map +1 -1
- package/js/components/icons/cross-tiny.vue.js +4 -6
- package/js/components/icons/cross-tiny.vue.js.map +1 -1
- package/js/components/icons/cross.vue.js +4 -6
- package/js/components/icons/cross.vue.js.map +1 -1
- package/js/components/icons/filters.vue.js +10 -15
- package/js/components/icons/filters.vue.js.map +1 -1
- package/js/components/icons/grid-1-col.vue.js +6 -9
- package/js/components/icons/grid-1-col.vue.js.map +1 -1
- package/js/components/icons/grid-2-col.vue.js +8 -10
- package/js/components/icons/grid-2-col.vue.js.map +1 -1
- package/js/components/icons/hide.vue.js +10 -15
- package/js/components/icons/hide.vue.js.map +1 -1
- package/js/components/icons/history-tiny.vue.js +9 -12
- package/js/components/icons/history-tiny.vue.js.map +1 -1
- package/js/components/icons/history.vue.js +9 -12
- package/js/components/icons/history.vue.js.map +1 -1
- package/js/components/icons/menu.vue.js +6 -8
- package/js/components/icons/menu.vue.js.map +1 -1
- package/js/components/icons/minus-tiny.vue.js +4 -6
- package/js/components/icons/minus-tiny.vue.js.map +1 -1
- package/js/components/icons/minus.vue.js +4 -6
- package/js/components/icons/minus.vue.js.map +1 -1
- package/js/components/icons/nq-1.vue.js +4 -6
- package/js/components/icons/nq-1.vue.js.map +1 -1
- package/js/components/icons/nq-2.vue.js +4 -6
- package/js/components/icons/nq-2.vue.js.map +1 -1
- package/js/components/icons/nq-3.vue.js +6 -8
- package/js/components/icons/nq-3.vue.js.map +1 -1
- package/js/components/icons/nq-4.vue.js +9 -12
- package/js/components/icons/nq-4.vue.js.map +1 -1
- package/js/components/icons/plus.vue.js +4 -6
- package/js/components/icons/plus.vue.js.map +1 -1
- package/js/components/icons/search-tiny.vue.js +6 -9
- package/js/components/icons/search-tiny.vue.js.map +1 -1
- package/js/components/icons/search.vue.js +6 -8
- package/js/components/icons/search.vue.js.map +1 -1
- package/js/components/icons/show.vue.js +7 -10
- package/js/components/icons/show.vue.js.map +1 -1
- package/js/components/icons/star.vue.js +6 -9
- package/js/components/icons/star.vue.js.map +1 -1
- package/js/components/icons/trash-open.vue.js +12 -15
- package/js/components/icons/trash-open.vue.js.map +1 -1
- package/js/components/icons/trash.vue.js +8 -11
- package/js/components/icons/trash.vue.js.map +1 -1
- package/js/components/icons/trending-tiny.vue.js +8 -10
- package/js/components/icons/trending-tiny.vue.js.map +1 -1
- package/js/components/icons/trending.vue.js +8 -10
- package/js/components/icons/trending.vue.js.map +1 -1
- package/js/components/icons/user.vue.js +6 -9
- package/js/components/icons/user.vue.js.map +1 -1
- package/js/components/items-list.vue.js +6 -7
- package/js/components/items-list.vue.js.map +1 -1
- package/js/components/layouts/multi-column-max-width-layout.vue.js +54 -88
- package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
- package/js/components/layouts/single-column-layout.vue.js +39 -67
- package/js/components/layouts/single-column-layout.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-close.vue.js +2 -2
- package/js/components/modals/base-events-modal-open.vue.js +2 -2
- package/js/components/modals/base-events-modal.vue.js +3 -3
- package/js/components/modals/base-id-modal-close.vue.js +2 -2
- package/js/components/modals/base-id-modal-open.vue.js +2 -2
- package/js/components/modals/base-id-modal.vue.js +3 -3
- package/js/components/modals/base-modal.vue.js +9 -11
- package/js/components/modals/base-modal.vue.js.map +1 -1
- package/js/components/panels/base-header-toggle-panel.vue.js +5 -7
- package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel-button.vue.js +2 -2
- package/js/components/panels/base-id-toggle-panel.vue.js +1 -1
- package/js/components/panels/base-toggle-panel.vue.js +3 -4
- package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
- package/js/components/result/base-result-add-to-cart.vue.js +2 -2
- package/js/components/result/base-result-current-price.vue.js +6 -8
- package/js/components/result/base-result-current-price.vue.js.map +1 -1
- package/js/components/result/base-result-fallback-image.vue.js +7 -9
- package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue.js +9 -12
- package/js/components/result/base-result-image.vue.js.map +1 -1
- package/js/components/result/base-result-link.vue.js +5 -5
- package/js/components/result/base-result-placeholder-image.vue.js +7 -9
- package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
- package/js/components/result/base-result-previous-price.vue.js +7 -9
- package/js/components/result/base-result-previous-price.vue.js.map +1 -1
- package/js/components/scroll/base-scroll.vue.js +2 -2
- package/js/components/sliding-panel.vue.js +11 -14
- package/js/components/sliding-panel.vue.js.map +1 -1
- package/js/components/snippet-callbacks.vue.js +47 -0
- package/js/components/snippet-callbacks.vue.js.map +1 -0
- package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js +58 -0
- package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/components/suggestions/base-suggestion.vue.js +6 -8
- package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue.js +6 -7
- package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
- package/js/index.js +3 -0
- package/js/index.js.map +1 -1
- package/js/utils/storage.js +2 -2
- package/js/utils/storage.js.map +1 -1
- package/js/x-modules/device/components/device-detector.vue.js +2 -2
- package/js/x-modules/empathize/components/empathize.vue.js +5 -6
- package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +3 -4
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js +1 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/clear-filters.vue.js +6 -8
- package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue.js +10 -11
- package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue.js +5 -6
- package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/base-filter.vue.js +5 -6
- package/js/x-modules/facets/components/filters/base-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +19 -23
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +29 -38
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js +5 -6
- package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue.js +13 -17
- package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue.js +4 -4
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue.js +8 -10
- package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +14 -20
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters.vue.js +3 -4
- package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js +12 -18
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js +5 -6
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries.vue.js +19 -25
- package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-query.vue.js +13 -17
- package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/remove-history-query.vue.js +2 -2
- package/js/x-modules/identifier-results/components/identifier-result.vue.js +2 -2
- package/js/x-modules/identifier-results/components/identifier-results.vue.js +4 -4
- package/js/x-modules/next-queries/components/next-queries-list.vue.js +9 -12
- package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries.vue.js +15 -20
- package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query.vue.js +8 -10
- package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-search.vue.js +8 -10
- package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-searches.vue.js +15 -20
- package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +9 -11
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +15 -20
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue.js +9 -12
- package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue.js +4 -5
- package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tags.vue.js +13 -17
- package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue.js +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue.js +3 -4
- package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/scroll/components/scroll.vue.js +4 -4
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/search/components/banner.vue.js +4 -6
- package/js/x-modules/search/components/banner.vue.js.map +1 -1
- package/js/x-modules/search/components/banners-list.vue.js +9 -12
- package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
- package/js/x-modules/search/components/partial-query-button.vue.js +4 -5
- package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
- package/js/x-modules/search/components/partial-results-list.vue.js +4 -4
- package/js/x-modules/search/components/promoted.vue.js +4 -6
- package/js/x-modules/search/components/promoted.vue.js.map +1 -1
- package/js/x-modules/search/components/promoteds-list.vue.js +9 -12
- package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
- package/js/x-modules/search/components/redirection.vue.js +4 -5
- package/js/x-modules/search/components/redirection.vue.js.map +1 -1
- package/js/x-modules/search/components/results-list.vue.js +9 -12
- package/js/x-modules/search/components/results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-dropdown.vue.js +13 -16
- package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue.js +8 -10
- package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/search/components/sort.mixin.js +2 -0
- package/js/x-modules/search/components/sort.mixin.js.map +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue.js +4 -5
- package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue.js +4 -6
- package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +2 -0
- package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +1 -1
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +3 -1
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue.js +5 -6
- package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-button.vue.js +4 -5
- package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-input.vue.js +7 -9
- package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
- package/js/x-modules/tagging/components/tagging.vue.js +39 -0
- package/js/x-modules/tagging/components/tagging.vue.js.map +1 -0
- package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js +65 -0
- package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js.map +1 -0
- package/js/x-modules/tagging/service/session.service.js +23 -6
- package/js/x-modules/tagging/service/session.service.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +4 -1
- package/js/x-modules/tagging/wiring.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue.js +2 -2
- package/package.json +16 -14
- package/report/tsdoc-metadata.json +1 -1
- package/report/x-adapter.api.json +3 -3
- package/report/x-components.api.json +326 -9
- package/report/x-components.api.md +46 -10
- package/report/x-types.api.json +1 -1
- package/tagging/index.js +2 -1
- package/types/components/global-x-bus.vue.d.ts +25 -0
- package/types/components/global-x-bus.vue.d.ts.map +1 -0
- package/types/components/index.d.ts +2 -0
- package/types/components/index.d.ts.map +1 -1
- package/types/components/snippet-callbacks.vue.d.ts +27 -0
- package/types/components/snippet-callbacks.vue.d.ts.map +1 -0
- package/types/utils/storage.d.ts +1 -7
- package/types/utils/storage.d.ts.map +1 -1
- package/types/wiring/events.types.d.ts +8 -0
- package/types/wiring/events.types.d.ts.map +1 -1
- package/types/x-installer/api/api.types.d.ts +12 -0
- package/types/x-installer/api/api.types.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
- package/types/x-modules/tagging/components/tagging.vue.d.ts +47 -0
- package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -0
- package/types/x-modules/tagging/index.d.ts +1 -0
- package/types/x-modules/tagging/index.d.ts.map +1 -1
- package/types/x-modules/tagging/service/session.service.d.ts +18 -1
- package/types/x-modules/tagging/service/session.service.d.ts.map +1 -1
|
@@ -5,7 +5,7 @@ import script from './chevron-tiny-right.vue_rollup-plugin-vue=script.js';
|
|
|
5
5
|
var __vue_script__ = script;
|
|
6
6
|
|
|
7
7
|
/* template */
|
|
8
|
-
var __vue_render__ = function(_h, _vm) {
|
|
8
|
+
var __vue_render__ = function (_h, _vm) {
|
|
9
9
|
var _c = _vm._c;
|
|
10
10
|
return _c(
|
|
11
11
|
"svg",
|
|
@@ -15,8 +15,8 @@ var __vue_render__ = function(_h, _vm) {
|
|
|
15
15
|
viewBox: "0 0 16 16",
|
|
16
16
|
version: "1.1",
|
|
17
17
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
19
|
-
}
|
|
18
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
19
|
+
},
|
|
20
20
|
},
|
|
21
21
|
[
|
|
22
22
|
_c("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [
|
|
@@ -24,11 +24,9 @@ var __vue_render__ = function(_h, _vm) {
|
|
|
24
24
|
attrs: {
|
|
25
25
|
transform:
|
|
26
26
|
"translate(8.000000, 8.000000) scale(-1, 1) rotate(-270.000000)\n translate(-8.000000, -8.000000) ",
|
|
27
|
-
points: "4 6 8 10 12 6"
|
|
28
|
-
}
|
|
29
|
-
})
|
|
30
|
-
])
|
|
31
|
-
]
|
|
27
|
+
points: "4 6 8 10 12 6",
|
|
28
|
+
},
|
|
29
|
+
}) ]) ]
|
|
32
30
|
)
|
|
33
31
|
};
|
|
34
32
|
var __vue_staticRenderFns__ = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chevron-tiny-right.vue.js","sources":["../../../../src/components/icons/chevron-tiny-right.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <polyline\n transform=\"translate(8.000000, 8.000000) scale(-1, 1) rotate(-270.000000)\n translate(-8.000000, -8.000000) \"\n points=\"4 6 8 10 12 6\"\n />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA
|
|
1
|
+
{"version":3,"file":"chevron-tiny-right.vue.js","sources":["../../../../src/components/icons/chevron-tiny-right.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <polyline\n transform=\"translate(8.000000, 8.000000) scale(-1, 1) rotate(-270.000000)\n translate(-8.000000, -8.000000) \"\n points=\"4 6 8 10 12 6\"\n />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -5,7 +5,7 @@ import script from './chevron-tiny-up.vue_rollup-plugin-vue=script.js';
|
|
|
5
5
|
var __vue_script__ = script;
|
|
6
6
|
|
|
7
7
|
/* template */
|
|
8
|
-
var __vue_render__ = function(_h, _vm) {
|
|
8
|
+
var __vue_render__ = function (_h, _vm) {
|
|
9
9
|
var _c = _vm._c;
|
|
10
10
|
return _c(
|
|
11
11
|
"svg",
|
|
@@ -15,8 +15,8 @@ var __vue_render__ = function(_h, _vm) {
|
|
|
15
15
|
viewBox: "0 0 16 16",
|
|
16
16
|
version: "1.1",
|
|
17
17
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
19
|
-
}
|
|
18
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
19
|
+
},
|
|
20
20
|
},
|
|
21
21
|
[
|
|
22
22
|
_c("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [
|
|
@@ -24,11 +24,9 @@ var __vue_render__ = function(_h, _vm) {
|
|
|
24
24
|
attrs: {
|
|
25
25
|
transform:
|
|
26
26
|
"translate(8.000000, 8.000000) rotate(-180.000000)\n translate(-8.000000, -8.000000) ",
|
|
27
|
-
points: "4 6 8 10 12 6"
|
|
28
|
-
}
|
|
29
|
-
})
|
|
30
|
-
])
|
|
31
|
-
]
|
|
27
|
+
points: "4 6 8 10 12 6",
|
|
28
|
+
},
|
|
29
|
+
}) ]) ]
|
|
32
30
|
)
|
|
33
31
|
};
|
|
34
32
|
var __vue_staticRenderFns__ = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chevron-tiny-up.vue.js","sources":["../../../../src/components/icons/chevron-tiny-up.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <polyline\n transform=\"translate(8.000000, 8.000000) rotate(-180.000000)\n translate(-8.000000, -8.000000) \"\n points=\"4 6 8 10 12 6\"\n />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA
|
|
1
|
+
{"version":3,"file":"chevron-tiny-up.vue.js","sources":["../../../../src/components/icons/chevron-tiny-up.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <polyline\n transform=\"translate(8.000000, 8.000000) rotate(-180.000000)\n translate(-8.000000, -8.000000) \"\n points=\"4 6 8 10 12 6\"\n />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -5,7 +5,7 @@ import script from './chevron-up.vue_rollup-plugin-vue=script.js';
|
|
|
5
5
|
var __vue_script__ = script;
|
|
6
6
|
|
|
7
7
|
/* template */
|
|
8
|
-
var __vue_render__ = function(_h, _vm) {
|
|
8
|
+
var __vue_render__ = function (_h, _vm) {
|
|
9
9
|
var _c = _vm._c;
|
|
10
10
|
return _c(
|
|
11
11
|
"svg",
|
|
@@ -15,8 +15,8 @@ var __vue_render__ = function(_h, _vm) {
|
|
|
15
15
|
viewBox: "0 0 16 16",
|
|
16
16
|
version: "1.1",
|
|
17
17
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
19
|
-
}
|
|
18
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
19
|
+
},
|
|
20
20
|
},
|
|
21
21
|
[
|
|
22
22
|
_c("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [
|
|
@@ -24,11 +24,9 @@ var __vue_render__ = function(_h, _vm) {
|
|
|
24
24
|
attrs: {
|
|
25
25
|
transform:
|
|
26
26
|
"translate(8.000000, 8.500000) scale(-1, 1) rotate(-180.000000)\n translate(-8.000000, -8.500000) ",
|
|
27
|
-
points: "3 6 8 11 13 6"
|
|
28
|
-
}
|
|
29
|
-
})
|
|
30
|
-
])
|
|
31
|
-
]
|
|
27
|
+
points: "3 6 8 11 13 6",
|
|
28
|
+
},
|
|
29
|
+
}) ]) ]
|
|
32
30
|
)
|
|
33
31
|
};
|
|
34
32
|
var __vue_staticRenderFns__ = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chevron-up.vue.js","sources":["../../../../src/components/icons/chevron-up.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <polyline\n transform=\"translate(8.000000, 8.500000) scale(-1, 1) rotate(-180.000000)\n translate(-8.000000, -8.500000) \"\n points=\"3 6 8 11 13 6\"\n />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA
|
|
1
|
+
{"version":3,"file":"chevron-up.vue.js","sources":["../../../../src/components/icons/chevron-up.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <polyline\n transform=\"translate(8.000000, 8.500000) scale(-1, 1) rotate(-180.000000)\n translate(-8.000000, -8.500000) \"\n points=\"3 6 8 11 13 6\"\n />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -5,7 +5,7 @@ import script from './cross-tiny.vue_rollup-plugin-vue=script.js';
|
|
|
5
5
|
var __vue_script__ = script;
|
|
6
6
|
|
|
7
7
|
/* template */
|
|
8
|
-
var __vue_render__ = function(_h, _vm) {
|
|
8
|
+
var __vue_render__ = function (_h, _vm) {
|
|
9
9
|
var _c = _vm._c;
|
|
10
10
|
return _c(
|
|
11
11
|
"svg",
|
|
@@ -15,14 +15,12 @@ var __vue_render__ = function(_h, _vm) {
|
|
|
15
15
|
viewBox: "0 0 16 16",
|
|
16
16
|
version: "1.1",
|
|
17
17
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
19
|
-
}
|
|
18
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
19
|
+
},
|
|
20
20
|
},
|
|
21
21
|
[
|
|
22
22
|
_c("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [
|
|
23
|
-
_c("path", { attrs: { d: "M12,4 L4,12 M4,4 L12,12" } })
|
|
24
|
-
])
|
|
25
|
-
]
|
|
23
|
+
_c("path", { attrs: { d: "M12,4 L4,12 M4,4 L12,12" } }) ]) ]
|
|
26
24
|
)
|
|
27
25
|
};
|
|
28
26
|
var __vue_staticRenderFns__ = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cross-tiny.vue.js","sources":["../../../../src/components/icons/cross-tiny.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\"><path d=\"M12,4 L4,12 M4,4 L12,12\" /></g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA
|
|
1
|
+
{"version":3,"file":"cross-tiny.vue.js","sources":["../../../../src/components/icons/cross-tiny.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\"><path d=\"M12,4 L4,12 M4,4 L12,12\" /></g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -5,7 +5,7 @@ import script from './cross.vue_rollup-plugin-vue=script.js';
|
|
|
5
5
|
var __vue_script__ = script;
|
|
6
6
|
|
|
7
7
|
/* template */
|
|
8
|
-
var __vue_render__ = function(_h, _vm) {
|
|
8
|
+
var __vue_render__ = function (_h, _vm) {
|
|
9
9
|
var _c = _vm._c;
|
|
10
10
|
return _c(
|
|
11
11
|
"svg",
|
|
@@ -15,16 +15,14 @@ var __vue_render__ = function(_h, _vm) {
|
|
|
15
15
|
viewBox: "0 0 16 16",
|
|
16
16
|
version: "1.1",
|
|
17
17
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
19
|
-
}
|
|
18
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
19
|
+
},
|
|
20
20
|
},
|
|
21
21
|
[
|
|
22
22
|
_c("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [
|
|
23
23
|
_c("line", { attrs: { x1: "14", y1: "2", x2: "2", y2: "14" } }),
|
|
24
24
|
_vm._v(" "),
|
|
25
|
-
_c("line", { attrs: { x1: "2", y1: "2", x2: "14", y2: "14" } })
|
|
26
|
-
])
|
|
27
|
-
]
|
|
25
|
+
_c("line", { attrs: { x1: "2", y1: "2", x2: "14", y2: "14" } }) ]) ]
|
|
28
26
|
)
|
|
29
27
|
};
|
|
30
28
|
var __vue_staticRenderFns__ = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cross.vue.js","sources":["../../../../src/components/icons/cross.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <line x1=\"14\" y1=\"2\" x2=\"2\" y2=\"14\" />\n <line x1=\"2\" y1=\"2\" x2=\"14\" y2=\"14\" />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA
|
|
1
|
+
{"version":3,"file":"cross.vue.js","sources":["../../../../src/components/icons/cross.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <line x1=\"14\" y1=\"2\" x2=\"2\" y2=\"14\" />\n <line x1=\"2\" y1=\"2\" x2=\"14\" y2=\"14\" />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -5,7 +5,7 @@ import script from './filters.vue_rollup-plugin-vue=script.js';
|
|
|
5
5
|
var __vue_script__ = script;
|
|
6
6
|
|
|
7
7
|
/* template */
|
|
8
|
-
var __vue_render__ = function(_h, _vm) {
|
|
8
|
+
var __vue_render__ = function (_h, _vm) {
|
|
9
9
|
var _c = _vm._c;
|
|
10
10
|
return _c(
|
|
11
11
|
"svg",
|
|
@@ -15,33 +15,28 @@ var __vue_render__ = function(_h, _vm) {
|
|
|
15
15
|
viewBox: "0 0 16 16",
|
|
16
16
|
version: "1.1",
|
|
17
17
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
19
|
-
}
|
|
18
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
19
|
+
},
|
|
20
20
|
},
|
|
21
21
|
[
|
|
22
22
|
_c("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [
|
|
23
23
|
_c("path", {
|
|
24
24
|
attrs: {
|
|
25
|
-
d:
|
|
26
|
-
|
|
27
|
-
}
|
|
25
|
+
d: "M9.61444632,4.64 C10.3434622,4.64 10.9344463,4.04901587 10.9344463,3.32\n C10.9344463,2.59098413 10.3434622,2 9.61444632,2 C8.88543046,2 8.29444632,2.59098413\n 8.29444632,3.32 C8.29444632,4.04901587 8.88543046,4.64 9.61444632,4.64 Z M2.16250423,3.32\n L8,3.32 M11.2565003,3.32 L14,3.32",
|
|
26
|
+
},
|
|
28
27
|
}),
|
|
29
28
|
_vm._v(" "),
|
|
30
29
|
_c("path", {
|
|
31
30
|
attrs: {
|
|
32
|
-
d:
|
|
33
|
-
|
|
34
|
-
}
|
|
31
|
+
d: "M9.61444632,13.92 C10.3434622,13.92 10.9344463,13.3290159 10.9344463,12.6\n C10.9344463,11.8709841 10.3434622,11.28 9.61444632,11.28 C8.88543046,11.28\n 8.29444632,11.8709841 8.29444632,12.6 C8.29444632,13.3290159 8.88543046,13.92\n 9.61444632,13.92 Z M2.16250423,12.6 L8.29444632,12.6 M11,12.6 L14,12.6",
|
|
32
|
+
},
|
|
35
33
|
}),
|
|
36
34
|
_vm._v(" "),
|
|
37
35
|
_c("path", {
|
|
38
36
|
attrs: {
|
|
39
|
-
d:
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
})
|
|
43
|
-
])
|
|
44
|
-
]
|
|
37
|
+
d: "M6.17277684,9.28 C5.44376097,9.28 4.85277684,8.68901587 4.85277684,7.96\n C4.85277684,7.23098413 5.44376097,6.64 6.17277684,6.64 C6.90179271,6.64\n 7.49277684,7.23098413 7.49277684,7.96 C7.49277684,8.68901587 6.90179271,9.28\n 6.17277684,9.28 Z M14,7.96 L7.95504092,7.96 M4.69056665,7.96 L2,7.96",
|
|
38
|
+
},
|
|
39
|
+
}) ]) ]
|
|
45
40
|
)
|
|
46
41
|
};
|
|
47
42
|
var __vue_staticRenderFns__ = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filters.vue.js","sources":["../../../../src/components/icons/filters.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <path\n d=\"M9.61444632,4.64 C10.3434622,4.64 10.9344463,4.04901587 10.9344463,3.32\n C10.9344463,2.59098413 10.3434622,2 9.61444632,2 C8.88543046,2 8.29444632,2.59098413\n 8.29444632,3.32 C8.29444632,4.04901587 8.88543046,4.64 9.61444632,4.64 Z M2.16250423,3.32\n L8,3.32 M11.2565003,3.32 L14,3.32\"\n />\n <path\n d=\"M9.61444632,13.92 C10.3434622,13.92 10.9344463,13.3290159 10.9344463,12.6\n C10.9344463,11.8709841 10.3434622,11.28 9.61444632,11.28 C8.88543046,11.28\n 8.29444632,11.8709841 8.29444632,12.6 C8.29444632,13.3290159 8.88543046,13.92\n 9.61444632,13.92 Z M2.16250423,12.6 L8.29444632,12.6 M11,12.6 L14,12.6\"\n />\n <path\n d=\"M6.17277684,9.28 C5.44376097,9.28 4.85277684,8.68901587 4.85277684,7.96\n C4.85277684,7.23098413 5.44376097,6.64 6.17277684,6.64 C6.90179271,6.64\n 7.49277684,7.23098413 7.49277684,7.96 C7.49277684,8.68901587 6.90179271,9.28\n 6.17277684,9.28 Z M14,7.96 L7.95504092,7.96 M4.69056665,7.96 L2,7.96\"\n />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA
|
|
1
|
+
{"version":3,"file":"filters.vue.js","sources":["../../../../src/components/icons/filters.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <path\n d=\"M9.61444632,4.64 C10.3434622,4.64 10.9344463,4.04901587 10.9344463,3.32\n C10.9344463,2.59098413 10.3434622,2 9.61444632,2 C8.88543046,2 8.29444632,2.59098413\n 8.29444632,3.32 C8.29444632,4.04901587 8.88543046,4.64 9.61444632,4.64 Z M2.16250423,3.32\n L8,3.32 M11.2565003,3.32 L14,3.32\"\n />\n <path\n d=\"M9.61444632,13.92 C10.3434622,13.92 10.9344463,13.3290159 10.9344463,12.6\n C10.9344463,11.8709841 10.3434622,11.28 9.61444632,11.28 C8.88543046,11.28\n 8.29444632,11.8709841 8.29444632,12.6 C8.29444632,13.3290159 8.88543046,13.92\n 9.61444632,13.92 Z M2.16250423,12.6 L8.29444632,12.6 M11,12.6 L14,12.6\"\n />\n <path\n d=\"M6.17277684,9.28 C5.44376097,9.28 4.85277684,8.68901587 4.85277684,7.96\n C4.85277684,7.23098413 5.44376097,6.64 6.17277684,6.64 C6.90179271,6.64\n 7.49277684,7.23098413 7.49277684,7.96 C7.49277684,8.68901587 6.90179271,9.28\n 6.17277684,9.28 Z M14,7.96 L7.95504092,7.96 M4.69056665,7.96 L2,7.96\"\n />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -5,7 +5,7 @@ import script from './grid-1-col.vue_rollup-plugin-vue=script.js';
|
|
|
5
5
|
var __vue_script__ = script;
|
|
6
6
|
|
|
7
7
|
/* template */
|
|
8
|
-
var __vue_render__ = function(_h, _vm) {
|
|
8
|
+
var __vue_render__ = function (_h, _vm) {
|
|
9
9
|
var _c = _vm._c;
|
|
10
10
|
return _c(
|
|
11
11
|
"svg",
|
|
@@ -15,19 +15,16 @@ var __vue_render__ = function(_h, _vm) {
|
|
|
15
15
|
viewBox: "0 0 16 16",
|
|
16
16
|
version: "1.1",
|
|
17
17
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
19
|
-
}
|
|
18
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
19
|
+
},
|
|
20
20
|
},
|
|
21
21
|
[
|
|
22
22
|
_c("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [
|
|
23
23
|
_c("path", {
|
|
24
24
|
attrs: {
|
|
25
|
-
d:
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
})
|
|
29
|
-
])
|
|
30
|
-
]
|
|
25
|
+
d: "M12,2.5 C12.4142136,2.5 12.7892136,2.66789322 13.0606602,2.93933983\n C13.3321068,3.21078644 13.5,3.58578644 13.5,4 L13.5,4 L13.5,12 C13.5,12.4142136\n 13.3321068,12.7892136 13.0606602,13.0606602 C12.7892136,13.3321068 12.4142136,13.5\n 12,13.5 L12,13.5 L4,13.5 C3.58578644,13.5 3.21078644,13.3321068 2.93933983,13.0606602\n C2.66789322,12.7892136 2.5,12.4142136 2.5,12 L2.5,12 L2.5,4 C2.5,3.58578644\n 2.66789322,3.21078644 2.93933983,2.93933983 C3.21078644,2.66789322 3.58578644,2.5\n 4,2.5 L4,2.5 Z",
|
|
26
|
+
},
|
|
27
|
+
}) ]) ]
|
|
31
28
|
)
|
|
32
29
|
};
|
|
33
30
|
var __vue_staticRenderFns__ = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-1-col.vue.js","sources":["../../../../src/components/icons/grid-1-col.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <path\n d=\"M12,2.5 C12.4142136,2.5 12.7892136,2.66789322 13.0606602,2.93933983\n C13.3321068,3.21078644 13.5,3.58578644 13.5,4 L13.5,4 L13.5,12 C13.5,12.4142136\n 13.3321068,12.7892136 13.0606602,13.0606602 C12.7892136,13.3321068 12.4142136,13.5\n 12,13.5 L12,13.5 L4,13.5 C3.58578644,13.5 3.21078644,13.3321068 2.93933983,13.0606602\n C2.66789322,12.7892136 2.5,12.4142136 2.5,12 L2.5,12 L2.5,4 C2.5,3.58578644\n 2.66789322,3.21078644 2.93933983,2.93933983 C3.21078644,2.66789322 3.58578644,2.5\n 4,2.5 L4,2.5 Z\"\n />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA
|
|
1
|
+
{"version":3,"file":"grid-1-col.vue.js","sources":["../../../../src/components/icons/grid-1-col.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <path\n d=\"M12,2.5 C12.4142136,2.5 12.7892136,2.66789322 13.0606602,2.93933983\n C13.3321068,3.21078644 13.5,3.58578644 13.5,4 L13.5,4 L13.5,12 C13.5,12.4142136\n 13.3321068,12.7892136 13.0606602,13.0606602 C12.7892136,13.3321068 12.4142136,13.5\n 12,13.5 L12,13.5 L4,13.5 C3.58578644,13.5 3.21078644,13.3321068 2.93933983,13.0606602\n C2.66789322,12.7892136 2.5,12.4142136 2.5,12 L2.5,12 L2.5,4 C2.5,3.58578644\n 2.66789322,3.21078644 2.93933983,2.93933983 C3.21078644,2.66789322 3.58578644,2.5\n 4,2.5 L4,2.5 Z\"\n />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -5,7 +5,7 @@ import script from './grid-2-col.vue_rollup-plugin-vue=script.js';
|
|
|
5
5
|
var __vue_script__ = script;
|
|
6
6
|
|
|
7
7
|
/* template */
|
|
8
|
-
var __vue_render__ = function(_h, _vm) {
|
|
8
|
+
var __vue_render__ = function (_h, _vm) {
|
|
9
9
|
var _c = _vm._c;
|
|
10
10
|
return _c(
|
|
11
11
|
"svg",
|
|
@@ -15,28 +15,26 @@ var __vue_render__ = function(_h, _vm) {
|
|
|
15
15
|
viewBox: "0 0 16 16",
|
|
16
16
|
version: "1.1",
|
|
17
17
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
19
|
-
}
|
|
18
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
19
|
+
},
|
|
20
20
|
},
|
|
21
21
|
[
|
|
22
22
|
_c("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [
|
|
23
23
|
_c("rect", {
|
|
24
|
-
attrs: { x: "2.5", y: "2.5", width: "4.4", height: "4.4" }
|
|
24
|
+
attrs: { x: "2.5", y: "2.5", width: "4.4", height: "4.4" },
|
|
25
25
|
}),
|
|
26
26
|
_vm._v(" "),
|
|
27
27
|
_c("rect", {
|
|
28
|
-
attrs: { x: "9.1", y: "2.5", width: "4.4", height: "4.4" }
|
|
28
|
+
attrs: { x: "9.1", y: "2.5", width: "4.4", height: "4.4" },
|
|
29
29
|
}),
|
|
30
30
|
_vm._v(" "),
|
|
31
31
|
_c("rect", {
|
|
32
|
-
attrs: { x: "9.1", y: "9.1", width: "4.4", height: "4.4" }
|
|
32
|
+
attrs: { x: "9.1", y: "9.1", width: "4.4", height: "4.4" },
|
|
33
33
|
}),
|
|
34
34
|
_vm._v(" "),
|
|
35
35
|
_c("rect", {
|
|
36
|
-
attrs: { x: "2.5", y: "9.1", width: "4.4", height: "4.4" }
|
|
37
|
-
})
|
|
38
|
-
])
|
|
39
|
-
]
|
|
36
|
+
attrs: { x: "2.5", y: "9.1", width: "4.4", height: "4.4" },
|
|
37
|
+
}) ]) ]
|
|
40
38
|
)
|
|
41
39
|
};
|
|
42
40
|
var __vue_staticRenderFns__ = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-2-col.vue.js","sources":["../../../../src/components/icons/grid-2-col.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <rect x=\"2.5\" y=\"2.5\" width=\"4.4\" height=\"4.4\" />\n <rect x=\"9.1\" y=\"2.5\" width=\"4.4\" height=\"4.4\" />\n <rect x=\"9.1\" y=\"9.1\" width=\"4.4\" height=\"4.4\" />\n <rect x=\"2.5\" y=\"9.1\" width=\"4.4\" height=\"4.4\" />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA
|
|
1
|
+
{"version":3,"file":"grid-2-col.vue.js","sources":["../../../../src/components/icons/grid-2-col.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <rect x=\"2.5\" y=\"2.5\" width=\"4.4\" height=\"4.4\" />\n <rect x=\"9.1\" y=\"2.5\" width=\"4.4\" height=\"4.4\" />\n <rect x=\"9.1\" y=\"9.1\" width=\"4.4\" height=\"4.4\" />\n <rect x=\"2.5\" y=\"9.1\" width=\"4.4\" height=\"4.4\" />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -5,7 +5,7 @@ import script from './hide.vue_rollup-plugin-vue=script.js';
|
|
|
5
5
|
var __vue_script__ = script;
|
|
6
6
|
|
|
7
7
|
/* template */
|
|
8
|
-
var __vue_render__ = function(_h, _vm) {
|
|
8
|
+
var __vue_render__ = function (_h, _vm) {
|
|
9
9
|
var _c = _vm._c;
|
|
10
10
|
return _c(
|
|
11
11
|
"svg",
|
|
@@ -15,35 +15,30 @@ var __vue_render__ = function(_h, _vm) {
|
|
|
15
15
|
viewBox: "0 0 16 16",
|
|
16
16
|
version: "1.1",
|
|
17
17
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
19
|
-
}
|
|
18
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
19
|
+
},
|
|
20
20
|
},
|
|
21
21
|
[
|
|
22
22
|
_c("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [
|
|
23
23
|
_c("path", {
|
|
24
24
|
attrs: {
|
|
25
|
-
d:
|
|
26
|
-
|
|
27
|
-
}
|
|
25
|
+
d: "M11.24,11.24 C10.3075945,11.9507285 9.17224044,12.3444708 8,12.3636364\n C4.18181818,12.3636364 2,8 2,8 C2.6784854,6.73557946 3.61952843,5.63087677 4.76,4.76",
|
|
26
|
+
},
|
|
28
27
|
}),
|
|
29
28
|
_vm._v(" "),
|
|
30
29
|
_c("path", {
|
|
31
30
|
attrs: {
|
|
32
|
-
d:
|
|
33
|
-
|
|
34
|
-
}
|
|
31
|
+
d: "M6.85454545,3.76727273 C7.22999944,3.67938882 7.61439858,3.63545749\n 8,3.6363499 C11.8181818,3.6363499 14,8 14,8 C13.6688979,8.61942219\n 13.2740302,9.20258332 12.8218182,9.74",
|
|
32
|
+
},
|
|
35
33
|
}),
|
|
36
34
|
_vm._v(" "),
|
|
37
35
|
_c("path", {
|
|
38
36
|
attrs: {
|
|
39
|
-
d:
|
|
40
|
-
|
|
41
|
-
}
|
|
37
|
+
d: "M9.15636364,9.15636364 C8.74842782,9.59415239 8.13406064,9.77436185\n 7.55427874,9.62629573 C6.97449685,9.4782296 6.5217704,9.02550315\n 6.37370427,8.44572126 C6.22563815,7.86593936 6.40584761,7.25157218 6.84363636,6.84363636",
|
|
38
|
+
},
|
|
42
39
|
}),
|
|
43
40
|
_vm._v(" "),
|
|
44
|
-
_c("line", { attrs: { x1: "2", y1: "2", x2: "14", y2: "14" } })
|
|
45
|
-
])
|
|
46
|
-
]
|
|
41
|
+
_c("line", { attrs: { x1: "2", y1: "2", x2: "14", y2: "14" } }) ]) ]
|
|
47
42
|
)
|
|
48
43
|
};
|
|
49
44
|
var __vue_staticRenderFns__ = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hide.vue.js","sources":["../../../../src/components/icons/hide.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <path\n d=\"M11.24,11.24 C10.3075945,11.9507285 9.17224044,12.3444708 8,12.3636364\n C4.18181818,12.3636364 2,8 2,8 C2.6784854,6.73557946 3.61952843,5.63087677 4.76,4.76\"\n />\n <path\n d=\"M6.85454545,3.76727273 C7.22999944,3.67938882 7.61439858,3.63545749\n 8,3.6363499 C11.8181818,3.6363499 14,8 14,8 C13.6688979,8.61942219\n 13.2740302,9.20258332 12.8218182,9.74\"\n />\n <path\n d=\"M9.15636364,9.15636364 C8.74842782,9.59415239 8.13406064,9.77436185\n 7.55427874,9.62629573 C6.97449685,9.4782296 6.5217704,9.02550315\n 6.37370427,8.44572126 C6.22563815,7.86593936 6.40584761,7.25157218 6.84363636,6.84363636\"\n />\n <line x1=\"2\" y1=\"2\" x2=\"14\" y2=\"14\" />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA
|
|
1
|
+
{"version":3,"file":"hide.vue.js","sources":["../../../../src/components/icons/hide.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <path\n d=\"M11.24,11.24 C10.3075945,11.9507285 9.17224044,12.3444708 8,12.3636364\n C4.18181818,12.3636364 2,8 2,8 C2.6784854,6.73557946 3.61952843,5.63087677 4.76,4.76\"\n />\n <path\n d=\"M6.85454545,3.76727273 C7.22999944,3.67938882 7.61439858,3.63545749\n 8,3.6363499 C11.8181818,3.6363499 14,8 14,8 C13.6688979,8.61942219\n 13.2740302,9.20258332 12.8218182,9.74\"\n />\n <path\n d=\"M9.15636364,9.15636364 C8.74842782,9.59415239 8.13406064,9.77436185\n 7.55427874,9.62629573 C6.97449685,9.4782296 6.5217704,9.02550315\n 6.37370427,8.44572126 C6.22563815,7.86593936 6.40584761,7.25157218 6.84363636,6.84363636\"\n />\n <line x1=\"2\" y1=\"2\" x2=\"14\" y2=\"14\" />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -5,7 +5,7 @@ import script from './history-tiny.vue_rollup-plugin-vue=script.js';
|
|
|
5
5
|
var __vue_script__ = script;
|
|
6
6
|
|
|
7
7
|
/* template */
|
|
8
|
-
var __vue_render__ = function(_h, _vm) {
|
|
8
|
+
var __vue_render__ = function (_h, _vm) {
|
|
9
9
|
var _c = _vm._c;
|
|
10
10
|
return _c(
|
|
11
11
|
"svg",
|
|
@@ -15,30 +15,27 @@ var __vue_render__ = function(_h, _vm) {
|
|
|
15
15
|
viewBox: "0 0 16 16",
|
|
16
16
|
version: "1.1",
|
|
17
17
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
19
|
-
}
|
|
18
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
19
|
+
},
|
|
20
20
|
},
|
|
21
21
|
[
|
|
22
22
|
_c("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [
|
|
23
23
|
_c("polyline", {
|
|
24
|
-
attrs: { points: "3 4.440384 3 7.10700048 5.7000971 7.10700048" }
|
|
24
|
+
attrs: { points: "3 4.440384 3 7.10700048 5.7000971 7.10700048" },
|
|
25
25
|
}),
|
|
26
26
|
_vm._v(" "),
|
|
27
27
|
_c("path", {
|
|
28
28
|
attrs: {
|
|
29
|
-
d:
|
|
30
|
-
|
|
31
|
-
}
|
|
29
|
+
d: "M4.12954062,9.32918088 C4.72896505,11.0094679 6.38134923,12.0957055\n 8.18225819,11.9933397 C9.98316714,11.890974 11.498452,10.6246826 11.8987192,8.88757189\n C12.2989865,7.15046123 11.4877429,5.3613003 9.90902387,4.49938901 C8.33030486,3.63747773\n 6.36469552,3.91059887 5.08807509,5.16925917 L3,7.10700048",
|
|
30
|
+
},
|
|
32
31
|
}),
|
|
33
32
|
_vm._v(" "),
|
|
34
33
|
_c("polyline", {
|
|
35
34
|
attrs: {
|
|
36
35
|
points:
|
|
37
|
-
"7.76986876 6.94142827 7.76986876 9.04528335 9.70788623 9.04528335"
|
|
38
|
-
}
|
|
39
|
-
})
|
|
40
|
-
])
|
|
41
|
-
]
|
|
36
|
+
"7.76986876 6.94142827 7.76986876 9.04528335 9.70788623 9.04528335",
|
|
37
|
+
},
|
|
38
|
+
}) ]) ]
|
|
42
39
|
)
|
|
43
40
|
};
|
|
44
41
|
var __vue_staticRenderFns__ = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"history-tiny.vue.js","sources":["../../../../src/components/icons/history-tiny.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <polyline points=\"3 4.440384 3 7.10700048 5.7000971 7.10700048\" />\n <path\n d=\"M4.12954062,9.32918088 C4.72896505,11.0094679 6.38134923,12.0957055\n 8.18225819,11.9933397 C9.98316714,11.890974 11.498452,10.6246826 11.8987192,8.88757189\n C12.2989865,7.15046123 11.4877429,5.3613003 9.90902387,4.49938901 C8.33030486,3.63747773\n 6.36469552,3.91059887 5.08807509,5.16925917 L3,7.10700048\"\n />\n <polyline points=\"7.76986876 6.94142827 7.76986876 9.04528335 9.70788623 9.04528335\" />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA
|
|
1
|
+
{"version":3,"file":"history-tiny.vue.js","sources":["../../../../src/components/icons/history-tiny.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <polyline points=\"3 4.440384 3 7.10700048 5.7000971 7.10700048\" />\n <path\n d=\"M4.12954062,9.32918088 C4.72896505,11.0094679 6.38134923,12.0957055\n 8.18225819,11.9933397 C9.98316714,11.890974 11.498452,10.6246826 11.8987192,8.88757189\n C12.2989865,7.15046123 11.4877429,5.3613003 9.90902387,4.49938901 C8.33030486,3.63747773\n 6.36469552,3.91059887 5.08807509,5.16925917 L3,7.10700048\"\n />\n <polyline points=\"7.76986876 6.94142827 7.76986876 9.04528335 9.70788623 9.04528335\" />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -5,7 +5,7 @@ import script from './history.vue_rollup-plugin-vue=script.js';
|
|
|
5
5
|
var __vue_script__ = script;
|
|
6
6
|
|
|
7
7
|
/* template */
|
|
8
|
-
var __vue_render__ = function(_h, _vm) {
|
|
8
|
+
var __vue_render__ = function (_h, _vm) {
|
|
9
9
|
var _c = _vm._c;
|
|
10
10
|
return _c(
|
|
11
11
|
"svg",
|
|
@@ -15,30 +15,27 @@ var __vue_render__ = function(_h, _vm) {
|
|
|
15
15
|
viewBox: "0 0 16 16",
|
|
16
16
|
version: "1.1",
|
|
17
17
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
19
|
-
}
|
|
18
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
19
|
+
},
|
|
20
20
|
},
|
|
21
21
|
[
|
|
22
22
|
_c("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [
|
|
23
23
|
_c("polyline", {
|
|
24
|
-
attrs: { points: "2 3.59452959 2 7.19452959 5.6 7.19452959" }
|
|
24
|
+
attrs: { points: "2 3.59452959 2 7.19452959 5.6 7.19452959" },
|
|
25
25
|
}),
|
|
26
26
|
_vm._v(" "),
|
|
27
27
|
_c("path", {
|
|
28
28
|
attrs: {
|
|
29
|
-
d:
|
|
30
|
-
|
|
31
|
-
}
|
|
29
|
+
d: "M3.506,10.1945296 C4.30520384,12.4629598 6.50830352,13.9294081 8.90942911,13.7912117\n C11.3105547,13.6530154 13.3308618,11.9434898 13.8645323,9.59834623 C14.3982028,7.2532027\n 13.3165836,4.83778999 11.2117006,3.67418786 C9.10681757,2.51058573 6.48609937,2.87930621\n 4.784,4.57852959 L2,7.19452959",
|
|
30
|
+
},
|
|
32
31
|
}),
|
|
33
32
|
_vm._v(" "),
|
|
34
33
|
_c("polyline", {
|
|
35
34
|
attrs: {
|
|
36
35
|
points:
|
|
37
|
-
"8.35959632 6.97100289 8.35959632 9.81126071 10.9435267 9.81126071"
|
|
38
|
-
}
|
|
39
|
-
})
|
|
40
|
-
])
|
|
41
|
-
]
|
|
36
|
+
"8.35959632 6.97100289 8.35959632 9.81126071 10.9435267 9.81126071",
|
|
37
|
+
},
|
|
38
|
+
}) ]) ]
|
|
42
39
|
)
|
|
43
40
|
};
|
|
44
41
|
var __vue_staticRenderFns__ = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"history.vue.js","sources":["../../../../src/components/icons/history.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <polyline points=\"2 3.59452959 2 7.19452959 5.6 7.19452959\" />\n <path\n d=\"M3.506,10.1945296 C4.30520384,12.4629598 6.50830352,13.9294081 8.90942911,13.7912117\n C11.3105547,13.6530154 13.3308618,11.9434898 13.8645323,9.59834623 C14.3982028,7.2532027\n 13.3165836,4.83778999 11.2117006,3.67418786 C9.10681757,2.51058573 6.48609937,2.87930621\n 4.784,4.57852959 L2,7.19452959\"\n />\n <polyline points=\"8.35959632 6.97100289 8.35959632 9.81126071 10.9435267 9.81126071\" />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA
|
|
1
|
+
{"version":3,"file":"history.vue.js","sources":["../../../../src/components/icons/history.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <polyline points=\"2 3.59452959 2 7.19452959 5.6 7.19452959\" />\n <path\n d=\"M3.506,10.1945296 C4.30520384,12.4629598 6.50830352,13.9294081 8.90942911,13.7912117\n C11.3105547,13.6530154 13.3308618,11.9434898 13.8645323,9.59834623 C14.3982028,7.2532027\n 13.3165836,4.83778999 11.2117006,3.67418786 C9.10681757,2.51058573 6.48609937,2.87930621\n 4.784,4.57852959 L2,7.19452959\"\n />\n <polyline points=\"8.35959632 6.97100289 8.35959632 9.81126071 10.9435267 9.81126071\" />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -5,7 +5,7 @@ import script from './menu.vue_rollup-plugin-vue=script.js';
|
|
|
5
5
|
var __vue_script__ = script;
|
|
6
6
|
|
|
7
7
|
/* template */
|
|
8
|
-
var __vue_render__ = function(_h, _vm) {
|
|
8
|
+
var __vue_render__ = function (_h, _vm) {
|
|
9
9
|
var _c = _vm._c;
|
|
10
10
|
return _c(
|
|
11
11
|
"svg",
|
|
@@ -15,22 +15,20 @@ var __vue_render__ = function(_h, _vm) {
|
|
|
15
15
|
viewBox: "0 0 16 16",
|
|
16
16
|
version: "1.1",
|
|
17
17
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
19
|
-
}
|
|
18
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
19
|
+
},
|
|
20
20
|
},
|
|
21
21
|
[
|
|
22
22
|
_c("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [
|
|
23
23
|
_c("line", { attrs: { x1: "2", y1: "8.5", x2: "14", y2: "8.5" } }),
|
|
24
24
|
_vm._v(" "),
|
|
25
25
|
_c("line", {
|
|
26
|
-
attrs: { x1: "2", y1: "4.34615385", x2: "14", y2: "4.34615385" }
|
|
26
|
+
attrs: { x1: "2", y1: "4.34615385", x2: "14", y2: "4.34615385" },
|
|
27
27
|
}),
|
|
28
28
|
_vm._v(" "),
|
|
29
29
|
_c("line", {
|
|
30
|
-
attrs: { x1: "2", y1: "12.6538462", x2: "14", y2: "12.6538462" }
|
|
31
|
-
})
|
|
32
|
-
])
|
|
33
|
-
]
|
|
30
|
+
attrs: { x1: "2", y1: "12.6538462", x2: "14", y2: "12.6538462" },
|
|
31
|
+
}) ]) ]
|
|
34
32
|
)
|
|
35
33
|
};
|
|
36
34
|
var __vue_staticRenderFns__ = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.vue.js","sources":["../../../../src/components/icons/menu.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <line x1=\"2\" y1=\"8.5\" x2=\"14\" y2=\"8.5\" />\n <line x1=\"2\" y1=\"4.34615385\" x2=\"14\" y2=\"4.34615385\" />\n <line x1=\"2\" y1=\"12.6538462\" x2=\"14\" y2=\"12.6538462\" />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA
|
|
1
|
+
{"version":3,"file":"menu.vue.js","sources":["../../../../src/components/icons/menu.vue"],"sourcesContent":["<template functional>\n <svg\n :class=\"['x-icon'].concat(data.staticClass, data.class)\"\n viewBox=\"0 0 16 16\"\n version=\"1.1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n >\n <g fill=\"none\" fill-rule=\"evenodd\">\n <line x1=\"2\" y1=\"8.5\" x2=\"14\" y2=\"8.5\" />\n <line x1=\"2\" y1=\"4.34615385\" x2=\"14\" y2=\"4.34615385\" />\n <line x1=\"2\" y1=\"12.6538462\" x2=\"14\" y2=\"12.6538462\" />\n </g>\n </svg>\n</template>\n\n<script lang=\"ts\">\n export default {};\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -5,7 +5,7 @@ import script from './minus-tiny.vue_rollup-plugin-vue=script.js';
|
|
|
5
5
|
var __vue_script__ = script;
|
|
6
6
|
|
|
7
7
|
/* template */
|
|
8
|
-
var __vue_render__ = function(_h, _vm) {
|
|
8
|
+
var __vue_render__ = function (_h, _vm) {
|
|
9
9
|
var _c = _vm._c;
|
|
10
10
|
return _c(
|
|
11
11
|
"svg",
|
|
@@ -15,14 +15,12 @@ var __vue_render__ = function(_h, _vm) {
|
|
|
15
15
|
viewBox: "0 0 16 16",
|
|
16
16
|
version: "1.1",
|
|
17
17
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
-
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
19
|
-
}
|
|
18
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
19
|
+
},
|
|
20
20
|
},
|
|
21
21
|
[
|
|
22
22
|
_c("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [
|
|
23
|
-
_c("line", { attrs: { x1: "4", y1: "8.5", x2: "12", y2: "8.5" } })
|
|
24
|
-
])
|
|
25
|
-
]
|
|
23
|
+
_c("line", { attrs: { x1: "4", y1: "8.5", x2: "12", y2: "8.5" } }) ]) ]
|
|
26
24
|
)
|
|
27
25
|
};
|
|
28
26
|
var __vue_staticRenderFns__ = [];
|