@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 './trending.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,19 +24,17 @@ var __vue_render__ = function(_h, _vm) {
24
24
  attrs: {
25
25
  transform:
26
26
  "translate(8.000000, 8.500000) scale(1, -1) translate(-8.000000, -8.500000) ",
27
- points: "14 12 8.81818182 6.45833333 6.09090909 9.375 2 5"
28
- }
27
+ points: "14 12 8.81818182 6.45833333 6.09090909 9.375 2 5",
28
+ },
29
29
  }),
30
30
  _vm._v(" "),
31
31
  _c("polyline", {
32
32
  attrs: {
33
33
  transform:
34
34
  "translate(12.363636, 6.750000) scale(1, -1) translate(-12.363636, -6.750000) ",
35
- points: "10.7272727 8.5 14 8.5 14 5"
36
- }
37
- })
38
- ])
39
- ]
35
+ points: "10.7272727 8.5 14 8.5 14 5",
36
+ },
37
+ }) ]) ]
40
38
  )
41
39
  };
42
40
  var __vue_staticRenderFns__ = [];
@@ -1 +1 @@
1
- {"version":3,"file":"trending.vue.js","sources":["../../../../src/components/icons/trending.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) translate(-8.000000, -8.500000) \"\n points=\"14 12 8.81818182 6.45833333 6.09090909 9.375 2 5\"\n />\n <polyline\n transform=\"translate(12.363636, 6.750000) scale(1, -1) translate(-12.363636, -6.750000) \"\n points=\"10.7272727 8.5 14 8.5 14 5\"\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":"trending.vue.js","sources":["../../../../src/components/icons/trending.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) translate(-8.000000, -8.500000) \"\n points=\"14 12 8.81818182 6.45833333 6.09090909 9.375 2 5\"\n />\n <polyline\n transform=\"translate(12.363636, 6.750000) scale(1, -1) translate(-12.363636, -6.750000) \"\n points=\"10.7272727 8.5 14 8.5 14 5\"\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 './user.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,21 +15,18 @@ 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
- "M14,14 L14,12.6666667 C14,11.1939073 12.6568542,10 11,10 L5,10 C3.34314575,10\n 2,11.1939073 2,12.6666667 L2,14"
27
- }
25
+ d: "M14,14 L14,12.6666667 C14,11.1939073 12.6568542,10 11,10 L5,10 C3.34314575,10\n 2,11.1939073 2,12.6666667 L2,14",
26
+ },
28
27
  }),
29
28
  _vm._v(" "),
30
- _c("circle", { attrs: { cx: "8", cy: "5", r: "3" } })
31
- ])
32
- ]
29
+ _c("circle", { attrs: { cx: "8", cy: "5", r: "3" } }) ]) ]
33
30
  )
34
31
  };
35
32
  var __vue_staticRenderFns__ = [];
@@ -1 +1 @@
1
- {"version":3,"file":"user.vue.js","sources":["../../../../src/components/icons/user.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=\"M14,14 L14,12.6666667 C14,11.1939073 12.6568542,10 11,10 L5,10 C3.34314575,10\n 2,11.1939073 2,12.6666667 L2,14\"\n />\n <circle cx=\"8\" cy=\"5\" r=\"3\" />\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":"user.vue.js","sources":["../../../../src/components/icons/user.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=\"M14,14 L14,12.6666667 C14,11.1939073 12.6568542,10 11,10 L5,10 C3.34314575,10\n 2,11.1939073 2,12.6666667 L2,14\"\n />\n <circle cx=\"8\" cy=\"5\" r=\"3\" />\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 './items-list.vue_rollup-plugin-vue=script.js';
5
5
  var __vue_script__ = script;
6
6
 
7
7
  /* template */
8
- var __vue_render__ = function() {
8
+ var __vue_render__ = function () {
9
9
  var _vm = this;
10
10
  var _h = _vm.$createElement;
11
11
  var _c = _vm._self._c || _h;
@@ -15,26 +15,25 @@ var __vue_render__ = function() {
15
15
  {
16
16
  tag: "component",
17
17
  staticClass: "x-items-list",
18
- attrs: { tag: "ul", "data-test": "items-list" }
18
+ attrs: { tag: "ul", "data-test": "items-list" },
19
19
  },
20
- _vm._l(_vm.computedItems, function(item) {
20
+ _vm._l(_vm.computedItems, function (item) {
21
21
  return _c(
22
22
  "li",
23
23
  {
24
24
  key: item.id,
25
25
  staticClass: "x-items-list__item",
26
26
  class: item.class,
27
- attrs: { "data-test": item.dataTest }
27
+ attrs: { "data-test": item.dataTest },
28
28
  },
29
29
  [
30
30
  _vm._t(
31
31
  item.slotName,
32
- function() {
32
+ function () {
33
33
  return [_vm._v(_vm._s(item.id))]
34
34
  },
35
35
  { item: item }
36
- )
37
- ],
36
+ ) ],
38
37
  2
39
38
  )
40
39
  }),
@@ -1 +1 @@
1
- {"version":3,"file":"items-list.vue.js","sources":["../../../src/components/items-list.vue"],"sourcesContent":["<template>\n <component\n :is=\"animation\"\n v-if=\"items.length\"\n tag=\"ul\"\n class=\"x-items-list\"\n data-test=\"items-list\"\n >\n <li\n v-for=\"item in computedItems\"\n :key=\"item.id\"\n class=\"x-items-list__item\"\n :class=\"item.class\"\n :data-test=\"item.dataTest\"\n >\n <!--\n @slot Custom item to render.\n @binding {ListItem} item - Item data.\n -->\n <slot :item=\"item\" :name=\"item.slotName\">{{ item.id }}</slot>\n </li>\n </component>\n</template>\n\n<script lang=\"ts\">\n import Vue from 'vue';\n import { Component, Prop } from 'vue-property-decorator';\n import { ListItem } from '../utils/types';\n import { toKebabCase } from '../utils/string';\n\n /**\n * It renders a list of {@link ListItem} providing a slot for each `slotName` which depends on\n * the `modelName`of the item.\n *\n * @public\n */\n @Component\n export default class ItemsList extends Vue {\n /**\n * Animation component that will be used to animate the list.\n *\n * @public\n */\n @Prop({ default: 'ul' })\n protected animation!: Vue | string;\n\n /**\n * List of items.\n *\n * @public\n */\n @Prop({ required: true })\n protected items!: ListItem[];\n\n /**\n * The list of the items with additional properties.\n *\n * @returns A list of items with `dataTest`, `class` and the `slotName` for each item.\n *\n * @internal\n */\n protected get computedItems(): {\n dataTest: string;\n class: string[];\n }[] {\n return this.items.map(item => {\n const modelName = toKebabCase(item.modelName);\n return {\n ...item,\n dataTest: `${modelName}s-list-item`,\n class: [`x-${modelName}s-list-item`],\n slotName: modelName\n };\n });\n }\n }\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"items-list.vue.js","sources":["../../../src/components/items-list.vue"],"sourcesContent":["<template>\n <component\n :is=\"animation\"\n v-if=\"items.length\"\n tag=\"ul\"\n class=\"x-items-list\"\n data-test=\"items-list\"\n >\n <li\n v-for=\"item in computedItems\"\n :key=\"item.id\"\n class=\"x-items-list__item\"\n :class=\"item.class\"\n :data-test=\"item.dataTest\"\n >\n <!--\n @slot Custom item to render.\n @binding {ListItem} item - Item data.\n -->\n <slot :item=\"item\" :name=\"item.slotName\">{{ item.id }}</slot>\n </li>\n </component>\n</template>\n\n<script lang=\"ts\">\n import Vue from 'vue';\n import { Component, Prop } from 'vue-property-decorator';\n import { ListItem } from '../utils/types';\n import { toKebabCase } from '../utils/string';\n\n /**\n * It renders a list of {@link ListItem} providing a slot for each `slotName` which depends on\n * the `modelName`of the item.\n *\n * @public\n */\n @Component\n export default class ItemsList extends Vue {\n /**\n * Animation component that will be used to animate the list.\n *\n * @public\n */\n @Prop({ default: 'ul' })\n protected animation!: Vue | string;\n\n /**\n * List of items.\n *\n * @public\n */\n @Prop({ required: true })\n protected items!: ListItem[];\n\n /**\n * The list of the items with additional properties.\n *\n * @returns A list of items with `dataTest`, `class` and the `slotName` for each item.\n *\n * @internal\n */\n protected get computedItems(): {\n dataTest: string;\n class: string[];\n }[] {\n return this.items.map(item => {\n const modelName = toKebabCase(item.modelName);\n return {\n ...item,\n dataTest: `${modelName}s-list-item`,\n class: [`x-${modelName}s-list-item`],\n slotName: modelName\n };\n });\n }\n }\n</script>\n"],"names":["const"],"mappings":";;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -6,7 +6,7 @@ import script from './multi-column-max-width-layout.vue_rollup-plugin-vue=script
6
6
  var __vue_script__ = script;
7
7
 
8
8
  /* template */
9
- var __vue_render__ = function() {
9
+ var __vue_render__ = function () {
10
10
  var _vm = this;
11
11
  var _h = _vm.$createElement;
12
12
  var _c = _vm._self._c || _h;
@@ -15,7 +15,7 @@ var __vue_render__ = function() {
15
15
  {
16
16
  staticClass: "x-layout x-layout--columns",
17
17
  class: { "dev-mode": _vm.devMode },
18
- style: { height: _vm.hasContent("main-body") ? "100%" : "auto" }
18
+ style: { height: _vm.hasContent("main-body") ? "100%" : "auto" },
19
19
  },
20
20
  [
21
21
  _c("header", { staticClass: "x-layout__header" }, [
@@ -24,16 +24,13 @@ var __vue_render__ = function() {
24
24
  "div",
25
25
  { staticClass: "x-list x-layout__header-start" },
26
26
  [
27
- _vm._t("header-start", function() {
27
+ _vm._t("header-start", function () {
28
28
  return [
29
29
  _vm.devMode
30
30
  ? _c("span", { staticClass: "slot-helper" }, [
31
- _vm._v("HEADER START")
32
- ])
33
- : _vm._e()
34
- ]
35
- })
36
- ],
31
+ _vm._v("HEADER START") ])
32
+ : _vm._e() ]
33
+ }) ],
37
34
  2
38
35
  )
39
36
  : _vm._e(),
@@ -43,16 +40,13 @@ var __vue_render__ = function() {
43
40
  "div",
44
41
  { staticClass: "x-list x-layout__header-middle" },
45
42
  [
46
- _vm._t("header-middle", function() {
43
+ _vm._t("header-middle", function () {
47
44
  return [
48
45
  _vm.devMode
49
46
  ? _c("span", { staticClass: "slot-helper" }, [
50
- _vm._v("HEADER MIDDLE")
51
- ])
52
- : _vm._e()
53
- ]
54
- })
55
- ],
47
+ _vm._v("HEADER MIDDLE") ])
48
+ : _vm._e() ]
49
+ }) ],
56
50
  2
57
51
  )
58
52
  : _vm._e(),
@@ -62,20 +56,16 @@ var __vue_render__ = function() {
62
56
  "div",
63
57
  { staticClass: "x-list x-layout__header-end" },
64
58
  [
65
- _vm._t("header-end", function() {
59
+ _vm._t("header-end", function () {
66
60
  return [
67
61
  _vm.devMode
68
62
  ? _c("span", { staticClass: "slot-helper" }, [
69
- _vm._v("HEADER END")
70
- ])
71
- : _vm._e()
72
- ]
73
- })
74
- ],
63
+ _vm._v("HEADER END") ])
64
+ : _vm._e() ]
65
+ }) ],
75
66
  2
76
67
  )
77
- : _vm._e()
78
- ]),
68
+ : _vm._e() ]),
79
69
  _vm._v(" "),
