@empathyco/x-components 3.0.0-alpha.21 → 3.0.0-alpha.25

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 (214) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/core/index.js +3 -1
  3. package/core/index.js.map +1 -1
  4. package/design-system/badge-default.css +46 -0
  5. package/design-system/base.css +4 -1
  6. package/design-system/button-primary.css +11 -2
  7. package/design-system/button-secondary.css +12 -3
  8. package/design-system/button-tertiary.css +11 -2
  9. package/design-system/default-theme.css +150 -42
  10. package/design-system/dropdown-default.css +68 -33
  11. package/design-system/dropdown-l.css +1 -1
  12. package/design-system/dropdown-m.css +1 -1
  13. package/design-system/dropdown-s.css +1 -1
  14. package/design-system/dropdown-xl.css +1 -1
  15. package/design-system/full-theme.css +2564 -194
  16. package/design-system/list-default.css +1 -0
  17. package/design-system/list-gap.css +61 -1
  18. package/design-system/list-padding.css +54 -1
  19. package/design-system/row-padding.css +2 -0
  20. package/design-system/utilities-background-color.css +20 -0
  21. package/design-system/utilities-border-color.css +20 -0
  22. package/design-system/utilities-border-radius.css +981 -0
  23. package/design-system/utilities-border-width.css +333 -0
  24. package/design-system/{shadow-shadow.css → utilities-box-shadow.css} +32 -23
  25. package/design-system/utilities-font-color.css +20 -0
  26. package/design-system/utilities-margin.css +435 -0
  27. package/design-system/utilities-padding.css +406 -0
  28. package/docs/API-reference/api/x-components.baseresultimage.animation.md +13 -0
  29. package/docs/API-reference/api/x-components.baseresultimage.md +1 -0
  30. package/docs/API-reference/api/x-components.capitalize.md +30 -0
  31. package/docs/API-reference/api/x-components.crossfade.md +15 -0
  32. package/docs/API-reference/api/x-components.md +10 -1
  33. package/docs/API-reference/api/{x-components.urlstate.filters.md → x-components.params.filters.md} +2 -2
  34. package/docs/API-reference/api/x-components.params.md +25 -0
  35. package/docs/API-reference/api/{x-components.urlstate.page.md → x-components.params.page.md} +2 -2
  36. package/docs/API-reference/api/{x-components.urlstate.query.md → x-components.params.query.md} +2 -2
  37. package/docs/API-reference/api/{x-components.urlstate.relatedtags.md → x-components.params.relatedtags.md} +2 -2
  38. package/docs/API-reference/api/x-components.params.scroll.md +11 -0
  39. package/docs/API-reference/api/{x-components.urlstate.sort.md → x-components.params.sort.md} +2 -2
  40. package/docs/API-reference/api/x-components.setquery.md +13 -0
  41. package/docs/API-reference/api/x-components.setqueryfromurl.md +13 -0
  42. package/docs/API-reference/api/x-components.setsearchextraparams.md +1 -1
  43. package/docs/API-reference/api/x-components.setsearchqueryfromurl.md +13 -0
  44. package/docs/API-reference/api/x-components.translatefromleft.md +15 -0
  45. package/docs/API-reference/api/x-components.translatefromright.md +1 -1
  46. package/docs/API-reference/api/x-components.updatestoreurl.md +13 -0
  47. package/docs/API-reference/api/x-components.updateurl.md +13 -0
  48. package/docs/API-reference/api/x-components.urlactions.md +2 -1
  49. package/docs/API-reference/api/x-components.urlactions.updatestorefromurl.md +17 -0
  50. package/docs/API-reference/api/x-components.urlactions.updateurl.md +1 -1
  51. package/docs/API-reference/api/x-components.urlgetters.md +2 -2
  52. package/docs/API-reference/api/x-components.urlgetters.urlmappedparamnames.md +3 -1
  53. package/docs/API-reference/api/x-components.urlgetters.urlparams.md +2 -0
  54. package/docs/API-reference/api/x-components.urlmutations.md +4 -1
  55. package/docs/API-reference/api/x-components.urlmutations.setextraparams.md +24 -0
  56. package/docs/API-reference/api/x-components.urlmutations.setparams.md +24 -0
  57. package/docs/API-reference/api/x-components.urlmutations.setquery.md +24 -0
  58. package/docs/API-reference/api/x-components.urlmutations.seturlconfig.md +3 -1
  59. package/docs/API-reference/api/x-components.urlparamkey.md +3 -1
  60. package/docs/API-reference/api/x-components.urlstate.md +1 -5
  61. package/docs/API-reference/api/x-components.urlstate.params.md +11 -0
  62. package/docs/API-reference/api/x-components.urlxevents.md +1 -0
  63. package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +13 -0
  64. package/docs/API-reference/api/x-types.banner.md +2 -2
  65. package/docs/API-reference/api/x-types.historyquery.md +2 -2
  66. package/docs/API-reference/api/x-types.nextqueries.md +2 -2
  67. package/docs/API-reference/api/x-types.nextquery.md +2 -2
  68. package/docs/API-reference/api/x-types.promoted.md +2 -2
  69. package/docs/API-reference/api/x-types.relatedtag.md +2 -2
  70. package/docs/API-reference/api/x-types.result.md +2 -2
  71. package/docs/API-reference/api/x-types.suggestion.md +2 -2
  72. package/docs/API-reference/components/common/animations/x-components.cross-fade.md +30 -0
  73. package/docs/API-reference/components/common/animations/x-components.translate-from-left.md +30 -0
  74. package/docs/API-reference/components/common/animations/x-components.translate-from-right.md +6 -5
  75. package/docs/API-reference/components/common/result/x-components.base-result-image.md +7 -6
  76. package/docs/API-reference/components/url/x-components.url-handler.md +86 -0
  77. package/docs/sidebar.json +1 -1
  78. package/js/components/animations/cross-fade.vue.js +58 -0
  79. package/js/components/animations/cross-fade.vue.js.map +1 -0
  80. package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js +23 -0
  81. package/js/components/animations/cross-fade.vue_rollup-plugin-vue=script.js.map +1 -0
  82. package/js/components/animations/translate-from-left.vue.js +58 -0
  83. package/js/components/animations/translate-from-left.vue.js.map +1 -0
  84. package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js +23 -0
  85. package/js/components/animations/translate-from-left.vue_rollup-plugin-vue=script.js.map +1 -0
  86. package/js/components/animations/translate-from-right.vue.js +2 -2
  87. package/js/components/animations/translate-from-right.vue.js.map +1 -1
  88. package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js +2 -2
  89. package/js/components/animations/translate-from-right.vue_rollup-plugin-vue=script.js.map +1 -1
  90. package/js/components/base-dropdown.vue.js +2 -2
  91. package/js/components/base-dropdown.vue.js.map +1 -1
  92. package/js/components/base-rating.vue.js +1 -1
  93. package/js/components/column-picker/base-column-picker-list.vue.js +1 -1
  94. package/js/components/layouts/multi-column-max-width-layout.vue.js +1 -1
  95. package/js/components/layouts/single-column-layout.vue.js +1 -1
  96. package/js/components/modals/base-modal.vue.js +1 -1
  97. package/js/components/result/base-result-image.vue.js +40 -30
  98. package/js/components/result/base-result-image.vue.js.map +1 -1
  99. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js +3 -0
  100. package/js/components/result/base-result-image.vue_rollup-plugin-vue=script.js.map +1 -1
  101. package/js/components/sliding-panel.vue.js +1 -1
  102. package/js/index.js +6 -4
  103. package/js/index.js.map +1 -1
  104. package/js/utils/string.js +16 -1
  105. package/js/utils/string.js.map +1 -1
  106. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js +2 -0
  107. package/js/x-modules/extra-params/components/extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
  108. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js +2 -0
  109. package/js/x-modules/extra-params/components/renderless-extra-param.vue_rollup-plugin-vue=script.js.map +1 -1
  110. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js +2 -0
  111. package/js/x-modules/extra-params/components/snippet-config-extra-params.vue_rollup-plugin-vue=script.js.map +1 -1
  112. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js +2 -0
  113. package/js/x-modules/facets/components/clear-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  114. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js +2 -0
  115. package/js/x-modules/facets/components/facets/facets-provider.vue_rollup-plugin-vue=script.js.map +1 -1
  116. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js +2 -0
  117. package/js/x-modules/facets/components/filters/all-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  118. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js +2 -0
  119. package/js/x-modules/facets/components/filters/base-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  120. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js +2 -0
  121. package/js/x-modules/facets/components/filters/hierarchical-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  122. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js +2 -0
  123. package/js/x-modules/facets/components/filters/number-range-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  124. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js +2 -0
  125. package/js/x-modules/facets/components/filters/renderless-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  126. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js +2 -0
  127. package/js/x-modules/facets/components/filters/simple-filter.vue_rollup-plugin-vue=script.js.map +1 -1
  128. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js +2 -0
  129. package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue_rollup-plugin-vue=script.js.map +1 -1
  130. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js +2 -0
  131. package/js/x-modules/facets/components/lists/filters-list.vue_rollup-plugin-vue=script.js.map +1 -1
  132. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js +2 -0
  133. package/js/x-modules/facets/components/lists/filters-search.vue_rollup-plugin-vue=script.js.map +1 -1
  134. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js +2 -0
  135. package/js/x-modules/facets/components/lists/selected-filters-list.vue_rollup-plugin-vue=script.js.map +1 -1
  136. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js +2 -0
  137. package/js/x-modules/facets/components/lists/selected-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  138. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js +2 -0
  139. package/js/x-modules/facets/components/lists/sliced-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  140. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js +2 -0
  141. package/js/x-modules/facets/components/lists/sorted-filters.vue_rollup-plugin-vue=script.js.map +1 -1
  142. package/js/x-modules/related-tags/components/related-tags.vue.js +1 -1
  143. package/js/x-modules/search/components/banner.vue.js +1 -1
  144. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js +2 -0
  145. package/js/x-modules/search/components/partial-query-button.vue_rollup-plugin-vue=script.js.map +1 -1
  146. package/js/x-modules/search/components/promoted.vue.js +1 -1
  147. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js +2 -0
  148. package/js/x-modules/search/components/sort-list.vue_rollup-plugin-vue=script.js.map +1 -1
  149. package/js/x-modules/search/components/sort.mixin.js +2 -0
  150. package/js/x-modules/search/components/sort.mixin.js.map +1 -1
  151. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js +2 -0
  152. package/js/x-modules/search/components/spellcheck-button.vue_rollup-plugin-vue=script.js.map +1 -1
  153. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js +2 -0
  154. package/js/x-modules/search/components/spellcheck.vue_rollup-plugin-vue=script.js.map +1 -1
  155. package/js/x-modules/search/wiring.js +11 -1
  156. package/js/x-modules/search/wiring.js.map +1 -1
  157. package/js/x-modules/search-box/wiring.js +11 -1
  158. package/js/x-modules/search-box/wiring.js.map +1 -1
  159. package/js/x-modules/url/store/actions/update-store-from-url.action.js +76 -0
  160. package/js/x-modules/url/store/actions/update-store-from-url.action.js.map +1 -0
  161. package/js/x-modules/url/store/actions/update-url.action.js +22 -5
  162. package/js/x-modules/url/store/actions/update-url.action.js.map +1 -1
  163. package/js/x-modules/url/store/getters/{url-param-names.getter.js → url-mapped-param-names.getter.js} +4 -4
  164. package/js/x-modules/url/store/getters/url-mapped-param-names.getter.js.map +1 -0
  165. package/js/x-modules/url/store/getters/url-params.getter.js +5 -4
  166. package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
  167. package/js/x-modules/url/store/module.js +22 -7
  168. package/js/x-modules/url/store/module.js.map +1 -1
  169. package/js/x-modules/url/wiring.js +41 -2
  170. package/js/x-modules/url/wiring.js.map +1 -1
  171. package/package.json +5 -5
  172. package/report/tsdoc-metadata.json +1 -1
  173. package/report/x-adapter.api.json +1 -1
  174. package/report/x-components.api.json +749 -107
  175. package/report/x-components.api.md +72 -14
  176. package/report/x-types.api.json +51 -23
  177. package/search/index.js +1 -1
  178. package/search-box/index.js +1 -1
  179. package/types/components/animations/cross-fade.vue.d.ts +10 -0
  180. package/types/components/animations/cross-fade.vue.d.ts.map +1 -0
  181. package/types/components/animations/index.d.ts +2 -0
  182. package/types/components/animations/index.d.ts.map +1 -1
  183. package/types/components/animations/translate-from-left.vue.d.ts +10 -0
  184. package/types/components/animations/translate-from-left.vue.d.ts.map +1 -0
  185. package/types/components/animations/translate-from-right.vue.d.ts +2 -2
  186. package/types/components/result/base-result-image.vue.d.ts +7 -0
  187. package/types/components/result/base-result-image.vue.d.ts.map +1 -1
  188. package/types/utils/string.d.ts +13 -0
  189. package/types/utils/string.d.ts.map +1 -1
  190. package/types/x-modules/search/wiring.d.ts +13 -2
  191. package/types/x-modules/search/wiring.d.ts.map +1 -1
  192. package/types/x-modules/search-box/wiring.d.ts +11 -0
  193. package/types/x-modules/search-box/wiring.d.ts.map +1 -1
  194. package/types/x-modules/url/components/index.d.ts +2 -0
  195. package/types/x-modules/url/components/index.d.ts.map +1 -0
  196. package/types/x-modules/url/events.types.d.ts +5 -0
  197. package/types/x-modules/url/events.types.d.ts.map +1 -1
  198. package/types/x-modules/url/store/actions/update-store-from-url.action.d.ts +11 -0
  199. package/types/x-modules/url/store/actions/update-store-from-url.action.d.ts.map +1 -0
  200. package/types/x-modules/url/store/actions/update-url.action.d.ts.map +1 -1
  201. package/types/x-modules/url/store/getters/{url-param-names.getter.d.ts → url-mapped-param-names.getter.d.ts} +1 -1
  202. package/types/x-modules/url/store/getters/url-mapped-param-names.getter.d.ts.map +1 -0
  203. package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -1
  204. package/types/x-modules/url/store/module.d.ts.map +1 -1
  205. package/types/x-modules/url/store/types.d.ts +44 -5
  206. package/types/x-modules/url/store/types.d.ts.map +1 -1
  207. package/types/x-modules/url/wiring.d.ts +33 -0
  208. package/types/x-modules/url/wiring.d.ts.map +1 -1
  209. package/url/index.js +1 -1
  210. package/design-system/list-background.css +0 -20
  211. package/design-system/list-border.css +0 -44
  212. package/design-system/row-background.css +0 -20
  213. package/js/x-modules/url/store/getters/url-param-names.getter.js.map +0 -1
  214. package/types/x-modules/url/store/getters/url-param-names.getter.d.ts.map +0 -1
