@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.
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/magma-components.cjs.js +1 -1
- package/dist/cjs/mds-accordion-item.cjs.entry.js +1 -1
- package/dist/cjs/mds-accordion-timer-item.cjs.entry.js +1 -1
- package/dist/cjs/mds-accordion-timer.cjs.entry.js +1 -1
- package/dist/cjs/mds-accordion.cjs.entry.js +1 -1
- package/dist/cjs/mds-author.cjs.entry.js +2 -2
- package/dist/cjs/mds-avatar-stack-item.cjs.entry.js +1 -1
- package/dist/cjs/mds-avatar-stack.cjs.entry.js +1 -1
- package/dist/cjs/mds-avatar.cjs.entry.js +1 -1
- package/dist/cjs/mds-badge.cjs.entry.js +1 -1
- package/dist/cjs/mds-banner_3.cjs.entry.js +6 -6
- package/dist/cjs/mds-benchmark-bar.cjs.entry.js +1 -1
- package/dist/cjs/mds-bibliography.cjs.entry.js +7 -7
- package/dist/cjs/mds-breadcrumb-item.cjs.entry.js +1 -1
- package/dist/cjs/mds-breadcrumb.cjs.entry.js +2 -2
- package/dist/cjs/mds-button-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/mds-button-group.cjs.entry.js +1 -1
- package/dist/cjs/mds-button_3.cjs.entry.js +2 -2
- package/dist/cjs/mds-calendar_2.cjs.entry.js +246 -128
- package/dist/cjs/mds-card-content.cjs.entry.js +1 -1
- package/dist/cjs/mds-card-footer.cjs.entry.js +1 -1
- package/dist/cjs/mds-card-header.cjs.entry.js +1 -1
- package/dist/cjs/mds-card-media.cjs.entry.js +1 -1
- package/dist/cjs/mds-card.cjs.entry.js +1 -1
- package/dist/cjs/mds-details.cjs.entry.js +1 -1
- package/dist/cjs/mds-dropdown.cjs.entry.js +2 -2
- package/dist/cjs/mds-emoji.cjs.entry.js +1 -1
- package/dist/cjs/mds-entity.cjs.entry.js +4 -4
- package/dist/cjs/mds-file-preview.cjs.entry.js +2 -2
- package/dist/cjs/mds-file.cjs.entry.js +3 -3
- package/dist/cjs/mds-filter-item.cjs.entry.js +1 -1
- package/dist/cjs/mds-filter.cjs.entry.js +1 -1
- package/dist/cjs/mds-header-bar.cjs.entry.js +3 -3
- package/dist/cjs/mds-header.cjs.entry.js +2 -2
- package/dist/cjs/mds-horizontal-scroll.cjs.entry.js +1 -1
- package/dist/cjs/mds-hr.cjs.entry.js +1 -1
- package/dist/cjs/mds-input-date-range.cjs.entry.js +197 -55
- package/dist/cjs/mds-input-date.cjs.entry.js +16 -10
- package/dist/cjs/mds-input.cjs.entry.js +9 -9
- package/dist/collection/components/mds-accordion/mds-accordion.js +1 -1
- package/dist/collection/components/mds-accordion-item/mds-accordion-item.js +1 -1
- package/dist/collection/components/mds-accordion-timer/mds-accordion-timer.js +1 -1
- package/dist/collection/components/mds-accordion-timer-item/mds-accordion-timer-item.js +1 -1
- package/dist/collection/components/mds-author/mds-author.js +2 -2
- package/dist/collection/components/mds-avatar/mds-avatar.js +1 -1
- package/dist/collection/components/mds-avatar-stack/mds-avatar-stack.js +1 -1
- package/dist/collection/components/mds-avatar-stack-item/mds-avatar-stack-item.js +1 -1
- package/dist/collection/components/mds-badge/mds-badge.js +1 -1
- package/dist/collection/components/mds-banner/mds-banner.js +2 -2
- package/dist/collection/components/mds-benchmark-bar/mds-benchmark-bar.js +1 -1
- package/dist/collection/components/mds-bibliography/mds-bibliography.js +7 -7
- package/dist/collection/components/mds-breadcrumb/mds-breadcrumb.js +2 -2
- package/dist/collection/components/mds-breadcrumb-item/mds-breadcrumb-item.js +1 -1
- package/dist/collection/components/mds-button/mds-button.js +1 -1
- package/dist/collection/components/mds-button-dropdown/mds-button-dropdown.js +1 -1
- package/dist/collection/components/mds-button-group/mds-button-group.js +1 -1
- package/dist/collection/components/mds-calendar/mds-calendar.css +50 -7
- package/dist/collection/components/mds-calendar/mds-calendar.js +413 -128
- package/dist/collection/components/mds-calendar-cell/mds-calendar-cell.js +1 -1
- package/dist/collection/components/mds-card/mds-card.js +1 -1
- package/dist/collection/components/mds-card-content/mds-card-content.js +1 -1
- package/dist/collection/components/mds-card-footer/mds-card-footer.js +1 -1
- package/dist/collection/components/mds-card-header/mds-card-header.js +1 -1
- package/dist/collection/components/mds-card-media/mds-card-media.js +1 -1
- package/dist/collection/components/mds-chip/mds-chip.js +3 -3
- package/dist/collection/components/mds-details/mds-details.js +1 -1
- package/dist/collection/components/mds-dropdown/mds-dropdown.js +2 -2
- package/dist/collection/components/mds-emoji/mds-emoji.js +1 -1
- package/dist/collection/components/mds-entity/mds-entity.js +4 -4
- package/dist/collection/components/mds-file/mds-file.js +3 -3
- package/dist/collection/components/mds-file-preview/mds-file-preview.js +2 -2
- package/dist/collection/components/mds-filter/mds-filter.js +1 -1
- package/dist/collection/components/mds-filter-item/mds-filter-item.js +1 -1
- package/dist/collection/components/mds-header/mds-header.js +2 -2
- package/dist/collection/components/mds-header-bar/mds-header-bar.js +3 -3
- package/dist/collection/components/mds-help/mds-help.js +1 -1
- package/dist/collection/components/mds-horizontal-scroll/mds-horizontal-scroll.js +1 -1
- package/dist/collection/components/mds-hr/mds-hr.js +1 -1
- package/dist/collection/components/mds-icon/mds-icon.js +1 -1
- package/dist/collection/components/mds-input/mds-input.js +9 -9
- package/dist/collection/components/mds-input-date/mds-input-date.js +19 -11
- package/dist/collection/components/mds-input-date-range/mds-input-date-range.css +33 -1
- package/dist/collection/components/mds-input-date-range/mds-input-date-range.js +220 -70
- package/dist/collection/components/mds-input-date-range/test/mds-input-date-range.stories.js +10 -0
- package/dist/collection/components/mds-keyboard-key/mds-keyboard-key.js +1 -1
- package/dist/components/mds-accordion-item.js +1 -1
- package/dist/components/mds-accordion-timer-item.js +1 -1
- package/dist/components/mds-accordion-timer.js +1 -1
- package/dist/components/mds-accordion.js +1 -1
- package/dist/components/mds-author.js +2 -2
- package/dist/components/mds-avatar-stack-item2.js +1 -1
- package/dist/components/mds-avatar-stack.js +1 -1
- package/dist/components/mds-avatar2.js +1 -1
- package/dist/components/mds-badge2.js +1 -1
- package/dist/components/mds-banner2.js +2 -2
- package/dist/components/mds-benchmark-bar.js +1 -1
- package/dist/components/mds-bibliography.js +7 -7
- package/dist/components/mds-breadcrumb-item.js +1 -1
- package/dist/components/mds-breadcrumb.js +2 -2
- package/dist/components/mds-button-dropdown.js +1 -1
- package/dist/components/mds-button-group.js +1 -1
- package/dist/components/mds-button2.js +1 -1
- package/dist/components/mds-calendar-cell2.js +1 -1
- package/dist/components/mds-calendar2.js +256 -128
- package/dist/components/mds-card-content.js +1 -1
- package/dist/components/mds-card-footer.js +1 -1
- package/dist/components/mds-card-header.js +1 -1
- package/dist/components/mds-card-media.js +1 -1
- package/dist/components/mds-card.js +1 -1
- package/dist/components/mds-chip2.js +3 -3
- package/dist/components/mds-details.js +1 -1
- package/dist/components/mds-dropdown2.js +2 -2
- package/dist/components/mds-emoji.js +1 -1
- package/dist/components/mds-entity.js +4 -4
- package/dist/components/mds-file-preview2.js +2 -2
- package/dist/components/mds-file.js +3 -3
- package/dist/components/mds-filter-item2.js +1 -1
- package/dist/components/mds-filter.js +1 -1
- package/dist/components/mds-header-bar.js +3 -3
- package/dist/components/mds-header.js +2 -2
- package/dist/components/mds-help2.js +1 -1
- package/dist/components/mds-horizontal-scroll.js +1 -1
- package/dist/components/mds-hr.js +1 -1
- package/dist/components/mds-icon2.js +1 -1
- package/dist/components/mds-input-date-range.js +199 -55
- package/dist/components/mds-input-date.js +17 -10
- package/dist/components/mds-input2.js +9 -9
- package/dist/documentation.json +238 -32
- package/dist/esm/loader.js +1 -1
- package/dist/esm/magma-components.js +1 -1
- package/dist/esm/mds-accordion-item.entry.js +1 -1
- package/dist/esm/mds-accordion-timer-item.entry.js +1 -1
- package/dist/esm/mds-accordion-timer.entry.js +1 -1
- package/dist/esm/mds-accordion.entry.js +1 -1
- package/dist/esm/mds-author.entry.js +2 -2
- package/dist/esm/mds-avatar-stack-item.entry.js +1 -1
- package/dist/esm/mds-avatar-stack.entry.js +1 -1
- package/dist/esm/mds-avatar.entry.js +1 -1
- package/dist/esm/mds-badge.entry.js +1 -1
- package/dist/esm/mds-banner_3.entry.js +6 -6
- package/dist/esm/mds-benchmark-bar.entry.js +1 -1
- package/dist/esm/mds-bibliography.entry.js +7 -7
- package/dist/esm/mds-breadcrumb-item.entry.js +1 -1
- package/dist/esm/mds-breadcrumb.entry.js +2 -2
- package/dist/esm/mds-button-dropdown.entry.js +1 -1
- package/dist/esm/mds-button-group.entry.js +1 -1
- package/dist/esm/mds-button_3.entry.js +2 -2
- package/dist/esm/mds-calendar_2.entry.js +246 -128
- package/dist/esm/mds-card-content.entry.js +1 -1
- package/dist/esm/mds-card-footer.entry.js +1 -1
- package/dist/esm/mds-card-header.entry.js +1 -1
- package/dist/esm/mds-card-media.entry.js +1 -1
- package/dist/esm/mds-card.entry.js +1 -1
- package/dist/esm/mds-details.entry.js +1 -1
- package/dist/esm/mds-dropdown.entry.js +2 -2
- package/dist/esm/mds-emoji.entry.js +1 -1
- package/dist/esm/mds-entity.entry.js +4 -4
- package/dist/esm/mds-file-preview.entry.js +2 -2
- package/dist/esm/mds-file.entry.js +3 -3
- package/dist/esm/mds-filter-item.entry.js +1 -1
- package/dist/esm/mds-filter.entry.js +1 -1
- package/dist/esm/mds-header-bar.entry.js +3 -3
- package/dist/esm/mds-header.entry.js +2 -2
- package/dist/esm/mds-horizontal-scroll.entry.js +1 -1
- package/dist/esm/mds-hr.entry.js +1 -1
- package/dist/esm/mds-input-date-range.entry.js +197 -55
- package/dist/esm/mds-input-date.entry.js +16 -10
- package/dist/esm/mds-input.entry.js +9 -9
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/magma-components.js +1 -1
- package/dist/esm-es5/mds-accordion-item.entry.js +1 -1
- package/dist/esm-es5/mds-accordion-timer-item.entry.js +1 -1
- package/dist/esm-es5/mds-accordion-timer.entry.js +1 -1
- package/dist/esm-es5/mds-accordion.entry.js +1 -1
- package/dist/esm-es5/mds-author.entry.js +1 -1
- package/dist/esm-es5/mds-avatar-stack-item.entry.js +1 -1
- package/dist/esm-es5/mds-avatar-stack.entry.js +1 -1
- package/dist/esm-es5/mds-avatar.entry.js +1 -1
- package/dist/esm-es5/mds-badge.entry.js +1 -1
- package/dist/esm-es5/mds-banner_3.entry.js +1 -1
- package/dist/esm-es5/mds-benchmark-bar.entry.js +1 -1
- package/dist/esm-es5/mds-bibliography.entry.js +1 -1
- package/dist/esm-es5/mds-breadcrumb-item.entry.js +1 -1
- package/dist/esm-es5/mds-breadcrumb.entry.js +1 -1
- package/dist/esm-es5/mds-button-dropdown.entry.js +1 -1
- package/dist/esm-es5/mds-button-group.entry.js +1 -1
- package/dist/esm-es5/mds-button_3.entry.js +1 -1
- package/dist/esm-es5/mds-calendar_2.entry.js +1 -1
- package/dist/esm-es5/mds-card-content.entry.js +1 -1
- package/dist/esm-es5/mds-card-footer.entry.js +1 -1
- package/dist/esm-es5/mds-card-header.entry.js +1 -1
- package/dist/esm-es5/mds-card-media.entry.js +1 -1
- package/dist/esm-es5/mds-card.entry.js +1 -1
- package/dist/esm-es5/mds-details.entry.js +1 -1
- package/dist/esm-es5/mds-dropdown.entry.js +1 -1
- package/dist/esm-es5/mds-emoji.entry.js +2 -2
- package/dist/esm-es5/mds-entity.entry.js +1 -1
- package/dist/esm-es5/mds-file-preview.entry.js +1 -1
- package/dist/esm-es5/mds-file.entry.js +1 -1
- package/dist/esm-es5/mds-filter-item.entry.js +1 -1
- package/dist/esm-es5/mds-filter.entry.js +1 -1
- package/dist/esm-es5/mds-header-bar.entry.js +1 -1
- package/dist/esm-es5/mds-header.entry.js +1 -1
- package/dist/esm-es5/mds-horizontal-scroll.entry.js +1 -1
- package/dist/esm-es5/mds-hr.entry.js +1 -1
- package/dist/esm-es5/mds-input-date-range.entry.js +1 -1
- package/dist/esm-es5/mds-input-date.entry.js +1 -1
- package/dist/esm-es5/mds-input.entry.js +1 -1
- package/dist/hydrate/index.js +539 -262
- package/dist/hydrate/index.mjs +539 -262
- package/dist/magma-components/magma-components.esm.js +1 -1
- package/dist/magma-components/{p-e3b0adb8.entry.js → p-02c9dffb.entry.js} +1 -1
- package/dist/magma-components/{p-e8626e7a.system.entry.js → p-03b5bdae.system.entry.js} +1 -1
- package/dist/magma-components/{p-fec5168f.entry.js → p-09b27f6e.entry.js} +1 -1
- package/dist/magma-components/p-09cbad84.system.entry.js +1 -0
- package/dist/magma-components/{p-0c3b813d.entry.js → p-0a9db9fc.entry.js} +1 -1
- package/dist/magma-components/{p-beeaec1c.entry.js → p-10957e40.entry.js} +1 -1
- package/dist/magma-components/{p-42f5037a.entry.js → p-14cad758.entry.js} +1 -1
- package/dist/magma-components/{p-35d85970.entry.js → p-188c906e.entry.js} +1 -1
- package/dist/magma-components/{p-91e16169.system.entry.js → p-191e79c8.system.entry.js} +1 -1
- package/dist/magma-components/{p-1a8d42d1.system.entry.js → p-1c37f4ce.system.entry.js} +1 -1
- package/dist/magma-components/{p-30648e76.system.entry.js → p-1cd6c3fe.system.entry.js} +1 -1
- package/dist/magma-components/{p-c3ae9ba7.system.entry.js → p-1f52a479.system.entry.js} +1 -1
- package/dist/magma-components/p-20e0f9e3.entry.js +1 -0
- package/dist/magma-components/p-26cd6ec8.system.js +1 -1
- package/dist/magma-components/{p-237d60e2.system.entry.js → p-2910fa0c.system.entry.js} +1 -1
- package/dist/magma-components/{p-d95c9d2e.system.entry.js → p-2d947462.system.entry.js} +1 -1
- package/dist/magma-components/{p-0b25be9f.entry.js → p-342a07c7.entry.js} +1 -1
- package/dist/magma-components/{p-b228a186.system.entry.js → p-39d9f24d.system.entry.js} +1 -1
- package/dist/magma-components/{p-27cb23f6.entry.js → p-3a57f53d.entry.js} +1 -1
- package/dist/magma-components/{p-0689710c.system.entry.js → p-3b267a52.system.entry.js} +1 -1
- package/dist/magma-components/{p-224f80f4.entry.js → p-3bf7d52c.entry.js} +1 -1
- package/dist/magma-components/{p-2de8157b.system.entry.js → p-432be440.system.entry.js} +1 -1
- package/dist/magma-components/{p-5eca660e.system.entry.js → p-43a2f192.system.entry.js} +1 -1
- package/dist/magma-components/{p-eaf4805a.entry.js → p-48a2e8e4.entry.js} +1 -1
- package/dist/magma-components/{p-ff674ef9.entry.js → p-4ab9c985.entry.js} +1 -1
- package/dist/magma-components/{p-40eeffe8.entry.js → p-4b76248b.entry.js} +1 -1
- package/dist/magma-components/{p-11df77b3.entry.js → p-4cf97724.entry.js} +1 -1
- package/dist/magma-components/{p-0e2b6dd3.system.entry.js → p-5359bf5e.system.entry.js} +1 -1
- package/dist/magma-components/{p-536b4c16.entry.js → p-5619ed51.entry.js} +1 -1
- package/dist/magma-components/{p-d738a403.system.entry.js → p-5edd2f30.system.entry.js} +1 -1
- package/dist/magma-components/{p-033e85f1.entry.js → p-606cd4bb.entry.js} +1 -1
- package/dist/magma-components/{p-e9ade624.system.entry.js → p-61c35e05.system.entry.js} +1 -1
- package/dist/magma-components/{p-6e680417.system.entry.js → p-68a7d370.system.entry.js} +1 -1
- package/dist/magma-components/{p-409c9518.system.entry.js → p-7244ca7a.system.entry.js} +1 -1
- package/dist/magma-components/{p-a9d6984e.entry.js → p-726cd93c.entry.js} +1 -1
- package/dist/magma-components/{p-c2798c9a.system.entry.js → p-7359e097.system.entry.js} +1 -1
- package/dist/magma-components/{p-723fbfb0.entry.js → p-78088de2.entry.js} +1 -1
- package/dist/magma-components/{p-83b2ee17.entry.js → p-7ae676db.entry.js} +1 -1
- package/dist/magma-components/{p-6d3ea2b6.entry.js → p-7b788f04.entry.js} +1 -1
- package/dist/magma-components/{p-b727c3a6.system.entry.js → p-80518658.system.entry.js} +1 -1
- package/dist/magma-components/{p-f6ef6105.entry.js → p-8314f381.entry.js} +1 -1
- package/dist/magma-components/{p-86f45462.entry.js → p-8469b603.entry.js} +1 -1
- package/dist/magma-components/{p-09aaa62b.system.entry.js → p-855f1617.system.entry.js} +1 -1
- package/dist/magma-components/{p-cae0e727.entry.js → p-89757b16.entry.js} +1 -1
- package/dist/magma-components/{p-60342fa8.system.entry.js → p-8bc52935.system.entry.js} +1 -1
- package/dist/magma-components/{p-6b4bf0df.entry.js → p-8f091ceb.entry.js} +1 -1
- package/dist/magma-components/{p-8859d528.entry.js → p-94fb14aa.entry.js} +1 -1
- package/dist/magma-components/{p-755dff75.system.entry.js → p-9b7e1f4b.system.entry.js} +1 -1
- package/dist/magma-components/{p-dfdc83ab.entry.js → p-9d5ab31c.entry.js} +1 -1
- package/dist/magma-components/{p-ddd59ddb.system.entry.js → p-9d86dd4c.system.entry.js} +1 -1
- package/dist/magma-components/{p-9e08e8f1.system.entry.js → p-a776c78c.system.entry.js} +1 -1
- package/dist/magma-components/{p-854848ca.entry.js → p-aacb6b47.entry.js} +1 -1
- package/dist/magma-components/{p-bdc49c99.entry.js → p-b4bad440.entry.js} +1 -1
- package/dist/magma-components/{p-3095eab8.system.entry.js → p-b7aae63a.system.entry.js} +1 -1
- package/dist/magma-components/{p-03cadeb4.system.entry.js → p-b7b0f420.system.entry.js} +1 -1
- package/dist/magma-components/{p-788e95ce.entry.js → p-ba8142cf.entry.js} +1 -1
- package/dist/magma-components/{p-84cf6604.system.entry.js → p-be5a7e23.system.entry.js} +1 -1
- package/dist/magma-components/{p-61e3603c.system.entry.js → p-c3304189.system.entry.js} +1 -1
- package/dist/magma-components/{p-a201cbab.entry.js → p-c372fe03.entry.js} +1 -1
- package/dist/magma-components/{p-b4baf323.entry.js → p-c5730248.entry.js} +1 -1
- package/dist/magma-components/{p-3e50c4ab.entry.js → p-c5d2cd00.entry.js} +1 -1
- package/dist/magma-components/p-c6785782.entry.js +1 -0
- package/dist/magma-components/p-ca4ee5b5.system.entry.js +1 -0
- package/dist/magma-components/p-d7cf7569.entry.js +1 -0
- package/dist/magma-components/{p-6d1ce884.system.entry.js → p-d98a34dc.system.entry.js} +1 -1
- package/dist/magma-components/{p-2b3517af.system.entry.js → p-d99f38a7.system.entry.js} +1 -1
- package/dist/magma-components/{p-3c2df04e.system.entry.js → p-dd7b9422.system.entry.js} +1 -1
- package/dist/magma-components/{p-58b77d4f.entry.js → p-e0bd7509.entry.js} +1 -1
- package/dist/magma-components/{p-a786264e.system.entry.js → p-e32a0ec8.system.entry.js} +1 -1
- package/dist/magma-components/{p-12527b99.system.entry.js → p-ef488f9f.system.entry.js} +1 -1
- package/dist/magma-components/{p-70223843.system.entry.js → p-f250731c.system.entry.js} +1 -1
- package/dist/magma-components/{p-8de607ef.entry.js → p-f2e7d2f0.entry.js} +1 -1
- package/dist/magma-components/{p-a9c9e071.system.entry.js → p-f349e728.system.entry.js} +1 -1
- package/dist/magma-components/{p-1c2b1a44.system.entry.js → p-f584c1d7.system.entry.js} +1 -1
- package/dist/magma-components/{p-f5f97018.entry.js → p-fd25f69a.entry.js} +1 -1
- package/dist/magma-components/{p-977d3bf0.entry.js → p-fe3879f3.entry.js} +1 -1
- package/dist/magma-components/{p-50b07c72.system.entry.js → p-ff8d8818.system.entry.js} +1 -1
- package/dist/stats.json +790 -377
- package/dist/types/components/mds-calendar/mds-calendar.d.ts +43 -1
- package/dist/types/components/mds-input-date/mds-input-date.d.ts +1 -0
- package/dist/types/components/mds-input-date-range/mds-input-date-range.d.ts +23 -4
- package/dist/types/components/mds-input-date-range/test/mds-input-date-range.stories.d.ts +12 -0
- package/dist/types/components.d.ts +94 -6
- package/package.json +4 -4
- package/dist/magma-components/p-3da97c74.system.entry.js +0 -1
- package/dist/magma-components/p-643fd688.entry.js +0 -1
- package/dist/magma-components/p-80b11d2e.entry.js +0 -1
- package/dist/magma-components/p-e1f3cc6d.entry.js +0 -1
- package/dist/magma-components/p-ead9e4c4.system.entry.js +0 -1
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -8,7 +8,7 @@ const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
|
8
8
|
const defineCustomElements = async (win, options) => {
|
|
9
9
|
if (typeof window === 'undefined') return undefined;
|
|
10
10
|
await appGlobals.globalScripts();
|
|
11
|
-
return index.bootstrapLazy(JSON.parse("[[\"mds-input-upload.cjs\",[[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\"]}]]],[\"mds-input-date.cjs\",[[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\"]}]]],[\"mds-policy-ai.cjs\",[[1,\"mds-policy-ai\",{\"headline\":[513],\"description\":[513],\"variant\":[513],\"href\":[513],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-avatar-stack.cjs\",[[1,\"mds-avatar-stack\",{\"size\":[513],\"total\":[514]}]]],[\"mds-input-date-range.cjs\",[[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\"]}]]],[\"mds-input-otp.cjs\",[[65,\"mds-input-otp\",{\"length\":[2],\"autosubmit\":[516],\"value\":[1537]}]]],[\"mds-pref-language.cjs\",[[1,\"mds-pref-language\",{\"size\":[513],\"set\":[1537],\"showDropdown\":[32],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-table-header.cjs\",[[1,\"mds-table-header\",{\"selectable\":[4],\"selectAll\":[32],\"hasActions\":[32],\"indeterminate\":[32],\"hasSelection\":[32],\"language\":[32],\"updateLang\":[64],\"setSelection\":[64]}]]],[\"mds-entity.cjs\",[[1,\"mds-entity\",{\"await\":[516],\"icon\":[513],\"src\":[513],\"initials\":[513],\"tone\":[513],\"variant\":[513]}]]],[\"mds-pref-animation.cjs\",[[1,\"mds-pref-animation\",{\"size\":[513],\"mode\":[1537],\"language\":[32],\"updateLang\":[64]},null,{\"mode\":[\"modeChanged\"]}]]],[\"mds-pref-consumption.cjs\",[[1,\"mds-pref-consumption\",{\"size\":[513],\"mode\":[1537],\"language\":[32],\"updateLang\":[64]},null,{\"mode\":[\"modeChanged\"]}]]],[\"mds-pref-contrast.cjs\",[[1,\"mds-pref-contrast\",{\"size\":[513],\"mode\":[1537],\"language\":[32],\"updateLang\":[64]},null,{\"mode\":[\"modeChanged\"]}]]],[\"mds-pref-theme.cjs\",[[1,\"mds-pref-theme\",{\"size\":[513],\"mode\":[1537],\"transition\":[1537],\"language\":[32],\"disabled\":[32],\"updateLang\":[64]},null,{\"mode\":[\"modeChanged\"]}]]],[\"mds-push-notification-item.cjs\",[[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\"]}]]],[\"mds-button-dropdown.cjs\",[[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]}]]],[\"mds-header.cjs\",[[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\"]}]]],[\"mds-keyboard.cjs\",[[1,\"mds-keyboard\",{\"test\":[1537],\"try\":[516],\"language\":[32],\"testPassed\":[32],\"updateLang\":[64]},null,{\"try\":[\"handleTryProperty\"]}]]],[\"mds-radial-menu-item.cjs\",[[1,\"mds-radial-menu-item\",{\"tooltip\":[513],\"icon\":[1537],\"tone\":[513],\"variant\":[513],\"size\":[513]}]]],[\"mds-status-bar.cjs\",[[1,\"mds-status-bar\",{\"description\":[513],\"overflow\":[513],\"position\":[513],\"visible\":[1540],\"hide\":[64]},null,{\"visible\":[\"handleVisbilityProp\"]}]]],[\"mds-stepper-bar-item.cjs\",[[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\"]}]]],[\"mds-breadcrumb.cjs\",[[1,\"mds-breadcrumb\",{\"back\":[4],\"language\":[32],\"updateLang\":[64]},[[0,\"mdsBreadcrumbItemSelect\",\"activedEventHandler\"]]]]],[\"mds-header-bar.cjs\",[[1,\"mds-header-bar\",{\"menu\":[513],\"nav\":[513],\"isOpened\":[32],\"setOpened\":[64]}]]],[\"mds-horizontal-scroll.cjs\",[[1,\"mds-horizontal-scroll\",{\"controls\":[1537],\"navigation\":[513],\"snap\":[513],\"hasCompatibility\":[32],\"showForward\":[32],\"showBack\":[32]},null,{\"navigation\":[\"watchNavigation\"]}]]],[\"mds-input-date-range-preselection.cjs\",[[1,\"mds-input-date-range-preselection\",{\"selected\":[1540],\"start\":[513],\"end\":[513]}]]],[\"mds-label.cjs\",[[1,\"mds-label\",{\"labelAction\":[1,\"label-action\"],\"variant\":[513],\"tone\":[513],\"truncate\":[513],\"typography\":[1],\"deletable\":[4],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-note.cjs\",[[1,\"mds-note\",{\"deletable\":[4],\"variant\":[513],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-pref-language-item.cjs\",[[1,\"mds-pref-language-item\",{\"code\":[513],\"selected\":[516],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-push-notification.cjs\",[[1,\"mds-push-notification\",{\"visible\":[1540],\"behavior\":[1],\"show\":[64],\"hide\":[64],\"removeNotification\":[64]},null,{\"visible\":[\"visibleChanged\"]}]]],[\"mds-radial-menu.cjs\",[[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\"]}]]],[\"mds-table-row.cjs\",[[1,\"mds-table-row\",{\"interactive\":[516],\"overlayActions\":[516,\"overlay-actions\"],\"selectable\":[516],\"selected\":[1540],\"value\":[520],\"sizerWidth\":[32],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-tree-item.cjs\",[[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\"]}]]],[\"mds-url-view.cjs\",[[1,\"mds-url-view\",{\"icon\":[513],\"label\":[513],\"src\":[513],\"loading\":[513],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-accordion-timer-item.cjs\",[[1,\"mds-accordion-timer-item\",{\"typography\":[1],\"selected\":[516],\"description\":[1],\"duration\":[514],\"progress\":[2],\"uuid\":[2]},null,{\"selected\":[\"handleSelected\"]}]]],[\"mds-benchmark-bar.cjs\",[[1,\"mds-benchmark-bar\",{\"alias\":[1],\"typography\":[1],\"value\":[2],\"variant\":[513]}]]],[\"mds-file.cjs\",[[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\"]}]]],[\"mds-filter.cjs\",[[1,\"mds-filter\",{\"autoReset\":[516,\"auto-reset\"],\"label\":[1],\"multiple\":[516],\"reset\":[516],\"active\":[32],\"itemsSelected\":[32]},[[0,\"mdsFilterItemSelect\",\"activeEventHandler\"]]]]],[\"mds-input-select.cjs\",[[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\"]}]]],[\"mds-paginator.cjs\",[[1,\"mds-paginator\",{\"pages\":[2],\"currentPage\":[1538,\"current-page\"]}]]],[\"mds-keyboard-key.cjs\",[[1,\"mds-keyboard-key\",{\"name\":[513],\"pressed\":[516],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-kpi-item.cjs\",[[1,\"mds-kpi-item\",{\"label\":[1],\"description\":[1],\"threshold\":[2],\"icon\":[1],\"isIntersecting\":[32]}]]],[\"mds-list-item.cjs\",[[1,\"mds-list-item\",{\"typography\":[513],\"variant\":[1],\"icon\":[1]}]]],[\"mds-mention.cjs\",[[1,\"mds-mention\",{\"icon\":[513],\"label\":[513],\"size\":[513]}]]],[\"mds-tab-bar-item.cjs\",[[1,\"mds-tab-bar-item\",{\"icon\":[1],\"selected\":[1540],\"typography\":[1],\"isSelected\":[32]},null,{\"selected\":[\"validateSelected\"]}]]],[\"mds-usage.cjs\",[[1,\"mds-usage\",{\"variant\":[1],\"alias\":[1],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-accordion-item.cjs\",[[1,\"mds-accordion-item\",{\"typography\":[1],\"selected\":[1540],\"label\":[1]}]]],[\"mds-bibliography.cjs\",[[1,\"mds-bibliography\",{\"format\":[1],\"author\":[1],\"name\":[1],\"publisher\":[1],\"date\":[1],\"location\":[1],\"rel\":[1],\"typography\":[1],\"variant\":[1],\"url\":[1]}]]],[\"mds-breadcrumb-item.cjs\",[[1,\"mds-breadcrumb-item\",{\"selected\":[1540]}]]],[\"mds-input-field.cjs\",[[65,\"mds-input-field\",{\"label\":[1025],\"message\":[1025],\"variant\":[1537]}]]],[\"mds-input-range.cjs\",[[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\"]}]]],[\"mds-notification.cjs\",[[1,\"mds-notification\",{\"target\":[1],\"value\":[1538],\"visible\":[1540],\"strategy\":[1537],\"max\":[514]},null,{\"strategy\":[\"strategyHandler\"]}]]],[\"mds-pref.cjs\",[[1,\"mds-pref\",{\"size\":[513],\"controller\":[1540],\"showReload\":[32],\"language\":[32],\"updateLang\":[64]},null,{\"controller\":[\"handleControllerChange\"],\"size\":[\"handleSizeChange\"]}]]],[\"mds-price-table-features.cjs\",[[1,\"mds-price-table-features\",{\"label\":[1]}]]],[\"mds-price-table-features-cell.cjs\",[[1,\"mds-price-table-features-cell\",{\"type\":[513]}]]],[\"mds-price-table-list.cjs\",[[1,\"mds-price-table-list\",{\"hasItems\":[32]}]]],[\"mds-price-table-list-item.cjs\",[[1,\"mds-price-table-list-item\",{\"supported\":[516],\"typography\":[513]}]]],[\"mds-quote.cjs\",[[1,\"mds-quote\",{\"typography\":[1],\"tag\":[1]}]]],[\"mds-toast.cjs\",[[1,\"mds-toast\",{\"duration\":[1538],\"visible\":[1540],\"variant\":[513],\"tone\":[513],\"position\":[1537]},null,{\"visible\":[\"visibleChanged\"],\"duration\":[\"durationChanged\"]}]]],[\"mds-accordion.cjs\",[[1,\"mds-accordion\",{\"multiple\":[4],\"closable\":[4]},[[0,\"mdsAccordionItemSelect\",\"selectedEventHandler\"],[0,\"mdsAccordionItemUnselect\",\"unselectedEventHandler\"]]]]],[\"mds-accordion-timer.cjs\",[[1,\"mds-accordion-timer\",{\"duration\":[514],\"paused\":[516],\"time\":[32]},[[0,\"mdsAccordionTimerItemClickSelect\",\"onClickSelect\"],[0,\"mdsAccordionTimerItemSelect\",\"onSelect\"],[0,\"mdsAccordionTimerItemMouseEnterSelect\",\"onMouseEnterSelect\"],[0,\"mdsAccordionTimerItemMouseLeaveSelect\",\"onMouseLeaveSelect\"]],{\"paused\":[\"handlePaused\"]}]]],[\"mds-author.cjs\",[[1,\"mds-author\"]]],[\"mds-button-group.cjs\",[[1,\"mds-button-group\"]]],[\"mds-card.cjs\",[[1,\"mds-card\",{\"autoGrid\":[516,\"auto-grid\"],\"layout\":[32]}]]],[\"mds-card-content.cjs\",[[1,\"mds-card-content\"]]],[\"mds-card-footer.cjs\",[[1,\"mds-card-footer\"]]],[\"mds-card-header.cjs\",[[1,\"mds-card-header\"]]],[\"mds-card-media.cjs\",[[1,\"mds-card-media\"]]],[\"mds-details.cjs\",[[1,\"mds-details\",{\"opened\":[1540],\"isOpened\":[32],\"hasIcon\":[32]},null,{\"opened\":[\"validateOpened\"]}]]],[\"mds-emoji.cjs\",[[1,\"mds-emoji\",{\"name\":[513],\"agree\":[64],\"disagree\":[64],\"startThinking\":[64],\"stopThinking\":[64],\"startBlinking\":[64],\"stopBlinking\":[64],\"stopFollowMouse\":[64],\"startFollowMouse\":[64]}]]],[\"mds-hr.cjs\",[[1,\"mds-hr\"]]],[\"mds-kpi.cjs\",[[1,\"mds-kpi\"]]],[\"mds-list.cjs\",[[1,\"mds-list\"]]],[\"mds-price-table.cjs\",[[1,\"mds-price-table\"]]],[\"mds-price-table-features-row.cjs\",[[1,\"mds-price-table-features-row\",{\"cellPercWidth\":[32]}]]],[\"mds-price-table-header.cjs\",[[1,\"mds-price-table-header\"]]],[\"mds-stepper-bar.cjs\",[[1,\"mds-stepper-bar\",{\"itemsDone\":[2,\"items-done\"],\"navigation\":[513],\"currentItem\":[32]},[[0,\"mdsStepperBarItemDone\",\"changeEventHandler\"]],{\"itemsDone\":[\"itemDone\"]}]]],[\"mds-tab-bar.cjs\",[[1,\"mds-tab-bar\",null,[[0,\"mdsTabBarItemSelect\",\"changeEventHandler\"]]]]],[\"mds-table.cjs\",[[1,\"mds-table\",{\"interactive\":[4],\"selectable\":[4],\"selection\":[1540],\"selectedRows\":[32],\"updateSelection\":[64],\"selectAll\":[64]},null,{\"interactive\":[\"onTableInteractive\"],\"selectable\":[\"onTableSelectable\"]}]]],[\"mds-table-body.cjs\",[[1,\"mds-table-body\",{\"interactive\":[516],\"selection\":[516]}]]],[\"mds-table-footer.cjs\",[[1,\"mds-table-footer\"]]],[\"mds-tree.cjs\",[[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\"]}]]],[\"mds-video-wall.cjs\",[[1,\"mds-video-wall\",{\"autoplay\":[4],\"loop\":[4],\"muted\":[4],\"noise\":[1],\"poster\":[1],\"preload\":[1],\"src\":[1]}]]],[\"mds-zero.cjs\",[[1,\"mds-zero\"]]],[\"mds-text.cjs\",[[1,\"mds-text\",{\"animation\":[1],\"tag\":[1537],\"text\":[513],\"truncate\":[513],\"typography\":[513],\"variant\":[513]},null,{\"text\":[\"textHandler\"]}]]],[\"mds-avatar-stack-item.cjs\",[[1,\"mds-avatar-stack-item\",{\"count\":[514],\"initials\":[1537],\"src\":[513],\"tone\":[513],\"variant\":[513]}]]],[\"mds-file-preview.cjs\",[[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\"]}]]],[\"mds-input-tip_2.cjs\",[[1,\"mds-input-tip-item\",{\"variant\":[513],\"expanded\":[1540],\"language\":[32],\"updateLang\":[64]},null,{\"expanded\":[\"handleEcpandedChanged\"]}],[1,\"mds-input-tip\",{\"active\":[516],\"position\":[513]}]]],[\"mds-input.cjs\",[[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\"]}]]],[\"mds-table-header-cell.cjs\",[[1,\"mds-table-header-cell\",{\"sortable\":[516],\"label\":[513],\"direction\":[1537],\"isAscending\":[32]},null,{\"sortable\":[\"sortableHandler\"],\"direction\":[\"directionHandler\"]}]]],[\"mds-filter-item.cjs\",[[1,\"mds-filter-item\",{\"selected\":[1540],\"label\":[513],\"icon\":[513],\"value\":[513],\"count\":[513],\"disabled\":[516]}]]],[\"mds-paginator-item.cjs\",[[1,\"mds-paginator-item\",{\"icon\":[513],\"selected\":[516],\"disabled\":[516]}]]],[\"mds-separator.cjs\",[[1,\"mds-separator\"]]],[\"mds-modal.cjs\",[[1,\"mds-modal\",{\"opened\":[1540],\"backdrop\":[1540],\"position\":[1537],\"animating\":[1537],\"animation\":[513],\"overflow\":[513],\"interaction\":[513],\"close\":[64]},null,{\"opened\":[\"handleOpenProp\"],\"backdrop\":[\"handleBackdropProp\"]}]]],[\"mds-tooltip.cjs\",[[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\"]}]]],[\"mds-button_3.cjs\",[[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\"]}]]],[\"mds-banner_3.cjs\",[[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]}]]],[\"mds-avatar.cjs\",[[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\"]}]]],[\"mds-input-switch_2.cjs\",[[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]}]]],[\"mds-calendar_2.cjs\",[[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]}]]],[\"mds-badge.cjs\",[[1,\"mds-badge\",{\"variant\":[513],\"tone\":[513],\"typography\":[1],\"typographyVariant\":[1,\"typography-variant\"]}]]],[\"mds-dropdown.cjs\",[[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\"]}]]],[\"mds-img.cjs\",[[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\"]}]]],[\"mds-progress_2.cjs\",[[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\"]}]]],[\"mds-tab_2.cjs\",[[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\"]}]]]]"), options);
|
|
11
|
+
return index.bootstrapLazy(JSON.parse("[[\"mds-input-upload.cjs\",[[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\"]}]]],[\"mds-input-date.cjs\",[[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\"]}]]],[\"mds-policy-ai.cjs\",[[1,\"mds-policy-ai\",{\"headline\":[513],\"description\":[513],\"variant\":[513],\"href\":[513],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-avatar-stack.cjs\",[[1,\"mds-avatar-stack\",{\"size\":[513],\"total\":[514]}]]],[\"mds-input-date-range.cjs\",[[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\"]}]]],[\"mds-input-otp.cjs\",[[65,\"mds-input-otp\",{\"length\":[2],\"autosubmit\":[516],\"value\":[1537]}]]],[\"mds-pref-language.cjs\",[[1,\"mds-pref-language\",{\"size\":[513],\"set\":[1537],\"showDropdown\":[32],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-table-header.cjs\",[[1,\"mds-table-header\",{\"selectable\":[4],\"selectAll\":[32],\"hasActions\":[32],\"indeterminate\":[32],\"hasSelection\":[32],\"language\":[32],\"updateLang\":[64],\"setSelection\":[64]}]]],[\"mds-entity.cjs\",[[1,\"mds-entity\",{\"await\":[516],\"icon\":[513],\"src\":[513],\"initials\":[513],\"tone\":[513],\"variant\":[513]}]]],[\"mds-pref-animation.cjs\",[[1,\"mds-pref-animation\",{\"size\":[513],\"mode\":[1537],\"language\":[32],\"updateLang\":[64]},null,{\"mode\":[\"modeChanged\"]}]]],[\"mds-pref-consumption.cjs\",[[1,\"mds-pref-consumption\",{\"size\":[513],\"mode\":[1537],\"language\":[32],\"updateLang\":[64]},null,{\"mode\":[\"modeChanged\"]}]]],[\"mds-pref-contrast.cjs\",[[1,\"mds-pref-contrast\",{\"size\":[513],\"mode\":[1537],\"language\":[32],\"updateLang\":[64]},null,{\"mode\":[\"modeChanged\"]}]]],[\"mds-pref-theme.cjs\",[[1,\"mds-pref-theme\",{\"size\":[513],\"mode\":[1537],\"transition\":[1537],\"language\":[32],\"disabled\":[32],\"updateLang\":[64]},null,{\"mode\":[\"modeChanged\"]}]]],[\"mds-push-notification-item.cjs\",[[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\"]}]]],[\"mds-button-dropdown.cjs\",[[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]}]]],[\"mds-header.cjs\",[[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\"]}]]],[\"mds-keyboard.cjs\",[[1,\"mds-keyboard\",{\"test\":[1537],\"try\":[516],\"language\":[32],\"testPassed\":[32],\"updateLang\":[64]},null,{\"try\":[\"handleTryProperty\"]}]]],[\"mds-radial-menu-item.cjs\",[[1,\"mds-radial-menu-item\",{\"tooltip\":[513],\"icon\":[1537],\"tone\":[513],\"variant\":[513],\"size\":[513]}]]],[\"mds-status-bar.cjs\",[[1,\"mds-status-bar\",{\"description\":[513],\"overflow\":[513],\"position\":[513],\"visible\":[1540],\"hide\":[64]},null,{\"visible\":[\"handleVisbilityProp\"]}]]],[\"mds-stepper-bar-item.cjs\",[[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\"]}]]],[\"mds-breadcrumb.cjs\",[[1,\"mds-breadcrumb\",{\"back\":[4],\"language\":[32],\"updateLang\":[64]},[[0,\"mdsBreadcrumbItemSelect\",\"activedEventHandler\"]]]]],[\"mds-header-bar.cjs\",[[1,\"mds-header-bar\",{\"menu\":[513],\"nav\":[513],\"isOpened\":[32],\"setOpened\":[64]}]]],[\"mds-horizontal-scroll.cjs\",[[1,\"mds-horizontal-scroll\",{\"controls\":[1537],\"navigation\":[513],\"snap\":[513],\"hasCompatibility\":[32],\"showForward\":[32],\"showBack\":[32]},null,{\"navigation\":[\"watchNavigation\"]}]]],[\"mds-input-date-range-preselection.cjs\",[[1,\"mds-input-date-range-preselection\",{\"selected\":[1540],\"start\":[513],\"end\":[513]}]]],[\"mds-label.cjs\",[[1,\"mds-label\",{\"labelAction\":[1,\"label-action\"],\"variant\":[513],\"tone\":[513],\"truncate\":[513],\"typography\":[1],\"deletable\":[4],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-note.cjs\",[[1,\"mds-note\",{\"deletable\":[4],\"variant\":[513],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-pref-language-item.cjs\",[[1,\"mds-pref-language-item\",{\"code\":[513],\"selected\":[516],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-push-notification.cjs\",[[1,\"mds-push-notification\",{\"visible\":[1540],\"behavior\":[1],\"show\":[64],\"hide\":[64],\"removeNotification\":[64]},null,{\"visible\":[\"visibleChanged\"]}]]],[\"mds-radial-menu.cjs\",[[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\"]}]]],[\"mds-table-row.cjs\",[[1,\"mds-table-row\",{\"interactive\":[516],\"overlayActions\":[516,\"overlay-actions\"],\"selectable\":[516],\"selected\":[1540],\"value\":[520],\"sizerWidth\":[32],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-tree-item.cjs\",[[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\"]}]]],[\"mds-url-view.cjs\",[[1,\"mds-url-view\",{\"icon\":[513],\"label\":[513],\"src\":[513],\"loading\":[513],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-accordion-timer-item.cjs\",[[1,\"mds-accordion-timer-item\",{\"typography\":[1],\"selected\":[516],\"description\":[1],\"duration\":[514],\"progress\":[2],\"uuid\":[2]},null,{\"selected\":[\"handleSelected\"]}]]],[\"mds-benchmark-bar.cjs\",[[1,\"mds-benchmark-bar\",{\"alias\":[1],\"typography\":[1],\"value\":[2],\"variant\":[513]}]]],[\"mds-file.cjs\",[[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\"]}]]],[\"mds-filter.cjs\",[[1,\"mds-filter\",{\"autoReset\":[516,\"auto-reset\"],\"label\":[1],\"multiple\":[516],\"reset\":[516],\"active\":[32],\"itemsSelected\":[32]},[[0,\"mdsFilterItemSelect\",\"activeEventHandler\"]]]]],[\"mds-input-select.cjs\",[[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\"]}]]],[\"mds-paginator.cjs\",[[1,\"mds-paginator\",{\"pages\":[2],\"currentPage\":[1538,\"current-page\"]}]]],[\"mds-keyboard-key.cjs\",[[1,\"mds-keyboard-key\",{\"name\":[513],\"pressed\":[516],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-kpi-item.cjs\",[[1,\"mds-kpi-item\",{\"label\":[1],\"description\":[1],\"threshold\":[2],\"icon\":[1],\"isIntersecting\":[32]}]]],[\"mds-list-item.cjs\",[[1,\"mds-list-item\",{\"typography\":[513],\"variant\":[1],\"icon\":[1]}]]],[\"mds-mention.cjs\",[[1,\"mds-mention\",{\"icon\":[513],\"label\":[513],\"size\":[513]}]]],[\"mds-tab-bar-item.cjs\",[[1,\"mds-tab-bar-item\",{\"icon\":[1],\"selected\":[1540],\"typography\":[1],\"isSelected\":[32]},null,{\"selected\":[\"validateSelected\"]}]]],[\"mds-usage.cjs\",[[1,\"mds-usage\",{\"variant\":[1],\"alias\":[1],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-accordion-item.cjs\",[[1,\"mds-accordion-item\",{\"typography\":[1],\"selected\":[1540],\"label\":[1]}]]],[\"mds-bibliography.cjs\",[[1,\"mds-bibliography\",{\"format\":[1],\"author\":[1],\"name\":[1],\"publisher\":[1],\"date\":[1],\"location\":[1],\"rel\":[1],\"typography\":[1],\"variant\":[1],\"url\":[1]}]]],[\"mds-breadcrumb-item.cjs\",[[1,\"mds-breadcrumb-item\",{\"selected\":[1540]}]]],[\"mds-input-field.cjs\",[[65,\"mds-input-field\",{\"label\":[1025],\"message\":[1025],\"variant\":[1537]}]]],[\"mds-input-range.cjs\",[[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\"]}]]],[\"mds-notification.cjs\",[[1,\"mds-notification\",{\"target\":[1],\"value\":[1538],\"visible\":[1540],\"strategy\":[1537],\"max\":[514]},null,{\"strategy\":[\"strategyHandler\"]}]]],[\"mds-pref.cjs\",[[1,\"mds-pref\",{\"size\":[513],\"controller\":[1540],\"showReload\":[32],\"language\":[32],\"updateLang\":[64]},null,{\"controller\":[\"handleControllerChange\"],\"size\":[\"handleSizeChange\"]}]]],[\"mds-price-table-features.cjs\",[[1,\"mds-price-table-features\",{\"label\":[1]}]]],[\"mds-price-table-features-cell.cjs\",[[1,\"mds-price-table-features-cell\",{\"type\":[513]}]]],[\"mds-price-table-list.cjs\",[[1,\"mds-price-table-list\",{\"hasItems\":[32]}]]],[\"mds-price-table-list-item.cjs\",[[1,\"mds-price-table-list-item\",{\"supported\":[516],\"typography\":[513]}]]],[\"mds-quote.cjs\",[[1,\"mds-quote\",{\"typography\":[1],\"tag\":[1]}]]],[\"mds-toast.cjs\",[[1,\"mds-toast\",{\"duration\":[1538],\"visible\":[1540],\"variant\":[513],\"tone\":[513],\"position\":[1537]},null,{\"visible\":[\"visibleChanged\"],\"duration\":[\"durationChanged\"]}]]],[\"mds-accordion.cjs\",[[1,\"mds-accordion\",{\"multiple\":[4],\"closable\":[4]},[[0,\"mdsAccordionItemSelect\",\"selectedEventHandler\"],[0,\"mdsAccordionItemUnselect\",\"unselectedEventHandler\"]]]]],[\"mds-accordion-timer.cjs\",[[1,\"mds-accordion-timer\",{\"duration\":[514],\"paused\":[516],\"time\":[32]},[[0,\"mdsAccordionTimerItemClickSelect\",\"onClickSelect\"],[0,\"mdsAccordionTimerItemSelect\",\"onSelect\"],[0,\"mdsAccordionTimerItemMouseEnterSelect\",\"onMouseEnterSelect\"],[0,\"mdsAccordionTimerItemMouseLeaveSelect\",\"onMouseLeaveSelect\"]],{\"paused\":[\"handlePaused\"]}]]],[\"mds-author.cjs\",[[1,\"mds-author\"]]],[\"mds-button-group.cjs\",[[1,\"mds-button-group\"]]],[\"mds-card.cjs\",[[1,\"mds-card\",{\"autoGrid\":[516,\"auto-grid\"],\"layout\":[32]}]]],[\"mds-card-content.cjs\",[[1,\"mds-card-content\"]]],[\"mds-card-footer.cjs\",[[1,\"mds-card-footer\"]]],[\"mds-card-header.cjs\",[[1,\"mds-card-header\"]]],[\"mds-card-media.cjs\",[[1,\"mds-card-media\"]]],[\"mds-details.cjs\",[[1,\"mds-details\",{\"opened\":[1540],\"isOpened\":[32],\"hasIcon\":[32]},null,{\"opened\":[\"validateOpened\"]}]]],[\"mds-emoji.cjs\",[[1,\"mds-emoji\",{\"name\":[513],\"agree\":[64],\"disagree\":[64],\"startThinking\":[64],\"stopThinking\":[64],\"startBlinking\":[64],\"stopBlinking\":[64],\"stopFollowMouse\":[64],\"startFollowMouse\":[64]}]]],[\"mds-hr.cjs\",[[1,\"mds-hr\"]]],[\"mds-kpi.cjs\",[[1,\"mds-kpi\"]]],[\"mds-list.cjs\",[[1,\"mds-list\"]]],[\"mds-price-table.cjs\",[[1,\"mds-price-table\"]]],[\"mds-price-table-features-row.cjs\",[[1,\"mds-price-table-features-row\",{\"cellPercWidth\":[32]}]]],[\"mds-price-table-header.cjs\",[[1,\"mds-price-table-header\"]]],[\"mds-stepper-bar.cjs\",[[1,\"mds-stepper-bar\",{\"itemsDone\":[2,\"items-done\"],\"navigation\":[513],\"currentItem\":[32]},[[0,\"mdsStepperBarItemDone\",\"changeEventHandler\"]],{\"itemsDone\":[\"itemDone\"]}]]],[\"mds-tab-bar.cjs\",[[1,\"mds-tab-bar\",null,[[0,\"mdsTabBarItemSelect\",\"changeEventHandler\"]]]]],[\"mds-table.cjs\",[[1,\"mds-table\",{\"interactive\":[4],\"selectable\":[4],\"selection\":[1540],\"selectedRows\":[32],\"updateSelection\":[64],\"selectAll\":[64]},null,{\"interactive\":[\"onTableInteractive\"],\"selectable\":[\"onTableSelectable\"]}]]],[\"mds-table-body.cjs\",[[1,\"mds-table-body\",{\"interactive\":[516],\"selection\":[516]}]]],[\"mds-table-footer.cjs\",[[1,\"mds-table-footer\"]]],[\"mds-tree.cjs\",[[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\"]}]]],[\"mds-video-wall.cjs\",[[1,\"mds-video-wall\",{\"autoplay\":[4],\"loop\":[4],\"muted\":[4],\"noise\":[1],\"poster\":[1],\"preload\":[1],\"src\":[1]}]]],[\"mds-zero.cjs\",[[1,\"mds-zero\"]]],[\"mds-text.cjs\",[[1,\"mds-text\",{\"animation\":[1],\"tag\":[1537],\"text\":[513],\"truncate\":[513],\"typography\":[513],\"variant\":[513]},null,{\"text\":[\"textHandler\"]}]]],[\"mds-avatar-stack-item.cjs\",[[1,\"mds-avatar-stack-item\",{\"count\":[514],\"initials\":[1537],\"src\":[513],\"tone\":[513],\"variant\":[513]}]]],[\"mds-file-preview.cjs\",[[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\"]}]]],[\"mds-input-tip_2.cjs\",[[1,\"mds-input-tip-item\",{\"variant\":[513],\"expanded\":[1540],\"language\":[32],\"updateLang\":[64]},null,{\"expanded\":[\"handleEcpandedChanged\"]}],[1,\"mds-input-tip\",{\"active\":[516],\"position\":[513]}]]],[\"mds-input.cjs\",[[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\"]}]]],[\"mds-table-header-cell.cjs\",[[1,\"mds-table-header-cell\",{\"sortable\":[516],\"label\":[513],\"direction\":[1537],\"isAscending\":[32]},null,{\"sortable\":[\"sortableHandler\"],\"direction\":[\"directionHandler\"]}]]],[\"mds-filter-item.cjs\",[[1,\"mds-filter-item\",{\"selected\":[1540],\"label\":[513],\"icon\":[513],\"value\":[513],\"count\":[513],\"disabled\":[516]}]]],[\"mds-paginator-item.cjs\",[[1,\"mds-paginator-item\",{\"icon\":[513],\"selected\":[516],\"disabled\":[516]}]]],[\"mds-separator.cjs\",[[1,\"mds-separator\"]]],[\"mds-modal.cjs\",[[1,\"mds-modal\",{\"opened\":[1540],\"backdrop\":[1540],\"position\":[1537],\"animating\":[1537],\"animation\":[513],\"overflow\":[513],\"interaction\":[513],\"close\":[64]},null,{\"opened\":[\"handleOpenProp\"],\"backdrop\":[\"handleBackdropProp\"]}]]],[\"mds-tooltip.cjs\",[[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\"]}]]],[\"mds-button_3.cjs\",[[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\"]}]]],[\"mds-banner_3.cjs\",[[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]}]]],[\"mds-avatar.cjs\",[[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\"]}]]],[\"mds-input-switch_2.cjs\",[[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]}]]],[\"mds-calendar_2.cjs\",[[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]}]]],[\"mds-badge.cjs\",[[1,\"mds-badge\",{\"variant\":[513],\"tone\":[513],\"typography\":[1],\"typographyVariant\":[1,\"typography-variant\"]}]]],[\"mds-dropdown.cjs\",[[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\"]}]]],[\"mds-img.cjs\",[[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\"]}]]],[\"mds-progress_2.cjs\",[[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\"]}]]],[\"mds-tab_2.cjs\",[[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\"]}]]]]"), options);
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports.setNonce = index.setNonce;
|
|
@@ -19,7 +19,7 @@ var patchBrowser = () => {
|
|
|
19
19
|
|
|
20
20
|
patchBrowser().then(async (options) => {
|
|
21
21
|
await appGlobals.globalScripts();
|
|
22
|
-
return index.bootstrapLazy(JSON.parse("[[\"mds-input-upload.cjs\",[[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\"]}]]],[\"mds-input-date.cjs\",[[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\"]}]]],[\"mds-policy-ai.cjs\",[[1,\"mds-policy-ai\",{\"headline\":[513],\"description\":[513],\"variant\":[513],\"href\":[513],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-avatar-stack.cjs\",[[1,\"mds-avatar-stack\",{\"size\":[513],\"total\":[514]}]]],[\"mds-input-date-range.cjs\",[[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\"]}]]],[\"mds-input-otp.cjs\",[[65,\"mds-input-otp\",{\"length\":[2],\"autosubmit\":[516],\"value\":[1537]}]]],[\"mds-pref-language.cjs\",[[1,\"mds-pref-language\",{\"size\":[513],\"set\":[1537],\"showDropdown\":[32],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-table-header.cjs\",[[1,\"mds-table-header\",{\"selectable\":[4],\"selectAll\":[32],\"hasActions\":[32],\"indeterminate\":[32],\"hasSelection\":[32],\"language\":[32],\"updateLang\":[64],\"setSelection\":[64]}]]],[\"mds-entity.cjs\",[[1,\"mds-entity\",{\"await\":[516],\"icon\":[513],\"src\":[513],\"initials\":[513],\"tone\":[513],\"variant\":[513]}]]],[\"mds-pref-animation.cjs\",[[1,\"mds-pref-animation\",{\"size\":[513],\"mode\":[1537],\"language\":[32],\"updateLang\":[64]},null,{\"mode\":[\"modeChanged\"]}]]],[\"mds-pref-consumption.cjs\",[[1,\"mds-pref-consumption\",{\"size\":[513],\"mode\":[1537],\"language\":[32],\"updateLang\":[64]},null,{\"mode\":[\"modeChanged\"]}]]],[\"mds-pref-contrast.cjs\",[[1,\"mds-pref-contrast\",{\"size\":[513],\"mode\":[1537],\"language\":[32],\"updateLang\":[64]},null,{\"mode\":[\"modeChanged\"]}]]],[\"mds-pref-theme.cjs\",[[1,\"mds-pref-theme\",{\"size\":[513],\"mode\":[1537],\"transition\":[1537],\"language\":[32],\"disabled\":[32],\"updateLang\":[64]},null,{\"mode\":[\"modeChanged\"]}]]],[\"mds-push-notification-item.cjs\",[[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\"]}]]],[\"mds-button-dropdown.cjs\",[[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]}]]],[\"mds-header.cjs\",[[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\"]}]]],[\"mds-keyboard.cjs\",[[1,\"mds-keyboard\",{\"test\":[1537],\"try\":[516],\"language\":[32],\"testPassed\":[32],\"updateLang\":[64]},null,{\"try\":[\"handleTryProperty\"]}]]],[\"mds-radial-menu-item.cjs\",[[1,\"mds-radial-menu-item\",{\"tooltip\":[513],\"icon\":[1537],\"tone\":[513],\"variant\":[513],\"size\":[513]}]]],[\"mds-status-bar.cjs\",[[1,\"mds-status-bar\",{\"description\":[513],\"overflow\":[513],\"position\":[513],\"visible\":[1540],\"hide\":[64]},null,{\"visible\":[\"handleVisbilityProp\"]}]]],[\"mds-stepper-bar-item.cjs\",[[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\"]}]]],[\"mds-breadcrumb.cjs\",[[1,\"mds-breadcrumb\",{\"back\":[4],\"language\":[32],\"updateLang\":[64]},[[0,\"mdsBreadcrumbItemSelect\",\"activedEventHandler\"]]]]],[\"mds-header-bar.cjs\",[[1,\"mds-header-bar\",{\"menu\":[513],\"nav\":[513],\"isOpened\":[32],\"setOpened\":[64]}]]],[\"mds-horizontal-scroll.cjs\",[[1,\"mds-horizontal-scroll\",{\"controls\":[1537],\"navigation\":[513],\"snap\":[513],\"hasCompatibility\":[32],\"showForward\":[32],\"showBack\":[32]},null,{\"navigation\":[\"watchNavigation\"]}]]],[\"mds-input-date-range-preselection.cjs\",[[1,\"mds-input-date-range-preselection\",{\"selected\":[1540],\"start\":[513],\"end\":[513]}]]],[\"mds-label.cjs\",[[1,\"mds-label\",{\"labelAction\":[1,\"label-action\"],\"variant\":[513],\"tone\":[513],\"truncate\":[513],\"typography\":[1],\"deletable\":[4],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-note.cjs\",[[1,\"mds-note\",{\"deletable\":[4],\"variant\":[513],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-pref-language-item.cjs\",[[1,\"mds-pref-language-item\",{\"code\":[513],\"selected\":[516],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-push-notification.cjs\",[[1,\"mds-push-notification\",{\"visible\":[1540],\"behavior\":[1],\"show\":[64],\"hide\":[64],\"removeNotification\":[64]},null,{\"visible\":[\"visibleChanged\"]}]]],[\"mds-radial-menu.cjs\",[[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\"]}]]],[\"mds-table-row.cjs\",[[1,\"mds-table-row\",{\"interactive\":[516],\"overlayActions\":[516,\"overlay-actions\"],\"selectable\":[516],\"selected\":[1540],\"value\":[520],\"sizerWidth\":[32],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-tree-item.cjs\",[[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\"]}]]],[\"mds-url-view.cjs\",[[1,\"mds-url-view\",{\"icon\":[513],\"label\":[513],\"src\":[513],\"loading\":[513],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-accordion-timer-item.cjs\",[[1,\"mds-accordion-timer-item\",{\"typography\":[1],\"selected\":[516],\"description\":[1],\"duration\":[514],\"progress\":[2],\"uuid\":[2]},null,{\"selected\":[\"handleSelected\"]}]]],[\"mds-benchmark-bar.cjs\",[[1,\"mds-benchmark-bar\",{\"alias\":[1],\"typography\":[1],\"value\":[2],\"variant\":[513]}]]],[\"mds-file.cjs\",[[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\"]}]]],[\"mds-filter.cjs\",[[1,\"mds-filter\",{\"autoReset\":[516,\"auto-reset\"],\"label\":[1],\"multiple\":[516],\"reset\":[516],\"active\":[32],\"itemsSelected\":[32]},[[0,\"mdsFilterItemSelect\",\"activeEventHandler\"]]]]],[\"mds-input-select.cjs\",[[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\"]}]]],[\"mds-paginator.cjs\",[[1,\"mds-paginator\",{\"pages\":[2],\"currentPage\":[1538,\"current-page\"]}]]],[\"mds-keyboard-key.cjs\",[[1,\"mds-keyboard-key\",{\"name\":[513],\"pressed\":[516],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-kpi-item.cjs\",[[1,\"mds-kpi-item\",{\"label\":[1],\"description\":[1],\"threshold\":[2],\"icon\":[1],\"isIntersecting\":[32]}]]],[\"mds-list-item.cjs\",[[1,\"mds-list-item\",{\"typography\":[513],\"variant\":[1],\"icon\":[1]}]]],[\"mds-mention.cjs\",[[1,\"mds-mention\",{\"icon\":[513],\"label\":[513],\"size\":[513]}]]],[\"mds-tab-bar-item.cjs\",[[1,\"mds-tab-bar-item\",{\"icon\":[1],\"selected\":[1540],\"typography\":[1],\"isSelected\":[32]},null,{\"selected\":[\"validateSelected\"]}]]],[\"mds-usage.cjs\",[[1,\"mds-usage\",{\"variant\":[1],\"alias\":[1],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-accordion-item.cjs\",[[1,\"mds-accordion-item\",{\"typography\":[1],\"selected\":[1540],\"label\":[1]}]]],[\"mds-bibliography.cjs\",[[1,\"mds-bibliography\",{\"format\":[1],\"author\":[1],\"name\":[1],\"publisher\":[1],\"date\":[1],\"location\":[1],\"rel\":[1],\"typography\":[1],\"variant\":[1],\"url\":[1]}]]],[\"mds-breadcrumb-item.cjs\",[[1,\"mds-breadcrumb-item\",{\"selected\":[1540]}]]],[\"mds-input-field.cjs\",[[65,\"mds-input-field\",{\"label\":[1025],\"message\":[1025],\"variant\":[1537]}]]],[\"mds-input-range.cjs\",[[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\"]}]]],[\"mds-notification.cjs\",[[1,\"mds-notification\",{\"target\":[1],\"value\":[1538],\"visible\":[1540],\"strategy\":[1537],\"max\":[514]},null,{\"strategy\":[\"strategyHandler\"]}]]],[\"mds-pref.cjs\",[[1,\"mds-pref\",{\"size\":[513],\"controller\":[1540],\"showReload\":[32],\"language\":[32],\"updateLang\":[64]},null,{\"controller\":[\"handleControllerChange\"],\"size\":[\"handleSizeChange\"]}]]],[\"mds-price-table-features.cjs\",[[1,\"mds-price-table-features\",{\"label\":[1]}]]],[\"mds-price-table-features-cell.cjs\",[[1,\"mds-price-table-features-cell\",{\"type\":[513]}]]],[\"mds-price-table-list.cjs\",[[1,\"mds-price-table-list\",{\"hasItems\":[32]}]]],[\"mds-price-table-list-item.cjs\",[[1,\"mds-price-table-list-item\",{\"supported\":[516],\"typography\":[513]}]]],[\"mds-quote.cjs\",[[1,\"mds-quote\",{\"typography\":[1],\"tag\":[1]}]]],[\"mds-toast.cjs\",[[1,\"mds-toast\",{\"duration\":[1538],\"visible\":[1540],\"variant\":[513],\"tone\":[513],\"position\":[1537]},null,{\"visible\":[\"visibleChanged\"],\"duration\":[\"durationChanged\"]}]]],[\"mds-accordion.cjs\",[[1,\"mds-accordion\",{\"multiple\":[4],\"closable\":[4]},[[0,\"mdsAccordionItemSelect\",\"selectedEventHandler\"],[0,\"mdsAccordionItemUnselect\",\"unselectedEventHandler\"]]]]],[\"mds-accordion-timer.cjs\",[[1,\"mds-accordion-timer\",{\"duration\":[514],\"paused\":[516],\"time\":[32]},[[0,\"mdsAccordionTimerItemClickSelect\",\"onClickSelect\"],[0,\"mdsAccordionTimerItemSelect\",\"onSelect\"],[0,\"mdsAccordionTimerItemMouseEnterSelect\",\"onMouseEnterSelect\"],[0,\"mdsAccordionTimerItemMouseLeaveSelect\",\"onMouseLeaveSelect\"]],{\"paused\":[\"handlePaused\"]}]]],[\"mds-author.cjs\",[[1,\"mds-author\"]]],[\"mds-button-group.cjs\",[[1,\"mds-button-group\"]]],[\"mds-card.cjs\",[[1,\"mds-card\",{\"autoGrid\":[516,\"auto-grid\"],\"layout\":[32]}]]],[\"mds-card-content.cjs\",[[1,\"mds-card-content\"]]],[\"mds-card-footer.cjs\",[[1,\"mds-card-footer\"]]],[\"mds-card-header.cjs\",[[1,\"mds-card-header\"]]],[\"mds-card-media.cjs\",[[1,\"mds-card-media\"]]],[\"mds-details.cjs\",[[1,\"mds-details\",{\"opened\":[1540],\"isOpened\":[32],\"hasIcon\":[32]},null,{\"opened\":[\"validateOpened\"]}]]],[\"mds-emoji.cjs\",[[1,\"mds-emoji\",{\"name\":[513],\"agree\":[64],\"disagree\":[64],\"startThinking\":[64],\"stopThinking\":[64],\"startBlinking\":[64],\"stopBlinking\":[64],\"stopFollowMouse\":[64],\"startFollowMouse\":[64]}]]],[\"mds-hr.cjs\",[[1,\"mds-hr\"]]],[\"mds-kpi.cjs\",[[1,\"mds-kpi\"]]],[\"mds-list.cjs\",[[1,\"mds-list\"]]],[\"mds-price-table.cjs\",[[1,\"mds-price-table\"]]],[\"mds-price-table-features-row.cjs\",[[1,\"mds-price-table-features-row\",{\"cellPercWidth\":[32]}]]],[\"mds-price-table-header.cjs\",[[1,\"mds-price-table-header\"]]],[\"mds-stepper-bar.cjs\",[[1,\"mds-stepper-bar\",{\"itemsDone\":[2,\"items-done\"],\"navigation\":[513],\"currentItem\":[32]},[[0,\"mdsStepperBarItemDone\",\"changeEventHandler\"]],{\"itemsDone\":[\"itemDone\"]}]]],[\"mds-tab-bar.cjs\",[[1,\"mds-tab-bar\",null,[[0,\"mdsTabBarItemSelect\",\"changeEventHandler\"]]]]],[\"mds-table.cjs\",[[1,\"mds-table\",{\"interactive\":[4],\"selectable\":[4],\"selection\":[1540],\"selectedRows\":[32],\"updateSelection\":[64],\"selectAll\":[64]},null,{\"interactive\":[\"onTableInteractive\"],\"selectable\":[\"onTableSelectable\"]}]]],[\"mds-table-body.cjs\",[[1,\"mds-table-body\",{\"interactive\":[516],\"selection\":[516]}]]],[\"mds-table-footer.cjs\",[[1,\"mds-table-footer\"]]],[\"mds-tree.cjs\",[[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\"]}]]],[\"mds-video-wall.cjs\",[[1,\"mds-video-wall\",{\"autoplay\":[4],\"loop\":[4],\"muted\":[4],\"noise\":[1],\"poster\":[1],\"preload\":[1],\"src\":[1]}]]],[\"mds-zero.cjs\",[[1,\"mds-zero\"]]],[\"mds-text.cjs\",[[1,\"mds-text\",{\"animation\":[1],\"tag\":[1537],\"text\":[513],\"truncate\":[513],\"typography\":[513],\"variant\":[513]},null,{\"text\":[\"textHandler\"]}]]],[\"mds-avatar-stack-item.cjs\",[[1,\"mds-avatar-stack-item\",{\"count\":[514],\"initials\":[1537],\"src\":[513],\"tone\":[513],\"variant\":[513]}]]],[\"mds-file-preview.cjs\",[[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\"]}]]],[\"mds-input-tip_2.cjs\",[[1,\"mds-input-tip-item\",{\"variant\":[513],\"expanded\":[1540],\"language\":[32],\"updateLang\":[64]},null,{\"expanded\":[\"handleEcpandedChanged\"]}],[1,\"mds-input-tip\",{\"active\":[516],\"position\":[513]}]]],[\"mds-input.cjs\",[[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\"]}]]],[\"mds-table-header-cell.cjs\",[[1,\"mds-table-header-cell\",{\"sortable\":[516],\"label\":[513],\"direction\":[1537],\"isAscending\":[32]},null,{\"sortable\":[\"sortableHandler\"],\"direction\":[\"directionHandler\"]}]]],[\"mds-filter-item.cjs\",[[1,\"mds-filter-item\",{\"selected\":[1540],\"label\":[513],\"icon\":[513],\"value\":[513],\"count\":[513],\"disabled\":[516]}]]],[\"mds-paginator-item.cjs\",[[1,\"mds-paginator-item\",{\"icon\":[513],\"selected\":[516],\"disabled\":[516]}]]],[\"mds-separator.cjs\",[[1,\"mds-separator\"]]],[\"mds-modal.cjs\",[[1,\"mds-modal\",{\"opened\":[1540],\"backdrop\":[1540],\"position\":[1537],\"animating\":[1537],\"animation\":[513],\"overflow\":[513],\"interaction\":[513],\"close\":[64]},null,{\"opened\":[\"handleOpenProp\"],\"backdrop\":[\"handleBackdropProp\"]}]]],[\"mds-tooltip.cjs\",[[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\"]}]]],[\"mds-button_3.cjs\",[[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\"]}]]],[\"mds-banner_3.cjs\",[[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]}]]],[\"mds-avatar.cjs\",[[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\"]}]]],[\"mds-input-switch_2.cjs\",[[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]}]]],[\"mds-calendar_2.cjs\",[[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]}]]],[\"mds-badge.cjs\",[[1,\"mds-badge\",{\"variant\":[513],\"tone\":[513],\"typography\":[1],\"typographyVariant\":[1,\"typography-variant\"]}]]],[\"mds-dropdown.cjs\",[[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\"]}]]],[\"mds-img.cjs\",[[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\"]}]]],[\"mds-progress_2.cjs\",[[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\"]}]]],[\"mds-tab_2.cjs\",[[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\"]}]]]]"), options);
|
|
22
|
+
return index.bootstrapLazy(JSON.parse("[[\"mds-input-upload.cjs\",[[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\"]}]]],[\"mds-input-date.cjs\",[[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\"]}]]],[\"mds-policy-ai.cjs\",[[1,\"mds-policy-ai\",{\"headline\":[513],\"description\":[513],\"variant\":[513],\"href\":[513],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-avatar-stack.cjs\",[[1,\"mds-avatar-stack\",{\"size\":[513],\"total\":[514]}]]],[\"mds-input-date-range.cjs\",[[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\"]}]]],[\"mds-input-otp.cjs\",[[65,\"mds-input-otp\",{\"length\":[2],\"autosubmit\":[516],\"value\":[1537]}]]],[\"mds-pref-language.cjs\",[[1,\"mds-pref-language\",{\"size\":[513],\"set\":[1537],\"showDropdown\":[32],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-table-header.cjs\",[[1,\"mds-table-header\",{\"selectable\":[4],\"selectAll\":[32],\"hasActions\":[32],\"indeterminate\":[32],\"hasSelection\":[32],\"language\":[32],\"updateLang\":[64],\"setSelection\":[64]}]]],[\"mds-entity.cjs\",[[1,\"mds-entity\",{\"await\":[516],\"icon\":[513],\"src\":[513],\"initials\":[513],\"tone\":[513],\"variant\":[513]}]]],[\"mds-pref-animation.cjs\",[[1,\"mds-pref-animation\",{\"size\":[513],\"mode\":[1537],\"language\":[32],\"updateLang\":[64]},null,{\"mode\":[\"modeChanged\"]}]]],[\"mds-pref-consumption.cjs\",[[1,\"mds-pref-consumption\",{\"size\":[513],\"mode\":[1537],\"language\":[32],\"updateLang\":[64]},null,{\"mode\":[\"modeChanged\"]}]]],[\"mds-pref-contrast.cjs\",[[1,\"mds-pref-contrast\",{\"size\":[513],\"mode\":[1537],\"language\":[32],\"updateLang\":[64]},null,{\"mode\":[\"modeChanged\"]}]]],[\"mds-pref-theme.cjs\",[[1,\"mds-pref-theme\",{\"size\":[513],\"mode\":[1537],\"transition\":[1537],\"language\":[32],\"disabled\":[32],\"updateLang\":[64]},null,{\"mode\":[\"modeChanged\"]}]]],[\"mds-push-notification-item.cjs\",[[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\"]}]]],[\"mds-button-dropdown.cjs\",[[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]}]]],[\"mds-header.cjs\",[[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\"]}]]],[\"mds-keyboard.cjs\",[[1,\"mds-keyboard\",{\"test\":[1537],\"try\":[516],\"language\":[32],\"testPassed\":[32],\"updateLang\":[64]},null,{\"try\":[\"handleTryProperty\"]}]]],[\"mds-radial-menu-item.cjs\",[[1,\"mds-radial-menu-item\",{\"tooltip\":[513],\"icon\":[1537],\"tone\":[513],\"variant\":[513],\"size\":[513]}]]],[\"mds-status-bar.cjs\",[[1,\"mds-status-bar\",{\"description\":[513],\"overflow\":[513],\"position\":[513],\"visible\":[1540],\"hide\":[64]},null,{\"visible\":[\"handleVisbilityProp\"]}]]],[\"mds-stepper-bar-item.cjs\",[[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\"]}]]],[\"mds-breadcrumb.cjs\",[[1,\"mds-breadcrumb\",{\"back\":[4],\"language\":[32],\"updateLang\":[64]},[[0,\"mdsBreadcrumbItemSelect\",\"activedEventHandler\"]]]]],[\"mds-header-bar.cjs\",[[1,\"mds-header-bar\",{\"menu\":[513],\"nav\":[513],\"isOpened\":[32],\"setOpened\":[64]}]]],[\"mds-horizontal-scroll.cjs\",[[1,\"mds-horizontal-scroll\",{\"controls\":[1537],\"navigation\":[513],\"snap\":[513],\"hasCompatibility\":[32],\"showForward\":[32],\"showBack\":[32]},null,{\"navigation\":[\"watchNavigation\"]}]]],[\"mds-input-date-range-preselection.cjs\",[[1,\"mds-input-date-range-preselection\",{\"selected\":[1540],\"start\":[513],\"end\":[513]}]]],[\"mds-label.cjs\",[[1,\"mds-label\",{\"labelAction\":[1,\"label-action\"],\"variant\":[513],\"tone\":[513],\"truncate\":[513],\"typography\":[1],\"deletable\":[4],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-note.cjs\",[[1,\"mds-note\",{\"deletable\":[4],\"variant\":[513],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-pref-language-item.cjs\",[[1,\"mds-pref-language-item\",{\"code\":[513],\"selected\":[516],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-push-notification.cjs\",[[1,\"mds-push-notification\",{\"visible\":[1540],\"behavior\":[1],\"show\":[64],\"hide\":[64],\"removeNotification\":[64]},null,{\"visible\":[\"visibleChanged\"]}]]],[\"mds-radial-menu.cjs\",[[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\"]}]]],[\"mds-table-row.cjs\",[[1,\"mds-table-row\",{\"interactive\":[516],\"overlayActions\":[516,\"overlay-actions\"],\"selectable\":[516],\"selected\":[1540],\"value\":[520],\"sizerWidth\":[32],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-tree-item.cjs\",[[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\"]}]]],[\"mds-url-view.cjs\",[[1,\"mds-url-view\",{\"icon\":[513],\"label\":[513],\"src\":[513],\"loading\":[513],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-accordion-timer-item.cjs\",[[1,\"mds-accordion-timer-item\",{\"typography\":[1],\"selected\":[516],\"description\":[1],\"duration\":[514],\"progress\":[2],\"uuid\":[2]},null,{\"selected\":[\"handleSelected\"]}]]],[\"mds-benchmark-bar.cjs\",[[1,\"mds-benchmark-bar\",{\"alias\":[1],\"typography\":[1],\"value\":[2],\"variant\":[513]}]]],[\"mds-file.cjs\",[[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\"]}]]],[\"mds-filter.cjs\",[[1,\"mds-filter\",{\"autoReset\":[516,\"auto-reset\"],\"label\":[1],\"multiple\":[516],\"reset\":[516],\"active\":[32],\"itemsSelected\":[32]},[[0,\"mdsFilterItemSelect\",\"activeEventHandler\"]]]]],[\"mds-input-select.cjs\",[[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\"]}]]],[\"mds-paginator.cjs\",[[1,\"mds-paginator\",{\"pages\":[2],\"currentPage\":[1538,\"current-page\"]}]]],[\"mds-keyboard-key.cjs\",[[1,\"mds-keyboard-key\",{\"name\":[513],\"pressed\":[516],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-kpi-item.cjs\",[[1,\"mds-kpi-item\",{\"label\":[1],\"description\":[1],\"threshold\":[2],\"icon\":[1],\"isIntersecting\":[32]}]]],[\"mds-list-item.cjs\",[[1,\"mds-list-item\",{\"typography\":[513],\"variant\":[1],\"icon\":[1]}]]],[\"mds-mention.cjs\",[[1,\"mds-mention\",{\"icon\":[513],\"label\":[513],\"size\":[513]}]]],[\"mds-tab-bar-item.cjs\",[[1,\"mds-tab-bar-item\",{\"icon\":[1],\"selected\":[1540],\"typography\":[1],\"isSelected\":[32]},null,{\"selected\":[\"validateSelected\"]}]]],[\"mds-usage.cjs\",[[1,\"mds-usage\",{\"variant\":[1],\"alias\":[1],\"language\":[32],\"updateLang\":[64]}]]],[\"mds-accordion-item.cjs\",[[1,\"mds-accordion-item\",{\"typography\":[1],\"selected\":[1540],\"label\":[1]}]]],[\"mds-bibliography.cjs\",[[1,\"mds-bibliography\",{\"format\":[1],\"author\":[1],\"name\":[1],\"publisher\":[1],\"date\":[1],\"location\":[1],\"rel\":[1],\"typography\":[1],\"variant\":[1],\"url\":[1]}]]],[\"mds-breadcrumb-item.cjs\",[[1,\"mds-breadcrumb-item\",{\"selected\":[1540]}]]],[\"mds-input-field.cjs\",[[65,\"mds-input-field\",{\"label\":[1025],\"message\":[1025],\"variant\":[1537]}]]],[\"mds-input-range.cjs\",[[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\"]}]]],[\"mds-notification.cjs\",[[1,\"mds-notification\",{\"target\":[1],\"value\":[1538],\"visible\":[1540],\"strategy\":[1537],\"max\":[514]},null,{\"strategy\":[\"strategyHandler\"]}]]],[\"mds-pref.cjs\",[[1,\"mds-pref\",{\"size\":[513],\"controller\":[1540],\"showReload\":[32],\"language\":[32],\"updateLang\":[64]},null,{\"controller\":[\"handleControllerChange\"],\"size\":[\"handleSizeChange\"]}]]],[\"mds-price-table-features.cjs\",[[1,\"mds-price-table-features\",{\"label\":[1]}]]],[\"mds-price-table-features-cell.cjs\",[[1,\"mds-price-table-features-cell\",{\"type\":[513]}]]],[\"mds-price-table-list.cjs\",[[1,\"mds-price-table-list\",{\"hasItems\":[32]}]]],[\"mds-price-table-list-item.cjs\",[[1,\"mds-price-table-list-item\",{\"supported\":[516],\"typography\":[513]}]]],[\"mds-quote.cjs\",[[1,\"mds-quote\",{\"typography\":[1],\"tag\":[1]}]]],[\"mds-toast.cjs\",[[1,\"mds-toast\",{\"duration\":[1538],\"visible\":[1540],\"variant\":[513],\"tone\":[513],\"position\":[1537]},null,{\"visible\":[\"visibleChanged\"],\"duration\":[\"durationChanged\"]}]]],[\"mds-accordion.cjs\",[[1,\"mds-accordion\",{\"multiple\":[4],\"closable\":[4]},[[0,\"mdsAccordionItemSelect\",\"selectedEventHandler\"],[0,\"mdsAccordionItemUnselect\",\"unselectedEventHandler\"]]]]],[\"mds-accordion-timer.cjs\",[[1,\"mds-accordion-timer\",{\"duration\":[514],\"paused\":[516],\"time\":[32]},[[0,\"mdsAccordionTimerItemClickSelect\",\"onClickSelect\"],[0,\"mdsAccordionTimerItemSelect\",\"onSelect\"],[0,\"mdsAccordionTimerItemMouseEnterSelect\",\"onMouseEnterSelect\"],[0,\"mdsAccordionTimerItemMouseLeaveSelect\",\"onMouseLeaveSelect\"]],{\"paused\":[\"handlePaused\"]}]]],[\"mds-author.cjs\",[[1,\"mds-author\"]]],[\"mds-button-group.cjs\",[[1,\"mds-button-group\"]]],[\"mds-card.cjs\",[[1,\"mds-card\",{\"autoGrid\":[516,\"auto-grid\"],\"layout\":[32]}]]],[\"mds-card-content.cjs\",[[1,\"mds-card-content\"]]],[\"mds-card-footer.cjs\",[[1,\"mds-card-footer\"]]],[\"mds-card-header.cjs\",[[1,\"mds-card-header\"]]],[\"mds-card-media.cjs\",[[1,\"mds-card-media\"]]],[\"mds-details.cjs\",[[1,\"mds-details\",{\"opened\":[1540],\"isOpened\":[32],\"hasIcon\":[32]},null,{\"opened\":[\"validateOpened\"]}]]],[\"mds-emoji.cjs\",[[1,\"mds-emoji\",{\"name\":[513],\"agree\":[64],\"disagree\":[64],\"startThinking\":[64],\"stopThinking\":[64],\"startBlinking\":[64],\"stopBlinking\":[64],\"stopFollowMouse\":[64],\"startFollowMouse\":[64]}]]],[\"mds-hr.cjs\",[[1,\"mds-hr\"]]],[\"mds-kpi.cjs\",[[1,\"mds-kpi\"]]],[\"mds-list.cjs\",[[1,\"mds-list\"]]],[\"mds-price-table.cjs\",[[1,\"mds-price-table\"]]],[\"mds-price-table-features-row.cjs\",[[1,\"mds-price-table-features-row\",{\"cellPercWidth\":[32]}]]],[\"mds-price-table-header.cjs\",[[1,\"mds-price-table-header\"]]],[\"mds-stepper-bar.cjs\",[[1,\"mds-stepper-bar\",{\"itemsDone\":[2,\"items-done\"],\"navigation\":[513],\"currentItem\":[32]},[[0,\"mdsStepperBarItemDone\",\"changeEventHandler\"]],{\"itemsDone\":[\"itemDone\"]}]]],[\"mds-tab-bar.cjs\",[[1,\"mds-tab-bar\",null,[[0,\"mdsTabBarItemSelect\",\"changeEventHandler\"]]]]],[\"mds-table.cjs\",[[1,\"mds-table\",{\"interactive\":[4],\"selectable\":[4],\"selection\":[1540],\"selectedRows\":[32],\"updateSelection\":[64],\"selectAll\":[64]},null,{\"interactive\":[\"onTableInteractive\"],\"selectable\":[\"onTableSelectable\"]}]]],[\"mds-table-body.cjs\",[[1,\"mds-table-body\",{\"interactive\":[516],\"selection\":[516]}]]],[\"mds-table-footer.cjs\",[[1,\"mds-table-footer\"]]],[\"mds-tree.cjs\",[[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\"]}]]],[\"mds-video-wall.cjs\",[[1,\"mds-video-wall\",{\"autoplay\":[4],\"loop\":[4],\"muted\":[4],\"noise\":[1],\"poster\":[1],\"preload\":[1],\"src\":[1]}]]],[\"mds-zero.cjs\",[[1,\"mds-zero\"]]],[\"mds-text.cjs\",[[1,\"mds-text\",{\"animation\":[1],\"tag\":[1537],\"text\":[513],\"truncate\":[513],\"typography\":[513],\"variant\":[513]},null,{\"text\":[\"textHandler\"]}]]],[\"mds-avatar-stack-item.cjs\",[[1,\"mds-avatar-stack-item\",{\"count\":[514],\"initials\":[1537],\"src\":[513],\"tone\":[513],\"variant\":[513]}]]],[\"mds-file-preview.cjs\",[[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\"]}]]],[\"mds-input-tip_2.cjs\",[[1,\"mds-input-tip-item\",{\"variant\":[513],\"expanded\":[1540],\"language\":[32],\"updateLang\":[64]},null,{\"expanded\":[\"handleEcpandedChanged\"]}],[1,\"mds-input-tip\",{\"active\":[516],\"position\":[513]}]]],[\"mds-input.cjs\",[[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\"]}]]],[\"mds-table-header-cell.cjs\",[[1,\"mds-table-header-cell\",{\"sortable\":[516],\"label\":[513],\"direction\":[1537],\"isAscending\":[32]},null,{\"sortable\":[\"sortableHandler\"],\"direction\":[\"directionHandler\"]}]]],[\"mds-filter-item.cjs\",[[1,\"mds-filter-item\",{\"selected\":[1540],\"label\":[513],\"icon\":[513],\"value\":[513],\"count\":[513],\"disabled\":[516]}]]],[\"mds-paginator-item.cjs\",[[1,\"mds-paginator-item\",{\"icon\":[513],\"selected\":[516],\"disabled\":[516]}]]],[\"mds-separator.cjs\",[[1,\"mds-separator\"]]],[\"mds-modal.cjs\",[[1,\"mds-modal\",{\"opened\":[1540],\"backdrop\":[1540],\"position\":[1537],\"animating\":[1537],\"animation\":[513],\"overflow\":[513],\"interaction\":[513],\"close\":[64]},null,{\"opened\":[\"handleOpenProp\"],\"backdrop\":[\"handleBackdropProp\"]}]]],[\"mds-tooltip.cjs\",[[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\"]}]]],[\"mds-button_3.cjs\",[[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\"]}]]],[\"mds-banner_3.cjs\",[[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]}]]],[\"mds-avatar.cjs\",[[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\"]}]]],[\"mds-input-switch_2.cjs\",[[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]}]]],[\"mds-calendar_2.cjs\",[[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]}]]],[\"mds-badge.cjs\",[[1,\"mds-badge\",{\"variant\":[513],\"tone\":[513],\"typography\":[1],\"typographyVariant\":[1,\"typography-variant\"]}]]],[\"mds-dropdown.cjs\",[[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\"]}]]],[\"mds-img.cjs\",[[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\"]}]]],[\"mds-progress_2.cjs\",[[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\"]}]]],[\"mds-tab_2.cjs\",[[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\"]}]]]]"), options);
|
|
23
23
|
});
|
|
24
24
|
|
|
25
25
|
exports.setNonce = index.setNonce;
|
|
@@ -29,7 +29,7 @@ const MdsAccordionItem = class {
|
|
|
29
29
|
};
|
|
30
30
|
}
|
|
31
31
|
render() {
|
|
32
|
-
return (index.h(index.Host, { key: '
|
|
32
|
+
return (index.h(index.Host, { key: '9f1cc3117afc29a68c815ece34fbe0921fabae13' }, index.h("button", { key: 'c25f41a95d7ac9d17d7ec1ad40bb675ad65118b9', "aria-controls": "content", "aria-expanded": this.selected ? 'true' : 'false', class: "action", id: "action", onClick: this.toggle, role: "button", tabindex: "0" }, index.h("mds-text", { key: '9d2b4ecfd24756915f9ba6a90dee193c0a9a0f2e', typography: this.typography, part: "label" }, this.label), index.h("mds-text", { key: '9182f95912f0b7730f5490ed004823b74cb86200', "aria-hidden": "true", class: "icon-button", typography: this.typography, part: "icon" }, index.h("i", { key: '7b3decf33b434cafb599cfb2b92f6499a6107f75', class: "icon", innerHTML: keyboardArrowDown.miBaselineKeyboardArrowDown }))), index.h("div", { key: '25fe5e0645f12ec051d1ce9e9f21b51d820ef707', class: "content", id: "content" }, index.h("div", { key: '478e6dc7a2b4dfaee5bb057ca51ff2328b85350c', "aria-labelledby": "action", class: "content-expander", part: "content", role: "region" }, index.h("slot", { key: '9de5537e2024754883a842c5ac14431e82398f8f' })))));
|
|
33
33
|
}
|
|
34
34
|
get element() { return index.getElement(this); }
|
|
35
35
|
};
|
|
@@ -61,7 +61,7 @@ const MdsAccordionTimerItem = class {
|
|
|
61
61
|
}
|
|
62
62
|
render() {
|
|
63
63
|
var _a;
|
|
64
|
-
return (index.h(index.Host, { key: '
|
|
64
|
+
return (index.h(index.Host, { key: 'e9ac7110c69c963436e949ca1fd5808b8f136fa1', onMouseEnter: this.mouseEnter, onMouseLeave: this.mouseLeave }, index.h("div", { key: '5491150224ae59baabc2cbd43b6de279c20d1509', class: "row" }, index.h("mds-progress", { key: '006bd6f0750f14a867ea793fdda10dc3dfed16db', "aria-hidden": "true", class: "progress-bar", progress: Number((_a = this.progress) === null || _a === void 0 ? void 0 : _a.toFixed(2)), direction: "vertical", part: "progress" }), index.h("div", { key: '3ce632fb1937949599a5bbadc555a69c58bd088f', class: "accordion" }, index.h("button", { key: '812c73ecf6ed995caee81217ed151f22d8e138c8', "aria-controls": "content", "aria-expanded": this.selected ? 'true' : 'false', class: "action focus-bounce", id: "action", onClick: this.toggle, role: "button", tabindex: "0" }, index.h("mds-text", { key: '95868c912027d2ea3c182307df9720aed8f05956', typography: this.typography, part: "label" }, this.description), index.h("mds-text", { key: '6d82c4a96302e7c48f131431f8ed4083fd2e5ddd', "aria-hidden": "true", class: "icon-button", typography: this.typography, part: "icon" }, index.h("i", { key: 'a0414f53ea6652b3ee68ed3dabef5df41d0798ae', class: "icon", innerHTML: keyboardArrowDown.miBaselineKeyboardArrowDown }))), index.h("div", { key: '76c27f6162e611edf832434ac247dcd5ca58d6cc', class: "content", id: "content" }, index.h("div", { key: '05a2c529875c430ab5303fbae07e96aeb3d38449', "aria-label": this.description, class: "content-expander", part: "content", role: "region" }, index.h("slot", { key: '0ea0b8b04f1ea0211a11cf3c68e762e5104ee30a' })))))));
|
|
65
65
|
}
|
|
66
66
|
static get watchers() { return {
|
|
67
67
|
"selected": ["handleSelected"]
|
|
@@ -146,7 +146,7 @@ const MdsAccordionTimer = class {
|
|
|
146
146
|
this.playTimer();
|
|
147
147
|
}
|
|
148
148
|
render() {
|
|
149
|
-
return (index.h(index.Host, { key: '
|
|
149
|
+
return (index.h(index.Host, { key: '18d9351e729eed662ef37aca4db1b1da573e7973' }, index.h("slot", { key: 'd766385ca2efd9650ec3572a8416d89a7ceabf21' })));
|
|
150
150
|
}
|
|
151
151
|
get element() { return index.getElement(this); }
|
|
152
152
|
static get watchers() { return {
|
|
@@ -55,7 +55,7 @@ const MdsAccordion = class {
|
|
|
55
55
|
this.changedChildrenHandler(event);
|
|
56
56
|
}
|
|
57
57
|
render() {
|
|
58
|
-
return (index.h(index.Host, { key: '
|
|
58
|
+
return (index.h(index.Host, { key: 'c408ce575006a26accb7f111ec4a27ce04fcb4ed' }, index.h("slot", { key: 'b24a2d755fb82ee28d0226d01be146c49f6d0ffa' })));
|
|
59
59
|
}
|
|
60
60
|
get element() { return index.getElement(this); }
|
|
61
61
|
};
|
|
@@ -15,8 +15,8 @@ const MdsAuthor = class {
|
|
|
15
15
|
this.hasAvatar = this.hostElement.querySelector(':scope > [slot="avatar"]') !== null;
|
|
16
16
|
}
|
|
17
17
|
render() {
|
|
18
|
-
return (index.h(index.Host, { key: '
|
|
19
|
-
index.h("div", { key: '
|
|
18
|
+
return (index.h(index.Host, { key: '6e11c7c0c249596f71a1c8366260de4860d10c81' }, this.hasAvatar &&
|
|
19
|
+
index.h("div", { key: 'b41bd067d754ea6608621fccc51dd6029fd5f878', class: "avatar" }, index.h("slot", { key: '8f081d0069fabf7a36214873873a214b52289336', name: "avatar" })), index.h("div", { key: '025a5d5749ef5e2a3edd4d202769d525a7572337', class: "info" }, index.h("slot", { key: '9bfc69fc97d959e6d43a768c00b9874951362685' }))));
|
|
20
20
|
}
|
|
21
21
|
get hostElement() { return index.getElement(this); }
|
|
22
22
|
};
|
|
@@ -16,7 +16,7 @@ const MdsAvatarStackItem = class {
|
|
|
16
16
|
this.tone = 'weak';
|
|
17
17
|
}
|
|
18
18
|
render() {
|
|
19
|
-
return (index.h(index.Host, { key: '
|
|
19
|
+
return (index.h(index.Host, { key: '5e81510d889eb20e72a5c8534f0bd415047023be' }, index.h("mds-avatar", { key: '7dd1b1a0eb453faee2948dfabf62d8f39ccec5aa', class: "avatar", count: this.count, initials: this.initials, src: this.src, tone: this.tone, variant: this.variant })));
|
|
20
20
|
}
|
|
21
21
|
};
|
|
22
22
|
MdsAvatarStackItem.style = MdsAvatarStackItemStyle0;
|
|
@@ -15,7 +15,7 @@ const MdsAvatarStack = class {
|
|
|
15
15
|
this.items = this.host.querySelectorAll(':scope > mds-avatar-stack-item');
|
|
16
16
|
}
|
|
17
17
|
render() {
|
|
18
|
-
return (index.h(index.Host, { key: '
|
|
18
|
+
return (index.h(index.Host, { key: '67b032fe88171cab309b73832dea41d4e5b5d279' }, index.h("slot", { key: '2aff2dfc024c39b1cd31ea5626972f50ce06254a' }), this.total !== undefined && this.total - this.items.length > 0 && index.h("mds-avatar-stack-item", { key: 'bfc70722395cbc1997a0b22888e249769344a1a4', count: this.total - this.items.length })));
|
|
19
19
|
}
|
|
20
20
|
get host() { return index.getElement(this); }
|
|
21
21
|
};
|
|
@@ -137,7 +137,7 @@ const MdsAvatar = class {
|
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
render() {
|
|
140
|
-
return (index.h(index.Host, { key: '
|
|
140
|
+
return (index.h(index.Host, { key: 'c3306ee1be95f9d93dcb0a102cb837f7a8d6dd18' }, index.h("div", { key: '43368870688c2972acf1b2e2e64a986b78643f43', class: clsx.clsx('avatar', this.initials && !this.fallback && !this.src && 'avatar--initials', (this.fallback || (!this.icon && !this.initials && !this.src)) && 'avatar--fallback', this.icon && 'avatar--icon', this.loaded ? 'avatar--loaded' : 'avatar--pending'), part: "wrapper" }, this.initials && !this.count && !this.fallback && !this.src && index.h("div", { key: '05d3820664d87acd0ae30f7526c457fef57d4ffd', class: "initials-text" }, index.h("span", { key: 'b24f8030d87f012fb00f532db07f7862c2f7dc10', class: "fit" }, this.initials.substring(0, 2))), this.count && !this.fallback && !this.src && index.h("div", { key: '6412b1d878bf29eeac7e7876cfdd443130a0c50b', class: "initials-text" }, index.h("span", { key: '2f92908d5d316b1fd4135b2d1861efd449a524d5', class: "fit" }, "+", this.count)), this.src && !this.count && !this.fallback && !this.icon && index.h("mds-img", { key: '116955f0a699604d2f40796298fbd3a3803cd9e5', class: "image", loading: "lazy", onMdsImgLoadError: () => { this.loaded = true; this.fallback = true; }, onMdsImgLoadSuccess: () => { this.loaded = true; }, src: this.src }), this.icon && !this.initials && !this.count && index.h("mds-icon", { key: '403e8c8ff2e3232101779ba5789f52dbd0b5b028', class: "icon", part: "icon", name: this.icon }), (this.fallback || (!this.icon && !this.initials && !this.count && !this.src)) && index.h("i", { key: '3899d50da7833d44c2c51aeac5224f46e5b65428', class: "fallback-icon", innerHTML: miBaselinePerson }))));
|
|
141
141
|
}
|
|
142
142
|
get element() { return index.getElement(this); }
|
|
143
143
|
static get watchers() { return {
|
|
@@ -24,7 +24,7 @@ const MdsBadge = class {
|
|
|
24
24
|
this.typography = 'option';
|
|
25
25
|
}
|
|
26
26
|
render() {
|
|
27
|
-
return (index.h(index.Host, { key: '
|
|
27
|
+
return (index.h(index.Host, { key: 'aa594b056692eb558a04e7adbfa9c677c1c7f1fb' }, index.h("mds-text", { key: 'de789dae87de907f8424aff3706361516a4306f4', tag: "span", typography: this.typography, variant: this.typographyVariant }, index.h("slot", { key: '905909c0a22767fc1de32037f0b18af0d322f7c4' }))));
|
|
28
28
|
}
|
|
29
29
|
};
|
|
30
30
|
MdsBadge.style = MdsBadgeStyle0;
|
|
@@ -94,9 +94,9 @@ const MdsBanner = class {
|
|
|
94
94
|
this.km.detachClickBehavior();
|
|
95
95
|
}
|
|
96
96
|
render() {
|
|
97
|
-
return (index.h(index.Host, { key: '
|
|
97
|
+
return (index.h(index.Host, { key: '887b88791934b25523bcb5236a539da2e9087f30', "aria-label": this.headline }, index.h("div", { key: 'f3b61bb544a3095ccf06470c8c493bdaa2b8c8b0', class: "body" }, this.icon && index.h("mds-icon", { key: 'fd9149319c9c49d2a9976a9f0ae6e7ffa8fc1fd0', "aria-hidden": "true", class: "icon", name: this.icon }), index.h("div", { key: '3891eb5646291187cefd68e0875a35dd67852248', class: "content" }, this.headline && index.h("mds-text", { key: '9b85e11b0b71fefbdc9164be7f224e77f679eb34', "aria-hidden": "true", class: "headline", typography: "h6" }, this.headline), index.h("div", { key: '714fe7d8063fdca951d0d94845789dd39eaf1e6d', class: "text" }, index.h("slot", { key: '72d818fd156c6d69b82e5584ecc641eba215823a' }))), this.deletable && index.h("mds-button", { key: 'feb587470ccb3799609333d5c080e2d2c8b7005a', class: "close-button", icon: close.miBaselineClose, onClick: this.closeBanner, title: this.t.get('cancel') })), this.actions
|
|
98
98
|
&&
|
|
99
|
-
index.h("div", { key: '
|
|
99
|
+
index.h("div", { key: 'aec5c935e8e2f934bfe6fab2291704c8d89cea0a', class: "actions" }, index.h("slot", { key: '9d1765d04dda9a276bb90a4d9c250bc0d403fedc', name: "action" }))));
|
|
100
100
|
}
|
|
101
101
|
get host() { return index.getElement(this); }
|
|
102
102
|
};
|
|
@@ -223,10 +223,10 @@ const MdsChip = class {
|
|
|
223
223
|
this.km.detachClickBehavior('label');
|
|
224
224
|
}
|
|
225
225
|
render() {
|
|
226
|
-
return (index.h(index.Host, { key: '
|
|
227
|
-
index.h("div", { key: '
|
|
226
|
+
return (index.h(index.Host, { key: '74933ef09b9f5f46d900110ff415ae70347c9c83', "aria-disabled": this.disabled ? 'true' : 'false' }, this.icon &&
|
|
227
|
+
index.h("div", { key: '3fe3e80d2ff6544c1e4ae1534247876f5491d4fb', "aria-hidden": "true", class: "icon-area" }, index.h("mds-icon", { key: '0fa559f7ed4c4909d4ea2c623eb29b4ccb847dfc', class: "icon", name: this.icon })), this.clickable
|
|
228
228
|
? index.h("mds-text", { class: "label label--interactive", tabindex: "0", typography: "caption", truncate: "word" }, this.label)
|
|
229
|
-
: index.h("mds-text", { class: "label", typography: "caption", truncate: "word" }, this.label), this.deletable && index.h("mds-button", { key: '
|
|
229
|
+
: index.h("mds-text", { class: "label", typography: "caption", truncate: "word" }, this.label), this.deletable && index.h("mds-button", { key: '06c0fe6d50a4cde2f20ab9f30d4f0bbca6cef50b', class: "button-delete", icon: cancel$4.miBaselineCancel, onClick: this.onDeleteHandler.bind(this), title: `${this.t.get('deleteLabel')} ${this.label}`, variant: "dark", tone: "quiet", size: "sm" })));
|
|
230
230
|
}
|
|
231
231
|
get host() { return index.getElement(this); }
|
|
232
232
|
static get watchers() { return {
|
|
@@ -256,7 +256,7 @@ const MdsHelp = class {
|
|
|
256
256
|
}
|
|
257
257
|
render() {
|
|
258
258
|
var _a;
|
|
259
|
-
return (index.h(index.Host, { key: '
|
|
259
|
+
return (index.h(index.Host, { key: 'cedc4c6783cfb2c6f04753bdefeb1b9c57d86992' }, index.h("mds-icon", { key: '6af5953d71ffe22953d3dda415a8ca09308200d2', class: "icon", name: (_a = this.icon) !== null && _a !== void 0 ? _a : miOutlineHelp, part: "icon" }), index.h("mds-tooltip", { key: 'c9909f51bae689166b9022e7de240cf53abd92cf', placement: this.placement, autoPlacement: this.autoPlacement, strategy: "absolute", target: ".icon" }, index.h("slot", { key: '11d356840cabae0abd371f63108e2362fde4acd7' }))));
|
|
260
260
|
}
|
|
261
261
|
};
|
|
262
262
|
MdsHelp.style = MdsHelpStyle0;
|
|
@@ -25,7 +25,7 @@ const MdsBenchmarkBar = class {
|
|
|
25
25
|
}
|
|
26
26
|
render() {
|
|
27
27
|
var _a;
|
|
28
|
-
return (index.h(index.Host, { key: '
|
|
28
|
+
return (index.h(index.Host, { key: '474d8e0d71b7602003560184e41fa0f8e8f83443' }, index.h("div", { key: '70fb1afe85855dec88fb88441c56a1f9a4579b5a', class: "infos" }, index.h("mds-text", { key: 'ad956372b7529a3fc795330dd72446f1cfd2e3cb', typography: this.typography, class: "label", id: "label" }, index.h("slot", { key: 'f127170421f1e85d29d3e0d459e8c06318e7e053' })), index.h("mds-text", { key: '5c329fd79b7585b9e6108c3e8404577dd487dc5d', typography: this.typography, class: "value" }, (_a = this.alias) !== null && _a !== void 0 ? _a : this.value)), index.h("mds-progress", { key: 'fa39a1348ca1fafb356f8faf7bff06d36424b1c0', "aria-labelledby": "label", "aria-valuetext": this.alias, class: "progress", variant: this.variant, progress: this.value / 100, part: "bar" })));
|
|
29
29
|
}
|
|
30
30
|
};
|
|
31
31
|
MdsBenchmarkBar.style = MdsBenchmarkBarStyle0;
|
|
@@ -134,19 +134,19 @@ const MdsBibliography = class {
|
|
|
134
134
|
};
|
|
135
135
|
}
|
|
136
136
|
render() {
|
|
137
|
-
return (index.h(index.Host, { key: '
|
|
138
|
-
index.h("span", { key: '
|
|
137
|
+
return (index.h(index.Host, { key: 'f8621a23d6c09e7427e543290f10bc9335c06c0d' }, index.h("mds-text", { key: 'fcd23a0f76b12799f622ec8ed5cfd3cb985868fc', typography: this.typography, variant: this.variant }, this.author && index.h("span", { key: '510deb24ecb214edf294cb9ef8a5e4a28f3d8a4d' }, this.showAuthors(this.normalizeAuthors(this.author))), this.format === 'mla' &&
|
|
138
|
+
index.h("span", { key: '4cd0d50a2dd539133fd044810e2984e660a8b32e' }, this.name && ' ', this.name &&
|
|
139
139
|
this.url !== null
|
|
140
140
|
? index.h("a", { class: "link focus-bounce", href: this.url, target: "_blank", rel: this.rel }, index.h("b", null, index.h("i", null, this.name, ".")))
|
|
141
|
-
: index.h("b", null, index.h("i", null, this.name, ".")), this.location && index.h("span", { key: '
|
|
142
|
-
index.h("span", { key: '
|
|
141
|
+
: index.h("b", null, index.h("i", null, this.name, ".")), this.location && index.h("span", { key: 'ffee779728bac22838c9e7e2a75ef226475c6d49' }, " ", this.location, this.publisher !== undefined ? ':' : '.'), this.publisher && index.h("span", { key: '94fee065e91a85f85e0774b7dfd5f9d852780c75' }, " ", this.publisher, this.date !== undefined ? ',' : '.'), this.date && index.h("time", { key: '1b200be83f0382d57bbb578598c8e58767716f4b', dateTime: this.date }, " ", this.dateFormatMLA(this.date), ".")), this.format === 'apa' &&
|
|
142
|
+
index.h("span", { key: 'be83f8f9f3a7f68e756e52e1e11d5d2f16688599' }, this.date && index.h("time", { key: '052a49a6460059becd37ba67103af8b410ce1419', dateTime: this.date }, " (", this.dateFormatAPA(this.date), ")."), this.name && ' ', this.name &&
|
|
143
143
|
this.url !== null
|
|
144
144
|
? index.h("a", { class: "link focus-bounce", href: this.url, target: "_blank", rel: this.rel }, index.h("b", null, index.h("i", null, " ", this.name, ".")))
|
|
145
|
-
: index.h("b", null, index.h("i", null, " ", this.name, ".")), this.location && index.h("span", { key: '
|
|
146
|
-
index.h("span", { key: '
|
|
145
|
+
: index.h("b", null, index.h("i", null, " ", this.name, ".")), this.location && index.h("span", { key: '515be6aef1cda23eea1c3b4c8196553f5c8acf24' }, " ", this.location, this.publisher !== undefined ? ':' : '.'), this.publisher && index.h("span", { key: '0616a728b447922e77e72e821e8afb3921956702' }, " ", this.publisher, ".")), this.format === 'turabian' &&
|
|
146
|
+
index.h("span", { key: '0ad594044b55f0b8514e70eb293006cdb4868cca' }, this.name && ' ', this.name &&
|
|
147
147
|
this.url !== null
|
|
148
148
|
? index.h("a", { class: "link focus-bounce", href: this.url, target: "_blank", rel: this.rel }, index.h("b", null, index.h("i", null, " ", this.name, ".")))
|
|
149
|
-
: index.h("b", null, index.h("i", null, " ", this.name, ".")), this.location && index.h("span", { key: '
|
|
149
|
+
: index.h("b", null, index.h("i", null, " ", this.name, ".")), this.location && index.h("span", { key: '707d2fcfb6650d43c8fe6a4409cb32225483772c' }, " ", this.location, this.publisher !== undefined ? ':' : ','), this.publisher && index.h("span", { key: 'ab05a22a7c9d7179f7739f6e7abc9ec6bf64b4be' }, " ", this.publisher, this.date !== undefined ? ',' : '.'), this.date && index.h("time", { key: '1922d53e3453c4e08164d213917d1ee6a21af396', dateTime: this.date }, " ", this.dateFormatMLA(this.date), ".")))));
|
|
150
150
|
}
|
|
151
151
|
};
|
|
152
152
|
MdsBibliography.style = MdsBibliographyStyle0;
|
|
@@ -37,7 +37,7 @@ const MdsBreadcrumbItem = class {
|
|
|
37
37
|
this.km.detachClickBehavior();
|
|
38
38
|
}
|
|
39
39
|
render() {
|
|
40
|
-
return (index.h(index.Host, { key: '
|
|
40
|
+
return (index.h(index.Host, { key: 'd7dc55ec9667648849ace504c3ab33479b04f4aa' }, index.h("mds-text", { key: '34aa1255db85d58cf1548dd2e14f3beaa6f50bcf', tabindex: "0", onClick: this.toggle, class: "text", typography: "detail" }, index.h("slot", { key: 'a0a9055b7ad2b092ef71beb7d73585b378f6fec4' })), index.h("i", { key: 'c4e4cd1a34140c7b42f82a412b8245e555076745', "aria-hidden": "true", class: "icon", innerHTML: miBaselineNavigateNext })));
|
|
41
41
|
}
|
|
42
42
|
get element() { return index.getElement(this); }
|
|
43
43
|
};
|
|
@@ -126,8 +126,8 @@ const MdsBreadcrumb = class {
|
|
|
126
126
|
this.onChanged(selectedId, event.target);
|
|
127
127
|
}
|
|
128
128
|
render() {
|
|
129
|
-
return (index.h(index.Host, { key: '
|
|
130
|
-
index.h("mds-button", { key: '
|
|
129
|
+
return (index.h(index.Host, { key: '2539b695e261bf9f9a078fd8d58190b0e8c2707d' }, this.back &&
|
|
130
|
+
index.h("mds-button", { key: 'b740f6a00487c5a58b201c8eccb8f2070c0db8b0', title: this.t.get('back'), class: "back", icon: arrowBack.miBaselineArrowBack, onClick: this.togglePrevious }), index.h("slot", { key: '9c06a1e596bc63708725e9c90c1233529886cab4' })));
|
|
131
131
|
}
|
|
132
132
|
get element() { return index.getElement(this); }
|
|
133
133
|
};
|