80
70
  _vm.hasContent("sub-header")
81
71
  ? _c("div", { staticClass: "x-layout__sub-header" }, [
@@ -83,19 +73,15 @@ var __vue_render__ = function() {
83
73
  "div",
84
74
  { staticClass: "x-layout__sub-header-content" },
85
75
  [
86
- _vm._t("sub-header", function() {
76
+ _vm._t("sub-header", function () {
87
77
  return [
88
78
  _vm.devMode
89
79
  ? _c("span", { staticClass: "slot-helper" }, [
90
- _vm._v("SUB HEADER")
91
- ])
92
- : _vm._e()
93
- ]
94
- })
95
- ],
80
+ _vm._v("SUB HEADER") ])
81
+ : _vm._e() ]
82
+ }) ],
96
83
  2
97
- )
98
- ])
84
+ ) ])
99
85
  : _vm._e(),
100
86
  _vm._v(" "),
101
87
  _vm.hasContent("toolbar-aside", "toolbar-body")
@@ -104,16 +90,13 @@ var __vue_render__ = function() {
104
90
  "aside",
105
91
  { staticClass: "x-list x-layout__toolbar-aside" },
106
92
  [
107
- _vm._t("toolbar-aside", function() {
93
+ _vm._t("toolbar-aside", function () {
108
94
  return [
109
95
  _vm.devMode
110
96
  ? _c("span", { staticClass: "slot-helper" }, [
111
- _vm._v("TOOLBAR ASIDE")
112
- ])
113
- : _vm._e()
114
- ]
115
- })
116
- ],
97
+ _vm._v("TOOLBAR ASIDE") ])
98
+ : _vm._e() ]
99
+ }) ],
117
100
  2
118
101
  ),
119
102
  _vm._v(" "),
@@ -121,19 +104,15 @@ var __vue_render__ = function() {
121
104
  "div",
122
105
  { staticClass: "x-list x-layout__toolbar-body" },
123
106
  [
124
- _vm._t("toolbar-body", function() {
107
+ _vm._t("toolbar-body", function () {
125
108
  return [
126
109
  _vm.devMode
127
110
  ? _c("span", { staticClass: "slot-helper" }, [
128
- _vm._v("TOOLBAR BODY")
129
- ])
130
- : _vm._e()
131
- ]
132
- })
133
- ],
111
+ _vm._v("TOOLBAR BODY") ])
112
+ : _vm._e() ]
113
+ }) ],
134
114
  2
135
- )
136
- ])
115
+ ) ])
137
116
  : _vm._e(),
138
117
  _vm._v(" "),
139
118
  _c(
@@ -147,44 +126,40 @@ var __vue_render__ = function() {
147
126
  staticClass: "x-layout__collapse-aside",
148
127
  attrs: {
149
128
  panelId: "aside-panel",
150
- animation: _vm.asideAnimation
151
- }
129
+ animation: _vm.asideAnimation,
130
+ },
152
131
  },
153
132
  [
154
133
  _c(
155
134
  "Scroll",
156
135
  {
157
136
  staticClass: "x-layout__aside-scroll",
158
- attrs: { id: "aside-scroll" }
137
+ attrs: { id: "aside-scroll" },
159
138
  },
160
139
  [
161
140
  _c(
162
141
  "div",
163
142
  {
164
143
  staticClass:
165
- "x-layout__main-aside x-list x-list--vertical"
144
+ "x-layout__main-aside x-list x-list--vertical",
166
145
  },
167
146
  [
168
- _vm._t("main-aside", function() {
147
+ _vm._t("main-aside", function () {
169
148
  return [
170
149
  _vm.devMode
171
150
  ? _c(
172
151
  "span",
173
152
  {
174
153
  staticClass: "slot-helper",
175
- staticStyle: { height: "110vh" }
154
+ staticStyle: { height: "110vh" },
176
155
  },
177
156
  [_vm._v("MAIN ASIDE")]
178
157
  )
179
- : _vm._e()
180
- ]
181
- })
182
- ],
158
+ : _vm._e() ]
159
+ }) ],
183
160
  2
184
- )
185
- ]
186
- )
187
- ],
161
+ ) ]
162
+ ) ],
188
163
  1
189
164
  )
190
165
  : _vm._e(),
@@ -197,40 +172,35 @@ var __vue_render__ = function() {
197
172
  "Scroll",
198
173
  {
199
174
  staticClass: "x-layout__body-scroll",
200
- attrs: { id: "main-scroll" }
175
+ attrs: { id: "main-scroll" },
201
176
  },
202
177
  [
203
178
  _c(
204
179
  "section",
205
180
  {
206
181
  staticClass:
207
- "x-layout__main-body x-list x-list--vertical"
182
+ "x-layout__main-body x-list x-list--vertical",
208
183
  },
209
184
  [
210
- _vm._t("main-body", function() {
185
+ _vm._t("main-body", function () {
211
186
  return [
212
187
  _vm.devMode
213
188
  ? _c(
214
189
  "span",
215
190
  {
216
191
  staticClass: "slot-helper",
217
- staticStyle: { height: "110vh" }
192
+ staticStyle: { height: "110vh" },
218
193
  },
219
194
  [_vm._v("MAIN BODY")]
220
195
  )
221
- : _vm._e()
222
- ]
223
- })
224
- ],
196
+ : _vm._e() ]
197
+ }) ],
225
198
  2
226
- )
227
- ]
199
+ ) ]
228
200
  )