package/docs/sidebar.json CHANGED
@@ -1 +1 @@
1
- {"API Reference":[{"Components":[{"Common":[{"Animations":["front/xcomponents/API-reference/components/common/animations/x-components.x-components.animate-width","front/xcomponents/API-reference/components/common/animations/x-components.x-components.collapse-from-top","front/xcomponents/API-reference/components/common/animations/x-components.x-components.collapse-height","front/xcomponents/API-reference/components/common/animations/x-components.x-components.collapse-width","front/xcomponents/API-reference/components/common/animations/x-components.x-components.fade-and-slide","front/xcomponents/API-reference/components/common/animations/x-components.x-components.staggered-fade-and-slide","front/xcomponents/API-reference/components/common/animations/x-components.x-components.translate-from-right"]},{"Column Picker":["front/xcomponents/API-reference/components/common/column-picker/x-components.x-components.base-column-picker-dropdown","front/xcomponents/API-reference/components/common/column-picker/x-components.x-components.base-column-picker-list"]},{"Currency":["front/xcomponents/API-reference/components/common/currency/x-components.x-components.base-currency"]},{"Filters":[{"Labels":["front/xcomponents/API-reference/components/common/filters/labels/x-components.x-components.base-price-filter-label","front/xcomponents/API-reference/components/common/filters/labels/x-components.x-components.base-rating-filter-label"]}]},{"Icons":["front/xcomponents/API-reference/components/common/icons/x-components.x-components.arrow","front/xcomponents/API-reference/components/common/icons/x-components.x-components.bag","front/xcomponents/API-reference/components/common/icons/x-components.x-components.bar-code","front/xcomponents/API-reference/components/common/icons/x-components.x-components.barcode-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.cart","front/xcomponents/API-reference/components/common/icons/x-components.x-components.check-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.check","front/xcomponents/API-reference/components/common/icons/x-components.x-components.checkbox-card-selected","front/xcomponents/API-reference/components/common/icons/x-components.x-components.checkbox-card-unselected","front/xcomponents/API-reference/components/common/icons/x-components.x-components.checkbox-selected","front/xcomponents/API-reference/components/common/icons/x-components.x-components.checkbox-unselected","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-down","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-left","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-right","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-tiny-down","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-tiny-left","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-tiny-right","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-tiny-up","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-up","front/xcomponents/API-reference/components/common/icons/x-components.x-components.cross-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.cross","front/xcomponents/API-reference/components/common/icons/x-components.x-components.filters","front/xcomponents/API-reference/components/common/icons/x-components.x-components.grid-1-col","front/xcomponents/API-reference/components/common/icons/x-components.x-components.grid-2-col","front/xcomponents/API-reference/components/common/icons/x-components.x-components.hide","front/xcomponents/API-reference/components/common/icons/x-components.x-components.history-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.history","front/xcomponents/API-reference/components/common/icons/x-components.x-components.menu","front/xcomponents/API-reference/components/common/icons/x-components.x-components.minus-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.minus","front/xcomponents/API-reference/components/common/icons/x-components.x-components.nq-1","front/xcomponents/API-reference/components/common/icons/x-components.x-components.nq-2","front/xcomponents/API-reference/components/common/icons/x-components.x-components.nq-3","front/xcomponents/API-reference/components/common/icons/x-components.x-components.nq-4","front/xcomponents/API-reference/components/common/icons/x-components.x-components.plus","front/xcomponents/API-reference/components/common/icons/x-components.x-components.search-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.search","front/xcomponents/API-reference/components/common/icons/x-components.x-components.show","front/xcomponents/API-reference/components/common/icons/x-components.x-components.star","front/xcomponents/API-reference/components/common/icons/x-components.x-components.trash-open","front/xcomponents/API-reference/components/common/icons/x-components.x-components.trash","front/xcomponents/API-reference/components/common/icons/x-components.x-components.trending-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.trending","front/xcomponents/API-reference/components/common/icons/x-components.x-components.user"]},{"Layouts":["front/xcomponents/API-reference/components/common/layouts/x-components.x-components.multi-column-max-width-layout","front/xcomponents/API-reference/components/common/layouts/x-components.x-components.single-column-layout"]},{"Modals":["front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-events-modal-close","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-events-modal-open","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-events-modal","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-id-modal-close","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-id-modal-open","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-id-modal","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-modal"]},{"Panels":["front/xcomponents/API-reference/components/common/panels/x-components.x-components.base-header-toggle-panel","front/xcomponents/API-reference/components/common/panels/x-components.x-components.base-id-toggle-panel-button","front/xcomponents/API-reference/components/common/panels/x-components.x-components.base-id-toggle-panel","front/xcomponents/API-reference/components/common/panels/x-components.x-components.base-toggle-panel"]},{"Result":["front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-add-to-cart","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-current-price","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-fallback-image","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-image","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-link","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-placeholder-image","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-previous-price"]},{"Scroll":["front/xcomponents/API-reference/components/common/scroll/x-components.x-components.base-id-scroll","front/xcomponents/API-reference/components/common/scroll/x-components.x-components.base-main-scroll","front/xcomponents/API-reference/components/common/scroll/x-components.x-components.base-scroll-to-top","front/xcomponents/API-reference/components/common/scroll/x-components.x-components.base-scroll"]},{"Suggestions":["front/xcomponents/API-reference/components/common/suggestions/x-components.x-components.base-suggestion","front/xcomponents/API-reference/components/common/suggestions/x-components.x-components.base-suggestions"]}]},{"Device":["front/xcomponents/API-reference/components/device/x-components.x-components.device-detector"]},{"Empathize":["front/xcomponents/API-reference/components/empathize/x-components.x-components.empathize"]},{"Extra Params":["front/xcomponents/API-reference/components/extra-params/x-components.x-components.extra-params","front/xcomponents/API-reference/components/extra-params/x-components.x-components.renderless-extra-param","front/xcomponents/API-reference/components/extra-params/x-components.x-components.snippet-config-extra-params"]},{"Facets":["front/xcomponents/API-reference/components/facets/x-components.x-components.clear-filters",{"Facets":["front/xcomponents/API-reference/components/facets/x-components.facets/x-components.facets-provider","front/xcomponents/API-reference/components/facets/x-components.facets/x-components.facets"]},{"Filters":["front/xcomponents/API-reference/components/facets/x-components.filters/x-components.all-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.base-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.editable-number-range-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.hierarchical-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.number-range-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.renderless-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.simple-filter"]},{"Lists":["front/xcomponents/API-reference/components/facets/x-components.lists/x-components.exclude-filters-with-no-results","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.filters-list","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.filters-search","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.selected-filters-list","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.selected-filters","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.sliced-filters","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.sorted-filters"]}]},{"History Queries":["front/xcomponents/API-reference/components/history-queries/x-components.x-components.clear-history-queries","front/xcomponents/API-reference/components/history-queries/x-components.x-components.history-queries","front/xcomponents/API-reference/components/history-queries/x-components.x-components.history-query","front/xcomponents/API-reference/components/history-queries/x-components.x-components.remove-history-query"]},{"Identifier Results":["front/xcomponents/API-reference/components/identifier-results/x-components.x-components.identifier-result","front/xcomponents/API-reference/components/identifier-results/x-components.x-components.identifier-results"]},{"Next Queries":["front/xcomponents/API-reference/components/next-queries/x-components.x-components.next-queries-list","front/xcomponents/API-reference/components/next-queries/x-components.x-components.next-queries","front/xcomponents/API-reference/components/next-queries/x-components.x-components.next-query"]},{"Popular Searches":["front/xcomponents/API-reference/components/popular-searches/x-components.x-components.popular-search","front/xcomponents/API-reference/components/popular-searches/x-components.x-components.popular-searches"]},{"Query Suggestions":["front/xcomponents/API-reference/components/query-suggestions/x-components.x-components.query-suggestion","front/xcomponents/API-reference/components/query-suggestions/x-components.x-components.query-suggestions"]},{"Recommendations":["front/xcomponents/API-reference/components/recommendations/x-components.x-components.recommendations"]},{"Related Tags":["front/xcomponents/API-reference/components/related-tags/x-components.x-components.related-tag","front/xcomponents/API-reference/components/related-tags/x-components.x-components.related-tags"]},{"Search Box":["front/xcomponents/API-reference/components/search-box/x-components.x-components.clear-search-input","front/xcomponents/API-reference/components/search-box/x-components.x-components.search-button","front/xcomponents/API-reference/components/search-box/x-components.x-components.search-input"]},{"Search":["front/xcomponents/API-reference/components/search/x-components.x-components.banner","front/xcomponents/API-reference/components/search/x-components.x-components.banners-list","front/xcomponents/API-reference/components/search/x-components.x-components.partial-query-button","front/xcomponents/API-reference/components/search/x-components.x-components.partial-results-list","front/xcomponents/API-reference/components/search/x-components.x-components.promoted","front/xcomponents/API-reference/components/search/x-components.x-components.promoteds-list","front/xcomponents/API-reference/components/search/x-components.x-components.results-list","front/xcomponents/API-reference/components/search/x-components.x-components.sort-dropdown","front/xcomponents/API-reference/components/search/x-components.x-components.sort-list","front/xcomponents/API-reference/components/search/x-components.x-components.spellcheck-button","front/xcomponents/API-reference/components/search/x-components.x-components.spellcheck"]}]}],"Guide":[{"Getting Started":[{"Components":["front/xcomponents/guide/getting-started/components/x-components.clear-search-input","front/xcomponents/guide/getting-started/components/x-components.live-examples","front/xcomponents/guide/getting-started/components/x-components.query-suggestions","front/xcomponents/guide/getting-started/components/x-components.search-button","front/xcomponents/guide/getting-started/components/x-components.search-input"]},"front/xcomponents/guide/getting-started/x-components.install-xplugin","front/xcomponents/guide/getting-started/x-components.use-components"]},"front/xcomponents/guide/x-components.install"]}
1
+ {"API Reference":[{"Components":[{"Common":[{"Animations":["front/xcomponents/API-reference/components/common/animations/x-components.x-components.animate-width","front/xcomponents/API-reference/components/common/animations/x-components.x-components.collapse-from-top","front/xcomponents/API-reference/components/common/animations/x-components.x-components.collapse-height","front/xcomponents/API-reference/components/common/animations/x-components.x-components.collapse-width","front/xcomponents/API-reference/components/common/animations/x-components.x-components.cross-fade","front/xcomponents/API-reference/components/common/animations/x-components.x-components.fade-and-slide","front/xcomponents/API-reference/components/common/animations/x-components.x-components.staggered-fade-and-slide","front/xcomponents/API-reference/components/common/animations/x-components.x-components.translate-from-left","front/xcomponents/API-reference/components/common/animations/x-components.x-components.translate-from-right"]},{"Column Picker":["front/xcomponents/API-reference/components/common/column-picker/x-components.x-components.base-column-picker-dropdown","front/xcomponents/API-reference/components/common/column-picker/x-components.x-components.base-column-picker-list"]},{"Currency":["front/xcomponents/API-reference/components/common/currency/x-components.x-components.base-currency"]},{"Filters":[{"Labels":["front/xcomponents/API-reference/components/common/filters/labels/x-components.x-components.base-price-filter-label","front/xcomponents/API-reference/components/common/filters/labels/x-components.x-components.base-rating-filter-label"]}]},{"Icons":["front/xcomponents/API-reference/components/common/icons/x-components.x-components.arrow","front/xcomponents/API-reference/components/common/icons/x-components.x-components.bag","front/xcomponents/API-reference/components/common/icons/x-components.x-components.bar-code","front/xcomponents/API-reference/components/common/icons/x-components.x-components.barcode-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.cart","front/xcomponents/API-reference/components/common/icons/x-components.x-components.check-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.check","front/xcomponents/API-reference/components/common/icons/x-components.x-components.checkbox-card-selected","front/xcomponents/API-reference/components/common/icons/x-components.x-components.checkbox-card-unselected","front/xcomponents/API-reference/components/common/icons/x-components.x-components.checkbox-selected","front/xcomponents/API-reference/components/common/icons/x-components.x-components.checkbox-unselected","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-down","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-left","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-right","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-tiny-down","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-tiny-left","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-tiny-right","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-tiny-up","front/xcomponents/API-reference/components/common/icons/x-components.x-components.chevron-up","front/xcomponents/API-reference/components/common/icons/x-components.x-components.cross-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.cross","front/xcomponents/API-reference/components/common/icons/x-components.x-components.filters","front/xcomponents/API-reference/components/common/icons/x-components.x-components.grid-1-col","front/xcomponents/API-reference/components/common/icons/x-components.x-components.grid-2-col","front/xcomponents/API-reference/components/common/icons/x-components.x-components.hide","front/xcomponents/API-reference/components/common/icons/x-components.x-components.history-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.history","front/xcomponents/API-reference/components/common/icons/x-components.x-components.menu","front/xcomponents/API-reference/components/common/icons/x-components.x-components.minus-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.minus","front/xcomponents/API-reference/components/common/icons/x-components.x-components.nq-1","front/xcomponents/API-reference/components/common/icons/x-components.x-components.nq-2","front/xcomponents/API-reference/components/common/icons/x-components.x-components.nq-3","front/xcomponents/API-reference/components/common/icons/x-components.x-components.nq-4","front/xcomponents/API-reference/components/common/icons/x-components.x-components.plus","front/xcomponents/API-reference/components/common/icons/x-components.x-components.search-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.search","front/xcomponents/API-reference/components/common/icons/x-components.x-components.show","front/xcomponents/API-reference/components/common/icons/x-components.x-components.star","front/xcomponents/API-reference/components/common/icons/x-components.x-components.trash-open","front/xcomponents/API-reference/components/common/icons/x-components.x-components.trash","front/xcomponents/API-reference/components/common/icons/x-components.x-components.trending-tiny","front/xcomponents/API-reference/components/common/icons/x-components.x-components.trending","front/xcomponents/API-reference/components/common/icons/x-components.x-components.user"]},{"Layouts":["front/xcomponents/API-reference/components/common/layouts/x-components.x-components.multi-column-max-width-layout","front/xcomponents/API-reference/components/common/layouts/x-components.x-components.single-column-layout"]},{"Modals":["front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-events-modal-close","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-events-modal-open","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-events-modal","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-id-modal-close","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-id-modal-open","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-id-modal","front/xcomponents/API-reference/components/common/modals/x-components.x-components.base-modal"]},{"Panels":["front/xcomponents/API-reference/components/common/panels/x-components.x-components.base-header-toggle-panel","front/xcomponents/API-reference/components/common/panels/x-components.x-components.base-id-toggle-panel-button","front/xcomponents/API-reference/components/common/panels/x-components.x-components.base-id-toggle-panel","front/xcomponents/API-reference/components/common/panels/x-components.x-components.base-toggle-panel"]},{"Result":["front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-add-to-cart","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-current-price","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-fallback-image","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-image","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-link","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-placeholder-image","front/xcomponents/API-reference/components/common/result/x-components.x-components.base-result-previous-price"]},{"Scroll":["front/xcomponents/API-reference/components/common/scroll/x-components.x-components.base-id-scroll","front/xcomponents/API-reference/components/common/scroll/x-components.x-components.base-main-scroll","front/xcomponents/API-reference/components/common/scroll/x-components.x-components.base-scroll-to-top","front/xcomponents/API-reference/components/common/scroll/x-components.x-components.base-scroll"]},{"Suggestions":["front/xcomponents/API-reference/components/common/suggestions/x-components.x-components.base-suggestion","front/xcomponents/API-reference/components/common/suggestions/x-components.x-components.base-suggestions"]}]},{"Device":["front/xcomponents/API-reference/components/device/x-components.x-components.device-detector"]},{"Empathize":["front/xcomponents/API-reference/components/empathize/x-components.x-components.empathize"]},{"Extra Params":["front/xcomponents/API-reference/components/extra-params/x-components.x-components.extra-params","front/xcomponents/API-reference/components/extra-params/x-components.x-components.renderless-extra-param","front/xcomponents/API-reference/components/extra-params/x-components.x-components.snippet-config-extra-params"]},{"Facets":["front/xcomponents/API-reference/components/facets/x-components.x-components.clear-filters",{"Facets":["front/xcomponents/API-reference/components/facets/x-components.facets/x-components.facets-provider","front/xcomponents/API-reference/components/facets/x-components.facets/x-components.facets"]},{"Filters":["front/xcomponents/API-reference/components/facets/x-components.filters/x-components.all-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.base-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.editable-number-range-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.hierarchical-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.number-range-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.renderless-filter","front/xcomponents/API-reference/components/facets/x-components.filters/x-components.simple-filter"]},{"Lists":["front/xcomponents/API-reference/components/facets/x-components.lists/x-components.exclude-filters-with-no-results","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.filters-list","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.filters-search","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.selected-filters-list","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.selected-filters","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.sliced-filters","front/xcomponents/API-reference/components/facets/x-components.lists/x-components.sorted-filters"]}]},{"History Queries":["front/xcomponents/API-reference/components/history-queries/x-components.x-components.clear-history-queries","front/xcomponents/API-reference/components/history-queries/x-components.x-components.history-queries","front/xcomponents/API-reference/components/history-queries/x-components.x-components.history-query","front/xcomponents/API-reference/components/history-queries/x-components.x-components.remove-history-query"]},{"Identifier Results":["front/xcomponents/API-reference/components/identifier-results/x-components.x-components.identifier-result","front/xcomponents/API-reference/components/identifier-results/x-components.x-components.identifier-results"]},{"Next Queries":["front/xcomponents/API-reference/components/next-queries/x-components.x-components.next-queries-list","front/xcomponents/API-reference/components/next-queries/x-components.x-components.next-queries","front/xcomponents/API-reference/components/next-queries/x-components.x-components.next-query"]},{"Popular Searches":["front/xcomponents/API-reference/components/popular-searches/x-components.x-components.popular-search","front/xcomponents/API-reference/components/popular-searches/x-components.x-components.popular-searches"]},{"Query Suggestions":["front/xcomponents/API-reference/components/query-suggestions/x-components.x-components.query-suggestion","front/xcomponents/API-reference/components/query-suggestions/x-components.x-components.query-suggestions"]},{"Recommendations":["front/xcomponents/API-reference/components/recommendations/x-components.x-components.recommendations"]},{"Related Tags":["front/xcomponents/API-reference/components/related-tags/x-components.x-components.related-tag","front/xcomponents/API-reference/components/related-tags/x-components.x-components.related-tags"]},{"Search Box":["front/xcomponents/API-reference/components/search-box/x-components.x-components.clear-search-input","front/xcomponents/API-reference/components/search-box/x-components.x-components.search-button","front/xcomponents/API-reference/components/search-box/x-components.x-components.search-input"]},{"Search":["front/xcomponents/API-reference/components/search/x-components.x-components.banner","front/xcomponents/API-reference/components/search/x-components.x-components.banners-list","front/xcomponents/API-reference/components/search/x-components.x-components.partial-query-button","front/xcomponents/API-reference/components/search/x-components.x-components.partial-results-list","front/xcomponents/API-reference/components/search/x-components.x-components.promoted","front/xcomponents/API-reference/components/search/x-components.x-components.promoteds-list","front/xcomponents/API-reference/components/search/x-components.x-components.results-list","front/xcomponents/API-reference/components/search/x-components.x-components.sort-dropdown","front/xcomponents/API-reference/components/search/x-components.x-components.sort-list","front/xcomponents/API-reference/components/search/x-components.x-components.spellcheck-button","front/xcomponents/API-reference/components/search/x-components.x-components.spellcheck"]},{"Url":["front/xcomponents/API-reference/components/url/x-components.x-components.url-handler"]}]}],"Guide":[{"Getting Started":[{"Components":["front/xcomponents/guide/getting-started/components/x-components.clear-search-input","front/xcomponents/guide/getting-started/components/x-components.live-examples","front/xcomponents/guide/getting-started/components/x-components.query-suggestions","front/xcomponents/guide/getting-started/components/x-components.search-button","front/xcomponents/guide/getting-started/components/x-components.search-input"]},"front/xcomponents/guide/getting-started/x-components.install-xplugin","front/xcomponents/guide/getting-started/x-components.use-components"]},"front/xcomponents/guide/x-components.install"]}
@@ -0,0 +1,58 @@
1
+ import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
2
+ import __vue_create_injector__ from 'vue-runtime-helpers/dist/inject-style/browser.js';
3
+ import script from './cross-fade.vue_rollup-plugin-vue=script.js';
4
+
5
+ /* script */
6
+ var __vue_script__ = script;
7
+
8
+ /* template */
9
+ var __vue_render__ = function() {
10
+ var _vm = this;
11
+ var _h = _vm.$createElement;
12
+ var _c = _vm._self._c || _h;
13
+ return _c(
14
+ "transition",
15
+ _vm._g(
16
+ { attrs: { appear: "", name: "x-cross-fade-", mode: "in-out" } },
17
+ _vm.$listeners
18
+ ),
19
+ [_vm._t("default")],
20
+ 2
21
+ )
22
+ };
23
+ var __vue_staticRenderFns__ = [];
24
+ __vue_render__._withStripped = true;
25
+
26
+ /* style */
27
+ var __vue_inject_styles__ = function (inject) {
28
+ if (!inject) { return }
29
+ inject("data-v-4cb27fe4_0", { source: ".x-cross-fade--enter-active[data-v-4cb27fe4], .x-cross-fade--leave-active[data-v-4cb27fe4] {\n transition: opacity 0.25s ease-in-out;\n}\n.x-cross-fade--leave-active[data-v-4cb27fe4] {\n position: absolute;\n}\n.x-cross-fade--leave-to[data-v-4cb27fe4], .x-cross-fade--enter[data-v-4cb27fe4] {\n opacity: 0;\n}", map: undefined, media: undefined });
30
+
31
+ };
32
+ /* scoped */
33
+ var __vue_scope_id__ = "data-v-4cb27fe4";
34
+ /* module identifier */
35
+ var __vue_module_identifier__ = undefined;
36
+ /* functional template */
37
+ var __vue_is_functional_template__ = false;
38
+ /* style inject SSR */
39
+
40
+ /* style inject shadow dom */
41
+
42
+
43
+
44
+ var __vue_component__ = /*#__PURE__*/__vue_normalize__(
45
+ { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
46
+ __vue_inject_styles__,
47
+ __vue_script__,
48
+ __vue_scope_id__,
49
+ __vue_is_functional_template__,
50
+ __vue_module_identifier__,
51
+ false,
52
+ __vue_create_injector__,
53
+ undefined,
54
+ undefined
55
+ );
56
+
57
+ export default __vue_component__;
58
+ //# sourceMappingURL=cross-fade.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cross-fade.vue.js","sources":["../../../../src/components/animations/cross-fade.vue"],"sourcesContent":["<template>\n <transition v-on=\"$listeners\" appear name=\"x-cross-fade-\" mode=\"in-out\">\n <!-- @slot (Required) to add content to the transition -->\n <slot />\n </transition>\n</template>\n\n<script lang=\"ts\">\n import Vue from 'vue';\n import { Component } from 'vue-property-decorator';\n\n /**\n * Renders a transition wrapping the element passed in the default slo. The transition\n * fades between the two toggled elements at the same time.\n *\n * @public\n */\n @Component\n export default class CrossFade extends Vue {}\n</script>\n\n<style lang=\"scss\" scoped>\n .x-cross-fade {\n &--enter-active,\n &--leave-active {\n transition: opacity 0.25s ease-in-out;\n }\n\n &--leave-active {\n position: absolute;\n }\n\n &--leave-to,\n &--enter {\n opacity: 0;\n }\n }\n</style>\n\n<docs lang=\"mdx\">\n# Example\n\nThe `CrossFade` component is intended to be used as animation to wrap an element with v-if or v-show\nand animate it. The animation fades the new element into the previous one.\n\nWrapping a component:\n\n```vue\n<CrossFade>\n <ComponentOrElement v-if=\"open\"/>\n</CrossFade>\n```\n</docs>\n"],"names":["const"],"mappings":";;;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,23 @@
1
+ import { __extends, __decorate } from 'tslib';
2
+ import Vue from 'vue';
3
+ import { Component } from 'vue-property-decorator';
4
+
5
+ /**
6
+ * Renders a transition wrapping the element passed in the default slo. The transition
7
+ * fades between the two toggled elements at the same time.
8
+ *
9
+ * @public
10
+ */
11
+ var CrossFade = /** @class */ (function (_super) {
12
+ __extends(CrossFade, _super);
13
+ function CrossFade() {
14
+ return _super !== null && _super.apply(this, arguments) || this;
15
+ }
16
+ CrossFade = __decorate([
17
+ Component
18
+ ], CrossFade);
19
+ return CrossFade;
20
+ }(Vue));
21
+
22
+ export default CrossFade;
23
+ //# sourceMappingURL=cross-fade.vue_rollup-plugin-vue=script.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cross-fade.vue_rollup-plugin-vue=script.js","sources":["../../../../src/components/animations/cross-fade.vue?rollup-plugin-vue=script.ts"],"sourcesContent":["\n\n\n\n\n\n\n\nimport Vue from 'vue';\nimport { Component } from 'vue-property-decorator';\n\n/**\n * Renders a transition wrapping the element passed in the default slo. The transition\n * fades between the two toggled elements at the same time.\n *\n * @public\n */\n@Component\nexport default class CrossFade extends Vue {}\n"],"names":[],"mappings":";;;;AAWA;;;;;;AAOA;IAAuC,6BAAG;IAA1C;;KAA6C;IAAxB,SAAS;QAD7B,SAAS;OACW,SAAS,CAAe;IAAD,gBAAC;CAAA,CAAN,GAAG;;;;"}
@@ -0,0 +1,58 @@
1
+ import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
2
+ import __vue_create_injector__ from 'vue-runtime-helpers/dist/inject-style/browser.js';
3
+ import script from './translate-from-left.vue_rollup-plugin-vue=script.js';
4
+
5
+ /* script */
6
+ var __vue_script__ = script;
7
+
8
+ /* template */
9
+ var __vue_render__ = function() {
10
+ var _vm = this;
11
+ var _h = _vm.$createElement;
12
+ var _c = _vm._self._c || _h;
13
+ return _c(
14
+ "transition",
15
+ _vm._g(
16
+ { attrs: { appear: "", name: "x-translate-from-left-" } },
17
+ _vm.$listeners
18
+ ),
19
+ [_vm._t("default")],
20
+ 2
21
+ )
22
+ };
23
+ var __vue_staticRenderFns__ = [];
24
+ __vue_render__._withStripped = true;
25
+
26
+ /* style */
27
+ var __vue_inject_styles__ = function (inject) {
28
+ if (!inject) { return }
29
+ inject("data-v-4c4c4550_0", { source: ".x-translate-from-left--enter-active[data-v-4c4c4550], .x-translate-from-left--leave-active[data-v-4c4c4550] {\n transition: transform 0.3s ease-out;\n}\n.x-translate-from-left--leave-to[data-v-4c4c4550], .x-translate-from-left--enter[data-v-4c4c4550] {\n transform: translateX(-100%);\n}", map: undefined, media: undefined });
30
+
31
+ };
32
+ /* scoped */
33
+ var __vue_scope_id__ = "data-v-4c4c4550";
34
+ /* module identifier */
35
+ var __vue_module_identifier__ = undefined;
36
+ /* functional template */
37
+ var __vue_is_functional_template__ = false;
38
+ /* style inject SSR */
39
+
40
+ /* style inject shadow dom */
41
+
42
+
43
+
44
+ var __vue_component__ = /*#__PURE__*/__vue_normalize__(
45
+ { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
46
+ __vue_inject_styles__,
47
+ __vue_script__,
48
+ __vue_scope_id__,
49
+ __vue_is_functional_template__,
50
+ __vue_module_identifier__,
51
+ false,
52
+ __vue_create_injector__,
53
+ undefined,
54
+ undefined
55
+ );
56
+
57
+ export default __vue_component__;
58
+ //# sourceMappingURL=translate-from-left.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translate-from-left.vue.js","sources":["../../../../src/components/animations/translate-from-left.vue"],"sourcesContent":["<template>\n <transition v-on=\"$listeners\" appear name=\"x-translate-from-left-\">\n <!-- @slot (Required) to add content to the transition -->\n <slot />\n </transition>\n</template>\n\n<script lang=\"ts\">\n import Vue from 'vue';\n import { Component } from 'vue-property-decorator';\n\n /**\n * Renders a transition wrapping the element passed in the default slot and moving it to its\n * desired position.\n *\n * @public\n */\n @Component\n export default class TranslateFromLeft extends Vue {}\n</script>\n\n<style lang=\"scss\" scoped>\n .x-translate-from-left {\n &--enter-active,\n &--leave-active {\n transition: transform 0.3s ease-out;\n }\n\n &--leave-to,\n &--enter {\n transform: translateX(-100%);\n }\n }\n</style>\n\n<docs lang=\"mdx\">\n# Example\n\nThe `TranslateFromRight` component is intended to be used as animation to wrap an element with v-if\nor v-show and animate it. The animation translates the item from/to left 100%.\n\nWrapping a component:\n\n```vue\n<TranslateFromLeft>\n <ComponentOrElement v-if=\"open\"/>\n</TranslateFromLeft>\n```\n</docs>\n"],"names":["const"],"mappings":";;;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,23 @@
1
+ import { __extends, __decorate } from 'tslib';
2
+ import Vue from 'vue';
3
+ import { Component } from 'vue-property-decorator';
4
+
5
+ /**
6
+ * Renders a transition wrapping the element passed in the default slot and moving it to its
7
+ * desired position.
8
+ *
9
+ * @public
10
+ */
11
+ var TranslateFromLeft = /** @class */ (function (_super) {
12
+ __extends(TranslateFromLeft, _super);
13
+ function TranslateFromLeft() {
14
+ return _super !== null && _super.apply(this, arguments) || this;
15
+ }
16
+ TranslateFromLeft = __decorate([
17
+ Component
18
+ ], TranslateFromLeft);
19
+ return TranslateFromLeft;
20
+ }(Vue));
21
+
22
+ export default TranslateFromLeft;
23
+ //# sourceMappingURL=translate-from-left.vue_rollup-plugin-vue=script.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translate-from-left.vue_rollup-plugin-vue=script.js","sources":["../../../../src/components/animations/translate-from-left.vue?rollup-plugin-vue=script.ts"],"sourcesContent":["\n\n\n\n\n\n\n\nimport Vue from 'vue';\nimport { Component } from 'vue-property-decorator';\n\n/**\n * Renders a transition wrapping the element passed in the default slot and moving it to its\n * desired position.\n *\n * @public\n */\n@Component\nexport default class TranslateFromLeft extends Vue {}\n"],"names":[],"mappings":";;;;AAWA;;;;;;AAOA;IAA+C,qCAAG;IAAlD;;KAAqD;IAAhC,iBAAiB;QADrC,SAAS;OACW,iBAAiB,CAAe;IAAD,wBAAC;CAAA,CAAN,GAAG;;;;"}
@@ -26,11 +26,11 @@ __vue_render__._withStripped = true;
26
26
  /* style */
27
27
  var __vue_inject_styles__ = function (inject) {
28
28
  if (!inject) { return }
29
- inject("data-v-73b294d2_0", { source: ".x-translate-from-right--enter-active[data-v-73b294d2], .x-translate-from-right--leave-active[data-v-73b294d2] {\n transition: transform 0.3s ease-out;\n}\n.x-translate-from-right--leave-to[data-v-73b294d2], .x-translate-from-right--enter[data-v-73b294d2] {\n transform: translateX(100%);\n}", map: undefined, media: undefined });
29
+ inject("data-v-38a51aa9_0", { source: ".x-translate-from-right--enter-active[data-v-38a51aa9], .x-translate-from-right--leave-active[data-v-38a51aa9] {\n transition: transform 0.3s ease-out;\n}\n.x-translate-from-right--leave-to[data-v-38a51aa9], .x-translate-from-right--enter[data-v-38a51aa9] {\n transform: translateX(100%);\n}", map: undefined, media: undefined });
30
30
 
31
31
  };
32
32
  /* scoped */
33
- var __vue_scope_id__ = "data-v-73b294d2";
33
+ var __vue_scope_id__ = "data-v-38a51aa9";
34
34
  /* module identifier */
35
35
  var __vue_module_identifier__ = undefined;
36
36
  /* functional template */
@@ -1 +1 @@
1
- {"version":3,"file":"translate-from-right.vue.js","sources":["../../../../src/components/animations/translate-from-right.vue"],"sourcesContent":["<template>\n <transition v-on=\"$listeners\" appear name=\"x-translate-from-right-\">\n <!-- @slot (Required) to add content to the transition -->\n <slot />\n </transition>\n</template>\n\n<script lang=\"ts\">\n import Vue from 'vue';\n import { Component } from 'vue-property-decorator';\n\n /**\n * Renders a transition group wrapping the element passed in the default slot and animating\n * it with a scale.\n *\n * @public\n */\n @Component\n export default class TranslateFromRight extends Vue {}\n</script>\n\n<style lang=\"scss\" scoped>\n .x-translate-from-right {\n &--enter-active,\n &--leave-active {\n transition: transform 0.3s ease-out;\n }\n\n &--leave-to,\n &--enter {\n transform: translateX(100%);\n }\n }\n</style>\n\n<docs>\n#Example\nThe CollapseTop component is intended to be used as animation to wrap an element with\nv-if or v-show and animate it. The animation consists on translate the item from/to right 100%.\n\nUsed wrapping a component:\n```vue\n<TranslateFromRight>\n <ComponentOrElement v-if=\"open\"/>\n</TranslateFromRight>\n```\n\n</docs>\n"],"names":["const"],"mappings":";;;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"translate-from-right.vue.js","sources":["../../../../src/components/animations/translate-from-right.vue"],"sourcesContent":["<template>\n <transition v-on=\"$listeners\" appear name=\"x-translate-from-right-\">\n <!-- @slot (Required) to add content to the transition -->\n <slot />\n </transition>\n</template>\n\n<script lang=\"ts\">\n import Vue from 'vue';\n import { Component } from 'vue-property-decorator';\n\n /**\n * Renders a transition wrapping the element passed in the default slot and moving it to its\n * desired position.\n *\n * @public\n */\n @Component\n export default class TranslateFromRight extends Vue {}\n</script>\n\n<style lang=\"scss\" scoped>\n .x-translate-from-right {\n &--enter-active,\n &--leave-active {\n transition: transform 0.3s ease-out;\n }\n\n &--leave-to,\n &--enter {\n transform: translateX(100%);\n }\n }\n</style>\n\n<docs lang=\"mdx\">\n# Example\n\nThe `TranslateFromRight` component is intended to be used as animation to wrap an element with v-if\nor v-show and animate it. The animation translates the item from/to right 100%.\n\nUsed wrapping a component:\n\n```vue\n<TranslateFromRight>\n <ComponentOrElement v-if=\"open\"/>\n</TranslateFromRight>\n```\n</docs>\n"],"names":["const"],"mappings":";;;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -3,8 +3,8 @@ import Vue from 'vue';
3
3
  import { Component } from 'vue-property-decorator';
4
4
 
5
5
  /**
6
- * Renders a transition group wrapping the element passed in the default slot and animating
7
- * it with a scale.
6
+ * Renders a transition wrapping the element passed in the default slot and moving it to its
7
+ * desired position.
8
8
  *
9
9
  * @public
10
10
  */
@@ -1 +1 @@
1
- {"version":3,"file":"translate-from-right.vue_rollup-plugin-vue=script.js","sources":["../../../../src/components/animations/translate-from-right.vue?rollup-plugin-vue=script.ts"],"sourcesContent":["\n\n\n\n\n\n\n\nimport Vue from 'vue';\nimport { Component } from 'vue-property-decorator';\n\n/**\n * Renders a transition group wrapping the element passed in the default slot and animating\n * it with a scale.\n *\n * @public\n */\n@Component\nexport default class TranslateFromRight extends Vue {}\n"],"names":[],"mappings":";;;;AAWA;;;;;;AAOA;IAAgD,sCAAG;IAAnD;;KAAsD;IAAjC,kBAAkB;QADtC,SAAS;OACW,kBAAkB,CAAe;IAAD,yBAAC;CAAA,CAAN,GAAG;;;;"}
1
+ {"version":3,"file":"translate-from-right.vue_rollup-plugin-vue=script.js","sources":["../../../../src/components/animations/translate-from-right.vue?rollup-plugin-vue=script.ts"],"sourcesContent":["\n\n\n\n\n\n\n\nimport Vue from 'vue';\nimport { Component } from 'vue-property-decorator';\n\n/**\n * Renders a transition wrapping the element passed in the default slot and moving it to its\n * desired position.\n *\n * @public\n */\n@Component\nexport default class TranslateFromRight extends Vue {}\n"],"names":[],"mappings":";;;;AAWA;;;;;;AAOA;IAAgD,sCAAG;IAAnD;;KAAsD;IAAjC,kBAAkB;QADtC,SAAS;OACW,kBAAkB,CAAe;IAAD,yBAAC;CAAA,CAAN,GAAG;;;;"}
@@ -193,11 +193,11 @@ __vue_render__._withStripped = true;
193
193
  /* style */
194
194
  var __vue_inject_styles__ = function (inject) {
195
195
  if (!inject) { return }
196
- inject("data-v-6fde3ef0_0", { source: ".x-dropdown[data-v-6fde3ef0] {\n position: relative;\n}\n.x-dropdown__items-list[data-v-6fde3ef0] {\n z-index: 1;\n list-style: none;\n position: absolute;\n padding: 0;\n margin: 0;\n left: 0;\n top: 100%;\n}", map: undefined, media: undefined });
196
+ inject("data-v-1046e888_0", { source: ".x-dropdown[data-v-1046e888] {\n position: relative;\n}\n.x-dropdown__items-list[data-v-1046e888] {\n z-index: 1;\n list-style: none;\n position: absolute;\n padding: 0;\n margin: 0;\n top: calc(100% + var(--x-size-gap-dropdown-default, 0));\n}", map: undefined, media: undefined });
197
197
 
198
198
  };
199
199
  /* scoped */
200
- var __vue_scope_id__ = "data-v-6fde3ef0";
200
+ var __vue_scope_id__ = "data-v-1046e888";
201
201
  /* module identifier */
202
202
  var __vue_module_identifier__ = undefined;
203
203
  /* functional template */
@@ -1 +1 @@
1
- {"version":3,"file":"base-dropdown.vue.js","sources":["../../../src/components/base-dropdown.vue"],"sourcesContent":["<template>\n <div\n @keydown=\"updateSearchBuffer\"\n @keydown.down.prevent=\"highlightNextItem\"\n @keydown.up.prevent=\"highlightPreviousItem\"\n :class=\"dropdownCSSClasses\"\n class=\"x-dropdown\"\n >\n <button\n @click=\"toggle\"\n @keydown.up.down.prevent.stop=\"open\"\n aria-haspopup=\"listbox\"\n class=\"x-dropdown__toggle\"\n data-test=\"dropdown-toggle\"\n >\n <!--\n @slot Used to render the contents of the dropdown toggle button. If not provided, it uses\n the item slot as fallback.\n @binding {string|number|Identifiable} item - The item data to render.\n @binding {boolean} isOpen - True if the dropdown is opened, and false if it is closed.\n -->\n <slot v-if=\"$scopedSlots.toggle\" :isOpen=\"isOpen\" :item=\"value\" name=\"toggle\" />\n <slot v-else :item=\"value\" name=\"item\" />\n </button>\n\n <component :is=\"animation\">\n <ul\n v-if=\"isOpen\"\n @keydown.end=\"highlightLastItem\"\n @keydown.esc=\"close\"\n @keydown.home=\"highlightFirstItem\"\n :aria-expanded=\"isOpen.toString()\"\n class=\"x-dropdown__items-list\"\n role=\"listbox\"\n >\n <li v-for=\"(item, index) in items\" :key=\"item.id || item\" class=\"x-dropdown__list-item\">\n <button\n ref=\"itemButtons\"\n @click=\"emitSelectedItemChanged(item)\"\n :aria-selected=\"(index === highlightedItemIndex).toString()\"\n :aria-current=\"(item === value).toString()\"\n :class=\"itemsCSSClasses[index]\"\n class=\"x-dropdown__item\"\n data-test=\"dropdown-item\"\n role=\"option\"\n tabindex=\"-1\"\n >\n <!--\n @slot (required) Used to render each one of the items content, and as fallback\n for the toggle button content slot if it is not provided.\n @binding {string|number|Identifiable} item - Item to render\n @binding {boolean} isHighlighted - True when the item has the focus.\n @binding {boolean} isSelected - True when the item is selected.\n -->\n <slot\n :isHighlighted=\"index === highlightedItemIndex\"\n :isSelected=\"item === value\"\n :item=\"item\"\n name=\"item\"\n />\n </button>\n </li>\n </ul>\n </component>\n </div>\n</template>\n\n<script lang=\"ts\">\n import { Identifiable } from '@empathyco/x-types';\n import { Component, Prop, Watch } from 'vue-property-decorator';\n import Vue from 'vue';\n import { normalizeString } from '../utils/normalize';\n import { isInRange } from '../utils/number';\n import { debounce } from '../utils/debounce';\n import { VueCSSClasses } from '../utils/types';\n import { NoElement } from './no-element';\n\n type DropdownItem = string | number | Identifiable;\n\n /**\n * Dropdown component that mimics a Select element behavior, but with the option\n * to customize the toggle button and each item contents.\n *\n * @public\n */\n @Component({\n components: {\n NoElement\n },\n model: {\n event: 'change'\n }\n })\n export default class BaseDropdown extends Vue {\n /**\n * List of items to display.\n *\n * @public\n */\n @Prop({ required: true })\n public items!: DropdownItem[];\n\n /**\n * The selected item.\n *\n * @public\n */\n @Prop({ required: true })\n public value!: DropdownItem | null;\n\n /**\n * Animation component to use for expanding the dropdown. This is a single element animation,\n * so only `<transition>` components are allowed.\n *\n * @public\n */\n @Prop({ default: 'NoElement' })\n public animation!: typeof Vue | string;\n\n /**\n * Time to wait without receiving any keystroke before resetting the items search query.\n *\n * @public\n */\n @Prop({ default: 1000 })\n public searchTimeoutMs!: number;\n\n public $refs!: {\n /** Array containing the dropdown list buttons HTMLElements. */\n itemButtons: HTMLButtonElement[];\n };\n\n /**\n * Property to track whether the dropdown is expanded and displaying the full\n * list of items, or closed.\n *\n * @internal\n */\n protected isOpen = false;\n\n /**\n * Index of the element that has the focus in the list. -1 means no element has focus.\n *\n * @internal\n */\n protected highlightedItemIndex = -1;\n\n /**\n * String to search for the first element that starts with it.\n *\n * @internal\n */\n protected searchBuffer = '';\n\n /**\n * Resets the search buffer after a certain time has passed.\n *\n * @internal\n */\n protected restartResetSearchTimeout!: () => void;\n\n /**\n * Dynamic CSS classes to add to the dropdown root element.\n *\n * @returns An object containing the CSS classes to add to the dropdown root element.\n * @internal\n */\n protected get dropdownCSSClasses(): VueCSSClasses {\n return {\n 'x-dropdown--is-open': this.isOpen\n };\n }\n\n /**\n * Dynamic CSS classes to add to each one of the items.\n *\n * @returns An object containing the CSS classes to add to each item.\n * @internal\n */\n protected get itemsCSSClasses(): VueCSSClasses[] {\n return this.items.map((item, index) => {\n return {\n 'x-dropdown__item--is-selected': this.value === item,\n 'x-dropdown__item--is-highlighted': this.highlightedItemIndex === index\n };\n });\n }\n\n /**\n * If the dropdown is destroyed before removing the document listeners, it ensures that they\n * are removed too.\n *\n * @internal\n */\n protected beforeDestroy(): void {\n this.removeDocumentCloseListeners();\n }\n\n /**\n * Opens the dropdown.\n *\n * @internal\n */\n protected open(): void {\n this.isOpen = true;\n }\n\n /**\n * Closes the dropdown.\n *\n * @internal\n */\n protected close(): void {\n this.isOpen = false;\n }\n\n /**\n * If the dropdown is opened it closes it. If it is closed it opens it.\n *\n * @internal\n */\n protected toggle(): void {\n this.isOpen = !this.isOpen;\n }\n\n /**\n * Emits the event that the selected item has changed.\n *\n * @param item - The new selected item.\n * @internal\n */\n protected emitSelectedItemChanged(item: DropdownItem): void {\n this.$emit('change', item);\n this.close();\n }\n\n /**\n * Highlights the item after the one that is currently highlighted.\n *\n * @internal\n */\n protected highlightNextItem(): void {\n this.open();\n this.highlightedItemIndex = (this.highlightedItemIndex + 1) % this.items.length;\n }\n\n /**\n * Highlights the item before the one that is currently highlighted.\n *\n * @internal\n */\n protected highlightPreviousItem(): void {\n this.open();\n this.highlightedItemIndex =\n this.highlightedItemIndex > 0 ? this.highlightedItemIndex - 1 : this.items.length - 1;\n }\n\n /**\n * Highlights the first of the provided items.\n *\n * @internal\n */\n protected highlightFirstItem(): void {\n this.highlightedItemIndex = 0;\n }\n\n /**\n * Highlights the last of the provided items.\n *\n * @internal\n */\n protected highlightLastItem(): void {\n this.highlightedItemIndex = this.items.length - 1;\n }\n\n /**\n * Updates the variable that is used to search in the filters.\n *\n * @param event - The event coming from the user typing.\n * @internal\n */\n protected updateSearchBuffer(event: KeyboardEvent): void {\n if (/^\\w$/.test(event.key)) {\n const key = event.key;\n this.searchBuffer += key;\n this.restartResetSearchTimeout();\n }\n }\n\n /**\n * Highlights the item that matches the search buffer. To do so it checks the list buttons\n * text content. It highlights items folowing this priority:\n * - If an element is already highlighted, it starts searching from that element.\n * - If no element is found starting from the previously highlighted, it returns the first one.\n * - If no element is found matching the search query it highlights the first element.\n *\n * @param search - The search string to find in the HTML.\n * @internal\n */\n @Watch('searchBuffer')\n protected highlightMatchingItem(search: string): void {\n if (search) {\n const normalizedSearch = normalizeString(search);\n const matchingIndices = this.$refs.itemButtons.reduce<number[]>(\n (matchingIndices, button, index) => {\n const safeButtonWordCharacters = button.textContent!.replace(/[^\\w]/g, '');\n const normalizedButtonText = normalizeString(safeButtonWordCharacters);\n if (normalizedButtonText.startsWith(normalizedSearch)) {\n matchingIndices.push(index);\n }\n return matchingIndices;\n },\n []\n );\n this.highlightedItemIndex =\n // First matching item starting to search from the current highlighted element\n matchingIndices.find(index => index >= this.highlightedItemIndex) ??\n // First matching item\n matchingIndices[0] ??\n // First item\n 0;\n }\n }\n\n /**\n * Resets the search buffer.\n *\n * @internal\n */\n protected resetSearch(): void {\n this.searchBuffer = '';\n }\n\n /** Updates the debounced function to reset the search.\n *\n * @param searchTimeoutMs - The new milliseconds that have to pass without typing before\n * resetting the search.\n * @internal\n */\n @Watch('searchTimeoutMs', { immediate: true })\n protected updateSearchTimeout(searchTimeoutMs: number): void {\n // eslint-disable-next-line @typescript-eslint/unbound-method\n this.restartResetSearchTimeout = debounce(this.resetSearch, searchTimeoutMs);\n }\n\n /**\n * Focuses the DOM element which matches the `highlightedItemIndex`.\n *\n * @param highlightedItemIndex - The index of the HTML element to focus.\n * @internal\n */\n @Watch('highlightedItemIndex', { immediate: true })\n protected focusHighlightedItem(highlightedItemIndex: number): void {\n this.$nextTick(() => {\n if (this.$refs.itemButtons && isInRange(highlightedItemIndex, [0, this.items.length - 1])) {\n const newItem = this.$refs.itemButtons[this.highlightedItemIndex];\n newItem.focus();\n }\n });\n }\n\n /**\n * When the dropdown is open it sets the focused element to the one that is selected.\n *\n * @param isOpen - True if the dropdown is open, false otherwise.\n * @internal\n */\n @Watch('isOpen')\n protected updateHighlightedItem(isOpen: boolean): void {\n if (isOpen) {\n this.highlightedItemIndex = this.value === null ? 0 : this.items.indexOf(this.value);\n } else {\n this.highlightedItemIndex = -1;\n }\n }\n\n /**\n * Adds and removes listeners to close the dropdown when it loses the focus.\n *\n * @param isOpen - True if the dropdown is open, false otherwise.\n * @internal\n */\n @Watch('isOpen')\n protected syncCloseListeners(isOpen: boolean): void {\n /*\n * Because there is an issue with Firefox in macOS and Safari that doesn't focus the target\n * element of the `mousedown` events, the `focusout` event `relatedTarget` property can't be\n * used to detect whether or not the user has blurred the dropdown. The hack here is to use\n * document listeners that have the side effect of losing the focus.\n */\n if (isOpen) {\n this.addDocumentCloseListeners();\n } else {\n this.removeDocumentCloseListeners();\n }\n }\n\n /**\n * Adds listeners to the document element to detect if the focus has moved out from the\n * dropdown.\n *\n * @internal\n */\n protected addDocumentCloseListeners(): void {\n /* eslint-disable @typescript-eslint/unbound-method */\n document.addEventListener('mousedown', this.closeIfEventIsOutOfDropdown);\n document.addEventListener('touchstart', this.closeIfEventIsOutOfDropdown);\n document.addEventListener('focusin', this.closeIfEventIsOutOfDropdown);\n /* eslint-enable @typescript-eslint/unbound-method */\n }\n\n /**\n * Removes the listeners of the document element to detect if the focus has moved out from the\n * dropdown.\n *\n * @internal\n */\n protected removeDocumentCloseListeners(): void {\n /* eslint-disable @typescript-eslint/unbound-method */\n document.removeEventListener('mousedown', this.closeIfEventIsOutOfDropdown);\n document.removeEventListener('touchstart', this.closeIfEventIsOutOfDropdown);\n document.removeEventListener('focusin', this.closeIfEventIsOutOfDropdown);\n /* eslint-enable @typescript-eslint/unbound-method */\n }\n\n /**\n * Closes the dropdown if the passed event has happened on an element out of the dropdown.\n *\n * @param event - The event to check if it has happen out of the dropdown component.\n */\n protected closeIfEventIsOutOfDropdown(event: MouseEvent | TouchEvent | FocusEvent): void {\n if (!this.$el.contains(event.target as HTMLElement)) {\n this.close();\n }\n }\n }\n</script>\n\n<style lang=\"scss\" scoped>\n .x-dropdown {\n position: relative;\n\n &__items-list {\n z-index: 1;\n list-style: none;\n position: absolute;\n padding: 0;\n margin: 0;\n left: 0;\n top: 100%;\n }\n }\n</style>\n\n<docs lang=\"mdx\">\n# Example\n\nThe `Dropdown` component is a simple yet customizable select component. The component needs to work\nthe list of items available to select, which are passed using the `items` prop, and the selected\nitem, which is passed in using the `value` prop.\n\nThe supported items must be an array that can contain unique strings, unique numbers, or objects\nwith a unique `id` property.\n\nThe content of each item can be customized using the `item` slot, which apart from the data of the\nitem, it also receives via prop if the element is selected or highlighted.\n\nThere `toggle` slot can be used to customize the button that opens the dropdown. If this is not\nprovided, the `item` slot will be used for that.\n\n```vue\n<template>\n <BaseDropdown :items=\"items\" v-model=\"value\">\n <template #toggle=\"{ item, isOpen }\">{{ item }} {{ isOpen ? '🔼' : '🔽' }}️</template>\n\n <template #item=\"{ item, isSelected, isHighlighted }\">\n <span v-if=\"isHighlighted\">🟢</span>\n <span v-if=\"isSelected\">✅</span>\n <span>{{ item }}</span>\n </template>\n </BaseDropdown>\n</template>\n\n<script>\n import { BaseDropdown } from '@empathyco/x-components';\n\n export default {\n name: 'DropdownTest',\n components: {\n BaseDropdown\n },\n data() {\n return {\n items: ['a', 2, { id: '3' }],\n value: ['a']\n };\n }\n };\n</script>\n```\n</docs>\n"],"names":["const"],"mappings":";;;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"base-dropdown.vue.js","sources":["../../../src/components/base-dropdown.vue"],"sourcesContent":["<template>\n <div\n @keydown=\"updateSearchBuffer\"\n @keydown.down.prevent=\"highlightNextItem\"\n @keydown.up.prevent=\"highlightPreviousItem\"\n :class=\"dropdownCSSClasses\"\n class=\"x-dropdown\"\n >\n <button\n @click=\"toggle\"\n @keydown.up.down.prevent.stop=\"open\"\n aria-haspopup=\"listbox\"\n class=\"x-dropdown__toggle\"\n data-test=\"dropdown-toggle\"\n >\n <!--\n @slot Used to render the contents of the dropdown toggle button. If not provided, it uses\n the item slot as fallback.\n @binding {string|number|Identifiable} item - The item data to render.\n @binding {boolean} isOpen - True if the dropdown is opened, and false if it is closed.\n -->\n <slot v-if=\"$scopedSlots.toggle\" :isOpen=\"isOpen\" :item=\"value\" name=\"toggle\" />\n <slot v-else :item=\"value\" name=\"item\" />\n </button>\n\n <component :is=\"animation\">\n <ul\n v-if=\"isOpen\"\n @keydown.end=\"highlightLastItem\"\n @keydown.esc=\"close\"\n @keydown.home=\"highlightFirstItem\"\n :aria-expanded=\"isOpen.toString()\"\n class=\"x-dropdown__items-list\"\n role=\"listbox\"\n >\n <li v-for=\"(item, index) in items\" :key=\"item.id || item\" class=\"x-dropdown__list-item\">\n <button\n ref=\"itemButtons\"\n @click=\"emitSelectedItemChanged(item)\"\n :aria-selected=\"(index === highlightedItemIndex).toString()\"\n :aria-current=\"(item === value).toString()\"\n :class=\"itemsCSSClasses[index]\"\n class=\"x-dropdown__item\"\n data-test=\"dropdown-item\"\n role=\"option\"\n tabindex=\"-1\"\n >\n <!--\n @slot (required) Used to render each one of the items content, and as fallback\n for the toggle button content slot if it is not provided.\n @binding {string|number|Identifiable} item - Item to render\n @binding {boolean} isHighlighted - True when the item has the focus.\n @binding {boolean} isSelected - True when the item is selected.\n -->\n <slot\n :isHighlighted=\"index === highlightedItemIndex\"\n :isSelected=\"item === value\"\n :item=\"item\"\n name=\"item\"\n />\n </button>\n </li>\n </ul>\n </component>\n </div>\n</template>\n\n<script lang=\"ts\">\n import { Identifiable } from '@empathyco/x-types';\n import { Component, Prop, Watch } from 'vue-property-decorator';\n import Vue from 'vue';\n import { normalizeString } from '../utils/normalize';\n import { isInRange } from '../utils/number';\n import { debounce } from '../utils/debounce';\n import { VueCSSClasses } from '../utils/types';\n import { NoElement } from './no-element';\n\n type DropdownItem = string | number | Identifiable;\n\n /**\n * Dropdown component that mimics a Select element behavior, but with the option\n * to customize the toggle button and each item contents.\n *\n * @public\n */\n @Component({\n components: {\n NoElement\n },\n model: {\n event: 'change'\n }\n })\n export default class BaseDropdown extends Vue {\n /**\n * List of items to display.\n *\n * @public\n */\n @Prop({ required: true })\n public items!: DropdownItem[];\n\n /**\n * The selected item.\n *\n * @public\n */\n @Prop({ required: true })\n public value!: DropdownItem | null;\n\n /**\n * Animation component to use for expanding the dropdown. This is a single element animation,\n * so only `<transition>` components are allowed.\n *\n * @public\n */\n @Prop({ default: 'NoElement' })\n public animation!: typeof Vue | string;\n\n /**\n * Time to wait without receiving any keystroke before resetting the items search query.\n *\n * @public\n */\n @Prop({ default: 1000 })\n public searchTimeoutMs!: number;\n\n public $refs!: {\n /** Array containing the dropdown list buttons HTMLElements. */\n itemButtons: HTMLButtonElement[];\n };\n\n /**\n * Property to track whether the dropdown is expanded and displaying the full\n * list of items, or closed.\n *\n * @internal\n */\n protected isOpen = false;\n\n /**\n * Index of the element that has the focus in the list. -1 means no element has focus.\n *\n * @internal\n */\n protected highlightedItemIndex = -1;\n\n /**\n * String to search for the first element that starts with it.\n *\n * @internal\n */\n protected searchBuffer = '';\n\n /**\n * Resets the search buffer after a certain time has passed.\n *\n * @internal\n */\n protected restartResetSearchTimeout!: () => void;\n\n /**\n * Dynamic CSS classes to add to the dropdown root element.\n *\n * @returns An object containing the CSS classes to add to the dropdown root element.\n * @internal\n */\n protected get dropdownCSSClasses(): VueCSSClasses {\n return {\n 'x-dropdown--is-open': this.isOpen\n };\n }\n\n /**\n * Dynamic CSS classes to add to each one of the items.\n *\n * @returns An object containing the CSS classes to add to each item.\n * @internal\n */\n protected get itemsCSSClasses(): VueCSSClasses[] {\n return this.items.map((item, index) => {\n return {\n 'x-dropdown__item--is-selected': this.value === item,\n 'x-dropdown__item--is-highlighted': this.highlightedItemIndex === index\n };\n });\n }\n\n /**\n * If the dropdown is destroyed before removing the document listeners, it ensures that they\n * are removed too.\n *\n * @internal\n */\n protected beforeDestroy(): void {\n this.removeDocumentCloseListeners();\n }\n\n /**\n * Opens the dropdown.\n *\n * @internal\n */\n protected open(): void {\n this.isOpen = true;\n }\n\n /**\n * Closes the dropdown.\n *\n * @internal\n */\n protected close(): void {\n this.isOpen = false;\n }\n\n /**\n * If the dropdown is opened it closes it. If it is closed it opens it.\n *\n * @internal\n */\n protected toggle(): void {\n this.isOpen = !this.isOpen;\n }\n\n /**\n * Emits the event that the selected item has changed.\n *\n * @param item - The new selected item.\n * @internal\n */\n protected emitSelectedItemChanged(item: DropdownItem): void {\n this.$emit('change', item);\n this.close();\n }\n\n /**\n * Highlights the item after the one that is currently highlighted.\n *\n * @internal\n */\n protected highlightNextItem(): void {\n this.open();\n this.highlightedItemIndex = (this.highlightedItemIndex + 1) % this.items.length;\n }\n\n /**\n * Highlights the item before the one that is currently highlighted.\n *\n * @internal\n */\n protected highlightPreviousItem(): void {\n this.open();\n this.highlightedItemIndex =\n this.highlightedItemIndex > 0 ? this.highlightedItemIndex - 1 : this.items.length - 1;\n }\n\n /**\n * Highlights the first of the provided items.\n *\n * @internal\n */\n protected highlightFirstItem(): void {\n this.highlightedItemIndex = 0;\n }\n\n /**\n * Highlights the last of the provided items.\n *\n * @internal\n */\n protected highlightLastItem(): void {\n this.highlightedItemIndex = this.items.length - 1;\n }\n\n /**\n * Updates the variable that is used to search in the filters.\n *\n * @param event - The event coming from the user typing.\n * @internal\n */\n protected updateSearchBuffer(event: KeyboardEvent): void {\n if (/^\\w$/.test(event.key)) {\n const key = event.key;\n this.searchBuffer += key;\n this.restartResetSearchTimeout();\n }\n }\n\n /**\n * Highlights the item that matches the search buffer. To do so it checks the list buttons\n * text content. It highlights items folowing this priority:\n * - If an element is already highlighted, it starts searching from that element.\n * - If no element is found starting from the previously highlighted, it returns the first one.\n * - If no element is found matching the search query it highlights the first element.\n *\n * @param search - The search string to find in the HTML.\n * @internal\n */\n @Watch('searchBuffer')\n protected highlightMatchingItem(search: string): void {\n if (search) {\n const normalizedSearch = normalizeString(search);\n const matchingIndices = this.$refs.itemButtons.reduce<number[]>(\n (matchingIndices, button, index) => {\n const safeButtonWordCharacters = button.textContent!.replace(/[^\\w]/g, '');\n const normalizedButtonText = normalizeString(safeButtonWordCharacters);\n if (normalizedButtonText.startsWith(normalizedSearch)) {\n matchingIndices.push(index);\n }\n return matchingIndices;\n },\n []\n );\n this.highlightedItemIndex =\n // First matching item starting to search from the current highlighted element\n matchingIndices.find(index => index >= this.highlightedItemIndex) ??\n // First matching item\n matchingIndices[0] ??\n // First item\n 0;\n }\n }\n\n /**\n * Resets the search buffer.\n *\n * @internal\n */\n protected resetSearch(): void {\n this.searchBuffer = '';\n }\n\n /** Updates the debounced function to reset the search.\n *\n * @param searchTimeoutMs - The new milliseconds that have to pass without typing before\n * resetting the search.\n * @internal\n */\n @Watch('searchTimeoutMs', { immediate: true })\n protected updateSearchTimeout(searchTimeoutMs: number): void {\n // eslint-disable-next-line @typescript-eslint/unbound-method\n this.restartResetSearchTimeout = debounce(this.resetSearch, searchTimeoutMs);\n }\n\n /**\n * Focuses the DOM element which matches the `highlightedItemIndex`.\n *\n * @param highlightedItemIndex - The index of the HTML element to focus.\n * @internal\n */\n @Watch('highlightedItemIndex', { immediate: true })\n protected focusHighlightedItem(highlightedItemIndex: number): void {\n this.$nextTick(() => {\n if (this.$refs.itemButtons && isInRange(highlightedItemIndex, [0, this.items.length - 1])) {\n const newItem = this.$refs.itemButtons[this.highlightedItemIndex];\n newItem.focus();\n }\n });\n }\n\n /**\n * When the dropdown is open it sets the focused element to the one that is selected.\n *\n * @param isOpen - True if the dropdown is open, false otherwise.\n * @internal\n */\n @Watch('isOpen')\n protected updateHighlightedItem(isOpen: boolean): void {\n if (isOpen) {\n this.highlightedItemIndex = this.value === null ? 0 : this.items.indexOf(this.value);\n } else {\n this.highlightedItemIndex = -1;\n }\n }\n\n /**\n * Adds and removes listeners to close the dropdown when it loses the focus.\n *\n * @param isOpen - True if the dropdown is open, false otherwise.\n * @internal\n */\n @Watch('isOpen')\n protected syncCloseListeners(isOpen: boolean): void {\n /*\n * Because there is an issue with Firefox in macOS and Safari that doesn't focus the target\n * element of the `mousedown` events, the `focusout` event `relatedTarget` property can't be\n * used to detect whether or not the user has blurred the dropdown. The hack here is to use\n * document listeners that have the side effect of losing the focus.\n */\n if (isOpen) {\n this.addDocumentCloseListeners();\n } else {\n this.removeDocumentCloseListeners();\n }\n }\n\n /**\n * Adds listeners to the document element to detect if the focus has moved out from the\n * dropdown.\n *\n * @internal\n */\n protected addDocumentCloseListeners(): void {\n /* eslint-disable @typescript-eslint/unbound-method */\n document.addEventListener('mousedown', this.closeIfEventIsOutOfDropdown);\n document.addEventListener('touchstart', this.closeIfEventIsOutOfDropdown);\n document.addEventListener('focusin', this.closeIfEventIsOutOfDropdown);\n /* eslint-enable @typescript-eslint/unbound-method */\n }\n\n /**\n * Removes the listeners of the document element to detect if the focus has moved out from the\n * dropdown.\n *\n * @internal\n */\n protected removeDocumentCloseListeners(): void {\n /* eslint-disable @typescript-eslint/unbound-method */\n document.removeEventListener('mousedown', this.closeIfEventIsOutOfDropdown);\n document.removeEventListener('touchstart', this.closeIfEventIsOutOfDropdown);\n document.removeEventListener('focusin', this.closeIfEventIsOutOfDropdown);\n /* eslint-enable @typescript-eslint/unbound-method */\n }\n\n /**\n * Closes the dropdown if the passed event has happened on an element out of the dropdown.\n *\n * @param event - The event to check if it has happen out of the dropdown component.\n */\n protected closeIfEventIsOutOfDropdown(event: MouseEvent | TouchEvent | FocusEvent): void {\n if (!this.$el.contains(event.target as HTMLElement)) {\n this.close();\n }\n }\n }\n</script>\n\n<style lang=\"scss\" scoped>\n .x-dropdown {\n position: relative;\n\n &__items-list {\n z-index: 1;\n list-style: none;\n position: absolute;\n padding: 0;\n margin: 0;\n top: calc(100% + var(--x-size-gap-dropdown-default, 0));\n }\n }\n</style>\n\n<docs lang=\"mdx\">\n# Example\n\nThe `Dropdown` component is a simple yet customizable select component. The component needs to work\nthe list of items available to select, which are passed using the `items` prop, and the selected\nitem, which is passed in using the `value` prop.\n\nThe supported items must be an array that can contain unique strings, unique numbers, or objects\nwith a unique `id` property.\n\nThe content of each item can be customized using the `item` slot, which apart from the data of the\nitem, it also receives via prop if the element is selected or highlighted.\n\nThere `toggle` slot can be used to customize the button that opens the dropdown. If this is not\nprovided, the `item` slot will be used for that.\n\n```vue\n<template>\n <BaseDropdown :items=\"items\" v-model=\"value\">\n <template #toggle=\"{ item, isOpen }\">{{ item }} {{ isOpen ? '🔼' : '🔽' }}️</template>\n\n <template #item=\"{ item, isSelected, isHighlighted }\">\n <span v-if=\"isHighlighted\">🟢</span>\n <span v-if=\"isSelected\">✅</span>\n <span>{{ item }}</span>\n </template>\n </BaseDropdown>\n</template>\n\n<script>\n import { BaseDropdown } from '@empathyco/x-components';\n\n export default {\n name: 'DropdownTest',\n components: {\n BaseDropdown\n },\n data() {\n return {\n items: ['a', 2, { id: '3' }],\n value: ['a']\n };\n }\n };\n</script>\n```\n</docs>\n"],"names":["const"],"mappings":";;;;;AAEAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -70,7 +70,7 @@ __vue_render__._withStripped = true;
70
70
  /* style */
71
71
  var __vue_inject_styles__ = function (inject) {
72
72
  if (!inject) { return }
73
- inject("data-v-0ab68593_0", { source: ".x-rating[data-v-0ab68593] {\n position: relative;\n display: inline-block;\n}\n.x-rating--empty[data-v-0ab68593] {\n overflow-x: hidden;\n display: -ms-flexbox;\n display: flex;\n}\n.x-rating--filled[data-v-0ab68593] {\n display: -ms-flexbox;\n display: flex;\n position: absolute;\n overflow-x: hidden;\n top: 0;\n left: 0;\n}\n.x-rating__default-icon[data-v-0ab68593] {\n fill: currentColor;\n stroke: currentColor;\n}\n.x-rating__default-icon--empty[data-v-0ab68593] {\n fill: none;\n}", map: undefined, media: undefined });
73
+ inject("data-v-0ab68593_0", { source: ".x-rating[data-v-0ab68593] {\n position: relative;\n display: inline-block;\n}\n.x-rating--empty[data-v-0ab68593] {\n overflow-x: hidden;\n display: flex;\n}\n.x-rating--filled[data-v-0ab68593] {\n display: flex;\n position: absolute;\n overflow-x: hidden;\n top: 0;\n left: 0;\n}\n.x-rating__default-icon[data-v-0ab68593] {\n fill: currentColor;\n stroke: currentColor;\n}\n.x-rating__default-icon--empty[data-v-0ab68593] {\n fill: none;\n}", map: undefined, media: undefined });
74
74
 
75
75
  };
76
76
  /* scoped */
@@ -65,7 +65,7 @@ __vue_render__._withStripped = true;
65
65
  /* style */
66
66
  var __vue_inject_styles__ = function (inject) {
67
67
  if (!inject) { return }
68
- inject("data-v-69bb6b2e_0", { source: ".x-column-picker-list[data-v-69bb6b2e] {\n display: -ms-flexbox;\n display: flex;\n list-style-type: none;\n}", map: undefined, media: undefined });
68
+ inject("data-v-69bb6b2e_0", { source: ".x-column-picker-list[data-v-69bb6b2e] {\n display: flex;\n list-style-type: none;\n}", map: undefined, media: undefined });
69
69
 
70
70
  };
71
71
  /* scoped */
@@ -259,7 +259,7 @@ __vue_render__._withStripped = true;
259
259
  /* style */
260
260
  var __vue_inject_styles__ = function (inject) {
261
261
  if (!inject) { return }
262
- inject("data-v-242cf01e_0", { source: ".dev-mode .slot-helper[data-v-242cf01e] {\n font-family: inherit;\n color: grey;\n box-sizing: border-box;\n display: -ms-flexbox;\n display: flex;\n height: 100%;\n width: 100%;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-align: center;\n align-items: center;\n border: dashed 1px grey;\n border-radius: 10px;\n}\n.x-layout[data-v-242cf01e] {\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 display: grid;\n -ms-flex-line-pack: stretch;\n align-content: stretch;\n max-height: 100%;\n grid-template-columns: [page-start] 1fr [scroll-to-top-start] calc(var(--x-size-margin-layout-columns) + var(--x-size-gap-default)) [scroll-to-top-end page-end];\n grid-template-rows: [page-start header-start] auto [header-end sub-header-start] auto [sub-header-end toolbar-start] auto [toolbar-end main-start] 1fr [scroll-to-top-start] auto [main-end scroll-to-top-end page-end];\n background-color: var(--x-color-background-layout-columns, white);\n border-color: var(--x-color-border-layout-columns);\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns, 0);\n}\n.x-layout__header[data-v-242cf01e] {\n grid-column: page;\n grid-row: header;\n display: grid;\n column-gap: var(--x-size-gap-default);\n grid-template-columns: [header-start] var(--x-size-margin-layout-columns) [start-content-start] 1fr [start-content-end middle-content-start] repeat(var(--x-number-columns-header-middle), 1fr) [middle-content-end end-content-start] 1fr [end-content-end] var(--x-size-margin-layout-columns) [header-end];\n -webkit-padding-before: var(--x-size-padding-top-layout-columns-header, 0);\n padding-top: var(--x-size-padding-top-layout-columns-header, 0);\n -webkit-padding-after: var(--x-size-padding-bottom-layout-columns-header, 0);\n padding-bottom: var(--x-size-padding-bottom-layout-columns-header, 0);\n -webkit-margin-before: var(--x-size-margin-top-layout-columns-header, 0);\n margin-top: var(--x-size-margin-top-layout-columns-header, 0);\n -webkit-margin-after: var(--x-size-margin-bottom-layout-columns-header, 0);\n margin-bottom: var(--x-size-margin-bottom-layout-columns-header, 0);\n background-color: var(--x-color-background-layout-columns-header, transparent);\n border-color: var(--x-color-border-layout-columns-header, transparent);\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-header, 0);\n}\n.x-layout__header-start[data-v-242cf01e] {\n grid-column: start-content;\n}\n.x-layout__header-start.x-list[data-v-242cf01e] {\n -ms-flex-flow: var(--x-flow-layout-columns-header-start, row nowrap);\n flex-flow: var(--x-flow-layout-columns-header-start, row nowrap);\n -ms-flex-pack: var(--x-size-justify-layout-columns-header-start, flex start);\n justify-content: var(--x-size-justify-layout-columns-header-start, flex start);\n -ms-flex-align: var(--x-size-align-layout-columns-header-start, flex start);\n align-items: var(--x-size-align-layout-columns-header-start, flex start);\n}\n.x-layout__header-middle[data-v-242cf01e] {\n grid-column: middle-content;\n}\n.x-layout__header-middle.x-list[data-v-242cf01e] {\n -ms-flex-flow: var(--x-flow-layout-columns-header-middle, row nowrap);\n flex-flow: var(--x-flow-layout-columns-header-middle, row nowrap);\n -ms-flex-pack: var(--x-size-justify-layout-columns-header-middle, center);\n justify-content: var(--x-size-justify-layout-columns-header-middle, center);\n -ms-flex-align: var(--x-size-align-layout-columns-header-middle, flex start);\n align-items: var(--x-size-align-layout-columns-header-middle, flex start);\n}\n.x-layout__header-end[data-v-242cf01e] {\n grid-column: end-content;\n}\n.x-layout__header-end.x-list[data-v-242cf01e] {\n -ms-flex-flow: var(--x-flow-layout-columns-header-end, row nowrap);\n flex-flow: var(--x-flow-layout-columns-header-end, row nowrap);\n -ms-flex-pack: var(--x-size-justify-layout-columns-header-end, flex-end);\n justify-content: var(--x-size-justify-layout-columns-header-end, flex-end);\n -ms-flex-align: var(--x-size-align-layout-columns-header-end, flex-start);\n align-items: var(--x-size-align-layout-columns-header-end, flex-start);\n}\n.x-layout__sub-header[data-v-242cf01e] {\n grid-column: page;\n grid-row: sub-header;\n display: grid;\n column-gap: var(--x-size-gap-default);\n grid-template-columns: [sub-header-start] var(--x-size-margin-layout-columns) 1fr [sub-header-content-start] repeat(var(--x-number-columns-sub-header-content), 1fr) [sub-header-content-end] 1fr var(--x-size-margin-layout-columns) [sub-header-end];\n -webkit-padding-before: var(--x-size-padding-top-layout-columns-sub-header, 0);\n padding-top: var(--x-size-padding-top-layout-columns-sub-header, 0);\n -webkit-padding-after: var(--x-size-padding-bottom-layout-columns-sub-header), 0;\n padding-bottom: var(--x-size-padding-bottom-layout-columns-sub-header), 0;\n -webkit-margin-before: var(--x-size-margin-top-layout-columns-sub-header, 0);\n margin-top: var(--x-size-margin-top-layout-columns-sub-header, 0);\n -webkit-margin-after: var(--x-size-margin-bottom-layout-columns-sub-header, 0);\n margin-bottom: var(--x-size-margin-bottom-layout-columns-sub-header, 0);\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 border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-sub-header, 0);\n}\n.x-layout__sub-header-content[data-v-242cf01e] {\n grid-column: sub-header-content;\n}\n.x-layout__sub-header-content.x-list[data-v-242cf01e] {\n -ms-flex-flow: var(--x-flow-layout-columns-sub-header, row nowrap);\n flex-flow: var(--x-flow-layout-columns-sub-header, row nowrap);\n -ms-flex-pack: var(--x-size-justify-layout-columns-sub-header, flex-start);\n justify-content: var(--x-size-justify-layout-columns-sub-header, flex-start);\n -ms-flex-align: var(--x-size-align-layout-columns-sub-header, flex-start);\n align-items: var(--x-size-align-layout-columns-sub-header, flex-start);\n}\n.x-layout__toolbar[data-v-242cf01e] {\n grid-column: page;\n grid-row: toolbar;\n display: grid;\n column-gap: var(--x-size-gap-default);\n grid-template-columns: [toolbar-start] var(--x-size-margin-layout-columns) [toolbar-aside-start] 1fr [toolbar-aside-end toolbar-body-start] repeat(var(--x-number-columns-toolbar-body), 1fr) [toolbar-body-end] var(--x-size-margin-layout-columns) [toolbar-end];\n -webkit-padding-before: var(--x-size-padding-top-layout-columns-toolbar, 0);\n padding-top: var(--x-size-padding-top-layout-columns-toolbar, 0);\n -webkit-padding-after: var(--x-size-padding-bottom-layout-columns-toolbar, 0);\n padding-bottom: var(--x-size-padding-bottom-layout-columns-toolbar, 0);\n -webkit-margin-before: var(--x-size-margin-top-layout-columns-toolbar, 0);\n margin-top: var(--x-size-margin-top-layout-columns-toolbar, 0);\n -webkit-margin-after: var(--x-size-margin-bottom-layout-columns-toolbar, 0);\n margin-bottom: var(--x-size-margin-bottom-layout-columns-toolbar, 0);\n background-color: var(--x-color-background-layout-columns-toolbar, transparent);\n border-color: var(--x-color-border-layout-columns-toolbar, transparent);\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-toolbar, 0);\n}\n.x-layout__toolbar-aside[data-v-242cf01e] {\n grid-column: toolbar-aside;\n}\n.x-layout__toolbar-aside.x-list[data-v-242cf01e] {\n -ms-flex-flow: var(--x-flow-layout-columns-toolbar-aside, row nowrap);\n flex-flow: var(--x-flow-layout-columns-toolbar-aside, row nowrap);\n -ms-flex-pack: var(--x-size-justify-layout-columns-toolbar-aside, flex-start);\n justify-content: var(--x-size-justify-layout-columns-toolbar-aside, flex-start);\n -ms-flex-align: var(--x-size-align-layout-columns-toolbar-aside, center);\n align-items: var(--x-size-align-layout-columns-toolbar-aside, center);\n}\n.x-layout__toolbar-body[data-v-242cf01e] {\n grid-column: toolbar-body;\n}\n.x-layout__toolbar-body.x-list[data-v-242cf01e] {\n -ms-flex-flow: var(--x-flow-layout-columns-toolbar-body, row nowrap);\n flex-flow: var(--x-flow-layout-columns-toolbar-body, row nowrap);\n -ms-flex-pack: var(--x-size-justify-layout-columns-toolbar-body, flex-end);\n justify-content: var(--x-size-justify-layout-columns-toolbar-body, flex-end);\n -ms-flex-align: var(--x-size-align-layout-columns-toolbar-body, center);\n align-items: var(--x-size-align-layout-columns-toolbar-body, center);\n}\n.x-layout__main[data-v-242cf01e] {\n grid-column: page;\n grid-row: main;\n min-height: 0;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-flow: row nowrap;\n flex-flow: row nowrap;\n -ms-flex-pack: stretch;\n justify-content: stretch;\n padding-left: calc(var(--x-size-margin-layout-columns) + var(--x-size-gap-default));\n -webkit-padding-before: var(--x-size-padding-top-layout-columns-main, 0);\n padding-top: var(--x-size-padding-top-layout-columns-main, 0);\n -webkit-padding-after: var(--x-size-padding-bottom-layout-columns-main, 0);\n padding-bottom: var(--x-size-padding-bottom-layout-columns-main, 0);\n -webkit-margin-before: var(--x-size-margin-top-layout-columns-main, 0);\n margin-top: var(--x-size-margin-top-layout-columns-main, 0);\n -webkit-margin-after: var(--x-size-margin-bottom-layout-columns-main, 0);\n margin-bottom: var(--x-size-margin-bottom-layout-columns-main, 0);\n background-color: var(--x-color-background-layout-columns-main, transparent);\n border-color: var(--x-color-border-layout-columns-main, transparent);\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-main, 0);\n}\n.x-layout__collapse-aside[data-v-242cf01e] {\n width: calc( ( 100% - var(--x-size-gap-default) * (var(--x-number-columns-layout-columns, 5)) - var(--x-size-margin-layout-columns) ) / var(--x-number-columns-layout-columns, 5) + var(--x-size-gap-default) );\n}\n.x-layout__aside-scroll[data-v-242cf01e] {\n height: 100%;\n margin-right: var(--x-size-gap-default);\n}\n.x-layout__main-aside[data-v-242cf01e] {\n background-color: var(--x-color-background-layout-columns-main-aside, transparent);\n border-color: var(--x-color-border-layout-columns-main-aside, transparent);\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-main-aside, 0);\n}\n.x-layout__body-scroll[data-v-242cf01e] {\n -ms-flex: 1 1 auto;\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-layout__body-scroll.x-scroll[data-v-242cf01e] {\n --x-string-overflow-scroll: scroll;\n}\n.x-layout__main-body[data-v-242cf01e] {\n background-color: var(--x-color-background-layout-columns-main-body, transparent);\n border-color: var(--x-color-border-layout-columns-main-body, transparent);\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-main-body, 0);\n}\n.x-layout__main-body[data-v-242cf01e] .x-grid {\n --x-size-gap-grid: var(--x-size-gap-default);\n}\n[dir=\"ltr\"] .x-layout__scroll-to-top[data-v-242cf01e] {\n margin-left: var(--x-size-margin-left-layout-columns-scroll-to-top, 10px);\n}\n[dir=\"rtl\"] .x-layout__scroll-to-top[data-v-242cf01e] {\n margin-right: var(--x-size-margin-left-layout-columns-scroll-to-top, 10px);\n}\n.x-layout__scroll-to-top[data-v-242cf01e] {\n grid-area: scroll-to-top;\n -webkit-margin-after: var(--x-size-margin-bottom-layout-columns-scroll-to-top, 10px);\n margin-bottom: var(--x-size-margin-bottom-layout-columns-scroll-to-top, 10px);\n -webkit-margin-start: var(--x-size-margin-left-layout-columns-scroll-to-top, 10px);\n z-index: 1;\n}", map: undefined, media: undefined });
262
+ inject("data-v-242cf01e_0", { source: ".dev-mode .slot-helper[data-v-242cf01e] {\n font-family: inherit;\n color: grey;\n box-sizing: border-box;\n display: flex;\n height: 100%;\n width: 100%;\n justify-content: center;\n align-items: center;\n border: dashed 1px grey;\n border-radius: 10px;\n}\n.x-layout[data-v-242cf01e] {\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 display: grid;\n align-content: stretch;\n max-height: 100%;\n grid-template-columns: [page-start] 1fr [scroll-to-top-start] calc(var(--x-size-margin-layout-columns) + var(--x-size-gap-default)) [scroll-to-top-end page-end];\n grid-template-rows: [page-start header-start] auto [header-end sub-header-start] auto [sub-header-end toolbar-start] auto [toolbar-end main-start] 1fr [scroll-to-top-start] auto [main-end scroll-to-top-end page-end];\n background-color: var(--x-color-background-layout-columns, white);\n border-color: var(--x-color-border-layout-columns);\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns, 0);\n}\n.x-layout__header[data-v-242cf01e] {\n grid-column: page;\n grid-row: header;\n display: grid;\n column-gap: var(--x-size-gap-default);\n grid-template-columns: [header-start] var(--x-size-margin-layout-columns) [start-content-start] 1fr [start-content-end middle-content-start] repeat(var(--x-number-columns-header-middle), 1fr) [middle-content-end end-content-start] 1fr [end-content-end] var(--x-size-margin-layout-columns) [header-end];\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 background-color: var(--x-color-background-layout-columns-header, transparent);\n border-color: var(--x-color-border-layout-columns-header, transparent);\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-header, 0);\n}\n.x-layout__header-start[data-v-242cf01e] {\n grid-column: start-content;\n}\n.x-layout__header-start.x-list[data-v-242cf01e] {\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.x-layout__header-middle[data-v-242cf01e] {\n grid-column: middle-content;\n}\n.x-layout__header-middle.x-list[data-v-242cf01e] {\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.x-layout__header-end[data-v-242cf01e] {\n grid-column: end-content;\n}\n.x-layout__header-end.x-list[data-v-242cf01e] {\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.x-layout__sub-header[data-v-242cf01e] {\n grid-column: page;\n grid-row: sub-header;\n display: grid;\n column-gap: var(--x-size-gap-default);\n grid-template-columns: [sub-header-start] var(--x-size-margin-layout-columns) 1fr [sub-header-content-start] repeat(var(--x-number-columns-sub-header-content), 1fr) [sub-header-content-end] 1fr var(--x-size-margin-layout-columns) [sub-header-end];\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 background-color: var(--x-color-background-layout-columns-sub-header, transparent);\n border-color: var(--x-color-border-layout-columns-sub-header, transparent);\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-sub-header, 0);\n}\n.x-layout__sub-header-content[data-v-242cf01e] {\n grid-column: sub-header-content;\n}\n.x-layout__sub-header-content.x-list[data-v-242cf01e] {\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.x-layout__toolbar[data-v-242cf01e] {\n grid-column: page;\n grid-row: toolbar;\n display: grid;\n column-gap: var(--x-size-gap-default);\n grid-template-columns: [toolbar-start] var(--x-size-margin-layout-columns) [toolbar-aside-start] 1fr [toolbar-aside-end toolbar-body-start] repeat(var(--x-number-columns-toolbar-body), 1fr) [toolbar-body-end] var(--x-size-margin-layout-columns) [toolbar-end];\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 background-color: var(--x-color-background-layout-columns-toolbar, transparent);\n border-color: var(--x-color-border-layout-columns-toolbar, transparent);\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-toolbar, 0);\n}\n.x-layout__toolbar-aside[data-v-242cf01e] {\n grid-column: toolbar-aside;\n}\n.x-layout__toolbar-aside.x-list[data-v-242cf01e] {\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.x-layout__toolbar-body[data-v-242cf01e] {\n grid-column: toolbar-body;\n}\n.x-layout__toolbar-body.x-list[data-v-242cf01e] {\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.x-layout__main[data-v-242cf01e] {\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 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 background-color: var(--x-color-background-layout-columns-main, transparent);\n border-color: var(--x-color-border-layout-columns-main, transparent);\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-main, 0);\n}\n.x-layout__collapse-aside[data-v-242cf01e] {\n width: calc( ( 100% - var(--x-size-gap-default) * (var(--x-number-columns-layout-columns, 5)) - var(--x-size-margin-layout-columns) ) / var(--x-number-columns-layout-columns, 5) + var(--x-size-gap-default) );\n}\n.x-layout__aside-scroll[data-v-242cf01e] {\n height: 100%;\n margin-right: var(--x-size-gap-default);\n}\n.x-layout__main-aside[data-v-242cf01e] {\n background-color: var(--x-color-background-layout-columns-main-aside, transparent);\n border-color: var(--x-color-border-layout-columns-main-aside, transparent);\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-main-aside, 0);\n}\n.x-layout__body-scroll[data-v-242cf01e] {\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-layout__body-scroll.x-scroll[data-v-242cf01e] {\n --x-string-overflow-scroll: scroll;\n}\n.x-layout__main-body[data-v-242cf01e] {\n background-color: var(--x-color-background-layout-columns-main-body, transparent);\n border-color: var(--x-color-border-layout-columns-main-body, transparent);\n border-style: solid;\n border-width: var(--x-size-border-width-layout-columns-main-body, 0);\n}\n.x-layout__main-body[data-v-242cf01e] .x-grid {\n --x-size-gap-grid: var(--x-size-gap-default);\n}\n.x-layout__scroll-to-top[data-v-242cf01e] {\n grid-area: scroll-to-top;\n margin-block-end: var(--x-size-margin-bottom-layout-columns-scroll-to-top, 10px);\n margin-inline-start: var(--x-size-margin-left-layout-columns-scroll-to-top, 10px);\n z-index: 1;\n}", map: undefined, media: undefined });
263
263
 
264
264
  };
265
265
  /* scoped */
@@ -194,7 +194,7 @@ __vue_render__._withStripped = true;
194
194
  /* style */
195
195
  var __vue_inject_styles__ = function (inject) {
196
196
  if (!inject) { return }
197
- inject("data-v-62760e49_0", { source: ".x-layout[data-v-62760e49] {\n display: grid;\n -ms-flex-line-pack: stretch;\n align-content: stretch;\n -ms-flex-pack: stretch;\n justify-content: stretch;\n height: 100%;\n grid-template-rows: [page-start header-start] auto [header-end sub-header-start] auto [sub-header-end toolbar-start] auto [toolbar-end main-start] 1fr [floating-start] auto [main-end floating-end footer-start] auto [footer-end page-end];\n grid-template-columns: 1fr;\n}\n.x-layout > *[data-v-62760e49] {\n grid-column: 1/-1;\n min-width: 0;\n min-height: 0;\n display: -ms-flexbox;\n display: flex;\n}\n.x-layout__header[data-v-62760e49] {\n grid-row: header;\n}\n.x-layout__sub-header[data-v-62760e49] {\n grid-row: sub-header;\n}\n.x-layout__toolbar[data-v-62760e49] {\n grid-row: toolbar;\n}\n.x-layout__predictive[data-v-62760e49] {\n grid-row-start: header-end;\n grid-row-end: page-end;\n -ms-flex-flow: column nowrap;\n flex-flow: column nowrap;\n z-index: 2;\n}\n.x-layout__main[data-v-62760e49] {\n grid-row: main;\n -ms-flex-flow: column nowrap;\n flex-flow: column nowrap;\n}\n.x-layout__floating[data-v-62760e49] {\n grid-row: floating;\n z-index: 1;\n}\n.x-layout__footer[data-v-62760e49] {\n grid-row: footer;\n}\n.x-layout__aside[data-v-62760e49] {\n grid-row: page;\n z-index: 3;\n}\n[dir=\"ltr\"] .x-layout__aside[data-v-62760e49] .x-modal__content {\n margin-left: var(--x-size-margin-left-layout-s, 0);\n}\n[dir=\"rtl\"] .x-layout__aside[data-v-62760e49] .x-modal__content {\n margin-right: var(--x-size-margin-left-layout-s, 0);\n}\n.x-layout__aside[data-v-62760e49] .x-modal__content {\n -webkit-margin-start: var(--x-size-margin-left-layout-s, 0);\n}\n.x-layout__predictive[data-v-62760e49], .x-layout__floating[data-v-62760e49], .x-layout__aside[data-v-62760e49],\n.x-layout .slot-helper[data-v-62760e49] {\n pointer-events: none;\n}\n.x-layout__predictive[data-v-62760e49] > *, .x-layout__floating[data-v-62760e49] > *, .x-layout__aside[data-v-62760e49] > *,\n.x-layout .slot-helper[data-v-62760e49] > * {\n pointer-events: all;\n}\n.x-layout__predictive[data-v-62760e49] .x-list, .x-layout__floating[data-v-62760e49] .x-list, .x-layout__aside[data-v-62760e49] .x-list,\n.x-layout .slot-helper[data-v-62760e49] .x-list {\n pointer-events: none;\n}\n.x-layout__predictive[data-v-62760e49] .x-list > *, .x-layout__floating[data-v-62760e49] .x-list > *, .x-layout__aside[data-v-62760e49] .x-list > *,\n.x-layout .slot-helper[data-v-62760e49] .x-list > * {\n pointer-events: all;\n}\n.dev-mode .slot-helper[data-v-62760e49] {\n font-family: inherit;\n color: grey;\n box-sizing: border-box;\n display: -ms-flexbox;\n display: flex;\n height: 100%;\n width: 100%;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-align: center;\n align-items: center;\n border: dashed 1px grey;\n border-radius: 10px;\n}", map: undefined, media: undefined });
197
+ inject("data-v-62760e49_0", { source: ".x-layout[data-v-62760e49] {\n display: grid;\n align-content: stretch;\n justify-content: stretch;\n height: 100%;\n grid-template-rows: [page-start header-start] auto [header-end sub-header-start] auto [sub-header-end toolbar-start] auto [toolbar-end main-start] 1fr [floating-start] auto [main-end floating-end footer-start] auto [footer-end page-end];\n grid-template-columns: 1fr;\n}\n.x-layout > *[data-v-62760e49] {\n grid-column: 1/-1;\n min-width: 0;\n min-height: 0;\n display: flex;\n}\n.x-layout__header[data-v-62760e49] {\n grid-row: header;\n}\n.x-layout__sub-header[data-v-62760e49] {\n grid-row: sub-header;\n}\n.x-layout__toolbar[data-v-62760e49] {\n grid-row: toolbar;\n}\n.x-layout__predictive[data-v-62760e49] {\n grid-row-start: header-end;\n grid-row-end: page-end;\n flex-flow: column nowrap;\n z-index: 2;\n}\n.x-layout__main[data-v-62760e49] {\n grid-row: main;\n flex-flow: column nowrap;\n}\n.x-layout__floating[data-v-62760e49] {\n grid-row: floating;\n z-index: 1;\n}\n.x-layout__footer[data-v-62760e49] {\n grid-row: footer;\n}\n.x-layout__aside[data-v-62760e49] {\n grid-row: page;\n z-index: 3;\n}\n.x-layout__aside[data-v-62760e49] .x-modal__content {\n margin-inline-start: var(--x-size-margin-left-layout-s, 0);\n}\n.x-layout__predictive[data-v-62760e49], .x-layout__floating[data-v-62760e49], .x-layout__aside[data-v-62760e49],\n.x-layout .slot-helper[data-v-62760e49] {\n pointer-events: none;\n}\n.x-layout__predictive[data-v-62760e49] > *, .x-layout__floating[data-v-62760e49] > *, .x-layout__aside[data-v-62760e49] > *,\n.x-layout .slot-helper[data-v-62760e49] > * {\n pointer-events: all;\n}\n.x-layout__predictive[data-v-62760e49] .x-list, .x-layout__floating[data-v-62760e49] .x-list, .x-layout__aside[data-v-62760e49] .x-list,\n.x-layout .slot-helper[data-v-62760e49] .x-list {\n pointer-events: none;\n}\n.x-layout__predictive[data-v-62760e49] .x-list > *, .x-layout__floating[data-v-62760e49] .x-list > *, .x-layout__aside[data-v-62760e49] .x-list > *,\n.x-layout .slot-helper[data-v-62760e49] .x-list > * {\n pointer-events: all;\n}\n.dev-mode .slot-helper[data-v-62760e49] {\n font-family: inherit;\n color: grey;\n box-sizing: border-box;\n display: flex;\n height: 100%;\n width: 100%;\n justify-content: center;\n align-items: center;\n border: dashed 1px grey;\n border-radius: 10px;\n}", map: undefined, media: undefined });
198
198
 
199
199
  };
200
200
  /* scoped */
@@ -58,7 +58,7 @@ __vue_render__._withStripped = true;
58
58
  /* style */
59
59
  var __vue_inject_styles__ = function (inject) {
60
60
  if (!inject) { return }
61
- inject("data-v-e351282a_0", { source: ".x-modal[data-v-e351282a] {\n position: fixed;\n top: 0;\n left: 0;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: start;\n align-items: flex-start;\n -ms-flex-pack: start;\n justify-content: flex-start;\n width: 100%;\n height: 100%;\n z-index: 1;\n}\n.x-modal__content[data-v-e351282a] {\n z-index: 1;\n}\n.x-modal__overlay[data-v-e351282a] {\n width: 100%;\n height: 100%;\n position: fixed;\n background-color: rgba(0, 0, 0, 0.7);\n opacity: 0;\n}\n.x-modal__overlay--is-visible[data-v-e351282a] {\n transition: opacity 0.3s ease-out;\n opacity: 1;\n}", map: undefined, media: undefined });
61
+ inject("data-v-e351282a_0", { source: ".x-modal[data-v-e351282a] {\n position: fixed;\n top: 0;\n left: 0;\n display: flex;\n align-items: flex-start;\n justify-content: flex-start;\n width: 100%;\n height: 100%;\n z-index: 1;\n}\n.x-modal__content[data-v-e351282a] {\n z-index: 1;\n}\n.x-modal__overlay[data-v-e351282a] {\n width: 100%;\n height: 100%;\n position: fixed;\n background-color: rgba(0, 0, 0, 0.7);\n opacity: 0;\n}\n.x-modal__overlay--is-visible[data-v-e351282a] {\n transition: opacity 0.3s ease-out;\n opacity: 1;\n}", map: undefined, media: undefined });
62
62
 
63
63
  };
64
64
  /* scoped */