@maggioli-design-system/magma 1.11.7 → 1.12.0

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 (301) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/magma-components.cjs.js +1 -1
  3. package/dist/cjs/mds-accordion-item.cjs.entry.js +1 -1
  4. package/dist/cjs/mds-accordion-timer-item.cjs.entry.js +1 -1
  5. package/dist/cjs/mds-accordion-timer.cjs.entry.js +1 -1
  6. package/dist/cjs/mds-accordion.cjs.entry.js +1 -1
  7. package/dist/cjs/mds-author.cjs.entry.js +2 -2
  8. package/dist/cjs/mds-avatar-stack-item.cjs.entry.js +1 -1
  9. package/dist/cjs/mds-avatar-stack.cjs.entry.js +1 -1
  10. package/dist/cjs/mds-avatar.cjs.entry.js +1 -1
  11. package/dist/cjs/mds-badge.cjs.entry.js +1 -1
  12. package/dist/cjs/mds-banner_3.cjs.entry.js +6 -6
  13. package/dist/cjs/mds-benchmark-bar.cjs.entry.js +1 -1
  14. package/dist/cjs/mds-bibliography.cjs.entry.js +7 -7
  15. package/dist/cjs/mds-breadcrumb-item.cjs.entry.js +1 -1
  16. package/dist/cjs/mds-breadcrumb.cjs.entry.js +2 -2
  17. package/dist/cjs/mds-button-dropdown.cjs.entry.js +1 -1
  18. package/dist/cjs/mds-button-group.cjs.entry.js +1 -1
  19. package/dist/cjs/mds-button_3.cjs.entry.js +2 -2
  20. package/dist/cjs/mds-calendar_2.cjs.entry.js +246 -128
  21. package/dist/cjs/mds-card-content.cjs.entry.js +1 -1
  22. package/dist/cjs/mds-card-footer.cjs.entry.js +1 -1
  23. package/dist/cjs/mds-card-header.cjs.entry.js +1 -1
  24. package/dist/cjs/mds-card-media.cjs.entry.js +1 -1
  25. package/dist/cjs/mds-card.cjs.entry.js +1 -1
  26. package/dist/cjs/mds-details.cjs.entry.js +1 -1
  27. package/dist/cjs/mds-dropdown.cjs.entry.js +2 -2
  28. package/dist/cjs/mds-emoji.cjs.entry.js +1 -1
  29. package/dist/cjs/mds-entity.cjs.entry.js +4 -4
  30. package/dist/cjs/mds-file-preview.cjs.entry.js +2 -2
  31. package/dist/cjs/mds-file.cjs.entry.js +3 -3
  32. package/dist/cjs/mds-filter-item.cjs.entry.js +1 -1
  33. package/dist/cjs/mds-filter.cjs.entry.js +1 -1
  34. package/dist/cjs/mds-header-bar.cjs.entry.js +3 -3
  35. package/dist/cjs/mds-header.cjs.entry.js +2 -2
  36. package/dist/cjs/mds-horizontal-scroll.cjs.entry.js +1 -1
  37. package/dist/cjs/mds-hr.cjs.entry.js +1 -1
  38. package/dist/cjs/mds-input-date-range.cjs.entry.js +197 -55
  39. package/dist/cjs/mds-input-date.cjs.entry.js +16 -10
  40. package/dist/cjs/mds-input.cjs.entry.js +9 -9
  41. package/dist/collection/components/mds-accordion/mds-accordion.js +1 -1
  42. package/dist/collection/components/mds-accordion-item/mds-accordion-item.js +1 -1
  43. package/dist/collection/components/mds-accordion-timer/mds-accordion-timer.js +1 -1
  44. package/dist/collection/components/mds-accordion-timer-item/mds-accordion-timer-item.js +1 -1
  45. package/dist/collection/components/mds-author/mds-author.js +2 -2
  46. package/dist/collection/components/mds-avatar/mds-avatar.js +1 -1
  47. package/dist/collection/components/mds-avatar-stack/mds-avatar-stack.js +1 -1
  48. package/dist/collection/components/mds-avatar-stack-item/mds-avatar-stack-item.js +1 -1
  49. package/dist/collection/components/mds-badge/mds-badge.js +1 -1
  50. package/dist/collection/components/mds-banner/mds-banner.js +2 -2
  51. package/dist/collection/components/mds-benchmark-bar/mds-benchmark-bar.js +1 -1
  52. package/dist/collection/components/mds-bibliography/mds-bibliography.js +7 -7
  53. package/dist/collection/components/mds-breadcrumb/mds-breadcrumb.js +2 -2
  54. package/dist/collection/components/mds-breadcrumb-item/mds-breadcrumb-item.js +1 -1
  55. package/dist/collection/components/mds-button/mds-button.js +1 -1
  56. package/dist/collection/components/mds-button-dropdown/mds-button-dropdown.js +1 -1
  57. package/dist/collection/components/mds-button-group/mds-button-group.js +1 -1
  58. package/dist/collection/components/mds-calendar/mds-calendar.css +50 -7
  59. package/dist/collection/components/mds-calendar/mds-calendar.js +413 -128
  60. package/dist/collection/components/mds-calendar-cell/mds-calendar-cell.js +1 -1
  61. package/dist/collection/components/mds-card/mds-card.js +1 -1
  62. package/dist/collection/components/mds-card-content/mds-card-content.js +1 -1
  63. package/dist/collection/components/mds-card-footer/mds-card-footer.js +1 -1
  64. package/dist/collection/components/mds-card-header/mds-card-header.js +1 -1
  65. package/dist/collection/components/mds-card-media/mds-card-media.js +1 -1
  66. package/dist/collection/components/mds-chip/mds-chip.js +3 -3
  67. package/dist/collection/components/mds-details/mds-details.js +1 -1
  68. package/dist/collection/components/mds-dropdown/mds-dropdown.js +2 -2
  69. package/dist/collection/components/mds-emoji/mds-emoji.js +1 -1
  70. package/dist/collection/components/mds-entity/mds-entity.js +4 -4
  71. package/dist/collection/components/mds-file/mds-file.js +3 -3
  72. package/dist/collection/components/mds-file-preview/mds-file-preview.js +2 -2
  73. package/dist/collection/components/mds-filter/mds-filter.js +1 -1
  74. package/dist/collection/components/mds-filter-item/mds-filter-item.js +1 -1
  75. package/dist/collection/components/mds-header/mds-header.js +2 -2
  76. package/dist/collection/components/mds-header-bar/mds-header-bar.js +3 -3
  77. package/dist/collection/components/mds-help/mds-help.js +1 -1
  78. package/dist/collection/components/mds-horizontal-scroll/mds-horizontal-scroll.js +1 -1
  79. package/dist/collection/components/mds-hr/mds-hr.js +1 -1
  80. package/dist/collection/components/mds-icon/mds-icon.js +1 -1
  81. package/dist/collection/components/mds-input/mds-input.js +9 -9
  82. package/dist/collection/components/mds-input-date/mds-input-date.js +19 -11
  83. package/dist/collection/components/mds-input-date-range/mds-input-date-range.css +33 -1
  84. package/dist/collection/components/mds-input-date-range/mds-input-date-range.js +220 -70
  85. package/dist/collection/components/mds-input-date-range/test/mds-input-date-range.stories.js +10 -0
  86. package/dist/collection/components/mds-keyboard-key/mds-keyboard-key.js +1 -1
  87. package/dist/components/mds-accordion-item.js +1 -1
  88. package/dist/components/mds-accordion-timer-item.js +1 -1
  89. package/dist/components/mds-accordion-timer.js +1 -1
  90. package/dist/components/mds-accordion.js +1 -1
  91. package/dist/components/mds-author.js +2 -2
  92. package/dist/components/mds-avatar-stack-item2.js +1 -1
  93. package/dist/components/mds-avatar-stack.js +1 -1
  94. package/dist/components/mds-avatar2.js +1 -1
  95. package/dist/components/mds-badge2.js +1 -1
  96. package/dist/components/mds-banner2.js +2 -2
  97. package/dist/components/mds-benchmark-bar.js +1 -1
  98. package/dist/components/mds-bibliography.js +7 -7
  99. package/dist/components/mds-breadcrumb-item.js +1 -1
  100. package/dist/components/mds-breadcrumb.js +2 -2
  101. package/dist/components/mds-button-dropdown.js +1 -1
  102. package/dist/components/mds-button-group.js +1 -1
  103. package/dist/components/mds-button2.js +1 -1
  104. package/dist/components/mds-calendar-cell2.js +1 -1
  105. package/dist/components/mds-calendar2.js +256 -128
  106. package/dist/components/mds-card-content.js +1 -1
  107. package/dist/components/mds-card-footer.js +1 -1
  108. package/dist/components/mds-card-header.js +1 -1
  109. package/dist/components/mds-card-media.js +1 -1
  110. package/dist/components/mds-card.js +1 -1
  111. package/dist/components/mds-chip2.js +3 -3
  112. package/dist/components/mds-details.js +1 -1
  113. package/dist/components/mds-dropdown2.js +2 -2
  114. package/dist/components/mds-emoji.js +1 -1
  115. package/dist/components/mds-entity.js +4 -4
  116. package/dist/components/mds-file-preview2.js +2 -2
  117. package/dist/components/mds-file.js +3 -3
  118. package/dist/components/mds-filter-item2.js +1 -1
  119. package/dist/components/mds-filter.js +1 -1
  120. package/dist/components/mds-header-bar.js +3 -3
  121. package/dist/components/mds-header.js +2 -2
  122. package/dist/components/mds-help2.js +1 -1
  123. package/dist/components/mds-horizontal-scroll.js +1 -1
  124. package/dist/components/mds-hr.js +1 -1
  125. package/dist/components/mds-icon2.js +1 -1
  126. package/dist/components/mds-input-date-range.js +199 -55
  127. package/dist/components/mds-input-date.js +17 -10
  128. package/dist/components/mds-input2.js +9 -9
  129. package/dist/documentation.json +238 -32
  130. package/dist/esm/loader.js +1 -1
  131. package/dist/esm/magma-components.js +1 -1
  132. package/dist/esm/mds-accordion-item.entry.js +1 -1
  133. package/dist/esm/mds-accordion-timer-item.entry.js +1 -1
  134. package/dist/esm/mds-accordion-timer.entry.js +1 -1
  135. package/dist/esm/mds-accordion.entry.js +1 -1
  136. package/dist/esm/mds-author.entry.js +2 -2
  137. package/dist/esm/mds-avatar-stack-item.entry.js +1 -1
  138. package/dist/esm/mds-avatar-stack.entry.js +1 -1
  139. package/dist/esm/mds-avatar.entry.js +1 -1
  140. package/dist/esm/mds-badge.entry.js +1 -1
  141. package/dist/esm/mds-banner_3.entry.js +6 -6
  142. package/dist/esm/mds-benchmark-bar.entry.js +1 -1
  143. package/dist/esm/mds-bibliography.entry.js +7 -7
  144. package/dist/esm/mds-breadcrumb-item.entry.js +1 -1
  145. package/dist/esm/mds-breadcrumb.entry.js +2 -2
  146. package/dist/esm/mds-button-dropdown.entry.js +1 -1
  147. package/dist/esm/mds-button-group.entry.js +1 -1
  148. package/dist/esm/mds-button_3.entry.js +2 -2
  149. package/dist/esm/mds-calendar_2.entry.js +246 -128
  150. package/dist/esm/mds-card-content.entry.js +1 -1
  151. package/dist/esm/mds-card-footer.entry.js +1 -1
  152. package/dist/esm/mds-card-header.entry.js +1 -1
  153. package/dist/esm/mds-card-media.entry.js +1 -1
  154. package/dist/esm/mds-card.entry.js +1 -1
  155. package/dist/esm/mds-details.entry.js +1 -1
  156. package/dist/esm/mds-dropdown.entry.js +2 -2
  157. package/dist/esm/mds-emoji.entry.js +1 -1
  158. package/dist/esm/mds-entity.entry.js +4 -4
  159. package/dist/esm/mds-file-preview.entry.js +2 -2
  160. package/dist/esm/mds-file.entry.js +3 -3
  161. package/dist/esm/mds-filter-item.entry.js +1 -1
  162. package/dist/esm/mds-filter.entry.js +1 -1
  163. package/dist/esm/mds-header-bar.entry.js +3 -3
  164. package/dist/esm/mds-header.entry.js +2 -2
  165. package/dist/esm/mds-horizontal-scroll.entry.js +1 -1
  166. package/dist/esm/mds-hr.entry.js +1 -1
  167. package/dist/esm/mds-input-date-range.entry.js +197 -55
  168. package/dist/esm/mds-input-date.entry.js +16 -10
  169. package/dist/esm/mds-input.entry.js +9 -9
  170. package/dist/esm-es5/loader.js +1 -1
  171. package/dist/esm-es5/magma-components.js +1 -1
  172. package/dist/esm-es5/mds-accordion-item.entry.js +1 -1
  173. package/dist/esm-es5/mds-accordion-timer-item.entry.js +1 -1
  174. package/dist/esm-es5/mds-accordion-timer.entry.js +1 -1
  175. package/dist/esm-es5/mds-accordion.entry.js +1 -1
  176. package/dist/esm-es5/mds-author.entry.js +1 -1
  177. package/dist/esm-es5/mds-avatar-stack-item.entry.js +1 -1
  178. package/dist/esm-es5/mds-avatar-stack.entry.js +1 -1
  179. package/dist/esm-es5/mds-avatar.entry.js +1 -1
  180. package/dist/esm-es5/mds-badge.entry.js +1 -1
  181. package/dist/esm-es5/mds-banner_3.entry.js +1 -1
  182. package/dist/esm-es5/mds-benchmark-bar.entry.js +1 -1
  183. package/dist/esm-es5/mds-bibliography.entry.js +1 -1
  184. package/dist/esm-es5/mds-breadcrumb-item.entry.js +1 -1
  185. package/dist/esm-es5/mds-breadcrumb.entry.js +1 -1
  186. package/dist/esm-es5/mds-button-dropdown.entry.js +1 -1
  187. package/dist/esm-es5/mds-button-group.entry.js +1 -1
  188. package/dist/esm-es5/mds-button_3.entry.js +1 -1
  189. package/dist/esm-es5/mds-calendar_2.entry.js +1 -1
  190. package/dist/esm-es5/mds-card-content.entry.js +1 -1
  191. package/dist/esm-es5/mds-card-footer.entry.js +1 -1
  192. package/dist/esm-es5/mds-card-header.entry.js +1 -1
  193. package/dist/esm-es5/mds-card-media.entry.js +1 -1
  194. package/dist/esm-es5/mds-card.entry.js +1 -1
  195. package/dist/esm-es5/mds-details.entry.js +1 -1
  196. package/dist/esm-es5/mds-dropdown.entry.js +1 -1
  197. package/dist/esm-es5/mds-emoji.entry.js +2 -2
  198. package/dist/esm-es5/mds-entity.entry.js +1 -1
  199. package/dist/esm-es5/mds-file-preview.entry.js +1 -1
  200. package/dist/esm-es5/mds-file.entry.js +1 -1
  201. package/dist/esm-es5/mds-filter-item.entry.js +1 -1
  202. package/dist/esm-es5/mds-filter.entry.js +1 -1
  203. package/dist/esm-es5/mds-header-bar.entry.js +1 -1
  204. package/dist/esm-es5/mds-header.entry.js +1 -1
  205. package/dist/esm-es5/mds-horizontal-scroll.entry.js +1 -1
  206. package/dist/esm-es5/mds-hr.entry.js +1 -1
  207. package/dist/esm-es5/mds-input-date-range.entry.js +1 -1
  208. package/dist/esm-es5/mds-input-date.entry.js +1 -1
  209. package/dist/esm-es5/mds-input.entry.js +1 -1
  210. package/dist/hydrate/index.js +539 -262
  211. package/dist/hydrate/index.mjs +539 -262
  212. package/dist/magma-components/magma-components.esm.js +1 -1
  213. package/dist/magma-components/{p-e3b0adb8.entry.js → p-02c9dffb.entry.js} +1 -1
  214. package/dist/magma-components/{p-e8626e7a.system.entry.js → p-03b5bdae.system.entry.js} +1 -1
  215. package/dist/magma-components/{p-fec5168f.entry.js → p-09b27f6e.entry.js} +1 -1
  216. package/dist/magma-components/p-09cbad84.system.entry.js +1 -0
  217. package/dist/magma-components/{p-0c3b813d.entry.js → p-0a9db9fc.entry.js} +1 -1
  218. package/dist/magma-components/{p-beeaec1c.entry.js → p-10957e40.entry.js} +1 -1
  219. package/dist/magma-components/{p-42f5037a.entry.js → p-14cad758.entry.js} +1 -1
  220. package/dist/magma-components/{p-35d85970.entry.js → p-188c906e.entry.js} +1 -1
  221. package/dist/magma-components/{p-91e16169.system.entry.js → p-191e79c8.system.entry.js} +1 -1
  222. package/dist/magma-components/{p-1a8d42d1.system.entry.js → p-1c37f4ce.system.entry.js} +1 -1
  223. package/dist/magma-components/{p-30648e76.system.entry.js → p-1cd6c3fe.system.entry.js} +1 -1
  224. package/dist/magma-components/{p-c3ae9ba7.system.entry.js → p-1f52a479.system.entry.js} +1 -1
  225. package/dist/magma-components/p-20e0f9e3.entry.js +1 -0
  226. package/dist/magma-components/p-26cd6ec8.system.js +1 -1
  227. package/dist/magma-components/{p-237d60e2.system.entry.js → p-2910fa0c.system.entry.js} +1 -1
  228. package/dist/magma-components/{p-d95c9d2e.system.entry.js → p-2d947462.system.entry.js} +1 -1
  229. package/dist/magma-components/{p-0b25be9f.entry.js → p-342a07c7.entry.js} +1 -1
  230. package/dist/magma-components/{p-b228a186.system.entry.js → p-39d9f24d.system.entry.js} +1 -1
  231. package/dist/magma-components/{p-27cb23f6.entry.js → p-3a57f53d.entry.js} +1 -1
  232. package/dist/magma-components/{p-0689710c.system.entry.js → p-3b267a52.system.entry.js} +1 -1
  233. package/dist/magma-components/{p-224f80f4.entry.js → p-3bf7d52c.entry.js} +1 -1
  234. package/dist/magma-components/{p-2de8157b.system.entry.js → p-432be440.system.entry.js} +1 -1
  235. package/dist/magma-components/{p-5eca660e.system.entry.js → p-43a2f192.system.entry.js} +1 -1
  236. package/dist/magma-components/{p-eaf4805a.entry.js → p-48a2e8e4.entry.js} +1 -1
  237. package/dist/magma-components/{p-ff674ef9.entry.js → p-4ab9c985.entry.js} +1 -1
  238. package/dist/magma-components/{p-40eeffe8.entry.js → p-4b76248b.entry.js} +1 -1
  239. package/dist/magma-components/{p-11df77b3.entry.js → p-4cf97724.entry.js} +1 -1
  240. package/dist/magma-components/{p-0e2b6dd3.system.entry.js → p-5359bf5e.system.entry.js} +1 -1
  241. package/dist/magma-components/{p-536b4c16.entry.js → p-5619ed51.entry.js} +1 -1
  242. package/dist/magma-components/{p-d738a403.system.entry.js → p-5edd2f30.system.entry.js} +1 -1
  243. package/dist/magma-components/{p-033e85f1.entry.js → p-606cd4bb.entry.js} +1 -1
  244. package/dist/magma-components/{p-e9ade624.system.entry.js → p-61c35e05.system.entry.js} +1 -1
  245. package/dist/magma-components/{p-6e680417.system.entry.js → p-68a7d370.system.entry.js} +1 -1
  246. package/dist/magma-components/{p-409c9518.system.entry.js → p-7244ca7a.system.entry.js} +1 -1
  247. package/dist/magma-components/{p-a9d6984e.entry.js → p-726cd93c.entry.js} +1 -1
  248. package/dist/magma-components/{p-c2798c9a.system.entry.js → p-7359e097.system.entry.js} +1 -1
  249. package/dist/magma-components/{p-723fbfb0.entry.js → p-78088de2.entry.js} +1 -1
  250. package/dist/magma-components/{p-83b2ee17.entry.js → p-7ae676db.entry.js} +1 -1
  251. package/dist/magma-components/{p-6d3ea2b6.entry.js → p-7b788f04.entry.js} +1 -1
  252. package/dist/magma-components/{p-b727c3a6.system.entry.js → p-80518658.system.entry.js} +1 -1
  253. package/dist/magma-components/{p-f6ef6105.entry.js → p-8314f381.entry.js} +1 -1
  254. package/dist/magma-components/{p-86f45462.entry.js → p-8469b603.entry.js} +1 -1
  255. package/dist/magma-components/{p-09aaa62b.system.entry.js → p-855f1617.system.entry.js} +1 -1
  256. package/dist/magma-components/{p-cae0e727.entry.js → p-89757b16.entry.js} +1 -1
  257. package/dist/magma-components/{p-60342fa8.system.entry.js → p-8bc52935.system.entry.js} +1 -1
  258. package/dist/magma-components/{p-6b4bf0df.entry.js → p-8f091ceb.entry.js} +1 -1
  259. package/dist/magma-components/{p-8859d528.entry.js → p-94fb14aa.entry.js} +1 -1
  260. package/dist/magma-components/{p-755dff75.system.entry.js → p-9b7e1f4b.system.entry.js} +1 -1
  261. package/dist/magma-components/{p-dfdc83ab.entry.js → p-9d5ab31c.entry.js} +1 -1
  262. package/dist/magma-components/{p-ddd59ddb.system.entry.js → p-9d86dd4c.system.entry.js} +1 -1
  263. package/dist/magma-components/{p-9e08e8f1.system.entry.js → p-a776c78c.system.entry.js} +1 -1
  264. package/dist/magma-components/{p-854848ca.entry.js → p-aacb6b47.entry.js} +1 -1
  265. package/dist/magma-components/{p-bdc49c99.entry.js → p-b4bad440.entry.js} +1 -1
  266. package/dist/magma-components/{p-3095eab8.system.entry.js → p-b7aae63a.system.entry.js} +1 -1
  267. package/dist/magma-components/{p-03cadeb4.system.entry.js → p-b7b0f420.system.entry.js} +1 -1
  268. package/dist/magma-components/{p-788e95ce.entry.js → p-ba8142cf.entry.js} +1 -1
  269. package/dist/magma-components/{p-84cf6604.system.entry.js → p-be5a7e23.system.entry.js} +1 -1
  270. package/dist/magma-components/{p-61e3603c.system.entry.js → p-c3304189.system.entry.js} +1 -1
  271. package/dist/magma-components/{p-a201cbab.entry.js → p-c372fe03.entry.js} +1 -1
  272. package/dist/magma-components/{p-b4baf323.entry.js → p-c5730248.entry.js} +1 -1
  273. package/dist/magma-components/{p-3e50c4ab.entry.js → p-c5d2cd00.entry.js} +1 -1
  274. package/dist/magma-components/p-c6785782.entry.js +1 -0
  275. package/dist/magma-components/p-ca4ee5b5.system.entry.js +1 -0
  276. package/dist/magma-components/p-d7cf7569.entry.js +1 -0
  277. package/dist/magma-components/{p-6d1ce884.system.entry.js → p-d98a34dc.system.entry.js} +1 -1
  278. package/dist/magma-components/{p-2b3517af.system.entry.js → p-d99f38a7.system.entry.js} +1 -1
  279. package/dist/magma-components/{p-3c2df04e.system.entry.js → p-dd7b9422.system.entry.js} +1 -1
  280. package/dist/magma-components/{p-58b77d4f.entry.js → p-e0bd7509.entry.js} +1 -1
  281. package/dist/magma-components/{p-a786264e.system.entry.js → p-e32a0ec8.system.entry.js} +1 -1
  282. package/dist/magma-components/{p-12527b99.system.entry.js → p-ef488f9f.system.entry.js} +1 -1
  283. package/dist/magma-components/{p-70223843.system.entry.js → p-f250731c.system.entry.js} +1 -1
  284. package/dist/magma-components/{p-8de607ef.entry.js → p-f2e7d2f0.entry.js} +1 -1
  285. package/dist/magma-components/{p-a9c9e071.system.entry.js → p-f349e728.system.entry.js} +1 -1
  286. package/dist/magma-components/{p-1c2b1a44.system.entry.js → p-f584c1d7.system.entry.js} +1 -1
  287. package/dist/magma-components/{p-f5f97018.entry.js → p-fd25f69a.entry.js} +1 -1
  288. package/dist/magma-components/{p-977d3bf0.entry.js → p-fe3879f3.entry.js} +1 -1
  289. package/dist/magma-components/{p-50b07c72.system.entry.js → p-ff8d8818.system.entry.js} +1 -1
  290. package/dist/stats.json +790 -377
  291. package/dist/types/components/mds-calendar/mds-calendar.d.ts +43 -1
  292. package/dist/types/components/mds-input-date/mds-input-date.d.ts +1 -0
  293. package/dist/types/components/mds-input-date-range/mds-input-date-range.d.ts +23 -4
  294. package/dist/types/components/mds-input-date-range/test/mds-input-date-range.stories.d.ts +12 -0
  295. package/dist/types/components.d.ts +94 -6
  296. package/package.json +4 -4
  297. package/dist/magma-components/p-3da97c74.system.entry.js +0 -1
  298. package/dist/magma-components/p-643fd688.entry.js +0 -1
  299. package/dist/magma-components/p-80b11d2e.entry.js +0 -1
  300. package/dist/magma-components/p-e1f3cc6d.entry.js +0 -1
  301. package/dist/magma-components/p-ead9e4c4.system.entry.js +0 -1