229
- : _vm._e()
230
- ],
201
+ : _vm._e() ],
231
202
  1
232
- )
233
- ],
203
+ ) ],
234
204
  1
235
205
  ),
236
206
  _vm._v(" "),
@@ -240,26 +210,22 @@ var __vue_render__ = function() {
240
210
  "div",
241
211
  { staticClass: "x-layout__scroll-to-top-content" },
242
212
  [
243
- _vm._t("scroll-to-top", function() {
213
+ _vm._t("scroll-to-top", function () {
244
214
  return [
245
215
  _vm.devMode
246
216
  ? _c(
247
217
  "span",
248
218
  {
249
219
  staticClass: "slot-helper",
250
- staticStyle: { height: "50px" }
220
+ staticStyle: { height: "50px" },
251
221
  },
252
222
  [_vm._v("SCROLL TO TOP")]
253
223
  )
254
- : _vm._e()
255
- ]
256
- })
257
- ],
224
+ : _vm._e() ]
225
+ }) ],
258
226
  2
259
- )
260
- ])
261
- : _vm._e()
262
- ]
227
+ ) ])
228
+ : _vm._e() ]
263
229
  )
264
230
  };
265
231
  var __vue_staticRenderFns__ = [];
@@ -1 +1 @@
1
- {"version":3,"file":"multi-column-max-width-layout.vue.js","sources":["../../../../src/components/layouts/multi-column-max-width-layout.vue"],"sourcesContent":["<template>\n <div\n class=\"x-layout x-layout--columns\"\n :class=\"{ 'dev-mode': devMode }\"\n :style=\"{ height: hasContent('main-body') ? '100%' : 'auto' }\"\n >\n <header class=\"x-layout__header\">\n <div v-if=\"hasContent('header-start')\" class=\"x-list x-layout__header-start\">\n <!-- @slot Slot that can be used to insert content into the left part of the header. -->\n <slot name=\"header-start\">\n <span v-if=\"devMode\" class=\"slot-helper\">HEADER START</span>\n </slot>\n </div>\n\n <div v-if=\"hasContent('header-middle')\" class=\"x-list x-layout__header-middle\">\n <!-- @slot Slot that can be used to insert content into the center part of the header. -->\n <slot name=\"header-middle\">\n <span v-if=\"devMode\" class=\"slot-helper\">HEADER MIDDLE</span>\n </slot>\n </div>\n\n <div v-if=\"hasContent('header-end')\" class=\"x-list x-layout__header-end\">\n <!-- @slot Slot that can be used to insert content into the right part of the header. -->\n <slot name=\"header-end\">\n <span v-if=\"devMode\" class=\"slot-helper\">HEADER END</span>\n </slot>\n </div>\n </header>\n\n <div v-if=\"hasContent('sub-header')\" class=\"x-layout__sub-header\">\n <div class=\"x-layout__sub-header-content\">\n <!-- @slot Slot that can be used to insert content into below the header. -->\n <slot name=\"sub-header\">\n <span v-if=\"devMode\" class=\"slot-helper\">SUB HEADER</span>\n </slot>\n </div>\n </div>\n\n <section v-if=\"hasContent('toolbar-aside', 'toolbar-body')\" class=\"x-layout__toolbar\">\n <aside class=\"x-list x-layout__toolbar-aside\">\n <slot name=\"toolbar-aside\">\n <!-- @slot Slot that can be used to insert content above the left aside. -->\n <span v-if=\"devMode\" class=\"slot-helper\">TOOLBAR ASIDE</span>\n </slot>\n </aside>\n\n <div class=\"x-list x-layout__toolbar-body\">\n <!-- @slot Slot that can be used to insert content above the body. -->\n <slot name=\"toolbar-body\">\n <span v-if=\"devMode\" class=\"slot-helper\">TOOLBAR BODY</span>\n </slot>\n </div>\n </section>\n\n <main class=\"x-layout__main\">\n <BaseIdTogglePanel\n v-if=\"hasContent('main-aside')\"\n panelId=\"aside-panel\"\n :animation=\"asideAnimation\"\n class=\"x-layout__collapse-aside\"\n >\n <Scroll id=\"aside-scroll\" class=\"x-layout__aside-scroll\">\n <div class=\"x-layout__main-aside x-list x-list--vertical\">\n <!-- @slot Slot that can be used to insert content into the left side bar. -->\n <slot name=\"main-aside\">\n <span v-if=\"devMode\" class=\"slot-helper\" style=\"height: 110vh\">MAIN ASIDE</span>\n </slot>\n </div>\n </Scroll>\n </BaseIdTogglePanel>\n\n <MainScroll>\n <Scroll v-if=\"hasContent('main-body')\" id=\"main-scroll\" class=\"x-layout__body-scroll\">\n <section class=\"x-layout__main-body x-list x-list--vertical\">\n <!-- @slot Slot that can be used to insert the body content. -->\n <slot name=\"main-body\">\n <span v-if=\"devMode\" class=\"slot-helper\" style=\"height: 110vh\">MAIN BODY</span>\n </slot>\n </section>\n </Scroll>\n </MainScroll>\n </main>\n\n <div v-if=\"hasContent('scroll-to-top')\" class=\"x-layout__scroll-to-top\">\n <div class=\"x-layout__scroll-to-top-content\">\n <slot name=\"scroll-to-top\">\n <span v-if=\"devMode\" class=\"slot-helper\" style=\"height: 50px\">SCROLL TO TOP</span>\n </slot>\n </div>\n </div>\n </div>\n</template>\n\n<script lang=\"ts\">\n import Vue from 'vue';\n import Component, { mixins } from 'vue-class-component';\n import { Prop } from 'vue-property-decorator';\n import MainScroll from '../../x-modules/scroll/components/main-scroll.vue';\n import Scroll from '../../x-modules/scroll/components/scroll.vue';\n import AnimateWidth from '../animations/animate-width.vue';\n import BaseIdTogglePanel from '../panels/base-id-toggle-panel.vue';\n import LayoutsMixin from './layouts.mixin';\n\n /**\n * Component for use as Layout to be filled with the rest of the Components.\n *\n * @public\n */\n @Component({\n components: { BaseIdTogglePanel, MainScroll, Scroll }\n })\n export default class MultiColumnMaxWidthLayout extends mixins(LayoutsMixin) {\n /**\n * The animation used for the Main Aside.\n *\n * @public\n */\n @Prop({ default: () => AnimateWidth })\n protected asideAnimation!: Vue;\n }\n</script>\n\n<style lang=\"scss\">\n :root {\n //layout\n --x-size-min-margin-layout-columns: var(--x-size-base-06);\n --x-size-column-gap-layout-columns: var(--x-size-base-06);\n\n //spacing\n\n // size - header\n --x-size-padding-top-layout-columns-header: var(--x-size-base-07);\n --x-size-padding-bottom-layout-columns-header: var(--x-size-base-05);\n\n // size - toolbar\n --x-size-padding-top-layout-columns-toolbar: var(--x-size-base-05);\n --x-size-padding-bottom-layout-columns-toolbar: var(--x-size-base-03);\n\n // size- scroll-to-top\n --x-size-margin-bottom-layout-columns-scroll-to-top: var(--x-size-base-03);\n --x-size-margin-left-layout-columns-scroll-to-top: var(--x-size-base-03);\n\n // color\n --x-color-background-layout-columns: var(--x-color-base-neutral-100);\n --x-color-border-layout-columns: var(--x-color-base-neutral-70);\n --x-color-border-layout-columns-header: var(--x-color-border-layout-columns);\n --x-color-border-layout-columns-sub-header: var(--x-color-border-layout-columns);\n --x-color-border-layout-columns-toolbar: var(--x-color-border-layout-columns);\n --x-color-border-layout-columns-main: var(--x-color-border-layout-columns);\n --x-color-border-layout-columns-main-aside: var(--x-color-border-layout-columns);\n --x-color-border-layout-columns-main-body: var(--x-color-border-layout-columns);\n\n // border\n --x-size-border-width-layout-columns-header: 0;\n --x-size-border-width-layout-columns-toolbar: 1px 0 0;\n }\n</style>\n\n<style lang=\"scss\" scoped>\n @import '../../design-system/utilities/dev-mode';\n\n .x-layout {\n // custom properties\n --x-size-gap-default: var(--x-size-column-gap-layout-columns, 20px);\n --x-size-margin-max-width: calc((100vw - var(--x-size-max-width-layout-columns, 1440px)) / 2);\n --x-size-margin-layout-columns: max(\n var(--x-size-min-margin-layout-columns, 20px),\n var(--x-size-margin-max-width)\n );\n --x-number-columns-header-middle: calc(var(--x-number-columns-layout-columns, 5) - 2);\n --x-number-columns-sub-header-content: var(--x-number-columns-header-middle);\n --x-number-columns-toolbar-body: calc(var(--x-number-columns-layout-columns, 5) - 1);\n\n // layout\n display: grid;\n align-content: stretch;\n max-height: 100%;\n\n grid-template-columns:\n [page-start]\n 1fr\n [scroll-to-top-start]\n calc(var(--x-size-margin-layout-columns) + var(--x-size-gap-default))\n [scroll-to-top-end page-end];\n\n grid-template-rows:\n [page-start header-start]\n auto\n [header-end sub-header-start]\n auto\n [sub-header-end toolbar-start]\n auto\n [toolbar-end main-start]\n 1fr\n [scroll-to-top-start]\n auto\n [main-end scroll-to-top-end page-end];\n\n &__header {\n // layout\n grid-column: page;\n grid-row: header;\n display: grid;\n column-gap: var(--x-size-gap-default);\n\n grid-template-columns:\n [header-start]\n var(--x-size-margin-layout-columns)\n [start-content-start]\n 1fr\n [start-content-end middle-content-start]\n repeat(var(--x-number-columns-header-middle), 1fr)\n [middle-content-end end-content-start]\n 1fr\n [end-content-end]\n var(--x-size-margin-layout-columns)\n [header-end];\n\n // size\n padding-block-start: var(--x-size-padding-top-layout-columns-header, 0);\n padding-block-end: var(--x-size-padding-bottom-layout-columns-header, 0);\n margin-block-start: var(--x-size-margin-top-layout-columns-header, 0);\n margin-block-end: var(--x-size-margin-bottom-layout-columns-header, 0);\n\n // color\n background-color: var(--x-color-background-layout-columns-header, transparent);\n border-color: var(--x-color-border-layout-columns-header, transparent);\n\n // border\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-header, 0);\n }\n\n &__header-start {\n // layout\n grid-column: start-content;\n\n &.x-list {\n // space\n flex-flow: var(--x-flow-layout-columns-header-start, row nowrap);\n justify-content: var(--x-size-justify-layout-columns-header-start, flex start);\n align-items: var(--x-size-align-layout-columns-header-start, flex start);\n }\n }\n\n &__header-middle {\n // layout\n grid-column: middle-content;\n\n &.x-list {\n // space\n flex-flow: var(--x-flow-layout-columns-header-middle, row nowrap);\n justify-content: var(--x-size-justify-layout-columns-header-middle, center);\n align-items: var(--x-size-align-layout-columns-header-middle, flex start);\n }\n }\n\n &__header-end {\n // layout\n grid-column: end-content;\n\n &.x-list {\n flex-flow: var(--x-flow-layout-columns-header-end, row nowrap);\n justify-content: var(--x-size-justify-layout-columns-header-end, flex-end);\n align-items: var(--x-size-align-layout-columns-header-end, flex-start);\n }\n }\n\n &__sub-header {\n // layout\n grid-column: page;\n grid-row: sub-header;\n display: grid;\n column-gap: var(--x-size-gap-default);\n\n grid-template-columns:\n [sub-header-start]\n var(--x-size-margin-layout-columns)\n 1fr\n [sub-header-content-start]\n repeat(var(--x-number-columns-sub-header-content), 1fr)\n [sub-header-content-end]\n 1fr\n var(--x-size-margin-layout-columns)\n [sub-header-end];\n\n // size\n padding-block-start: var(--x-size-padding-top-layout-columns-sub-header, 0);\n padding-block-end: var(--x-size-padding-bottom-layout-columns-sub-header), 0;\n margin-block-start: var(--x-size-margin-top-layout-columns-sub-header, 0);\n margin-block-end: var(--x-size-margin-bottom-layout-columns-sub-header, 0);\n\n // color\n background-color: var(--x-color-background-layout-columns-sub-header, transparent);\n border-color: var(--x-color-border-layout-columns-sub-header, transparent);\n\n // border\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-sub-header, 0);\n }\n\n &__sub-header-content {\n // layout\n grid-column: sub-header-content;\n\n &.x-list {\n flex-flow: var(--x-flow-layout-columns-sub-header, row nowrap);\n justify-content: var(--x-size-justify-layout-columns-sub-header, flex-start);\n align-items: var(--x-size-align-layout-columns-sub-header, flex-start);\n }\n }\n\n &__toolbar {\n // layout\n grid-column: page;\n grid-row: toolbar;\n display: grid;\n column-gap: var(--x-size-gap-default);\n\n grid-template-columns:\n [toolbar-start]\n var(--x-size-margin-layout-columns)\n [toolbar-aside-start]\n 1fr\n [toolbar-aside-end toolbar-body-start]\n repeat(var(--x-number-columns-toolbar-body), 1fr)\n [toolbar-body-end]\n var(--x-size-margin-layout-columns)\n [toolbar-end];\n\n // size\n padding-block-start: var(--x-size-padding-top-layout-columns-toolbar, 0);\n padding-block-end: var(--x-size-padding-bottom-layout-columns-toolbar, 0);\n margin-block-start: var(--x-size-margin-top-layout-columns-toolbar, 0);\n margin-block-end: var(--x-size-margin-bottom-layout-columns-toolbar, 0);\n\n // color\n background-color: var(--x-color-background-layout-columns-toolbar, transparent);\n border-color: var(--x-color-border-layout-columns-toolbar, transparent);\n\n // border\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-toolbar, 0);\n }\n\n &__toolbar-aside {\n // layout\n grid-column: toolbar-aside;\n\n &.x-list {\n flex-flow: var(--x-flow-layout-columns-toolbar-aside, row nowrap);\n justify-content: var(--x-size-justify-layout-columns-toolbar-aside, flex-start);\n align-items: var(--x-size-align-layout-columns-toolbar-aside, center);\n }\n }\n\n &__toolbar-body {\n // layout\n grid-column: toolbar-body;\n\n &.x-list {\n flex-flow: var(--x-flow-layout-columns-toolbar-body, row nowrap);\n justify-content: var(--x-size-justify-layout-columns-toolbar-body, flex-end);\n align-items: var(--x-size-align-layout-columns-toolbar-body, center);\n }\n }\n\n &__main {\n // layout\n grid-column: page;\n grid-row: main;\n min-height: 0;\n display: flex;\n flex-flow: row nowrap;\n justify-content: stretch;\n padding-left: calc(var(--x-size-margin-layout-columns) + var(--x-size-gap-default));\n\n // size\n padding-block-start: var(--x-size-padding-top-layout-columns-main, 0);\n padding-block-end: var(--x-size-padding-bottom-layout-columns-main, 0);\n margin-block-start: var(--x-size-margin-top-layout-columns-main, 0);\n margin-block-end: var(--x-size-margin-bottom-layout-columns-main, 0);\n\n // color\n background-color: var(--x-color-background-layout-columns-main, transparent);\n border-color: var(--x-color-border-layout-columns-main, transparent);\n\n // border\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-main, 0);\n }\n\n &__collapse-aside {\n width: calc(\n (\n 100% - var(--x-size-gap-default) * (var(--x-number-columns-layout-columns, 5)) -\n var(--x-size-margin-layout-columns)\n ) / var(--x-number-columns-layout-columns, 5) + var(--x-size-gap-default)\n );\n }\n\n &__aside-scroll {\n height: 100%;\n margin-right: var(--x-size-gap-default);\n }\n\n &__body-scroll {\n flex: 1 1 auto;\n width: 0;\n padding-right: calc(var(--x-size-margin-layout-columns) + var(--x-size-gap-default) - 16px);\n\n &.x-scroll {\n --x-string-overflow-scroll: scroll;\n }\n }\n\n &__scroll-to-top {\n //layout\n grid-area: scroll-to-top;\n justify-content: flex-end;\n width: 100%;\n display: flex;\n z-index: 1;\n pointer-events: none;\n }\n\n &__scroll-to-top-content {\n flex: 1 0 auto;\n padding-block-end: var(--x-size-margin-bottom-layout-columns-scroll-to-top, 10px);\n padding-inline-start: var(--x-size-margin-left-layout-columns-scroll-to-top, 10px);\n\n ::v-deep > * {\n pointer-events: all;\n }\n }\n }\n</style>\n\n<docs lang=\"mdx\">\n# Layout\n\nThis component has the following layout with fixed headers and collapsible fixed asides:\n\n| header-start | header-middle | header-end |\n| :-----------: | :-----------: | :-----------: |\n| sub-header | | |\n| toolbar-aside | toolbar | |\n| main-aside | main | |\n| | | scroll-to-top |\n\n# Design Tokens\n\nThe component has also the following `Design Tokens` to configure it:\n\n| token | default value |\n| :-------------------------------------------------: | :-----------: |\n| --x-size-column-gap-layout-columns | 20px |\n| --x-size-padding-top-layout-columns-header | 0px |\n| --x-size-padding-bottom-layout-columns-header | 0px |\n| --x-size-margin-top-layout-columns-header | 0px |\n| --x-size-margin-bottom-layout-columns-header | 0px |\n| --x-color-background-layout-columns-header | transparent |\n| --x-color-border-layout-columns-header | transparent |\n| --x-size-border-width-layout-columns-header | 0px |\n| --x-flow-layout-columns-header-start | row nowrap |\n| --x-size-justify-layout-columns-header-start | flex-start |\n| --x-size-align-layout-columns-header-start | flex-start |\n| --x-flow-layout-columns-header-middle | row nowrap |\n| --x-size-justify-layout-columns-header-middle | center |\n| --x-size-align-layout-columns-header-middle | flex-start |\n| --x-flow-layout-columns-header-end | row nowrap |\n| --x-size-justify-layout-columns-header-end | flex-end |\n| --x-size-align-layout-columns-header-end | flex-end |\n| --x-size-padding-top-layout-columns-sub-header | 0px |\n| --x-size-padding-bottom-layout-columns-sub-header | 0px |\n| --x-size-margin-top-layout-columns-sub-header | 0px |\n| --x-size-margin-bottom-layout-columns-sub-header | 0px |\n| --x-color-background-layout-columns-sub-header | transparent |\n| --x-color-border-layout-columns-sub-header | transparent |\n| --x-size-border-width-layout-columns-sub-header | 0px |\n| --x-flow-layout-columns-sub-header | row nowrap |\n| --x-size-justify-layout-columns-sub-header | flex-start |\n| --x-size-align-layout-columns-sub-header | flex-start |\n| --x-size-padding-top-layout-columns-toolbar | 0px |\n| --x-size-padding-bottom-layout-columns-toolbar | 0px |\n| --x-size-margin-top-layout-columns-toolbar | 0px |\n| --x-size-margin-bottom-layout-columns-toolbar | 0px |\n| --x-color-background-layout-columns-toolbar | transparent |\n| --x-color-border-layout-columns-sub-toolbar | transparent |\n| --x-size-border-width-layout-columns-toolbar | 0px |\n| --x-flow-layout-columns-toolbar-aside | row nowrap |\n| --x-size-justify-layout-columns-toolbar-aside | flex-start |\n| --x-size-align-layout-columns-toolbar-aside | center |\n| --x-flow-layout-columns-toolbar-body | row nowrap |\n| --x-size-justify-layout-columns-toolbar-body | flex-start |\n| --x-size-align-layout-columns-toolbar-body | center |\n| --x-size-padding-top-layout-columns-main | 0px |\n| --x-size-padding-bottom-layout-columns-main | 0px |\n| --x-size-margin-top-layout-columns-main | 0px |\n| --x-size-margin-bottom-layout-columns-main | 0px |\n| --x-color-background-layout-columns-main | transparent |\n| --x-color-border-layout-columns-sub-main | transparent |\n| --x-size-border-width-layout-columns-main | 0px |\n| --x-color-background-layout-columns-main-aside | transparent |\n| --x-color-border-layout-columns-sub-main-aside | transparent |\n| --x-size-border-width-layout-columns-main-aside | 0px |\n| --x-color-background-layout-columns-main-body | transparent |\n| --x-color-border-layout-columns-sub-main-body | transparent |\n| --x-size-border-width-layout-columns-main-body | 0px |\n| --x-size-margin-bottom-layout-columns-scroll-to-top | 10px |\n| --x-size-margin-left-layout-columns-scroll-to-top | 10px |\n\n| token | use |\n| :-------------------------------------------------: | :--------------------------------------: |\n| --x-size-column-gap-layout-columns | The gap between columns |\n| --x-size-padding-top-layout-columns-header | The padding top of the header |\n| --x-size-padding-bottom-layout-columns-header | The padding bottom of the header |\n| --x-size-margin-top-layout-columns-header | The margin top of the header |\n| --x-size-margin-bottom-layout-columns-header | The margin bottom of the header |\n| --x-color-background-layout-columns-header | The background color of the header |\n| --x-color-border-layout-columns-header | The border color of the header |\n| --x-size-border-width-layout-columns-header | The border width of the header |\n| --x-flow-layout-columns-header-start | The flex flow of the start header |\n| --x-size-justify-layout-columns-header-start | The justify content of the start header |\n| --x-size-align-layout-columns-header-start | The align items of the start header |\n| --x-flow-layout-columns-header-middle | The flex flow of the middle header |\n| --x-size-justify-layout-columns-header-middle | The justify content of the middle header |\n| --x-size-align-layout-columns-header-middle | The align items of the middle header |\n| --x-flow-layout-columns-header-end | The flex flow of the end header |\n| --x-size-justify-layout-columns-header-end | The justify content of the end header |\n| --x-size-align-layout-columns-header-end | The align items of the end header |\n| --x-size-padding-top-layout-columns-sub-header | The padding bottom of the sub header |\n| --x-size-padding-bottom-layout-columns-sub-header | The padding top of the sub header |\n| --x-size-margin-top-layout-columns-sub-header | The margin bottom of the sub header |\n| --x-size-margin-bottom-layout-columns-sub-header | The margin top of the sub header |\n| --x-color-background-layout-columns-sub-header | The background color of the sub header |\n| --x-color-border-layout-columns-sub-header | The border color of the sub header |\n| --x-size-border-width-layout-columns-sub-header | The border width of the sub header |\n| --x-flow-layout-columns-sub-header | The flex flow of the sub header |\n| --x-size-justify-layout-columns-sub-header | The justify content of the sub header |\n| --x-size-align-layout-columns-sub-header | The align items of the sub header |\n| --x-size-padding-top-layout-columns-toolbar | The padding top of the toolbar |\n| --x-size-padding-bottom-layout-columns-toolbar | The padding bottom of the toolbar |\n| --x-size-margin-top-layout-columns-toolbar | The margin top of the toolbar |\n| --x-size-margin-bottom-layout-columns-toolbar | The margin bottom of the toolbar |\n| --x-color-background-layout-columns-toolbar | The background color of the toolbar |\n| --x-color-border-layout-columns-sub-toolbar | The border color of the toolbar |\n| --x-size-border-width-layout-columns-toolbar | The border width of the toolbar |\n| --x-flow-layout-columns-toolbar-aside | The flex flow of the toolbar aside |\n| --x-size-justify-layout-columns-toolbar-aside | The justify content of the toolbar aside |\n| --x-size-align-layout-columns-toolbar-aside | The align items of the toolbar aside |\n| --x-flow-layout-columns-toolbar-body | The flex flow of the end toolbar body |\n| --x-size-justify-layout-columns-toolbar-body | Justify content of the end toolbar body |\n| --x-size-align-layout-columns-toolbar-body | The align items of the toolbar body |\n| --x-size-padding-top-layout-columns-main | The padding top of the main |\n| --x-size-padding-bottom-layout-columns-main | The padding bottom of the main |\n| --x-size-margin-top-layout-columns-main | The margin top of the main |\n| --x-size-margin-bottom-layout-columns-main | The margin bottom of the main |\n| --x-color-background-layout-columns-main | The background color of the main |\n| --x-color-border-layout-columns-main | The border color of the main |\n| --x-size-border-width-layout-columns-main | The border width of the main |\n| --x-color-background-layout-columns-main-aside | The background color of the main aside |\n| --x-color-border-layout-columns-main-aside | The border color of the main aside |\n| --x-size-border-width-layout-columns-main-aside | The border width of the sub main aside |\n| --x-color-background-layout-columns-main-body | The background color of the main body |\n| --x-color-border-layout-columns-main-body | The border color of the main body |\n| --x-size-border-width-layout-columns-main-body | The border width of the sub main body |\n| --x-size-margin-bottom-layout-columns-scroll-to-top | The margin bottom of the scroll to top |\n| --x-size-margin-left-layout-columns-scroll-to-top | The margin left of the scroll to top |\n</docs>\n"],"names":["const"],"mappings":";;;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"multi-column-max-width-layout.vue.js","sources":["../../../../src/components/layouts/multi-column-max-width-layout.vue"],"sourcesContent":["<template>\n <div\n class=\"x-layout x-layout--columns\"\n :class=\"{ 'dev-mode': devMode }\"\n :style=\"{ height: hasContent('main-body') ? '100%' : 'auto' }\"\n >\n <header class=\"x-layout__header\">\n <div v-if=\"hasContent('header-start')\" class=\"x-list x-layout__header-start\">\n <!-- @slot Slot that can be used to insert content into the left part of the header. -->\n <slot name=\"header-start\">\n <span v-if=\"devMode\" class=\"slot-helper\">HEADER START</span>\n </slot>\n </div>\n\n <div v-if=\"hasContent('header-middle')\" class=\"x-list x-layout__header-middle\">\n <!-- @slot Slot that can be used to insert content into the center part of the header. -->\n <slot name=\"header-middle\">\n <span v-if=\"devMode\" class=\"slot-helper\">HEADER MIDDLE</span>\n </slot>\n </div>\n\n <div v-if=\"hasContent('header-end')\" class=\"x-list x-layout__header-end\">\n <!-- @slot Slot that can be used to insert content into the right part of the header. -->\n <slot name=\"header-end\">\n <span v-if=\"devMode\" class=\"slot-helper\">HEADER END</span>\n </slot>\n </div>\n </header>\n\n <div v-if=\"hasContent('sub-header')\" class=\"x-layout__sub-header\">\n <div class=\"x-layout__sub-header-content\">\n <!-- @slot Slot that can be used to insert content into below the header. -->\n <slot name=\"sub-header\">\n <span v-if=\"devMode\" class=\"slot-helper\">SUB HEADER</span>\n </slot>\n </div>\n </div>\n\n <section v-if=\"hasContent('toolbar-aside', 'toolbar-body')\" class=\"x-layout__toolbar\">\n <aside class=\"x-list x-layout__toolbar-aside\">\n <slot name=\"toolbar-aside\">\n <!-- @slot Slot that can be used to insert content above the left aside. -->\n <span v-if=\"devMode\" class=\"slot-helper\">TOOLBAR ASIDE</span>\n </slot>\n </aside>\n\n <div class=\"x-list x-layout__toolbar-body\">\n <!-- @slot Slot that can be used to insert content above the body. -->\n <slot name=\"toolbar-body\">\n <span v-if=\"devMode\" class=\"slot-helper\">TOOLBAR BODY</span>\n </slot>\n </div>\n </section>\n\n <main class=\"x-layout__main\">\n <BaseIdTogglePanel\n v-if=\"hasContent('main-aside')\"\n panelId=\"aside-panel\"\n :animation=\"asideAnimation\"\n class=\"x-layout__collapse-aside\"\n >\n <Scroll id=\"aside-scroll\" class=\"x-layout__aside-scroll\">\n <div class=\"x-layout__main-aside x-list x-list--vertical\">\n <!-- @slot Slot that can be used to insert content into the left side bar. -->\n <slot name=\"main-aside\">\n <span v-if=\"devMode\" class=\"slot-helper\" style=\"height: 110vh\">MAIN ASIDE</span>\n </slot>\n </div>\n </Scroll>\n </BaseIdTogglePanel>\n\n <MainScroll>\n <Scroll v-if=\"hasContent('main-body')\" id=\"main-scroll\" class=\"x-layout__body-scroll\">\n <section class=\"x-layout__main-body x-list x-list--vertical\">\n <!-- @slot Slot that can be used to insert the body content. -->\n <slot name=\"main-body\">\n <span v-if=\"devMode\" class=\"slot-helper\" style=\"height: 110vh\">MAIN BODY</span>\n </slot>\n </section>\n </Scroll>\n </MainScroll>\n </main>\n\n <div v-if=\"hasContent('scroll-to-top')\" class=\"x-layout__scroll-to-top\">\n <div class=\"x-layout__scroll-to-top-content\">\n <slot name=\"scroll-to-top\">\n <span v-if=\"devMode\" class=\"slot-helper\" style=\"height: 50px\">SCROLL TO TOP</span>\n </slot>\n </div>\n </div>\n </div>\n</template>\n\n<script lang=\"ts\">\n import Vue from 'vue';\n import Component, { mixins } from 'vue-class-component';\n import { Prop } from 'vue-property-decorator';\n import MainScroll from '../../x-modules/scroll/components/main-scroll.vue';\n import Scroll from '../../x-modules/scroll/components/scroll.vue';\n import AnimateWidth from '../animations/animate-width.vue';\n import BaseIdTogglePanel from '../panels/base-id-toggle-panel.vue';\n import LayoutsMixin from './layouts.mixin';\n\n /**\n * Component for use as Layout to be filled with the rest of the Components.\n *\n * @public\n */\n @Component({\n components: { BaseIdTogglePanel, MainScroll, Scroll }\n })\n export default class MultiColumnMaxWidthLayout extends mixins(LayoutsMixin) {\n /**\n * The animation used for the Main Aside.\n *\n * @public\n */\n @Prop({ default: () => AnimateWidth })\n protected asideAnimation!: Vue;\n }\n</script>\n\n<style lang=\"scss\">\n :root {\n //layout\n --x-size-min-margin-layout-columns: var(--x-size-base-06);\n --x-size-column-gap-layout-columns: var(--x-size-base-06);\n\n //spacing\n\n // size - header\n --x-size-padding-top-layout-columns-header: var(--x-size-base-07);\n --x-size-padding-bottom-layout-columns-header: var(--x-size-base-05);\n\n // size - toolbar\n --x-size-padding-top-layout-columns-toolbar: var(--x-size-base-05);\n --x-size-padding-bottom-layout-columns-toolbar: var(--x-size-base-03);\n\n // size- scroll-to-top\n --x-size-margin-bottom-layout-columns-scroll-to-top: var(--x-size-base-03);\n --x-size-margin-left-layout-columns-scroll-to-top: var(--x-size-base-03);\n\n // color\n --x-color-background-layout-columns: var(--x-color-base-neutral-100);\n --x-color-border-layout-columns: var(--x-color-base-neutral-70);\n --x-color-border-layout-columns-header: var(--x-color-border-layout-columns);\n --x-color-border-layout-columns-sub-header: var(--x-color-border-layout-columns);\n --x-color-border-layout-columns-toolbar: var(--x-color-border-layout-columns);\n --x-color-border-layout-columns-main: var(--x-color-border-layout-columns);\n --x-color-border-layout-columns-main-aside: var(--x-color-border-layout-columns);\n --x-color-border-layout-columns-main-body: var(--x-color-border-layout-columns);\n\n // border\n --x-size-border-width-layout-columns-header: 0;\n --x-size-border-width-layout-columns-toolbar: 1px 0 0;\n }\n</style>\n\n<style lang=\"scss\" scoped>\n @import '../../design-system/utilities/dev-mode';\n\n .x-layout {\n // custom properties\n --x-size-gap-default: var(--x-size-column-gap-layout-columns, 20px);\n --x-size-margin-max-width: calc((100vw - var(--x-size-max-width-layout-columns, 1440px)) / 2);\n --x-size-margin-layout-columns: max(\n var(--x-size-min-margin-layout-columns, 20px),\n var(--x-size-margin-max-width)\n );\n --x-number-columns-header-middle: calc(var(--x-number-columns-layout-columns, 5) - 2);\n --x-number-columns-sub-header-content: var(--x-number-columns-header-middle);\n --x-number-columns-toolbar-body: calc(var(--x-number-columns-layout-columns, 5) - 1);\n\n // layout\n display: grid;\n align-content: stretch;\n max-height: 100%;\n\n grid-template-columns:\n [page-start]\n 1fr\n [scroll-to-top-start]\n calc(var(--x-size-margin-layout-columns) + var(--x-size-gap-default))\n [scroll-to-top-end page-end];\n\n grid-template-rows:\n [page-start header-start]\n auto\n [header-end sub-header-start]\n auto\n [sub-header-end toolbar-start]\n auto\n [toolbar-end main-start]\n 1fr\n [scroll-to-top-start]\n auto\n [main-end scroll-to-top-end page-end];\n\n &__header {\n // layout\n grid-column: page;\n grid-row: header;\n display: grid;\n column-gap: var(--x-size-gap-default);\n\n grid-template-columns:\n [header-start]\n var(--x-size-margin-layout-columns)\n [start-content-start]\n 1fr\n [start-content-end middle-content-start]\n repeat(var(--x-number-columns-header-middle), 1fr)\n [middle-content-end end-content-start]\n 1fr\n [end-content-end]\n var(--x-size-margin-layout-columns)\n [header-end];\n\n // size\n padding-block-start: var(--x-size-padding-top-layout-columns-header, 0);\n padding-block-end: var(--x-size-padding-bottom-layout-columns-header, 0);\n margin-block-start: var(--x-size-margin-top-layout-columns-header, 0);\n margin-block-end: var(--x-size-margin-bottom-layout-columns-header, 0);\n\n // color\n background-color: var(--x-color-background-layout-columns-header, transparent);\n border-color: var(--x-color-border-layout-columns-header, transparent);\n\n // border\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-header, 0);\n }\n\n &__header-start {\n // layout\n grid-column: start-content;\n\n &.x-list {\n // space\n flex-flow: var(--x-flow-layout-columns-header-start, row nowrap);\n justify-content: var(--x-size-justify-layout-columns-header-start, flex start);\n align-items: var(--x-size-align-layout-columns-header-start, flex start);\n }\n }\n\n &__header-middle {\n // layout\n grid-column: middle-content;\n\n &.x-list {\n // space\n flex-flow: var(--x-flow-layout-columns-header-middle, row nowrap);\n justify-content: var(--x-size-justify-layout-columns-header-middle, center);\n align-items: var(--x-size-align-layout-columns-header-middle, flex start);\n }\n }\n\n &__header-end {\n // layout\n grid-column: end-content;\n\n &.x-list {\n flex-flow: var(--x-flow-layout-columns-header-end, row nowrap);\n justify-content: var(--x-size-justify-layout-columns-header-end, flex-end);\n align-items: var(--x-size-align-layout-columns-header-end, flex-start);\n }\n }\n\n &__sub-header {\n // layout\n grid-column: page;\n grid-row: sub-header;\n display: grid;\n column-gap: var(--x-size-gap-default);\n\n grid-template-columns:\n [sub-header-start]\n var(--x-size-margin-layout-columns)\n 1fr\n [sub-header-content-start]\n repeat(var(--x-number-columns-sub-header-content), 1fr)\n [sub-header-content-end]\n 1fr\n var(--x-size-margin-layout-columns)\n [sub-header-end];\n\n // size\n padding-block-start: var(--x-size-padding-top-layout-columns-sub-header, 0);\n padding-block-end: var(--x-size-padding-bottom-layout-columns-sub-header), 0;\n margin-block-start: var(--x-size-margin-top-layout-columns-sub-header, 0);\n margin-block-end: var(--x-size-margin-bottom-layout-columns-sub-header, 0);\n\n // color\n background-color: var(--x-color-background-layout-columns-sub-header, transparent);\n border-color: var(--x-color-border-layout-columns-sub-header, transparent);\n\n // border\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-sub-header, 0);\n }\n\n &__sub-header-content {\n // layout\n grid-column: sub-header-content;\n\n &.x-list {\n flex-flow: var(--x-flow-layout-columns-sub-header, row nowrap);\n justify-content: var(--x-size-justify-layout-columns-sub-header, flex-start);\n align-items: var(--x-size-align-layout-columns-sub-header, flex-start);\n }\n }\n\n &__toolbar {\n // layout\n grid-column: page;\n grid-row: toolbar;\n display: grid;\n column-gap: var(--x-size-gap-default);\n\n grid-template-columns:\n [toolbar-start]\n var(--x-size-margin-layout-columns)\n [toolbar-aside-start]\n 1fr\n [toolbar-aside-end toolbar-body-start]\n repeat(var(--x-number-columns-toolbar-body), 1fr)\n [toolbar-body-end]\n var(--x-size-margin-layout-columns)\n [toolbar-end];\n\n // size\n padding-block-start: var(--x-size-padding-top-layout-columns-toolbar, 0);\n padding-block-end: var(--x-size-padding-bottom-layout-columns-toolbar, 0);\n margin-block-start: var(--x-size-margin-top-layout-columns-toolbar, 0);\n margin-block-end: var(--x-size-margin-bottom-layout-columns-toolbar, 0);\n\n // color\n background-color: var(--x-color-background-layout-columns-toolbar, transparent);\n border-color: var(--x-color-border-layout-columns-toolbar, transparent);\n\n // border\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-toolbar, 0);\n }\n\n &__toolbar-aside {\n // layout\n grid-column: toolbar-aside;\n\n &.x-list {\n flex-flow: var(--x-flow-layout-columns-toolbar-aside, row nowrap);\n justify-content: var(--x-size-justify-layout-columns-toolbar-aside, flex-start);\n align-items: var(--x-size-align-layout-columns-toolbar-aside, center);\n }\n }\n\n &__toolbar-body {\n // layout\n grid-column: toolbar-body;\n\n &.x-list {\n flex-flow: var(--x-flow-layout-columns-toolbar-body, row nowrap);\n justify-content: var(--x-size-justify-layout-columns-toolbar-body, flex-end);\n align-items: var(--x-size-align-layout-columns-toolbar-body, center);\n }\n }\n\n &__main {\n // layout\n grid-column: page;\n grid-row: main;\n min-height: 0;\n display: flex;\n flex-flow: row nowrap;\n justify-content: stretch;\n padding-left: calc(var(--x-size-margin-layout-columns) + var(--x-size-gap-default));\n\n // size\n padding-block-start: var(--x-size-padding-top-layout-columns-main, 0);\n padding-block-end: var(--x-size-padding-bottom-layout-columns-main, 0);\n margin-block-start: var(--x-size-margin-top-layout-columns-main, 0);\n margin-block-end: var(--x-size-margin-bottom-layout-columns-main, 0);\n\n // color\n background-color: var(--x-color-background-layout-columns-main, transparent);\n border-color: var(--x-color-border-layout-columns-main, transparent);\n\n // border\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-main, 0);\n }\n\n &__collapse-aside {\n width: calc(\n (\n 100% - var(--x-size-gap-default) * (var(--x-number-columns-layout-columns, 5)) -\n var(--x-size-margin-layout-columns)\n ) / var(--x-number-columns-layout-columns, 5) + var(--x-size-gap-default)\n );\n }\n\n &__aside-scroll {\n height: 100%;\n margin-right: var(--x-size-gap-default);\n }\n\n &__body-scroll {\n flex: 1 1 auto;\n width: 0;\n padding-right: calc(var(--x-size-margin-layout-columns) + var(--x-size-gap-default) - 16px);\n\n &.x-scroll {\n --x-string-overflow-scroll: scroll;\n }\n }\n\n &__scroll-to-top {\n //layout\n grid-area: scroll-to-top;\n justify-content: flex-end;\n width: 100%;\n display: flex;\n z-index: 1;\n pointer-events: none;\n }\n\n &__scroll-to-top-content {\n flex: 1 0 auto;\n padding-block-end: var(--x-size-margin-bottom-layout-columns-scroll-to-top, 10px);\n padding-inline-start: var(--x-size-margin-left-layout-columns-scroll-to-top, 10px);\n\n ::v-deep > * {\n pointer-events: all;\n }\n }\n }\n</style>\n\n<docs lang=\"mdx\">\n# Layout\n\nThis component has the following layout with fixed headers and collapsible fixed asides:\n\n| header-start | header-middle | header-end |\n| :-----------: | :-----------: | :-----------: |\n| sub-header | | |\n| toolbar-aside | toolbar | |\n| main-aside | main | |\n| | | scroll-to-top |\n\n# Design Tokens\n\nThe component has also the following `Design Tokens` to configure it:\n\n| token | default value |\n| :-------------------------------------------------: | :-----------: |\n| --x-size-column-gap-layout-columns | 20px |\n| --x-size-padding-top-layout-columns-header | 0px |\n| --x-size-padding-bottom-layout-columns-header | 0px |\n| --x-size-margin-top-layout-columns-header | 0px |\n| --x-size-margin-bottom-layout-columns-header | 0px |\n| --x-color-background-layout-columns-header | transparent |\n| --x-color-border-layout-columns-header | transparent |\n| --x-size-border-width-layout-columns-header | 0px |\n| --x-flow-layout-columns-header-start | row nowrap |\n| --x-size-justify-layout-columns-header-start | flex-start |\n| --x-size-align-layout-columns-header-start | flex-start |\n| --x-flow-layout-columns-header-middle | row nowrap |\n| --x-size-justify-layout-columns-header-middle | center |\n| --x-size-align-layout-columns-header-middle | flex-start |\n| --x-flow-layout-columns-header-end | row nowrap |\n| --x-size-justify-layout-columns-header-end | flex-end |\n| --x-size-align-layout-columns-header-end | flex-end |\n| --x-size-padding-top-layout-columns-sub-header | 0px |\n| --x-size-padding-bottom-layout-columns-sub-header | 0px |\n| --x-size-margin-top-layout-columns-sub-header | 0px |\n| --x-size-margin-bottom-layout-columns-sub-header | 0px |\n| --x-color-background-layout-columns-sub-header | transparent |\n| --x-color-border-layout-columns-sub-header | transparent |\n| --x-size-border-width-layout-columns-sub-header | 0px |\n| --x-flow-layout-columns-sub-header | row nowrap |\n| --x-size-justify-layout-columns-sub-header | flex-start |\n| --x-size-align-layout-columns-sub-header | flex-start |\n| --x-size-padding-top-layout-columns-toolbar | 0px |\n| --x-size-padding-bottom-layout-columns-toolbar | 0px |\n| --x-size-margin-top-layout-columns-toolbar | 0px |\n| --x-size-margin-bottom-layout-columns-toolbar | 0px |\n| --x-color-background-layout-columns-toolbar | transparent |\n| --x-color-border-layout-columns-sub-toolbar | transparent |\n| --x-size-border-width-layout-columns-toolbar | 0px |\n| --x-flow-layout-columns-toolbar-aside | row nowrap |\n| --x-size-justify-layout-columns-toolbar-aside | flex-start |\n| --x-size-align-layout-columns-toolbar-aside | center |\n| --x-flow-layout-columns-toolbar-body | row nowrap |\n| --x-size-justify-layout-columns-toolbar-body | flex-start |\n| --x-size-align-layout-columns-toolbar-body | center |\n| --x-size-padding-top-layout-columns-main | 0px |\n| --x-size-padding-bottom-layout-columns-main | 0px |\n| --x-size-margin-top-layout-columns-main | 0px |\n| --x-size-margin-bottom-layout-columns-main | 0px |\n| --x-color-background-layout-columns-main | transparent |\n| --x-color-border-layout-columns-sub-main | transparent |\n| --x-size-border-width-layout-columns-main | 0px |\n| --x-color-background-layout-columns-main-aside | transparent |\n| --x-color-border-layout-columns-sub-main-aside | transparent |\n| --x-size-border-width-layout-columns-main-aside | 0px |\n| --x-color-background-layout-columns-main-body | transparent |\n| --x-color-border-layout-columns-sub-main-body | transparent |\n| --x-size-border-width-layout-columns-main-body | 0px |\n| --x-size-margin-bottom-layout-columns-scroll-to-top | 10px |\n| --x-size-margin-left-layout-columns-scroll-to-top | 10px |\n\n| token | use |\n| :-------------------------------------------------: | :--------------------------------------: |\n| --x-size-column-gap-layout-columns | The gap between columns |\n| --x-size-padding-top-layout-columns-header | The padding top of the header |\n| --x-size-padding-bottom-layout-columns-header | The padding bottom of the header |\n| --x-size-margin-top-layout-columns-header | The margin top of the header |\n| --x-size-margin-bottom-layout-columns-header | The margin bottom of the header |\n| --x-color-background-layout-columns-header | The background color of the header |\n| --x-color-border-layout-columns-header | The border color of the header |\n| --x-size-border-width-layout-columns-header | The border width of the header |\n| --x-flow-layout-columns-header-start | The flex flow of the start header |\n| --x-size-justify-layout-columns-header-start | The justify content of the start header |\n| --x-size-align-layout-columns-header-start | The align items of the start header |\n| --x-flow-layout-columns-header-middle | The flex flow of the middle header |\n| --x-size-justify-layout-columns-header-middle | The justify content of the middle header |\n| --x-size-align-layout-columns-header-middle | The align items of the middle header |\n| --x-flow-layout-columns-header-end | The flex flow of the end header |\n| --x-size-justify-layout-columns-header-end | The justify content of the end header |\n| --x-size-align-layout-columns-header-end | The align items of the end header |\n| --x-size-padding-top-layout-columns-sub-header | The padding bottom of the sub header |\n| --x-size-padding-bottom-layout-columns-sub-header | The padding top of the sub header |\n| --x-size-margin-top-layout-columns-sub-header | The margin bottom of the sub header |\n| --x-size-margin-bottom-layout-columns-sub-header | The margin top of the sub header |\n| --x-color-background-layout-columns-sub-header | The background color of the sub header |\n| --x-color-border-layout-columns-sub-header | The border color of the sub header |\n| --x-size-border-width-layout-columns-sub-header | The border width of the sub header |\n| --x-flow-layout-columns-sub-header | The flex flow of the sub header |\n| --x-size-justify-layout-columns-sub-header | The justify content of the sub header |\n| --x-size-align-layout-columns-sub-header | The align items of the sub header |\n| --x-size-padding-top-layout-columns-toolbar | The padding top of the toolbar |\n| --x-size-padding-bottom-layout-columns-toolbar | The padding bottom of the toolbar |\n| --x-size-margin-top-layout-columns-toolbar | The margin top of the toolbar |\n| --x-size-margin-bottom-layout-columns-toolbar | The margin bottom of the toolbar |\n| --x-color-background-layout-columns-toolbar | The background color of the toolbar |\n| --x-color-border-layout-columns-sub-toolbar | The border color of the toolbar |\n| --x-size-border-width-layout-columns-toolbar | The border width of the toolbar |\n| --x-flow-layout-columns-toolbar-aside | The flex flow of the toolbar aside |\n| --x-size-justify-layout-columns-toolbar-aside | The justify content of the toolbar aside |\n| --x-size-align-layout-columns-toolbar-aside | The align items of the toolbar aside |\n| --x-flow-layout-columns-toolbar-body | The flex flow of the end toolbar body |\n| --x-size-justify-layout-columns-toolbar-body | Justify content of the end toolbar body |\n| --x-size-align-layout-columns-toolbar-body | The align items of the toolbar body |\n| --x-size-padding-top-layout-columns-main | The padding top of the main |\n| --x-size-padding-bottom-layout-columns-main | The padding bottom of the main |\n| --x-size-margin-top-layout-columns-main | The margin top of the main |\n| --x-size-margin-bottom-layout-columns-main | The margin bottom of the main |\n| --x-color-background-layout-columns-main | The background color of the main |\n| --x-color-border-layout-columns-main | The border color of the main |\n| --x-size-border-width-layout-columns-main | The border width of the main |\n| --x-color-background-layout-columns-main-aside | The background color of the main aside |\n| --x-color-border-layout-columns-main-aside | The border color of the main aside |\n| --x-size-border-width-layout-columns-main-aside | The border width of the sub main aside |\n| --x-color-background-layout-columns-main-body | The background color of the main body |\n| --x-color-border-layout-columns-main-body | The border color of the main body |\n| --x-size-border-width-layout-columns-main-body | The border width of the sub main body |\n| --x-size-margin-bottom-layout-columns-scroll-to-top | The margin bottom of the scroll to top |\n| --x-size-margin-left-layout-columns-scroll-to-top | The margin left of the scroll to top |\n</docs>\n"],"names":["const"],"mappings":";;;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}