@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.
Files changed (368) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/core/index.js +2 -0
  3. package/core/index.js.map +1 -1
  4. package/docs/API-reference/api/x-components.defaultsessionservice.clearsessionid.md +2 -0
  5. package/docs/API-reference/api/x-components.defaultsessionservice.getsessionid.md +4 -0
  6. package/docs/API-reference/api/x-components.defaultsessionservice.md +3 -3
  7. package/docs/API-reference/api/x-components.defaultsessionservice.session_id_key.md +3 -1
  8. package/docs/API-reference/api/x-components.globalxbus.created.md +15 -0
  9. package/docs/API-reference/api/x-components.globalxbus.md +21 -0
  10. package/docs/API-reference/api/x-components.md +4 -0
  11. package/docs/API-reference/api/x-components.snippetcallbacks.md +15 -0
  12. package/docs/API-reference/api/x-components.snippetconfig.callbacks.md +13 -0
  13. package/docs/API-reference/api/x-components.snippetconfig.md +1 -0
  14. package/docs/API-reference/api/x-components.tagging.activeconsent.md +18 -0
  15. package/docs/API-reference/api/x-components.tagging.consent.md +13 -0
  16. package/docs/API-reference/api/x-components.tagging.md +28 -0
  17. package/docs/API-reference/api/x-components.tagging.render.md +15 -0
  18. package/docs/API-reference/api/x-components.xeventlisteners.md +17 -0
  19. package/docs/API-reference/api/x-components.xeventstypes.md +1 -0
  20. package/docs/API-reference/api/x-components.xeventstypes.snippetcallbackexecuted.md +16 -0
  21. package/docs/API-reference/components/common/x-components.global-x-bus.md +51 -0
  22. package/docs/API-reference/components/common/x-components.snippet-callbacks.md +37 -0
  23. package/docs/API-reference/components/tagging/x-components.tagging.md +4 -0
  24. package/docs/sidebar.json +1 -1
  25. package/js/components/animations/animate-width.vue.js +1 -1
  26. package/js/components/animations/collapse-from-top.vue.js +1 -1
  27. package/js/components/animations/collapse-height.vue.js +3 -3
  28. package/js/components/animations/collapse-width.vue.js +3 -3
  29. package/js/components/animations/cross-fade.vue.js +1 -1
  30. package/js/components/animations/fade-and-slide.vue.js +2 -2
  31. package/js/components/animations/staggered-fade-and-slide.vue.js +2 -2
  32. package/js/components/animations/translate-from-left.vue.js +1 -1
  33. package/js/components/animations/translate-from-right.vue.js +1 -1
  34. package/js/components/auto-progress-bar.vue.js +4 -5
  35. package/js/components/auto-progress-bar.vue.js.map +1 -1
  36. package/js/components/base-dropdown.vue.js +33 -45
  37. package/js/components/base-dropdown.vue.js.map +1 -1
  38. package/js/components/base-event-button.vue.js +1 -1
  39. package/js/components/base-grid.vue.js +7 -9
  40. package/js/components/base-grid.vue.js.map +1 -1
  41. package/js/components/base-keyboard-navigation.vue.js +7 -10
  42. package/js/components/base-keyboard-navigation.vue.js.map +1 -1
  43. package/js/components/base-rating.vue.js +19 -20
  44. package/js/components/base-rating.vue.js.map +1 -1
  45. package/js/components/base-variable-column-grid.vue.js +6 -7
  46. package/js/components/base-variable-column-grid.vue.js.map +1 -1
  47. package/js/components/column-picker/base-column-picker-dropdown.vue.js +11 -14
  48. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  49. package/js/components/column-picker/base-column-picker-list.vue.js +9 -11
  50. package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
  51. package/js/components/currency/base-currency.vue.js +2 -3
  52. package/js/components/currency/base-currency.vue.js.map +1 -1
  53. package/js/components/filters/labels/base-rating-filter-label.vue.js +7 -8
  54. package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
  55. package/js/components/global-x-bus.vue.js +39 -0
  56. package/js/components/global-x-bus.vue.js.map +1 -0
  57. package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js +46 -0
  58. package/js/components/global-x-bus.vue_rollup-plugin-vue=script.js.map +1 -0
  59. package/js/components/icons/arrow.vue.js +4 -6
  60. package/js/components/icons/arrow.vue.js.map +1 -1
  61. package/js/components/icons/bag.vue.js +8 -12
  62. package/js/components/icons/bag.vue.js.map +1 -1
  63. package/js/components/icons/bar-code.vue.js +6 -9
  64. package/js/components/icons/bar-code.vue.js.map +1 -1
  65. package/js/components/icons/barcode-tiny.vue.js +6 -9
  66. package/js/components/icons/barcode-tiny.vue.js.map +1 -1
  67. package/js/components/icons/cart.vue.js +10 -13
  68. package/js/components/icons/cart.vue.js.map +1 -1
  69. package/js/components/icons/check-tiny.vue.js +4 -6
  70. package/js/components/icons/check-tiny.vue.js.map +1 -1
  71. package/js/components/icons/check.vue.js +4 -6
  72. package/js/components/icons/check.vue.js.map +1 -1
  73. package/js/components/icons/checkbox-card-selected.vue.js +5 -7
  74. package/js/components/icons/checkbox-card-selected.vue.js.map +1 -1
  75. package/js/components/icons/checkbox-card-unselected.vue.js +5 -7
  76. package/js/components/icons/checkbox-card-unselected.vue.js.map +1 -1
  77. package/js/components/icons/checkbox-selected.vue.js +5 -7
  78. package/js/components/icons/checkbox-selected.vue.js.map +1 -1
  79. package/js/components/icons/checkbox-unselected.vue.js +6 -6
  80. package/js/components/icons/chevron-down.vue.js +6 -8
  81. package/js/components/icons/chevron-down.vue.js.map +1 -1
  82. package/js/components/icons/chevron-left.vue.js +6 -8
  83. package/js/components/icons/chevron-left.vue.js.map +1 -1
  84. package/js/components/icons/chevron-right.vue.js +4 -6
  85. package/js/components/icons/chevron-right.vue.js.map +1 -1
  86. package/js/components/icons/chevron-tiny-down.vue.js +6 -8
  87. package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
  88. package/js/components/icons/chevron-tiny-left.vue.js +6 -8
  89. package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
  90. package/js/components/icons/chevron-tiny-right.vue.js +6 -8
  91. package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
  92. package/js/components/icons/chevron-tiny-up.vue.js +6 -8
  93. package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
  94. package/js/components/icons/chevron-up.vue.js +6 -8
  95. package/js/components/icons/chevron-up.vue.js.map +1 -1
  96. package/js/components/icons/cross-tiny.vue.js +4 -6
  97. package/js/components/icons/cross-tiny.vue.js.map +1 -1
  98. package/js/components/icons/cross.vue.js +4 -6
  99. package/js/components/icons/cross.vue.js.map +1 -1
  100. package/js/components/icons/filters.vue.js +10 -15
  101. package/js/components/icons/filters.vue.js.map +1 -1
  102. package/js/components/icons/grid-1-col.vue.js +6 -9
  103. package/js/components/icons/grid-1-col.vue.js.map +1 -1
  104. package/js/components/icons/grid-2-col.vue.js +8 -10
  105. package/js/components/icons/grid-2-col.vue.js.map +1 -1
  106. package/js/components/icons/hide.vue.js +10 -15
  107. package/js/components/icons/hide.vue.js.map +1 -1
  108. package/js/components/icons/history-tiny.vue.js +9 -12
  109. package/js/components/icons/history-tiny.vue.js.map +1 -1
  110. package/js/components/icons/history.vue.js +9 -12
  111. package/js/components/icons/history.vue.js.map +1 -1
  112. package/js/components/icons/menu.vue.js +6 -8
  113. package/js/components/icons/menu.vue.js.map +1 -1
  114. package/js/components/icons/minus-tiny.vue.js +4 -6
  115. package/js/components/icons/minus-tiny.vue.js.map +1 -1
  116. package/js/components/icons/minus.vue.js +4 -6
  117. package/js/components/icons/minus.vue.js.map +1 -1
  118. package/js/components/icons/nq-1.vue.js +4 -6
  119. package/js/components/icons/nq-1.vue.js.map +1 -1
  120. package/js/components/icons/nq-2.vue.js +4 -6
  121. package/js/components/icons/nq-2.vue.js.map +1 -1
  122. package/js/components/icons/nq-3.vue.js +6 -8
  123. package/js/components/icons/nq-3.vue.js.map +1 -1
  124. package/js/components/icons/nq-4.vue.js +9 -12
  125. package/js/components/icons/nq-4.vue.js.map +1 -1
  126. package/js/components/icons/plus.vue.js +4 -6
  127. package/js/components/icons/plus.vue.js.map +1 -1
  128. package/js/components/icons/search-tiny.vue.js +6 -9
  129. package/js/components/icons/search-tiny.vue.js.map +1 -1
  130. package/js/components/icons/search.vue.js +6 -8
  131. package/js/components/icons/search.vue.js.map +1 -1
  132. package/js/components/icons/show.vue.js +7 -10
  133. package/js/components/icons/show.vue.js.map +1 -1
  134. package/js/components/icons/star.vue.js +6 -9
  135. package/js/components/icons/star.vue.js.map +1 -1
  136. package/js/components/icons/trash-open.vue.js +12 -15
  137. package/js/components/icons/trash-open.vue.js.map +1 -1
  138. package/js/components/icons/trash.vue.js +8 -11
  139. package/js/components/icons/trash.vue.js.map +1 -1
  140. package/js/components/icons/trending-tiny.vue.js +8 -10
  141. package/js/components/icons/trending-tiny.vue.js.map +1 -1
  142. package/js/components/icons/trending.vue.js +8 -10
  143. package/js/components/icons/trending.vue.js.map +1 -1
  144. package/js/components/icons/user.vue.js +6 -9
  145. package/js/components/icons/user.vue.js.map +1 -1
  146. package/js/components/items-list.vue.js +6 -7
  147. package/js/components/items-list.vue.js.map +1 -1
  148. package/js/components/layouts/multi-column-max-width-layout.vue.js +54 -88
  149. package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
  150. package/js/components/layouts/single-column-layout.vue.js +39 -67
  151. package/js/components/layouts/single-column-layout.vue.js.map +1 -1
  152. package/js/components/modals/base-events-modal-close.vue.js +2 -2
  153. package/js/components/modals/base-events-modal-open.vue.js +2 -2
  154. package/js/components/modals/base-events-modal.vue.js +3 -3
  155. package/js/components/modals/base-id-modal-close.vue.js +2 -2
  156. package/js/components/modals/base-id-modal-open.vue.js +2 -2
  157. package/js/components/modals/base-id-modal.vue.js +3 -3
  158. package/js/components/modals/base-modal.vue.js +9 -11
  159. package/js/components/modals/base-modal.vue.js.map +1 -1
  160. package/js/components/panels/base-header-toggle-panel.vue.js +5 -7
  161. package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
  162. package/js/components/panels/base-id-toggle-panel-button.vue.js +2 -2
  163. package/js/components/panels/base-id-toggle-panel.vue.js +1 -1
  164. package/js/components/panels/base-toggle-panel.vue.js +3 -4
  165. package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
  166. package/js/components/result/base-result-add-to-cart.vue.js +2 -2
  167. package/js/components/result/base-result-current-price.vue.js +6 -8
  168. package/js/components/result/base-result-current-price.vue.js.map +1 -1
  169. package/js/components/result/base-result-fallback-image.vue.js +7 -9
  170. package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
  171. package/js/components/result/base-result-image.vue.js +9 -12
  172. package/js/components/result/base-result-image.vue.js.map +1 -1
  173. package/js/components/result/base-result-link.vue.js +5 -5
  174. package/js/components/result/base-result-placeholder-image.vue.js +7 -9
  175. package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
  176. package/js/components/result/base-result-previous-price.vue.js +7 -9
  177. package/js/components/result/base-result-previous-price.vue.js.map +1 -1
  178. package/js/components/scroll/base-scroll.vue.js +2 -2
  179. package/js/components/sliding-panel.vue.js +11 -14
  180. package/js/components/sliding-panel.vue.js.map +1 -1
  181. package/js/components/snippet-callbacks.vue.js +47 -0
  182. package/js/components/snippet-callbacks.vue.js.map +1 -0
  183. package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js +58 -0
  184. package/js/components/snippet-callbacks.vue_rollup-plugin-vue=script.js.map +1 -0
  185. package/js/components/suggestions/base-suggestion.vue.js +6 -8
  186. package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
  187. package/js/components/suggestions/base-suggestions.vue.js +6 -7
  188. package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
  189. package/js/index.js +3 -0
  190. package/js/index.js.map +1 -1
  191. package/js/utils/storage.js +2 -2
  192. package/js/utils/storage.js.map +1 -1
  193. package/js/x-modules/device/components/device-detector.vue.js +2 -2
  194. package/js/x-modules/empathize/components/empathize.vue.js +5 -6
  195. package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
  196. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +2 -0
  197. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
  198. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +3 -4
  199. package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
  200. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +2 -0
  201. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +1 -1
  202. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js +1 -1
  203. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +2 -0
  204. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
  205. package/js/x-modules/facets/components/clear-filters.vue.js +6 -8
  206. package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
  207. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +2 -0
  208. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  209. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +2 -0
  210. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +1 -1
  211. package/js/x-modules/facets/components/facets/facets.vue.js +10 -11
  212. package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
  213. package/js/x-modules/facets/components/filters/all-filter.vue.js +5 -6
  214. package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
  215. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +2 -0
  216. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  217. package/js/x-modules/facets/components/filters/base-filter.vue.js +5 -6
  218. package/js/x-modules/facets/components/filters/base-filter.vue.js.map +1 -1
  219. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +2 -0
  220. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  221. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +19 -23
  222. package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js.map +1 -1
  223. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +29 -38
  224. package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
  225. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +2 -0
  226. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  227. package/js/x-modules/facets/components/filters/number-range-filter.vue.js +5 -6
  228. package/js/x-modules/facets/components/filters/number-range-filter.vue.js.map +1 -1
  229. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +2 -0
  230. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  231. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +2 -0
  232. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  233. package/js/x-modules/facets/components/filters/simple-filter.vue.js +13 -17
  234. package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
  235. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +2 -0
  236. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  237. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +2 -0
  238. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +1 -1
  239. package/js/x-modules/facets/components/lists/filters-list.vue.js +4 -4
  240. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +2 -0
  241. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +1 -1
  242. package/js/x-modules/facets/components/lists/filters-search.vue.js +8 -10
  243. package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
  244. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +2 -0
  245. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +1 -1
  246. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +14 -20
  247. package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
  248. package/js/x-modules/facets/components/lists/selected-filters.vue.js +3 -4
  249. package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -1
  250. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +2 -0
  251. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  252. package/js/x-modules/facets/components/lists/sliced-filters.vue.js +12 -18
  253. package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
  254. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +2 -0
  255. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  256. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +2 -0
  257. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  258. package/js/x-modules/history-queries/components/clear-history-queries.vue.js +5 -6
  259. package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
  260. package/js/x-modules/history-queries/components/history-queries.vue.js +19 -25
  261. package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
  262. package/js/x-modules/history-queries/components/history-query.vue.js +13 -17
  263. package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
  264. package/js/x-modules/history-queries/components/remove-history-query.vue.js +2 -2
  265. package/js/x-modules/identifier-results/components/identifier-result.vue.js +2 -2
  266. package/js/x-modules/identifier-results/components/identifier-results.vue.js +4 -4
  267. package/js/x-modules/next-queries/components/next-queries-list.vue.js +9 -12
  268. package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
  269. package/js/x-modules/next-queries/components/next-queries.vue.js +15 -20
  270. package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
  271. package/js/x-modules/next-queries/components/next-query.vue.js +8 -10
  272. package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
  273. package/js/x-modules/popular-searches/components/popular-search.vue.js +8 -10
  274. package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
  275. package/js/x-modules/popular-searches/components/popular-searches.vue.js +15 -20
  276. package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
  277. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js +9 -11
  278. package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
  279. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +15 -20
  280. package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
  281. package/js/x-modules/recommendations/components/recommendations.vue.js +9 -12
  282. package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
  283. package/js/x-modules/related-tags/components/related-tag.vue.js +4 -5
  284. package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
  285. package/js/x-modules/related-tags/components/related-tags.vue.js +13 -17
  286. package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
  287. package/js/x-modules/scroll/components/main-scroll-item.vue.js +1 -1
  288. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js +2 -0
  289. package/js/x-modules/scroll/components/main-scroll-item.vue_rollup-plugin-vue=script.js.map +1 -1
  290. package/js/x-modules/scroll/components/scroll-to-top.vue.js +3 -4
  291. package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
  292. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js +2 -0
  293. package/js/x-modules/scroll/components/scroll-to-top.vue_rollup-plugin-vue=script.js.map +1 -1
  294. package/js/x-modules/scroll/components/scroll.vue.js +4 -4
  295. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js +2 -0
  296. package/js/x-modules/scroll/components/window-scroll.vue_rollup-plugin-vue=script.js.map +1 -1
  297. package/js/x-modules/search/components/banner.vue.js +4 -6
  298. package/js/x-modules/search/components/banner.vue.js.map +1 -1
  299. package/js/x-modules/search/components/banners-list.vue.js +9 -12
  300. package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
  301. package/js/x-modules/search/components/partial-query-button.vue.js +4 -5
  302. package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
  303. package/js/x-modules/search/components/partial-results-list.vue.js +4 -4
  304. package/js/x-modules/search/components/promoted.vue.js +4 -6
  305. package/js/x-modules/search/components/promoted.vue.js.map +1 -1
  306. package/js/x-modules/search/components/promoteds-list.vue.js +9 -12
  307. package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
  308. package/js/x-modules/search/components/redirection.vue.js +4 -5
  309. package/js/x-modules/search/components/redirection.vue.js.map +1 -1
  310. package/js/x-modules/search/components/results-list.vue.js +9 -12
  311. package/js/x-modules/search/components/results-list.vue.js.map +1 -1
  312. package/js/x-modules/search/components/sort-dropdown.vue.js +13 -16
  313. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
  314. package/js/x-modules/search/components/sort-list.vue.js +8 -10
  315. package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
  316. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +2 -0
  317. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +1 -1
  318. package/js/x-modules/search/components/sort.mixin.js +2 -0
  319. package/js/x-modules/search/components/sort.mixin.js.map +1 -1
  320. package/js/x-modules/search/components/spellcheck-button.vue.js +4 -5
  321. package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
  322. package/js/x-modules/search/components/spellcheck.vue.js +4 -6
  323. package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
  324. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +2 -0
  325. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +1 -1
  326. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +3 -1
  327. package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js.map +1 -1
  328. package/js/x-modules/search-box/components/clear-search-input.vue.js +5 -6
  329. package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
  330. package/js/x-modules/search-box/components/search-button.vue.js +4 -5
  331. package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
  332. package/js/x-modules/search-box/components/search-input.vue.js +7 -9
  333. package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
  334. package/js/x-modules/tagging/components/tagging.vue.js +39 -0
  335. package/js/x-modules/tagging/components/tagging.vue.js.map +1 -0
  336. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js +65 -0
  337. package/js/x-modules/tagging/components/tagging.vue_rollup-plugin-vue=script.js.map +1 -0
  338. package/js/x-modules/tagging/service/session.service.js +23 -6
  339. package/js/x-modules/tagging/service/session.service.js.map +1 -1
  340. package/js/x-modules/tagging/wiring.js +4 -1
  341. package/js/x-modules/tagging/wiring.js.map +1 -1
  342. package/js/x-modules/url/components/url-handler.vue.js +2 -2
  343. package/package.json +16 -14
  344. package/report/tsdoc-metadata.json +1 -1
  345. package/report/x-adapter.api.json +3 -3
  346. package/report/x-components.api.json +326 -9
  347. package/report/x-components.api.md +46 -10
  348. package/report/x-types.api.json +1 -1
  349. package/tagging/index.js +2 -1
  350. package/types/components/global-x-bus.vue.d.ts +25 -0
  351. package/types/components/global-x-bus.vue.d.ts.map +1 -0
  352. package/types/components/index.d.ts +2 -0
  353. package/types/components/index.d.ts.map +1 -1
  354. package/types/components/snippet-callbacks.vue.d.ts +27 -0
  355. package/types/components/snippet-callbacks.vue.d.ts.map +1 -0
  356. package/types/utils/storage.d.ts +1 -7
  357. package/types/utils/storage.d.ts.map +1 -1
  358. package/types/wiring/events.types.d.ts +8 -0
  359. package/types/wiring/events.types.d.ts.map +1 -1
  360. package/types/x-installer/api/api.types.d.ts +12 -0
  361. package/types/x-installer/api/api.types.d.ts.map +1 -1
  362. package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
  363. package/types/x-modules/tagging/components/tagging.vue.d.ts +47 -0
  364. package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -0
  365. package/types/x-modules/tagging/index.d.ts +1 -0
  366. package/types/x-modules/tagging/index.d.ts.map +1 -1
  367. package/types/x-modules/tagging/service/session.service.d.ts +18 -1
  368. 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
- "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"
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
- "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"
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
- "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"
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
- "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"
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
- "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"
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
- "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"
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
- "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"
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
- "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"
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
- "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"
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__ = [];