@@ -6,4 +6,4 @@ var __awaiter=this&&this.__awaiter||function(e,r,a,t){function i(e){return e ins
6
6
  * @license BSD-3-Clause
7
7
  * @version 10.1.0
8
8
  */
9
- var g="array";var p="bit";var u="bits";var y="byte";var w="bytes";var k="";var x="exponent";var j="function";var B="iec";var q="Invalid number";var z="Invalid rounding method";var M="jedec";var O="object";var _=".";var N="round";var E="s";var T="si";var G="kbit";var P="kB";var K=" ";var Y="string";var Z="0";var D={symbol:{iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},fullform:{iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]}};function F(e,r){var a=r===void 0?{}:r,t=a.bits,i=t===void 0?false:t,o=a.pad,s=o===void 0?false:o,d=a.base,n=d===void 0?-1:d,l=a.round,c=l===void 0?2:l,b=a.locale,v=b===void 0?k:b,m=a.localeOptions,h=m===void 0?{}:m,f=a.separator,F=f===void 0?k:f,S=a.spacer,C=S===void 0?K:S,I=a.symbols,R=I===void 0?{}:I,A=a.standard,H=A===void 0?k:A,J=a.output,L=J===void 0?Y:J,Q=a.fullform,U=Q===void 0?false:Q,V=a.fullforms,W=V===void 0?[]:V,X=a.exponent,$=X===void 0?-1:X,ee=a.roundingMethod,re=ee===void 0?N:ee,ae=a.precision,te=ae===void 0?0:ae;var ie=$,oe=Number(e),se=[],de=0,ne=k;if(H===T){n=10;H=M}else if(H===B||H===M){n=2}else if(n===2){H=B}else{n=10;H=M}var le=n===10?1e3:1024,ce=U===true,be=oe<0,ve=Math[re];if(typeof e!=="bigint"&&isNaN(e)){throw new TypeError(q)}if(typeof ve!==j){throw new TypeError(z)}if(be){oe=-oe}if(ie===-1||isNaN(ie)){ie=Math.floor(Math.log(oe)/Math.log(le));if(ie<0){ie=0}}if(ie>8){if(te>0){te+=8-ie}ie=8}if(L===x){return ie}if(oe===0){se[0]=0;ne=se[1]=D.symbol[H][i?u:w][ie]}else{de=oe/(n===2?Math.pow(2,ie*10):Math.pow(1e3,ie));if(i){de=de*8;if(de>=le&&ie<8){de=de/le;ie++}}var me=Math.pow(10,ie>0?c:0);se[0]=ve(de*me)/me;if(se[0]===le&&ie<8&&$===-1){se[0]=1;ie++}ne=se[1]=n===10&&ie===1?i?G:P:D.symbol[H][i?u:w][ie]}if(be){se[0]=-se[0]}if(te>0){se[0]=se[0].toPrecision(te)}se[1]=R[se[1]]||se[1];if(v===true){se[0]=se[0].toLocaleString()}else if(v.length>0){se[0]=se[0].toLocaleString(v,h)}else if(F.length>0){se[0]=se[0].toString().replace(_,F)}if(s&&Number.isInteger(se[0])===false&&c>0){var he=F||_,fe=se[0].toString().split(he),ge=fe[1]||k,pe=ge.length,ue=c-pe;se[0]="".concat(fe[0]).concat(he).concat(ge.padEnd(pe+ue,Z))}if(ce){se[1]=W[ie]?W[ie]:D.fullform[H][ie]+(i?p:y)+(se[0]===1?k:E)}return L===g?se:L===O?{value:se[0],symbol:se[1],exponent:ie,unit:ne}:se.join(C)}var S="Αφαιρέστε το αρχείο από την ουρά μεταφόρτωσης";var C={remove:S};var I="Remove file from upload queue";var R={remove:I};var A="Eliminar archivo de la cola de carga";var H={remove:A};var J="Rimuovi file dalla coda di upload";var L={remove:J};var Q=':host{--mds-file-preview-background-color:rgb(var(--tone-neutral));--mds-file-preview-border-radius:0.5rem;--mds-file-preview-color:rgb(var(--tone-neutral-03));--mds-file-preview-icon-background:inherit;--mds-file-preview-icon-color:var(--mds-file-preview-color);-ms-flex-align:stretch;align-items:stretch;background-color:var(--mds-file-preview-background-color);border-radius:var(--mds-file-preview-border-radius);-webkit-box-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);box-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);display:-ms-flexbox;display:flex;fill:var(--mds-file-preview-color);-ms-flex-pack:stretch;justify-content:stretch;position:relative}.card{grid-template-columns:repeat(1, minmax(1px, 100%));gap:0.5rem;padding:1rem;border-radius:var(--mds-file-preview-border-radius);display:grid;width:100%}.preview{aspect-ratio:1/1;background-color:var(--mds-file-preview-icon-background);border-radius:0.25rem;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--mds-file-preview-color);fill:var(--mds-file-preview-icon-color);width:100%}.preview--image{-webkit-filter:brightness(0.975);filter:brightness(0.975);padding:0 !important}.preview--icon,.preview--status{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.preview--status{gap:0.5rem;padding:1rem}.icon{height:3rem;width:3rem}.message{text-align:center}.action-delete{background-color:var(--mds-file-preview-background-color);position:absolute;right:0;top:0;z-index:10}.infos{gap:0.5rem;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.suffix{-ms-flex-negative:0;flex-shrink:0}.infos--has-file-size{-ms-flex-pack:justify;justify-content:space-between}.file-name{--mds-text-line-clamp:2}:host([format="archive"]),:host([format="executable"]){--mds-file-preview-color:rgb(var(--label-amaranth-04));--mds-file-preview-icon-background:rgb(var(--label-amaranth-10));--mds-file-preview-icon-color:rgb(var(--label-amaranth-04))}:host([format="attachment"]){--mds-file-preview-color:rgb(var(--tone-neutral-04));--mds-file-preview-icon-background:rgb(var(--tone-neutral-10));--mds-file-preview-icon-color:rgb(var(--tone-neutral-04))}:host([format="audio"]),:host([format="video"]){--mds-file-preview-color:rgb(var(--label-violet-04));--mds-file-preview-icon-background:rgb(var(--label-violet-10));--mds-file-preview-icon-color:rgb(var(--label-violet-04))}:host([format="code"]),:host([format="data"]),:host([format="markup"]){--mds-file-preview-color:rgb(var(--label-yellow-04));--mds-file-preview-icon-background:rgb(var(--label-yellow-10));--mds-file-preview-icon-color:rgb(var(--label-yellow-04))}:host([format="document"]),:host([format="certificate"]){--mds-file-preview-color:rgb(var(--label-orange-04));--mds-file-preview-icon-background:rgb(var(--label-orange-10));--mds-file-preview-icon-color:rgb(var(--label-orange-04))}:host([format="email"]),:host([format="text"]){--mds-file-preview-color:rgb(var(--label-blue-04));--mds-file-preview-icon-background:rgb(var(--label-blue-10));--mds-file-preview-icon-color:rgb(var(--label-blue-04))}:host([format="image"]){--mds-file-preview-color:rgb(var(--label-green-04));--mds-file-preview-icon-background:rgb(var(--label-green-10));--mds-file-preview-icon-color:rgb(var(--label-green-04))}:host([format="slide"]){--mds-file-preview-color:rgb(var(--label-orchid-04));--mds-file-preview-icon-background:rgb(var(--label-orchid-10));--mds-file-preview-icon-color:rgb(var(--label-orchid-04))}:host([format="spreadsheet"]){--mds-file-preview-color:rgb(var(--label-lime-04));--mds-file-preview-icon-background:rgb(var(--label-lime-10));--mds-file-preview-icon-color:rgb(var(--label-lime-04))}:host([format="vector"]){--mds-file-preview-color:rgb(var(--label-aqua-04));--mds-file-preview-icon-background:rgb(var(--label-aqua-10));--mds-file-preview-icon-color:rgb(var(--label-aqua-04))}:host([variant="primary"][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-09));--mds-file-preview-icon-color:rgb(var(--variant-primary-04))}:host([variant="info"][message]){--mds-file-preview-icon-background:rgb(var(--status-info-09));--mds-file-preview-icon-color:rgb(var(--status-info-04));--mds-file-preview-color:rgb(var(--status-info-03))}:host([variant="success"][message]){--mds-file-preview-icon-background:rgb(var(--status-success-09));--mds-file-preview-icon-color:rgb(var(--status-success-04));--mds-file-preview-color:rgb(var(--status-success-03))}:host([variant="warning"][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-09));--mds-file-preview-icon-color:rgb(var(--status-warning-04));--mds-file-preview-color:rgb(var(--status-warning-03))}:host([variant="error"][message]){--mds-file-preview-icon-background:rgb(var(--status-error-09));--mds-file-preview-icon-color:rgb(var(--status-error-04));--mds-file-preview-color:rgb(var(--status-error-03))}:host([variant="amaranth"][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-09));--mds-file-preview-icon-color:rgb(var(--label-amaranth-04));--mds-file-preview-color:rgb(var(--label-amaranth-03))}:host([variant="aqua"][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-09));--mds-file-preview-icon-color:rgb(var(--label-aqua-04));--mds-file-preview-color:rgb(var(--label-aqua-03))}:host([variant="blue"][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-09));--mds-file-preview-icon-color:rgb(var(--label-blue-04));--mds-file-preview-color:rgb(var(--label-blue-03))}:host([variant="green"][message]){--mds-file-preview-icon-background:rgb(var(--label-green-09));--mds-file-preview-icon-color:rgb(var(--label-green-04));--mds-file-preview-color:rgb(var(--label-green-03))}:host([variant="lime"][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-09));--mds-file-preview-icon-color:rgb(var(--label-lime-04));--mds-file-preview-color:rgb(var(--label-lime-03))}:host([variant="orange"][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-09));--mds-file-preview-icon-color:rgb(var(--label-orange-04));--mds-file-preview-color:rgb(var(--label-orange-03))}:host([variant="orchid"][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-09));--mds-file-preview-icon-color:rgb(var(--label-orchid-04));--mds-file-preview-color:rgb(var(--label-orchid-03))}:host([variant="sky"][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-09));--mds-file-preview-icon-color:rgb(var(--label-sky-04));--mds-file-preview-color:rgb(var(--label-sky-03))}:host([variant="violet"][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-09));--mds-file-preview-icon-color:rgb(var(--label-violet-04));--mds-file-preview-color:rgb(var(--label-violet-03))}:host([variant="yellow"][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-09));--mds-file-preview-icon-color:rgb(var(--label-yellow-04));--mds-file-preview-color:rgb(var(--label-yellow-03))}:host-context(.pref-contrast-more):host([variant="primary"][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-10));--mds-file-preview-icon-color:rgb(var(--variant-primary-02));--mds-file-preview-color:rgb(var(--variant-primary-01))}:host-context(.pref-contrast-more):host([variant="info"][message]){--mds-file-preview-icon-background:rgb(var(--status-info-10));--mds-file-preview-icon-color:rgb(var(--status-info-02));--mds-file-preview-color:rgb(var(--status-info-01))}:host-context(.pref-contrast-more):host([variant="success"][message]){--mds-file-preview-icon-background:rgb(var(--status-success-10));--mds-file-preview-icon-color:rgb(var(--status-success-02));--mds-file-preview-color:rgb(var(--status-success-01))}:host-context(.pref-contrast-more):host([variant="warning"][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-10));--mds-file-preview-icon-color:rgb(var(--status-warning-02));--mds-file-preview-color:rgb(var(--status-warning-01))}:host-context(.pref-contrast-more):host([variant="error"][message]){--mds-file-preview-icon-background:rgb(var(--status-error-10));--mds-file-preview-icon-color:rgb(var(--status-error-02));--mds-file-preview-color:rgb(var(--status-error-01))}:host-context(.pref-contrast-more):host([variant="amaranth"][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-10));--mds-file-preview-icon-color:rgb(var(--label-amaranth-02));--mds-file-preview-color:rgb(var(--label-amaranth-01))}:host-context(.pref-contrast-more):host([variant="aqua"][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-10));--mds-file-preview-icon-color:rgb(var(--label-aqua-02));--mds-file-preview-color:rgb(var(--label-aqua-01))}:host-context(.pref-contrast-more):host([variant="blue"][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-10));--mds-file-preview-icon-color:rgb(var(--label-blue-02));--mds-file-preview-color:rgb(var(--label-blue-01))}:host-context(.pref-contrast-more):host([variant="green"][message]){--mds-file-preview-icon-background:rgb(var(--label-green-10));--mds-file-preview-icon-color:rgb(var(--label-green-02));--mds-file-preview-color:rgb(var(--label-green-01))}:host-context(.pref-contrast-more):host([variant="lime"][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-10));--mds-file-preview-icon-color:rgb(var(--label-lime-02));--mds-file-preview-color:rgb(var(--label-lime-01))}:host-context(.pref-contrast-more):host([variant="orange"][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-10));--mds-file-preview-icon-color:rgb(var(--label-orange-02));--mds-file-preview-color:rgb(var(--label-orange-01))}:host-context(.pref-contrast-more):host([variant="orchid"][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-10));--mds-file-preview-icon-color:rgb(var(--label-orchid-02));--mds-file-preview-color:rgb(var(--label-orchid-01))}:host-context(.pref-contrast-more):host([variant="sky"][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-10));--mds-file-preview-icon-color:rgb(var(--label-sky-02));--mds-file-preview-color:rgb(var(--label-sky-01))}:host-context(.pref-contrast-more):host([variant="violet"][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-10));--mds-file-preview-icon-color:rgb(var(--label-violet-02));--mds-file-preview-color:rgb(var(--label-violet-01))}:host-context(.pref-contrast-more):host([variant="yellow"][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-10));--mds-file-preview-icon-color:rgb(var(--label-yellow-02));--mds-file-preview-color:rgb(var(--label-yellow-01))}@media (prefers-contrast: more){:host-context(.pref-contrast-system):host([variant="primary"][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-10));--mds-file-preview-icon-color:rgb(var(--variant-primary-02));--mds-file-preview-color:rgb(var(--variant-primary-01))}:host-context(.pref-contrast-system):host([variant="info"][message]){--mds-file-preview-icon-background:rgb(var(--status-info-10));--mds-file-preview-icon-color:rgb(var(--status-info-02));--mds-file-preview-color:rgb(var(--status-info-01))}:host-context(.pref-contrast-system):host([variant="success"][message]){--mds-file-preview-icon-background:rgb(var(--status-success-10));--mds-file-preview-icon-color:rgb(var(--status-success-02));--mds-file-preview-color:rgb(var(--status-success-01))}:host-context(.pref-contrast-system):host([variant="warning"][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-10));--mds-file-preview-icon-color:rgb(var(--status-warning-02));--mds-file-preview-color:rgb(var(--status-warning-01))}:host-context(.pref-contrast-system):host([variant="error"][message]){--mds-file-preview-icon-background:rgb(var(--status-error-10));--mds-file-preview-icon-color:rgb(var(--status-error-02));--mds-file-preview-color:rgb(var(--status-error-01))}:host-context(.pref-contrast-system):host([variant="amaranth"][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-10));--mds-file-preview-icon-color:rgb(var(--label-amaranth-02));--mds-file-preview-color:rgb(var(--label-amaranth-01))}:host-context(.pref-contrast-system):host([variant="aqua"][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-10));--mds-file-preview-icon-color:rgb(var(--label-aqua-02));--mds-file-preview-color:rgb(var(--label-aqua-01))}:host-context(.pref-contrast-system):host([variant="blue"][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-10));--mds-file-preview-icon-color:rgb(var(--label-blue-02));--mds-file-preview-color:rgb(var(--label-blue-01))}:host-context(.pref-contrast-system):host([variant="green"][message]){--mds-file-preview-icon-background:rgb(var(--label-green-10));--mds-file-preview-icon-color:rgb(var(--label-green-02));--mds-file-preview-color:rgb(var(--label-green-01))}:host-context(.pref-contrast-system):host([variant="lime"][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-10));--mds-file-preview-icon-color:rgb(var(--label-lime-02));--mds-file-preview-color:rgb(var(--label-lime-01))}:host-context(.pref-contrast-system):host([variant="orange"][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-10));--mds-file-preview-icon-color:rgb(var(--label-orange-02));--mds-file-preview-color:rgb(var(--label-orange-01))}:host-context(.pref-contrast-system):host([variant="orchid"][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-10));--mds-file-preview-icon-color:rgb(var(--label-orchid-02));--mds-file-preview-color:rgb(var(--label-orchid-01))}:host-context(.pref-contrast-system):host([variant="sky"][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-10));--mds-file-preview-icon-color:rgb(var(--label-sky-02));--mds-file-preview-color:rgb(var(--label-sky-01))}:host-context(.pref-contrast-system):host([variant="violet"][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-10));--mds-file-preview-icon-color:rgb(var(--label-violet-02));--mds-file-preview-color:rgb(var(--label-violet-01))}:host-context(.pref-contrast-system):host([variant="yellow"][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-10));--mds-file-preview-icon-color:rgb(var(--label-yellow-02));--mds-file-preview-color:rgb(var(--label-yellow-01))}}:host-context(.pref-animation-reduce),:host-context(.pref-animation-reduce) .preview{-webkit-transition-duration:0s;transition-duration:0s}@media (prefers-reduced-motion){:host-context(.pref-animation-system),:host-context(.pref-animation-system) .preview{-webkit-transition-duration:0s;transition-duration:0s}}:host-context(.pref-theme-dark){-webkit-box-shadow:0 0 0 1px rgb(var(--tone-neutral-01) / 0.3);box-shadow:0 0 0 1px rgb(var(--tone-neutral-01) / 0.3)}@media (prefers-color-scheme: dark){:host-context(.pref-theme-system){-webkit-box-shadow:0 0 0 1px rgb(var(--tone-neutral-01) / 0.3);box-shadow:0 0 0 1px rgb(var(--tone-neutral-01) / 0.3)}}:host-context(.pref-contrast-more){--mds-file-preview-color:rgb(var(--tone-neutral-01));-webkit-box-shadow:0 0 0 2px rgb(var(--tone-neutral-01) / 0.3);box-shadow:0 0 0 2px rgb(var(--tone-neutral-01) / 0.3)}@media (prefers-contrast: more){:host-context(.pref-contrast-system){--mds-file-preview-color:rgb(var(--tone-neutral-01));-webkit-box-shadow:0 0 0 2px rgb(var(--tone-neutral-01) / 0.3);box-shadow:0 0 0 2px rgb(var(--tone-neutral-01) / 0.3)}}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}';var U=Q;var V=e("mds_file_preview",function(){function e(e){var t=this;r(this,e);this.downloadedEvent=a(this,"mdsFileDownload",7);this.deletedEvent=a(this,"mdsFileDelete",7);this.t=new f({el:Object.assign(Object.assign({},C),n),en:Object.assign(Object.assign({},R),l),es:Object.assign(Object.assign({},H),c),it:Object.assign(Object.assign({},L),b)});this.truncate="word";this.getDefaultKeyDescription=function(){return v(t.filename,t.suffix).description};this.onClickDeletedEvent=function(){t.deletedEvent.emit({target:t.host,filename:t.filename,extension:m(t.filename,t.suffix)})};this.onClickDownloadEvent=function(){t.downloadedEvent.emit({target:t.host,filename:t.filename,extension:m(t.filename,t.suffix)})}}e.prototype.updateLang=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){this.language=this.t.lang(this.host);return[2]}))}))};e.prototype.componentWillLoad=function(){this.t.lang(this.host);this.format=v(this.filename,this.suffix).format};e.prototype.componentDidLoad=function(){this.handleDownloadable(this.downloadable)};e.prototype.handleFilename=function(e){this.format=v(e,this.suffix).format};e.prototype.handleDownloadable=function(e,r){var a;if(e===r)return;var t=(a=this.host.shadowRoot)===null||a===void 0?void 0:a.querySelector(".card");if(e){t===null||t===void 0?void 0:t.addEventListener("click",this.onClickDownloadEvent);return}t===null||t===void 0?void 0:t.removeEventListener("click",this.onClickDownloadEvent)};e.prototype.render=function(){var e,r,a;return t(i,{key:"0710d30368cdde1184606c5faa805cdd0bb9054a"},this.deletable&&t("mds-button",{key:"366d3fe7de6e92b3bf8c0be6736666b593ec16cb",title:this.t.get("remove"),class:"action-delete",icon:s,variant:"light",onClick:this.onClickDeletedEvent}),t("div",{key:"a9c09b7749ea1f63e8cb4ee2e5383bfc9ae0d1b3",class:"card",part:"card",onClick:this.onClickDownloadEvent},this.src&&!this.message&&v(this.filename,this.suffix).preview?t("mds-img",{src:this.src,class:"preview preview--image","aspect-ratio":"1/1"}):t("div",{class:d("preview",!this.message?"preview--icon":"preview--status")},this.icon?t("mds-icon",{class:"icon",name:this.icon}):t("mds-icon",{class:"icon",name:h(this.filename,this.suffix).icon}),this.message&&t("mds-text",{class:"message",typography:"caption",variant:"info"},this.message)),t("mds-text",{key:"e2f1c6aca7f7e98f66d89aea9c53610ab9300f95",class:"file-name",typography:"h6",variant:"title",truncate:this.truncate,title:this.filename},this.filename),t("footer",{key:"3535084a42e1ad9f62c57ac54032a479f3a34463",class:d("infos",this.filesize&&"infos--has-file-size")},this.filesize&&this.filesize===Number(this.filesize).toString()&&t("mds-text",{key:"79c2bccab6b0740730193a54551a264beac1d772",class:"file-size",truncate:"word",typography:"caption",variant:"info"},F(Number(this.filesize),{standard:"jedec"})),this.filesize&&this.filesize!==Number(this.filesize).toString()&&t("mds-text",{key:"143a603b4d3d974e3f93a06d3e2771a723a257d3",class:"file-size",truncate:"word",typography:"caption",variant:"info"},this.filesize),m(this.filename,this.suffix)&&t("mds-badge",{key:"39c15b38bc2c5d92151b299f4f93095e9fd17f4e",variant:h(this.filename,this.suffix).variant,tone:"weak",class:"suffix",title:(e=this.description)!==null&&e!==void 0?e:this.t.get(this.getDefaultKeyDescription())},m(this.filename,this.suffix)),!this.filesize&&t("mds-text",{key:"646a25849f8188fb5ac60cfeac9d0977ecd9f806",class:"description",truncate:"word",typography:"caption",variant:"info",title:(r=this.description)!==null&&r!==void 0?r:this.t.get(this.getDefaultKeyDescription())},(a=this.description)!==null&&a!==void 0?a:this.t.get(this.getDefaultKeyDescription())))))};Object.defineProperty(e.prototype,"host",{get:function(){return o(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{filename:["handleFilename"],downloadable:["handleDownloadable"]}},enumerable:false,configurable:true});return e}());V.style=U}}}));
9
+ var g="array";var p="bit";var u="bits";var y="byte";var w="bytes";var k="";var x="exponent";var j="function";var B="iec";var q="Invalid number";var z="Invalid rounding method";var M="jedec";var O="object";var _=".";var N="round";var E="s";var T="si";var G="kbit";var P="kB";var K=" ";var Y="string";var Z="0";var D={symbol:{iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},fullform:{iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]}};function F(e,r){var a=r===void 0?{}:r,t=a.bits,i=t===void 0?false:t,o=a.pad,s=o===void 0?false:o,d=a.base,n=d===void 0?-1:d,l=a.round,c=l===void 0?2:l,b=a.locale,v=b===void 0?k:b,m=a.localeOptions,h=m===void 0?{}:m,f=a.separator,F=f===void 0?k:f,S=a.spacer,C=S===void 0?K:S,I=a.symbols,R=I===void 0?{}:I,A=a.standard,H=A===void 0?k:A,J=a.output,L=J===void 0?Y:J,Q=a.fullform,U=Q===void 0?false:Q,V=a.fullforms,W=V===void 0?[]:V,X=a.exponent,$=X===void 0?-1:X,ee=a.roundingMethod,re=ee===void 0?N:ee,ae=a.precision,te=ae===void 0?0:ae;var ie=$,oe=Number(e),se=[],de=0,ne=k;if(H===T){n=10;H=M}else if(H===B||H===M){n=2}else if(n===2){H=B}else{n=10;H=M}var le=n===10?1e3:1024,ce=U===true,be=oe<0,ve=Math[re];if(typeof e!=="bigint"&&isNaN(e)){throw new TypeError(q)}if(typeof ve!==j){throw new TypeError(z)}if(be){oe=-oe}if(ie===-1||isNaN(ie)){ie=Math.floor(Math.log(oe)/Math.log(le));if(ie<0){ie=0}}if(ie>8){if(te>0){te+=8-ie}ie=8}if(L===x){return ie}if(oe===0){se[0]=0;ne=se[1]=D.symbol[H][i?u:w][ie]}else{de=oe/(n===2?Math.pow(2,ie*10):Math.pow(1e3,ie));if(i){de=de*8;if(de>=le&&ie<8){de=de/le;ie++}}var me=Math.pow(10,ie>0?c:0);se[0]=ve(de*me)/me;if(se[0]===le&&ie<8&&$===-1){se[0]=1;ie++}ne=se[1]=n===10&&ie===1?i?G:P:D.symbol[H][i?u:w][ie]}if(be){se[0]=-se[0]}if(te>0){se[0]=se[0].toPrecision(te)}se[1]=R[se[1]]||se[1];if(v===true){se[0]=se[0].toLocaleString()}else if(v.length>0){se[0]=se[0].toLocaleString(v,h)}else if(F.length>0){se[0]=se[0].toString().replace(_,F)}if(s&&Number.isInteger(se[0])===false&&c>0){var he=F||_,fe=se[0].toString().split(he),ge=fe[1]||k,pe=ge.length,ue=c-pe;se[0]="".concat(fe[0]).concat(he).concat(ge.padEnd(pe+ue,Z))}if(ce){se[1]=W[ie]?W[ie]:D.fullform[H][ie]+(i?p:y)+(se[0]===1?k:E)}return L===g?se:L===O?{value:se[0],symbol:se[1],exponent:ie,unit:ne}:se.join(C)}var S="Αφαιρέστε το αρχείο από την ουρά μεταφόρτωσης";var C={remove:S};var I="Remove file from upload queue";var R={remove:I};var A="Eliminar archivo de la cola de carga";var H={remove:A};var J="Rimuovi file dalla coda di upload";var L={remove:J};var Q=':host{--mds-file-preview-background-color:rgb(var(--tone-neutral));--mds-file-preview-border-radius:0.5rem;--mds-file-preview-color:rgb(var(--tone-neutral-03));--mds-file-preview-icon-background:inherit;--mds-file-preview-icon-color:var(--mds-file-preview-color);-ms-flex-align:stretch;align-items:stretch;background-color:var(--mds-file-preview-background-color);border-radius:var(--mds-file-preview-border-radius);-webkit-box-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);box-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);display:-ms-flexbox;display:flex;fill:var(--mds-file-preview-color);-ms-flex-pack:stretch;justify-content:stretch;position:relative}.card{grid-template-columns:repeat(1, minmax(1px, 100%));gap:0.5rem;padding:1rem;border-radius:var(--mds-file-preview-border-radius);display:grid;width:100%}.preview{aspect-ratio:1/1;background-color:var(--mds-file-preview-icon-background);border-radius:0.25rem;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--mds-file-preview-color);fill:var(--mds-file-preview-icon-color);width:100%}.preview--image{-webkit-filter:brightness(0.975);filter:brightness(0.975);padding:0 !important}.preview--icon,.preview--status{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.preview--status{gap:0.5rem;padding:1rem}.icon{height:3rem;width:3rem}.message{text-align:center}.action-delete{background-color:var(--mds-file-preview-background-color);position:absolute;right:0;top:0;z-index:10}.infos{gap:0.5rem;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.suffix{-ms-flex-negative:0;flex-shrink:0}.infos--has-file-size{-ms-flex-pack:justify;justify-content:space-between}.file-name{--mds-text-line-clamp:2}:host([format="archive"]),:host([format="executable"]){--mds-file-preview-color:rgb(var(--label-amaranth-04));--mds-file-preview-icon-background:rgb(var(--label-amaranth-10));--mds-file-preview-icon-color:rgb(var(--label-amaranth-04))}:host([format="attachment"]){--mds-file-preview-color:rgb(var(--tone-neutral-04));--mds-file-preview-icon-background:rgb(var(--tone-neutral-10));--mds-file-preview-icon-color:rgb(var(--tone-neutral-04))}:host([format="audio"]),:host([format="video"]){--mds-file-preview-color:rgb(var(--label-violet-04));--mds-file-preview-icon-background:rgb(var(--label-violet-10));--mds-file-preview-icon-color:rgb(var(--label-violet-04))}:host([format="code"]),:host([format="data"]),:host([format="markup"]){--mds-file-preview-color:rgb(var(--label-yellow-04));--mds-file-preview-icon-background:rgb(var(--label-yellow-10));--mds-file-preview-icon-color:rgb(var(--label-yellow-04))}:host([format="document"]),:host([format="certificate"]){--mds-file-preview-color:rgb(var(--label-orange-04));--mds-file-preview-icon-background:rgb(var(--label-orange-10));--mds-file-preview-icon-color:rgb(var(--label-orange-04))}:host([format="email"]),:host([format="text"]){--mds-file-preview-color:rgb(var(--label-blue-04));--mds-file-preview-icon-background:rgb(var(--label-blue-10));--mds-file-preview-icon-color:rgb(var(--label-blue-04))}:host([format="image"]){--mds-file-preview-color:rgb(var(--label-green-04));--mds-file-preview-icon-background:rgb(var(--label-green-10));--mds-file-preview-icon-color:rgb(var(--label-green-04))}:host([format="slide"]){--mds-file-preview-color:rgb(var(--label-orchid-04));--mds-file-preview-icon-background:rgb(var(--label-orchid-10));--mds-file-preview-icon-color:rgb(var(--label-orchid-04))}:host([format="spreadsheet"]){--mds-file-preview-color:rgb(var(--label-lime-04));--mds-file-preview-icon-background:rgb(var(--label-lime-10));--mds-file-preview-icon-color:rgb(var(--label-lime-04))}:host([format="vector"]){--mds-file-preview-color:rgb(var(--label-aqua-04));--mds-file-preview-icon-background:rgb(var(--label-aqua-10));--mds-file-preview-icon-color:rgb(var(--label-aqua-04))}:host([variant="primary"][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-09));--mds-file-preview-icon-color:rgb(var(--variant-primary-04))}:host([variant="info"][message]){--mds-file-preview-icon-background:rgb(var(--status-info-09));--mds-file-preview-icon-color:rgb(var(--status-info-04));--mds-file-preview-color:rgb(var(--status-info-03))}:host([variant="success"][message]){--mds-file-preview-icon-background:rgb(var(--status-success-09));--mds-file-preview-icon-color:rgb(var(--status-success-04));--mds-file-preview-color:rgb(var(--status-success-03))}:host([variant="warning"][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-09));--mds-file-preview-icon-color:rgb(var(--status-warning-04));--mds-file-preview-color:rgb(var(--status-warning-03))}:host([variant="error"][message]){--mds-file-preview-icon-background:rgb(var(--status-error-09));--mds-file-preview-icon-color:rgb(var(--status-error-04));--mds-file-preview-color:rgb(var(--status-error-03))}:host([variant="amaranth"][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-09));--mds-file-preview-icon-color:rgb(var(--label-amaranth-04));--mds-file-preview-color:rgb(var(--label-amaranth-03))}:host([variant="aqua"][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-09));--mds-file-preview-icon-color:rgb(var(--label-aqua-04));--mds-file-preview-color:rgb(var(--label-aqua-03))}:host([variant="blue"][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-09));--mds-file-preview-icon-color:rgb(var(--label-blue-04));--mds-file-preview-color:rgb(var(--label-blue-03))}:host([variant="green"][message]){--mds-file-preview-icon-background:rgb(var(--label-green-09));--mds-file-preview-icon-color:rgb(var(--label-green-04));--mds-file-preview-color:rgb(var(--label-green-03))}:host([variant="lime"][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-09));--mds-file-preview-icon-color:rgb(var(--label-lime-04));--mds-file-preview-color:rgb(var(--label-lime-03))}:host([variant="orange"][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-09));--mds-file-preview-icon-color:rgb(var(--label-orange-04));--mds-file-preview-color:rgb(var(--label-orange-03))}:host([variant="orchid"][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-09));--mds-file-preview-icon-color:rgb(var(--label-orchid-04));--mds-file-preview-color:rgb(var(--label-orchid-03))}:host([variant="sky"][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-09));--mds-file-preview-icon-color:rgb(var(--label-sky-04));--mds-file-preview-color:rgb(var(--label-sky-03))}:host([variant="violet"][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-09));--mds-file-preview-icon-color:rgb(var(--label-violet-04));--mds-file-preview-color:rgb(var(--label-violet-03))}:host([variant="yellow"][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-09));--mds-file-preview-icon-color:rgb(var(--label-yellow-04));--mds-file-preview-color:rgb(var(--label-yellow-03))}:host-context(.pref-contrast-more):host([variant="primary"][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-10));--mds-file-preview-icon-color:rgb(var(--variant-primary-02));--mds-file-preview-color:rgb(var(--variant-primary-01))}:host-context(.pref-contrast-more):host([variant="info"][message]){--mds-file-preview-icon-background:rgb(var(--status-info-10));--mds-file-preview-icon-color:rgb(var(--status-info-02));--mds-file-preview-color:rgb(var(--status-info-01))}:host-context(.pref-contrast-more):host([variant="success"][message]){--mds-file-preview-icon-background:rgb(var(--status-success-10));--mds-file-preview-icon-color:rgb(var(--status-success-02));--mds-file-preview-color:rgb(var(--status-success-01))}:host-context(.pref-contrast-more):host([variant="warning"][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-10));--mds-file-preview-icon-color:rgb(var(--status-warning-02));--mds-file-preview-color:rgb(var(--status-warning-01))}:host-context(.pref-contrast-more):host([variant="error"][message]){--mds-file-preview-icon-background:rgb(var(--status-error-10));--mds-file-preview-icon-color:rgb(var(--status-error-02));--mds-file-preview-color:rgb(var(--status-error-01))}:host-context(.pref-contrast-more):host([variant="amaranth"][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-10));--mds-file-preview-icon-color:rgb(var(--label-amaranth-02));--mds-file-preview-color:rgb(var(--label-amaranth-01))}:host-context(.pref-contrast-more):host([variant="aqua"][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-10));--mds-file-preview-icon-color:rgb(var(--label-aqua-02));--mds-file-preview-color:rgb(var(--label-aqua-01))}:host-context(.pref-contrast-more):host([variant="blue"][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-10));--mds-file-preview-icon-color:rgb(var(--label-blue-02));--mds-file-preview-color:rgb(var(--label-blue-01))}:host-context(.pref-contrast-more):host([variant="green"][message]){--mds-file-preview-icon-background:rgb(var(--label-green-10));--mds-file-preview-icon-color:rgb(var(--label-green-02));--mds-file-preview-color:rgb(var(--label-green-01))}:host-context(.pref-contrast-more):host([variant="lime"][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-10));--mds-file-preview-icon-color:rgb(var(--label-lime-02));--mds-file-preview-color:rgb(var(--label-lime-01))}:host-context(.pref-contrast-more):host([variant="orange"][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-10));--mds-file-preview-icon-color:rgb(var(--label-orange-02));--mds-file-preview-color:rgb(var(--label-orange-01))}:host-context(.pref-contrast-more):host([variant="orchid"][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-10));--mds-file-preview-icon-color:rgb(var(--label-orchid-02));--mds-file-preview-color:rgb(var(--label-orchid-01))}:host-context(.pref-contrast-more):host([variant="sky"][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-10));--mds-file-preview-icon-color:rgb(var(--label-sky-02));--mds-file-preview-color:rgb(var(--label-sky-01))}:host-context(.pref-contrast-more):host([variant="violet"][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-10));--mds-file-preview-icon-color:rgb(var(--label-violet-02));--mds-file-preview-color:rgb(var(--label-violet-01))}:host-context(.pref-contrast-more):host([variant="yellow"][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-10));--mds-file-preview-icon-color:rgb(var(--label-yellow-02));--mds-file-preview-color:rgb(var(--label-yellow-01))}@media (prefers-contrast: more){:host-context(.pref-contrast-system):host([variant="primary"][message]){--mds-file-preview-icon-background:rgb(var(--variant-primary-10));--mds-file-preview-icon-color:rgb(var(--variant-primary-02));--mds-file-preview-color:rgb(var(--variant-primary-01))}:host-context(.pref-contrast-system):host([variant="info"][message]){--mds-file-preview-icon-background:rgb(var(--status-info-10));--mds-file-preview-icon-color:rgb(var(--status-info-02));--mds-file-preview-color:rgb(var(--status-info-01))}:host-context(.pref-contrast-system):host([variant="success"][message]){--mds-file-preview-icon-background:rgb(var(--status-success-10));--mds-file-preview-icon-color:rgb(var(--status-success-02));--mds-file-preview-color:rgb(var(--status-success-01))}:host-context(.pref-contrast-system):host([variant="warning"][message]){--mds-file-preview-icon-background:rgb(var(--status-warning-10));--mds-file-preview-icon-color:rgb(var(--status-warning-02));--mds-file-preview-color:rgb(var(--status-warning-01))}:host-context(.pref-contrast-system):host([variant="error"][message]){--mds-file-preview-icon-background:rgb(var(--status-error-10));--mds-file-preview-icon-color:rgb(var(--status-error-02));--mds-file-preview-color:rgb(var(--status-error-01))}:host-context(.pref-contrast-system):host([variant="amaranth"][message]){--mds-file-preview-icon-background:rgb(var(--label-amaranth-10));--mds-file-preview-icon-color:rgb(var(--label-amaranth-02));--mds-file-preview-color:rgb(var(--label-amaranth-01))}:host-context(.pref-contrast-system):host([variant="aqua"][message]){--mds-file-preview-icon-background:rgb(var(--label-aqua-10));--mds-file-preview-icon-color:rgb(var(--label-aqua-02));--mds-file-preview-color:rgb(var(--label-aqua-01))}:host-context(.pref-contrast-system):host([variant="blue"][message]){--mds-file-preview-icon-background:rgb(var(--label-blue-10));--mds-file-preview-icon-color:rgb(var(--label-blue-02));--mds-file-preview-color:rgb(var(--label-blue-01))}:host-context(.pref-contrast-system):host([variant="green"][message]){--mds-file-preview-icon-background:rgb(var(--label-green-10));--mds-file-preview-icon-color:rgb(var(--label-green-02));--mds-file-preview-color:rgb(var(--label-green-01))}:host-context(.pref-contrast-system):host([variant="lime"][message]){--mds-file-preview-icon-background:rgb(var(--label-lime-10));--mds-file-preview-icon-color:rgb(var(--label-lime-02));--mds-file-preview-color:rgb(var(--label-lime-01))}:host-context(.pref-contrast-system):host([variant="orange"][message]){--mds-file-preview-icon-background:rgb(var(--label-orange-10));--mds-file-preview-icon-color:rgb(var(--label-orange-02));--mds-file-preview-color:rgb(var(--label-orange-01))}:host-context(.pref-contrast-system):host([variant="orchid"][message]){--mds-file-preview-icon-background:rgb(var(--label-orchid-10));--mds-file-preview-icon-color:rgb(var(--label-orchid-02));--mds-file-preview-color:rgb(var(--label-orchid-01))}:host-context(.pref-contrast-system):host([variant="sky"][message]){--mds-file-preview-icon-background:rgb(var(--label-sky-10));--mds-file-preview-icon-color:rgb(var(--label-sky-02));--mds-file-preview-color:rgb(var(--label-sky-01))}:host-context(.pref-contrast-system):host([variant="violet"][message]){--mds-file-preview-icon-background:rgb(var(--label-violet-10));--mds-file-preview-icon-color:rgb(var(--label-violet-02));--mds-file-preview-color:rgb(var(--label-violet-01))}:host-context(.pref-contrast-system):host([variant="yellow"][message]){--mds-file-preview-icon-background:rgb(var(--label-yellow-10));--mds-file-preview-icon-color:rgb(var(--label-yellow-02));--mds-file-preview-color:rgb(var(--label-yellow-01))}}:host-context(.pref-animation-reduce),:host-context(.pref-animation-reduce) .preview{-webkit-transition-duration:0s;transition-duration:0s}@media (prefers-reduced-motion){:host-context(.pref-animation-system),:host-context(.pref-animation-system) .preview{-webkit-transition-duration:0s;transition-duration:0s}}:host-context(.pref-theme-dark){-webkit-box-shadow:0 0 0 1px rgb(var(--tone-neutral-01) / 0.3);box-shadow:0 0 0 1px rgb(var(--tone-neutral-01) / 0.3)}@media (prefers-color-scheme: dark){:host-context(.pref-theme-system){-webkit-box-shadow:0 0 0 1px rgb(var(--tone-neutral-01) / 0.3);box-shadow:0 0 0 1px rgb(var(--tone-neutral-01) / 0.3)}}:host-context(.pref-contrast-more){--mds-file-preview-color:rgb(var(--tone-neutral-01));-webkit-box-shadow:0 0 0 2px rgb(var(--tone-neutral-01) / 0.3);box-shadow:0 0 0 2px rgb(var(--tone-neutral-01) / 0.3)}@media (prefers-contrast: more){:host-context(.pref-contrast-system){--mds-file-preview-color:rgb(var(--tone-neutral-01));-webkit-box-shadow:0 0 0 2px rgb(var(--tone-neutral-01) / 0.3);box-shadow:0 0 0 2px rgb(var(--tone-neutral-01) / 0.3)}}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}';var U=Q;var V=e("mds_file_preview",function(){function e(e){var t=this;r(this,e);this.downloadedEvent=a(this,"mdsFileDownload",7);this.deletedEvent=a(this,"mdsFileDelete",7);this.t=new f({el:Object.assign(Object.assign({},C),n),en:Object.assign(Object.assign({},R),l),es:Object.assign(Object.assign({},H),c),it:Object.assign(Object.assign({},L),b)});this.truncate="word";this.getDefaultKeyDescription=function(){return v(t.filename,t.suffix).description};this.onClickDeletedEvent=function(){t.deletedEvent.emit({target:t.host,filename:t.filename,extension:m(t.filename,t.suffix)})};this.onClickDownloadEvent=function(){t.downloadedEvent.emit({target:t.host,filename:t.filename,extension:m(t.filename,t.suffix)})}}e.prototype.updateLang=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){this.language=this.t.lang(this.host);return[2]}))}))};e.prototype.componentWillLoad=function(){this.t.lang(this.host);this.format=v(this.filename,this.suffix).format};e.prototype.componentDidLoad=function(){this.handleDownloadable(this.downloadable)};e.prototype.handleFilename=function(e){this.format=v(e,this.suffix).format};e.prototype.handleDownloadable=function(e,r){var a;if(e===r)return;var t=(a=this.host.shadowRoot)===null||a===void 0?void 0:a.querySelector(".card");if(e){t===null||t===void 0?void 0:t.addEventListener("click",this.onClickDownloadEvent);return}t===null||t===void 0?void 0:t.removeEventListener("click",this.onClickDownloadEvent)};e.prototype.render=function(){var e,r,a;return t(i,{key:"c19f52934f1fa591d71175d1a0a584c0e9d0bd92"},this.deletable&&t("mds-button",{key:"89ea5ca40b769a2be0fd1a85a647c76cfec19d1a",title:this.t.get("remove"),class:"action-delete",icon:s,variant:"light",onClick:this.onClickDeletedEvent}),t("div",{key:"4549aaf3814a0b76176ba5ff7c661ccb8459f537",class:"card",part:"card",onClick:this.onClickDownloadEvent},this.src&&!this.message&&v(this.filename,this.suffix).preview?t("mds-img",{src:this.src,class:"preview preview--image","aspect-ratio":"1/1"}):t("div",{class:d("preview",!this.message?"preview--icon":"preview--status")},this.icon?t("mds-icon",{class:"icon",name:this.icon}):t("mds-icon",{class:"icon",name:h(this.filename,this.suffix).icon}),this.message&&t("mds-text",{class:"message",typography:"caption",variant:"info"},this.message)),t("mds-text",{key:"b65a6b6b3dff0c40cda7493fede3e906ec2a39bb",class:"file-name",typography:"h6",variant:"title",truncate:this.truncate,title:this.filename},this.filename),t("footer",{key:"9a3ab25be54faa5d535eaaf4449985090aa5a9ea",class:d("infos",this.filesize&&"infos--has-file-size")},this.filesize&&this.filesize===Number(this.filesize).toString()&&t("mds-text",{key:"4c975b0c31a93568e2776ec71778a117d5eeeb66",class:"file-size",truncate:"word",typography:"caption",variant:"info"},F(Number(this.filesize),{standard:"jedec"})),this.filesize&&this.filesize!==Number(this.filesize).toString()&&t("mds-text",{key:"98912a75f1d391ec5ef30ddb122c71750a21dff2",class:"file-size",truncate:"word",typography:"caption",variant:"info"},this.filesize),m(this.filename,this.suffix)&&t("mds-badge",{key:"e4985c4617aa81233dbb48dfa774c809e62f8384",variant:h(this.filename,this.suffix).variant,tone:"weak",class:"suffix",title:(e=this.description)!==null&&e!==void 0?e:this.t.get(this.getDefaultKeyDescription())},m(this.filename,this.suffix)),!this.filesize&&t("mds-text",{key:"180c16a686a3b627279388fd0f5f001bded84b65",class:"description",truncate:"word",typography:"caption",variant:"info",title:(r=this.description)!==null&&r!==void 0?r:this.t.get(this.getDefaultKeyDescription())},(a=this.description)!==null&&a!==void 0?a:this.t.get(this.getDefaultKeyDescription())))))};Object.defineProperty(e.prototype,"host",{get:function(){return o(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{filename:["handleFilename"],downloadable:["handleDownloadable"]}},enumerable:false,configurable:true});return e}());V.style=U}}}));
@@ -1 +1 @@
1
- System.register(["./p-2aef517c.system.js"],(function(d){"use strict";var t,e,n,a;return{setters:[function(d){t=d.r;e=d.h;n=d.H;a=d.g}],execute:function(){var r=":host {\n\n gap: 1rem;\n\n -ms-flex-align: center;\n\n align-items: center;\n container-name: mds-author;\n container-type: inline-size;\n display: -ms-flexbox;\n display: flex;\n width: 100%;\n}\n\n.avatar {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-negative: 0;\n flex-shrink: 0;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.info {\n display: grid;\n -ms-flex-positive: 1;\n flex-grow: 1;\n min-width: 0;\n}\n\n@container (max-width: 200px) {\n :host-context(:not(.safari)) {\n -ms-flex-direction: column;\n flex-direction: column;\n -ms-flex-pack: center;\n justify-content: center;\n text-align: center;\n }\n}\n\n:host(:not(:is([hydrated], .hydrated))) {\n -webkit-animation-duration: 0s;\n animation-duration: 0s;\n border-color: transparent;\n -webkit-box-shadow: 0 0 0 transparent;\n box-shadow: 0 0 0 transparent;\n opacity: 0;\n outline-color: transparent;\n -webkit-transition-delay: 0s;\n transition-delay: 0s;\n -webkit-transition-duration: 0s;\n transition-duration: 0s;\n visibility: hidden;\n}\n\n/* TODO refact(stencil): Uses only used selector from parent shadowDOM component */\n\nmds-accordion:not(:is([hydrated], .hydrated)),\nmds-accordion-item:not(:is([hydrated], .hydrated)),\nmds-accordion-timer:not(:is([hydrated], .hydrated)),\nmds-accordion-timer-item:not(:is([hydrated], .hydrated)),\nmds-author:not(:is([hydrated], .hydrated)),\nmds-avatar:not(:is([hydrated], .hydrated)),\nmds-badge:not(:is([hydrated], .hydrated)),\nmds-banner:not(:is([hydrated], .hydrated)),\nmds-benchmark-bar:not(:is([hydrated], .hydrated)),\nmds-bibliography:not(:is([hydrated], .hydrated)),\nmds-breadcrumb:not(:is([hydrated], .hydrated)),\nmds-breadcrumb-item:not(:is([hydrated], .hydrated)),\nmds-button:not(:is([hydrated], .hydrated)),\nmds-card:not(:is([hydrated], .hydrated)),\nmds-card-content:not(:is([hydrated], .hydrated)),\nmds-card-footer:not(:is([hydrated], .hydrated)),\nmds-card-header:not(:is([hydrated], .hydrated)),\nmds-card-media:not(:is([hydrated], .hydrated)),\nmds-chip:not(:is([hydrated], .hydrated)),\nmds-details:not(:is([hydrated], .hydrated)),\nmds-dropdown:not(:is([hydrated], .hydrated)),\nmds-entity:not(:is([hydrated], .hydrated)),\nmds-file:not(:is([hydrated], .hydrated)),\nmds-file-preview:not(:is([hydrated], .hydrated)),\nmds-filter:not(:is([hydrated], .hydrated)),\nmds-filter-item:not(:is([hydrated], .hydrated)),\nmds-header:not(:is([hydrated], .hydrated)),\nmds-header-bar:not(:is([hydrated], .hydrated)),\nmds-help:not(:is([hydrated], .hydrated)),\nmds-horizontal-scroll:not(:is([hydrated], .hydrated)),\nmds-hr:not(:is([hydrated], .hydrated)),\nmds-icon:not(:is([hydrated], .hydrated)),\nmds-img:not(:is([hydrated], .hydrated)),\nmds-input:not(:is([hydrated], .hydrated)),\nmds-input-field:not(:is([hydrated], .hydrated)),\nmds-input-range:not(:is([hydrated], .hydrated)),\nmds-input-select:not(:is([hydrated], .hydrated)),\nmds-input-switch:not(:is([hydrated], .hydrated)),\nmds-input-tip:not(:is([hydrated], .hydrated)),\nmds-input-tip-item:not(:is([hydrated], .hydrated)),\nmds-input-upload:not(:is([hydrated], .hydrated)),\nmds-keyboard:not(:is([hydrated], .hydrated)),\nmds-keyboard-key:not(:is([hydrated], .hydrated)),\nmds-kpi:not(:is([hydrated], .hydrated)),\nmds-kpi-item:not(:is([hydrated], .hydrated)),\nmds-label:not(:is([hydrated], .hydrated)),\nmds-list:not(:is([hydrated], .hydrated)),\nmds-list-item:not(:is([hydrated], .hydrated)),\nmds-modal:not(:is([hydrated], .hydrated)),\nmds-note:not(:is([hydrated], .hydrated)),\nmds-notification:not(:is([hydrated], .hydrated)),\nmds-paginator:not(:is([hydrated], .hydrated)),\nmds-paginator-item:not(:is([hydrated], .hydrated)),\nmds-pref:not(:is([hydrated], .hydrated)),\nmds-pref-animation:not(:is([hydrated], .hydrated)),\nmds-pref-consumption:not(:is([hydrated], .hydrated)),\nmds-pref-contrast:not(:is([hydrated], .hydrated)),\nmds-pref-language:not(:is([hydrated], .hydrated)),\nmds-pref-language-item:not(:is([hydrated], .hydrated)),\nmds-pref-theme:not(:is([hydrated], .hydrated)),\nmds-price-table:not(:is([hydrated], .hydrated)),\nmds-price-table-features:not(:is([hydrated], .hydrated)),\nmds-price-table-features-cell:not(:is([hydrated], .hydrated)),\nmds-price-table-features-row:not(:is([hydrated], .hydrated)),\nmds-price-table-header:not(:is([hydrated], .hydrated)),\nmds-price-table-list:not(:is([hydrated], .hydrated)),\nmds-price-table-list-item:not(:is([hydrated], .hydrated)),\nmds-progress:not(:is([hydrated], .hydrated)),\nmds-push-notification:not(:is([hydrated], .hydrated)),\nmds-push-notifications:not(:is([hydrated], .hydrated)),\nmds-quote:not(:is([hydrated], .hydrated)),\nmds-separator:not(:is([hydrated], .hydrated)),\nmds-spinner:not(:is([hydrated], .hydrated)),\nmds-stepper-bar:not(:is([hydrated], .hydrated)),\nmds-stepper-bar-item:not(:is([hydrated], .hydrated)),\nmds-tab:not(:is([hydrated], .hydrated)),\nmds-tab-bar:not(:is([hydrated], .hydrated)),\nmds-tab-bar-item:not(:is([hydrated], .hydrated)),\nmds-tab-item:not(:is([hydrated], .hydrated)),\nmds-table:not(:is([hydrated], .hydrated)),\nmds-table-body:not(:is([hydrated], .hydrated)),\nmds-table-cell:not(:is([hydrated], .hydrated)),\nmds-table-footer:not(:is([hydrated], .hydrated)),\nmds-table-header:not(:is([hydrated], .hydrated)),\nmds-table-header-cell:not(:is([hydrated], .hydrated)),\nmds-table-row:not(:is([hydrated], .hydrated)),\nmds-text:not(:is([hydrated], .hydrated)),\nmds-toast:not(:is([hydrated], .hydrated)),\nmds-tooltip:not(:is([hydrated], .hydrated)),\nmds-tree:not(:is([hydrated], .hydrated)),\nmds-tree-item:not(:is([hydrated], .hydrated)),\nmds-url-view:not(:is([hydrated], .hydrated)),\nmds-usage:not(:is([hydrated], .hydrated)),\nmds-video-wall:not(:is([hydrated], .hydrated)),\nmds-zero:not(:is([hydrated], .hydrated))\n{\n -webkit-animation-duration: 0s;\n animation-duration: 0s;\n border-color: transparent;\n -webkit-box-shadow: 0 0 0 transparent;\n box-shadow: 0 0 0 transparent;\n opacity: 0;\n outline-color: transparent;\n -webkit-transition-delay: 0s;\n transition-delay: 0s;\n -webkit-transition-duration: 0s;\n transition-duration: 0s;\n visibility: hidden;\n}\n\n";var s=r;var i=d("mds_author",function(){function d(d){t(this,d)}d.prototype.componentWillLoad=function(){this.hasAvatar=this.hostElement.querySelector(':scope > [slot="avatar"]')!==null};d.prototype.render=function(){return e(n,{key:"4c7a9747973a4caddf1c8336a242ffa9b242d3c3"},this.hasAvatar&&e("div",{key:"b03113e40e86ebf13af6b92bc6bfa5d3475a88e5",class:"avatar"},e("slot",{key:"b199f8de0da9156d88242c300ebf326e12d3e0c6",name:"avatar"})),e("div",{key:"ca65258f5e6c1fd6bc017d28e6aeede5372f5c79",class:"info"},e("slot",{key:"589b5d416de22656c0b84f4699055f174c95fc47"})))};Object.defineProperty(d.prototype,"hostElement",{get:function(){return a(this)},enumerable:false,configurable:true});return d}());i.style=s}}}));
1
+ System.register(["./p-2aef517c.system.js"],(function(d){"use strict";var t,e,n,a;return{setters:[function(d){t=d.r;e=d.h;n=d.H;a=d.g}],execute:function(){var r=":host {\n\n gap: 1rem;\n\n -ms-flex-align: center;\n\n align-items: center;\n container-name: mds-author;\n container-type: inline-size;\n display: -ms-flexbox;\n display: flex;\n width: 100%;\n}\n\n.avatar {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-negative: 0;\n flex-shrink: 0;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.info {\n display: grid;\n -ms-flex-positive: 1;\n flex-grow: 1;\n min-width: 0;\n}\n\n@container (max-width: 200px) {\n :host-context(:not(.safari)) {\n -ms-flex-direction: column;\n flex-direction: column;\n -ms-flex-pack: center;\n justify-content: center;\n text-align: center;\n }\n}\n\n:host(:not(:is([hydrated], .hydrated))) {\n -webkit-animation-duration: 0s;\n animation-duration: 0s;\n border-color: transparent;\n -webkit-box-shadow: 0 0 0 transparent;\n box-shadow: 0 0 0 transparent;\n opacity: 0;\n outline-color: transparent;\n -webkit-transition-delay: 0s;\n transition-delay: 0s;\n -webkit-transition-duration: 0s;\n transition-duration: 0s;\n visibility: hidden;\n}\n\n/* TODO refact(stencil): Uses only used selector from parent shadowDOM component */\n\nmds-accordion:not(:is([hydrated], .hydrated)),\nmds-accordion-item:not(:is([hydrated], .hydrated)),\nmds-accordion-timer:not(:is([hydrated], .hydrated)),\nmds-accordion-timer-item:not(:is([hydrated], .hydrated)),\nmds-author:not(:is([hydrated], .hydrated)),\nmds-avatar:not(:is([hydrated], .hydrated)),\nmds-badge:not(:is([hydrated], .hydrated)),\nmds-banner:not(:is([hydrated], .hydrated)),\nmds-benchmark-bar:not(:is([hydrated], .hydrated)),\nmds-bibliography:not(:is([hydrated], .hydrated)),\nmds-breadcrumb:not(:is([hydrated], .hydrated)),\nmds-breadcrumb-item:not(:is([hydrated], .hydrated)),\nmds-button:not(:is([hydrated], .hydrated)),\nmds-card:not(:is([hydrated], .hydrated)),\nmds-card-content:not(:is([hydrated], .hydrated)),\nmds-card-footer:not(:is([hydrated], .hydrated)),\nmds-card-header:not(:is([hydrated], .hydrated)),\nmds-card-media:not(:is([hydrated], .hydrated)),\nmds-chip:not(:is([hydrated], .hydrated)),\nmds-details:not(:is([hydrated], .hydrated)),\nmds-dropdown:not(:is([hydrated], .hydrated)),\nmds-entity:not(:is([hydrated], .hydrated)),\nmds-file:not(:is([hydrated], .hydrated)),\nmds-file-preview:not(:is([hydrated], .hydrated)),\nmds-filter:not(:is([hydrated], .hydrated)),\nmds-filter-item:not(:is([hydrated], .hydrated)),\nmds-header:not(:is([hydrated], .hydrated)),\nmds-header-bar:not(:is([hydrated], .hydrated)),\nmds-help:not(:is([hydrated], .hydrated)),\nmds-horizontal-scroll:not(:is([hydrated], .hydrated)),\nmds-hr:not(:is([hydrated], .hydrated)),\nmds-icon:not(:is([hydrated], .hydrated)),\nmds-img:not(:is([hydrated], .hydrated)),\nmds-input:not(:is([hydrated], .hydrated)),\nmds-input-field:not(:is([hydrated], .hydrated)),\nmds-input-range:not(:is([hydrated], .hydrated)),\nmds-input-select:not(:is([hydrated], .hydrated)),\nmds-input-switch:not(:is([hydrated], .hydrated)),\nmds-input-tip:not(:is([hydrated], .hydrated)),\nmds-input-tip-item:not(:is([hydrated], .hydrated)),\nmds-input-upload:not(:is([hydrated], .hydrated)),\nmds-keyboard:not(:is([hydrated], .hydrated)),\nmds-keyboard-key:not(:is([hydrated], .hydrated)),\nmds-kpi:not(:is([hydrated], .hydrated)),\nmds-kpi-item:not(:is([hydrated], .hydrated)),\nmds-label:not(:is([hydrated], .hydrated)),\nmds-list:not(:is([hydrated], .hydrated)),\nmds-list-item:not(:is([hydrated], .hydrated)),\nmds-modal:not(:is([hydrated], .hydrated)),\nmds-note:not(:is([hydrated], .hydrated)),\nmds-notification:not(:is([hydrated], .hydrated)),\nmds-paginator:not(:is([hydrated], .hydrated)),\nmds-paginator-item:not(:is([hydrated], .hydrated)),\nmds-pref:not(:is([hydrated], .hydrated)),\nmds-pref-animation:not(:is([hydrated], .hydrated)),\nmds-pref-consumption:not(:is([hydrated], .hydrated)),\nmds-pref-contrast:not(:is([hydrated], .hydrated)),\nmds-pref-language:not(:is([hydrated], .hydrated)),\nmds-pref-language-item:not(:is([hydrated], .hydrated)),\nmds-pref-theme:not(:is([hydrated], .hydrated)),\nmds-price-table:not(:is([hydrated], .hydrated)),\nmds-price-table-features:not(:is([hydrated], .hydrated)),\nmds-price-table-features-cell:not(:is([hydrated], .hydrated)),\nmds-price-table-features-row:not(:is([hydrated], .hydrated)),\nmds-price-table-header:not(:is([hydrated], .hydrated)),\nmds-price-table-list:not(:is([hydrated], .hydrated)),\nmds-price-table-list-item:not(:is([hydrated], .hydrated)),\nmds-progress:not(:is([hydrated], .hydrated)),\nmds-push-notification:not(:is([hydrated], .hydrated)),\nmds-push-notifications:not(:is([hydrated], .hydrated)),\nmds-quote:not(:is([hydrated], .hydrated)),\nmds-separator:not(:is([hydrated], .hydrated)),\nmds-spinner:not(:is([hydrated], .hydrated)),\nmds-stepper-bar:not(:is([hydrated], .hydrated)),\nmds-stepper-bar-item:not(:is([hydrated], .hydrated)),\nmds-tab:not(:is([hydrated], .hydrated)),\nmds-tab-bar:not(:is([hydrated], .hydrated)),\nmds-tab-bar-item:not(:is([hydrated], .hydrated)),\nmds-tab-item:not(:is([hydrated], .hydrated)),\nmds-table:not(:is([hydrated], .hydrated)),\nmds-table-body:not(:is([hydrated], .hydrated)),\nmds-table-cell:not(:is([hydrated], .hydrated)),\nmds-table-footer:not(:is([hydrated], .hydrated)),\nmds-table-header:not(:is([hydrated], .hydrated)),\nmds-table-header-cell:not(:is([hydrated], .hydrated)),\nmds-table-row:not(:is([hydrated], .hydrated)),\nmds-text:not(:is([hydrated], .hydrated)),\nmds-toast:not(:is([hydrated], .hydrated)),\nmds-tooltip:not(:is([hydrated], .hydrated)),\nmds-tree:not(:is([hydrated], .hydrated)),\nmds-tree-item:not(:is([hydrated], .hydrated)),\nmds-url-view:not(:is([hydrated], .hydrated)),\nmds-usage:not(:is([hydrated], .hydrated)),\nmds-video-wall:not(:is([hydrated], .hydrated)),\nmds-zero:not(:is([hydrated], .hydrated))\n{\n -webkit-animation-duration: 0s;\n animation-duration: 0s;\n border-color: transparent;\n -webkit-box-shadow: 0 0 0 transparent;\n box-shadow: 0 0 0 transparent;\n opacity: 0;\n outline-color: transparent;\n -webkit-transition-delay: 0s;\n transition-delay: 0s;\n -webkit-transition-duration: 0s;\n transition-duration: 0s;\n visibility: hidden;\n}\n\n";var s=r;var i=d("mds_author",function(){function d(d){t(this,d)}d.prototype.componentWillLoad=function(){this.hasAvatar=this.hostElement.querySelector(':scope > [slot="avatar"]')!==null};d.prototype.render=function(){return e(n,{key:"6e11c7c0c249596f71a1c8366260de4860d10c81"},this.hasAvatar&&e("div",{key:"b41bd067d754ea6608621fccc51dd6029fd5f878",class:"avatar"},e("slot",{key:"8f081d0069fabf7a36214873873a214b52289336",name:"avatar"})),e("div",{key:"025a5d5749ef5e2a3edd4d202769d525a7572337",class:"info"},e("slot",{key:"9bfc69fc97d959e6d43a768c00b9874951362685"})))};Object.defineProperty(d.prototype,"hostElement",{get:function(){return a(this)},enumerable:false,configurable:true});return d}());i.style=s}}}));
@@ -1 +1 @@
1
- System.register(["./p-2aef517c.system.js","./p-6923538c.system.js"],(function(t){"use strict";var d,r,e,o,a,i;return{setters:[function(t){d=t.r;r=t.c;e=t.h;o=t.H;a=t.g},function(t){i=t.m}],execute:function(){var n='@-webkit-keyframes focus-bounce{0%,75%,100%{outline-offset:var(--magma-outline-focus-offset, 6px)}50%{outline-offset:var(--magma-outline-blur-offset, 2px)}}@keyframes focus-bounce{0%,75%,100%{outline-offset:var(--magma-outline-focus-offset, 6px)}50%{outline-offset:var(--magma-outline-blur-offset, 2px)}}@tailwind components; :host{--mds-accordion-item-border-color:var(--mds-accordion-border-color, rgb(var(--tone-neutral-08)));--mds-accordion-item-border-width:var(--mds-accordion-border-width, 2px);--mds-accordion-item-color:var(--mds-accordion-color, rgb(var(--tone-neutral-03)));--mds-accordion-item-description-color:var(--mds-accordion-description-color, rgb(var(--tone-neutral-02)));--mds-accordion-item-duration:var(--mds-accordion-duration, 300ms);--mds-accordion-item-padding-selected:var(--mds-accordion-padding-selected, 1rem 0 2rem 0);--mds-accordion-item-padding-unselected:var(--mds-accordion-padding-unselected, 1rem 0 1rem 0);-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);border-bottom:solid var(--mds-accordion-item-border-width) transparent;border-top:solid var(--mds-accordion-item-border-width) transparent;color:var(--mds-accordion-item-color);display:grid;fill:var(--mds-accordion-item-color);margin-top:calc(-1 * var(--mds-accordion-item-border-width));padding:var(--mds-accordion-item-padding-unselected);position:relative;-webkit-transition-property:background-color, border-color, color, fill, margin, padding;transition-property:background-color, border-color, color, fill, margin, padding}:host(:first-child){margin-top:0}.action{-webkit-animation-duration:var(--magma-outline-animation-duration, 1s);animation-duration:var(--magma-outline-animation-duration, 1s);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:focus-bounce;animation-name:focus-bounce;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:cubic-bezier(0, 0, 0.2, 1);animation-timing-function:cubic-bezier(0, 0, 0.2, 1);outline:var(--magma-outline-blur);-webkit-transition-duration:200ms;transition-duration:200ms;-webkit-transition-property:background-color, border-color, color, fill, outline, outline-offset, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, color, fill, outline, outline-offset, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, box-shadow, color, fill, outline, outline-offset, transform;transition-property:background-color, border-color, box-shadow, color, fill, outline, outline-offset, transform, -webkit-box-shadow, -webkit-transform;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.action:focus-visible{--magma-outline-blur:var(--magma-outline-focus);-webkit-animation-play-state:running;animation-play-state:running}.action{gap:1rem;border-radius:0.5rem;background-color:transparent;border:0;color:var(--mds-accordion-item-description-color);cursor:pointer;display:grid;grid-auto-columns:-webkit-min-content;grid-auto-columns:min-content;grid-template-columns:auto 24px;padding:0;text-align:left}.action:focus-visible{--magma-outline-blur:var(--magma-outline-focus);-webkit-animation-play-state:running;animation-play-state:running}.icon-button{font-weight:400;display:block}.content{gap:1rem;-webkit-transition-timing-function:cubic-bezier(1, 0, 0, 1);transition-timing-function:cubic-bezier(1, 0, 0, 1);display:grid;grid-template-rows:0fr;min-height:0;opacity:0;overflow:hidden;padding-top:0;-webkit-transition-duration:var(--mds-accordion-item-duration);transition-duration:var(--mds-accordion-item-duration);-webkit-transition-property:grid-template-rows, opacity, padding;transition-property:grid-template-rows, opacity, padding;transition-property:grid-template-rows, opacity, padding, -ms-grid-rows}.content-expander{min-height:0}.icon{display:-ms-flexbox;display:flex}.icon svg{aspect-ratio:1/1;height:100%;width:100%}.icon{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);fill:var(--mds-accordion-item-color);-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}:host([selected]:not([selected="false"])){border-bottom:solid var(--mds-accordion-item-border-width) var(--mds-accordion-item-border-color);border-top:solid var(--mds-accordion-item-border-width) var(--mds-accordion-item-border-color);padding:var(--mds-accordion-item-padding-selected)}:host([selected]:not([selected="false"]):first-child){margin-top:0rem;border-top-color:transparent}:host([selected]:not([selected="false"]):last-child){margin-bottom:0rem;border-bottom-color:transparent}:host([selected]:not([selected="false"])) .content{padding-top:1rem;grid-template-rows:1fr;opacity:1}:host([selected]:not([selected="false"])) .icon{-webkit-transform:rotate(0deg);transform:rotate(0deg)}:host-context(.pref-animation-reduce){--mds-accordion-item-duration:var(--mds-accordion-duration, 0s);-webkit-transition-duration:0s;transition-duration:0s}:host-context(.pref-animation-reduce) .icon{-webkit-transition-duration:0s;transition-duration:0s}@media (prefers-reduced-motion){:host-context(.pref-animation-system){--mds-accordion-item-duration:var(--mds-accordion-duration, 0s);-webkit-transition-duration:0s;transition-duration:0s}:host-context(.pref-animation-reduce) .icon{-webkit-transition-duration:0s;transition-duration:0s}}:host-context(.pref-theme-dark){--mds-accordion-item-border-color:var(--mds-accordion-border-color, rgb(var(--tone-neutral-06)))}@media (prefers-color-scheme: dark){:host-context(.pref-theme-system){--mds-accordion-item-border-color:var(--mds-accordion-border-color, rgb(var(--tone-neutral-06)))}}:host-context(.pref-contrast-more){--mds-accordion-item-border-color:var(--mds-accordion-border-color, rgb(var(--tone-neutral-01)));--mds-accordion-item-color:var(--mds-accordion-color, rgb(var(--tone-neutral-01)))}@media (prefers-contrast: more){:host-context(.pref-contrast-system){--mds-accordion-item-border-color:var(--mds-accordion-border-color, rgb(var(--tone-neutral-01)));--mds-accordion-item-color:var(--mds-accordion-color, rgb(var(--tone-neutral-01)))}}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}';var s=n;var c=t("mds_accordion_item",function(){function t(t){var e=this;d(this,t);this.selectedEvent=r(this,"mdsAccordionItemSelect",7);this.unselectedEvent=r(this,"mdsAccordionItemUnselect",7);this.changedEvent=r(this,"mdsAccordionItemChange",7);this.typography="h5";this.toggle=function(){e.selected=!e.selected;e.changedEvent.emit({id:e.element.id,selected:e.selected});if(e.selected){e.selectedEvent.emit({id:e.element.id,selected:e.selected});return}e.unselectedEvent.emit({id:e.element.id,selected:e.selected})}}t.prototype.render=function(){return e(o,{key:"7ad938ebcbde447b4070224649eb995598093362"},e("button",{key:"9a61dca6dc983351407193a9a9687491b59eb575","aria-controls":"content","aria-expanded":this.selected?"true":"false",class:"action",id:"action",onClick:this.toggle,role:"button",tabindex:"0"},e("mds-text",{key:"3b0272888061382be5ba3f22b6cdf3ad4e674076",typography:this.typography,part:"label"},this.label),e("mds-text",{key:"1e97b83009f19713705ec8d38cd2b8da7caedea0","aria-hidden":"true",class:"icon-button",typography:this.typography,part:"icon"},e("i",{key:"8f9795421e23fcd349e3bce86044a169702037ce",class:"icon",innerHTML:i}))),e("div",{key:"a212a3e80a1aab97e1d15c62e70cd21f8ee8563d",class:"content",id:"content"},e("div",{key:"578696cea72457f0997ccfa22686165fe1fd95e9","aria-labelledby":"action",class:"content-expander",part:"content",role:"region"},e("slot",{key:"ddb9a8e1e209a2bcbb46f701352621eb28b965a1"}))))};Object.defineProperty(t.prototype,"element",{get:function(){return a(this)},enumerable:false,configurable:true});return t}());c.style=s}}}));
1
+ System.register(["./p-2aef517c.system.js","./p-6923538c.system.js"],(function(t){"use strict";var d,r,e,o,a,i;return{setters:[function(t){d=t.r;r=t.c;e=t.h;o=t.H;a=t.g},function(t){i=t.m}],execute:function(){var n='@-webkit-keyframes focus-bounce{0%,75%,100%{outline-offset:var(--magma-outline-focus-offset, 6px)}50%{outline-offset:var(--magma-outline-blur-offset, 2px)}}@keyframes focus-bounce{0%,75%,100%{outline-offset:var(--magma-outline-focus-offset, 6px)}50%{outline-offset:var(--magma-outline-blur-offset, 2px)}}@tailwind components; :host{--mds-accordion-item-border-color:var(--mds-accordion-border-color, rgb(var(--tone-neutral-08)));--mds-accordion-item-border-width:var(--mds-accordion-border-width, 2px);--mds-accordion-item-color:var(--mds-accordion-color, rgb(var(--tone-neutral-03)));--mds-accordion-item-description-color:var(--mds-accordion-description-color, rgb(var(--tone-neutral-02)));--mds-accordion-item-duration:var(--mds-accordion-duration, 300ms);--mds-accordion-item-padding-selected:var(--mds-accordion-padding-selected, 1rem 0 2rem 0);--mds-accordion-item-padding-unselected:var(--mds-accordion-padding-unselected, 1rem 0 1rem 0);-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);border-bottom:solid var(--mds-accordion-item-border-width) transparent;border-top:solid var(--mds-accordion-item-border-width) transparent;color:var(--mds-accordion-item-color);display:grid;fill:var(--mds-accordion-item-color);margin-top:calc(-1 * var(--mds-accordion-item-border-width));padding:var(--mds-accordion-item-padding-unselected);position:relative;-webkit-transition-property:background-color, border-color, color, fill, margin, padding;transition-property:background-color, border-color, color, fill, margin, padding}:host(:first-child){margin-top:0}.action{-webkit-animation-duration:var(--magma-outline-animation-duration, 1s);animation-duration:var(--magma-outline-animation-duration, 1s);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:focus-bounce;animation-name:focus-bounce;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:cubic-bezier(0, 0, 0.2, 1);animation-timing-function:cubic-bezier(0, 0, 0.2, 1);outline:var(--magma-outline-blur);-webkit-transition-duration:200ms;transition-duration:200ms;-webkit-transition-property:background-color, border-color, color, fill, outline, outline-offset, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, color, fill, outline, outline-offset, -webkit-box-shadow, -webkit-transform;transition-property:background-color, border-color, box-shadow, color, fill, outline, outline-offset, transform;transition-property:background-color, border-color, box-shadow, color, fill, outline, outline-offset, transform, -webkit-box-shadow, -webkit-transform;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.action:focus-visible{--magma-outline-blur:var(--magma-outline-focus);-webkit-animation-play-state:running;animation-play-state:running}.action{gap:1rem;border-radius:0.5rem;background-color:transparent;border:0;color:var(--mds-accordion-item-description-color);cursor:pointer;display:grid;grid-auto-columns:-webkit-min-content;grid-auto-columns:min-content;grid-template-columns:auto 24px;padding:0;text-align:left}.action:focus-visible{--magma-outline-blur:var(--magma-outline-focus);-webkit-animation-play-state:running;animation-play-state:running}.icon-button{font-weight:400;display:block}.content{gap:1rem;-webkit-transition-timing-function:cubic-bezier(1, 0, 0, 1);transition-timing-function:cubic-bezier(1, 0, 0, 1);display:grid;grid-template-rows:0fr;min-height:0;opacity:0;overflow:hidden;padding-top:0;-webkit-transition-duration:var(--mds-accordion-item-duration);transition-duration:var(--mds-accordion-item-duration);-webkit-transition-property:grid-template-rows, opacity, padding;transition-property:grid-template-rows, opacity, padding;transition-property:grid-template-rows, opacity, padding, -ms-grid-rows}.content-expander{min-height:0}.icon{display:-ms-flexbox;display:flex}.icon svg{aspect-ratio:1/1;height:100%;width:100%}.icon{-webkit-transition-duration:500ms;transition-duration:500ms;-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1);fill:var(--mds-accordion-item-color);-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}:host([selected]:not([selected="false"])){border-bottom:solid var(--mds-accordion-item-border-width) var(--mds-accordion-item-border-color);border-top:solid var(--mds-accordion-item-border-width) var(--mds-accordion-item-border-color);padding:var(--mds-accordion-item-padding-selected)}:host([selected]:not([selected="false"]):first-child){margin-top:0rem;border-top-color:transparent}:host([selected]:not([selected="false"]):last-child){margin-bottom:0rem;border-bottom-color:transparent}:host([selected]:not([selected="false"])) .content{padding-top:1rem;grid-template-rows:1fr;opacity:1}:host([selected]:not([selected="false"])) .icon{-webkit-transform:rotate(0deg);transform:rotate(0deg)}:host-context(.pref-animation-reduce){--mds-accordion-item-duration:var(--mds-accordion-duration, 0s);-webkit-transition-duration:0s;transition-duration:0s}:host-context(.pref-animation-reduce) .icon{-webkit-transition-duration:0s;transition-duration:0s}@media (prefers-reduced-motion){:host-context(.pref-animation-system){--mds-accordion-item-duration:var(--mds-accordion-duration, 0s);-webkit-transition-duration:0s;transition-duration:0s}:host-context(.pref-animation-reduce) .icon{-webkit-transition-duration:0s;transition-duration:0s}}:host-context(.pref-theme-dark){--mds-accordion-item-border-color:var(--mds-accordion-border-color, rgb(var(--tone-neutral-06)))}@media (prefers-color-scheme: dark){:host-context(.pref-theme-system){--mds-accordion-item-border-color:var(--mds-accordion-border-color, rgb(var(--tone-neutral-06)))}}:host-context(.pref-contrast-more){--mds-accordion-item-border-color:var(--mds-accordion-border-color, rgb(var(--tone-neutral-01)));--mds-accordion-item-color:var(--mds-accordion-color, rgb(var(--tone-neutral-01)))}@media (prefers-contrast: more){:host-context(.pref-contrast-system){--mds-accordion-item-border-color:var(--mds-accordion-border-color, rgb(var(--tone-neutral-01)));--mds-accordion-item-color:var(--mds-accordion-color, rgb(var(--tone-neutral-01)))}}:host(:not(:is([hydrated],.hydrated))){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}mds-accordion:not(:is([hydrated],.hydrated)),mds-accordion-item:not(:is([hydrated],.hydrated)),mds-accordion-timer:not(:is([hydrated],.hydrated)),mds-accordion-timer-item:not(:is([hydrated],.hydrated)),mds-author:not(:is([hydrated],.hydrated)),mds-avatar:not(:is([hydrated],.hydrated)),mds-badge:not(:is([hydrated],.hydrated)),mds-banner:not(:is([hydrated],.hydrated)),mds-benchmark-bar:not(:is([hydrated],.hydrated)),mds-bibliography:not(:is([hydrated],.hydrated)),mds-breadcrumb:not(:is([hydrated],.hydrated)),mds-breadcrumb-item:not(:is([hydrated],.hydrated)),mds-button:not(:is([hydrated],.hydrated)),mds-card:not(:is([hydrated],.hydrated)),mds-card-content:not(:is([hydrated],.hydrated)),mds-card-footer:not(:is([hydrated],.hydrated)),mds-card-header:not(:is([hydrated],.hydrated)),mds-card-media:not(:is([hydrated],.hydrated)),mds-chip:not(:is([hydrated],.hydrated)),mds-details:not(:is([hydrated],.hydrated)),mds-dropdown:not(:is([hydrated],.hydrated)),mds-entity:not(:is([hydrated],.hydrated)),mds-file:not(:is([hydrated],.hydrated)),mds-file-preview:not(:is([hydrated],.hydrated)),mds-filter:not(:is([hydrated],.hydrated)),mds-filter-item:not(:is([hydrated],.hydrated)),mds-header:not(:is([hydrated],.hydrated)),mds-header-bar:not(:is([hydrated],.hydrated)),mds-help:not(:is([hydrated],.hydrated)),mds-horizontal-scroll:not(:is([hydrated],.hydrated)),mds-hr:not(:is([hydrated],.hydrated)),mds-icon:not(:is([hydrated],.hydrated)),mds-img:not(:is([hydrated],.hydrated)),mds-input:not(:is([hydrated],.hydrated)),mds-input-field:not(:is([hydrated],.hydrated)),mds-input-range:not(:is([hydrated],.hydrated)),mds-input-select:not(:is([hydrated],.hydrated)),mds-input-switch:not(:is([hydrated],.hydrated)),mds-input-tip:not(:is([hydrated],.hydrated)),mds-input-tip-item:not(:is([hydrated],.hydrated)),mds-input-upload:not(:is([hydrated],.hydrated)),mds-keyboard:not(:is([hydrated],.hydrated)),mds-keyboard-key:not(:is([hydrated],.hydrated)),mds-kpi:not(:is([hydrated],.hydrated)),mds-kpi-item:not(:is([hydrated],.hydrated)),mds-label:not(:is([hydrated],.hydrated)),mds-list:not(:is([hydrated],.hydrated)),mds-list-item:not(:is([hydrated],.hydrated)),mds-modal:not(:is([hydrated],.hydrated)),mds-note:not(:is([hydrated],.hydrated)),mds-notification:not(:is([hydrated],.hydrated)),mds-paginator:not(:is([hydrated],.hydrated)),mds-paginator-item:not(:is([hydrated],.hydrated)),mds-pref:not(:is([hydrated],.hydrated)),mds-pref-animation:not(:is([hydrated],.hydrated)),mds-pref-consumption:not(:is([hydrated],.hydrated)),mds-pref-contrast:not(:is([hydrated],.hydrated)),mds-pref-language:not(:is([hydrated],.hydrated)),mds-pref-language-item:not(:is([hydrated],.hydrated)),mds-pref-theme:not(:is([hydrated],.hydrated)),mds-price-table:not(:is([hydrated],.hydrated)),mds-price-table-features:not(:is([hydrated],.hydrated)),mds-price-table-features-cell:not(:is([hydrated],.hydrated)),mds-price-table-features-row:not(:is([hydrated],.hydrated)),mds-price-table-header:not(:is([hydrated],.hydrated)),mds-price-table-list:not(:is([hydrated],.hydrated)),mds-price-table-list-item:not(:is([hydrated],.hydrated)),mds-progress:not(:is([hydrated],.hydrated)),mds-push-notification:not(:is([hydrated],.hydrated)),mds-push-notifications:not(:is([hydrated],.hydrated)),mds-quote:not(:is([hydrated],.hydrated)),mds-separator:not(:is([hydrated],.hydrated)),mds-spinner:not(:is([hydrated],.hydrated)),mds-stepper-bar:not(:is([hydrated],.hydrated)),mds-stepper-bar-item:not(:is([hydrated],.hydrated)),mds-tab:not(:is([hydrated],.hydrated)),mds-tab-bar:not(:is([hydrated],.hydrated)),mds-tab-bar-item:not(:is([hydrated],.hydrated)),mds-tab-item:not(:is([hydrated],.hydrated)),mds-table:not(:is([hydrated],.hydrated)),mds-table-body:not(:is([hydrated],.hydrated)),mds-table-cell:not(:is([hydrated],.hydrated)),mds-table-footer:not(:is([hydrated],.hydrated)),mds-table-header:not(:is([hydrated],.hydrated)),mds-table-header-cell:not(:is([hydrated],.hydrated)),mds-table-row:not(:is([hydrated],.hydrated)),mds-text:not(:is([hydrated],.hydrated)),mds-toast:not(:is([hydrated],.hydrated)),mds-tooltip:not(:is([hydrated],.hydrated)),mds-tree:not(:is([hydrated],.hydrated)),mds-tree-item:not(:is([hydrated],.hydrated)),mds-url-view:not(:is([hydrated],.hydrated)),mds-usage:not(:is([hydrated],.hydrated)),mds-video-wall:not(:is([hydrated],.hydrated)),mds-zero:not(:is([hydrated],.hydrated)){-webkit-animation-duration:0s;animation-duration:0s;border-color:transparent;-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent;opacity:0;outline-color:transparent;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;visibility:hidden}';var s=n;var c=t("mds_accordion_item",function(){function t(t){var e=this;d(this,t);this.selectedEvent=r(this,"mdsAccordionItemSelect",7);this.unselectedEvent=r(this,"mdsAccordionItemUnselect",7);this.changedEvent=r(this,"mdsAccordionItemChange",7);this.typography="h5";this.toggle=function(){e.selected=!e.selected;e.changedEvent.emit({id:e.element.id,selected:e.selected});if(e.selected){e.selectedEvent.emit({id:e.element.id,selected:e.selected});return}e.unselectedEvent.emit({id:e.element.id,selected:e.selected})}}t.prototype.render=function(){return e(o,{key:"9f1cc3117afc29a68c815ece34fbe0921fabae13"},e("button",{key:"c25f41a95d7ac9d17d7ec1ad40bb675ad65118b9","aria-controls":"content","aria-expanded":this.selected?"true":"false",class:"action",id:"action",onClick:this.toggle,role:"button",tabindex:"0"},e("mds-text",{key:"9d2b4ecfd24756915f9ba6a90dee193c0a9a0f2e",typography:this.typography,part:"label"},this.label),e("mds-text",{key:"9182f95912f0b7730f5490ed004823b74cb86200","aria-hidden":"true",class:"icon-button",typography:this.typography,part:"icon"},e("i",{key:"7b3decf33b434cafb599cfb2b92f6499a6107f75",class:"icon",innerHTML:i}))),e("div",{key:"25fe5e0645f12ec051d1ce9e9f21b51d820ef707",class:"content",id:"content"},e("div",{key:"478e6dc7a2b4dfaee5bb057ca51ff2328b85350c","aria-labelledby":"action",class:"content-expander",part:"content",role:"region"},e("slot",{key:"9de5537e2024754883a842c5ac14431e82398f8f"}))))};Object.defineProperty(t.prototype,"element",{get:function(){return a(this)},enumerable:false,configurable:true});return t}());c.style=s}}}));
@@ -0,0 +1 @@
1
+ import{r as e,c as t,h as a,H as r,g as n}from"./p-3a6b32e7.js";import{D as s}from"./p-3833e170.js";import{L as i}from"./p-2d77deaf.js";import{s as l}from"./p-cba6ae1b.js";import{c as o}from"./p-8a1a6e56.js";import"./p-85aa8e05.js";const d=class{constructor(a){e(this,a),this.datesEmitter=t(this,"mdsCalendarChange",7),this.navigationEmitter=t(this,"mdsCalendarNavigate",7),this.hoverEmitter=t(this,"mdsCalendarHover",7),this.checkPreselectionsEmitter=t(this,"mdsCalendarPreselect",7),this.hasPreselection=!1,this.currentDate=s.now(),this.weekDaysinMonth=[],this.weekdays=[],this.startDateIdentifier=null,this.endDateIdentifier=null,this.isFirstClick=!0,this.currentView="calendar",this.selectedYear=this.currentDate.year,this.t=new i({it:{},en:{},es:{},el:{}}),this.rangePicker=!0,this.showPreviousButton=!0,this.showNextButton=!0,this.disableMonthYearSelection=!1,this.showPreselection=!1,this.viewDate=null,this.hoverDate=null,this.startDate=null,this.endDate=null,this.min=null,this.max=null,this.internalStartDate=this.startDate,this.internalEndDate=this.endDate,this.currentMonth="",this.currentYear="",this.handleMouseOver=e=>{const t=e.target;if(!t.matches("mds-calendar-cell")||!this.rangePicker||!this.internalStartDate||this.internalEndDate)return;const a=t.getAttribute("date");a&&this.hoverEmitter.emit({hoverDate:a})},this.handleMouseLeave=()=>{this.rangePicker&&this.internalStartDate&&!this.internalEndDate&&this.hoverDate&&this.hoverEmitter.emit({hoverDate:null})},this.handleMonthActionClick=e=>{e.stopPropagation(),this.disableMonthYearSelection?e.preventDefault():(this.currentView="months"===this.currentView?"calendar":"months",requestAnimationFrame((()=>{this.updateCalendar().then((()=>this.setDates()))})))},this.handleYearActionClick=e=>{e.stopPropagation(),this.disableMonthYearSelection?e.preventDefault():(this.currentView="years"===this.currentView?"calendar":"years",requestAnimationFrame((()=>{this.updateCalendar().then((()=>this.setDates()))})))}}async updateLang(){this.language=this.t.lang(this.host)}handleStartDate(e){if(null!==e&&""!==e){if(this.internalStartDate=l(null==e?void 0:e.toString()),this.startDateTime=s.fromISO(this.internalStartDate),this.startDateIdentifier=this.startDateTime.toISODate(),this.internalEndDate){const e=s.fromISO(this.internalEndDate);if(this.startDateTime>e)return void console.warn("startDate is after endDate, swapping values")}else this.rangePicker&&(this.isFirstClick=!1);this.updateDates()}else null!==e&&""!==e||(this.internalStartDate=null,this.startDateIdentifier=null,this.startDateTime=null,this.isFirstClick=!0,this.updateDates())}handleEndDate(e){if(this.rangePicker)if(null!==e&&""!==e){if(this.internalEndDate=l(null==e?void 0:e.toString()),this.endDateTime=s.fromISO(this.internalEndDate),this.endDateIdentifier=this.endDateTime.toISODate(),this.internalStartDate&&s.fromISO(this.internalStartDate)>this.endDateTime)return void console.warn("startDate is after endDate, swapping values");this.updateDates()}else null!==e&&""!==e||(this.internalEndDate=null,this.endDateIdentifier=null,this.endDateTime=null,this.updateDates());else console.warn("rangePicker is disabled, endDate cannot be set"),this.internalEndDate=null}handleViewDate(e){if(null!==e&&""!==e){const t=s.fromISO(e.toString());t.isValid&&(this.currentDate=t,this.updateCalendar().then((()=>{requestAnimationFrame((()=>this.setDates()))})))}}handleHoverDate(){requestAnimationFrame((()=>this.setDates()))}componentWillLoad(){var e,t;if(this.language=this.t.lang(this.host),this.viewDate){const e=s.fromISO(this.viewDate.toString());e.isValid&&(this.currentDate=e)}else this.internalStartDate&&(this.internalStartDate=l(null===(e=this.internalStartDate)||void 0===e?void 0:e.toString()),this.startDateTime=s.fromISO(this.internalStartDate),this.startDateTime.isValid&&(this.currentDate=this.startDateTime));this.internalEndDate&&(this.internalEndDate=l(null===(t=this.internalEndDate)||void 0===t?void 0:t.toString()),this.endDateTime=s.fromISO(this.internalEndDate)),this.updateCalendar()}componentDidLoad(){var e,t,a,r,n;this.hasPreselection=null!==(null===(e=this.host)||void 0===e?void 0:e.querySelector(".date-preselection--has-preselection")),null===(a=null===(t=this.host)||void 0===t?void 0:t.shadowRoot)||void 0===a||a.addEventListener("mouseover",this.handleMouseOver),null===(n=null===(r=this.host)||void 0===r?void 0:r.shadowRoot)||void 0===n||n.addEventListener("mouseleave",this.handleMouseLeave),this.setDates()}disconnectedCallback(){var e,t,a,r;null===(t=null===(e=this.host)||void 0===e?void 0:e.shadowRoot)||void 0===t||t.removeEventListener("mouseover",this.handleMouseOver),null===(r=null===(a=this.host)||void 0===a?void 0:a.shadowRoot)||void 0===r||r.removeEventListener("mouseleave",this.handleMouseLeave)}async updateCurrentDate(e){return this.currentDate=s.fromISO(e),await this.updateCalendar(),await new Promise((e=>{requestAnimationFrame((()=>{this.setDates(),e()}))})),Promise.resolve()}updateDates(){this.updateCalendar().then((()=>{requestAnimationFrame((()=>this.setDates()))}))}async updateCalendar(){try{const e=this.currentDate.startOf("week");this.weekdays=Array.from({length:7}).map(((t,a)=>e.setLocale(this.language).plus({days:a}).toFormat("ccc"))),this.calculateWeekDaysInMonth(),this.currentMonth=this.currentDate.setLocale(this.language).toFormat("MMMM"),this.currentMonthNumber=this.currentDate.month,this.currentYear=this.currentDate.toFormat("yyyy")}catch(e){console.error("Error while updating the calendar:",e)}}setDates(){const e=this.host;if(!e)return;const{shadowRoot:t}=e;if(!t)return;const a=t.querySelectorAll("mds-calendar-cell[selection], mds-calendar-cell[preview]");this.rangePicker?this.hoverDate&&!this.internalEndDate?this.setHoverSelection(a,t):this.setRangeSelection(a,t):this.setSingleSelection(a,t)}clearSelectionState(e){e.forEach((e=>{e.removeAttribute("selection"),e.removeAttribute("preview")}))}setRangeSelection(e,t){if(this.clearSelectionState(e),!this.internalStartDate)return;if(this.startDateTime=s.fromISO(this.internalStartDate.toString()),!this.internalEndDate)return this.startDateIdentifier=this.startDateTime.toISODate(),this.isFirstClick=!1,void t.querySelectorAll("mds-calendar-cell").forEach((e=>{e.getAttribute("date")===this.startDateTime.toFormat("yyyy-MM-dd")&&(e.setAttribute("selection","single"),e.setAttribute("preview","true"))}));this.endDateTime=s.fromISO(this.internalEndDate.toString()),this.startDateIdentifier=this.startDateTime.toISODate(),this.endDateIdentifier=this.endDateTime.toISODate();const a=t.querySelectorAll("mds-calendar-cell");if(a){let e;for(let t=0;t<a.length;t++){const r=a[t].getAttribute("date");if(r){const n=s.fromISO(r);n.toFormat("yyyy-MM-dd")===this.startDateTime.toFormat("yyyy-MM-dd")&&a[t].setAttribute("selection","start"),n.toFormat("yyyy-MM-dd")===this.endDateTime.toFormat("yyyy-MM-dd")&&(this.startDateTime.equals(this.endDateTime)?a[t].setAttribute("selection","single"):a[t].setAttribute("selection","end")),e=n>this.startDateTime&&n<this.endDateTime,e&&a[t].setAttribute("selection","middle")}}}}setHoverSelection(e,t){if(this.clearSelectionState(e),!this.internalStartDate||!this.hoverDate)return void this.setRangeSelection(e,t);const a=s.fromISO(this.internalStartDate),r=s.fromISO(this.hoverDate);if(!a.isValid||!r.isValid)return void this.setRangeSelection(e,t);const n=a<=r;Array.from(t.querySelectorAll("mds-calendar-cell")).forEach((e=>{const t=e.getAttribute("date");if(!t)return;const i=s.fromISO(t);if(!i.isValid)return;if(!(n?i>=a&&i<=r:i>=r&&i<=a))return;e.setAttribute("preview","true");let l="middle";a.equals(r)&&i.equals(a)?l="single":i.equals(a)?l=n?"start":"end":i.equals(r)&&(l=n?"end":"start"),e.setAttribute("selection",l)}))}setSingleSelection(e,t){if(this.clearSelectionState(e),!this.internalStartDate)return;this.startDateTime=s.fromISO(this.internalStartDate.toString());const a=t.querySelectorAll("mds-calendar-cell");if(a)for(let e=0;e<a.length;e++){const t=a[e].getAttribute("date");t&&s.fromISO(t).toFormat("yyyy-MM-dd")===this.startDateTime.toFormat("yyyy-MM-dd")&&a[e].setAttribute("selection","single")}}changeMonth(e){this.currentDate=this.currentDate.plus({months:e}),this.updateCalendar().then((()=>{requestAnimationFrame((()=>this.setDates()))})),this.navigationEmitter.emit({currentDate:this.currentDate.toISODate(),delta:e})}calculateWeekDaysInMonth(){const e=this.currentDate.startOf("month"),t=this.currentDate.endOf("month"),a=[];for(let t=e.minus({days:e.weekday-1});t<e;t=t.plus({days:1}))a.push({date:t,isCurrentMonth:!1});for(let r=e;r<=t;r=r.plus({days:1}))a.push({date:r,isCurrentMonth:!0});const r=7-t.weekday,n=t.plus({days:1});for(let e=n;e<n.plus({days:r});e=e.plus({days:1}))a.push({date:e,isCurrentMonth:!1});this.weekDaysinMonth=a}handleRange(e,t){var a,r;const n=this.startDate||this.host.getAttribute("start-date");this.rangePicker&&n&&!this.endDate&&!this.internalEndDate&&this.isFirstClick&&(this.internalStartDate=l(n.toString()),this.startDateTime=s.fromISO(this.internalStartDate),this.startDateIdentifier=this.startDateTime.toISODate(),this.isFirstClick=!1);if(this.startDateIdentifier&&this.endDateIdentifier&&(()=>{this.internalStartDate=null,this.internalEndDate=null,this.startDateIdentifier=null,this.startDateTime=null,this.endDateIdentifier=null,this.endDateTime=null,this.isFirstClick=!0;const e=this.host;requestAnimationFrame((()=>{var t;null===(t=null==e?void 0:e.shadowRoot)||void 0===t||t.querySelectorAll("mds-calendar-cell[selection]").forEach((e=>{e.removeAttribute("selection"),e.removeAttribute("preview")}))}))})(),this.isFirstClick){this.startDateIdentifier=t.toISODate(),this.startDateTime=t,this.internalStartDate=this.startDateTime.toISO().split("T")[0],this.isFirstClick=!1;const a=this.host;return requestAnimationFrame((()=>{var e;null===(e=null==a?void 0:a.shadowRoot)||void 0===e||e.querySelectorAll("mds-calendar-cell[selection]").forEach((e=>{e.removeAttribute("selection")}))})),requestAnimationFrame((()=>{e.setAttribute("selection","single"),e.setAttribute("preview","true")})),void this.datesEmitter.emit({startDate:this.internalStartDate})}const i=this.host,o=null===(a=null==i?void 0:i.shadowRoot)||void 0===a?void 0:a.querySelectorAll("mds-calendar-cell"),d=Array.from(null!=o?o:[]).findIndex((e=>e.getAttribute("date")===this.startDateIdentifier)),c=Array.from(null!=o?o:[]).indexOf(e);if(this.startDateIdentifier&&s.fromISO(this.startDateIdentifier)<s.fromISO(e.getAttribute("date"))?(this.endDateIdentifier=e.getAttribute("date"),this.endDateTime=t,this.internalEndDate=this.endDateTime.toISO().split("T")[0]):(this.endDateIdentifier=this.startDateIdentifier,this.endDateTime=this.startDateTime,this.internalEndDate=this.internalStartDate,this.startDateIdentifier=e.getAttribute("date"),this.startDateTime=t,this.internalStartDate=this.startDateTime.toISO().split("T")[0]),null===(r=null==i?void 0:i.shadowRoot)||void 0===r||r.querySelectorAll("mds-calendar-cell[preview]").forEach((e=>{e.removeAttribute("preview")})),o&&-1!==d)for(let e=d+1;e<c;e++)o[e].setAttribute("selection","middle");this.internalStartDate&&this.internalEndDate&&(this.datesEmitter.emit({startDate:this.internalStartDate,endDate:this.internalEndDate}),this.checkPreselectionsEmitter.emit())}handleSingleSelection(e,t){var a;const r=this.host;null===(a=null==r?void 0:r.shadowRoot)||void 0===a||a.querySelectorAll("mds-calendar-cell[selection]").forEach((e=>{e.removeAttribute("selection")})),this.startDateIdentifier=e.getAttribute("date"),this.startDateTime=t,this.internalStartDate=this.startDateTime.toISO().split("T")[0],this.isFirstClick=!1,e.setAttribute("selection","single"),this.internalStartDate&&this.datesEmitter.emit({startDate:this.internalStartDate})}render(){return a(r,{key:"271209054e3f86d3c167ab6f2d84c801619f7fdb"},a("div",{key:"084902141f92f15f4b62ec34fc826b939f0ff05b",class:o("calendar-preselection",(this.showPreselection||this.hasPreselection)&&"calendar-preselection--has-preselection")},a("slot",{key:"986c1168978cc658b3a7409adafac5651cae7c77",name:"preselection"})),a("div",{key:"bbb9882d52d1fd89758704604c3a52016535561e",class:"calendar-view"},a("nav",{key:"9f993a0c44e484303716cef6530d9d95e84226a1"},this.showPreviousButton&&a("mds-button",{key:"f78027217275a9f0896fdfaa2ed99fd10064f581",class:"action-back",icon:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M17.77 3.77L16 2L6 12l10 10l1.77-1.77L9.54 12z"/></svg>',variant:"dark",tone:"quiet",onClick:e=>{"calendar"===this.currentView?(e.stopPropagation(),this.changeMonth(-1)):"years"===this.currentView?(e.stopPropagation(),this.selectedYear-=10):e.stopPropagation()}}),a("div",{key:"e2916642b7072db24f8e800fb033260a9c2a3dcd",class:"select-month-or-year"},("calendar"===this.currentView||"months"===this.currentView)&&a("mds-button",{key:"112c7d69205f2c57587a4ba12ecd7b445ef66170",class:"action-month",truncate:"none",variant:"dark",tone:"quiet",onClick:this.handleMonthActionClick},this.currentMonth),("calendar"===this.currentView||"years"===this.currentView)&&a("mds-button",{key:"91f990cfdafb34e3983f7e375e695dce5fde11fd",class:"action-year",truncate:"none",variant:"dark",tone:"quiet",onClick:this.handleYearActionClick},this.currentYear)),this.showNextButton&&a("mds-button",{key:"d297451100785c186b8ae054fa0203007f218cb7",class:"action-forward",icon:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M6.23 20.23L8 22l10-10L8 2L6.23 3.77L14.46 12z"/></svg>',variant:"dark",tone:"quiet",onClick:e=>{"calendar"===this.currentView?(e.stopPropagation(),this.changeMonth(1)):"years"===this.currentView?(e.stopPropagation(),this.selectedYear+=10):e.stopPropagation()}})),"calendar"===this.currentView&&a("section",{key:"bf8eba9f66065c91d0f4feac4ddbc93c1fc63ad4",class:"month-view"},a("header",{key:"c90bf7ed93129ab8bfc3ecaab99fb2d012adab39",class:"month-view__days-names"},this.weekdays.map((e=>a("mds-button",{class:"week-day-name",variant:"dark",tone:"quiet"},e)))),a("div",{key:"6b5fb95ad179b38fefe0986b48a3a12a287ccf61",class:"month-view__cells"},this.weekDaysinMonth.map(((e,t)=>a("mds-calendar-cell",{key:t,today:s.now().toFormat("yyyy-MM-dd")===e.date.toFormat("yyyy-MM-dd"),date:e.date.toFormat("yyyy-MM-dd"),month:e.isCurrentMonth?"current":"other",disabled:(()=>!!(this.min&&""!==this.min&&e.date<s.fromISO(this.min))||!!(this.max&&""!==this.max&&e.date>s.fromISO(this.max))||void 0)(),onClick:t=>{t.stopPropagation();const a=t.currentTarget;this.rangePicker?this.handleRange(a,e.date):this.handleSingleSelection(a,e.date)},title:e.date.setLocale(this.language).toFormat("cccc d LLLL").replace(/^./,(e=>e.toUpperCase()))},e.date.toFormat("dd")))))),"months"===this.currentView&&a("section",{key:"5353ed4497b33fb5260cf6c2d1f087b228a0cda3",class:"month-selection"},a("header",{key:"70247928e4a74589900b0acd3b8d02686e41a4d1",class:"month-view__month-names"},Array.from({length:12}).map(((e,t)=>{const r=s.local().set({month:t+1}).setLocale(this.language).toFormat("MMMM");return a("mds-button",{class:"action",variant:"dark",tone:"quiet",onClick:e=>{e.stopPropagation(),this.currentDate=this.currentDate.set({month:t+1}),this.currentMonth=this.currentDate.toFormat("MMMM"),this.currentView="calendar",this.updateCalendar().then((()=>{requestAnimationFrame((()=>this.setDates()))}))}},r)})))),"years"===this.currentView&&a("section",{key:"99dca1c5f3ce083cb3bb117ce8bb705faa83e19c",class:"year-selection"},a("header",{key:"7d479a8c05815560306486bf0825a521c971a6e4",class:"month-view__years"},Array.from({length:12}).map(((e,t)=>{const r=this.selectedYear+t;return a("mds-button",{class:"action",variant:"dark",tone:"quiet",onClick:e=>{e.stopPropagation(),this.currentDate=this.currentDate.set({year:r}),this.currentYear=r.toString(),this.currentView="calendar",this.updateCalendar().then((()=>{requestAnimationFrame((()=>this.setDates()))}))}},r)}))))))}get host(){return n(this)}static get watchers(){return{startDate:["handleStartDate"],endDate:["handleEndDate"],viewDate:["handleViewDate"],hoverDate:["handleHoverDate"]}}};d.style=":host{--mds-calendar-day-number-other-month-color:rgb(var(--tone-neutral-07));--mds-calendar-day-number-color:rgb(var(--tone-neutral-01));--mds-calendar-cell-gap:0.125rem;--mds-calendar-cell-other-month-visibility:visible;--mds-calendar-border-radius:0.5rem;--mds-calendar-background:rgb(var(--tone-neutral));--mds-calendar-padding:1rem;--mds-calendar-select-month-or-year-height:2.25rem;--mds-calendar-select-month-or-year-width:14rem;background-color:rgb(var(--tone-neutral-09));border-radius:var(--mds-calendar-border-radius);cursor:auto;display:-ms-inline-flexbox;display:inline-flex;max-width:380px;min-width:-moz-min-content;min-width:-webkit-min-content;min-width:min-content;overflow:hidden}.calendar-view{background-color:var(--mds-calendar-background);border-radius:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;display:grid;-ms-flex:1 1 auto;flex:1 1 auto;padding:var(--mds-calendar-padding)}.calendar-preselection{display:none;gap:0.125rem;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;padding:var(--mds-calendar-padding)}.calendar-preselection--has-preselection{display:grid}nav{display:-ms-flexbox;display:flex;gap:0.5rem;-ms-flex-pack:justify;justify-content:space-between;min-width:0}.action{padding-left:0.5rem;padding-right:0.5rem;-ms-flex-pack:left;justify-content:left;min-width:-moz-min-content;min-width:-webkit-min-content;min-width:min-content}.action-back,.action-forward{-ms-flex-negative:0;flex-shrink:0}.select-month-or-year{-ms-flex-align:stretch;align-items:stretch;background-color:rgb(var(--tone-neutral-09));block-size:var(--mds-calendar-select-month-or-year-height);border-radius:var(--mds-calendar-border-radius);-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 var(--mds-calendar-select-month-or-year-width);flex:0 0 var(--mds-calendar-select-month-or-year-width);height:var(--mds-calendar-select-month-or-year-height);-ms-flex-pack:start;justify-content:flex-start;inline-size:var(--mds-calendar-select-month-or-year-width);max-block-size:var(--mds-calendar-select-month-or-year-height);max-height:var(--mds-calendar-select-month-or-year-height);max-inline-size:var(--mds-calendar-select-month-or-year-width);min-block-size:var(--mds-calendar-select-month-or-year-height);min-height:var(--mds-calendar-select-month-or-year-height);min-inline-size:var(--mds-calendar-select-month-or-year-width);overflow:hidden}.action-month,.action-year{--mds-button-radius:0;-ms-flex-item-align:stretch;align-self:stretch;block-size:100%;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;height:100%;max-block-size:100%;max-height:100%;min-block-size:0;min-height:0;padding-left:0.5rem;padding-right:0.5rem}.action-month{-ms-flex:1 1 auto;flex:1 1 auto;min-width:0}.action-year{-ms-flex:0 0 4.5rem;flex:0 0 4.5rem}.action-month::part(label),.action-year::part(label){overflow:visible;text-overflow:clip;white-space:nowrap}.week-day-name{-ms-flex-align:center;align-items:center;aspect-ratio:1;min-height:auto;padding:0}.month-view{display:grid}.month-view__days-names,.month-view__cells{display:grid;gap:var(--mds-calendar-cell-gap);grid-template-columns:repeat(7, minmax(1px, 100%));min-width:0}.month-view{display:grid}.month-view__month-names,.month-view__years{display:grid;gap:var(--mds-calendar-cell-gap);grid-template-columns:repeat(3, minmax(1px, 100%));min-width:0}";const c=class{constructor(t){e(this,t),this.month="current",this.orientation="horizontal",this.preview=!1,this.disabled=void 0,this.today=void 0}render(){return a(r,{key:"09389f01297dc7e38499fc5783fbe7b5be73cee5"},a("div",{key:"6501ca7b41eed8696e60156abf53f0cbbecae8d5",class:"inner-dot"}),a("div",{key:"34f8e50ba0032d7d9d3dd63aafc5ac536f1a0adf",class:"area-background"}),a("mds-button",{key:"bedafcb2817bfeac6ebee9fa3e0887a41a1bce9b",class:"action",variant:"dark",tone:"quiet",disabled:this.disabled},a("slot",{key:"197f10e47b61a6c6140774cd3e2443df61d9e4a4"})))}};c.style=':host{--mds-calendar-cell-background:transparent;--mds-calendar-cell-boundaries-background:transparent;--mds-calendar-cell-boundaries-color:rgb(var(--tone-neutral-01));--mds-calendar-cell-boundaries-padding:0.25rem;--mds-calendar-cell-color:rgb(var(--tone-neutral-01));--mds-calendar-cell-other-month-background:transparent;--mds-calendar-cell-other-month-color:rgb(var(--tone-neutral-07));--mds-calendar-cell-disabled-background:transparent;--mds-calendar-cell-disabled-color:rgb(var(--tone-neutral-07));--mds-calendar-cell-weekend-background:transparent;--mds-calendar-cell-weekend-color:rgb(var(--tone-neutral-06));--mds-calendar-cell-size:3rem;--mds-calendar-cell-selection-boundaries-border-radius:calc(var(--mds-calendar-cell-size) / 2);--mds-calendar-cell-selection-week-boundaries-border-radius:calc(var(--mds-calendar-cell-size) / 2);--mds-calendar-cell-preselection-today-background:rgb(var(--variant-primary-09));--mds-calendar-cell-preselection-today-color:rgb(var(--variant-primary-03));--mds-calendar-cell-preselection-current-month-background:rgb(var(--variant-primary-08));--mds-calendar-cell-preselection-current-month-color:rgb(var(--tone-neutral-05));--mds-calendar-cell-preselection-current-month-boundaries-color:rgb(var(--tone-neutral-05));--mds-calendar-cell-preselection-current-month-boundaries-background:rgb(var(--variant-primary-10));--mds-calendar-cell-preselection-other-month-background:rgb(var(--variant-primary-09));--mds-calendar-cell-preselection-other-month-color:rgb(var(--tone-neutral-05));--mds-calendar-cell-preselection-other-month-boundaries-color:rgb(var(--tone-neutral-05));--mds-calendar-cell-preselection-other-month-boundaries-background:rgb(var(--tone-neutral));--mds-calendar-cell-selection-current-month-background:rgb(var(--variant-primary-04));--mds-calendar-cell-selection-current-month-color:rgb(var(--tone-neutral));--mds-calendar-cell-selection-current-month-boundaries-background:rgb(var(--tone-neutral));--mds-calendar-cell-selection-current-month-boundaries-color:rgb(var(--tone-neutral-03));--mds-calendar-cell-selection-current-month-weekend-background:rgb(var(--variant-primary-03));--mds-calendar-cell-selection-current-month-weekend-color:rgb(var(--variant-primary-07));--mds-calendar-cell-selection-current-month-weekend-boundaries-background:rgb(var(--variant-primary-03));--mds-calendar-cell-selection-current-month-weekend-boundaries-color:rgb(var(--tone-neutral-03));--mds-calendar-cell-selection-other-month-background:rgb(var(--variant-primary-07));--mds-calendar-cell-selection-other-month-color:rgb(var(--tone-neutral-04));--mds-calendar-cell-selection-other-month-boundaries-background:rgb(var(--variant-primary-10));--mds-calendar-cell-selection-other-month-boundaries-color:rgb(var(--tone-neutral-05));aspect-ratio:1 / 1;display:-ms-flexbox;display:flex;padding:var(--mds-calendar-cell-boundaries-padding);position:relative}:host([month="other"]){visibility:var(--mds-calendar-cell-other-month-visibility, hidden)}.inner-dot{aspect-ratio:1 / 1;background-color:var(--mds-calendar-cell-inner-background);border-radius:var(--mds-calendar-cell-selection-boundaries-border-radius);display:-ms-flexbox;display:flex;min-height:0;min-width:0;width:100%;z-index:1}.area-background{background-color:var(--mds-calendar-cell-background);color:var(--mds-calendar-cell-color);inset:0;position:absolute;z-index:0}.action{-ms-flex-align:center;align-items:center;aspect-ratio:1 / 1;background-color:transparent;border-radius:0;color:var(--mds-calendar-cell-color);display:-ms-flexbox;display:flex;inset:calc(var(--mds-calendar-cell-gap) * -1);-ms-flex-pack:center;justify-content:center;min-height:0;min-width:0;padding:0;position:absolute;width:auto;z-index:2}:host([selection][orientation="horizontal"]) .area-background{margin-left:calc(var(--mds-calendar-cell-gap) * -1);margin-right:calc(var(--mds-calendar-cell-gap) * -1)}:host([selection="start"][orientation="horizontal"]) .area-background{border-bottom-left-radius:var(--mds-calendar-cell-selection-boundaries-border-radius);border-top-left-radius:var(--mds-calendar-cell-selection-boundaries-border-radius);margin-left:0}:host([selection="end"][orientation="horizontal"]) .area-background{border-bottom-right-radius:var(--mds-calendar-cell-selection-boundaries-border-radius);border-top-right-radius:var(--mds-calendar-cell-selection-boundaries-border-radius);margin-right:0}:host([selection][orientation="vertical"]) .area-background{margin-bottom:calc(var(--mds-calendar-cell-gap) * -1);margin-top:calc(var(--mds-calendar-cell-gap) * -1)}:host([selection="start"][orientation="vertical"]) .area-background{border-radius:var(--mds-calendar-cell-selection-boundaries-border-radius) var(--mds-calendar-cell-selection-boundaries-border-radius) 0 0;margin-top:0}:host([selection="end"][orientation="vertical"]) .area-background{border-radius:0 0 var(--mds-calendar-cell-selection-boundaries-border-radius) var(--mds-calendar-cell-selection-boundaries-border-radius);margin-bottom:0}:host([orientation="vertical"]:not([selection="start"],[selection="end"])) .area-background{border-radius:0}:host(:nth-child(7n - 6)) .area-background,:host([selection="end"][orientation="horizontal"]:nth-child(7n - 6)) .area-background{border-bottom-left-radius:var(--mds-calendar-cell-selection-week-boundaries-border-radius);border-top-left-radius:var(--mds-calendar-cell-selection-week-boundaries-border-radius)}:host(:nth-child(7n)) .area-background,:host([selection="end"][orientation="horizontal"]:nth-child(7n)) .area-background{border-bottom-right-radius:var(--mds-calendar-cell-selection-week-boundaries-border-radius);border-top-right-radius:var(--mds-calendar-cell-selection-week-boundaries-border-radius)}:host([selection="end"][orientation="horizontal"]:nth-child(7n)) .area-background{border-bottom-right-radius:var(--mds-calendar-cell-selection-boundaries-border-radius);border-top-right-radius:var(--mds-calendar-cell-selection-boundaries-border-radius)}:host([selection][orientation="horizontal"]:nth-child(7n - 6)) .area-background{margin-left:0}:host([selection][orientation="horizontal"]:nth-child(7n)) .area-background{margin-right:0}:host([selection="single"][orientation="horizontal"]) .area-background{border-radius:var(--mds-calendar-cell-selection-boundaries-border-radius);margin-left:0;margin-right:0}:host(:nth-child(7n - 1)),:host(:nth-child(7n)){--mds-calendar-cell-color:var(--mds-calendar-cell-weekend-color);--mds-calendar-cell-background:var(--mds-calendar-cell-weekend-background)}:host([month="other"]:not([selection])){--mds-calendar-cell-color:var(--mds-calendar-cell-other-month-color);--mds-calendar-cell-background:var(--mds-calendar-cell-other-month-background)}:host([disabled]){--mds-calendar-cell-color:var(--mds-calendar-cell-disabled-color);--mds-calendar-cell-background:var(--mds-calendar-cell-disabled-background);cursor:auto;pointer-events:none}:host(:not([selection])[today]){--mds-calendar-cell-inner-background:var(--mds-calendar-cell-preselection-today-background);--mds-calendar-cell-color:var(--mds-calendar-cell-preselection-today-color)}:host([selection][month="current"]){--mds-calendar-cell-background:var(--mds-calendar-cell-selection-current-month-background);--mds-calendar-cell-color:var(--mds-calendar-cell-selection-current-month-color)}:host([selection][month="current"]:nth-child(7n - 1)),:host([selection][month="current"]:nth-child(7n)){--mds-calendar-cell-background:var(--mds-calendar-cell-selection-current-month-weekend-background);--mds-calendar-cell-color:var(--mds-calendar-cell-selection-current-month-weekend-color)}:host([selection="start"][month="current"]:nth-child(7n - 1)),:host([selection="end"][month="current"]:nth-child(7n - 1)),:host([selection="start"][month="current"]:nth-child(7n)),:host([selection="end"][month="current"]:nth-child(7n)){--mds-calendar-cell-background:var(--mds-calendar-cell-selection-current-month-weekend-boundaries-background);--mds-calendar-cell-color:var(--mds-calendar-cell-selection-current-month-weekend-boundaries-color)}:host([selection][month="other"]){--mds-calendar-cell-background:var(--mds-calendar-cell-selection-other-month-background);--mds-calendar-cell-color:var(--mds-calendar-cell-selection-other-month-color)}:host([selection="start"][month="current"]),:host([selection="end"][month="current"]){--mds-calendar-cell-inner-background:var(--mds-calendar-cell-selection-current-month-boundaries-background);--mds-calendar-cell-color:var(--mds-calendar-cell-selection-current-month-boundaries-color)}:host([selection="start"][month="other"]),:host([selection="end"][month="other"]){--mds-calendar-cell-inner-background:var(--mds-calendar-cell-selection-other-month-boundaries-background);--mds-calendar-cell-color:var(--mds-calendar-cell-selection-other-month-boundaries-color)}:host([selection][month="current"][preview]:not([preview="false"])){--mds-calendar-cell-background:var(--mds-calendar-cell-preselection-current-month-background);--mds-calendar-cell-color:var(--mds-calendar-cell-preselection-current-month-color)}:host([selection][month="other"][preview]:not([preview="false"])){--mds-calendar-cell-background:var(--mds-calendar-cell-preselection-other-month-background);--mds-calendar-cell-color:var(--mds-calendar-cell-preselection-other-month-color)}:host([selection="start"][month="current"][preview]:not([preview="false"])),:host([selection="end"][month="current"][preview]:not([preview="false"])){--mds-calendar-cell-inner-background:var(--mds-calendar-cell-preselection-current-month-boundaries-background);--mds-calendar-cell-color:var(--mds-calendar-cell-preselection-current-month-boundaries-color)}:host([selection="start"][month="other"][preview]:not([preview="false"])),:host([selection="end"][month="other"][preview]:not([preview="false"])){--mds-calendar-cell-inner-background:var(--mds-calendar-cell-preselection-other-month-boundaries-background);--mds-calendar-cell-color:var(--mds-calendar-cell-preselection-other-month-boundaries-color)}:host([selection="single"][month="current"]){--mds-calendar-cell-inner-background:var(--mds-calendar-cell-preselection-current-month-boundaries-background);--mds-calendar-cell-color:var(--mds-calendar-cell-preselection-current-month-boundaries-color)}:host([selection="single"][month="other"]){--mds-calendar-cell-inner-background:var(--mds-calendar-cell-preselection-other-month-boundaries-background);--mds-calendar-cell-color:var(--mds-calendar-cell-preselection-other-month-boundaries-color)}';export{d as mds_calendar,c as mds_calendar_cell}
@@ -1 +1 @@
1
- var __awaiter=this&&this.__awaiter||function(e,a,t,n){function s(e){return e instanceof t?e:new t((function(a){a(e)}))}return new(t||(t=Promise))((function(t,d){function i(e){try{r(n.next(e))}catch(e){d(e)}}function l(e){try{r(n["throw"](e))}catch(e){d(e)}}function r(e){e.done?t(e.value):s(e.value).then(i,l)}r((n=n.apply(e,a||[])).next())}))};var __generator=this&&this.__generator||function(e,a){var t={label:0,sent:function(){if(d[0]&1)throw d[1];return d[1]},trys:[],ops:[]},n,s,d,i;return i={next:l(0),throw:l(1),return:l(2)},typeof Symbol==="function"&&(i[Symbol.iterator]=function(){return this}),i;function l(e){return function(a){return r([e,a])}}function r(l){if(n)throw new TypeError("Generator is already executing.");while(i&&(i=0,l[0]&&(t=0)),t)try{if(n=1,s&&(d=l[0]&2?s["return"]:l[0]?s["throw"]||((d=s["return"])&&d.call(s),0):s.next)&&!(d=d.call(s,l[1])).done)return d;if(s=0,d)l=[l[0]&2,d.value];switch(l[0]){case 0:case 1:d=l;break;case 4:t.label++;return{value:l[1],done:false};case 5:t.label++;s=l[1];l=[0];continue;case 7:l=t.ops.pop();t.trys.pop();continue;default:if(!(d=t.trys,d=d.length>0&&d[d.length-1])&&(l[0]===6||l[0]===2)){t=0;continue}if(l[0]===3&&(!d||l[1]>d[0]&&l[1]<d[3])){t.label=l[1];break}if(l[0]===6&&t.label<d[1]){t.label=d[1];d=l;break}if(d&&t.label<d[2]){t.label=d[2];t.ops.push(l);break}if(d[2])t.ops.pop();t.trys.pop();continue}l=a.call(e,t)}catch(e){l=[6,e];s=0}finally{n=d=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:true}}};System.register(["./p-2aef517c.system.js","./p-56ba5cbf.system.js"],(function(e,a){"use strict";var t,n,s;return{setters:[function(a){t=a.p;n=a.b;e("setNonce",a.s)},function(e){s=e.g}],execute:function(){var e=this;var d=function(){var e=a.meta.url;var n={};if(e!==""){n.resourcesUrl=new URL(".",e).href}return t(n)};d().then((function(a){return __awaiter(e,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:return[4,s()];case 1:e.sent();return[2,n(JSON.parse('[["p-61132a04.system",[[65,"mds-input-upload",{"accept":[513],"maxFileSize":[514,"max-file-size"],"maxFiles":[514,"max-files"],"sort":[513],"initialValue":[16],"language":[32],"actionTitle":[32],"files":[32],"progress":[32],"animateText":[32],"updateLang":[64],"getFiles":[64],"getFilesError":[64],"reset":[64]},null,{"initialValue":["updateInitialValue"],"maxFiles":["updateActionTitle"]}]]],["p-9e08e8f1.system",[[65,"mds-input-date",{"value":[513],"name":[513],"variant":[1537],"min":[1537],"max":[1537],"delay":[514],"disabled":[516],"readonly":[516],"required":[516],"isValid":[32],"language":[32],"touched":[32],"calendarKey":[32],"dropdownRef":[32],"hasFocus":[32],"updateLang":[64],"focusInput":[64],"setValue":[64],"getErrors":[64]},null,{"value":["handleValue"]}]]],["p-39711ac2.system",[[1,"mds-policy-ai",{"headline":[513],"description":[513],"variant":[513],"href":[513],"language":[32],"updateLang":[64]}]]],["p-c2798c9a.system",[[1,"mds-avatar-stack",{"size":[513],"total":[514]}]]],["p-3da97c74.system",[[65,"mds-input-date-range",{"startDate":[513,"start-date"],"endDate":[513,"end-date"],"min":[513],"max":[513],"delay":[514],"name":[513],"calendarKey":[32],"internalStartDate":[32],"internalEndDate":[32],"dropdownRef":[32],"hasPreselection":[32],"language":[32],"updateLang":[64],"preselect":[64]},null,{"startDate":["handleStartDateChange"],"endDate":["handleEndDateChange"]}]]],["p-dbae0ec8.system",[[65,"mds-input-otp",{"length":[2],"autosubmit":[516],"value":[1537]}]]],["p-4c27483c.system",[[1,"mds-pref-language",{"size":[513],"set":[1537],"showDropdown":[32],"language":[32],"updateLang":[64]}]]],["p-405d78fa.system",[[1,"mds-table-header",{"selectable":[4],"selectAll":[32],"hasActions":[32],"indeterminate":[32],"hasSelection":[32],"language":[32],"updateLang":[64],"setSelection":[64]}]]],["p-70223843.system",[[1,"mds-entity",{"await":[516],"icon":[513],"src":[513],"initials":[513],"tone":[513],"variant":[513]}]]],["p-93fb8e40.system",[[1,"mds-pref-animation",{"size":[513],"mode":[1537],"language":[32],"updateLang":[64]},null,{"mode":["modeChanged"]}]]],["p-333510bb.system",[[1,"mds-pref-consumption",{"size":[513],"mode":[1537],"language":[32],"updateLang":[64]},null,{"mode":["modeChanged"]}]]],["p-c7066d31.system",[[1,"mds-pref-contrast",{"size":[513],"mode":[1537],"language":[32],"updateLang":[64]},null,{"mode":["modeChanged"]}]]],["p-7c7ecbe0.system",[[1,"mds-pref-theme",{"size":[513],"mode":[1537],"transition":[1537],"language":[32],"disabled":[32],"updateLang":[64]},null,{"mode":["modeChanged"]}]]],["p-2598109a.system",[[1,"mds-push-notification-item",{"datetime":[1537],"dateFormat":[513,"date-format"],"deletable":[1540],"icon":[513],"initials":[1537],"message":[513],"preview":[513],"src":[513],"subject":[513],"tone":[513],"variant":[513],"language":[32],"updateLang":[64]},null,{"deletable":["handleDeletableChange"]}]]],["p-0689710c.system",[[1,"mds-button-dropdown",{"label":[1],"autoFocus":[4,"auto-focus"],"icon":[1537],"type":[513],"variant":[513],"tone":[513],"size":[513],"active":[1540],"disabled":[1540],"await":[1540],"href":[513],"target":[1],"truncate":[513]}]]],["p-6d1ce884.system",[[1,"mds-header",{"appearance":[1537],"appearanceSet":[513,"appearance-set"],"autoHide":[514,"auto-hide"],"backdrop":[516],"menu":[513],"nav":[513],"threshold":[514],"visibility":[1537],"hasMenu":[32],"isOpened":[32],"setOpened":[64]},null,{"menu":["onMenuChangedHandler"],"nav":["onNavChangedHandler"],"appearanceSet":["onAppearanceSetChangedHandler"],"visibility":["handleVisibilityChange"]}]]],["p-6d7afc48.system",[[1,"mds-keyboard",{"test":[1537],"try":[516],"language":[32],"testPassed":[32],"updateLang":[64]},null,{"try":["handleTryProperty"]}]]],["p-71988372.system",[[1,"mds-radial-menu-item",{"tooltip":[513],"icon":[1537],"tone":[513],"variant":[513],"size":[513]}]]],["p-5089fade.system",[[1,"mds-status-bar",{"description":[513],"overflow":[513],"position":[513],"visible":[1540],"hide":[64]},null,{"visible":["handleVisbilityProp"]}]]],["p-996ba484.system",[[1,"mds-stepper-bar-item",{"label":[1],"step":[4],"badge":[1540],"icon":[1],"iconChecked":[1,"icon-checked"],"done":[516],"current":[1540],"value":[513],"typography":[1],"isDone":[32],"isCurrent":[32],"index":[32],"language":[32],"updateLang":[64]},null,{"done":["selectedHandler"],"current":["currentHandler"]}]]],["p-b727c3a6.system",[[1,"mds-breadcrumb",{"back":[4],"language":[32],"updateLang":[64]},[[0,"mdsBreadcrumbItemSelect","activedEventHandler"]]]]],["p-91e16169.system",[[1,"mds-header-bar",{"menu":[513],"nav":[513],"isOpened":[32],"setOpened":[64]}]]],["p-2b3517af.system",[[1,"mds-horizontal-scroll",{"controls":[1537],"navigation":[513],"snap":[513],"hasCompatibility":[32],"showForward":[32],"showBack":[32]},null,{"navigation":["watchNavigation"]}]]],["p-93b98e61.system",[[1,"mds-input-date-range-preselection",{"selected":[1540],"start":[513],"end":[513]}]]],["p-07d9296f.system",[[1,"mds-label",{"labelAction":[1,"label-action"],"variant":[513],"tone":[513],"truncate":[513],"typography":[1],"deletable":[4],"language":[32],"updateLang":[64]}]]],["p-5f7ab726.system",[[1,"mds-note",{"deletable":[4],"variant":[513],"language":[32],"updateLang":[64]}]]],["p-b139bc15.system",[[1,"mds-pref-language-item",{"code":[513],"selected":[516],"language":[32],"updateLang":[64]}]]],["p-cf3bab0a.system",[[1,"mds-push-notification",{"visible":[1540],"behavior":[1],"show":[64],"hide":[64],"removeNotification":[64]},null,{"visible":["visibleChanged"]}]]],["p-8779f042.system",[[1,"mds-radial-menu",{"angleStart":[514,"angle-start"],"angleEnd":[514,"angle-end"],"radius":[514],"direction":[513],"opened":[1540],"disc":[1540],"backdrop":[516],"interaction":[513],"icon":[1537],"variant":[513],"tone":[513],"size":[513]},null,{"disc":["onDiscChanged"],"backdrop":["backdropChanged"],"interaction":["onInteractionChange"],"angleStart":["onAngleStartChange"],"angleEnd":["onAngleEndChange"],"radius":["onRadiusChange"],"size":["onSizeChange"],"opened":["onOpenedChange"]}]]],["p-c0472e82.system",[[1,"mds-table-row",{"interactive":[516],"overlayActions":[516,"overlay-actions"],"selectable":[516],"selected":[1540],"value":[520],"sizerWidth":[32],"language":[32],"updateLang":[64]}]]],["p-b19dfe4f.system",[[1,"mds-tree-item",{"actions":[513],"async":[516],"depth":[514],"label":[1],"toggle":[513],"expanded":[1540],"truncate":[513],"icon":[1],"hasActions":[32],"hasChildren":[32],"currentToggleIcon":[32],"await":[32],"language":[32],"updateLang":[64],"expand":[64]},null,{"toggle":["handleIconChange"],"expanded":["handleExpandedChange"]}]]],["p-838d3f0c.system",[[1,"mds-url-view",{"icon":[513],"label":[513],"src":[513],"loading":[513],"language":[32],"updateLang":[64]}]]],["p-3095eab8.system",[[1,"mds-accordion-timer-item",{"typography":[1],"selected":[516],"description":[1],"duration":[514],"progress":[2],"uuid":[2]},null,{"selected":["handleSelected"]}]]],["p-12527b99.system",[[1,"mds-benchmark-bar",{"alias":[1],"typography":[1],"value":[2],"variant":[513]}]]],["p-a9c9e071.system",[[1,"mds-file",{"suffix":[513],"description":[1],"filename":[1],"preview":[1],"showDownloadedIcon":[4,"show-downloaded-icon"],"format":[1537],"language":[32],"wasDownloaded":[32],"updateLang":[64]},null,{"filename":["handleFilename"]}]]],["p-1c2b1a44.system",[[1,"mds-filter",{"autoReset":[516,"auto-reset"],"label":[1],"multiple":[516],"reset":[516],"active":[32],"itemsSelected":[32]},[[0,"mdsFilterItemSelect","activeEventHandler"]]]]],["p-41d028c8.system",[[65,"mds-input-select",{"autocomplete":[513],"autoFocus":[516,"auto-focus"],"placeholder":[513],"name":[513],"disabled":[516],"required":[516],"multiple":[516],"size":[514],"value":[520],"defaultValue":[520,"default-value"],"variant":[513],"hasFocus":[32],"language":[32],"updateLang":[64],"setValue":[64]},null,{"value":["valueChanged"],"disabled":["disabledChanged"],"placeholder":["placeholderChanged"]}]]],["p-1e686661.system",[[1,"mds-paginator",{"pages":[2],"currentPage":[1538,"current-page"]}]]],["p-f033a113.system",[[1,"mds-keyboard-key",{"name":[513],"pressed":[516],"language":[32],"updateLang":[64]}]]],["p-a89ad0f9.system",[[1,"mds-kpi-item",{"label":[1],"description":[1],"threshold":[2],"icon":[1],"isIntersecting":[32]}]]],["p-d389299e.system",[[1,"mds-list-item",{"typography":[513],"variant":[1],"icon":[1]}]]],["p-4f4a9d42.system",[[1,"mds-mention",{"icon":[513],"label":[513],"size":[513]}]]],["p-5014f1fb.system",[[1,"mds-tab-bar-item",{"icon":[1],"selected":[1540],"typography":[1],"isSelected":[32]},null,{"selected":["validateSelected"]}]]],["p-02c36d05.system",[[1,"mds-usage",{"variant":[1],"alias":[1],"language":[32],"updateLang":[64]}]]],["p-c3ae9ba7.system",[[1,"mds-accordion-item",{"typography":[1],"selected":[1540],"label":[1]}]]],["p-b228a186.system",[[1,"mds-bibliography",{"format":[1],"author":[1],"name":[1],"publisher":[1],"date":[1],"location":[1],"rel":[1],"typography":[1],"variant":[1],"url":[1]}]]],["p-84cf6604.system",[[1,"mds-breadcrumb-item",{"selected":[1540]}]]],["p-cdd973d2.system",[[65,"mds-input-field",{"label":[1025],"message":[1025],"variant":[1537]}]]],["p-88a0f02c.system",[[65,"mds-input-range",{"formatValue":[16],"name":[513],"max":[2],"min":[2],"step":[2],"disabled":[1540],"value":[1538],"progress":[32]},null,{"disabled":["disabledChanged"],"value":["valueChanged"],"min":["minChanged"],"max":["maxChanged"],"step":["stepChanged"]}]]],["p-80747c33.system",[[1,"mds-notification",{"target":[1],"value":[1538],"visible":[1540],"strategy":[1537],"max":[514]},null,{"strategy":["strategyHandler"]}]]],["p-cd40a2ca.system",[[1,"mds-pref",{"size":[513],"controller":[1540],"showReload":[32],"language":[32],"updateLang":[64]},null,{"controller":["handleControllerChange"],"size":["handleSizeChange"]}]]],["p-db5d1973.system",[[1,"mds-price-table-features",{"label":[1]}]]],["p-7c463896.system",[[1,"mds-price-table-features-cell",{"type":[513]}]]],["p-1f8da1ff.system",[[1,"mds-price-table-list",{"hasItems":[32]}]]],["p-ab92eac9.system",[[1,"mds-price-table-list-item",{"supported":[516],"typography":[513]}]]],["p-d5748fe8.system",[[1,"mds-quote",{"typography":[1],"tag":[1]}]]],["p-ee7ccede.system",[[1,"mds-toast",{"duration":[1538],"visible":[1540],"variant":[513],"tone":[513],"position":[1537]},null,{"visible":["visibleChanged"],"duration":["durationChanged"]}]]],["p-d95c9d2e.system",[[1,"mds-accordion",{"multiple":[4],"closable":[4]},[[0,"mdsAccordionItemSelect","selectedEventHandler"],[0,"mdsAccordionItemUnselect","unselectedEventHandler"]]]]],["p-09aaa62b.system",[[1,"mds-accordion-timer",{"duration":[514],"paused":[516],"time":[32]},[[0,"mdsAccordionTimerItemClickSelect","onClickSelect"],[0,"mdsAccordionTimerItemSelect","onSelect"],[0,"mdsAccordionTimerItemMouseEnterSelect","onMouseEnterSelect"],[0,"mdsAccordionTimerItemMouseLeaveSelect","onMouseLeaveSelect"]],{"paused":["handlePaused"]}]]],["p-30648e76.system",[[1,"mds-author"]]],["p-60342fa8.system",[[1,"mds-button-group"]]],["p-0e2b6dd3.system",[[1,"mds-card",{"autoGrid":[516,"auto-grid"],"layout":[32]}]]],["p-03cadeb4.system",[[1,"mds-card-content"]]],["p-a786264e.system",[[1,"mds-card-footer"]]],["p-ddd59ddb.system",[[1,"mds-card-header"]]],["p-61e3603c.system",[[1,"mds-card-media"]]],["p-3c2df04e.system",[[1,"mds-details",{"opened":[1540],"isOpened":[32],"hasIcon":[32]},null,{"opened":["validateOpened"]}]]],["p-d738a403.system",[[1,"mds-emoji",{"name":[513],"agree":[64],"disagree":[64],"startThinking":[64],"stopThinking":[64],"startBlinking":[64],"stopBlinking":[64],"stopFollowMouse":[64],"startFollowMouse":[64]}]]],["p-2de8157b.system",[[1,"mds-hr"]]],["p-485f2998.system",[[1,"mds-kpi"]]],["p-37e99a14.system",[[1,"mds-list"]]],["p-3fdfd147.system",[[1,"mds-price-table"]]],["p-4f808966.system",[[1,"mds-price-table-features-row",{"cellPercWidth":[32]}]]],["p-43f16b11.system",[[1,"mds-price-table-header"]]],["p-66830f00.system",[[1,"mds-stepper-bar",{"itemsDone":[2,"items-done"],"navigation":[513],"currentItem":[32]},[[0,"mdsStepperBarItemDone","changeEventHandler"]],{"itemsDone":["itemDone"]}]]],["p-b1a9ea15.system",[[1,"mds-tab-bar",null,[[0,"mdsTabBarItemSelect","changeEventHandler"]]]]],["p-0a274718.system",[[1,"mds-table",{"interactive":[4],"selectable":[4],"selection":[1540],"selectedRows":[32],"updateSelection":[64],"selectAll":[64]},null,{"interactive":["onTableInteractive"],"selectable":["onTableSelectable"]}]]],["p-7f71e011.system",[[1,"mds-table-body",{"interactive":[516],"selection":[516]}]]],["p-1aa6b055.system",[[1,"mds-table-footer"]]],["p-c7d99ad5.system",[[1,"mds-tree",{"appearance":[513],"async":[516],"label":[1],"toggle":[513],"togglePosition":[513,"toggle-position"],"expanded":[1540],"truncate":[513],"actions":[513]},null,{"expanded":["handleExpandedChange"],"toggle":["handleToggleChange"],"truncate":["handleTruncateChange"]}]]],["p-dc17f8bb.system",[[1,"mds-video-wall",{"autoplay":[4],"loop":[4],"muted":[4],"noise":[1],"poster":[1],"preload":[1],"src":[1]}]]],["p-fb829b57.system",[[1,"mds-zero"]]],["p-7262712f.system",[[1,"mds-text",{"animation":[1],"tag":[1537],"text":[513],"truncate":[513],"typography":[513],"variant":[513]},null,{"text":["textHandler"]}]]],["p-755dff75.system",[[1,"mds-avatar-stack-item",{"count":[514],"initials":[1537],"src":[513],"tone":[513],"variant":[513]}]]],["p-1a8d42d1.system",[[1,"mds-file-preview",{"deletable":[516],"downloadable":[516],"description":[513],"filename":[513],"filesize":[513],"message":[513],"truncate":[513],"src":[513],"suffix":[513],"icon":[513],"variant":[513],"format":[1537],"language":[32],"updateLang":[64]},null,{"filename":["handleFilename"],"downloadable":["handleDownloadable"]}]]],["p-de0de4bc.system",[[1,"mds-input-tip-item",{"variant":[513],"expanded":[1540],"language":[32],"updateLang":[64]},null,{"expanded":["handleEcpandedChanged"]}],[1,"mds-input-tip",{"active":[516],"position":[513]}]]],["p-409c9518.system",[[65,"mds-input",{"autocomplete":[513],"autofocus":[516],"await":[516],"controlsLayout":[513,"controls-layout"],"controlsIcon":[513,"controls-icon"],"controlIncreaseLabel":[513,"control-increase-label"],"controlDecreaseLabel":[513,"control-decrease-label"],"datalist":[16],"disabled":[516],"icon":[1537],"max":[520],"maxlength":[1538],"mic":[516],"min":[520],"minlength":[514],"name":[513],"pattern":[513],"placeholder":[513],"readonly":[516],"required":[516],"variant":[1537],"tip":[513],"step":[513],"type":[513],"typography":[513],"value":[1537],"hasFocus":[32],"language":[32],"isRecording":[32],"currentLengthLabel":[32],"countVariant":[32],"isPasswordVisible":[32],"updateLang":[64],"addValidator":[64],"removeValidator":[64],"hasValidator":[64],"getErrors":[64],"setFocus":[64],"getInputElement":[64]},null,{"value":["valueChanged"],"variant":["variantChanged"],"maxlength":["maxLengthChanged"],"disabled":["disabledChanged"]}]]],["p-fad25aaf.system",[[1,"mds-table-header-cell",{"sortable":[516],"label":[513],"direction":[1537],"isAscending":[32]},null,{"sortable":["sortableHandler"],"direction":["directionHandler"]}]]],["p-5eca660e.system",[[1,"mds-filter-item",{"selected":[1540],"label":[513],"icon":[513],"value":[513],"count":[513],"disabled":[516]}]]],["p-5fbb8576.system",[[1,"mds-paginator-item",{"icon":[513],"selected":[516],"disabled":[516]}]]],["p-35025ff8.system",[[1,"mds-separator"]]],["p-2f99811b.system",[[1,"mds-modal",{"opened":[1540],"backdrop":[1540],"position":[1537],"animating":[1537],"animation":[513],"overflow":[513],"interaction":[513],"close":[64]},null,{"opened":["handleOpenProp"],"backdrop":["handleBackdropProp"]}]]],["p-66e30ce8.system",[[1,"mds-tooltip",{"arrow":[4],"arrowPadding":[2,"arrow-padding"],"autoPlacement":[516,"auto-placement"],"flip":[4],"target":[513],"offset":[2],"placement":[513],"typography":[1],"shift":[4],"shiftPadding":[2,"shift-padding"],"strategy":[513],"visible":[1540]},null,{"arrow":["arrowChanged"],"autoPlacement":["autoPlacementChanged"],"flip":["flipChanged"],"offset":["offsetChanged"],"placement":["placementChanged"],"shift":["shiftChanged"],"shiftPadding":["shiftPaddingChanged"],"strategy":["strategyChanged"],"visible":["visibleChanged"],"target":["targetChanged"]}]]],["p-50b07c72.system",[[65,"mds-button",{"autoFocus":[4,"auto-focus"],"hasText":[1540,"has-text"],"icon":[1537],"iconPosition":[1,"icon-position"],"type":[513],"variant":[513],"tone":[513],"size":[513],"active":[1540],"disabled":[1540],"await":[1540],"href":[513],"target":[1],"truncate":[513]},null,{"disabled":["disabledChanged"],"await":["awaitChanged","handleAwaitChange"],"type":["handleTypeChange"],"variant":["handleVariantChange"]}],[1,"mds-spinner",{"running":[1540]},null,{"running":["handleRunning"]}],[1,"mds-icon",{"name":[513],"svgHTML":[32],"_iconHref":[32],"setSvgPath":[64]},null,{"name":["updateIcon"]}]]],["p-e9ade624.system",[[1,"mds-banner",{"variant":[513],"tone":[513],"cockade":[516],"deletable":[4],"headline":[1],"icon":[1],"language":[32],"updateLang":[64]}],[1,"mds-chip",{"clickable":[1540],"deletable":[4],"disabled":[4],"icon":[1],"label":[513],"selected":[1540],"selectable":[516],"variant":[513],"tone":[513],"language":[32],"updateLang":[64]},null,{"selectable":["handleSelectableProp"],"clickable":["handleClickableProp"],"selected":["handleSelectedProp"]}],[1,"mds-help",{"icon":[1],"autoPlacement":[516,"auto-placement"],"placement":[513]}]]],["p-237d60e2.system",[[1,"mds-avatar",{"icon":[513],"initials":[1537],"count":[1538],"src":[513],"tone":[513],"variant":[1537],"fallback":[32],"loaded":[32]},null,{"initials":["initialsHandler"],"count":["countHandler"],"src":["srcHandler"],"icon":["iconHandler"]}]]],["p-2a20973e.system",[[65,"mds-input-switch",{"autofocus":[516],"checked":[1540],"disabled":[1540],"explicit":[516],"icon":[513],"indeterminate":[1540],"name":[513],"size":[513],"type":[513],"typography":[513],"variant":[513],"value":[1537],"dirty":[32],"hasText":[32],"language":[32],"updateLang":[64]},null,{"disabled":["disabledChanged"],"checked":["checkedChanged"],"explicit":["explicitChanged"]}],[1,"mds-table-cell",{"value":[520]}]]],["p-ead9e4c4.system",[[1,"mds-calendar",{"rangePicker":[4,"range-picker"],"startDate":[513,"start-date"],"endDate":[513,"end-date"],"min":[513],"max":[513],"hasPreselection":[32],"currentDate":[32],"weekDaysinMonth":[32],"weekdays":[32],"startDateIdentifier":[32],"endDateIdentifier":[32],"isFirstClick":[32],"currentView":[32],"selectedYear":[32],"language":[32],"internalStartDate":[32],"internalEndDate":[32],"updateLang":[64],"updateCurrentDate":[64]},null,{"startDate":["handleStartDate"],"endDate":["handleEndDate"]}],[1,"mds-calendar-cell",{"month":[513],"date":[513],"orientation":[513],"preview":[516],"selection":[513],"disabled":[516],"today":[516]}]]],["p-e8626e7a.system",[[1,"mds-badge",{"variant":[513],"tone":[513],"typography":[1],"typographyVariant":[1,"typography-variant"]}]]],["p-6e680417.system",[[1,"mds-dropdown",{"arrow":[516],"arrowPadding":[2,"arrow-padding"],"autoPlacement":[4,"auto-placement"],"backdrop":[516],"flip":[4],"interaction":[513],"target":[1],"offset":[2],"placement":[1],"shift":[4],"shiftPadding":[2,"shift-padding"],"smooth":[4],"strategy":[1],"visible":[1540],"zIndex":[2,"z-index"]},null,{"arrow":["arrowChanged"],"arrowPadding":["arrowPaddingChanged"],"autoPlacement":["autoPlacementChanged"],"backdrop":["backdropChanged"],"flip":["flipChanged"],"offset":["offsetChanged"],"placement":["placementChanged"],"shift":["shiftChanged"],"shiftPadding":["shiftPaddingChanged"],"strategy":["strategyChanged"],"target":["targetChanged"],"visible":["visibleChanged"]}]]],["p-919eda72.system",[[1,"mds-img",{"alt":[1537],"crossorigin":[1],"height":[1],"loading":[1],"referrerpolicy":[1],"sizes":[1],"src":[1],"srcset":[1],"srcsetConsumption":[1,"srcset-consumption"],"width":[1],"imageConsumptionLoaded":[32],"imageError":[32],"language":[32],"updateLang":[64]},null,{"srcsetConsumption":["srcsetConsumptionHandler"],"src":["srcHandler"]}]]],["p-597922cc.system",[[1,"mds-progress",{"progress":[2],"direction":[513],"variant":[513],"typography":[1],"steps":[1],"currentStep":[32]},null,{"progress":["progressChanged"],"steps":["stepsChanged"]}],[1,"mds-radial-progress",{"progress":[2],"typography":[513],"variant":[513],"animatedProgress":[32]},null,{"progress":["onProgressChange"]}]]],["p-9a7bd573.system",[[1,"mds-tab-item",{"await":[516],"selected":[1540],"disabled":[1540],"icon":[1],"iconPosition":[1,"icon-position"],"type":[1],"size":[513],"value":[513],"href":[513],"isSelected":[32],"hasText":[32]},null,{"selected":["validateActive"]}],[1,"mds-tab",{"direction":[1537],"scrollbar":[1540],"animation":[513],"fill":[1540],"overflow":[1540],"size":[1537],"sliderWidth":[32],"sliderHeight":[32],"sliderOffsetX":[32],"sliderOffsetY":[32],"overflowLeft":[32],"overflowRight":[32]},[[0,"mdsTabItemSelect","changeEventHandler"],[0,"mdsTabItemFocus","focusEventHandler"]],{"animation":["handleAnimationChange"],"scrollbar":["handleScrollbarChange"],"fill":["handleFillChange"],"overflow":["handleOverflowChange"],"size":["handleSizeChange"]}]]]]'),a)]}}))}))}))}}}));
1
+ var __awaiter=this&&this.__awaiter||function(e,a,t,n){function s(e){return e instanceof t?e:new t((function(a){a(e)}))}return new(t||(t=Promise))((function(t,d){function i(e){try{r(n.next(e))}catch(e){d(e)}}function l(e){try{r(n["throw"](e))}catch(e){d(e)}}function r(e){e.done?t(e.value):s(e.value).then(i,l)}r((n=n.apply(e,a||[])).next())}))};var __generator=this&&this.__generator||function(e,a){var t={label:0,sent:function(){if(d[0]&1)throw d[1];return d[1]},trys:[],ops:[]},n,s,d,i;return i={next:l(0),throw:l(1),return:l(2)},typeof Symbol==="function"&&(i[Symbol.iterator]=function(){return this}),i;function l(e){return function(a){return r([e,a])}}function r(l){if(n)throw new TypeError("Generator is already executing.");while(i&&(i=0,l[0]&&(t=0)),t)try{if(n=1,s&&(d=l[0]&2?s["return"]:l[0]?s["throw"]||((d=s["return"])&&d.call(s),0):s.next)&&!(d=d.call(s,l[1])).done)return d;if(s=0,d)l=[l[0]&2,d.value];switch(l[0]){case 0:case 1:d=l;break;case 4:t.label++;return{value:l[1],done:false};case 5:t.label++;s=l[1];l=[0];continue;case 7:l=t.ops.pop();t.trys.pop();continue;default:if(!(d=t.trys,d=d.length>0&&d[d.length-1])&&(l[0]===6||l[0]===2)){t=0;continue}if(l[0]===3&&(!d||l[1]>d[0]&&l[1]<d[3])){t.label=l[1];break}if(l[0]===6&&t.label<d[1]){t.label=d[1];d=l;break}if(d&&t.label<d[2]){t.label=d[2];t.ops.push(l);break}if(d[2])t.ops.pop();t.trys.pop();continue}l=a.call(e,t)}catch(e){l=[6,e];s=0}finally{n=d=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:true}}};System.register(["./p-2aef517c.system.js","./p-56ba5cbf.system.js"],(function(e,a){"use strict";var t,n,s;return{setters:[function(a){t=a.p;n=a.b;e("setNonce",a.s)},function(e){s=e.g}],execute:function(){var e=this;var d=function(){var e=a.meta.url;var n={};if(e!==""){n.resourcesUrl=new URL(".",e).href}return t(n)};d().then((function(a){return __awaiter(e,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:return[4,s()];case 1:e.sent();return[2,n(JSON.parse('[["p-61132a04.system",[[65,"mds-input-upload",{"accept":[513],"maxFileSize":[514,"max-file-size"],"maxFiles":[514,"max-files"],"sort":[513],"initialValue":[16],"language":[32],"actionTitle":[32],"files":[32],"progress":[32],"animateText":[32],"updateLang":[64],"getFiles":[64],"getFilesError":[64],"reset":[64]},null,{"initialValue":["updateInitialValue"],"maxFiles":["updateActionTitle"]}]]],["p-a776c78c.system",[[65,"mds-input-date",{"value":[513],"name":[513],"variant":[1537],"min":[1537],"max":[1537],"delay":[514],"disabled":[516],"readonly":[516],"required":[516],"empty":[32],"isValid":[32],"language":[32],"touched":[32],"calendarKey":[32],"dropdownRef":[32],"hasFocus":[32],"updateLang":[64],"focusInput":[64],"setValue":[64],"getErrors":[64]},null,{"value":["handleValue"]}]]],["p-39711ac2.system",[[1,"mds-policy-ai",{"headline":[513],"description":[513],"variant":[513],"href":[513],"language":[32],"updateLang":[64]}]]],["p-7359e097.system",[[1,"mds-avatar-stack",{"size":[513],"total":[514]}]]],["p-09cbad84.system",[[65,"mds-input-date-range",{"startDate":[513,"start-date"],"endDate":[513,"end-date"],"min":[513],"max":[513],"delay":[514],"dualCalendar":[516,"dual-calendar"],"name":[513],"calendarKey":[32],"internalStartDate":[32],"internalEndDate":[32],"visibleCalendarDate":[32],"dropdownRef":[32],"hasPreselection":[32],"language":[32],"updateLang":[64],"preselect":[64]},null,{"startDate":["handleStartDateChange"],"endDate":["handleEndDateChange"]}]]],["p-dbae0ec8.system",[[65,"mds-input-otp",{"length":[2],"autosubmit":[516],"value":[1537]}]]],["p-4c27483c.system",[[1,"mds-pref-language",{"size":[513],"set":[1537],"showDropdown":[32],"language":[32],"updateLang":[64]}]]],["p-405d78fa.system",[[1,"mds-table-header",{"selectable":[4],"selectAll":[32],"hasActions":[32],"indeterminate":[32],"hasSelection":[32],"language":[32],"updateLang":[64],"setSelection":[64]}]]],["p-f250731c.system",[[1,"mds-entity",{"await":[516],"icon":[513],"src":[513],"initials":[513],"tone":[513],"variant":[513]}]]],["p-93fb8e40.system",[[1,"mds-pref-animation",{"size":[513],"mode":[1537],"language":[32],"updateLang":[64]},null,{"mode":["modeChanged"]}]]],["p-333510bb.system",[[1,"mds-pref-consumption",{"size":[513],"mode":[1537],"language":[32],"updateLang":[64]},null,{"mode":["modeChanged"]}]]],["p-c7066d31.system",[[1,"mds-pref-contrast",{"size":[513],"mode":[1537],"language":[32],"updateLang":[64]},null,{"mode":["modeChanged"]}]]],["p-7c7ecbe0.system",[[1,"mds-pref-theme",{"size":[513],"mode":[1537],"transition":[1537],"language":[32],"disabled":[32],"updateLang":[64]},null,{"mode":["modeChanged"]}]]],["p-2598109a.system",[[1,"mds-push-notification-item",{"datetime":[1537],"dateFormat":[513,"date-format"],"deletable":[1540],"icon":[513],"initials":[1537],"message":[513],"preview":[513],"src":[513],"subject":[513],"tone":[513],"variant":[513],"language":[32],"updateLang":[64]},null,{"deletable":["handleDeletableChange"]}]]],["p-3b267a52.system",[[1,"mds-button-dropdown",{"label":[1],"autoFocus":[4,"auto-focus"],"icon":[1537],"type":[513],"variant":[513],"tone":[513],"size":[513],"active":[1540],"disabled":[1540],"await":[1540],"href":[513],"target":[1],"truncate":[513]}]]],["p-d98a34dc.system",[[1,"mds-header",{"appearance":[1537],"appearanceSet":[513,"appearance-set"],"autoHide":[514,"auto-hide"],"backdrop":[516],"menu":[513],"nav":[513],"threshold":[514],"visibility":[1537],"hasMenu":[32],"isOpened":[32],"setOpened":[64]},null,{"menu":["onMenuChangedHandler"],"nav":["onNavChangedHandler"],"appearanceSet":["onAppearanceSetChangedHandler"],"visibility":["handleVisibilityChange"]}]]],["p-6d7afc48.system",[[1,"mds-keyboard",{"test":[1537],"try":[516],"language":[32],"testPassed":[32],"updateLang":[64]},null,{"try":["handleTryProperty"]}]]],["p-71988372.system",[[1,"mds-radial-menu-item",{"tooltip":[513],"icon":[1537],"tone":[513],"variant":[513],"size":[513]}]]],["p-5089fade.system",[[1,"mds-status-bar",{"description":[513],"overflow":[513],"position":[513],"visible":[1540],"hide":[64]},null,{"visible":["handleVisbilityProp"]}]]],["p-996ba484.system",[[1,"mds-stepper-bar-item",{"label":[1],"step":[4],"badge":[1540],"icon":[1],"iconChecked":[1,"icon-checked"],"done":[516],"current":[1540],"value":[513],"typography":[1],"isDone":[32],"isCurrent":[32],"index":[32],"language":[32],"updateLang":[64]},null,{"done":["selectedHandler"],"current":["currentHandler"]}]]],["p-80518658.system",[[1,"mds-breadcrumb",{"back":[4],"language":[32],"updateLang":[64]},[[0,"mdsBreadcrumbItemSelect","activedEventHandler"]]]]],["p-191e79c8.system",[[1,"mds-header-bar",{"menu":[513],"nav":[513],"isOpened":[32],"setOpened":[64]}]]],["p-d99f38a7.system",[[1,"mds-horizontal-scroll",{"controls":[1537],"navigation":[513],"snap":[513],"hasCompatibility":[32],"showForward":[32],"showBack":[32]},null,{"navigation":["watchNavigation"]}]]],["p-93b98e61.system",[[1,"mds-input-date-range-preselection",{"selected":[1540],"start":[513],"end":[513]}]]],["p-07d9296f.system",[[1,"mds-label",{"labelAction":[1,"label-action"],"variant":[513],"tone":[513],"truncate":[513],"typography":[1],"deletable":[4],"language":[32],"updateLang":[64]}]]],["p-5f7ab726.system",[[1,"mds-note",{"deletable":[4],"variant":[513],"language":[32],"updateLang":[64]}]]],["p-b139bc15.system",[[1,"mds-pref-language-item",{"code":[513],"selected":[516],"language":[32],"updateLang":[64]}]]],["p-cf3bab0a.system",[[1,"mds-push-notification",{"visible":[1540],"behavior":[1],"show":[64],"hide":[64],"removeNotification":[64]},null,{"visible":["visibleChanged"]}]]],["p-8779f042.system",[[1,"mds-radial-menu",{"angleStart":[514,"angle-start"],"angleEnd":[514,"angle-end"],"radius":[514],"direction":[513],"opened":[1540],"disc":[1540],"backdrop":[516],"interaction":[513],"icon":[1537],"variant":[513],"tone":[513],"size":[513]},null,{"disc":["onDiscChanged"],"backdrop":["backdropChanged"],"interaction":["onInteractionChange"],"angleStart":["onAngleStartChange"],"angleEnd":["onAngleEndChange"],"radius":["onRadiusChange"],"size":["onSizeChange"],"opened":["onOpenedChange"]}]]],["p-c0472e82.system",[[1,"mds-table-row",{"interactive":[516],"overlayActions":[516,"overlay-actions"],"selectable":[516],"selected":[1540],"value":[520],"sizerWidth":[32],"language":[32],"updateLang":[64]}]]],["p-b19dfe4f.system",[[1,"mds-tree-item",{"actions":[513],"async":[516],"depth":[514],"label":[1],"toggle":[513],"expanded":[1540],"truncate":[513],"icon":[1],"hasActions":[32],"hasChildren":[32],"currentToggleIcon":[32],"await":[32],"language":[32],"updateLang":[64],"expand":[64]},null,{"toggle":["handleIconChange"],"expanded":["handleExpandedChange"]}]]],["p-838d3f0c.system",[[1,"mds-url-view",{"icon":[513],"label":[513],"src":[513],"loading":[513],"language":[32],"updateLang":[64]}]]],["p-b7aae63a.system",[[1,"mds-accordion-timer-item",{"typography":[1],"selected":[516],"description":[1],"duration":[514],"progress":[2],"uuid":[2]},null,{"selected":["handleSelected"]}]]],["p-ef488f9f.system",[[1,"mds-benchmark-bar",{"alias":[1],"typography":[1],"value":[2],"variant":[513]}]]],["p-f349e728.system",[[1,"mds-file",{"suffix":[513],"description":[1],"filename":[1],"preview":[1],"showDownloadedIcon":[4,"show-downloaded-icon"],"format":[1537],"language":[32],"wasDownloaded":[32],"updateLang":[64]},null,{"filename":["handleFilename"]}]]],["p-f584c1d7.system",[[1,"mds-filter",{"autoReset":[516,"auto-reset"],"label":[1],"multiple":[516],"reset":[516],"active":[32],"itemsSelected":[32]},[[0,"mdsFilterItemSelect","activeEventHandler"]]]]],["p-41d028c8.system",[[65,"mds-input-select",{"autocomplete":[513],"autoFocus":[516,"auto-focus"],"placeholder":[513],"name":[513],"disabled":[516],"required":[516],"multiple":[516],"size":[514],"value":[520],"defaultValue":[520,"default-value"],"variant":[513],"hasFocus":[32],"language":[32],"updateLang":[64],"setValue":[64]},null,{"value":["valueChanged"],"disabled":["disabledChanged"],"placeholder":["placeholderChanged"]}]]],["p-1e686661.system",[[1,"mds-paginator",{"pages":[2],"currentPage":[1538,"current-page"]}]]],["p-f033a113.system",[[1,"mds-keyboard-key",{"name":[513],"pressed":[516],"language":[32],"updateLang":[64]}]]],["p-a89ad0f9.system",[[1,"mds-kpi-item",{"label":[1],"description":[1],"threshold":[2],"icon":[1],"isIntersecting":[32]}]]],["p-d389299e.system",[[1,"mds-list-item",{"typography":[513],"variant":[1],"icon":[1]}]]],["p-4f4a9d42.system",[[1,"mds-mention",{"icon":[513],"label":[513],"size":[513]}]]],["p-5014f1fb.system",[[1,"mds-tab-bar-item",{"icon":[1],"selected":[1540],"typography":[1],"isSelected":[32]},null,{"selected":["validateSelected"]}]]],["p-02c36d05.system",[[1,"mds-usage",{"variant":[1],"alias":[1],"language":[32],"updateLang":[64]}]]],["p-1f52a479.system",[[1,"mds-accordion-item",{"typography":[1],"selected":[1540],"label":[1]}]]],["p-39d9f24d.system",[[1,"mds-bibliography",{"format":[1],"author":[1],"name":[1],"publisher":[1],"date":[1],"location":[1],"rel":[1],"typography":[1],"variant":[1],"url":[1]}]]],["p-be5a7e23.system",[[1,"mds-breadcrumb-item",{"selected":[1540]}]]],["p-cdd973d2.system",[[65,"mds-input-field",{"label":[1025],"message":[1025],"variant":[1537]}]]],["p-88a0f02c.system",[[65,"mds-input-range",{"formatValue":[16],"name":[513],"max":[2],"min":[2],"step":[2],"disabled":[1540],"value":[1538],"progress":[32]},null,{"disabled":["disabledChanged"],"value":["valueChanged"],"min":["minChanged"],"max":["maxChanged"],"step":["stepChanged"]}]]],["p-80747c33.system",[[1,"mds-notification",{"target":[1],"value":[1538],"visible":[1540],"strategy":[1537],"max":[514]},null,{"strategy":["strategyHandler"]}]]],["p-cd40a2ca.system",[[1,"mds-pref",{"size":[513],"controller":[1540],"showReload":[32],"language":[32],"updateLang":[64]},null,{"controller":["handleControllerChange"],"size":["handleSizeChange"]}]]],["p-db5d1973.system",[[1,"mds-price-table-features",{"label":[1]}]]],["p-7c463896.system",[[1,"mds-price-table-features-cell",{"type":[513]}]]],["p-1f8da1ff.system",[[1,"mds-price-table-list",{"hasItems":[32]}]]],["p-ab92eac9.system",[[1,"mds-price-table-list-item",{"supported":[516],"typography":[513]}]]],["p-d5748fe8.system",[[1,"mds-quote",{"typography":[1],"tag":[1]}]]],["p-ee7ccede.system",[[1,"mds-toast",{"duration":[1538],"visible":[1540],"variant":[513],"tone":[513],"position":[1537]},null,{"visible":["visibleChanged"],"duration":["durationChanged"]}]]],["p-2d947462.system",[[1,"mds-accordion",{"multiple":[4],"closable":[4]},[[0,"mdsAccordionItemSelect","selectedEventHandler"],[0,"mdsAccordionItemUnselect","unselectedEventHandler"]]]]],["p-855f1617.system",[[1,"mds-accordion-timer",{"duration":[514],"paused":[516],"time":[32]},[[0,"mdsAccordionTimerItemClickSelect","onClickSelect"],[0,"mdsAccordionTimerItemSelect","onSelect"],[0,"mdsAccordionTimerItemMouseEnterSelect","onMouseEnterSelect"],[0,"mdsAccordionTimerItemMouseLeaveSelect","onMouseLeaveSelect"]],{"paused":["handlePaused"]}]]],["p-1cd6c3fe.system",[[1,"mds-author"]]],["p-8bc52935.system",[[1,"mds-button-group"]]],["p-5359bf5e.system",[[1,"mds-card",{"autoGrid":[516,"auto-grid"],"layout":[32]}]]],["p-b7b0f420.system",[[1,"mds-card-content"]]],["p-e32a0ec8.system",[[1,"mds-card-footer"]]],["p-9d86dd4c.system",[[1,"mds-card-header"]]],["p-c3304189.system",[[1,"mds-card-media"]]],["p-dd7b9422.system",[[1,"mds-details",{"opened":[1540],"isOpened":[32],"hasIcon":[32]},null,{"opened":["validateOpened"]}]]],["p-5edd2f30.system",[[1,"mds-emoji",{"name":[513],"agree":[64],"disagree":[64],"startThinking":[64],"stopThinking":[64],"startBlinking":[64],"stopBlinking":[64],"stopFollowMouse":[64],"startFollowMouse":[64]}]]],["p-432be440.system",[[1,"mds-hr"]]],["p-485f2998.system",[[1,"mds-kpi"]]],["p-37e99a14.system",[[1,"mds-list"]]],["p-3fdfd147.system",[[1,"mds-price-table"]]],["p-4f808966.system",[[1,"mds-price-table-features-row",{"cellPercWidth":[32]}]]],["p-43f16b11.system",[[1,"mds-price-table-header"]]],["p-66830f00.system",[[1,"mds-stepper-bar",{"itemsDone":[2,"items-done"],"navigation":[513],"currentItem":[32]},[[0,"mdsStepperBarItemDone","changeEventHandler"]],{"itemsDone":["itemDone"]}]]],["p-b1a9ea15.system",[[1,"mds-tab-bar",null,[[0,"mdsTabBarItemSelect","changeEventHandler"]]]]],["p-0a274718.system",[[1,"mds-table",{"interactive":[4],"selectable":[4],"selection":[1540],"selectedRows":[32],"updateSelection":[64],"selectAll":[64]},null,{"interactive":["onTableInteractive"],"selectable":["onTableSelectable"]}]]],["p-7f71e011.system",[[1,"mds-table-body",{"interactive":[516],"selection":[516]}]]],["p-1aa6b055.system",[[1,"mds-table-footer"]]],["p-c7d99ad5.system",[[1,"mds-tree",{"appearance":[513],"async":[516],"label":[1],"toggle":[513],"togglePosition":[513,"toggle-position"],"expanded":[1540],"truncate":[513],"actions":[513]},null,{"expanded":["handleExpandedChange"],"toggle":["handleToggleChange"],"truncate":["handleTruncateChange"]}]]],["p-dc17f8bb.system",[[1,"mds-video-wall",{"autoplay":[4],"loop":[4],"muted":[4],"noise":[1],"poster":[1],"preload":[1],"src":[1]}]]],["p-fb829b57.system",[[1,"mds-zero"]]],["p-7262712f.system",[[1,"mds-text",{"animation":[1],"tag":[1537],"text":[513],"truncate":[513],"typography":[513],"variant":[513]},null,{"text":["textHandler"]}]]],["p-9b7e1f4b.system",[[1,"mds-avatar-stack-item",{"count":[514],"initials":[1537],"src":[513],"tone":[513],"variant":[513]}]]],["p-1c37f4ce.system",[[1,"mds-file-preview",{"deletable":[516],"downloadable":[516],"description":[513],"filename":[513],"filesize":[513],"message":[513],"truncate":[513],"src":[513],"suffix":[513],"icon":[513],"variant":[513],"format":[1537],"language":[32],"updateLang":[64]},null,{"filename":["handleFilename"],"downloadable":["handleDownloadable"]}]]],["p-de0de4bc.system",[[1,"mds-input-tip-item",{"variant":[513],"expanded":[1540],"language":[32],"updateLang":[64]},null,{"expanded":["handleEcpandedChanged"]}],[1,"mds-input-tip",{"active":[516],"position":[513]}]]],["p-7244ca7a.system",[[65,"mds-input",{"autocomplete":[513],"autofocus":[516],"await":[516],"controlsLayout":[513,"controls-layout"],"controlsIcon":[513,"controls-icon"],"controlIncreaseLabel":[513,"control-increase-label"],"controlDecreaseLabel":[513,"control-decrease-label"],"datalist":[16],"disabled":[516],"icon":[1537],"max":[520],"maxlength":[1538],"mic":[516],"min":[520],"minlength":[514],"name":[513],"pattern":[513],"placeholder":[513],"readonly":[516],"required":[516],"variant":[1537],"tip":[513],"step":[513],"type":[513],"typography":[513],"value":[1537],"hasFocus":[32],"language":[32],"isRecording":[32],"currentLengthLabel":[32],"countVariant":[32],"isPasswordVisible":[32],"updateLang":[64],"addValidator":[64],"removeValidator":[64],"hasValidator":[64],"getErrors":[64],"setFocus":[64],"getInputElement":[64]},null,{"value":["valueChanged"],"variant":["variantChanged"],"maxlength":["maxLengthChanged"],"disabled":["disabledChanged"]}]]],["p-fad25aaf.system",[[1,"mds-table-header-cell",{"sortable":[516],"label":[513],"direction":[1537],"isAscending":[32]},null,{"sortable":["sortableHandler"],"direction":["directionHandler"]}]]],["p-43a2f192.system",[[1,"mds-filter-item",{"selected":[1540],"label":[513],"icon":[513],"value":[513],"count":[513],"disabled":[516]}]]],["p-5fbb8576.system",[[1,"mds-paginator-item",{"icon":[513],"selected":[516],"disabled":[516]}]]],["p-35025ff8.system",[[1,"mds-separator"]]],["p-2f99811b.system",[[1,"mds-modal",{"opened":[1540],"backdrop":[1540],"position":[1537],"animating":[1537],"animation":[513],"overflow":[513],"interaction":[513],"close":[64]},null,{"opened":["handleOpenProp"],"backdrop":["handleBackdropProp"]}]]],["p-66e30ce8.system",[[1,"mds-tooltip",{"arrow":[4],"arrowPadding":[2,"arrow-padding"],"autoPlacement":[516,"auto-placement"],"flip":[4],"target":[513],"offset":[2],"placement":[513],"typography":[1],"shift":[4],"shiftPadding":[2,"shift-padding"],"strategy":[513],"visible":[1540]},null,{"arrow":["arrowChanged"],"autoPlacement":["autoPlacementChanged"],"flip":["flipChanged"],"offset":["offsetChanged"],"placement":["placementChanged"],"shift":["shiftChanged"],"shiftPadding":["shiftPaddingChanged"],"strategy":["strategyChanged"],"visible":["visibleChanged"],"target":["targetChanged"]}]]],["p-ff8d8818.system",[[65,"mds-button",{"autoFocus":[4,"auto-focus"],"hasText":[1540,"has-text"],"icon":[1537],"iconPosition":[1,"icon-position"],"type":[513],"variant":[513],"tone":[513],"size":[513],"active":[1540],"disabled":[1540],"await":[1540],"href":[513],"target":[1],"truncate":[513]},null,{"disabled":["disabledChanged"],"await":["awaitChanged","handleAwaitChange"],"type":["handleTypeChange"],"variant":["handleVariantChange"]}],[1,"mds-spinner",{"running":[1540]},null,{"running":["handleRunning"]}],[1,"mds-icon",{"name":[513],"svgHTML":[32],"_iconHref":[32],"setSvgPath":[64]},null,{"name":["updateIcon"]}]]],["p-61c35e05.system",[[1,"mds-banner",{"variant":[513],"tone":[513],"cockade":[516],"deletable":[4],"headline":[1],"icon":[1],"language":[32],"updateLang":[64]}],[1,"mds-chip",{"clickable":[1540],"deletable":[4],"disabled":[4],"icon":[1],"label":[513],"selected":[1540],"selectable":[516],"variant":[513],"tone":[513],"language":[32],"updateLang":[64]},null,{"selectable":["handleSelectableProp"],"clickable":["handleClickableProp"],"selected":["handleSelectedProp"]}],[1,"mds-help",{"icon":[1],"autoPlacement":[516,"auto-placement"],"placement":[513]}]]],["p-2910fa0c.system",[[1,"mds-avatar",{"icon":[513],"initials":[1537],"count":[1538],"src":[513],"tone":[513],"variant":[1537],"fallback":[32],"loaded":[32]},null,{"initials":["initialsHandler"],"count":["countHandler"],"src":["srcHandler"],"icon":["iconHandler"]}]]],["p-2a20973e.system",[[65,"mds-input-switch",{"autofocus":[516],"checked":[1540],"disabled":[1540],"explicit":[516],"icon":[513],"indeterminate":[1540],"name":[513],"size":[513],"type":[513],"typography":[513],"variant":[513],"value":[1537],"dirty":[32],"hasText":[32],"language":[32],"updateLang":[64]},null,{"disabled":["disabledChanged"],"checked":["checkedChanged"],"explicit":["explicitChanged"]}],[1,"mds-table-cell",{"value":[520]}]]],["p-ca4ee5b5.system",[[1,"mds-calendar",{"rangePicker":[4,"range-picker"],"showPreviousButton":[4,"show-previous-button"],"showNextButton":[4,"show-next-button"],"disableMonthYearSelection":[4,"disable-month-year-selection"],"showPreselection":[4,"show-preselection"],"viewDate":[513,"view-date"],"hoverDate":[513,"hover-date"],"startDate":[513,"start-date"],"endDate":[513,"end-date"],"min":[513],"max":[513],"hasPreselection":[32],"currentDate":[32],"weekDaysinMonth":[32],"weekdays":[32],"startDateIdentifier":[32],"endDateIdentifier":[32],"isFirstClick":[32],"currentView":[32],"selectedYear":[32],"language":[32],"internalStartDate":[32],"internalEndDate":[32],"currentMonth":[32],"currentYear":[32],"updateLang":[64],"updateCurrentDate":[64]},null,{"startDate":["handleStartDate"],"endDate":["handleEndDate"],"viewDate":["handleViewDate"],"hoverDate":["handleHoverDate"]}],[1,"mds-calendar-cell",{"month":[513],"date":[513],"orientation":[513],"preview":[516],"selection":[513],"disabled":[516],"today":[516]}]]],["p-03b5bdae.system",[[1,"mds-badge",{"variant":[513],"tone":[513],"typography":[1],"typographyVariant":[1,"typography-variant"]}]]],["p-68a7d370.system",[[1,"mds-dropdown",{"arrow":[516],"arrowPadding":[2,"arrow-padding"],"autoPlacement":[4,"auto-placement"],"backdrop":[516],"flip":[4],"interaction":[513],"target":[1],"offset":[2],"placement":[1],"shift":[4],"shiftPadding":[2,"shift-padding"],"smooth":[4],"strategy":[1],"visible":[1540],"zIndex":[2,"z-index"]},null,{"arrow":["arrowChanged"],"arrowPadding":["arrowPaddingChanged"],"autoPlacement":["autoPlacementChanged"],"backdrop":["backdropChanged"],"flip":["flipChanged"],"offset":["offsetChanged"],"placement":["placementChanged"],"shift":["shiftChanged"],"shiftPadding":["shiftPaddingChanged"],"strategy":["strategyChanged"],"target":["targetChanged"],"visible":["visibleChanged"]}]]],["p-919eda72.system",[[1,"mds-img",{"alt":[1537],"crossorigin":[1],"height":[1],"loading":[1],"referrerpolicy":[1],"sizes":[1],"src":[1],"srcset":[1],"srcsetConsumption":[1,"srcset-consumption"],"width":[1],"imageConsumptionLoaded":[32],"imageError":[32],"language":[32],"updateLang":[64]},null,{"srcsetConsumption":["srcsetConsumptionHandler"],"src":["srcHandler"]}]]],["p-597922cc.system",[[1,"mds-progress",{"progress":[2],"direction":[513],"variant":[513],"typography":[1],"steps":[1],"currentStep":[32]},null,{"progress":["progressChanged"],"steps":["stepsChanged"]}],[1,"mds-radial-progress",{"progress":[2],"typography":[513],"variant":[513],"animatedProgress":[32]},null,{"progress":["onProgressChange"]}]]],["p-9a7bd573.system",[[1,"mds-tab-item",{"await":[516],"selected":[1540],"disabled":[1540],"icon":[1],"iconPosition":[1,"icon-position"],"type":[1],"size":[513],"value":[513],"href":[513],"isSelected":[32],"hasText":[32]},null,{"selected":["validateActive"]}],[1,"mds-tab",{"direction":[1537],"scrollbar":[1540],"animation":[513],"fill":[1540],"overflow":[1540],"size":[1537],"sliderWidth":[32],"sliderHeight":[32],"sliderOffsetX":[32],"sliderOffsetY":[32],"overflowLeft":[32],"overflowRight":[32]},[[0,"mdsTabItemSelect","changeEventHandler"],[0,"mdsTabItemFocus","focusEventHandler"]],{"animation":["handleAnimationChange"],"scrollbar":["handleScrollbarChange"],"fill":["handleFillChange"],"overflow":["handleOverflowChange"],"size":["handleSizeChange"]}]]]]'),a)]}}))}))}))}}}));